@charset "utf-8";
/*
Title: mihama
Last Updated: 2025-11-26
Author: matsu
*/

/*----------------------------------------
	全体
----------------------------------------*/
.yumin{
	font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
}
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;
	image-rendering: -webkit-optimize-contrast;
}
a{
	display: block;
	color:#cb3f48;
	transition: all .4s;
}
a:hover{
	color:#eb747c;
	transition: all .4s;
}
.op:hover{
	transition: all .4s;
	opacity: 0.7;
}
.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;
	appearance: none;
	-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: 0 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;
	color: #000;
	cursor: pointer;
	padding-left: 30px;
	line-height: 1.5;
	margin-right: 15px;
	margin-bottom: 0;
	position: relative;
}
.kikkake.radio label{
	margin-bottom: 10px;
}
.radio label:before,
.check label:before{
	content: "";
	position: absolute;
	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{
	content: "";
	position: absolute;
	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: #fff;
}
.txt_white{
	color: #fff;
}
.day_month {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 100%;
	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 {
	display: flex;
	align-items: center;
	margin-right: 0;
}
.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: #ffde73; */
	position: relative;
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/drawer_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
	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*/


/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background: transparent;
	border: 1px solid #f0a48c;
	margin-top: 20px;
}
.header__link.is-active {
	background: #f0a48c;
}
li.header__item {
	position: relative;
}

/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #f0a48c;
	transform: translate(15%, -50%);
}

@media screen and (max-width: 750px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
		border: 1px solid #f0a48c;
	}
	.header__link.is-active {
		background: #f0a48c;
	}

	/*横の文字調整*/
	.t_nav_tex{
		width: 20px;
	}
}/*END*/

@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}
}/*END*/

.abs{
	position: absolute;
}
.mv_link{
	width: calc((321 / 800) * 100%);
	right: 5%;
	bottom: 3%;
}


/*----------------------------------------
	header
----------------------------------------*/
header{
	position: relative;
}
.drawer{
	display: flex;
	justify-content: center;
	background: #fff;
	background-image: url(../images/drawer_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100dvh;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	z-index: 50;
	transition: .5s ease-in-out;
}
.drawer > nav{
	display: flex;
	overflow: visible;
	/* padding-top: 70px; */
}
.drawer ul{
	text-align: center;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.drawer ul.drawer_over{
	width: auto;
	height: 100%;
	aspect-ratio: 750/1333;
}
.drawer li img {
	display: block;
}

@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}

.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	/* overflow: auto; */
	overflow-y: auto;
}
.nav_deco01 {
    display: block;
    width: 462px;
    position: absolute;
    top: -2%;
    left: 6%;
	z-index: 3;
    transform: translateX(-100%);
}
.nav_deco02 {
	display: block;
    width: 462px;
    position: absolute;
    top: 0%;
    right: 5%;
	z-index: 3;
    transform: translateX(100%);
}
.nav_deco03 {
    display: block;
    width: 100vw;
    position: absolute;
    max-width: 2000px;
    top: 0;
    left: 50%;
	z-index: 1;
    transform: translateX(-50%);
}
.nav_top {
    padding: 20% 15% 2% 15%;
}
.nav_top img {
	max-width: 637px;
	width: 100%;
}

@media screen and (max-width: 599px){
	.drawer > nav{
		display: flex;
		align-items: flex-start;
		padding-bottom: 0;
		overflow: hidden;
	}
	.nav_deco01,
	.nav_deco02 {
		display: none;
	}
	.drawer ul {
		width: 92%;
	}
	.nav_top {
		padding: 20% 10% 2% 10%;
	}
}/*END*/

@media screen and (max-width: 479px){
	.drawer ul li a{
		font-size: 1.4rem;
	}
}/*END*/

