@charset "UTF-8";
/* CSS Document */

html, body{
	text-align: center;
	color: #4F4F4F;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

@media screen and (min-width:768px){
	#pc .tablet,
	.sp,
	#sp_nav,
	#sp_menu{
		display: none !important;
	}
}
#tablet .pcsp,#tablet .pc{
	display: none !important;
}



/*Header
------------------------------------------*/
header{
	width: 100%;
	margin: 0;
	padding: 12px 0 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	background: #FFF;
}
header .inner{
	position: static;
	overflow: visible;
	position: relative;
}
header #logo{
	position: relative;
	line-height: 0;
	text-align: center;
	margin: 0 auto 11px;
}
#tablet header #logo{
	margin-bottom: 8px;
}
header #logo a{
	display: inline-block;
}
header #logo a:hover{
	margin: -2px auto 2px;
	opacity: 0.7;
}
header #logo img{
	width: auto;
	height: 119px;
}
#tablet header #logo img{
	width: auto;
	height: 105px;
}
header h1{
	font-size: 1.1rem;
	color: #979797;
	line-height: 160%;
	text-align: center;
	margin: 0 auto 10px;
	font-weight: normal;
}
header .en{
	position: absolute;
	top: 0;
	right: 0;
}
header .en>a{
	display: inline-block;
	margin: 0 2px;
}
header #global{
	text-align: left;
	position: relative;
	z-index: 99;
}
header #global>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
}
header #global>ul>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 auto;
	font-size: 1.7rem;
	color: #1D0644;
	line-height: 100%;
}
header #global>ul>li:after{
	display: inline-block;
	vertical-align: top;
	content: '・';
	padding: 0;
	margin-top: 10px;
}
#tablet header #global>ul>li:after{
	margin-top: 6px;
}
header #global>ul>li:last-child:after{
	content: none;
}
header #global>ul>li a{
	color: #1D0644;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 1.3em 18px;
}
#pc header #global>ul>li a:hover{
	text-decoration: none;
	padding: 12px 1.3em 16px;
	opacity: 0.7;
}

#tablet header #global>ul>li a{
	padding: 6px 1.3em 15px;
}





/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	position: relative;
}
footer .top{
	margin: 0 auto 30px;
	letter-spacing: -0.4em;
	text-align: left;
}
#tablet footer .top{
	margin-bottom: 26px;
}
footer .top>.home,
footer .top>.middle{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
footer .top>.home{
	line-height: 0;
	margin: 0 50px 0 0;
}
footer .top>.home a:hover{
	opacity: 0.7;
}
footer .top>.home img{
	width: auto;
	height: 112px;
}
#tablet footer .top>.home{
	margin-right: 30px;
}
#tablet footer .top>.home img{
	width: auto;
	height: 112px;
}
footer .top>.middle{
	vertical-align: bottom;
	padding: 8px 0 0;
}
footer .top>.middle>.site_title{
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	margin: 0 auto 15px;
}
footer .top>.middle>.site_title a{
	color: #4F4F4F;
}
footer .top>.middle>.site_title a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
footer .top>.middle>.site_title span{
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	padding: 5px 0 0;
}
footer .top>.middle>.reserve{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	margin: 0 auto;
}
#tablet footer .top>.middle>.reserve{
	margin-bottom: 0;
}
footer .top>.middle>.reserve>.btn{
	display: inline-block;
	width: auto;
	letter-spacing: normal;
	vertical-align: middle;
	margin: 0 30px 0 0;
	line-height: 0;
}
#tablet footer .top>.middle>.reserve>.btn{
	width: auto;
}
footer .top>.middle>.reserve>.btn>a{
	display: inline-block;
	border: 1px solid #9386A4;
	padding: 4px 20px 0;
	line-height: 48px;
	color: #1D0644;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer .top>.middle>.reserve>.btn>a:hover{
	padding: 4px 20px 0;
	opacity: 0.7;
}
footer .top>.middle>.reserve>.english{
	display: inline-block;
	width: auto;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
	margin: 0 auto;
}
#tablet footer .top>.middle>.reserve>.english{
	width: auto;
}
footer .top>.middle>.reserve>.english a{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
footer .top>.right{
	float: right;
	letter-spacing: -0.4em;
	padding: 76px 0 0;
}
footer .top>.right>.insta{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	margin: 0 20px 0 0;
	line-height: 0;
}
footer .top>.right>.facebook{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	margin: 0;
	line-height: 0;
}

footer .navigation{
	margin: 0 auto 20px;
}
#tablet footer .navigation{
	margin-bottom: 10px;
}
footer .navigation>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
}
footer .navigation>ul>li{
	display: inline-block;
	letter-spacing: normal;
}
#tablet footer .navigation>ul>li{
	margin-bottom: 10px;
}
footer .navigation>ul>li:after{
	content: '・';
	color: #4F4F4F;
	font-size: 1.3rem;
}
footer .navigation>ul>li:last-child:after,
#tablet footer .navigation>ul>li:nth-child(4):after{
	content: none;
}
footer .navigation>ul>li>a{
	color: #4F4F4F;
	font-size: 1.3rem;
	line-height: 120%;
	padding: 0 1em;
	letter-spacing: 0.8px;
}
#tablet footer .navigation>ul>li>a{
	letter-spacing: 0.2px;
	padding: 0 0.5em;
}
footer .navigation>ul>li>a:hover{
	opacity: 0.7;
}


