@charset "UTF-8";

/* Colors */
:root {
  --accent: #B9EEAC;
  --bgc: #ffffff;
  --txt: #444;
}

/* reset */
dt{
  font-weight: normal;
}

/* 共通 */
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: var(--bgc);
  color: var(--txt);
  font-size: 14px;
  line-height: 1.5;
}
main{
  padding: 50px 0 150px;
}
.container{
  padding-top: 70px;
  padding-bottom: 70px;
}

.h2box{
  margin: 0 7.63vw 70px;
  border-bottom: 2px solid var(--txt);
}
.h2_en{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.h2_ja{
  padding-left: 5px;
  font-size: 18px;
  font-weight: 500;
}
h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.389;
}
h4{
  font-size: 20px;
}
.top_text{
  font-size: 16px;
}

.flex{
  display: flex;
}
.sp_none{
  display: none;
}

@media (min-width: 800px) {
  body {
    font-size: 16px;
    line-height: 1.563;
  }
  main{
    margin: auto;
    padding: 110px 0 250px;
    max-width: 690px;
  }
  .container{
    padding-top: 100px;
    padding-bottom: 120px;
  }
  
  .h2box{
    margin: 0 0 100px;
  }
  .h2_en{
    font-size: 32px;
  }
  .h2_ja{
    padding-left: 15px;
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }

  .sp_none{
    display: inline-block;
  }
  .pc_none{
    display: none;
  }
  .pc_flex{
    display: flex;
  }
}


/* header */
.header{
  width: auto;
  height: 100vh;
  position: relative;
  background: url(../image/top_img01.png)no-repeat center center/cover;
}
.navbox{
  position: fixed;
  z-index: 1001;
  padding: 10px;
  width: 100%;
  height: 60px;
  background-color: var(--accent);
  align-items: center;
  .nav_logo{
    width: auto;
    height: 40px;
    object-fit: cover;
  }
}
.top_textbox{
  padding: 45px 30px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,0.6);
  h4{
    margin-bottom: 20px;
  }
  .top_text{
    font-size: 18px;
    line-height: 1.389;
  }
}

/* メニュー */
.menu-icon {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  top: 7px;
  right: 10px;
}
/* Hamburger */
.menu-icon img {
  width: 100%;
  transition: transform 0.3s ease;
}
.hmb-menu {
  position: fixed;
  top: 0;
  right: -100%;
  padding-top: 18vh;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
}
.hmb-menu.active {
  right: 0;
}
.hmb-menu_a {
  margin-bottom: 20px;
}
.close {
  margin: 20px 0 auto;
}
.menu-icon.open img {
  transform: rotate(90deg);
}

@media (min-width: 800px) {
  .header{
    width: auto;
    height: 100vh;
    position: relative;
    background: url(../image/top_img01.png)no-repeat center center/cover;
  }
  .navbox{
    position: fixed;
    z-index: 1001;
    justify-content: end;
    padding: 10px;
    width: 100%;
    height: 65px;
    h1{
      margin: 0 auto 0 0;
    }
    .nav_logo{
      width: auto;
      height: 45px;
      object-fit: cover;
    }
  }
  .pc_nav{
    li{
      margin-right: 10px;
    }
    li:last-of-type{
      margin-right: 0;
    }
    img{
      height: 45px;
      object-fit: contain;
    }
  }
  .top_textbox{
    padding: 6.835vh 5.833vw;
    bottom: 4.86vw;
    width: 80%;
    max-width: 760px;
    h4{
      margin-bottom: 10px;
    }
    .top_text{
      font-size: 18px;
      line-height: 1.389;
    }
  }
}

/* profile */
.profile_img{
  margin: auto;
  max-width: 280px;
  width: 100%;
}
.profile_textbox{
  margin: 30px auto 0;
  padding: 0 30px;
  max-width: 580px;
  h3{
    padding-bottom: 5px;
  }
  .profile_text01{
    padding-bottom: 15px;
  }
}

@media (min-width: 800px) {
  .profile{
    align-items: center;
  }
  .profile_img{
    margin: 0;
  }
  .profile_textbox{
    margin: 0 0 0 26px;
    padding: 0;
  }
}

/* about */
.about_checkbox{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 55px;
  background: url(../image/about.png)no-repeat center center/cover;
}
.about_textbox{
  padding: 20px 0 20px 7.63vw;
  width: 320px;
  background-color: rgba(255,255,255,0.6);
  h3{
    padding-bottom: 10px;
  }
}
.about_check li{
  margin-left: 35px;
  list-style-image: url(../image/about_checkbox.png);
}
.about_reviewbox{
  justify-content: space-around;
  align-items: center;
  margin: 10px auto 0;
  padding: 40px 15px;
  width: 84%;
  max-width: 430px;
  background-color: #FFF6DE;
  text-align: center;
}
.reviewbox01{
  margin-top: 0;
}
.about_review_img{
  width: 250px;
}
.about_review_txt{
  margin: 20px auto 0;
  padding: 10px 13px 13px 18px;
  width: 80%;
  overflow-wrap: break-word;
  text-align: left;
  position: relative;
}
.about_review_txt::before,.about_review_txt::after{
  content:'';
  width: 20%;
  height: 20%;
  position: absolute;
  display: inline-block;
}
.about_review_txt::after{
  width: 50%;
}
.about_review_txt::before{
  border-left: solid 2px #C9BEA8;
  border-top: solid 1px #C9BEA8;
  top:0;
  left: 0;
}
.about_review_txt::after{
  border-right: solid 2px #C9BEA8;
  border-bottom: solid 1px #C9BEA8;
  bottom:0;
  right: 0;
}
.about_review_txt p {
  margin: 0; 
  padding: 0;
}

