@charset "UTF-8";

.inner {
    margin: 0 auto;
    width: 1024px;
}

#mv {
    background: url('../img/home/mv.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 628px;
}

#mv h1 {
    background: url('../img/home/logo_mv.png') no-repeat center;
    width: 597px;
    height: 160px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#mv h1 img {
    opacity: 0;
    width: auto;
    height: auto;
}

#mv ul li img {
    opacity: 0;
}

/* キャンペーンバナー仕様 */

#mv {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mv .slick {
    display: none;
}

#mv.banner-on h1 {
    margin: 150px auto 0;
    max-width: 100%;
    position: relative;
}


#mv .campaign {
    background: #fff;
    margin: 40px 0 0;
}

#mv .campaign {
    max-width: 100%;
}

h2 {
    margin: 0 auto 50px;
    text-align: center;
}

h2 img {
    display: inline-block;
    opacity: 0;
}

section:nth-of-type(1) h2 {
    background: url('../img/home/h201.png') no-repeat center center;

    width: 949px;
    height: 138px;
}

section:nth-of-type(2) h2 {
    background: url('../img/home/h202.png') no-repeat center center;
    margin: 0 auto;

    width: 619px;
    height: 67px;
}

section:nth-of-type(3) h2 {
    background: url('../img/home/h203.png') no-repeat center center;

    width: 134px;
    height: 24px;
}

section:nth-of-type(1) {
    padding: 80px 0 0;
}

section:nth-of-type(1) .inner {
    text-align: center;
}

section:nth-of-type(1) p {
    font-size: 18px;
    line-height: 2;
}

section:nth-of-type(1) figure {
    display: inline-block;
    margin: 60px 0 40px;
}

section:nth-of-type(2) .videoWrap {
    margin: 50px 0 0;
    position: relative;
}

section:nth-of-type(2) .videoWrap .overlay {
    /*background: url('../img/home/poster.png') no-repeat center center;
  background-size: cover;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

section:nth-of-type(2) .videoWrap .btnPlay {
    cursor: pointer;
    width: 101px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 10;
}

section:nth-of-type(2) .videoWrap .btnPlay img {
    width: 100%;
    height: auto;
}

section:nth-of-type(2) .videoWrap video {
    width: 100%;
}

section:nth-of-type(2) .wrap {
    margin: 0 0 80px;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
}

section:nth-of-type(2) .wrap::after {
    content: '';
    background-image: -ms-linear-gradient( 90deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    display: block;
    width: 2px;
    height: 100%;

    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    bottom: 0;
}

section:nth-of-type(2) .wrap dl {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 20px 0;
    position: relative;
    width: 50%;
}

section:nth-of-type(2) .wrap dl + dl {
    float: right;
    padding: 20px 0 20px 40px;
}

section:nth-of-type(2) .wrap dl dt {
    font-size: 24px;
    margin: 0 0 40px;
    text-align: center;
}

section:nth-of-type(2) .wrap dl dd {
    line-height: 2;
}

section:nth-of-type(2) .facilities .facility {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

section:nth-of-type(2) .facilities .facility#icelink {
    background: url('../img/home/thumb_icelink.png') no-repeat center center;
    background-size: cover;
}

section:nth-of-type(2) .facilities .facility#mifa {
    background: url('../img/home/thumb_mifa.png') no-repeat center center;
    background-size: cover;
}

section:nth-of-type(2) .facilities .facility#wildbeach {
    background: url('../img/home/thumb_wildbeach.png') no-repeat center center;
    background-size: cover;
}

section:nth-of-type(2) .facilities .facility figure {
    position: relative;
}

section:nth-of-type(2) .facilities .facility figure img {
    opacity: 0;
    width: 100%;
    height: auto;
}

section:nth-of-type(2) .facilities .facility dl {
    color: #fff;
    overflow: hidden;
    width: 50%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

section:nth-of-type(2) .facilities .facility dl::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .1);

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

section:nth-of-type(2) .facilities .facility dl dt {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 40px;
}

section:nth-of-type(2) .facilities .facility dl dd {
    font-size: 14px;
    line-height: 2.5;
    margin: 0 0 40px;
}

section:nth-of-type(2) .facilities .facility dl dd.link {
    margin: 0;
}

section:nth-of-type(2) .facilities .facility dl dd.link a {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    width: 240px;
    line-height: 60px;
}

section:nth-of-type(2) .facilities .facility dl dd.link a::after {
    content: '';
    display: inline-block;
    background: url('../img/icon_blank_wh.png') no-repeat left top;
    margin: 0 0 0 10px;
    width: 16px;
    height: 16px;
}

section:nth-of-type(2) .facilities .facility:nth-of-type(even) dl {
    left: 0;
}

section:nth-of-type(2) .facilities .facility:nth-of-type(even)::after {
    left: 0;
}

section:nth-of-type(2) .facilities .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section:nth-of-type(2) .facilities .row .facility {
    width: 100%;
}

section:nth-of-type(2) .facilities .row .facility a {
    color: #fff;
    font-weight: 300;
}

section:nth-of-type(2) .facilities .row .facility figure::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .1);

    width: 100%;
    height: 35%;

    position: absolute;
    bottom: 0;
}

section:nth-of-type(2) .facilities .row .facility figure img {
    opacity: 1;
}

section:nth-of-type(2) .facilities .row .facility dl {
    width: 100%;
    height: 160px;
    height: 35%;

    top: inherit;
    bottom: 0;
    z-index: 100;

    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section:nth-of-type(2) .facilities .row .facility.link dl {
    background: url('../img/icon_blank_bk.png') no-repeat right 12px bottom 12px;
}

section:nth-of-type(2) .facilities .row .facility dl::after {
    content: none;
}

section:nth-of-type(2) .facilities .row .facility dl dt {
    margin: 0 0 15px;
}

section:nth-of-type(2) .facilities .row .facility dl dd {
    line-height: 2;
    margin: 0;
    text-align: center;
}

section:nth-of-type(2) .facilities .row .facility.nice dl {
    /*background: url('../img/home/thumb_nice.png') no-repeat bottom center;
    background-size: cover;*/
}

