@charset "UTF-8";
@media screen and (min-width: 768px){
	html, body, header, main, footer { min-width: 1200px; }
}
body { opacity: 0; transition: opacity ease-in-out 0.3s; }
body.loaded { opacity: 1; }

/*==================================================================
	Basic setting
===================================================================*/
html {
	font-size: 62.5%;
	overflow-x:hidden;
}
body {
	color: #000;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	position: relative;
	word-break: break-all;
	min-width: 320px;
}
@media screen and (max-width: 767px){
	body { font-size: 1.4rem; }
}
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a.hover { transition: opacity 0.2s ease-out; }
a.hover:hover { opacity: 0.8; }
img.full { 	width: 100%; }
@media screen and (min-width: 768px){
	.sp { display: none!important; }
}
@media screen and (max-width: 767px){
	.pc { display: none!important;}	
}
.fadein { opacity: 0; transition: all ease-in-out 0.8s;	}
.fadein.on { opacity: 1; }
.fadeup { opacity: 0; transform: translateY(50px); transition: all ease-in-out 0.8s; }
.fadeup.on { opacity: 1; transform: translateY(0px); }
.inner {
	margin: 0 auto;
	max-width: 1080px;
	width: 95%;
}



/*----------------------------------------
  end-tester
----------------------------------------*/
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {  
  .pcOnly {
    display: none;
  }
}
#end-tester {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-color: rgba(000, 000, 000, 0.4);
  z-index: 99999;
}
.end-tester_inner {
  box-sizing: border-box;
  max-width: 996px;
  width: 94%;
  padding: 50px;
  background-color: #fff;
  border: #AB8E31 15px solid;
  position: relative;
  top: 155px;
  top: calc(30px + 2%);
  top: 100px;
  margin: 0 auto;
  font-family: 'Noto Sans JP';
}
.end-tester_inner h2 {
  box-sizing: border-box;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  line-height: 1.3;
  color: #826817;
  border: #826817 7px solid;
}
.end-tester_txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.end-tester_txt .em {
  color: #b11b26;
}
.end-tester_txt a.em {
  text-decoration: none;
  transition: all .7s;
}
.end-tester_txt a.em:hover {
  text-decoration: underline;
}
.end-tester_speech {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.end-tester_speech span {
  display: inline-block;
  padding: 0 30px;
}
.end-tester_speech::before,
.end-tester_speech::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #000;
  transform: rotate(-20deg);
}
.end-tester_speech::after {
  transform: rotate(20deg);
}
.end-tester_image {
  margin-top: 36px;
  margin-bottom: 18px;
  text-align: center;
}
.end-tester_image img {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  width: 100%;
}
.end-tester_banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 400px;
  list-style: none;
  padding: 0;
}
.end-tester_banner ul li {
  width: calc(50% - 15px);
}
.end-tester_conv {
  margin-top: 15px;
}
.end-tester_conv p {
  text-align: center;
}
.end-tester_conv p a {
  display: inline-block;
  padding: 20px;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  background-color: #f00;
  border-radius: 1.5em;
  transition: all 0.3s;
}
.end-tester_conv p a:hover {
  background-color: #f79;
}
.body-guide {
  position: absolute;
  bottom: 65px;
  right: -45px;
}
.body-guide .sp,
.body-guide .sp2,
.end-tester_txt .sp,
.end-tester_txt .sp2,
.end-tester_txt .sp3,
.sp-il {
  display: none;
}
@media screen and (max-width: 1023px) {
  .end-tester_inner {
    padding: 40px;
  }
  .end-tester_inner h2 {
    font-size: 30px;
  }
  .end-tester_txt {
    font-size: 15px;
    line-height: 1.7;
  }
  .end-tester_conv p a {
    font-size: 20px;
  }
  .body-guide {
    max-width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .end-tester_inner {
    padding: 15px 10px;
    border: #AB8E31 5px solid;
    top: 100px;
  }
  .end-tester_inner h2 {
    padding: 10px;
    border: #826817 3px solid;
  }
  .end-tester_txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .end-tester_speech {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  .end-tester_speech span {
    padding: 0 10px;
  }
  .end-tester_image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .end-tester_banner ul li {
    width: calc(50% - 5px);
  }
  .end-tester_conv p a {
    padding: 10px 5px;
    font-size: 16px;
    border-radius: 1.5em;
  }
  .body-guide {
    bottom: 0;
    right: -25px;
  }
  .body-guide .pc {
    display: none;
  }
  .body-guide .sp,
  .end-tester_txt .sp {
    display: block;
  }
  .sp-il {
    display: inline-block !important;
  }
}
@media screen and (max-width: 567px) {
  .end-tester_inner h2 {
    font-size: 28px;
  }
  .end-tester_speech {
    margin-top: 10px;
  }
  .body-guide {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .body-guide .sp {
    display: none !important;
  }
  .body-guide .sp2,
  .end-tester_txt .sp2 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .end-tester_txt .sp3 {
    display: block;
  }
}

/*==================================================================
	header setting
===================================================================*/
#header {
	background: rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 10px 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
/* #header * {
	outline: red 1px solid;
} */
#header-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
#logo { width: 344px; }
#hnav {
	display: flex;
	margin-left: auto;
	/*margin-right: 50px;*/
}
#hnav li { width: 276px; }
#hnav li + li { margin-left: 20px; }
#menu {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
	width: 60px;
	position: relative;
	text-align: center;
}
#menu > span {
	background: #818181;
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	transition: all 0.5s linear 0s;
	text-indent: -999em;
}
#menu > span:nth-child(1) {	top: 6px; transform: translateY(-6px); }
#menu.active > span:nth-child(1) { transform: rotate(15deg); }
#menu > span:nth-child(2) {	top: 6px; transform: translateY(6px); }
#menu.active > span:nth-child(2) { transform: rotate(-15deg); }
#menu > strong {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px){
	#header { padding: 15px; }
	#logo { width: 215px; }
	#menu { width: 36px; height:30px; }
	#menu > span:nth-child(1) { transform: translateY(-4px); }
	#menu > span:nth-child(2) { transform: translateY(4px); }
	#menu > strong { font-size: 1.2rem; white-space:nowrap; }
}
/*==================================================================
	gnav setting
===================================================================*/
#gnav {
	position: fixed;
	left: -100%;
	top: 0;
	opacity: 0;
	transition: all 0.5s linear 0s;
	z-index: 9998;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.95);
}
#gnav.active {
	left: 0;
	top: 0;
	opacity: 1;
}
#gnav .gnav-inner {
	padding: 200px 20px 200px 20px;
	box-sizing: border-box;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
