
/*
body{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

*/
body,
.main-contents
.un_rts_ttl02,
.pad_b40,
.howto-tex01{
     font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
html {
    margin-top: 0px !important;
}

header{
  padding: 0px 0px 30px;
background-image: url("../img/hd_img001.png");
    background-size:cover;
    background-repeat: no-repeat;
border-bottom: 5px solid #eea870;
}

#header_wapper{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#header_wapper h1{
  padding: 20px 0px 0px;
    margin: 0 auto;
margin-right: 0;
}
#header_wapper h1 img{
    max-width: 100%;
    width: 72%;
}
.head_right{
  display: flex;
}

.head_right p.tel{
  margin: 50px 20px 0px 0px;
  color: #e4124f;
  font-size: 18px;
  line-height: 1.2;
}

.head_right p.tel span{
  font-size: 34px;
}

.navall{
  border: 1px solid #e4124f;
  margin: 45px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
}
.navall p{
  text-align: center;
  color: #e4124f;
  margin: 7px 0px 0px 0px;
}

/*　コンテンツ部分
--------------------------------------*/
.mv{
  width: 100%;
  max-height: 1080px;
  /*background-image: url(../img/mv.jpg);*/
  background-size: cover;
  background-position: center;
}

.mv video {
    width: 98.8vw;
    height: -webkit-fill-available;
    height: auto;
}



.mv_wapper{
  max-width: 1200px;
  margin: auto;
}
.mv_wapper h2{
  text-align: center;
  color: #fff;
  font-size: 50px;
  margin: 0px 0px 0px 0px;
  padding: 200px 0px 0px 0px;
}

.mv_wapper div.btn{
  margin: 0px auto 0px;
  padding: 100px 0px 0px 0px;
  text-align: center;
}
.mv_wapper div.btn a{
  font-size: 32px;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  background-color: rgba(179, 10, 10, 0.2);
  border: 2px solid #fff;
}

.box01{
  max-width: 1200px;
  margin: 80px auto 0px;
  padding: 20px 0px 50px 0px;
  border: 1px solid #B7A173;
}

.box01 h2{
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  max-width: 1055px;
  font-size: 42px;
  justify-content: center;
}

.box01 h2::before{
  content: "";
  margin:  0px 30px 0px 0px ;
  width: 350px;
  height: 1px;
  border-top: 1px solid #B7A173;
}
.box01 h2::after{
  content: "";
  margin:  0px 0px 0px 30px;
  width: 350px;
  height: 1px;
  border-top: 1px solid #B7A173;
}

.box01 p.subttl{
  margin: 20px 0px 0px 0px;
  font-size: 16px;
  text-align: center;
  color: #B7A274;

}

.box01 ul.itemlist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 920px;
  margin: 20px auto;
}
.box01 ul.itemlist li{
  text-align: center;
}
.box01 ul.itemlist li img{
  max-width: 100%;
}
.box01 ul.itemlist li p.category{
  margin: 20px 0px 0px 0px;
  color: #B7A072
}

.box01 ul.itemlist02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 920px;
  margin: auto;
}
.box01 ul.itemlist02 li{
  text-align: center;
}
.box01 ul.itemlist02 li img{
  max-width: 100%;
}
.box01 ul.itemlist02 li p.category{
  margin: 20px 0px 0px 0px;
  color: #B7A072
}


.box02{
  max-width: 1200px;
  margin: 80px auto 0px;
  padding: 20px 0px 0px 0px;
}

.box02 h2{
  width: 100%;
  border-radius: 5px;
  background-color: #B7A273;
  text-align: center;
  font-size: 32px;
  padding: 10px 0px;
  position: relative;
  z-index: 0;
}

