@charset "UTF-8";

/* ======================================== foundation ======================================== */
* {-webkit-appearance: none;
    appearance: none;/*webkit系ブラウザのデフォルトスタイル*/}



/* ======================================== object / component ======================================== */

.c-btn-more a {
    color: #A7884E;
    position: relative;
}

@media screen and (max-width: 520px) {
    .c-btn-more a {
        font-size: 16px;
    }
}

.c-btn-more a::before {
    content: "";
    display: block;
    width: 175px;
    height: 6px;
    left: 0px;
    border-bottom: 1px solid #A7884E;
    border-right: 1px solid #A7884E;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    bottom: -16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 520px) {
    .c-btn-more a::before {
        width: 77px;
        left: -5px;
        bottom: -18px;
    }
}

.c-btn-more a:hover::before {
    -webkit-transform: translateX(20px) skew(45deg);
    transform: translateX(20px) skew(45deg);
}

.c-center-text {
    text-align: center;
    line-height: 3.59;
    color: #05432B;
    letter-spacing: 1.7px;
}

.c-center-text_white{
    text-align: center;
    line-height: 3.59;
    color: #fff;
    letter-spacing: 1.7px;
}

@media screen and (max-width: 520px) {
    .c-center-text {
        line-height: 3;
    }
}



.p-page-mv_inner {
    position: relative;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/facility/facility-mv-photo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 850px;
}

@media screen and (max-width: 960px) {
    .p-page-mv_inner {
        padding-top: 550px;
    }
}
@media screen and (max-width: 520px){
    .p-page-mv_inner {
        padding-top: 280px;
    }
}

.p-page-mv_inner--about {
    background-image: url(../img/about/about-mv-photo.webp);
}

.p-page-mv_inner--guestroom {
    background-image: url(../img/Guest_Room/guestroom-mv-photo.webp);
}

.p-page-mv_logo {
    max-width: 347px;
    z-index: 2;
}

.p-page-mv_heading {
    background-color: #F5F5F5;
    height: 425px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .p-page-mv_heading {
        height: 200px;
        text-align: center;
    }
}

.p-pagetitle_inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media screen and (max-width: 520px){
    .p-pagetitle_inner {
    padding: 40px 0;
}
}

.p-panlist_inner--pt {
    padding-top: 55px;
}

@media screen and (max-width: 520px) {
    .p-panlist_inner--pt {
        padding-top: 40px;
    }
}

.p-panlist_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-panlist_item {
    position: relative;
}

.p-panlist_item a {
    font-size: 16px;
    color: #808080;
    text-decoration: underline;
}

@media screen and (max-width: 520px) {
    .p-panlist_item a {
        font-size: 13px;
    }
}

.p-panlist_item.current a,
.p-panlist_item.current span {
    color: #A7884E;
}

