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

/* clearfix */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, dl, dt, dd, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
img {
	border:none;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
.taC {
	text-align: center;
}
.taR {
	text-align: right;
}
.floatR {
	float: right !important;
}
/* ヘッダー */

h1 {
	width: 242px;
	margin: 20px auto 28px;
}
h1 img:hover {
	opacity: 0.6;
}
nav .gnav {
	width: 812px;
	margin: auto;
}
nav .gnav li {
	float: left;
	margin-left: 60px;
	position: relative;
}
nav .gnav li img:hover {
	opacity: 0.6;
	cursor: pointer;
}
nav .gnav li ul {
	width: 150px;
	height: 0;
	position: absolute;
	top: 45px;
	left: -50px;
	z-index: 20;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.9;
	border-radius: 3px;
}
nav .gnav li .gnav_cont {
	width: 150px;
	height: 0;
	position: absolute;
	top: 45px;
	left: -25px;
	z-index: 20;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.9;
}
nav .gnav li.event .gnav_cont {
    left: -45px;
}
nav .gnav li ul li {
	float: none;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 10px;
	width: 120px;
	text-indent: 30px;
	border-bottom: 0.1em dashed #00D6E1;
}
nav .gnav li .gnav_cont li {
	float: none;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 10px;
	width: 120px;
	text-indent: 5px;
	border-bottom: 0.1em dashed #00D6E1;
}
nav .gnav li:hover ul {
	height: 240px;
}
nav .gnav li:hover .gnav_cont {
	height: 240px;
}
nav .gnav li:nth-child(3):hover ul {
	height: 240px;
}
nav .gnav li:nth-child(3):hover .gnav_cont {
	height: 160px;
}
/* 空室検索フォーム */

.btn_search {
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 100;
}
.btn_search:hover {
	cursor: pointer;
	opacity: 0.7;
}
#search_box {
	background: url(../images/search_bg.png) no-repeat center center;
	display: none;
	width: 986px;
	height: 466px;
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin: -233px 0 0 -493px;
	color: #00b3ba;
}
#search_box form {
	width: 830px;
	height: auto;
	margin: 0 auto 14px;
	font-size: 110%;
	font-weight: bold;
	overflow: hidden;
}
#search_box form select {
	padding: 2px 10px;
	font-size: 85%;
}
#search_box form #reset1, #search_box form #reset2 {
	width: 18px;
	height: 18px;
	margin: 0px 5px 0 15px;
}
#search_box h3 {
	padding: 60px 0 30px;
	text-align: center;
	overflow: hidden;
	text-indent: 5000px;
	white-space: nowrap;
	background: url(../images/search_title.png) no-repeat center center;
}
#search_box h4 {
	background: url(../images/list_search.png) no-repeat center left;
	width: 125px;
	padding-left: 20px;
	margin: 15px 20px 30px 0;
	font-size: 125%;
	float: left;
	clear: both;
}
#search_box .btn_search_close {
	position: absolute;
	top: 20px;
	right: 70px;
}
#search_box .btn_search_close:hover {
	cursor: pointer;
}
#setY, #setM, #setD, .SearchHaku, .reset1, .reset2, .setNin, .setHeya, .submit {
	float: left;
	margin-left: 8px;
	padding-top: 15px;
}
.reset1, .reset2 {
	padding-top: 18px;
}
#search_box label {
	margin-left: -5px;
	vertical-align: top;
}
#search_box label:hover {
	cursor: pointer;
}
#search_box .submit {
	padding-top: 0;
	margin-left: 60px;
}
#search_box .submit button {
	background: url(../images/btn_search_submit.png) no-repeat top left;
	width: 260px;
	height: 50px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
#search_box .submit button:hover {
	opacity: 0.7;
}
#search_box #rsv_list {
	clear: both;
	text-align: center;
	border-top: 2px dotted #00b3ba;
	width: 90%;
	margin: 0 auto 25px;
	padding-top: 25px;
}
#search_box #rsv_list .btn_reserve {
	background: url(../images/btn_reserve.png) no-repeat top left;
	width: 356px;
	height: 62px;
	display: inline-block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#search_box #rsv_list .btn_reserve:hover {
	opacity: 0.7;
}
#search_box .reserve_tel {
	background: url(../images/search_tel.png) no-repeat top left;
	width: 363px;
	height: 69px;
	margin: 0 auto;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
/* フッター */

footer {
	color: #fff;
}
footer .foot_intro {
	width: 100%;
	background: url(../images/footer_bg_line.png) repeat top left;
	overflow: hidden;
}
footer .foot_intro .foot_intro_box {
	width: 1150px;
	height: 270px;
	margin: 0 auto;
	padding: 40px 0 65px;
	overflow: hidden;
}
footer .foot_intro_box .left_column, footer .foot_intro_box .right_column {
	float: left;
}
footer .foot_intro_box .left_column img:hover, footer .foot_intro_box .right_column img:hover {
	opacity: 0.7;
}
footer .foot_intro_box .left_column .photo, footer .foot_intro_box .right_column .photo {
	float: left;
	margin-left: 25px;
}
footer .foot_nav {
	width: 980px;
	margin: 150px auto 30px;
	overflow: hidden;
}
footer .foot_nav li {
	float: left;
	margin-left: 70px;
	padding-left: 70px;
	border-left: 1px solid #00b3ba;
}
footer .foot_nav li:first-child {
	margin-left: 0;
	border-left: none;
}
footer .foot_nav li img:hover {
	opacity: 0.6;
	cursor: pointer;
}
footer .foot_inquiry {
	position: relative;
	background: #00d6e1;
	width: 100%;
	height: 74px;
	padding: 35px 0;
	text-align: center;
}
footer .foot_inquiry a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -208px;
}
footer .foot_inquiry a:hover {
	opacity: 0.7;
}
footer .foot_info {
	clear: both;
	background: url(../images/footer_bg.png) repeat-x top left;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 90%;
}
footer .foot_block {
	width: 1280px;
	margin: 0 auto;
}
footer .foot_left, footer .foot_right {
	float: left;
	width: 630px;
}
footer .facebook {
	margin: 55px 0 35px;
}
footer .facebook iframe {
	border: none;
	overflow: hidden;
	width: 650px;
	height: 450px;
}
footer .foot_company {
	padding-top: 150px;
}
footer .foot_logo {
	width: 110px;
	height: 84px;
	margin-right: 20px;
	float: left;
}
footer .foot_address {
	line-height: 1.5;
	margin-bottom: 10px;
}
footer .foot_text {
	line-height: 1.5;
}
footer .copy {
	text-align: center;
	clear: both;
	padding: 40px 0;
}
footer .foot_sitemap {
	margin: 55px 0 0;
}
footer .foot_sitemap th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 25px;
	padding-left: 36px;
}
footer .foot_sitemap th:first-child {
	padding: 0 14px 0 35px;
}
footer .foot_sitemap td {
	padding-left: 20px;
}
footer .foot_sitemap td ul {
	padding-left: 15px;
	border-left: 1px solid #fff;
}
footer .foot_sitemap td ul li {
	margin-bottom: 20px
}
footer .foot_sitemap a:link, footer .foot_sitemap a:visited {
	color: #fff;
	text-decoration: none;
}
footer .foot_sitemap a:hover {
	opacity: 0.7;
}
/* 共通部分 */

