.inner {
  margin: 0 auto;
  width: 100%;
}
.wrapper1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .wrapper1280 {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    min-width: 0;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper1280 {
    width: 92%;
    margin: 0 auto;
  }
.order1 {
    order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}
.order4 {
	order: 4;
}
.order5 {
	order: 5;
}
.order6 {
	order: 6;
}
.order7 {
	order: 7;
}
.order8 {
	order: 8;
}
.order9 {
	order: 9;
}
.order10 {
	order: 10;
}
  
  
  
  
}

.txtYellow {
  color: #fffe93;
}
.txtRed {
  color: #c32f2f;
}
.txtOrange {
  color: #b99221;
}
.txtSmall{
	font-size: 0.9em;
	}
.txtBig{
	font-size: 1.3em;
	}	
	
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.f60 {
	font-size: 60%;
}
.f80 {
	font-size: 80%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f130 {
	font-size: 130%;
}
.f150 {
	font-size: 160%;
}
.f160 {
	font-size: 160%;
}

@media only screen and (max-width: 767px) {
  #main {
    min-width: 0;
  }
  .wrapper1500 {
    width: 100%;
  }
}

#secTop {
	position: relative;
}
  
#secTop img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	#secTop {
		width: 100%;
		height: auto;
	}
}
	












/* --------------------------

		Location

----------------------------*/

.boxL ,.boxR ,.pic {
	position: relative;
}
#secLoc {
	width: 1200px;
    margin: -40px auto;
    padding-top: 40px;
    letter-spacing: 0.025em;
}
#secLoc::before {
    content: "";
    display: block;
    padding-top: 30px;
}
.loc_log {
	text-align: center;
	margin-bottom: 25px;
}
.access_tit {
	text-align: center;
	margin-bottom: 10px;
}
.itemization {
	font-size: 75%;
	vertical-align: 1px;
	color: #453c33;
}
#secLoc .txtBox h2 {
	font-size: 24px;
}
#secLoc .txtBox p {
	font-size: 16px;
	line-height: 1.85;
	margin: 9px 0 0 0.5em;
	width: 430px;
}
#secLoc h3 {
	font-size: 20px;
}
.accessBox .boxTop .boxL {
	margin-top: 10px;
}
.accessBox .boxTop .boxL .txtBox:first-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 0.5px solid #453c33;
}
.accessBox .boxTop {
	justify-content: center;
	gap: 1%;
	align-items: center;
}
.access_On1 {
	position: absolute;
    top: 27%;
    left: 11.2%;
}
.access_On2 {
	position: absolute;
    top: 34.5%;
    left: 26%;
}
.access_On3 {
	position: absolute;
    top: 13%;
    right: 9%;
}
.access_On4 {
	position: absolute;
    top: 35%;
    right: 7.2%;
}
.time {
	position: absolute;
	background: url(../img/index/maru_bg.png) no-repeat;
    background-size: cover;
    width: 102px;
    height: 102px;
    text-align: center;
    color: #453c33;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.25;
	padding-top: 23px;
}
.accessBox .time {
	bottom: 0%;
	right: 5%;
}
.accessBox .boxBtm {
	justify-content: center; 
	gap: 3%;
	margin-top: 12px;
	flex-wrap: wrap;
}
.access02 {
	margin-top: 8px;
}
.accessBox .boxBtm .txtBox {
	text-align: center;
	margin-top: 25px;
}
#secLoc .accessBox .boxBtm .txtBox p {
	margin: 9px auto 0;
	width: 100%;
}
.shoppingBox {
	margin-top: 80px;
}
.shopping_tit {
	position: sticky;
	text-align: center;
	z-index: 2;
}
.shoppingBox .time {
    top: 7%;
    left: 5.5%;
}
.shoppingBox .boxTop {
	justify-content: center;
    align-items: center;
    gap: 0.5%;
    margin-top: -30px;
}
.shoppingBox .boxTop .txtBox {
	margin-top: 20px;
}
.shoppingBox .boxBtm {
	position: relative;
	justify-content: space-between;
	margin-top: 25px;
}
.shoppingBox .boxBtm .inner {
	width: 290px;
}
.shoppingBox .boxBtm .inner img {
	height: 213px;
	object-fit: cover;
    object-position: 17% 100%;
}
#secLoc .shoppingBox .boxBtm h3 {
	text-align: center;
	line-height: 1.2;
}
.shopping_On1 {
	position: absolute;
    top: -44%;
    left: -0.6%;
}
.shopping_On2 {
    position: absolute;
    top: -32%;
    right: 1.3%;
}
.etcBox {
	margin-top: 75px;
}
.etc_tit {
	text-align: center;
}
.etcBox .topBox ,.etcBox .btmBox {
	width: 811px;
	margin: 20px auto 0;
}
#secLoc .etcBox h3 {
	border-bottom: 0.5px solid #453c33;
	padding: 0 0 10px 5px;
}
.etc_On1 ,.etc_On2 {
	position: absolute;
	top: 4%;
	right: 1.5%;
}
.etc01 ,.etc02 {
	border: 0.5px solid #453c33;
}
.etcBox .inner01 ,.etcBox .inner02 {
	margin-top: 15px;
	justify-content: center;
	align-items: center;
	gap: 2%;
}
.ten {
	font-size: 70%;
	letter-spacing: -0.1em;
	vertical-align: 3px;
}
#secLoc h4 {
	font-size: 18px;
	line-height: 1.7;
}
.etcLastBox p {
	font-size: 16px;
	text-align: center;
}
.etcLastBox {
	justify-content: center;
	margin-top: 15px;
	gap: 2%;
}

