@charset "utf-8";

* {
	box-sizing: border-box;
}
body.ja,
body.en { 
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
body.ko {
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
body.zh-Hans {
    font-family: "Noto Sans SC", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
body.zh-Hant {
    font-family: "Noto Sans TC", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.8rem;
	line-height: 1.6;
}

h2 {
    margin-bottom: 4rem;
    font-weight: 400;
    font-size: 4.2rem;
}
h3 {
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 3.2rem;
}
body.ja h2,body.ja h3,body.ja .mincho,
body.en h2,body.en h3,body.en .mincho {
    font-family: "Shippori Mincho", serif;
}
p {
    margin-bottom: 1.5em;
    line-height: 2.0;
    word-break: auto-phrase;
}
#wrapper {
	position: relative;
	color: #353535;
}
/* header */
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
#header-inner {
    padding: 1rem 8rem;
    background-color: #FFF;
    position: relative;
    /* border-bottom: 1px solid #ececec; */
}
#header-logo {
    /* max-width: 200px; */
    margin: auto;
    text-align: center;
}
#header-logo a {
    display: inline-block;
}
#header-logo img {
    width: auto;
    height: 60px;
}
#lang-btn {
    width: 80px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#lang-btn form{
	width: 100%;
	position: relative;
}
#lang-btn form::after {
	content: "";
	background: #000;
	height: calc(tan(60deg) * 8px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
#lang-btn select {
    width: 100%;
}
/* footer */
#footer {
    background-color: #F4F4EF;
}
#footer-inner {
    padding: 5em 2em 0;
}
#footer-logo {
    /* max-width: 467px; */
    margin: 0 auto 2.5em;
    text-align: center;
}
#footer-logo img {
    /* width: 100%; */
}
address {
    display: block;
    margin-bottom: 2.5em!important;
}
address>p:not(:last-child){margin-bottom: 1em}
address .tell > div {
    margin: 0 auto 1em;
}
address .tell > div a {
    display: block;
	color: inherit;
	font-size: 1.5em;
	width: fit-content;
	margin: 0 auto;
}
#copy {
    padding: 4rem 2rem;
    font-size: 1.2rem;
    text-align: center;
}
/* main-contents */
.section {
    width: 100%;
    position: relative;
    background-color: #FFF;
}
.section.bk-color {
    background-color: #F4F4EF;
}
.section:not(.wide) .section-inner {
    padding: 12rem 2rem;
}
.section:not(.wide) .section-inner .section-inner-inner{
	padding: 4em 0;
}
.section:not(.wide) .section-inner > *:not(.swiper-outer) {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.visual-image {
    position: absolute;
    top: -560px;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    min-height: 100vh;
    clip-path: inset(0); /* 切り抜き */
    z-index: -1;
}
.visual-image.main-visual {
    top: -90vh;
}
.bk-image {
    position: fixed; /* 背景を固定 */
    top: 80px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*
.visual-image.main-visual .bk-image {
    height: 100%;
}
*/
.bk-image.main {
    background-image: url("../images/main-visual.png");
    background-color: transparent;
}
.bk-image.onsen {
    background-image: url("../images/hot-springs-photo03.png");
    background-color: transparent;
}
.bk-image.meals {
    background-image: url("../images/syokuji.png");
    background-color: transparent;
}
.bk-image.ganban {
    background-image: url("../images/ganban.png");
    background-color: transparent;
    background-position: left 30% center;
}
.bk-image.meals + .logo {
    max-width: 1080px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.link-block {
    position: absolute;
    top: -80px;
    margin: auto;
}
.bk-image.meals + .logo img {
    max-width: 160px;
    width: 100%;
}
.section-body {
    margin-top: 560px;
    padding: 8rem 2rem 12rem;
    width: 100%;
    position: relative;
}
.visual-image.main-visual + .section-body {
    margin-top: 90vh;
}
.section-inner .section-body > *:not(.text-box):not(.swiper-outer) {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    word-break: auto-phrase;
}
.text-box {
    max-width: 800px;
    margin: calc(-80px - 15vh) auto 12rem;
    padding: 2em;
    text-align: center;
    background-color: #F4F4EF;
}
.title{margin-bottom: 5px}
.visual-image.main-visual + .section-body .text-box {
    margin: calc(-80px - 30vh) auto 12rem;
}
.text-box h2 {
    font-size: 3.8rem;
    margin-bottom: 0.25em;
}
.text-box p {
    max-width: 600px;
    margin: auto;
    text-align: left;
    word-break: auto-phrase;
}
.visual-image:not(.main-visual) + .section-body .text-box p {
    font-family: "Shippori Mincho", serif;
}
.text-box p.center {
    text-align: center;
}
.nav-btn {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.nav-btn .item {
    width: calc((100% - 4em)/3);
}
.nav-btn .item a {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    text-decoration: none;
    width: 100%;
    
    
    
    
    
    
    
    
    &::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 30%);
        z-index: 1;
    }
    &::after {
        content: "";
        width: 16px;
        height: 16px;
        margin-top: 1rem;
        border-left: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        rotate: -45deg;
        z-index: 2;
        transition: all .4s ease;
    }
    
    &:hover {
        opacity: 0.6;
    }
    
    &:hover::after {
        margin-top: 2rem;
    }
}
.nav-btn .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.nav-btn .item:nth-of-type(1) a img {
    /* width: 360px; */
    /* transform: translate(-50%, -50%); */
}
.nav-btn .item:nth-of-type(2) a img {
    /* width: 360px; */
    /* transform: translate(-50%, -50%); */
}
.nav-btn .item:nth-of-type(3) a img {
    /* height: 300px; */
    /* transform: translate(-50%, -50%); */
}
.nav-btn .item a div {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 400;
    word-break: auto-phrase;
    text-align: center;
    position: relative;
    z-index: 1;
}
.point-list {
    margin-bottom: 2em;
}
.point-list li {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
}
.point-list li > div {
    width: calc(100% - (0.25em + 1em));
}
.time-table {
    width: 100%;
    margin: 0.25rem 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    align-items: center;
}
.borderbox{
	border: 1px solid #707070;
	padding: 30px 3.2vw;
	margin-bottom: 4em
}
.borderbox .time-table dt {
    font-weight: 600
}
.borderbox h4,.borderbox h5{
	font-weight: 600;
}
.borderbox p{
	max-width: none;
	margin-bottom: 0
}
.foor-map{
	padding: 40px 3.2vw;
	background-color: #F4F4EF;
	position: relative
}
.foor-map>.map-img{
	max-width: 600px;
	margin: 0 auto;
	display: block;
	width: 100%
}
.foor-map::before{
	content:"";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 80px;
	height: 430px
}
.foor-map.map1::before{
	background-image: url("../images/floor_1.png");
}
.foor-map.map2::before{
	background-image: url("../images/floor_2.png");
}
@media screen and (max-width: 780px){
	.foor-map{
		padding-top: 230px
	}
	.foor-map::before{
		left: 50%;
		right: 50%;
		top: 10px;
		bottom: auto;
		width: 40px;
	height: 215px;
		transform: translateX(-50%);
	}
}
#access iframe{width: 100%;display: block}
.full-img{display: block;width: 100%}
.price-img img{display: block;}
.w900{max-width: 900px!important;margin: 0 auto}
.pickup-box {
    padding: 2em;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}
.pickup-box h3 {
    margin-bottom: 0.5em;
}
.flex {
    display: flex;
    gap: 2em;
    align-items: center;
}
.flex.half {
    align-items: flex-start;
}
.flex.half > * {
    width: calc(50% - 1em);
}
.flex.half > * img {
    width: 100%;
}
.flex.half + p {
    margin-top: 1rem;
}
.swiper-outer {
    position: relative;
    max-width: 1280px;
    margin: 4em auto;
    padding: 0 6rem;
}
.swiper {
    max-width: calc(1080px + 3rem);
}
.swiper .swiper-slide {
    padding: 0 1.5rem;
}
.swiper .swiper-slide p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-all;
}
.swiper-button-next, .swiper-button-prev {
    color: #707070!important;
    margin-top: -2% !important;
}
.swiper-button-next {
    right: -1rem!important;
}
.swiper-button-prev {
    left: -1rem!important;
}
.img-box {
    margin-bottom: 0.5em;
}
.img-box img {
    width: 100%;
}
.small { font-size: 1.5rem!important;line-height: 1.6!important }
.btn{
	display: flex;
	background-color: #F4F4EF;
	border: 1px solid #000000;
	padding: 1em 2.5em;
	color: inherit;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .3s;
}
.btn:hover{
	background-color: #ddddd7;
	text-decoration: none
}
.pdf-btn{
	width: 50%;
	max-width: 400px;
	min-width: 200px;
	margin: 0 auto;
	position: relative;
}
.pdf-btn::after{
	content: url("../images/common/file-pdf-regular.svg");
	width: 1.125em;
	position: absolute;
	right: 1em;
	line-height: 1;
	vertical-align: middle;
	height: auto;
}
@media screen and (max-width: 780px){
    body {
        font-size: 1.5rem;
    }
    #header-inner {
        padding: 1rem 8rem 1rem 1rem;
    }
    #header-logo {
        margin: 0 auto 0 0;
        text-align: left;
    }
    #lang-btn {
        margin: auto 0 1rem auto;
        width: 60px;
    }
    .section-inner .section-body > *:not(.text-box):not(.swiper-outer) {
        word-break: break-all;
    }
    .section:not(.wide) .section-inner {
        padding: 4rem 2rem;
    }
	.section:not(.wide) .section-inner .section-inner-inner{
		padding: 2em 0;
	}
    .section-inner h2 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .section-inner h3 {
        font-size: 2.4rem;
        word-break: auto-phrase!important;
    }
    .section-inner p {
        word-break: break-all;
    }
    .nav-btn {
        gap: 0.75rem;
    }
    .nav-btn .item {
        width: calc((100% / 3));
    }
    .nav-btn .item a {
        height: 100px;
        
        
        &::after {
            content: "";
            width: 10px;
            height: 10px;
            margin-top: 0.5rem;
        }
        &:hover::after {
            margin-top: 0.75rem;
        }
    }
    .nav-btn .item a div {
        font-size: 1.8rem;
    }
    .visual-image:not(.main-visual) {
        top: -320px;
    }
    .bk-image {
        height: calc(100vh - 80px);
    }
    .bk-image.meals + .logo {
        left: 2rem;
    }
    .bk-image.meals + .logo img {
        max-width: 70px;
    }
    .section-body {
        margin-top: 320px;
        padding-bottom: 4rem;
    }
    .text-box {
        margin: calc(-80px - 10vh) auto 4rem;
        padding-bottom: 1em;
    }
    .visual-image.main-visual + .section-body .text-box {
        margin: calc(-80px - 15vh) auto 4rem;
    }
    .text-box h2 {
        font-size: 2.8rem;
        margin-bottom: 0.25em;
    }
    .text-box p {
        word-break: break-all;
    }
    .swiper-outer {
        margin: 2rem auto 0;
        padding: 0 3rem;
    }
    .swiper-outer + p {
        margin: 4rem auto 2rem;
    }
    .swiper .swiper-slide {
        padding: 0;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 100px !important;
        margin-top: 0% !important
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 2.4rem!important;
    }
    .pickup-box {
        margin-top: 4rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex.half > * {
        width: 100%;
    }
    .flex .img img {
        width: 100%;
    }
    .small { font-size: 1.4rem; }
}

/* etc */
.max-img { width: 100%; }
.inline { display: inline-block; }
.space { margin-bottom: 4rem!important; }
.no-space { margin-bottom: 0!important; }
.center { text-align: center; margin-left: auto;margin-right: auto; }