@charset "utf-8";

/*---------------------------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------------------------*/
header nav ul li:nth-child(2){
  width: 200px;
}
header nav ul li:nth-child(3){
  width: 200px;
}
header nav ul li:nth-child(4){
  width: 200px;
}
header nav ul li:nth-child(5){
  width: 140px;
}
header nav ul li:nth-child(6){
  width: 140px;
}
#two_people header{
  background-image: url("../img/two_people/main.png");
  aspect-ratio: 12/7;
  background-color: #f1f0ee;
}
#two_people header .contact2 {
    bottom: 80px;
  display: block;
}


/*---------------------------------------------------------------------*/
/* おふたりさま専家 */
/*---------------------------------------------------------------------*/
#two_people #a01_title{
  padding-bottom: 80px;
}
#two_people h2{
  color: #e45a24;
  font-size: 32px;
  margin-bottom: 25px;
}
#two_people h2 b{
  font-size: 56px;
  padding-right: 20px;
}
#two_people h3{
  font-size: 48px;
  margin-bottom: 50px;
}
#two_people section .inner{
  max-width: 1300px;
  margin: 0 auto;
}
#two_people section.basic{
  padding-top: 120px;
  padding-bottom: 90px;
}
#two_people section.basic ul{
  font-size: 29px;
  line-height: 2.0;
  display: flex;
  gap: 38px;
}
#two_people section.basic ul li:nth-child(2){
  margin-top: -15px;
}
#b00_top{
  padding-top: 180px;
  text-align: center;
}
#b00_top h2{
  color: #736357;
  text-align: center;
  font-size: 61px;
  margin-bottom: 55px;
}
#b00_top h3{
  color: #736357;
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
#b00_top .img{
  max-width: 70%;
  margin: 0 auto -150px;
}
#b00_top .img img{
  width: 100%;
}
#b01_basic_spec{
  background-color: #fbeeb1;
  padding-top: 310px!important;
  padding-bottom: 85px!important;
}
#b02_every_day{
}
#b03_peace_mind{
  background-color: #fbeeb1;
}
#b05_consultation{
  background-color: #fbeeb1;
}
#b07_flow{
  text-align: center;
  line-height: 2.0;
  background-color: #eeedeb;
  padding: 200px 0;
}
#b07_flow .log{
  font-size: 32px;
  font-weight: bold;
}
#b07_flow h4{
  font-size: 71px;
  font-weight: bold;
  margin-bottom: 60px;
}
#b07_flow .img{
  margin-bottom: 50px;
}
#b07_flow .img img{
  margin: 0 auto;
}
section .link{
  text-align: center;
  margin-bottom: 150px;
}

#two_people #a07_instagram{
  padding-top: 80px;
}
#two_people footer .address ul li h3 {
  font-size: 26px;
  margin-bottom: 0;
}
#a07_instagram .log{
  color: #877C6D;
  font-size: 28px;
}
.insta_area{
  width: 50%;
  margin: 0 auto 30px;
}
.insta_area img{
  width: 100%;
}
/*---------------------------------------------------------------------*/
/* スマホ */
/*---------------------------------------------------------------------*/
@media screen and (max-width: 756px) {
  .insta_area{
    width: 70%;
    margin-bottom: 20px;
  }
  #a07_instagram .log{
    font-size: 16px;
  }
  #two_people header{
    background-image: url("../img/two_people/main_sp.png");
    aspect-ratio: 1/1;
    background-color: #f1f0ee;
  }
  #two_people header .contact2 {
    bottom: 80px;
  }
  #b00_top {
    padding-top: 40px;
  }
  #b00_top h2{
    font-size: 35px;
    margin-bottom: 30px;
  }
  #b00_top h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #b00_top .img {
    width: 80%;
    margin: 0 auto -50px;
  }
  #b01_basic_spec {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
  #two_people h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  #two_people h2 b{
    font-size: 30px;
    padding-right: 10px;
  }
  #two_people h3{
    font-size: 24px;
    margin-bottom: 30px;
  }
  #two_people section .inner{
    width: 90%;
    margin: 0 auto;
  }
  #two_people section.basic{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #two_people section.basic ul{
    font-size: 20px;
    line-height: 1.6;
    display: block;
    gap: 0px;
  }
  #two_people section.basic ul li:nth-child(2){
    margin-top: 0px;
  }
  #two_people section.basic ul li img{
    width: 100%;
  }
  #b07_flow .img img{
    width: 100%;
  }
  #b07_flow .btn img{
    width: 100%;
  }
  #b07_flow{
    line-height: 1.6;
    padding: 80px 0;
  }
  #b07_flow .log{
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
  }
  #b07_flow h4{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #b07_flow .img{
    width: 90%;
    margin: 0 auto 30px;
  }
  #b07_flow .btn{
    width: 70%;
    margin: 0 auto;
  }
  #two_people footer .address ul li h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #two_people #a01_title .log{
    margin: 0 0 auto;
    padding: 60px 20px 0px;
    font-size: 20px;
    line-height: 1.6;
  }
}