@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 文字 */
/* anchor
---------------------------------------------------------------------------*/
img{
	object-fit: cover;
}
.anchor-img {
  position: relative;
}
  .anchor-img span {
    display: block;
    position: absolute;
    bottom: .5em;
    right: 1em;
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
    text-shadow: 0px 0px 10px #000000;
    color: #ffffff;
}
    @media screen and (max-width: 1680px) {
      .anchor-img span {
        font-size: 0.8333333333vw;
		}
}
    @media screen and (max-width: 480px) {
      .anchor-img span {
        font-size: 3.7333333333vw;
		}
}
    @media screen and (max-width: 480px) {
      .anchor-img span {
        bottom: .5em;
		}
}

@media screen and (max-width: 480px) {
  .anchor-cmng {
    margin-top: 2em !important; } }

.mt36{
	margin-top: 36px;
}
.mb30{
	margin-bottom: 30px;
}
.mb36{
	margin-bottom: 36px; 
}
.mb48{
	margin-bottom: 48px; 
}
.mb60{
	margin-bottom: 60px;
}
.mb64{
	margin-bottom: 64px;
}
.mb192{
	margin-bottom: 145px;
}
.taCenter{
	text-align: center;
}
.relax-hr{
	max-width: 1080px;
	width: 100%;
	margin: 64px auto;
	opacity: 0.5;
}
.float-r{
	float: right;
}
.ff-roboto{
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1680px){
	.mb48{
		margin-bottom: 2.8571428571vw; 
	}
	.mb60{
		margin-bottom: 3.5714285714vw;
	}
	.mb64{
		margin-bottom: 3.8095238095vw;
	}
	.mb192{
		margin-bottom: 11.4285714286vw;
	}
	.relax-hr{
		margin: 3.8095238095vw auto;
		width: 64.2857142857vw;
	}
}
@media screen and (max-width: 480px){
	.mb30{
		margin-bottom: 8.5333333333vw;
	}
	.mb48{
		margin-bottom: 8.5333333333vw;
	}
	.mb60{
		margin-bottom: 8.5333333333vw;
	}
	.mb64{
		margin-bottom: 8.5333333333vw;
	}
	.mb192{
		margin-bottom: 25.3333333333vw;
	}
	.relax-hr{
		width: 89.3333333333vw;
		margin: 8.5333333333vw auto;
	}
}
.relax > div img{
	border-radius: 10px;
}


/* relaxation
---------------------------------------------------------------------------*/
.relax .pg-tbl td{
	text-align: right;
}
.relax-tx-ttl{
	text-align: center;
}

.relax01{
	position: relative;
}
.relax01::before {
    position: absolute;
    content: "";
    width: 2000px;
    height: 1334px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/relaxation/relax01-bg.png);
    top: 333px;
    left: calc(50vw - 540px);
}