section:nth-of-type(2) .facilities .row .facility.joyfit dl {
    /* background: url('../img/home/thumb_joyfit.png') no-repeat bottom center;
    background-size: cover;*/
}

section:nth-of-type(2) .facilities .row .facility.sevensrock dl {
    /*background: url('../img/home/thumb_sevensrock.png') no-repeat bottom center;
    background-size: cover;*/
}

section:nth-of-type(3) {
    padding: 80px 0 0;
}

section:nth-of-type(3) figure {
    margin: 0 0 40px;
}

section:nth-of-type(3) dl {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section:nth-of-type(3) dl::before {
    content: '';
    display: block;
    background-image: -moz-linear-gradient( 0deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    height: 1px;
    width: 100%;

    position: absolute;
    left: 0;
    top: 0;
}

section:nth-of-type(3) dl:last-of-type::after {
    content: '';
    display: block;
    background: -moz-linear-gradient( 0deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    background: -ms-linear-gradient( 0deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
    height: 1px;
    width: 100%;

    position: absolute;
    left: 0;
    bottom: 0;
}

section:nth-of-type(3) dl dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    min-width: 320px;
    padding: 0 0 0 30px;
}

section:nth-of-type(3) dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0;
}

section:nth-of-type(3) dl dd div {
    line-height: 1.5;
}

section:nth-of-type(3) dl.detail {
    display: block;
    line-height: 1.5;
}

section:nth-of-type(3) dl.detail::before {
    content: none;
}

section:nth-of-type(3) dl.detail::after {
    content: none;
}

section:nth-of-type(3) dl.detail dt {
    float: left;
    font-weight: 300;
    margin: 0 10px 0 0;
    min-width: inherit;
    padding: 0;
}

section:nth-of-type(3) dl.detail dd {
    padding: 0 0 0 150px;
}

section:nth-of-type(3) #access {
    margin: 80px 0 0;
}

section:nth-of-type(3) #access .header a {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 20px;
    text-decoration: underline;
}

section:nth-of-type(3) #access .header a::after {
    content: '\f041';
    display: inline-block;
    font-family: 'fontawesome';
    margin: 0 0 0 5px;
}

section:nth-of-type(3) #map {
    height: 400px;
    width: 100%;
    position: relative;
}
section:nth-of-type(3) #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section:nth-of-type(3) .access {
    background: #ff575e;
    color: #fff;
    line-height: 2.25;
    padding: 30px 0;
    text-align: center;
}

section:nth-of-type(3) .access span.only-pc {
    display: inline-block;
}


#recenttopics {
    background: #f5f5f5;
    padding: 45px 110px;
}

#recenttopics .h2 {
    text-align: center;
    margin-bottom: 25px;
}

#recenttopics .h2 img {
    display: inline;
}

#recenttopics ul.slick-box {}

#recenttopics ul.slick-box li {
    padding: 0 10px;
}

#recenttopics ul.slick-box li dl {
    background: #fff;
    padding: 10px;
    height: 100%;
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}

