@charset "utf-8";

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

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}

a{
	color:#003a84;
	transition: all 0.4s;
}
a:hover{
	color:#0458c3;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_gray{ color: #a6a6a6; }
.text_red{ color: #e60012; }

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


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


}/*END*/


@media screen and (max-width: 599px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size: 1.3rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_20{ font-size: 1.7rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_36{ font-size: 2.2rem !important; }

}/*END*/

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


/*----------------------------------------
	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;
}

@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*/


/*----------------------------------------
	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;
}

.lp_frame{
	width:84%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

#bk{
	background-color: #F9F7ED;
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-image: repeating-linear-gradient(0deg, #e4e4e4 0px 1px, transparent 1px 15px), repeating-linear-gradient(90deg, #e4e4e4 0px 1px, transparent 1px 15px);
}
.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;
}
.bg_logo{
	position: fixed;
	left: 10%;
	top: 10%;
	width: 12%;
}
@media screen and (max-width: 899px) {
	.bg_logo{
		display: none;
	}
}

#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;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

}/*END*/
@media screen and (max-width: 751px){

	.ribbon_l{
		display: none;
	}
	.ribbon_r{
	  display: none;
	}

}/*END*/

@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: 100%;
	height: 100%;
	padding: 64% 0 0;
	text-align: center;
}
.map iframe{
	width: 90%;
	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: 64% 0 0; }

}/*END*/

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

	.map{ padding: 64% 0 0; }

}/*END*/


.map_frame{
	position: absolute;
	width: 93%;
	left: 50%;
	bottom: 18.5%;
	transform: translateX(-50%);
}/*END*/



/*----------------------------------------
	contact
----------------------------------------*/
/*--------placeholderデザイン---------*/
::placeholder {
  color: #000;
}
input::-webkit-input-placeholder {
color: #000;
  position: relative;
  top:-4px;
}
input:-moz-placeholder {
color: #000;
}
input::-moz-placeholder {
color: #000;
}
input:-ms-input-placeholder {
color: #000;
}
.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
}
.contact th{
	padding-bottom: 5px;
}
.contact td{
	padding-bottom: 20px;
}
.contact td p{
	line-height: 1.2;
}
.kind {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:50px !important;
	border: 1px solid #000;
}
.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;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "*";
	display: inline-block;
	/* background: #1d80c1;
	color: #fff; */
}
.nini:after{
	content: "";
	display: inline-block;
}
.privacy_check_link {
	color: #000;
}

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

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

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

}/*END*/

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

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

}/*END*/


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

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #fff;
	border: 1px solid #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.7rem;
	color: #000;
	border: 1px solid #000;
	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 #ccc;
}
select{
	width: 100%;
}


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

}/*END*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: table-row;
}
.bg_form{
	background: #eaf7ff;
}
/*select　矢印*/
.select_arrow {
	position: relative;
}
.select_arrow::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: translateY(-75%) rotate(45deg);
	top: 50%;
	right: 15px;
}
.error .select_arrow::after {
	top: 25%;
}


/*----------------------------------------
	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: 40px;
	line-height: 2;
	margin-right: 35px;
	margin-bottom: 10px;
	background: #fff;
  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: -19px;
}


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

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

.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;
	background: transparent;
	font-size: 1.6rem;
}
.privacy label:before{
	left: 13px !important;
}
.privacy.check input[type="checkbox"]:checked + label:after {
	left: 19px !important;
}
.privacy_link td{
	color: #000;
	font-size: 1.4rem;
	padding-left: 10px;
	padding-right: 10px;
}
.pb_0 {
	padding-bottom: 12px!important;
}
.pl_20 {
	padding-left: 20px;
}
.privacy td {
	padding-bottom: 0px;

}


/*----------------------------------------
	footer
----------------------------------------*/

