@charset "UTF-8";
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}
@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}
#mute{
background: url(../img/home/speaker_off.svg) no-repeat;
background-size: contain;
cursor: pointer;
	margin-left: 20px;
}
#mute.on_switch{
background: url(../img/home/speaker_on.svg) no-repeat;
background-size: contain;
}
.b_switch{position: absolute; bottom: 2vw;width: 100%; height: 25px;}
.news {
    background: rgba(184, 166, 109, 0.57);
    padding: 45px 0 43px;
}
.news_inner {
    max-width: 875px;
}
.news_inner2 {
    max-width: 1200px; 
	margin: 0 auto; 
	display: flex;
}
.news_inner3 {
	width: 50%;
}
.news_inner4 {
	width: 50%;
}
.news_titleWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}
.news_titleWrap2{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: 0 auto;
}
.news_title {
    display: flex;
    align-items: center;
    line-height: 1;
}
.news_title2{
	height: 120px; 
	position: relative;
}
.news_title3 {
    display: flex;
    align-items: center;
    line-height: 1;
	text-align: center;
}
.news_title > b {
    display: block;
    font-weight: normal;
    font-size: 42px;
    margin-right: 10px;
}
.news_title > small {
    display: flex;
    font-weight: normal;
    font-size: 14px;
}
.news_title3 > b {
    display: block;
    font-weight: normal;
    font-size: 42px;
    margin-right: 10px;
}
.news_title3 > small {
    display: flex;
    font-weight: normal;
    font-size: 14px;
}
.news_link {
    display: flex;
    align-items: center;
}
.news_link::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #000;
    margin: 0 10px;
}
.news_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 42px;
    align-items: center;
}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.sect {}
.sect_inner {}
.sect_image {
    max-width: 800px;
    margin: 0 auto 40px;
}
.sect_image-large {
    max-width: 860px;
}
.sect_image-full {
    max-width: none;
}
.sect_image > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: opacity;
}
.sect_image > a::before {
    content: "";
}
.sect_image > a::after {
    content: "";
}
.sect_image > img {
    display: block;
    width: 100%;
    height: auto;
}
.sect_image > a > img {
    display: block;
    width: 100%;
    height: auto;
}
.sect_title {
    margin-bottom: 33px;
}
.sect_title > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    justify-content: center;
}
.sect_title > a::before {
    content: "";
}
.sect_title > a::after {
    content: "";
}
.sect_title > a > b {
    display: block;
    font-size: 54px;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.sect_title > a > b::before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #231815;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.sect_text {
    text-align: center;
    font-size: 21px;
}
.sect-wedding {
    background-image: url(/assets/img/home/bg-wedding.jpg);
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.sect-spa {
    background-image: url(/assets/img/home/bg-spa.jpg);
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.sect-facility {
    padding-bottom: 140px;
}
.sect_list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.sect_list > li {
    display: flex;
    align-items: center;
}
.sect_list > li::after {
    content: "/";
}
.sect_list > li:last-child::after {
    display: none;
}
.sect_list > li:first-child {}
.sect_list > li:last-child {}
.sect_list > li:nth-child(2n+1) {}
.sect_list > li:nth-child(n+3) {}
.sect_list > li > a {
    display: block;
    color: inherit;
    font-size: 12px;
    padding: 15px 25px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.sect_list > li > a > .icon-blank {
    margin-left: 5px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: -1px;
}
.sect_list > li > a::before {
    content: "";
}
.sect_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.75em;
    transition-duration: .3s;
    transition-property: width;
}
.sect_innerWrap {}
.sect_innerWrap-facility {
    padding-top: 40px;
    background-image: url(/assets/img/home/bg-facility.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.gallery {
    position: relative;
    z-index: 0;
}
.gallery-room {
    margin-bottom: 45px;
}
.gallery_listWrap {
    overflow: hidden;
    width: 10000px;
    display: flex;
    position: relative;
    z-index: 2;
}
.gallery_list {
    list-style: none;
    display: flex;
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
    -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;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}
.gallery_list.isShow {
    opacity: 1;
}
.gallery_item {}
.gallery_item-room {
    margin-right: 9px;
}
.gallery_item:first-child {}
.gallery_item:last-child {}
.gallery_item:nth-child(2n+1) {}
.gallery_item:nth-child(n+3) {}
.gallery_item > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
}
.gallery_item > a::before {
    content: "";
}
.gallery_item > a::after {
    content: "";
}
.gallery_image {}
.gallery_image-room {
    width: calc(100vw / 3);
    min-width: 600px;
    max-width: 600px;
}
.gallery_image-facility {
    width: calc(100vw / 5);
    min-width: 300px;
}
.gallery_image > img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery_mask {
    position: absolute;
    z-index: 2;
    background: rgba(35, 24, 21, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    transition-property: opacity;
    opacity: 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    flex-direction: column;
}
.gallery_stop {}
.gallery_stop > b {
    display: block;
    font-size: 28px;
    margin-bottom: 11px;
}
.gallery_stop > small {
    display: block;
    font-size: 12px;
}
.sect-art {
    padding-bottom: 200px;
}
.sect-dining {
    padding-bottom: 200px;
    background-image: url(/assets/img/home/bg-dining.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.sect-room {
    padding-top: 280px;
    background-image: url(/assets/img/home/bg-room.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 100px;
}
.gallery_name {
    font-size: 18px;
    margin-bottom: 26px;
}
.gallery_room {}
.gallery_room > small {
    display: block;
    font-size: 18px;
    margin-bottom: 13px;
}
.gallery_room > small > small {
    font-size: 12px;
}
.gallery_room > b {
    display: block;
    font-size: 24px;
    font-weight: normal;
}
.vis2 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}
.vis {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 250px;
    padding-bottom: 50px;
    overflow: hidden;
}
.vis_textWrap {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    transition-delay: 1s;
}
.vis_textWrap.isFadeIn {
    opacity: .8;
}

.vis_textWrap > .icon {
    display: block;
    font-size: 100px;
    margin-bottom: 30px;
}
.vis_headline {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 4px;
}
.vis_headlineEn {
    font-size: 29px;
    margin-bottom: 15px;
}
.vis_text {
    margin-bottom: 11px;
    line-height: 2.3;
}
.vis_textEn {}
.vis_videoWrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}
.isLoaded > .vis_videoWrap {
    opacity: 1;
}
.vis_video {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.gHeaderWrap {
    top: -100px;
    transition-duration: 0.5s;
    transition-property: top, background-color;
}
.gHeaderWrap.isFixed {
    top: 0;
}
.gHeadNews.isHidden {
    height: 0;
}
.gReserveLink {
    top: -100px;
    transition-duration: 0.5s;
    transition-property: top;
}
.isFixed + .gReserveLink {
    top: 0;
}
.gReserveBg {
    top: -100px;
    transition-duration: 0.5s, 0.3s;
    transition-property: top, opacity;
}
.isFixed + .gReserveLink + .gReserveBg {
    top: 0;
}
.recd {
    background: #ffffec;
    padding: 71px 0 74px;
    margin-bottom: 75px;
}

[lang="en"] .recd{
    margin-bottom:0;
}
.recd_inner {
    max-width: none;
    padding: 0;
}
.recd_slide {
    font-size: 0;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.recd_slide.slick-initialized {
    opacity: 1;
}
.recd_item {}
.recd_item > a {
    display: block;
    text-decoration: none;
    color: inherit;
    margin: 0 auto;
    outline: none;
    width: 700px;
    padding: 0px 150px 5px;
}
.recd_item > a::before {
    content: "";
}
.recd_item > a::after {
    content: "";
}
.recd_image {
    margin-bottom: 41px;
}
.recd_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.recd_name {
    line-height: 1;
    text-align: center;
}
.recd_name > b {
    display: block;
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 10px;
}
.recd_name > small {
    font-size: 10px;
}
.recd_text {
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
}
.recd_link {
    font-size: 28px;
    text-align: center;
    height: 57px;
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: center;
    margin: 31px auto 0;
    border: 2px solid #231815;
    outline: 1px solid #231815;
    outline-offset: 2px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.recd_button {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 60px;
    color: rgba(35, 24, 21, 0.6);
    line-height: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
	padding: 10px;
}
.recd_button::before {
    content: "";
}
.recd_button::after {
    content: "";
}
.recd_button-next {
    right: calc((100vw / 2) - 540px);
}
.recd_button > .icon {
    display: block;
}
.recd_button-prev {
    left: calc((100vw / 2) - 540px);
}
.vis_volume {
    position: absolute;
    z-index: 11;
    left: 25px;
    bottom: 15px;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transition: transform.3s;
}
.vis_volume > svg {
    display: block;
    width: 23px;
    height: 23px;
}
.vis_volume > svg > path {
    fill: #fff;
}
.vis_volume > svg > rect {
    fill: #fff;
    fill-opacity: 0;
    transition-duration: .3s;
    transition-property: fill-opacity;
}
.vis_volume.isOn > svg > rect {
    fill-opacity: 1;
}
.vis_volume:after {
    content: "";
    width: 2px;
    height: 141%;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: height .3s;
    display: none;
}
.vis_volume.isOn:after {
    height: 0;
}
.vis_volume > .icon {
    display: block;
    display: none;
}
.detail {
    width: 800px;
    margin: 0 auto;
    padding: 0px 0px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    display: none;
}
.detail-no1 {}
.detail-no4 {
    background-image: url(/assets/img/spa_yakuto/bg-other.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.detail-no5 {
    background-image: url(/assets/img/spa_yakuto/bg-resort.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0;
}
.detail_inner {
    background: #fff;
    position: relative;
    z-index: 1;
}
.detail_inner-no4 {
    background-color: transparent;
}
.detail_inner-no5 {
    background-color: transparent;
    padding-bottom: 20px;
    padding-top: 30px;
}
.detail_inner-no1 {
    background-color: #ffffe5;
}
.detail_inner-no2 {
    background-color: #f1ffef;
}
.detail_inner-no3 {
    background-color: #f9f6f6;
}
.detail_title {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
.detail_title-en {
    font-size: 36px;
}
.detail_subTitle {
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    margin: 13px 0 50px;
    position: relative;
    z-index: 2;
}
.detail_sect {
    max-width: 543px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.detail_headline {
    font-size: 21px;
    font-weight: normal;
}
.detail_text {
    margin: 1em 0;
}
.detail_text:last-child {
    margin-bottom: 0;
}
.detail_table {
    width: 100%;
    font-size: 16px;
}
.detail_table-large {
    font-size: 18px;
}
.detail_table > tbody {}
.detail_table > tbody > tr {}
.detail_table > tbody > tr:first-child {}
.detail_table > tbody > tr:last-child {}
.detail_table > tbody > tr > th {
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
.detail_table > tbody > tr > th > small {
    font-size: 87.5%;
}
.detail_table > tbody > tr > td {
    text-align: right;
    vertical-align: top;
}
.detail_table > tbody > tr > td:last-child {
    width: 100px;
}
.detail_hr {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background: #231815;
    border: none;
    margin: 35px auto;
    position: relative;
    z-index: 2;
}
.info_a{padding-top: 100px;}
.info_c{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center; 
	margin-bottom: 50px;
}
.info_img{max-width: 320px; padding: 10px;}
.info_img{width: 95%;} /*バナー４個の時のみ*/
.fancybox-slide--html .fancybox-close-small{
	color: #fff;
}
#kikaku_detail button{
	color: #000;
}
.trans_btn a img{
	transition: all 0.5s 0s ease;
}
.trans_btn a:hover img{
	transform: scale(1.2);
}
.pc-video {
    display: block;
	z-index: -1;
}
.sp-video {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc-video {
        display: none;
    }
    .sp-video {
        display: block;
		z-index: -1;
    }
}
/* 一時対策行 619～747 789 780 949～955 */
@media screen and (max-width:1919px) {
    .sect {
        background-size: 100% auto;
    }
    .sect_innerWrap {
        background-size: 100% auto;
    }
}
@media screen and (min-width:1000px) {
    .sect_list > li > a:hover::after {
        /* opacity: 0; */
        width: 0;
    }
    .news_link > a:hover {
        text-decoration: underline;
    }
    .sect_image > a:hover {
        opacity: .7;
    }
    .sect_title > a:hover {}
    .sect_title > a:hover > b::before {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .sect_list > li > a:hover {
        text-decoration: none;
    }
    .gallery_item > a:hover {}
    a:hover .gallery_mask {
        opacity: 1;
    }
    .recd_item > a:hover {}
    a:hover .recd_link {
        background-color: #231815;
        color: #fff;
    }
    .recd_button:hover {
        color: rgba(35, 24, 21, 0.9);
    }
    .vis_volume:hover {
        transform: scale(1.1);
    }
	.news_inner3 {
		width: 45%;
	}
	.news_inner4 {
		width: 45%;
	}
}
@media screen and (max-width:999px) {
    .news {}
    .news_inner {}
    .news_titleWrap {}
    .news_title {}
    .news_title > b {}
    .news_title > small {}
    .news_link {}
    .news_link::before {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .sect {}
    .sect_inner {}
    .sect_image {}
    .sect_image-large {}
    .sect_image-full {}
    .sect_image > a {}
    .sect_image > a::before {}
    .sect_image > a::after {}
    .sect_image > img {}
    .sect_image > a > img {}
    .sect_title {}
    .sect_title > a {}
    .sect_title > a::before {}
    .sect_title > a::after {}
    .sect_title > a > b {
        font-size: 40px;
    }
    .sect_title > a > b::before {}
    .sect_text {
        font-size: 18px;
    }
    .sect-wedding {
        padding-bottom: 10.4%;
    }
    .sect-spa {
        padding-bottom: 10.4%;
    }
    .sect-facility {
        padding-bottom: 80px;
    }
    .sect_list {}
    .sect_list > li {}
    .sect_list > li::before {}
    .sect_list > li:first-child::before {}
    .sect_list > li:first-child {}
    .sect_list > li:last-child {}
    .sect_list > li:nth-child(2n+1) {}
    .sect_list > li:nth-child(n+3) {}
    .sect_list > li > a {}
    .sect_list > li > a > .icon-blank {}
    .sect_list > li > a::before {}
    .sect_list > li > a::after {}
    .sect_innerWrap {}
    .sect_innerWrap-facility {}
    .gallery {}
    .gallery-room {}
    .gallery_listWrap {}
    .gallery_list {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
    }
    .gallery_item {}
    .gallery_item-room {}
    .gallery_item:first-child {}
    .gallery_item:last-child {}
    .gallery_item:nth-child(2n+1) {}
    .gallery_item:nth-child(n+3) {}
    .gallery_item > a {}
    .gallery_item > a::before {}
    .gallery_item > a::after {}
    .gallery_image {}
    .gallery_image-room {}
    .gallery_image-facility {}
    .gallery_image > img {}
    .gallery_mask {}
    .gallery_stop {}
    .gallery_stop > b {}
    .gallery_stop > small {}
    .sect-art {
        padding-bottom: 10.4%;
    }
    .sect-dining {
        padding-bottom: 10.4%;
    }
    .sect-room {
        /*padding-top: 14.5%; 20200610仮ボタン */ 
		padding-top: 80px;
        padding-bottom: 60px;
    }
    .gallery_name {}
    .gallery_room {}
    .gallery_room > small {}
    .gallery_room > small > small {}
    .gallery_room > b {}
    .vis {
        padding: 100px 0;
    }
    .vis_textWrap {}
    .isLoaded .vis_textWrap {}
    .vis_textWrap > .icon {}
    .vis_headline {}
    .vis_headlineEn {}
    .vis_text {}
    .vis_textEn {}
    .vis_videoWrap {}
    .isLoaded > .vis_videoWrap {}
    .vis_video {}
    .gHeaderWrap {}
    .gHeaderWrap.isFixed {}
    .gHeadNews.isHidden {}
    .gReserveLink {}
    .isFixed + .gReserveLink {}
    .gReserveBg {}
    .isFixed + .gReserveLink + .gReserveBg {}
    .recd {}
    .recd_inner {}
    .recd_slide {}
    .recd_item {}
    .recd_item > a {
        width: 550px;
        padding: 0 60px 5px;
    }
    .recd_item > a::before {}
    .recd_item > a::after {}
    .recd_image {}
    .recd_image > img {}
    .recd_name {}
    .recd_name > b {
        font-size: 30px;
    }
    .recd_name > small {}
    .recd_text {
        font-size: 18px;
    }
    .recd_link {
        font-size: 20px;
        height: 50px;
        width: 320px;
    }
    .recd_button {
        font-size: 40px;
    }
    .recd_button::before {}
    .recd_button::after {}
    .recd_button-next {
        right: calc((100vw / 2) - 360px);
    }
    .recd_button > .icon {}
    .recd_button-prev {
        left: calc((100vw / 2) - 360px);
    }
    .vis_volume {}
    .vis_volume:after {}
    .vis_volume.isOn:after {}
    .vis_volume > .icon {}
	.info_img{width: 90%;/*max-width: 240px;*/}
}
@media screen and (max-width:767px) {
    .news {
        background-color: hsl(46, 35%, 57%);
        color: #fff;
    }
    .news_inner {}
    .news_titleWrap {
        margin-bottom: 25px;
    }
    .news_title {}
    .news_title > b {
        font-size: 24px;
        margin-right: 20px;
    }
    .news_title > small {
        font-size: 12px;
    }
    .news_link {}
    .news_link::before {
        background: #fff;
        margin: 0 15px;
    }
    .news_link > a {
        font-size: 12px;
    }
    .news_link > a::before {}
    .news_link > a::after {}
    .sect {}
    .sect_inner {}
    .sect_image {
        margin-bottom: 35px;
    }
    .sect_image-large {}
    .sect_image-full {}
    .sect_image > a {}
    .sect_image > a::before {}
    .sect_image > a::after {}
    .sect_image > img {}
    .sect_image > a > img {}
    .sect_title {
        margin-bottom: 29px;
    }
    .sect_title > a {}
    .sect_title > a::before {}
    .sect_title > a::after {}
    .sect_title > a > b {
        font-size: 30px;
    }
    .sect_title > a > b::before {}
    .sect_text {
        font-size: 17px;
    }
    .sect-wedding {}
    .sect-spa {}
    .sect-facility {}
    .sect_list {}
    .sect_list > li {}
    .sect_list > li::before {}
    .sect_list > li:first-child::before {}
    .sect_list > li:first-child {}
    .sect_list > li:last-child {}
    .sect_list > li:nth-child(2n+1) {}
    .sect_list > li:nth-child(n+3) {}
    .sect_list > li > a {
        font-size: 10px;
        padding: 7px 10px;
    }
    .sect_list > li > a > .icon-blank {}
    .sect_list > li > a::before {}
    .sect_list > li > a::after {
    width: calc(100% - 20px);
    /* margin-top: 8px; */
}
    .sect_innerWrap {}
    .sect_innerWrap-facility {}
    .gallery {}
    .gallery-room {
        margin-bottom: 34px;
    }
    .gallery_listWrap {
        width: auto;
        overflow: visible;
        display: block;
    }
    .gallery_list {
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation: none;
        animation: none;
        display: block;
        font-size: 0;
    }
    .gallery_list-room {
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
    }
    .gallery_item {}
    .gallery_item-room {
        margin-right: 5px;
    }
    .gallery_item:first-child {}
    .gallery_item:last-child {}
    .gallery_item:nth-child(2n+1) {}
    .gallery_item:nth-child(n+3) {}
    .gallery_item > a {}
    .gallery_item > a::before {}
    .gallery_item > a::after {}
    .gallery_image {}
    .gallery_image-room {
        width: 298px;
        min-width: 0;
    }
    .gallery_image-facility {
        width: calc(100vw / 4);
        min-width: 50px;
    }
    .gallery_image > img {}
    .gallery_mask {
        display: none;
    }
    .gallery_stop {}
    .gallery_stop > b {}
    .gallery_stop > small {}
    .sect-art {}
    .sect-dining {}
    .sect-room {}
    .gallery_name {}
    .gallery_room {}
    .gallery_room > small {}
    .gallery_room > small > small {}
    .gallery_room > b {}
    .vis {
        padding: 40px 0;
    }
    .vis_textWrap {}
    .isLoaded .vis_textWrap {}
    .vis_textWrap > .icon {
        font-size: 75px;
        margin-bottom: 15px;
    }
    .vis_headline {
        font-size: 25px;
        margin-bottom: 2px;
    }
    .vis_headlineEn {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .vis_text {
        font-size: 11px;
        line-height: 2.1;
        margin-bottom: 6px;
    }
    .vis_textEn {
        font-size: 11px;
    }
    .vis_videoWrap {}
    .isLoaded > .vis_videoWrap {}
    .vis_video {}
    .gHeaderWrap {
        top: 0;
        transition-duration: 0.3s;
    }
    .gHeaderWrap.isFixed {}
    .gHeadNews.isHidden {}
    .gReserveLink {
        top: auto;
        bottom: 0;
    }
    .isFixed + .gReserveLink {
        top: auto;
    }
    .gReserveBg {}
    .isFixed + .gReserveLink + .gReserveBg {}
    .recd {
        padding: 35px 0;
        margin-bottom: 45px;
    }
    .recd_inner {}
    .recd_slide {}
    .recd_item {}
    .recd_item > a {
        width: 350px;
    }
    .recd_item > a::before {}
    .recd_item > a::after {}
    .recd_image {}
    .recd_image > img {}
    .recd_name {}
    .recd_name > b {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .recd_name > small {}
    .recd_text {
        font-size: 16px;
    }
    .recd_link {
        font-size: 16px;
        height: 45px;
        width: 240px;
    }
    .recd_button {
        font-size: 30px;
        top: 90px;
    }
    .recd_button::before {}
    .recd_button::after {}
    .recd_button-next {
        right: calc((100vw / 2) - 160px);
    }
    .recd_button > .icon {}
    .recd_button-prev {
        left: calc((100vw / 2) - 160px);
    }
    .vis_volume {
        left: 15px;
        bottom: 10px;
        font-size: 24px;
    }
    .vis_volume:after {
        width: 1px;
    }
    .vis_volume.isOn:after {}
    .vis_volume > .icon {}
	.info_a{padding-top: 40px;}
	.info_c{
		flex-direction: column;
	}
	.info_img{
		width: 300px;
		margin: 0 auto;
	}
	a ,info_c{text-align: center;}
	.detail {
    	width: 80%;
	}
	.news_inner2{
		display: block;
	}
	.news_inner3{
		width: 100%;
		margin-top: 30px;
	}
	.news_inner4{
		width: 100%;
		margin-top: 60px;
	}
	.news_title2{
		height: 50px;
	}
	.news_title3 > b {
        font-size: 24px;
        margin-right: 20px;
    }
    .news_title3 > small {
        font-size: 12px;
    }
/*	.hotel_yoyakau{
		height: 100%; 
		margin-top: 30px;
	}
*/	.yoyaku_btn{
		width: 100%;
		height: 10px;
	}
	.vis2{padding-top: 70px;}
	.gHeaderWrap{background-color: rgba(39, 29, 18, 0.9);}
	.b_switch{height: 15px;}
}
@media screen and (max-width:479px) {
	.b_switch{height: 10px;}
}
