﻿@charset "utf-8";

/* 温泉ぱらだいす
 * Copyright c Pam, Inc. All Rights Reserved.
 */

/* riset　リセット
------------------------------*/
* { -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; padding:0; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
* { word-break: break-all; }
li { margin: 0; padding: 0; list-style: none; }
li a { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
a {
	/*display: block;*/
	color:#1b5a30;/*#005599;*/
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(135,67,34,0.1);/*rgba(135,67,34,1)rgba(221,68,85,0.1)*/
}
a.btn { -webkit-tap-highlight-color:rgba(0,0,0,0); }
a.line { text-decoration:underline; }
img { vertical-align:bottom; max-width:100%; height:auto; border:none; }
table{ border-collapse: collapse; border-spacing: 0; }
table td,
table th { word-break: break-all; line-height:1.4; font-size:100%; }
input, select { vertical-align:middle; }
html { -webkit-text-size-adjust: 100%; font-size: 6.25%; /*background:#DD4455;*/ }

body {
    width: 100%;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 14rem; /* 14px */
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
}


/* header ヘッダー
------------------------------*/
#header {
	background:#FFF;
/*	position:relative;*/
	overflow: hidden;
}

#header #description {
	background:#ffb03e;
	padding:2px 0px 2px 5px;
	color:#FFF;
	font-size:11rem;
	margin:0 auto 7px;
	}
	#header #description span {
	font-size:8rem;
	float:right;
	font-weight:bold;
	padding:3px 5px 0 0;
	}
#header #clr {
    background-color: #fff;
    overflow: hidden;
    padding: 8px 0 5px;
}
#header #logo {
	float:left;
	max-width:145px;
	margin:3px 0 0 ;
	padding:0 20px 10px 10px;
}
.header2 {
	position:relative;
	height:88px;
}
#header .titleService {
	background:#ffb03e;
	padding:2px 0px 2px 0px;
}
	#header .titleService a{
		text-align: center;
		background-image:url("/s/img/common/icon-arrow8.png");
		background-position: 0px center;
		background-repeat: no-repeat;
		background-size:14px;
	}
	#header .titleService span{
		color: #fff;
		font-size: 16rem;
		margin: 0 auto;
		padding: 0 0 0 10px;
		display:block;
		text-align: center;
	}
	#header .titleService span.home{
		background-image: url("/s/img/common/icon_HOME.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		width: 30%;
	}
	#header .titleService span.hotel{
		background-image: url("/s/img/common/icon_hotelTop.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		width: 30%;
	}
	#header .titleService span.leisure{
		background-image: url("/s/img/common/icon_leisureTop.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		width: 38%;
	}
	#header .titleService span.restaurant{
		background-image: url("/s/img/common/icon_restaurantTop.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		width: 47%;
	}
	#header .titleService span.info{
		background-image: url("/s/img/common/icon_infoTop.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		width: 60%;
	}
	#header .titleService span.tokuten{
		background-image: url("/s/img/common/icon_tokutenTop.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		width: 33%;
	}


/* maypage マイページ
------------------------------*/
#nav-control {
    display: block;
    float: right;
    margin: 0 10px 0 0;
    max-width: 45px;
    overflow: hidden;
    text-align: right;
    width: 18%;
}

/* 各コンテンツTOP メニューボタン
------------------------------*/

.navibtn{
	width:100%;
	margin-bottom:1px;
}

.navibtn.line {
	margin-top: 1px;
}



/* 新サイドメニュー
------------------------------*/


#slidemenu {
	position: absolute;
	display: none;
	width: 270px;
	right: 0;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
    background-color: #fff;
	background: #fff;
	border-left: 2px solid #ffb03e;
	border-bottom: 2px solid #ffb03e;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#slidemenu .may-page {
	float: left;
}

#slidemenu .may-page a {
	margin: 12px 0 16px 14px;
	color: #ffb03e;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}

#slidemenu .close {
	float: right;
	margin: 10px 10px 20px 0;
	padding: 0;
}

#slidemenu .close a {
	display: block;
	width: 76px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #ffb03e;
	box-shadow: 0 5px 0 #d99430;
	border-radius: 5px;
	position: relative;
	padding-left: 14px;
}

#slidemenu .close a::before {
	position: absolute;
	top: 0;
	left: 10px;
	content: "";
	height: 35px;
	width: 11px;
	background: url(/s/img/common/btn_close.png) no-repeat 0 50%;
	background-size: 11px auto;
}

.menu__genre {
	clear: both;
}

.menu__genre li {
	margin: 0 16px 15px 14px;
	padding: 0;
	text-align: center;
}

.menu__genre li a {
	display: block;
	padding: 0;
	height: 33px;
	font-size: 14px;
	line-height: 31px;
	color: #ffb03e;
	border: 1px solid #ffb03e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
}


.menu__genre li a::before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	content: " ";
	background-image:url(/s/img/common/menu_btn.png);
	background-size: auto 40px;
}