@media only screen and (max-width: 767px) {
  .boxL ,.boxR ,.pic {
    width: 100%;
  }
  #secLoc {
    width: 100%;
    margin: -2% auto 0;
    padding-top: 3.5%;
    overflow: hidden;
    letter-spacing: 0.05em;
  }
  #secLoc::before {
    padding-top: 10%;
  }
  #secLoc .contain {
    width: 90%;
    margin: 0 auto;
  }
  .loc_log {
    width: 55%;
    margin: 0 auto 5%;
  }
  .access_tit {
    width: 80%;
    margin: 0 auto 2%;
  }
  .accessBox .boxTop {
    flex-direction: column-reverse;
  }
  .access_On1 {
    width: 14%;
    top: 29.3%;
    left: 12%;
  }
  .access_On2 {
    width: 13.7%;
    top: 33.5%;
    left: 27.5%;
  }
  .access_On3 {
    width: 16%;
    top: 14.2%;
    right: 9.2%;
  }
  .access_On4 {
    width: 9.1%;
    top: 34.5%;
    right: 8.5%;
  }
  .accessBox .time {
    bottom: -4%;
    right: 4%;
  }
  .time {
    width: 17.5vw;
    height: 17.5vw;
    font-size: 3.35vw;
    padding-top: 4.7%;
    line-height: 1.15;
  }
  #secLoc .txtBox h2 {
    font-size: 4.2vw;
    text-align: center;
  }
  #secLoc .txtBox p ,#secLoc .accessBox .boxBtm .txtBox p {
    font-size: 3.2vw;
    margin: 2% auto 0;
    width: 90%;
  }
  #secLoc h3 {
    font-size: 3.8vw;
    text-align: center;
  }
  .accessBox .boxTop .boxL ,.shoppingBox .boxTop .txtBox {
    margin-top: 2%;
  }
  .accessBox .boxTop .boxL .txtBox:first-child {
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 0.2vw solid #453c33;
  }
  .accessBox .boxBtm {
    flex-direction: column;
    margin-top: 2%;
  }
  .access02 {
    width: 89%;
    margin: 0 auto;
  }
  .access03 {
    width: 84.5%;
    margin: 4% auto 0;
  }
  .accessBox .boxBtm .txtBox {
    margin-top: 3.5%;
  }
  .shoppingBox ,.etcBox {
    margin-top: 15%;
  }
  .shopping_tit {
    width: 69%;
    margin: 0 auto;
  }
  .shoppingBox .boxTop {
    flex-direction: column;
    margin-top: 2%;
  }
  .shoppingBox .time {
    top: 3.5%;
    left: 2%;
  }
  .shoppingBox .boxBtm {
    margin-top: 19.5%;
    flex-wrap: wrap;
  }
  .shopping_On1 {
    width: 28%;
    top: -19.7%;
    left: -1.7%;
  }
  .shopping_On2 {
    width: 67%;
    top: -15%;
    right: 2%;
  }
  .shoppingBox .boxBtm .inner {
    width: 48%;
  }
  .shoppingBox .boxBtm .inner img {
    height: auto;
  }
  .shoppingBox .boxBtm .inner:nth-child(3) ,.shoppingBox .boxBtm .inner:nth-child(4) {
    margin-top: 4.5%;
  }
  .etc_tit {
    width: 72%;
    margin: 0 auto;
  }
  .etcBox .topBox, .etcBox .btmBox {
    width: 90%;
    margin: 3% auto 0;
  }
  #secLoc .etcBox h3 {
    padding: 0 1% 1.5%;
  }
  .etcBox .inner01 {
    margin-top: 2%;
    flex-direction: column;
  }
  #secLoc h4 {
    font-size: 3.3vw;
  }
  .etc_On1, .etc_On2 {
    width: 20%;
    top: 5%;
    right: 2.5%;
  }
  .etcBox .inner02 {
    flex-direction: column-reverse;
  }
  .etcLastBox {
    margin-top: 2%;
    flex-direction: column;
  }
  .etcLastBox p {
    font-size: 3vw;
    line-height: 2;
  }
}



/* --------------------------

		Support
		
----------------------------*/