footer>.copy{
	background: url(../img/footer/footer_bg.jpg) right top no-repeat;
	background-size: cover;
	position: relative;
}
#tablet footer>.copy{
	background: url(../img/footer/footer_bg_tablet.jpg) right top no-repeat;
	background-size: cover;
}
footer>.copy #copy{
	text-align: left;
	font-size: 1.3rem;
	color: #fff;
	line-height: 310px;
}
#tablet footer>.copy #copy{
	line-height: 204px;
}
footer .copy #scrtop{
	line-height: 0;
	position: fixed;
	bottom: 60px;
	right: 20px;
	cursor: pointer;
	display: none;
	z-index: 99;
}





/*Foot
------------------------------------------*/
#foot{
	margin: 0 auto 134px;
}
#tablet #foot{
	margin-bottom: 85px;
}
#foot #map{
	width: 100%;
	height: 400px;
	margin: 0 auto 40px;
}
#tablet #foot #map{
	height: 250px;
}
#foot h2{
	font-size: 2.4rem;
	margin: 0 40px 10px;
	line-height: 120%;
	text-align: left;
	font-weight: normal;
}
#foot h2 a{
	color: #1D0644;
	padding: 0 32px 0 0;
	background: url(../img/index/contact_arrow.png) right 2px center no-repeat;
}
#foot h2 a:hover{
	text-decoration: none;
	background: url(../img/index/contact_arrow.png) right center no-repeat;
	opacity: 0.7;
}
#foot p{
	font-size: 1.3rem;
	line-height: 160%;
	text-align: left;
	color: #4F4F4F;
	margin: 0 40px;
}