.p-reservation {
    width: 585px;
    height: 100vh;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-shadow: -10px 0 10px rgba(5, 67, 43, 0.1);
    box-shadow: -10px 0 10px rgba(5, 67, 43, 0.1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@media screen and (max-width: 520px) {
    .p-reservation {
        width: 100%;
    }
}

.p-reservation.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.p-reservation.closed {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.p-reservation .close {
    position: absolute;
    top: 80px;
    right: 60px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .p-reservation .close {
        top: 20px;
        right: 20px;
    }
}

.p-reservation .close_btn {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
}

.p-reservation .close_text {
    font-size: 16px;
    color: #8D8D8D;
    line-height: 1;
}

.p-reservation_heading {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #05432B;
    margin-bottom: 45px;
}

.p-reservation_menu {
    max-width: 300px;
    margin-bottom: 90px;
}

.p-reservation_menu li:not(:last-child) {
    margin-bottom: 25px;
}

.p-reservation_menu a {
    display: block;
    background-color: #05432B;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
}

.p-reservation_contact {
    text-align: center;
}

.p-reservation_contact p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #05432B;
    margin-bottom: 20px;
}

.p-reservation_contact a {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #05432B;
}
.pbg-sec-photo {
    background: #DEE9EA;
    padding-top: 50px;
    margin-top: 90px;
    margin-right: 15%;
    display: flex;
    align-items: flex-end;
}
.p-sec-photo{
    width: 80%;
    margin-left: auto;
}

.p-sec-photo_1 {
    width: 50%;
    padding-left: 20%;
    margin-bottom: -66px;
}

.p-sec-photo_2 {
    width: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -18%;
    margin-bottom: -50px;
}

@media screen and (max-width: 960px) {
    .p-sec-photo_2 {
        width: 90%;
        padding-top: 0;
    }
}

@media screen and (max-width: 520px) {
    .p-sec-photo{
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
}
    .p-sec-photo_2 {
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    .pbg-sec-photo {
    background: #DEE9EA;
    padding-top: 40px;
    margin-top: -10px;
    margin-right: 0;
    display: block; 
  }
   .p-sec-photo_1 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
  }

.p-sec-photo_2 {
    width: 100%;
    display: block;
    margin: 0;
    padding: 40px 0;
  } 
}

.p-sec-photo--left {
    margin-left: initial;
    margin-right: auto;
    margin-top: 80px;
}

.p-side-nav {
    position: fixed;
    top: 154px;
    right: 0;
    z-index: 10;
}

@media screen and (max-width: 960px) {
    .p-sec-photo--left {
    margin-top: 0px;
}
    .p-side-nav {
        top: 400px;
    }
}

.p-side-nav_box {
    width: 105px;
    height: 105px;
}

@media screen and (max-width: 960px) {
    .p-side-nav_box {
        width: 80px;
        height: 110px;
    }
}

.p-side-nav_box--search {
    background: #33644b;
    background: -webkit-linear-gradient(45deg, #05432b 0%, #33644b 100%);
    background: linear-gradient(45deg, #05432b 0%, #33644b 100%);
}

.p-side-nav_box--access {
    background: #a7884e;
    background: -webkit-linear-gradient(45deg, #544427 0%, #a7884e 100%);
    background: linear-gradient(45deg, #544427 0%, #a7884e 100%);
}

.p-side-nav_btn {
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .p-side-nav_btn {
        font-size: 11px;
    }
}
@media screen and (max-width: 520px) {
    .p-side-nav_btn {
    font-size: 18px;
    line-height: 1.4;
    }
}

.p-slider .slick-slider {
    margin-bottom: 0;
}

.p-slider .slick-prev:before,
.p-slider .slick-next:before {
    color: #000 !important;
}

.p-slider_prev {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    left: 177px;
    bottom: -20px;
    text-align: center;
    margin: 24px 0;
    display: block;
    width: 26px;
    height: 12px;
    border-top: transparent;
    border-right: transparent;
    border-bottom: 2px solid #A7884E;
    border-left: 2px solid #A7884E;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    background-color: transparent;
}

@media screen and (max-width: 960px) {
    .p-slider_prev {
        left: 56px;
    }
}

.p-slider_arrows {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    left: 242px;
    bottom: -20px;
    text-align: center;
    margin: 24px 0;
    display: block;
    width: 26px;
    height: 12px;
    border-top: transparent;
    border-left: transparent;
    border-bottom: 2px solid #A7884E;
    border-right: 2px solid #A7884E;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    background-color: transparent;
}

@media screen and (max-width: 960px) {
    .p-slider_arrows {
        left: 120px;
    }
}

.p-slider_dots-center {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.p-slider_dots-center button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-slider_dots-center li {
    margin: 0 16px;
}

@media screen and (max-width: 520px) {
    .p-slider_dots-center li {
        margin: 0 8px;
    }
}

.p-slider_dots-center li button {
    position: relative;
    text-indent: -9999px;
}

.p-slider_dots-center li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cdcdcd;
    border-radius: 50px;
    text-indent: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 520px) {
    .p-slider_dots-center li button:before {
        width: 5px;
        height: 5px;
    }
}

.p-slider_dots-center li.slick-active {
    margin: 0 16px;
}

@media screen and (max-width: 520px) {
    .p-slider_dots-center li.slick-active {
        margin: 0 8px;
    }
}

.p-slider_dots-center li.slick-active button:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #A7884E;
}

@media screen and (max-width: 520px) {
    .p-slider_dots-center li.slick-active button:before {
        width: 9px;
        height: 9px;
    }
}

.p-slider_dots-right {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 25px;
}

@media screen and (max-width: 960px) {
    .p-slider_dots-right {
        padding-right: 56px;
    }
}

@media screen and (max-width: 520px) {
    .p-slider_dots-right {
        padding-top: 16px;
    }
}

.p-slider_dots-right button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-slider_dots-right li {
    margin: 0 16px;
}

@media screen and (max-width: 520px) {
    .p-slider_dots-right li {
        margin: 0 8px;
    }
}

.p-slider_dots-right li button {
    position: relative;
    text-indent: -9999px;
}

.p-slider_dots-right li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cdcdcd;
    border-radius: 50px;
    text-indent: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 520px) {
    .p-slider_dots-right li button:before {
        width: 5px;
        height: 5px;
    }
}

.p-slider_dots-right li.slick-active {
    margin: 0 16px;
}

@media screen and (max-width: 520px) {
    .p-slider_dots-right li.slick-active {
        margin: 0 8px;
    }
}

.p-slider_dots-right li.slick-active button:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #A7884E;
}

@media screen and (max-width: 520px) {
    .p-slider_dots-right li.slick-active button:before {
        width: 9px;
        height: 9px;
    }
}

/* ======================================== TOP 強み strength ======================================== */

.p-top-catchcopy {
    padding: 150px 0 110px;
}
.p-top-catchcopy_inner {
    margin-bottom: 72px;
}
.p-top-catchcopy_bg {
    background: #EDF2F4;
    padding: 40px 0 1px;
}
.p-top-catchcopy_space {
    margin-top: 40px;
}
.top-catchcopy-text h4 {
    font-size: 32px;
    line-height: 160%;
    font-weight: 700;
    padding-bottom: 24px;
}
.top-catchcopy-text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; 
}
.top-catchcopy-img {
    bottom: -32px;
    position: relative;
}

.strength-icon01,.strength-icon02,.strength-icon03 {
    position: relative;
}
.strength-icon01::after {
    position: absolute;
    display: block;
    background-image: url(../img/top/strength-icon01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
    width: 160px;
    height: 30px;
    bottom: -17px;
    right: -14px;
}
.strength-icon02::after {
    position: absolute;
    display: block;
    background-image: url(../img/top/strength-icon02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
    width: 220px;
    height: 22px;
    bottom: -12px;
    right: -14px;
}
.strength-icon03::after {
    position: absolute;
    display: block;
    background-image: url(../img/top/strength-icon03.webp);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
    width: 320px;
    height: 21px;
    bottom: -14px;
    right: 0;
}


@media screen and (max-width: 960px) {
    .p-top-catchcopy_inner {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 520px){
    .p-top-catchcopy {
        padding: 40px 0 80px;
    }
    .p-top-catchcopy h1{
        font-size: 30px;
    }
    .p-top-catchcopy_inner {
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .p-top-catchcopy_inner h3 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .p-top-catchcopy_inner h3::before {
        font-size: 45px;
    }
    .top-catchcopy-text h4 {
        font-size: 24px;
        padding-bottom: 16px;
    }
    .top-catchcopy-img {
        bottom: 0;
    }
    .p-top-sptext {
        margin: 120px 0 0;
        font-size: 20px;
        text-align: center;
        line-height: 180%;
    }
    .strength-icon01::after {
        width: 110px;
        bottom: -19px;
        right: 0px;
    }
    .strength-icon02::after {
        width: 156px;
        bottom: -10px;
        right: -8px;
    }
    .strength-icon03::after {
        width: 240px;
        bottom: -13px;
        right: -8px;
    }
}

/* ======================================== TOP サポート support ======================================== */


.p-support {
    background: var(--BG-blue, linear-gradient(88deg, #4DCFF9 0%, #70EAEA 100%));
    border-radius: 120px 120px 0px 0px;
    background-repeat: no-repeat;
}
.p-support-bg {
    background-image: url(../img/top/support-bg.webp);
    border-radius: 120px 120px 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
}
.p-support-text {
     margin: 3.5rem 0 7rem;
}
.p-support-text h4 {
    color: #ffffff;
    font-size: 32px;
    line-height: 160%;
    font-weight: 700;
    padding-bottom: 24px;
}
.p-support-text h4 span {
    color: #FFF175!important;
}
.p-support-text p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    width: 450px;
}
.p-support-img .p-support-img-position {
    position: relative;
    margin-left: -14%;
    margin-bottom: -32%;
}
.p-support-buttom {
    margin: 7.5rem 1rem 10rem;
}

@media screen and (max-width: 520px) {
    .p-support {
        border-radius: 80px 80px 0px 0px;
    }
    .p-support-bg {
        border-radius: 0;
        background-position-y: bottom;
    }
    .p-support-text {
        margin: 0;
        padding: 56px 0 16px;
    }
    .p-support-text h4 {
        font-size: 24px;
    }
    .p-support-text p{
        width: 100%;
    }
    .p-support-img {
        padding-bottom: 5rem;
    }
    .p-support-img .p-support-img-position {
        margin-left: 0;
        margin-bottom: 0;
    }
    .p-support-buttom {
        margin: 16px 0 120px;
    }
}

/* ======================================== TOP サービス service ======================================== */

.p-service{
    margin-bottom: 160px;
}
.p-service-box {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.p-service-box:hover {
    opacity: 0.7;
}

.p-service-img {
    width: 30%;
}
.p-service-text {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.p-service-text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
}
.p-service-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
.p-service-btn {
    width: 12.5%;
    margin-left: auto;
    margin-top: auto;
}
@media screen and (max-width: 520px) {
    .p-service{
        margin-bottom: 120px;
    }
    .p-service-box {
        padding: 8px;
        border-radius: 8px;
        box-shadow: 0px 1px 12px 0px rgba(23, 51, 63, 0.20);
    }
    .p-service-text{
        gap: 4px;
    }
    .p-service-img {
        padding-top: 4px;
    }
    .p-service-text h4 {
        font-size: 16px;
    }
    .p-service-text p {
        font-size: 14px;
    }
}

/* ======================================== TOP こんなお悩みはありませんか？ problem ======================================== */

.p-problem {
    margin-bottom: 160px;
}
/*---- ナビ切り替え ----*/
.p-problem-tab{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 40px;
}
.p-problem-tab-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 23%; 
}
.p-problem-tab li{
    position: relative;
}
.p-problem-tab li::after{
    position: absolute;
    display: inline-block;
    background-image: url(../img/top/problem-btn.webp);
    background-size: contain;
    vertical-align: middle;
    content: '';
    top: 7px;
    right: 10px;
    width: 29px;
    height: 29px;
}
.p-problem-tab li a{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 50px;
    background: #EDF2F4;
    border: 3px solid #EDF2F4;
}
.p-problem-tab li a.selected{
    border: 3px solid #30A9DD;
}
.p-problem-tab-contents {
    background: #fff;
    width: 100%;
    padding: 24px 32px;
    box-shadow: 0px 1px 12px 0px rgba(23, 51, 63, 0.20);
    border-radius: 16px;
}
.p-problem-tab-contents h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    padding-bottom: 24px;
}
.p-problem-tab-contents .tab-list {
    gap: 24px;
    align-items: flex-start;
}
.p-problem-tab-contents .tab-list p {
    margin: 16px 0;
    line-height: 160%;
}
.p-problem-tab-contents .tab-list .tab-box {
    flex-basis: calc(100% / 2 - 0.5rem);
    margin: 0;
}

.p-problem-tab div article{
  display: none;
  margin: 0px;
  color: #555;
  
}
.p-problem-tab div article p{
  margin: 0px 0px 20px 0px;
}

@media screen and (max-width: 520px){
    .p-problem {
        margin-bottom: 120px;
    }
    .p-problem-tab{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .p-problem-tab-nav {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .p-problem-tab li::after {
        top: 9px;
        transform: rotate(90deg);
    }
    .p-problem-tab li a {
        padding: 8px 48px 8px 24px;
    }
    .p-problem-tab-contents h4 {
        font-size: 18px;
    }
    .p-problem-tab-contents {
        padding: 16px 16px 0;
    }
    .p-problem-tab-contents .tab-list .tab-box {
        margin-bottom: 24px;
    }
}
/* ======================================== TOP コネクター・パーソネルが選ばれる理由 REASON ======================================== */

.p-season {
    background: var(--BG-blue, linear-gradient(88deg, #4DCFF9 0%, #70EAEA 100%));
    padding: 64px 0;
}
.p-season-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
}
.p-season-box {
    display: flex;
    flex-direction: column;
    width: 23.8%;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    gap: 8px;
}
.p-season-box h4{
    font-size: 24px;
}

@media screen and (max-width: 520px) {
    .p-season-list {
        flex-wrap: wrap;
    }
    .p-season-box {
        width: 100%;
        padding: 24px 16px;
        gap: 16px;
    }
    .p-season-box h4 {
        font-size: 18px;
    }
}

/* ======================================== TOP ここまで ======================================== */

/* ======================================== TOP ここまで ======================================== */




.p-top-mv_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto 0;
}
.p-top-mv_box {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    position: relative;
    top: 24px;
}
.p-top-mv_bg {
    background-image: url(../img/mv-main-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; 
}
.p-top-mv_text {
    width: 40%;
    white-space: nowrap;
}
.p-top-mv_text h1 {
    font-size: 2.5rem;
    line-height: 64px;
    margin: 2.5rem 0;
}
.p-top-mv_text h2 {
    font-size: 24px;
    line-height: 43.2px;
}
.p-top-mv_logo {
    width: 55%;
    margin-top: 24px; 
}
@media screen and (max-width: 520px) {
    .p-top-mv_bg {
        background-image: url(../img/mv-main-bg_sp.webp);
        height: auto;
        margin-left: 24px;
        margin-top: 32px;
        
    }
    .p-top-mv_box {
        flex-direction: column;
        align-items: flex-end;
        margin: 0;
        width: 100%;
    }
    .p-top-mv_text {
        width: 100%;
        padding-top: 16px;
    }
    .p-top-mv_text h1 {
        font-size: 32px;
        margin: 0;
        line-height: 160%;
    }
    .p-top-mv_logo {
        width: 80%;
        margin-right: 8px;
    }  
}

/* ----- TOPスライドする要素  ------ */
.content_slide{
  width: 310px;
  height: auto;
  margin: 0 12px;
}
.content_slide p {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #767373;
    
}
.content_slide span {
    font-size: 16px;
    color: #767373;
}

/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
/* content4つをまとめたスライドブロック */
.slideshow_2 {
  display: flex;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-top-slider-bg {
    background: var(--BG-blue, linear-gradient(88deg, #4DCFF9 0%, #70EAEA 100%));
    height: 100px;
    margin: -76px;
}

@media screen and (max-width: 520px) {
    .p-top-slider {
        margin-top: -36px;
    }
    
}

/* ----- TOPスライドする要素 ここまで ------ */


.p-top-mv_slide {
    width: 100vw;
    position: relative;
}

.p-top-mv_slide li {
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 520px) {
    .p-top-mv_slide li {
        max-height: 90vh;
    }
}

.p-top-mv_slide li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #699fa7;
    background: -webkit-linear-gradient(325deg, #699fa7 0%, #b48b7e 100%);
    background: linear-gradient(125deg, #699fa7 0%, #b48b7e 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.3;
}

.p-top-mv_slide li.photo01 {
    background-image: url(../img/top/top-fv-photo01.webp);
}

.p-top-mv_slide li.photo02 {
    background-image: url(../img/top/top-fv-photo02.webp);
}

.p-top-mv_slide li.photo03 {
    background-image: url(../img/top/top-fv-photo03.webp);
}

.slider {
    height: 53vw;
    margin-inline: auto;
    overflow: hidden;
    /* 画像がはみ出ないようにする */
    width: 80vw;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.1) translateX(5%);
    }
    100% {
        transform: scale(1.1) translateX(-5%);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}


/* ======================================== object / page ======================================== */

.about-catch {
    background: #2a2a2a;
    background-image: url(../img/about/about-sub-photo.webp);
    background-size: cover;
    background-position: center;
}

.about-catch_inner {
    padding-top: 120px;
    padding-bottom: 100px;
}

@media screen and (max-width: 520px) {
    .about-catch_inner {
        padding-top: 100px;
    }
}

.about-catch h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 520px) {
    .about-catch h3 {
        font-size: 25px;
        margin-bottom: 50px;
    }
}

.about-catch p {
    font-size: 16px;
}

@media screen and (max-width: 520px) {
    .about-catch p {
        font-size: 14px;
        line-height: 2.6;
    }
}

.about-content{
    margin-top: 60px;
}

.about-content_inner {
    padding-top: 120px;
    padding-bottom: 80px;
}

@media screen and (max-width: 520px) {
    .about-content{
    margin-top: 0;
    }
    
    .about-content_inner {
        padding-top: 60px;
    }
}

.about-content_head {
    text-align: center;
    margin-bottom: 50px;
}

.about-content_head .en {
    font-size: 25px;
    font-weight: 600;
    color: rgba(5, 67, 43, 0.2);
    line-height: 1;
    margin-bottom: 50px;
}

@media screen and (max-width: 520px) {
    .about-content_head {
    margin-bottom: 40px;
}
    .about-content_head .en {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.about-content_head .ja {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    color: #05432B;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 520px) {
    .about-content_head .ja {
      font-size: 25px;
      line-height: 1.4;
      letter-spacing: 3px;
      font-weight: 800;       
    }
}

.about-content_content {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 520px) {
    .about-content_content {
        -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;
        margin-top: 40px!important;
    }
}

.about-content_content p {
    line-height: 3.59;
}

.about-content_content {
    margin-top: 80px;
    position: relative;
}

.about-content_content::after {
    position: absolute;
    content: url(../img/About/about-line.webp);
    display: block;
    width: 60%;
}

@media screen and (max-width: 520px) {
    .about-content_content p {
    line-height: 2.6;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px!important;
    }
    .about-content_content::after {
    content: url(../img/About/about-sp-line.webp);
}
}

.about-content_content .c-btn-more {
    position: absolute;
    right: 50%;
    bottom: -50px;
}

@media screen and (max-width: 767px) {
    .about-content_content .c-btn-more {
        bottom: -40px;
    }
}

@media screen and (max-width: 520px) {
    .about-content_content .c-btn-more {
        position: initial;
    }
}

.about-content_content_villa {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 520px) {
    .about-content_content_villa {
        -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;
        margin-top: 40px!important;
    }
}

.about-content_content_villa p {
    line-height: 3.59;
}

.about-content_content_villa {
    margin-top: 80px;
    position: relative;
}

@media screen and (max-width: 520px) {
    .about-content_content_villa p {
        line-height: 3;
        font-size: 14px;
        text-align: center;
        margin-bottom: 50px;
    }
}

.about-content_content_villa .c-btn-more {
    position: absolute;
    right: 50%;
    bottom: -50px;
}

@media screen and (max-width: 767px) {
    .about-content_content_villa .c-btn-more {
        bottom: -40px;
    }
}

@media screen and (max-width: 520px) {
    .about-content_content_villa .c-btn-more {
        position: initial;
    }
}

.about_stay_img{display: flex; margin-top: 100px;}
.about_stay_img .about_stay1{margin-right: 40px;}
.about_stay_img .about_stay2{margin-left: 40px;}

.about-info {
    margin-top: 220px;
    margin-bottom: 120px;
}
.about-info2 {
    margin-top: 120px;
}

@media screen and (max-width: 520px) {
    .about_stay_img{display: flex; margin-top: 0;}
    .about_stay_img .about_stay1{margin-right: 10px;}
    .about_stay_img .about_stay2{margin-left: 10px;}
    .about-info {
        background-color: #DEE9EA;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.about-info_inner,
.about-info_inner2 {
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #DEE9EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 520px) {
    .about-info_inner,
    .about-info_inner2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: initial;
        padding-bottom: 45px!important;
        padding-top: 60px!important;
    }
    .about-info_inner{
        flex-direction: column-reverse;
    }
}

.about-info_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DEE9EA;
    position: absolute;
    top: 0;
    left: -100%;
}

.about-info_inner2::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DEE9EA;
    position: absolute;
    top: 0;
    right: -100%;
}

@media screen and (max-width: 520px) {
    .about-info_inner::before,
    .about-info_inner2::after {
        display: none;
    }
}

.about-info_detail {
    -ms-flex-preferred-size: 580px;
    flex-basis: 580px;
    padding-left: 100px;
}

@media screen and (max-width: 960px) {
    .about-info_detail {
        -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    }
}

@media screen and (max-width: 520px) {
    .about-info_detail {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
}

.about-info_detail h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 70px;
}

.about-info_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 520px) {
    .about-info_detail h2 {
    margin: 40px 0;
    text-align: center;
}
    .about-info_table dl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .about-info_table dd{
        width: 240px;
    }
}

.about-info_table dl:not(:last-child) {
    margin-bottom: 69px;
}

@media screen and (max-width: 520px) {
    .about-info_table dl:not(:last-child) {
        margin-bottom: 20px;
    }
}

.about-info_table dt,
.about-info_table dd {
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
}

@media screen and (max-width: 520px) {
    .about-info_table dt,
    .about-info_table dd {
        font-size: 15px;
    }
}

.about-info_table dt {
    -ms-flex-preferred-size: 150px;
    flex-basis: 100px;
}

@media screen and (max-width: 520px) {
    .about-info_table dt {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    }
}

.about-info_photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: calc(50% - 50vw);
    height: 600px;
    margin-bottom: -200px;
}

.about-info_photo2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: calc(50% - 50vw);
    height: 600px;
    margin-bottom: -200px;
}

@media screen and (max-width: 520px) {
    .about-info_photo,
    .about-info_photo2 {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

.about-info_photo-inner {
    background-image: url(../img/about/about-info-photo1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 400px;
    height: 100%;
}

.about-info_photo-inner2 {
    background-image: url(../img/about/about-info-photo2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 400px;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .about-info_photo-inner,
    .about-info_photo-inner2 {
        padding-top: 500px;
    }
}

@media screen and (max-width: 520px) {
    .about-info_photo-inner,
    .about-info_photo-inner2 {
        padding-top: 250px;
    }
}

.access-panlist {
    margin-top: 144px;
    margin-bottom: -24px;
}

@media screen and (max-width: 960px) {
    .access-panlist {
        margin-bottom: 20px;
    }
}

.access-info_inner {
    padding-bottom: 190px;
}

@media screen and (max-width: 520px) {
    .access-panlist {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .access-info_inner {
        padding-bottom: 100px;
    }
}

.access-info_detail {
    border: solid 1px #A7884E;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 90px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .access-info_detail {
        margin-right: 0;
        margin-left: 0;
        padding: 60px;
    }
}

@media screen and (max-width: 520px) {
    .access-info_detail {
        padding: 40px 20px;
        margin-bottom: 50px;
    }
}

.access-info_detail-inner {
    max-width: 500px;
}

.access-info_detail .name-en {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 33px;
    color: #D8C39D;
    text-align: center;
}
.access-info_btn a {
    width: 200px;
    height: 55px;
    line-height: 55px;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #A7884E;
    border: solid 1px #A7884E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.access-info_map {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    padding-top: 56%;
}

@media screen and (max-width: 767px) {
    .access-info_map {
        margin-left: 0;
        margin-right: 0;
    }
}

.facility-catch_inner {
    padding-top: 80px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .facility-catch_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 960px) {
    .facility-catch_head {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 520px){
    .facility-catch_inner{
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.facility-catch .c-sec-heading {
    margin-bottom: 10px;
}

.facility-catch_ancorbox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 10px;
    margin-top: 15px;
}
.facility-catch_ancorbox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 0 10px;
    margin-top: 15px;
}

@media screen and (max-width: 960px) {
    .facility-catch_ancorbox1,.facility-catch_ancorbox2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 520px) {
    .facility-catch_ancorbox1,.facility-catch_ancorbox2 {
        flex-wrap: wrap;
        justify-content: center;

    }
}

.facility-catch_ancorbox1 li,.facility-catch_ancorbox2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #D8C39D;
}

.facility-catch_ancorbox1 li.pool a {
    padding-left: 20px;
}
.facility-catch_ancorbox1 li.bbq a {
    padding-left: 15px;
    width: 126px;
}
@media screen and (max-width: 520px){
    .facility-catch_ancorbox1 li.pool,.facility-catch_ancorbox1 li.bbq,.facility-catch_ancorbox2 li.guest,.facility-catch_ancorbox2 li.amenity,.facility-catch_ancorbox .premiere,.guestroom-catch_ancorbox li.suite {
    margin-bottom: 15px;
    }
    
}
.facility-catch_ancorbox1 li.premiere a,.facility-catch_ancorbox li.premiere a {
    padding-left: 15px;
    width: 240px;
}
.facility-catch_ancorbox2 li.guest a,.facility-catch_ancorbox2 li.guest a {
    padding-left: 15px;
    width: 160px;
}
.facility-catch_ancorbox2 li.amenity a,.facility-catch_ancorbox li.amenity a {
    padding-left: 15px;
    width: 118px;
}
.facility-catch_ancorbox2 li.kitchen a,.facility-catch_ancorbox li.kitchen a {
    padding-left: 15px;
    width: 140px;
}
.guestroom-catch_ancorbox li.suite a{
    padding-left: 35px;
    width: 180px;
}
.guestroom-catch_ancorbox li.luxury-A a,.guestroom-catch_ancorbox li.luxury-B a{
    padding-left: 35px;
    width: 146px;
}

.facility-catch_ancorbox1 a,.facility-catch_ancorbox2 a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #D8C39D;
    position: relative;
}

.facility-catch_ancorbox {
    justify-content: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 520px){
    .facility-catch_ancorbox {
    margin-bottom: 0px;
    }
}

.facility-catch_ancorbox1 a::before, .facility-catch_ancorbox2 a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: solid 3px #D8C39D;
    border-right: solid 3px #D8C39D;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.facility-catch_text {
    max-width: 500px;
}

.facility-catch_text p {
    line-height: 1.8;
}

@media screen and (max-width: 520px) {
    .facility-catch_text p {
        font-size: 14px;
        text-align: center;
        line-height: 2.6;
    }
}

.facility-service_inner {
    padding-top: 190px;
    padding-bottom: 190px;
}

@media screen and (max-width: 520px) {
    .facility-service_inner {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .facility-service_content .flex{
    flex-direction: column-reverse;
}
}


.facility-service_inner:not(:last-child) section {
    margin-bottom: 190px;
}

.facility-service_content:not(:last-child) {
    margin-bottom: 200px;
}

@media screen and (max-width: 520px) {
    .facility-service_content:not(:last-child) {
        margin-bottom: 60px;
    }
}

.facility-service_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 960px) {
    .facility-service_detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    .facility-service_detail {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 960px) {
    .facility-service_head {
        margin-bottom: 50px;
    }
}

.facility-service_head {
    width: 55%;
    margin-right: 50px;
}

.facility-service_head2 {
    width: 55%;
    margin-right: 0;
    margin-left: 50px;
}

.facility-service_head small {
    display: block;
    color: #D8C39D;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 22px;
}

.facility-service_head h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

@media screen and (max-width: 520px) {
    .facility-service_head small{text-align: center;}
    .facility-service_head h2 {
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }
}

.facility-service_head p {
    font-size: 16px;
    line-height: 2.2;
    max-width: 500px;
}

@media screen and (max-width: 520px) {
    .facility-service_head {
    width: 100%;
    margin-right: 0px;
}

.facility-service_head2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
    text-align: center;
}
    .facility-service_head p {
        font-size: 14px;
        text-align: center;
        line-height: 2.6;
    }
}

.facility-service_info {
    display: flex;
    margin-right: calc(50% - 50vw);
    gap: 30px;
}

.facility-service_info2 {
    display: flex;
    margin-left: calc(50% - 50vw);
    gap: 30px;
}

@media screen and (max-width: 960px) {
    .facility-service_info {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 80px;
    }
}

@media screen and (max-width: 520px) {
    .facility-service_info {
        display: flex;
        width: 100%;
        gap: 20px;
        background-position: right;
    }
    .facility-service_info2 {
    display: flex;
    margin-left: 0px;
    gap: 20px;
}
}

.facility-service_info-img {
    display: block;
    width: 400px;
    height: 540px;
}

@media screen and (max-width: 1600px) {
    .facility-service_info-img {
        display: block;
        width: 300px;
        height: 440px;
    }
}

@media screen and (max-width: 520px){
    .facility-service_info-img {
        display: flex;
        width: 100%;
        height: 250px;
    }
}

.facility-service_info-img1 {
    background-image: url(../img/facility/facility-service_info-img1.webp);
    background-size: cover;
    background-position: center;
}

.facility-service_info-img2 {
    background-image: url(../img/facility/facility-service_info-img2.webp);
    background-size: cover;
    background-position: center;
}

.facility-service_info-img3 {
    background-image: url(../img/facility/facility-service_info-img3.webp);
    background-size: cover;
    background-position: center;
}

.facility-service_info-img4 {
    background-image: url(../img/facility/facility-service_info-img4.webp);
    background-size: cover;
    background-position: center;
}

.facility-service_info dl:not(:last-child) {
    margin-bottom: 22px;
}

.facility-service_info dt,
.facility-service_info dd {
    display: inline-block;
    line-height: 1;
}

.facility-service_info dt {
    width: 48px;
    margin-right: 17px;
    color: #B7B7B7;
}

.facility-service_info dd {
    color: #808080;
}

.guestroom-catch_inner {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .guestroom-catch_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 960px) {
    .guestroom-catch_head {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 520px){
    .guestroom-catch_inner{
        padding-top: 40px;
    }
    .guestroom-catch_head {
        margin-bottom: 40px;
    }
}

.guestroom-catch .c-sec-heading {
    margin-bottom: 10px;
}

.guestroom-catch_ancorbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 10px;
}

@media screen and (max-width: 960px) {
    .guestroom-catch_ancorbox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 520px) {
    .guestroom-catch_ancorbox {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.guestroom-catch_ancorbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #D8C39D;
}

.guestroom-catch_ancorbox a {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    color: #D8C39D;
    position: relative;
    padding-left: 30px;
}

.guestroom-catch_ancorbox a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: solid 3px #D8C39D;
    border-right: solid 3px #D8C39D;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.guestroom-catch_text {
    max-width: 500px;
}

.guestroom-catch_text p {
    line-height: 2;
}

@media screen and (max-width: 520px) {
    .guestroom-catch_text p {
        font-size: 14px;
        text-align: center;
    }
}

.guestroom-service_inner {
    padding-top: 120px;
    padding-bottom: 140px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_inner {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.guestroom-service_inner:not(:last-child) section {
    margin-bottom: 190px;
}

.guestroom-service_content:not(:last-child) {
    margin-bottom: 130px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_content:not(:last-child) {
        margin-bottom: 80px;
    }
    .guestroom-service_content{
        margin-top: 0px;
    }
    .luxury-img {
        margin-top: -40px;
    }
}

.guestroom-service_photo {
    margin-bottom: 45px;
}

.guestroom-service_photo .p-slider_prev {
    left: initial;
    right: 422px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_photo .p-slider_prev {
        left: 6px;
    }
}

.guestroom-service_photo .p-slider_arrows {
    left: initial;
    right: 372px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_photo .p-slider_arrows {
        left: 50px!important;
    }
}

@media screen and (max-width: 520px) {
    .guestroom-service_photo .p-slider_dots-right {
        padding-right: 0;
    }
}

.guestroom-service_heading {
    display: block;
    position: relative;
    margin-bottom: 45px;
}

.guestroom-service_heading h2 {
    font-size: 35px;
    font-weight: 400;
}

@media screen and (max-width: 520px) {
    .guestroom-service_heading{
        text-align: center;
        margin-bottom: 40px;
    }
    .guestroom-service_heading h2 {
        font-size: 25px; 
    }
}

.guestroom-service_heading-decora .suite {
    position: absolute;
    top: 0;
    right: -80px;
    width: 63px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_heading-decora .suite {
        top: -5px;
        right: -60px;
        width: 50px;
    }
}

.guestroom-service_heading-decora .luxury {
    position: absolute;
    top: 0;
    right: -220px;
    width: 200px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_heading-decora .luxury {
        top: -5px;
        right: -180px;
        width: 160px;
    }
}

.guestroom-service_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 45px;
}

@media screen and (max-width: 960px) {
    .guestroom-service_detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    .guestroom-service_detail {
        padding-top: 0px;
    }
    .guestroom-service_head {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .guestroom-service_head {
        margin-bottom: 50px;
    }
}


/* 特別設備 */

.special-facility {
    border: #A7884E 1px solid;
    margin-top: 100px;
    padding: 100px 0;
}

.special-facility>p {
    color: #A7884E;
    text-align: center;
    font-size: 25px;
    opacity: 0.2;
}

.special-facility h3 {
    color: #A7884E;
    text-align: center;
    margin: 50px auto;
    font-size: 35px;
}

.special-facility-img-block-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.special-facility-img-block {
    display: block;
    width: 80%;
    max-width: 240px;
}

.special-facility-img-block p {
    margin-top: 10px;
}

@media screen and (max-width: 520px){
    .special-facility {
    margin-top: 40px;
    padding: 40px 20px;
    }
    .special-facility>p {
    font-size: 18px;
    }
    .special-facility h3 {
    margin: 10px auto 20px;
    font-size: 26px;
    }
    .special-facility-img-block-container {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    }
    .special-facility-img-block {
    width: 47%;
    }
    .special-facility-img-block p {
    margin-top: 10px;
    font-size: 14px;
    }
}


/* 特別設備ここまで */

.guestroom-service_head h3 {
    font-size: 18px;
    color: #05432B;
    line-height: 1;
    margin-bottom: 12px;
}

.guestroom-service_head p {
    font-size: 16px;
    line-height: 2.2;
    max-width: 520px;
}

@media screen and (max-width: 520px) {
    .guestroom-service_head p {
        font-size: 14px;
    }
    .guestroom-service_head h3 {
    margin-bottom: 20px;
}
}

.guestroom-service_info {
    padding-right: 110px;
}

@media screen and (max-width: 960px) {
    .guestroom-service_info {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 80px;
    }
}

@media screen and (max-width: 520px) {
    .guestroom-service_info {
        display: block;
        text-align: center;
    }
}

.guestroom-service_info dl:not(:last-child) {
    margin-bottom: 22px;
}

.info-list {
    margin-right: 30px;
}

.info-list:last-child {
    margin-right: 0;
}

.info-list {
    display: inline-block;
}

.guestroom-service_info dt,
.guestroom-service_info dd {
    display: inline-block;
    line-height: 1;
}

.guestroom-service_info dt {
    width: 48px;
    margin-right: 17px;
    color: #B7B7B7;
}

.guestroom-service_info dd {
    color: #808080;
}

.guestroom-facility_inner {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .guestroom-facility_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0;
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 520px){
    .l-inner{
        width: 90%;
    }
}

.guestroom-facility_list {
    display: flex;
}

.guestroom-facility_box {
    width: 16%;
}

@media screen and (max-width: 767px) {
    .guestroom-facility_box {
        width: 100%;
        height: 250px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 520px) {
    .guestroom-facility_box {
        width: 100%;
        height: 100%;
        padding-top: 0px;
    }
}

.feature_subtitle {
    text-align: center;
    color: #A7884E;
    font-size: 35px;
    margin-bottom: 80px;
    font-weight: 600;
}

.feature_subtitle::before {
    content: "Feature";
    display: block;
    opacity: 0.2;
    font-size: 25px;
    margin-bottom: 20px;
}

.feature_flex {
    display: flex;
    margin-bottom: 60px;
}

.feature_flex .feature_img {
    width: 50%;
}

.feature_flex .feature_text {
    width: 50%;
    margin-left: 40px;
}

.feature_flex .feature_text h3 {
    font-size: 24px;
    color: #A7884E;
    font-weight: 600;
    padding-bottom: 14px;
}

.feature_flex .feature_text h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 18px;
}

.feature_flex .feature_text p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    font-weight: 200;
}

.amenity_subtitle {
    text-align: center;
    color: #A7884E;
    font-size: 35px;
    padding: 60px 0;
    font-weight: 600;
}

.amenity_subtitle::before {
    content: "Equipment & Amenity";
    display: block;
    opacity: 0.2;
    font-size: 25px;
    margin-bottom: 20px;
}

@media screen and (max-width: 520px){
    .feature_subtitle {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: bold;
}

.feature_subtitle::before {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature_flex {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.feature_flex .feature_img {
    width: 100%;
}

.feature_flex .feature_text {
    width: 100%;
    margin-left: 0;
}

.feature_flex .feature_text h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 10px;
}

.feature_flex .feature_text h4 {
    font-size: 18px;
    padding-bottom: 10px;
}

.feature_flex .feature_text p {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0 40px;
    text-align: left;
}

.amenity_subtitle {
    font-size: 26px;
    padding: 40px 0;
    font-weight: bold;
}

.amenity_subtitle::before {
    font-size: 18px;
    margin-bottom: 10px;
    }
}


/* ゲストルームファシリティ */

.guestroom-facility-flex-container {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px;
    margin-bottom: 100px;
    box-sizing: border-box;
    border: 1px solid #A7884E;
}

.guestroom-facility-flex-left {
    width: 47%;
}

.guestroom-facility-flex-right {
    width: 47%;
}

.guestroom-facility-flex-right .c-btn-more {
    width: 200px;
    margin: 0 auto;
    margin-top: 50px;
}

@media screen and (max-width: 520px){
    .guestroom-facility-flex-container {
    display: block;
    align-items: center;
    width: 90%;
    padding: 20px;
    margin-bottom: 60px;
    }
    .guestroom-facility-flex-left {
    width: 100%;
    }
    .guestroom-facility-flex-right {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    }
    .guestroom-facility-flex-right .c-btn-more {
    width: 100%;
    margin: 20px 110px;
    }
}

/* ゲストルームファシリティ ここまで */

.guestroom-facility_box--beige {
    border: solid 1px #D8C39D;
    margin-bottom: 15px;
}

.guestroom-facility_box--gray {
    border: solid 1px #EBEAEA;
    margin-bottom: 15px;
}

@media screen and (max-width: 520px){
    .guestroom-facility_box--gray {
    border: solid 1px #EBEAEA;
    margin-bottom: 15px;
    }
    .guestroom-facility_list .text_2{
        margin: auto 0px!important;
        width: 32%!important;
    }
    .guestroom-facility_box .facility_text{
        font-size: 14px;
        width: 100%;
        padding: 20px!important;
    }
}

.guestroom-facility_box h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.guestroom-facility_box p {
    color: #808080;
}

.guestroom-facility_list .text_1 {
    margin: 38px 45px 34px 84px;
    width: 11%;
}

.guestroom-facility_list .text_2 {
    margin: 54px 70px;
    width: 10%;
    text-align: center;
}

.guestroom-facility_box .facility_text {
    padding: 40px 40px 40px 0;
    letter-spacing: 1.6px;
}

.guestroom-facility_box .text {
    font-size: 16px;
    line-height: 2;
    color: #808080;
}

.guestroom-facility_box .list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 25px;
    margin: 40px 0;
}

.guestroom-facility_box .list-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 520px){
    .guestroom-facility_list .text_1 {
    margin: 30px 15px!important;
    width: 30%;
    }
    .guestroom-facility_box .list-icon{
        margin: 32px 0 20px;
        gap: 10px;
    }
    .guestroom-facility_box .list-icon li{
        padding-bottom: 15px;
    } 
}

.guestroom-facility_box .list-icon p {
    font-size: 16px;
    line-height: 1;
    color: #808080;
    padding-left: 4px;
}

.guestroom-facility_box .list-icon .wifi {
    width: 15px;
}

.guestroom-facility_box .list-icon .parking {
    width: 20px;
}

.guestroom-facility_box .list-icon .pool {
    width: 15px;
}

.guestroom-facility_box .list-icon .bbq {
    width: 18px;
    
}

.guestroom-facility_box .list-icon .lundry {
    width: 15px;
}
.guestroom-facility_box .list-icon .suite {
    width: 15px;
}

.facility-bottom-photo{
    margin-bottom: 100px;
}
.facility-sp{display: none;}
.facility-pc{display: block;}


/* アバウトの下のリンクブロック */

.other-link {
    margin-top: 220px;
    margin-bottom: 215px;
}

@media screen and (max-width: 520px){
    .other-link {
    margin: 60px 0;
    }
    .facility-bottom-photo{
    margin-top: -60px;
    margin-bottom: 100px;
    }
    .facility-sp{display: block;}
    .facility-pc{display: none;}
}

.other-content-link-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.other-content-link {
    display: block;
    width: 85%;
    max-width: 320px;
    margin: 0;
    height: 200px;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
}

.other-content-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
    transition: 0.2s;
    z-index: 2;
}

.other-content-link-facility {
    background-image: url(../img/other-content-link-img-facility.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .5s ease-out;
    height: 100%;
    width: 100%;
}

.other-content-link-access {
    background-image: url(../img/other-content-link-img-access.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .5s ease-out;
    height: 100%;
    width: 100%;
}

.other-content-link-story {
    background-image: url(../img/other-content-link-img-story.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .5s ease-out;
    height: 100%;
    width: 100%;
}
.other-content-link-about {
    background-image: url(../img/other-content-link-img-about.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .5s ease-out;
    height: 100%;
    width: 100%;
}
.other-content-link-guestroom {
    background-image: url(../img/other-content-link-img-guestroom.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .5s ease-out;
    height: 100%;
    width: 100%;
}

.other-content-link:hover>.other-content-link-facility,
.other-content-link:hover>.other-content-link-access,
.other-content-link:hover>.other-content-link-story,
.other-content-link:hover>.other-content-link-about,
.other-content-link:hover>.other-content-link-guestroom {
    transform: scale(1.15);
}

.other-content-link p {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}


/* ファシリティ */

.amenities {
    width: 90%;
    max-width: 1080px;
    margin: 50px auto;
}

.amenities .section-title {
    text-align: center;
    color: #A7884E;
}

.amenities .section-title p {
    text-align: center;
    color: #D8C39D;
    font-size: 25px;
}

.amenities .section-title h2 {
    margin: 50px auto;
    font-size: 35px;
}

.amenities h3 {
    margin-bottom: 50px;
    font-size: 35px;
    color: #A7884E;
}
.amenities h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.separater {
    margin: 75px auto;
    border-top: 0.5px solid #A7884E;
}

@media screen and (max-width: 520px){
   .amenities {
    max-width: 520px;
    margin: 40px auto;
}

.amenities .section-title p {
    font-size: 20px;
}

.amenities .section-title h2 {
    margin: 15px auto 30px;
    font-size: 26px;
}

.amenities h3 {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
}
.amenities h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 110px;
}
.separater {
    margin: 60px auto;
    }
}
.amenities-container1-img-block-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.amenities-container1-img-block-top .amenities-container1-img-box, .amenities-container1-img-block-bottom .amenities-container1-img-box{
    width: 200px;
}
.amenities-container1-img-block-top .pc{
    display: none;
}

@media screen and (max-width: 520px){
    .amenities-container1-img-block-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    }
    
    .amenities-container1-img-block-top .amenities-container1-img-box {
    width: 47%;
    }
    .amenities-container1-img-block-top p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .amenities-container1-img-block-top .pc{
    display: block;
    }
    .separater {
    margin: 40px auto;
    }
}

.amenities-container1-img-block-bottom {
    display: flex;
    justify-content: space-between;
}

.amenities-container1-img {
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 520px){
    .amenities-container1-img-block-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    }
    
    .amenities-container1-img-block-bottom .amenities-container1-img-box {
    width: 47%;
    }
    .amenities-container1-img-block-bottom p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .amenities-container1-img-block-bottom .sp{display: none;}
}

.amenities-container2-img-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}

.amenities-container2-img-block .amenities-container2-img-box {
    width: 250px;
}

.amenities-container2-img {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 520px){
    .amenities-container2-img-block {
    gap: 20px 0;
    }
    .amenities-container2-img-block .amenities-container2-img-box {
    width: 47%;
    }
    .amenities-container2-img-box p {
    font-size: 14px;
    }
}

.amenities-container3-img-block {
    display: flex;
    justify-content: space-between;
    gap: 50px 0;
}

.amenities-container3-img-block .amenities-container3-img-box {
    width: 250px;
}

.amenities-container3-img {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 520px){
    .amenities-container3-img-block {
    gap: 20px 0;
    flex-wrap: wrap;
    }
    .amenities-container3-img-block .amenities-container3-img-box {
    width: 47%;
    }
    .amenities-container3-img-box p {
    font-size: 14px;
    }
}

.amenities-container4-img-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}

.amenities-container4-img-block .amenities-container4-img-box {
    width: 250px;
}

.amenities-container4-img {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 520px){
    .amenities-container4-img-block {
    gap: 20px 0;
    flex-wrap: wrap;
    }
    .amenities-container4-img-block .amenities-container4-img-box {
    width: 47%;
    }
    .amenities-container4-img-box p {
    font-size: 14px;
    }
}

.amenities-list-box {
    display: flex;
    align-items: center;
    border: 0.5px solid #A7884E;
    margin: 20px 0 0 0;
}

.amenities-list-box:first-child {
    margin-top: 0;
}

.amenities-list-left {
    width: 20%;
}

.amenities-list-left h4 {
    text-align: center;
}

.amenities-list-right {
    width: 80%;
}

.amenities-list-right {
    padding: 20px 0;
}

.amenities-list-right p {
    line-height: 2em;
    letter-spacing: 2px;
}

/* ==== STORY_under ==== */

.single_nav{
    margin-top: 80px;
}

.single_title{
    margin: 60px 0px 60px;
    text-align: center;
    font-size: 36px;
    color: #05432B;
}

.single_content {
    margin-bottom: 60px;
}

.single_content p {
    margin-bottom: 15px;
    font-weight: 200;
}

.shingle_article{
    display: flex;
    justify-content: space-between;
}

.shingle_article .prev {
    font-size: 20px;
    font-weight: bold;
    color: #05432B;
    margin-left: 40px;
    letter-spacing: 2px;
}
.shingle_article .next {
    font-size: 20px;
    font-weight: bold;
    color: #05432B;
    margin-right: 40px;
    letter-spacing: 2px;
}
.shingle_btn {
    text-align: center;
    margin: 0 auto 60px;
    padding: 16px 0;
    border: solid 2px #D8C39D;
    width: 260px;
    color: #D8C39D;
    font-weight: bold;
    font-size: 20px; 
}
@media screen and (max-width: 520px){
    .shingle_article{
        margin-bottom: 40px; 
    }
    .single_nav{
        margin-top: 40px;
    }
    .shingle_article .prev {
        margin-left: 0;
    }
    .shingle_article .next {
        margin-right: 0;
    }
}

/* ============= contact ============= */



@media screen and (max-width: 520px) {
    .contact-panlist {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}
.contact-info_detail .tel {
    text-align: center;
    color: #05432B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 30px;
    line-height: 0.5;
}
.contact-info_detail span{
    font-size: 16px;
    padding-right: 10px;
}

@media screen and (max-width: 520px) {
    .contact-info_detail .tel {
        font-size: 28px;
        margin-left: -10px;
    }
}

.contact_subtitle {
    text-align: center;
    color: #A7884E;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 600;
}
.contact_subtitle p {
    text-align: center;
}

.contact_subtitle::before {
    content: "Contact form";
    display: block;
    opacity: 0.2;
    font-size: 25px;
    margin-bottom: 10px;
}


@media screen and (max-width: 520px){
    .contact_subtitle {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: bold;
}

.contact_subtitle::before {
    font-size: 18px;
    margin-bottom: 10px;
    }
}


.btn-wrap {
    margin: 0 auto;
}
.submit-btn-wrap:hover{
    background-color: #FFE5A0;
}
.top-btn-wrap {
    border: 1px solid #A7884E;
    background-color: #fff!important;
    font-size: 16px;
    color: #A7884E;
    padding: 15px 40px;
    margin: 0 auto 100px;
    width: 166px;
}
.top-btn-wrap:hover{
    background-color: #FFE5A0;
}

.mw_wp_form .error{
    text-align: left;
    padding-top: 5px;
}
.contact-confirm th{
    padding: 20px 40px 20px 0;
}
.contact-confirm tr {
    display: revert;
}
.contact-confirm td {
    vertical-align: middle;
}



/* ===== contact-confirm =====*/

.contact-info_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 120px;
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
    .contact-info_content {
        gap: 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .contact-info_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 520px) {
    .contact-info_content {
        margin-bottom: 40px;
        flex-direction: column;
    }
}

.contact_subtitle {
    text-align: center;
    color: #A7884E;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 600;
}
.contact_subtitle p {
    text-align: center;
}

.contact_confirm_subtitle{
    text-align: center;
    color: #A7884E;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 600;
}

.contact_confirm_subtitle::before {
    content: "Confirmation of contact contents";
    display: block;
    opacity: 0.2;
    font-size: 25px;
    margin-bottom: 10px;
}

@media screen and (max-width: 520px){
    .contact_confirm_subtitle {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    margin-left: -10px;
}

.praibacy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 120px;
    margin-top: 80px;
    margin-bottom: 60px;
    justify-content: flex-start;
}

.trip-banner{
    width: 50%; margin: 80px auto 0;
}
@media screen and (max-width: 520px){
    .trip-banner{
    width: 100%; margin: 80px auto 0;
}
}
