@charset "utf-8";

/* --------------------------------------------------------------- */
/* reset */
/* --------------------------------------------------------------- */

*{
	margin:0;
	padding:0;}

body, html, main {
    /* important */
    height: 100%;
	width:100%;}

html{
	font-size:100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;}
	
ul{ list-style:none;}

img{
	border:0;
	vertical-align:bottom;
	-ms-interpolation-mode:bicubic;
	transition: 0.5s;}

  
.t img:hover{
	opacity: 0.6;
	transition: 0.3s;}
 
a { outline:none;}

a:link, a:visited, a:active{
	color:#630;
	text-decoration: none;}
	
a:hover{
	color:#960;
	text-decoration: underline;
	outline: 0;	}
	
.clear{ clear:both;}
	

/* --------------------------------------------------------------- */
/* common */
/* --------------------------------------------------------------- */

body {
	background-color:#fff;
	min-width:1180px;
	color:#000;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image:url(../img/common/back.jpg);
	background-repeat:repeat;}
	

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

#header {
	width: 100%;
	height: 116px;
	z-index: 99;
	display: inherit;
	min-width:1180px;
	bottom: 0px;
	padding:0;
	background: url(../img/common/bg_menu2.png) repeat center bottom;
	background-repeat:repeat-;}

#header.fix {
	width: 100%;
	height: 116px;
	background: url(../img/common/bg_menu2.png) repeat center bottom;
	min-width:1180px;
	padding: 0;
	position: fixed;
	z-index: 99;
	top: 0px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
  }
  
@-webkit-keyframes fadeInDown {
  from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }

  to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInDown {
  from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }

  to { opacity: 1; -webkit-transform: none; transform: none; }
}

nav {
	margin:0 auto; 
	width: 1180px;}
		
	nav ul{
		float:right; 
		margin:0;}
				
	nav li {
		float:left;
		margin:0 0 0 0;
		padding:45px 0 0 0;}
		
.wrapheader{
	background-image:url(../img/common/header_line.png);
	background-repeat:repeat-x;
	background-position:top left;}

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

footer{
	background-image:url(../img/common/footer.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	height:232px;}
	
.footer{
	padding:60px 0 0 0;}

.footer_wrap{
	width:680px;
	background-image:url(../img/top/bg_plan.png);
	padding:15px 0;
	margin:0 auto;}

.footer_l{
	width:320px;
	float:left;
	text-align:center;}

.footer_l img{
	padding:10px 0 10px 0;}

.footer_r{
	width:360px;
	float:right;}
	
.footer_p1{
	font-size:12px;
	line-height:26px;}
	
	.footer_p1 a:link , .footer_p1 a:visited , .footer_p1 a:active{
		font-size:12px;
		color:#630;}
		
	.footer_p1 a:hover{
		font-size:12px;
		color:#900;}
		
	.footer_p2{
		color:#600;
		font-size:18px;
		font-weight:bold;}

footer p strong{
	font-weight:normal;
	font-size:20px;}


#pagetop {
	position: fixed;
	bottom: 140px;
	right: 0px;}
	
	#pagetop a {
		text-decoration: none;
		background-color:#630;
		opacity:0.6;
		color: #FFFFFF;
		padding: 10px;
		text-align: center;
		display: block;
		-moz-border-radius: 5px 0px 0px 5px;
		-webkit-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px;
		font-size: 12px;
		height: auto;
		width: 65px;
		line-height: 1.4em;	}


/* ページ共通 -------------------------------------------------------- */

#contents{}

.cd-fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	background-image:url(../img/common/back2.jpg);
}  
.box{
	width:1080px;
	text-align:center;
	margin:0 auto;
	padding:50px 0;}

.t img:hover{
	opacity: 0.6;
	transition: 0.3s;}
	
.wrap700{
	width:700px;
	margin:0 auto;}

.wrap930{
	width:930px;
	margin:0 auto;}
	
.wrap1080{
	width:1080px;
	margin:0 auto;}

.wrap860{
	width:860px;
	margin:0 auto;}
	
.al-center{ text-align:center;}
.al-left{ text-align:left;}
.al-right{ text-align:right;}
	
.left{ float:left;}
.right{ float:right;}

.mgl50{ margin-left:50px;}

.mgr5{ margin-right:5px;}
.mgr10{ margin-right:10px;}