#container {
	padding-top: 50px;
}
.breadcrump {
	width: 1080px;
	margin: 0 auto;
	color: #00b2ba;
	font-weight: bold;
}
.breadcrump a:link, .breadcrump a:visited {
	color: #00b2ba;
	text-decoration: none;
}
.breadcrump a:hover {
	text-decoration: underline;
}
.btn_return {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 100;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
}
.btn_return:hover {
	cursor: pointer;
	opacity: 0.5;
}
.back_layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background: #fff;
	opacity: 0.6;
}
/* TOPページ */

.main {
	position: relative;
}
.main_logo {
	background: url(../images/main_logo_back.png) repeat top left;
	width: 100%;
	height: 213px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -107px;
	z-index: 2;
	text-align: center;
}
.main_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -320px;
}
/* TOPスライダーここから */

.simply-scroll {
	width: 100%;
	height: auto;
	margin: 0;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 425px;
	height: 600px;
}
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
	cursor: default;
}
/* TOPスライダーここまで */

.eventInfomatin h2 + div {
	width: 1280px;
	margin: 0 auto;
	padding-left: 95px;
}
.eventInfomatin li {
	float: left;
	padding-left: 40px;
	padding-bottom: 40px;
}
.eventInfomatin li a:hover {
	opacity: 0.7;
}
.msg, .eventInfomatin {
	clear: both;
	background: url(../images/bg_line.png) repeat top left;
	overflow: hidden;
}
.msg .msg_box {
	background: url(../images/msg_bg.png) no-repeat top center;
	background-size: contain;
	width: 1278px;
	height: 540px;
	margin: 150px auto 120px;
	position: relative;
	text-align: center;
}
.msg .msg_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -198px 0 0 -290px;
	z-index: 2;
}

.education {
	margin-bottom: 40px;
}
.education h2 {
	text-align: center;
	margin: 100px 0 35px;
}

.activ {
	margin-bottom: 40px;
}
.activ h2 {
	text-align: center;
	margin: 100px 0 35px;
}
.activ .seasons {
	width: 1280px;
	height: 750px;
	margin: auto;
	overflow: hidden;
}
.activ .summer, .activ .winter {
	width: 50%;
	height: 750px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}