.copyright{
	background: #000; 
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
}
.sp_menu a{
	display: block;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px){

	.sp_menu ul{
		max-width: 768px;
	}

}/*END*/

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

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #000;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.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: #000;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
.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.8rem;
		padding: 12px;
	}
	.drawer ul{
		padding-top: 30px;
	}


}/*END*/




.btn_menu_works{
	width: 60px;
	aspect-ratio: 1/1;
	cursor: pointer;
	transition: all 0.5s;
	background-color: #E2F4A8;
	position: relative;
}
/* .btn_menu_works::after{
	content: "menu";
	text-transform: uppercase;
	color: #fff;
	font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
	font-size: 12px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	translate: -50% 0;
} */
.btn_menu_works span{
	position: absolute;
	right: 20%;
	width: 60%;
	height: 1px;
	background: #000;
	transition: all 0.4s;
}
.btn_menu_works.color_change span{
	background: #333;
}
/* .btn_menu_works span:nth-child(1){
	top: 20%;
}
.btn_menu_works span:nth-child(2){
	top: 40%;
}
.btn_menu_works span:nth-child(3){
	top: 60%;
} */
.btn_menu_works span:nth-child(1){
	top: 40%;
}
.btn_menu_works span:nth-child(2){
	top: 60%;
	width: 40%;
}
/* .open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 40%;
	background: #000;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 40%;
	background: #000;
} */
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 50%;
	background: #000;
}
.open .btn_menu_works span:nth-child(2){
	transform: rotate(-45deg);
	top: 50%;
	background: #000;
	width: 60%;
}

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

.logo {
    position: fixed;
    z-index: 1000;
    left: calc(50% - 240px);
    top: 10px;
}

.logo img {
	height: 40px;
	width: auto;
}

.head_icon_box{
	/* display: grid;
	grid-template-columns: repeat(4,1fr); */
	z-index: 51;
	right: calc(50% - 250px);
	top: 0;
	position: fixed;

}
.head_icon_box img{
	max-width: 60px;
}
.open .head_icon_box a{
	display: none;
}
@media screen and (max-width: 748px){

	.head_icon_box img{
		max-width: 48px;
	}
	

	.head_icon_box{
		right: 0px;
	}

	.btn_menu_works{
		width: 48px;
	}
	.btn_menu_works::after{
		font-size: 10px;
	}

	.logo{
		left: 10px;
	}
	.logo img {
	height: 30px;
}
	
}/*END*/
.nav_sns_link_box{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 599px) {
	.nav_sns_link_box img{
		max-width: 75px;
	}
}

/*----------------------------------------
	アニメーション関連
----------------------------------------*/
/*fadein*/
.fadein {
	opacity: 0;
}
.fadein.active {
	animation: fadein 0.5s ease-in-out forwards alternate;
	animation-duration: 0.5s;
}
.fadein.d01.active {
	animation-delay: 0.3s;
}
.fadein.d02.active {
	animation-delay: 0.6s;
}
.fadein.d03.active {
	animation-delay: 0.9s;
}