.mgt10{ margin-top:10px;}
.mgt20{ margin-top:20px;}
.mgt30{ margin-top:30px;}

.mgb10{ margin-bottom:10px;}
.mgb15{ margin-bottom:15px;}
.mgb20{ margin-bottom:20px;}
.mgb30{ margin-bottom:30px;}

	
/* table ----------------------------------------------------------------*/

.min_tb{
	 border-collapse: collapse;
	 border:1px solid #0B0335;}
	 
	 .min_tb td{
		 padding:5px;
		 border:1px solid #473A6D;}

.min_td1{
	background-color:#665A9B;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:16px;}

.min_td2{
	background-color:#C4B5D9;
	color:#0B0335;
	text-align:center;}

.min_td3{
	background-color:#8577AD;
	color:#0B1435;
	letter-spacing:2px;
	text-align:center;
	letter-spacing:2px;}

.min_td4{
	background-color:#EFE0F5;
	font-size:16px;
	color:#000;
	text-align:center;}
	
.min_td5{
	background-color:#EFE0F5;
	font-size:16px;
	color:#000;
	text-align:center;
	padding:10px 5px !important;}
	

/* --------------------------------------------------------------- */
/* font */
/* --------------------------------------------------------------- */

.title_in{
	text-align:center;
	font-weight:bold;
	font-size:28px;
	letter-spacing:2px;
	color:#715B1A;
	line-height:35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;}
	
	.title_in span{
		font-size:20px;
		font-weight:bold;
		color:#AEAE5E;}

.title_tel{
	text-align:center;
	font-weight:bold;
	font-size:38px;
	letter-spacing:2px;
	color:#630;
	line-height:50px;
	padding-bottom: 10px;
	margin-bottom: 10px;}
	
	.title_tel span{
		font-size:22px;
		font-weight:bold;
		color:#333;}
	
.contents_p_small{
	font-size:13px;
	letter-spacing:1px;
	line-height:33px;
	padding:15px 0 0 0;
	color: #CCC;}
	
.f18{ font-size:18px;}
.f20{ font-size:20px;}

.l-purple{ color:#630}
.yamabuki{ color:#FC0;}


/* --------------------------------------------------------------- */
/* top */
/* --------------------------------------------------------------- */

#index .cd-fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	background-image:url(../img/common/back2.jpg);
	min-width:1180px;
	width:100%;}
	
#index .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/top/bg0.jpg);
	background-position:bottom;}
	
#index .cd-fixed-bg.cd-bg-2 {
	background-image:url(../img/top/bg2.jpg);
	background-position:top;}
	
#index .cd-fixed-bg.cd-bg-3 {
	background-image:url(../img/top/bg3.jpg);}
	
#index .cd-fixed-bg.cd-bg-4 {
background-image:url(../img/top/bg4.jpg);
	background-position:bottom;}
		


.top_contents1{
	text-align:center;
	padding:50px 0;}
	
.top_contents1_p{
	font-size:16px;
	letter-spacing:1px;
	color:#333;
	line-height:36px;
	padding:15px 0 0 10px;}

.top_contents1_space{
	height:80vh;}

.top_logo{
	top:30%;
	left:50%;
	margin:0 0 0 -375px;
	position:absolute;}
	
.top_contents2_space{
	height:550px;}

.top_greeting{
	width:1080px;
	margin:0 auto;
	background-image:url(../img/top/bg_greeting.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	padding:30px 0;}

.top_greeting_p{
	text-align:left;
	color:#333;
	letter-spacing:1px;
	font-size:16px;
	line-height:26px;}

#plan_wrap{
	width:1130px;
	margin:0 auto;}
	
#planList{
	width:1080px;
	margin:0 auto;}

#plan_search{
	width:1080px;
	margin:0 auto;}
	
.bnr_plan{
	font-size:24px;
	padding:40px 0 0 0;}

.bnr_plan img{
	width:100%;}

.top_plan_l{
	width: 320px;
	float: left;
	text-align: center;}

.search_box{
	background-image:url(../img/common/back2.jpg);
	background-repeat:repeat;
	border:1px solid #999;
	padding:15px 15px 20px 15px;
	margin-bottom:15px;}
	
.searchTB{
	border:none;
	border-collapse:separate;
	border-spacing:3px;
	padding:0;}
	
	.searchTB th{
		font-weight:normal;
		padding:5px 0;
		border-bottom:#503260 dashed 1px;}
	
	.searchTB td{
		text-align:left;
		padding:5px 0;
		border-bottom:#503260 dashed 1px;}
	
#plan_search .submit{
	font-size:18px;
	border-radius:5px;
	border:#FC6 solid 1px;
	/*background-color:#FC0;*/
	/*background:-moz-linear-gradient(top, #FFF, #FC0); /* Firefox */
	background:-webkit-linear-gradient(top, #FFF, #FC0); /* safari Chrome */
	/*background:-ms-linear-gradient(top, #FFF, #FC0); /* IE */
	background:linear-gradient(to bottom, #FFF, #FC0);
	padding:8px 25px;
	margin-top:15px;
	cursor: pointer;}
	
	#plan_search .submit:hover{
		background-color:#FFC;
		border-color:#FFF;
		box-shadow:0 0 50px 2px #FFFFFF;}
	
.top_plan_r{
	width: 740px;
	float: right;
	text-align:center;}
	
.top_btn1{
	list-style:none;}

.top_btn1 li{
	width:330px;
	float:left;
	margin:15px;}
	

/* SNS --------------------------------------------------- */

#sns{
	width:1080px;
	margin:0 auto;}

.top_l{
	width:520px;
	float:left;}

.top_r{
	width:500px;
	float:right;}
	
#insta{
	width:520px;
	text-align:center;}

.feeed{
	width:520px;
	flex-wrap: wrap;
	text-align:center;}

.feeed img{
	width:165px;
	height:165px;
	margin:3px;}

.top_sns{
	padding-bottom:10px;}	

.top_sns2{
	padding:35px 0 10px 0;}	

/* --------------------------------------------------------------- */
/* dish */
/* --------------------------------------------------------------- */

#dish .cd-fixed-bg.cd-bg-1 {
	background-image: url(../img/dish/bg1.jpg);
	background-position:bottom;}

.dish_slide{
	width:890px;
	margin:0 auto;}

.dish .left{
		width:500px;}
		
	.dish .right{
		width:500px;}
		
		.dish h3{
		text-align:center;
		font-weight:bold;
		font-size:20px;
		letter-spacing:2px;
		color:#633;
		margin:15px 0 0 0;}


.dish_sakep{
	font-size:15px;
	letter-spacing:1px;
	color:#333;
	line-height:33px;
	padding:15px 0 0 10px;}	

#in_season{
	width:1110px;
	height:450px;
	background:url(../img/dish/bg_in_season.png) no-repeat left;
	margin:50px auto 0 auto;}
	
	#in_season .left{
		width:610px;
		float:left;}
	
	#in_season .right{
		width:500px;
		float:right;}
		
	#in_season img{
		margin:50px 0px 30px 0px;}
		


