@charset "utf-8";

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

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

a {
    color: #0068b7;
    transition: all 0.4s;
}
a:hover{
	color:#0458c3;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
/*----------------------------------------
	text
----------------------------------------*/
.noto{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}

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

.text_gray{ color: #7a7b7b; }
.text_red{ color: #e60012; }
.text_white{color: #fff;}
.text_yellow{color: #fff100;}
.text_purple{color: #645a64}


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


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


}/*END*/


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

}/*END*/

.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}


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

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

@media print, screen and (min-width: 750px){
	.sd-trigger{
  left: calc(50% + 150px);
	right: auto;
	max-width: 100px;
}

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

@media screen and (max-width: 769px){
		.sd-trigger{
  max-width: 25%;
}

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.overflow{
	overflow: hidden;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}
.lp_frame{
	width:84%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

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

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

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color : #f2f2f2;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}
@media screen and (min-width: 750px){
	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

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

	.sp_br{
		display: none;
	}

}/*END*/

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

	.pc_only{
		display: none !important;
	}

}/*END*/


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

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

	.sp_mv{
		display: none;
	}

}/*END*/

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

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/
.map {
    position: absolute;
    overflow: hidden;
    width: 90%;
    height: 24%;
    bottom: 31%;
    left: 55%;
    transform: translateX(-50%);
}
.map iframe{
	width: 90%;
	height: 100%;
	border: none;
	display: block;
	object-fit: contain;
}

/*----------------------------------------
	form
----------------------------------------*/
.bg_form {
    background: #d8f1ec;
}
.form_frame {
    background: #d8f1ec;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}
.form_frame p{
	line-height: 2;
	font-size: 1.6rem;
}
.hissu,
.nini{
	line-height: 1;
	display: inline-block;
	font-size: 1.4rem;
	padding: 5px 5px;
	margin-left: 8px;
	vertical-align: 0;
	font-weight: normal;
	border-radius: 3px;
}
/* .hissu{
	color: #fff;
} */
.nini{
	/* background: #e4e4e4; */
	color: #000;
}
.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: #ca7886;
	color: #fff;
}
.nini:after {
    content: "任意";
    display: inline-block;
    background: #edebe4;
    color: #737373;
    border: 1px solid #737373;
}

.contact{
	width: 100%;
	line-height: 2;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 1.6rem;
}
.privacy_check{
	font-size: 1.5rem;
	letter-spacing: -1px;
	line-height: 1.2;
}
.privacy_check label{
	line-height: 1.2;
}
.contact th {
    font-weight: bold;
    /* color: #fff; */
    padding-top: 25px;
}
/* .contact td{
	padding: 5px 0 25px 0;
} */
.contact td {
    padding-top: 5px;
}
.date_td input{
	margin-bottom: 10px;
}
.date_td select{
	width: 100%;
}
.form_submit a{
	display: block;
	width: calc((660/800)*100%);
	margin-left: auto;
	margin-right: auto;
}

/* div.error{
	position: relative;
	background: #e70000;
	color: #fff;
	padding-top: 12px;
	line-height: 1;
	padding: 5px 6px;
	margin-top: 15px;
	border-radius: 2px;
	font-size: 1.4rem !important;
}
div.error:after{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 10px solid #e70000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: 30px;
	top: -10px;
} */
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffcdd3;
}
td.error{
	background: #ffcdd3;
	padding: 8px;
	display: block;
	margin-bottom: 15px;
}
.date_td .clearfix{
	overflow: hidden;
}
.date_error{
	clear: both;
	margin-top: 40px !important;
}
.comolete_tel{
	font-size: 2rem !important;
	font-weight: bold;
}


/*フォーム基本設定*/
select,
textarea,
input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="tel"]{
	border: none;
    padding: 16px 15px;
    box-sizing: border-box;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    -webkit-appearance: none;
    transition: all 0.4s;
    background: #fff;
    line-height: 1;
    font-size: 1.6rem;
    width: 100%;
}
select{
	padding: 20px 15px;
}

textarea{
	line-height: 1.4;
}
input[type="button"]{
	font-family: "Noto Sans JP";
	-webkit-appearance: none;
	background: #ebebeb;
}
button,
input[type="submit"]{
	-webkit-appearance: none;
	transition: all 0.4s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus{
	outline: none;
	border: 1px solid #98ccc4;
}

/* 追加 */
.contact th.p_t5{
	padding-top: 5px;
}
.contact th.p_t15{
	padding-top: 15px;
}
/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    line-height: 2;
    margin-right: 35px;
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-radius: 50%;
	border: 1px solid #aeaeae;
	background: #fff;
}
.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: 22px;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    border-radius: 50%;
    background: #00b7ee;
} 
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 23px;
	width: 18px;
	height: 10px;
	margin-top: -6px;
	border-left: 4px solid #98ccc4;
	border-bottom: 4px solid #98ccc4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	box-shadow: 0 0 3px 0 #98ccc4;
}

.kind label,
.privacy_check label{
	width: 100%;
	display: block;
	background: #fff;
	box-sizing: border-box;
	margin-left: 0;
    padding: 16px 15px 15px 50px;
	margin-bottom: 10px;
}
.kind label:before,
.privacy_check label:before{
	left: 20px;
}


/* 追加 */
.kind label[for="kind2"], 
.kind label[for="kind22"] {
    margin-bottom: 0px;
}




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

.copyright {
	background: #eaeaea;
    color: #433c31;
    text-align: center;
    padding: 2em 0;
    line-height: 1.4;
}
.f_position{
	position: relative;
}
.f_btn{
	position: absolute;
    top: 45%;
    left: 16%;
    width: 68%;
}


