@charset "UTF-8";
body{
  font-family: serif;
  font-size: 20px;
}
/* baseに記述 */
a{
  text-decoration: none;
  color:#000;
}

.header{
  
/*  header背景色 */
  background-color: #fff;
/*  文字色 */
  color: #fff;
/* 高さ指定 */
  height:74px;
/* 要素の横並び（flexbox） */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
/* 左右の余白 */
  padding: 0 120px;
  padding-bottom: 10px;
/* 下線 */
  border-bottom:10px solid #9e5d2c;
}
.hamburger-menu{
  display: none;
}
.header-wrapper{
  width: 1000px;
  margin: 0 auto;
}
.header-nav{
  display: flex;
  justify-content: space-between;
}
.site-title{
  font-family: HGSGyoshotai;
  font-weight: 500;
  font-size: 45px;
  line-height: 26px;
  text-align: left;
  color: #3d3d3d;
}

.nav-list{
  /* navの横並び */
  display: flex;
}
.nav-item{
  /* メニューの右側に余白 */
  font-family: HGGyoshotai;
font-weight: 500;
font-size: 18px;
text-align: left;
color: #8b8b8b;

  margin-left: 55px;
}
.nav-item:hover{
  font-weight: bold;
  border-bottom: 2px solid #000;
}
main{
  margin: 0,auto;
}
.fv{
  /* 画面の高さの90に指定 */
  margin-top: 50px;
  /* height:600px; */
  /* 背景画像の設定 */
  /* background-color:#141414; */
  /* メインコピーの上下左右中央寄せ */
  display: flex;
  justify-content: center;
  align-items:flex-start;
  /* flex-direction: column; */

}
.fv-img{
  max-width: 900px;
  /* height: 470px; */
/* background: url(...); */
/* border: 1px solid #707070; */

}
.sec-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 75px;
}
#menu1a{
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.sec-ttl{
  width: 230px;
  margin: 0 auto;
  font-family: "Shippori Mincho";
font-weight: 500;
font-size: 48px;
letter-spacing: 0.05em;
line-height: 58px;
text-align: center;
color: #3d3d3d;
margin-bottom: 40px;
border-bottom: 10px solid #9e5d2c;
}
#aboutosoba{
  width: 450px;
  margin: 0 auto;
  font-family: "Shippori Mincho";
font-weight: 500;
font-size: 48px;
letter-spacing: 0.05em;
line-height: 58px;
text-align: center;
color: #3d3d3d;
margin-bottom: 40px;
border-bottom: 10px solid #9e5d2c;
}
#sobauchi{
  width: 350px;
  margin: 0 auto;
  font-family: "Shippori Mincho";
font-weight: 500;
font-size: 48px;
letter-spacing: 0.05em;
line-height: 58px;
text-align: center;
color: #3d3d3d;
margin-bottom: 40px;
border-bottom: 10px solid #9e5d2c;
}
#sobauchi3{
  width: 950px;
  margin: 0 auto;
  font-family: "Shippori Mincho";
font-weight: 500;
font-size: 48px;
letter-spacing: 0.05em;
line-height: 58px;
text-align: center;
color: #3d3d3d;
margin-bottom: 40px;
border-bottom: 10px solid #9e5d2c;
}
#otoiawase{
  width: 350px;
  margin: 0 auto;
  font-family: "Shippori Mincho";
