@charset "UTF-8";
@-webkit-keyframes carousel {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}
@keyframes carousel {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gHeaderWrap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
}
.gHeader {
    position: relative;
    z-index: 1;
    padding-right: 144px;
}
.gHeader_inner {
    max-width: none;
    background: rgba(255, 255, 255, 0.6);
    padding-right: 24px;
}
.gHeader_cols {
    display: flex;
    justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {
    /*width: 114px;
	min-width: 114px;
    margin-right: 25px; 20190903*/
	width: 180px;
    min-width: 180px;
    margin-right: 10px;
}
.gHeader_title {}
.gHeader_title > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 55px;
    align-items: center;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    fill: #3e3a39;
    display: block;
    /*width: 114px;
    height: 31px; 20190903*/
	width: 180px;
    height: 35px;
    transition-duration: .3s;
    transition-property: fill;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {
    flex-grow: 1;
}
.gNav {
    max-width: 680px;
    margin-left: auto;
}
.gNav_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.gNav_list {
    list-style: none;
    display: flex;
    flex-grow: 1;
}
.gNav_list > li {
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.gNav_list > li.-top {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 55px;
    align-items: center;
    padding: 0 14px;
    transition-duration: .3s;
    transition-property: background-color, color;
    line-height: 1;
    font-size: 13px;
    justify-content: center;
}
.gNav_list > li > a > b {
    display: block;
    font-weight: 400;
}
.gNav_list > li > a > i {
    display: none;
}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_lang {
    position: relative;
    z-index: 1;
}
.gNav_lang > a {
    display: flex;
    text-decoration: none;
    background: rgba(35, 24, 21, 0.7);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    border: 13px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_lang > a::before {
    content: "";
}
.gNav_lang > a::after {
    content: "";
}
.gReserveBg {
    position: fixed;
    z-index: 998;
    width: 144px;
    height: 100px;
    right: 0;
    top: 0;
    background-image: linear-gradient(45deg, rgba(197, 134, 30, 0) 5px, #c5861e 5px);
    mix-blend-mode: multiply;
    transition-duration: 0.5s;
    transition-property: opacity;
}
.noMixBlendMode .gReserveBg {
    background-image: linear-gradient(45deg, rgba(197, 134, 30, 0) 5px, rgba(197, 134, 30, 0.85) 5px);
}
.gReserveLink {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 144px;
}
.gReserveLink > a {
    text-decoration: none;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
}
.gReserveLink > a::before {
    content: "";
}
.gReserveLink > a::after {
    content: "";
}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gHeadNews {
    background: rgba(0, 0, 0, 0.41);
    color: #fff;
    font-size: 12px;
    height: 30px;
    transition-duration: 0.3s;
    transition-property: height;
    overflow: hidden;
}
.isFixed .gHeadNews {}
.gHeadNews_inner {
    display: flex;
    max-width: none;
    align-items: center;
    height: 30px;
    overflow: hidden;
    padding-left: 16px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity;
}
.gHeadNews_inner.isShow {
    opacity: 1;
}
.gHeadNews_list {
    list-style: none;
}
.gHeadNews_list > li {}
.gHeadNews_list > li:first-child {}
.gHeadNews_list > li:last-child {}
.gHeadNews_list > li:nth-child(2n+1) {}
.gHeadNews_list > li:nth-child(n+3) {}
.gHeadNews_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    white-space: nowrap;
}
.gHeadNews_list > li > a::before {
    content: "";
}
.gHeadNews_list > li > a::after {
    content: "";
}
.gHeadNews_list > li > a > time {
    display: block;
    margin-right: 11px;
}
.gHeadNews_list > li > a > b {
    font-weight: normal;
    margin-left: 10px;
    text-decoration: underline;
    display: block;
    max-width: calc(100vw - 420px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gHeadNews_link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.gHeadNews_link::before {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    display: block;
    margin: 0 18px;
}
.gHeadNews_link > a {
    text-decoration: none;
    color: inherit;
    height: 30px;
    display: flex;
    align-items: center;
}
.gHeadNews_link > a::before {
    content: "";
}
.gHeadNews_link > a::after {
    content: "";
}
.gFooter {
    background: #251d13;
    color: #b5b2b7;
    padding-top: 110px;
    padding-bottom: 24px;
}
.gFooter_inner {
    max-width: 1740px;
    padding-left: 25px;
    padding-right: 25px;
}
.gFooter_logo {
    display: none;
}
.gFooter_logo > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gFooter_logo > a::before {
    content: "";
}
.gFooter_logo > a::after {
    content: "";
}
.gFooter_logo > a > .icon {}
.gFooter_cols {
    display: flex;
    justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {
    padding-top: 15px;
}
.gFooter_dList {
    list-style: none;
    font-size: 14px;
}
.gFooter_dList > dt {
    margin-bottom: 1px;
}
.gFooter_dList > dt > a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_dList > dd {}
.gFooter_link {
    width: 152px;
    margin: 28px 0 32px;
}
.gFooter_link > a {
    text-decoration: none;
    color: inherit;
    border: 1px solid #b5b2b7;
    box-sizing: border-box;
    height: 27px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 12px;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.gFooter_link > a > svg {
    fill: #b5b2b7;
    display: block;
    width: 46px;
    height: 11px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    left: 0;
    transition-duration: .3s;
    transition-property: fill, left;
}
.gFooter_link > a::before {
    content: "";
}
.gFooter_link > a::after {
    content: "";
}
.gFooter_telList {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.gFooter_telList-email {
    margin-top: 21px;
}
.gFooter_telList > dt {
    font-size: 16px;
    margin-right: 14px;
}
.gFooter_telList > dd {
    font-size: 18px;
}
.gFooter_telList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
    position: relative;
    z-index: 1;
}
.gFooter_telList > dd > a[href^="tel:"] {
    font-size: 24px;
    text-decoration: underline;
}
.gFooter_telList > dd > a::before {
    content: "";
}
.gFooter_telList > dd > a:not([href^="tel:"])::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #b5b2b7;
    top: 50%;
    left: 0;
    margin-top: 0.7em;
    transition-duration: .3s;
    transition-property: opacity;
}
.gFooter_snsLink {
    margin-top: 12px;
}
.gFooter_snsLink > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_snsLink > a::before {
    content: "";
}
.gFooter_snsLink > a::after {
    content: "";
}
.gFooter_snsLink > a > .icon {
    font-size: 23px;
    margin-right: 10px;
}
.gFooter_col-no2 {
    width: calc(50% + 15px);
}
.gFootNav {
    display: flex;
    justify-content: space-between;
}
.gFootNav_item {}
.gFootNav_link {
    font-size: 13px;
}
.gFootNav_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 7px 0;
    position: absolute;
    z-index: 1;
}
.gFootNav_link > a::before {
    content: "";
}
.gFootNav_link > a::after {
    content: "";
}
.gFootNav_link > a > .icon {}
.gFootNav_list {
    list-style: none;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    font-size: 13px;
    margin-bottom: 26px;
}
.gFootNav_list:last-child {
    margin-bottom: 0;
}
.gFootNav_list::before {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: #b5b2b7;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.gFootNav_list-top::before {
    display: none;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 7px 0;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_list > li > a > .icon-logo {
    display: block;
    font-size: 46px;
    position: absolute;
    z-index: 1;
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gFootNav_list > li > a::before {
    content: "";
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFooter_list {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    max-width: 1290px;
    position: relative;
    z-index: 1;
    margin-top: 14px;
}
.gFooter_list::before {
    content: "";
    display: block;
    width: 124px;
    height: 1px;
    background: #b5b2b7;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.gFooter_list > li {
    flex-grow: 1;
    margin-right: 10px;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {
    margin-right: 0;
}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 33px 0;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_list > li > a > .icon {
    margin-left: 4px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_list2 {
    list-style: none;
    display: flex;
	justify-content: center;
    align-items: center;
    font-size: 12px;
    max-width: 1290px;
    z-index: 1;
    margin-top: 10px;
	margin-bottom: 20px;
}
.gFooter_list2 > li {
    margin-right: 20px;
}
.gFooter_list2 > li:first-child {}
.gFooter_list2 > li:last-child {
    margin-right: 0;
}
.gFooter_list2 > li:nth-child(2n+1) {}
.gFooter_list2 > li:nth-child(n+3) {}
.gFooter_list2 > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_list2 > li > a > .icon {
    margin-left: 4px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.gFooter_list2 > li > a::before {
    content: "";
}
.gFooter_list2 > li > a::after {
    content: "";
}
.gFooter_copyright {
    margin-top: 3px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
}
.gPageTop {
    display: none;
}
.gPageTop_button {
    display: block;
}
.gPageTop_button::before {
    content: "";
}
.gPageTop_button::after {
    content: "";
}
.gBody {
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.gBody-brown {
    background-color: #251d13;
    color: #fff;
}
.gBody-noPad {
    padding-bottom: 0;
}
.gFooter_snsList {
    list-style: none;
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
}
.gFooter_snsList > dt {
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
}
.gFooter_snsList > dd {
    margin-right: 17px;
}
.gFooter_snsList > dd:last-child {
    margin-right: 0;
}
.gFooter_snsList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_snsList > dd > a::before {
    content: "";
}
.gFooter_snsList > dd > a::after {
    content: "";
}
.gFooter_snsList > dd > a > .icon {
    display: block;
}
.gFootNav_cList {
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 2px;
    min-height: 160px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 9px 0;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_cList > li > a::before {
    content: "";
}
.gFootNav_cList > li > a::after {
    content: "";
}
.gNav_cList {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 55px;
    left: 50%;
    -webkit-transform: scale(1, 0) translateX(-50%);
    transform: scale(1, 0) translateX(-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .5s, 0s, 0s;
    transition-delay: 0s, .5s, .5s;
}
.gNav_cList > li {
    margin-bottom: 2px;
}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {
    margin-bottom: 0;
}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
    display: flex;
    text-decoration: none;
    background: rgba(35, 24, 21, 0.5);
    white-space: nowrap;
    line-height: 1;
    height: 40px;
    color: #fff;
    align-items: center;
    padding: 0 23px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_cList > li > a::before {
    content: "";
}
.gNav_cList > li > a::after {
    content: "";
}
.gNav_subList {
    list-style: none;
    display: none;
}
.gNav_subList > li {}
.gNav_subList > li:first-child {}
.gNav_subList > li:last-child {}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_subList > li > a::before {
    content: "";
}
.gNav_subList > li > a::after {
    content: "";
}
.gVisual {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #050304;
    margin-bottom: 65px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    position: relative;
    z-index: 1;
}
.gVisual-dining {
    background-image: url("/assets/img/home/top_restaurant.jpg");
}
.gVisual-rakumi {
    /*background-image: url(/assets/img/common/pt-main-rakumi.jpg);*/
	background-image: url("/assets/img/dining_rakumi/rakumi01.jpg");
    margin-bottom: 0;
}
.gVisual-tresonnier {
    background-image: url(/assets/img/common/pt-main-tresonnier.jpg);
    margin-bottom: 0;
}
.gVisual-spa {
    background-image: url(/assets/img/common/pt-main-spa.jpg?date=190425);
    margin-bottom: 0;
}
.gVisual-yakuto {
    background-image: url(/assets/img/common/pt-main-yakuto.jpg?date=190507);
}
.gVisual-rooms1 {
    background-image: url(/assets/img/common/pt-main-rooms01.jpg?date=190510);
}
.gVisual-rooms2 {
    background-image: url(/assets/img/common/pt-main-rooms02.jpg?date=190510);
}
.gVisual-rooms3 {
    background-image: url(/assets/img/common/pt-main-rooms03.jpg?date=190510);
}
.gVisual-rooms4 {
    background-image: url(/assets/img/common/pt-main-rooms04.jpg?date=190510);
}
.gVisual-rooms5 {
    background-image: url(/assets/img/common/pt-main-rooms05.jpg?date=190510);
}
.gVisual-tearoom {
    background-image: url(/assets/img/common/pt-main-tearoom.jpg);
}
.gVisual-art {
    background-image: url(/assets/img/common/pt-main-art.jpg?date=190509);
}
.gVisual-facility {
    background-image: url(/assets/img/common/pt-main-facility.jpg?date=190425);
    margin-bottom: 0;
    height: 0;
    padding-bottom: 47.9%;
}
.gVisual-cafe {
    background-image: url(/assets/img/common/pt-main-cafe.jpg?date=190509);
    margin-bottom: 0;
    height: 0;
    padding-bottom: 920px;
}
.gVisual-shop {
    background-image: url(/assets/img/common/pt-main-shop.jpg?date=190509);
    height: 0;
    padding-bottom: 47.92%;
}
.gVisual-artists {
    background-image: url(/assets/img/common/pt-main-artists.jpg?date=190507);
    height: 620px;
}
.gVisual-artists01 {
    background-image: url(/assets/img/common/pt-main-artists-detail01.jpg);
    height: 0;
    padding-bottom: 88.5%;
}
.gVisual-artists02 {
    background-image: url(/assets/img/common/pt-main-artists-detail02.jpg);
    height: 0;
    padding-bottom: 88.5%;
}
.gVisual-artists03 {
    background-image: url(/assets/img/common/pt-main-artists-detail03.jpg);
    height: 0;
    padding-bottom: 88.5%;
}
.gVisual-artists04 {
    background-image: url(/assets/img/common/pt-main-artists-detail04.jpg);
    height: 0;
    padding-bottom: 88.5%;
}
.gVisual-artists05 {
    background-image: url(/assets/img/common/pt-main-artists-detail05.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists06 {
    background-image: url(/assets/img/common/pt-main-artists-detail06.jpg);
    height: 0;
    padding-bottom: 88.5%;
}
.gVisual-artists07 {
    background-image: url(/assets/img/common/pt-main-artists-detail07.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists08 {
    background-image: url(/assets/img/common/pt-main-artists-detail08.jpg);
    height: 0;
    padding-bottom: 88.5%;
}
.gVisual-artists09 {
    background-image: url(/assets/img/common/pt-main-artists-detail09.jpg?20250619);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists10 {
    background-image: url(/assets/img/common/pt-main-artists-detail10.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists11 {
    background-image: url(/assets/img/common/pt-main-artists-detail11.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists12 {
    background-image: url(/assets/img/common/pt-main-artists-detail12.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists13 {
    background-image: url(/assets/img/common/pt-main-artists-detail13.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-artists14 {
    background-image: url(/assets/img/common/pt-main-artists-detail14.jpg);
    height: 0;
    padding-bottom: 71.88%;
}
.gVisual-wedding {
    background-image: url(/assets/img/common/pt-main-wedding.jpg?date=190425);
}
.gVisual-access {
    background-image: url(/assets/img/common/pt-main-access.jpg?date=240905);
    height: 0;
    padding-bottom: 47.92%;
}
.gIntro {}
.gIntro_title {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 25px;
}
.gIntro_title > small {
    display: block;
    font-size: 38%;
}
.gIntro_title > b {
    display: block;
    font-weight: normal;
    font-size: 141%;
}
.gIntro_headline {
    font-size: 42px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 20px;
}
.gIntro_headline > small {
    font-size: 50%;
}
.gIntro_text {
    text-align: center;
    line-height: 2;
    margin-bottom: 2em;
}
.gIntro_text:last-child {
    margin-bottom: 0;
}
.gIntro_link {
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
}
.gIntro_link > a {
    width: auto;
    min-width: 200px;
    padding: 0 30px;
}
.gDinLink {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 43px 0;
}
.gDinLink > li {
    width: 300px;
}
.gDinLink > li:first-child {
    border-right: 1px solid #000;
    margin-right: 27px;
    padding-right: 27px;
}
.gDinLink > li:second-child {
    border-right: 1px solid #000;
    margin-right: 27px;
    padding-right: 27px;
}
.gDinLink > li:last-child {}
.gDinLink > li:nth-child(2n+0) {
	/*border-right: 1px solid #000;
    margin-right: 27px;
    padding-right: 27px;*/
}
.gDinLink > li:nth-child(n+3) {}
.gDinLink > li > a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    height: 180px;
    justify-content: center;
    transition-duration: .3s;
    transition-property: opacity;
    position: relative;
    z-index: 1;
}
.gDinLink > li > a::before {
    content: "";
}
.gDinLink > li > a.-red::before {
    display: block;
    width: 117px;
    height: 107px;
    background-image: url(/assets/img/common/bg-deco-red@2x.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    right: 13px;
    top: 0;
}
.gDinLink > li > a.-yellow::before {
    display: block;
    width: 127px;
    height: 128px;
    background-image: url(/assets/img/common/bg-deco-yellow@2x.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.gDinLink > li > a::after {
    content: "";
}
.gDinLink > li > a > img {
    display: block;
    position: relative;
    z-index: 2;
}
.gSubVis {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #251d13;
}
.gSubVis-dining01 {
    background-image: url(/assets/img/dining/pt-visual01.jpg);
    padding-bottom: 28.65%;
}
.gSubVis-dining02 {
    background-image: url(/assets/img/dining/pt-visual02.jpg);
    padding-bottom: 29.69%;
}
.gSubVis-dining03 {
    background-image: url(/assets/img/dining/pt-visual03.jpg?date=190508);
    padding-bottom: 51.56%;
}
.gSubVis-art01 {
    background-image: url(/assets/img/art/pt-visual01.jpg?date=190509);
    padding-bottom: 62.5%;
}
.gSubVis-art02 {
    background-image: url(/assets/img/art/pt-visual02.jpg?date=190509);
    padding-bottom: 65.1%;
}
.gSubVis-art03 {
    background-image: url(/assets/img/art/pt-visual03.jpg?date=190509);
    padding-bottom: 46.9%;
    background-color: #0c0401;
}
.gSubVis-art04 {
    background-image: url(/assets/img/art/pt-visual04.jpg?date=190509);
    padding-bottom: 50%;
}
.gSubVis-art05 {
    background-image: url(/assets/img/art/pt-visual05.jpg?date=190509);
    padding-bottom: 36.4%;
}
.gSubVis-art06 {
    background-image: url(/assets/img/art/pt-visual06.jpg?date=250611);
    padding-bottom: 52.13%;
}
.gSubVis-art07 {
    background-image: url(/assets/img/art/pt-visual07.jpg?date=250611);
    padding-bottom: 52.13%;
}
.gSubVis-art08 {
    background-image: url(/assets/img/art/pt-visual08.jpg?date=250611);
    padding-bottom: 52.13%;
}
.gSubVis-art09 {
    background-image: url(/assets/img/art/pt-visual09.jpg?date=250611);
    padding-bottom: 52.13%;
}
.gSubVis-tearoom01 {
    background-image: url(/assets/img/art_tearoom/pt-visual01.jpg?date=190509);
    padding-bottom: 52.01%;
}
.gSubVis-tearoom02 {
    background-image: url(/assets/img/art_tearoom/pt-visual02.jpg?date=190509);
    padding-bottom: 41.98%;
}
.gSubVis-tearoom03 {
    background-image: url(/assets/img/art_tearoom/pt-visual03.jpg?date=190509);
    padding-bottom: 52.01%;
}
.gSubVis-tearoom04 {
    background-image: url(/assets/img/art_tearoom/pt-visual04.jpg?date=190509);
    padding-bottom: 41.98%;
}
.gSubVis-tearoom05 {
    background-image: url(/assets/img/art_tearoom/pt-visual05.jpg?date=190509);
    padding-bottom: 31.3%;
}
.gSubVis-rakumi01 {
    background-image: url(/assets/img/dining_rakumi/pt-visual01.jpg);
    padding-bottom: 52.36%;
}
.gSubVis-rakumi02 {
    background-image: url(/assets/img/dining_rakumi/pt-visual02.jpg);
    padding-bottom: 34.17%;
}
.gSubVis-rakumi03 {
    background-image: url(/assets/img/dining_rakumi/pt-visual03.jpg);
    padding-bottom: 29.69%;
}
.gSubVis-rakumi04 {
    background-image: url(/assets/img/dining_rakumi/pt-visual04.jpg);
    padding-bottom: 52.08%;
}
.gSubVis-rakumi05 {
    background-image: url(/assets/img/dining_rakumi/pt-visual05.jpg?240905);
    padding-bottom: 52.4%;
}
.gSubVis-rakumi06 {
    background-image: url(/assets/img/dining_rakumi/pt-visual06.jpg?240905);
    padding-bottom: 33.33%;
}
.gSubVis-spa01 {
    background-image: url(/assets/img/spa/pt-visual01.jpg);
    padding-bottom: 64.37%;
}
.gSubVis-spa02 {
    background-image: url(/assets/img/spa/pt-visual02.jpg);
    padding-bottom: 41.6%;
}
.gSubVis-spa03 {
    background-image: url(/assets/img/spa/pt-visual03.jpg);
    padding-bottom: 64.37%;
}
.gSubVis-spa04 {
    background-image: url(/assets/img/spa/pt-visual04.jpg?date=190425);
    padding-bottom: 27.08%;
}
.gSubVis-yakuto01 {
    background-image: url(/assets/img/spa_yakuto/pt-visual01.jpg);
    padding-bottom: 49.27%;
}
.gSubVis-yakuto02 {
    background-image: url(/assets/img/spa_yakuto/pt-visual02.jpg?date=190509);
    padding-bottom: 27.39%;
}
.gSubVis-yakuto03 {
    background-image: url(/assets/img/spa_yakuto/pt-visual03.jpg);
    padding-bottom: 62.5%;
}
.gSubVis-yakuto04 {
    background-image: url(/assets/img/spa_yakuto/pt-visual04.jpg);
    padding-bottom: 62.81%;
}
.gSubVis-yakuto05 {
    background-image: url(/assets/img/spa_yakuto/pt-visual05.jpg);
    padding-bottom: 33.33%;
}
.gSubVis-cafe01 {
    background-image: url(/assets/img/facility_cafe/pt-visual01.jpg?date=190509);
    padding-bottom: 60.20%;
}
.gSubVis-cafe02 {
    background-image: url(/assets/img/facility_cafe/pt-visual02.jpg?date=190509);
    padding-bottom: 44.27%;
}
.gSubVis-cafe03 {
    background-image: url(/assets/img/facility_cafe/pt-visual03.jpg?date=230822);
    padding-bottom: 60.20%;
}
.gSubVis-cafe04 {
    background-image: url(/assets/img/facility_cafe/pt-visual04.jpg?date=231128);
    padding-bottom: 44.27%;
}
.gSubVis-shop01 {
    background-image: url(/assets/img/facility_shop/pt-visual01.jpg?date=190509);
    padding-bottom: 52.40%;
}
.gSubVis-shop02 {
    background-image: url(/assets/img/facility_shop/pt-visual02.jpg?date=190509);
    padding-bottom: 34.17%;
}
.gSubVis-shop03 {
    background-image: url(/assets/img/facility_shop/pt-visual03.jpg?date=251205);
    padding-bottom: 52.40%;
}
.gSubVis-shop04 {
    background-image: url(/assets/img/facility_shop/pt-visual04.jpg?date=190509);
    padding-bottom: 34.17%;
}
.gSubVis-room {
    padding-bottom: 64.58%;
}
.gSubVis-room204-01 {
    background-image: url(/assets/img/rooms_detail/pt-204-01.jpg);
}
.gSubVis-room204-02 {
    padding-bottom: 58.65%;
    background-image: url(/assets/img/rooms_detail/pt-204-02.jpg);
}
.gSubVis-room205-01 {
    background-image: url(/assets/img/rooms_detail/pt-205-01.jpg?date=190508);
}
.gSubVis-room205-02 {
    padding-bottom: 58.65%;
    background-image: url(/assets/img/rooms_detail/pt-205-02.jpg?date=190508);
}
.gSubVis-room206-01 {
    background-image: url(/assets/img/rooms_detail/pt-206-01.jpg);
}
.gSubVis-room206-02 {
    padding-bottom: 58.65%;
    background-image: url(/assets/img/rooms_detail/pt-206-02.jpg);
}
.gSubVis-room207-01 {
    background-image: url(/assets/img/rooms_detail/pt-207-01.jpg);
}
.gSubVis-room207-02 {
    padding-bottom: 58.65%;
    background-image: url(/assets/img/rooms_detail/pt-207-02.jpg);
}
.gSubVis-room208-01 {
    background-image: url(/assets/img/rooms_detail/pt-208-01.jpg);
}
.gSubVis-room208-02 {
    padding-bottom: 58.65%;
    background-image: url(/assets/img/rooms_detail/pt-208-02.jpg);
}
.gSubVis-room210-01 {
    background-image: url(/assets/img/rooms_detail/pt-210-01.jpg);
}
.gSubVis-room210-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-210-02.jpg);
}
.gSubVis-room302-01 {
    background-image: url(/assets/img/rooms_detail/pt-302-01.jpg);
}
.gSubVis-room302-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-302-02.jpg);
}
.gSubVis-room305-01 {
    background-image: url(/assets/img/rooms_detail/pt-305-01.jpg);
}
.gSubVis-room305-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-305-02.jpg);
}
.gSubVis-room306-01 {
    background-image: url(/assets/img/rooms_detail/pt-306-01.jpg);
}
.gSubVis-room306-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-306-02.jpg);
}
.gSubVis-room301-01 {
    background-image: url(/assets/img/rooms_detail/pt-301-01.jpg?date=190508);
}
.gSubVis-room301-02 {
    padding-bottom: 95.42%;
    background-image: url(/assets/img/rooms_detail/pt-301-02.jpg);
}
.gSubVis-room301-03 {
    padding-bottom: 41.67%;
    background-image: url(/assets/img/rooms_detail/pt-301-03.jpg);
}
.gSubVis-room301-04 {
    padding-bottom: 40.94%;
    background-image: url(/assets/img/rooms_detail/pt-301-04.jpg);
}
.gSubVis-room111-01 {
    background-image: url(/assets/img/rooms_detail/pt-111-01.jpg);
}
.gSubVis-room111-02 {
    padding-bottom: 55.31%;
    background-image: url(/assets/img/rooms_detail/pt-111-02.jpg);
}
.gSubVis-room111-03 {
    padding-bottom: 44.27%;
    background-image: url(/assets/img/rooms_detail/pt-111-03.jpg);
}
.gSubVis-room111-04 {
    padding-bottom: 31.3%;
    background-image: url(/assets/img/rooms_detail/pt-111-04.jpg);
}
.gSubVis-room113-01 {
    background-image: url(/assets/img/rooms_detail/pt-113-01.jpg);
}
.gSubVis-room113-02 {
    padding-bottom: 57.97%;
    background-image: url(/assets/img/rooms_detail/pt-113-02.jpg);
}
.gSubVis-room113-03 {
    padding-bottom: 41.67%;
    background-image: url(/assets/img/rooms_detail/pt-113-03.jpg?20250210);
}
.gSubVis-room113-04 {
    padding-bottom: 31.3%;
    background-image: url(/assets/img/rooms_detail/pt-113-04.jpg);
}
.gSubVis-room112-01 {
    background-image: url(/assets/img/rooms_detail/pt-112-01.jpg);
}
.gSubVis-room112-02 {
    padding-bottom: 40.2%;
    background-image: url(/assets/img/rooms_detail/pt-112-02.jpg?240905);
}
.gSubVis-room112-03 {
    padding-bottom: 36.46%;
    background-image: url(/assets/img/rooms_detail/pt-112-03.jpg);
}
.gSubVis-room112-04 {
    padding-bottom: 31.3%;
    background-image: url(/assets/img/rooms_detail/pt-112-04.jpg);
}
.gSubVis-room114-01 {
    background-image: url(/assets/img/rooms_detail/pt-114-01.jpg);
}
.gSubVis-room114-02 {
    padding-bottom: 40.2%;
    background-image: url(/assets/img/rooms_detail/pt-114-02.jpg);
}
.gSubVis-room114-03 {
    padding-bottom: 36.46%;
    background-image: url(/assets/img/rooms_detail/pt-114-03.jpg);
}
.gSubVis-room114-04 {
    padding-bottom: 31.3%;
    background-image: url(/assets/img/rooms_detail/pt-114-04.jpg);
}
.gSubVis-room211-01 {
    background-image: url(/assets/img/rooms_detail/pt-211-01.jpg);
}
.gSubVis-room211-02 {
    padding-bottom: 76.67%;
    background-image: url(/assets/img/rooms_detail/pt-211-02.jpg);
}
.gSubVis-room213-01 {
    background-image: url(/assets/img/rooms_detail/pt-213-01.jpg);
}
.gSubVis-room213-02 {
    padding-bottom: 76.67%;
    background-image: url(/assets/img/rooms_detail/pt-213-02.jpg);
}
.gSubVis-room212-01 {
    background-image: url(/assets/img/rooms_detail/pt-212-01.jpg);
}
.gSubVis-room212-02 {
    padding-bottom: 66.98%;
    background-image: url(/assets/img/rooms_detail/pt-212-02.jpg);
}
.gSubVis-room214-01 {
    background-image: url(/assets/img/rooms_detail/pt-214-01.jpg);
}
.gSubVis-room214-02 {
    padding-bottom: 66.98%;
    background-image: url(/assets/img/rooms_detail/pt-214-02.jpg);
}
.gSubVis-room201-01 {
    background-image: url(/assets/img/rooms_detail/pt-201-01.jpg);
}
.gSubVis-room201-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-201-02.jpg);
}
.gSubVis-room201-03 {
    padding-bottom: 44.27%;
    background-image: url(/assets/img/rooms_detail/pt-201-03.jpg);
}
.gSubVis-room201-04 {
    padding-bottom: 31.3%;
    background-image: url(/assets/img/rooms_detail/pt-201-04.jpg);
}

.gSubVis-room202-01 {
    background-image: url(/assets/img/rooms_detail/pt-202-01.jpg);
}
.gSubVis-room202-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-202-02.jpg);
}
.gSubVis-room202-03 {
    padding-bottom: 41.67%;
    background-image: url(/assets/img/rooms_detail/pt-202-03.jpg);
}
.gSubVis-room202-04 {
    padding-bottom: 31.3%;
    background-image: url(/assets/img/rooms_detail/pt-202-04.jpg);
}
.gSubVis-room303-01 {
    background-image: url(/assets/img/rooms_detail/pt-303-01.jpg);
}
.gSubVis-room303-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-303-02.jpg);
}
.gSubVis-room307-01 {
    background-image: url(/assets/img/rooms_detail/pt-307-01.jpg?date=190508);
}
.gSubVis-room307-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-307-02.jpg);
}
.gSubVis-room308-01 {
    background-image: url(/assets/img/rooms_detail/pt-308-01.jpg?240905);
}
.gSubVis-room308-02 {
    padding-bottom: 77.92%;
    background-image: url(/assets/img/rooms_detail/pt-308-02.jpg?240905);
}
.gSubVis-wedding01 {
    background-image: url(/assets/img/wedding/pt-visual01.jpg?date=190427);
    padding-bottom: 83.33%;
}
.gSubVis-wedding02 {
    background-image: url(/assets/img/wedding/pt-visual02.jpg);
    padding-bottom: 38.02%;
}
.gSubVis-wedding03 {
    background-image: url(/assets/img/wedding/pt-visual03.jpg);
    padding-bottom: 38.02%;
}
.gIntro_list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
.gIntro_list + .gIntro_list {
    margin-top: 0;
}
.gIntro_list > li {
    display: flex;
    align-items: center;
}
.gIntro_list > li::after {
    content: "/";
}
.gIntro_list > li:first-child {}
.gIntro_list > li:last-child {}
.gIntro_list > li:last-child::after {
    display: none;
}
.gIntro_list > li:nth-child(2n+1) {}
.gIntro_list > li:nth-child(n+3) {}
.gIntro_list > li > a {
    display: block;
    color: inherit;
    font-size: 12px;
    padding: 15px 25px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.gIntro_list-en > li > a {
    font-size: 18px;
}
.gIntro_list > li > a::before {
    content: "";
}
.gIntro_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: calc(100% - 50px);
    height: 1px;
    background: #231815;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: 0.7em;
    transition-duration: .3s;
    transition-property: width;
}
.gMovieBox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.gMovieBox::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 50px solid #fff;
    top: 0;
    left: 0;
    transition-duration: 1s;
    transition-property: border-width;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.gMovieBox.isShow::after {
    border-width: 0;
}
.gMovieBox_video {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
}
.gBody-bDeco {
    background-image: url(/assets/img/home/bg-wedding.jpg);
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.gBody-noVis {
    padding-top: 178px;
}
.gBody-noVis2 {
    padding-top: 130px;
}
.gCarousel {
    overflow: hidden;
}
.gCarousel_listWrap {
    width: 100000px;
    display: flex;
    position: relative;
    z-index: 2;
}
.gCarousel_list {
    list-style: none;
    -webkit-animation-name: carousel;
    animation-name: carousel;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: flex;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}
.gCarousel_list.isShow {
    opacity: 1;
}
.gCarousel_list > li {}
.gCarousel_list > li:first-child {}
.gCarousel_list > li:last-child {}
.gCarousel_list > li:nth-child(2n+1) {}
.gCarousel_list > li:nth-child(n+3) {}
.gCarousel_list > li > img {
    display: block;
    height: 400px;
    width: auto;
}
.gSubVis_image {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gSubVis_image > img {
    display: block;
}
.gMovieBoxWrap {}
.gVisual_image {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gVisual_image > img {}
.gNav_lang_list {
    list-style: none;
    width: 90px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 58px;
    margin-left: -18px;
    -webkit-transform: scale(1, 0) translateX(-50%);
    transform: scale(1, 0) translateX(-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .5s, 0s, 0s;
    transition-delay: 0s, .5s, .5s;
}
.gNav_lang_list > li {
    margin-bottom: 2px;
}
.gNav_lang_list > li:first-child {}
.gNav_lang_list > li:last-child {
    margin-bottom: 0;
}
.gNav_lang_list > li:nth-child(2n+1) {}
.gNav_lang_list > li:nth-child(n+3) {}
.gNav_lang_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    background-color: rgba(200, 201, 202, 0.6);
    height: 28px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: .05em;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_lang_list > li > a::before {
    content: "";
}
.gNav_lang_list > li:first-child > a::before {
    content: "";
    border: 7px solid rgba(200, 201, 202, 0.6);
    position: absolute;
    z-index: 1;
    right: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    top: -7px;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.gNav_lang_list > li > a::after {
    content: "";
}
.gReserve {
    position: fixed;
    z-index: 2000;
    top: 0;
    height: 100%;
    width: 540px;
    background-color: #e3b881;
    right: -540px;
    transition-duration: 0.5s;
    transition-property: right;
}
.gReserve.isShow {
    right: 0;
}
.gReserve > form {
    display: block;
    height: 100%;
}
.gReserve_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.gReserve_closeBtn {
    display: block;
    position: absolute;
    z-index: 2;
    right: 26px;
    top: 32px;
    width: 50px;
    height: 50px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gReserve_closeBtn::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gReserve_closeBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gReserve_areaInput {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    overflow: auto;
}
.gReserve_title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 35px;
}
.gReserve_sect {
    margin-bottom: 20px;
}
.gReserve_cols {
    display: flex;
    justify-content: space-between;
}
.gReserve_col {}
.gReserve_col-no1 {
    padding-top: 13px;
    margin-right: 30px;
}
.gReserve_name {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1;
    flex-grow: 1;
}
.gReserve_name > b {
    display: block;
    font-weight: normal;
    font-size: inherit;
}
.gReserve_name > .icon {
    display: block;
    font-size: 46px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}
.gReserve_col-no2 {}
.gReserve_dateLbl {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}
.gReserve_dateLbl > b {
    white-space: nowrap;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.gReserve_dateInput {
    display: block;
    border: none;
    background: none;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding: 0;
    text-align: right;
    width: 170px;
    outline: none;
    height: 48px;
    line-height: 48px;
}
.gReserve_to {}
.gReserve_numberWrap {
    display: flex;
    align-items: center;
    line-height: 1;
}
.gReserve_inputWrap {
    display: flex;
    align-items: center;
}
.gReserve_inputWrap > input {
    display: block;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    padding: 0;
    text-align: right;
    width: 70px;
    margin-right: 6px;
}
.gReserve_suffix {
    font-size: 16px;
    min-width: 60px;
}
.gReserve_numBtn {
    display: block;
    font-size: 24px;
    color: #fff;
    padding-left: 13px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gReserve_numBtn::before {
    content: "";
}
.gReserve_numBtn::after {
    content: "";
}
.gReserve_numBtn > .icon {
    display: block;
}
.gReserve_caution {
    color: #666666;
    font-size: 12px;
}
.gReserve_chkList {
    list-style: none;
}
.gReserve_chkList > li {
    line-height: 1;
    padding: 6px 0;
}
.gReserve_chkList > li:first-child {}
.gReserve_chkList > li:last-child {}
.gReserve_chkList > li:nth-child(2n+1) {}
.gReserve_chkList > li:nth-child(n+3) {}
.gReserve_chkList > li > label {
    display: flex;
}
.gReserve_chkList > li > label > i {}
.gReserve_chkList > li > label > i::before {}
.gReserve_submitBtn {
    display: block;
    background: #c5861e;
    font-size: 24px;
    color: #fff;
    width: 100%;
    transition-duration: .3s;
    transition-property: opacity;
    min-height: 70px;
    height: 17.5vh;
    max-height: 197px;
}
.gReserve_submitBtn::before {
    content: "";
}
.gReserve_submitBtn::after {
    content: "";
}
.gReserve :placeholder-shown {
    color: #fff;
}
.gReserve ::-webkit-input-placeholder {
    color: #fff;
}
.gReserve :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.gReserve ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.gReserve :-ms-input-placeholder {
    color: #fff;
}
.gReserve_linkList {
    list-style: none;
    display: none;
}
.gReserve_linkList > li {}
.gReserve_linkList > li:first-child {}
.gReserve_linkList > li:last-child {}
.gReserve_linkList > li:nth-child(2n+1) {}
.gReserve_linkList > li:nth-child(n+3) {}
.gReserve_linkList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gReserve_linkList > li > a::before {
    content: "";
}
.gReserve_linkList > li > a::after {
    content: "";
}
.gReserve_linkList > li > a > b {}
.gReserve_linkList > li > a > b > .icon {}
.gIntro_hr {
    height: 1px;
    width: 243px;
    background: #231815;
    border: none;
    margin: 60px auto;
}
.gNewsList {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.gNewsList > li {
    width: 23.2%;
    margin-left: 15.2%;	
}
.gNewsList > li:first-child {}
.gNewsList > li:last-child {}
.gNewsList > li:nth-child(3n+1) {
    margin-left: 0;
}
.gNewsList > li:nth-child(n+4) {
    margin-top: 117px;
}
.gNewsList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
}
.gNewsList > li > a::before {
    content: "";
}
.gNewsList > li > a::after {
    content: "";
}
.gNewsList2 {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.gNewsList2 > li {
    width: 40%;
    margin-left: 10%;
}
.gNewsList2 > li:first-child {}
.gNewsList2 > li:last-child {}
.gNewsList2 > li:nth-child(3n+1) {
    margin-left: 0;
}
.gNewsList2 > li:nth-child(n+4) {
    margin-top: 117px;
}
.gNewsList2 > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
}
.gNewsList2 > li > a::before {
    content: "";
}
.gNewsList2 > li > a::after {
    content: "";
}
.gNewsList_image {
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gNewsList_imageWrap {
    overflow: hidden;
}
.gNewsList_update {
    font-size: 12px;
    margin-top: 13px;
    margin-bottom: 1px;
}
.gNewsList_update > time {}
.gNewsList_name {
    text-decoration: underline;
}
.gLangNav {
    display: none;
}
.gLangNav_title {}
.gLangNav_list > li {}
.gLangNav_list > li:first-child {}
.gLangNav_list > li:last-child {}
.gLangNav_list > li:nth-child(2n+1) {}
.gLangNav_list > li:nth-child(n+3) {}
.gLangNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gLangNav_list > li > a::before {
    content: "";
}
.gLangNav_list > li > a::after {
    content: "";
}
.gFooter_snsList > li {
    margin-right: 17px;
}
.gFooter_snsList > li:first-child {}
.gFooter_snsList > li:last-child {
    margin-right: 0;
}
.gFooter_snsList > li:nth-child(2n+1) {}
.gFooter_snsList > li:nth-child(n+3) {}
.gFooter_snsList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_snsList > li > a::before {
    content: "";
}
.gFooter_snsList > li > a::after {
    content: "";
}
.gFooter_snsList > li > a > .icon {
    display: block;
}
.tresonnier_img{
	width: 230px;
}
.accordion {
  margin: 2em 0;
}
.accordion__summary {
  display: block;
  background: #c5861e; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 38px 10px 10px;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__ones {
  display: block;
  background: #c5861e; /* 見出しの背景色 */
  font-weight: bold;
  list-style: none; /* 矢印を消す */
  padding: 10px 38px 10px 10px;
}
.accordion[open] .accordion__summary::after {
  content: "−";
}
.accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
}
.accordion__text {
  margin: 0;
}
.hotel_yoyakau{
	height: 450px; 
	margin-top: 40px;
}
.yoyaku_btn{
	width: 250px;
	margin: 0 auto;
	height: 60px;
}
.s_menu_title{
	text-align: center;
	font-size: 24px;
	color: #fff;
	width: 300px;
	margin: 0 auto;
	border: #fff 1px solid;
}
@media screen and (min-width:1000px) {
    .gLangNav_list > li > a:hover {}
    .gFooter_snsList > li > a:hover {
        color: #fff;
    }
    .gReserve_closeBtn:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .gReserve_numBtn:hover {
        color: #c5861e;
    }
    .gReserve_submitBtn:hover {
        opacity: .7;
    }
    .gReserve_linkList > li > a:hover {}
    a:hover + .gNav_lang_list {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_lang_list:hover {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_lang_list > li > a:hover {
        background-color: rgba(41, 41, 41, 0.5);
        color: #fff;
    }
    .gNav_lang_list > li:first-child > a:hover::before {
        border-bottom-color: rgba(41, 41, 41, 0.5);
    }
    a:hover + .gNav_cList {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_cList:hover {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gIntro_list > li > a:hover {
        text-decoration: none;
    }
    .gDinLink > li > a:hover {
        opacity: .7;
    }
    .gIntro_list > li > a:hover::after {
        width: 0;
    }
    .gNav_subList > li > a:hover {}
    .gNav_cList > li > a:hover {
        background: rgba(255, 255, 255, 0.6);
        color: #231815;
    }
    .gFooter_dList > dt > a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .gFooter_snsList > dd > a:hover {
        color: #fff;
    }
    .gFootNav_cList > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .gHeader_title > a:hover {}
    a:hover .gHeader_title_img {
        fill: #c5861e;
    }
    .gNav_list > li > a:hover {
        color: #c5861e;
    }
    .gNav_lang > a:hover {
        background-color: rgba(35, 24, 21, 1);
    }
    .gReserveLink:hover + .gReserveBg {
        opacity: .5;
    }
    .gReserveLink > a:hover {}
    .gMenuBtn:hover {}
    .gHeadNews_list > li > a:hover {}
    .gHeadNews_list > li > a:hover > b {
        text-decoration: none;
    }
    .gHeadNews_link > a:hover {
        text-decoration: underline;
    }
    .gFooter_logo > a:hover {}
    .gFooter_link > a:hover > svg {
        fill: #fff;
        left: 5px;
    }
    .gFooter_link > a:hover {
        color: #fff;
        border-color: #fff;
    }
    .gFooter_telList > dd > a:not([href^="tel:"]):hover {
        text-decoration: none;
        color: #fff;
    }
    .gFooter_snsLink > a:hover {
        text-decoration: underline;
        color: #fff;
    }
    .gFootNav_link > a:hover {}
    .gFootNav_list > li > a:hover {
        text-decoration: underline;
        color: #fff;
    }
    .gFooter_list > li > a:hover {
        text-decoration: underline;
        color: #fff;
    }
    .gPageTop_button:hover {}
    .gNewsList > li > a:hover {}
    a:hover .gNewsList_image {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    a:hover .gNewsList_name {
        text-decoration: none;
    }
    .gFooter_telList > dd > a:hover:not([href^="tel:"])::after {
        opacity: 0;
    }
}
@media screen and (max-width:1919px) {
    .gBody-bDeco {
        background-size: 100% auto;
    }
}
@media screen and (min-width: 768px) {
    .gFooter_list {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 22px;
    }
    .gFooter_list::before {}
    .gFooter_list > li {
        flex-grow: 0;
        margin-right: 2em;
    }
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        padding: 5px 0;
    }
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}	
	.gReserve {
		height: auto;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 999px) {
    .gHeaderWrap {}
    .gHeader {
        padding-right: 110px;
    }
    .gHeader_inner {
        padding-right: 0;
    }
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {}
    .gHeader_title {}
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gHeader_title_img > title {}
    .gHeader_title_img > use {}
    .gHeader_col-no2 {}
    .gNav {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_lang {}
    .gNav_lang > a {}
    .gNav_lang > a::before {}
    .gNav_lang > a::after {}
    .gReserveBg {
        width: 110px;
    }
    .gReserveLink {
        width: 110px;
    }
    .gReserveLink > a {
        font-size: 16px;
    }
    [lang="en"] .gReserveLink > a {
        letter-spacing: 0;
    }
    .gReserveLink > a::before {}
    .gReserveLink > a::after {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gHeadNews {}
    .isFixed .gHeadNews {}
    .gHeadNews_inner {}
    .gHeadNews_list {}
    .gHeadNews_list > li {}
    .gHeadNews_list > li:first-child {}
    .gHeadNews_list > li:last-child {}
    .gHeadNews_list > li:nth-child(2n+1) {}
    .gHeadNews_list > li:nth-child(n+3) {}
    .gHeadNews_list > li > a {}
    .gHeadNews_list > li > a::before {}
    .gHeadNews_list > li > a::after {}
    .gHeadNews_list > li > a > time {}
    .gHeadNews_list > li > a > b {}
    .gHeadNews_link {}
    .gHeadNews_link::before {}
    .gHeadNews_link > a {}
    .gHeadNews_link > a::before {}
    .gHeadNews_link > a::after {}
    .gFooter {}
    .gFooter_inner {
        padding-left: 2%;
        padding-right: 2%;
    }
    .gFooter_logo {}
    .gFooter_logo > a {}
    .gFooter_logo > a::before {}
    .gFooter_logo > a::after {}
    .gFooter_logo > a > .icon {}
    .gFooter_cols {}
    .gFooter_col {}
    .gFooter_col-no1 {}
    .gFooter_dList {}
    .gFooter_dList > dt {}
    .gFooter_dList > dd {}
    .gFooter_link {}
    .gFooter_link > a {}
    .gFooter_link > a > svg {}
    .gFooter_link > a::before {}
    .gFooter_link > a::after {}
    .gFooter_telList {}
    .gFooter_telList > dt {}
    .gFooter_telList > dd {}
    .gFooter_telList > dd > a {}
    .gFooter_telList > dd > a::before {}
    .gFooter_telList > dd > a::after {}
    .gFooter_snsLink {}
    .gFooter_snsLink > a {}
    .gFooter_snsLink > a::before {}
    .gFooter_snsLink > a::after {}
    .gFooter_snsLink > a > .icon {}
    .gFooter_col-no2 {}
    .gFootNav {}
    .gFootNav_item {}
    .gFootNav_link {}
    .gFootNav_link > a {}
    .gFootNav_link > a::before {}
    .gFootNav_link > a::after {}
    .gFootNav_link > a > .icon {}
    .gFootNav_list {
        font-size: 12px;
    }
    .gFootNav_list::before {
        width: 20px;
    }
    .gFootNav_list-top::before {}
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:last-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {}
    .gFootNav_list > li > a > .icon-logo {}
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
/*    .gFooter_list {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 22px;
    }
    .gFooter_list::before {}
    .gFooter_list > li {
        flex-grow: 0;
        margin-right: 2em;
    }
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        padding: 5px 0;
    }
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
*/    .gFooter_copyright {
        margin-top: 14px;
    }
    .gFooter_copyright > small {}
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gBody {
        padding-bottom: 60px;
    }
    .gBody-noPad {
        padding-bottom: 0;
    }
    .gFooter_snsList {}
    .gFooter_snsList > dt {}
    .gFooter_snsList > dd {}
    .gFooter_snsList > dd:last-child {}
    .gFooter_snsList > dd > a {}
    .gFooter_snsList > dd > a::before {}
    .gFooter_snsList > dd > a::after {}
    .gFooter_snsList > dd > a > .icon {}
    .gFootNav_cList {
        font-size: 11px;
    }
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:last-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {}
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gNav_cList {}
    .isShow + .gNav_cList {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_cList > li {}
    .gNav_cList > li:first-child {}
    .gNav_cList > li:last-child {}
    .gNav_cList > li:nth-child(2n+1) {}
    .gNav_cList > li:nth-child(n+3) {}
    .gNav_cList > li > a {}
    .gNav_cList > li > a::before {}
    .gNav_cList > li > a::after {}
    .gNav_subList {}
    .gNav_subList > li {}
    .gNav_subList > li:first-child {}
    .gNav_subList > li:last-child {}
    .gNav_subList > li:nth-child(2n+1) {}
    .gNav_subList > li:nth-child(n+3) {}
    .gNav_subList > li > a {}
    .gNav_subList > li > a::before {}
    .gNav_subList > li > a::after {}
    .gVisual {}
    .gVisual-cafe {
        padding-bottom: 47.92%;
    }
    .gVisual-artists {
        height: 0;
        padding-bottom: 63%;
    }
    .gIntro {}
    .gIntro_title {
        font-size: 40px;
    }
    .gIntro_headline {
        font-size: 35px;
    }
    .gIntro_text {}
    .gDinLink {}
    .gDinLink > li {}
    .gDinLink > li:first-child {}
    .gDinLink > li:last-child {}
    .gDinLink > li:nth-child(2n+1) {}
    .gDinLink > li:nth-child(n+3) {}
    .gDinLink > li > a {}
    .gDinLink > li > a::before {}
    .gDinLink > li > a.-red::before {}
    .gDinLink > li > a.-yellow::before {}
    .gDinLink > li > a::after {}
    .gDinLink > li > a > img {}
    .gSubVis {}
    .gSubVis-dining01 {}
    .gSubVis-dining02 {}
    .gSubVis-dining03 {}
    .gIntro_list {}
    .gIntro_list > li {}
    .gIntro_list > li::after {}
    .gIntro_list > li:first-child {}
    .gIntro_list > li:last-child {}
    .gIntro_list > li:last-child::after {}
    .gIntro_list > li:nth-child(2n+1) {}
    .gIntro_list > li:nth-child(n+3) {}
    .gIntro_list > li > a {}
    .gIntro_list-en > li > a {
        font-size: 16px;
    }
    .gIntro_list > li > a::before {}
    .gIntro_list > li > a::after {}
    .gMovieBox {}
    .gBody-bDeco {
        padding-bottom: 10.4%;
    }
    .gBody-noVis {
        padding-top: 130px;
    }
    .gCarousel {}
    .gCarousel_listWrap {}
    .gCarousel_list {}
    .gCarousel_list.isShow {}
    .gCarousel_list > li {}
    .gCarousel_list > li:first-child {}
    .gCarousel_list > li:last-child {}
    .gCarousel_list > li:nth-child(2n+1) {}
    .gCarousel_list > li:nth-child(n+3) {}
    .gCarousel_list > li > img {
        height: 300px;
    }
    .gSubVis_image {
        width: 70%;
    }
    .gSubVis_image > img {}
    .gIntro_link {}
    .gVisual_image {
        width: 90%;
    }
    .gNav_lang_list {
        top: 52px;
    }
    a.isShow + .gNav_lang_list {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_lang_list > li {}
    .gNav_lang_list > li:first-child {}
    .gNav_lang_list > li:last-child {}
    .gNav_lang_list > li:nth-child(2n+1) {}
    .gNav_lang_list > li:nth-child(n+3) {}
    .gNav_lang_list > li > a {}
    .gNav_lang_list > li > a::before {}
    .gNav_lang_list > li:first-child > a::before {}
    .gNav_lang_list > li > a::after {}
    .gReserve {}
    .gReserve.isShow {}
    .gReserve > form {}
    .gReserve_inner {}
    .gReserve_closeBtn {}
    .gReserve_closeBtn::before {}
    .gReserve_closeBtn::after {}
    .gReserve_areaInput {}
    .gReserve_title {}
    .gReserve_sect {}
    .gReserve_cols {}
    .gReserve_col {}
    .gReserve_col-no1 {}
    .gReserve_name {}
    .gReserve_name > b {}
    .gReserve_name > .icon {}
    .gReserve_col-no2 {}
    .gReserve_dateLbl {}
    .gReserve_dateLbl > b {}
    .gReserve_dateInput {}
    .gReserve_to {}
    .gReserve_numberWrap {}
    .gReserve_inputWrap {}
    .gReserve_inputWrap > input {}
    .gReserve_suffix {}
    .gReserve_numBtn {}
    .gReserve_numBtn::before {}
    .gReserve_numBtn::after {}
    .gReserve_numBtn > .icon {}
    .gReserve_caution {}
    .gReserve_chkList {}
    .gReserve_chkList > li {}
    .gReserve_chkList > li:first-child {}
    .gReserve_chkList > li:last-child {}
    .gReserve_chkList > li:nth-child(2n+1) {}
    .gReserve_chkList > li:nth-child(n+3) {}
    .gReserve_chkList > li > label {}
    .gReserve_chkList > li > label > i {}
    .gReserve_chkList > li > label > i::before {}
    .gReserve_submitBtn {}
    .gReserve_submitBtn::before {}
    .gReserve_submitBtn::after {}
    .gReserve :placeholder-shown {}
    .gReserve ::-webkit-input-placeholder {}
    .gReserve :-moz-placeholder {}
    .gReserve ::-moz-placeholder {}
    .gReserve :-ms-input-placeholder {}
    .gReserve_linkList {}
    .gReserve_linkList > li {}
    .gReserve_linkList > li:first-child {}
    .gReserve_linkList > li:last-child {}
    .gReserve_linkList > li:nth-child(2n+1) {}
    .gReserve_linkList > li:nth-child(n+3) {}
    .gReserve_linkList > li > a {}
    .gReserve_linkList > li > a::before {}
    .gReserve_linkList > li > a::after {}
    .gReserve_linkList > li > a > b {}
    .gReserve_linkList > li > a > b > .icon {}
    .gNewsList {}
    .gNewsList > li {}
    .gNewsList > li:first-child {}
    .gNewsList > li:last-child {}
    .gNewsList > li:nth-child(2n+1) {}
    .gNewsList > li:nth-child(n+3) {}
    .gNewsList > li > a {}
    .gNewsList > li > a::before {}
    .gNewsList > li > a::after {}
    .gNewsList_image {}
    .gNewsList_imageWrap {}
    .gNewsList_update {}
    .gNewsList_update > time {}
    .gNewsList_name {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:last-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gFooter_snsList > li {}
    .gFooter_snsList > li:first-child {}
    .gFooter_snsList > li:last-child {}
    .gFooter_snsList > li:nth-child(2n+1) {}
    .gFooter_snsList > li:nth-child(n+3) {}
    .gFooter_snsList > li > a {}
    .gFooter_snsList > li > a::before {}
    .gFooter_snsList > li > a::after {}
    .gFooter_snsList > li > a > .icon {}
}
@media screen and (max-width: 980px) {
	.gNav_list > li > a {font-size: 1.28vw; padding: 0;}
}
@media screen and (max-width: 767px) {
    .gHeaderWrap {
        transition-duration: .3s;
        transition-property: background-color, color;
    }
    .gHeaderWrap.isFixed {
        background-color: rgba(39, 29, 18, 0.9);
    }
    .p-error .gHeaderWrap,
    .p-contact .gHeaderWrap,
    .p-privacy .gHeaderWrap,
    .p-faq .gHeaderWrap,
    .p-news .gHeaderWrap {
        background-color: rgba(39, 29, 18, 0.9);
    }
    .gHeader {
        padding: 0;
    }
    .gHeader_inner {
        background: none;
        padding: 0;
    }
    .gHeader_cols {
        display: block;
    }
    .gHeader_col {}
    .gHeader_col-no1 {
        width: auto;
        min-width: 0;
        margin-right: 0;
    }
    .gHeader_title {
        display: flex;
    }
    .gHeader_title > a {
        padding-left: 14px;
        height: 50px;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {
        display: block;
        fill: #fff;
        /*width: 101px;
		height: 27px; 20190903*/
		width: 170px;
        height: 35px;
    }
    .gHeader_title_img > title {}
    .gHeader_title_img > use {}
    .gHeader_col-no2 {}
    .gNav {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        background: #271d12;
        color: #b5b2b7;
        padding-top: 42px;
        flex-direction: column;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
        overflow: auto;
        box-sizing: border-box;
        padding-bottom: 50px;
        max-width: none;
        justify-content: flex-start;
        height: 100vh;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_list {
        display: block;
        flex-grow: 0;
    }
    .gNav_list > li {}
    .gNav_list > li.-top {
        display: block;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        font-size: 17px;
        padding: 0 100px;
        box-sizing: border-box;
        max-width: 100vw;
        height: 58px;
        justify-content: flex-start;
    }
    .gNav_list > li > a > b {
        position: relative;
        z-index: 1;
        padding: 2px 0;
    }
    .gNav_list > li > a.-arrow > b {
        padding-right: 15px;
    }
    .gNav_list > li > a > b::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
    }
    .gNav_list > li > a.-arrow > b::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        position: absolute;
        z-index: 1;
        bottom: 1px;
        right: 1px;
        -webkit-transform: translateY(50%) rotate(45deg);
        transform: translateY(50%) rotate(45deg);
        border-left: none;
        border-bottom: none;
    }
    .gNav_list > li > a > i {
        position: relative;
        z-index: 1;
        width: 16px;
        height: 1px;
        background: #fff;
        top: 10px;
        margin-left: 6px;
        display: none;
    }
    .gNav_list > li > a.-hasChild > i {
        display: block;
    }
    .gNav_list > li > a > i::after {
        content: "";
    }
    .gNav_list > li > a > i::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition-duration: .3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
    .gNav_list > li > a.isShow > i::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_lang {
        display: none;
    }
    .gNav_lang > a {}
    .gNav_lang > a::before {}
    .gNav_lang > a::after {}
    .gReserveBg {
        top: auto;
        bottom: 0;
        background-image: linear-gradient(-225deg, rgba(197, 134, 30, 0) 5px, #c5861e 5px);
        height: 50px;
        width: 160px;
        display: none;
    }
    .gReserveLink {
        bottom: 0;
        top: auto;
        z-index: 999;
        width: 160px;
    }
    .gReserveLink > a {
        height: 50px;
        background-image: linear-gradient(-225deg, rgba(197, 134, 30, 0) 3px, rgba(196, 133, 30, 0.9) 3px);
    }
    .gReserveLink > a::before {}
    .gReserveLink > a::after {}
    .gMenuBtn {
        display: block;
        position: fixed;
        z-index: 1001;
        top: 0;
        right: 11px;
        width: 50px;
        height: 50px;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        display: block;
        width: 41px;
        height: 1px;
        background: #fff;
        margin: 0px auto;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: -webkit-transform, transform, top, opacity, width;
        transition-delay: 0s, 0s, .3s, .3s;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 11px auto;
        width: 33px;
        left: 4px;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar {
        transition-delay: .3s, .3s, 0s, 0s;
    }
    .isShow .gMenuBtn_bar-no1 {
        top: 12px;
        -webkit-transform: rotate(-45deg) scale(0.8, 1);
        transform: rotate(-45deg) scale(0.8, 1);
    }
    .isShow .gMenuBtn_bar-no2 {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        opacity: 0;
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -12px;
        -webkit-transform: rotate(45deg) scale(0.8, 1);
        transform: rotate(45deg) scale(0.8, 1);
    }
    .gHeadNews {
        display: none;
    }
    .isFixed .gHeadNews {}
    .gHeadNews_inner {}
    .gHeadNews_list {}
    .gHeadNews_list > li {}
    .gHeadNews_list > li:first-child {}
    .gHeadNews_list > li:last-child {}
    .gHeadNews_list > li:nth-child(2n+1) {}
    .gHeadNews_list > li:nth-child(n+3) {}
    .gHeadNews_list > li > a {}
    .gHeadNews_list > li > a::before {}
    .gHeadNews_list > li > a::after {}
    .gHeadNews_list > li > a > time {}
    .gHeadNews_list > li > a > b {}
    .gHeadNews_link {}
    .gHeadNews_link::before {}
    .gHeadNews_link > a {}
    .gHeadNews_link > a::before {}
    .gHeadNews_link > a::after {}
    .gFooter {
        padding-top: 27px;
        display: flex;
        justify-content: center;
        padding-bottom: 55px;
    }
    .gFooter_inner {
        padding-right: 15px;
        padding-left: 15px;
        width: auto;
    }
    .gFooter_logo {
        display: block;
        margin-bottom: 22px;
    }
    .gFooter_logo > a {
        font-size: 50px;
        line-height: 1;
		text-align: center;
    }
    .gFooter_logo > a::before {}
    .gFooter_logo > a::after {}
    .gFooter_logo > a > .icon {}
    .gFooter_cols {
        display: block;
    }
    .gFooter_col {}
    .gFooter_col-no1 {
        padding: 0;
    }
    .gFooter_dList {
        font-size: 12px;
    }
    .gFooter_dList > dt {}
    .gFooter_dList > dd {}
    .gFooter_link {
        width: 178px;
        margin-top: 21px;
        margin-bottom: 45px;
    }
    .gFooter_link > a {
        height: 32px;
    }
    .gFooter_link > a > svg {}
    .gFooter_link > a::before {}
    .gFooter_link > a::after {}
    .gFooter_telList {
        margin-bottom: 0px;
    }
    .gFooter_telList-email {
        margin-top: 3px;
    }
    .gFooter_telList > dt {}
    .gFooter_telList > dd {}
    .gFooter_telList > dd > a {}
    .gFooter_telList > dd > a::before {}
    .gFooter_telList > dd > a::after {}
    .gFooter_snsLink {}
    .gFooter_snsLink > a {
        display: flex;
        align-items: center;
    }
    .gFooter_snsLink > a::before {}
    .gFooter_snsLink > a::after {}
    .gFooter_snsLink > a > .icon {}
    .gFooter_col-no2 {
        display: none;
    }
    .gFootNav {}
    .gFootNav_item {}
    .gFootNav_link {}
    .gFootNav_link > a {}
    .gFootNav_link > a::before {}
    .gFootNav_link > a::after {}
    .gFootNav_link > a > .icon {}
    .gFootNav_list {}
    .gFootNav_list::before {}
    .gFootNav_list-top::before {}
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:last-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {}
    .gFootNav_list > li > a > .icon-logo {}
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFooter_list {
        display: none;
    }
    .gFooter_list::before {}
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_list2 {
        display: none;
    }
    .gFooter_list2::before {}
    .gFooter_list2 > li {}
    .gFooter_list2 > li:first-child {}
    .gFooter_list2 > li:last-child {}
    .gFooter_list2 > li:nth-child(2n+1) {}
    .gFooter_list2 > li:nth-child(n+3) {}
    .gFooter_list2 > li > a {}
    .gFooter_list2 > li > a::before {}
    .gFooter_list2 > li > a::after {}
    .gFooter_copyright {
        margin-top: 37px;
    }
    .gFooter_copyright > small {
        letter-spacing: 0;
    }
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gBody {
        padding-bottom: 45px;
    }
    .gBody-noPad {
        padding-bottom: 0;
    }
    .gFooter_snsList {
        margin-top: 52px;
    }
    .gFooter_snsList > dt {}
    .gFooter_snsList > dd {}
    .gFooter_snsList > dd:last-child {}
    .gFooter_snsList > dd > a {}
    .gFooter_snsList > dd > a::before {}
    .gFooter_snsList > dd > a::after {}
    .gFooter_snsList > dd > a > .icon {}
    .gFootNav_cList {}
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:last-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {}
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gNav_cList {
        max-height: 0;
        overflow: hidden;
        transition-duration: 0.4s;
        transition-property: max-height, opacity;
        display: block;
        opacity: 0;
        -webkit-transform: none;
        transform: none;
        position: relative;
        left: 0;
        top: 0;
    }
    .isShow + .gNav_cList {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .isShow + .gNav_cList[data-child-num="1"] {
        max-height: 36px;
    }
    .isShow + .gNav_cList[data-child-num="2"] {
        max-height: 72px;
    }
    .isShow + .gNav_cList[data-child-num="3"] {
        max-height: 108px;
    }
    .isShow + .gNav_cList[data-child-num="4"] {
        max-height: 144px;
    }
    .isShow + .gNav_cList[data-child-num="5"] {
        max-height: 180px;
    }
    .isShow + .gNav_cList[data-child-num="6"] {
        max-height: 216px;
    }
    .gNav_cList > li {}
    .gNav_cList > li:first-child {}
    .gNav_cList > li:last-child {}
    .gNav_cList > li:nth-child(2n+1) {}
    .gNav_cList > li:nth-child(n+3) {}
    .gNav_cList > li > a {
        padding: 0px 100px;
        font-size: 13px;
        display: flex;
        height: 36px;
        align-items: center;
        white-space: nowrap;
        line-height: 1.1;
        background: none;
    }
    .gNav_cList > li > a::before {}
    .gNav_cList > li > a::after {}
    .gNav_subList {
        display: flex;
        font-size: 11px;
        width: 100%;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
        max-width: 320px;
    }
    .gNav_subList-small {
        flex-wrap: wrap;
        font-size: 10px;
    }
    .gNav_subList-first {
        margin-top: 36px;  /* 36pxから変更 */
        margin-bottom: 20px;
    }
    .gNav_subList-second {
        margin-bottom: 20px;
    }
    .gNav_subList > li {}
    .gNav_subList > li:first-child {}
    .gNav_subList > li:last-child {}
    .gNav_subList > li:nth-child(2n+1) {}
    .gNav_subList > li:nth-child(n+3) {}
    .gNav_subList > li > a {
        display: flex;
        align-items: center;
        padding: 7px 0;
    }
    .gNav_subList > li > a .icon {
        display: block;
        margin-left: 3px;
    }
    .gNav_subList > li > a::before {}
    .gNav_subList > li > a::after {}
    .gVisual-dining {
        background-image: url("/assets/img/home/top_restaurant.jpg");
        margin-bottom: 29px;
    }
    .gVisual {
        margin-bottom: 45px;
    }
    .gVisual-wedding {
        background-image: url(/assets/img/common/pt-main-wedding_sp.jpg?date=190425);
    }
    .gVisual-spa {
        background-image: url(/assets/img/common/pt-main-spa_sp.jpg);
        margin-bottom: 0;
    }
    .gVisual-facility {
        height: 0;
        padding-bottom: 80%;
        margin-bottom: 0;
    }
    .gVisual-yakuto {
        background-image: url(/assets/img/common/pt-main-yakuto_sp.jpg);
    }
    .gVisual-cafe {
        height: 0;
        padding-bottom: 80%;
        margin-bottom: 0;
    }
    .gVisual-shop {
        height: 0;
        padding-bottom: 80%;
    }
    .gVisual-rakumi {
        margin-bottom: 0;
    }
    .gVisual-tearoom {
        background-image: none;
        height: 0;
        padding-bottom: 100%;
    }
    .gIntro {}
    .gIntro_title {
        font-size: 30px;
    }
    .gIntro_headline {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .gIntro_text {
        line-height: 1.8;
        margin-left: -5px;
        margin-right: -5px;
    }
    .gDinLink {
        margin: 40px 0;
    }
    .gDinLink > li {
        width: 50%;
        box-sizing: border-box;
    }
    .gDinLink > li:first-child {
        padding-right: 0;
        margin-right: 0;
    }
    .gDinLink > li:last-child {}
    .gDinLink > li:nth-child(2n+1) {}
    .gDinLink > li:nth-child(n+3) {}
    .gDinLink > li > a {
        height: 90px;
    }
    .gDinLink > li > a::before {}
    .gDinLink > li > a.-red::before {
        width: 58px;
        height: 53px;
    }
    .gDinLink > li > a.-yellow::before {
        width: 63px;
        height: 64px;
    }
    .gDinLink > li > a::after {}
    .gDinLink > li > a > img {
        width: 80px;
    }
    .gSubVis {}
    .gSubVis-dining01 {}
    .gSubVis-dining02 {}
    .gSubVis-dining03 {}
    .gSubVis-art03 {
        background-image: url(/assets/img/art/pt-visual03_sp@2x.jpg);
        padding-bottom: 80%;
    }
    .gSubVis-art04 {
        display: none;
    }
    .gSubVis-art05 {
        background-image: url(/assets/img/art/pt-visual04_sp@2x.jpg);
        padding-bottom: 136.67%;
    }
    .gSubVis-art06 {
        background-image: url(/assets/img/art/pt-visual06.jpg);
        padding-bottom: 100%;
    }
    .gSubVis-art07 {
        background-image: url(/assets/img/art/pt-visual07.jpg);
        padding-bottom: 100%;
    }
    .gSubVis-art08 {
        background-image: url(/assets/img/art/pt-visual08.jpg);
        padding-bottom: 100%;
    }
    .gSubVis-art09 {
        background-image: url(/assets/img/art/pt-visual09.jpg);
        padding-bottom: 100%;
    }
    .gSubVis-spa01 {
        background-image: url(/assets/img/spa/pt-visual01_sp@2x.jpg);
        padding-bottom: 136%;
    }
    .gSubVis-spa02 {
        display: none;
    }
    .gSubVis-spa03 {
        display: none;
    }
    .gSubVis-spa04 {
        background-image: url(/assets/img/spa/pt-visual03_sp@2x.jpg);
        padding-bottom: 116%;
    }
    .gSubVis-yakuto01 {
        background-image: url(/assets/img/spa_yakuto/pt-visual01_sp@2x.jpg);
        padding-bottom: 116%;
    }
    .gSubVis-yakuto02 {
        display: none;
    }
    .gSubVis-yakuto03 {
        background-image: url(/assets/img/spa_yakuto/pt-visual03_sp@2x.jpg);
        padding-bottom: 76%;
    }
    .gSubVis-yakuto05 {
        background-image: url(/assets/img/spa_yakuto/pt-visual04_sp@2x.jpg);
        padding-bottom: 119.47%;
    }
    .gSubVis-yakuto04 {
        display: none;
    }
    .gIntro_list {
        margin-top: 25px;
    }
    .gIntro_list > li {}
    .gIntro_list > li::after {}
    .gIntro_list > li:first-child {}
    .gIntro_list > li:last-child {}
    .gIntro_list > li:last-child::after {}
    .gIntro_list > li:nth-child(2n+1) {}
    .gIntro_list > li:nth-child(n+3) {}
    .gIntro_list > li > a {
        font-size: 10px;
        padding: 7px 10px;
    }
    .gIntro_list-en > li > a {
        font-size: 12px;
    }
    .gIntro_list > li > a::before {}
    .gIntro_list > li > a::after {
        width: calc(100% - 20px);
    }
    .gMovieBox {}
    .gBody-bDeco {}
    .gBody-noVis {
        padding-top: 80px;
    }
    .gBody-noVis2 {
        padding-top: 0;
    }
    .gCarousel {}
    .gCarousel_listWrap {}
    .gCarousel_list {}
    .gCarousel_list.isShow {}
    .gCarousel_list > li {}
    .gCarousel_list > li:first-child {}
    .gCarousel_list > li:last-child {}
    .gCarousel_list > li:nth-child(2n+1) {}
    .gCarousel_list > li:nth-child(n+3) {}
    .gCarousel_list > li > img {
        height: 150px;
    }
    .gSubVis_image {
        width: 85%;
    }
    .gSubVis_image > img {}
    .gIntro_link {}
    .gNav_lang_list {}
    .gNav_lang_list > li {}
    .gNav_lang_list > li:first-child {}
    .gNav_lang_list > li:last-child {}
    .gNav_lang_list > li:nth-child(2n+1) {}
    .gNav_lang_list > li:nth-child(n+3) {}
    .gNav_lang_list > li > a {}
    .gNav_lang_list > li > a::before {}
    .gNav_lang_list > li:first-child > a::before {}
    .gNav_lang_list > li > a::after {}
    .gReserve {
        width: 100%;
        right: -100%;
    }
    .gReserve.isShow {}
    .gReserve > form {
        height: calc(100% - 70px);
    }
    .gReserve_inner {}
    .gReserve_closeBtn {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .gReserve_closeBtn::before {}
    .gReserve_closeBtn::after {}
    .gReserve_areaInput {
        padding: 25px 15px;
    }
    .gReserve_title {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: left;
    }
    .gReserve_sect {
        margin-bottom: 35px;
    }
    .gReserve_cols {}
    .gReserve_col {}
    .gReserve_col-no1 {
        margin-right: 20px;
    }
    .gReserve_name {
        font-size: 16px;
    }
    .gReserve_name > b {}
    .gReserve_name > .icon {
        font-size: 36px;
        margin-top: 5px;
    }
    .gReserve_col-no2 {}
    .gReserve_dateLbl {}
    .gReserve_dateLbl > b {
        font-size: 14px;
    }
    .gReserve_dateInput {
        font-size: 20px;
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .gReserve_to {}
    .gReserve_numberWrap {}
    .gReserve_inputWrap {}
    .gReserve_inputWrap > input {
        font-size: 20px;
        width: 50px;
    }
    .gReserve_suffix {
        font-size: 14px;
    }
    .gReserve_numBtn {}
    .gReserve_numBtn::before {}
    .gReserve_numBtn::after {}
    .gReserve_numBtn > .icon {}
    .gReserve_caution {
        font-size: 11px;
    }
    .gReserve_chkList {
        display: flex;
        flex-wrap: wrap;
    }
    .gReserve_chkList > li {
        margin-right: 1em;
    }
    .gReserve_chkList > li:first-child {}
    .gReserve_chkList > li:last-child {
        margin-right: 0;
    }
    .gReserve_chkList > li:nth-child(2n+1) {}
    .gReserve_chkList > li:nth-child(n+3) {}
    .gReserve_chkList > li > label {}
    .gReserve_chkList > li > label > i {}
    .gReserve_chkList > li > label > i::before {}
    .gReserve_submitBtn {
        height: 70px;
        font-size: 18px;
    }
    .gReserve_submitBtn::before {}
    .gReserve_submitBtn::after {}
    .gReserve :placeholder-shown {}
    .gReserve ::-webkit-input-placeholder {}
    .gReserve :-moz-placeholder {}
    .gReserve ::-moz-placeholder {}
    .gReserve :-ms-input-placeholder {}
    .gReserve_linkList {
        display: flex;
    }
    .gReserve_linkList > li {
        width: 50%;
    }
    .gReserve_linkList > li:first-child {}
    .gReserve_linkList > li:last-child {}
    .gReserve_linkList > li:nth-child(2n+1) {}
    .gReserve_linkList > li:nth-child(n+3) {}
    .gReserve_linkList > li > a {
        display: flex;
        height: 70px;
        background: #a77712;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        line-height: 1;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .gReserve_linkList > li > a::before {
        display: block;
        width: 1px;
        height: 33px;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        background: #fff;
        margin: auto;
        bottom: 0;
    }
    .gReserve_linkList > li:first-child > a::before {
        display: none;
    }
    .gReserve_linkList > li > a::after {}
    .gReserve_linkList > li > a > b {
        display: flex;
        font-size: 16px;
        align-items: center;
    }
    .gReserve_linkList > li > a > b::after {
        content: "";
        display: block;
        width: 20px;
        height: 5px;
        border: 1px solid #fff;
        border-top: none;
        border-left: none;
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg);
        margin-left: 9px;
        position: relative;
        z-index: 1;
        top: -2px;
    }
    .gReserve_linkList > li > a > small {
        display: block;
        font-size: 12px;
        margin-top: 6px;
    }
    .gReserve_linkList > li > a > b > .icon {
        display: block;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    .gNav_inner {
        flex-direction: column;
    }
    .gIntro_hr {
        margin: 35px auto;
    }
    .gNewsList {
        display: block;
    }
    .gNewsList > li {
        width: auto;
        margin-top: 10px;
        margin-left: 0;
    }
    .gNewsList > li:first-child {
        margin-top: 0;
    }
    .gNewsList > li:last-child {}
    .gNewsList > li:nth-child(2n+1) {}
    .gNewsList > li:nth-child(n+4) {
        margin-top: 10px;
    }
    .gNewsList > li > a {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        padding-left: 115px;
        min-height: 75px;
        text-align: left;
        justify-content: center;
    }
    .gNewsList2 {
        display: block;
    }
    .gNewsList2 > li {
        width: auto;
        margin-top: 10px;
        margin-left: 0;
    }
    .gNewsList2 > li:first-child {
        margin-top: 0;
    }
    .gNewsList2 > li:last-child {}
    .gNewsList2 > li:nth-child(2n+1) {}
    .gNewsList2 > li:nth-child(n+4) {
        margin-top: 10px;
    }
    .gNewsList2 > li > a {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        padding-left: 115px;
        min-height: 75px;
        text-align: left;
        justify-content: center;
    }
    .gNewsList > li > a::before {}
    .gNewsList > li > a::after {}
    .gNewsList_image {}
    .gNewsList_imageWrap {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100px;
    }
    .gNewsList_update {
        margin-top: 0;
    }
    .gNewsList_update > time {}
    .gNewsList_name {
        text-decoration: none;
        line-height: 1.4;
    }
    .gLangNav {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .gLangNav_title {
        text-align: center;
        color: #b4b2b6;
        font-size: 10px;
    }
    .gLangNav_list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gLangNav_list > li {
        display: flex;
        align-items: center;
    }
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li::after {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background: #fff;
        margin: 0 11px;
    }
    .gLangNav_list > li:last-child::after {
        display: none;
    }
    .gLangNav_list > li:last-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {
        display: flex;
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
        line-height: 1;
        border-radius: 50%;
        font-size: 12px;
        color: #b4b2b6;
        border: 9px solid #261c11;
    }
    [lang="ja"] .gLangNav_list > li:nth-child(1) > a {
        color: #261C0E;
        background: #b4b2b6;
    }
    [lang="en"] .gLangNav_list > li:nth-child(2) > a {
        color: #261C0E;
        background: #b4b2b6;
    }
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:last-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gFooter_snsList > li {}
    .gFooter_snsList > li:first-child {}
    .gFooter_snsList > li:last-child {}
    .gFooter_snsList > li:nth-child(2n+1) {}
    .gFooter_snsList > li:nth-child(n+3) {}
    .gFooter_snsList > li > a {}
    .gFooter_snsList > li > a::before {}
    .gFooter_snsList > li > a::after {}
    .gFooter_snsList > li > a > .icon {}
	/*.gDinLink > li:nth-child(2n+0) {margin-right: 0; padding-right: 0;}*/
	.tresonnier_img{width: 150px !important;}
}
@media screen and (max-width: 374px) {
    .gReserve_sect {
        margin-bottom: 25px;
    }
    .gReserve_submitBtn {
        height: 60px;
        min-height: 60px;
    }
    .gReserve_linkList > li > a {
        height: 60px;
    }
    .gReserve > form {
        height: calc(100% - 60px);
    }
    .gNav_list > li > a {
        padding: 0 90px;
    }
    .gNav_cList > li > a {
        padding: 0 90px;
    }
}
@media screen and (min-width: 768px){	
	.pc_none{display: none;}
}