#gnav ul li { border-bottom: 1px solid #CCC; }
#gnav ul li a {
	display: block;
	font-size: 1.8rem;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	padding: 1em 0 1em 1em;
	text-decoration: none;
	line-height: 1.2;
}
#gnav ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000;
}
#gnav ul li a {
	opacity: 0;
	transform: translateX(-10px);
	transition: all ease-in-out 1.0s;
}
#gnav.active ul li a {
	opacity: 1;
	transform: translateX(0);
}
#gnav ul li:nth-child(1) a { transition-delay:0.10s }
#gnav ul li:nth-child(2) a { transition-delay:0.20s }
#gnav ul li:nth-child(3) a { transition-delay:0.30s }
#gnav ul li:nth-child(4) a { transition-delay:0.40s }
#gnav ul li:nth-child(5) a { transition-delay:0.50s }
#gnav ul li:nth-child(6) a { transition-delay:0.60s }
#gnav ul li:nth-child(7) a { transition-delay:0.70s }
#gnav ul li:nth-child(8) a { transition-delay:0.80s }

/*==================================================================
	contents setting
===================================================================*/
#keyv {
    margin-top: 90px;
}
.keyv-mv {
	position: relative;
}
.keyv-ttl {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 3px 3px 3px #000,3px 0px 3px #000,
				-3px 3px 3px #000,-3px 0px 3px #000,
				3px -3px 3px #000,0px 3px 3px #000,
				-3px -3px 3px #000,0px -3px 3px #000;
}
.bnr_wrap {
	display: flex;
	margin: 0 auto 30px;
	max-width: 1080px;
	width: 95%;
}
.bnr_wrap.second{
	display: flex;
	margin: 0 auto 30px;
	max-width: 1160px;
	width: 95%;
}
.bnr_wrap > div {
	width: 50%;
	margin-top: 25px;
	padding: 0 5px;
}
.bnr_wrap.second > div:first-child {
	margin: 0 auto;
}
.bnr_wrap > div:first-child {
	width: 50%;
}