.menu__genre li.menu__genre__home a {color: #ffb03e;background-color: #fff;}
.menu__genre li.menu__genre__home a::before {background-position: 0 0;}
.menu__genre li.menu__genre__home__on a {color: #fff;background-color: #ffb03e;}
.menu__genre li.menu__genre__home__on a::before {background-position: 0 -20px;}

.menu__genre li.menu__genre__hotel a {color: #ffb03e;background-color: #fff;}
.menu__genre li.menu__genre__hotel a::before {background-position: -20px 0;}
.menu__genre li.menu__genre__hotel__on a {color: #fff;background-color: #ffb03e;}
.menu__genre li.menu__genre__hotel__on a::before {background-position: -20px -20px;}

.menu__genre li.menu__genre__restaurant a {color: #ffb03e;background-color: #fff;}
.menu__genre li.menu__genre__restaurant a::before {background-position: -40px 0;}
.menu__genre li.menu__genre__restaurant__on a {color: #fff;background-color: #ffb03e;}
.menu__genre li.menu__genre__restaurant__on a::before {background-position: -40px -20px;}

.menu__genre li.menu__genre__leisure a {color: #ffb03e;background-color: #fff;}
.menu__genre li.menu__genre__leisure a::before {background-position: -60px 0;}
.menu__genre li.menu__genre__leisure__on a {color: #fff;background-color: #ffb03e;}
.menu__genre li.menu__genre__leisure__on a::before {background-position: -60px -20px;}

.menu__genre li.menu__genre__info a {color: #ffb03e;background-color: #fff;}
.menu__genre li.menu__genre__info a::before {background-position: -80px 0;}
.menu__genre li.menu__genre__info__on a {color: #fff;background-color: #ffb03e;}
.menu__genre li.menu__genre__info__on a::before {background-position: -80px -20px;}

.menu__genre li.menu__genre__campaign a {color: #ffb03e;background-color: #fff;}
.menu__genre li.menu__genre__campaign a::before {background-position: -100px 0;}
.menu__genre li.menu__genre__campaign__on a {color: #fff;background-color: #ffb03e;}
.menu__genre li.menu__genre__campaign__on a::before {background-position: -100px -20px;}

.menu__member {
	margin: 0 16px 18px 14px;
	padding: 0;
	border-top: 1px solid #ffb03e;
}

.menu__member li {
	padding: 0;
	position: relative;
}

.menu__member li::before {
	position: absolute;
	display:block;
	left: 0;
	top: 12px;
	content: "";
	height: 0;
	width: 0;
	border: 5px;
	border-color: transparent transparent transparent #ffb03e ;
	border-style: solid;
}

.menu__member li a {
	margin: 0;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #ffb03e;
}



.menu__regacy li {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}

.menu__regacy li a {
	display: inline-block;
	text-align: center;
	color: #333;
	font-size: 14px;
	text-decoration: underline;
}

.menu__regacy li a::after {
	content: "";
	background:url(/s/img/common/outlink.png) no-repeat 0 50%;
	background-size: 11px 11px;
	height: 11px;
	width: 11px;
	margin-left: 4px;
	display: inline-block;
}

.menu__logout {
	margin: 0 16px 30px 14px;
	padding: 0;
}

.menu__logout a {
	display: block;
	padding: 0;
	height: 33px;
	font-size: 14px;
	line-height: 33px;
	color: #222222;
	text-align: center;
	border: 1px solid #222222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
}

#space {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#slidemenu-wrap {
	position: absolute;
	display: none;
	width: 100%;
	padding-bottom: 40%;
	right: 0%;
	top: 0px;
	z-index: 900;
	overflow: hidden;
	opacity:0.5;
	background-color: #fff;
}
#slidemenu-wrap > div {
	height:100%;width:100%;
}

/* 旧サイドメニュー
------------------------------*/
/*
#slidemenu {
	position: absolute;
	display: none;
	width: 270px;
	left: 0%;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
    background-color: #333;
}
#slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    line-height: 1.8;
	margin-left: -10px;
	}
	#slidemenu li a {
	padding:10px 0 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	position:relative;
	}
	#slidemenu li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	}
	#slidemenu li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #333;
	}
	#slidemenu li:first-child { border-top: none;border-top: 1px solid #4D4D4D; }
	#slidemenu li:last-child { border-bottom: none; }

#slidemenu .may-page-top {
	height:35px;
	padding:10px 0;
    border-bottom: 1px solid #000;
}
#slidemenu .may-page {
	float:left;
	width:100px;
	color:#FFF;
	padding:10px 0 0 10px;
}
#slidemenu .close a {
	margin:10px;
	margin-top:3px;
	padding:4px 15px;
	font-size:13px;
	font-weight:bold;
	background:#FFF;
	width:40px;
	float:right;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


#space {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#slidemenu-wrap {
	position: absolute;
	display: none;
	width: 100%;
	left: 0%;
	top: 0px;
	z-index: 900;
	overflow: hidden;
	opacity:0.5;
	background-color: black;
}
#slidemenu-wrap > div {
	height:100%;width:100%;
}
*/

/*メンテ告知
--------------------------------------------*/
#ct_menteSP{
	/*border: 5px solid #ffd8a0;*/
	padding: 1%;
	margin: 2% 2%;
	background: #fff;
	font-size:12px !important;
}
	#ct_menteSP #mentettl{
		font-weight:bold;
		color:#905030;
	}

#ct_mente {
    /*border: 5px solid #ffd8a0;*/
    padding: 1%;
    margin: 2% 2%;
    background: #fff;
    font-size: 12px !important;
    border-bottom: 1px dashed #ccc;
}
	#ct_mente #mentettl{
		font-weight:bold;
		color:#905030;
	}


/* コンテンツボックス
------------------------------*/
#main {
	position:absolute;
	width:100%;
	height:auto;
	overflow:visible;
}
#contents-wrapper {
	position: absolute;
	width:100%;
}
#mainContent {}
.mainContent {
    left: 0;
    overflow: visible;
    position: absolute;
    width: 100%;
	background:#F1F1F1;
}

/* 背景白 */
.section-box {
	background:#FFF;
	margin:2%;
}

/* ログイン後TOP検索枠 */
#SearchParts {
	margin:2% 2% 5% 2% !important;
	padding: 0 0 2%;
}


/* 背景赤 */
.section-box2 {
	background:#DD4455;
	color:#FFF;
	margin:2%;
	}
	.section-box2 h2 {
		font-size:15rem;
	}
/* 背景オレンジ */
.section-box3 {
	background:#FFFFE0;
	margin:2%;
}
.section-inner {
	padding:2%;
}
.inner {
	padding:2%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#Div1.inner td:nth-child(2), #Div2.inner td:nth-child(2) {
    width: 0;
}
#Div1.inner input, #Div2.inner input {
    width: 92%;
    padding: 8px 5px;
    border-radius: 5px;
}
#Div1.inner input
.innerL {
    padding: 3%;
}
#Div3 select {
    padding: 5px 0 5px 5px;
    border-radius: 5px;
}
#ctl00_sMainPagePlaceHolder_BIRTHDAY_MM, #ctl00_sMainPagePlaceHolder_BIRTHDAY_DD {
    padding: 5px 0 5px 5px;
    border-radius: 5px;
}
.inner-minus {
    margin-top: -7%;
}

.inner .merit {
	margin-top: 10px;
	font-size: 11rem;
	text-align: center;
}

.inner .regist {
	margin-bottom: 10px;
	text-align: center;
}

/* 検索スライドメニュー非表示 */
.submenu {
	/*position:absolute;*/
	/*left:0%;*/
	/*top:98px !important;*/
	display:none;
	width:96%;
	z-index:9999;
	background-color:white;
}

/* 個人情報ボックス */
.box-area {
	background: #FFFACD;
	border-top: 1px solid #FCFCFC;
	clear:both;
	color: #666;
	margin: 10px 10px 20px;
	padding: 15px 5px;
	text-align:center;
}

/*ページ内注意書き*/
span.cautionText{
    color: #dd4455;
    font-weight: bold;
}


/* title　タイトル類
------------------------------*/

/* 矢印タイトル */
h1.main-title,
h2.main-title {
    background: #dae7fd;
    /* border-top: 2px solid #1b5a30; */
    color: #434343;
    font-weight: normal;
    font-size: 15rem;
    padding: 7px 0;
    text-align: center;
    position: relative;
    margin: 0 0 1% 0;
}

    h1.main-title:before,
    h2.main-title:before {
        content: ' ';
        position: absolute;
        z-index: 2;
        width: 0;
        height: 0;
        left: 48%;
        left: -webkit-calc(50% - 10px);
        left: -moz-calc(50% - 10px);
        left: calc(50% - 10px);
        bottom: -15px;
        background: transparent;
        border-color: #dae7fd transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
    }


/* 矢印タイトル
.content-title {
	background:#34495E;
	color:#FFF;
	font-weight:normal;
	font-size:14rem;
	padding:7px 0;
	text-align:center;
	position:relative;
	margin:0 0 1% 0;
	}
*/
/* うすいタイトル */
h3.sub-title {
	padding:5px;
	font-size:14rem;
	color:#1b5a30;
	background:#fff4e2;
	}
	h3.sub-title span {
	background:#DD4455;
	color:#FFF;
	padding:3px 5px;
	margin:0 0 0 15px;
	}
/*
h3.sub-title {
	border-bottom:1px solid #1b5a30;
	padding:5px 5px 5px 0;
	font-size:14rem;
	color:#1b5a30;
	}
*/
/* 主に静的ページラップタイトル一括指定 */
.text-box-content h3 {
	margin:15px 0 5px 0;
}
.text-box-content h3.text-title {
	background:#f1f1f1;
	padding:6px;
}

/* list　リスト類
------------------------------*/

