/* header */
/* main */

/* 共通部分 */
.wapper{
  padding: 4rem 8rem 5rem;
  position: relative;
}
.sec_title{
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  color: #000000;
}
.sp_only{
  display: none;
}
.en{
  margin-right: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
}
.jp{
  font-size: 1.5rem;
  font-weight: bold;
}
.btn {
  width: 15rem;
  height: 4.5rem;
  line-height: 4.5rem;
  margin: 0 auto;
  text-align: center;
	font-size: 1.5rem;
  border: 1px solid #AF7379;
  border-radius: 2.3rem;
  transition: 0.5s;
}
.btn:hover{
  background-color: #fff;
  border: 1px solid #fff;
}
.btn a{
  display: block;
  color: #AF7379;
}


/* star */

.white_star{
  z-index: 2;
  position: relative;
}
.small{
  position: absolute;
  width: 3rem;
  height: 3rem;
}
.big{
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
}
/* small */
.star_1{
  top: 8.4rem;
  left: 2.4rem;
}
.star_2{
  top: 11.9rem;
  left: 16.1rem;
}
.star_3{
  top: 29.6rem;
  left: 3.7rem;
}
.star_4{
  top: 69.7rem;
  left: 24.7rem;
}
.star_5{
  top: 75rem;
  left: 13.1rem;
}
.star_6{
  top: 1.6rem;
  right: 12.3rem;
}
.star_7{
  top: 6.2rem;
  right: 26.5rem;
}
.star_8{
  top: 26.6rem;
  right: 2.5rem;
}
.star_9{
  top: 73.5rem;
  right: 19.4rem;
}
.star_10{
  top: 80.1rem;
  right: 5rem;
}
/* big */
.star_11{
  top: 50.6rem;
  left: 2.4rem;
}
.star_12{
  top: 11.8rem;
  right: 5.5rem;
}
.star_13{
  top: 59.7rem;
  right: 13.8rem;
}

/* about */

.about{
  margin-bottom: 5rem;
  position: relative;
  z-index: 3;
}
.about_inner{
  margin-bottom: 3rem;
}

/* 追加CSS */
.about_inner img {
  border-radius: 30rem;
}


.about_content{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 4rem;
  color: #655657;
}
.about_detail{
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #655657;
}

/* Our process */

