@charset "utf-8";
/*
Title: ジョンソンホームズ
Last Updated: 2022-6-23
Author: zeal
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family: "Noto Sans JP", sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.yugo{
    font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.bodoni{
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}
a{
	color:#000;
	transition: all 0.4s;
}
a:hover{
	color:#8b8b8b;
	transition: all 0.4s;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}

/*----------------------------------------
	text
----------------------------------------*/

p{ 
	line-height: 2; 
	font-feature-settings: "palt"; /* 追加　*/
}

.text_300{ font-weight: 300; }
.text_400{ font-weight: 400; }
.text_500{ font-weight: 500; }
.text_600{ font-weight: 600; }
.text_700{ font-weight: 700; }
.text_800{ font-weight: 800; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.lh_12{ line-height: 1.2; }
.lh_13{ line-height: 1.3; }
.lh_14{ line-height: 1.4; }
.lh_15{ line-height: 1.5; }
.lh_16{ line-height: 1.6; }
.lh_17{ line-height: 1.7; }
.lh_18{ line-height: 1.8; }
.lh_19{ line-height: 1.9; }
.lh_20{ line-height: 2.0; }
.lh_21{ line-height: 2.1; }
.lh_22{ line-height: 2.2; }
.lh_23{ line-height: 2.3; }
.lh_24{ line-height: 2.4; }
.lh_25{ line-height: 2.5; }

.ls_-1{ letter-spacing: -1px; }
.ls_02{ letter-spacing: 0.2px; }
.ls_04{ letter-spacing: 0.4px; }
.ls_05{ letter-spacing: 0.5px; }
.ls_06{ letter-spacing: 0.6px; }
.ls_075{ letter-spacing: 0.75px; }
.ls_08{ letter-spacing: 0.8px; }
.ls_1{ letter-spacing: 1px; }
.ls_14{ letter-spacing: 1.4px; }
.ls_2{ letter-spacing: 2px; }

.text_13{ font-size: 1.3rem; }
.text_14{ font-size: 1.4rem; }
.text_15{ font-size: 1.5rem; }
.text_16{ font-size: 1.6rem; }
.text_17{ font-size: 1.7rem; }
.text_18{ font-size: 1.8rem; }
.text_19{ font-size: 1.9rem; }
.text_20{ font-size: 2.0rem; }
.text_21{ font-size: 2.1rem; }
.text_22{ font-size: 2.2rem; }
.text_23{ font-size: 2.3rem; }
.text_24{ font-size: 2.4rem; }
.text_25{ font-size: 2.5rem; }
.text_26{ font-size: 2.6rem; }
.text_28{ font-size: 2.8rem; }
.text_30{ font-size: 3.0rem; }
.text_32{ font-size: 3.2rem; }
.text_34{ font-size: 3.4rem; }
.text_35{ font-size: 3.5rem; }
.text_37{ font-size: 3.7rem; }
.text_40{ font-size: 4rem; }
.text_41{ font-size: 4.1rem; }
.text_45{ font-size: 4.5rem; }
.text_48{ font-size: 4.8rem; }
.text_50{ font-size: 5rem; }
.text_55{ font-size: 5.5rem; }
.text_58{ font-size: 5.8rem; }
.text_60{ font-size: 6rem; }
@media screen and (max-width: 1049px){


	.text_21{ font-size: max(2.01vw, 1.8rem); }
	.text_22{ font-size: max(2.09vw, 2rem); }
	.text_23{ font-size: max(2.15vw, 2rem); }
	.text_24{ font-size: max(2.28vw, 2rem); }
	.text_25{ font-size: max(2.3vw, 2.1rem); }
	.text_26{ font-size: max(2.47vw, 2.2rem); }
	.text_28{ font-size: max(2.66vw, 2.2rem); }
	.text_30{ font-size: max(2.85vw, 2.2rem); }
	.text_32{ font-size: max(3.07vw, 2.2rem); }
	.text_34{ font-size: max(3.25vw, 2.22rem); }
	.text_35{ font-size: max(3.36vw, 2.3rem); }
	.text_37{ font-size: max(3.45vw, 2.45rem); }
	.text_40{ font-size: max(3.9vw, 2.8rem); }
	.text_41{ font-size: max(4vw, 3rem); }
	.text_45{ font-size: max(4.25vw, 3rem); }
	.text_48{ font-size: max(4.4vw, 3.3rem); }
	.text_50{ font-size: max(4.5vw, 3.5rem); }
	.text_55{ font-size: max(5vw, 3.57rem); }
	.text_58{ font-size: max(5vw, 3.59rem); }
	.text_60{ font-size: max(5.5vw, 3.6rem); }
}/*END*/

@media screen and (max-width: 599px){
	.text_16{ font-size: 1.4rem; }
	.text_18{ font-size: 1.4rem; }
	p{ line-height: 1.8; }

}/*END*/
.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}
.text_b01{
	color: #1b1b1b;
}
.nowrap{
	white-space: nowrap;
}
/*----------------------------------------
	共通
----------------------------------------*/
.inner_frame1350{
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}
.inner_frame {
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
}
.form_frame {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
}
li{ list-style:none; }
.center{ text-align:center; }
.column{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.op:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
#container{ overflow: hidden; }
.ttl_300{
	max-width: 300px;
	width: 70%;
}
.ttl_400{
	max-width: 400px;
	width: 100%;
}
.ttl_500{
	max-width: 500px;
	width: 100%;
}

.ttl_center{
	margin-left: auto;
	margin-right: auto;
}
.sp_block{
	display: none;
}
.text_center{
	text-align: center;
}
@media print, screen and (min-width: 600px){
	.sp_br{
		display: none;
	}
	.pc_none{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 768px){
	.inner_frame1350{
		padding-right: 3%;
		padding-left: 3%;
	}
	.inner_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
	.form_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
}/*END*/

@media screen and (max-width: 599px){
	.inner_frame1350{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.inner_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.form_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.sp_left{
		text-align: left;
	}
	.pc_br{
		display: none;
	}
	.sp_none{
		display: none !important;
	}
	.sp_block{
		display: block;
	}
	.text_center{
		text-align: left;
	}
}/*END*/



/*----------------------------------------
	header
----------------------------------------*/

.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{
	color: #14557a;
}
.p_2p{
	padding: 2%;
}
@media print, screen and (min-width: 750px){

	.sd-trigger{
		left: calc(50% + 150px);
		right: auto;
		max-width: 100px;
	}

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

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

	.sd-trigger{
		max-width: 25%;
	}
	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
@media screen and (max-width: 768px){
	.p_2p {
		padding: 4% 2%;
	}
}

/*----------------------------------------
	layout
----------------------------------------*/

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

.overflow{
	overflow: hidden;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}

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

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

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

	.sp_br{
		display: none;
	}

}/*END*/

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

	.pc_only{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

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

	.sp_mv{
		display: none;
	}
	.pc_mv{
	}

}/*END*/

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

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 55% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.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対策*/

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

	.map{ padding: 80% 0 0; }

}/*END*/

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

	.map{ padding: 80% 0 0; }

}/*END*/


/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.form_textgray{
	color: #454545;
}
.contact tr{
	display: flex;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	display: block;
	font-weight: 500;
}
.contact th{
	background: #eeeeee;
	border: #dcdcdc 1px solid;
	flex: 0 0 30%;
	padding: 2.5% 2%;
}
.contact td{
	border: #dcdcdc 1px solid;
	flex: 0 0 70%;
	padding: 2.5% 2%;
}
.contact td p{
	line-height: 1.2;
}
.initial{
	display: initial!important;
}
.initial th{
    background: transparent;
    border: none;
    padding: 0 !important;
    font-size: 2rem !important;
    font-weight: 500;
}
.initial td{
	padding: 0;
}
.none_border{
	border: none!important;
}
.form_flex,.form_flex2,.form_flex3{
	display: flex;
    gap: 3%;
    align-items: center;
}
.form_flex2 >p{
	flex: 0 0 15%;
}
.form_flex3 >p:nth-child(1){
	flex: 0 0 30%;
}
.form_flex3 input[type="text"]{
	flex: 0 0 30%;
}
.form_center td{
    text-align: center!important;
}
.form_center .check label {
    width: fit-content;
}
.text_gray{
	color: #959595;
}

.text_lightgray{
	color: #aaaaaa;
}
.address td> div:not(:last-child){
	margin-bottom: 20px;
}
.address td> p{
	margin-bottom: 10px;
}
.area td>p{
	margin-bottom: 20px;
}
.area td>div:not(:last-child){
	margin-bottom: 20px;
}
.reason label{
    width: 100%!important;
}
input[type="text"]::placeholder {
	font-weight: 500;
	color: #bebebe;
}
#datepicker01::placeholder,#datepicker02::placeholder {
	color: #000;   
	opacity: 1;  
}
/*
.kind > div{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
*/
.form_grid > td{
	display: grid!important;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.form_grid > td .error{
	grid-column: 1/3;
}
.form_grid02{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.kind.error {
	padding-bottom: 40px;
}
.kind .error{
	position: absolute;
	left: 5%;
	padding: 8px;
}

.form_grid02 select{
	height: 100%;
}
.form_grid02 .error select{
	height: 45%;
}
/*
.schedule_message th,.schedule_message td {
	display: inline-block;
}
.schedule_message td {
	padding-left: 5px;
}
*/
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:50px !important;
}
.kind label:before{
	left: 13px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 19px !important;
}

.r_kind label{
	box-sizing: border-box;
	padding-left:45px !important;
	margin-bottom: 20px !important;
}
.schedule_form input{
	float: left;
	width: 40%;
}
.schedule_form select{
	float: left;
	width: 28%;
	margin-left: 2%;
}
.schedule_form input,
.schedule_form select{
	border: 1px solid #dcdcdc !important;
	background: #fff !important;
}
.form_none{
	display: none;
}
.hissu:after,
.nini:after{
	display: inline-block;
	padding: 4px 4px;
	line-height: 1;
	margin-left: 10px;
	vertical-align: 0px; 
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: 1px;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #65ba01;
	border: 1px solid #65ba01;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #aaaaaa;
	color: #fff;
	border: 1px solid #aaaaaa; 
}


/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error {
    display: inline-block;
    margin-top: 10px;
    color: #e60012;
    padding: 5px 14px;
    background: #ffcdd3;
    box-sizing: border-box;
    width: fit-content;
}
td.error{
	background:#ffcdd3;
	padding: 8px;
	display: block;
}

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

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

}/*END*/

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

	.contact th{
		font-size: 1.5rem;
		font-feature-settings: "palt";
	}
	.contact td{
		font-size: 1.4rem;
	}
	.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*/