/* 番号付きリスト */
ul.disc li { list-style-type:disc !important; margin:0; }
ul.disc2 li { margin:0 0 10px 0; border-bottom: 1px dotted #E3E3E3; padding-bottom:10px; }
ul.disc2 li:last-child { border:none; }
ul.disc2 li li { border:none; margin:0; padding:0; }
ul.decimal { margin:10px 0 0 30px; }
ul.decimal li { list-style:upper-alpha; }

/* トップページ　アイコンリスト 3ブロック */
.top-list {
	padding:10px 0;
	}
	.top-list li {
		float:left;
		width:25%;
		text-align:center;
		border-right: 1px solid #E3E3E3;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.top-list li:last-child { border:none; }
	.top-list li:last-child a { display:block; }
	.top-list li a { color:#34495E; }
	.top-list .icon {
		text-align:center;
		margin:0 auto 5px auto;
		display:block;
		width:45px;
		height:45px;
	}
	.top-list .list1 .icon { background:url("/s/img/common/top-list1.png") no-repeat 0 0; background-size: 45px 45px; }
	.top-list .list2 .icon { background:url("/s/img/common/top-list2.png") no-repeat 0 0; background-size: 45px 45px; }
	.top-list .list3 .icon { background:url("/s/img/common/top-list3.png") no-repeat 0 0; background-size: 45px 45px; }
	.top-list .list4 .icon { background:url("/s/img/common/top-list4.png") no-repeat 0 0; background-size: 45px 45px; }
	.top-list .list2, .top-list .list3 { letter-spacing:-0.1em; }
	.top-list .leadText{ font-size:75%;}

/* 詳細ページ　アイコンリスト 3ブロック */
.details-list {
	padding:10px 0;
	}
	.details-list li {
	float:left;
	/*width:33.33%;*/
	width: 25%;
	text-align:center;
	border-right: 1px solid #E3E3E3;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
	.details-list li:last-child { border:none; }
	.details-list li:last-child a { display:block; }
	.details-list li a { color:#34495E; }
	.details-list .icon {
	text-align:center;
	margin:0 auto 5px auto;
	display:block;
	width:50px;
	height:50px;
	}
	.details-list .list1 .icon { background:url("/s/img/common/details-list1.png") no-repeat 0 0; background-size: 50px 50px; }
	.details-list .list2 .icon { background:url("/s/img/common/details-list2.png") no-repeat 0 0; background-size: 50px 50px; }
	.details-list .list3 .icon { background:url("/s/img/common/details-list3.png") no-repeat 0 0; background-size: 50px 50px; }
	.details-list .list4 .icon { background:url("/s/img/common/details-list4.png") no-repeat 0 0; background-size: 50px 50px; }


/* トップページオプション */
.option-list label { font-size:13rem; margin-left:-4px; vertical-align:middle;}

/* 検索　トップページリスト */
.top-condition {
	background:url("/s/img/common/icon-arrow5.png") no-repeat 98% center;
	background-size: 14px 14px;
	border-bottom: 1px dotted #E3E3E3;
	padding:8px 5px 8px 5px;
}

/* プレミアむん見出し */
table.prmPr{
    background-color: #d96c6c;
    font-size: 11rem;
    margin: 0 0 7px;
    overflow: hidden;
    width: 100%;
}
	table.prmPr th.prmLink{
		background-color: #d96c6c;
		padding:0;
		margin:0;
		text-align: center;
		width:100px;
	}
		table.prmPr .prmLink a{
			color: #fff;
			line-height: 2em;
			padding: 0 5px 0 26px;
			text-decoration: underline;
			background-image: url("/s/img/common/icon_puremun.png");
			background-position: 5px center;
			background-repeat: no-repeat;
		}
	table.prmPr td {
		background-color: #ebebeb;
		color: #a71818;
		padding: 2%;
	}
		table.prmPr .bRed{
			font-weight:bold;
			font-size:12rem;
		}


/* 検索一覧キャプション */
.search-list h3.search-caption {
	background: #f0e0c6;
	color: #1b5a30;
	font-size:12rem;
	font-weight:lighter;
	line-height:1.4;
	margin-bottom:10px;
	padding:5px;
}
.search-list h3.list-link-title a {
	background:url("/s/img/common/to-about.png") no-repeat 100% center;
	background-size: 45px 23px;
    padding: 0 55px 0 0;
    text-decoration: underline;
}
.search-list h3.list-link-title {
    margin: 5px 0 0;
}
	.search-list h4 {
	color:#1b5a30;
	font-size:15rem !important;
	line-height:1.4;
	}
	.search-list li {
	border-bottom: 5px solid #C0C0C0;
	padding:6% 2%;
	}
	a.link-about {
	background:url("/s/img/common/icon-arrow5.png") no-repeat 100% center;
	background-size: 14px 14px;
	}
	/* 部屋一覧詳細へ */
	.link-about2 {
	padding:0 40px 0 0;
	background:url("/s/img/common/to-about.png") no-repeat 100% center;
	background-size: 45px 23px;
	margin-right:-10px;
	}
	/* 検索一覧に使用 */
	a.link-about3 {
	background:url("/s/img/common/icon-arrow5.png") no-repeat 100% 67%;
	background-size: 14px 14px;
	}
	.search-list li:last-child {
	border-bottom: none;
	}
	.search-list li:nth-child(even) {
	background-color: #F9F9F9;
	}
	.search-list li a {
	position: relative;
	display: block;
	margin: 0;
	color:#333;
	}
	/* 部屋一覧のみ li class */
	.search-list li.bottom-list a {
	width:100%;
	display: table;
	}
	.search-list li .img-area {
	display:table-cell;
	width:120px;
	padding-right:5px;
	line-height:0.1em;
	}
	.search-list li .img-area img {
	width:120px;
	}
	.search-list li .img-area,
	.search-list li .text-area {
	vertical-align:top;
	}
	.search-list li .text-area {
		padding-right:10px;
		display: table-cell;
		}
		.search-list .text-area .about {
		font-size:12rem;
		padding:3px 0 0 0;
		}
		.search-list .text-area .price {
		clear:both;
		font-size:12rem;
		font-weight:bold;
		padding:5px 0 0 0;
		}
		.search-list .text-area .price span {
		color:#DD4455;
		font-size:15rem;
		padding: 0 0 0 5px;
		font-weight:bold;
		}
		.search-list .text-area .price-sub {
		padding:3px 2px 0 0;
		font-size:12.4rem;
		background-size: 8px 8px;
		}
		.search-list .text-area .price-sub span {
		color:#DD4455;
		}

/* 検索　リスト */
.about-list02 li {
	line-height: 1.5;
	padding:3px 0 3px 15px;
	background-size: 10px 10px;
	border-bottom: 1px dotted #E3E3E3;
	}
	.about-list02 li:nth-child(even) {
	background-color:#FFF;
	}
	.about-list02 li:last-child {
	border-bottom: 1px dotted #E3E3E3;
	}
	.about-list02 li span:first-child {
    color:#DD4455;
    }
	.about-list02 li span:first-child:after {
    content:"："
    }
	.search-list .about-list02 {
	margin-top:-3px;/* スペースリセット */
	}

.about-list02.space li {
	display:block;
	padding:10px 0 10px 15px;
	}

.about-list li {
	line-height: 1.5;
	padding:3px 0 3px 15px;
	background:url("/s/img/common/icon-arrow6.png") no-repeat 0 center;
	background-size: 10px 10px;
	border-bottom: 1px dotted #E3E3E3;
	}
	.about-list li:nth-child(even) {
	background-color:#FFF;
	}
	.about-list li:last-child {
	border-bottom: 1px dotted #E3E3E3;
	}
	.about-list li span:first-child {
    color:#1b5a30;
    }
	.about-list li span:first-child:after {
    content:"："
    }
	.search-list .about-list {
	margin-top:-3px;/* スペースリセット */
	}

.about-list.space li {
	display:block;
	padding:10px 0 10px 15px;
	}

/* 検索 リスト　条件 矢印 */
.search-title {
	line-height: 1.5;
	padding:3px 0 3px 15px;
	background:url("/s/img/common/icon-arrow6.png") no-repeat 0 center;
	background-size: 10px 10px;
	color:#1b5a30;
}

/* フラグ */
.icon-list {
	margin:0 0 5px 0;
	}
	.icon-list li {
	display:inline-block;
	background:#FFDAB9;
	font-size:11rem;
	padding:2px 2px;
	border:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
	.icon-list li:nth-child(even)  { background:#FFDAB9; }
	.icon-list2 li { background:#FFA07A; color:#FFF; }
	.icon-list2 li:nth-child(even)  { background:#FFA07A; color:#FFF; }
	/*プレミアむんアイコン*/
	.icon-list2 li.prm { background:#d96c6c; color:#FFF; }


/* こだわりリスト */
.condition-list {
	width:100%;
	margin:0 auto 15px;
	}
.condition-list input {
	float:left;
	margin:10px 5px 5px 0;
}
.condition-list label {
	border-bottom: 1px dotted #E3E3E3;
	display:block;
	width:100%;
	padding:10px 0;
	}
	.condition-list li:last-child {
	border-bottom: none;
	}

/*会員登録画面注記*/
.section-box .text-box-content .memo {
    margin-top:20px;
    font-weight:700;
}

.section-box .text-box-content .memo li {
    font-size: 12px;
    margin-bottom: 10px;
}
.section-box .text-box-content .memo li:last-child {
    margin-bottom: unset;
}

/*プライスリスト ご予算セレクト */
.price-list {
    display: table;
    width: 100%;
    margin: 10px 0 15px;
}
	.price-list li {
	display:table-cell;
	vertical-align:middle;
	}
	.price-list li.space {
	padding:0 0 0 10px;
	}

/* 人数リスト */
.people-list dl {
	margin:0 5px;
	}
	.people-list dt {
	float:left;
	width:30%;
	background: url("/s/img/common/icon-arrow6.png") no-repeat 0 center;
	background-size: 10px 10px;
	padding: 3px 0 3px 15px;
	}
	.people-list dd {
	padding:0 0 0 65%;
	border-bottom: 1px dotted #E3E3E3;
	}
	.people-list dd select {
	width:auto;
	}

/* ページャー */
.pager li {
	display:inline-block;
	border: 1px solid #E3E3E3;
	padding:15px;
}

/* お友達に紹介する */
.intro-list li a {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #B7B7B7;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
	margin:0 0 5px;
	padding:10px;
    background: url("/s/img/common/icon-arrow5.png") no-repeat 95% center;
	background-size:14px 14px;
}
.intro-list li a img {
	vertical-align:middle;
}

/* ranking 人気ランキング
------------------------------*/
#ranking li{

}

#ranking li:nth-child(2n) {
    background-color: #F9F9F9;
}
#ranking ul.search-list li {
    border-bottom: 5px solid #C0C0C0;
    padding: 6% 2%;
}

#ranking ul.search-list li a {
    color: #333333;
    display: block;
    margin: 0;
    position: relative;
	padding: 8px 0 0;
}

#ranking ul.search-list li h3.search-caption {
    background: none repeat scroll 0 0 #FA8072;
    color: #FFFFFF;
    font-size: 12rem;
    font-weight: lighter;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 5px;
}

#ranking li p.rank {
    background: none repeat scroll 0 0 #ffb03e;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 11rem;
    margin: 0 0 5px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0;
    width: 32px;
}

#ranking li .img-area,
#ranking li .text-area {
    vertical-align: top;
}
		#ranking .search-list li .img-area {
			display: table-cell;
			line-height: 0.1em;
			padding: 0 5px 0 10px;
			width: 120px;
		}
		#ranking .search-list li .img-area img{
			vertical-align: top;
			width: 120px;
		}

#ranking .search-list li .text-area {
    display: table-cell;
    padding-right: 10px;
}
		#ranking .search-list li .text-area h4 {
			color: #34495E;
			font-size: 15rem !important;
			line-height: 1.4;
		}

		#ranking .search-list li .text-area .about {
			font-size: 12rem;
			padding: 3px 0 0;
		}

		#ranking .search-list li .text-area .price {
			clear: both;
			font-size: 10rem;
			font-weight: bold;
			padding: 5px 0 0;
		}
		#ranking .search-list li .text-area .price span {
			color: #DD4455;
			font-size: 14rem;
			font-weight: bold;
			padding: 0 0 0 5px;
		}


