@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

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; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.noto{
	font-family: "Noto Sans JP", sans-serif;
}


a{
	color:#f08044;
	transition: all 0.4s;
	text-decoration: none;
}
a:hover{
	color:#ffb085;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
	transition: all 0.4s;
}
.max_respon{max-width: 100%;}

.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.bg_black{background-color: #000;}
.bg_gray{background: #f7f7f7;}

/*----------------------------------------
	text
----------------------------------------*/
p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.bold500{font-weight: 500;}
.bold600{font-weight: 600;}

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

.text_white{
	color: #fff;
}

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

:root {
	--text12: clamp(1.2rem, 1.1vw, 1.2rem);
    --text13: clamp(1.3rem, 1.25vw, 1.3rem);
    --text14: clamp(1.4rem, 1.34vw, 1.4rem);
    --text15: clamp(1.4rem, 1.4vw, 1.5rem);
    --text16: clamp(1.4rem, 1.5vw, 1.6rem);
    --text18: clamp(1.5rem, 1.7vw, 1.8rem);
    --text20: clamp(1.6rem, 1.9vw, 2rem);
	--text21: clamp(1.7rem, 2vw, 2.1rem);
    --text22: clamp(1.7rem, 2.1vw, 2.2rem);
    --text24: clamp(1.8rem, 2.3vw, 2.4rem);
    --text26: clamp(1.8rem, 2.5vw, 2.6rem);
    --text28: clamp(1.9rem, 2.6vw, 2.8rem);
    --text30: clamp(2rem, 2.8vw, 3rem);
    --text32: clamp(2.1rem, 3vw, 3.2rem);
    --text34: clamp(2.2rem, 3.2vw, 3.4rem);
    --text36: clamp(2.3rem, 3.3vw, 3.6rem);
    --text38: clamp(2.4rem, 3.4vw, 3.8rem);
    --text40: clamp(2.5rem, 3.8vw, 4rem);
}

.text_12 { font-size: var(--text12); }
.text_13 { font-size: var(--text13); }
.text_14 { font-size: var(--text14); }
.text_15 { font-size: var(--text15); }
.text_16 { font-size: var(--text16); }
.text_18 { font-size: var(--text18); }
.text_20 { font-size: var(--text20); }

.text_21 { font-size: var(--text21); }
.text_22 { font-size: var(--text22); }
.text_24 { font-size: var(--text24); }
.text_26 { font-size: var(--text26); }
.text_28 { font-size: var(--text28); }
.text_30 { font-size: var(--text30); }
.text_32 { font-size: var(--text32); }
.text_34 { font-size: var(--text34); }
.text_36 { font-size: var(--text36); }
.text_38 { font-size: var(--text38); }
.text_40 { font-size: var(--text40); }


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

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

.text_r{text-align:right;}

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



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


li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.m_center{ margin-inline:auto; }

.op:hover{
  filter: alpha(opacity=60);
  -moz-opacity:060;
  opacity:0.60;
}

@media screen and (max-width: 599px){
  .sp_text_left{ text-align:left; }
  .sp_text_right{ text-align:right; }
  .sp_center {text-align: center;}
}/*END*/





/*----------------------------------------
  layout
----------------------------------------*/
.max_respon{
  max-width:100%;
}
.pc_block{
  display: block;
}
.sp_block{
  display: none;
}
.tb_block{
  display: none;
}


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


.content_fl_box{
	display: flex;
	gap: 3.5%;
}
.content_fl_box.between{
	justify-content: space-between;
}
.content_fl_box.around{
	justify-content: space-around;
}
.content_fl_box.j_center{
	justify-content: center;
}
.content_fl_box.reverse{
	flex-direction: row-reverse;
}
.content_fl_box.end{
	justify-content: flex-end;
}
.j_end{
	justify-content: flex-end;
}

.i_center{
	align-items: center;
}
.c_end{
	align-content: flex-end;
}
.c_center{
	align-content: center;
}
.nogap{ gap:0; }
.content_fl_box50{
	display: flex;
}
.box25{width: 25%; }
.box30{width: 30%; }
.box35{width: 35%; }
.box40{width: 40%; }
.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%; }



@media screen and (max-width: 768px){
  .inner_frame{
    padding-right: 3.5%;
    padding-left: 3.5%;
  }

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

    .pc_block{
      display: none;
    }
    .sp_block{
      display: block;
    }

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

	.box70,.box65,.box60,.box40,.box50,.box55,.box25,.box75,.box47,.box45,.box35,.box30{
		width: 100%;
		margin-bottom: 30px;
	}

	.content_fl_box > div:last-child{
			margin-bottom: 0;
	}


  .content_fl_box50{
    flex-wrap: wrap;
  }

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

  .sp_content_fl_box{
    display: flex;
    gap:2%;
  }

   .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_palt{
    font-feature-settings: "palt";
   }




}/*END*/






/*----------------------------------------
ヘッダーCSS
----------------------------------------*/
header{
	width: 100%;
	position: fixed;
	z-index: 2;
}
.head_inner{
	box-sizing: border-box;
	width: 100%;
	  padding:0;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  border-bottom: 1px solid #fff;
	  font-size: var(--text16);
	  font-weight: 600;
	    transition: background-color 0.3s ease;
	    background-color: transparent;
}
.header_l{
	width: 25%;
	padding-left: 10px;
}
.header_r{
	width: 75%;
}



.head_nav_fl{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
}

.nav_tex{
	margin-right: 28px;
}

.head_list_img_pd{
	padding-left: 20px;
}

.head_nav_fl a{
	color: #fff;
}
h1.read{
	font-size: 1.1rem;
	font-weight: normal;
	color: #e3e3e3;
}
.logo{
	padding: 10px 0;
}

.head_nav_tex{
	display: none;
}
.head_nav_tel{
	width: 14.81%;
	max-width: 118px;
	aspect-ratio: 1/1;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.head_nav_tel span{
	display: block;
}

.head_inner.is_bg {
    background-color: rgba(0, 0, 0, 0.8); /* 透明度80%の黒 */
}

.contact_check .head_inner,.contact_send .head_inner{
	background-color: rgba(0, 0, 0, 0.8);
}


@media screen and (max-width: 1280px){
	.header_l{
		width: 15%;
	}
	.header_r{
		width: 80%;
	}

	.head_nav_fl{
		gap:15px;
	}
	.head_list_img_contact{
		width: 15%;
	}

}/*END*/



@media screen and (max-width: 960px){
	.head_nav_fl{
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav_tex{
		margin-right: 0;
	}
	.head_nav_tel{
		border:none;
	}




}/*END*/

@media screen and (max-width: 599px){
	.header_l{
		width: 18%;
	}

	.header_r{
		width: 65%;
	}

	.head_inner{
		position: relative;
	}




}/*END*/







/*----------------------------------------
	ドロワー
----------------------------------------*/
.drawer li a{
	position: relative;
	display: block;
	transition: all 0.4s;
}

.drawer li a:hover{
	opacity: 0.7;
}


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

  .drawer li a {
    font-size: 1.2rem;
  }

}/*END*/

@media screen and (max-width: 1000px){
  .drawer li a {
    font-size: 1.1rem;
  }


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

	.menu_btn{
		width: 50px;
	    height: 45px;
		position: fixed;
		top: 15px;
		right: 15px;
		cursor: pointer;
		z-index: 9999;
		background: #000;
	}
	.menu_btn span{
		display: inline-block;
		width: 70%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 15%;
		transition: all 0.5s;
	}
	.menu_btn span:nth-child(1){
		top: 25%;
	}
	.menu_btn span:nth-child(2){
		top: 50%;
	}
	.menu_btn span:nth-child(3){
		bottom: 22%;
	}
	.open .menu_btn span{
		background: #fff;
	}
	.menu_btn:hover span{
		background: #ccc;
		opacity: 0.9;
	}
	.open .menu_btn span:nth-child(1){
		transform: rotate(-45deg);
		margin-top: 14px;
	}
	.open .menu_btn span:nth-child(2){
		opacity: 0;
	}
	.open .menu_btn span:nth-child(3){
		transform: rotate(45deg);
		margin-bottom: 10px;
	}
	.drawer{
		position: fixed;
		background: rgba(0, 0, 0, 0.9);
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		color: #fff;
		/*display: flex;*/
		justify-content: center;
		visibility: hidden;
		opacity: 0;
		transform: translateX(100%);
		transition: 0.5s ease-in-out;
		z-index: 99;
	}
	.drawer ul{
		float: none;
		text-align: center;
		padding-top: 80px;
	}
	.drawer ul li{
		float: none;
		position: relative;
		transform: translateX(-150px);
		transition: transform 0.5s ease;
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
	.drawer ul li:nth-child(3){ transition-delay: 0.15s; }
	.drawer ul li:nth-child(4){ transition-delay: 0.2s; }
	.drawer ul li:nth-child(5){ transition-delay: 0.25s; }
	.drawer ul li:nth-child(6){ transition-delay: 0.3s; }
	.drawer ul li:nth-child(7){ transition-delay: 0.35s; }
	.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
	.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
	.drawer ul li a{
		position: relative;
		transition: all 0.4s;
		display: inline-block;
		font-size: var(--text16);
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		font-weight: normal;
		padding: 15px 0;
	}
	.drawer li:first-child a{
		background: none;
		padding: 15px 0;
	}
	.drawer li:first-child a:hover{
		background: none;
	}
	.open .drawer{
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
	.open .drawer ul li{
		transform: translateX(0);
	}

}/*END*/

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

	.menu_btn{
		left: auto;
		right: 2.5%;
		width: 45px;
		height: 40px;
		margin-left: auto;
		top: 15px;
	}
	.open .menu_btn span:nth-child(1){
		margin-top: 9px;
	}
	.open .menu_btn span:nth-child(3){
		margin-bottom: 12px;
	}

	.drawer ul{
		padding-top: 65px;
	}
	.drawer ul li{
		transform: translateX(-70px);
	}
	.drawer ul li a{
		font-size: 1.5rem;
	}



}/*END*/









/*----------------------------------------
	map
----------------------------------------*/

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

@media screen and (max-width: 599px){
	.map{
		padding:75% 0 0;
	}

}/*END*/

/*----------------------------------------
	contact
----------------------------------------*/
.label_block{
	display: flex;
	align-items: center;
	gap:15px;
	margin-bottom: 15px;
}
.label_h{
	width: 20%;
	max-width: 120px;
	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{
	display: block;
	background: #fff;
	padding: 12px 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.contact td{
	box-sizing: border-box;
	padding:0 20px 40px 20px;
}

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

.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: 0;
	font-size: var(--text16);
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #dae124;
	color: #000;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #eee;
	color: #828282;
}


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




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

	.contact th{
		font-size: 1.5rem;
	}
	.contact td{
		font-size: 1.4rem;
		padding: 0 10px 25px 10px;

	}
	.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 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 #959595;
		border-radius: 5px;
}
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%; }
.form60{ width: 60%; max-width:400px; }

: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: 768px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: var(--text16);
	}
	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%; }
	.form60{ width: 100%; }

}/*END*/