@media screen and (max-width: 599px){
	.contact tr {
		flex-direction: column;
	}
	.privacy_tex.text_16{
		font-size: 1.3rem !important;
		font-feature-settings: "palt";
	}
	.form_flex3 >p:nth-child(1) {
		flex: 0 0 45%;
	}
	.form_flex3 input[type="text"] {
		flex: 0 0 40%;
	}
	.form_flex2 >p {
		flex: 0 0 21%;
	}
	.initial th {
		font-size: 1.8rem !important;
	}
}/*END*/



/*----------------------------------------
	フォーム
----------------------------------------*/
.form_submit_mini {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

::placeholder {
  color: #000;
  font-weight: bold;
}

input::-webkit-input-placeholder {
color: #000;
font-weight: bold;
}
input:-moz-placeholder {
color: #000;
font-weight: bold;
}
input::-moz-placeholder {
color: #000;
font-weight: bold;
}
input:-ms-input-placeholder {
color: #000;
font-weight: bold;
}

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #fff;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	appearance: none;
    color: #000;
	font-size: 1.7rem;
	font-weight: 500;
}
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;*/
}

.form00{
	width: 20%;
	margin-right: 5px;
}
.form_heaf{
	width: 40%;
	margin-right: 8px;
	margin-left: 8px;
}
.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }

.address select{
	width: 250px;
}
.time select,.age select,.plan select {
    width: 350px;
}
.form_box_flex{
	display: flex;
	justify-content: space-between;
}
.box_heaf{
	width: auto;
	float: left;
	display: flex;
}
.m_r10{
	margin-right: 4%;
}

.telbox{
	width:28%;
}
.telbox_sen {
    width: 10%;
    text-align: center;
    padding-top: 13px;

}

.select_ttl{
	width: 100%;
	padding: 20px 10px 10px 0;
	font-size: 2.2rem;
}

.media_pb{
	padding-bottom: 15px !important;
}


@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%; }
	.time select,.age select,.plan select {
		width: 100%;
	}
	.address select{
		width: 100%;
	}
}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.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: 35px;
	line-height: 2;
	margin-right: 35px;
	margin-bottom: 5px;
	/* width: 100%; */
	box-sizing: border-box;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	background: #fff;
	border:2px solid #dcdcdc;
	border-radius: 50%;
}

.radio label:before {
    margin-top: -13px;
}
.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: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-radius: 50%;
    background: #eb6877;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 5px;
	width: 15px;
	height: 9px;
	margin-top: -6px;
	border-left: 4px solid #eb6877;
	border-bottom: 4px solid #eb6877;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #eb6877;
	box-shadow: 0 0 5px #eb6877;
}