#secSupport {
	width: 1200px;
    margin: 80px auto 0;
    padding-top: 40px;
    letter-spacing: 0.025em;
}
#secSupport::before {
    content: "";
    display: block;
    padding-top: 30px;
}
.support_log {
	text-align: center;
	margin-bottom: 25px;
}
.support_tit {
	text-align: center;
}
.support_On1 {
    position: absolute;
    bottom: -18%;
    left: 14.6%;
}
.support_On2 {
    position: absolute;
    bottom: -18%;
    right: 17.8%;
}
#secSupport h2 {
	font-size: 18px;
	color: #b99221;
	text-align: center;
	line-height: 1.7;
}
#secSupport .box p {
	font-size: 15px;
	line-height: 1.6;
	width: 220px;
	margin: 10px auto 0;
}
.support_icon01 ,.support_icon02 ,.support_icon03 ,.support_icon04 {
	text-align: center;
}
#secSupport .box {
	justify-content: center;
	margin-top: 30px;
	gap: 4%;
}
#secSupport .last_p {
	font-size: 14px;
	margin: 20px auto 0;
	padding: 0 10px 5px;
	width: fit-content;
	background: linear-gradient(transparent 60%, #fffe93 30%);
}
@media only screen and (max-width: 767px) {
  #secSupport {
    width: 100%;
    margin: 5% auto 0;
    padding-top: 3.5%;
    overflow: hidden;
    letter-spacing: 0.05em;
  }
  #secSupport::before {
    padding-top: 10%;
  }
  #secSupport .contain {
    width: 90%;
    margin: 0 auto;
  }
  .boxL ,.boxR ,.pic {
    width: 100%;
  }
  .support_log {
    width: 69%;
    margin: 0 auto 5%;
  }
  .support_tit {
    width: 70%;
    margin: 0 auto;
  }

  .support_On1 {
    width: 22%;
    bottom: -18%;
    left: -8.2%;
  }
  .support_On2 {
    width: 14.5%;
    bottom: -17%;
    right: -5%;
  }
  #secSupport h2 {
    font-size: 3.4vw;
  }
  #secSupport .box p {
    font-size: 3vw;
    width: 39vw;
    margin: 3% auto 0;
  }
  #secSupport .last_p {
    font-size: 3vw;
    margin: 5% auto 0;
    padding: 0 1% 2%;
  }
  .support_icon01, .support_icon02, .support_icon03, .support_icon04 {
    width: 21%;
    margin: 0 auto;
  }
  #secSupport .box {
    flex-wrap: wrap;
    margin-top: 6%;
  }
  .support03 ,.support04 {
    margin-top: 3%;
  }
}


