@charset "UTF-8";
/*------------------------
#main
------------------------*/
#TOYAwrap.sub #main {
	display: block;
	content: '';
	width: 100%;
	height: 800px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/sec_main_ph.jpg) top center no-repeat;
	position: relative;
	margin-bottom: 50px;
}

/* animation */
#TOYAwrap #main .wave {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#TOYAwrap #main .wave li {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#TOYAwrap #main .wave li:first-child {
	z-index: 100;
	background-size: cover;
	width: 100%;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/bg_nami_01.png) repeat-x 50% 50%;
	height: 102px;
	overflow: hidden;
	animation: wave1 15s linear infinite;
	padding-left: -10px;
}
#TOYAwrap #main .wave li:nth-child(2) {
	position: relative;
	z-index: 100;
	background-size: cover;
	width: 100%;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/bg_nami_02.png) repeat-x 50% 50%;
	height: 89px;
	overflow: hidden;
	animation: wave2 40s linear infinite;
	padding-left: 10px;
}

@keyframes wave1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1920px 0;
	}
}
@keyframes wave2 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1920px 0;
	}
}


#TOYAwrap #sec01 .bbs {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#TOYAwrap #sec01 .bbs li {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#TOYAwrap #sec01 .bbs li:first-child {
	z-index: 100;
	background-size: cover;
	width: 100%;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/sec01_bg_txt.png) repeat-x 50% 50%;
	height: 53px;
	overflow: hidden;
	animation: bbs1 30s linear infinite;
	padding-left: 10px;
}

@keyframes bbs1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -876px 0;
	}
}
/*------------------------
#lake_sauna
------------------------*/
#TOYAwrap #lake_sauna #sec02,
#TOYAwrap #lake_sauna #sec03,
#TOYAwrap #lake_sauna #sec04{
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/sec_leaf_l.png),url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/sec_leaf_r.png), url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/bg.gif);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position-x: 0,100%,0;
    background-position-y: 718px, bottom 100px, 0;
	background-size: 475px auto,475px auto,auto;
}

#TOYAwrap #lake_sauna .cont{
	padding: 100px 0 0;
	margin:0;
}
#TOYAwrap #lake_sauna .cont .inner{
	position: relative;
	z-index: 10;
}
#TOYAwrap #lake_sauna .cont h2{
	text-align: left;
	margin: 0 0 30px;
}
#TOYAwrap #lake_sauna .cont h2.ttl_wrap{
	width: 100%;
	max-width: 1660px;
	margin: 0 auto 30px;
}
#TOYAwrap #lake_sauna .cont h2.ttl_wrap img{
	margin-left: 5px;
}

#TOYAwrap #lake_sauna .cont .ph{
	position: relative;
	height: 583px;
	margin: 0 auto 40px;
	overflow: hidden;
}
#TOYAwrap #lake_sauna .cont .ph img{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 1660px;
	height: auto;
}
#TOYAwrap #lake_sauna .cont .txt{
	width: 50%;
	margin: 0 auto 40px;
	font-size:19px;
	text-align:center;
	line-height: 2;
}
#TOYAwrap #lake_sauna .cont .flex_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#TOYAwrap #lake_sauna .cont .flex > img{
	display:block;
	height: 100%;
}
#TOYAwrap #lake_sauna .cont > dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
#TOYAwrap #lake_sauna .cont > dl dt{
	width: 110px;
	margin-bottom: 7px;
}
#TOYAwrap #lake_sauna .cont > dl dd{
	width: calc(100% - 110px);
	margin-bottom: 7px;
}
#TOYAwrap #lake_sauna .cont > dl dd span{
	display: block;
	font-size: 12px;
}
#TOYAwrap #lake_sauna .cont ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#TOYAwrap #lake_sauna .cont ul.col_3 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
#TOYAwrap #lake_sauna .cont ul.col_3 li{
	padding:0;
	width: calc( calc( 100% - 40px ) / 3 );
	font-size:13px;
}