.radio_style label{
	padding-bottom: 5px;
}
.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}



.privacy label {
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px !important;
    font-weight: 500;
}
.privacy label:before{
	left: 13px !important;
}
.privacy.check input[type="checkbox"]:checked + label:after {
	left: 19px !important;
}
.privacy_link {
	color: #000;
}
.pb_0 {
	padding-bottom: 12px!important;
}

.priv-text {
    height: 300px;
    overflow-y: scroll;
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 10px;
    box-sizing: border-box;
	border: 1px solid #959595;
    border-radius: 5px;
}
.priv-h1{
	font-size: 1.8rem;
}
.priv-text a{
    transition: all 0.4s;
    text-underline-offset: 0px;
}
/*----------------------------------------
	footer
----------------------------------------*/
footer a img {
    max-width: 333px;
    width: 75% !important;
}
/*----------------------------------------
	追加
----------------------------------------*/

#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;
	}
	.bg_form .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
}/*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: 200px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.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;
    font-size: 2rem;
    color: #e9f3ff;
    text-decoration: none;
    padding: 15px;
    line-height: 1.5;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #f5faff;
}
@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);
}
.head_lp .drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span{
	background: #bd0d23;
}

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

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.5rem;
	}
	.drawer ul{
		text-align: center;
		padding-top: 70px;
	}


}/*END*/




.btn_menu_works{
	/* display: none; */
    position: fixed;
    width: 50px;
    height: 50px;
    right: 2%;
    top: 1%;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 51;
    background-color: #6c110a;
    border-radius: 50%;
}

.btn_menu_works span{
	position: absolute;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works.menu_black span {
	background: #000;
}
.btn_menu_works span:nth-child(1){
	left: 21%;
    top: 40%;
	width: 60%;
}
.btn_menu_works span:nth-child(2){
    left: 40%;
    top: 62%;
	width: 40%;
}
.open .btn_menu_works{
	background: transparent;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	background: #fff;
	top: calc(55px / 2);
	left: 10%;
	width: 80%;
}
.open .btn_menu_works span:nth-child(2){
	transform: rotate(-45deg);
	background: #fff;
	top: calc(55px / 2);
	left: 10%;
	width: 80%;
}
@media screen and (max-width: 750px){
	.btn_menu_works{
		right: 8px;
		top: 10px;
	}
}

.drawer_close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #967c46;
	height: 1px;
	width: 100%;
	transition: all 0.4s;
}
.drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}



/*----------------------------------------
	content
----------------------------------------*/
.btn{
	display: block;
	margin: 20px auto 0;
	padding-bottom: 50px;
	width: 85%;
}
.bg_shiryou {
	background-color: #425156;
}
.bg_bluegray {
	background: #d1e2e9;
}
.bg_form,.bg04{
	background: #f4f4e8;
}
.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.campaign02 p{
	color: #808080;
	width: 85%;
	margin: 0 auto;
}

