@charset "UTF-8";

/*　共通部分の記述　*/

html{
  font-size: 100%;
}

body{
  line-height: 1.7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper{
  max-width: 1120px;
  margin: auto;
  padding: 0 1.5rem;
}

/*リンクの下線を消す
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
a{
  text-decoration: none;
}
/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

img{
  max-width: 100%;
}

/*レイアウト
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.align-center{
  text-align: center;
}


/* ヘッダー
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */ 

.header-background{
    background-color: chartreuse;
}
.page-header {
  padding-top: 1rem;
  background-size: cover;
}


.header-logo{
  width:400px;
}

.main-nav{
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1rem;
  list-style: none;
}

.main-nav a{
  display: inline-block;
  font-size: 1rem;
  background-color: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: .1rem .3rem;
  margin-bottom: 1.3rem;
  transition: .7s;
}

.main-nav a:hover{
  background-color: #0090aa;
  scale: 1.1;
}

.catchphrase,
.menu-title,
.How_to_contact{
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.4;
}

.hitorigoto{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  list-style:inside;
}

.heading-large{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.cover{
  background-size: cover;
  background-position: top;
  height: 800px;
}

.cover-home{
  background-image: url(../images/Benriya-image.jpeg);
}

.about{
  max-width: 800px;
  padding: 0 1.5rem;
  margin: 3rem auto 0;
}

.about p{
  margin-bottom: 3rem;
}

/* ボタン関連 
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.btn{
  display: inline-block;
  font-size: 1.2rem;
  background-color: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
  transition: .7s;
}

.line-btn{
  display: inline-block;
  font-size: 1.2rem;
  background-color:rgb(0, 195, 0);
  color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
  transition: .7s;
}

.btn:hover{
  background-color: #0090aa;
  scale: 1.1;
}

.line-btn:hover{
  background-color:rgb(0, 145, 0);
  scale: 1.1;
}

.official_line{
  width: 100px;
  height: 100px;
}

/*高木さんの写真関連
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.staff_photo_container{
  margin: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items:center;
}

.staff_photo{
  margin-left: 2rem;
  max-width: 150px;
  width: 25%;
  border-radius: 15px;
}

/*スタッフページのリンクボタン関連
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.staff-nav{
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.3rem;
  list-style: none;
}

.staff-nav a:hover{
  background-color: #0090aa;
  scale: 1.1;
}

.staff-nav a{
  display: inline-block;
  font-size: 1rem;
  background-color: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  transition: .7s;
}

/*動画関連
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.video-wrapper{
  width: 40%;
  aspect-ratio: 9/16;
  margin: 0 auto;
  border-radius: 15px;
}

.video-wrapper iframe{
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* フッターの修飾　
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.page-footer{
  background-color: rgb(4, 173, 4);
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  color: #fff;
}

footer a{
  color:#fff;
  text-decoration: underline;
  transition: .3s;
}

footer a:hover{
  color:rgb(56, 9, 227);
  transition: .7s;
}


.info{
  width: 100%;
  max-width: 755px;
  margin: auto;
  padding: 0 1.5rem;
  border-spacing: 0;
}

.info th,
.info td{
  border-bottom:1px solid #c9c2bc;
}

.info th{
  text-align: left;
  font-weight: normal;
  padding: 1rem;
}

.info td{
  padding: 1rem 0;
}

/* コピーライト 
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.copyright{
  background-color: #432;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
  color: #fff;
}

/*メニュー一覧のCSS
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.grid{
  display: grid;
  gap:2rem 1rem;
  grid-template-columns: repeat(2,1fr);
  text-align: center;
}

.item img{
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
}

.item p{
  font-size: 0.75rem;
  transition: 1s;
}

.item p:hover{
  font-size: 1.1rem;
   color: crimson;
}

/*お問い合わせページのCSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.e-mail,
.line_contact{
  max-width: 916px;
  background-color: #faf7f0;
  border-radius: 48px;
  padding: 1.5rem 2.5rem 2.5rem;
  margin: 0 auto 2rem;
}

.e-mail p,
.line_contact p{
  margin: 1rem 0 2rem;
}


/* デスクトップ版のCSS 
＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾*/
@media(min-width:1050px){
  .page-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .catchphrase,
  .menu-title{
    font-size: 3rem;
  }

  .main-nav{
    font-size: 1.8rem;
  }

  .main-nav a{
  display: inline-block;
  font-size: 1.3rem;
  background-color: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  transition: .7s;
}
  .grid{
    gap:3rem 2rem;
    grid-template-columns: repeat(3,1fr);
  }
.item p{
  font-size: 1rem;
}

}

/*　メニューページのCSS
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.menu{
  margin-bottom: 3rem;
}

.menu_thumbnail{
  border-radius: 20px;
}

.menu p,
.menu h2{
  margin: 1rem 0;
}

.menu p{
  line-height: 2;
}

.menu-title{
  margin-bottom: 1.5rem;
}

.menu_img{
  display: flex;
  max-width: 100%;
  width: 50%;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
} 

.menu_img_single{
  display: flex;
  max-width: 100%;
  width: 100%;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
} 

.foot_light_img{
  display: flex;
  max-width: 100%;
  width: 33%;
  gap: 0.5rem;
  margin-bottom: 1.5rem; 
}

.sauna_syoukailist{
  list-style-position: inside;
  list-style-type: none;
}

/*カメラの写真配置
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.camera_img{
  width: 100%;
  display: grid;
  gap:.5rem .5rem;
  grid-template-columns: repeat(2,1fr);
  text-align: center;
}

.camera_img img{
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
}