.active .fadein {
	animation: fadein 0.5s ease-in-out forwards alternate;
	animation-duration: 0.5s;
}
.active .fadein.d04 {
	animation-delay: 0.3s;
}
.active .fadein.d05 {
	animation-delay: 0.6s;
}
.active .fadein.d06 {
	animation-delay: 0.9s;
}
@keyframes fadein {
	0% {     opacity: 0;
		 }
100% {   opacity: 1;
   }
}
/*ゆらゆら*/
.yurayura{
	animation: horizontal 1s ease-in-out infinite alternate;
	-webkit-animation: horizontal 1s ease-in-out infinite alternate;
}
.yurayura img {
	animation: horizontal 1s ease-in-out infinite alternate;
	animation-duration: 1.1s;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	-webkit-animation-duration: 1.1s;
	width: 100%;
}
/*speed調整*/
.yurayura img.d01 {
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
}
.yurayura img.d02 {
	animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;
}
.yurayura img.d03 {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
}
@keyframes horizontal {
	0% { -webkit-transform:translateX( -3px); }
100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes horizontal {
	0% { -webkit-transform:translateX( -3px); }
100% { -webkit-transform:translateX(  0px); }
}
@keyframes vertical {
	0% { -webkit-transform:translateY(-10px); }
100% { -webkit-transform:translateY(  0px); }
}
@-webkit-keyframes vertical {
	0% { -webkit-transform:translateY(-10px); }
100% { -webkit-transform:translateY(  0px); }
}
/*----------------------------------------
	content
----------------------------------------*/
article {
	overflow: hidden;
}
.rela{
	position: relative;
}
.abs {
	position: absolute;
}
img {
	max-width: max-content;
}
.z_01{z-index: 1;}
.z_02{z-index: 2;}
.z_03{z-index: 3;}
.z_04{z-index: 4;}
.z_05{z-index: 5;}
.z_06{z-index: 6;}
.z_07{z-index: 7;}
.z_08{z-index: 8;}
.z_09{z-index: 9;}
.z_10{z-index: 10;}
.bg_dot {
	background-image: url(../images/bg_dot.jpg);
	background-size: 100%;
	background-repeat: repeat;
}
.bg_gray {
	background: #f7f7f7;
}
/*tab切り替え*/
@font-face {
	font-family: 'honokamincyo';
	src: url(../fonts/Honoka_Shin_Mincho_L.woff) format("woff");
}
.tab_area{
	width: 90%;
	margin: 0 auto;
}
.panel {
	display: none;
	text-align: center;
	transition: .4s;
}
.panel.active {
	display: block;
}
.tab-area {
	display: flex;
	align-items: flex-end;
	gap: 5px;
}
.tab {
	transition: .4s;
	background-color: #a6b7cd;
	color: #fff;
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1%;
	padding-bottom: 1%;
	line-height: 1.4;
	cursor: pointer;
	font-family: 'honokamincyo';
}
.price .tab {
	padding-top: 1%;
	font-size: 1.2rem;
	letter-spacing: 0px;
}
@media screen and (max-width: 499px) {
	.price .tab-area {
		gap: 2px;
	}
	.price .tab {
		font-size: 1rem;
		height: 36px;
	}
	.tab.active {
		flex: 1.3;
	}
	.price .tab.active {
    height: 50px;
		flex: 1.7;
    font-size: 1.4rem;
	}
}
.tab.active {
	background-color: #689ba3;
	flex: 1.5;
	height: 45px;
	font-size: 1.6rem;
}

/*注釈*/
.text_annotation {
	color: #666;
	font-size: 1.2rem;
	width: 90%;
	margin: 0 auto;
}
/*動画埋込*/
.movie {
	width: 93%;
	aspect-ratio: 1280/720;
	height: auto;
	margin: 0 auto;
}
.movie video {
	width: 100%;
}

/* 追加　ボタン */
.btn01,.btn02,.btn03,.btn04,.btn05,.btn06,.btn07,.btn08,.btn09{
	position: absolute;
    left: 0;
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
}
.btn01{
	bottom: 3.5%;
}
.btn02{
	bottom: 2%;
}
.btn03{
    bottom: 5%;
}
.btn04{
    bottom: 7%;
}
.btn05{
	bottom: 31%;
}
.btn06{
	bottom: 9%;
}
.btn07{
	bottom: 8%;
}
.btn08{
	bottom: 1.5%;
}
.btn09{
	bottom: 14%;
}
/*----------------------------------------
	モーダルの記述
----------------------------------------*/ 
.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(600px,90%);
	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: 0;
	right: 0;
}
@media screen and (max-width: 599px) {
	.close-area{
		width: 50px;
	}
}
.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;
}
/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
	opacity: 0.3;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #000;
	margin-top: 20px;
}
.header__link.is-active {
	background-color: #999;
}
li.header__item {
	position: relative;
	color: #000;
}
/*横の文字調整*/
li.header__item:first-child:after {
	content: "1";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
li.header__item:nth-child(2):after {
	content: "2";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
li.header__item:nth-child(3):after {
	content: "3";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
li.header__item:nth-child(4):after {
	content: "4";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
li.header__item:nth-child(5):after {
	content: "5";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
li.header__item:nth-child(6):after {
	content: "6";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
li.header__item:nth-child(7):after {
	content: "7";
	display: block;
	position: absolute;
	top: 50%;
	/* color: #999; */
	transform: translate(200%, -50%);
}
/* li.header__item:nth-child(8):after {
	content: "8";
	display: block;
	position: absolute;
	top: 50%;
	color: #999; 
	transform: translate(200%, -50%);
} 
li.header__item:nth-child(9):after {
	content: "9";
	display: block;
	position: absolute;
	top: 50%;
	color: #999; 
	transform: translate(200%, -50%);
}
li.header__item:nth-child(10):after {
	content: "10";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(100%, -50%);
}
li.header__item:nth-child(10):after {
	content: "予\A約";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(90%, -50%);
}  */
li.header__item:last-of-type:after {
	content: "予\A約";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(90%, -50%);
}
@media screen and (max-width: 768px){
	.target_nav {
		right: 5%;
		transform: translate(200%, -50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
		border: 1px solid #333;
	}
	.header__link.is-active {
		background-color: #999;
	}
	li.header__item {
		position: relative;
		color: #333;
	}

	/*横の文字調整*/
	li.header__item:first-child:after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(2):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(3):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(4):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(5):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(6):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(7):after {
		transform: translate(120%, -50%);
	}
	li.header__item:last-of-type:after {
		transform: translate(60%, -50%);
	}
	/* li.header__item:nth-child(8):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(9):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(10):after {
		transform: translate(50%, -50%); */
	/* } */
	/* li.header__item:nth-child(10):after {
		transform: translate(60%, -50%);
	} */
}/*END*/


.mv_ttl{
	left: 0%;
	top: 10%;
	transition: all 0.4s 0.6s;
	opacity: 0;
}
.active .mv_ttl{
	opacity: 1;
}
.mv_deco01{
	right: 0%;
	bottom: 0%;
	translate: 0 15px;
	opacity: 0;
	transition: all 0.6s 0.8s;
}
.active .mv_deco01{
	opacity: 1;
	translate: 0;
}

.mv_deco02{
	left: 0;
	top: 56%;
	width: 100%;
	translate: 0 5px;
	opacity: 0;
	transition: all 0.8s 1s;
}
.mv_text01{
	width: calc((592 / 800) * 100%);
	left: 50%;
	translate: -50% 5px;
	bottom: 2.5%;
	opacity: 0;
	transition: all 0.8s 1s;
}
.active .mv_deco02{
	opacity: 1;
	translate: 0;
}
.active .mv_text01{
	opacity: 1;
	translate: -50% 0;
}




.mv_img_deco,
.mv_img{
	width: 100%;
	left: 0;
	top: 23%;
}
.mv_img{
	mask-image: url(../images/mv_img_mask.svg);
	mask-position: calc((560 / 800) * 100%) center;
	mask-repeat: no-repeat;
	mask-size: calc((667 / 800) * 100%);
}
.mv_img img{
	scale: 1.3;
	transition: all 1.2s ;
}
.active .mv_img img{
	scale: 1;
}

.blur{
	filter: blur(10px);
	transition: all 1s;
}
.show .blur{
	filter: blur(0px);
}
.deco_fadein{
	opacity: 0;
	translate: 0 10px;
	transition-duration: 0.6s;
	transition-delay: 0.3s;
	transition-timing-function: cubic-bezier(.4,.4,0,1);
}
.show .deco_fadein{
	opacity: 1;
	translate: 0 0px;
}
.deco_fadein.delay_01,
.blur.delay_01{
	transition-delay: 0.6s;
}
.deco_fadein.delay_02{
	transition-delay: 0.7s;
}
.deco_fadein.delay_03{
	transition-delay: 0.8s;
}
.deco_fadein.delay_04{
	transition-delay: 0.9s;
}
.deco_fadein.delay_05{
	transition-delay: 1s;
}


/* intro */
.intro_ttl{
	top: 16%;
	left: 0;
}
.btn_map01{
	top: 90%;
	left: 0;
}
.intro_link_box{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	width: 97.5%;
	column-gap: 2%;
	left: 50%;
	top: 2%;
	translate: -50% 0;
}
.intro_link_bnr{
	width: 100%;
	text-align: center;
	top: 7%;
}
.intro_link_bnr img{
	max-width: 535px;
	width: calc((535 / 800) * 100%);
}
.intro_ttl_deco01{
	max-width: 134px;
	width: calc((134 / 800) * 100%);
	right: 6%;
	top: 14%;
}
.intro_ttl_deco02{
	max-width: 97px;
	width: calc((97 / 800) * 100%);
	left: 8%;
	top: 17%;
}








/* land_plan */
.land_plan_ttl{
	top: 5%;
	left: 0;
}
:root {
	--land_plan_deco01: 95;
	--land_plan_deco02: 103;
  }
.land_ttl_deco01{
	max-width: var(--land_plan_deco01)px;
	width: calc((var(--land_plan_deco01) / 800 ) * 100%);
	top: 7%;
	left: 9.5%;
}
.land_ttl_deco02{
	max-width: var(--land_plan_deco02)px;
	width: calc((var(--land_plan_deco02) / 800 ) * 100%);
	top: 4%;
	right: 4.5%;
}
/* concept */
.concept_ttl{
	top: 5%;
	left: 0;
}
:root {
	--concept_deco01: 152;
	--concept_deco02: 60;
	--concept_deco03: 130;
	--concept_deco04: 151;
  }
.concept_deco01{
	max-width: var(--concept_deco01)px;
	width: calc((var(--concept_deco01) / 800 ) * 100%);
	top: -10%;
	left: 5%;
}
.concept_deco02{
	max-width: var(--concept_deco02)px;
	width: calc((var(--concept_deco02) / 800 ) * 100%);
	top: 90%;
	left: 12%;
}
.concept_deco03{
	max-width: var(--concept_deco03)px;
	width: calc((var(--concept_deco03) / 800 ) * 100%);
	top: -9%;
	right: 9.5%;
}
.concept_deco04{
	max-width: var(--concept_deco04)px;
	width: calc((var(--concept_deco04) / 800 ) * 100%);
	bottom: -63%;
	right: 2%;
}
/* interior */
.interior_ttl{
	top: 0%;
	left: 0;
}
:root {
	--interior_deco01: 29;
	--interior_deco02: 128;
	--interior_deco03: 69;
	--interior_deco04: 84;
	--interior01_copy: 104;
	--interior02_copy: 141;
	--interior03_copy: 145;
  }
.interior_deco01{
	max-width: var(--interior_deco01)px;
	width: calc((var(--interior_deco01) / 800 ) * 100%);
	top: 0%;
	left: 13%;
}
.interior_deco02{
	max-width: var(--interior_deco02)px;
	width: calc((var(--interior_deco02) / 800 ) * 100%);
	top: 78%;
	left: 8%;
}
.interior_deco03{
	max-width: var(--interior_deco03)px;
	width: calc((var(--interior_deco03) / 800 ) * 100%);
	top: 30%;
	right: 8%;
}
.interior_deco04{
	max-width: var(--interior_deco04)px;
	width: calc((var(--interior_deco04) / 800 ) * 100%);
	top: 85%;
	right: 8%;
}
.interior01_copy{
	/* max-width: var(--interior01_copy)px;
	width: calc((var(--interior01_copy) / 800 ) * 100%); */
	top: 40%;
}
.interior02_copy{
	/* max-width: var(--interior02_copy)px;
	width: calc((var(--interior02_copy) / 800 ) * 100%); */
	top: 0%;
}

.interior03_copy{
	/* max-width: var(--interior03_copy)px;
	width: calc((var(--interior03_copy) / 800 ) * 100%); */
	top: 1%;
}
.interior04_copy{
	/* max-width: var(--interior03_copy)px;
	width: calc((var(--interior03_copy) / 800 ) * 100%); */
	top: 1%;
}
.interior05_copy{
	/* max-width: var(--interior03_copy)px;
	width: calc((var(--interior03_copy) / 800 ) * 100%); */
	top: 1%;
}
.interior06_copy{
	/* max-width: var(--interior03_copy)px;
	width: calc((var(--interior03_copy) / 800 ) * 100%); */
	top: 1%;
}

/* modelhouse */
.modelhouse_ttl{
	top: 0%;
	left: 0;
}
:root {
	--modelhouse_ttl_deco01: 97;
	--modelhouse_ttl_deco02: 102;
	--modelhouse_ttl_deco03: 110;
	--modelhouse_ttl_deco04: 102;
	--modelhouse_deco01: 232;
  }
.modelhouse_ttl_deco01{
	max-width: var(--modelhouse_ttl_deco01)px;
	width: calc((var(--modelhouse_ttl_deco01) / 800 ) * 100%);
	top: 19%;
	left: 8.5%;
}
.modelhouse_ttl_deco02{
	max-width: var(--modelhouse_ttl_deco02)px;
	width: calc((var(--modelhouse_ttl_deco02) / 800 ) * 100%);
	top: 95%;
	left: 5%;
}
.modelhouse_ttl_deco03{
	max-width: var(--modelhouse_ttl_deco03)px;
	width: calc((var(--modelhouse_ttl_deco03) / 800 ) * 100%);
	top: 13%;
	right: 4%;
}
.modelhouse_ttl_deco04{
	max-width: var(--modelhouse_ttl_deco04)px;
	width: calc((var(--modelhouse_ttl_deco04) / 800 ) * 100%);
	top: 100%;
	right: 7%;
}
.modelhouse_deco01{
	max-width: var(--modelhouse_deco01)px;
	width: calc((var(--modelhouse_deco01) / 800 ) * 100%);
	top: 161%;
	right: 2%;
}

/* tab */
.modelhouse_panel_area{
	width: calc((730 / 800) * 100%);
	bottom: 21%;
	left: calc((35 / 800) * 100%);

}
.modelhouse_tab_area{
	display: flex;/* flexで横並び */
	cursor: pointer;/* カーソルポインターに */
	width: calc((420 / 800) * 100%);
	bottom: 76%;
	left: calc((35 / 800) * 100%);
	column-gap: 10px;
}
.modelhouse_tab {
	text-align: center;/* 文字を中央に。 */
}
.modelhouse_tab img{
	scale: 0.85;
	transition: scale 0.6s cubic-bezier(0.42,1.67,0.63,1.67);
	transform-origin: 50% 100%;
}
.modelhouse_tab.active img {
	scale: 1;
}

.modelhouse_panel{
	display: none;
	text-align: center;
}
.modelhouse_panel.active {
	display: block;
}
.btn_reserve01{
	left: 0;
	bottom: 12%;
	width: 100%;
}
.btn_request01{
	left: 0;
	bottom: 4%;
	width: 100%;
}

.spec_ttl{
	top: 0;
	width: 100%;
	left: 0;
}
:root {
	--spec_ttl_deco01: 67;
	--spec_ttl_deco02: 111;
  }
  .spec_ttl_deco01{
	max-width: var(--spec_ttl_deco01)px;
	width: calc((var(--spec_ttl_deco01) / 800 ) * 100%);
	top: 6%;
	left: 14%;
}
.spec_ttl_deco02{
	max-width: var(--spec_ttl_deco02)px;
	width: calc((var(--spec_ttl_deco02) / 800 ) * 100%);
	top: 8%;
	right: 10%;
}

/* spec */



/* access */
.access_ttl{
	top: 0%;
	left: 0;
}
:root {
	--access_deco01: 152;
	--access_deco02: 60;
  }
.access_deco01{
	max-width: var(--access_deco01)px;
	width: calc((var(--access_deco01) / 800 ) * 100%);
	top: 28%;
	left: 8%;
}
.access_deco02{
	max-width: var(--access_deco02)px;
	width: calc((var(--access_deco02) / 800 ) * 100%);
	top: 39%;
	right: 10%;
}
.btn_map02{
	left: 0;
	bottom: 8%;
}


/* location */
.location_ttl{
	top: 0%;
	left: 0;
}
:root {
	--location_deco01: 139;
	--location_deco02: 167;
  }
.location_deco01{
	max-width: var(--location_deco01)px;
	width: calc((var(--location_deco01) / 800 ) * 100%);
	top: 35%;
	left: 6%;
}
.location_deco02{
	max-width: var(--location_deco02)px;
	width: calc((var(--location_deco02) / 800 ) * 100%);
	top: 20%;
	right: 6.5%;
}
.btn_reserve02{
	left: 0;
	bottom: 12%;
}
.btn_request02{
	left: 0;
	bottom: 4%;
}



/* outline */
.outline_bg{
	background-size: contain;
}
:root {
	--outline_deco01: 97;
	--outline_deco02: 110;
  }
.outline_deco01{
	max-width: var(--outline_deco01)px;
	width: calc((var(--outline_deco01) / 800 ) * 100%);
	top: 20%;
	left: 8%;
}
.outline_deco02{
	max-width: var(--outline_deco02)px;
	width: calc((var(--outline_deco02) / 800 ) * 100%);
	top: 14%;
	right: 10%;
}





/* footer */
.foot_icon_box{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	width: calc((260 / 800 ) * 100%);
	max-width: 260px;
	column-gap: 20%;
	margin-inline: auto;
}

summary::-webkit-details-marker {
	/* Safariで表示されるデフォルトの三角形アイコンを消します */
	display: none;
}
summary {
	/* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
	display: block;
}
.outline_details{
}
.outline_details summary{
	width: calc((630 / 800) * 100%);
	text-align: center;
	margin-inline: auto;
	box-sizing: border-box;
	border: 1px solid #000;
	position: relative;
	cursor: pointer;
}
.outline_details summary::after,
.outline_details summary::before{
	content: "";
	position: absolute;
	background-color: #000;
	top: 50%;
	translate: 0 -50%;
	transition: all 0.4s;
}
.outline_details summary::after{
	width: 2px;
	height: 20px;
	right: 5%;
}
.outline_details summary::before{
	width: 20px;
	height: 2px;
	right: 5%;
	translate: 50% -50%;

}

.outline_details summary img:first-of-type{
	display: block;
}
.outline_details summary img:last-of-type{
	display: none;
}
.outline_details[open] summary img:first-of-type{
	display: none;
}
.outline_details[open] summary img:last-of-type{
	display: block;
}

.outline_details[open] summary::after{
	rotate: 90deg;
}
.outline_details[open] summary::before{
	opacity: 0;
}
.outline_frame{
	width: calc((680 / 800) * 100%);
	margin-inline: auto;
}
.outline_frame li{
	color: #4c2b0a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px,1.875vw,16px);
	padding: 0.5em 0em 0.5em 0.5em;
	line-height: 1.5;
	background-image: linear-gradient(to right, #c6b7a8 8px, transparent 2px);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 95%;
    margin: 0 auto;
}
.outline_frame li:last-of-type{
	background-image: none;
	padding-top: 1.5em;
}

