@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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;
}
.mont{
	font-family: "Montserrat", sans-serif;
}
.poppins {
	font-family: "Poppins", 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: #f1f1f1;}

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

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

.text_black{color: #000;}
.text_gray{ color: #333333; }
.text_red{ color: #b81c22; }

.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.8rem, 2vw, 2.1rem);
    --text22: clamp(1.8rem, 2.1vw, 2.2rem);
    --text24: clamp(2rem, 2.3vw, 2.4rem);
	--text25: clamp(2rem, 2.35vw, 2.45rem);
    --text26: clamp(2rem, 2.5vw, 2.6rem);
    --text28: clamp(2.2rem, 2.6vw, 2.8rem);
    --text30: clamp(2.2rem, 2.8vw, 3rem);
    --text32: clamp(2.4rem, 3vw, 3.2rem);
    --text34: clamp(2.4rem, 3.2vw, 3.4rem);
    --text36: clamp(2.5rem, 3.3vw, 3.6rem);
    --text38: clamp(2.5rem, 3.4vw, 3.8rem);
    --text40: clamp(2.6rem, 3.8vw, 4rem);
} */
: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);
	--text25: clamp(1.8rem, 2.35vw, 2.5rem);
	--text26: clamp(1.9rem, 2.5vw, 2.6rem);
	--text28: clamp(1.9rem, 2.6vw, 2.8rem);
	--text30: clamp(2rem, 2.8vw, 3rem);
	--text32: clamp(2rem, 3vw, 3.2rem);
	--text34: clamp(2rem, 3.2vw, 3.4rem);
	--text36: clamp(2rem, 3.3vw, 3.6rem);
	--text38: clamp(2.1rem, 3.4vw, 3.8rem);
	--text40: clamp(2.2rem, 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_25 { font-size: var(--text25); }
.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_08{ line-height: 0.8; }
.lh_10{ line-height: 1.0; }
.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_0{letter-spacing: normal;} /* 追加 */
.ls_05{ letter-spacing: 0.5px; } /* 追加 */
.ls_08{ letter-spacing: 0.8px; } /* 追加 */
.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_31{ line-height: 3.1 !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,
	.lh_31,
	.lh_36{
		line-height: 1.8 !important;
	}

}/*END*/

@media screen and (max-width: 599px){
	/*letter-spacing*/
	.ls_05{ letter-spacing: 0px; } /* 追加 */
	.ls_08{ letter-spacing: 0px; } /* 追加 */
	.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;
}
.form_frame{
	width: 100%;
	max-width: 860px;
	margin-inline: auto;
}


.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; */
}
.inner_frame1350.p_right{
	padding-right: 15%;
	padding-left: 0!important;
}
.inner_frame1350.p_left{
	padding-left: 15%;
	padding-right: 0!important;
}
.inner_frame800 {
    max-width: 800px;
    width: 100%;
	box-sizing: border-box;
    margin-inline: auto;
    padding-right: 20px;
    padding-left: 20px;
}



@media screen and (max-width: 768px){
	.inner_frame1350.p_right{
		padding-right: 8%;
	}
	.inner_frame1350.p_left{
		padding-left: 8%;
	}
	.inner_frame,.inner_frame800{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}

}/*END*/

@media screen and (max-width: 599px){
	.inner_frame1350.p_right{
		padding-right: 4.3%;
	}
	.inner_frame1350.p_left{
		padding-left: 4.3%;
	}
	.inner_frame,.inner_frame800{
		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_palt{
		font-feature-settings: "palt";
	}
}/*END*/



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

.btn_menu{
	width: 50px;
	height: 45px;
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 9999;
	background: #fedbb7;
}
.btn_menu span{
	display: inline-block;
	width: 70%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 15%;
	transition: all 0.5s;
}
.btn_menu span:nth-child(1){
	top: 25%;
}
.btn_menu span:nth-child(2){
	top: 50%;
}
.btn_menu span:nth-child(3){
	bottom: 22%;
}
.open .btn_menu span{
	background: #fff;
}
.open .btn_menu{
	background: transparent;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(-45deg);
	margin-top: 14px;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu 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(-200px);
	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 1.4s;
	display: inline-block;
	font-size: var(--text18);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	padding: 15px 0;
    line-height: 1.5;
}
.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);
}


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

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

	.drawer ul{
		padding-top: 65px;
	}
	.drawer ul li{
		transform: translateX(-70px);
	}
}/*END*/



