@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;}
a{color: inherit;}
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{transition: all 0.4s;}


/*----------------------------------------
	text
----------------------------------------*/
.text_red{color: #e60012}

.text_18{font-size: 1.8rem !important;}
.text_12{font-size: 1.2rem !important;}

.lh_2{line-height: 2;}

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


/*----------------------------------------
	layout
----------------------------------------*/
#container{overflow: hidden;}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{position: relative;}
#bk:before{
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #e8e8e8;
}
#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;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}/*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;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.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;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
@media screen and (max-width: 768px){
	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}/*END*/

.btn_menu{
	display: none;
	background: #000;
	width: 50px;
    height: 50px;
	position: fixed;
    right: calc(50% - 250px);
	top: 0;
	z-index: 51;
	cursor: pointer;
	transition: all .4s;
}
.btn_menu span{
	background: #fff;
	transition: all .4s;
	width: 60%;
	height: 1px;
	position: absolute;
	right: 20%;
}
.btn_menu span:nth-child(1){
	top: 20px;
}
.btn_menu span:nth-child(2){
	top: 50%;
}
.btn_menu span:nth-child(3){
	top: 30px;
}
.open .btn_menu {background: transparent;}
.open .btn_menu span {
	top: 28px;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
}
@media screen and (max-width: 749px){
	.btn_menu{
		right: 0;
	}
}/*END*/


/*----------------------------------------
	btn
----------------------------------------*/
.rela{position: relative;}

