@charset "utf-8";
/*
Title: mihama
Last Updated: 2023-08-18
Author: naka
*/

/*----------------------------------------
	全体
----------------------------------------*/
* {
	overflow-x: clip;
}

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; }

a{display: block;
	color:#cb3f48;
	transition: all 0.4s;
}
a:hover{
	color:#eb747c;
	transition: all 0.4s;
}
.op:hover{
	transition: all 0.4s;
}
.op:hover{
	opacity: 0.7;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.none {
	display: none;
}
.block {
	display: block;
}

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_gray{ color: #333; }
.text_red{ color: #f73f4e; }

.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; }

@media print, screen and (min-width: 770px){

	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !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 print, screen and (min-width: 480px) and ( max-width: 769px){

	.text_16{ font-size:2vw !important; }
	.text_18{ font-size:2.2vw !important; }
	.text_21{ font-size:2.7vw !important; }
	.text_22{ font-size:2.8vw !important; }
	.text_24{ font-size:3vw !important; }
	.text_26{ font-size:3.2vw !important; }
	.text_28{ font-size:3.4vw !important; }
	.text_36{ font-size:4.2vw !important; }

}/*END*/

@media screen and (max-width: 599px){

	.text_14{ font-size: 1.2rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !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*/

.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;
}


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.lp_frame{
	width: 88%;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.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*/




/*----------------------------------------
	contact
----------------------------------------*/

.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: 8px;
}
.contact td{
	padding-bottom: 10px;
}
.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;
}
.r_kind label{
	box-sizing: border-box;
	padding-left:30px !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;
}
.hissu:after,
.nini:after{
	display: inline-block;
	padding: 5px 8px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 20px;
	vertical-align: 1px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #f73f4e;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #7e7e7e;
	color: #fff;
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy a{
	color: #f73f4e;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffebee;
}
td.error{
	background:#ffebee;
	padding: 8px;
	display: block;
	margin-bottom: 15px;
}
td.radio.error.row_style {
	display: grid;
}

@media print, screen and (min-width: 770px){

	.contact th{
		font-size: 1.6rem;
	}
	.contact td{
		font-size: 1.4rem;
	}

}/*END*/

@media screen and (max-width: 769px){

	.contact th{
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.3rem;
		padding-bottom: 10px;
	}
	.privacy .error,
	td .error{
		font-size: 1.3rem;
	}
	.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.3rem !important;
	}

}/*END*/


/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.5rem;
	color: #000;
	border: 1px solid #dcdcdc;
	border-radius: 0;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	/*border: 1px solid #f93702;*/
}
select{
	width: 100%;
	/* border: none !important; */
}

.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }


.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: 0px 10px 5px 0;
	font-size: 1.4rem;
}
.media_pb{
	padding-bottom: 15px !important;
}

@media screen and (max-width: 769px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 5px 5px;
		font-size: 1.4rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #ea5413;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }
	.select_ttl{
		font-size: 1.4rem;
		font-weight: bold;
	}

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.form_frame {
	width: 92%;
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
table.contact {
	font-size: 12px;
}
.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: 30px;
	line-height: 1.5;
	margin-right: 15px;
	margin-bottom: 0px;
	color: #000;
}
.kikkake.radio label{
	margin-bottom: 10px;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(50%);
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -21px;
	background: #fff;
	border:1px solid #dcdcdc;
	border-radius: 50%;
}
.radio label:before{
	margin-top: -25px;
}
.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%;
	transform: translateY(28%);
	left: 4px;
	width: 14px;
	height: 14px;
	margin-top: -14px;
	border-radius: 50%;
	background: #f93702;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 14px;
	height: 10px;
	margin-top: -6px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #f93702;
}

.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #f93702;
	box-shadow: 0 0 5px #f93702;
}

