html, body {
	overflow-x: hidden;
}
h4::before{
    content: "";
}

.yugeleft,
.yugeright,
.yugeleft-1000,
.yugeright-1600,
.yugeleft-2200{
	position: absolute;
	width: 450px;
	height: 450px;
	top:240px;
	display: none;
	z-index: 0;
}
.yugeleft{
	left:10px;
}
.yugeleft-1000{
	left:10px;
	top:1000px;
}
.yugeright{
	right:10px
}
.yugeright-1600{
	right:10px;
	top:1600px;
}
.yugeleft-2200{
	left:10px;
	top:2200px;
}
.yugeleft img,
.yugeleft-1000 img,
.yugeleft-2200 img,
.yugeright img,
.yugeright-1600 img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 960px) {

.yugeleft,
.yugeleft-1000,
.yugeleft-2200,
.yugeright,
.yugeright-1600{
	display:block;
}
}
/*サウナページ
---------------------------------*/
.sauna_event-neppashi{
    max-width: 960px;
    margin:0px 10px;
    padding:50px 0;
}
.sauna_event-neppashi h3{
}
.img-expand{
	width: stretch;
	height: auto;
}
.img-objectfit{
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}
#page-sauna .sauna_event{
	padding:60px auto;
}
#page-sauna .sauna_event a{
	color: #871b1f;
	text-decoration: underline;
}

.sauna_event-title{
	font-size: 20px;
	font-weight: bold;
}
.sauna_event-title span{
	font-size: 14px;
	font-weight: normal;
	padding-left:10px;
}
.sauna_event-slick{
	margin:0 -10px;
}
.sauna_event-item{
	margin: 0 10px;
	position: relative;
}
.sauna_event-item div{
	position: absolute;
	bottom:0;
	width: stretch;
	box-sizing: border-box;
	padding: 0.5em;
	min-height: 3em;
	background-color: rgba(0, 0, 0, 0.4);
	color:#ffffff;
}
.sauna_reopen{
	position: relative;
	background-color: #282828;
	background-image: url(../sauna/img/saunas_foot.svg);
	background-size: contain;
	background-position: center 101%;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.reopen_title{
    padding-top:40px;
    padding-bottom:40px;
}
.reopen_title-inner{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
    align-items: flex-start;
}
.reopen_title-inner h3,
.reopen_title-inner p{
    position: relative;
	padding:2em;
	background-color: #871b1f;
}
.reopen_title-inner h3::after{
    position: absolute;
    bottom: -80px;
    left:50%;
    content: "";
    background-image: url(../sauna/img/bg_open.png);
	background-size: cover;
	background-repeat: no-repeat;
    width: 203px;
    height: 186px;
	z-index: 100;
}
.reopen_title-inner p{
	margin-top: 50px;
}


/*サウナ追加*/
.page__sauna #main{
	background-image: none;
	padding-top:10px;
}
.sauna__article{
	font-size: 16px;
	font-weight: bold;
}

.sauna__opening{
	text-align: center;
}
.sauna__opening h3{
	font-size: 50px;
	padding:130px 0 30px;
}
.sauna__opening p{
	font-size: 18px;
	padding:0 0 56px;
}
.opening__flex{
	width: 100%;
	display: flex;
	justify-content: center;
}
.opening__flex img{
	width: 100%;
	height: auto;
}