/* recommend おすすめリゾートホテル
------------------------------*/
#recommend li {
    display:table;
    width:100%;
	padding:5px 0 5px 0;
	border-bottom: 1px dotted #E3E3E3;
	}
	#recommend li:nth-child(even)  {
	background:#F9F9F9;
	}
	#recommend li:last-child {
	border:none;
	}
	#recommend li .img-area {
	    display:table-cell;
	    vertical-align:middle;
	    width:120px;
		}
		#recommend li .img-area img{
		width:120px;
		height:auto;
		}
	#recommend li .text-area {
	    display:table-cell;
	    vertical-align:top;
		padding:8px 0 0 8px;
		line-height:1.3;
		}

/* banner トップバナー
------------------------------*/
.banner {
	text-align:center;
	margin:1% 0;
	}
	.banner li {
	padding:1%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}

/* reservation 予約確認
------------------------------*/
.reservation {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: 1px solid #E3E3E3;
	padding:10px;
	margin:8px 0 0 0;
	}
	.reservation a {
	background:url("/s/img/common/icon-arrow5.png") no-repeat 98% center;
	background-size: 14px 14px;
	color:#333;
	padding-right:15px;
    display:block;
	}
	.reservation .bottom {
	background:#E3E3E3;
	text-align:center;
	margin:5px 0 0 0;
	}

/* 予約詳細 */
.reservation-about h4 {
/*	border-top: 1px solid #E3E3E3;
	border-bottom: 1px dotted #E3E3E3;*/
	margin:10px 0 5px 0;
	padding:5px 0;
}

.form-table .reservation-about h4 {
	border-top: 0px;
	border-bottom: 0px;

}

/* calendar カレンダープラン詳細
------------------------------*/
#calendar-top {
	text-align:center;
	margin:10px 2% 2% 2%;
	}
	#calendar-top li {
	width:25%;
	display:inline-block;
	}
	#calendar-top li.tab1 a,
	#calendar-top li.tab3 a {
	background:#E3E3E3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:8px 3px;
	display:block;
	}
	#calendar-top li.active a {
	background:#ab6442;
	color:#fff;
	}
	#calendar-top li.tab2 {
	width:45%;
	font-weight:bold;
	font-size:15rem;
	}

#calendar {
	margin:10px 20px 0 20px;
	height:240px;
	overflow:hidden;
	border: 3px solid #E3E3E3;
	position:relative;
	}
	#calendar li {
	position:relative;
	}
	#calendar li:last-child {
	border-bottom: none;
	}
	#calendar li:nth-child(even) {
	background-color: #F9F9F9;
	}
	#calendar li a {
	color:#333;
	display:block;
	padding:13px 2px;
	border-bottom: 1px solid #E3E3E3;
	background:url("/s/img/common/icon-arrow5.png") no-repeat 99% center;
	background-size: 14px 14px;
	font-size:13rem;
	}
	/* ホバー */
	#calendar li a:hover {
	background:#E3E3E3 url("/s/img/common/icon-arrow5.png") no-repeat 99% center;
	background-size: 14px 14px;
	}
	/* リンクなし */
	#calendar li.link-none {
	color:#333;
	display:block;
	padding:15px 5px;
	color:#ccc !important;
	}
	#calendar li.link-none span {
	color:#ccc !important;
	}
	/* 日付 */
	#calendar li span.days {
		font-weight:bold;
		padding:0 2px 0 0;
		}
		#calendar li span.red { color:#F00; }
		#calendar li span.blue { color:#09F; }

	/* 泊 */
	#calendar li span.stay {
	font-size:11rem;
	}
	/* 価格 */
	#calendar li span.price {
	font-weight:bold;
	color:#DD4455;
	padding:0 0 0 2px;
	font-size:14rem;
	}
	/* 空き状況 */
	#calendar li span.state {
	position:absolute;
	right:7%;
	text-align:center;
	width:20%;
	font-size:11rem;
	padding-top:3px;
	}
	#calendar li span.state.last {
	color:#DD4455;
	text-decoration:underline;
	}
	#calendar li span.state.room {
	color:#DD4455;
	text-decoration:underline;
	}


