@charset "utf-8";
/*
Title: ジョンソンホームズ
Last Updated: 2022-6-23
Author: zeal
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'Yu Mincho Pr6N', 'YuMincho', serif,'Noto Sans JP', sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
.noto{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}
h2,h3,h4{
	font-weight: lighter;
}
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-weight: 300!important;

}

.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_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_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_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_40{ font-size: 4rem; }
.text_41{ font-size: 4.1rem; }
.text_45{ font-size: 4.5rem; }
.text_50{ font-size: 5rem; }
.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_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_40{ font-size: max(3.9vw, 2.8rem); }
	.text_41{ font-size: max(4vw, 3rem); }
	.text_45{ font-size: max(4.25vw, 3rem); }
	.text_50{ font-size: max(4.5vw, 3.5rem); }
	.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{
	text-wrap: 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 label, .contact label span {
    font-weight: 300;
}
label[for="privacy"] .hissu{
    font-weight: 500;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	display: block;
	font-weight: 500;
}
.contact th{
	background: #eeeeee;
	border: #dcdcdc 1px solid;
	padding-bottom: 5px;
	flex: 0 0 30%;
	padding: 2.5% 2%;
}
.contact td{
	padding-bottom: 5px;
	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 {
	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: #bc0015;
	border: 1px solid #bc0015;
	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: 100%;
}
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;
}
.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;
}
/*----------------------------------------
	footer
----------------------------------------*/
.footer_logo img{
	max-width: 394px;
	width: 70%;
}



/*----------------------------------------
	追加
----------------------------------------*/

#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{
    position: fixed;
    width: 50px;
    height: 50px;
    right: clamp(1rem, -3.393rem + 5.43vw, 4.188rem);
    top: clamp(2rem, -1.393rem + 5.43vw, 7.188rem);
    cursor: pointer;
    transition: all 0.5s;
    z-index: 51;
    background-color: #585858;
    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 (min-width: 1350px){
	.btn_menu_works {
		width: 70px;
		height: 70px;
		right: clamp(1rem, -4.393rem + 5.43vw, 8.188rem);
		top: clamp(1rem, -3.393rem + 5.43vw, 8.188rem);
	}
}
@media screen and (max-width: 768px){
	.btn_menu_works{
		right: clamp(1rem, -2.393rem + 5.43vw, 6.188rem);
		top: clamp(7rem, -1.393rem + 5.43vw, 10.188rem);
	}
}
@media screen and (max-width: 599px){
	.btn_menu_works{
	top: clamp(6rem, -1.393rem + 5.43vw, 10.188rem);
	}
}
.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;
    display: none;
    position: fixed;
    top: 25vh;
    right: 0;
    box-sizing: border-box;
    max-width: 70px;
    width: 6%;
}
.pc_menu a{
	display: block;
}
.pc_menu ul li{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 599px){
.sp_menu{
	z-index: 2;
	width: 100%;
	display: none;
	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;
}



.bg01{
	background-color: #f6fbec;
}
.bg02{
	background-color: #f1f7f7;
}
.bg03{
	background-color: #505050;
}
.btn_more{
	cursor: pointer;
	position: relative;
	background: #767676;
    padding: 1% 5%;
}
.btn_more::after{
	content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: -15%;
    right: 5%;
    bottom: 0;
    margin: auto;
}

.close.btn_more::after{
	rotate: 180deg;
	top: 15%;
}
.close.btn_more::before{
	opacity: 0;
}
.more_frame{
	display: none;
	cursor: pointer;
	background: #fff;
    padding: 4% 5%;
}
.model_frame{
	position: absolute;
	left: 0;
	top: 21%;
	width: 100%;
}
.rela{
	position: relative;
}
.pp_scroll{
    padding: 2% !important;
    overflow-y: scroll;
    height: 300px;
	border: #dcdcdc 1px solid!important;
    margin-bottom: 30px;
    background: #fff;
	font-family:'Yu Mincho Pr6N', 'YuMincho', serif,'Noto Sans JP', sans-serif;
}
.pp_scroll h3, .pp_scroll h4 {
    margin-bottom: 10px;
    font-weight: 500 !important;
    font-size: 2rem;
}
.contact  .pp_scroll p{
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 1.7rem;
}
.btn_yoyaku{
	position: absolute;
	bottom: 20%;
	left: 0;
}
.plan_slider{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 599px){
	.pp_scroll h3, .pp_scroll h4 {
		font-size: 1.7rem;
	}
	.contact  .pp_scroll p{
		font-size: 1.4rem;
	}
}


.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;
	}
}