/* --------------------------

		Model
		
----------------------------*/
#secModel .boxL, #secModel .boxR, #secModel .pic {
  position: relative;
}
#secModel .flex {
  justify-content: center;
}
#secModel {
	width: 1200px;
    margin: 30px auto 0;
    padding-top: 40px;
    letter-spacing: 0.025em;
}
#secModel::before {
    content: "";
    display: block;
    padding-top: 30px;
}
.model_log {
  text-align: center;
  margin-bottom: 25px;
}
.secM04 .topBox {
  align-items: center;
  gap: 1%;
  margin-top: 50px;
}
.secM04 h2 {
  font-size: 31px;
  line-height: 1.5;
  margin: 20px 0;
}
.m04_sky {
  position: absolute;
  top: -9%;
  left: -8%;
  z-index: -1;
}
.m04_top_On1 {
  position: absolute;
  top: -16%;
  left: -1.5%;
}
#secModel .m04_Setubi_Box {
  font-size: 15px;
  color: #fff;
  text-align: center;
  justify-content: left;
  flex-wrap: wrap;
  width: 455px;
  gap: 1.5%;
}
.m04_Setubi_Box .box1, .m04_Setubi_Box .box2, .m04_Setubi_Box .box3, .m04_Setubi_Box .box4 {
  background-color: #6c604f;
  width: 207px;
  height: 85px;
  line-height: 1.3;
  padding-top: 22px;
}
.m04_Setubi_Box .box1 {
  padding-top: 14px;
}
.m04_Setubi_Box .box3, .m04_Setubi_Box .box4 {
  margin-top: 6px;
}
.m4_box1{
  width: 850px;
  margin: 70px auto 0;
}
.m4_in1{
  position: relative;
  width: 650px;
  margin: 0 0 0 auto;
}
.m04_02{
  position: absolute;
  width: 370px;
  left: -40%;
  bottom: -10%;
}
.m04_on1{
  position: absolute;
  width: 195px;
  left: -37%;
  top: 39%;
}
.m04_on2{
  position: absolute;
  width: 63px;
  top: -5%;
  right: -4%;
}
.m04_on3{
  position: absolute;
  width: 250px;
  right: -5%;
  bottom: -10%;
}
.m4_box2{
  width: 1000px;
  margin: 110px auto 0;
}
.m4_box3{
  width: 1000px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  align-items: baseline;
}
.m4_in2{
  width: 510px;
  position: relative;
}
.m4_in3{
  width: 440px;
  position: relative;
}
.m04_01_On1 {
  position: absolute;
  top: 15%;
  right: 26%;
}
.m04_01_On2 {
  position: absolute;
  top: 16.5%;
  left: 26.5%;
}
.m04_01_On3 {
  position: absolute;
  top: 18.5%;
  right: 40%;
}
.m04_01_On4 {
  position: absolute;
  bottom: 0%;
  left: -7%;
}
.m04_01_On5 {
  position: absolute;
  top: 5%;
  left: 18%;
}
.secM04 .m4_box2 .txtBox{
  margin-top: 10px;
  padding: 5px 60px;

}
.secM04  h3 {
  font-size: 22px;
  border-bottom: 1px solid #b99221;
  padding: 0 2px 2px;
  width: fit-content;
  margin: 5px auto 0;
}
.secM04 .txtBox p {
  font-size: 16px;
  line-height: 1.85;
  margin-top: 9px;
}
.m4_box4{
  width: 890px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.m4_in4{
  width: 460px;
  position: relative;
}
.m04_number02 {
  position: absolute;
  bottom: 3%;
  left: 2.5%;
}
.m04_02_On1 {
  position: absolute;
  top: -9%;
  right: 3%;
}
.m4_in5{
  width: 380px;
}
.secM04 .m4_box3 .txtBox{
  padding: 5px 5px;
}
.m4_box5{
  width: 960px;
  display: flex;
  justify-content: center;
  margin: 70px auto 0;
}
.m4_in6{
  width: 440px;
  position: relative;
  margin-top: 20px;
}
.m04_mdr1_On1 {
  position: absolute;
  top: -9%;
  left: 2%;
}
.m4_in7{
  width: 460px;
  margin: 0 auto;
  position: relative;
}
.number03 {
  position: absolute;
  top: 1.5%;
  left: 1.5%;
}
.m04_03_On1 {
  position: absolute;
  bottom: 40%;
  left: -7%;
}
.secM04 .m4_box5 .txtBox{
  margin-top: 5px;
  padding: 5px 5px;
}
.m4_box6{
  width: 860px;
  display: flex;
  margin: 80px auto 0;
  justify-content: space-around;
}
.m4_in8{
   width: 280px;
}
.m4_in9{
  width: 460px;
  position: relative;
}
.m4_box7{
  width: 460px;
  display: flex;
}
.m4_in10{
  width: 225px;
}
.m4_in11{
  width: 225px;
}
.m4_on7{
  position: absolute;
  top: -6%;
  right: -5%;
}
.m4_on8{
  position: absolute;
  bottom: 5%;
  right: -1%;
}

.m04_siyou {
  margin-top: 40px;
  text-align: center;
}
.secM04 .value {
  width: 800px;
  margin: 0 auto;
  display: flex;
  padding-top: 30px;
  gap: 3%;
  align-items: end;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.secM04 .value .boxL {
  width: 360px;
  
}
.secM04 .value .boxR {
  width: 400px;
}
#secModel .menseki {
  font-size: 16px;
  font-weight: 500;
}
#secModel .sougaku {
  font-size: 18px;
  padding: 5px 0 2px 0;
  font-weight: 500;
}
#secModel .sougaku .big {
  font-size: 40px;
}
#secModel .sougaku .mini {
  font-size: 24px;
  vertical-align: middle;
}
#secModel .syouhizei {
  background-color: #ababab;
  padding: 12px 0;
  margin-top: 4px;
  color: #fff;
}
.key_shutter {
  background-color: #9c9f48;
  padding: 12px 5px;
  margin-top: 4px;
  color: #fff;
}
.secM04 .value .boxL .kouzou, .secM04 .value .boxL .eco {
  background-color: #6c604f;
  color: #fff;
  padding: 12px 5px;
  margin: 4px 0;
}
.secM04 .value .boxL .tokuten {
  background-color: #ababab;
  color: #fff;
  padding: 8px;
  line-height: 1.5;
}
#secModel .jitubutu {
  font-size: 13px;
  text-align: center;
  margin-top: 3px;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  #secModel {
    width: 100%;
    margin: 0 auto;
    padding-top: 3.5%;
    overflow: hidden;
    letter-spacing: 0.05em;
  }
  #secModel::before {
    padding-top: 10%;
  }
  .secM04 {
    width: 90%;
    margin: 0 auto;
  }
  #secModel .boxL ,#secModel .boxR ,#secModel .pic {
    width: 100%;
  }
  .model_log {
    width: 83%;
    margin: 0 auto 5%;
  }
  .secM04 .topBox {
    position: relative;
    flex-direction: column;
    margin-top: 19%;
    padding-top: 0.8%;
  }
  #secModel .secM04 .topBox .boxR {
    position: unset;
  }
  .m04_gouti {
    position: absolute;
    top: -10%;
    left: 30.5%;
    width: 39%;
  }
  /* .m04_house {
    width: 94%;
    margin: 0 auto;
  } */
  .m04_sky {
    top: -5%;
    left: -2%;
  }
  .m04_top_On1 {
    width: 36.5%;
    top: -14%;
    left: -5.8%;
  }
  .secM04 h2 {
    font-size: 5vw;
    line-height: 1.8;
    text-align: center;
    margin: -1.8% 0 0.5%;
  }
  #secModel .m04_Setubi_Box {
    font-size: 2.7vw;
    justify-content: center;
    width: 100%;
  }
  .m04_Setubi_Box .box1, .m04_Setubi_Box .box2, .m04_Setubi_Box .box3, .m04_Setubi_Box .box4 {
    width: 46%;
    height: 15.5vw;
    line-height: 1.4;
    padding-top: 4.5%;
  }

  .m4_box1{
  width: 100%;
  margin: 33% auto 0;
}
.m4_in1{
  width: 98%;
  margin: 0 auto;
}
.m04_02{
  width: 56%;
  left: 10%;
  top: -37%;
  bottom: initial;
}
.m04_on1{
  width: 44%;
  left: -4%;
  top: -44%;
}
.m04_on2{
  width: 12%;
  top: -5%;
  right: -4%;
}
.m04_on3{
  width: 40%;
  right: -3%;
  top: -37%;
  bottom: initial;
  z-index: -5;
}
.m4_box2{
  width: 100%;
  margin: 9% auto 0;
}
.m4_box3{
  width: 100%;
  display: block;

  align-items: baseline;
}
.m4_in2{
  width: 100%;
}
.m4_in3{
  width: 90%;
  margin: 5% auto 0;
}
 .m04_01_On1 {
    width: 13%;
    top: 14%;
    left: 55%;
  }
  .m04_01_On2 {
    width: 14%;
    left: 28%;
  }
  .m04_01_On3 {
    width: 13%;
    right: 41%;
  }
  .m04_01_On4 {
    width: 22.5%;
    bottom: 0%;
    left: -3%;
  }