.wid_960_c{
    max-width: 960px;
    margin:0 auto;
	position: relative;
}
.aboutdiv{
	margin-top:50px;
	margin-bottom: 50px;
}
.about__sauna,
.about__steam,
.about__osmia,
.about__mizuburo,
.about__hanasaki{
	margin-top: 50px;
	margin-bottom: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
}
.about__sauna{
	margin-left: calc(50% - 50vw);
	margin-right:100px;
	background-image: url(../sauna/img/visual01.jpg);
	justify-content: right;
}
.about__steam{
	margin-right: calc(50% - 50vw);
	margin-left:100px;
	background-image: url(../sauna/img/visual02.jpg);
	justify-content: left;
}
.about__osmia{
	margin-left: calc(50% - 50vw);
	margin-right:100px;
	background-image: url(../sauna/img/visual05.jpg);
	justify-content: right;
}
.about__mizuburo{
	margin-right: calc(50% - 50vw);
	margin-left:100px;
	background-image: url(../sauna/img/visual03.jpg);
	justify-content: left;
}
.about__hanasaki{
	margin-left: calc(50% - 50vw);
	margin-right:100px;
	background-image: url(../sauna/img/visual04.jpg);
	justify-content: right;
}
.about__whitebox{
	background-color: rgba(255,255,255,0.85);
	text-align: left;
	padding:10px 24px 20px;
	width:400px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	margin-top:90px;
	margin-bottom: -100px;
    line-height: 2em;
}
.about__sauna .about__whitebox,
.about__osmia .about__whitebox,
.about__hanasaki .about__whitebox{
	margin-right:-50px;
}
.about__steam .about__whitebox,
.about__mizuburo .about__whitebox{
	margin-left:-50px;
}
.about__whitebox h4{
	font-size: 22px;
	margin-bottom: 10px;
    margin-left: -16px;
    border-bottom: none;
    border-left: 12px solid #871b1f;
    padding-left: 0.4em;
    color: #871b1f;
}
/*サウナマックス*/
.sauna__saunamax{
	max-width: 960px;
	margin:0px auto;
	padding:0 10px 40px;
	box-sizing: border-box;
}
.sauna__saunamax h3{
	font-size: 30px;
	text-align: center;
	padding-bottom: 40px;
	margin-top: 40px;
}
.sauna__saunamax h3.saunamax-toha{
	padding-bottom: 20px;
	margin-top: 30px;
}

.saunamax-read{
	font-size: 22px;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.5em;
}
.saunamax-read + p{
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
}
/*サウナの入り方*/
.sauna__howto{
	background-color: #282828;
}
.sauna__howto h3{
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	color:#ffffff;
}
.sauna__howtobase{
	padding-bottom: 10px;
}
.sauna__howtobase ol{
	display: flex;
	gap:20px;
	padding: 20px;
	flex-wrap: wrap;
	list-style-type: none;
    align-items: stretch;
	counter-reset: item;
}
.sauna__howtobase ol li{
	position: relative;
	width: stretch;
	padding:10px 20px 20px;
	box-sizing: border-box;
	border:2px solid #871b1f;
	background-color: #ffffff;
	border-radius:10px;
}
.sauna__howtobase ol li:before {
	counter-increment: item;
	content: counter(item);
	color:#871b1f;
	font-size: 40px;
    top:0.6em;
    position: absolute;
}
.sauna__howtobase ol li h4 {
	font-size: 20px;
	line-height:1.6em;
	font-weight:700;
    padding-left:26px;
    color:#871b1f;
    border: none;
}
.sauna__howtobase ol li p {
	margin-top:20px;
    padding-left:26px;
	width: stretch;
}
.illustbox{
	position: absolute;
}
.illustbox01{
	width: 132px;
	height: 250px;
	right:-10px;
	top:50px;
}
.illustbox02{
	width: 171px;
	height: 125px;
	right:-10px;
	top:140px;
}
.illustbox03{
	width: 187px;
	height: 180px;
	right:-10px;
	top:100px;
}
.illustbox04{
	width: 143px;
	height: 268px;
	right:-10px;
	top:40px;
}

.fadedelay01,
.fadedelay02 {
opacity : 0;
transform: translateY(100px);
transition : all 1s;
}

.fadedelay01.active,
.fadedelay02.active{
opacity : 1;
transform: translateY(0);
}
.section__totonou{
	background-color: #F8F7EE;
	padding:10px;
}
.whatistotonou{
	margin:10px auto;
    max-width: 960px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	position: relative;
}
.whatistotonou::before{
	position: absolute;
	content: url(../sauna/img/totonou.png);
	width: 282px;
	height: 285px;
	opacity: 0.1;
	transform: scale(0.7);
	right:-80px;
	top:-80px;
}
.whatistotonou h4{
	font-size: 30px;
	text-align: center;
	padding: 40px 0 20px;
    border: none;
    color:#020202;
}
.whatistotonou p{
	padding: 0 40px 40px;
}