/* 解決 */
.deco01{
    position: absolute;
    top: 27%;
    left: 37%;
    transform: translateX(-50%);
}
.under_deco{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.deco03{
	position: absolute;
    top: 30%;
    left: 7%;
    transform: translateX(-50%);
	width: 7%;
}
.deco04{
	position: absolute;
    top: 42%;
    right: -2%;
    transform: translateX(-50%);
	width: 9%;
}
.actuals{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6%;
    width: 70%;
    margin: auto;
}
@media screen and (max-width: 1059px){
	.deco01 {
		top: 15%;
	}
	.under_deco {
		top: -7%;
	}
}
@media screen and (max-width: 900px){
	.deco01 {
		top: 15%;
		left: 30%;
	}
}
@media screen and (max-width: 599px) {
    .deco01 {
        top: 8%;
        left: 22%;
        width: 22%;
    }
	.under_deco {
        width: 10%;
    }
	.actuals{
		width: 90%;
	}
	#nav02 .text_28 {
        font-size: max(2.66vw, 1.8rem);
    }
}
@media screen and (max-width: 450px) {
    .deco03,.deco04{
		display: none;
	}
	.actuals{
		width: 100%;
	}
}
/* ５つの理由 */
.big_ttl img {
    max-width: 590px;
    width: 60%;
}
.reason_flex{
	display: flex;
    gap: 3%;
    align-items: center;
}
.reason_flex > div:nth-child(1){
	width: 55%;
}
.reason_flex > div:nth-child(2){
	display: flex;
	width: 50%;
}
.reason_flex.reverse > div:nth-child(1){
    display: flex;
    width: 50%;
    justify-content: end;
}
.reason_flex.reverse > div:nth-child(2){
	width: 55%;
}
.reason_width{
	width: 77%;
}
.sub_reason img {
    max-width: 345px;
    width: 100%;
}
.reason_grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
}
.reason_grid > div{
    display: flex;
    flex-direction: column;
}
.reason_grid > div:nth-child(2){
	padding-top: 25%;
}
@media screen and (max-width: 768px) {
	.reason_width {
		width: 90%;
	}
}
@media screen and (max-width: 599px) {
	.reason_flex {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.reason_flex > div:nth-child(1) {
		width: 100%;
	}
	.reason_flex > div:nth-child(2){
		width: 100%;
	}
	.reason_width{
		width: 100%;
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.reason_flex.reverse {
        flex-direction: column;
	}
	.reason_flex.reverse > div:nth-child(1) {
		width: 100%;
	}
	.reason_flex.reverse > div:nth-child(2) {
		width: 100%;
	}
	.sp_rview{
		padding-right: 4.5%;
        padding-left: 4.5%;
	}
	.reason_grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.reason_grid > div{
		flex-direction: column-reverse;
		gap: 30px;
	}
	.reason_grid > div:nth-child(2) {
		padding-top: 10%;
	}
	.sp_pt20{
		padding-top: 20px!important;
	}
	.big_ttl img {
		width: 80%;
	}
	#nav03 .text_28 {
        font-size: max(2.66vw, 1.8rem);
    }
	#nav03 .text_30 {
        font-size: max(2.85vw, 1.8rem);
    }
}
/* 売却の流れ */
.small_ttl img{
	max-width: 360px;
	width: 40%;
}
.sel_tab {
    display: flex;
    align-items: flex-start;
    border-bottom: 5px solid #7d9855;
}
.sel_tab li {
	float: left;
    width: calc((450 / 1350) * 100%);
    margin-right: 1.2%;
    cursor: pointer;
    background-size: 100%;
}
.sel_contents{
	box-sizing: border-box;
}
.sel_contents.show{
	display: block;
}