.bg_logo{
	position: fixed;
	top: 8%;
	left: 10%;
	width: 14%;
	max-width: 344px;
}



.pc_menu{
	z-index: 2;
    position: fixed;
    top: 25vh;
    right: 0;
    box-sizing: border-box;
    max-width: 70px;
    width: 6%;
}
.pc_menu a{
	display: block;
}
.sp_menu{
	display: none;
}
@media screen and (max-width: 599px){
	.pc_menu{
		display: none;
	}
	.sp_menu{
		z-index: 2;
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
	}
	.sp_menu a{
		display: block;
	}
	.fixed_tel{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_menu ul{
		width: 100%;
		max-width: 599px;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_menu ul li{
		float: left;
		width: 50%;
		box-sizing: border-box;
	}

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

	.bg_logo{
		display: none;
	}

}/*END*/


.madori_slider {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #555042;
}

.slide-arrow{
	border: none;
	width: 9%;
	height: auto;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.next-arrow{
	right: -5%;
}
.prev-arrow{
	left: -5%;
}
.works-arrow{
	border: none;
	width: 15%;
	height: auto;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.next-works{
	right: 5%;
}
.prev-works{
	left: 5%;
}
.works_slider .slick-slide{
	margin: 0 10px;
}
.plan_slider .slick-slide{
	margin: 0 5px;
}
.slick-dots li button:before {
	font-size: 22px;
}
.slick-dots {
	bottom: -35px;
}
@media screen and (max-width: 768px){
	.lp_frame_f{
		width:100%;
	}
}/*END*/
@media screen and (max-width: 599px){
	.slide-arrow{
		width: 10%;
		height: auto;
	}
	.next-arrow{
		right: -2%;
	}
	.prev-arrow{
		left: -2%;
	}


}/*END*/


.foot_logo{
	text-align: center;
	position: relative;
}
.foot_logo .max-respon{
	position: absolute;
	bottom: 38%;
	right: 10%;
}
@media screen and (min-width: 749px){
	.foot_logo .max-respon{
		right: 5%;
	}
}

/*----------------------------------------
	youtube埋め込み
----------------------------------------*/
iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560/315;
}
.movie_area iframe {
	display: block;
	width: 85%;
	margin: 10px auto 0px;
}

.movie {
	display: block;
	width: 85%;
	margin: 10px auto 0px;
}

.more_frame{
	display: none;
	cursor: pointer;
	background: #fff;
    padding: 4% 5%;
}
.model_frame{
	position: absolute;
	left: 0;
	top: 21%;
	width: 100%;
}
.rela{
	position: relative;
}
.ab{
	position: absolute;
}
.btn_yoyaku{
	position: absolute;
	bottom: 20%;
	left: 0;
}
.plan_slider{
	width: 90%;
	margin: 0 auto;
}



.btn_reserve{
	bottom: 8%;
}
.abs{
	position: absolute;
}
::placeholder {
	color: #bab7b7;
}

/*----------------------------------------
    datepicker
----------------------------------------*/

#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.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;
}
@media screen and (max-width: 400px){
	#ui-datepicker-div {
		max-width: 87%;
		width: 320px;
	}
	.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: 10px;
	}
}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* レイアウト */
.flex {
    display: flex;
    column-gap: 4%;
    row-gap: 30px;
    align-items: center;
	justify-content: center;
}
.flex > div{
	width: 50%;
}