@media (min-width: 800px) {
  .about_checkbox{
    margin-bottom: 70px;
    padding: 30px; 
    border-radius: 5px;
  }
  .about_textbox{
    padding: 20px 0 20px 30px;
    h3{
      padding-bottom: 5px;
    }
  }
  .about_check_img{
    margin: 0 0 0 auto;
    width: 303px;
    img{
      width: 100%;
      object-fit: contain;
    }
  }
  .about_reviewbox{
    justify-content: space-between;
    margin: 10px 7.63vw 0 0;
    max-width: 600px;
    width: 86.95%;
  }
  .about_reviewbox:nth-of-type(2n){
    margin: 15px 0 0 auto;
  }
  .about_review_txt{
    margin: 0 0 0 15px;
    width: 65%;
  }
}

/* menu */
.menu_menubox{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
}
.menu01{
  margin-bottom: 10px;
  background: url(../image/menu_img01.png)no-repeat center center/cover;
}
.menu02{
  margin-bottom: 10px;
  background: url(../image/menu_img02.png)no-repeat center center/cover;
}
.menu03{
  margin-bottom: 10px;
  background: url(../image/menu_img03.png)no-repeat center center/cover;
}
.menu04{
  margin-bottom: 10px;
  background: url(../image/menu_img04.png)no-repeat center center/cover;
}
.menu05{
  margin-bottom: 50px;
  background: url(../image/menu_img05.png)no-repeat center center/cover;
}
.menu_img{
  height: 140px;
  align-items: center;
  background: rgba(255,255,255,0.55);
}
.menu_l{
  position: relative;
  margin-right: 7.63vw;
  border-radius: 0 5px 5px 0;
}
.menu_r{
  position: relative;
  margin-left: 7.63vw;
  border-radius: 5px 0 0 5px;
}
.menu_name_l{
  position: absolute;
  top: 50%;
  left: 15.26vw;
  transform: translateY(-22px); 
}
.menu_name_r{
  position: absolute;
  top: 50%;
  left: 7.63vw;
  transform: translateY(-22px); 
}
.menu_price_l{
  position: absolute;
  top: 50%;
  right: 15.26vw;
  transform: translateY(6px); 
}
.menu_price_r{
  position: absolute;
  top: 50%;
  right: 7.63vw;
  transform: translateY(6px); 
}
.menu_name_05{
  margin-left: 15.26vw;
}
.menu_price_05{
  margin: 0 30px 0 auto;
  text-align: left;
}
.menu_textbox{
  margin: 0 7.63vw;
  padding: 30px 23px 30px 28px;
  color: var(--bgc);
  background-color: var(--txt);
  border-radius: 5px;
  li{
    margin-left: 14px;
    list-style: url(../image/menu_txt_li.png);
  }
}

@media (min-width: 800px) {
  .menu_menubox{
    font-size: 20px;
    line-height: 1.25;
  }
  .menu_img{
    height: 160px;
  }
  .menu_l{
    border-radius: 5px;
  }
  .menu_r{
    border-radius: 5px;
  }
  .menu_name_l{
    left: 30px;
    transform: translateY(-50%); 
  }
  .menu_name_r{
    left: 30px;
    transform: translateY(-50%); 
  }
  .menu_price_l{
    right: 30px;
    transform: translateY(-50%); 
  }
  .menu_price_r{
    right: 30px;
    transform: translateY(-50%); 
  }
  .menu_name_05{
    margin-left: 40px;
  }
  .menu_textbox{
    margin: 0;
    padding: 40px 30px 40px 45px;
    li{
      margin-left: 16px;
    }
  }
}

/* access */
.access_imagebox{
  text-align: center;
}
.access_textbox {
  margin: 20px auto 50px;
  text-align: center;
  width: 334px;
  .access_text{
    margin-bottom: 10px;
  }
  dl{
    text-align: left;
    display: block;
  }
  span{
    font-size: 12px;
  }
}
.map{
  margin: 0 7.63vw;
  iframe{
  width: 100%;
  height: 30vw;
  }
}
@media (min-width: 800px) {
  .access_imagebox{
    justify-content: center;
    .access_img01{
      margin-right: 10px;
    }  
    img{
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
  }
  .access_textbox {
    margin: 20px auto 70px;
    width: 400px;
    span{
      font-size: 14px;
    }
  }
  .map{
    margin: 0 8%;
  }
  .map iframe{
    height: 200px;
  }
}

/* contact */
.contact_linkbox{
  justify-content: center;
}
.contact_btn{
  height: 90px;
  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  }
}
.contact_instagram{
  margin: 0 11.5px;
}
@media (min-width: 800px) {
  .contact_btn{
    height: 110px;
  }
  .contact_instagram{
    margin: 0 55px;
  }
}

/* footer */
.footer{
  text-align: center;
  height: 50px;
  background-color: var(--txt);
  p{
    color: var(--bgc);
    font-size: 10px;
    line-height: 50px;
  }
}
@media (min-width: 800px) {}