.activ .summer {
	text-align: right;
}
.activ .summer img, .activ .winter img, .activ .summer .on, .activ .winter .on {
	position: absolute;
	top: 0;
	left: 0;
}
.activ .summer .large, .activ .winter .large, .activ .summer .on, .activ .winter .on {
	display: none;
}
.activ .summer img:hover, .activ .winter img:hover {
	cursor: pointer;
}
.event h2 {
	text-align: center;
	margin: 90px 0 45px;
}
.activ .detail_summer {
	width: 36px;
	height: 240px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -120px;
}
.activ .detail_winter {
	width: 36px;
	height: 240px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -120px;
}
.activ .detail_summer:hover, .activ .detail_winter:hover {
	cursor: pointer;
}
/* イベントタブメニューここから　*/
.event .tab {
	width: 1125px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.event .tab li {
	float: left;
	width: 183px;
	height: 44px;
	margin: 0 0 3px 3px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.event .tab li:first-child {
	margin-left: 0;
}
.event .tab li a {
	width: 100%;
	height: 100%;
	display: block;
}
.event .tab li a:hover {
	opacity: 0.7;
}
.event .tab li.tab1 a {
	background: url(../images/event_tab1_off.png) no-repeat top center;
}
.event .tab li.tab1 a.selected {
	background: url(../images/event_tab1_on.png) no-repeat top center;
}
.event .tab li.tab2 a {
	background: url(../images/event_tab2_off.png) no-repeat top center;
}
.event .tab li.tab2 a.selected {
	background: url(../images/event_tab2_on.png) no-repeat top center;
}
.event .tab li.tab3 a {
	background: url(../images/event_tab3_off.png) no-repeat top center;
}
.event .tab li.tab3 a.selected {
	background: url(../images/event_tab3_on.png) no-repeat top center;
}
.event .tab li.tab4 a {
	background: url(../images/event_tab4_off.png) no-repeat top center;
}
.event .tab li.tab4 a.selected {
	background: url(../images/event_tab4_on.png) no-repeat top center;
}
.event .tab li.tab5 a {
	background: url(../images/event_tab5_off.png) no-repeat top center;
}
.event .tab li.tab5 a.selected {
	background: url(../images/event_tab5_on.png) no-repeat top center;
}
.event .tab li.tab6 a {
	background: url(../images/event_tab6_off.png) no-repeat top center;
}
.event .tab li.tab6 a.selected {
	background: url(../images/event_tab6_on.png) no-repeat top center;
}
.event .panel {
	width: 1280px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto 100px;
	background: #fff;
	border: 2px solid #00d6e1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.event .panel h3 {
	margin: 45px 0 30px;
	text-align: center;
}
.event .panel h4 {
	border-left: 12px solid #00d6e1;
	padding: 5px 10px;
	font-size: 130%;
	font-weight: bold;
	color: #00b1bb;
}
.event .panel .column_l, .event .panel .column_r {
	width: 600px;
	float: left;
	padding: 25px 15px 35px 25px;
	overflow: hidden;
}
.event .panel .column_l {
	background: url(../images/event_border.png) repeat-y top right;
}
.event .panel .event_photo {
	float: left;
	margin: 10px 20px 0 0;
}
.event .panel .text {
	margin: 10px 0 30px;
	line-height: 1.5;
}
.event .panel .detail:hover {
	opacity: 0.6;
}
#container .event .panel li {
	cursor: default;
}
/* イベントタブメニューここまで　*/

/* 客室 */

.room .main {
	background: url(../facilities/images/room/main_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.room .main_logo img {
	margin-top: -52px;
	margin-left: -135px;
}
.room .intro, .room .room_type {
	background: url(../images/bg_line2.png) repeat top left;
	overflow: hidden;
}
.room .room_type.etc {
	background: none;
}
.room .intro h2 {
	text-align: center;
	padding: 50px 0 20px;
}
.room .intro1, .room .intro2 {
	width: 1104px;
	margin: 40px auto 30px;
}
.room .intro1 td, .room .intro2 td {
	padding: 20px;
	vertical-align: middle;
	text-align: left;
}
.room .intro2 td.photo {
	text-align: right;
}
.room .intro2 ul {
	color: #00a5ad;
	padding-left: 2em;
	list-style: disc;
	margin-top: 50px;
	line-height: 2;
	font-weight: bold;
}
.room_type h2 {
	text-align: center;
	padding: 70px 0;
}
/* 客室タブメニュー1 ここから */

.room_type .tab_room, .room_type .tab_room2 {
	width: 905px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.room_type .tab_room li, .room_type .tab_room2 li {
	float: left;
	width: 267px;
	height: 42px;
	margin: 0 0 50px 50px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.room_type .tab_room li:first-child, .room_type .tab_room2 li:first-child {
	margin-left: 0;
}
.room_type .tab_room li a, .room_type .tab_room2 li a {
	width: 100%;
	height: 100%;
	display: block;
}
.room_type .tab_room li a:hover, .room_type .tab_room2 li a:hover {
	opacity: 0.7;
}
.room_type .tab_room li.tab1_1 a {
	background: url(../facilities/images/room/room_1_1_off.png) no-repeat top center;
}
.room_type .tab_room li.tab1_1 a.selected {
	background: url(../facilities/images/room/room_1_1_on.png) no-repeat top center;
}
.room_type .tab_room li.tab1_2 a {
	background: url(../facilities/images/room/room_1_2_off.png) no-repeat top center;
}
.room_type .tab_room li.tab1_2 a.selected {
	background: url(../facilities/images/room/room_1_2_on.png) no-repeat top center;
}
.room_type .tab_room li.tab1_3 a {
	background: url(../facilities/images/room/room_1_3_off.png) no-repeat top center;
}
.room_type .tab_room li.tab1_3 a.selected {
	background: url(../facilities/images/room/room_1_3_on.png) no-repeat top center;
}
.room_type .tab_room2 li.tab2_1 a {
	background: url(../facilities/images/room/room_2_1_off.png) no-repeat top center;
}
.room_type .tab_room2 li.tab2_1 a.selected {
	background: url(../facilities/images/room/room_2_1_on.png) no-repeat top center;
}
.room_type .tab_room2 li.tab2_2 a {
	background: url(../facilities/images/room/room_2_2_off.png) no-repeat top center;
}
.room_type .tab_room2 li.tab2_2 a.selected {
	background: url(../facilities/images/room/room_2_2_on.png) no-repeat top center;
}
.room_type .tab_room2 li.tab2_3 a {
	background: url(../facilities/images/room/room_2_3_off.png) no-repeat top center;
}
.room_type .tab_room2 li.tab2_3 a.selected {
	background: url(../facilities/images/room/room_2_3_on.png) no-repeat top center;
}


.room_type .panel_room .row1,
.room_type .panel_room2 .row1{
	width:1060px;
	height:350px;
}

.room_type .panel_room .row2{
	clear:both;
	width:1060px;
	height:auto;
}

.room_type .panel_room .row2_l,
.room_type .panel_room .row2_r{
	width: 505px;
	float: left;
	padding:20px 20px 0 0;
	color: #00b2b8;
}

.room_type .panel_room .row2_r div{
	height:113px
}

.room_type .panel_room .row2_r div ul{
	float:left;
	padding-left:40px;
}

.room_type .panel_room .row2_r div li{
	display:block !important;
    font-weight: bold;
	padding:5px 0 0 15px;
}



.room_type .panel_room,
.room_type .panel_room2 {
	width: 1060px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 100px;
}
.room_type .panel_room2 {
	padding: 50px 70px 40px;
	margin: 0 auto 15px;
	border: 2px solid #00d6e1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.room_type .panel_room .column_l,
.room_type .panel_room .column_r {
	width: 535px;
	float: left;
	padding: 0 20px 0;
	overflow: hidden;
	color: #00b2b8;
}
.room_type .panel_room .column_l, .room_type .panel_room2 .column_l {
	float:left;
	width: 480px;
	padding-left: 0;
}

 .room_type .panel_room2 .column_l {
	 width: 490px;
	 padding-right:20px;
 }
 
.room_type .panel_room .column_r{
	padding-right: 0;
}

.room_type .panel_room2 .column_r{
	float:left;
	width:535px;
	height:350px;
}

.room_type .panel_room .column_r h3{
	padding: 20px 0 15px;
}
.room_type .panel_room .column_r div p
/*.room_type .panel_room2 .column_r p img*/ {
	float: left;
	margin-right: 10px;
}
/* 客室タブメニュー1 ここまで */

.room_type p.text {
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 2em;
	min-height:100px;
	color: #00b2b8;
	min-height:55px;
}
.room_type .room_charge {
	width: 505px;
	float: left;
	line-height: 1.3em;
	margin: 10px 0 0 25px;
	color: #00b2b8;
	border: 1px solid #00b2b8;
	background: #fff;
}
.room_type .room_charge:first-of-type {
	margin-left: 0;
}
.room_type .room_charge caption {
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	padding: 0 5px 5px;
}
.room_type .room_charge caption span {
	font-size: 70%;
}
.room_type .room_charge th, .room_type .room_charge td {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border: 1px solid #00b2b8;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.room_type .room_charge th.cat {
	text-align: left;
	padding-left: 20px;
}
.panel_room2 .room_charge {
	line-height: 1.3;
}
.panel_room2 .room_charge td.notice {
	text-align: left;
	padding-left: 20px;
	font-size: 90%;
	letter-spacing: 2px;
	line-height: 1.7;
}
.room .main.etc {
	background: url(../facilities/images/room/main_bg2.jpg) no-repeat top center;
	background-size: cover;
	height: 485px;
}
/* 客室タブメニュー2 ここから */
.room_type .panel_room2 h3 {
	padding: 10px 0 5px;
}
.room_type .panel_room2 h4 {
	font-weight: bold;
	font-size: 125%;
	padding: 20px 5px 5px;
	clear: both;
	color: #00b2b8;
}

.room_type .panel_room2 .row2{
	float:left;
	padding-top:20px;
}

.room_type .panel_room2 .row2 .column_l {
	width: 360px;
	margin-left:130px;
}
.room_type .panel_room2 .row2 .column_r {
	width: 425px;
	min-height:585px;
	color: #00b2b8;
}
.room_type .panel_room2 .drawing {
	margin: 5px 0 0 70px;
}
.room_type .panel_room2 .column_r img.photo {
	float: left;
	clear: both;
	margin-bottom: 45px;
}
.room_type .panel_room2 .column_r ul {
	width: 360px;
	min-height: 150px;
	float: left;
	line-height: 1.8;
	list-style: disc;
}
.room_type .panel_room2 .column_r li {
	width: 135px;
	display: list-item !important;
	float: left;
	font-weight: bold;
	margin-left: 45px;
	letter-spacing: 2px;
}

.room_type .panel_room2 .row2 .column_r .clm_r01,
.room_type .panel_room2 .row2 .column_r .clm_r02{
	clear:both;
	min-height:180px;
}

.room_type .panel_room2 .column_r .amenity {
	float: left;
	width: 210px;
}
.room_type .panel_room2 .column_r .amenity ul {
	margin-top: 15px;
	line-height: 1.6;
}
.room_type .panel_room2 .column_r .amenity ul li {
	float: none;
	width: 200px;
	margin-left: 20px;
}
.room_type .panel_room2 .column_r .amenity ul.shaver li {
	margin-left: 0;
	list-style: none;
}
/* 客室タブメニュー2 ここまで */

.room_type .room2_notice {
	width: 965px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.room_type .room2_notice li {
	float: left;
	list-style: disc;
	color: #00b2b8;
	margin-left: 2em;
	line-height: 1.5;
	font-weight: bold;
	font-size: 95%;
}


/* 食事 */

.meal .main {
	background: url(../facilities/images/meal/main_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.meal .main_logo img {
	margin-top: -54px;
	margin-left: -125px;
}
.meal h2 {
	text-align: center;
	margin: 70px 0 50px;
}
.meal .dinner {
	background: url(../images/bg_line.png) repeat top left;
	padding-top: 5px;
}
.meal .msg {
	background: none;
}
.meal .msg p {
	margin: 100px auto;
	text-align: center;
}
/* 食事スライダーここから */

.meal .slider {
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
	overflow-x: hidden;
	position: relative;
}
.meal .slide_all {
	height: 484px;
	position: relative;
}
.meal .slide_wrap {
	width: 3000px;
	position: absolute;
	left: 50%;
	margin-left: -1500px;
}
.meal .bx-wrapper {
	max-width: 100% !important;
}
.meal .slide_body {
	width: 100%;
}
.meal .slide_body .slide {
	width: 1000px !important;
	height: 484px;
	position: relative;
}
.meal .slide_body .slide img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.meal .slide_body .slide img.on {
	display: none;
}
.meal .slider .slide_over1, .meal .slider .slide_over2 {
	background: url(../facilities/images/meal/dinner_over.png) repeat top left;
	position: absolute;
	width: 1000px;
	height: 484px;
	top: 0;
	z-index: 40;
}
.meal .slider .slide_over1 {
	left: 50%;
	margin-left: -1583px;
}
.meal .slider .slide_over2 {
	right: 50%;
	margin-right: -1577px;
}
.meal .slider img.slide_over3 {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: 440px;
}
.meal .slider img.slide_over3.on {
	display: none;
}
.meal .bx-wrapper .bx-viewport {
	height: 484px !important;
}
.meal .bx-controls-direction, .bx-pager {
	text-align: center;
	height: 25px;
}
.meal .bx-controls-direction a, .bx-pager-item {
	display: inline-block;
}
.meal .bx-pager-item a {
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	background: #000;
	border-radius: 10px;
	margin: 10px 2px 0 2px;
}
.meal .bx-pager-item a.active {
	opacity: 0.3;
}
.meal .bx-controls-direction a {
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}
.meal .bx-controls {
	position: absolute;
	bottom: -10px;
	z-index: 20;
	width: 100%;
}
.meal .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../facilities/images/meal/dinner_dot1.png) no-repeat top left;
}
.meal .bx-wrapper .bx-pager.bx-default-pager a:hover, .meal .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../facilities/images/meal/dinner_dot2.png) no-repeat top left;
}
.meal .slider .bx-prev {
	background: url(../facilities/images/meal/dinner_arrw1.png) no-repeat top left;
	position: absolute;
	width: 80px;
	height: 484px;
	top: 0;
	left: 50%;
	margin-left: -583px;
	z-index: 50;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.meal .slider .bx-next {
	background: url(../facilities/images/meal/dinner_arrw2.png) no-repeat top left;
	position: absolute;
	width: 80px;
	height: 484px;
	top: 0;
	right: 50%;
	margin-right: -587px;
	z-index: 50;
	white-space: nowrap;
	overflow: hidden;
}
/* 食事スライダーここまで */

.meal .morning {
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.meal .morning1, .meal .morning2 {
	display: table;
}
.meal .morning .photo {
	float: left;
	width: 490px;
	height: 350px;
	margin: 30px 30px 20px 60px;
}
.meal .morning .text {
	padding: 0 60px 0 0;
	color: #00b2b8;
	font-weight: bold;
	line-height: 1.8;
	display: table-cell;
	vertical-align: middle;
}
.meal .morning .text h3 {
	padding-bottom: 5px;
}
.meal .morning p img.line {
	width: 100%;
}
/* オールシーズン、サマーシーズンアクティビティここから */

.allAct_main img {
	margin-top: 62px;
	margin-left: -5px;
}
.allAct_main {
	background: url(../activity/images/allAct_main.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.allAct_logo {
	background: url(../images/main_logo_back.png) repeat top left;
	width: 100%;
	height: 213px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -107px;
	z-index: 2;
	text-align: center;
}
#container hr {
	width: 1280px;
	border: 1px dashed #00b2b8;
	text-align: center;
}
#container .allSeason {
	padding-bottom: 40px;
}
#container .summerSeason {
	background: #fff;
	padding: 10px 0 40px;
}
#container .summerTxt, #container .summerTxt + p {
	font-size: 16px;
	font-weight: bold;
	color: #00b2b8;
	margin-top:10px;
	margin-left: 312px;
}
#container .summerTxt + p {
	margin-bottom: 30px;
}
#container .anotherAct {
	padding-bottom: 40px;
}
#container .anotherAct div a:hover {
	cursor: pointer;
	opacity: 0.7;
}
#container li {
	list-style: none;
/*
	cursor: pointer;
*/
}
#container ul.acordion {
	width: 1282px;
	background: #00B2BB;
	margin: 0 auto;
}
#container ul.acordion li {
	border-bottom: 5px solid #fff;
	cursor: pointer;
}
#container ul.acordion li ul li {
	background: #fff;
	cursor: default;
}
#container ul.acordion li ul li:last-child {
	border-bottom: none;
}
#container ul.acordion li ul li img {
	color: #696969;
	display: block;
	padding-top: 2px;
	text-decoration: none;
}
#container ul.acordion li .none-submenu {
	background: url(../activity/images/plus.png) no-repeat 98% 50%;
	background-size: 2%;
	display: block;
	padding: 1px 15px 15px;
}
#container ul.acordion li .active-submenu {
	background: url(../activity/images/minus.png) no-repeat 98% 50%;
	display: block;
	padding: 1px 15px 15px;
}

