@charset "UTF-8";

/*********************************************************************
*  top
*********************************************************************/
.top-image {
    position: relative;
    width: 100%;
    height: 100vh;
    background: no-repeat center center #efe8d9;
    background-size: cover;
}
.top-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-image-slider {
    width: 100%;
    height: 100%;
}
.top-image-content {
    width: 100vw;
}
.top-image-bg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 900px) {
    .top-image { height: 100vh }
}

.top-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: no-repeat center center;
    background-size: contain;
}
.hotel-logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    background: no-repeat center center;
    background-size: contain;
}
@media screen and (orientation: landscape) {
    .top-icon {
        top: calc(50% - 128.5px);
        width: 1500px;
        height: 257px;
        min-width: 100%;
        min-height: calc(1vw * (257 / 1500 * 100));
        background-image: url(../img/top/top_pag_pc.png);
    }
    .hotel-pages .top-icon { background-image: url(../img/top/top_hotel_pc.png) }
    .hotel-logo { width: 14% }
}
@media screen and (orientation: portrait) {
    .top-icon {
        position: relative;
        width: 100%;
        height: calc(1vw * (131 / 750 * 100));
        min-width: 414px;
        min-height: calc(131px * (414 / 750));
        margin-bottom: calc(1vw * (115 / 750 * 100));
        background-image: url(../img/top/top_pag_sp.png);
        box-sizing: content-box;
    }
    .hotel-pages .top-icon { background-image: url(../img/top/top_hotel_sp.png) }
    .hotel-logo { width: 30% }
}