/* --------------------------------------------------------------- */
/* hotspa */
/* --------------------------------------------------------------- */

#hotspa #contents{
	background:url(../img/hotspa/bg_hs.png) no-repeat center 800px;}
  
#hotspa .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/hotspa/bg1.jpg);}
  
#hotspa .cd-fixed-bg.cd-bg-2 {
	background-image:url(../img/hotspa/bg2.jpg);}


/* お風呂 -------------------------------------------- */

.spa_p1{
	font-size:15px;
	letter-spacing:1px;
	color:#FFF;
	padding-top: 30px;
}

.spaTB{
	width:750px;
	border-collapse:collapse;
	border-top:1px solid #473A6D;
	border-left:1px solid #473A6D;
	margin:10px auto;
	font-size:16px;
	line-height:2;}
	
	.spaTB th{
		font-weight:normal;
		padding:10px 5px;
		border-right:1px solid #473A6D;
		border-bottom:1px solid #473A6D;}
		
	.spaTB td{
		text-align:left;
		padding:10px 5px 10px 20px !important;
		border-right:1px solid #473A6D;
		border-bottom:1px solid #473A6D;}
	

/* 鹿教湯の由来 -------------------------------------------- */

#history{
	width:1110px;
	height:400px;
	background:url(../img/hotspa/bg_history.png) no-repeat right bottom;
	margin:0 auto;}

	#history .left{
		width:542px;}
	
	#history .right{
		width:568px;}
		