/*----------------------------------------
	追加
----------------------------------------*/
.black{
	background-color: #000000;
	padding-bottom: 25px;
	position: relative;
}
.map_bk{
	position: absolute;
	bottom: 4%;
	width: 84%;
	left: 8%;
}
.contact_bk{
	background-color: #727171;
	padding:180px 0 50px;
	position: relative;
}
.contact_bk .ttl{
	position: absolute;
	top:110px;
}
.lp_frame{
	width:84%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.lp_frame_in{
	width:80%;
	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;
}

.btn{
	display: block;
	width: 100%;
}
.beige{
	background-color:#d2c7bc;
	overflow: hidden;
}
.obi{
	overflow: hidden;
	background: #000;
	padding: 8px 0;
}
.obi li{
	width: 50%;
	float: left;
	text-align: center;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}
.obi li:last-child{
	border-right: 2px solid #000;
}

.posu{position: relative;}
.pozi{position: absolute;
bottom: -8%;
left: 0;}

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

#bk:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    /* background-image: url(../images/background.jpg) ; */
	/* background-size: contain; */

	background-color: #f6f6f6;
	z-index: 1;
}

#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px){
	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;/* max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}
	.contact_bk .ttl{
	position: absolute;
	top:100px;
}
	.contact_bk{
	padding:180px 0 50px;
}

}/*END*/
@media screen and (max-width: 751px){
		.obi{
			box-sizing: border-box;
	}
		.ribbon_l{
		  display: none;
	}
	.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: 2rem;
	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.8rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
	right: calc(50% - 220px);
	top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #000;
	display: none;
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

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

	.btn_menu_works{
		top: 16px;
	}
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 10px;
		top: 13px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/



/*----------------------------------------
	content
----------------------------------------*/
.head_logo{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 25%;
	max-width: 153px;
}

.bg_logo{
	position: fixed;
	top: 10%;
	left: 8%;
	width: 35%;
	max-width: 320px;
}

.bg_gray{
	background: #dfdfdf;
}

.rela{
	position: relative;
}


.btn{
	text-align: center;
}
.btn img{
	width: 70%;
}
/*btn 追加*/
.btn_tel{
	position: absolute;
	width: 85%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 9%;
}

.btn_reserve{
	position: absolute;
	width: 85%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 8%;
}

.btn_reserve02 {
    position: absolute;
    width: 85%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 4%;
}

.btn_more01{
	position: absolute;
	width: 85%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 3%;
}

.btn_official{
	position: absolute;
	width: 85%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 2.5%;
}


.g_map_box{
	position: absolute;
	width: 90%;
	transform: translate(-50%, 0);
	left:50%;
	top: 15%;
}



.bg_check{
	background: url(../images/bg_check.jpg);
}


.form_submit img{
	display: block;
	margin-inline: auto;
}



.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	/*background: rgba(255,255,255,0.9);*/
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li {
    float: left;
    width: calc(100% / 2);
    box-sizing: border-box;
}

.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
	
}



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

	.bg_logo{
		display: none;
	}

}/*END*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: block;
}
.mv_under{
	position: relative;
    margin-top: -59px;
	z-index: -1;
}

.bk_blue{
	background-color: #0068b7;
}

.slick-slide{
	box-sizing: border-box;
	padding-left: 0.25%;
	padding-right: 0.25%;
}
.slide-arrow{
	border: none;
	width: 180px;
	height: 54px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	bottom: -100px;
	transition: all 0.4s;
	background-size: 100%;
	background-repeat:  no-repeat;
}
.staff_slider .slick-prev{
	background-image: url("../images/btn_prev.png");
	left: 10px;
}
.staff_slider .slick-next{
	background-image: url("../images/btn_next.png");
	right: 10px;
}

.slide-arrow:hover{
	opacity: 0.6;
}
.staff_slider{
	margin-bottom: 200px;
}
@media screen and (max-width: 399px){
	.slide-arrow{
		width: 160px;
		height: 45px;
	}

}


.text_gray{
	color: #6c6c6c;
}
.ttl01_img{
	opacity: 0;
}
.ttl01_img.show {
	animation: popup 1.3s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  }
   
  @keyframes popup {
	0% {
	  transform: translateY(40px) scale(0.8);
	}
	100% {
	  transform: translateY(0) scale(1.0);
	}
	80%, 100% {
	  opacity: 1;
	}
  }
   




.texture_row_bg01{
	background: url("../images/plan01_bg.jpg");
	background-repeat: repeat-y;
	background-size: 88.8%;
  	background-position: center;
}
.texture_row_bg02{
	background: url("../images/plan02_bg.jpg");
	background-repeat: repeat-y;
	background-size: 88.8%;
  	background-position: center;
}

.dd_btn{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	width: 98%;
}
.dd_btn span{
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	background: #000;
	height: 3px;
	width: 20px;
	z-index: 2;
	transition: all 0.4s;
}
.dd_btn.open span.plus{
	transform: rotate(0);
	opacity: 0;
}
.dd_btn span.plus{
	transform: rotate(-90deg);
}
.dd_contents{
	display: none;
}

.dd_btn.open .interview_end_bg{
	display: none;
}



.dd_btn:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 1px;
  width: 20px;
  background: #000;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.dd_btn:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 1px;
  width: 20px;
  background: #000;
  transition: all .3s ease-in-out;
}

.dd_btn.open:before {
  transform: rotate(180deg);
}
.dd_btn.open:after {
  opacity: 0;
}

.text_form01 {
	font-size: clamp(1.0rem, 4.0vw, 2.25rem);
	letter-spacing: 0.04em;
}





/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.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 #999;
	margin-top: 20px;
}
.header__link.is-active {
	background-color: #c8c8c8;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #999;
	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;
	}

@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}
}




}/*END*/

/*----------------------------------------
    datepicker
----------------------------------------*/

#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.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;
}