@media only screen and (max-width: 600px) {
ul.acordion li .none-submenu {
	background: url(trigger-arrow.png) no-repeat 96% 50%;
}
ul.acordion li .active-submenu {
	background: url(triggeractive-arrow.png) no-repeat 96% 50%;
}
}
#container ul.acordion + p {
	margin: 80px 0 15px 0;
}
/* オールシーズン、サマーシーズンアクティビティここまで */
/* 秋冬アクティビティ */


/* かき小屋、イチゴ狩り、BBQここから */

.bbq_main img, .oystar_main img {
	margin-top: 62px;
	margin-left: -5px;
}
.berry_main img {
	margin-top: 62px;
	margin-left: 660px;
}
.bbq_main {
	background: url(../bbq/images/bbq_main.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.oystar_main {
	background: url(../oystar/images/oystar_main.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.berry_main {
	background: url(../berry/images/berry_main.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.bbq_logo, .oystar_logo, .berry_logo {
	background: url(../images/main_logo_back.png) repeat top left;
	width: 100%;
	height: 213px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -107px;
	z-index: 2;
	text-align: center;
}
#oysterInfo, #berryInfo {
	width: 1175px;
	margin: 0 auto 80px;
}
#bbqInfo {
	width: 1175px;
	margin: 0 auto 40px;
}
#oysterInfo .oysterInfo_left, #bbqInfo .bbqInfo_left, #berryInfo .berryInfo_left {
	float: left;
	width: 723px;
	min-height: 570px;
}
#oysterInfo .oysterInfo_left p:last-child, #bbqInfo .bbqInfo_left p:last-child, #berryInfo .berryInfo_left p:last-child {
    padding-top: 5px;
}
#oysterInfo .oysterInfo_left p:first-child + div, #bbqInfo .bbqInfo_left p:first-child + div, #berryInfo .berryInfo_left p:first-child + div {
	margin: 5px 0 0 0;
}
#oysterInfo .oysterInfo_left p:first-child + div a, #bbqInfo .bbqInfo_left p:first-child + div a, #berryInfo .berryInfo_left p:first-child + div a {
	margin: 0 5px 0 0;
}