/*rev_con
------------------------------------------*/
#rev_con{
	margin: 0 auto 58px;
}
#tablet #rev_con{
	margin-bottom: 15px;
}
#rev_con>.inner{
	letter-spacing: -0.4em;
	text-align: center;
}
#tablet #rev_con>.inner{
	width: 98%;
}
#rev_con .reserves,
#rev_con .contacts{
	width: 49.9%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
}
#rev_con .reserves a,
#rev_con .contacts a{
	color: #4F4F4F;
}
#rev_con .reserves>a{
	display: inline-block;
	width: 365px;
	border-left: 8px solid #1D0644;
	padding: 9px 0 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#rev_con .reserves h3{
	display: inline-block;
	font-size: 2.4rem;
	line-height: 120%;
	color: #1D0644;
	margin: 0 auto 10px;
	font-weight: normal;
	padding: 0 40px 0 0;
	background: url(../img/rev_con/arrow_off.svg) right 2px center no-repeat;
	background-size: 21px 21px;
}
#rev_con .reserves a:hover h3{
	background: url(../img/rev_con/arrow_on.svg) right center no-repeat;
	background-size: 21px 21px;
}
#rev_con .reserves h3 small{
	font-size: 2rem;
}
#rev_con .reserves p{
	font-size: 1.3rem;
	line-height: 160%;
	margin: 0 auto;
}
#rev_con .reserves a:hover h3 span,
#rev_con .reserves a:hover p{
	opacity: 0.7;
}
#rev_con .contacts>a{
	display: inline-block;
	width: 420px;
	padding: 9px 0 0 100px;
	background: url(../img/rev_con/contact_off.png) 1px 9px no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#tablet #rev_con .contacts>a{
	width: 100%;
	background: url(../img/rev_con/contact_off.png) left 1px bottom 2px no-repeat;
	background-size: auto 78%;
}
#rev_con .contacts>a:hover{
	background: url(../img/rev_con/contact_on.png) 0 10px no-repeat;
}
#rev_con .contacts h3{
	display: inline-block;
	font-size: 2.4rem;
	line-height: 120%;
	color: #1D0644;
	margin: 0 auto 10px;
	font-weight: normal;
	padding: 0 40px 0 0;
	background: url(../img/rev_con/arrow_off.svg) right 2px center no-repeat;
	background-size: 21px 21px;
}
#rev_con .contacts a:hover h3{
	background: url(../img/rev_con/arrow_on.svg) right center no-repeat;
	background-size: 21px 21px;
}
#rev_con .contacts p{
	font-size: 1.3rem;
	line-height: 160%;
	margin: 0 auto;
}




/*Common
------------------------------------------*/
.inner{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#tablet .inner{
	width: 95%;
}
#tablet img{
	max-width: 100%;
	height: auto;
}
.inner2{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	position: relative;
}
#title{
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	line-height: 0;
}
@media screen and (min-width:1801px){
	#pc #title{
		background-size: cover !important;
	}
}
@media screen and (min-width:768px) and (max-width:1800px){
	#pc #title{
		background-size: auto !important;
	}
}
#title>.inner{
	line-height: 0;
	overflow: visible;
}
#title p{
	text-align: left;
	padding: 0;
	margin: 0 auto;
	line-height: 0;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
#title h1>small,
#title p>small{
	font-size: 2.6rem;
}
#title p.img{
	position: absolute;
	bottom: -60px;
	right: 0;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	line-height: 0;
	z-index: 0;
}
#tablet #title p.img{
	width: 142px;
	bottom: -30px;
	right: -2.5vw;
	overflow: hidden;
}
#tablet #title p.img img{
	width: 270px;
	max-width: 500%;
}

#pkz{
	padding: 18px 0 40px;
	margin: 0 auto;
	background: #fff;
}
#pkz>.inner{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	letter-spacing: -0.4em;
}
#pkz li{
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.1rem;
	line-height: 180%;
	vertical-align: top;
	color: #787878;
}
#pkz li>a{
	display: block;
	color: #787878;
	padding-right: 35px;
	position: relative;
	overflow: visible;
}
#pkz li>a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#pkz li>a:after{
	content: '';
	position: absolute;
	top: -8px;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 30px;
	border-right: 1px solid #BBB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contents{
	margin: 0 auto;
	padding: 0 0 80px;
	padding: 0;
	line-height: 0;
	background: #fff;
}


#contents table.table{
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0 auto 80px;
}
#contents table.table a{
	color: #DA7A7C;
	text-decoration: underline;
}
#contents table.table a.icn{
	display: inline-block;
	vertical-align: top;
	margin: 2px 1em 0;
	padding: 4px 5px 2px;
	line-height: 100%;
	font-weight: bold;
	background: #DA7A7C;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents table.table a.icn:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contents table.table th,
