@charset "utf-8";
/* ==============================================================================

	sauna

============================================================================== */
.-page--sauna:not(.head-bg) #header::before {
  background-color: #fff;
  color: var(--color-base);
}
.-page--sauna:not(.head-bg) #header .gnav a:not(.request) svg {
  fill: var(--color-theme-dark);
}
.page-sauna {
}
.page-sauna-mv {
  width:100%;
  height: 0;
  padding-top: calc( 1264 / 3800 * 100% );
  background: url(../img/sauna/img_mv.webp) no-repeat center center;
  background-size: cover;
}

/* sauna-intro */
.sauna-intro{}
.sauna-head{
  text-align: center;
  margin: 16rem auto 8rem;
}
.sauna-head-title{
  margin-bottom: 4rem;
}
.sauna-head-lead{
  font-family: var(--font-family-gothic);  
  letter-spacing: 0.05em;
}

.sauna-content{
  margin-bottom: 18rem;/*8rem;*/
}
.sauna-content-title{
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  color: #000;/*var(--color-theme);*/
}
.sauna-content-title small{
  font-size: 2.4rem;
}

/* sauna-photo */
.sauna-photo{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10rem;
  padding: 0 6rem;
}
.sauna-photo-body{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.0rem;
}
.sauna-photo-image{
  position: relative;
}
.sauna-photo-image img{}
.sauna-photo-image figcaption{
  position: absolute;
  right: 0;
  left:0;
  bottom: 0.5rem;
  margin: auto 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: var(--font-family-gothic);
  text-align: center;
  text-shadow: 0px 0px 3px #000;
}
.sauna-photo-image figcaption.-bk{
  color:#000;
  text-shadow: inherit;
}
.sauna-photo-head{
  margin-top: 1.0rem;
  padding: 1.5rem;
  text-align: center;
  background-color: #dcdddd;
}
.sauna-photo-title{
  font-size: 2.6rem; 
  font-weight: 700;
}

/* sauna-view */
.sauna-view {
  position: relative;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 0;
  padding-top: calc( 634 / 2061 * 100% );
  background: url(../img/sauna/img_view.webp) no-repeat center center;
  background-size: cover;
}
.sauna-view-inner{
  position: absolute;
  top:0;
  right: 0;
  left: 0;  
  height: 100%;
  width: 100%;
}
.sauna-view-title{
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
}

/* sauna-metos */
.sauna-metos{
  padding: 10rem 0 14rem;
  text-align: center;
/*  background-color: #e9d1a7;*/
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(233,209,167,1) 80%, rgba(233,209,167,1) 100%);
}

.sauna-metos-head{
  padding-bottom: 7rem;
}
.sauna-metos-lead{
  margin-top: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sauna-metos-text{
  margin-top: 1rem;
  font-family: var(--font-family-gothic);
  line-height: 2;
}

/* sauna-features */
.sauna-features{}
.sauna-features-lead{
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sauna-features .contents {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.sauna-features .contents.-sec2 {
   flex-direction: row;
}
.sauna-features .contents .txt{
  padding: 0 5rem;
}
.sauna-features .contents h3{
  padding-bottom: 2rem;
  font-size: 2.6rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sauna-features .contents p{
  font-family: var(--font-family-gothic);
  line-height: 2;
}
.sauna-features .contents img{
  max-width: 52rem;
}


/* sauna-plan */
.sauna-plan{
  position: relative;
  padding: 12rem 0 12rem;
  background-color:#e9d1a7;
}
.sauna-plan.sauna-content{
  margin-bottom: 0;
}
.sauna-plan .sauna-content-title{
  padding-bottom: 6rem;
}

.sauna-item{
  margin: 2rem 4rem;
  background-color: #fff;
}
.sauna-item-head{
  display: flex;
  flex: 1;
  background-color: #ededed;
}
.sauna-item-title{
  position: relative;
  flex: 1;
  margin-right: 5rem;
  display: flex;
  align-items: center;
  height: 11rem;
  padding-left: 5rem;
  font-family: var(--font-family-en);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 4.3rem;/*5.2rem;*/
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #754c24;
}
.sauna-item-title::after{
  position: absolute;
  top: 0;
  right: -4.9rem;
  width: 0;
  height: 0;
  content: '';
  border-width: 11rem 5rem 0 0;
  border-style: solid;
  border-color: #754c24 transparent transparent;
}
.sauna-item-title small{
  font-size: 2.5rem;/*3.1rem;*/
  margin-left: 1rem;
}

.sauna-item-data{
  padding-right: 5rem;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.sauna-item-data dt{
  font-size: 2.0rem;/*3.6rem;*/
}
.sauna-item-data dd{
  margin-left: 1em;
  font-size: 2.0rem;/*3.4rem;*/
}


.sauna-item-body{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 3rem 5rem;
  min-height: 66rem;
}
.sauna-item-text{
  position: absolute;
  top:3rem;
  left:4rem;
  display: inline-block;
  font-family: var(--font-family-gothic);
  line-height: 2;
}
.sauna-item-image{
  position: relative;
  padding-left: 4rem;
  height: 100%;
  text-align: center;  
}
.sauna-item-image img{
  max-width: 95%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.sauna-item.-typej .sauna-item-image{
  padding-left: 0;
}


@media (hover) {
	.sauna-item a:hover .sauna-item-image {
		opacity: 0.75;
	}
  .sauna-item a:hover .sauna-item-more{
    opacity: 0.75;
  }
}

@media screen and (min-width: 744px), print{

.-page--sauna #header {
    height: 7.8rem;
    margin-bottom: -7.8rem;
  }
.-page--sauna #header .logo {
    height: 7.8rem;
  }
.-page--sauna #header .gnav a {
    height: 7.8rem;
  }
.-page--sauna:not(.head-bg) #header .gnav a:not(.request) {
    color: var(--color-theme-dark);
  }  
  
.-page--sauna #header .gnav .request {
    height: 10rem;
  }
.-page--sauna #header .gnav .new::after{
    top: 6.0rem;
  }
}