#oysterInfo .oysterInfo_left div + p, #oysterInfo .oysterInfo_right div:first-child p, #oysterInfo .oysterInfo_right div:first-child + div,  #bbqInfo .bbqInfo_left div + p, #bbqInfo .bbqInfo_right div:first-child p, #bbqInfo .bbqInfo_right div:first-child + div,  #berryInfo .berryInfo_left div + p, #berryInfo .berryInfo_right div:first-child p, #berryInfo .berryInfo_right div:first-child + div{
/*
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
*/
	clear:both;
	font-size: 16px;
	font-weight: bold;
	color: #00b2b8;
}
#oysterInfo .oysterInfo_right, #bbqInfo .bbqInfo_right, #berryInfo .berryInfo_right {
	float: left;
	width: 450px;
}
#oysterInfo .oysterInfo_right div:first-child, #bbqInfo .bbqInfo_right div:first-child, #berryInfo .berryInfo_right .ttl {
	padding-top: 20px;
}
#oysterInfo .oysterInfo_right div:first-child p, #bbqInfo .bbqInfo_right div:first-child p {
	padding: 20px 0 15px 30px;
	width: 370px;
	min-height: 186px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.berryInfo_right h3 + p {
	padding: 20px 0 0 30px;
	width: 370px;
	min-height: 186px;
    line-height: 1.5;
    letter-spacing: 2px;
}
#oysterInfo .oysterInfo_right div:first-child p span, #bbqInfo .bbqInfo_right div:first-child p span, #berryInfo .berryInfo_right div:first-child p span {
	font-size: 21px;
}
#oysterInfo .oysterInfo_right div:first-child + div li > p:first-child, #bbqInfo .bbqInfo_right div:first-child + div li > p:first-child, #berryInfo .berryInfo_right div:first-child + div li > p:first-child {
	border-left: 12px solid #00b2b8;
	border-bottom: 1px solid #00b2b8;
	width: 358px;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 30px;
}
#bbqInfo .bbqInfo_right div:first-child + div li > p:first-child {
	width: 165px;
}
.cheargeLeftColumn {
	float: left;
	width: 200px;
	margin-left: 55px;
    padding-bottom: 12px;
}
.cheargeRightColumn {
	float: left;
	width: 180px;
}
.cheargeLeftColumn .leftClm, .cheargeRightColumn .rightClm {
	padding-bottom: 10px;
	margin-left: 0;
}
.cheargeLeftColumn .leftClm p + div, .cheargeRightColumn .rightClm p + div {
	float: left;
	width: 95px;
}
#oysterInfo .oysterInfo_right div:first-child + div li > p:first-child + p, #bbqInfo .bbqInfo_right div:first-child + div li > p:first-child + p + p, #berryInfo .berryInfo_right div:first-child + div li > p:first-child + p {
	margin: 0 0 20px 55px;
}
#bbqInfo .bbqInfo_right div:first-child + div li > p:first-child + p {
	margin: 0 0 5px 55px;
}
#oysterInfo + h2 + div, #berryInfo + h2 + div, #sightSeeing + h2 + div {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 90px;
}
#bbqInfo + p + h2 + div {
	width: 1146px;
	margin: 0 auto;
	padding-bottom: 133px;
}
#oysterInfo + h2 + div p:first-child, #berryInfo + h2 + div p:first-child {
	float: left;
	margin: 0;
	padding-top: 30px;
}
#bbqInfo + p + h2 + div p:first-child, #sightSeeing + h2 + div p:first-child {
	float: left;
	margin: 0;
	padding-top: 30px;
}
#oysterInfo + h2 + div p:first-child + p, #berryInfo + h2 + div p:first-child + p, #sightSeeing + h2 + div p:first-child + p {
	float: right;
	padding-top: 30px;
}
#bbqInfo + p + h2 + div p:first-child + p {
	float: right;
	padding-top: 30px;
}
#oysterInfo .oysterInfo_left p:first-child + div a:hover, #bbqInfo .bbqInfo_left p:first-child + div a:hover, #berryInfo .berryInfo_left p:first-child + div a:hover, #sightSeeing + h2 + div p:first-child + div a:hover,  #oysterInfo + h2 + div a:hover, #bbqInfo + p + h2 + div a:hover, #berryInfo + h2 + div a:hover, #sightSeeing + h2 + div a:hover {
	cursor: pointer;
	opacity: 0.7;
}
.bbqInfo_right .note {
	font-size:90% !important;
}
/* かき小屋、イチゴ狩り、BBQここまで*/