/*----------------------------------------
	map
----------------------------------------*/
.map{
	display: block;
	width: 100%;
    aspect-ratio: 45 / 34;
    /* left: 50%;
    top: 73%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); */
    text-align: center;
}
.map iframe{
	display: block;
    width: 100%;
    height: 100%;

}
.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対策*/

/*----------------------------------------
	contact
----------------------------------------*/
.hope_head {
    display: none;
}

.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 tr{
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.contact label,.contact label span{
	color: #000;
}

.contact th,
.contact td{
	width: 100%;
	padding: 12px 20px;
	text-align: left;
	box-sizing: border-box;
    font-size: var(--text16);
}

.contact th{
	display: block;
	box-sizing: border-box;
    font-size: var(--text16); 
}

.contact td{
	box-sizing: border-box;
}

.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:40px !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 #b3b3b3 !important;
	background: #fff !important;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	/* border-radius: 4px; */
	font-size: var(--text16);
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #b81c22;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #b0b1b7;
	color: #fff;
}
.form_submit a{
	display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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




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

	.contact th{
		font-size: 1.5rem;
	}
	.contact td{
		font-size: 1.4rem;

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

@media screen and (max-width: 599px){
	.contact th,.contact td{
		padding: 10px;
	}
	.contact tr{
		flex-direction: column;
	}
	.contact td{
		display: block;
	}
	.privacy .error{
		padding: 10px;
	}
}
/*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: 10px;
	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.6rem;
	color: #000;
	border: 1px solid #b3b3b3;
	/* 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{
	display: block;
    width: 100%;
    /* max-width: 250px; */
}


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




/*----------------------------------------
	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: 5px;	
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -14px;
	background: #fff;
	border:1px solid #b3b3b3;
	border-radius: 50%;
}




.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: 4px;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	border-radius: 50%;
	background: #b81c22;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 2px;
	width: 22px;
	height: 12px;
	margin-top: -9px;
	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;
}

/*----------------------------------------
	追従
----------------------------------------*/
.pc_menu {
	display: block;
    width: fit-content;
    position: fixed;
    right: -100px;
    bottom: 5vh;
    transition: .3s;
    z-index: 100;
    width: clamp(60px, 13vw, 100px);
}
.sp_menu{
	display: none;
}
.pc_menu,.sp_menu{
	z-index: 20;
}
@media screen and (max-width: 599px){
	.pc_menu{
		display: none;
	}
	.sp_menu{
		display: block;
		position: fixed;
		bottom: -120px;
		transition: .3s;
	}
}
/*----------------------------------------
	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;
}


/* ---------------------------------------------------------------------------------------- */

/*----------------------------------------
	common
----------------------------------------*/
/* レイアウト */
.flex{
	display: flex;
}
.gap1p{
	gap: 1%;
}
.gap2p{
	gap: 2%;
}
.gap3p{
	gap: 3%; 
}
.w30{
	width: 30%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}
.block{
	display: block;
}
.j_between{
	justify-content: space-between;
}
.m_auto{
	margin-inline: auto;
}
.al_center{
	align-items: center;
}
.block_1200{
	display: block;
}
.block_768{
	display: block;
}
@media screen and (max-width: 1200px){
	.block_1200{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.block_768{
		display: none;
	}
}
@media screen and (max-width: 599px){
	.flex{
		flex-direction: column;
	}
	.flex.reverse{
		flex-direction: column-reverse;
	}
	.gap1p{
		gap: 10px;
	}
	.gap2p{
		gap: 20px; 
	}
	.gap3p{
		gap: 30px; 
	}
	.w30,
	.w40,
	.w50,
	.w60,
	.w70,
	.w80,
	.w90{
		width: 100%;
	}
	.sp_m_b100{
		margin-bottom: clamp(4rem, 1.2rem + 14.34vw, 6.25rem)!important;
	}
	.sp_p_b150{
		padding-bottom: clamp(5rem, -2.168rem + 35.84vw, 11.25rem)!important;
	}
}
/* 背景 */
.bg_orange{
	background: #fedbb7;
}
.bg_lightorange{
	background: #fef5ec;
}
.bg_white{
	background: #fff;
}
.m_-2{
	margin-bottom: -2px;
}
.wave{
	position: absolute;
    bottom: -2px;
    display: block;
    width: 100%;
}
/* テキスト */
.nowrap{
	white-space: nowrap;
}
.v_super{
	vertical-align: super;
}
/* タイトル */
.main_ttl img{
	max-width: 550px;
	width: 50%;
}
@media screen and (max-width: 599px){
	.main_ttl img{
		width: 75%;
	}
}
/* 線 */
hr.dashed {
	border-top: 2px dashed #000;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 3em 0 2em;
}
/* デコレーション */
.rela{
	position: relative;
}
.deco{
	position: absolute;
	z-index: 1;
}
/* ボタン */
.btn{
	display: block;
}
.btn img {
    max-width: 400px;
    width: 90%;
}
/* 共通の幅 */
:root{
    --circle: clamp(75px, 12vw, 150px);
}
/*----------------------------------------
	MV
----------------------------------------*/
.mv_h video{
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 599px){
	.mv_h video{
	aspect-ratio: 9 / 16;
	}
}
/*----------------------------------------
	intro
----------------------------------------*/
.intro_flex {
    width: 95%;
    margin-left: auto;
}
.intro_flex .text_36{
	font-size: clamp(1.5rem, 3.3vw, 3.6rem)!important;
}
.intro_ttl img {
    max-width: 542px;
    width: 90%;
}
.intro_nav {
    width: 68%;
    margin-inline: auto;
}
.intro_nav ul{
	display: flex;
	gap: 5%;
	align-items: center;
	justify-content: center;
}
.intro_nav ul li{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #000;
}
.intro_nav ul li a{
	display: block;
    position: relative;
    padding: 15% 5% 30% 5%;
}
.intro_nav ul li a:before,
.intro_nav ul li a:after{
	content: "";
	position: absolute;
	background: #000;
	transition: all 0.2s;
}
.intro_nav ul li a:before{
	height: 30px;
	width: 1px;
	left: 50%;
	top: 58%;
}

.intro_nav ul li a:after{
    width: 14px;
    height: 1px;
    left: 50%;
    top: calc(58% + 30px);
    transform-origin: left center;
    transform: rotate(-20deg);
}
.intro_nav ul li a:hover:before{
	transform: translateY(3px);
}
.intro_nav ul li a:hover:after{
	transform: translateY(3px) rotate(-20deg);
}
.intro_nav ul li a span{
	display: block;
}
/* デコレーション */
.deco.intro_num01 {
    width: 10.65%;
    bottom: -25%;
    left: 36%;
}
.deco.intro_num02 {
    width: 26.8%;
    bottom: 5%;
    right: 22%;
    z-index: 3;
}
.deco.intro_num03 {
    width: 16.45%;
    bottom: -27%;
    left: -19%;
}
.deco.intro_square01 {
    width: 13.4%;
    top: 13%;
    left: 4%;
}
.deco.intro_square02 {
    width: 10.1%;
    top: 16%;
    right: 9%;
}
.deco.intro_square03{
    width: 23.3%;
    bottom: 3%;
    right: 7%;
}
@media screen and (max-width: 1000px) {
	.intro_nav {
		width: 90%;
	}
	.deco.intro_num02 {
		width: 36.3%;
		bottom: 34%;
		right: 13%;
	}
	.deco.intro_num03 {
		width: 16.8%;
		bottom: -71%;
		left: -2%;
	}
}
@media screen and (max-width: 768px) {
	.intro_nav {
		width: 90%;
	}
	.intro_nav ul li a:before {
		top: 65%;
		height: 18px;
	}
	.intro_nav ul li a:after {
		width: 10px;
		top: calc(65% + 18px);
	}
}
@media screen and (max-width: 599px) {
	.intro_ttl img {
		width: 75%;
	}
	.intro_flex {
		width: 100%;
		margin-left: unset;
		padding-left: 4.3%;
		box-sizing: border-box;
	}
	.intro_flex div:nth-child(1){
		padding-right: 4.3%;
		box-sizing: border-box;
	}
	.intro_nav {
		width: 100%;
		margin-inline: unset;
		padding-right: 4.3%;
		padding-left: 4.3%;
		box-sizing: border-box;
	}
	.intro_nav ul {
		gap: 3%;
	}
	.deco.intro_num01 {
        width: 16%;
        bottom: -37%;
        left: 82%;
	}
	.deco.intro_num02 {
        width: 30%;
        bottom: -5%;
        right: 13%;
    }
	.deco.intro_num03 {
        width: 22%;
        bottom: -110%;
        left: 0%;
    }
}
@media screen and (max-width: 450px) {

	.intro_nav .text_30{
		font-size: clamp(1.5rem, 2.8vw, 3rem)!important;
	}
	.intro_nav .text_14{
		font-size: clamp(1.1rem, 1.34vw, 1.4rem)!important;
	}
	.intro_nav ul li a:before {
        height: 12px;
    }
	.intro_nav ul li a:after {
        width: 8px;
        top: calc(65% + 12px);
    }
}
/*----------------------------------------
	point
----------------------------------------*/
.point_box{
	padding-top:calc(var(--circle) * 0.8);
	padding-bottom: 100px;
}
.point_box.p_right{
	padding-right: 10%;
	padding-left: 0;
}
.point_box.p_left{
	padding-left: 10%;
	padding-right: 0;
}
.point_circle{
    position: absolute;
	top: calc(var(--circle) / -2);
    width: var(--circle);
    aspect-ratio: 1 / 1;
    height: auto;
    background: #b81c22;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: clamp(2.6rem, 4.25vw, 5.0rem);
    line-height: 0.7;
    color: #fff;
}
.point_wide{
    width: 64%;
}
.point_wide video{
	aspect-ratio: 16/9;
}
.point_narrow{
    width: 25.4%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.point_circle span{
	display: block;
    font-size: clamp(1rem, 1.25vw, 2.0rem);
	line-height: 1;
}
.p_right .point_circle{
	left: 20px;
}
.p_left .point_circle{
	right: 20px;
}
.point03_box{
    border-radius: 20px;
    padding: 5% 5% 7%;
    box-sizing: border-box;
}
/* .point_message{
	padding: 5% 6%;
	box-sizing: border-box;
	background: #fff;
} */
/* デコレーション */
.deco.point_num01 {
    width: 27.4%;
    top: -6%;
    right: -7%;
}
.deco.point_num02 {
    width: 30.9%;
    top: -18%;
    left: 8%;
}
.deco.point_num03_1 {
    width: 29.6%;
    top: -2%;
    right: 2%;
}
.deco.point_num03_2 {
    width: 34.2%;
    bottom: 5%;
    left: 4.5%;
}
/* .deco.point_num04 {
    width: 18.8%;
    top: -17%;
    right: 10%;
} */
.deco.point_square01 {
    width: 17.1%;
    top: 2%;
    left: 2%;
}
.deco.point_square02 {
    width: 8.1%;
    top: 25%;
    right: 12%;
}
@media screen and (max-width: 768px) {
	.p_right .point_circle{
		left: 3.5%;
	}
	.p_left .point_circle{
		right: 3.5%;
	}
	.deco.point_num02 {
		top: -20%;
	}
	.deco.point_num03_1 {
		top: -7%;
	}
}
@media screen and (max-width: 599px) {
	.point_wide{
		width: 100%;
	}
	.point_narrow{
		width: 100%;
		display: flex;
		flex-direction: unset;
	}
	.p_right .point_circle{
		left: 4.3%;
	}
	.p_left .point_circle{
		right: 4.3%;
	}
	.deco.point_num01 {
		width: 33%;
		top: -9%;
		right: -2%;
	}
	.deco.point_num02 {
		width: 36.9%;
		top: -17%;
	}
	.deco.point_num03_1 {
		width: 35.6%;
		top: -9%;
	}
	.deco.point_num03_2 {
		width: 40.2%;
		bottom: 3%;
		left: -1.5%;
	}
	/* .deco.point_num04 {
		width: 26.8%;
		top: -20%;
		right: -2%;
	} */
}
@media screen and (max-width: 450px) {
	.deco.point_num01 {
        right: -3%;
    }
	.deco.point_num02 {
        top: -12%;
    }
    /* .deco.point_num04 {
        top: -13%;
    } */
}
/*----------------------------------------
	access
----------------------------------------*/
table.access{
	width: fit-content;
}
table.access tr{
	width: 100%;
	box-sizing: border-box;
}
table.access tr{
	border-bottom: 1px solid #000;
}
table.access th{
	color: #b81c22;
}
table.access th,table.access td{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
table.access th{
	padding-right: 2em;
}
@media screen and (max-width: 599px){
	table.access{
		width: 100%;
	}
}
/*----------------------------------------
	FAQ
----------------------------------------*/

.btn_more,.more_frame{
	box-sizing: border-box;
}
.btn_more{
    padding: 4% 5%;
}
.more_frame{
	display: none;
    padding: 0% 4% 5% 4%;
}
.btn_more {
	display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.btn_more::before,.btn_more::after{
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 24px;
    height: 4px;
    background: #b81c22;
    transition: transform 0.3s, opacity 0.3s;
}
.btn_more::before{
	transform: translateY(-50%);

}
.btn_more::after{
	transform: translateY(-50%) rotate(90deg);
}
.close.btn_more::after{
	transform: translateY(-50%) rotate(0deg);

}
.answer {
    display: flex;
    gap: 3%;
    border-top: 1px solid #000;
    padding-top: 5%;
    box-sizing: border-box;
}
.question{
	display: flex;
    gap: 2.5%;
    align-items: center;
	width: 90%;
}
@media screen and (max-width: 768px) {
	.btn_more, .more_frame {
		font-feature-settings: "palt";
	}
}
@media screen and (max-width: 599px) {
	.btn_more{
		padding: 10px 15px;
	}
	.more_frame{
        padding: 0 10px 15px 10px;
	}
	.answer {
		padding-top: 10px;
	}
	.btn_more::before, .btn_more::after {
		width: 15px;
		height: 3px;
	}
}

/*----------------------------------------
	アート建工とは
----------------------------------------*/
.bg_about {
    background: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: center;
}

/*----------------------------------------
	来場予約
----------------------------------------*/
.annotation_box {
    background: #fff;
    padding: 3% 5%;
    box-sizing: border-box;
}

/*----------------------------------------
	アニメーション
----------------------------------------*/
.fade {
	opacity: 0;
}
.active .fade,.active.fade {
	animation: fade 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
}
@keyframes fade{
	0% {
    	opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fade_up{
	opacity: 0;
	transform: translateY(40px);
}
.active.fade_up{
	animation: fade_up 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
	opacity: 0;
}
.active .fade_up{
	animation: fade_up 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
	opacity: 0;
}
@keyframes fade_up{
	0% {
    opacity: 0;
    transform: translateY(40px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.scale{
	opacity: 0;
	display: block;
	transform: translateY(-40px) scale(1.5);
}
.active.scale{
	animation: scale 0.6s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
	opacity: 0;
}
.active .scale{
	animation: scale 0.6s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
}
@keyframes scale{
0% {
    opacity: 0;
    transform: translateY(-40px) scale(1.5);
}
100% {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}

.paint_anim01 {
	display: block;
	opacity: 0;
}
.active.paint_anim01{
	animation: paint_anim01 0.4s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
	animation-delay: .4s;
}
@keyframes paint_anim01{
	0% {
		opacity: 0;
		transform: translate(-20px,-40px) scale(1.5) rotate(-10deg);
	}
	100% {
		opacity: 1;
		transform: translate(0,0) scale(1) rotate(0deg);
	}
}
.paint_anim02 {
	display: block;
	opacity: 0;
}
.active.paint_anim02{
	animation: paint_anim02 0.6s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
	animation-delay: .0s;
}
@keyframes paint_anim02{
	0% {
		opacity: 0;
		transform: translate(20px,-40px) scale(1.5) rotate(30deg);
	}
	100% {
		opacity: 1;
		transform: translate(0,0) scale(1) rotate(0deg);
	}
}
.paint_anim03 {
	display: block;
	opacity: 0;
}
.active.paint_anim03{
	animation: paint_anim03 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
	animation-delay: .1s;
}
@keyframes paint_anim03{
	0% {
		opacity: 0;
		transform: translate(0px,-40px) scale(1.5) rotate(-10deg);
	}
	100% {
		opacity: 1;
		transform: translate(0,0) scale(1) rotate(0deg);
	}
}

.fade_dn{
	opacity: 0;
}
.active.fade_dn{
	animation: fade_dn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	opacity: 0;
}
.active .fade_dn{
	animation: fade_dn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes fade_dn{
	0% {
    opacity: 0;
    transform: translateY(-40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.fade_lt{
	opacity: 0;
}
.active.fade_lt{
	animation: fade_lt 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
}
.active .fade_lt{
	animation: fade_lt 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
}
@keyframes fade_lt{
	0% {
    opacity: 0;
    transform: translateX(-40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}

.clip_lr {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0 0);
}
.active .clip_lr,.active.clip_lr {
	animation: clip_lr 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes clip_lr{
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0 0);
	}
	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}
}

.fade_rt{
	opacity: 0;
}
.active.fade_rt{
	animation: fade_rt 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
}
.active .fade_rt{
	animation: fade_rt 0.5s cubic-bezier(0.36,1.65,0.62,0.93) forwards;
}
@keyframes fade_rt{
	0% {
    opacity: 0;
    transform: translateX(40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.a01 {
	animation-delay:.2s!important;
}

.a02 {
	animation-delay:.4s!important;
}

.a03 {
	animation-delay:.6s!important;
}

.a04 {
	animation-delay:.8s!important;
}

.a05 {
	animation-delay:1s!important;
}

.a06 {
	animation-delay:1.2s!important;
}

.a07 {
	animation-delay:1.4s!important;
}

.a08 {
	animation-delay:1.6s!important;
}


.kakukaku {
	animation: kakukaku steps(1) 5000ms infinite;
}
@keyframes kakukaku {
	0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
	}
	10% {
			-webkit-transform: rotate(5deg);
			-moz-transform: rotate(5deg);
			-o-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			transform: rotate(5deg);
	}
	20% {
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
	}
	30% {
			-webkit-transform: rotate(5deg);
			-moz-transform: rotate(5deg);
			-o-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			transform: rotate(5deg);
	}
	40% {
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
	}
	100% {
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
	}
}
.kakukaku2 {
	animation: kakukaku2 steps(1) 5000ms infinite;
}
@keyframes kakukaku2 {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	10% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	20% {
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
	}
	30% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	40% {
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
	}
	100% {
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
	}
}