@media screen and (max-width: 599px){
	.form_submit img{
		width: 94%;
	}

}/*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;
	/*
	margin-bottom: 10px;
	*/
}
.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
----------------------------------------*/
.foot_content{
	display: flex;
	justify-content: space-between;
}
.foot_box{
	width: 35%;
}
.foot_r{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.foot_list{
}
.foot_list li{
	width: 100%;
	font-size: var(--text16);
	margin-bottom: 18px;
	text-align: right;
}
.foot_list li a{
	color: #000;
}



.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: 100;
	background: fff;
}
.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;
}
.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: 599px){
	.foot_content{
		flex-wrap: wrap;
	}
	.foot_box{
		width: 100%;
	}
	.f_order1{ order: 1; }
	.f_order2{ order: 2; }

	.foot_list li{
		text-align: center;
		font-size: 1.6rem;
  		margin-bottom: 22px;
	}

	.foot_r {
	  justify-content: flex-start;
	}
	.foot_list{
		width: 100%;
		margin-bottom: 30px;
	}


}/*END*/



/*----------------------------------------
	contents　コンテンツ
----------------------------------------*/
.mv_h{
	position: relative;
}
.mv_copy{
	width:65%;
	max-width: 550px;
	transform: translate(-50%,-50%);
	position: absolute;
	top:55%;
	left: 50%;
}
.mv_ribbon{
	width:25%;
	max-width: 383px;
	position: absolute;
	top:15%;
	left: 0;
}