.box02 h2::before{
  content: "";
   display: inline-block;
  padding: 2px 40px 0px 0px;
  background-image: url(../img/box02icon01.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}

.box02 h2::after{
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 23px;
  background-image: url(../img/box02icon02.png);
  background-repeat: no-repeat;
  width: 44px;
  height: 13px;
}

.box02 .box02list{
  width: 90%;
  margin: 30px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box02 .box02list li{
  width: 23%;
}

.box02 .box02list li figure{
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #B7A273;
}
.box02 .box02list li img{
  width: 100%;
  height: auto;
}

.box02 .box02list li p.text{
  padding: 10px;
  border-bottom: 1px solid #B7A273;
}

.box02 .box02list li p.ttl{
  text-align: center;
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}
.box02 .box02list li p.case{
  text-align: center;
  color: #B7A172;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}
.box02 .box02list li p.plice{
  text-align: center;
  font-size: 26px;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}




.box03{
  max-width: 1200px;
  margin: 80px auto 0px;
  padding: 20px 0px 0px 0px;
}

.box03 h2{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto;
  max-width: 1015px;
  font-size: 42px;
}

.box03 h2::before{
  content: "";
  display: inline-block;
  margin:  0px 30px 0px 0px ;
  width: 250px;
  height: 1px;
  border-top: 1px solid #B7A173;
}
.box03 h2::after{
  content: "";
  display: inline-block;
  margin:  0px 0px 0px 30px;
  width: 250px;
  height: 1px;
  border-top: 1px solid #B7A173;
}

.box03 p.subttl{
  margin: 20px 0px 0px 0px;
  font-size: 16px;
  text-align: center;
  color: #B7A274;
}
.box03 p.txt{
  margin: 20px 0px 0px 0px;
  font-size: 16px;
  text-align: center;
}
.box03 .box03list{
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content:space-around;
  max-width: 1200px;
}

.box03 .box03list li img{
  max-width: 100%;
}

.box04{
  max-width: 1200px;
  margin: 80px auto ;
}
.box04wapper{
  background-color: #E7E3D8;
  padding: 0px 0px 50px 0px;
}

.box04wapper h2{
  background-color: #B7A273;
  border-radius: 5px;
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  position: relative;
}

.box04wapper h2::before{
  content: "";
  display: inline-block;
  padding: 0px 40px 0px 0px;
  background-image: url(../img/box04icon01.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
}

.box04wapper h2::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 10px;
  background-image: url(../img/box04icon02.png);
  background-repeat: no-repeat;
  width: 79px;
  height: 12px;

}

.box04wapper p.txt{
  margin: 30px 0px 0px 0px;
  font-size: 32px;
  text-align: center;
}
.box04wapper p.tel{
  margin: 20px 0px 30px 0px;
  font-size: 42px;
  text-align: center;
}

.box04wapper .box04list{
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px ;
  max-width: 80%;
  display: flex;
  justify-content:space-between;

}
.box04wapper .box04list li{
  margin: 0px 0px;
  padding: 0px 0px 0px 0px ;
  width: 32%;
}
.box04wapper .box04list li a{
  margin: 0px 0px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #B7A173;
  border-radius: 5px;
}
.box04wapper .box04list li a figure{
  background-color: #fff;
  border-radius: 55px;
      width: 110px;
      height: 110px;
      display: flex;
      align-items: center;

}
.box04wapper .box04list li a figure img{
  display: block;
  margin: auto;
}
.box04wapper .box04list li a p.howto{
  color: #ebdcb1;
  text-align: center;
  font-size: 16px;
}

.box04wapper .box04list li a h3.ttl{
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin: 8px 0px;
}
.box04wapper .box04list li a p.btn{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 5px;
  text-align: center;
  font-size: 16px;
}


.box05{
  width: 100%;
  margin: 80px auto ;
  padding: 50px 0px;
  background-color: #ECE9D2;
  z-index: -2;
}
.box05wapper{
    max-width: 1200px;
    margin: auto;
  padding: 0px 0px 50px 0px;
  position: relative;
}
.box05wapper::before{
  content: url(../img/box05bk.png);
  position: absolute;
  right: 10px;
  top:  20px;
  z-index: 1;
}
.box05wapper h2{
  background-color: #2B2415;
  padding: 10px 0px;
  font-size: 32px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3
}

.box05wapper h2::after{
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 23px;
  background-image: url(../img/box05txt.png);
  background-repeat: no-repeat;
  width: 68px;
  height: 12px;
}

.box05wapper .box05list{
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0px;
  width: 90%;
}
.box05wapper .box05list li{
  width: 23%;
  background-color: #fff;
  padding: 0px 5px;
  box-sizing: border-box;
}

.box05wapper .box05list li img{
  max-width: 100%;
}

.box05wapper .box05list li .riyuu{
  text-align: center;
  color: #B7A172;
  font-size: 24px;
  margin: 10px 0px;
}

.box05wapper .box05list li .ttl{
  text-align: center;
  color: #392C26;
  font-size: 21px;
  margin: 10px 0px 0px 0px;
}
.box05wapper .box05list li .txt{
  color: #392C26;
  font-size: 14px;
  width: 90%;
  margin:20px auto;
  text-align: left;
}




.box06{
  max-width: 1200px;
  margin: 80px auto ;
}
.box06wapper{
  background-color: #E7E3D8;
  padding: 0px 0px 50px 0px;
}

.box06wapper h2{
  background-color: #B7A273;
  border-radius: 5px;
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  position: relative;
}
.box06wapper h2::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 10px;
  background-image: url(../img/box06icon01.png);
  background-repeat: no-repeat;
  width: 96px;
  height: 12px;
}

.box06wapper ul.box06list{
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.box06wapper ul.box06list li{
  width: 22%;
  margin: 0px 1% 50px;
}

.box06wapper ul.box06list li img{
  max-width: 100%;
}

.box06wapper ul.box06list li p.ttl{
  text-align: center;
  padding: 0px 0px 20px 0px;
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid #B7A273;
  font-size: 16px;
}

.box06wapper ul.box06list li p.mane{
  text-align: center;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 26px;
}



.box07{
  max-width: 1200px;
  margin: 80px auto 0px;
  padding: 20px 0px 0px 0px;
}

.box07 h2{
  width: 100%;
  border-radius: 5px;
  background-color: #B7A273;
  text-align: center;
  font-size: 32px;
  padding: 10px 0px;
  position: relative;
}

.box07list{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.box07list li{
  margin: 30px 0px 0px 0px;
  padding: 30px;
  border: 1px solid #B7A273;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.box07list li.box0701::before{
  content: "";
  margin: 0px 100px 0px -10%;
  display: inline-block;/*忘れずに！*/
    width: 162px;/*画像の幅*/
    height: 162px;/*画像の高さ*/
    background-image: url(../img/box07icon01.png);
    background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.box07list li.box0702::before{
  content: "";
  margin: 0px 100px 0px -10%;
  display: inline-block;/*忘れずに！*/
    width: 162px;/*画像の幅*/
    height: 162px;/*画像の高さ*/
    background-image: url(../img/box07icon02.png);
    background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.box07list li.box0703::before{
  content: "";
  margin: 0px 100px 0px -10%;
  display: inline-block;/*忘れずに！*/
    width: 162px;/*画像の幅*/
    height: 162px;/*画像の高さ*/
    background-image: url(../img/box07icon03.png);
    background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.box07list li h3{
  font-size: 32px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #392C26;
}
.box07list li p{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #392C26;
}


.box08{
  width: 100%;
  margin: 80px auto 0px;
  padding: 50px 0px 50px 0px;
  background-color: #ECE9D2;
}

.box08wapper{
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px 0px 0px;
}

.box08 h2{
      background-color: #2B2415;
      padding: 10px 0px;
      font-size: 32px;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      width: 80%;
      margin: 0 auto;
      position: relative;
  }

.box08 h2::after{
    content: url(../img/box08icon01.png);
    position: absolute;
    top: 5px;
    right: 10px;
  }

.box08 h3{
    padding: 10px 0px;
    font-size: 32px;
    text-align: center;
    border-radius: 5px;
    width: 80%;
    margin: 30px auto;
  }

  ul.box08list{
    display: flex;
    justify-content: center;
  }

  ul.box08list li:nth-child(2){
    margin: 0px 30px 0px 30px;
  }
ul.box08list li img{
  max-width: 100%;
}
  .box09{
    max-width: 1200px;
    margin: 80px auto 0px;
    padding: 20px 0px 0px 0px;
  }
  .box09 h2{
  width: 100%;
    border-radius: 5px;
    background-color: #B7A273;
    text-align: center;
    font-size: 32px;
    padding: 10px 0px;
    position: relative;
}

ul.box09list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0px auto 0px;
}

ul.box09list li{
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 180px 1% 0px;
  text-align: center;
  border: 1px solid #B7A273;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}

ul.box09list li.box0901::before{
  content: "";
  display: inline-block;
  margin: -150px 0px 0px 0px;
  width: 378px;/*画像の幅*/
  height: 186px;/*画像の高さ*/
  background-image: url(../img/box09img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
ul.box09list li.box0902::before{
  content: "";
  margin: -150px 0px 0px 0px;
  display: inline-block;
  margin: -150px 0px 0px 0px;
  width: 378px;/*画像の幅*/
  height: 186px;/*画像の高さ*/
  background-image: url(../img/box09img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
ul.box09list li.box0903::before{
  content: "";
  margin: -150px 0px 0px 0px;
  display: inline-block;
  margin: -150px 0px 0px 0px;
  width: 378px;/*画像の幅*/
  height: 186px;/*画像の高さ*/
  background-image: url(../img/box09img03.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
ul.box09list li.box0904::before{
  content: "";
  margin: -150px 0px 0px 0px;
  display: inline-block;
  margin: -150px 0px 0px 0px;
  width: 378px;/*画像の幅*/
  height: 186px;/*画像の高さ*/
  background-image: url(../img/box09img04.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

ul.box09list li h3{
  font-size: 24px;
  margin: 30px 0px 10px 0px;
}



.footerbox01{
  width: 100%;
  background-color: #D4D4D4;
  padding: 50px 0px;
  margin: 50px 0px 0px;
}

.footerbox01wapper{
  max-width: 1200px;
  margin: 0 auto;
}

.footerbox01list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0px 0px 0px;
}

.footerbox02{
  width: 100%;

  padding: 50px 0px;
background-image: url("../img/ft_img001.png");
    background-size: 100% auto;
    min-height: 360px;
    background-repeat: no-repeat;
border-top: 5px solid #eea870;
    background-size: cover;
    background-position: unset;
	
}
.footerbox02wapper{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.footerbox02wapper p{
  margin: 20px 0px 0px 0px;
color: #000;
}




@media screen and (max-width:1080px) {
  .box01 h2::before{
    width: 200px;
  }
  .box01 h2::after{
    width: 200px;
  }
  .box03 h2::before{
    width: 100px;
  }
  .box03 h2::after{
    width: 100px;
  }
.box07list li{
  width: 80%;
  margin: 30px auto 0px;
}
.box08 h2{
  width: 90%;
}

}
.sp{
  display: none;
}
@media screen and (max-width:640px) {
header {
    padding: 0px 0px 7px;
}
	.footerbox02wapper img {
		width: 50%
	}	
.footerbox02{
  width: 100%;

  padding: 0px;
background-image: url("../img/ft_img001_sp.png");
    background-size: 100% auto;
    min-height: 290px;
    background-repeat: no-repeat;
border-top: 5px solid #eea870;
	
}
	
	
	
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
.mv_wapper > div {
padding: 0 !important;
    margin: 10px 0!important;
}

.box01 {
    margin: 0 auto 0px;
}
html {
    margin-top: 0px !important;
}
#header_wapper h1{
  width: 50%;
  margin-left: 2%;
}
  .head_right p.tel{
    display: none;
  }
  .head_right{
    margin: 0px 2% 0px 0px;
  }
  .navall {
    margin: -1px 0% 0px 0px;
    padding: 0px 10px 0px 10px;
  }
  .mv{
    height: 280px;
  }
  .mv_wapper h2{
  font-size: 26px;
  padding: 100px 0px 0px 0px;
  }
  .mv_wapper div.btn {
    padding: 30px 0px 0px 0px;
    }
  .mv_wapper div.btn a {
    font-size: 18px;
  }
.mv video {
    width: 100vw;
}
  
.box01 h2{
  font-size: 24px;
}
.box01 h2::before {
    width: 70px;
    margin: 0px 10px 0px 0px;
}
.box01 h2::after {
    width: 70px;
    margin: 0px 0px 0px 10px;
}
.box01 ul.itemlist{
  width: 96%;
  margin: 0%;
}
.box01 ul.itemlist li{
  width:30%;
}
.box01 ul.itemlist02{
  justify-content: center;
}
.box01 ul.itemlist02 li{
  width:30%;
}
.box01 ul.itemlist02 li:nth-child(2){
  margin: 0px 3%;
}
.box02 h2{
  font-size: 21px;
}
.box02 h2::after{
  display: none;
}
.box02 h2::before {
    content: "";
    display: inline-block;
    padding: 2px 10px 0px 0px;
    background-image: url(../img/box02icon01.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    background-size: contain;
}
.box02 .box02list li{
  width: 48%;
}
.box02 .box02list li p.plice{
  margin: 0px 0px 50px;
}

.box03 h2{
  font-size: 21px;
}
.box03 h2::before{
  width: 40px;
  margin: 0px 5px 0px 0px;
}
.box03 h2::after{
  width: 40px;
  margin: 0px 0px 0px 5px;
}
.box03 p.txt{
  font-size: 12px;
}
.box03 .box03list{
  width: 86%;
  flex-direction: column;
  margin: 0 7%;
}
.box03 .box03list li{
  width: 100%;
  margin: 20px 0px 0px;
}
.box04wapper h2{
  font-size: 16px;
}
.box04wapper h2::after{
  display: none;
}
.box04wapper h2::before {
    content: "";
    display: inline-block;
    padding: 0px 10px 0px 0px;
    background-image: url(../img/box04icon01.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
    background-size: contain;
  }
.box04wapper p.txt {
    font-size: 21px;
  }
.box04wapper .box04list{
  flex-direction: column;
}
.box04wapper .box04list{
  max-width: 90%;
}
.box04wapper .box04list li{
  width: 100%;
  margin: 20px 0px 0px 0px;
}
.box04wapper .box04list li a figure {
    background-color: #fff;
    border-radius: 55px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}
.box04wapper .box04list li a figure img{
  width: 70%;
}
.box04wapper .box04list li a div.box04list02{
  display: flex;
  align-items: center;
  margin: 0px 10px ;
}
.box04wapper .box04list li a h3.ttl {
    font-size: 21px;
}
.box04wapper .box04list li a p.howto {
    font-size: 12px;
}
.box04wapper .box04list li a p.btn{
  font-size: 12px;
  margin: 0px 0px 0px 10px;
}
.box05wapper .box05list {
    margin: 30px 2% 0px;
    width: 96%;
}
.box05wapper h2{
  width: 100%;
  font-size: 18px;
}

.box05wapper h2::after{
  display: none;
}
.box05wapper::before {
    right: 0px;
    top: -4px;
}
.box05wapper .box05list{
  flex-direction: column;
}
.box05wapper .box05list li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 0px;
}
.box05wapper .box05list li h3{
  width: 100%;

}
.box05wapper .box05list li .ttl{
  text-align: left;
}
.box05wapper .box05list li figure{
  width: 40%;
}
.box05wapper .box05list li div{
  width: 50%;
  margin-left: 5%;
}
.box05wapper .box05list li .txt {
    width: 100%;
}

.box06wapper h2 {
    font-size: 21px;
}
.box06wapper h2::after{
  display: none;
}
.box06wapper ul.box06list li {
    width: 46%;
    margin: 0px 2% 50px;
}
.box07list li.box0701::before {
    margin: 0px 10px 30px 0px;
}
.box07list li.box0702::before {
    margin: 0px 10px 30px 0px;
}
.box07list li.box0703::before {
  margin: 0px 10px 30px 0px;
}
.box07list li.box0704::before {
    margin: 0px 10px 30px 0px;
}
.box08 h2 {
    font-size: 21px;
}
.box08 h3 {
    font-size: 21px;
    width: 96%;
    margin: 30px auto;
}
ul.box08list {
    flex-wrap: wrap-reverse;
}
ul.box08list li{
  width: 48%;
}
ul.box08list li:nth-child(1) {
  order: 3;
}

ul.box08list li:nth-child(2) {
    margin: 0px 1% 0px 1%;
    order: 1;
}

ul.box08list li:nth-child(3) {
  order: 2;
}
ul.box09list li {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 90px 1% 0px;
    text-align: center;
    border: 1px solid #B7A273;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
.footerbox01list{
  width: 96%;
  margin: 0px 2% 0px;
  justify-content: start;
}
.footerbox01list li{
  margin: 20px 25px 0px 0px;
}

.footerbox01list02{
  width: 96%;
  margin: 0px 2% 0px;
}
.footerbox01list02 li{
  margin: 8px 10px 0px 0px;
  justify-content: start;
}

ul.box09list li.box0901::before{
  margin: -95px 0px 0px 0px;
    width: 265px;
    height: 132px;
}
ul.box09list li.box0902::before{
  margin: -95px 0px 0px 0px;
    width: 265px;
    height: 132px;
}
ul.box09list li.box0903::before{
  margin: -95px 0px 0px 0px;
    width: 265px;
    height: 132px;
}
ul.box09list li.box0904::before{
  margin: -95px 0px 0px 0px;
    width: 265px;
    height: 132px;
}
.box07 h2{
  font-size: 21px;
}

.box07list li{
  flex-direction: column;
}
.box07list li h3{
  font-size: 21px;
  text-align: center;
}
.box05wapper .box05list li .ttl{
  font-size: 16px;
}
.box08 h2::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}
.box07 {
    margin: 30px auto 0px;
}
.box06wapper {
    padding: 0px 0px 0px 0px;
}
.box09 h2{
  font-size: 21px;
}
.footerbox01wapper p{
  text-align: center;
}
.box0901 p br{
  display: none;
}
.box0902 p br{
  display: none;
}
.box0903 p br{
  display: none;
}
}