.btn {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.btn.btn01 {bottom: 1%;}
.btn.btn02 {bottom: 5%;}


/*----------------------------------------
	map
----------------------------------------*/
.map{
	width: 75%;
	aspect-ratio: 4/3;
	position: absolute;
	bottom: 11%;
	left: 50%;
	transform: translateX(-50%);
}
.map iframe{
	width: 100%;
	height: 100%;
}


/*----------------------------------------
	form
----------------------------------------*/
.form_frame {
    background: #dde6ec;
    width: 100%;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
}
.form_frame p{
	line-height: 2;
	font-size: 1.6rem;
}
.hissu,
.nini{
	line-height: 1;
    display: inline-block;
    font-size: 1.3rem;
    padding: 3px 5px 3px 4px;
    margin-left: 6px;
    vertical-align: 2px;
    font-weight: 500;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}
.hissu{
	color: #fff;
	background: #d95a5a;
	border-color: #d95a5a;
}
.nini{
	color: #5a5a5a;
	border-color: #e4e4e4;
	background: #e4e4e4;
}
.contact{
	width: 100%;
	line-height: 2;
}
.contact th,
.contact td,
.privacy p{
	text-align: left;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.privacy_check{
	font-size: 1.4rem;
	letter-spacing: -1px;
	line-height: 1.2;
	text-align: left;
}
.privacy_check label{
	line-height: 1.2;
}
.privacy .error {
    display: inline-block;
    margin-top: 10px;
	color: #e60012;
    padding: 5px 14px;
	background: #ffa2ad;
	font-size: 1.6rem;
}
.contact th,
.privacy p {
    font-weight: 700;
}
.contact td{
	padding: 4px 0 25px 0;
}
.date_td input{
	margin-bottom: 10px;
}
.date_td select{
	width: 100%;
}
.form_submit a {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.date_text{
	color: #e70000;
	font-size: 1.3rem !important;
	font-weight: bold;
}
/* 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 {
    background: #ffa2ad;
    padding: 8px;
    display: block;
    margin-bottom: 15px;
	color: #e60012;
    padding-top: 10px;
}
.contact label,
.contact label span {
    color: #000;
}
.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"]{
	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;
    border: 1px solid #fff;
    background: #fff;
    line-height: 1;
    font-size: 1.6rem;
}
select{
	padding: 20px 15px;
	width: 100%;
	cursor: pointer;
}
textarea{line-height: 1.4;}
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 #000;
}
.form1{ width: 200px; }
.form_all{width: 100%;}

/* 追加 */
.m_b10 td {padding-bottom: 10px !important;}
.pp {
	background: #fff;
	padding: 5px;
}
.pp label {
	font-weight: bold;
	font-size: 1.6rem;
}

/*----------------------------------------
	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;
	margin-left: 15px;
	padding-left: 22px;
	line-height: 3;
	background: none !important;
	margin-right: 12px;
}
.privacy_check.check label{
	margin-right: 0 !important;
}
.privacy_check.check label{
	background: #fff;
}
.radio label:before,
.check label:before{
	position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    border-radius: 50%;
    border: 1px solid #989898;
    background: #fff;
}
.check label:before{ border-radius: 0; }
.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: "";
    box-sizing: border-box;
    top: 50%;
    left: -7px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    border-radius: 50%;
    background: #5d757e;
}
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -5px;
	width: 13px;
	height: 7px;
	margin-top: -5px;
	border-left: 3px solid #5d757e;
	border-bottom: 3px solid #5d757e;
	-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 #5d757e;
}
.radio label[for="tenpo1"]{
	margin-right: 60px;
}
.radio label[for="tenpo2"]{
	margin-right: 60px;
} 
.radio label[for="tenpo3"],
.radio label[for="tenpo4"]{
	margin-right: 60px;
}
.radio label[for="mokuteki1"]{
	margin-top: 20px;
	margin-right: 30px;
}
.radio label[for="mokuteki3"]{
	margin-right: 30px;
}
.form_td{
	letter-spacing: -0.02em ;
	line-height: 1.4;
}


/*----------------------------------------
	formボタン
----------------------------------------*/
.form_submit a {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn_back,
.btn_check,
.btn_send {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 70px;
    max-width: 380px;
    padding: 26px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-decoration: none; 
    box-sizing: border-box;
}
/* 戻るボタンは少し小さく幅60% */
.btn_back {
    height: 60px;
    width: 70% !important;
}
/* 確認・送信ボタンは文字を大きく */
.btn_check, .btn_send {font-size: 2rem;}
/* 文字の基準設定 */
.btn_back span,
.btn_check span,
.btn_send span {
    position: relative;
    display: inline-block;
}
/* 矢印共通スタイル */
.btn_back span::after,
.btn_check span::after,
.btn_send span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transition: all 0.3s ease;
}
.btn_check span::after,
.btn_send span::after {
    right: -24px; 
    transform: translateY(-50%) rotate(45deg); 
}
.btn_back span::after {
    left: -24px;
    transform: translateY(-50%) rotate(-135deg); 
}
/* --- カラー設定 --- */
.btn_back {
    background: #9c9c9c;
    color: #fff;
}
.btn_check {
    background: #000;
    color: #fff;
}
.btn_send {
    background: #000;
    color: #fff;
}
a.btn_back:hover,
a.btn_check:hover,
a.btn_send:hover{
	opacity: 0.7;
    color: #fff;
}
.form_submit a:hover {text-decoration: none;}
@media screen and (max-width: 599px){
    .btn_back,
	.btn_check,
	.btn_send {padding: 20px 10px;}
}/*END*/




/*----------------------------------------
	sp btn
----------------------------------------*/
.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 49;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 100%;
	}
}/*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;
}


/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.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 #666;
    margin-top: 20px;
}
.header__link.is-active {
	background-color: #666;
}
li.header__item {
	position: relative;
}
li.header__item:after {
	display: block;
	position: absolute;
	top: 50%;
	color: #666;
	transform: translate(200%, -50%);
}
/*横の文字調整*/
li.header__item:first-child:after {
	content: "1";
}
li.header__item:nth-child(2):after {
	content: "2";
}
li.header__item:nth-child(3):after {
	content: "3";
}
li.header__item:nth-child(4):after {
	content: "4";
}
li.header__item:nth-child(5):after {
	content: "5";
}
li.header__item:nth-child(6):after {
	content: "6";
}
li.header__item:nth-child(7):after {
	content: "7";
}
li.header__item:nth-child(8):after {
	content: "8";
}
li.header__item:nth-child(9):after {
	content: "9";
}
li.header__item:nth-child(10):after {
	content: "10";
	transform: translate(90%, -50%);
}
li.header__item:last-of-type:after {
	content: "予\A約";
	transform: translate(90%, -50%);
}
@media screen and (max-width: 749px){
	.target_nav{
		display: none !important;
	}
}/*END*/



/*----------------------------------------
	　　　　　slick slider
----------------------------------------*/
.slider_wrap {
	background: #dde6ec;
	width: 100%;
}
.slider_wrap .slider {
    width: 90%;
    margin-inline: auto;
}
/* arrow */
.slider_wrap .slide-arrow{z-index: 1;}
/* 画像矢印↓ */
.slider_wrap .slide-arrow.slick-next,
.slider_wrap .slide-arrow.slick-prev {
	background-size: 100% !important;
	background-repeat: no-repeat;
}
.slider_wrap .slide-arrow.slick-prev{
	background-image: url(../images/arrow_l.png) !important;
}
.slider_wrap .slide-arrow.slick-next{
	background-image: url(../images/arrow_r.png) !important;
}
.slider_wrap .slide-arrow.slick-next:before,
.slider_wrap .slide-arrow.slick-prev:before{
	content: "" !important;
}
.slide-arrow.slick-next,
.slide-arrow.slick-prev{
    width: 45px !important;
	height: 45px !important;
	top: 50% !important;
}
.slide-arrow.slick-next{right: -10px !important;}
.slide-arrow.slick-prev{left: -10px !important;}
/* dots */
.slick-dots li button:before {font-size: 35px !important;}