.rela{
	position: relative;
}

.bnr_content_box{
	display: flex;
	justify-content: space-between;
}
.bnr_content_box .box{
	width: 50%;
}
a.bnr_content_box:hover{
	opacity: 0.7;
}
a.bnr_content_box img:hover{
	opacity: 1;
}


.list_maru_four{
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 38px;
}
.list_maru_four li{
	width: 23.4%;
}

.bg_yg{
	background: #dae124;
}
.bg_lightblue{
	background: #e8f8ff;
}
.bg_lightgreen{
	background: #ebfcf1;
}

.plan_deco01{
	width: 20%;
	max-width: 203px;
	position: absolute;
	top:-5%;
	left: 10%;
}
.plan_deco02{
	width: 26%;
	max-width: 267px;
	position: absolute;
	top:-12%;
	right: 2%;
}

.plan_ttl{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.plan_ttl div{
	width: 50%;
}

.plan_item_block .content_fl_box{
	gap: 2%;
}

.down_arrow{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 16px;
}
.down_arrow:after{
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    transform: translateY(-50%) rotate(135deg);
}


.list_three{
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 38px;
}
.list_three li{
	width: 30.77%;
}

.list_white_box{
	background: #fff;
	padding:18px 12px 0 12px;
	box-sizing: border-box;
}

.cost_deco01{
	width: 15.58%;
	max-width: 162px;
	position: absolute;
	top:40%;
	left: 5%;
}
.cost_deco02{
	width: 18.08%;
	max-width: 188px;
	position: absolute;
	top:10%;
	right: 2%;
}

.frame750{
	width: 100%;
	max-width: 750px;
	margin-inline: auto;
}


.sec_p_t100{
	padding-top: 100px;
}

@media screen and (max-width: 960px){
	.mv_h > img{
		width: 130%;
		margin-left: -15%;
	}
	.mv_copy{
		top:58%;
	}
	.mv_ribbon {
	  width: 33%;
	  top: 18%;
	}



}/*END*/



@media screen and (max-width: 599px){
	.mv_h > img{
		width: 170%;
		margin-left: -30%;
	}
	.mv_copy{
		width: 80%;
		top:64%;
	}
	.mv_ribbon {
	  width: 45%;
	  top: 22%;
	}

	.bnr_content_box{
		flex-wrap: wrap;
	}
	.bnr_content_box .box{
		width: 100%;
	}


	.sec_p_t100{
		padding-top: 10px;
	}


	.list_maru_four{
		flex-wrap: wrap;
		gap: 10px;
	}
	.list_maru_four li{
		width: 47%;
	}

	.list_three{
		flex-wrap: wrap;
		gap: 10px;
	}
	.list_three li{
		width: 100%;
		margin-bottom: 20px;
	}
	.list_three li:last-child{
		margin-bottom: 0;
	}

	.plan_deco01{
		width: 30%;
		top:-5%;
		left: 5%;
	}
	.plan_deco02{
		width: 32%;
		top:-10%;
		right: -3%;
	}

	.plan_ttl{
		flex-wrap: wrap;
	}
	.plan_ttl div{
		width: 100%;
	}


	.cost_deco01 {
	  width: 20%;
	  top: 3%;
	  left: 3%;
	}
	.cost_deco02{
		width: 23%;
		top:0;
	}







}/*END*/







/*----------------------------------------
	accordion
----------------------------------------*/
.accordion-title{
	width: 100%;
	margin-inline: auto;
	cursor: pointer;
}
.accordion-title:hover{
	opacity: 0.7;
}

.accordion-list:not(:first-child) {
  margin-top: 20px;
}

.accordion-title::after {
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    transition: transform .3s ease-in-out;
    width: 8px;
}
.accordion-title.open::after {
    transform: translateY(-50%) rotate(-45deg);
}
.accordion-content {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 4.8%;
  background: #fff;
}

.tenkaitex::before {
  content: "プランを見る";
}
.tenkaitex.opentex::before {
  content: "とじる";
}

.venue_btn{
	display: block;
	width: 90%;
	max-width: 300px;
	box-sizing: border-box;
	font-size: var(--text16);
	color: #000;
	border:1px solid #959595;
	background: #fff;
	padding: 24px 18px;
	position: relative;
	margin-inline: auto;
}



@media screen and (max-width: 599px){
	.venue_btn{
		padding: 16px 10px;
	}

	.accordion-content{
		padding: 20px 4.8%;
	}



}/*END*/


/*----------------------------------------
	タブ
----------------------------------------*/
.tab_content {
	display: none;
	padding-top:40px;
}
.tab_content.show {
	display: block;
}

.tab_container{
	width: 100%;
	display: flex;
	justify-content: center;
}
.tab_container .item{
	width: 50%;
	padding: 18px 5px 14px 5px;
	box-sizing: border-box;
	font-size: var(--text16);
	text-align: center;
	border: 1px solid #dae124;
	border-bottom: 1px solid #000;
	letter-spacing: 2px;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
}

.tab_container .item.active{
	border: 1px solid #000;
	border-bottom: 1px solid #dae124;
}

.tab_container.withyou{
	background: none;
	justify-content: center;
	gap: 1.8%;
}
.tab_container.withyou .item{
	width: 22%;
	border: 1px solid #ccc;
	border-bottom: none;
}

.tab_container .item:hover{
	opacity: 0.7;
}



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

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


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

.lp_frame_ac{
	width: 96%;
	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;
}