/* calendar カレンダースライド部
------------------------------*/
.cld-search-box {
	text-align:center;
	position: relative;
	border-bottom:1px solid #dedede;
	*clear:both;
	*zoom:1;
}
.calendar-btn {
	background-color:#ab6442;
	margin:2% 0;
	padding: 8px;
	text-align:center;
	color:#FFF;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
.top_bottom_button_disabled {
	background-color:#dedede;
	color:#CCC;
}
.cld-box {
	margin-left:1%;
	overflow:hidden;
	height: 224px;
}
.cld-main { top: 0; }
.cld-week {
	width:14.285%;
	height:20px;
	text-align:center;
}
.cld-d-b {
	width:14.285%;
	height:45px;
	text-align:center;
    width: 14.285%;
    float: left;
}
.none {
	display:none;
}
.cld-youbi {
	margin: 0 auto;
	font-size:12px;
	width: 90%;
	height: 90%;
	padding: 0px;
	border: #b0e0e6 solid 1px;
	text-align: center;
}
.cld-date {
	margin: 0 auto;
	font-size:10px;
	width: 90%;
	height: 90%;
	padding: 1px;
	border: 1px solid #b0e0e6;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.cld-date span {
	text-align:center;
	font-size:18px;
	margin-top: -2px;
	margin-right:1px;
}
.cld-nichi {
	color:#ff0000;
	background-color:#fdede4;
}
.cld-do {
	color:#0000ff;
	background-color:#f0f8ff;
}
.cld-today {
    background-color: #ffa500;
    color: #8b0000;
}
.cld-today span{
	font-size:14px;
}
.cld-mirai{	background-color:white;}
.cld-kako{	background-color:#ecf5fd;}
.cld-start{	background-color:gold;}
/*.cld-end{	background-color:yellow;} 時日付色付け */
.cld-blank{	background-color:#fff;}
.cal_etc{	background-color:gray;}
.cld-weeks {
    margin-left: 1%;
    position: relative;
}
.cld-weeks > div {
    border: 0 none;
    float: left;
    margin: 0 0 3px;
    min-height: 1px;
    padding: 0;
}
.cld-search-box > div {
    float: left;
    min-height: 1px;
    padding: 0;
}


/* footer フッター
------------------------------*/
#footer {}
#footer .profile {
	background:#FFF;
	}
	#footer .profile h2 {
	background:#f0e0c6;
	border-top: 2px solid #1b5a30;
	color:#1b5a30;
	padding:2%;
	text-align:center;
	font-size:13rem;
	}
	#footer .profile .inner {
	padding:10px 15px;
	text-align: center;
	}
	#footer .profile .inner .footinfo{
		background-color: #ffe4e1;
		border-radius: 5px;
		font-size: 12rem;
		font-weight: bold;
		margin: 0 auto 10px;
		padding: 5px 10px;
		text-align: left;
	}
	#footer .profile .inner h3{
		font-size:15rem !important;
	}
	.profile .tel a {
		font-size:18rem;
		font-weight:bold;
		color:#1b5a30;
		display:inline-block;
	}
	.profile .open { font-size:13rem; }
.form-label .profile .open { font-size:12rem; }
.icon-tel {
	background:url("/s/img/common/icon-tel.png") no-repeat 0 center;
	display:inline-block;
	background-size: 18px 18px;
	width:18px;
	height:18px;
	margin:0 7px -2px 0;
}
#footer .copyright {
	background:#ffb03e;
	text-align:center;
	padding:1% 0 1% 0;
	color:#FFF;
}
#footer2 {
	display:block;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	clear:both;
	border-top: 1px solid #E3E3E3;
	text-align:center;
}