#history2{
	width:1110px;
	height:400px;
	background:url(../img/hotspa/bg_history2.png) no-repeat right top;
	margin:-50px auto 0 auto !important;}
	
	#history2 .left{
		width:610px;}
	
	#history2 .right{
		width:480px;
		margin-top:-50px;}
		

/* 泉質・効能 -------------------------------------------- */

.spa_wrap{
	width:900px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;}


/* --------------------------------------------------------------- */
/* facilities */
/* --------------------------------------------------------------- */

  
#room .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/room/bg1.jpg);}

#in_season2{
	width:1110px;
	height:450px;
	background:url(../img/room/bg_in_season.png) no-repeat left;
	margin:50px auto 0 auto;}
	
	#in_season2 .left{
		width:610px;
		float:left;}
	
	#in_season2 .right{
		width:500px;
		float:right;}
		
	#in_season2 img{
		margin:50px 0px 30px 0px;}

#facil .cd-fixed-bg.cd-bg-1 {
	background-image: url(../img/facil/bg1.jpg);
	background-position:bottom;}
	
.faci_slide{
	width:890px;
	margin:0 auto;}
	
	.faci_slide .left{
		width:440px;}
		
	.faci_slide .right{
		width:440px;}
		
	.faci_slide h3{
		text-align:center;
		font-weight:bold;
		font-size:20px;
		letter-spacing:2px;
		color:#E1D29D;
		margin:15px 0;}
		
#gaiyo_wrap{
	width:900px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;}
		
.res_tb td{
	padding:5px 10px;}

.res_td1{
	background-image:url(../img/top/bg_plan.png);
	background-repeat:repeat;
	color:#CBC9A5;
	font-size:20px;
	letter-spacing:1px;
	padding:10px 5px 5px 10px !important;}
	
.res_td2 p{
	margin-bottom:10px;
	margin-top: 10px;}
	
.sub_title{
	text-align:left;
	font-size:18px;
	letter-spacing:2px;
	color:#630;
	border-left:5px double #963;
	padding:3px 10px;
	margin:10px 0;}

.res_p2{
	color:#CCC;
	text-align:left;
	letter-spacing:1px;
	line-height:2;
	margin:20px 0 0px 30px;}

	
/* --------------------------------------------------------------- */
/* reserve */
/* --------------------------------------------------------------- */

#reserve .cd-fixed-bg.cd-bg-0 {
	background-image:url(../img/reserve/bg0.jpg);}

#reserve .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/reserve/bg1.jpg);}
	
#reserve .cd-fixed-bg.cd-bg-2 {
	background-image:url(../img/reserve/bg2.jpg);
	background-position:bottom;}
	
/* 料金・ご案内 -------------------------------------------- */

.reserve_title{
	background-image:url(../img/top/bg_plan.png);
	background-repeat:repeat;
	font-weight:bold;
	font-size:26px;
	letter-spacing:2px;
	color:#CCC;
	line-height:35px;
	border-left:#CCC solid 8px;
	padding:5px 5px 5px 10px;
	margin: 10px;}

.reserve_box{
	width:520px;
	margin:10px;
	float:left;
	text-align: center;}