.m04_01_On5 {
   width: 25%;
   top: 4%;
   left: 15%;
}
.secM04 .m4_box2 .txtBox{
  margin-top: 1%;
  padding: 0% 3%;
}
.secM04  h3 {
  font-size: 4.2vw;
  border-bottom: 0.2vw solid #b99221;
  padding: 0 1% 1%;
  margin: 3.5% auto 0;
}
.secM04 .txtBox p {
  font-size: 3vw;
  margin-top: 2%;
}
.m4_box4{
  width: 100%;
  margin: 5% auto 0;
  display: block;
}
.m4_in4{
  width: 100%;
}
.m04_number02 {
  width: 11%;
}
.m04_02_On1 {
  width: 12%;
  top: -8.5%;
  right: 2.5%;
}
.m4_in5{
  width: 100%;
  margin-top: 1%;
  padding: 0% 3%;
}
.secM04 .m4_box3 .txtBox{
  padding: 3% 3%;
}
.m4_box5{
  width: 100%;
  display: block;
  justify-content: center;
  margin: 15% auto 0;
}
.m4_in6{
  width: 88%;
  margin: 0 auto;
}
.m04_mdr1_On1 {
  width: 28%;
  top: -9.5%;
  left: 8%;
}
.m4_in7{
  width: 98%;
  margin: 10% auto 0;
}
.number03 {
  position: absolute;
  top: 1.5%;
  left: 1.5%;
}
.m04_03_On1 {
  width: 18%;
  bottom: 43%;
  left: -2.5%;
}
.secM04 .m4_box5 .txtBox{
  margin-top: 1%;
  padding: 0% 3%;
}
.m4_box6{
  width: 100%;
  display: block;
  margin: 5% auto 0;
}
.m4_in8{
  width: 56%;
  margin: 0 auto;
}
.m4_in9{
  width: 100%;
  margin: 9% auto 0;
}
.m4_box7{
  width: 100%;
}
.m4_in10{
  width: 47%;
  margin: 0 auto;
}
.m4_in11{
 width: 47%;
 margin: 0 auto;
}
.m4_on7{
  width: 35%;
  top: -6%;
  right: 3%;
}
.m4_on8{
  width: 21%;
  bottom: 7%;
  right: -2%;
}
  .m04_siyou {
    margin-top: 8%;
  }
  .secM04 .value {
    width: 100%;
    flex-direction: column-reverse;
    padding-top: 8%;
    font-size: 15px;
    font-size: 3.2vw;
  }
  #secModel .boxL {
    margin-top: 10%;
}
  #secModel .menseki {
    font-size: 3.4vw;
  }
  #secModel .sougaku {
    font-size: 3.8vw;
    padding: 2% 0 1% 0;
  }
  #secModel .sougaku .big {
    font-size: 8.4vw;
  }
  #secModel .sougaku .mini {
    font-size: 65%;
    vertical-align: 7%;
  }
  #secModel .syouhizei {
    padding: 4%;
    margin-top: 0;
  }
  .key_shutter {
    padding: 3.5% 0;
    margin-bottom: 0%;
  }
  .secM04  .value .boxL .kouzou, .secM04  .value .boxL .eco {
    padding: 3.5% 0;
    margin: 1% 0;
  }
  .secM04 .value .boxL .tokuten {
    padding: 2.5%;
  }
  #secModel .jitubutu {
    font-size: 2.7vw;
    margin-top: 1%;
  }
}



/* --------------------------

		Tyumon
		
----------------------------*/

#secTyumon {
	width: 1200px;
    margin: 30px auto 0;
    padding-top: 40px;
    letter-spacing: 0.025em;
}
#secTyumon::before {
    content: "";
    display: block;
    padding-top: 30px;
}
.tyumon_log {
	text-align: center;
	margin-bottom: 25px;
}
.jirei {
  /* padding-top: 25px; */
  text-align: center;
}
.setumei {
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  padding-top: 8px;
}
.naiyou {
  padding-top: 8px;
  justify-content: center;
  align-items: center;
  gap: 0.5%;
}
.syousai {
  border: 1px solid #cda532;
  padding: 11px 8px;
  border-radius: 10px;
}
.syousai h2 {
  text-align: center;
  font-size: 18px;
}
.syousai p {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: 126px;
  margin: 5px auto 0;
}
.syoBox {
  background: #2d1c04;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin: 15px auto 0;
  padding: 15px 0px;
  width: 365px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}