/*観光ここから*/

.main_sightLogo {
	background: url(../images/main_logo_back.png) repeat top left;
	width: 100%;
	height: 213px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -107px;
	z-index: 2;
	text-align: center;
}
.main_sightLogo img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -140px;
}
.spotTtl {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.spotTtl li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.spotTtl li.last {
	float: left;
	margin-right: -5px;
}
.spotTtl li a:hover {
	cursor: pointer;
	opacity: 0.7;
}
.spotInfo {
	clear: both;
	width: 1176px;
	height: auto;
	margin: 0 auto 108px;
	padding-right: 54px;
}
.spotInfo li {
	float: left;
	margin: 0 17px 18px 0;
}
.spotInfo li.last {
	margin-right: -17px;
}
a#spotImg01 {
	display: block;
	width: 395px;
	height: 590px;
	background: url(../activity/images/sightPh01_On.png) no-repeat 0 0;
}
a#spotImg01:hover {
	background: url(../activity/images/sightPh01_On.png) no-repeat 0 -592px;
}
a#spotImg02 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh02_On.png) no-repeat 0 0;
}
a#spotImg02:hover {
	background: url(../activity/images/sightPh02_On.png) no-repeat 0 -286px;
}
a#spotImg03 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh03_On.png) no-repeat 0 0;
}
a#spotImg03:hover {
	background: url(../activity/images/sightPh03_On.png) no-repeat 0 -286px;
}
a#spotImg04 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh04_On.png) no-repeat 0 0;
}
a#spotImg04:hover {
	background: url(../activity/images/sightPh04_On.png) no-repeat 0 -286px;
}
a#spotImg05 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh05_On.png) no-repeat 0 0;
}
a#spotImg05:hover {
	background: url(../activity/images/sightPh05_On.png) no-repeat 0 -286px;
}
a#spotImg06 {
	display: block;
	width: 604px;
	height: 395px;
	background: url(../activity/images/sightPh06_On.png) no-repeat 0 0;
}
a#spotImg06:hover {
	background: url(../activity/images/sightPh06_On.png) no-repeat 0 -395px;
}
a#spotImg07 {
	display: block;
	width: 604px;
	height: 395px;
	background: url(../activity/images/sightPh07_On.png) no-repeat 0 0;
}
a#spotImg07:hover {
	background: url(../activity/images/sightPh07_On.png) no-repeat 0 -395px;
}
a#spotImg08 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh08_On.png) no-repeat 0 0;
}
a#spotImg08:hover {
	background: url(../activity/images/sightPh08_On.png) no-repeat 0 -286px;
}
a#spotImg09 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh09_On.png) no-repeat 0 0;
}
a#spotImg09:hover {
	background: url(../activity/images/sightPh09_On.png) no-repeat 0 -286px;
}
a#spotImg10 {
	display: block;
	width: 395px;
	height: 590px;
	background: url(../activity/images/sightPh10_On.png) no-repeat 0 0;
}
a#spotImg10:hover {
	background: url(../activity/images/sightPh10_On.png) no-repeat 0 -592px;
}
a#spotImg11 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh11_On.png) no-repeat 0 0;
}
a#spotImg11:hover {
	background: url(../activity/images/sightPh11_On.png) no-repeat 0 -286px;
}
a#spotImg12 {
	display: block;
	width: 398px;
	height: 286px;
	background: url(../activity/images/sightPh12_On.png) no-repeat 0 0;
}
a#spotImg12:hover {
	background: url(../activity/images/sightPh12_On.png) no-repeat 0 -286px;
}
/*観光ここまで*/

