@charset "UTF-8";
.main_title_area{
  background: url(../image/about/bg_main_title.jpg) no-repeat center top;
  background-size: cover;
}
.main_title_area .wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.main_title_area *{
  color: #fff !important;
}
.main_title_area .breadcrumbs{
  position: absolute;
  top: 0;
  left: 20px;
}
.main_title_area .main_title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px){
  .main_title_area{
    background: url(../image/about/bg_main_title_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .main_title_area .wrap{
    height: 60vw;
  }
  .main_title_area .main_title{
    font-size: 26px;
  }
}

#about{
  background: #F8F8F8;
}
#about * {
  font-family: 'Lato',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
}

#sec01{
  padding: 150px 0 110px;
}
#sec01 *{
  text-align: center;
}
#sec01 figure{
  margin: 0 0 60px;
}
#sec01 h2{
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.66;
}
#sec01 p{
  font-size: 15px;
  line-height: 1.8;
}

.flex_area{
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
.flex_area figure{
  width: 50%;
}
.flex_area .in{
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 100px;
}
.flex_area .in p.en{
  margin-bottom: 30px;
  font-size: 25px;
  color: #A28B5F;
  font-weight: 500;
}
.flex_area .in h2{
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.7;
}
.flex_area .in p{
  max-width: 548px;
  font-size: 14px;
  line-height: 1.85;
}
.flex_area .in p.mb1em{
  margin-bottom: 1.5em;
}

#sec03{
  padding: 120px 0 245px;
}
#sec03 .flex{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 80px 60px;
}
#sec03 .flex .in{
  width: calc((100% - 60px) / 2);
}
#sec03 .flex .in figure{
  margin-bottom: 28px;
}
#sec03 .flex .in figure + p{
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 600;
}
#sec03 .flex .in h2{
  margin-bottom: 0.5em;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.13;
}
#sec03 .flex .in p{
  font-size: 15px;
  line-height: 2;
}

#sec04{
  padding: 110px 0;
}

@media screen and (max-width: 1800px){
  .flex_area .in{
    padding: 1vw 5vw;
  }
  .flex_area .in p.en{
    margin-bottom: 0.5em;
    font-size: 1.6vw;
  }
  .flex_area .in h2{
    margin-bottom: 0.5em;
    font-size: 1.9vw;
    line-height: 1.5;
  }
  .flex_area .in p{
    width: 100%;
    font-size: 14px;
  }
  .flex_area .in p br{
    display: none;
  }
}

@media screen and (max-width: 1024px){
  #sec01{
    padding: 60px 0;
  }
  #sec01 figure{
    max-width: 45px;
    margin: 0 auto 38px;
  }
  #sec01 h2{
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.62;
  }
  #sec01 p{
    font-size: 14px;
  }

  .flex_area .flex{
    display: block;
  }
  .flex_area figure{
    width: 100%;
  }
  .flex_area .in{
    width: 100%;
    padding: 37px 20px;
  }
  .flex_area .in p.en{
    font-size: 18px;
  }
  .flex_area .in h2{
    font-size: 15px;
    line-height: 1.86;
  }
  .flex_area .in p{
    max-width: none;
  }

  #sec03{
    padding: 60px 0 100px;
  }
  #sec03 .flex{
    gap: 30px 0;
  }
  #sec03 .flex .in{
    width: 100%;
  }
  #sec03 .flex .in figure + p{
    font-size: 14px;
  }
  #sec03 .flex .in h2{
    font-size: 16px;
  }
  #sec03 .flex .in p{
    font-size: 14px;
    line-height: 1.85;
  }

  #sec04{
    padding: 40px 0 65px;
  }
}