/* botton　ボタン類
------------------------------*/
.btn-area {
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.btn-area-shadow {
	clear:both;
	text-align:center;
    padding: 15px 0 0 0;
	margin:30px auto 0 auto;
    border-top: 1px solid #fcfcfc;
}

/* ページナビ */
.btn-group ul {
    display:table;
	table-layout: fixed;
	width:100%;
	margin:10px 0;
	}
	.btn-group li {
	display: table-cell;
	text-align:center;
	font-weight:bold;
	}
	.btn-group li input[type="button"] {
	background:transparent;
	}
	.btn-group li.list1,
	.btn-group li.list3 {
	background: #F1F1F1;
	border: 1px solid #B7B7B7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	padding: 2px !important;
	}
	/* 表示なし */
	.btn-group li.list1.listnone,
	.btn-group li.list3.listnone {
	background:none !important;
	border: none;
	}
	.btn-group li:first-child {
	margin-left: 0;
	}

/* フッター ナビ */
.footer-btn-group {
    display:table;
	table-layout: fixed;
	width:96%;
	margin:2%;
	}
	.footer-btn-group p {
	display: table-cell;
	text-align:center;
	}
	.footer-btn-group p:first-child {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	}
	.footer-btn-group p:last-child {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 0 4px 0;
	}

/*セレクトボタン*/
.select-wrap {
	border-top: 1px dotted #E3E3E3;
	border-bottom: 1px dotted #E3E3E3;
	}
	.select-wrap .select-title {
	width:29%;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
	.select-wrap .select-box {
	width:67%;
	display:inline-block;
	text-align: right;
	}
	.select-wrap .select-btn {
		width:40px !important;
		height:40px;
	    background: #ab6442;
	    color: #FFF;
		margin:0 2%;
		border:none;
	    padding: 5px 20px;
	    border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    box-shadow: 0 3px #6c3215;
	    -webkit-box-shadow: 0 3px #6c3215;
	    -moz-box-shadow: 0 3px #6c3215;
		}
		.select-wrap .select-btn.icon1 {
		background:#ab6442 url("/s/img/common/icon-8.png") no-repeat center center;
		background-size: 14px 14px;
		}
		.select-wrap .select-btn.icon2 {
		background:#ab6442 url("/s/img/common/icon-9.png") no-repeat center center;
		background-size: 14px 14px;
		}
	.select-wrap .selectBox {
		width:50px;
		height:40px;
		margin: 0;
		}
.select-wrap.select2 {
	border-top:none;
	border-bottom: 1px dotted #E3E3E3;
	padding:5px 0;
	}
	.select-wrap.select2 .select-title  {
	padding-left:15px;
	background:url("/s/img/common/icon-arrow6.png") no-repeat 0 center;
	background-size: 10px 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:43%;
	}
	.select-wrap.select2 .select-box {
	width:55%;
	float:right;
	}


/*ボタン*/
.btn {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    padding: 10px 2px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	/*text-decoration:underline;*/
}
.btn-small {
    padding: 5px 2px;
}

/* 前へ戻る */
.btn3 {
	width:50%;
	margin: 0 auto;
	text-align:center;
	background: #F1F1F1;
	border: 1px solid #B7B7B7 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px !important;
}
a.btn3 {
	color:#333;
}


/* PC版はこちら */
.btn4 {
	width:50%;
	margin:auto;
	text-align:center;
    background: #ecf0f1;
	border:1px solid #CECECE;
	font-size:12rem;
	padding:5px 0 5px 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	color:#6E8084;
    box-shadow: inset 0 0 1px rgba(000,000,000,0.2),inset 1px 1px 1px rgba(255,255,255,1);
  	-webkit-box-shadow: inset 0 0 1px rgba(000,000,000,0.2),inset 1px 1px 1px rgba(255,255,255,1);
	}

/* グレイ */

/*
.btn-grey {
	margin:auto;
	text-align:center;
    background: #a9a9a9;
    box-shadow: 0 4px #696969;
    -webkit-box-shadow: 0 4px #696969;
    -moz-box-shadow: 0 4px #696969;
    color: #FFF;
	}
*/
.btn-grey {
    background: none repeat scroll 0 0 #eaeaea;
    /*border: 1px solid #ccc !important;*/
    box-shadow: 0 3px #a9a9a9;
    color: #696969;
    margin: auto;
    text-align: center;
	}
	.btn-grey.icon1 { /* バツアイコン */
	background:#eaeaea url("/s/img/common/icon-6.png") no-repeat 11% center;
	background-size: 14px 14px;
	}
	.btn-grey.icon2 { /* 戻るアイコン */
	background:#eaeaea url("/s/img/common/icon-10.png") no-repeat 11% center;
	background-size: 14px 14px;
	}

/* うすい黄色 */
.btn-grey2 {
	margin:auto;
	text-align:center;
	border:1px solid #edd4ac;
	background:#fff4e2;
	}
	.btn-grey2.icon1 { /* 茶矢印アイコン */
	background:#fff4e2 url("/s/img/common/icon-arrow7.png") no-repeat 90% center;
	background-size: 14px 14px;
	}

/* レッド */
.btn-red {
    margin: auto;
    text-align: center;
    background: #ec984f;
    box-shadow: 0 3px #c17737;
    -webkit-box-shadow: 0 3px #c1732f;
    -moz-box-shadow: 0 3px #c17737;
    color: #FFF;
    padding: 13px 9px;
    font-size: 14px !important;
}
	.btn-red.icon1 { /* 虫眼鏡アイコン */
		background:#ffb03e url("/s/img/common/icon-3.png") no-repeat 10% center;
		background-size: 14px 14px;
		padding-left:18px;
	}
	.btn-red.icon2 { /* チェックアイコン */
		background:#ffb03e url("/s/img/common/icon-7.png") no-repeat 15% center;
		background-size: 14px 14px;
	}
	.btn-red.icon3 { /* カレンダーアイコン */
		background:#ffb03e url("/s/img/common/icon-2.png") no-repeat 8% center;
		background-size: 14px 14px;
		padding-left:18px;
	}
	.btn-red.icon4 { /* 戻る矢印アイコン */
		background:#ffb03e url("/s/img/common/icon-arrow8.png") no-repeat 8% center;
		background-size: 14px 14px;
	}
	.btn-red.icon5 { /* 進む矢印アイコン */
		/*background:#ffb03e url("/s/img/common/icon-arrow4.png") no-repeat 90% center;*/
		background-size: 14px 14px;
	}

/* ホワイト */
.btn-white {
    margin: 5px auto;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #e4e4e4 !important;
    box-shadow: 0 3px #D3D3D3;
    -webkit-box-shadow: 0 3px #D3D3D3;
    -moz-box-shadow: 0 3px #D3D3D3;
    color: #333;
    width:100%;
}
	.btn-white.icon1 { /* 虫眼鏡アイコン */
		background:#F5F5F5 url("/s/img/common/icon-11.png") no-repeat 10% center;
		background-size: 14px 14px;
		padding-left:18px;
	}
	.btn-white.icon2 { /* 戻る矢印アイコン */
		background:#F5F5F5 url("/s/img/common/icon-arrow9.png") no-repeat 8% center;
		background-size: 14px 14px;
	}
	.btn-white.icon3 { /* カレンダーアイコン */
		background:#F5F5F5 url("/s/img/common/icon-12.png") no-repeat 8% center;
		background-size: 14px 14px;
		padding-left:18px;
	}
	.btn-white.icon4 { /* 戻る矢印アイコン2 */
		background:#F5F5F5 url("/s/img/common/icon-arrow10.png") no-repeat 8% center;
		background-size: 14px 14px;
		padding-left:18px;
	}

/* オレンジ */
.btn-orange {
	margin:auto;
	text-align:center;
	background:#ffb03e;
    box-shadow: 0 3px #d99430;
    -webkit-box-shadow: 0 3px #d99430;
    -moz-box-shadow: 0 3px #d99430;
	color:#FFF;
	font-size:17rem;
	font-weight:bold;
	}
	.btn-orange.icon1 { /* チェックアイコン */
	background:#ffb03e url("/s/img/common/icon-7.png") no-repeat 20% center;
	background-size: 14px 14px;
	}

/* アイコン */
.icon {
	display:inline-block;
	margin:0 7px -2px 0;
}
.icon-1 {
	background:url("/s/img/common/icon-1.png") no-repeat 0 center;
	background-size: 14px 14px;
	width:14px;
	height:14px;
}
.icon-arrow1 {
	background:url("/s/img/common/icon-arrow1.png") no-repeat 0 center;
	background-size: 14px 14px;
	width:14px;
	height:14px;
}
.icon-arrow2 {
	background:url("/s/img/common/icon-arrow2.png") no-repeat 0 center;
	background-size: 14px 14px;
	width:14px;
	height:14px;
}
.icon-arrow4 {
	background:url("/s/img/common/icon-arrow4.png") no-repeat 90% center;
	background-size: 14px 14px;
	width:14px;
	height:14px;
	position:absolute;
	right:5%;
	top:30%;
}

/* ホバー */
.btn.hover {
	box-shadow: inset 1px 1px 3px rgba(000,000,000,0.3);
	-moz-box-shadow: inset 1px 1px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 3px rgba(000,000,000,0.3);
}

/* accordion　アコーディオン
------------------------------*/
.accordion .accordion-title {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #E3E3E3;
	color:#111;
	padding: 10px 0;
	padding: 8px 0;
	}
	.accordion .accordion-title.title2 {
	border-top: 1px solid #E3E3E3;
	background:#567BA0;
	color:#FFF;
	}
	.accordion .accordion-title span {
		background: url(/s/img/common/icon-accordion-plus.png) no-repeat 97% center;
		display: block;
		padding: 12px 10px;
		background-size: 26px 26px;
	}
	.accordion .accordion-title span {
		background-image: none;
	}
	.accordion .accordion-title span {
		background-image: url(/s/img/common/icon-accordion-minus.png) !important;
	}
	.accordion.close .accordion-title span {
		background-image: url(/s/img/common/icon-accordion-plus.png) !important;
	}
	.accordion .accordion-inner {
		padding:10px;
		border: 1px solid #E3E3E3;
		border-top:none;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.accordion.close .accordion-inner {
		display: none;
	}

/* tab　タブ
------------------------------*/
.tab li {
	display:inline-block;
	width:49.3%;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	background:#D3D3D3;
	margin:-4px 0 0 0;
	}
	.tab li a {
	display:block;
	padding:7px 5px;
	color:#333;
	text-align:center;
	}
	.tab li.active { background:#FFE4B5; position:relative; }
	.tab li.active:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 45%;
	bottom: -15px;
	background: transparent;
	border-color: #FFE4B5 transparent transparent  transparent;
	border-style:solid;
	border-width:10px;
	}


/* table　テーブル
------------------------------*/
.form-table {
    margin: 8px auto 20px;
    width: 100%;
}
	.form-table th {
	width:23%;
	background:#F1F1F1;
	border: 1px solid #E3E3E3;
	padding:5px;
	text-align:left;
	vertical-align:top;
	font-size:13rem;
	}
	.form-table td {
	width:78%;
	border: 1px solid #E3E3E3;
	padding:5px;
	}
	.form-table td a { display:inline; }

/* チェックインテーブル */
.form-time th { width:50%; }
.form-time td { width:50%; }

/* チェックイン表示 */
.time {
	background:url("/s/img/common/icon-arrow6.png") no-repeat 0 center;
	background-size: 10px 10px;
	padding-left:15px;
	font-size:12rem;
}
.time2 {
	letter-spacing:-0.01em;
	margin:5px 0 0 0;
}

/* 会員登録入力フォーム */
.reg-form table { width:100%; }
.reg-form h3 {
    /* border-top: 1px solid #E3E3E3; */
    border-bottom: 2px dotted #b5b5b5;
    margin: 20px auto 6px;
    padding: 0 0 3px;
    width: 100%;
   
}
.reg-form table td.warp {
	width:30px;
}

/* メッセージBOX メッセージ table */
    .ms-data {
	margin:10px 0 0 0;
	border-top: 1px dotted #E3E3E3;
	}
	.ms-data td {
	padding:10px;
	border-bottom: 1px dotted #E3E3E3;
	}


/* form フォームコンテンツ
------------------------------*/
.form-content {
	border:1px solid #f0e0c6;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/* タイトル */
.form-content .content-title {
	background:#f0e0c6;
	color:#1b5a30;
	font-weight:normal;
	font-size:14rem;
	padding:7px 0;
	text-align:center;
	position:relative;
	margin:0 0 1% 0;
}
.form-label label {
	display:inline-block;
	width:40%;
	float:left;
	line-height:2.5;
}
.form-label input[type="email"],
.form-label input[type="text"],
.form-label input[type="password"] {
	display:inline-block;
	width:60%;
	font-size:15rem;
	float:left;
}
.form-label input[type="email"],
.form-label input[type="text"] {
	margin-bottom:8px;
}
.copy {
	display:inline-block;
	width:100px !important;
	padding:1px 2px !important;
}
.error {/* エラーテキスト */
	color:#DD4455;
	font-size:12rem;
	padding:5px 0;
}
.required { /* 必須入力アスタリスク */
    color: #DD4455;
    padding: 0 5px 0 5px;
}
#ctl00_sMainPagePlaceHolder_CITY {
    padding: 5px;
    border-radius: 4px;
}
.section-box .required img {
    vertical-align: unset;
}
/* form フォーム類
------------------------------*/
input[type="submit"],
input[type="button"] {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    font-size: 14rem;
    padding-left: 5px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #34495E;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14rem;
    margin: 9px 0;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
	/*background:rgba(221,68,85,0.1);/*#dd4455*/
	background:rgba(135, 67, 67, 0.1);
}
input[type="checkbox"] {
	display:inline-block;
}
label {
    display: inline-block;
    margin-right: 5px;
}

/* チェックボックス */
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #696969;
    -webkit-box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0 5px 3px 0;
    background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1) );
}
input[type="checkbox"]:checked {
    background: #DD4455;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: -1px;
    top: 10px;
    display: block;
    content: "";
    width: 8px;
    height: 3px;
    background: #FFF;
    -webkit-transform: rotate( 45deg );
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 9px;
    content: "";
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    -webkit-transform: rotate( -53deg );
    -webkit-transform-origin: left center;
}
/* ラジオボタン */
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFF;
    border: 1px solid #696969;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
    margin-right: 2px;
}