#contents table.table td{
	border-bottom: 1px solid #ddd;
	padding: 18px 20px 16px;
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	line-height: 180%;
	font-weight: normal;
}
#contents table.table th{
	width: 37%;
	padding-left: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



#form{
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 246px;
	width: 1000px;
}
#tablet #form{
	margin: 0 -2.5%;
	width: auto;
	padding-bottom: 176px;
}
#form h2{
	text-align: center;
	line-height: 0;
	margin: 0 auto 40px;
}
#form p.text{
	color: #333;
	font-size: 1.5rem;
	line-height: 140%;
	text-align: center;
	margin: 0 auto 20px;
}
#form p.text2{
	color: #333;
	font-size: 1.5rem;
	line-height: 140%;
	text-align: center;
	margin: 0 auto 60px;
}
#form p.text2>strong{
	font-size: 3rem;
	color: #008C66;
}
#form table{
	margin: 0 auto 14px;
}
#form.check table{
	margin: 0 auto 66px;
}
#form table tr{
	background: url(../img/border.png) left bottom no-repeat;
}
#form table th{
	font-size: 1.4rem;
	color: #646464;
	line-height: 160%;
	text-align: left;
	padding: 29px 1em 10px;
	vertical-align: top;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
}
#tablet #form table th{
	padding: 27px 6em 10px 1em;
	font-size: 1.3rem;
}
#tablet #form.check table th{
	padding: 13px 6em 12px 1em;
	vertical-align: middle;
}
#form table th.required{
	background: url(../contact/img/required.png) right 15px no-repeat;
	background-size: 43px;
}
#tablet #form table th.required{
	background-size: 35px;
}
#tablet #form.check table th.required{
	background: url(../contact/img/required.png) right 13px no-repeat;
}
#form table td{
	width: 670px;
	font-size: 1.6rem;
	color: #000000;
	line-height: 160%;
	text-align: left;
	padding: 15px 1em 16px;
	vertical-align: top;
	word-wrap: break-word;
	word-break: break-all;
}
#tablet #form table td{
	padding: 13px 1em 12px;
	font-size: 1.5rem;
}
#tablet #form.check table td{
	padding: 20px 1em 17px;
}
#form table td.checks{
	padding-bottom: 2px;
}
#form.check table th{
	padding: 28px 1em 18px;
}
#form table tr.how_to th{
	padding-top: 24px;
}
#form table tr.how_to td{
	padding-top: 20px;
	padding-bottom: 18px;
}
#form.check table th.required{
	url(../contact/img/required.png) right 16px no-repeat
}
#form.check table td{
	padding: 25px 1em 21px;
	font-weight: bold;
}
#form.check table td.checks{
	padding-bottom: 10px;
}
#form table td>span{
	color: #BA0611;
	font-weight: normal;
	font-size: 1.6rem;
	display: block;
	padding-top: 4px;
}
#tablet #form table td>span{
	font-size: 1.5rem;
}
#form table td input,
#form table td textarea{
	width: 100%;
	padding: 8px 8px 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #868686;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 1.6rem;
}
input::-webkit-input-placeholder{
	color: #B4B4B4;
}
input::-moz-placeholder{
	color: #B4B4B4;
}
input:-moz-placeholder{
	color: #B4B4B4;
}
input:-ms-input-placeholder{
	color: #B4B4B4;
}
#form table label{
	display: inline-block;
	margin: 0 80px 0 0;
	vertical-align: top;
}
#form table label input{
	width: auto;
	border: 1px solid #868686;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 0 0;
}
#form table label span{
	display: inline-block;
	vertical-align: text-top;
	margin: 2px 0 0 0;
}

#form .privacy{
	text-align: left;
	line-height: 160%;
	color: #A1A1A1;
	font-size: 1.3rem;
	margin: 0 auto 30px;
}
#form .privacy a{
	color: #A1A1A1;
}
#form .privacy a:hover{
	opacity: 0.7;
}