.radio_style label{
	padding-bottom: 5px;
}
.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}
/*form_追加（紹介）*/
.kind_insert_box{
	height:150px;
}
.insert_height{
	/* width: 100%;
	display: block;
	margin-bottom: 75px !important; */
}
.syokai_inp{
	/* position: absolute;
	bottom: 21%;
	width: 96%; */
}
.error + .syokai_inp {
	bottom: 27%;
}
@media screen and (max-width: 460px){
	.syokai_inp{
		bottom: 20%;
	}

}/*END*/
@media screen and (max-width: 385px){
	.syokai_inp{
		bottom: 16%;
	}

}/*END*/
/*form_追加*/
.form_bg{
	background-color: #fff;
}
.txt_white{
	color: #fff;
}
.day_month {
	display: flex;
	width: 100%;
  justify-content: flex-start;
	align-items: center;
	gap: 10px;
	position: relative;
}
.day_month select {
	width: 50px;
}
.time_select select{
	width: 180px;
}
.day_month div {
	display: inline;
}
.row_style {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.row_style2 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	row-gap: 10px;
}
.row_style2.error {
	display: grid;
	padding: 4px;
}
.row_style label {
	margin-right: 0px;
	display: flex;
	align-items: center;
}
.row_style label span{
	display: inline-block;
	padding-right: 3px;
}
.row_style2 label span{
	width: 14em;
}
.day_month .error {
	position: absolute;
	top: 18px;
	left: 0;
}
.error {
	grid-column: 1/3;
}
@media screen and (max-width: 500px){
	.row_style2 label span{
		width: 10em;
	}
}/*END*/


/*----------------------------------------
	追加
----------------------------------------*/
#bk{
	background-color: #fff;
	position: relative;
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/nav_bg.jpg) center top;
	background-size: contain;
	z-index: 1;
}
.ribbon_l{
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/background-rbn.jpg) center top repeat-y;
	background-size: 100%;
	height: 100vh;
	width: 4.5%;
	max-width: 50px;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}
.ribbon_r{
	position: fixed;
	top: 0;
	right: 0;
	background: url(../images/background-rbn.jpg) center top repeat-y;
	background-size: 100%;
	height: 100vh;
	width: 4.5%;
	max-width: 50px;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 50px 0px rgb(0 0 0 / 60%);
}

@media screen and (min-width: 750px){

	.lp_frame{
		width: 87%;
		margin-right: auto;
		margin-left: auto;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
		.contact_bk .ttl{
		position: absolute;
		top:100px;
	}
		.contact_bk{
		padding:180px 0 50px;
	}

}/*END*/

@media screen and (max-width: 751px){

	.ribbon_l{
		display: none;
	}
	.ribbon_r{
		display: none;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background-image: url(../images/nav_bg.jpg);
	/* background-repeat: repeat-y; */
	background-size: contain;
	background-position: center top;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer > nav{
	display: flex;
	padding-top: 40px;
}
.drawer ul{
	text-align: center;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}
.drawer ul.drawer_over{
	height: 100%;
	width: auto;
	aspect-ratio: 750/1333;
}
/* .drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	line-height: 1.4;
}
.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:nth-child(13){ transition-delay: 0.65s; }
.drawer ul li:nth-child(14){ transition-delay: 0.7s; }
.drawer ul li a{
	display: inline-block;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
} */
.drawer ul li a:hover{
	/* animation: drawer 1.4s; */
	/* color: #cadff3; */
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	overflow: scroll;
}
/*
.open .drawer ul li{
	transform: translateX(0);
}
*/

@media screen and (max-width: 599px){

	.drawer > nav{
		display: flex;
		align-items: flex-start;
		padding-top: 8vh;
		padding-bottom: 0;
	}
	/*
	.drawer > nav img{
		width: 120%;
		margin-left: -10%;
	}
	*/

}/*END*/
@media screen and (max-width: 479px){

	.drawer ul li a{
		font-size: 1.4rem;
		/*
		padding: 10px;
		*/
	}

}/*END*/

.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
	right: calc(50% - 238px);
	top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #cb3f48;
	opacity: 0;
}
.display {
	display: block;
}
.btn_menu_works:hover{
	/* background: #b3391a; */
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

@media screen and (max-width: 768px){

	.btn_menu_works{
		top: 16px;
	}
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 10px;
		top: 13px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/
@media screen and (max-width: 599px){
	/* .drawer ul{
		padding-top: 40px;
	} */
}


/*----------------------------------------
	アコーディオンエリア
----------------------------------------*/

.accordion-area{
	display: none;
}
.accordion-area > li{
	text-align: center;
  margin: 0 auto;
}
.accordion-area .box_wrap {
	/* background-image: url(../images/tab_bg.png);
	background-size: 100%;
	background-position: center;
	background-repeat: repeat-y; */
}


.title_menu{
	position: relative;
	text-align: center;
	cursor: pointer;
}
#hiraya .title_menu{
	background-color: #ece2be;
}
#hiraya .title_menu > img,
#garage .title_menu > img,
#terrace .title_menu > img
{
	display: block;
	width: 85%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
#hiraya .title_menu > img
{
	padding-top: 10px;
	padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
	#garage .title_menu > img,
	#terrace .title_menu > img
	{
		padding-top: 15px;
		padding-bottom: 50px;
	}
}
#vasterre .title_menu{
	position: absolute;
	bottom: 0%;
}
#vasterre .title_menu.close{
	position: relative;
	background-color: #7c8a97;
}
#vasterre .title_menu > img{
	display: block;
	width: 85%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 15%;
}
#terrace .title_menu {
	background-image: url(../images/terrace_bottom.jpg);
	background-size: 100%;
	background-position: bottom;
}
.plan_open{
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.4s;
	color: #fff;
	transform: translateX(-4%);
	font-size: 2rem;
}
#hiraya .plan_open{
	bottom: 53%;
}
#garage .plan_open,
#terrace .plan_open{
	bottom: 60%;
}
#vasterre .plan_open{
	bottom: 66%;
}
.title_menu:hover .plan_open{
	color: #fff;
}
.title_menu:hover .plan_open::before,
.title_menu:hover .plan_open::after{
	background: #ed6d34;
}

