@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  color: #2B2B2B; /* RGB */
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 2.4em;
  text-align: center;
}
a:hover {
  /*opacity: 0.5;*/
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
/*---------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 25px 0 90px;
}
a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #572E05;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
a.btn-malformation {
  font-size: 2rem;
  padding: 2.5rem 3.5rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}
@media(max-width:1000px){
  a.btn-malformation {
  font-size: 2rem;
  padding: 2rem 3rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
.btn-malformation--pastel {
  background: #fa9b61;
  background: -webkit-linear-gradient(-45deg, #fa9b61 40%, #fce3a5 100%);
  background: -webkit-linear-gradient(315deg, #fa9b61 40%, #fce3a5 100%);
  background: linear-gradient(135deg, #fa9b61 40%, #fce3a5 100%);
  -webkit-box-shadow: 30px 10px 0 #ffb700;
  box-shadow: 30px 10px 0 #fce3a5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
/*---------------------------------------------*/
.none {
    display: none;
  }

.h2__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  
}
.h2-bg{
  background:linear-gradient(rgba(105, 81, 44, 0.9),rgba(105, 81, 44, 0.9)),url(../image/bg.png);
  background-size: cover;
  height: 75px;
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

h2 {
  font-size: 2.5rem;
  padding-top: 2rem;
  color: rgb(255, 252, 250);
  font-weight: 300;
  display: inline-block;

}
h3{
  /*margin-right: 75%;*/
  text-align: left;
  font-size: 2.0rem;
  margin: 2.0rem;
  margin-bottom: 3rem;
  padding: 1.0rem 2.5rem;
  color: rgb(65, 44, 24);
  font-weight: 300;
  display: inline-block;
  font-weight: bold;
  background-color: rgb(235, 219, 208);
  border-radius: 8px;
}
.section-consultation_h2[
]
.circle {
  height: 40px;
  margin-right: 14px;
}
nav ul {
  list-style:none;
  }
@media(max-width:1000px){
  h2{
    font-size: 2.4rem;
    font-weight: 500;
  }
  .circle {
  height: 30px;
  margin-right: 8px;
}
}
.header {
  background: linear-gradient(white 65%, rgb(236, 221, 208) 35%);
  background-blend-mode: lighten;
  height: 100px;
  box-shadow: 0px 0px 5px #000;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header-contents {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
}
.header nav ul {
  display: flex;
  justify-content: flex-end;
}
.header nav li {
  position: relative;
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 30px;
}
.header nav li a {
  font-size: 12px;
  font-weight: 400;
  padding: 40px 0 30px 60px;
}
.header nav ul :not(:nth-child(-n+1))::before {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  border-left: 2px solid #E6D3C7;
  position: absolute;
  bottom: 8px;
}
.logo {
  /*position: absolute;
  left: -43px;
  top: -8px;*/
  height: 40px;
  margin: 10px 0 0 40px;
}
.header-title {
  /*z-index: 999999;
  position: absolute;
  left: 45px;
  top: 27px;
  font-family: "Noto Sans JP";
  display: inline-block;
  line-height: 2.4rem;
  color: #572E05;*/             
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-title_tel{

}
.header-title p{
  color: #572E05;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 40px 0 0;
}
.header-title span {
  color: #0c0c0c;
  font-size: 17px;
}
.icon{
  height: 22px;
  margin-left: 5px;
}
.icon:hover{
  opacity: 80%;
}
.reservation_img{
  height: 27px;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  .tel:hover{
    opacity: 80%;
  }
  }

@media(max-width:800px) {

  .h2-bg{
    background:linear-gradient(rgba(105, 81, 44, 0.9),rgba(105, 81, 44, 0.9)),url(../image/bg.png);
    background-size: cover;
    height: 55px;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  
  h2 {
    font-size: 1.5rem;
    padding-top: 1rem;
    color: rgb(255, 252, 250);
    font-weight: 500;
    display: inline-block;
  }
  h3{
    /*margin-right: 75%;*/
    text-align: left;
    font-size: 1.5rem;
    margin: 1.0rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem;
    color: rgb(65, 44, 24);
    font-weight: 300;
    display: inline-block;
    font-weight: bold;
    background-color: rgb(235, 219, 208);
    border-radius: 8px;
  }




  .header{
    background: #faf9f8;
    height: 60px;
  }
  .header-contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: right;
    padding-top: 0px;
  }
  .tel{
    display: none;
  }
  .logo{
    position: fixed;
    top: 0;
    justify-content: left;
    height: 35px;
    margin: 10px 0 0 10px;

  }
  .reservation_img {
    display: none;
  }
  .icon{
    display: none;
  }
  #nav-drawer {
    position: relative;
    padding: 12px 14px 0 0;
    text-align: right;
    cursor: pointer;
  }
  #nav-open {
    width: 30px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background: #3d311d;
    display: block;
  }
  #nav-open span::before {
    bottom: -8px;
  }
  #nav-open span::after {
    bottom: -16px;
  }
  #nav-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 999;
    opacity: 0.5;
  }
  #nav-contents {
    z-index: 9999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #FFFBF7;
    text-align: left;
    transform: translateX(-200%);
    transition: 0.5s ease-in-out;
    box-shadow: 5px 0 25px rgba(0,0,0,0.25);
  }
  #nav-input:checked ~ #nav-close{
    display: block;
  }
  #nav-input:checked ~ #nav-contents{
    transform: translateX(0%);
  }
  .nav-title {
    font-family: "Noto Sans JP";
    display:block;
    color: #FFFFFF;
    line-height: 2.4rem;
    margin-bottom: 10px;
    background-color:#473822;
    padding: 20px 0 20px 14px;
  }
  .header-title {
    
  line-height: 2.0rem;
    margin-top: 14px;
    left: 15px;
  top: 8px;
    font-size: 1.4rem;
}
  .header-title span{
    font-size: 2.0rem;
}
  .nav-title span{
    font-size: 2.0rem;
  }
  .header nav ul{
    display:inline-block;
  }
  .header nav ul :not(:first-child)::before{
    content: none;
  }
  .header nav li {
  margin-top: 0px;
}
  .header nav li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 0 0px 24px;
  color: #473822;
}
}
.footer{
  background-color: #907861;
  padding: 20px 14px 20px 14px;
}
.footer-contents{
  display: flex;
  flex-direction: column;
}
.footer-contents img{
  max-width: 300px;
  margin: 0 auto;
  padding-top: 50px;
}
.footer-a a{
  padding-right: 50px ;
  color: #fff;
  font-size: 12px;
}
.footer small{
  font-size: 1.2rem;
  color: #fff;
  padding-top: 20px;
}
@media(max-width:1000px){
  .footer-a a{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 14px;
  color: #fff;
}
  .footer small{
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 24px;
  background: #b0da80;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}