.plan03 {
  margin-top: 60px;
}
.plan03_gouti {
  text-align: center;
	margin-bottom: 25px;
}
.plan03 h2 {
  font-size: 31px;
  text-align: center;
}
.imageTxt {
  position: absolute;
  top: 1.5%;
  right: 0.5%;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}
.number01 ,.number02 ,.number03 {
  position: absolute;
  top: 1.5%;
  left: 1.5%;
}
.plan03 .txtBox h3 {
  font-size: 22px;
  border-bottom: 1px solid #b99221;
  padding: 0 2px 2px;
  width: fit-content;
}
.plan03 .txtBox p {
  font-size: 16px;
  line-height: 1.85;
  margin: 9px 0 0 0.5em;
}
.plan03 .sec1 {
  justify-content: center;
  gap: 1.5%;
  align-items: center;
  margin-top: 30px;
}
.plan03 .sec1 .txtBox p {
  width: 365px;
}
.sec2_mdr {
  position: relative;
  margin-top: 50px;
  justify-content: center;
  gap: 5.5%;
}
.plan03 .sec2 .txtBox h3 ,.plan03 .sec3 .txtBox h3 ,.plan03 .others .txtBox h3 {
  margin: 7px auto 0;
}
.plan03 .sec2 .txtBox p {
  width: 335px;
  margin: 9px auto 0;
}
.plan03_02 {
  border: 1.5px solid #453c33;
}
.plan03_02_On1 {
  position: absolute;
  bottom: -3%;
  right: -15%;
}
.plan03_mdr1_On1 {
  position: absolute;
  bottom: 17%;
  left: 6%;
}
.borderPc {
  position: absolute;
  top: -54%;
  left: 20%;
  border: 1px solid #453c33;
  width: 1px;
  height: 285px;
}
.sec3_mdr {
  position: relative;
  margin-top: 8px;
  justify-content: center;
  gap: 9.5%;
}
.plan03 .sec3 .txtBox p {
  width: 405px;
  margin: 9px auto 0;
}
.plan03_mdr2 {
  margin-top: 40px;
}
.plan03 .others {
  position: absolute;
  bottom: 5%;
  left: 18%;
}
.plan03 .others .box {
  justify-content: center;
  margin-top: 13px;
}
.plan03 .others .box .inner01 ,.plan03 .others .box .inner02 {
  background: url(../img/index/maru_bg.png) no-repeat;
  background-size: cover;
  width: 102px;
  height: 102px;
  text-align: center;
  color: #453c33;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  padding-top: 23px;
}
.plan03 .others .box .inner01 {
  line-height: 1.4;
  margin-right: 10px;
}
.plan03 .others .box .inner02 {
  margin-left: 10px;
}
.plan03 .value {
  justify-content: center;
  gap: 3.5%;
  text-align: center;
  align-items: center;
  padding-top: 40px;
  letter-spacing: 0.1em;
}
.menseki {
  font-size: 16px;
}
.kakaku {
  font-size: 18px;
  margin-top: 8px;
}
.kakaku .big {
  font-size: 40px;
}
.kakaku .mini {
  font-size: 30px;
  vertical-align: middle;
}
.plan03 .value .boxR {
  width: 325px;
}
.zei {
  font-size: 14px;
  background-color: #ababab;
  padding: 17px 0;
  color: #fff;
}
#tyumonCamp {
  width: 950px;
  margin: 40px auto 0;
  height: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #secTyumon {
    width: 100%;
    margin: 0 auto;
    padding-top: 3.5%;
    overflow: hidden;
    letter-spacing: 0.05em;
  }
  #secTyumon::before {
    padding-top: 10%;
  }
  #secTyumon .contain {
    width: 90%;
    margin: 0 auto;
  }
  .boxL ,.boxR ,.pic {
    width: 100%;
  }
  .tyumon_log {
    width: 67%;
    margin: 0 auto 5%;
  }
  .setumei {
    font-size: 3vw;
    line-height: 1.7;
    padding-top: 1%;
  }
  .naiyou {
    padding-top: 1.5%;
    flex-wrap: wrap;
  }
  .syousai {
    padding: 3% 1%;
    width: 32%;
    margin: 0.5%;
  }
  .syousai h2 {
    font-size: 3.2vw;
  }
  .syousai p {
    font-size: 2.5vw;
    width: 100%;
    margin: 4% auto 0;
  }
  .syoBox {
    width: 71%;
    font-size: 4vw;
    padding: 3.8% 3%;
    margin: 2% auto 0;
  }
  .imgMark {
    width: 10%;
  }
  .plan03 {
    margin-top: 12%;
  }
  .plan03_gouti {
    width: 36%;
    margin: 0 auto 2%;
  }
  .plan03 h2 {
    font-size: 5vw;
    line-height: 1.8;
  }
  .plan03 .txtBox h3 {
    font-size: 4.2vw;
    border-bottom: 0.2vw solid #b99221;
    padding: 0 1% 1%;
    margin: 3.5% auto 0;
  }
  .plan03 .txtBox p {
    font-size: 3vw;
    margin: 2% auto 0;
  }
  .plan03 .sec1 .txtBox p ,.plan03 .sec3 .txtBox p {
    width: 90%;
  }
  .plan03 .sec1 {
    flex-direction: column;
    margin-top: 5%;
  }
  .imageTxt {
    font-size: 2.8vw;
    text-shadow: 0.2vw 0.2vw 0.2vw #fff, -0.2vw -0.2vw 0.2vw #fff, -0.2vw 0.2vw 0.2vw #fff, 0.2vw -0.2vw 0.2vw #fff, 0.2vw 0px 0.2vw #fff, -0.2vw 0px 0.2vw #fff, 0px 0.2vw 0.2vw #fff, 0px -0.2vw 0.2vw #fff;
  }
  .number01, .number02, .number03 {
    width: 11%;
  }
  .sec2_mdr {
    flex-direction: column;
    margin-top: 8%;
  }
  .plan03_02 {
    border: 0.5vw solid #453c33;
    width: 80%;
    margin: 0 auto;
  }
  .number02 {
    left: 11.5%;
  }
  .plan03 .sec2 .imageTxt {
    right: 11%;
  }
  .plan03 .sec2 .txtBox p {
    width: 72%;
  }
  .plan03_02_On1 {
    width: 18%;
    right: 1%;
  }
  .plan03_mdr1 {
    width: 89%;
    margin: 5% auto 0;
  }
  .plan03_mdr1_On1 {
    width: 10%;
    bottom: 11%;
    left: 13%;
  }
  .sec3_mdr {
    margin-top: 7%;
    flex-direction: column;
  }
  .plan03_mdr2 {
    width: 56%;
    margin: 0 auto;
  }
  .plan03 .sec3 {
    margin-top: 8%;
  }
  .plan03 .others {
    position: static;
    margin-top: 1%;
  }
  .plan03 .others .box {
    margin-top: 2%;
  }
  .plan03 .others .box .inner01, .plan03 .others .box .inner02 {
    width: 20vw;
    height: 20vw;
    font-size: 3.35vw;
    padding-top: 6%;
    line-height: 1.15;
  }
  .plan03 .others .box .inner01 {
    margin-right: 3%;
    line-height: 1.3;
  }
  .plan03 .others .box .inner02 {
    margin-left: 3%;
  }
  .plan03 .value {
    flex-direction: column;
    padding-top: 9%;
  }
  #secTyumon .plan03 .value .boxL ,  #secTyumon .plan03 .value .boxR {
    width: 90%;
    margin: 0 auto;
  }
  .menseki {
    font-size: 3.6vw;
  }
  .kakaku {
    font-size: 4vw;
    margin: 2%;
  }
  .kakaku .big {
    font-size: 9.1vw;
  }
  .kakaku .mini {
    font-size: 6.8vw;
  }
  .zei {
    font-size: 3.5vw;
    padding: 5% 0;
  }
  #tyumonCamp {
    width: 100%;
    margin: 0 auto;
    padding-top: 10%;
  }
}