input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	content: "";
	width: 10px;
	height: 10px;
	background:#DD4455;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
select {
	width:100%;
	font-size:15rem;
}

/* common　共通
------------------------------*/
.message {
	padding:20px;
	background:#F1F1F1;
}
.lineH { line-height:1.4; }
.bold { font-weight:bold; }
.normal { font-weight:normal; }
.center { text-align:center; margin:auto; }
.clear { clear:both; }
.alignR { text-align:right !important; }
.alignL { text-align:left !important; }
.alignC { vertical-align:middle !important; }
.floatL { float:left;}
.floatR { float:right;}
.w23 { width:23% !important; }
.w54 { width:54% !important; }
.w38 { width:38% !important; }
.w49 { width:49% !important; }
.w60 { width:60% !important; }
.w98 { width:98% !important; }
.w100 { width:100%; }
.mr2p { margin:0 2% 0 0 !important; }
.ml2p { margin:0 0 0 2% !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt24 { margin-top:24px !important; }
.mt48 { margin-top:48px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.ml5 { margin-left:5px !important; }
.ml20 { margin-left:20px !important; }
.ptb10 { padding:10px 0 10px 0 !important; }
.pa10 { padding:10px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
/*.pl10 { padding-left:10px !important; }*/
.co1 { color:#1b5a30 !important; }
.co2 { color:#34495E !important; }
.fontLL { font-size:18rem !important; }
.fontL { font-size:16rem !important; }
.fontM { font-size:14rem !important; }
.fontSS { font-size:13rem !important; }
.fontS { font-size:10rem !important; }
.textR { text-align:right !important; }
.price-text {
	color:#DD4455;
	font-size:17rem;
	font-weight:bold;
}
.text-inherit {
	text-align:left !important;
	text-justify: left !important;
}

/* もっと見る */
.more {
    clear: both;
    margin:10px auto 20px;
    text-align: center;
    width: 275px;
}
.more a {
	display:block;
	background:#E3E3E3;
	padding:15px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* ボダーつける */
.border-bottom {
    border-bottom: 1px dotted #E3E3E3;
	padding:5px 0;
	margin:0 0 5px 0;
	}
	.border-bottom h3 a,.border-top h3 a {
	text-decoration:underline;
	}
.border-bottom2 {
	border-bottom: 2px dotted #f0e0c6;
	margin: 0 0 10px;
	padding: 5px 0;
}
.border-top {
    border-top: 1px dotted #E3E3E3;
	padding:5px 0;
	margin:5px 0 0 0;
}

/* map マップ
------------------------------*/
.map-wrap {
	margin:10px 15px 0 15px;
	border:1px solid #F1F1F1;
	padding:5px;
}
.map-wrap img {
	max-width: none;
}


/* map マップ
------------------------------*/
.timeSALE {
	margin:0 auto;
	text-align:center;
}
.timeSALE .premun_bnr{
	margin:0 auto 20px;
}


/* lightbox　ライトボックス
------------------------------*/
.room-images {
	margin:5px 0;
	}
	.room-images li {
	width:24%;
	display:inline-block;
	}
#lightbox img { max-width:none; }
span.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
	}
	span.overlay:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
body:after {
	content: url("../img/lightbox/close.png") url("../img/lightbox/loading.gif") url("../img/lightbox/prev.png") url("../img/lightbox/next.png");
	display: none;
}
.lightboxOverlay {
	left: 0;
	z-index: 9999;
	background-color: #2b2b2b;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	padding-top:30px !important;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}
	.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
	}
.lb-container { padding: 4px; }
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("../img/lightbox/loading.gif") no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav { left: 0; }
.lb-nav a { outline: none; }
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-prev { left: 0; float: left; }
.lb-prev:hover { background: url("../img/lightbox/prev.png") left 48% no-repeat; }
.lb-next { right: 0; float: right; }
.lb-next:hover { background: url("../img/lightbox/next.png") right 48% no-repeat; }
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}
	.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
	}
.lb-data { padding: 10px 4px 0 4px; color: #bbb; }
.lb-data .lb-details {
	width: 100%;
	text-align: left;
	line-height: 1.1em;
	letter-spacing:0.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}
.lb-closeContainer {
	position:absolute;
	right:0;
	bottom:0;
	z-index:100;
}
.lb-close {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: url("../img/lightbox/close.png") top right no-repeat;
	background-size: 40px 40px;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	}
	.lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/* END lightbox */

/* clearfix
------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}
	.clearfix { display: inline-block; }
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }

.small_val{
   color: #333333 !important;
}


/*予約確認ページ*/
p.y_sorry{
    padding: 2%;
    text-align: justify;
	font-size: 16rem;
	color: #DD4455;
	font-weight: bold;
}

/*マイページ　予約の確認・キャンセルページへテキスト追加*/
p.Reconfirmation_text{
    padding: 2%;
    text-align: justify;
}

p.Reconfirmation_text span.cancelinfo{
	color: #DD4455;
	font-weight: bold;
}


/*サーバーメンテナンス告知*/
#maintenance {
    background-color:#FFFFFF;
    border: 5px solid #E1EBF4;
    font-size: 87.5%;
    margin: 2% auto 0 auto;
    padding: 2%;
    text-align: left;
	width:90%;
}

#maintenance p {
    line-height: 1.45em;
    margin: 0;
    padding: 0;
}

#maintenance p strong {
    color: #FF0000;
}

#topix-box {
	background: #FFF;
	margin: 2%;
	border:10px solid #ffc4c4;
	padding:1%;
}

#topix-box h2 {
	font-weight:bold;
	font-size:1em;
	color:#990000;
}

#topix-box p a {
	display:inline;
	text-decoration:underline;
}
/*サーバーメンテナンス告知*/
#maintenance {
    background-color:#FFFFFF;
    border: 5px solid #E1EBF4;
    font-size: 87.5%;
    margin: 2% auto 0 auto;
    padding: 2%;
    text-align: left;
	width:90%;
}

#maintenance p {
    line-height: 1.45em;
    margin: 0;
    padding: 0;
}

#maintenance p strong {
    color: #FF0000;
}


/*温泉ぱらだいすゴルフへの導線 ログイン前・ログイン後*/
#chura_golf_s {
    background-color:#fff;
	box-shadow:0 3px #336633;
    margin: 8% auto 0;
    padding:4% 1%;
	border:1px solid #336633;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	width:80%;
	font-size:0.85em;
}

#chura_golf_s a {
    color: #336633;
	text-align: center;
}

/*会員登録情報の変更画面*/
.inner .loginid_mail{
	margin:1em auto;
}


/* プラン詳細　続きを見る／閉じる
--------------------------------------------------------------*/
p.openClose{
	text-align: right;
}

/* ページ上部　プレゼントキャンペーンバナー
--------------------------------------------------------------*/
.cpnBnr img{
	text-align: center;
	width:100%;
}

/*-------------------------------------------------
2014/09/02　fancybox  --------------------------*/