@media screen and (max-width: 743px) {
  
.-page--sauna:not(.head-bg) #header::before {
  background-color: var(--color-base);
  color: #fff;
  }
.-page--sauna:not(.head-bg) #header .gnav a:not(.request) svg {
    fill: #fff;
  }  

.page-sauna-mv {
 /* min-height: 16rem;*/
  }

/* sauna-intro */
.sauna-head{
  margin: 7rem auto 4rem;
}
.sauna-head-title{
  margin-bottom: 4rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 240px;
}
.sauna-head-lead{
}

.sauna-content{
  margin-bottom: 18rem;/*8rem;*/
}
.sauna-content-title{
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  color: #000;/*var(--color-theme);*/
}
.sauna-content-title small{
  font-size: 2.4rem;
}

/* sauna-photo */
.sauna-photo{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5rem;
  padding: 0 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 35rem;  
}
.sauna-photo-body{
  grid-template-columns: repeat(1, 1fr);
  gap: 1.2rem 1.0rem;
}
.sauna-photo-image{

}
.sauna-photo-image figcaption{
  font-size: 1.3rem;
}
.sauna-photo-head{
  margin-top: 1.0rem;
  padding: 1rem;
}
.sauna-photo-title{
  font-size: 2.1rem; 
}

/* sauna-view */
.sauna-view {
  padding-top: calc( 634 / 2061 * 100% );
  background: url(../img/sauna/img_view.webp) no-repeat center center;
  background-size: cover;
  min-height: 20rem;
}
.sauna-view-title{
  top: 10%;
}

  
/* sauna-metos */
.sauna-metos{
  padding: 5rem 0 6rem;
}

.sauna-metos-head{
  padding-bottom: 7rem;
}
.sauna-metos-lead{
  margin-top: 3rem;
  font-size: 2.2rem;
}

/* sauna-features */
.sauna-features-lead{
  font-size: 2.4rem;
}

.sauna-features .contents {
  margin-top: 5rem;
  flex-direction: column;
}
.sauna-features .contents.-sec2 {
  flex-direction: column;
}
.sauna-features .contents .txt{
  padding: 0 0;
}
.sauna-features .contents h3{
  padding-top: 2rem;
  font-size: 2.0rem;
}
.sauna-features .contents p{
}
.sauna-features .contents img{
  max-width: 55rem;
  width: 100%;
}
  

/* sauna-plan */
.sauna-plan{
  padding: 5rem 0 7rem;
}
.sauna-plan .sauna-content-title{
  padding-bottom: 2rem;
}

.sauna-item{
  margin: 2rem 0;
  background-color: #fff;
}
.sauna-item-head{
  display: flex;
  flex: 1;
  background-color: #ededed;
}
.sauna-item-title{
  flex :initial;
  width: 40%;
  margin-right: 3rem;
  height: 11rem;
  padding-left: 2rem;
  font-size: 4.3rem;/*5.2rem;*/
}
.sauna-item-title::after{
  right: -4rem;
  border-width: 11rem 4.1rem 0 0;
  border-style: solid;
  border-color: #754c24 transparent transparent;
}
.sauna-item-title small{
  font-size: 1.8rem;
  margin-left: 0.5rem;
}

.sauna-item-data{
  padding-right: 1rem;
  flex-direction: column;
}
.sauna-item-data dt{
  font-size: 2.0rem;
  line-height: 1.3;
}
.sauna-item-data dt .small{
  display: block;
  font-size: 1.7rem;
}
.sauna-item-data dd{
  margin-left: 1em;
  font-size: 2.0rem;
}
  .sauna-item-data dd .small{
  font-size: 1.6rem;
}

.sauna-item-body{
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; 
  padding: 4rem 2rem;
  min-height: 30rem;
}
.sauna-item-text{
  position: relative;
  top: 0;
  left: 0;
}
.sauna-item-image{
  position: relative;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.sauna-item-image img{
  max-width: 90%;
}
 
.sauna-item.-typej .sauna-item-image{
  margin-top: 3rem;
  max-width: 52rem;
}
.sauna-item.-typej .sauna-item-image img{
  max-width: 100%;
}
  
}


/* planmore_btn === */
.planmore_btn {
  margin-top: 11rem;
}
.planmore_btn a {
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30.5rem;
	height: 6.5rem;
	margin-inline: auto;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 600;
	text-decoration: none;
	background: var(--color-theme);
}
@media (hover) {
  .planmore_btn a:hover{
    opacity: 0.3;
  }
}
@media screen and (max-width: 743px) {
.planmore_btn{
    margin-top: 6rem;
  }  
.planmore_btn a {
	  width: 26rem;  
		height: 5rem;
		font-size: 1.6rem;
	}
}