.process{
  margin-bottom: 11rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.process_caption{
  width: 50%;
}
.process_text{
  max-width: 56rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 3rem;
}
.process_img{
  width: 50%;
}
.img_area{
  width: 26rem;
  height: 32rem;
  margin: 0 0 0 auto;
  padding: .3rem; /* 追加コード */
  background-color: #fff; /* 追加コード */
}
.slope{
  position:relative;
  width: 26rem;
  height: 32rem;
  bottom: 55%;
  right: 77%;
  padding: .3rem; /* 追加コード */
  background-color: #fff; /* 追加コード */
  transform: rotate(3deg);/* 追加コード */
}
.process .btn{
  margin: 0;
}

/* arch text */
.arch{
  padding: 1.4rem;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}

/* menu */
.menu{
  margin-top: 13.5rem;
}
.menu_list{
  position: relative;
  z-index: 3;
}
.menu_list_item{
  display: flex;
  justify-content: space-between;
}
.menu_list li{
  width: 32rem;
  position: relative;
}
.menu_feature{
  transition: 0.5s;
}
.menu_feature img{
  height: 50rem;
}
.menu_feature:hover{
  transform: scale(1.1);
}
.menu_caption{
  width: 15rem;
  margin: 0 auto;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
}
.menu_text{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.menu_caption .btn{
  background-color: #fff;
}
.menu_caption .btn:hover{
  background-color: #AF737A;
  border: 1px solid  #AF737A;
}
.menu_caption .btn a:hover{
  color: #fff;
}

/* contact */
.contact{
  display: flex;
  background-color: #AF7379;
}
.map{
  width: 50%;
}

.access{
  width: 50%;
  padding: 5rem 4rem;
}
.access h2{
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.access_text{
  display: flex;
  margin-bottom: 15rem;
}
.access_text img{
  width: 3rem;
  height: 2.5rem;
  margin-right: 1rem;
}
.access_text p{
  line-height: 2.4rem;
  font-size: 1.6rem;
  color: #fff;
  /* 追加CSS */
  white-space: pre-line;
}
.access .btn{
  margin: 0;
  background-color: #fff;
}
.access .btn:hover{
  background-color: #655657;
  border: 0px;
}
.access .btn a:hover{
  color: #fff;
}

/* footer */


/* ふわっと表示 */
.fade_in_on_scroll {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 2s, transform 3s;
}
.fade_in_on_scroll.is_visible {
  opacity: 1;
  transform: none;
}

/* レスポンシブデザイン */
@media screen and (max-width: 699.98px) {
  
  /* main */
  main {
    scroll-margin-top: 7rem;
  }

  /* 共通部分 */
  .wapper{
    padding: 2.5rem 2rem 5rem;
  }
  .sec_title{
    margin-bottom: 2.5rem;
  }
  .sp_only{
  display: block;
  }
  .en{
    margin-right: 1.5rem;
    font-size: 2.5rem;
  }
  .btn {
  width: 15rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 2.3rem;
  }


  /* star */

  .white_star{
    z-index: 2;
    position: relative;
  }
  .small{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
  }
  .big{
    position: absolute;
    width: 3rem;
    height: 3rem;
  }
  /* small */
  .star_1{
    top: 1rem;
    left: 1.3rem;
  }
  .star_2{
    top: 10.2rem;
    left: 0.2rem;
  }
  .star_3{
    top: 24.9rem;
    left: 4.8rem;
  }
  .star_4{
    top: 44.4rem;
    left: 7.6rem;
  }
  .star_5{
    top: 50.9rem;
    left: 7.6rem;
  }
  .star_6{
    top: 1rem;
    right: 7.4rem;
  }
  .star_7{
    top: 10rem;
    right: 1.2rem;
  }
  .star_8{
    top: 23.8rem;
    right: 5.2rem;
  }
  .star_9{
    top: 43.9rem;
    right: 9.4rem;
  }
  .star_10{
    top: 46.7rem;
    right: 0.5rem;
  }
  /* big */
  .star_11{
    top: 44.9rem;
    left: 0.5rem;
  }
  .star_12{
    top: 5.4rem;
    right: 2.8rem;
  }
  .star_13{
    top: 50.2rem;
    right: 4.4rem;
  }
  
  /* about */
  .about{
    margin-bottom: 8rem;
  }
  .about_inner{
    margin-bottom: 1.5rem;
  }
  .about_content{
    margin-bottom: 2rem;
    font-size: 1.9rem;
    line-height: 3rem;
  }
  .about_detail{
    margin-bottom: 3.5rem;
    line-height: 2.5rem;
  }

  /* Our process */
  .process{
    margin-bottom: 8rem;
    flex-direction: column;
  }
  .process_caption{
    width: 100%;
  }
  .process_img{
    width: 100%;
  }
  .img_area{
    width: 18rem;
    height: 22.1rem;
    margin: 0 0 15rem auto;
  }
  .slope{
    width: 18rem;
    height: 22.1rem;
  }
  .process .btn{
    margin: 0 auto;
  }

  /* arch text */
  .arch{
    height: 32rem;
    margin-top: 7rem;
    padding: 0;
  }

  /* menu */
  .menu{
    margin-top: 0;
  }
  .menu .sec_title{
    margin-bottom: 10rem;
  }
  .sp_only .btn{
    margin-bottom: 4.5rem;
  }
  .menu_list{
    margin: 0 -2rem;
  }
  .menu_list_item{
    display: flex;
    align-items: center;
  }
  .infinite-list {
    display: flex;
    overflow: hidden;
  }
  .infinite-img-item {
    display: flex;
    animation: scroll-infinite 50s infinite linear .5s both;
  }
  @keyframes scroll-infinite {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
  }

  /* contact */
  .contact{
    display: flex;
    flex-direction: column;
    background-color: #AF7379;
  }
  .map{
    width: 100%;
  }
  .access{
  width: 100%;
  padding: 3rem 2rem;
  }
  .access_text{
    display: flex;
    margin-bottom: 3rem;
  }
  .access .btn{
    margin-bottom: 6rem;
    background-color: #fff;
  }
  
  /* footer */


}