.block{
	display: block;
}
.z_1{
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.flex{
		flex-direction: column;
	}
	.flex.reverse{
		flex-direction: column-reverse;
	}
	.flex >div{
		width: 	100%;
	}

}
/* タイトル */
.main_ttl img {
    max-width: 670px;
    width: 60%;
}
/* 背景 */
.bg_white{
	background: #fff;
}
.bg_black{
	background: #000;
}
/* 文字 */
.text_red{
	color: #a40000;
}
.text_navy{
	color: #354d8d;
}
.text_white{
	color: #fff;
}
.text_26 {font-size: clamp(1.8rem, 2.9375vw, 2.6rem)!important;}
.text_30 {font-size: clamp(2rem, 3.4375vw, 3.0rem)!important;}
.text_37 {font-size: clamp(2.5rem, 4vw, 3.7rem)!important;}
.text_58 { font-size: clamp(2.5rem, 6.25vw, 5.8rem)!important;}
/* ボーダー */
.border_bw{
	border-bottom: 1px solid #fff;
}
/* ガレージ-------------------------------------------------------- */
#nav01{
	background: url(../images/bg_garage.jpg);
	background-size: cover;
	background-position: top center;
}
.garage_deco01{
	top: 3%;
    left: 0%;
    width: 86.8%;
}
.garage_deco02{
	bottom: 1%;
    right: 1%;
    width: 87.35%;
}
/* ターゲット-------------------------------------------------------- */
#nav02{
	background-color: #222222;
}
.target_flex{
	display: flex;
    column-gap: 1%;
    row-gap: 30px;
}
.target_flex > div:nth-child(2){
	padding-top: 9%;
}
.target_flex h2{
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.w75{
	width: 75%;
}
@media screen and (max-width: 599px) {
	.target_flex {
		flex-direction: column-reverse;
		align-items: center;
		padding: 0 !important;
	}
	.w75{
		width: 100%;
	}
	.target_flex > div:nth-child(2) {
		padding-top: 50px;
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.target_flex h2 {
		writing-mode: unset;
		text-orientation: unset;
		text-align: center;
	}
}
/* なぜ選ばれるのか------------------------------------------------ */
.bg_obi {
    background: url(../images/bg_obi.jpg);
    background-size: cover;
    background-position: top center;
}
/* 池田建設について------------------------------------------------ */
#nav03{
	background: url(../images/bg_about.jpg);
	background-size: cover;
	background-position: top center;
}
/* 6つの理由------------------------------------------------------- */
#nav04{
	background: url(../images/bg_reason.jpg);
	background-size: cover;
	background-position: top center;
}
.reason_box{
	padding-left: 3%;
	padding-right: 3%;
}
#nav04 .reason_grid .text_25{
	font-size: clamp(1.7rem, 2.75vw, 2.4rem);
}
.reason_grid{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 2%;
	row-gap: 50px;
}
@media screen and (max-width: 768px) {
	.reason_box {
		padding-left: 0%;
		padding-right: 0%;
	}
}
@media screen and (max-width: 599px) {
	#nav04{
		background: none;
	}
	.bg_reason_top{
		background: url(../images/bg_reason_top.jpg);
        background-size: cover;
        background-position: center;
	}
	.reason_reverse{
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	#nav04 .reason_grid .text_25{
		font-size: max(2.85vw, 2.2rem);
	}
	.reason_grid{
		grid-template-columns: repeat(1,1fr);
		align-content: center;
	}
}
/* Drive Your Dream------------------------------------------------ */
.bg_drive{
	background: url(../images/bg_drive.jpg);
    background-size: cover;
    background-position: center;
}
/* よくあるご質問--------------------------------------------------- */
#nav05{
	background-color: #5a6366;
}
#nav05 .text_25{
	font-size: clamp(1.5rem, 2.75vw, 2.4rem);
}
.text_blue{
	color: #00a0e9;
}
.answer {
    display: flex;
    gap: 3%;
}
.answer > p:nth-child(2){
	padding-top: 1.2%;
}
.question{
	display: flex;
    gap: 2.5%;
    align-items: center;
	width: 90%;
}
.btn_more {
	display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: #c8bf9e;
    padding: 1% 5%;
}
.btn_more::before,.btn_more::after{
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 24px;
    height: 4px;
    background: #fff;
    transition: transform 0.3s, opacity 0.3s;
}
.btn_more::before{
	transform: translateY(-50%);

}
.btn_more::after{
	transform: translateY(-50%) rotate(90deg);
}
.close.btn_more::after{
	transform: translateY(-50%) rotate(0deg);

}
@media screen and (max-width: 599px) {
	.btn_more {
		padding: 1% 3%;
	}
	.btn_more::before, .btn_more::after {
		width: 15px;
		height: 3px;
	}
}