@charset "UTF-8";

/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/



#header {
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-top: #93B20F solid 4px;
}

#header_body {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#hotellogo {
	padding: 0;
	margin: 0;
}

#sitelogo {
	width: 400px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 5px;
}

#telnum {
	width: 240px;
	height: 40px;
	padding: 0 0 0 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 20px;
}

#headerlink {
	width: 300px;
	height: 40px;
	padding: 0 0 0 0;
	margin: 0;
	position: absolute;
	right: 240px;
	top: 20px;
	font-size: 10px;
}

ul.list_hlink {
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin-bottom: 0px;
}

ul.list_hlink li {
	padding: 0px 5px 0px 0;
	line-height: 1;
	margin-bottom: 2px;
	font-size: 10px;
	text-align: center;
	float: left;
}

ul.list_hlink a {
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	background-color: #907651;
	display: block;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2pxx;
}

ul.list_hlink a:hover {
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	background-color: #6A583D;
	display: block;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2pxx;
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/



#footer {
	width: 100%;
	clear: both;
	text-align: left;
	padding: 0px 0 30px 0;
	margin: 0;
	font-size: 0.9em;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center 0;
}

.footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#footer .logo {
	padding: 0px;
	margin-bottom: 20px;
	clear: both;
}

#footer .copyright {
	padding: 0px 0px 20px 0px;
	clear: both;
	font-size: 9px;
}

/*--------------------------------------------------------------
コンテンツページ
--------------------------------------------------------------*/


#pagettl {
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center 232px;
}

#maincontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#maincontainer {
	display: inline-block;
	clear: both;
}

* html #maincontainer {
	height: 1%;
	clear: both;
}

#maincontainer {
	display: block;
	clear: both;
}

#maincontainer {
	padding: 0px 0px 0px 0px;
	width: 800px;
	position: relative;
	margin: 0 auto 40px auto;
	text-align: center;
}

/*---------------------------------- Q&A -----------------------------------*/




.lead { margin-bottom: 20px; }

#menu_qa {
	padding: 0px 0px 0px 0px;
	margin: 0 auto 40px auto;
	width: 100%;
	height: 60px;
	text-align: center;
	background-image: url(../img/bgnavqa.gif);
	background-repeat: repeat-x;
	background-position: center 0;
}

ul.menu_qa {
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0 auto 0px auto;
	width: 630px;
	height: 60px;
	text-align: center;
}

ul.menu_qa li {
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
	text-align: center;
	width: 210px;
	margin: 0;
	display: inline-block;
	float: left;
}

ul.menu_qa li a {
	padding: 60px 0px 0px 0px;
	text-align: center;
	height: 0;
	width: 210px;
	display: block;
	overflow: hidden;
}