.reserve_box p{
	font-size:20px;
	color:#E1D29D;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom:10px;}
	
	.reserve_box p span{
		font-size:14px;}


/* お問い合わせ -------------------------------------------- */

.inquiryTB{
	width:100%;
	border:none;
	border-collapse:collapse;}
	
	.inquiryTB th{
		font-size:16px;
		font-weight:normal;
		text-align:left;
		padding:15px 5px 15px 15px;
		border-bottom:#666 dotted 1px;}
		
	.inquiryTB th span{
		color:#FC0;
		font-size:12px;}
		
	.inquiryTB td{
		padding:15px 10px 15px 5px;
		font-size:13px;}
		
#Inquiry_form{
	width:850px;
	background-color:rgba(255,255,255,.1);
	border-radius:10px;
	padding:30px 0px 50px 20px;
	margin: 30px auto;}
	
::-webkit-input-placeholder{ color:#aaa;} /* Chrome, Opera */
::-moz-placeholder 		{ color:#aaa;} /* Firefox 19+ */
:-moz-placeholder			{ color:#aaa;} /* Firefox 18- */
:-ms-input-placeholder		{ color:#aaa;} /* IE 10+ */
		
#Inquiry_form input,
#Inquiry_form textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:1px solid #ccc;
	min-height:30px;
	display:block;
	padding:10px;
	outline:none;
	-webkit-border-radius:5px;
	/*-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;*/
	border-radius:5px;}
	
#Inquiry_form input{
	width:400px;
	font-size:18px;}

#Inquiry_form textarea{
	width:600px;
	font-size:16px;}
	
#Inquiry_form input[type="submit"]{
	font-size:24px;
	letter-spacing:2px;
	border:#FC6 solid 1px;
	/*background-color:#FC0;*/
	/*background:-moz-linear-gradient(top, #FFF, #FC0); /* Firefox */
	background:-webkit-linear-gradient(top, #FFF, #FC0); /* safari Chrome */
	/*background:-ms-linear-gradient(top, #FFF, #FC0); /* IE */
	background:linear-gradient(to bottom, #FFF, #FC0);
	padding:15px 10px;
	cursor: pointer;}
	
	#Inquiry_form input[type="submit"]:hover{
		background-color:#FFC;
		border-color:#FFF;
		box-shadow:0 0 50px 2px #FFFFFF;}
	

/* アクセス -------------------------------------------- */

.access_p{
	font-size:16px;
	letter-spacing:1px;
	line-height:23px;
	color:#fff;}
	
	.access_p span{
		font-weight:bold;
		font-size:18px;
		letter-spacing:5px;}

.access_l{
	width:450px;
	float:left;}

.access_r{
	width:450px;
	float:right;}

.access_p1{
	text-align:left;
	font-size:14px;
	color:#333;
	padding:0 0 2px 10px;}
	
	.access_p1 span{
		color:#FC9;}

.access_box{
	width:450px;
	margin:10px;
	padding-top: 30px;
	text-align: left;}

#access .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/access/bg1.jpg);}



/* --------------------------------------------------------------- */
/* sightseeing */
/* --------------------------------------------------------------- */

#sightseeing .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/sightseeing/bg1.jpg);}

.sight_box{
	width:340px;
	margin:10px 10px 50px 10px;
	float:left;}

.sight_box img{
	width:100%;}

.sight_p1{
	font-size:18px;
	text-align:left;
	border-bottom:1px solid #630;
	color:#630;
	letter-spacing:1px;
	padding:2px 0 2px 5px;
	margin:3px 0 0 0;}

.sight_p1 span{
	float:right;
	font-size:12px;
	line-height:12px;
	padding:10px 10px 0 0;}

.sight_p1 span img{
	width:12px;
	height:12px;
	padding:0 0 0 3px;}

.sight_p2{
	font-size:14px;
	letter-spacing:1px;
	text-align:left;
	color:#333;
	padding:5px;}

.sight_p3{
	font-size:14px;
	letter-spacing:1px;
	text-align:left;
	color:#333;
	padding:10px 0;}
	

/* --------------------------------------------------------------- */
/* bxslider */
/* --------------------------------------------------------------- */

.bxslider{}

.bx-pager{ width:100%; padding:0; text-align:center;}
.bx-pager img{width:12%; margin:5px;}

.bx-pager2{ width:100%; padding:0; text-align:center;}
.bx-pager2 img{
	width:12%;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;}
	
.bx-caption{
	background-image:url(../img/dish/bg_caption.png);
	background-repeat:repeat;
	font-size:14px;
	letter-spacing:1px;
	padding:5px 0;
	text-align:center;
	color:#FFF;
	margin:-33px 0 0 0;
	z-index:999;
	position:relative;}

.bx-caption span{
	color:#FF6;}

.dish_chui1{
	font-size:14px;
	letter-spacing:1px;
	color:#333;
	text-align:left;
	padding:10px 0 0 100px;}

.dish_chui{
	font-size:14px;
	letter-spacing:1px;
	color:#333;
	text-align:center;
	padding:10px 0 0 0}

.spa_bg{
	background-image:url(../img/hotspa/bg_top.png);
	background-repeat:no-repeat;
	background-position:top;}

.spa_tb{
	padding:50px 0 0 0;}

.spa_tb td{
	padding:15px 15px 15px 20px;}

.spa_td1{
	background-image:url(../img/hotspa/td1.png);
	background-repeat:repeat;
	text-align:center;
	letter-spacing:6px;
	font-size:16px;}

.spa_td2{
	background-image:url(../img/hotspa/td2.png);
	background-repeat:repeat;
	font-size:15px;
	letter-spacing:1px;
	text-align:left;}

.spa_p1{
	font-size:15px;
	letter-spacing:1px;
	line-height:26px;
	text-align:center;
	color:#333;
	margin:-20px 0 30px 0;}

.room_btn li{
	float:left;
	margin:0 10px;
	width:250px;}

.room_btn li img{
	width:100%;}

.wrap_roombtn{
	text-align:center;
	background-image:url(../img/room/td2.png);
	background-repeat:repeat;
	padding:60px 0;}

.room_btn{
	width:1080px;
	margin:0 auto;}

.scfix{
	height:30px;
	margin:-60px 0 60px 0;}

.facil_p1{
	font-size:14px;
	text-align:left;
	color:#666;
	padding:30px 0 0 0;}

.facil_bg{
	background-image:url(../img/facil/bg_top.png);
	background-repeat:no-repeat;
	background-position:top;}


#gallery .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/namako/bg1.jpg);}

.reserv_td1{
	font-size:16px;
	background-image:url(../img/reserve/td1.png);
	text-align:center;
	letter-spacing:2px;
	background-repeat:repeat;}

.reserv_td2{
	font-size:16px;
	text-align:center;
	letter-spacing:2px;
	background-image:url(../img/reserve/td2.png);
	background-repeat:repeat;}

.reserv_td3{
	font-size:16px;
	background-image:url(../img/reserve/td3.png);
	text-align:center;
	letter-spacing:2px;
	background-repeat:repeat;}

.reserv_td4{
	background-image:url(../img/hotspa/td1.png);
	background-repeat:repeat;
	font-size:15px;
	letter-spacing:2px;
	text-align:left;}

.reserv_td44{
	background-image:url(../img/hotspa/td1.png);
	background-repeat:repeat;
	font-size:15px;
	letter-spacing:2px;
	text-align:center;}

.reserv_td5{
	background-image:url(../img/hotspa/td2.png);
	background-repeat:repeat;
	font-size:15px;
	text-align:center;
	letter-spacing:1px;}

.reserv_tb{
	width:100%;}

.reserv_tb td{
	padding:8px 15px;}

.resr_p1{	
	font-size:18px;
	text-align:left;
	color:#630;
	letter-spacing:1px;
	padding:2px 0 2px 5px;
	margin:3px 0 0 0;}

.resr_p1 span{
	font-size:14px;}

.resr_p2{
	font-size:14px;
	letter-spacing:1px;
	color:#333;
	text-align:left;
	padding:10px 0 0 10px;}

.bg_resr1{
	padding:0 550px 0 0;
	background-image:url(../img/reserve/bg0.png);
	background-repeat:no-repeat;
	background-position:right top;}

.checkinout{
	text-align:center;
	font-size:24px;
	color:#900;}

.checkinout span{
	font-size:16px;
	letter-spacing:1px;
	color:#333;}

.resr_p3{
	text-align:center;
	font-size:18px;
	line-height:12px;
	padding:10px 10px 0 0;
	margin:-10px 0 0 0;}

.resr_p3 img{
	width:12px;
	height:12px;
	padding:0 0 0 3px;}

.purip1{
	font-size:15px;
	letter-spacing:1px;
	color:#333;
	padding:0 0 20px 0;}

.purip2{
	font-size:18px;
	text-align:left;
	border-bottom:1px solid #630;
	color:#630;
	letter-spacing:1px;
	padding:2px 0 2px 5px;
	margin:30px 0 0 0;}

.purip3{
	font-size:14px;
	text-align:left;
	color:#333;
	padding:5px 10px;}

.puriul{
	margin:0 0 0 30px;
	list-style:square;}

.puriul li{
	font-size:14px;
	color:#666;}


#geo .cd-fixed-bg.cd-bg-1 {
	background-image:url(../img/geo/bg1.jpg);}

ul.List_deco{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	font-size: 15px;
	}
.List_deco li{
    list-style: none;
    position: relative;
    margin-left: 20px;}
.List_deco li::before{
    content: '◆';
    position: absolute;
    margin-left: -20px;
    color: #630;}