.plan_open::before,
.plan_open::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	background: #ed6d34;
	position: absolute;
	right: 29%;
	top: 50%;
	transition: all 0.4s;}
.plan_open::before{
	transform: rotate(45deg);
	margin-right: 7px;}
.plan_open::after{
	transform: rotate(-45deg);
}

/*　closeというクラスがついたら形状変化　*/
.plan_open.close::before{
	transform: translateX(6px) rotate(-45deg);
	margin-right: 7px;
	right: 30%;
	top: 30%;
}
.plan_open.close::after{
	transform: translateX(6px) rotate(45deg);
	right: 30%;
	top: 30%;
}

@media screen and (max-width: 450px){
	.plan_open{
		font-size: 1.6rem;
	}
	.plan_open::before,
	.plan_open::after{
		right: 28.4%;
	}

}/*END*/

/*accodeion_inner（バステール牧野アコーディオン内のアコーディオン）*/
.accordion-area_in {
	width: 84%;
	margin: 0 auto;
	padding-bottom: 50px;
	background: #d4e5f6;
}
.box_in{
	display: none;
}
.accordion-area_in > li{
	text-align: center;
}
.title_menu_in:hover .plan_open_in{
	color: #999;
}

.title_menu_in{
	position: relative;
	text-align: center;
	cursor: pointer;
}
.plan_open_in{
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.4s;
	color: #000;
}

.title_menu_in:hover .plan_open_in::before,
.title_menu_in:hover .plan_open_in::after{
	background: #999;
}

.plan_open_in::before,
.plan_open_in::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 30%;
	top: 50%;
	transition: all 0.4s;}
.plan_open_in::before{
	transform: rotate(45deg);
	margin-right: 7px;}
.plan_open_in::after{
	transform: rotate(-45deg);
}

/*　closeというクラスがついたら形状変化　*/
.plan_open_in.close::before{
	transform: translateX(6px) rotate(-45deg);
	margin-right: 7px;
}
.plan_open_in.close::after{
	transform: translateX(6px) rotate(45deg);
}
@media screen and (max-width: 450px){

	.plan_open_in::before,
	.plan_open_in::after{
		right: 25%;
	}
	.plan_open_in{
		bottom: 10px;
	}

}/*END*/
/*slider部分*/
.plan_slider {
	width: 75%;
	margin: 0 auto;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	position: relative;
	bottom: -5px;
}
/*youtube埋め込み部分*/
.movie_area {
	width: 75%;
	margin: 0 auto;
}
.movie_area iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
/*バステール牧野アコーディオン内のアコーディオンここまで*/