#container .eventInfo{
	width:1101px;
	margin:0 auto;
}

#container .eventInfo .eventInfo_sPh{
	width:180px;
	height:55px;
	margin:5px 8px 10px 0;
	float:left;
}

.sightseenAnotherAct{
	width:1222px;
	margin:0 auto ;
	padding-bottom: 133px;
}

.sightseenAnotherAct p{
	float:left;
	margin-right:50px;
}

#container .eventInfo .clickTxt {
	font-size: 16px;
    font-weight: bold;
    color: #00b2b8;
	padding:22px 0 0 0;
	line-height:1.3em
}

#container .eventInfo_sPh a:hover,
.sightseenAnotherAct a:hover{
	opacity:0.8;
}

/* アクセス */

.access .main {
	background: url(../access/images/main_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.access .main_logo img {
	margin-top: -52px;
	margin-left: -157px;
}
.access h2 {
	text-align: center;
	padding: 50px 0 20px;
}
.access h3 {
	text-align: center;
	padding: 30px 0 30px;
}
/* アクセスマップタブメニューここから */

.access #rootTab {
	width: 1033px;
	margin: 0 auto 50px;
	text-align: center;
}
.access .tabTopic {
	margin-bottom: 1px;
}
.access .tabTopic img {
	cursor: pointer;
}
.access .tabContents {
	display: none;
	position: relative;
	width: 1031px;
	text-align: center;
	margin: 0 0 20px;
	border: 1px solid #00b2bb;
	border-bottom: 12px solid #00b2bb;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	background-color: #fff;
}
.access .tabContents img {
	margin: 60px auto;
}
/* アクセスマップタブメニューここまで */

.access .access_map {
	text-align: center;
	padding-bottom: 50px;
	background: #fff;
}
.access .access_map h3 {
	padding: 45px 0 30px;
}
.access .park_map p {
	text-align: center;
}
.access .parking {
	position: relative;
	height: 300px;
	z-index: -1;
}
.access .parking .parking_msg {
	position: absolute;
	display: table;
	height: 152px;
	width: 1033px;
	top: 60px;
	left: 50%;
	margin-left: -516px;
	color: #0fd8e3;
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #01d6e0;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	z-index: -1;
}
.access .parking .parking_msg p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
}
/* 園内マップここから */

.inquiry {
	background: url(../images/bg_line2.png) repeat top left;
}
.breadcrump {
	padding-top: 20px;
}
#container h2, #container h2 + p {
	text-align: center;
	margin: 50px 0 35px;
}
#container h2 + p + div li {
	float: left;
	width: 351px;
	height: 461px;
	margin-right: 49px;
}
#container .nextBtn {
	width: 1151px;
	margin: 0 auto;
	padding: 89px 0 165px 0;
}
#container h2 + p + ul {
	width: 100% !important;
	margin: 0 auto;
	padding: 89px 0 165px 0;
}
#container h2 + p + div li a:hover {
	cursor: pointer;
	opacity: 0.7;
}
#container h2 + p + div li > p + p {
	text-align: center;
	margin-top: 20px;
}
#container .last {
	margin-right: -49px;
}
/* 園内マップ ここまで*/

/* 温泉 ここから*/

.hotspa .main {
	background: url(../facilities/images/hotspa/main_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.hotspa .main_logo img {
	margin-top: -57px;
	margin-left: -157px;
}
.hotspa .msg {
	background: none;
}
.hotspa .spa {
	width: 1000px;
	margin: 70px auto 55px;
}
.hotspa .spa .spa1, .hotspa .spa .spa2 {
	display: table;
	text-align: left;
}
.hotspa .spa .spa2 {
	padding: 90px 0 20px;
}
.hotspa .spa .photo {
	width: 490px;
	height: 350px;
	float: left;
	margin-right: 30px;
}
.hotspa .spa .spa2 .photo {
	margin: 0 0 0 30px;
	text-align: right;
}
.hotspa .spa .text {
	width: 480px;
	font-weight: bold;
	color: #00b2b9;
	line-height: 1.8;
	display: table-cell;
	vertical-align: middle;
}
.hotspa .spa .text p {
	padding-top: 20px;
}
/* 温泉 ここまで*/


/* よくある質問 */

.faq h2 {
	text-align: center;
	margin: 50px 0 35px;
}
.faq .msg {
	width: 800px;
	margin: 10px auto 80px;
	text-align: center;
	font-weight: bold;
	color: #00b2ba;
	line-height: 1.5;
}
.faq .traffic {
	background: url(../images/bg_line2.png) repeat top left;
	padding-top: 1px;
	overflow: hidden;
}
/* よくある質問タブメニューここから */

.faq .traffic .cat_tab {
	width: 960px;
	margin: 0 auto;
}
.faq .cat_tab h3 {
	float: left;
	margin-left: 30px;
	padding-bottom: 30px;
}
.faq .cat_tab h3:first-child {
	margin-left: 0;
}
.faq .cat_tab h3 img:hover {
	cursor: pointer;
	opacity: 0.7;
}
.faq #rootTab_fac, .faq #rootTab_park {
	width: 1033px;
	margin: 0 auto 50px;
	text-align: center;
}
.faq #rootTab_park {
	display: none;
}
.faq .tabTopic {
	margin-bottom: 1px;
}
.faq .tabTopic img {
	cursor: pointer;
}
.faq .tabContents {
	display: none;
	position: relative;
	width: 1029px;
	text-align: left;
	margin: 0 0 20px;
	border: 2px solid #00b2bb;
	border-bottom: 12px solid #00b2bb;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	background-color:#fff;
}
.faq #rootTab_park .tabContents {
	border: 2px solid #00d2dd;
	border-bottom: 12px solid #00d2dd;
	border-top: none;
}
.faq .tabContents img {
	margin: 60px 0 60px 50px;
}
/* よくある質問タブメニューここまで */