#TOYAwrap #lake_sauna .cont ul.col_3 li img{
	width: 100%;
	height:auto;
}
#TOYAwrap #lake_sauna .cont ul.col_4 li{
	width: 24.2%;
	max-width:290px;
}

#TOYAwrap #lake_sauna .cont ul.col_4 li img{
	width: 100%;
	height:auto;
}
#TOYAwrap #lake_sauna .cont ul li dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
#TOYAwrap #lake_sauna .cont ul li dl dt{
	width: 70px;
	margin-bottom: 7px;
}
#TOYAwrap #lake_sauna .cont ul li dl dd{
	width: calc(100% - 70px);
	margin-bottom: 7px;
}
#TOYAwrap #lake_sauna .cont ul li p{
	font-size: 12px;
	margin-top: 5px
}
#TOYAwrap #lake_sauna .cont .box{
	background: #FFF;
	box-shadow: 0px 0px 5.64px 0.36px rgba(202, 202, 202, 0.8);
	font-size: 15px;
	padding:60px 70px;
	margin: 0;
}

#TOYAwrap #lake_sauna .cont .box h3{
	text-align:center;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
	font-size: 24px;
	margin-bottom: 40px;
}	
#TOYAwrap #lake_sauna .cont .box h3::before {
	content: "";
	position: absolute;
	background-size: contain;
}

#TOYAwrap #lake_sauna .cont .box .inner_img{
	width:100%;
	height:auto;
}
#TOYAwrap #lake_sauna .cont .box .top_border{
	border-top:1px solid #d2d2d2;
}

#TOYAwrap #lake_sauna .cont .box dl {
	width: calc(100% - 420px);
	margin: 34px 0 0;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#TOYAwrap #lake_sauna .cont .box dl dt {
	background-color: #85949c;
	letter-spacing: 0.2em;
	color: #fff;
	width: 120px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
#TOYAwrap #lake_sauna #sec01.cont .box dl dt,
#TOYAwrap #lake_sauna #sec05.cont .box dl dt{
		width: 100px;
}
#TOYAwrap #lake_sauna .cont .box dl dt.detail_ttl {
	position: relative;
	padding-left: 17px;
	font-size: 20px;
	font-weight:bold;
	background-color: #FFF;
	color: #535353;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
}
#TOYAwrap #lake_sauna .cont .box dl dt.detail_ttl::before {
	content: "";
	width: 3px;
	height: 24px;
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	background: #0162a9;
}
#TOYAwrap #lake_sauna .cont .box dl dt.detail_ttl span {
	margin-left: 1em;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
}
#TOYAwrap #lake_sauna .cont .box dl dt.time {
	background-color: #88b2c8;
	color: #fff;
}
#TOYAwrap #lake_sauna .cont .box dl dd {
	padding: 0;
	line-height: 20px;
	width:calc( 100% - 130px );
	text-align:left;
}
#TOYAwrap #lake_sauna .cont .box dl dd span{
	font-size:13px;
}
#TOYAwrap #lake_sauna #sec01.cont .box dl dd,
#TOYAwrap #lake_sauna #sec05.cont .box dl dd {
	width:calc( 100% - 110px );
}

#TOYAwrap #lake_sauna .cont .box dl dd h5 {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
#TOYAwrap #lake_sauna .cont .box dl dd p {
	margin:0 0 10px;
	line-height: 22px;
}
#TOYAwrap #lake_sauna .cont .box dl dd p:last-of-type {
	margin:0;
}
#TOYAwrap #lake_sauna .cont .box dl + img {
	margin-top: 30px;
	width: 100%;
	max-width: 400px;
}
#TOYAwrap #lake_sauna .cont .box ul.note_text{
	margin:10px 0 0;
}
#TOYAwrap #lake_sauna .cont .box ul.note_text li {
	position: relative;
	width: 100%;
	padding-left: 1em;
	margin-bottom: 5px;
}
#TOYAwrap #lake_sauna .cont .box ul.note_text li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
/* #sec01 : wellness */
#TOYAwrap #lake_sauna #sec01.cont{
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/sec01_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
	overflow: hidden;
	padding: 50px 0 130px;
}
#TOYAwrap #lake_sauna #sec01.cont h2{
	text-align: center;
	margin:0 0 50px;
}
#TOYAwrap #lake_sauna #sec01.cont p{
	font-size: 22px;
	line-height: 2;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 60px;
	text-align:center;
}
#TOYAwrap #lake_sauna #sec01.cont .box dl {
		width: 100%;
}
#TOYAwrap #lake_sauna #sec01.cont .box dl dt.detail_ttl {
		width: 100%;
}
#TOYAwrap #lake_sauna #sec01.cont .box h3{
	font-weight: 600;
	font-size: 28px;
}