.top-flags { display: none }
@media screen and (max-width: 900px) {
    .top-flags {
        display: block;
        -webkit-filter: drop-shadow(-1px 2px 5px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(-1px 2px 5px rgba(0, 0, 0, 0.2));
    }
    .top-flags img {
        width: 44.4%;
        max-width: 333px;
        margin-right: auto;
        margin-left: auto;
    }
}

.top-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.top-contents p {
    padding-bottom: 78px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.0rem;
    letter-spacing: 0.14em;
    text-align: center;
}
.top-image .top-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto 50px;
}
.top-image .top-arrow a {
    display: block;
    width: 100%;
    height: 100%;
}
.top-image .top-arrow a::before,
.top-image .top-arrow a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
}
.top-image .top-arrow a::before {
    right: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
.top-image .top-arrow a::after {
    left: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

@media screen and (orientation: landscape) {
    .top-contents {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack:end;
        -webkit-flex-pack:end;
        -webkit-justify-content:flex-end;
        justify-content:flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
    .top-contents p { padding-bottom: 40px }
    .top-image .top-arrow { margin-bottom: 15px }
}
@media screen and (orientation: portrait) {
    .top-contents {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack:center;
        -webkit-flex-pack:center;
        -webkit-justify-content:center;
        justify-content:center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .top-contents p {
        width: 100%;
        padding: 0 10px 22px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.5rem;
        line-height: 2em;
        letter-spacing: 0;
    }
    .top-image .top-arrow {
        position: absolute;
        bottom: 50px;
        left: calc(50% - 20px);
        margin-bottom: 0;
    }
}

.top-goto { padding: 40px 10px }
.top-goto img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .top-goto {
        padding: 0;
        margin-bottom: 20px;
    }
    .top-goto img { width: 100% }
}

/*********************************************************************
*  News Information
*********************************************************************/
.news-box {
    padding-top: 10px;
    padding-bottom: 100px;
}
.top .news-box {
    padding-left: 25%;
    padding-bottom: 0;
}
.hotel-top .news-box {
    padding-top: 0;
    padding-left: 25%;
    padding-bottom: 0;
    margin-top: -67px;
}
.news-list {
    padding-bottom: 16px;
    font-size: 1.3rem;
    line-height: 2.4rem;
}
.news-list a { text-decoration: underline }
.news-list a:hover { color: #e57777 }
.news-time {
    display: block;
    width: 116px;
    font-weight: 500;
}
.news-image { width: 160px }
.news-image span {
    display: block;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.news-text {
    width: calc(100% - 116px);
    font-weight: 300;
}
.news-image + .news-text {
    width: calc(100% - 160px);
    padding-left: 2%;
}
.hotel-top .news-text {
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .news-box {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    .top .news-box { padding-left: 0 }
    .hotel-top .news-box {
        padding-top: 10px;
        padding-left: 0;
        margin-top: 0;
    }
    .hotel-top .news-list:last-child { border-bottom: none }
    .hotel-top .news-text {
        height: auto;
        text-overflow: unset;
        overflow: visible;
        white-space: normal;
    }
    .hotel-top .news-list .guide-btn {
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 500px) {
    .news-list {
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #a68b62;
        line-height: 1.8rem;
    }
    .news-time {
        width: 100%;
        margin-bottom: 5px;
        font-size: 1.0rem;
        font-weight: 700;
    }
    .news-text {
        width: 100%;
        font-size: 1.2rem;
    }
    .news-image + .news-text {
        width: calc(100% - 160px);
        padding-top: 3%;
    }
}

.pager {}
.pager-item {
    width: 26px;
    height: 26px;
    margin-right: .5em;
    margin-left: .5em;
    background-color: #a68b62;
    border-radius: 6px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
.pager-item.active,
.pager-item:hover { opacity: 1 }
.pager-item a {
    display: block;
}


/*********************************************************************
*  Slider Contents
*********************************************************************/
.slider-box {
    width: calc(100% + 10px);
    height: 100%;
    margin-left: -5px;
}
@media screen and (max-width: 768px) {
    body:not(.event) .slider-box { margin-bottom: 30px }
}
@media screen and (max-width: 554px) {
    .slider-box .event-inner { min-height: 300px }
    .slider-box.campaign .event-inner { width: calc((100vw - 40px) * 0.5) }
    .slider-box.food .event-inner { width: calc((100vw - 40px) * 0.5) }
}

.bnr .slider-box {
    width: 100%;
    margin-left: 0;
}
.slider-box .event-bnr { width: 450px }
.slider-box .event-bnr:not(:last-child) { margin-right: 30px }
.slider-box .event-bnr img { width: 100% }
body.event .contents-box.bnr {
    padding-top: 60px;
    padding-bottom: 50px;
}
@media screen and (max-width: 1430px) {
    .slider-box .event-bnr { width: calc((100vw - 20px) * 0.32) }
    .slider-box .event-bnr:not(:last-child) { margin-right: calc((100vw - 20px) * 0.02) }
}
@media screen and (max-width: 900px) {
    .slider-box .event-bnr { width: calc((100vw - 20px) * 0.49) }
    .slider-box .event-bnr:not(:last-child) { margin-right: calc((100vw - 20px) * 0.01) }
}
@media screen and (max-width: 554px) {
    .contents-box.bnr {
        padding-right: 0;
        padding-left: 0;
    }
    body.event .contents-box.bnr {
        padding-top: 18px;
        padding-bottom: 5px;
    }
    .slider-box .event-bnr { width: calc(1vw * (450 / 750 * 100)) }
    .slider-box .event-bnr:not(:last-child) { margin: 0 calc(1vw * (15 / 750 * 100)) }
}

.slider-arrow {
    position: absolute;
    top: calc(50% - 48px);
    width: 30px;
    height: 96px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.slider-arrow.prev {
    right: calc(100% - 10px);
    background-image: url(../img/common/prev_arrow.png);
}
.slider-arrow.next {
    left: calc(100% - 10px);
    background-image: url(../img/common/next_arrow.png);
}
.slider-arrow.slick-disabled { opacity: 0 }
@media screen and (max-width: 554px) {
    .slider-arrow {
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: rgba(58, 58, 58, 0.5);
    }
    .slider-arrow.prev {
        right: 91.5%;
        background-image: none;
    }
    .slider-arrow.next {
        left: 91.5%;
        background-image: none;
    }
    .slider-arrow::before {
        content: "";
        position: absolute;
        top: calc(50% - 11.5px);
        width: 23px;
        height: 23px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .slider-arrow.prev::before {
        left: 18px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .slider-arrow.next::before {
        right: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.slider-dots li {
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    border-radius: 100%;
    background-color: #dac9a5;
}
.slider-dots li.slick-active { background-color: #a68b62 }
.slider-dots button { opacity: 0 }

/*********************************************************************
*  Recommended Contents
*********************************************************************/
.recommend-bg {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: calc(100% - 160px);
    background-color: #ecd5c8;
    z-index: -1;
}
.recommend-box { padding-bottom: 70px }
.recommend-list {
    width: 544px;
    max-width: 49.5%;
}
.recommend-image {
    width: 100%;
    height: 408px;
    max-height: calc(1vw * (408 / 1100 * 100));
}
.recommend-image span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #efe8d9;
}
.recommend-name {
    min-height: 80px;
    padding: 34px 118px 14px;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: center;
}
.recommend-btn {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 89px;
    padding-right: 1px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 6.0rem;
    text-align: right;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}
.recommend-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #3a3a3a;
    border-radius: 100%;
    -webkit-transition: border-color 0.15s ease-out;
    transition: border-color 0.15s ease-out;
}
.recommend-btn:hover { color: #e57777 }
.recommend-btn:hover::before { border-color: #e57777 }
.recommend-title { text-align: center }
.recommend-title img { max-width: 88.3% }

@media screen and (max-width: 768px) {
    .recommend-box { padding-bottom: 20px }
    .recommend-list { padding-bottom: 30px }
    .recommend-image { margin-bottom: 10px }
    .recommend-name {
        min-height: 24px;
        width: 50%;
        padding: 0;
        font-size: 1.3rem;
        line-height: 2.4rem;
        text-align: left;
    }
    .recommend-btn {
        position: relative;
        top: unset;
        right: unset;
    }
}
@media screen and (max-width: 554px) {
    .recommend-bg {
        top: 100px;
        height: calc(100% - 100px);
    }
    .recommend-bg + .contents-box { margin-top: -60px }
    .recommend-list {
        width: 100%;
        max-width: 100%;
        padding-right: 27.5px;
        padding-left: 27.5px;
    }
    .recommend-image {
        height: 225px;
        max-height: calc(1vw * (450 / 750 * 100));
    }
}

/*********************************************************************
*  Link Contents
*********************************************************************/
.link-block {
    position: relative;
    padding-bottom: calc(100% * (510 / 1100));
}
.link-list-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link-list { height: 100% }
.link-list.f_grow1 { width: 20% }
.link-list.f_grow2 { width: 40% }
.column-1, .column-2 { padding: 10px }
.link-list.f_grow1 .column-1,
.link-list .column-2 { width: 100% }
.link-list.f_grow2 .column-1 { width: 50% }
.column-1 { height: calc(100% / 3) }
.column-2 { height: calc(100% / 3 * 2) }
.column-1 a,
.column-1 button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:center;
    -webkit-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.column-2 img { width: 100% }
.column-1 a:hover, .column-2 a:hover {
    border-color: transparent;
    box-shadow: 0 0 20px rgba(229, 199, 199, 0.4);
}
@media screen and (max-width: 900px) {
    .column-1 a { font-size: 1.2rem }
}
@media screen and (max-width: 768px) {
    .link-block { padding-bottom: 0 }
    .link-list-box {
        position: static;
        display: block;
    }
    .link-list.f_grow2 { width: 100% }
    .column-1 { display: none }
    .column-2 { height: auto }
    .column-2 img {
        max-width: 710px;
        margin: auto;
    }
}

/*********************************************************************
*  Room Contents
*********************************************************************/
.room-list {
    position: relative;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}
.room-list:nth-child(3),
.room-list:nth-child(5) { margin-right: 0 }
.room-list > a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}
.room-list-inner {}
.room-image {
    position: relative;
    padding-bottom: 100%;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.room-image span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.room-list > a:hover + .room-list-inner .room-image { opacity: 1 }
.room-description { padding: 12px 0 52px }
.room-description p {
    color: #515151;
    font-size: 1.4rem;
    line-height: 3.0rem;
    text-align: center;
}
.room-list > a:hover + .room-list-inner .room-description p { text-decoration: underline }
@media screen and (orientation: portrait) and (max-width: 1024px) and (min-width: 1024px) and (max-height: 1366px) and (min-height: 1366px) {
    .room-image { opacity: 1 }
}
@media screen and (orientation: landscape) and (max-width: 1366px) and (min-width: 1366px) and (max-height: 1024px) and (min-height: 1024px) {
    .room-image { opacity: 1 }
}
@media screen and (orientation: portrait) and (max-width: 768px) and (min-width: 768px) and (max-height: 1024px) and (min-height: 1024px) {
    .room-image { opacity: 1 }
}
@media screen and (orientation: landscape) and (max-width: 1024px) and (min-width: 1024px) and (max-height: 768px) and (min-height: 768px) {
    .room-image { opacity: 1 }
}
@media screen and (max-width: 554px) {
    .room-list {
        width: 100%;
        margin-right: 0;
    }
    .room-list > a {
        top: auto;
        left: auto;
        right: 0;
        bottom: 20px;
        width: 45%;
        height: 30px;
        border: 1px solid #e57777;
        color: #e57777;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 2.8rem;
        letter-spacing: 0.14em;
        text-align: center;
        opacity: 1;
    }
    .room-list:nth-child(even) > a {
        left: 0;
        right: auto;
    }
    .room-list-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .room-list:nth-child(even) .room-list-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
    .room-image {
        width: 50%;
        padding-bottom: 50%;
    }
    .room-description {
        width: 50%;
        padding: 20px 0 50px 20px;
    }
    .room-list:nth-child(even) .room-description {
        padding-right: 20px;
        padding-left: 0;
    }
    .room-description p {
        font-size: 1.3rem;
        line-height: 2.4rem;
        text-align: left;
    }
    .room-list > a:hover + .room-list-inner .room-description p { text-decoration: none }
}

/*********************************************************************
*  Hotel's Contents
*********************************************************************/
.hotels-contents {
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1136px) {
    .hotels-contents {
        width: 825px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .hotels-contents {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.hotels-box {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.hotels-inner {
    width: 245px;
    height: 100%;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    cursor: default;
}
.hotels-inner:hover { box-shadow: 0 0 20px rgba(229, 119, 119, 0.3) }
@media screen and (max-width: 800px) {
    .hotels-box {
        width: calc(100% / 3);
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .hotels-inner { width: 100% }
}
@media screen and (max-width: 767px) {
    .hotels-box {
        width: 50%;
    }
}

.hotels-bg {
    height: 100%;
    background-color: #f8f8f8;
}
.hotels-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    cursor: pointer;
}
.hotels-image a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #efe8d9;
    background-size: cover;
    cursor: pointer;
}
.hotels-image a:hover { opacity: 0.75 }

.hotels-detail {
    width: 100%;
    padding: 20px 20px 15px;
}
.hotels-text {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2rem;
    line-height: 2.0rem;
    -webkit-transition: height .15s ease-out;
    transition: height .15s ease-out;
}
.hotels-text p {
    padding-top: 2px;
    padding-bottom: 2px;
}
.hotels-text strong { font-weight: 700 }
@media screen and (max-width: 767px) {
    .hotels-detail { padding: 10px }
    .hotels-text {
        font-size: 1.0rem;
        line-height: 1.5rem;
    }
}

.hotels-option {
    width: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 414px) {
    .hotels-options { width: calc(100% + 5px) }
    .hotels-option { width: calc((100% - 20px) / 4) }
    .hotels-option:nth-child(4n) { margin-right: 0 }
}

.line-btn button {
    display: block;
    width: 110px;
    height: 25px;
    max-width: 100%;
    cursor: pointer;
}
@media screen and (max-width: 414px) {
    .line-btn button {
        margin-right: auto;
        margin-left: auto;
    }
}



/*********************************************************************
*  Event Contents
*********************************************************************/
.event-contents {
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .event-contents {
        margin-top: 40px;
        background-color: #efe8d9;
    }
}

.campaign-contents,
.food-contents {
    width: calc(100% + 10px);
    height: 100%;
    margin-left: -5px;
}
@media screen and (max-width: 1100px) {
    .campaign-contents {
        width: 831px;
        margin-right: auto;
        margin-left: auto;
    }
    .food-contents {
        width: 888px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .campaign-contents,
    .food-contents {
        width: 100%;
        max-width: 554px;
        margin-bottom: 30px;
    }
}

.event-box { padding: 5px }
.half-slider .event-box {
    width: 250px;
    max-width: calc(1vw * (250 / 1120 * 100));
}
.event-inner {
    height: 100%;
    min-height: 450px;
    padding: 5px;
    background-color: #efe8d9;
    box-shadow: 1px 2px 5px rgba(77, 52, 0, 0.2);
}
.campaign-contents .event-inner { width: 267px }
.food-contents .event-inner { width: 212px }
.half-slider .event-inner { height: 450px }
@media screen and (max-width: 768px) {
    .half-slider .event-box {
        width: 200px;
        max-width: 200px;
        margin-bottom: 25px;
    }
    .food-contents .event-inner { width: 267px }
}
@media screen and (max-width: 619px) {
    .half-slider .event-box {
        width: calc((100vw - 20px) / 2);
        max-width: 100%;
    }
}
@media screen and (max-width: 554px) {
    .event-inner { min-height: 300px }
    .half-slider .event-inner { max-height: 328px }
    .campaign-contents .event-inner { width: calc((100vw - 40px) * 0.5) }
    .food-contents .event-inner { width: calc((100vw - 40px) * 0.5) }
}

.event-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 10px;
    background-color: #fff;
}
.event-image {
    width: 100%;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #efe8d9;
    background-size: cover;
    cursor: pointer;
}
.campaign-contents .event-image { height: 170px }
.food-contents .event-image { height: 260px }
.half-slider .event-image {
    height: 0;
    padding-bottom: 80%;
}
@media screen and (max-width: 768px) {
    .food-contents .event-image { height: 328px }
}
@media screen and (max-width: 554px) {
    .event-bg { padding: 5px; }
    .campaign-contents .event-image { height: calc(1vw * (215 / 750 * 100)) }
    .food-contents .event-image { height: calc(1vw * (428 / 750 * 100)) }
}
.event-title {
    padding: 5px 8px;
    margin-bottom: 5px;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.0rem;
}
.event-text {
    height: 0;
    -webkit-box-flex:1;
    flex-grow:1;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.4rem;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
}
.event-btn {
    position: relative;
    height: 30px;
    text-align: right;
}
.event-btn p {
    display: inline-block;
    width: 100px;
    height: 100%;
    padding-left: 5px;
    border: 2px solid #dac9a5;
    color: #a68b62;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.6rem;
    text-align: center;
}
.event-btn.open p {
    background-color: #a68b62;
    border-color: #a68b62;
    color: #fff;
}
.event-btn p::after {
    content: "  ▼";
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    font-size: 1.0rem;
    line-height: 2em;
}
.event-btn.open p::after { content: "  ▲" }
.event-btn select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    opacity: 0;
}
.event-btn option { background-color: #a68b62 }
@media screen and (max-width: 554px) {
    .event-title {
        padding: 2px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .event-text { line-height: 1.5rem }
    .event-btn { height: 20px }
    .event-btn p {
        display: block;
        width: 100%;
        padding-right: 5px;
        border-width: 1px;
        background-color: #a68b62;
        color: #fff;
        font-size: 1.0rem;
        line-height: 1.8em;
    }
    .event-btn.open p {
        background-color: #a68b62;
        border-color: #dac9a5;
        color: #fff;
    }
    .event-btn p::after {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        line-height: 1.8em;
    }
    .event-btn select { height: 20px }
}

/*********************************************************************
*  Coupon contents
*********************************************************************/
.coupon-container { padding: 0 14px 60px }
.coupon-list {}
.coupon {
    position: relative;
    width: calc((100% - 32px) / 2);
    max-width: 520px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: default;
}
.coupon:nth-child(odd) { margin-right: 32px }
.coupon:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(229, 119, 119, 0.3);
}
.coupon .tag {
    position: absolute;
    top: 10px;
    left: -17px;
    width: 151px;
    height: 66px;
    background: url(../img/coupon/coupon_tag_pc.png) no-repeat top left;
    background-size: contain;
}
.pc-coupon {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.sp-coupon { display: none }
.coupon-detail {
    height: 100%;
    padding: 23px 21px 16px;
}
.c_store {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 134px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.c_address {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 134px;
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.c_list {
    min-height: 110px;
    padding-top: 18px;
    padding-bottom: 20px;
    color: #e57777;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.c_caution {
    padding-right: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.0rem;
    letter-spacing: 0;
}
.c_button {
    position: absolute;
    bottom: -59.5px;
    right: -59.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 119px;
    height: 119px;
    background: -webkit-linear-gradient(45deg, #ff7c7c, #ff5667 50%, #ff5667 100%);
    background: linear-gradient(45deg, #ff7c7c, #ff5667 50%, #ff5667 100%);
}
.c_button span {
    position: absolute;
    top: 22px;
    right: 68px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .coupon-container { padding: 0 }
    .coupon-list {
        display: block;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    .coupon {
        width: calc(100% - 7.5px);
        max-width: 100%;
        margin-left: 7.5px;
        margin-bottom: 20px;
    }
    .coupon .tag {
        left: -12px;
        width: 94px;
        height: 42px;
        background-image: url(../img/coupon/coupon_tag_sp.png);
    }
    .pc-coupon { display: none }
    .sp-coupon { display: block }
    .coupon-detail {
        height: auto;
        padding: 45px 12px 20px;
    }
    .c_store {
        padding: 0;
        margin-bottom: 17px;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 2.0rem;
        text-align: center;
    }
    .c_detail {
        width: 100%;
        margin-bottom: 17px;
        border: 1px solid #d8d8d8;
        background-color: #fff;
    }
    .c_detail th {
        width: 80px;
        height: 28px;
        background-color: #d8d8d8;
        text-align: center;
    }
    .c_detail th, .c_detail td {
        font-size: 1.0rem;
        line-height: 1.5em;
        font-weight: 500;
        vertical-align: middle;
    }
    .c_detail td {
        padding-right: 20px;
        padding-left: 20px;
    }
    .c_detail td[colspan="2"] {
        padding: 15px 18px;
        border-top: 1px solid #d8d8d8;
        font-weight: 400;
        letter-spacing: 0;
    }
    .c_caution {
        padding-right: 0;
        margin-bottom: 7px;
        font-size: 1.0rem;
        font-weight: 400;
        line-height: 1.5em;
        text-align: center;
    }
    .c_link {
        width: 100%;
        max-width: 325px;
        margin-right: auto;
        margin-left: auto;
    }
    .c_link a {
        display: block;
        width: 100%;
        height: 40px;
        background: -webkit-linear-gradient(left, #ff7777, #ff4f64);
        background: linear-gradient(to right, #ff7777, #ff4f64);
        border-radius: 5px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 4.0rem;
        letter-spacing: 0.1em;
        text-align: center;
        white-space: nowrap;
    }
}

/*********************************************************************
*  Plan contents
*********************************************************************/
.plan-list {
    width: calc((100% - 50px) / 3);
    max-width: 350px;
    height: 570px;
    padding: 20px 16px 23px;
    margin-right: 25px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 4px solid #efe8d9;
    box-shadow: 1px 2px 5px rgba(77, 52, 0 , 0.3);
}
.plan-list:nth-child(3n) { margin-right: 0 }
@media screen and (max-width: 900px) {
    .plan-list {
        width: calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
    }
    .plan-list:nth-child(3n) { margin-right: 25px }
    .plan-list:nth-child(2n) { margin-right: 0 }
}
@media screen and (max-width: 600px) {
    .plan-list {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 8px;
        margin-right: 0;
        margin-bottom: 20px;
        border-width: 2px;
    }
    .plan-list:nth-child(3n) { margin-right: 0 }
}
.plan-detail { margin-bottom: 19px }
.plan-detail dt { margin-bottom: 18px }
.p_image {
    width: 100%;
    height: 218px;
}
.p_image span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.p_image img { display: none }
.p_name {
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #ecd5c8;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.0rem;
    text-align: center;
}
.p_description {
    height: 204px;
    overflow-y: auto;
}
.p_description p {
    margin-top: -5px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.4rem;
}
.p_description p.p_copy { display: none }
.plan-benefits { display: none }
.p_benefits-list {
    position: relative;
    padding: 5px 10px;
    margin-top: 35px;
    margin-bottom: 20px;
    background-color: #fff;
}
.p_benefits-list:not(:first-child) { margin-top: 55px }
.p_benefits-list .p_benefits_num {
    position: absolute;
    top: -35px;
    left: 0;
    display: block;
    width: 140px;
    height: 25px;
    background-color: #e57777;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.p_benefits-list p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    word-break: break-all;
}
.p_button {
    width: 180px;
    max-width: 100%;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
}
.p_button a,
.p_button button {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #dac9a5;
    color: #a68b62;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0.14em;
    text-align: center;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.p_button button.p_toggle { display: none }
.p_button a:hover,
.p_button button:hover {
    background-color: #a68b62;
    border-color: #a68b62;
    color: #fff;
}
.plan-sp,
.line-content .line-sp { display: none }
@media screen and (max-width: 600px) {
    .plan-container {
        height: 100px;
        margin-bottom: 10px;
        overflow: hidden;
        -webkit-transition: height .5s ease-out;
        transition: height .5s ease-out;
    }
    .line-content .plan-container {
        height: auto;
        margin-bottom: 0;
    }
    .plan-detail {
        min-height: 100px;
        margin-bottom: 17px;
    }
    .plan-detail dt {
        position: relative;
        margin-bottom: 0;
    }
    .p_image {
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% - 185px);
        height: auto;
        overflow: hidden;
    }
    .p_image img {
        display: block;
        width: 100%;
        height: auto;
    }
    .p_name {
        height: 15px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .p_description {
        position: relative;
        width: 185px;
        height: auto;
        padding-top: 6px;
        padding-left: 10px;
        margin-right: 0;
        margin-left: auto;
        overflow-y: visible;
    }
    .p_description p {
        margin-top: 0;
        font-size: 1.0rem;
        line-height: 1.5em;
    }
    .p_description p.p_text { opacity: 0 }
    .p_description p.p_copy {
        position: absolute;
        top: 6px;
        left: 10px;
        display: block;
        width: calc(100% - 10px);
        height: 79px;
        overflow: hidden;
    }
    .plan-list.open .p_description p.p_text { opacity: 1 }
    .plan-list.open .p_description p.p_copy { opacity: 0 }
    .plan-benefits { display: block }
    .p_benefits-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        min-height: 45px;
        padding: 0 5px 0 0;
        margin-top: 0;
        margin-bottom: 10px;
        background-color: #efe8d9;
    }
    .p_benefits-list:not(:first-child) { margin-top: 0 }
    .p_benefits-list .p_benefits_num {
        position: relative;
        top: 0;
        width: 35px;
        height: 45px;
        padding-top: 6px;
        margin-right: 5px;
        font-size: 1.0rem;
        font-weight: 500;
        line-height: 1.5em;
        letter-spacing: 0;
    }
    .p_benefits-list .p_benefits_num span {
        display: block;
        font-size: 1.5rem;
    }
    .p_benefits-list p {
        width: calc(100% - 40px);
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 1.0rem;
        line-height: 1.5em;
    }
    .p_button { width: 100% }
    .p_button a,
    .p_button button {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }

    .p_button button.p_popup { display: none }
    .p_button button.p_toggle { display: block }
    .p_button button.p_toggle::before { content: "このプランの詳細を見る" }
    .plan-list.open .p_button button.p_toggle::before { content: "閉じる ▲" }
    .p_button a:hover,
    .p_button button:hover {
        background-color: #fff;
        border-color: #dac9a5;
        color: #a68b62;
    }
    .plan-sp {
        display: block;
        max-width: 355px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .plan-sp a {
        display: block;
        width: 100%;
        height: 37px;
        background-color: #00c200;
        border-radius: 2.5px;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 3.7rem;
        letter-spacing: 0.1em;
        text-align: center;
    }
    .plan-sp span {
        position: relative;
        display: inline-block;
        padding-left: 39px;
        padding-right: 20px;
        background: url(../img/plan/line_plan.jpg) no-repeat center left;
        background-size: contain;
    }
    .plan-sp span::before {
        content: "＞";
        position: absolute;
        top: 0;
        right: 1px;
        font-size: 1.15rem;
    }
    .line-content .line-sp { display: unset }
    .line-content .line-pc { display: none }
}

/*********************************************************************
*  Movie contents
*********************************************************************/
.movie-box {
    padding-right: 14px;
    padding-left: 14px;
}
.movie-list {
    width: 48.5%;
    max-width: 520px;
    margin-bottom: 30px;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
}
.movie-list:nth-child(odd) { margin-right: 3% }
.movie-list:hover { box-shadow: 0 0 20px rgba(229, 199, 199, 0.3) }
.movie-title {
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 3.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
}
.youtube-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.youtube-inner iframe {
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 600px) {
    .movie-title {
        height: 30px;
        font-size: 1.5rem;
        line-height: 3.0rem;
        text-align: center;
    }
    .movie-box {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
    .movie-list {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*********************************************************************
*  Service contents
*********************************************************************/
.service-text h5 {
    display: inline-block;
    width: auto;
    padding: 2px 8px;
    margin-bottom: 6px;
    background-color: #e57777;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.0rem;
    letter-spacing: 0.1em;
}
.service-text h5:last-child { margin-bottom: 0 }
.service-text h6 {
    color: #e57777;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.0rem;
    letter-spacing: 0;
}
.service-text p {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 2.0rem;
    letter-spacing: 0;
}
.service-text p:last-child { margin-bottom: 0 }
@media screen and (max-width: 768px) {
    .service-text h5 {
        padding: 1px 6px;
        margin-bottom: 8px;
        font-size: 1.0rem;
        line-height: 1.3rem;
    }
    .service-text h6,
    .service-text p {
        font-size: 1.0rem;
        line-height: 1.5em;
    }
}

.service-table {
    width: 100%;
    margin-bottom: 12px;
}
.service-tr {}
.service-table-layout { background-color: #3a3a3a }
.service-table-title {
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: center;
}
.service-table-content {
    padding: 10px;
    margin: 0 1px 2px;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.1em;
    text-align: center;
}
.service-table-layout:first-child .service-table-content { margin-left: 2px }
.service-table-layout:last-child .service-table-content { margin-right: 2px }
@media screen and (max-width: 1023px) {
    .service-tr {
        -webkit-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .service-table-layout {
        -webkit-box-flex:1;
        flex-grow:1;
        width: calc(100% / 3);
        margin-bottom: 2px;
    }
    .service-table-layout:nth-child(3n + 1) .service-table-content { margin-left: 2px }
    .service-table-layout:nth-child(3n) .service-table-content { margin-right: 2px }
}
@media screen and (max-width: 600px) {
    .service-tr {
        display: block;
        border: 1px solid #3a3a3a;
    }
    .service-table-layout {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin-bottom: 0;
    }
    .service-table-title {
        width: 35%;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 1.0rem;
        line-height: 2em;
        text-align: left;
    }
    .service-table-layout:last-child .service-table-title { border-bottom: none }
    .service-table-content {
        width: 65%;
        padding: 5px;
        margin: 0;
        border-bottom: 1px solid #3a3a3a;
        font-size: 1.0rem;
        text-align: left;
    }
    .service-table-layout:last-child .service-table-content { border-bottom: none }
    .service-table-layout:first-child .service-table-content,
    .service-table-layout:nth-child(3n + 1) .service-table-content { margin-left: 0 }
    .service-table-layout:last-child .service-table-content,
    .service-table-layout:nth-child(3n) .service-table-content { margin-right: 0 }
}

.service-color-box {
    padding: 15px 20px;
    background-color: #3a3a3a;
}
.service-color-box p { color: #fff }
@media screen and (max-width: 768px) {
    .service-color-box { padding: 10px 15px }
}

.service-image-box {
    width: calc((100% - 45px) / 4);
    max-width: 240px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.service-image {
    width: 100%;
    padding-bottom: calc(100% * (160 / 240));
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.service-image.inner-image {
    padding-bottom: 0;
    cursor: pointer;
}
.service-image-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
    .service-image-contents { display: none }
    .service-image {
        padding-bottom: calc(100% * (140 / 240));
        margin-bottom: 10px;
        background-position: center center;
    }
    .service-image.inner-image {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
}


/*********************************************************************
*  Privacy Policy
*********************************************************************/
.policy-box {}
.policy-list {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
}
.policy-list:first-child { padding-top: 0 }
.policy-list p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0;
}
.policy-list a { text-decoration: underline }
.policy-num li:not(:last-child) { margin-bottom: 24px }
@media screen and (max-width: 768px) {
    .policy-list {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom-color: #a68b62;
    }
    .policy-list p {
        font-size: 1.0rem;
        line-height: 1.5em;
        letter-spacing: 0.1em;
    }
}

/*********************************************************************
*  Recruit
*********************************************************************/
.recruit-bnr {
    max-width: 1100px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.recruit-search { margin-bottom: 60px }
.recruit-search-title {
    padding-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.0rem;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
}
.r_search-box { border: 1px solid #3a3a3a }
.r_search-title {
    width: 40%;
    height: 38px;
    background-color: #3a3a3a;
}
.r_search-title label {
    display: block;
    height: 100%;
    padding-right: 1em;
    padding-left: 1em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3.8rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.r_search-content {
    width: 60%;
    height: 38px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
}
.r_search-content select {
    width: auto;
    max-width: 100%;
    height: 24px;
    padding-right: 8px;
    padding-left: 8px;
    background-position: center right;
    border: none;
    border-bottom: 1px solid #3a3a3a;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .recruit-search {
        display: block;
        border: 1px solid #3a3a3a;
        background-color: rgba(58, 58, 58, 0.5);
    }
    .r_search-box { border: none }
    .r_search-box:not(:first-child) { margin-top: 1px }
}



.recruit-container > p {
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .recruit-container > p {
        margin-bottom: 15px;
    }
}

/*********************************************************************
*  Site Map
*********************************************************************/
.site-list { padding: 32.5px 40px }
.site-menu { height: 180px }
.site-menu a,
.site-menu button {
    position: relative;
    display: inline-block;
    height: 30px;
    padding-left: 16px;
    padding-right: 98px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.0rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.site-menu a::before,
.site-menu button::before {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    font-size: 1.0rem;
}
.site-menu a:hover,
.site-menu button:hover { text-decoration: underline }
@media screen and (max-width: 840px) {
    .site-menu { height: 240px }
}
@media screen and (max-width: 768px) {
    .site-list { padding: 0 0 40px }
    .site-menu {
        display: block;
        height: auto;
    }
    .site-menu li {
        height: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        border-bottom: 1px solid #a68b62;
    }
    .site-menu a,
    .site-menu button {
        display: block;
        height: auto;
        padding-left: 26px;
        padding-right: 10px;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.4rem;
        white-space: normal;
    }
    .site-menu a::before,
    .site-menu button::before {
        top: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .site-menu a:hover,
    .site-menu button:hover { text-decoration: none }
}


/*********************************************************************
*  External Link
*********************************************************************/
.links-contents {
    width: calc(100% + 10px);
    height: 100%;
    margin-left: -5px;
}
@media screen and (max-width: 1100px) {
    .links-contents {
        width: 831px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .links-contents {
        width: 100%;
        max-width: 554px;
        margin-bottom: 30px;
    }
}

.links-contents a.event-box:hover { opacity: 0.75 }
.links-contents .event-inner {
    width: 267px;
    min-height: auto;
}
@media screen and (max-width: 554px) {
    .links-contents .event-inner { width: calc((100vw - 40px) * 0.5) }
}

.links-contents .event-image { height: 120px }
.links-contents .event-title { margin-bottom: 0 }
@media screen and (max-width: 554px) {
    .links-contents .event-image { height: calc(1vw * (150 / 750 * 100)) }
}

/*********************************************************************
*  External Link
*********************************************************************/
.ex-link-box {}
.ex-link-list {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
}
.ex-link-list:nth-child(4n) { margin-right: 0 }
.ex-link-detail { display: block }
.ex-link-detail:hover { opacity: 0.5 }
.ex-link-image {
    padding-bottom: 56.25%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #d8d8d8;
}
.ex-link-name {
    padding: 5px 8px;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .ex-link-list {
        width: calc((100% - 90px) / 3);
        margin-right: 15px;
        margin-left: 15px;
    }
    .ex-link-list:nth-child(4n) { margin-right: 15px }
}
@media screen and (max-width: 554px) {
    .ex-link-list {
        width: calc((100% - 20px) / 2);
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px;
    }
    .ex-link-list:nth-child(4n) { margin-right: 5px }
}

/*********************************************************************
*  Media
*********************************************************************/
.media-box {}
.media-list {
    width: calc((100% - 20px) / 2);
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.media-list:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(229, 119, 119, 0.3);
}
.media-list:nth-child(odd) { margin-right: 20px }
.media-image {
    width: 30%;
    cursor: pointer;
}
.media-text {
    width: 70%;
    padding-left: 15px;
}
.media-text h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.media-text p {
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .media-box {
        position: relative;
        left: -10px;
        display: block;
        width: calc(100% + 20px);
    }
    .media-list {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
        background-color: #f8f8f8;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
}

/*********************************************************************
*  FAQ
*********************************************************************/
.faq-text {
    position: relative;
    padding-left: 2.5em;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.faq-text::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    color: #e57777;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.8rem;

}