.relax-sl {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.relax-sl .swiper-slide img {
	border-radius: 20px;
}
.relax-sl-ctrl {
    position: relative;
    width: 1060px;
    margin: 0 auto;
}
.relax-sl-ctrl > *{
	position: absolute;
    bottom: 24px;
    width: 20px;
    z-index: 100;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.relax-sl-ctrl > *:hover {
	opacity: .6;
	cursor: pointer;
}
.relax-sl-ctrl .swiper-button__wrap--prev{
	left: 0;
}
.relax-sl-ctrl .swiper-button__wrap--next{
	right: 0;
}
.relax-cont{
	position: relative;
	width: 1080px;
    margin-left: auto;
    margin-right: auto;
    color: #585657; 
}
.relax-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.relax-wrap li{
	width: calc((100% - 60px)/3);
}
.relax-wrap.imgright{
	flex-direction: row-reverse;
}
.relax-wrap .relax-detail-img,.relax-wrap .relax-detail-tx{
	width: calc(50% - 15px);
}
.relax-wrap .relax-detail-img .relax-detail-img-item {
	width: calc(50vw - 9.5vw);
}
.relax-wrap .relax-detail-img .relax-detail-img-item .relax-sl{
	width: 100%;
}
.relax-wrap .relax-detail-img .relax-detail-img-item .relax-sl-ctrl{
	width: 100%;
}
.relax-wrap .relax-detail-img .relax-detail-img-item .relax-sl-ctrl .swiper-button__wrap--prev{
	left: 30px;
}
.relax-wrap .relax-detail-img .relax-detail-img-item .relax-sl-ctrl .swiper-button__wrap--next{
	right: 30px;
}
.relax-wrap .relax-detail-tx{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.relax-wrap .relax-detail-tx .relax-detail-tx-num{
	background: #d7d0ca;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.relax-wrap:nth-of-type(2) .relax-detail-tx .relax-detail-tx-num{
	background: #a9a19e;
	color: #fff;
}
.relax-wrap:nth-of-type(3) .relax-detail-tx .relax-detail-tx-num{
	background: #598c8d;
	color: #fff;
}
.relax-insta{
	background: #fff;
    padding: 20px 20px;
	border-radius: 20px;
}
.relax-insta a{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;	
}
.relax-insta .bana-icn{
	margin: unset;
	width: 120px;
}
.relax-insta h3{
	font-size: 22px;
}
.relax .btn{
	position: relative;
}
.relax .btn::before{
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #585657;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.relax .btn:hover::before{
	width: 100%;
}
.relax .btn span{
	display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    letter-spacing: .2em;
    font-weight: 300;
    font-style: normal;
}
.relax-img{
	width: calc(48% - 15px);
}
.relax-tx{
	width: calc(52% - 15px);
}
.relax-img .relax-img-wrap{
	width: 100%;
}
.relax-img .relax-sl-ctrl .swiper-button__wrap--prev{
	left: 30px;
}
.relax-img .relax-sl-ctrl .swiper-button__wrap--next{
	right: 30px;
}
.cmng {
	width: 210px;
	font-size: 18px;
	display: flex;
	align-items: center;
	letter-spacing: .05em;
	font-weight: 300;
	color: #a9a19e;
	margin: 0 auto;
}
.cmng::before, .cmng::after {
	content: "";
	width: 26px;
    height: 1px;
    background-color: #a9a19e;
    flex-grow: 1;
}
.cmng::before {
    margin-right: 0.5em;
}
.cmng::after {
    margin-left: 0.5em;
}
.relax-menu-short{
	background: #fff;
	padding: 20px;
}

.relax03 .relax-img,.relax03 .relax-tx{
	width: calc(50% - 15px);
}
.relax03 .relax-img picture{
	display: block;
	width: calc(50vw - 9.5vw);
}
.relax-tbl{
	width: 100%;
}
.relax-tbl tr:first-child{
	border-top: 1px solid rgb(186 180 177 / 50%);
}
.relax-tbl tr{
	border-bottom: 1px solid rgb(186 180 177 / 50%);
    display: block;
	padding: 25px 10px;
}
.relax-tbl tr th,.relax-tbl tr td{
	display: block;
}
.relax-tbl tr th{
	font-weight: unset;
}
.relax-tbl tr td{
	padding-left: 10px;
}

.relax04{
	background: #d4d0ce;
	padding: 50px 0;
}
.relax04 .relax-cont .pg-ttl{
	background: #bfa47f;
    color: #fff;
	width: fit-content;
	padding: 5px 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 7px;
}
.relax04 .relax-cont p{
	text-align: center;
}
.relax04 .relax-cont p span{
	font-size: 10px;
    margin-left: 20px;
    margin-right: 5px;
	font-weight: bold;
}
.relax04 .relax-cont p a{
	font-size: 22px;
	font-weight: bold;
}

.relax05 .relax-wrap{
	justify-content: flex-start;
}
.relax05 .pg-tbl td{
	position: relative;
	padding-bottom: 50px;
}
.relax05 .pg-tbl td::after{
    display: block;
    position: absolute;
    width: calc(100% + 6vw);
    left: -6vw;
    color: #fff;
    line-height: 1.2;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
}
.relax05 .pg-tbl td.onsen50poff::after {
	content: '+温泉入浴50%OFF';
    background: #a9a19e;
}
.relax05 .pg-tbl td.onsenfree::after {
	content: '+温泉入浴無料';
    background: #598c8d;
}

  @media screen and (max-width: 1680px) {
    .cmng {
      font-size: 1.0714285714vw; 
      width: 12.5vw;
	  } 
}
  @media screen and (max-width: 480px) {
    .cmng {
      width: 100%;
      font-size: 3.6vw;
	  }
}

@media screen and (max-width: 1680px) {
	.relax-bg {
		width: 64.2857142857vw; 
	}
	.relax01::before {
        width: 119.0476190476vw;
        height: 79.4047619048vw;
        top: 19.8214285714vw;
        left: calc(50vw - 32.1vw);
    }
    .relax-sl {
        width: 76.1904761905vw;
    }
	.relax-sl .swiper-slide img {
		border-radius: 1.1904761905vw; 
	}
	.relax-sl-ctrl {
        width: 63.0952380952vw;
    }
	.relax-sl-ctrl > *{
		width: 1.1904761905vw;
        bottom: 1.4285714286vw;
	}
	.relax-cont {
		width: 64.2857142857vw; 
	}
	.relax-img .relax-sl{
		width: 100%;
	}
	.relax-img .relax-sl-ctrl{
		width: 100%;
	}
	.relax-insta{
		border-radius: 1.19048vw;
	}
	.relax-insta h3{
		font-size: 1.3095238095vw;
	}
	.relax .btn span{
		font-size: 1.0714285714vw;
	}
	.relax04 .relax-cont .pg-ttl{
		border-radius: 0.4166666667vw;
	}
	.relax04 .relax-cont p span{
		font-size: 0.9vw;
	}
	.relax04 .relax-cont p a{
		font-size: 1.3095238095vw;
	}
}
@media screen and (max-width: 480px){
	.relax-bg {
		width: 100vw; 
	}
	.relax01::before {
        width: 100vw;
        height: 60vw;
    }
	.relax-bg.left {
		right: 0; 
	}
	.relax-bg.right {
		left: 0; 
	}
	.pg-ttl{
		font-size: 5.8666666667vw;
	}
	.relax-sl {
		width: 100vw; 
	}
	.relax-sl .swiper-slide{
		padding: 0 5.3333333333vw;
	}
	.relax-sl .swiper-slide img {
		height: 50vw;
		border-radius: 2.6666666667vw; 
	} 
	.relax-sl-ctrl {
		width: 78.6666666667vw;
		margin: 0 auto; 
	}
	.relax-sl-ctrl > * {
		width: 5.3333333333vw;
		bottom: 3.2vw;
	}
	.relax-cont{
		width: 89.3333333333vw;
	}
	.relax-wrap {
		flex-direction: column;
		grid-gap: 30px;
	}
	.relax-wrap li{
		width: 100%;
	}
	.relax-wrap .relax-detail-img, .relax-wrap .relax-detail-tx{
		width: 100%;
	}
	.relax-wrap .relax-detail-img .relax-detail-img-item{
		width: 100%;
	}
	.relax-wrap.imgright{
		flex-direction: column;
	}
	.relax-detail-tx .mb48{
		margin-bottom: 6.4vw;
	}
	.relax-insta{
		border-radius: 2.66667vw;
	}
	.relax-insta a{
		flex-direction: column;
		grid-gap: 10px;
	}
	.relax-insta h3{
		font-size: 5.8666666667vw;
	}
	.relax .btn span{
		font-size: 4.8vw;
	}
	.relax-img,.relax-tx{
		width: 100%;
	}
	.relax .pg-tbl td{
		text-align: left;
	}
	.relax03 .relax-img, .relax03 .relax-tx{
		width: 100%;
	}
	.relax03 .relax-img picture{
		width: 100%;
	}
	.relax-tx-desc.mb48{
		margin-bottom: 5.3333333333vw;
	}
	.relax04 .relax-cont .pg-ttl{
		border-radius: 2.6666666667vw;
	}
	.relax04 .relax-cont p span{
		font-size: 4.0vw;
		margin-left: 0;
	}
	.relax04 .relax-cont p a{
		font-size: 5.8666666667vw;
	}
	.relax05 .pg-tbl td::after {
		width: 100%;
		left: 0;
	}
}