/* --------------------------

		Toiawase
		
----------------------------*/

.Toiawase{
	background-color: #d9d3c8;
	padding: 80px 0 20px;
	margin: 80px 0 0;
	}

.Toi-btn{
	width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
	}

.Contact{
	width: 500px;
	background-color: #f9f3e6;
	padding: 50px 0;
	}
	
.Con{}

.Reserve{
	width: 500px;
	position: relative;
	background-color: #453c33;
	padding: 50px 0;
	}

.ResImg{
	position: absolute;
	top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 440px;
	}
	
.ResImg img{
	width: 100%;
	height: auto;
	}

.Toiawase .Contact .tit{
	text-align: center;
    font-size: 35px;
    letter-spacing: 7px;
	color:#2d1c04;
    }

.Toiawase .Contact .txt{
	text-align: center;
    font-size: 16px;
    margin-top: 15px;
	color:#2d1c04;
	}
	
.Toiawase .Reserve .tit{
	text-align: center;
    font-size: 35px;
    letter-spacing: 7px;
	color:#fff;
    }

.Toiawase .Reserve .txt{
	text-align: center;
    font-size: 16px;
    margin-top: 15px;
	color:#fff;
	}

@media only screen and (max-width: 767px) {
.Toiawase{
	padding: 10% 0 5%;
    margin: 13% 0 0;
	}

.Toi-btn{
	width: 90%;
    flex-direction: column-reverse;
	}

.Contact{
	width: 100%;
    padding: 10% 0;
    margin-top: 5%;
	}
	
.Con{}

.Reserve{
	width: 100%;
    padding: 15% 0 10%;
	}

.ResImg{
	top: -15%;
    width: 100%;
	}
	
.ResImg img{
	width: 100%;
	height: auto;
	}

.Toiawase .Contact .tit{
	font-size: 8vw;
    letter-spacing: 2px;
    }

.Toiawase .Contact .txt{
	font-size: 3.2vw;
    margin-top: 5%;
	}
	
.Toiawase .Reserve .tit{
	font-size: 8vw;
    letter-spacing: 2px;
    }

.Toiawase .Reserve .txt{
	font-size: 3.2vw;
    margin-top: 5%;
	}
}