@media screen and (max-width:767px){
	#keyv .bnr_wrap {
		margin: 30px auto;
	}
}
.reception {
	background: #D32329;
	padding: 30px 15px 50px;
}
.reception img {
	max-width: 1170px;
}
.reception_inner {
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.reception .line01 {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	font-family: 'Noto Serif JP', serif;
}
.reception .panel {
	background: url(../imgs/bg_panel.png) no-repeat 0 0;
	color: #d32329;
	display: inline-block;
	font-size: 4.0rem;
	font-weight: 800;
	height: 100px;
	width: 232px;
	margin-left: -50px;
	margin-right: 5px;
	padding: 20px 0 0;
	position: relative;
	top: 15px;
	text-align: center;
}
.reception .panel > div {
	transform: rotate(-10deg);
}
.reception .time {
	color: #fff;
	font-size: 6.3rem;
	font-weight: bold;
	letter-spacing: -0.08em;
	line-height: 1;
}
.reception .time > * { line-height: 1; }
.reception .time .large { font-size: 170%; }
.reception .time .medium { font-size: 110%; }
.reception .time .small { font-size: 66.66%; }


.reception .cirle {
	background: #e7cf7f;
	border-radius: 50%;
	color: #d32329;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 225px;
	width: 225px;
	font-size: 5.15rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	position: absolute;
	right: 50px;
	top: 0;
}
.reception .cirle .large { display: block; }
.reception .cirle .num { font-size: 200%; font-weight: bold; line-height:1; }
.reception .cirle .small { font-size: 92%; position: relative; top: -7px; }

.reception .line02 {
	color: #e7cf7f;
	font-family: 'Noto Sans JP';
	font-size: 9.4rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.reception .line03 {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 10.4rem;
	font-weight: 800;
	line-height: 1.0;
	letter-spacing: -0.08em;
}
.reception .line03 > span { font-size: 107%; }

@media screen and (max-width:1200px){
	.reception .panel {
		margin-left: -35px;
	}
}
@media screen and (max-width:767px) {
	.reception {
		padding: 10px 15px 25px;
	}
	.reception .panel {
		background-size: contain;
		font-size: 1.5rem;
		height: 40px;
		width: 80px;
		margin-left: -10px;
		padding-top: 5px;
		top: 10px;
	}
	.reception .cirle {
		font-size: 1.5rem;
		height: 60px;
		width: 60px;
		top: 20px;
		right: -5px;
	}
	.reception .time {
		font-size: 1.8rem;
	}
	.reception .line02 {
		font-size: 3rem;
		letter-spacing: 0;
		margin: 10px 0 5px;
	}
	.reception .line03 {
		font-size: 2.8rem;
	}
}
.conversion {
	text-align: center;
	font-weight: 800;
	padding: 60px 0 90px;
}
.conversion .textbox01 {
	background: #d32329;
	color: #fff;
	font-size: 6.4rem;
	letter-spacing: 0.06em;
	max-width: 705px;
	margin: 0 auto -10px;
	padding: 10px;
}
.conversion .textbox02 {
	color: #d32329;
	border: 15px solid #d32329;
	font-size: 7.6rem;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 10px;
}
.conversion .textbox02 .large {
	font-size: 118%;
	letter-spacing: -0.05em;
}
.conversion .textbox02 .medium {
	font-size: 115%;
	letter-spacing: -0.05em;
}
.conversion .img {
	max-width: 915px;
	margin: 65px auto 0;
}

@media screen and (max-width:767px) {
	.conversion {
		padding: 30px 0;
	}
	.conversion .textbox01 {
		font-size: 3rem;
	}
	.conversion .textbox02 {
		font-size: 3.5rem;
		line-height: 1.2;
	}
	.conversion .img {
		margin: 20px auto 0;
	}
}
.block {
	padding: 55px 0 75px;
}
.headline04 {
	border-bottom: 1px solid #000;
	font-size: 2.339rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0 0 10px;
}
.recommend {
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	padding: 65px 0;
	width: calc(100% - 30px);
}
.recommend h2 {
	margin-bottom: 25px;
	text-align: center;
}
.recommend h2 span:first-child {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 4px;
}
.recommend h2 span:last-child {
	display: block;
	font-size: 1.7rem;
}
.recommend .recommend-slider {
	margin-right: -20px;
}
.recommend .recommend-slider .item {
	margin-right: 20px;
}
.swipe-scroll{position: relative;}
.swipe-icon {display: none;}

@media only screen and (max-width: 767px) {
	#keyv {
		margin-top: 60px;
	}
	.keyv-ttl {
		bottom: 10px;
		left: 10px;
	}
	.keyv-ttl img {
		width: 40%;
		height: auto;
	}
	.bnr_wrap {
		display: block;
	}
	.bnr_wrap > div {
		width: 100%;
	}
	.bnr_wrap > div:first-child {
		margin-top: 0;
		width: 100%;
	}
	.recommend {
		padding: 30px 0;
	}
	.recommend h2 {
		margin-bottom: 25px;
	}
	.recommend h2 span:first-child {
		font-size: 1.9rem;
	}
	.recommend h2 span:last-child {
		font-size: 1.1rem;
	}
	.recommend .recommend-conts {
		margin-left: auto;
		width: 92.2401171vw;
	}
	.recommend .recommend-slider {
		margin-right: 0;
	}
	.recommend .recommend-slider .item {
		margin-right: 10px;
		width: 280px;
	}
	.recommend-slider-progress {
		display: block;
		margin: 20px auto 0;
		max-width: 200px;
		width: 100%;
		height: 5px;
		border-radius: 10px;
		overflow: hidden;
		background-color: #F0F0F0;
		background-image: linear-gradient(to right, #006AB7, #006AB7);
		background-repeat: no-repeat;
		background-size: 0% 100%;
		transition: background-size .4s ease-in-out;
	}
	.scrollbar {
		border-radius: 50%;
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
	}
	.headline01 {
		font-size: 2.6rem;
		margin-top: 50px;
		margin-bottom: 25px;
		padding: 20px 14px;
	}
	.block {
		padding: 25px 0;
	}
	.list-box {
		margin-bottom: 50px;
	}
	.list-box li {
		margin: 0 12px 20px;
	}
	.list-box .ttl {
		font-size: 1.9rem;
	}
}

.highlight {
	/* background: -webkit-linear-gradient(top, transparent 50%, #F2E442 50%);
   background: -moz-linear-gradient(top, transparent 50%, #F2E442 50%);
   background: -ms-linear-gradient(top, transparent 50%, #F2E442 50%);
   background: linear-gradient(top, transparent 50%, #F2E442 50%); */
   position: relative;
}
.highlight::after {
	background-color: #F2E442;
	content: "";
	height: 48%;
	width: calc(100% + 16px);
	position: absolute;
	left: -8px;
	bottom: 0;
	z-index: -1;
}

/*----------------------------------------
  hyperspace
----------------------------------------*/
.yousave .inner {
	background: #fff;
	padding: 20px;
}
.yousave .ttl01 {
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 35px 15px;
	width: 100%;
}
.yousave .ttl01 .large {
	font-size: 130%;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.pic_cap {
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}

@media screen and (max-width:767px) {
	.yousave .ttl01 {
		font-size: 1.3rem;
    	padding: 20px 5px;
	}
	.yousave .inner {
		padding: 10px;
	}
	.yousave .rows .col_left {
		margin-bottom: 35px;
	}
	.yousave .ttl01 .large {
		letter-spacing: 0;
	}
}

.txt {
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
}

@media screen and (max-width:767px) {
	.txt {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.8;
	}
	.hyperspace .ttl {
		max-width: 160px;
		margin: 50px auto 20px;
	}
}

.rows {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.rows.wrap_head {
	border-bottom: 2px solid #D32329;
}
.rows .col_left {
	width: 49%;
}
.rows .col_right {
	width: 49%;
}
.block_wrap {
	border: 4px solid #D32329;
}
.rows.wrap_content {
	padding: 2.5% 2.5% 3.5%;
}
@media screen and (max-width:767px) {
	.rows .col_left {
		margin-bottom: 20px;
		width: 100%;
	}
	.rows .col_right {
		width: 100%;
	}
	.rows.wrap_content {
		padding: 20px 15px 35px;
	}
}
/*----------------------------------------
  disaster resistant
----------------------------------------*/
/* .disaster_resistant .inner {
	background-color: #fff;
	padding: 15px;
}
.rows .b_logo {
	background: #D32329;
	padding: 15px;
	width: 15%;
}
.rows .b_logo img {
	max-width: 133px;
	width: 100%;
}
.rows .b_text01 {
	border-right: 2px solid #D32329;
	color: #D32329;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	width: 40%;
}
.rows .b_text02 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.9rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	width: 45%;
}
.label {
	background: #D32329;
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding: 23px 0;
	text-align: center;
}
.disaster_resistant .txt {
	font-size: 1.6rem;
	font-weight: 200;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-align: left;
}
.disaster_resistant .note {
	font-size: 1rem;
	font-weight: 200;
}
.label sup {
	font-size: 55%;
}
.box_ytb {
	margin-top: 30px;
}
.wrap_foot {
	padding: 2%;
}
.wrap_foot .label {
	font-size: 2.1rem;
	padding: 25px 20px 25px 65px;
	letter-spacing: 0;
	text-align: left;
}
.wrap_foot .label .large {
	font-size: 145%;
}
.wrap_foot .label .num {
	font-size: 167%;
}
.wrap_foot.rows .col_right {
	padding-right: 50px;
}
@media screen and (max-width:767px) {
	.wrap_foot {
		padding: 20px;
	}
	.rows .b_logo {
		width: 30%;
	}
	.rows .b_text01 {
		border-right: none;
		border-bottom: 2px solid #D32329;
		font-size: 3rem;
		width: 70%;
	}
	.rows .b_text02 {
		font-size: 1.5rem;
		padding: 20px 10px;
		width: 100%;
	}
	.label {
		font-size: 1.5rem;
		padding: 15px 0;
	}
	.disaster_resistant .txt {
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.box_ytb {
		margin-top: 15px;
	}
	.wrap_foot .label {
		font-size: 1.3rem;
		padding: 15px 10px;
	}
} */

/*----------------------------------------
  model plan
----------------------------------------*/
.posrel {
	position: relative;
}
.model_plan {
	background: #f0e2b5;
	margin-top: 75px;
	padding: 1px 0 80px;
}
.model_plan_inner {
	margin: 0 auto;
	max-width: 1150px;
	width: 100%;
}
.model_heads {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 50px;
	padding: 0 15px;
	position: relative;
	text-align: center;
}
.model_heads .home {
	margin-top: -75px;
}
.model_heads h2 {
	color: #fff;
	font-size: 4.8rem;
	margin-bottom: 40px;
}
.model_heads h2 img {
	width: 680px;
}
.model_heads h3 {
	color: #7c6a4b;
	font-size: 3.6rem;
	line-height: 1.8;
	letter-spacing: 0.16em;
	margin-bottom: 30px;
}
.model_heads h4 {
	color: #231a17;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	min-width: 385px;
	margin-bottom: 20px;
	position: relative;
}
.model_heads h4:before {
	background: #808185;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
}
.model_heads h4 span {
	background: #f0e2b5;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.model_heads h5 > span {
	background: #d32329;
	border: 1px solid #b6b7b9;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	min-width: 385px;
	margin-bottom: 0;
	padding: 12px;
}
.model_heads .price {
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	width: 315px;
	margin: 0 auto;
}
.model_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.model_detail .left_box {
	order: 1;
	width: 24.6%;
}
.model_detail .right_box {
	order: 2;
	width: 70%;
}
.model_detail .data {
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	padding: 8px 15px 12px;
}
.model_detail .data .ttl {
	border-bottom: 1px solid #7c6a4b;
	color: #7c6a4b;
	font-size: 1.8rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.model_detail .data .cols {
	line-height: 1.3;
}
.model_detail .data .cols > p {
	display: inline-block;
	padding-right: 15px;
}
.model_floors {
	background: #fff;
	padding: 60px 80px 40px;
}
.model_floors .list_floors {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.model_floors .list_floors .item {
	margin-bottom: 40px;
}
@media screen and (min-width:768px) {
	.model_floors .list_floors .item {
		width: calc(50% - 25px);		
	}
}
.model_floors .list_floors .item span {
	display: block;
	text-align: center;
}
.model_floors .list_floors .item span {
	color: #7c6a4b;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
}
.model_floors .list_floors .item span:before,
.model_floors .list_floors .item span:after {
	background: #7c6a4b;
	content: "";
	display: inline-block;
	height: 1px;
	width: 20px;
	margin: 0 10px;
	vertical-align: middle;
}
.model_floors .list_floors .item span:first-letter {
	display: inline-block;
	font-size: 140%;
}
.model_floors .list_floors .item img {
	margin-top: 20px;
	width: 100%;
}
.model_floors .icon {
	position: absolute;
	right: -30px;
	bottom: 30px;
}
.model_floors .notes {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 30px;	
}
.model_floors .notes .txt {
	order: 1;
	font-size: 1.2rem;
	line-height: 1.2;
	text-indent: -1em;
	padding-left: 1em!important;
}
.model_floors .notes .img {
	order: 2;
}
@media screen and (max-width: 767px) {
	.model_plan {
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.model_heads .home {
		margin-top: -50px;
	}
	.model_heads .home img {
		width: 75px;
	}
	.model_heads h2 {
		font-size: 3rem;
		margin-bottom: 10px;
	}
	.model_heads h2 img {
		width: 340px;
	}
	.model_heads h3 {
		font-size: 1.8rem;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	.model_heads h4 {
		font-size: 1.5rem;
		font-weight: 500;
		min-width: 250px;
	}
	.model_heads h5 > span {
		border-radius: 10px;
		font-size: 1.5rem;
		font-weight: 600;
		min-width: 250px;
		padding: 8px;
	}
	.model_heads .price {
		margin-top: 30px;
		position: relative;
		width: 100%;
	}
	.model_heads .price img {
		width: 250px;
	}
	.model_detail {
		display: block;
	}
	.model_detail .right_box,
	.model_detail .left_box {
		width: 100%;
	}
	.model_detail .left_box {
		margin: 0 auto;
		max-width: 450px;
		width: 78%;
	}
	.model_detail .data {
		margin: 30px 0;
	}
	.model_detail .info {
		padding: 0 15px;
	}
	.model_floors {
		padding: 15px 40px;
	}
	.model_floors .list_floors .item {
		margin-bottom: 20px;
		width: auto;
	}
	.model_floors .list_floors .item span {
		font-size: 1.5rem;
	}
	.model_floors .list_floors .item img {
		margin-top: 10px;
	}
	.model_floors .icon {
		right: -25px;
	}
	.model_floors .notes {
		display: block;
		padding: 0;
	}
	.model_floors .notes .txt {
		font-size: 1rem;
	}
	.model_floors .notes .img {
		margin-bottom: 10px;
		text-align: right;
	}
	.model_floors .notes .img img {
		width: 101px;
	}
	.model_floors .slick-arrow {
    background: none;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -999em;
    width: 10px;
    height: 10px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(0) rotate(45deg);
    outline: none !important;
    z-index: 9;
  }
	.model_floors .slick-arrow:before {
		border: 1px solid #aba191;
		border-radius: 50%;
		content: "";
		display: block;
		height: 30px;
		width: 30px;
		position: absolute;
	}
  .model_floors .slick-prev {
    border-bottom: 1px solid #aba191;
    border-left: 1px solid #aba191;
    left: -15px;
  }
  .model_floors .slick-prev:before {
  	right: -10px;
  	top: -10px;
  }
  .model_floors .slick-next {
    border-top: 1px solid #aba191;
    border-right: 1px solid #aba191;
    right: -15px;
  }
  .model_floors .slick-next:before {
  	right: -14px;
  	top: -14px;
  }
}



/*----------------------------------------
  voice
----------------------------------------*/
#voice {
	width: 96%;
	margin: 0 auto;
  }
  .voice-ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.12em;
	margin-top: 125px;
	text-align: center;
  }
  .voice-ttl span {
	font-size: 16px;
	letter-spacing: 0;
  }
  .voice-youtube {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
  }
  .voice-youtube p {
	width: 47%;
  }
  .voice-youtube a {
	opacity: 1;
	transition: all 0.3s;
  }
  .voice-youtube a:hover {
	opacity: 0.7;
  }
/*----------------------------------------
  whatsaqura
----------------------------------------*/
.bg {
    background: rgba(231,207,127,0.7);
}
.whatsaqura {
    padding: 70px 0 20px;
}
.whatsaqura__head {
	margin: 0 auto;
	width : 1100px;
	padding: 0 15px 50px;
	max-width : 100%;
	position : relative;
  }
  
  .whatsaqura__head .sec-head__title {
	color: #AC8B36;
	font-size: 6.8rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.12em;
	margin: 0;
	text-align: center;
  }
  
  .whatsaqura__head-text {
	margin-top : 40px;
	font-size : 20px;
	line-height : 1.8;
	max-width : calc(100% - 30px);
  }
  .whatsaqura__map {
	  padding: 20px 0;
	  background: #fff;
  }
  .whatsaqura__map-text {
	  margin: 20px 0;
	  text-align: center;
	  font-family: 'Noto Sans JP', sans-serif;
	  font-size: 3rem;
	  font-weight: 300;
	  letter-spacing: 0.145em;
  }
  .whatsaqura__map-text .second-line {
	  font-size: 2rem;
	  letter-spacing: 0.08em;
  }
  .whatsaqura__map-inner {
	  margin : 0 auto;
	  width:  780px;
	  max-width: 100%;
  }
  .whatsaqura__head-map {
	max-width: 780px;
  }
  .whatsaqura__graph-inner {
	  width : 1000px;
	max-width : calc(100% - 30px);
	margin : 10px auto 20px;
	  background-color: #fff;
	  padding: 40px 60px;
  }
  .arrow-down {
	padding: 25px 0 40px;
	text-align: center;
  }
  .arrow-down img {
	width : 55px;
	margin : 0 auto;
  }
  .arrow-down.arrow-down02 img {
    width: 146px;
}
  
  @media screen and (max-width: 767px) {
	.whatsaqura {
		padding: 40px 0 20px;
	}
	.whatsaqura__head {
	  min-height: auto;
	  padding : 0;
	  margin: 0 auto 40px;
	}
	.whatsaqura__head .sec-head__title {
	  font-size: 6.6vw;
	}
	.whatsaqura__head-text {
	  margin : 20px auto 0;
	}
	.whatsaqura__map {
		  padding: 30px 15px;
		  background: #fff;
	  }
	  .whatsaqura__map-text {
		  font-size: 1.9rem;
		  letter-spacing: -0.05em;
		  margin: 20px 0;
		  text-align: left;
	  }
	  .whatsaqura__map-text .second-line {
		  font-size: 1.6rem;
	  }
	  .whatsaqura__map-inner {
		  margin : 0 auto;
		  width:  740px;
		  max-width: 100%;
	  }
	  .whatsaqura__head-map {
		  margin-right : 0;
		  width : 100%;
		  max-width : 100%; 
	  }
	.whatsaqura__graph-inner {
	  padding: 25px 15px;
	}
	.arrow-down.arrow-down02 img {
		width: 90px;
	}
	.arrow-down {
		padding: 15px 0 25px;
	}
	  
}

  
/*----------------------------------------
  aboutus
----------------------------------------*/
.aboutus {
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	max-width : calc(100% - 30px);
	margin : 0 auto;
	padding: 40px 60px;
	width : 1000px;
  }
  
  .aboutus__title {
	border-bottom : 1px solid #666;
	padding-bottom: 15px;
    margin-bottom: 30px;
	font-size: 2.2rem;
	font-weight: 500;
	color : #251e1c;
  }
  
  .aboutus__row {
	display : flex;
	justify-content : space-between;
	line-height : 1.6;
	flex-wrap :wrap;
  }
  
  .aboutus__left {
	width : 43.75%;
	margin-right: 8%;
  }
  
  .aboutus__right {
	flex : 1;
  }
  
  .aboutus__left .abourus__table {
	  display: table;
	  table-layout: fixed;
	  width: 100%;
  }
  .aboutus__left .aboutus__table-row {
	  display: table-row;
  }
  .aboutus__left .aboutus__table-row > span {
	  display: table-cell;
  }
  .aboutus__left .aboutus__table-row .aboutus__subtitle {
	  width: 8em;
  }
  .aboutus__subtitle {
	color : #251e1c;
	font-size : 16px;
	/*text-align-last: justify;*/
	width : 80px;
	margin-right : 15px;
  }
  
  .aboutus__text {
	font-size : 1.6rem;
	letter-spacing: -0.01em;
	text-align: left;
  }
  
  .aboutus__left .c-note {
	margin : 0;
	text-align:  right;
  }
  
  @media screen and (max-width: 767px) {
	.aboutus {
	  margin-bottom : 0;
		  padding: 40px 40px;
	}
	.aboutus__left,
	.aboutus__right {
	  width : 100%;
	  flex : auto;
	  margin : 0;
	}
	.aboutus__title {
		font-size: 2rem;
	}
	.aboutus__right {
	  margin-top : 30px;
	}
	.aboutus__table {
	  justify-content : left;
	}
	.aboutus__subtitle {
		font-size: 1.4rem;
	  width : 90px;
	}
	.aboutus__text {
	  flex : 1;
	  font-size: 1.4rem;
	}
	.aboutus__left .c-note {
	  text-align : left;
	}
  }
  @media screen and (max-width: 400px) {
	  .aboutus {
		  padding: 40px 20px;
	}
	  .aboutus__left .aboutus__table-row .aboutus__subtitle {
		  width: 6em;
	  }
  }
  
  
/*==================================================================
	footer setting
===================================================================*/
#relative {
	max-width: 1030px;
	width: 96%;
	margin: 75px auto 0;
  }
.sns_link-btn {
	margin: 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .sns_link-btn a {
	opacity: 1;
	transition: all 0.3s;
  }
  .sns_link-btn a:hover {
	opacity: 0.7;
  }
  @media screen and (max-width: 767px) {
	#relative {
		margin: 0 auto;
	}
	.voice-youtube {
	  display: block;
	}
	.voice-youtube p {
	  margin: 15px auto 0;
	  max-width: 500px;
	  width: 100%;
	}
	.sns_link-btn {
	  margin: 50px 0 25px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.sns_link-btn li {
	  margin: 15px 2% 0;
	}
	.sns_link-btn li a {
	  width: 100%;
	}
  }
#copyright {
	background: #000;
	color: #FFF;
	font-size: 1.7rem;
	padding: 20px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#copyright { font-size: 1.2rem; padding: 10px 0; }
}


/*20221208add*/
@media only screen and (max-width: 767px) {
	
}
.foot_caption_inner {
    font-size: 0.8em;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 70px;
    text-align: justify;
}

/*=== 9-1-4 ʸӡ���Ӥ��ƥ�����`���٤�  ====*/
/*������`�������ȫ��Έ���*/
.scrolldown4{
  position:absolute;
  bottom:7%;
  right:2%;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove{
      0%{bottom:7%;}
      50%{bottom:10%;}
     100%{bottom:7%;}
 }

/*Scroll�ƥ����Ȥ���д*/
.scrolldown4 span{
    /*�軭λ��*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*�ƥ����Ȥ���״*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*�k�����O��*/
	white-space: nowrap;
	font-family: 'Noto Serif JP', serif;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* ʸӡ����д */
.scrolldown4:before {
    content: "";
    /*�軭λ��*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*ʸӡ����״*/
    width: 2px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*�軭λ��*/
  position: absolute;
  bottom:0;
  right:0;
    /*ʸӡ����״*/
  width:2px;
  height: 50px;
  background:#eee;
}