.text_white{
	color: #fff;
}
.text_red{
	color: #e60012;
}
.under_line{
	text-underline-offset: 5px;
	text-decoration-line: underline;
}
.bg_green {
    background: #7d9855;
    width: fit-content;
    padding: 0 0.5em;
}
.detail {
    padding: 2.5% 5%;
}
.step_flex {
	display: flex;
	gap: 3%;
	align-items: flex-start;
	position: relative; 
}

.line,.line2 {
	position: relative; 
}

.line::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 4%;
    transform: translateX(-50%);
    width: 5px;
    height: calc(83% + 40px);
    background-color: #7d9855;
    z-index: -1;
}
.line2::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 4%;
    transform: translateX(-50%);
    width: 5px;
    height: calc(60% + 40px);
    background-color: #7d9855;
    z-index: -1;
}
.step_flex > div:first-child {
	flex: 0 0 8%;
}

.step_flex > div:nth-child(2) {
	display: flex;
	gap: 4%;
	flex: 1; 
}

.step_p > div:nth-child(1) {
	flex: 0 0 56%; 
}

.step_p > div:nth-child(2) {
	flex: 0 0 40%; 
}
.step_p img {
	width: 100%;
	height: auto;
}
.person01{
    position: absolute;
    top: 15.5%;
    left: 12%;
    transform: translateX(-50%);
    width: 9%;
}
.person02 {
    position: absolute;
    top: 19.5%;
    right: 2%;
    transform: translateX(-50%);
    width: 10%;
}
.hukidashi img {
    max-width: 405px;
    width: 65%;
}
.support{
    padding-right: 3%;
    padding-left: 3%;
}
@media screen and (max-width: 1059px){
	.person01{
		top: 3.5%;
	}
	.person02{
		top: 6.5%;
	}
}
@media screen and (max-width: 768px){
	.person01{
		top: 4.5%;
		left: 9%;
		width: 10%;
	}
	.person02 {
		top: 6.5%;
        width: 11%;
		right: -4%;
	}
}
@media screen and (max-width: 599px) {
	.step_flex > div:nth-child(2) {
		flex-direction: column;
		gap: 20px;
	}
	.sel_tab li {
		width: 45%;
	}
	.step_flex > div:first-child {
		flex: 0 0 12%;
	}
	.line::after {
		top: 60px;
		height: calc(85% + 40px);
		left: 6%;
		width: 3px;
	}
	.line2::after {
		top: 58px;
		height: calc(66.5% + 40px);
		left: 6%;
		width: 3px;
	}
	.person01,.person02{
		display: none;
	}
	#nav04 .text_28 {
        font-size: max(2.66vw, 1.6rem);
    }
	#nav04 .text_45 {
        font-size: max(4.25vw, 2.2rem);
    }
	#nav04 .text_30 {
        font-size: max(2.85vw, 1.7rem);
    }
    .small_ttl img {
        width: 60%;
    }
	.detail {
		padding: 5.5% 5%;
	}
}
@media screen and (max-width: 400px) {
	.line::after {
		height: calc(85% + 40px);
	}
	.line2::after {
		height: calc(65% + 40px);
	}
	.sel_tab li {
		width: 50%;
		margin-right: 0;
	}
}

/* よくあるご質問 */
.text_blue{
	color: #27acbc;
}
.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;
}
.soudan_grid{
	display: grid;
    gap: 3%;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 599px) {
	.btn_more {
		padding: 1% 3%;
	}
	.btn_more .text_28 {
        font-size: max(2.66vw, 1.2rem);
    }
	.btn_more::after {
		content: '';
		width: 12px;
		height: 12px;
	}
	.soudan_grid {
		gap: 20px;
		grid-template-columns: 1fr;
	}
	#nav05 .text_40 {
        font-size: max(3.9vw, 2.5rem);
    }
	#nav05 .text_28 {
        font-size: max(2.66vw, 1.8rem);
    }
}
@media screen and (max-width: 450px) {
    #nav05 .text_28.change {
        font-size: max(2.66vw, 1.3rem);
    }
}