/*-----------------------------------------------
	secContact
-----------------------------------------------*/
.secContact {
  padding-top: 100px;
  text-align: center;
}
.secContact .place {
  text-align: left;
  max-width: 1280px;
  margin: 50px auto 0;
}
.secContact .place .titBox .tit {
  padding-left: 10px;
  font-size: 20px;
  letter-spacing: 1.6px;
  border-left: 3px solid #2d1c04;
  line-height: 30px;
}
.secContact .outline {
  text-align: left;
  max-width: 1280px;
  margin: 50px auto 30px;
}
.secContact .outline .titBox .tit {
  padding-left: 10px;
  font-size: 20px;
  letter-spacing: 1.6px;
  border-left: 3px solid #2d1c04;
  line-height: 30px;
}
.secContact .outline .titBox .box {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.64;
    margin-bottom: 20px;
}
.secContact .cards {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.secContact .cards .card {
  width: 30.468%;
  border: 1px solid #453c33;
  border-radius: 8px;
  padding: 16px 0;
  text-align: center;
  background: #f9f3e6;
  position: relative;
}
.secContact .cards .txtLink {
  display: inline-block;
  margin: 20px 0;
  font-size: 18px;
  letter-spacing: 0.8px;
  color: #b99221;
  text-decoration: none;
  border-bottom: 1px solid #b99221;
}
.secContact .cards .txt {
  font-size: 14px;
  letter-spacing: 0.8px;
}
.secContact .cards .box {
  text-align: left;
  width: 350px;
  margin: 20px auto 0;
  font-size: 13px;
  line-height: 1.846;
  background: #ffffff;
  padding: 20px 0 20px 25px;
}
.secContact .bnrBottom {
  display: block;
  margin: 110px auto;
  position: relative;
}
.secContact .bnrBottom::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0), rgba(0,0,0,0) 2px, rgba(0,0,0,0) 0, #000 4px);
  z-index: -1;
}
.secContact .bnrBottom img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1500px) {
    .secContact .cards .box {
      width: 330px;
      padding: 13px 0 20px 17px;
    }
}

@media only screen and (max-width: 767px) {
  .secContact {
    padding-top: 0px;
  }
  .secContact .wrapper1280 {
    width: 100%;
    padding: 0;
  }
  .secContact .innerSp {
    width: 92%;
    margin: 0 auto;
  }
  .secContact .cards {
    display: block;
    width: 100%;
  }
  .secContact .cards .card {
    margin-bottom: 10%;
    width: 100%;
    padding: 5% 0;
  }
  .secContact .cards .card .box {
    width: 90%;
	padding: 3% 0 3% 4%;
  }
  .secContact .cards .card .imgBox {
    width: 90%;
    margin: 0 auto;
  }
  .secContact .cards .card .txtLink {
    font-size: 15px;
    letter-spacing: 0;
  }
  .secContact .cards .card .txt {
    font-size: 3.8vw;
  }
  .secContact .bnrBottom {
    margin: 30px auto;
  }
}

.footer {
  height: 200px;
  background: #f9faf9;
  position: relative;
}
.footer .backTop {
  position: absolute;
  top: -47px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .footer {
    height: auto;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header .links {
    display: none;
  }
}

/*-----------------------------------------------
	box_access
-----------------------------------------------*/
.box_access{
  background: #09449D;
  width: 94.75%;
  border-radius: 5px;
  margin: 80px auto 0;
}
.box_access .inner_access {
  width: 94.75%;
  margin: 0 auto;
  padding: 13px 0 30px;
}
.box_access .conMap {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 767px) {
    .box_access {
	  margin: 2em auto 1em;
    }
    .box_access .inner_access {
      padding: 10px 0 14px;
    }
    .box_access .conMap {
    }
}



.kodomomirai {
    margin: 20px auto 0;
    width: 1000px;
}

@media only screen and (max-width: 767px) {
  .kodomomirai {
    width: 95%;
    margin: 5% auto 0%;
  }
}

.green160Img {
    position: absolute;
    bottom: -40px;
    left: -25px;
    width: 150px;
    z-index: 1;
}
.green160Txt {
    background-color: #01a38e;
    padding: 12px 0;
    margin-bottom: 4px;
    color: #FFF;
    font-size: 15px;
        margin-top: 4px;
}
.green160B {
    font-size: 120%;
    color: #ffff00;
}
.green160S {
    font-size: 70%;
}
@media only screen and (max-width: 767px) {
  .green160Img {
        width: 30%;
        bottom: -2%;
        left: 0%;
  }
  .green160Txt {
        padding: 3.5% 0;
        margin-top: 2%;
        font-size: 3.8vw;
  }
}



#secModel .value {
 position: relative;
}
.green160kakaku {
    position: absolute;
        top: 7%;
    left: -17%;
}
.brsp{
	display: none;
}

@media only screen and (max-width: 767px) {
  .green160kakaku {
    left: 10%;
        width: 107px;
        bottom: 35.5%;
        top: initial;
        z-index: 2;
}
.brsp{
	display: block;
}
#secModel .value .menseki {
  margin: 0 0 0 35%;
  line-height: 1.4;
}
#secModel .value .sougaku {
         margin: 0 0 0 35%;
        padding-bottom: 2%;
}
}