@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100..900&family=Zen+Old+Mincho:wght@400;500&display=swap');
html{
  scroll-behavior: smooth;
}
img{
  vertical-align:top;
}
body{
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.8;
 background: url(../img/common/bg_01.png), #F2EDE8;
 background-size: 100%, 100%;
 color:#5E4C3E;
}
body.block-s{
  overflow: hidden;
  }
.pc_area{
	display: block ;
}
.sp_area{
	display: none;
}
.text-center{
  text-align: center;
}
.bg_leaf{
  background: url(../img/common/bg_leaf_01.png), url(../img/common/bg_leaf_02.png);
  background-size: 100%, 100%;
  background-position: top, bottom;
  background-repeat: no-repeat;
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .pc_area{
  	display: none;
  }
  .sp_area{
  	display: block;
  }
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
}
.inner{
  width: 1100px;
	max-width: 100%;
	padding: 0 10px;
	margin:0 auto;
  box-sizing: border-box;
}
header{
  z-index: 99;
  position: relative;
}
.header__fixed{
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 120px;
  background: #5E4C3E;
}
.header-logo{
  margin: 15px 0 0 40px;
  width: 310px;
  display: flex;
  align-items: center;
}
.header-logo img{
  width: 100%;
}
.menu{
  position: fixed;
  right: 30px;
  top:32px;
  z-index: 999;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 100%;
  background: #5E4C3E;
  cursor: pointer;
}
.menu span{
  background: #fff;
  position: absolute;
  width: 22px;
  height: 1px;
  right: 15px;
  transition: 0.5s;
}
.menu span:first-child{
  top:20px;
}
.menu span:nth-child(2){
  top:30px;
}
.menu.open span:first-child{
  top:25px;
  transform: rotate(45deg);
}
.menu.open span:nth-child(2){
  top:25px;
  transform: rotate(-45deg);
}
.menu__box{
  position: fixed;
  top:-100vh;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff;
  opacity: 0;
  padding: 70px 10px ;
  box-sizing: border-box;
  z-index: 5;
}
.menu__box input[type="checkbox"]{
  display: none;
}
.menu__box.open{
  top: 0px;
  opacity: 1;
}
.menu__box{
  overflow: auto;
  box-sizing: border-box;
}
.navi_ttl{
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border-bottom: solid 1px #000;
  color:#5E4C3E;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
label.navi_ttl{
  position: relative;
}
label.navi_ttl .arrow{
  position: absolute;
  right: 5px;
  pointer-events: none;
  width: 12px;
  height: 8px;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  transition: 0.2s;
}
input:checked + label.navi_ttl .arrow{
transform: translate(0 , -50%) rotate(0deg) ;
}
label.navi_ttl .arrow img{
  object-fit: contain;
  width: 100%;
}
.navi-child{
  opacity: 0;
  height: 0;
  padding: 0 0 0 20px;
  pointer-events: none;
  transition: 0.3s;
  list-style: none;
  color:#5E4C3E;
}
input:checked + label + .navi-child{
  padding:10px 0 0 20px;
  height:auto;
  pointer-events: auto;
  opacity:1;
  box-sizing: border-box;
}
.navi-child li a{
  padding:0;
  transition: 0.3s;
  height: 0;
  display: block;
  color:#5E4C3E;
  opacity: 0;
  pointer-events: none;
  font-size: 18px;
}
input:checked + label + .navi-child li a{
  padding:5px 0;
  height:auto;
  pointer-events: auto;
  opacity:1;
}
.online-reservation_btn-navi{
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) { 
  .header__fixed{
    height: 60px;
  }
  .header-logo{
    margin: 5px 0 0 10px;
    width: 160px;
  }
  .header-logo img{
    width: 100%;
  }
  .menu{
    position: fixed;
    right: 5px;
    top:12px;
  }  
  .menu{
    position: fixed;
    right: 5px;
    top:12px;
    width: 40px;
    height: 40px;
  }
  .menu span{
    width: 19px;
    height: 1px;
    right: 9px;
  }
  .menu span:first-child{
    top:15px;
  }
  .menu span:nth-child(2){
    top:23px;
  }
  .menu.open span:first-child{
    top:20px;
    transform: rotate(45deg);
  }
  .menu.open span:nth-child(2){
    top:20px;
    transform: rotate(-45deg);
  }

}

/* main__visual */
.top__visual{
  width: 100%;
  position: relative;
  padding-top: 120px;
}
.visual__img {
  width: calc(50% + 500px);
  max-width: 100%;
  height: 900px;
}
.visual__img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top right;
  border-radius: 0 0 60px 0;
}
.visual__txt{
  position: absolute;
  left:calc(50% + 25px);
  top:calc(120px + 16vw);
  width: 626px;
}
.visual__txt img{
  max-width: 100%;
}
.side__line{
  position: fixed;
  top:130px;
  right: 0;
  z-index: 3;
}
.side__line a img{
  width: 55px;
}
.side__line-box{
  margin: 30px;
}
@media screen and (max-width: 1400px) {
  .visual__txt{
    right: 10vw;
    left: auto;
    width: 35vw;
    top:calc(120px + 13vw);
  }
  .visual__img {
    width: 80vw;
    max-width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .top__visual{
    padding-top: 60px;
  }
  .visual__txt{
    right: 11vw;
    left: auto;
    width: 34vw;
    top:calc(60px + 10vw);
  }
  .visual__img {
    width: 78vw;
    max-width: 100%;
    height: 48vw;
  }
  .side__line{
    position: fixed;
    top:70px;
    right: 0;
  }
  .side__line a img{
    width: 30px;
  }
  .side__line-box{
    margin: 10px 5px;
  }
}

/* online-reservation_btn */
.online-reservation_btn{
  margin: 30px auto;
  width: 1000px;
  height: 210px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  background: linear-gradient(90deg, #B49E77, rgba(180, 158, 119, 0.6));
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.4);
}
.online-reservation_btn:hover{
  opacity: 0.8;
}
.online-reservation_btn a{
  display: block;
  padding: 65px 0 0 150px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.online-reservation_btn-bg{
  position: absolute;
  z-index: 2;
  font-size: 96px;
  top:50%;
  left:10px;
  transform: translate(0 , -50%);
  opacity: 0.1;
  font-family: "Poppins";
  color:#fff;
  width: 1100px;
  pointer-events: none;
}
.online-reservation_btn-bg span{
  -webkit-text-stroke: 2px #fff;
  color:rgba(255,255,255,0);
}
.online-reservation_btn-txt {
  font-size: 36px;
  line-height: 1.4;
  border-left: solid 1px #fff;
  padding: 0 45px 0;
  color:#fff;
}
.online-reservation_btn-txt span{
  font-size: 24px;
  display: block;
}
.online-reservation_btn:after{
  background: url(../img/common/arrow.png);
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  top:50%;
  right: 100px;
  transform: translate(0, -50%);
  position: absolute;
  content:"";
  z-index: 3;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .online-reservation_btn{
     height: 120px;       
      box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .online-reservation_btn a{
    padding: 30px 0 0 30px;
  }
  .online-reservation_btn-bg{
    font-size: 40px;
    left:5px;
    width: 120%;
  }
  .online-reservation_btn-txt {
    font-size: 22px;
    padding: 0 20px 0;
  }
  .online-reservation_btn-txt span{
    font-size: 16px;
  }
  .online-reservation_btn:after{
    width: 30px;
    height: 30px;    
    right: 30px;
  }
}

/* sec01 */

.top__sec01{
  overflow: hidden;
  padding:200px 0 150px;
  position: relative;
  box-sizing: border-box;
  height: 1700px;
}
.sec01__ttl {
  font-size: 60px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.sec01__ttl span{
  color:#556E41;
}
.sec01__txt{
  color:#5E4C3E;
  font-size: 26px;
  margin: 30px 0;
}
.sec01__img{
  width:821px;
  z-index: -1;
  position: absolute;
  top:320px;
  right: 80px;
}
.sec01__img img{
  width:821px;
}
@media screen and (max-width: 1080px) {  
  .top__sec01{
    overflow: hidden;
    padding:150px 0 80px;
    height: auto;
    margin-top: -70px;
  }
  .sec01__ttl {
    font-size: 40px;
  }
  .sec01__txt{
    font-size: 22px;
    margin: 20px 0;
  }
  .sec01__img{
    width:100%;
    position: inherit;
    top:0;
    right: 0;
    text-align: right;
  }
  .sec01__img img{
    width:auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__sec01{
    overflow: hidden;
    padding:80px 0 60px;
    height: auto;
    margin-top: -50px;
  }
  .sec01__ttl {
    font-size: 24px;
  }
  .sec01__txt{
    font-size: 16px;
    margin: 10px 0;
  }
  .sec01__img{
    width:auto;
    position: inherit;
    top:0;
    right: 0;
  }
  .sec01__img img{
    width:auto;
  }
}



/* sec02 */
.sec02__area{
  border-radius: 30px 30px 0 0;
  background: linear-gradient(0deg, #FFFFFF, #B49E77);
  padding:60px 20px 300px;
}
.sec02__ttl{
  color:#5E4C3E;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.sec02__ttl span{
 font-family: "Noto Sans JP", sans-serif;
 font-weight: 700;
 margin: 30px 0 0 20px;
 font-size: 20px;
}
.sec02__flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0.1%;
  margin-bottom: 10px;
}
.sec02__flex-content{
  width: 12.4%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.sec02__flex-content-img{
  width: 100%;
  padding:10px;
  box-sizing: border-box;
}
.sec02__flex-content-img img{
  width: 100%;
}
.sec02__flex-content-txt{
  text-align: center;
  font-size: 16px;
  color:#5E4C3E;
}
.sec02__box{
  border-radius: 10px;
  background: #fff;
  padding:40px;
}
.sec02__box-flex01{  
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: dashed  2px #B49E77;
}
.sec02-box-txt01{
  color:#556E41;
  padding:30px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.sec02-box-txt02{
  color:#5E4C3E;
  padding:0 0 60px 0;
  text-align: center;
  font-size: 24px;
}
.sec02-box-content01{
  width: 50%;
}
.sec02-box-content01-1{
  font-size:18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.sec02-box-content01-1 span{
  display: inline-block;
  color:#B49E77;
  padding:10px 10px;
  margin: 0 5px;
  border:solid 1px #B49E77;
  line-height: 1.2;
}
.sec02-box-content01-1:after{
  content:"";
  height: 40px;
  width: 3px;
  background: #5E4C3E;
  position: absolute;
  left: 0;
  top:50%;
  transform: rotate(-25deg) translate(0,-50%);
}
.sec02-box-content01-1::before{
  content:"";
  height: 40px;
  width: 3px;
  background: #5E4C3E;
  position: absolute;
  right: 0;
  top:50%;
  transform: rotate(25deg) translate(0,-50%);
}
.sec02-box-content01-2{
  text-align: center;
  font-size: 36px;
}
.sec02-box-content01-3{
  color:#fff;
  background-color: #B49E77;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 180px;
}
.sec02-box-price-box{
  width: 50%;
  position: relative;
}
.sec02-box-price{
  display: flex;
  align-items: end;
  justify-content: flex-end;
  position: absolute;
  bottom:10px;
  right: 0;
  line-height: 1;
  width: 120%;
}
.sec02-box-price span:first-child{
  font-size: 40px;
}
.sec02-box-price span:nth-child(2){
  font-size: 130px;
  font-family: "Overpass";
  margin-bottom: -30px;
}
.sec02-box-price span:last-child{
  font-size: 40px;
}
.sec02__box-flex02{
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
}
.sec02-box-content02{
 width: 49%;
 font-size: 18px;
 line-height: 2.3;
 position: relative;
 margin-top: 30px;
 padding-top: 5px;
}
.sec02-box-content02 span{
  color:#556E41;
}
.sec02-box-content02:after{
  content:"";
  position: absolute;
  width:150px;
  height: 5px;
  top:0;
  left:0;
  background: #B49E77;
}
.sec02-box-content02-b{
 width: 100%;
 font-size: 18px;
 line-height: 2.3;
 position: relative;
 margin-top: 30px;
 padding-top: 5px;
}
.sec02-box-content02-b span{
  color:#556E41;
}
.sec02-box-content02-b:after{
  content:"";
  position: absolute;
  width:150px;
  height: 5px;
  top:0;
  left:0;
  background: #B49E77;
}
.sec02-box-content03{
  width: 49%;
  padding:20px 20px 0;
  font-size: 18px;
  background: #E0D7CE;
  border-radius: 5px;
  box-sizing: border-box;
}
.sec02-box-content03-2{  
  width: 49%;
}
.sec02-box-content03-2 img{  
  width: 100%;
}
.sec02-box-content03-txt{
  margin-bottom: 5px;
}
.sec02-box-content03-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec02-box-content03-box-ttl{
  width: 150px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B49E77;
  text-align: center;
  color:#fff;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.sec02-box-content03-box-txt{
  font-size: 22px;
  width: calc(100% - 160px);
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 1080px) {  
  .sec02__area{
     padding:30px 20px 200px;
  }
  .sec02__ttl{
    font-size: 50px;
  }
  .sec02__ttl span{
   margin: 30px 0 0 10px;
   font-size: 18px;
  }
  .sec02__flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 10px;
  }
  .sec02__flex-content{
    width: 22%;
  }
  .sec02__box{
    padding:20px;
  }
  .sec02__box-flex01{  
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .sec02-box-content01{
    width: 100%;
  }
  .sec02-box-price-box{
    width: 100%;
  }
  .sec02-box-price{
    align-items: end;
    justify-content: center;
    position: inherit;
    bottom:auto;
    right: auto;
    line-height: 1;
    width: 100%;
  }
  .sec02__box-flex02{
    flex-wrap: wrap;
  }
  .sec02-box-content02{
   width: 100%;
   font-size: 18px;
   position: relative;
   padding-top: 5px;
   margin: 0 0 20px 0;
  }
  .sec02-box-content02:after{
    width:100px;
    height: 2px;
    top:5px;
    left:20px;
  }
  .sec02-box-content02 span{
    color:#556E41;
  }
  .sec02-box-content02-b{
   width: 100%;
   font-size: 18px;
   position: relative;
   padding-top: 5px;
   margin: 0 0 20px 0;
  }
  .sec02-box-content02-b:after{
    width:100px;
    height: 2px;
    top:5px;
    left:20px;
  }
  .sec02-box-content02-b span{
    color:#556E41;
  }
  .sec02-box-content03{
    width: 100%;
  } 
  .sec02-box-content03-2{  
    width: 100%;
  } 
}
@media screen and (max-width: 768px) {
  .sec02__area{
    border-radius: 20px 20px 0 0;
    padding:30px 10px 100px;
  }
  .sec02__ttl{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .sec02__ttl span{
    font-size: 16px;
    margin: 0;
    display: block;
  }
  .sec02__flex-content{
    width: calc(49% - 10px);
    padding-bottom: 10px;
  }
  .sec02__flex-content-img{
    width: 100%;
    padding:5px;
    box-sizing: border-box;
  }
  .sec02__flex-content-img img{
    width: 100%;
  }
  .sec02__flex-content-txt{
    text-align: center;
    font-size: 16px;
    color:#5E4C3E;
  }
  .sec02__box{
    border-radius: 10px;
    background: #fff;
    padding:10px;
  }
  .sec02-box-content01-1{
    font-size:16px;
    padding: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 250px;
  }
  .sec02-box-content01-1 span{
    display: block;
    color:#B49E77;
    padding:5px;
    margin: 0 5px;
    border:solid 1px #B49E77;  
  }
  .sec02-box-content01-2{
    text-align: center;
    font-size: 26px;
  }
  .sec02-box-price span:first-child{
    font-size: 16px;
  }
  .sec02-box-price span:nth-child(2){
    font-size: 50px;
    margin-bottom: -10px;
  }
  .sec02-box-price span:last-child{
    font-size: 16px;
  }
  .sec02-box-content02{
   font-size: 16px;
   line-height: 1.8;
  }
  .sec02-box-content02 span{
    color:#556E41;
  }
  .sec02-box-content03{
    padding:10px 10px 0;
    font-size: 16px;
  }
  .sec02-box-content03-txt{
    margin-bottom: 5px;
  }
  .sec02-box-content03-box-ttl{
    width: 100px;
    height: 45px;
    margin-bottom: 10px;
  }
  .sec02-box-content03-box-txt{
    font-size: 16px;
    width: calc(100% - 105px);
    box-sizing: border-box;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sec02-box-txt01{
    font-size: 26px;
  }
  .sec02-box-txt02{
    font-size: 20px;
  }
}





/* sec03 */

.sec03__area{
  border-radius: 30px;
  background: url(../img/top/emotion_bg.png);
  padding:60px 20px 30px;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -150px;
}
.sec03__ttl{
  font-size: 36px;
  color:#556E41;
  margin-bottom: 30px;
  text-align: center;
}
.sec03__txt{
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.sec03__txt span{
  color:#556E41;
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  border: solid 1px #556E41;
}
.sec03__box{
  margin: 60px 0;
  position: relative;
  height: 830px;
}
.sec03__box-img01{
  width: 500px;
  top:0;
  left:50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 3;
}
.sec03__box-img02{
  width: 500px;
  bottom:0;
  right: calc(50% - 20px);
  position: absolute;
  z-index: 2;
}
.sec03__box-img03{
  width: 500px;
  bottom:0;
  left: calc(50% - 20px);
  position: absolute;
  z-index: 1;
}
.sec03__box-img01 img,
.sec03__box-img02 img,
.sec03__box-img03 img{
  max-width: 100%;
}
.scroll-infinity__item-txt {
  width: 1300px;
  font-size: 150px;
  color: #E0D7CE;
  font-family: 'Poppins';
}

.scroll-infinity__item-txt  span{
  -webkit-text-stroke: 5px #E0D7CE;
  color:rgba(255,255,255,0);
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list-left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}


@media screen and (max-width: 1080px) {  
  .sec03__area{
    border-radius: 20px;
    padding:30px 20px 30px;
    margin-top: -80px;
  }
  .sec03__ttl{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec03__txt{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sec03__box{
    margin: 30px 0;
    height: 76vw;
  }
  .sec03__box-img01{
    width: 45vw;
  }
  .sec03__box-img02{
    width: 45vw;
    right: calc(50% - 2vw);
  }
  .sec03__box-img03{
    width: 45vw;
    left: calc(50% - 2vw);
  }
  .sec03__box-img01 img,
  .sec03__box-img02 img,
  .sec03__box-img03 img{
    max-width: 100%;
  } 
  .scroll-infinity__item-txt {
    width: 600px;
    font-size: 75px;
    color: #E0D7CE;
  } 
  .scroll-infinity__item-txt  span{
    -webkit-text-stroke: 2px #E0D7CE;
    color:rgba(255,255,255,0);
  }
}
@media screen and (max-width: 768px) {
  .sec03__area{
    border-radius: 20px;
    padding:20px 10px 30px;
    margin-top: -30px;
  }
  .sec03__ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec03__txt{
    font-size: 16px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}

@keyframes infinity-scroll-left {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}


/* sec04 */
.top__sec04{
  padding-top: 120px;
  margin-bottom: 200px;
  overflow: hidden;
}
.sec__ttlbox{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.sec04__ttl{
  color:#5E4C3E;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.sec04__ttl02{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 55px 0 0 100px;
  font-size: 20px;
}
.top__sec04_slidebox{
  padding: 0;
}

@media screen and (max-width: 1080px) {  
  .top__sec04{
    margin-bottom: 100px;
    overflow: hidden;
  }
  .sec__ttlbox{
    margin-bottom: 20px;
  }
  .sec04__ttl{
    font-size: 50px;
  }
  .sec04__ttl02{
    margin: 35px 0 0 15px;
    font-size: 16px;
  }
  .top__sec04_slidebox{
    padding: 0 0 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .top__sec04{
    padding-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .sec__ttlbox{
    display: block;
  }
  .sec04__ttl{
    font-size: 30px;
  }
  .sec04__ttl02{
    margin: 0;
    display: block;
    font-size: 16px;
  }
}
/* swiper */
.swiper-container01{
  margin-bottom: 100px;
}
.swiper-container02{
  margin: 30px 0;
}
.swiper-container01 .swiper-slide{
  box-sizing: border-box;
  max-width: 100%;
  width: 420px !important;
  margin: 0 20px;
}
.swiper-container02 .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  width: fit-content !important;
  height: auto;
}
.slide01__content{
  position: relative;
}
.slide01__img {
  aspect-ratio:	84/107;
}
.slide01__img img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide01__txt{
  position: absolute;
  left:40px;
  bottom:45px;
  color:#556E41;
  font-size:26px;
}

@media screen and (max-width: 1080px) {  
  .swiper-container01{
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container01{
    margin-bottom: 30px;
  }
  .swiper-container01 .swiper-slide{
    box-sizing: border-box;
    max-width: 100%;
    width: calc(75% - 20px) !important;
    margin: 0 10px;
  }
  .swiper-container02 .swiper-slide{
    box-sizing: border-box;
    max-width: 100%;
    width: calc(75% - 20px) !important;
    margin: 0 10px;
  }
  
}

/* sec05 */
.top__sec05{
  margin-bottom: 150px;
}
.sec05__ttl{
  color:#5E4C3E;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.sec05__ttl02{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 55px 0 0 50px;
  font-size: 20px;
}
.sec05-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec05-box{
  margin-bottom: 60px;
  width: 47%;
}
.sec05__img{
  position: relative;
  border-radius: 35px;
  aspect-ratio:49/41;
  width: 100%;
}
.sec05__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.sec05__catch{
  width: 282px;
  height: 62px;
  bottom: 50px;
  left:0;
  gap: 0px;
  border-radius: 8px;
  background-color: #B49E77 ;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
}
.sec05__box-ttl{
  font-size: 36px;
  text-align: center;
  color: #556E41;
  margin:30px 0 10px
}
.sec05__box-txt{
  color:#B49E77;
  font-size: 20px;
}
.sec05-box-list{
  margin: 10px 0 20px;
}
.sec05-box-list li{
  font-size: 18px;
}
.sec05__link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05__link::before{
  height: 1px;
  width: calc(100% - 155px);
  background: #5E4C3E;
  content:"";
}
.sec05__link a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 50px;
  border:solid 1px #5E4C3E;
  border-radius :50px;
  font-family: "Poppins", sans-serif;
  color:#5E4C3E;
}
.sec05__link a img{
  width: 10px;
  height: 10px;
}
.sec05__img02{
  margin: 100px 0;
}
.sec05__img02 img{
  width: 100%;
}

.img__scroll {
  max-width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {  
  .top__sec05{
    margin-bottom: 100px;
    overflow: hidden;
  }
  .sec05__ttl{
    font-size: 50px;
  }
  .sec05__ttl02{
    margin: 0;
    display: block;
    font-size: 16px;
  }
  .sec05-box{
    margin-bottom: 60px;
    width: 47%;
  }
  .sec05__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .sec05__catch{
    width: 200px;
    height: 50px;
    bottom:30px;
    font-size: 16px;
  }
  .sec05__box-ttl{
    font-size: 24px;
    margin:10px 0 5px
  }
  .sec05__box-txt{
    color:#B49E77;
    font-size: 18px;
  }
  .sec05-box-list li{
    font-size: 16px;
  }
  .sec05__link::before{
    width: calc(100% - 135px);
  }
  .sec05__link a{
    width: 135px;
    height: 40px;
  }
  .sec05__link a img{
    width: 8px;
    height: 8px;
  }
  .sec05__img02{
    margin: 60px 0;
  }
  
}

@media screen and (max-width: 768px) {
  .top__sec05{
    margin-bottom: 60px;
    overflow: hidden;
  }
  .sec05__ttl{
    font-size: 30px;
  }
  .sec05__ttl02{
    margin: 0;
    display: block;
    font-size: 16px;
  }
  .sec05-box{
    margin-bottom: 40px;
    width: 100%;
  }
  .sec05__img02 {
    margin: 30px 0 60px 0;
  }
  .sec05__img02 img{
    width: 800px;
  }
}

/* sec06 */
.top__sec06{
  margin-bottom: 200px;
  overflow: hidden;
}
.sec06__ttl{
  color:#5E4C3E;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.sec06__ttl02{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 55px 0 0 50px;
  font-size: 20px;
}
.sec06__img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 100%;
}
.sec06__img img{
  max-width: 100%;
}
.sec06__img02{
  margin: 80px 0;
}
.sec06__img02 img{
  width: 100%;
}

@media screen and (max-width: 1080px) {  
  .top__sec06{
    margin-bottom: 100px;
    overflow: hidden;
  }
  .sec06__ttl{
    font-size: 50px;
  }
  .sec06__ttl02{
    margin: 35px 0 0 15px;
    font-size: 16px;
  }
  .sec06__img02{
    margin: 30px 0;
  }
  .sec06__img02 img{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top__sec06{
    margin-bottom: 60px;
    overflow: hidden;
  }
  .sec06__ttl{
    font-size: 30px;
  }
  .sec06__ttl02{
    margin: 0;
    display: block;
    font-size: 16px;
  }
}


/* sec07 */
.top__sec07{
  margin-bottom: 150px;
  overflow: hidden;
  background: #fff;
  padding: 80px 0
}
.sec07__ttl{
  color:#5E4C3E;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.sec07__ttl02{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 55px 0 0 30px;
  font-size: 20px;
}
.sec07__flex{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.sec07__box{
  width: 49%;
}
.sec07__box01{
  width:390px;
  margin: 60px 0 0 70px;
  border-bottom: solid 1px #5E4C3E;
  padding-bottom:30px;
  font-size: 24px;
}
.sec07__box02{
  width:390px;
  margin: 40px 0 0 70px;
  font-size: 24px;
}
.sec07__map-box{
  width: 49%;
  position: relative;
}
.sec07__map{
  width: calc(50vw - 10px);
  position: absolute;
  left:0;
  top:0;
}

@media screen and (max-width: 1080px) {  
  .top__sec07{
    margin-bottom: 100px;
    overflow: hidden;
    padding: 60px 0
  }
  .sec07__ttl{
    font-size: 50px;
  }
  .sec07__ttl02{
    margin: 35px 0 0 15px;
    font-size: 16px;
  }
  .sec07__flex{
    display: block;
  }
  .sec07__box{
    width: 100%;
    margin-bottom: 20px;
  }
  .sec07__box01{
    width:390px;
    margin: 60px 0 0 0px;
    font-size: 24px;
  }
  .sec07__box02{
    width:390px;
    margin: 40px 0 0 0;
    font-size: 24px;
  }
  .sec07__map-box{
    width: 100%;
    position: relative;
  }
  .sec07__map{
    width: 100%;
    height: 300px;
    position: inherit;
  }
  .sec07__map iframe{
    width: 100%;
    height: 300px;    
  }
  
}

@media screen and (max-width: 768px) {
  .top__sec07{
    margin-bottom: 40px;
    overflow: hidden;
    padding: 30px 0
  }
  .sec07__ttl{
    font-size: 30px;
  }
  .sec07__ttl02{
    margin: 0;
    display: block;
    font-size: 16px;
  }
  .sec07__box{
    width: 100%;
    margin-bottom: 20px;
  }
  .sec07__box01{
    width:100%;
    margin: 15px 0 0 0px;
    font-size: 20px;
    line-height: 1.6;
  }
  .sec07__box02{
    width:390px;
    margin: 30px 0 0 0;
    font-size: 20px;
    line-height: 1.6;
  }
}


/* sec08 */
.top__sec08{
  margin-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top__sec08{
    margin-bottom: 40px;
    overflow: hidden;
  }
}

/* sec08 */

footer{
  background: #fff;
}
.footer__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 90px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__logo{
  margin-bottom: 30px;
  width: 25%;
}
.footer__logo img{
  max-width: 232px;
  width: 100%;
}
.footer__logo02{
  margin-bottom: 30px;
  width: 35%;
}
.footer__logo02 img{
  max-width: 368px;
  width: 100%;
}
.footer__navi-box{
  text-align: right;
  font-size: 16px;
  width: 40%;
}
.footer__policy a{
  font-weight: 500;
  font-size: 18px;
  padding-top: 15px;
  color:#5E4C3E;
  text-decoration: underline;
}
.footer__navi-txt{
  padding: 0 0 10px 0;
}
.copyright{
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 1080px) {  
  .footer__list{
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
 
  .footer__logo{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer__logo02{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer__navi-box{
    text-align: left;
    width: 100%;
  }
  .copyright{
    padding: 20px 0 0 0;
    font-size: 13px;
    text-align: center;
  }
}