.btn_menu{
	display: none;
	width: 46px;
	height: 41px;
	cursor: pointer;
	background: #000;
	position: fixed;
	right: calc(50% - 238px);
	top: 15px;
	z-index: 99;
	transition: all .5s;
}
.btn_menu span{
	background: #fff;
	width: 60%;
	height: 1px;
	position: absolute;
	left: 20%;
	transition: all .4s;
}
.btn_menu span:nth-child(1){
	top: 10px;
}
.btn_menu span:nth-child(2){
	top: 20px;
}
.btn_menu span:nth-child(3){
	top: 30px;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

@media screen and (max-width: 768px){
	.btn_menu{
		top: 16px;
	}
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu span:nth-child(3){
		top: 20px;
	}
	.btn_menu{
		width: 46px;
		height: 41px;
		right: 10px;
		top: 13px;
	}
	.btn_menu span{
		width: 70%;
		left: 15%;
	}
	.btn_menu span:nth-child(1){
		top: 9px;
	}
	.btn_menu span:nth-child(2){
		top: 20px;
	}
	.btn_menu span:nth-child(3){
		top: 31px;
	}
}/*END*/


/*----------------------------------------
	fotoer関係
----------------------------------------*/
/*↓footer-sns icons↓*/
.sns_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sns_area p {
	flex: .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{
	background: #fff;
	max-width: 500px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -150px;
	z-index: 10;
	transition: all .4s;
}
.sp_menu > ul{
	display: flex;
}

@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{
	width: 75%;
	height: 25%;
	padding: 60% 0 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.map._01{
	bottom: 5%;
}
.map._02{
	bottom: 7%;
}
.map iframe{
	width: 100%;
	height: 100%;
}

.map{ z-index: 2; }/*chrome対策*/
.syosai_bk{
	background: #4c4948;
}
.select_arrow {
	position: relative;
}
.select_arrow::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-75%) rotate(45deg);
}
.error .select_arrow::after {
	top: 25%;
}

/*----------------------------------------
	content
----------------------------------------*/
.rela{
	position: relative;
}
.btn {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.btn._01 {
	bottom: 6%;
}
.btn._02 {
	bottom: 4%;
}
.btn._03 {
	width: 80%;
	bottom: 1%;
}
.btn._04 {
	width: 80%;
	bottom: 1%;
}
.btn._05 {
	bottom: 1%;
}
.bg_color01 {
	background: #c5ddd4;
}
.bg_color02 {
	background: #ffe4cf;
}
.bg_color03 {
	background: #cab7a9;
}
.sumai_bg{
	background: #fff8e4;
}
.btn_shiryo{
	width: 90%;
	margin: 40px auto 0 auto;
}

/*btn関係*/
.btn_position {
	position: relative;
}
.btn_position_mv {
    width: 85%;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
}
.btn_position_tokuten {
    width: 100%;
    position: absolute;
    bottom: 6%;
}
.btn_position_mv a:hover,
.btn_position_tokuten a:hover,
.btn_access_map a:hover  {
	transform: translateY(5px);
	opacity: .8;
}
.btn_position01 {
    width: 80%;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
	cursor: pointer;
}
.btn_position01 img{
	transition-duration: .2s;
}
.btn_position01 img:hover {
	opacity: .8;
}
.btn_position02 {
	background: #f29272;
    width: 100%;
	padding: 0 0 3em;
}
.btn_position02 a {
	transition-duration: .2s;
}
.btn_position02 a:hover {
	opacity: .8;
}
.btn_position02 img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.btn_position03 {
	position: absolute;
	bottom: 1.5%;
	left: 0;
}
.btn_position03 a:hover {
	transform: translateY(5px);
	opacity: .8;
}
.btn_position04 {
	position: absolute;
	bottom: 7%;
	left: 0;
}
.btn_map:hover {
	transform: translateY(5px);
	opacity: .8;
}


/*----------------------------------------
	モーダルの記述
----------------------------------------*/ 
.popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	text-align: center;
	max-width: min(90%,600px);
	margin: 0 auto;
	position: relative;
	top: 15%;
	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 {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	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%;
	}
}



.btn_house {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.nav-open01,
.nav-open02 {
    background: #000;
    border: 2px solid #000;
    border-radius: 33px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 80%;
    height: 10%;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.nav-open03{
    color: #000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 33px;
    border: 2px solid #000;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.nav-open01::after,
.nav-open02::after{
	content: "";
	clip-path: polygon(50% 77%, 93% 0, 100% 13%, 53% 100%, 47% 100%, 0 13%, 7% 0);
	background: #fff;
	width: 27px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	transition: .4s;
}
.nav-open03::after{
	content: "";
	clip-path: polygon(50% 77%, 93% 0, 100% 13%, 53% 100%, 47% 100%, 0 13%, 7% 0);
	background: #fff;
	width: 27px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	transition: .4s;
}
.nav-open01.active::after,
.nav-open02.active::after{
	transform: translateY(-50%) rotate(180deg);
}
.nav-open03.active::after{
	transform: translateY(-50%) rotate(180deg);
}
.nav-open02 {
	bottom: 5.5%;
}
.info1 {
    bottom: 9%;
}
.info2 {
	bottom: 8%;
}
.info3 {
    bottom: 8%;
}
.info4 {
    bottom: 8%;
}
.panel,
.more02{
	display: none;
}
.nav-open .more01 {
	width: 30%;
    margin: 4% auto;
}
.nav-open .more02 {
	width: 36%;
    margin: 4% auto;
}
.event_bg{
	background: #f6f1e0;
}
.bg_navy {
	background: #0a3e85;
}
.btn_siryou{
	display: block;
	width: calc((614/800)*100%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	transition-duration: .2s;
}
.btn_siryou:hover {
	opacity: .8;
}

/*----------------------------------------
	アコーディオンメニュー
----------------------------------------*/
.accordion_one {
	width: 100%;
}
.accordion_one .accordion_header {
	cursor: pointer;
}
.accordion_one .accordion_header._01,
.accordion_one .accordion_header._02 {
	padding: 2em 0 1em;
}
.accordion_one .accordion_header._03,
.accordion_one .accordion_header._04 {
	padding: 2em 0;
}
.accordion_one .accordion_header._01 {
	background: #fff0d7;
}
.accordion_one .accordion_header._02 {
	background: #ffede7;
}
.accordion_one .accordion_header._03 {
	background: #dff3fd;
}
.accordion_one .accordion_header._04 {
	background: #fff8e4;
}
.accordion_one .accordion_header img {
	width: 80%;
	margin: 0 auto;
	transition-duration: .2s;
}
.accordion_one .accordion_header img:hover {
	opacity: .8;
}
.accordion_btn01,
.accordion_btn03,
.accordion_btn05,
.accordion_btn07 {
	display: block;
}
.accordion_btn01.open,
.accordion_btn03.open,
.accordion_btn05.open,
.accordion_btn07.open {
	display: none;
}
.accordion_btn02,
.accordion_btn04,
.accordion_btn06,
.accordion_btn08 {
	display: none;
}
.accordion_btn02.open,
.accordion_btn04.open,
.accordion_btn06.open,
.accordion_btn08.open {
	display: block;
}

/* インナー */
.accordion_one .accordion_inner {
	display: none;
	width: 100%;
	margin: 0 auto;
}
.accordion_one .accordion_inner .box_one {
	width: 100%;
}
.accordion_one .accordion_inner .txt_a_ac {
	width: 100%;
	margin: 0 auto;
}

.consepthouse_wrap {
	padding: 0 2em;
}



/*----------------------------------------
	スライダ―
----------------------------------------*/
.concept_house_slider {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.concept_house_slider._01 {
  bottom: 8%;
}
.concept_house_slider._02 {
  bottom: 9%;
}
.concept_house_slider img {
  width: 100%;
  height: auto;
}
.concept_house_slider .slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.concept_house_slider._01 .slider li {
  background: #ef7547;
}
.concept_house_slider._02 .slider li {
  background: #ef4747;
}
.concept_house_slider .slide-arrow {
  z-index: 1;
}
.concept_house_slider .slick-prev,
.concept_house_slider .slick-next {
  background-size: cover !important;
  width: 35px !important;
  height: 35px !important;
  top: 32% !important;
  z-index: 1;
}
.concept_house_slider .slick-prev {
  background-image: url(../images/slide_arrow_l.png) !important;
  left: 5% !important;
}
.concept_house_slider .slick-next {
  background-image: url(../images/slide_arrow_r.png) !important;
  right: 5% !important;
}
.concept_house_slider .slick-next:before,
.concept_house_slider .slick-prev:before {
  content: "" !important;
}
