@charset "UTF-8";

.header,.footer,.w-910 {
  max-width: 910px;
  padding: 0 20px;
  margin: 0 auto;
}
#body{
  width: 100% !important;
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.4;
}
img{
  width: 100%;
}
.min{
  font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bold{
  font-weight: bold;
}
.rel{
  position: relative;
}

/*sp navi */
#globalheader_sp{
  background-color: #fff;
  padding: 10px 0 5px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.sp_navBtn{
  position: absolute;
  width: 176px;
  right: 0;
  top: 0;
}
.globalnav_btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.globalnav_btn span {
  position: absolute;
  display: block;
  top: 24px;
  right: 12px;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.globalnav_btn span::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: .3s;
}
.globalnav_btn span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #000 ;
  transition: .3s;
}
.open .globalnav_btn span {
  background-color: transparent;
  width: 25px;
}
.open .globalnav_btn span::before{
 top: 0;
 left: 0;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
.open .globalnav_btn span::after {
 bottom: 0;
 left: 0;
 width: 25px;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.sp-menu li a {
  font-size: 14px;
}
.sp-menu{
 background-color:#000;
 position: absolute;
 top: 50px;
 left: 0;
 width: 100%;
 z-index: 800;
 padding-bottom: 50px;
 height: calc(100vh - 50px);
 overflow-y: scroll;
}

.sp-menu li{
 border-top: 1px solid #d2d2d2;
 position: relative;
 transition: .5s;
}
.sp-menu a{
  padding: 0 15px;
  font-size: 14px;
  line-height: 50px;
  display: block;
  position: relative;
  color: #fff;
}
.sp-menu li span{
  color: #543617;
  font-weight: 500;
}
.sp-menu ul li{
  text-align: left;
  display: block;
  height: auto;
  padding-bottom: 0;
}
.sp-menu ul li a{
  padding: 0 0 0 15px;
  line-height: 4em;
  text-decoration: none;
 }
.pcnav{
  display: none;
}
.sp-menu a{
  line-height:initial;
}
.sp-menu a.nav_acc{
  position: relative;
}
.sp-menu a.nav_acc::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #000;
  right: 30px;
  top: calc(50% - 12px);
  transition: .3s;
}
.sp-menu a.nav_acc::after{
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #000;
  right: 19px;
  top: calc(50% - 1px);
}
.sp-menu a.nav_acc.open::before{
  transform: rotate(90deg);
  transform-origin: center center;
}
.sp-menu nav > ul{
  height: auto;
  padding-bottom: 20px;
}
.sp-menu nav > ul > li:last-child{
  border-bottom:1px solid #d2d2d2;
}
.sp-menu nav > ul > li > ul{
  display: none;
}
.sp-menu nav > ul > li > ul > li{
  padding-left: 20px;
}
.sp-menu nav > ul > li > ul > li a{
  line-height: 3em
}
.sp-menu_txt{
  margin-top: 10px;
  text-align: center;
}
.sp-menu_txt a{
  text-decoration: none;
}
/* mv */
.mv{
  background: url(img/top/mv_bg.jpg) center / cover no-repeat;
  width: 100%;
  height: 518px;
  margin-top: 8px;
}
.mv02{
  background: url(img/top/mv_bg02.jpg) center / cover no-repeat;
  width: 100%;
  height: 518px;
  margin-top: 8px;
}
.mv03{
  background: url(img/top/mv_bg03.jpg) center / cover no-repeat;
  width: 100%;
  height: 518px;
  margin-top: 8px;
}
.mv04{
  background: url(img/top/mv_bg04.jpg) center / cover no-repeat;
  width: 100%;
  height: 518px;
  margin-top: 8px;
}
.mv_txt{
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding-top: 160px;
}
.swiper-container{
  width: 100%;
}
/* カテゴリー */
.categori_bg{
  background: url(img/top/loc_bg.jpg) center / cover no-repeat;
  width: 100%;
  height: 413px;
  position: relative;
}
.categori_bg02{
  background: url(img/top/plan_bg.jpg) center / cover no-repeat;
  width: 100%;
  height: 413px;
  position: relative;
}
.categori_bg03{
  background: url(img/top/equ_bg.jpg) center / cover no-repeat;
  width: 100%;
  height: 413px;
  position: relative;
}
.categori_bg04{
  background: url(img/top/out_bg.jpg) center / cover no-repeat;
  width: 100%;
  height: 413px;
  position: relative;
}
.categori_bgin{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 23px;
  line-height: 1.5;
  width: 233px;
  padding: 80px 0;
  color: #fff;
  position: absolute;
  top: 93px;
  right: 0;
  left: 0;
  margin: auto;
}
.categori_bgin p:first-child::after{
  content: "";
  border-bottom: 1px solid #fff;
  width: 180px;
  display: block;
  margin: 0 auto;
}
.img_txt{
  text-align: center;
  padding-top: 380px;
  color: #fff;
}
h2{
  margin: 0 0 60px;
  padding-top: 90px;
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
}
h3{
  margin: 75px 0 55px;
  text-align: center;
  font-size: 21px;
  line-height: 1.75;
}
h4{
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  color: #727171;
  font-weight: normal;
}
.h4_02{
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.section01{
  width: 100%;
  background: url(img/top/sec01_bg.jpg) center / cover no-repeat;
  padding-bottom: 230px;
}
.section01 .txt01{
  line-height: 2.25;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.anc_01{
  display: block;
  height: 303px;
  position: absolute;
  top: 0px;
  width: 607px;
}
.anc_02{
  display: block;
  height: 607px;
  position: absolute;
  top: 0px;
  width: 303px;
}
.categori_box{
  position: relative;
  max-width: 910px;
  height: 910px;
  margin: 0 auto;
}
.categori_box ul{
  position: absolute;
}
.categori_box ul:hover{
  opacity: 0.7;
}
.categori_box_cen{
  position: absolute;
  background: url('img/top/categori01.jpg');
  max-width: 304px;
  width: 304px;
  height: 304px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.categori_box ul:nth-child(2){
  background: url('img/top/categori02.jpg');
  max-width: 607px;
  width: 100%;
  height: 303px;
}
.categori_box ul:nth-child(3){
  background: url('img/top/categori03.jpg');
  max-width: 303px;
  width: 100%;
  height: 607px;
  right: 0;
}
.categori_box ul:nth-child(4){
  background: url('img/top/categori04.jpg');
  max-width: 607px;
  width: 100%;
  height: 303px;
  right: 0;
  bottom: 0;
}
.categori_box ul:nth-child(5){
  background: url('img/top/categori05.jpg');
  max-width: 303px;
  width: 100%;
  height: 607px;
  left: 0;
  bottom: 0;
}
.categori_boxin01{
  margin-top: 120px;
  text-align: center;
  font-size: 23px;
  line-height: 1.6;
  color: #fff;
}
.categori_boxin01 p:first-child::after{
  content: "";
  border-bottom: 0.5px solid #fff;
  width: 180px;
  display: block;
  margin: 0 auto;
}
.categori_boxin02{
  margin-top: 265px;
  text-align: center;
  font-size: 23px;
  line-height: 1.6;
  color: #fff;
}
.categori_boxin02 p:first-child::after{
  content: "";
  border-bottom: 0.5px solid #fff;
  width: 180px;
  display: block;
  margin: 0 auto;
}

/* 環境 */
.accessbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #727171;
  padding-bottom: 45px;
}
.accessbox li{
  width: 442.5px;
  height: 45px;
  background-color: rgba(73,146,185,0.7);
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
  border-radius: 30px;
  position: relative;
}
.accessbox_txt{
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
}
.accessbox_txtn{
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
}
.accessbox li p span{
  font-size: 36px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.accessbox li:nth-child(n+3){
  margin-bottom: 0;
}
.accessbg{
  background-color: #f8f6e7;
  padding: 32px 20px 37px;
  text-align: center;
}
.accessbg img{
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.accessbg_txt{
  font-size: 21px;
  font-weight: bold;
}
.accessbg_txt02{
  font-size: 10px;
  line-height: 1.6;
}
.loc_bt{
  border-top: 1px solid #727171;
  padding-top: 30px;
}
.loc_box01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.loc_box01 li{
  width: calc(100%/3 - 17px);
  margin-right: 25px;
  font-size: 11px;
}
.loc_box01 li:last-child{
  margin-right: 0;
}
.loc_box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.loc_box02 li:first-child{
  width: 65.8%;
}
.loc_box02 li:nth-child(2){
  width: 31.4%;
}
.h4_01{
  margin-top: -5px;
  margin-bottom: 10px;
}
.loc_txt{
  font-size: 11px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 15px;
}
.loc_txt02{
  font-size: 11px;
  text-align: justify;
  line-height: 1.5;
}
.check_bg{
  border: 1px solid #727171;
  max-width: 910px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
.check_bg::before{
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  border-top: 20px solid #595757;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.check_bg::after{
  content: "";
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.check_bg p{
  max-width: 910px;
  width: 100%;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 11px;
}
.loc_map{
  max-width: 910px;
  width: 100%;
  margin-bottom: 112px;
}

/* 間取り */
.plan_box01{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
.plan_box01in{
  width: calc(55% - 91px);
  margin-right: 91px;
}
.plan_box01in li{
  background-color: rgba(73,146,185,0.7);
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 15px;
}
.plan_box01in li:last-child{
  margin-bottom: 0;
}
.plan_box01in li span{
  font-size: 10px;
  color: #000;
  position: relative;
  top: -5px;
  left: 5px;
}
.plan_t01{
  display: flex;
  justify-content: center;
}
.plan_t01 span:first-child{
  font-size: 24px;
  color: #fff;
  margin-right: 5px;
  top: 0;
  left: 0;
}
.plan_t01 span:nth-child(2){
  text-align: left;
  top: 4px;
  margin-bottom: -10px;
}
.plan_t01 span:nth-child(3){
  left: 0;
  top: -15px;
}
.plan_box02in{
  width: 45%;
}
.madori_allbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.madori_d{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 359.5px;
  margin: 0 auto;
  margin-bottom: 3px;
}
.madori_d li{
  width: calc(49.7% - 1px);
  background-color: #c5aeb9;
  padding: 8px 0;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.madori_d li:last-child{
  margin-right: 0;
}
.madori_bigtxt01{
  font-size: 23px;
  margin-right: 3px;
}
.madori_bigtxt02{
  font-size: 19px;
}
.madori_bc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 409.5px;
  margin-bottom: 3px;
}
.madori_bc li{
  width: calc(24.6% - 1px);
  padding: 8px 0;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.madori_bc li:first-child{
  background-color: #b7cdda;
}
.madori_bc li:nth-child(2){
  background-color: #dbcba6;
}
.madori_bc li:nth-child(3){
  background-color: #bfbccd;
}
.madori_bc li:nth-child(4){
  background-color: #ccd3bd;
  margin-right: 0;
}
.madori_a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 409.5px;
}
.madori_a li:first-child{
  width: calc(49.7% - 1px);
  padding: 16px 0;
  font-size: 10px;
  background-color: #efefef;
}
.madori_a_txt02{
  position: relative;
  top: 8px;
}
.madori_a li:nth-child(n+2){
  width: calc(24.6% - 1px);
  padding: 16px 0;
  font-size: 10px;
  background-color: #9fa0a0;
}
.madori_a li:last-child{
  margin-right: 0px;
}
.madori_bcbox{
  margin-bottom: 60px;
}
.madori_bcbox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.madori_bcbox ul li{
  width: calc(24.8% - 1px);
  padding: 30px 0 135px;
  position: relative;
}
.madori_bcbox ul li:last-child{
  margin-right: 0;
}
.madori_bcbox ul li:first-child{
  background-color: #b7cdda;
}
.madori_bcbox ul li:nth-child(2){
  background-color: #dbcba6;
}
.madori_bcbox ul li:nth-child(3){
  background-color: #bfbccd;
}
.madori_bcbox ul li:nth-child(4){
  background-color: #ccd3bd;
}
.madori_img{
  text-align: center;
  margin: 25px 0;
}
.madori_img img{
  margin: 0 auto;
}
.madori_img02{
  text-align: center;
  margin: 37px 0 25px;
}
.madori_img02 img{
  margin: 0 auto;
}
.madori_bcbox_txt01{
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  margin-left: 5px;
}
.madori_bcbox_txt01 span{
  font-size: 71px;
  margin-right: 5px;
}
.madori_bcbox_txt02{
  margin: 0 auto;
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
}
.madori_bcbox_txt03{
  margin: 0 auto;
  font-size: 21px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px 5px;
}
.madori_bcbox_txt03 span{
  font-size: 14px;
}
.madori_bcbox_txt04{
  width: calc(100% - 42px);
  margin: 0 auto;
}
.madori_bcbox_txt04 p{
  background-color: #87b1c6;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 3px 0;
  font-size: 21px;
  color: #fff;
  text-align: center;
}
.madori_bcbox_txt04.txt04_01 p{
  background-color: #b89d5e;
}
.madori_bcbox_txt04.txt04_02 p{
  background-color: #8e86a8;
}
.madori_bcbox_txt04.txt04_03 p{
  background-color: #9dad85;
}
.txt_tyo{
  transform: scale(0.54, 1);
  display: inline-block;
  width: 310px;
  margin-left: -65px;
}
.txt_tyo02{
  transform: scale(0.65, 1);
  display: inline-block;
  width: 310px;
  margin-left: -65px;
}
.madori_bcbox_txt04 p:last-child{
  margin-bottom: 0;
}
.madori_bcbox_txt05{
  width: 180px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  font-size: 15.5px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 40px;
}
.madori_dbox{
  padding-bottom: 80px;
  border-bottom: 1px solid #000;
}
.madori_dbox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.madori_dbox ul li{
  width: 49.7%;
  margin-right: 2px;
  padding: 30px 0 110px;
  position: relative;
  background-color: #c5aeb9;
}
.madori_dbox_txt01{
  font-size: 20px;
  color: #fff;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
}
.madori_dbox_txt01 span{
  font-size: 71px;
  margin-left: 5px;
  margin-right: 5px;
}
.madori_dbox_txt02{
  width: 100%;
  margin: 0 auto;
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
}
.madori_dbox_txt03{
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 21px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 8px;
  padding: 4px 0;
}
.madori_bcbox_txt03 span{
  font-size: 14px;
}
.madori_dbox_txt04{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 73px);
  margin: 0 auto;
}
.madori_dbox_txt04 p{
  width: calc(48.2% - 0px);
  background-color: #a0798b;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 3px 0;
  font-size: 21px;
  color: #fff;
  text-align: center;
}
.madori_dbox_txt04 p:last-child{
  margin-right: 0;
}
.madori_dbox_txt04.txt04_01 p{
  width: 380px;
  margin: 0 auto;
}
.madori_dbox_txt05{
  width: calc(100% - 73px);
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  font-size: 15.5px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 40px;
}
.tinryo_boxin {
  width: 90%;
  margin: 0 auto;
}
.tinryo_allbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.tinryo_d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500.5px;
  margin: 0 auto;
  margin-bottom: 3px;
}
.tinryo_d li{
  width: 49.8%;
  margin-right: 2px;
  background-color: #c5aeb9;
  padding-bottom: 10px;
}
.tinryo_d li:last-child{
  margin-right: 0;
}
.tinryo_d_box{
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 15px;
}
.tinryo_d_box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 69.5%;
  margin: 0 auto;
  text-align: right;
}
.tinryo_d_txt01{
  font-size: 60px;
  line-height: 1;
  color: rgba(255,255,255, 0.5);
  margin-top: 7px;
}
.tinryo_d_txt02{
  font-size: 14px;
}
.tinryo_d_txt03{
  font-size: 16px;
}
.tinryo_d_box02 div:nth-child(2){
  margin-top: 10px;
}
.tinryo_bc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 819px;
  margin-bottom: 3px;
}
.tinryo_bc li{
  width: 24.7%;
  margin-right: 2px;
  padding: 8px 0;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.tinryo_bc li:first-child{
  background-color: #b7cdda;
}
.tinryo_bc li:nth-child(2){
  background-color: #dbcba6;
}
.tinryo_bc li:nth-child(3){
  background-color: #bfbccd;
}
.tinryo_bc li:nth-child(4){
  background-color: #ccd3bd;
  margin-right: 0;
}
.tinryo_bc_box{
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 15px;
  color: #000;
}
.tinryo_bc_box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 89.3%;
  margin: 0 auto;
  text-align: right;
  color: #000;
}
.tinryo_bc_box02 div:first-child{
  width: 18%;
  margin-right: 5px;
}
.tinryo_bc_box02 div:nth-child(2){
  width: 78%;
  margin-top: 10px;
  line-height: 1.3;
}
.tinryo_bc_txt01{
  font-size: 60px;
  line-height: 1;
  color: rgba(255,255,255, 0.5);
  margin-top: 7px;
}
.tinryo_a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 819px;
}
.tinryo_a li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49.8%;
  margin-right: 3px;
}
.tinryo_a li:nth-child(2){
  width: 49.7%;
  margin-right: 0;
}
.tinryo_a li:first-child{
  background-color: #efefef;
}
.tinryo_a li:last-child{
  margin-right: 0;
}
.tinryo_a_box01{
  width: 44.5%;
  margin-top: 12px;
  margin-left: 12px;
}
.tinryo_a_box02{
  width: 44.5%;
  margin-top: 12px;
  margin-right: 12px;
}
.tinryo_a_box01 p:first-child{
  background-color: #fff;
  padding: 3px 0;
}
.tinryo_a_box01 p:nth-child(2){
  width: 110px;
  text-align: right;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 0 30px;
}
.tinryo_a_box02 p:first-child{
  background-color: #fff;
  padding: 3px 0;
}
.tinryo_a_box02 p:nth-child(2){
  width: 102px;
  text-align: right;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 0 30px;
}
.tinryo_a_box03{
  background-color: #9fa0a0;
  width: 49.6%;
  font-size: 14px;
}
.tinryo_a_txt01{
  margin-top: 47px;
}
.tinryo_a_txt02{
  margin-top: 38px;
}
.tinryo_txt{
  margin-top: 10px;
  margin-bottom: 115px;
  padding-left: 5%;
  font-size: 14px;
}
.equ_box{
  margin-bottom: 70px;
}
.equ_box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
}
.equ_box ul li{
  width: 49.1%;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ea5514;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 8px 0;
  border-radius: 24px;
}
.equ_box ul li:nth-child(n+3){
  margin-bottom: 0;
}
.equ_box ul li:nth-child(2n){
  margin-right: 0;
}
.equ_box02{
  margin-bottom: 20px;
}
.equ_box02 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equ_box02 ul li{
  width: calc(100%/2 - 14px);
  margin-right: 28px;
}
.equ_box02 ul li img{
  margin-bottom: 12px;
}
.equ_box02 ul li:last-child{
  margin-right: 0;
}
.equ_txt01{
  font-size: 16px;
  margin-bottom: 5px;
}
.equ_txt01 span{
  font-size: 14px;
  transform: scale(0.9, 1);
  display: inline-block;
}
.equ_txt02{
  font-size: 10px;
}
.equ_box03{
  margin-bottom: 50px;
}
.equ_box03 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.equ_box03 ul li{
  width: calc(100%/3 - 18px);
  margin-right: 27px;
}
.equ_box03 ul li img{
  margin-bottom: 12px;
}
.equ_box03 ul li:last-child{
  margin-right: 0;
}
.equ_box03.box03_02{
  margin-bottom: 115px;
}
.equ_box03.box03_02 ul li:first-child{
  width: 31%;
  margin-right: 2vw;
}
.equ_box03.box03_02 ul li:nth-child(2){
  width: 65.8888%;
}
.out_box{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  margin-top: 105px;
  margin-bottom: 195px;
  padding-top: 65px;
  padding-bottom: 65px;
  width: calc(100% - 80px);
}
.out_boxin{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.out_boxin table{
  width: 405px;
  margin-left: 50px;
  line-height: 2.25;
  font-size: 14px;
}
.out_boxin table tbody tr th{
  text-align: left;
  width: 100px;
}
.out_box_txt{
  font-size: 14px;
  margin-left: 42px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.pc2{
  display: block;
}
.sp2{
  display: none;
}
.logo_sp{
  width: 150px;
  margin-top: 0;
  margin-left: 10px;
}
.bx-wrapper{
  margin-bottom: 0 !important;
}
.sp-menu_tel{
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width:1000px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .sp2{
    display: none;
  }
  .mv,.mv02,.mv03,.mv04{
    height: 80vw;
  }
  .mv02{
    background-position: right;
  }
  .mv_txt{
    width: 60%;
    margin: 0 0 0 40px;
    position: absolute;
    top: 43%;
    padding-top: 0;
  }
  .mv_txt02{
    width: 80%;
    margin: 0 0 0 40px;
    position: absolute;
    top: 43%;
    padding-top: 0;
  }
  .mv_txt03{
    width: 80%;
    margin: 0 0 0 40px;
    position: absolute;
    top: 43%;
    padding-top: 0;
  }
  .mv_txt04{
    width: 80%;
    margin: 0 0 0 40px;
    position: absolute;
    top: 43%;
    padding-top: 0;
  }
  h2{
    padding-top: 40px;
    font-size: 18px;
  }
  h3{
    font-size: 18px;
  }
  .section01{
    padding-bottom: 100px;
  }
  .section01 .txt01{
    font-size: 14px;
  }
  .categori_box{
    max-width: 600px;
    height: 600px;
  }
  .categori_box_cen{
    max-width: 200px;
    height: 200px;
    background-size: contain;
  }
  .categori_box ul:nth-child(2){
    max-width: 400px;
    height: 200px;
  }
  .categori_box ul:nth-child(3){
    max-width: 200px;
    height: 400px;
  }
  .categori_box ul:nth-child(4){
    max-width: 400px;
    height: 200px;
  }
  .categori_box ul:nth-child(5){
    max-width: 200px;
    height: 400px;
  }
  .categori_boxin01{
    margin-top: 75px;
    font-size: 18px;
  }
  .categori_boxin02{
    margin-top: 170px;
    font-size: 18px;
  }
  .anc_01{
    width: 400px;
    height: 200px;
  }
  .anc_02{
    width: 200px;
    height: 400px;
  }
  .anc_03{
    width: 400px;
    height: 200px;
  }
  .anc_04{
    width: 200px;
    height: 400px;
  }
  .accessbox{
    justify-content: center;
  }
  .accessbox li{
    width: 347px;
    font-size: 20px;
  }
  .accessbox li:nth-child(2n+1){
    margin-right: 18px;
  }
  .accessbg_txt{
    font-size: 18px;
  }
  .accessbg img{
    width: 690px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .plan_box01in li{
    font-size: 20px;
  }
  .madori_bcbox_txt04 p{
    font-size: 18px;
  }
  .txt_tyo{
    width: 100%;
    margin-left: 0;
    transform: scale(0.8, 1);
  }
  .txt_tyo02{
    width: 100%;
    margin-left: 0;
    transform: scale(0.8, 1);
  }
  .madori_dbox_txt04 p{
    font-size: 18px;
  }
  .plan_t01 span:first-child{
    font-size: 20px;
  }
  .plan_t01 span:nth-child(2){
    top: 1px;
    margin-bottom: -8px;
  }
  .plan_t01 span:nth-child(3){
    top: -10px;
  }
}

@media screen and (max-width:768px){
  .pc2{
    display: none;
  }
  .sp2{
    display: block;
  }

  .mv_txt{
    width: 50%;
    margin: 0 0 0 5%;
    position: absolute;
    padding-top: 0;
  }
  .mv_txt02{
    width: 90%;
    margin: 0 0 0 5%;
    position: absolute;
    padding-top: 0;
  }
  .mv_txt03{
    width: 90%;
    margin: 0 0 0 5%;
    position: absolute;
    padding-top: 0;
  }
  .mv_txt04{
    width: 64%;
    margin: 0 0 0 5%;
    position: absolute;
    padding-top: 0;
  }
  #section02,#section03,#section04,#section05{
    margin-top: -46px;
    padding-top: 46px;
  }
  h2{
    font-size: 14px;
    margin-bottom: 20px;
  }
  h3{
    font-size: 14px;
    margin: 40px 0 20px;
  }
  h4{
    font-size: 16px;
  }
  .section01 .txt01{
    font-size: 12px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .categori_box{
    max-width: 270px;
    height: 270px;
  }
  .categori_box_cen{
    max-width: 90px;
    height: 90px;
    background-size: cover;
  }
  .categori_box ul:nth-child(2){
    max-width: 180px;
    height: 90px;
  }
  .categori_box ul:nth-child(3){
    max-width: 90px;
    height: 180px;
  }
  .categori_box ul:nth-child(4){
    max-width: 180px;
    height: 90px;
  }
  .categori_box ul:nth-child(5){
    max-width: 90px;
    height: 180px;
  }
  .categori_boxin01{
    margin-top: 34px;
    font-size: 10px;
  }
  .categori_boxin02{
    margin-top: 82px;
    font-size: 10px;
  }
  .anc_01{
    width: 180px;
    height: 90px;
  }
  .anc_02{
    width: 90px;
    height: 180px;
  }
  .anc_03{
    width: 180px;
    height: 90px;
  }
  .anc_04{
    width: 90px;
    height: 180px;
  }
  .categori_boxin01 p:first-child::after{
    width: 100px;
  }
  .categori_boxin02 p:first-child::after{
    width: 80px;
  }
  .categori_box ul:nth-child(2),.categori_box ul:nth-child(3),.categori_box ul:nth-child(4),.categori_box ul:nth-child(5){
    background-size: contain;
  }
  .section01{
    padding-bottom: 50px;
  }
  .categori_bg{
    height: 180px;
  }
  .categori_bg02{
    height: 180px;
  }
  .categori_bg03{
    height: 180px;
  }
  .categori_bg04{
    height: 180px;
  }
  .categori_bgin{
    padding: 15px 0;
    top: 43px;
  }
  .accessbox{
    padding-bottom: 40px;
  }
  .accessbox li{
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .accessbox li p span{
    font-size: 22px;
    top: 0;
  }
  .accessbox li:nth-child(2n+1){
    margin-right: 0;
  }
  .accessbox_txt{
    top: 5px;
  }
  .accessbox_txtn{
    top: 10px;
  }
  .accessbox li:nth-child(n+3){
    margin-bottom: 10px;
  }
  .accessbox li:last-child{
    margin-bottom: 0;
  }
  .accessbg img{
    width: 80%;
  }
  .loc_box01 li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .loc_box01 li:last-child{
    margin-bottom: 0;
  }
  .loc_box02 li:first-child{
    width: 100%;
    margin-bottom: 20px;
  }
  .loc_box02 li:nth-child(2){
    width: 100%;
  }
  .check_bg p{
    font-size: 16px;
    top: 15px;
    line-height: 1.2;
  }
  .loc_map{
    margin-bottom: 40px;
  }
  .plan_box01in{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .plan_box02in{
    width: 100%;
  }
  .madori_bc{
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .madori_a{
    margin: 0 auto;
  }
  .madori_bcbox ul li{
    width: 100%;
  }
  .madori_bcbox ul li:nth-child(-n+3){
    margin-bottom: 20px;
  }
  .madori_sp{
    width: 60%;
    margin: 0 auto;
  }
  .madori_bcbox_txt04{
    width: calc(100% - 10px);
  }
  .txt_tyo{
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .txt_tyo02{
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .madori_bcbox_txt05{
    width: calc(100% - 10px);
  }
  .plan_box01in li:nth-child(2){
    padding: 10px 10px 5px 0;
  }
  .madori_bcbox{
    margin-bottom: 20px;
  }
  .madori_dbox ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .madori_dbox ul li:last-child{
    margin-bottom: 0;
  }
  .madori_dbox_txt01{
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    margin-left: 5px;
  }
  .madori_dbox_txt02{
    margin: 0 auto;
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
  }
  .madori_dbox_txt03{
    margin: 0 auto;
    font-size: 21px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 8px;
    width: calc(100% - 10px);
  }
  .madori_dbox_txt03 span{
    font-size: 14px;
  }
  .madori_dbox_txt04{
    width: calc(100% - 10px);
  }
  .madori_dbox_txt04.txt04_01 p{
    width: 100%;
  }
  .madori_dbox_txt04 p{
    width: 100%;
    margin-right: 0;
  }
  .madori_dbox_txt05{
    width: calc(100% - 10px);
  }
  .madori_dbox{
    padding-bottom: 60px;
  }
  .tinryo_d li{
    width: calc(49.7% - 1px);
    margin-right: 0;
  }
  .tinryo_d_box02{
    width: 90.5%;
  }
  .tinryo_d_txt01{
    font-size: 54px;
    text-align: left;
  }
  .tinryo_d_txt02{
    font-size: 11px;
  }
  .tinryo_d_txt03{
    font-size: 13px;
  }
  .tinryo_boxin{
    width: 100%;
  }
  .tinryo_bc{
    width: 100%;
  }
  .tinryo_bc li{
    width: calc(49.7% - 1px);
    margin-right: 0;
  }
  .tinryo_bc li:nth-child(-n+2){
    margin-bottom: 4px;
  }
  .tinryo_bc_box02{
    width: 90.5%;
  }
  .tinryo_bc_txt01{
    font-size: 45px;
    text-align: left;
  }
  .tinryo_d{
    margin-bottom: 4px;
  }
  .tinryo_a{
    width: 100%;
  }
  .tinryo_a li{
    width: 100%;
    margin-right: 0;
  }
  .tinryo_a_box01,.tinryo_a_box02{
    width: 44%;
  }
  .tinryo_a li:nth-child(2){
    width: 100%;
    height: 110px;
  }
  .tinryo_a_box03{
    width: calc(49.7% - 1px);
  }
  .tinryo_a li:first-child{
    margin-bottom: 4px;
  }
  .tinryo_a_txt01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 45px;
  }
  .tinryo_a_txt02{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
  }
  .tinryo_txt{
    width: 100%;
    padding-left: 0;
    text-align: justify;
  }
  .tinryo_txt{
    margin-bottom: 40px;
  }
  .img_txt{
    padding-top: 155px;
    font-size: 10px;
  }
  .equ_box ul{
    width: 100%;
  }
  .equ_box ul li{
    width: 100%;
    font-size: 20px;
    margin-right: 0;
  }
  .equ_box ul li:nth-child(3){
    margin-bottom: 10px;
  }
  .equ_box{
    margin-bottom: 40px;
  }
  .equ_box02 ul li{
    width: 100%;
    margin-right: 0;
  }
  .equ_box02 ul li:first-child{
    margin-bottom: 20px;
  }
  .equ_box02 ul li img{
    margin-bottom: 5px;
  }
  .equ_box03{
    margin-bottom: 20px;
  }
  .equ_box03 ul{
    width: 100%;
  }
  .equ_box03 ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .equ_box03 ul li:last-child{
    margin-bottom: 0;
  }
  .equ_box03 ul li img{
    margin-bottom: 5px;
  }
  .equ_box03.box03_02 ul li:first-child{
    width: 100%;
    margin-right: 0;
  }
  .equ_box03.box03_02 ul li:nth-child(2) img{
    width: 100%;
  }
  .equ_box03.box03_02 ul li:nth-child(2){
    width: 100%;
  }
  .equ_box03.box03_02{
    margin-bottom: 40px;
  }
  .out_boxin table{
    width: calc(100% - 40px);
    margin-left: 0;
    margin: 0 auto;
    font-size: 12px;
  }
  .out_boxin table tbody tr td{
    line-height: 1.4;
  }
  .out_box{
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 0;
  }
  .out_box_txt{
    margin-left: 12px;
    text-align: left;
    margin-bottom: 10px;
  }
  .tinryo_bc_box02 div:first-child{
    width: 19%;
    margin-right: 5px;
  }
  .tinryo_bc_box02 div:nth-child(2){
    width: 77%;
  }
  .tinryo_d_box02 div:first-child{
    width: 29%;
    margin-right: 5px;
  }
  .tinryo_d_box02 div:nth-child(2){
    width: 66%;
  }
  .plan_t01{
    display: block;
    margin-bottom: -20px;
  }
  .plan_t01 span:nth-child(2){
    margin-bottom: -10px;
    top: -8px;
  }
  .plan_t01 span:nth-child(3){
    display: block;
    top: -12px;
    margin-bottom: -15px;
    text-align: center;
  }
}