/*----------------------------------------
	イベントスライダー・相談会スライダー
----------------------------------------*/
.event_slider{
	padding-bottom: 80px;
	background-size: 100%;
}
.soudan_slider{
	padding-bottom: 80px;
	background-size: 100%;

}
.slick-slide{
	box-sizing: border-box;
	padding-left: 0.25%;
	padding-right: 0.25%;
}
.slide-arrow{
	border: none;
	width: 180px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	transition: all 0.4s;
	background-size: 100%;
	background-repeat:  no-repeat;
}
.event_slider .slick-prev{
	background-image: url("../images/prev_btn01.png");
	left: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.event_slider .slick-next{
	background-image: url("../images/next_btn01.png");
	right: 10px;
	background-size: 100%;
    background-repeat: no-repeat;
}
.soudan_slider .slick-prev{
	background-image: url("../images/prev_btn01.png");
	left: 10px;
	background-size: 100%;
    background-repeat: no-repeat;
}
.soudan_slider .slick-next{
	background-image: url("../images/next_btn01.png");
	right: 10px;
	background-size: 100%;
    background-repeat: no-repeat;
}
.slide-arrow:hover{
	opacity: 0.6;
}


@media screen and (max-width: 479px){

	.slide-arrow{
		width: 130px;
		height: 32px;
	}
	.plan_open{
		bottom: 32px;
	}

}/*END*/


/*----------------------------------------
	fotoer関係
----------------------------------------*/
/*↓footer-sns icons↓*/
.sns_area {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 80%;
	gap: 30px;
    margin-left: auto;
    margin-right: auto;
}
.sns_area p {
	flex:0.75;
}
.sns_area div {
	flex:1.2;
}
.sns_icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
    width: 100%;
}
@media screen and (max-width: 430px){
.sns_icons {
	gap: 5px;
}
}
/*↑footer-sns icons↑*/