/* ------------------------------
    SHOP LIST
------------------------------ */
#sec04 .shopList_box{
  padding: 100px 0;
  background: url(../image/common/bg_logo.svg) no-repeat 97% 26% #F8F8F8;
  background-size: 428px auto;
}
#sec04 .shopList_box .cont_ttl{
  margin-bottom: 150px;
}
#sec04 .shopList_box .shop_cantainer{
  position: relative;
  align-items: center;
  margin-bottom: 210px;
}
#sec04 .shopList_box .shop_image{
  position: absolute;
  right: 50%;
  max-width: 942px;
  width: 80%;
}
#sec04 .shopList_box .shop_image img{
  width: 100%;
}
#sec04 .shopList_box .shop_detail{
  margin-left: 55%;
}
#sec04 .shopList_box .shop_detail h3{
  margin-bottom: 30px;
}
#sec04 .shopList_box .shop_detail .desc{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
}
#sec04 .shopList_box .shop_detail .btn{
  margin: 0;
}
#sec04 .shopList_box{
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
#sec04 .shopList_box h3{
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
#sec04 .shopList_box .shop_cantainer{
  margin-bottom: 0;
}
#sec04 .shopList_box .shop_cantainer .shop_link{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  row-gap: 60px;
  background: #fff;
}
#sec04 .shopList_box .shop_cantainer .shop_link:hover{
  opacity: 1;
}
#sec04 .shopList_box .shop_cantainer .shop_link:after{
  content: "";
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 35px;
  height: 9px;
  border-bottom: 2px solid #B5B5B5;
  border-right: 2px solid #B5B5B5;
  transform: skew(45deg);
  transition: all .3s;
}
#sec04 .shopList_box .shop_cantainer .shop_link:hover:after{
  right: 20px;
}
#sec04 .shopList_box .shop_image2,
#sec04 .shopList_box .shop_detail2{
  width: calc((100% - 60px) / 2);
}
#sec04 .shopList_box .shop_image2 {
  overflow: hidden;
}
#sec04 .shopList_box .shop_detail2 .shop_name{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
}
#sec04 .shopList_box .shop_detail2 .shop_name span{
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
#sec04 .shopList_box .shop_detail2 .shop_name span.small{
  font-size: 12px;
}
#sec04 .shopList_box .shop_detail2 .shop_name span.slash + span{
  font-size: 12px;
  line-height: 1.58;
  font-weight: normal;
}
#sec04 .shopList_box .shop_detail2 .shop_name span.slash{
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin: 0 25px;
  background: #38446C;
  transform: rotate( -60deg );
}
#sec04 .shopList_box dl{
  display: flex;
  margin-bottom: 10px;
}
#sec04 .shopList_box dl dt{
  width: 4em;
  margin-right: 2em;
  font-size: 14px;
  line-height: 1.57;
}
#sec04 .shopList_box dl dd{
  font-size: 14px;
  line-height: 1.57;
}
#sec04 .shopList_box dl dd span{
  text-decoration: underline;
}
#sec04 .shopList_box dl dd a {
  display: inline-block;
}

@media screen and (max-width: 1024px){
  #sec04 .shopList_box{
    padding: 10% 0;
    background: url(../image/common/bg_logo.svg) no-repeat 80% 40% #F8F8F8;
    background-size: 50% auto;
  }
  #sec04 .shopList_box .cont_ttl{
    margin-bottom: 50px;
  }
  #sec04 .shopList_box .shop_cantainer{
    display: block;
    margin-bottom: 15%;
  }
  #sec04 .shopList_box .shop_image{
    position: relative;
    right: auto;
    max-width: none;
    width: 100%;
    margin-bottom: 5%;
  }
  #sec04 .shopList_box .shop_detail{
    margin-left: 0;
  }
  #sec04 .shopList_box .shop_detail h3{
    max-width: 153px;
    margin: 0 auto 5%;
    text-align: center;
  }
  #sec04 .shopList_box .shop_detail .desc{
    margin-bottom: 5%;
    font-size: 13px;
  }
  #sec04 .shopList_box .shop_detail .btn{
    margin: 0 auto;
  }
  #sec04 .shopList_box h3{
    margin-bottom: 25px;
    font-size: 20px;
  }
  #sec04 .shopList_box .shop_cantainer .shop_link{
    padding: 20px;
    gap: 20px 0;
  }
  #sec04 .shopList_box .shop_cantainer .shop_link:after{
    bottom: 24px;
    right: 22px;
    width: 28px;
    height: 7px;
  }
  #sec04 .shopList_box .shop_cantainer .shop_link:hover:after{
    right: 10px;
  }
  #sec04 .shopList_box .shop_image2,
  #sec04 .shopList_box .shop_detail2{
    width: 100%;
  }
  #sec04 .shopList_box .shop_detail2 .shop_name{
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 0.2em;
  }
  #sec04 .shopList_box .shop_detail2 .shop_name span{
    font-size: 16px;
  }
  #sec04 .shopList_box .shop_detail2 .shop_name span.small{
    display: inline-block;
    font-size: 10px;
  }
  #sec04 .shopList_box .shop_detail2 .shop_name span.slash + span{
    font-size: 10px;
    line-height: 1.9;
  }
  #sec04 .shopList_box .shop_detail2 .shop_name span.slash{
    display: none;
  }
  #sec04 .shopList_box dl dt{
    margin-right: 1em;
    font-size: 12px;
    line-height: 1.83;
  }
  #sec04 .shopList_box dl dd{
    font-size: 12px;
    line-height: 1.83;
  }
}
@media screen and (max-width: 640px){
}



