font-weight: 500;
font-size: 48px;
letter-spacing: 0.05em;
line-height: 58px;
text-align: center;
color: #3d3d3d;
/* margin-top: 75px; */
margin-bottom: 40px;
border-bottom: 10px solid #9e5d2c;
}
.kakaku{
  font-family: "Shippori Mincho";
font-weight: 500;
font-size: 40px;
letter-spacing: 0.05em;
line-height: 58px;
/* text-align: center; */
color: #3d3d3d;
margin-bottom: 40px;
margin-left: 20px;
}
.section1-txt{
  font-family: "Sawarabi Mincho";
font-weight: 500;
font-size: 20px;
line-height: 30px;
text-align: left;
color: #333;
margin-bottom: 30px;
padding: 0 20px;
}
.teuchi-txt{
  font-family: "Sawarabi Mincho";
font-weight: 500;
font-size: 20px;
line-height: 30px;
text-align: left;
color: #333;
margin-bottom: 30px;
}
.section2-txt{
  font-size: 24px;
  text-align: center;
}
.section2-link{
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  color: blue;
}
.section2-img{
  margin-top: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.section2-img2{
  width: 250px;
  margin: 0 30px;
}
.about-ul{
  font-size: 16px;
}
.about-li{
  margin-left: 25px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.about2-txt{
  padding-bottom: 20px;
}
.about2-img{
  display: flex;
  flex-direction: column;
}
.about-block{
  display: flex;
  margin-bottom: 50px;
}
.about2-img2{
  margin-right: 25px;
}
.about-txt2{
  padding: 0 20px;
  margin-top: 50px;
}
.about-txt3{
  margin-top: 70px;
}
.jisseki-imgs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.jisseki-img{
  width: 100%;
}
h4{
  margin-top: 50px;
  margin-bottom: 10px;
}
.exp-txt{
  margin-top: 20px;
  text-align: center;
}
.exp-txt2{
  margin-top: 50px;
  text-align: center;
}
.exp-txt3{
  margin-top: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
  /* text-align: center; */
}
.exp-txt4{
  display: inline-block;
  margin: 0 auto;
  margin-top: 75px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.exp-list{
  margin-left: 50px;
  line-height: 1.5;
}
.exp-space{
  margin-top: 75px;
}
.ask-contents{
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.ask-photo{
  margin-top: 50px;
}
.section-btn{
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
  width: 407px;
height: 72px;
background: transparent;
width: 407px;
height: 72px;
border-radius: 36px;
background: #f5e1d1;
border: 1px solid #707070;


/* display       : inline-block; */
border-radius : 36px;          /* 角丸       */
font-size     : 18pt;        /* 文字サイズ */
text-align    : center;      /* 文字位置   */
cursor        : pointer;     /* カーソル   */
padding       : 20px 12px;   /* 余白       */
background    : #f5e1d1;     /* 背景色     */
color         : #000000;     /* 文字色     */
line-height   : 1em;         /* 1行の高さ  */
  opacity       : 0.9;         /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
}
.section-btn:hover {
  opacity       : 1;           /* カーソル時透明度 */
}
.section-btn-txt{
  margin-top: 24px;
}

footer{
  background-color: #ebebeb;
  height: 80px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 19px;
  text-align: center;
  color: #3d3d3d;
  
}
.footer-txt{
  display: flex;
  justify-content: space-between;
}
.footer-txt2{
  display: flex;
  justify-content: space-between;
}
.f-text{
  margin-top: 20px;
}
.f-text3{
  margin-top: 20px;
  margin-left: 75px;
}
@media screen and (max-width: 960px) {
  .sec-ttl{
    font-size: 24px;
  }
  .hamburger-menu{
    display: content;
    /* z-index: 95; */
  }
  .header-nav{
    display: flex;
    flex-direction: column;
  }
  .nav-list{
    /* display: none; */
    font-size: 10px;
  }
  .site-title{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .nav-item{
    font-size: 11px;
    margin: 0 auto;
  }
  .header{
    padding: 0;
    border-bottom: 0px solid #000;
  }
  .fv{
    margin-top: 10px;
  }
  .fv-img{
    width: 100%;
  }
  .fv-s{
    display: none;
  }
  .section1-txt{
    font-size: 16px;
  }
  .section2-img{
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .section2-img2{
    margin: 0 auto 20px;
    /* margin-bottom: 10px; */
  }
  .section2-txt,.taiken-txt,.secyion1-txt{
    font-size: 18px;
    line-height: 1.5;
  }
  .taiken-txt{
    font-size: 18px;
    line-height: 1.5;
  }
  .section1t-txt{
    font-size: 20px;
    margin-top: 15px;
  }
  .section-btn{
    width: 90%;
  }
  #sobauchi3 , #sobauchi{
    margin-top: 20px;
    font-size: 24px;
    width: 320px;
    line-height: 1.2;

  }
  .jisseki-imgs{
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  #aboutosoba{
    font-size: 24px;
    width: 250px;
    margin-bottom: 15px;
    /* border-bottom: 2px; */
  }
  #menu1{
    margin-top: 10px;
  }
  .about-block{
    display: flex;
    flex-direction :column;
    text-align: center;
    justify-content: center;

  }
  .kakaku{
    font-size: 24px;
    margin-left: 20px;
  }
  .about-block{
    text-align: center;
  }
  .about2-img2{
    max-width: 250px;
    margin: 0 auto;
  }
  .about-txt3{
    margin-top: 20px;
  }
  #menu2.sec-wrapper{
    margin-top: 20;

  }
  .about-txt2{
    padding: 0 25px;
    line-height: 1.1;
    text-align: left;
  }
  #otoiawase{
    font-size: 24px;
  }
  .ask-contents{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  .ask-card{
    width: 100%;
  }
  .ask-photo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
 
  .footer-txt{
    font-size: 9px;
  }
}