.photoMain p {
	height:auto;
	margin:0 0 2%;
	width:100%;
}
.photoMain p img {
	height:auto;
	width:100%;
	overflow:hidden;
}
.photoMain ul {
	overflow:hidden;
}
.photoMain ul li {
	float: left;
	height:auto;
	margin: 0 2% 0 0;
	list-style:none;
	width: 32%;

}
.photoMain ul li img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.photoMain ul li.edge {
	float: left;
	margin: 0 !important;
}


/* 2014/09/29
10万人cpn用
------------------------------*/

#cpn_btn {
	text-align:center;
	background-color:#ffe9bb;
	padding:1em 0;
}

.cpn_btn a {
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	width:90%;
	margin:0 auto 10px;
	padding:0.75em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fd4545;
	-webkit-box-shadow: inset 0 -5px rgba(173,52,52,.75);
	-moz-box-shadow: inset 0 -5px rgba(173,52,52,.75);
	box-shadow: inset 0 -5px rgba(173,52,52,.75);
}
.cpn_btn a:link {
	color:#fff;
}
.cpn_btn a:visited {
	color:#fff;
}
.cpn_btn a:hover  {
	color:#fff;
	opacity: 0.80;
}
.cpn_btn a:active  {
	color:#fff;
}
#cpn_link_wrap {
	margin-bottom:15px;
}
#cpn_link_wrap .txt_wrap {
	background: #ffe9c6;
	padding:15px 0;
	border: 1px solid #deac5b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 1% auto;
	text-align:center;
	width: 100%;
}
#cpn_link_wrap .txt_wrap strong {
	font-weight:bold;
	color:#1b5a30;
}
#cpn_link_wrap ul {
    margin: 0 auto;
    overflow: hidden;
    font-weight:bold;
    font-size:100%;
}
#cpn_link_wrap ul li {
    background-color: #fdb145;
    background-image: -webkit-linear-gradient(bottom, #fcac38, #ffc06a);
	background-image: -moz-linear-gradient(bottom, #fcac38, #ffc06a);
	background-image: -o-linear-gradient(bottom, #fcac38, #ffc06a);
	background-image: -ms-linear-gradient(bottom, #fcac38, #ffc06a);
	background-image: linear-gradient(to top, #fcac38, #ffc06a);
    float: left;
    padding: 20px 0;
    width: 33%;
    border-left: 1px solid #fff;
	color:#1b5a30;
	text-align:center;
}

/*	プレミアむんアンケート
---------------------------------------------------*/
#boxPremun{
    margin: 5px auto 30px;
    text-align: left;
	line-height: 1.8em;
}
#boxPremun #q_lead{
    border-bottom: 1px dashed brown;
    font-size: 16rem;
	font-weight: bold;
    margin: 0 0 15rem;
    padding: 0 0 5rem;
}

#boxPremun .question {
    margin: 0 0 24px 7px;
}

#boxPremun .question:last-child{
    margin: 0 0 0 7px;
}

#boxPremun .question p{
	margin: 0 0 5px;
}
#boxPremun .question .radio{
	margin: 0 10rem 0 0;
}

#boxPremun .question .q_num{
	font-size:12rem;
	color:#FFF;
	background-color:#deb887;
	padding:1px 3px ;
	border-radius:3px;
	display:inline-block;
	margin:0 7px 0 0;
}


/* 食事画像の追加　20150629
-------------------------------------------------------*/
.accordion .accordion-inner .boxMeal{
	margin:0 0 20px;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
}

.boxMeal .ttlMeal{
	font-weight:bold;
	padding:0;
	margin:0 0 10px;
    background-color: #f0e0c6;
    color: #1b5a30;
	text-align: center;
}

.boxMeal .photoMeal{
	width:65%;
	margin: 0 auto 2%;
	display: block;
	text-align: center;
}

.boxMeal .catchM{
	font-weight:bold;
	padding:0 0 2%;
	border-bottom:1px dashed #ccc;
	margin:0 0 2%;
}


/*プラン詳細ページアコーディオン内閉じるボタン
--------------------------------------------*/
p.closeBtn {
    text-align: right;
    color: #1b5a30;
    text-decoration: underline;
	margin-right:3%;
}

/*採用情報告知（メンテ告知枠利用）
--------------------------------------------*/
#ct_recruit{
	border: 1px dashed #ffb03e;
	padding: 3%;
	margin: 3% 2%;
	background: #fff;
	font-size:11px !important;
	text-align:left;
}
	#ct_recruit a{
		text-decoration: underline !important;
		display:inline;
	}


/*会員登録・変更ページ
--------------------------------------------*/
/* #coution_box */
#coution_box {
    border: 1px solid orange;
    border-radius: 5px;
	font-size:14px;
    line-height: 1.6;
	text-align:left;
    margin: 1% auto 3%;
    padding: 15px 10px;
}
	#coution_box .ctnttl{
		border-bottom: 1px dashed #ccc;
		font-size: 13rem;
		line-height: 2;
		margin: 0 auto 10px;
		padding: 0 0 5px;
		font-weight:bold;
	}
		#coution_box .ctnttl span{
			background-color: orange;
			border-radius: 5px;
			color: #fff;
			display: inline-block;
			font-size: 10rem;
			font-weight: bold;
			line-height: 1.6;
			margin: 0 5px 0 0;
			padding: 3px 5px;
		}
		#coution_box .caution_text{
			padding:0 8px;
			font-size: 13rem;
		}

.red_nomal {
    color: #1b5a30;
    display: block;
    font-weight: normal;
}

.inner_pdb{
	padding: 2% 2% 0 !important;
}
/*---*/
.graytxt{
    color: #6a6a6a;
    display: inline-block;
    font-size: 12rem;
    font-weight: normal;
}
/*メルマガ登録枠*/
.mMagazine .red{
    color: #1b5a30;
    font-weight: bold;
	display:block;
}
/*記念日登録枠*/
.reg_edit .reg_editTxt{
}
.reg_edit ul.editInfoList {
    margin: 16px auto ;
	font-size:13rem;
}
.reg_edit ul.editInfoList li {
    color: #1b5a30;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 8px;
}
.reg_edit .red_nomal {
    color: #1b5a30;
    display: block;
    font-weight: normal;
}


/*トップに戻るボタン*/

#topcontrol {
	z-index: 10000;
}

#f_pagetop {
	opacity: 0.8;
	margin-right: 10px;
	z-index: 10000;
	position:relative;
}

#f_pagetop a {
	display: inline;
}

/*予約完了 バナー*/

.others {
	margin: 30px auto 0;
}

.others p.others__text {
	color: #1b5a30;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin: 0 0 15px;
}

.others p.others__bnr {
	width: 100%;
	margin: 0 0 15px;
}

.others p.others__bnr img {
	width: 100%;
}

/*採用情報告知（メンテ告知枠利用）
--------------------------------------------*/
.pl-infomation {
    border: 5px solid #ffd8a0;
    padding: 1%;
    margin: 2% 2%;
    background: #fff;
    font-size: 12px !important;
}

.pl-infomation__head {
    font-weight: bold;
    color: #905030;
}

.pl-infomation__body {
   margin: 0 auto;
   color: red;
   font-weight: bold;
}

.caltalog_cpn {
	margin: 1% auto 3%;
}

/*ホテルカタログ新創刊キャンペーン
--------------------------------------------*/
.caltalog_cpn img {
	width: 100%;
}

/* 退会要素 */

.unsubscribe {display: inline-block;margin: 0 0 1em 0}
.unsubscribe a {display: inline-block;font-weight: 900;padding: 0 .3em}


/* 規約リンク */
.rulebox {
    margin: 10px auto 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width:100%;
}

.rulebox-p {
    text-align: left;
}

.rulebox .rulebox-p .rulelink {
    background: none !important;
    border-radius: unset;
    padding: 5px 0 !important;
    margin: 0 0 16px;
    color: #874322;
    display: block;
    text-decoration: underline;
}

.rulelink::before {
    content: "\30FB";
    display: inline-block;
    margin-right: 5px;
    color: #874322;
}

.rule-lead {
    margin-bottom: 16px;
    display: block;
}

#CheckBox_agree {
    margin-bottom: 26px;
}