@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; }
article{ overflow:hidden; }
li{ list-style:none; }
img{ vertical-align: bottom; }
a{
	color:#f08044;
	transition: all 0.3s;
}
a:hover{
	color:#ffb085;
	transition: all 0.3s;
}
a img:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
.max_respon{max-width: 100%;}
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }


/*----------------------------------------
	background
----------------------------------------*/
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background: #434343}
.beige{background: #E5DDCB}
.bg_black{background: #000;}
.bg_beige{background: #f2f2f2}

.bg01 {
	background-image: url(..//images/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.plan_bg {
	background-image: url(..//images/plan_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 98px 2em;
	border: 1px solid #000;
}
@media screen and (max-width: 599px){
	.plan_bg {
		padding: 50px 2em;
	}
}


/*----------------------------------------
	margin/padding
----------------------------------------*/
.m_center{
	display: block;
	margin-inline:auto;
}

.nm_t5{margin-top:-5px;}
.nm_plan{margin-top:-15px;}

.m_t300 {margin-top: 300px;}

.m_t1em {margin-top: 1em;}

@media screen and (max-width: 768px){
	.sp_m_t0 {margin-top: 0;}
	.sp_m_t10 {margin-top: 10px;}
	.sp_m_t20 {margin-top: 20px;}
	.sp_m_t30 {margin-top: 30px;}
	.sp_m_t40 {margin-top: 40px;}
	.sp_m_t50 {margin-top: 50px;}
	.sp_m_t60 {margin-top: 60px;}
	.sp_m_t70 {margin-top: 70px;}
	.sp_m_t80 {margin-top: 80px;}
	.sp_m_t90 {margin-top: 90px;}
	.sp_m_t100 {margin-top: 100px;}
	.sp_m_t140 {margin-top: 140px;}

	.sp_p_t0 {padding-top: 0;}
	.sp_p_t10 {padding-top: 10px;}
	.sp_p_t20 {padding-top: 20px;}
	.sp_p_t30 {padding-top: 30px;}
	.sp_p_t80 {padding-top: 80px;}
	.sp_p_t100 {padding-top: 100px;}
	.sp_p_t150 {padding-top: 150px;}
	.sp_p_t280 {padding-top: 280px;}

	.sp_p_b100 {padding-bottom: 100px;}

	.sp_m_r_auto {margin-right: auto;}
}


/*----------------------------------------
	text
----------------------------------------*/
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

p{ line-height: 2; }

.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }
.bold500 {font-weight: 500;}

.text_r{text-align:right;}
.text_right{ text-align:right; }
.center{ text-align:center; }
.text_left{ text-align:left; }

.text_gray{ color: #7a7b7b; }
.text_red{ color: #e60012; }
.text_d_red{ color: #b02727; }
.text_white{color: #fff;}

.palt{font-feature-settings: "palt";}

a.link_tex{ color: #0199cc; }
a.link_tex:hover{ opacity: 0.7; }

.text_12{ font-size:clamp(1.2rem, 1.1vw, 1.2rem); }
.text_13{ font-size:clamp(1.3rem, 1.25vw, 1.3rem); }
.text_14{ font-size:clamp(1.4rem, 1.34vw, 1.4rem); }
.text_15{ font-size:clamp(1.4rem, 1.4vw, 1.5rem); }
.text_16{ font-size:clamp(1.4rem, 1.5vw, 1.6rem); }
.text_18{ font-size:clamp(1.5rem, 1.7vw, 1.8rem); }
.text_20{ font-size:clamp(1.6rem, 1.9vw, 2rem); }

.text_21{ font-size:clamp(1.7rem, 2vw, 2.1rem); }
.text_22{ font-size:clamp(1.7rem, 2.1vw, 2.2rem); }
.text_24{ font-size:clamp(1.8rem,2.3vw, 2.4rem); }
.text_26{ font-size:clamp(2rem, 2.5vw, 2.6rem); }
.text_28{ font-size:clamp(2rem, 2.6vw, 2.8rem); }
.text_30{ font-size:clamp(2rem, 2.8vw, 3rem); }
.text_32{ font-size:clamp(2.2rem, 3vw, 3.2rem); }
.text_34{ font-size:clamp(2.4rem, 3.2vw, 3.4rem); }
.text_36{ font-size: clamp(2.6rem, 3.3vw, 3.6rem); }
.text_38{ font-size: clamp(2.8rem, 3.4vw, 3.8rem); }
.text_40{ font-size: clamp(3rem, 3.8vw, 4rem); }

/*line-height*/
.lh_06{ line-height: 0.6; }
.lh_11{ line-height: 1.1 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_13{ line-height: 1.3 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_17{ line-height: 1.7 !important; }
.lh_18{ line-height: 1.8 !important; }

/*letter-spacing*/
.ls_-2{ letter-spacing: -2px; }
.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }

@media print, screen and (min-width: 821px) {
  /*line-height*/
  .lh_19{ line-height: 1.9 !important; }
  .lh_20{ line-height: 2 !important; }
  .lh_21{ line-height: 2.1 !important; }
  .lh_22{ line-height: 2.2 !important; }
  .lh_23{ line-height: 2.3 !important; }
  .lh_24{ line-height: 2.4 !important; }
  .lh_25{ line-height: 2.5 !important; }
  .lh_26{ line-height: 2.6 !important; }
  .lh_28{ line-height: 2.8 !important; }
  .lh_36{ line-height: 3.6 !important; }

  /*letter-spacing*/
  .ls_4{ letter-spacing: 4px; }
  .ls_5{ letter-spacing: 5px; }
  .ls_6{ letter-spacing: 6px; }
  .ls_7{ letter-spacing: 7px; }
  .ls_8{ letter-spacing: 8px; }
}/*END*/
@media screen and (max-width: 820px){
  /*letter-spacing*/
  .ls_4{ letter-spacing: 3px; }
  .ls_5{ letter-spacing: 4px; }
  .ls_6{ letter-spacing: 4px; }
  .ls_7{ letter-spacing: 4px; }
  .ls_8{ letter-spacing: 4px; }

  /*line-height*/
  .lh_19,
  .lh_20,
  .lh_21,
  .lh_22,
  .lh_23,
  .lh_24,
  .lh_25{
    line-height: 1.8 !important;
  }
}/*END*/
@media screen and (max-width: 599px){
  /*letter-spacing*/
  .ls_4{ letter-spacing: 2px; }
  .ls_5{ letter-spacing: 2px; }
  .ls_6{ letter-spacing: 2px; }
  .ls_7{ letter-spacing: 2px; }
  .ls_8{ letter-spacing: 2px; }
}/*END*/
@media screen and (max-width: 768px){
	.sp_text_left{ text-align:left; }
	.sp_text_right{ text-align:right; }
	.sp_center {text-align: center;}
	.sp_palt{font-feature-settings: "palt";}
	.sp_lh_18 {line-height: 1.8;}
}/*END*/


/*----------------------------------------
layout
----------------------------------------*/
.pc_block{display: block;}
.sp_block{display: none;}
.tb_block{display: none;}
@media screen and (max-width: 599px){
	.pc_block{display: none;}
    .sp_block{display: block;}
}


/*----------------------------------------
position
----------------------------------------*/
.rela_z2{
	position: relative;
	z-index: 2;
}


/*----------------------------------------
	frame
----------------------------------------*/
.inner_frame{
	max-width: 1080px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame1350{
	max-width: 1350px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.frame750{
	width: 100%;
	max-width: 750px;
	margin-inline: auto;
}
.lp_frame_ac{
	width: 96%;
	margin-inline: auto;
}
.ht_55 {height: 55vh;}
.ht_60 {height: 60vh;}
.ht_70 {height: 70vh;}
.ht_646 {height: 646px;}
@media screen and (max-width: 1350px){
    .inner_frame1350{
        padding-right: 3.5%;
        padding-left: 3.5%;
    }
}/*END*/
@media screen and (max-width: 768px){
	.inner_frame{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}
	.sp_inner_frame{
		padding-right: 12%;
		padding-left: 12%;
	}
}/*END*/
@media screen and (max-width: 599px){
	.inner_frame{
		padding-right: 4.3%;
		padding-left: 4.3%;
	}
	.inner_frame1350{
		padding-right: 4.3%;
		padding-left: 4.3%;
	}
	.sp_inner_frame{
		padding-right: 6%;
		padding-left: 6%;
	}
	.sp_ht_85 {height: 85vh;}
	.sp_ht_750{height: 750px;}
}


/*----------------------------------------
	flexbox/gridbox
----------------------------------------*/
.flexbox {display: flex;}
.content_fl_box50{display: flex;}
.content_fl_box{
	display: flex;
	gap: 3.5%;
}
.between{justify-content: space-between;}
.reverse{flex-direction: row-reverse;}
.end{justify-content: flex-end;}
.j_end{justify-content: flex-end;}
.j_start{justify-content: flex-start;}
.j_center{justify-content: center;}
.i_center{align-items: center;}
.i_start{align-items: flex-start;}
.i_end{align-items: flex-end;}
.content_fl_box.nogap{gap: 0;}
.nogap{gap: 0;}
.gap04 {gap: 4%;}
.fl_right{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.box10{width: 10%; }
.box20{width: 20%; }
.box25{width: 25%; }
.box30{width: 30%; }
.box35{width: 35%; }
.box40{width: 40%; }
.box43{width: 41%; }
.box45{width: 45%; }
.box47{width: 48.1%; }
.box50{width: 50%; }
.box55{width: 55%; }
.box60{width: 60%; }
.box65{width: 65%; }
.box70{width: 70%; }
.box75{width: 75%; }
.box80{width: 80%; }

.inner_box{
	width: 90%;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.flexbox {flex-direction: column;}
	.sp_flex {display: flex;}
	.sp_column {flex-direction: column-reverse;}
	.sp_j_center {justify-content: center;}
	.sp_i_center {align-items: center !important;}

	.box80,.box70,
	.box65,.box60,
	.box40,.box50,
	.box55,.box25,
	.box75,.box47,
	.box45,.box43,
	.box35,.box30,
	.box20,.box10{
		width: 100%;
	}
	.sp_box_auto {width: auto;}
}
@media screen and (max-width: 599px){
	.inner_box{width: 100%;}
	.sp_discon{display: contents;}

	.sp_order00{ order: 0; }
	.sp_order01{ order: 1; }
	.sp_order02{ order: 2; }
	.sp_order03{ order: 3; }
	.sp_order04{ order: 4; }
	.sp_order05{ order: 5; }

	.content_fl_box{flex-wrap: wrap;}
	.content_fl_box50{flex-wrap: wrap;}
	.content_fl_box.nowrap{flex-wrap: nowrap;}

	.content_fl_box.nowrap .box70{ width: 70%; }
	.content_fl_box.nowrap .box60{ width: 60%; }
	.content_fl_box.nowrap .box40{ width: 40%; }
	.content_fl_box.nowrap .box30{ width: 30%; }

	.sp_box_70 {width: 70%;}
	.sp_box_75 {width: 75%;}
	.sp_content_fl_box{
		display: flex;
		gap:2%;
	}
	.sp_w280 {width: 280px;}
	.sp_w95 {width: 95px;}
	.sp_w90 {width: 90px;}
	.sp_w90p {width: 90%;}
	.sp_w80p {width: 80%;}
	.sp_w75p {width: 75% !important;}
	.sp_w70p {width: 70% !important;}
	.sp_w60p {width: 60% !important;}
	.sp_w55p {width: 55%;}
	.sp_w50p {width: 50% !important;}
	.sp_w40p {width: 40% !important;}
	.sp_w35p {width: 35% !important;}
	.sp_w30p {width: 30% !important;}
}/*END*/


/*----------------------------------------
	header
----------------------------------------*/
.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{color: #14557a;}
@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*/


/*----------------------------------------
	map
----------------------------------------*/
.map{
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 7/1;
	padding: 50% 0 0;
	position: relative;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 599px){
	.map{
		padding:75% 0 0;
	}
}/*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: 5px;
}
.contact td{
	padding-bottom: 40px;
}
.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:45px !important;
	margin-bottom: 20px !important;
}
/*
.contact th{
	padding-bottom: 10px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:55px !important;
	background-color: #fff;
	width: 100%;
}
.kind label:before{
	left: 10px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 16px !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/nini */
.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: #487189;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #eee;
	color: #828282;
}

/*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:#ffa2ad;
	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: 25px;
	}
	.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*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: block;
}
.bg_form{
	background: #f1f7f4;
	margin: 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}


/*----------------------------------------
	フォーム
----------------------------------------*/
select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #fff;
	border: none;
	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 #fff;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}
select{
	width: 100%;
	border: none !important;
	/*background: #fff !important;*/
}
.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*/


/*----------------------------------------
	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;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px 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: #00b7ee;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #eb6877;
	border-bottom: 4px solid #eb6877;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}
/*--
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #aec47f;
	box-shadow: 0 0 5px #aec47f;
}
--*/
.radio_style label{
	padding-bottom: 5px;
}
.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}
.contact label,
.contact label span{
	font-feature-settings: "palt";
}


/*----------------------------------------
	footer
----------------------------------------*/
.copyright{
	background: #fff;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}
.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 49;
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	gap:1.2%;
}
.sp_menu ul li{
	float: left;
	width: calc(100% / 2);
	box-sizing: border-box;
	text-align: center;
}
.sp_menu ul li img{
	max-width: 100%;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
}/*END*/
@media screen and (max-width: 599px){
	.sp_menu ul{
		gap:0;
	}
}/*END*/


/*----------------------------------------
	追加
----------------------------------------*/
.lp_frame{
	width:86%;
	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: #f0fff2;
	position: relative;
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: #f0fff2 url(../images/background.png) ;
	background-size: contain;
	background-repeat: repeat-x;
	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;
	/* filter: hue-rotate(233deg) saturate(115%) brightness(100%); */
}
.bg_logo {
	position: fixed;
	top: 9%;
	left: 7%;
	max-width: 374px;
	width: 18%;
}
@media (min-width: 1000px) and (max-width: 1150px) {
	.bg_logo {
		width: 15%;
	}
}
@media screen and (max-width: 999px) {
	.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: 88%;
		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,
	.ribbon_r{
		display: none;
	}
}/*END*/


/*----------------------------------------
	header
----------------------------------------*/
header{position: relative;}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 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: 1.8rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@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.6rem;
	}
}/*END*/


.btn_menu_works{
	display: none;
	position: fixed;
	width: 50px;
	aspect-ratio: 1/1;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #00000093;
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.btn_menu_works span:nth-child(1){
	top: 16px;
}
.btn_menu_works span:nth-child(2){
	top: 50%;
}
.btn_menu_works span:nth-child(3){
	top: 34px;
}
.open .btn_menu_works {
	background: transparent;
}
.open .btn_menu_works span{
	left: 30%;
	top: 25px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px){
	.btn_menu_works{
		width: 45px;
	}
	.btn_menu_works span:nth-child(3) {
		top: 31px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 25px;
	}
}/*END*/


/*----------------------------------------
	contents
----------------------------------------*/
.rela{position: relative;}
.intro_img{
	width: 64vw;
	max-width: 670px;
}
.img_present_sp{
	width: 100%;
	max-width: 100%;
}
.inner_frame.upper{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.exhibition_bg{
	background: url(../images/exhibition_ttl_bgpc.jpg) no-repeat;
	background-size: cover;
	background-position:center top;
}
.img_exhibition_e2{
	margin-bottom: -10%;
}
.inner_box_white{
	background: #fff;
	border: 1px solid #000;
	padding: 8% 5%;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.plan_hukidashi_r{
	width: 48.4%;
	max-width: 500px;
	position: absolute;
	right: 1.5%;
	top:-12%;
}
.plan_hukidashi_l{
	width: 48.4%;
	max-width: 500px;
	position: absolute;
	left: 0;
	top: 0;
}
.inner_box_trans{
	padding: 25px 3.2%;
	box-sizing: border-box;
	width: 100%;
	border:1px solid #ccc;
	position: relative;
}
.form_submit{
	text-align: center;
}
.form_submit img{
	width: 100%;
	max-width: 460px;
}
.note_area{
	background: #fff3cd;
	width: 100%;
	box-sizing: border-box;
	padding: 35px 6.5%;
}
@media screen and (max-width: 599px){
	.sp_p_b{
		padding-bottom: 25px;
	}
	.intro_img{
		width: 100%;
		margin-left: 0;
	}
	.exhibition_bg{
		background: url(../images/exhibition_ttl_bgsp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.plan_hukidashi_r {
		width: 100%;
		right: -10%;
		top: -7%;
	}
	.inner_box_white.sp.m_b90{
		margin-bottom: 75px;
	}
	.inner_box_white{
		padding: 35px 4.6%;
	}
	.inner_box_trans{
		padding: 25px 4.6%;
	}
	.img_present_sp{
		/* width: 100vw;
		max-width: 500px;
		margin-left: -5.5%; */
	}
	.form_submit img{
		width: 90%;
	}
	.note_area{
		padding: 25px 6.5%;
	}
}/*END*/


/*----------------------------------------
	table
----------------------------------------*/
.outline_tb{
	width: 100%;
	line-height: 1.6;
	border-top: 1px solid #e0e0e0;
}
.outline_tb th,
.outline_tb td{
	border-bottom: 1px solid #e0e0e0;
	font-weight: 500;
	text-align: left;
	padding: 10px 0 10px 0;
	box-sizing: border-box;
}
.outline_tb th{
	width: 150px;
	width: 20%;
	padding-right: 10px;
}
@media screen and (max-width: 599px){
	.outline_tb{
		width: 100%;
	}
	.outline_tb th{
		display: block;
		padding: 10px 5px 0 5px;
		color: #967c46;
		width: 100%;
		border-bottom: none;
	}
	.outline_tb td{
		display: block;
		padding: 0 5px 12px 5px;
	}
}/*END*/


/*----------------------------------------
	btn
----------------------------------------*/
.btn{
	display: block;
	width: 100%;
}
.btn_01{
	position: absolute;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}
.btn_reserve{
	display: block;
	position: absolute;
	width: 100%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 3%;
}
.btn_mi{
	display: block;
	width: 70%;
	margin-inline: auto;
}


/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.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-color: transparent;
	border: 1px solid #d0c1c1;
	margin-top: 20px;
}
.header__link.is-active {
	/*background-color: #c8c8c8;*/ background-color: #626262;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #d0c1c1;
	transform: translate(15%, -50%);
}
@media screen and (max-width: 768px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
		border: 1px solid #c8c8c8;
	}
	.header__link.is-active {
		background-color: #c8c8c8;
	}
	/*横の文字調整*/
	.t_nav_tex{
		width: 20px;
	}
}/*END*/
@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}
}/*END*/



/*----------------------------------------
	datepicker
----------------------------------------*/
#ui-datepicker-div{
	max-width: 100%;
	width: 360px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
	padding: 8px 0;
}



/*----------------------------------------
	20260519
----------------------------------------*/
.vertical {writing-mode: vertical-rl;}
.subttl {max-width: 95px;}
.subttl._01 {width: 19%;}
.house {position: absolute;}
.house._01 {
	right: 0;
	top: 13%;
}
.house._02 {
	max-width: 553px;
	width: 52%;
	left: -8%;
	bottom: -30%;
}
.house._03 {
	right: 17%;
	top: 32%;
}
.house._04 {
	right: 13%;
	top: 5%;
}
.exhibition_e5_text {padding: 0 2em 0 3em;}
.pc_img {max-width: 420px;}
.intro_ttl {
	position: absolute;
	top: -47%;
	right: -13%;
}
@media screen and (max-width: 1197px){
	.intro_ttl {
		right: 0;
		top: -37%;
	}
}
@media screen and (max-width: 858px){
	.intro_ttl {
		right: -7%;
	}
}
@media screen and (max-width: 768px){
	.house._01 {
		right: 5%;
		top: 10%;
	}
	.house._02 {
		width: 41%;
		left: 0;
		bottom: -31%;
	}
	.house._03 {
		right: 18%;
		top: 27%;
	}
	.intro_ttl {
		top: -305px;
		right: 50%;
		transform: translateX(50%);
	}
	.exhibition_e5_text {padding: 0;}
}
@media screen and (max-width: 599px){
	.house._01 {
		right: 5%;
		top: 7%;
	}
	.house._02 {
		width: 77%;
		bottom: -22%;
	}
	.house._03 {
		width: 64%;
		right: auto;
		left: 6%;
		top: 22%;
	}
	.house._04 {
		right: 7%;
	}
}
@media screen and (max-width: 375px) and (max-height: 667px) {
	.house._01 {
		right: 5%;
		top: 7%;
	}
	.house._02 {
		width: 72%;
		left: 0;
		bottom: -20%;
	}
	.house._03 {
		width: 65%;
		right: auto;
		left: 6%;
		top: 22%;
	}
	.m_t300 {
		margin-top: 250px;
	}
}

/* MV設定 */
.mv_pc1351 {display: block;}
.mv_pc_inner {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mv_pcttl {position: absolute;}
.mv_pcttl._01_01 {
	max-width: 372px;
	width: 28%;
	right: 2%;
	top: 10%;
}
.mv_pcttl._01_02 {
	max-width: 531px;
	width: 40%;
	right: 0;
	top: 13%;
}
.mv_pcttl._01_03 {
	max-width: 406px;
	width: 31%;
	right: 2%;
	top: 28%;
}
.mv_pcttl._02 {
	max-width: 289px;
	width: 22%;
	right: 0;
	bottom: 3%;
}
.mv_pcttl._03 {
	max-width: 175px;
	width: 13%;
	left: 7%;
	top: 3%;
}
.mv_pcttl._04 {
	max-width: 100px;
	width: 8%;
	left: 11%;
	top: 15%;
}
.mv_pcttl._05_01 {
	max-width: 200px;
	width: 15%;
	left: 1%;
	bottom: 19%;
}
.mv_pcttl._05_02 {
	max-width: 615px;
	width: 46%;
	left: 0;
	bottom: 9%;
}
.mv_pcttl._05_03 {
	max-width: 401px;
	width: 30%;
	left: 0;
	bottom: 3%;
}
.mv_pc600,
.mv_sp {
	display: none;
}
@media screen and (max-width: 2265px){
	.mv_pcttl._01_02 {
		top: 15%;
	}
	.mv_pcttl._01_03 {
		top: 31%;
	}
	.mv_pcttl._05_01 {
		bottom: 25%;
	}
	.mv_pcttl._05_02 {
		bottom: 11%;
	}
}
@media screen and (max-width: 2000px){
	.mv_pc1351,
	.mv_sp {
		display: none;
	}
	.mv_pc600 {
		display: block
	}
	.mv_pcttl._01_01 {
		max-width: 410px;
		width: 31%;
		right: 1%;
		top: 9%;
	}
	.mv_pcttl._01_02 {
		max-width: 650px;
		width: 50%;
		right: 0;
		top: 13%;
	}
	.mv_pcttl._01_03 {
		max-width: 450px;
		width: 35%;
		right: 1%;
		top: 29%;
	}
	.mv_pcttl._02 {
		max-width: 320px;
		width: 24%;
		right: 1%;
		bottom: 6%;
	}
	.mv_pcttl._03 {
		max-width: 200px;
		width: 17%;
		left: 0;
		top: 4%;
	}
	.mv_pcttl._04 {
		max-width: 120px;
		width: 10%;
		left: 4%;
		top: 14%;
	}
	.mv_pcttl._05_01 {
		max-width: 225px;
		width: 18%;
		left: 1%;
		bottom: 22%;
	}
	.mv_pcttl._05_02 {
		max-width: 680px;
		width: 51%;
		left: 0;
		bottom: 11%;
	}
	.mv_pcttl._05_03 {
		max-width: 440px;
		width: 33%;
		left: 0;
		bottom: 5.5%;
	}
}
@media screen and (max-width: 1756px){
	.mv_pcttl._01_03 {
		top: 30%;
	}
	.mv_pcttl._05_01 {
		bottom: 23%;
	}
	.mv_pcttl._05_03 {
		bottom: 5%;
	}
}
@media screen and (max-width: 1725px){
	.mv_pcttl._01_01 {
		width: 27%;
		right: 2%;
		top: 8%;
	}
	.mv_pcttl._01_02 {
		width: 40%;
		right: 1%;
	}
	.mv_pcttl._01_03 {
		width: 29%;
		right: 2%;
		top: 30%;
	}
	.mv_pcttl._02 {
		width: 22%;
	}
	.mv_pcttl._03 {
		width: 14%;
		left: 2%;
	}
	.mv_pcttl._04 {
		width: 7%;
		left: 7%;
		top: 17%;
	}
	.mv_pcttl._05_01 {
		width: 16%;
		left: 2%;
		bottom: 23%;
	}
	.mv_pcttl._05_02 {
		width: 46%;
		left: 1%;
		bottom: 11%;
	}
	.mv_pcttl._05_03 {
		width: 30%;
		left: 1%;
		bottom: 5%;
	}
}
@media screen and (max-width: 1434px){
	.mv_pcttl._01_03 {
		top: 32%;
	}
}
@media screen and (max-width: 1350px){
	.mv_pcttl._01_01 {
		right: 4%;
	}
	.mv_pcttl._01_02 {
		right: 3%;
	}
	.mv_pcttl._01_03 {
		right: 4%;
	}
	.mv_pcttl._02 {
		right: 3%;
	}
	.mv_pcttl._03 {
		left: 4%;
	}
	.mv_pcttl._04 {
		left: 9%;
		top: 17%;
	}
	.mv_pcttl._05_01 {
		bottom: 24%;
		left: 4%;
	}
	.mv_pcttl._05_02 {
		left: 3%;
	}
	.mv_pcttl._05_03 {
		left: 3%;
	}
}
@media screen and (max-width: 955px){
	.mv_pcttl._01_01 {
		right: 9%;
	}
	.mv_pcttl._01_02 {
		right: 7%;
	}
	.mv_pcttl._01_03 {
		right: 9%;
	}
}
@media screen and (max-width: 599px){
	.mv_pc600,
	.mv_pc1351 {
		display: none;
	}
	.mv_sp {
		display: block;
	}
	.mv_pcttl._01_01,
	.mv_pcttl._01_02,
	.mv_pcttl._01_03{
		right: 50%;
		transform: translateX(50%);
	}
	.mv_pcttl._01_01 {
		max-width: 372px;
		width: 43%;
		top: 22%;
	}
	.mv_pcttl._01_02 {
		max-width: 531px;
		width: 70%;
		top: 27%;
	}
	.mv_pcttl._01_03 {
		max-width: 406px;
		width: 46%;
		top: 44%;
	}
	.mv_pcttl._02 {
		max-width: 289px;
		width: 28%;
		right: 1%;
		bottom: auto;
		top: 4%;
	}
	.mv_pcttl._03 {
		max-width: 175px;
		width: 24%;
		left: 5%;
		top: 4%;
	}
.mv_pcttl._04 {
	max-width: 100px;
	width: 13%;
	left: auto;
	top: auto;
	right: 5%;
	bottom: 12%;
}
.mv_pcttl._05_01{
	max-width: 200px;
	width: 25%;
	left: 5%;
	bottom: 18%;
}
.mv_pcttl._05_02{
	max-width: 615px;
	width: 61%;
	left: 4%;
	bottom: 8%;
}
.mv_pcttl._05_03 {
	max-width: 401px;
	width: 36%;
	left: 4%;
	bottom: 3%;
}
}