ul.menu_qa li a.tabmenu1 {
	background-image: url(../img/navqa1.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}

ul.menu_qa li a:hover.tabmenu1 { background-position: center -60px; }

ul.menu_qa li a.tabmenu2 {
	background-image: url(../img/navqa2.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}

ul.menu_qa li a:hover.tabmenu2 { background-position: center -60px; }

ul.menu_qa li a.tabmenu3 {
	background-image: url(../img/navqa3.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}

ul.menu_qa li a:hover.tabmenu3 { background-position: center -60px; }

ul.menu_qa li a.tabmenu1_active {
	background-image: url(../img/navqa1.gif);
	background-repeat: no-repeat;
	background-position: center -60px;
}

ul.menu_qa li a.tabmenu2_active {
	background-image: url(../img/navqa2.gif);
	background-repeat: no-repeat;
	background-position: center -60px;
}

ul.menu_qa li a.tabmenu3_active {
	background-image: url(../img/navqa3.gif);
	background-repeat: no-repeat;
	background-position: center -60px;
}

ul.pages {
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin-bottom: 40px;
	width: 100%;
	height: 20px;
	text-align: left;
	font-size: 0.85em;
}

ul.pages li {
	padding: 0px 2px 0px 2px;
	line-height: 1;
	text-align: center;
	float: left;
}

ul.pages li a {
	padding: 4px 10px 4px 10px;
	text-align: center;
	display: inline-block;
	background-color: #EEE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

ul.pages li a:hover {
	padding: 4px 10px 4px 10px;
	text-align: center;
	display: inline-block;
	background-color: #CCC;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

ul.pages li a.active {
	padding: 4px 10px 4px 10px;
	text-align: center;
	display: inline-block;
	background-color: #9EBB2B;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.pages_bot {
	padding: 20px 0px 0px 0px;
	margin-bottom: 40px;
	margin-top: 20px;
	width: 100%;
	height: 20px;
	border-top: #DDD solid 1px;
}

form.search {
	width: 200px;
	position: relative;
	float: right;
}

form.search input#textbox {
	width: 150px;
	height: 16px;
	padding: 4px;
	border: none;
	background-color: #EEE;
	margin: 0;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 24px;
}

form.search input#button {
	width: 24px;
	padding: 24px 0 0 0;
	height: 0;
	border: none;
	background-color: #DDD;
	margin: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/lenz.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

form.search input#button:hover { background-color: #BBB; }

form.category {
	width: 220px;
	position: absolute;
	top: 0px;
	right: 0px;/*200px*/
}

form.category select { width: 220px; }

a.btn_txt_s {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 10px 30px 10px 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0px 10px;
	background-color: #93B20F;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
}

a:hover.btn_txt_s {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 10px 30px 10px 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0px 10px;
	background-color: #A0BE2C;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
}

/*---------------------------------- ご質問一覧 -----------------------------------*/



.qalist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.qalist {
	display: inline-block;
	clear: both;
}

* html .qalist {
	height: 1%;
	clear: both;
}

.qalist {
	display: block;
	clear: both;
}

.qalist {
	padding: 20px 0px 10px 0px;
	margin-bottom: 0px;
	line-height: 1.6;
	text-align: left;
	position: relative;
	border-top: #DDD solid 1px;
}

.qalist .person {
	padding: 0 0 0 0;
	font-size: 0.8em;
	line-height: 1.5;
	display: block;
	width: 60px;
	text-align: center;
	float: left;
}

.qalist .person img {
	margin-bottom: 2px;
	clear: both;
	width: 60px;
	height: 60px;
}

.qalist .qalistbody {
	padding: 0 0 0 10px;
	line-height: 1.5;
	display: block;
	width: 85%;
	float: right;
	background: url(../img/bg_qalistbody.png) -10px 20px no-repeat;
}

.qalist .qbody {
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	line-height: 1.5;
	display: block;
	width: 80%;
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #F1FBCE;
}

.qalist .ansbody {
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	line-height: 1.5;
	display: block;
	width: 80%;
	float: left;
}

.qalist .qalistbody p { margin: 0 0 10px 0; }

.qalist .tantou {
	padding: 10px 0 0 0;
	font-size: 0.8em;
	line-height: 1.5;
	display: block;
	width: 60px;
	text-align: center;
	float: right;
}

p.tantou_txt {
	font-size: 0.85em;
	margin-bottom: 0;
	text-align: right;
}

.qalist .tantou img {
	margin-bottom: 2px;
	clear: both;
	width: 60px;
}

.qalist .fukidashi {
	padding: 0;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 1000;
}

a.btn_ans {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 6px 15px 6px 15px;
	height: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 0px 0px 0px;
	background-color: #58A68E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

a:hover.btn_ans {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 6px 15px 6px 15px;
	height: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 0px 0px 0px;
	background-color: #62CBA6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

/*---------------------------------- アコーディオン -----------------------------------*/



ul.accordion,
ol.accordion {
	margin: 0 0 20px 0;
	padding: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.accordion li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 *zoom: 1;
}

.accordion li li {
	list-style-type: disc;
	margin-left: 1em;
}

.accordion a {
	color: inherit;
	text-decoration: inherit;
}

.accordion .loading { display: none; }

.loading { display: none; }

.accordion {
	width: 100%;
	clear: both;
}

.accordion li h3 a {
	background: #EEE;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 80%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #EEE url(../img/arrowclose.png) right center no-repeat;
	font-size: 0.8em
}

.accordion li.active h3 a {
	background: #EEE;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 80%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #EEE url(../img/arrowopen.png) right center no-repeat;
}

.accordion li.locked h3 a {
	background: #EEE;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 80%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.accordion li h3 {
	margin: 0;
	padding: 0;
}

.accordion .panel { padding: 20px 0px 0px 0px; }





/*---------------------------------- ご質問フォーム -----------------------------------*/




.mds_form {
	padding: 10px 0px 20px 60px;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	background-image: url(../img/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

#contact_form {
	padding: 50px 50px 30px 50px;
	margin-bottom: 0px;
	background-color: #F1FBCE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
}

dl.dl_form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.dl_form {
	display: inline-block;
	clear: both;
}

* html dl.dl_form {
	height: 1%;
	clear: both;
}

dl.dl_form {
	display: block;
	clear: both;
}

dl.dl_form {
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	border-bottom: #D9E4AF solid 1px;
	width: 100%;
}

dl.dl_form dt {
	padding: 7px 0px 0px 0px;
	width: 15%;
	float: left;
	border-top: #D9E4AF solid 1px;
	white-space: nowrap;
}

dl.dl_form dd {
	padding: 7px 0px 7px 0px;
	width: 85%;
	float: left;
	border-top: #D9E4AF solid 1px;
}

dl.dl_form .note { font-size: 0.85em; }

dl.dl_form dt .cap {
	margin-right: 4px;
	color: #C7D788;
	display: inline-block;
	float: left;
}

.text-input {
	padding: 10px;
	width: 80%;
	border: none;
	margin-bottom: 2px;
	display: block;
	border: #93B20F solid 4px;
}

a.btn_input {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 10px 30px 10px 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 0px 10px 0px;
	background-color: #93B20F;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
}

a:hover.btn_input {
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 10px 30px 10px 30px;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 0 0px 10px 0px;
	background-color: #A0BE2C;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
}

.form_bot {
	padding: 20px 20px 0px 20px;
	display: block;
	text-align: center;
}

.form_bot .note { text-align: center; }

#contact_form .form_bot p { margin-bottom: 20px; }

.about {
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
	background-color: #F3F1E9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}



.mincontact{
	width:565px;
	margin:0 0 30px ;
	padding:0;
	overflow:hidden;
}
.mincontact #contact_form {
	padding: 20px;
	margin-bottom: 0px;
	background-color: #F1FBCE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
}
.mincontact #contact_form .form_bot p { margin: 0px; }
.mincontact dl.dl_form {
	padding: 0px ;
	margin: 0px;
	border-bottom: #D9E4AF solid 1px;
	width: 100%;
}
.mincontact .text-input {
	padding: 10px;
	width: 90%;
	border: none;
	margin-bottom: 2px;
	display: block;
	border: #93B20F solid 4px;
}
dl.dl_form dt.half {
	padding: 7px 0px 0px 0px;
	width: 15%;
	float: left;
	border-top: #D9E4AF solid 1px;
	white-space: nowrap;
}
dl.dl_form dd.half {
	padding: 7px 0px 7px 0px;
	width: 35%;
	float: left;
	border-top: #D9E4AF solid 1px;
}