/* プライバシーポリシーここから*/

#privacyPolicy, #exemption, #bestRate {
	width: 980px;
	margin: 0 auto;
	color: #00b2b8;
	padding: 5px 5px 40px 5px;
	font-weight: bold;
	line-height: 1.5em;
}
#privacyPolicy dt, #bestRate dt {
	font-size: 18px;
}
#bestRate {
	padding-bottom: 110px;
}
/* プライバシーポリシーここまで*/


/* お問い合わせ */


.contact h2 {
	text-align: center;
	margin: 50px 0 35px;
}
.contact .inquiry {
	background: url(../images/bg_line2.png) repeat top left;
	padding-top: 1px;
	overflow: hidden;
}
.formTable {
	width: 1000px;
	margin: 0 auto 60px;
	background: #fff;
	border: 1px solid #40c5cc;
	border-collapse: separate;
	border-spacing: 20px 0;
	color: #40c5cc;
	font-weight: bold;
	letter-spacing: 1px;
}
.formTable .progress {
	margin: 30px auto;
}
.formTable .note {
	padding-left: 30px;
	margin: 30px auto 20px;
}
.formTable sup.required {
	color: #ff6f6f;
	font-size: 75%;
}
.formTable th {
	width: 170px;
	padding: 25px 15px 10px 35px;
	text-align: left;
	border-bottom: 1px solid #40c5cc;
	vertical-align: top;
}
.formTable .name th {
	padding-top: 20px;
}
.formTable td {
	padding: 20px 30px 30px;
	border-bottom: 1px solid #40c5cc;
}
.formTable td:first-child {
	padding: 15px 0 0;
	border-bottom: none;
}
.formTable td .line img {
	width: 100%;
	padding: 30px 0 20px;
}
.formTable input[type=text], .formTable select, .formTable textarea {
	padding: 5px 10px;
	border: 1px solid #40c5cc;
	margin-top: 6px;
	font-size: 100%;
}
.formTable textarea {
	padding: 5px 10px;
	font-size: 120%;
	line-height: 1.5;
}
.formTable .first_name, .formTable .second_name {
	float: left;
	margin-left: 20px;
}
.formTable .second_name {
	margin-left: 0;
}
.formTable .note_mail {
	padding-top: 10px;
	line-height: 1.5;
	font-size: 90%;
}
.formTable .note_mail span {
	padding-left: 1em;
}
.formTable tr td.howto {
	padding: 30px 30px 60px;
}
.formTable input[type=checkbox] {
	margin: 30px 0 0 50px;
}
.formTable label:hover {
	cursor: pointer;
}
/* チェックボックスのボタン変更ここから */

.formTable input[type=checkbox] {
	display: none;
}
.formTable label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	vertical-align: middle;
	cursor: pointer;
}
.formTable label:after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	border: 2px solid #40c5cc;
	border-radius: 50%;
	content: '';
}
.formTable label:before {
	background: url(../contact/images/btn_checkbox_on.png) repeat top left;
	position: absolute;
	width: 19px;
	height: 18px;
	top: 50%;
	left: 23px;
	display: block;
	margin: -9px 0 0 -8px;
	content: '';
	opacity: 0;
	font-size: 25px;
}
.formTable input[type=checkbox]:checked + label:before {
	opacity: 1;
}
/* チェックボックスのボタン変更ここまで */

.contact .submit_box {
	width: 644px;
	text-align: center;
	margin: 0 auto 60px;
	overflow: hidden;
}
.contact input[type=submit], .contact input[type=reset], .contact input[type=button] {
	background: url(../contact/images/btn_reset.png) no-repeat top left;
	width: 307px;
	height: 40px;
	float: left;
	margin-left: 30px;
	border: none;
}
.contact input[type=submit] {
	background: url(../contact/images/btn_confirm.png) no-repeat top left;
	margin-left: 0;
}
.contact input[type=submit]:hover, .contact input[type=reset]:hover, .contact input[type=button]:hover {
	cursor: pointer;
	opacity: 0.7;
}
/* ご確認画面ここから */
.contact .confirm input[type=button] {
	background: url(../contact/images/btn_return.png) no-repeat top left;
}
.contact .confirm input[type=submit] {
	background: url(../contact/images/btn_submit.png) no-repeat top left;
}
.contact .confirm .formTable {
	padding-bottom: 60px;
}
.contact .confirm .formTable td:first-child h3 {
	text-align: center;
}
.contact .confirm .error {
	width: 50%;
	margin: 30px auto;
	line-height: 2;
	font-size: 105%;
	color: #ff5659;
}
/* ご確認画面ここまで */

/* 完了画面ここから */

.contact .complete .formTable td:first-child h3 {
	text-align: center;
	margin: 70px 0 30px;
}
.contact .complete p.done {
	text-align: center;
	margin-bottom: 50px;
}
.contact .complete input[type=button].done {
	background: url(../contact/images/btn_done.png) no-repeat top left;
}

/* 完了画面ここまで */
