
@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/
html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
li{ list-style:none; }
p{ line-height: 2; }
a{
	color:#000;
	transition: all 0.4s;
}
a:hover{
	color:#eaa271;
	transition: all 0.4s;
}
a img:hover{opacity: 0.7;}
.op{transition: all 0.4s;}
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}

.max_respon{max-width: 100%;}
.clear{ clear: both; }
.rela{position: relative;}
.abs{position: absolute;}
.text_red {
	color: #ca4c34;
}


/*----------------------------------------
	text
----------------------------------------*/
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }

.text_gray{color: #6c6c6c;}
.text_red{ color: #ff0000; }
.text_green{color: #069d1f;}
.text_orange{color: #ae6c20;}

.ls_05 {letter-spacing: .05em;}

.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_18{ line-height: 1.8 !important; }
.ls_-1{ letter-spacing: -1px; }
.ls_03{letter-spacing: 0.3rem; }

@media print, screen and (min-width: 770px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_36{ font-size:3.6rem !important; }
}/*END*/
@media screen and (max-width: 599px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size: 1.3rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_20{ font-size: 1.7rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_36{ font-size: 2.2rem !important; }
}/*END*/

/*----------------------------------------
	layout
----------------------------------------*/
#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff/* url("../images/open-logo.webp") no-repeat 20px 20px*/;
}

#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px){
	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}/*END*/

/*----------------------------------------
	footer
----------------------------------------*/
.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 49;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: calc(100% /2);
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}

@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
}/*END*/

/*----------------------------------------
	header
----------------------------------------*/
header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
	line-height: 1.4;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

@media screen and (max-width: 749px){
	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}/*END*/

.btn_menu{
	position: fixed;
	width: 50px;
	aspect-ratio: 1/1;
	right: calc(50% - 235px);
	top: 15px;
	cursor: pointer;
	transition: all .5s;
	z-index: 99;
	background: #000;
	display: none;
	border-radius: 50%;
}
.btn_menu span{
	position: absolute;
	right: 8px;
	width: 65%;
	height: 1px;
	background: #fff;
	transition: all .4s;
}
.btn_menu span:nth-child(1){
	top: 44%;
}
.btn_menu span:nth-child(2){
	top: 60%;
	width: 45%;
}
.open .btn_menu {
	background: transparent;
}

.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
	right: 6px;
}
.open .btn_menu span:nth-child(2){
	transform: rotate(-45deg);
	top: 20px;
	right: 6px;
	width: 70%;
}

@media screen and (max-width: 749px){
	.btn_menu{
		right: 4%;
		top: 22px;
	}
}/*END*/

/*----------------------------------------
	form
----------------------------------------*/
.form_frame{
	width:84%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.bg_form{
    background: #f3f0e9;
}
.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}

.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
}
.contact th{
	padding-bottom: 5px;
}
.contact td {
    padding-bottom: 30px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:45px !important;
}
.kind label:before{
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 8px !important;
}
.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: 1px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #ca4c34;
	border: 1px solid #ca4c34;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: transparent;
	border: 1px solid #999999;
	color: #999999;
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 10px;
	background: #ffcdd3;
}
td.error{
	background:#ffcdd3;
	padding: 8px;
	display: block;
	margin-bottom: 15px;
}
.address td{
	padding-bottom: 15px;
}
.address td.error {
    padding-bottom: 8px;
}

@media print, screen and (min-width: 770px){

	.contact th{
		font-size: 1.6rem;
	}
	.contact td{
		font-size: 1.6rem;
	}

}/*END*/

@media screen and (max-width: 769px){

	.contact th{
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.4rem;
		padding-bottom: 25px;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
	}
	.kind label{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy{
		font-size: 1.4rem !important;
	}

}/*END*/

/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
    background: #fff;
    border: 1px solid #d0d0d0;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
		color: #000;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}
select{
	width: 100%;
	/* border: none !important; */
	/*background: #fff !important;*/
}


.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }

@media screen and (max-width: 769px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }

}/*END*/


/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	line-height: 2;
	margin-right: 35px;
	margin-bottom: 10px;
}
.privacy label{
	margin-right: unset;
	margin-bottom:unset;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #c1c1c1;
	border-radius: 50%;
}