#recenttopics ul.slick-box li dl img {
    width: 100%;
    height: 100%;
}

#recenttopics ul.slick-box li dl dd.date {
    background: #ff575e;
    margin: 8px 0;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 4px;
}

#recenttopics ul.slick-box li dl dt.title {
    height: 7em;
}

#recenttopics ul.slick-box li:nth-of-type(2n) dl dd.date {
    background: #4b7ae5;
}

@media screen and (max-width: 768px) {

    .inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
    }

    a:hover,
    a:active {
        opacity: 1;
    }

    #mv {
        background: none;
        display: block;
        height: auto !important;
    }
    #mv h1 {
        background: none;
        width: auto;
        height: auto;
    }
    #mv h1 img {
        opacity: 1;
        max-width: 80%;

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #mv ul li img {
        opacity: 1;
    }
    /* キャンペーンバナー仕様 */
    #mv {
        background: url('../img/home/mv_sp.png') no-repeat center top;
        background-size: cover;
        padding: 85px 40px 80px;
    }
    #mv.banner-on {
        padding: 55px 40px 50px;
    }
    #mv h1 {
        margin: 0px auto 0;
        max-width: 100%;
        position: relative;
    }
    #mv h1 img {
        max-width: 100%;
        position: relative;
    }
    #mv .campaign {
        background: none;
        margin: 18px auto 0;
        text-align: center;
    }
    #mv .campaign a {
        background: #fff;
        display: inline-block;
    }

    h2 {
        font-size: 5.8vmin;
        margin: 0 auto 30px;
        max-width: 94%;
    }
    h2 img {
        opacity: 1;
    }
    section:nth-of-type(1) h2 {
        background: none;
        width: auto;
        height: auto;
    }
    section:nth-of-type(2) h2 {
        background: none;
        width: auto;
        height: auto;
    }
    section:nth-of-type(3) h2 {
        background: none;
        width: auto;
        height: auto;
    }

    section:nth-of-type(1) {
        padding: 40px 0 0;
    }
    section:nth-of-type(1) p {
        font-size: 12px;
        line-height: 2;
    }
    section:nth-of-type(1) figure {
        margin: 30px 0;
        width: 75vmin;
    }

    section:nth-of-type(2) .videoWrap .btnPlay {
        width: 64px;
        height: 58px;
    }
    section:nth-of-type(2) .wrap {
        margin: 0 0 40px;
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section:nth-of-type(2) .wrap dl {
        padding: 0;
        width: 100%;
    }
    section:nth-of-type(2) .wrap dl + dl {
        margin: 40px 0 0;
        padding: 0;
    }
    section:nth-of-type(2) .wrap::after {
        content: none;
    }
    section:nth-of-type(2) .wrap dl dt {
        font-size: 20px;
        margin: 0 0 20px;
    }
    section:nth-of-type(2) .wrap dl dd {
        font-size: 12px;
        line-height: 2;
    }
    section:nth-of-type(2) .facilities .facility {
        background: none !important;
        display: block;
    }
    section:nth-of-type(2) .facilities .facility#icelink figure {
        /*background: url('../img/home/thumb_icelink_sp.png') no-repeat center center;
        background-size: cover;*/
    }
    section:nth-of-type(2) .facilities .facility#mifa figure {
        /*background: url('../img/home/thumb_mifa_sp.png') no-repeat center center;
        background-size: cover;*/
    }
    section:nth-of-type(2) .facilities .facility#wildbeach figure {
        /*background: url('../img/home/thumb_wildbeach_sp.png') no-repeat center center;
        background-size: cover;*/
    }
    section:nth-of-type(2) .facilities .facility dl {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        padding: 20px 0 20px;
        position: relative;
        width: 100%;
    }
    section:nth-of-type(2) .facilities .facility dl::before {
        content: none;
    }
    section:nth-of-type(2) .facilities .facility dl::after {
        content: none;
    }
    section:nth-of-type(2) .facilities .facility dl dt {
        font-size: 24px;
        margin: 0 0 15px;
    }
    section:nth-of-type(2) .facilities .facility dl dd {
        font-size: 12px;
        line-height: 2;
        margin: 0 0 15px;
        text-align: center;
    }
    section:nth-of-type(2) .facilities .facility dl dd.link a {
        background: #fff;
        border: none;
        border-radius: 3px;
        color: #333;
        font-size: 12px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 180px;
        line-height: 40px;
    }
    section:nth-of-type(2) .facilities .facility dl dd.link a::before {
        content: '';
        display: block;
        background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 166, 146)), color-stop(50%, rgb(255, 212, 0)), to(rgb(110, 252, 205)));
        background-image: linear-gradient(90deg, rgb(255, 166, 146) 0%, rgb(255, 212, 0) 50%, rgb(110, 252, 205) 100%);
        border-radius: 3px;
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        z-index: -1;
    }
    section:nth-of-type(2) .facilities .facility dl dd.link a::after {
        background: url('../img/icon_blank_bk.png') no-repeat left top;
        background-size: cover;
        margin: 0 0 0 5px;
        width: 8px;
        height: 8px;
    }
    section:nth-of-type(2) .facilities .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section:nth-of-type(2) .facilities .row .facility {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    section:nth-of-type(2) .facilities .row .facility:nth-of-type(even) {
        background: #f5f5f5;
    }
    section:nth-of-type(2) .facilities .row .facility.link {
        display: block;
    }
    section:nth-of-type(2) .facilities .row .facility a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 100%;
    }
    section:nth-of-type(2) .facilities .row .facility figure {
        width: 50%;
    }
    section:nth-of-type(2) .facilities .row .facility#nice figure {
        /*background: url('../img/home/thumb_nice_sp.png') no-repeat center center;
        background-size: cover;*/
    }
    section:nth-of-type(2) .facilities .row .facility#joyfit figure {
        /*background: url('../img/home/thumb_joyfit_sp.png') no-repeat center center;
        background-size: cover;*/
    }
    section:nth-of-type(2) .facilities .row .facility#sevensrock figure {
        /*background: url('../img/home/thumb_sevensrock_sp.png') no-repeat center center;
        background-size: cover;*/
    }
    section:nth-of-type(2) .facilities .row .facility figure::after {
        content: none;
    }
    section:nth-of-type(2) .facilities .row .facility figure img {
        opacity: 0;
    }
    section:nth-of-type(2) .facilities .row .facility dl {
        background: none !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        line-height: 1.5;
        padding: 10px;
        position: relative;
        width: 50%;
        height: auto;
    }
    section:nth-of-type(2) .facilities .row .facility dl dt {
        color: #333;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    section:nth-of-type(2) .facilities .row .facility.link dl dt::after {
        content: '';
        display: inline-block;
        background: url('../img/icon_blank_bk.png') no-repeat left center;
        background-size: cover;
        margin: 0 0 0 6px;
        vertical-align: middle;
        width: 6px;
        height: 6px;
    }
    section:nth-of-type(2) .facilities .row .facility dl dd {
        font-size: 12px;
        line-height: 2;
    }

    section:nth-of-type(3) {
        padding: 40px 0 0;
    }
    section:nth-of-type(3) figure {
        margin: 0 0 20px;
    }
    section:nth-of-type(3) dl {
        padding: 8px 0;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section:nth-of-type(3) dl dt {
        font-size: 12px;
        margin: 0 0 6px;
        min-width: inherit;
        padding: 0;
    }
    section:nth-of-type(3) dl dd {
        display: inline-block;
        display: block;
        font-size: 10px;
        padding: 0;
        text-align: left;
    }
    section:nth-of-type(3) dl.detail {
        overflow: hidden;
    }
    section:nth-of-type(3) dl.detail dt {
        clear: both;
        font-size: 10px;
        margin: 0;
        text-align: left;
    }
    section:nth-of-type(3) dl.detail dt:not(:first-of-type) {
        margin: 10px 0 0;
    }
    section:nth-of-type(3) dl.detail dt:not(:first-of-type) + dd {
        margin: 10px 0 0;
    }
    section:nth-of-type(3) dl.detail dd {
        float: left;
        display: block;
        padding: 0;
    }
    section:nth-of-type(3) dl.detail dd.time {
        float: none;
        padding: 0 0 0 5em;
    }
    section:nth-of-type(3) #access {
        margin: 30px 0 0;
    }
    section:nth-of-type(3) #access .header a {
        margin: 0 0 0 10px;
    }
    section:nth-of-type(3) #map {
        height: 300px;
    }
    section:nth-of-type(3) .access {
        line-height: 1.5;
        padding: 15px 0;
        font-size: 10px;
    }
    section:nth-of-type(3) .access span.only-pc {
        display: none;
    }
    section:nth-of-type(3) .access span.only-sp {
        display: inline-block;
    }


    #recenttopics {
        padding: 45px 5vw;
    }



}

@media screen and (max-width: 480px) {

    #recenttopics {
        padding: 45px 5vw;
        position: relative;
        box-sizing: border-box;
    }
    #recenttopics ul.slick-box li {
        padding: 10px;
    }

    #recenttopics ul.slick-box li dl dt.title {
    }
}