.bnr_special{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 80%;
}
.btn_official{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.sp_menu{
	max-width: 500px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -150px;
	transition: all 0.4s;
	margin: auto;
	background: #fff;
	z-index: 10;
}
.sp_menu li{
	float: left;
	width: 50%;
}

@media screen and (max-width: 899px){

	.bg_logo{
		display: none;
	}

}/*END*/

@media screen and (max-width: 750px){

	.sp_menu{
		max-width: inherit;
	}

}/*END*/

/*----------------------------------------
	iframe比率維持
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 65% 0 0;
	text-align: center;
	background-color: #fff8eb;
}
.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;
}
.map_frame{
	background: #000;
}
.map_frame02{
	position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
}
@media all and (-ms-high-contrast: none){
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/


.syosai_bk{
	background: #4c4948;
}

/*----------------------------------------
	content
----------------------------------------*/

.kuwashiku{
	position: relative;
}
.close_1,
.kuwashiku1{
	background: #f8f7f1;
	padding: 50px 0;
}

.kuwashiku2 p{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
}
.kuwashiku3 p{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30%;
}
.kuwashiku4 p{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25%;
}
.kuwashiku5 p{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
}
.close_2,
.close_3,
.close_4,
.close_5,
.close_6{
	padding-bottom: 120px;
}
.close_5{
	background-image: url(../images/concept_skip_life_bg_bottom.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;

}
.close_2{
	background-image: url(../images/concept_base_camp_bg_bottom.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;

}
.close_6,
.kuwashiku6,
.close_bunjo1 p,
.close_bunjo2 p,
.close_bunjo3 p,
.close_bunjo4 p,
.close_bunjo5 p,
.close_bunjo6 p,
.close_bunjo7 p,
.close_1 p,
.close_2 p,
.close_3 p,
.close_4 p,
.close_5 p,
.close_6 p,
.kuwashiku p{
	cursor: pointer;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}
.rela{
	position: relative;
}

/* 分譲地 */
.bunjo_more7 p,
.bunjo_more6 p,
.bunjo_more5 p,
.bunjo_more4 p,
.bunjo_more3 p,
.bunjo_more2 p,
.bunjo_more1 p{
	position: absolute;
	bottom: 45%;
	left: 50%;
	transform: translateX(-50%);
}
.close_bunjo7 p,
.close_bunjo6 p,
.close_bunjo5 p,
.close_bunjo4 p,
.close_bunjo3 p,
.close_bunjo2 p,
.close_bunjo1 p{
	position: absolute;
	bottom: 160px;
	left: 50%;
	transform: translateX(-50%);
}

.close_bunjo1{
	padding-top: 120px;
	background-color: #c6dbbc;
}
.close_bunjo2{
	padding-top: 120px;
	background-color: #ffdbc8;
}
.close_bunjo3{
	padding-top: 120px;
	background-color: #bde6f8
}
.close_bunjo4{
	padding-top: 120px;
	background-color: #f2eea5
}
@media screen and (max-width: 599px){
	.close_3,
	.close_4,
	.close_5,
	.close_6{
		padding-bottom: 90px;
	}
	.close_bunjo7 p,
	.close_bunjo6 p,
	.close_bunjo5 p,
	.close_bunjo4 p,
	.close_bunjo3 p,
	.close_bunjo2 p,
	.close_bunjo1 p{
	bottom: 150px;
	}
}


.bg_color01 {
	background-color: #c5ddd4;
}
.bg_color02 {
	background-color: #ffe4cf;
}
.bg_color03 {
	background-color: #cab7a9;
}
.bg_equipment {
	background-color: #c3dac6;
}
.bg_outline {
	background-color: #7b8996;
}

.event_bg01 {
	background-image: url(../images/event_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.event_bg02 {
	background-image: url(../images/event_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg_event_map{
	background: #b6c76b;
}

#garage {
	background-image: url(../images/garage_27_bg.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: repeat-y;
}
#terrace{
	background-image: url(../images/terrace_34_bg.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: repeat-y;
}
#mcube{
	background-image: url(../images/concept_skip_life_bg.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: repeat-y;
}
#hiraya{
	background-image: url(../images/concept_base_camp_bg.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: repeat-y;
}
#garage .slick-dots li button:before {
color: #fff;
}
#hiraya .slick-dotted.slick-slider {
	width: 80%;
	margin: 0 auto;
}
.map_bg {
	background: #4f4b4a;
}

/*btn関係*/
.btn_position {
	position: relative;
}
.btn_position a {
	display: block;
	width: 85%;
	margin: 0 auto;
}
.btn_position01 a:hover {
	transform: translateY(5px);
	opacity: 0.8;
}
.btn_position01 {
	position: absolute;
	bottom: 8%;
	left: 0;
}

.btn_position02 {
	position: absolute;
	width: 100%;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
}
.btn_position02 a {
	width: 70%;
}

.btn_position03 {
	position: absolute;
	bottom: 0%;
	left: 0;
}
.btn_position .btn_position03 a{
	width: 100%;
}

.btn_position04 {
	position: absolute;
	bottom: 7%;
	left: 0;
}


.select_arrow {
	position: relative;
}
.select_arrow::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	transform: translateY(-75%) rotate(45deg);
	top: 50%;
	right: 15px;
}
.error .select_arrow::after {
	top: 25%;
}
#hiraya .plan_slider_in{
	width: 65%;
	margin-inline: auto;
	overflow: visible;
}
.slide-arrow01{
	width: 49px;
	height: 49px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.slick-prev01{
	background-image: url(../images/slider_arrow02.png);
	background-size: contain;
	left: 0;
	transform: translate(-50%,-50%);

}
.slick-next01{
	background-image: url(../images/slider_arrow01.png);
	background-size: contain;
	right: 0;
	transform: translate(50%,-50%);
}

/*追加*/
.kuwashiku img {
	display: block;
}
@media screen and (max-width: 499px) {
	.drawer ul {
		width: 90%;
	}
}

/*----------------------------------------
	モーダルの記述
----------------------------------------*/ 
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: relative;
	margin: 0 auto;
	max-width: min(90%,600px);
	top: 15%;
	text-align: center;
	z-index: 2;
}
.popup-inner img {
	width: 100%;
}
.close-area {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 9.8%;
	right: 10%;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	cursor: pointer;
}
#id_wdp_border{
	width: 100vw;
	height: 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
@media screen and (max-width: 599px){
	.close-area {
		top: 9.7%;
		max-width: 50px;
	}
	.popup-inner{
		top: 25%;
	}
	
}


.img_block{
	display: block;
}

.plan_btn{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}
.plan_btn a{
	background-color: #fff;
	color: #000;
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	font-size: clamp(12px,1.875vw,16px);
}
.plan_btn a:nth-of-type(2){
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}
.plan_btn a::before{
	content: "";
    background-color: #000;
    width: 22px;
    height: 14px;
    clip-path: polygon(10% 0, 50% 70%, 90% 0, 100% 10%, 50% 100%, 0 10%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}
.plan_btn a:hover::before{
    background-color: #fdd000;
}
.plan_btn a:hover{
	background-color: #000;
	color: #fdd000;
	position: relative;
}

.info_bg {
	background-image: url(../images/info_bg.jpg);
	background-size: cover;
}