.radio label:before{
	margin-top: -19px;
}


.check label:before{ border-radius: 0; }
.radio label:before{ border-radius: 50%; }

.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	border-radius: 50%;
	background: #aacd64;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #5d757e;
	border-bottom: 4px solid #5d757e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}

/*----------------------------------------
	sp btn
----------------------------------------*/
.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 49;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 100%;
	}
}/*END*/

/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
	opacity: 0.3;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background: transparent;
	border: 1px solid #222;
	margin-top: 20px;
}
.header__link.is-active {
	background: #222;
}
li.header__item {
	position: relative;
}

/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #222;
	transform: translate(15%, -50%);
}

@media screen and (max-width: 749px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
	}

	/*横の文字調整*/
	.t_nav_tex{
		width: 20px;
	}
}/*END*/

@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}
}/*END*/

/*----------------------------------------
	datepicker
----------------------------------------*/
#ui-datepicker-div{
	max-width: 100%;
	width: 420px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
	padding: 8px 0;
}

/*----------------------------------------
	btn
----------------------------------------*/
.rela{
	position: relative;
}
.btn {
    width: 75%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.btn img{
	width: 100%;
}
.btn.num01 {
    bottom: 2%;
}
.btn.num02 {
    bottom: 4%;
}
.btn.num03{
    bottom: 3.5%;
}
.btn.num04{
	bottom: 3%;
}
.btn.num05{
	bottom: 22%;
}
.btn.num06{
	bottom: 8%;
}

/*----------------------------------------
	map
----------------------------------------*/
.map {
    width: 85%;
    aspect-ratio: 12 / 8;
    position: absolute;
    left: 50%;
    top: 81%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.map iframe{
	display: block;
    width: 100%;
    height: 100%;

}
.map iframe:not(:target){
    left: 0\9;
    top: 0\9;
}
.map iframe{
    left: 0\9;
    top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
        left: 50%\9 !important;
        top: 50%\9 !important;
    }
}
.map{ z-index: 2; }/*chrome対策*/

/*----------------------------------------
	追加
----------------------------------------*/
.modelhouse_map {
	position: relative;
}
.modelhouse_map iframe {
	width: 450px;
	height: 250px;
	position: absolute;
	top: -36em;
	left: 50%;
	transform: translate(-50%,0);
}
.pp_box{
	padding: 20px;
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #d0d0d0;
    margin-bottom: 30px;
    background: #fff;
	text-align: left;
	line-height: 1.5;
	font-size: 1.3rem;
}
.pp_box p{
	margin-bottom: 20px;
}
.soldout {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 21.5%;
	width: 100%;
}




/*----------------------------------------
	formボタン
----------------------------------------*/
/* 3つのボタン ベーススタイル */
.form_submit a {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn_back, .btn_check, .btn_send {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 70px;
    max-width: 380px;
    padding: 26px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-decoration: none; 
    box-sizing: border-box;
}
/* 戻るボタンは少し小さく幅60% */
.btn_back {
    height: 60px;
    width: 70% !important;
}
/* 確認・送信ボタンは文字を大きく */
.btn_check, .btn_send {
    font-size: 2.0rem;
}
/* 文字の基準設定 */
.btn_back span, .btn_check span, .btn_send span {
    position: relative;
    display: inline-block;
}
/* 矢印共通スタイル */
.btn_back span::after, .btn_check span::after, .btn_send span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transition: all 0.3s ease;
}
.btn_check span::after, .btn_send span::after {
    right: -24px; 
    transform: translateY(-50%) rotate(45deg); 
}
.btn_back span::after {
    left: -24px;
    transform: translateY(-50%) rotate(-135deg); 
}
/* --- カラー設定 --- */
.btn_back {
    background-color: #9c9c9c;
    color: #fff;
}
.btn_check {
    background-color: #000;
    color: #fff;
}
.btn_send {
    background-color: #000;
    color: #fff;
}
a.btn_back:hover,a.btn_check:hover,a.btn_send:hover{
    color: #fff;
    opacity: 0.7;
}
@media screen and (max-width: 599px){
    .btn_back, .btn_check, .btn_send {
        padding: 20px 10px;
    }
}/*END*/

