@charset "utf-8";

#Main{
}

/* about_page
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.about_page #Sec01{
  margin-top: 80px;
}
.about_page #Sec01 .inner{
  max-width: 520px;
  margin: 0 auto;
  padding: 0 50px;
}
.about_page #Sec01 .ttl{
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.about_page #Sec01 .txt{
  text-align: center;
  margin: 70px auto 0;
}

/* #Sec02
-----------------------------------------------------------------*/
.about_page #Sec02{
  margin-top: 100px;

}
.about_page #Sec02 .inner{
  max-width: 1120px;
  margin: 0 auto;
}
.about_page #Sec02 ul{
}
.about_page #Sec02 ul li{
  display: flex;
}
.about_page #Sec02 ul li.even{
  flex-direction: row-reverse;
}
.about_page #Sec02 ul li.odd{
  
}
.about_page #Sec02 ul li .txt_box{
  width: 50%;
  padding-top: 30px;
  box-sizing: border-box;
}
.about_page #Sec02 ul li.odd .txt_box{
  padding-right: 120px;
}
.about_page #Sec02 ul li.even .txt_box{
  padding-left: 120px;
}
.about_page #Sec02 ul li .txt_box .ttl{
  font-size: 5.4rem;
  line-height: 6rem;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
  color: #897750;
  position: relative;
}
.about_page #Sec02 ul li .txt_box .ttl:after{
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background-color: #897750;
  position: absolute;
  right: 0;
  top: 33px;
}
.about_page #Sec02 ul li.even .txt_box .ttl:after{
  right: auto;
  left: 0;
}
.about_page #Sec02 ul li.odd .txt_box .ttl{
  padding-right: 100px;
}
.about_page #Sec02 ul li.even .txt_box .ttl{
  padding-left: 100px;
}
.about_page #Sec02 ul li .txt_box .ttl span{
  font-size: 1.6rem; 
  line-height: 2rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.about_page #Sec02 ul li .txt_box .ttl.line_r{
  text-align: right;
  margin-right: -100px;
}
.about_page #Sec02 ul li .txt_box .ttl.line_l{
  text-align: left;
  margin-left: -100px;
}
.about_page #Sec02 ul li .txt_box .txt{
  max-width: 360px;
  margin-top: 20px;
}
.about_page #Sec02 ul li.odd .txt_box .txt{
  margin-left: auto;
  text-align: right;
}
.about_page #Sec02 ul li.even .txt_box .txt{
  margin-right: auto;
}

.about_page #Sec02 ul li .img{
  width: 50%;
}
.about_page #Sec02 ul li .img img{
  width: 100%;
  height: auto;
}

.about_page #Sec02 .address{
  text-align: center;
  margin: 70px auto 0;
  max-width: 480px;
}
.about_page .map_box{
  margin-top: 50px;
  line-height: 0;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.about_page #Sec01{
  margin-top: 40px;
}
.about_page #Sec01 .inner{
  max-width: 480px;
  margin: 0 auto;
  padding: 0 32px;
}
.about_page #Sec01 .ttl{
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.about_page #Sec01 .txt{
  text-align: center;
  margin: 40px auto 0;
}

/* #Sec02
-----------------------------------------------------------------*/
.about_page #Sec02{
  margin-top: 40px;

}
.about_page #Sec02 .inner{
  max-width: 480px;
  margin: 0 auto;
}
.about_page #Sec02 ul{
}
.about_page #Sec02 ul li{
  display: block;
}
.about_page #Sec02 ul li .txt_box{
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.about_page #Sec02 ul li.odd{
  padding-left: 32px;
}
.about_page #Sec02 ul li.even{
  padding-right: 32px;
}
.about_page #Sec02 ul li.odd .txt_box{
  padding-right: 0;
  text-align: left;
}
.about_page #Sec02 ul li.even .txt_box{
  padding-left: 0;
  text-align: right;
}
.about_page #Sec02 ul li .txt_box .ttl{
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
  color: #897750;
  position: relative;
  display: inline-block;
}
.about_page #Sec02 ul li .txt_box .ttl:after{
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background-color: #897750;
  position: absolute;
  right: 0;
  top: 33px;
}
.about_page #Sec02 ul li.even .txt_box .ttl:after{
  right: auto;
  left: 0;
}
.about_page #Sec02 ul li.odd .txt_box .ttl{
  padding-right: 100px;
}
.about_page #Sec02 ul li.even .txt_box .ttl{
  padding-left: 100px;
}
.about_page #Sec02 ul li .txt_box .ttl span{
  font-size: 1.6rem; 
  line-height: 2rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.about_page #Sec02 ul li .txt_box .ttl.line_r{
  text-align: left;
  margin-right: 0;
}
.about_page #Sec02 ul li .txt_box .ttl.line_l{
  text-align: right;
  margin-left: 0;
}
.about_page #Sec02 ul li .txt_box .txt{
  max-width: 100%;
  margin-top: 10px;
  font-size: 1.4rem;
}
.about_page #Sec02 ul li.odd .txt_box .txt{
  margin-left: 0;
  text-align: left;
  padding-right: 32px;
}
.about_page #Sec02 ul li.even .txt_box .txt{
  margin-right: 0;
  text-align: right;
  padding-left: 32px;;
}

.about_page #Sec02 ul li .img{
  width: 100%;
  margin-top: 10px;
}
.about_page #Sec02 ul li .img img{
  width: 100%;
  height: auto;
}

.about_page #Sec02 .address{
  text-align: center;
  margin: 70px auto 0;
  max-width: 480px;
}
.about_page #Sec02 .map_box{
  margin-top: 50px;
  line-height: 0;
}
.about_page .map_box iframe{
  width: 100%;
  height: 140px;
}

/* 640pxまでの幅の場合に適応される */
}