#form ul.btn{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
}
#form ul.btn>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px;
	padding: 0;
	vertical-align: middle;
}
#form.check ul.btn>li{
	margin: 0 70px;
	vertical-align: bottom;
}
#tablet #form ul.btn>li{
	width: 50%;
	margin: 0;
}
#tablet #form ul.btn>li.return img{
	height: 100px;
	width: auto;
}
#form ul.btn>li>a,
#form ul.btn>li>input,
#form ul.btn>li>button{
	display: block;
	border: none;
	background: none;
	color: #fff;
	font-size: 2.3rem;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	box-shadow: none;
}
#form ul.btn>li>a:hover,
#form ul.btn>li>input:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#form ul.btn>li>input:focus,
#form ul.btn>li>button:focus{
	outline: none;
}
#form ul.btn>li>input[type="submit"]{
	background: #DA7A7C;
}




.btn_area{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 100%;
	margin: 0 auto 100px;
}
.btn_area a,
.btn_area input[type="reset"],
.btn_area input[type="submit"]{
	display: inline-block;
	letter-spacing: normal;
	line-height: 100%;
	margin: 0 20px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	vertical-align: middle;
	font-size: 2rem;
	color: #fff;
	padding: 15px 2em;
	font-family: 'titles';
	-ms-font-feature-settings: "normal";
}
.btn_area input[type="submit"][disabled="disabled"]{
	cursor: no-drop;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.btn_area a:hover,
.btn_area input[type="reset"]:hover,
.btn_area input[type="submit"]:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.btn_area a:focus,
.btn_area input[type="reset"]:focus,
.btn_area input[type="submit"]:focus{
	outline: none;
}
.btn_area input[type="submit"]{
	background: #DA7A7C;
}
.btn_area input[type="submit"].big
.btn_area input[type="reset"].big,{
	font-size: 2.3rem;
	padding: 30px 4em;
}
.btn_area a.continue,
.btn_area input[type="reset"].continue,
.btn_area input[type="submit"].continue{
	background: #666;
}
.btn_area a.back,
.btn_area input[type="reset"].back,
.btn_area input[type="submit"].back{
	background: #ccc;
}
.btn_area a.add,
.btn_area input[type="reset"].add,
.btn_area input[type="submit"].add{
	background: #333;
}



@media screen and (max-width:767px){
	.tablet,
	.pc,
	.pc-tablet{
		display: none !important;
	}
	.inner,
	.inner2{
		width: 95%;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	#Mobile header{
		padding-bottom: 12px;
		background: #fff;
	}
	header #logo{
		text-align: left;
		padding-left: 10px;
	}
	header #logo img{
		width: 101px;
		height: auto;
	}
	header .en{
		width: 122px;
		top: -1px;
		right: 56px;
	}
	header .en img{
		width: 34px;
	}
	header h1{
		display: none;
	}
	header .nav,
	header>#global{
		display: none !important;
	}
	#sp_nav{
		display: block;
		cursor: pointer;
		position: absolute;
		top: 4px;
		right: 6px;
		width: 37px;
	}
	#sp_nav img{
		width: 40px;
		height: auto;
	}
	#sp_menu{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		background: rgba(111, 94, 133, 0.95);
		overflow: auto;
		width: 92%;
		/* height: calc(100vh - 50px); */
		height: 100%;
		padding: 10px 20px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 999;
		border-bottom-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-bottom-left-radius: 15px;
		text-align: left;
	}
	#sp_menu #close{
		position: absolute;
		top: 13px;
		right: 20px;
		width: 30px;
		cursor: pointer;
	}
	#sp_menu .lang{
		position: absolute;
		width: 122px;
		top: 11px;
		right: 66px;
		cursor: pointer;
	}
	#sp_menu .lang a{
		display: inline-block;
		margin: 0 2px;
	}
	#sp_menu .lang img{
		width: 34px;
	}
	#sp_menu .english{
		position: absolute;
		top: 9px;
		right: 70px;
		width: 38px;
		cursor: pointer;
	}
	#sp_menu .logo{
		margin: 12px auto 15px;
		text-align: left;
		line-height: 0;
	}
	#sp_menu .logo>a{
		display: inline-block;
		padding: 12px 15px 17px;
		background: #fff;
	}
	#sp_menu .logo>a img{
		width: 82px;
		height: auto;
	}
	#sp_menu .name{
		margin: 0 auto 18px;
	}
	#sp_menu .name img{
		width: 299px;
		height: auto;
	}
	#sp_menu .rev{
		margin: 0 auto 26px;
	}
	#sp_menu .rev img{
		width: 180px;
		height: auto;
	}
	#sp_menu .tel{
		position: relative;
		margin-bottom: 25px;
	}
	#sp_menu .tel img{
		width: 290px;
	}
	#sp_menu ul{
		display: block;
		line-height: 0;
		margin: 0 auto 40px;
		background: url(../img/sp/border.png) left top repeat-x;
	}
	#sp_menu ul>li{
		display: block;
		background: url(../img/sp/border.png) left bottom repeat-x;
	}
	#sp_menu ul>li>a{
		display: block;
		line-height: 49px;
		font-size: 1.4rem;
		padding: 0 0.5em;
		color: #fff;
		text-align: left;
		position: relative;
	}
	#sp_menu ul>li>a:before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		background: #1C0644;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		margin-right: 10px;
	}
	#sp_menu ul>li>a>span{
		display: block;
		line-height: 100%;
		margin-top: -10px;
		padding-bottom: 14px;
	}
	#sp_menu p.tex{
		margin: 0 auto 8px;
		font-size: 1.3rem;
		padding: 0 0 10px;
		border-bottom: 1px solid #fff;
		line-height: 160%;
		color: #fff;
		text-align: left;
	}
	#sp_menu p.tex2{
		margin: 0 auto 34px;
		font-size: 1.3rem;
		line-height: 160%;
		color: #fff;
		text-align: left;
	}
	#sp_menu p.tex a{
		color: #fff;
	}
	#sp_menu p.contacts{
		line-height: 0;
		text-align: right;
	}
	#sp_menu p.contacts img{
		height: 64px;
		width: auto;
	}
	#sp_menu p.twitter img{
		width: 32px;
	}
	
	
	footer .top{
		margin-bottom: 45px;
	}
	footer .top>.home{
		display: block;
		margin: 0 auto 10px;
	}
	footer .top>.home img{
		width: 103px;
		height: auto;
	}
	footer .top>.middle{
		display: block;
	}
	footer .top>.middle>.site_title{
		margin-bottom: 18px;
		letter-spacing: 1px;
	}
	footer .top>.middle>.reserve>.btn{
		margin: 0;
	}
	footer .top>.middle>.reserve>.btn>a{
		line-height: 55px;
		padding: 0 34px;
	}
	footer .top>.middle>.reserve>.english{
		display: block;
		text-align: left;
		padding-top: 10px;
	}
	footer .top>.middle>.reserve>.english a{
		width: 50px;
		margin-right: 5px;
	}
	footer .top>.right{
		float: none;
		padding: 23px 0 0;
	}
	footer .top>.right>.insta{
		margin-right: 20px;
	}
	footer .navigation{
		margin-bottom: 33px;
	}
	footer .navigation>ul>li{
		display: block;
		margin-bottom: 20px;
	}
	footer .navigation>ul>li:after{
		content: none;
	}
	footer .navigation>ul>li>a{
		letter-spacing: 2px;
		padding: 0;
	}
	footer>.copy{
		background: url(../img/footer/footer_bg_sp.jpg) right top no-repeat;
		background-size: cover;
	}
	footer>.copy #copy{
		line-height: 160%;
		padding: 46px 0;
	}
	footer .copy #scrtop{
		width: 57px;
		bottom: 50px;
	}
	
	
	#foot{
		padding: 0;
		margin-bottom: 108px;
	}
	#foot h2{
		margin: 0 auto 10px;
	}
	#foot h2 a{
		background: url(../img/arrow_sp.png) right 2px center no-repeat;
		background-size: 20px;
	}
	#foot p{
		margin: 0 auto;
	}
	
	#rev_con{
		margin-bottom: 28px;
	}
	#rev_con>.inner{
		width: 100%;
	}
	#rev_con .reserves,
	#rev_con .contacts{
		width: 100%;
	}
	#rev_con .reserves{
		margin: 0 auto 40px;
	}
	#rev_con .reserves>a{
		display: block;
		width: auto;
	}
	#rev_con .contacts>a{
		width: auto;
		display: block;
		padding: 80px 0 0 10px;
		background: url(../img/rev_con/contact_off.png) 10px 5px no-repeat;
		background-size: 76px auto;
	}
	
	
	#title{
		height: auto;
		padding: 10px 0;
	}
	#title img{
		height: 108px;
		width: auto;
	}
	
	#pkz{
		display: none;
	}
	
	#contents{
		padding-top: 45px;
	}
	
	#contents table.table th{
		width: auto;
		padding-left: 20px;
	}
	#form{
		width: 100%;
		padding-bottom: 146px;
	}
	#form table,
	#form table tbody,
	#form table tr,
	#form table th,
	#form table td{
		display: block;
	}
	#form table th,
	#form.check table th{
		padding: 25px 0.3em 0 1em;
		width: auto;
		font-size: 1.3rem;
	}
	#form table th.required,
	#form.check table th.required{
		background: none;
	}
	#form table th.required:after{
		display: inline-block;
		content: '';
		width: 32px;
		height: 32px;
		background: url(../contact/img/required.png) 0 0 no-repeat;
		background-size: 100% auto;
		vertical-align: middle;
		margin: 0 0 4px 10px;
	}
	#form table th.req:before{
		font-size: 1.4rem;
		top: 12px;
	}
	#form table td{
		width: auto;
		padding: 3px 0.3em 15px;
		font-size: 2rem;
	}
	#form.check table td{
		width: auto;
		padding: 8px 0.3em 27px;
		font-size: 1.6rem;
	}
	#form table label{
		margin-right: 40px;
		font-size: 1.6rem;
	}
	#form table label span{
		line-height: 100%;
	}
	#form ul.btn{
		position: relative;
	}
	#form ul.btn>li>a,
	#form ul.btn>li>input,
	#form ul.btn>li>button{
		width: 100%;
		font-size: 1.8rem;
		line-height: 0;
	}
	#form ul.btn>li>button[name="return"]{
		width: 83%;
	}
	
	#form ul.btn>li{
		margin: 0;
	}
	#form.check ul.btn{
		padding-bottom: 123px;
	}
	#form.check ul.btn>li{
		margin: 0 10px;
	}
	#form.check ul.btn>li.return{
		position: absolute;
		bottom: 0;
		left: -15px;
	}

	.btn_area a, .btn_area input[type="reset"],
	.btn_area input[type="submit"]{
		font-size: 1.5rem;
		margin: 0 10px;
		padding: 15px 1em;
	}
	#form table td>span{
		font-size: 1.4rem;
		line-height: 140%;
		margin-left: 1em;
		text-indent: -1em;
		margin-bottom: 4px;
	}
	#form .privacy{
		margin-bottom: 60px;
	}
}
@media screen and (max-width:350px){
	footer .top>.middle>.reserve>.btn>a{padding: 0 16px;}
	footer .top>.middle>.reserve>.english{margin-left: 20px;}
	#form table label{margin: 0 50px 0 0;font-size: 1.5rem;line-height: 100%;}
}