.section__selflo{
	background-image: url(../sauna/img/img_selfbg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	padding:20px;
}
.section__selflo h3{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.section__selflo ul{
	margin:0px auto;
	max-width: 960px;
}
.section__selflo ul li{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
.section__selflo ul li span.yellow{
	color: #FFFF6E;
}
.section__selflo ul li span.komechu{
	font-size: 13px;
}
.caution__div h4{
	font-size: 30px;
    border: none;
	text-align: center;
	margin:30px 0 20px;
    color:#020202;
}
.caution__div ul{
	margin:20px auto;
	max-width: 760px;
}
.caution__div ul li{
	padding-left:1em;
	text-indent: -1em;
}
.caution__div ul li.kome{
	padding-left:2em;
	text-indent: -1em;
	font-size: 14px;
}
/*=======================================================================
min-width: 320px
/===================================================================== */
@media screen and (min-width: 320px){
.reopen_title-inner{
	flex-direction: column;
	align-items: center;
}
.reopen_title-inner h3 img{
    width: 90px;
    height: auto;
}
.reopen_title-inner h3::after{
    bottom: -14px;
	left:40%;
    width: 120px;
    height: 110px;
}
.reopen_title-inner p{
	margin-top: -10px;
}
.reopen_title-inner p img{
    width: 180px;
    height: auto;
}

.sauna__howtobase ol{
	flex-direction: column;
	flex-wrap: nowrap;
}
.sauna__howtobase ol li{
	width: stretch;
}
.illustbox{
	display: none;
}
.whatistotonou::before{
	right:20px;
	top:20px;
}
}/* /@media screen and (min-width: 320px)  */
/*=======================================================================
min-width: 360px
/===================================================================== */
@media screen and (min-width: 360px){
.about__whitebox{
	margin-top:110px;
}
.sauna__howtobase ol{
	flex-direction: column;
	flex-wrap: nowrap;
}
.sauna__howtobase ol li{
	width: stretch;
}
.illustbox{
	display: block;
}
.illustbox01{
	width: 106px;
	height: 200px;
	right:-8px;
	top:30px;
}
.illustbox01 img{
	width: 106px;
	height: 200px;
}
.illustbox02{
	width: 130px;
	height: 94px;
	top:78px;
}
.illustbox02 img{
	width: 130px;
	height: 94px;
}
.illustbox03{
	width: 130px;
	height: 125px;
	top:110px;
}
.illustbox03 img{
	width: 130px;
	height: 125px;
}
.illustbox04{
	width: 110px;
	height: 206px;
	top:40px;
}
.illustbox04 img{
	width: 110px;
	height: 206px;
}
.sauna__howtobase ol li h4 {
	font-size: 18px;
	width: 234px;
}
.sauna__howtobase ol li p {
	width: 202px;
}
.whatistotonou::before{
	right:20px;
	top:20px;
}
.whatistotonou::before{
	right:20px;
	top:20px;
}
}/* /@media screen and (min-width: 360px)  */

/*=======================================================================
min-width: 420px
/===================================================================== */
@media screen and (min-width: 420px){
.sauna__howtobase ol li {
	min-height: 200px;
}
.sauna__howtobase ol li h4 {
	width: stretch;
	padding-right:130px;
}
.sauna__howtobase ol li p {
	width: stretch;
	padding-right:130px;
}
}/* /@media screen and (min-width: 420px)  */



/*=======================================================================
min-width: 768px
/===================================================================== */
@media screen and (min-width: 768px){
.sauna_event-neppashi{
    max-width: stretch;
    padding:0 10px;
}
.sauna_reopen{
	padding-bottom: 60px;
}
.reopen_title-inner{
	flex-direction: row-reverse;
	align-items: flex-start;
}
.reopen_title-inner h3 img{
    width: 130px;
    height: auto;
}
.reopen_title-inner h3::after{
    bottom: -40px;
    width: 160px;
    height: 147px;
}
.reopen_title-inner p{
	margin-top: 50px;
}
.reopen_title-inner p img{
    width: 240px;
    height: auto;
}

.about__sauna,
.about__steam,
.about__osmia,
.about__mizuburo,
.about__hanasaki{
	/* background-size: cover; */
}
.about__steam,
.about__mizuburo{
	background-position: right top;
}
.about__whitebox{
	min-height: 300px;
	padding:20px 40px 30px;

}
.about__sauna .about__whitebox,
.about__osmia .about__whitebox,
.about__hanasaki .about__whitebox{
	width: 50%;
	margin-top: 150px;
	margin-right:-50px;
}
.about__steam .about__whitebox,
.about__mizuburo .about__whitebox{
	width: 50%;
	margin-top: 150px;
	margin-left:-50px;
}
.sauna__howtobase ol{
	flex-direction: column;
	flex-wrap: nowrap;
}
.sauna__howtobase ol li{
	width: stretch;
}
.illustbox01{
	width: 106px;
	height: 200px;
	right:-4px;
	top:-10px;
}
.illustbox01 img{
	width: 106px;
	height: 200px;
}
.illustbox02{
	top:60px;
}
.illustbox03{
	top:5px;
}
.illustbox04{
	top:-5px;
}

.whatistotonou::before{
	right:20px;
	top:20px;
}
}/* /@media screen and (min-width: 768px)  */


/*=======================================================================
min-width: (960px) 
/===================================================================== */

@media screen and (min-width: 960px) {
.sauna_event-neppashi{
    max-width: 940px;
    margin:0px auto;
    padding:50px 0;
}
.reopen_title{
    padding-top:30px;
    padding-bottom:30px;
}
.reopen_title-inner h3 img{
    width: 200px;
    height: auto;
}
.reopen_title-inner h3::after{
    bottom: -40px;
	left:30%;
    width: 160px;
    height: 147px;
}
.reopen_title-inner p{
	margin-top: 80px;
}
.reopen_title-inner p img{
    width: 300px;
    height: auto;
}

.about__whitebox h4{
	font-size: 28px;
}
.sauna__howtobase ol{
	display: flex;
	flex-direction: row;
	gap:20px;
	padding: 20px;
	flex-wrap: wrap;
	list-style-type: none;
    align-items: stretch;
	counter-reset: item;
}
.sauna__howtobase ol li{
	position: relative;
	width: calc(50% - 10px);
	padding:10px 20px 20px;
	box-sizing: border-box;
	border-radius:10px;
}
.illustbox01{
	width: 132px;
	height: 250px;
	right:-4px;
	top:-10px;
}
.illustbox01 img{
	width: 132px;
	height: 250px;
}
.illustbox02{
	width: 171px;
	height: 125px;
	top:60px;
	right:-5px
}
.illustbox02 img{
	width: 171px;
	height: 125px;
}
.illustbox03{
	width: 187px;
	height: 180px;
	top:60px;
}
.illustbox03 img{
	width: 187px;
	height: 180px;
}
.illustbox04{
	width: 143px;
	height: 268px;
	top:-5px;
}
.illustbox04 img{
	width: 143px;
	height: 268px;
}
.section__selflo{
	padding:50px;
}
.section__selflo h3{
	margin-bottom: 40px;
}
.section__selflo ul li{
	margin-bottom: 20px;
	font-size: 18px;
}
}/* /@media screen and (min-width: 960px)*/


/*=======================================================================
min-width: (1200px) 
/===================================================================== */

@media screen and (min-width: 1200px) {


.sauna_event-neppashi{
    max-width: 1170px;
}
.about__sauna .about__whitebox,
.about__osmia .about__whitebox,
.about__hanasaki .about__whitebox{
	margin-right:-100px;
}
.about__steam .about__whitebox,
.about__mizuburo .about__whitebox{
	margin-left:-100px;
}
.sauna__howtobase ol {
	gap:40px;
}
.sauna__howtobase ol li{
	width: calc(50% - 20px);
	min-height: 300px;
}
.illustbox01{
	top:30px;
}
.illustbox02{
	top:70px;
	right:-20px
}
.illustbox03{
	top:90px;
}
.illustbox04{
	top:20px;
}
}/* /@media screen and (min-width: 1200px)*/