#TOYAwrap #lake_sauna #sec01.cont .box h3::before {
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/ttl_01_en.png) no-repeat;
	width: 85px;
	height: 35px;
	top: -34px;
	left: calc(50% - 150px);
}

/* #sec02 : pool */
#TOYAwrap #lake_sauna #sec02.cont .box h3::before {
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/ttl_02_en.png) no-repeat;
	width: 85px;
	height: 35px;
	top: -26px;
	left: calc(50% - 120px);
}

/* #sec03 : fitness */
#TOYAwrap #lake_sauna #sec03.cont .box h3::before {
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/ttl_03_en.png) no-repeat;
	width: 76px;
	height: 30px;
	top: -22px;
	left: calc(50% - 130px);
}

/* #sec04 : hotspring */
#TOYAwrap #lake_sauna #sec04.cont {
	padding: 100px 0;
}
#TOYAwrap #lake_sauna #sec04.cont .box h3::before {
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/ttl_04_en.png) no-repeat;
	width: 105px;
	height: 37px;
	top: -30px;
	left: calc(50% - 135px);
}
#TOYAwrap #lake_sauna #sec04.cont ul.col_3 {
	margin: 0 auto 20px;
}
#TOYAwrap #lake_sauna #sec04.cont .box dl {
	width: 100%;
}
#TOYAwrap #lake_sauna #sec04.cont .box dl dt:not(.detail_ttl) {
	width: 236px;
}
#TOYAwrap #lake_sauna #sec04.cont .box dl dd {
	width: calc( 100% - 246px );
}
/* #sec05 : infomation */
#TOYAwrap #lake_sauna #sec05.cont {
	background: url(https://www.toyamanseikaku.jp/rakuten/img/lake_sauna/sec05_bg.jpg) no-repeat;
	background-size: auto;
	background-size: cover;
	padding: 80px 0;
}
#TOYAwrap #lake_sauna #sec05.cont h2 {
	font-size: 4.2rem;
	color: #7aafd0;
	margin: 0 0 40px;
	line-height: 1em;
	text-align: center;
}

#TOYAwrap #lake_sauna #sec05.cont p {
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	line-height: 24px;
	margin-bottom: 20px;
}
#TOYAwrap #lake_sauna #sec05.cont p span{
	font-size: 15px;
	font-weight:normal;
	line-height: 20px;
}
#TOYAwrap #lake_sauna #sec05.cont ul li img {
	width: 100%;
	box-shadow: 0px 5px 4.75px 0.25px rgba(106, 124, 136, 0.3);
}
#TOYAwrap #lake_sauna #sec05.cont .box {
	width: 100%;
	max-width: 800px;
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	padding: 36px;
}
#TOYAwrap #lake_sauna #sec05.cont .box dl {
	width: 74%;
	margin: 0 auto;

}
#TOYAwrap #lake_sauna #sec05.cont .box dl dt {
	margin-bottom:0;
}
#TOYAwrap #lake_sauna #sec05.cont ul.col_3 {
	gap: 30px;
}
#TOYAwrap #lake_sauna #sec05.cont ul.col_3 li{
	width: calc( calc( 100% - 60px ) / 3 );
	max-width: 380px;
}