@charset "UTF-8";
/* ------------------------
	reset
------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{height:100%; }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; 
}

img{vertical-align:bottom;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

li{list-style-type:none;}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input, textarea{
	padding:4px 2px;
	margin:0;
	vertical-align:middle;
}

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

a:link {color: #C69C6D;text-decoration: none;}
a:visited {color: #C69C6D;text-decoration: none;}
a:active {color: #C69C6D;text-decoration: none;}
a:hover {color: #C69C6D; text-decoration:none;}

p{margin:0 0 10px 0;}


.clear {clear: both;}

.mb0 {margin:0 0 0 0;}
.mb5 {margin:0 0 5px 0;}
.mb10 {margin:0 0 10px 0;}
.mb15 {margin:0 0 15px 0;}
.mb20 {margin:0 0 20px 0;}
.mb30 {margin:0 0 30px 0;}
.mb35 {margin:0 0 35px 0;}
.mb40 {margin:0 0 40px 0;}
.mb50 {margin:0 0 50px 0;}
.mb60 {margin:0 0 60px 0;}
.mb70 {margin:0 0 70px 0;}
.mb80 {margin:0 0 80px 0;}
.mb90 {margin:0 0 90px 0;}
.mb100 {margin:0 0 100px 0;}

.center{text-align:center;}

/* ------------------------
	body & base setting
------------------------ */
body{
    -webkit-text-size-adjust:none;
	min-height:416px;
	line-height:1;
	font:14px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background: #000;
	overflow-x:hidden;
}

section{
	padding-bottom:40px;
	clear: both;
}

.title{
	font-weight:bold;
}

.font{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

.conttent{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

li a:hover img, p a:hover img,
.recommended_plan a:hover img,
dt a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


.in{display:none;}
.in2{display:none;}


/* ------------------------
	h
------------------------ */
h1{
	font-weight:normal;
}

h2{
	text-align:center;
	margin:0 0 30px;
}

h2 span{
	display:none;
}

h3{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:20px;
	font-weight:normal;
	padding:0 0 5px;
	margin:0 0 15px;
	border-bottom:2px solid #383023;
}

/* ------------------------
	header
------------------------ */
header{
	color:#333;
	font-size:11px;
	position:relative;
}

header h1{
	float:left;
	padding:10px 0 0;
	width:380px;
}

header .sub{
	width:960px;
	margin:0 auto;
	z-index:2;
}

header dl{
	overflow:hidden;
}

header dt{
	float:right;
	font-size:14px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	background:#6DC425;
	text-align:center;
	margin:0 0 0 15px;
	z-index:3;
	position:relative;
}

header dt:hover{
	background:#80d03e;
}

header dt a{
	color:#fff !important;
	width:200px;
	padding:22px 0;
	display:block;
}

header dd{
	position:relative;
	text-align: right;
	padding:10px 0;
	overflow:hidden;
}

header dd ul{
	margin:0 0 10px 0;
}

header dd li{
	display:inline-block;
	padding-left:10px;
	margin-left:8px;
	position:relative;
}

header dd li a{
	color:#333 !important;
}

header dd li a:hover{
	text-decoration:underline;
}

.header_box{
	background:#fff;
}

.navi{
	width:100%;
	background:rgba(255,255,255,0.9);
	position: absolute;
    top: 68px;
    z-index: 1;
	border-top:1px solid #ccc;
}

header .navi nav{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}

header .navi nav ul{
	float:right;
}

header .navi nav li{
	display:inline-block;
	margin-left:18px;
}

p.logo{
	width:300px;
	height:auto;
	float:left;
	margin:20px 0 0;
}

p.logo img{
	width:100%;
	height:auto;
}

/* ------ arrow ------------------------------------------ */
header dd li a:after, header dd li a:before,
footer li a:after, footer li a:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius:1px;
}

header dt:after, header dt:before,
#popReserveBtn:after, #popReserveBtn:before{
	left: 28%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius:2px;
}

header dd li a:after{
	border-left-color: #fff;
	border-width: 4px;
	margin-top: -4px;
}

footer li a:after{
	border-left-color: #000;
	border-width: 4px;
	margin-top: -4px;
}

header dd li a:before, footer li a:before{
	border-left-color: #C6974C;
	border-width: 6px;
	margin-top: -6px;
}

header dt:after, #popReserveBtn:after{
	border-left-color: #6DC425;
	border-width: 4px;
	margin-top: -4px;
}

header dt:hover:after{
	border-left-color:#80d03e;
}

header dt:before, #popReserveBtn:before{
	border-left-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

ul.topic_list li span{
	position:relative;
}

ul.topic_list li span::before, ul.topic_list li span::after{
	position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background-color: #8B6138;
    border-radius: 2px;
}


.info dt, .check li:last-child a{
	position: relative;
	padding: 0 0 0 12px;
}

.info dt::after, .check li:last-child a::before{
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #c6974c;
	border-right: 1px solid #c6974c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.topic_list li span::before{
    margin-top: 1px;
    transform: rotate(-45deg);
}

ul.topic_list li span::after{
    margin-top: -1px;
    transform: rotate(45deg);
}
/* ------ arrow2 ------------------------------------------ */

ul.arrow li a:after, ul.arrow li a:before,
p.arrow2 a:after, p.arrow2 a:before{
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius:2px;
}

ul.arrow li a:after,
p.arrow2 a:after{
	border-left-color: #000;
	border-width: 4px;
	margin-top: -4px;
}

ul.arrow li a:before,
p.arrow2 a:before{
	border-left-color: #C6974C;
	border-width: 6px;
	margin-top: -6px;
}

ul.arrow li a, p.arrow2 a{
	position:relative;
	padding:0 0 0 13px;
}

/* ------ language ------------------------------------------ */

.change_language_area {
	position: absolute;
	display: none;
	top: 28px;
	right: 0;
	width: 120px;
	height: 40px;
	z-index: 15;
	background:rgba(0,0,0,0.7);
}

.change_language_area ul{
	padding:0;
}

.change_language_area ul li{
	width:100px;
	font-size:12px;
	text-align:left;
	padding-left:10px;
}

.change_language_area ul li a{
	padding:10px 0 10px 0;
	color:#fff !important;
	display:block;
}

.change_language_area ul li a:hover{
	color:#77392a;
}

li#language a{
	padding:0 10px 0 0;
	position:relative;
}

li#language a:after, li#language a:before {
	top: 70%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius: 2px;
}

li#language a:after {
	border-top-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}
li#language a:before {
	border-top-color: #C6974C;
	border-width: 6px;
	margin-left: -6px;
	margin-top: -4px;
}

header .change_language_area li a:before,
header .change_language_area li a:after{
	content:normal;
}

header .change_language_area li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	margin-top: -3px;
}

/* ------------------------
	footer
------------------------ */
.footer_box{
	width:960px;
	margin:30px auto 20px;
	overflow:hidden;
	font-size:11px;
	position:relative;
}

.footer_box .left{
	width:600px;
	float:left;
}

.footer_box .right{
	width:300px;
	float:right;
}

.footer_box .sound{
	margin:0 0 20px;
}

.footer_box .sound img{
	padding:0 10px 0 0;
	vertical-align:middle;
}

.footer_box ul{
	display:inline-block;
	vertical-align:top;
	width:24%;
	margin-bottom:70px;
}

.footer_box ul a{
	color:#fff;
}

.footer_box li{
	padding: 0 0 3px 10px;
    position: relative;
}

.footer_box li a:hover{
	text-decoration:underline;
}

.footer_box dl{
	overflow:hidden;
	margin:0 0 10px;
	width: 530px;
}

.footer_box dt{
	float:left;
	margin:0 20px 0 0;
}

.footer_box dd{
	overflow:hidden;
	margin:20px 0 0;
}

#weathernews_blog_parts{
	text-align:right;
	margin-bottom:80px;
}

/* ------------------------------------------------ */

.song{
	width:100px;
	text-align:center;
	margin:20px auto 0;
	font-size:12px;
}

.song p{
	margin:10px 0 0;
	text-align:left;
}

/* ------------------------
	pagetop
------------------------ */
#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
	z-index:11;
}

/* ------------------------
	sns
------------------------ */
#sns{
	width:40%;
	margin:0;
	float:left;
}

#sns li{
	display:inline-block;
	border:1px solid #fff;
	margin:0 5px 0 0;
	padding:0;
}

#sns li a{
	display:block;
	padding:5px;
}

#sns li a:before, #sns li a:after{
	content:normal;
}

.end{
	overflow:hidden;
	clear:both;
}

.end p{
	float:right;
	margin:10px 0 0;
}

/*-------------------------------
		pankuzu
---------------------------------*/
#pankuzu, #pankuzu2{
	clear:both;
	overflow:hidden;
	padding: 10px 0 0;
	margin:0 auto 40px;
	font-size: 12px;
	width:100%;
	background:url(../img/common/bg_03.jpg);
}

#pankuzu2{
	margin:0 auto 0;
}

#pankuzu ul, #pankuzu2 ul{
	width:960px;
	margin:0 auto 5px;
}

#pankuzu li, #pankuzu2 li{
    display:inline;
	margin:0 4px 0 0;
	color:#fff;
	position:relative;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

#pankuzu li a, #pankuzu2 li a {
	position: relative;
	padding: 0 20px 0 0;
}
#pankuzu li a::after, #pankuzu2 li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #c6974c;
	border-right: 1px solid #c6974c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----------------------
	ReservationModule
----------------------*/

#popReserveBtn {
    display: none;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
    position: fixed !important;
    top: 0;
	left: 50%;
    z-index: 9999;
	background: #6DC425;
	color:#fff;
	text-align:center;
	width:200px;
	margin:0 0 0 280px;
	padding:23px 0;
	position:relative;
}

#popReserve{
	width: 50%;
	display:none;
}

#lean_overlay {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}


/* ------------------------
	top
------------------------ */
/* ------ top slider ------------------------------------------ */
#slider{
	margin:0 0 60px;
	overflow:hidden;
}

#slider .bx-pager{
	text-align:center;
}

#slider .bx-pager a{
	margin:0 2px;
}

#slider .bx-pager a img{
	border:1px solid #000;
}

#slider .bx-pager a.active img{
	border:1px solid #fff;
}

.bg_img .bx-wrapper .bx-prev{
	background: url(../img/common/prev_01.png) no-repeat 0 0;
	background-size:42px;
	left: 70px;
}

.bg_img .bx-wrapper .bx-controls-direction a{
	position: absolute;
    top: 50%;
    outline: 0;
    width: 42px;
    height: 64px;
    text-indent: -9999px;
    z-index: 0;
}

.bg_img .bx-wrapper .bx-next{
	background: url(../img/common/next_01.png) no-repeat 0 0;
	background-size:42px;
	right: 70px;
}

.bg_img .bx-wrapper .bx-next a{
	padding:20px;
}

/* ------ menu ------------------------------------------ */

.top_read p.font{
	font-size:16px;
	padding:130px 0;
	margin-bottom:-70px;
	background: url(../img/common/bg_01.png) no-repeat center 60%;
	background-size:320px;
}

.point_box{
	display:table;
	text-align:center;
	width:100%;
	margin:0 0 40px;
}

.point_box a {
	display:table-cell;
	vertical-align:middle;
	width:25%;
	height:220px;
    margin-bottom: 2px;
	font-size:18px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	color:#333;
	position:relative;
}

.point{
	padding: 110px 0;
}

.no1{
	background: url(../img/top/top_01.jpg) no-repeat;
	background-size:cover;
}

.no2{
	background: url(../img/top/top_02.jpg) no-repeat;
	background-size:cover;
}

.no3{
	background: url(../img/top/top_03.jpg) no-repeat;
	background-size:cover;
}

.no4{
	background: url(../img/top/top_04.jpg) no-repeat;
	background-size:cover;
}


.point p {
    clear: both;
	margin:0;
	padding:10px 0;
	background:rgba(255,255,255,0.7);
}
.point ul.icon {
	position:absolute;
	top:75%;
	left:50%;
	margin:0 0 0 -60px;
	font-size:13px;
}

.point ul.icon li, .spend ul.icon li{
	display: inline;
    opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.point:hover ul.icon li,.spend:hover ul.icon li {
    opacity: 1;
}

.point ul.icon li:hover, .spend ul.icon li:hover{
    opacity: 1;
}


.point ul.icon li.button, .spend ul.icon li.button2{
	width: 100px;
	padding:12px 25px;
	text-align: center;
}

.button::before,
.button::after,
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after,
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

li.button{
	background-color:transparent;
	border: 2px solid #fff;
	color: #fff !important;
}

li.button2{
	background-color:transparent;
	border: 2px solid #000;
	background-color: #000;
	color: #fff !important;
}

li.button:hover {
	background-color: #000;
}

li.button2:hover{
	border: 2px solid #fff;
}


/* ------ pick up ------------------------------------------ */
#slider3{
	margin:0 0 50px;
}

#slider3 li p{
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:110%;
	color:#C69C6D;
}

.plan .bx-wrapper .bx-pager{
	display:none;
}

/* ------ recommended plan ------------------------------------------ */
ul.recommended_plan{
	margin:0 0 40px;
	overflow:hidden;
}

ul.recommended_plan li{
	float:left;
	width:228px;
	margin-right:15px;
}

ul.recommended_plan li p img{
	width:100%;
}

ul.recommended_plan a:last-child li{
	margin-right:0;
}

ul.recommended_plan a{
	color:#fff;
}

ul.recommended_plan p.title{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:110%;
	color:#C69C6D;
}

ul.recommended_plan p{
	font-size:12px;
}

ul.recommended_plan p span{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:110%;
	margin-left:10px;
}

/* ------ buttom ------------------------------------------ */
ul.buttom{
	clear:both;
	text-align:center;
	margin:0 0 20px;
}

ul.buttom li, .profile dt span,
ul.title_box .btn, .catch li.btn,
p.web span, ul.buttom2 li.detail,
.gold_btn{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	background: -moz-linear-gradient(top, #958900 0%, #736300 10%, #534700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#958900), color-stop(10%,#736300), color-stop(100%,#534700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #958900 0%,#736300 10%,#534700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #958900 0%,#736300 10%,#534700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #958900 0%,#736300 10%,#534700 100%); /* IE10+ */
	background: linear-gradient(to bottom, #958900 0%,#736300 10%,#534700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#958900', endColorstr='#534700',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	font-size:15px;
	text-align:center;
}

ul.buttom li:hover, .profile dt span:hover,
ul.title_box .btn:hover, .catch li.btn:hover,
p.web span:hover, ul.buttom2 li.detail:hover,
.gold_btn:hover{
	background: -moz-linear-gradient(top, #534700 0%, #736300 10%, #958900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#534700), color-stop(10%,#736300), color-stop(100%,#958900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #534700 0%,#736300 10%,#958900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #534700 0%,#736300 10%,#958900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #534700 0%,#736300 10%,#958900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #534700 0%,#736300 10%,#958900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534700', endColorstr='#958900',GradientType=0 ); /* IE6-9 */
}

ul.buttom li{
	display:inline-block;
	margin:0 3px;
}

ul.buttom li a{
	display:block;
	padding:10px 10px 10px 0;
	color:#fff;
	width:190px;
}

ul.buttom li a:before, .profile dt span a:before,
ul.title_box .btn a:before, .catch li.btn a:before,
ul.buttom2 li.detail a:before,
ul.buttom2 li.plan a:before,
.green_btn a:before, .gold_btn a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	float:left;
	margin:8px 0 0 8%;
}

/* ------ image ------------------------------------------ */
.main_image1{
	width:100%;
	background:url(../img/top/main_06.jpg) no-repeat center center;
	background-size:cover;
}

.main_image2{
	width:100%;
	background:url(../img/top/main_07.jpg) no-repeat center center;
	background-size:cover;
}

.main_image3{
	width:100%;
	background:url(../img/top/main_08.jpg) no-repeat center center;
	background-size:cover;
}

.catch{
	width:900px;
	margin:0 auto;
	padding:160px 0;
}

.catch li{
	margin:0 0 20px;
}

.catch li.btn{
	width:260px;
}

.catch li.btn a{
	padding:10px 10px 10px 0;
	display:block;
	color:#fff;
}

.profile{
	overflow:hidden;
	width:920px;
	margin:0 auto;
	padding:170px 0;
}

.profile dt{
	float:left;
	margin:0 25px 0 0;
}

.profile dt span{
	display:block;
	width:190px;
	margin:10px auto 0;
}

.profile dt span a{
	display:block;
	padding:10px 10px 10px 0;
	color:#fff;
}

.profile dd{
	overflow:hidden;
}

.profile dd p.title{
	border-bottom:1px solid #fff;
	padding:0 0 5px;
	font-size:20px;
	font-weight:normal;
	text-shadow:0 0 5px rgba(0,0,0,0.7);
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}
.profile dd p{
	padding:0 3px;
}

.text_r{
	text-align:right;
}

/* ------ topic ------------------------------------------ */
.white{
	background:rgba(255,255,255,0.9);
	margin:50px 0;
	overflow:hidden;
}

.news{
	float:left;
	padding:30px 25px 25px;
	width:430px;
	
}

ul.title_box{
	overflow:hidden;
	margin:0 0 10px;
}

ul.title_box span{
	display:none;
}

ul.title_box li{
	float:left;
	margin:10px 0 0;
}

ul.title_box .btn{
	float:right;
	margin:0 0 5px;
}

ul.title_box .btn a{
	width:150px;
	display:block;
	padding:8px 10px 8px 0;
	color:#fff;
}

ul.topic_list{
	border-top:1px solid #999;
}

ul.topic_list li{
	border-bottom:1px solid #999;
	padding:10px 5px 10px 15px;
	font-size:11px;
	position:relative;
}

ul.topic_list li span{
	margin:0 10px 0 3px;
}

ul.topic_list li a{
	color:#333;
}

/* ------------------------
	banner
------------------------ */
#banner{
	width:960px;
	margin:20px auto;
	overflow:hidden;
}

#banner li{
	float:left;
	width:310px;
	margin-right:15px;
}

#banner li:last-child{
	margin:0;
}

#banner li img{
	width:100%;
	height:auto;
}

/* ------------------------
	reservation
------------------------ */
#reservation{
	width:100%;
	margin:0 auto;
	background:url(../img/common/bg_02.jpg) ;
	color:#333;
}

#reservation_pop{
	width:700px;
	margin:0 auto;
	background:url(../img/common/bg_02.jpg) ;
	color:#333;
	text-align:center;
	border-radius:6px;
	margin:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}

#search{
	margin:0 0 30px;
	overflow:hidden;
}

.reservation_box{
	width:960px;
	margin:0 auto;
	padding:40px 0 10px;
	overflow:hidden;
	font-size:11px;
}

#reservation_pop .reservation_box{
	width:700px;
	margin:0 auto;
	padding:40px 0 10px;
	overflow:hidden;
	font-size:11px;
}

.reservation_box p.title{
	margin:0 0 20px;
}

.reservation_box p span{
	display:none;
}

#nitteiarea{
	margin:0 0 10px;
}

#nitteiarea li{
	margin-right:15px;
	display:inline-block;
	vertical-align:middle;
}

#nitteiarea input.short{
	border:1px solid #666;
	border-radius:5px;
	background:#fff;
}

#calid{
	top:120px;
}


.check li{
	display:inline-block;
	margin-right:20px;
}

.check li a{
	color:#333;
}

.check li a:hover{
	text-decoration:underline;
}

.check li:last-child{
	position:relative;
	padding: 0 0 0 15px;
}

.check li:last-child:hover, input.yoyaku:hover{
	cursor:pointer;
}

.booking_date{
	width:530px;
	float:left;
}

.reservation_box .buttom_box{
	float:right;
}

.reservation_box .buttom_box li{
	display:inline-block;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-align:center;
}

li.yoyaku_btn{
	position:relative;
}

li.yoyaku_btn:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	position:absolute;
	left:0;
	top:10px;
	margin:8px 0 0 8%;
}

input.yoyaku{
	border:none;
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	padding:10px 30px 10px 40px;
	font-size:15px;
	border-radius:4px;
	background: -moz-linear-gradient(top, #0c6046 0%, #1b7876 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c6046), color-stop(100%,#1b7876)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0c6046 0%,#1b7876 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0c6046 0%,#1b7876 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0c6046 0%,#1b7876 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0c6046 0%,#1b7876 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6046', endColorstr='#1b7876',GradientType=0 ); /* IE6-9 */
}

.reservation_box li.koushiki{
	background:#B70000;
	padding:8px 25px;
	border:2px solid #D68C00;
	margin-left:8px;
}

p.web span{
	display:none;
}

.modal_close{
	position:absolute;
	top:10px;
	left:690px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	z-index: 2;
	width: 18px;
	height: 28px;
}

.modal_close:hover{
	cursor:pointer;
}

/* ------------------------
	stayplan
------------------------ */
p.main{
	margin:0;
}

p.icon{
	background:url(../img/common/icon_01.png) no-repeat left center;
	background-size:48px;
	padding:10px 0 10px 60px;
	margin:0 0 40px;
}

p.icon span{
	display:none;
}

#select_plan{
	background:url(../img/common/bg_03.jpg);
	padding:20px 16px 10px;
	margin:0 0 60px;
}

#select_plan ul li{
	float: left;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	text-align:center;
	color:#C69C6D;
	margin: 0 10px 10px 0;
}

#select_plan ul li:last-child{
	margin: 0;
}

#select_plan ul.select_tag{
	margin:0;
}

ul.select_tag, ul.plan_tag{
	clear: both;
	overflow: hidden;
}

ul.select_tag li{
	float: left;
	font-size:11px;
	margin:0 5px 0 0;
}

ul.select_tag, ul.plan_tag{
	clear: both;
	overflow: hidden;
}

ul.select_tag li{
	float: left;
	
	margin:0 5px 0 0;
}

ul.select_tag li a{
	color: #C69C6D;
	display: block;
	padding: 5px 20px 5px 25px;
	border: 1px solid #846333;
	background:#000;
}

ul.select_tag li a:hover{
	color: #653C00;
	display: block;
	padding: 5px 20px 5px 25px;
	text-decoration:none;
	background:#fff;
}

ul.select_tag li.select a{
	color: #653C00;
	display: block;
	padding: 5px 20px 5px 25px;
	text-decoration:none;
	background:#fff;
}

.stayplan dl{
	overflow:hidden;
	margin:0 0 40px;
}

.stayplan dt{
	float:left;
	margin:0 20px 0 0;
	width:347px;
}

.stayplan dt img{
	width:100%;
	height:auto;
}

.stayplan dd{
	overflow:hidden;
}

.stayplan p.title{
	font-size:20px;
	color:#C69C6D;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

.stayplan p.title:hover{
	text-decoration:underline;
}

ul.plan_tag{
	margin-bottom:15px;
	overflow:hidden;
}

ul.plan_tag li{
	background:#E1D6C9;
	color:#744818;
	min-width:11%;
	font-size:11px;
	padding:2px 5px;
	text-align:center;
	float:left;
	margin:0 10px 5px 0;
}

ul.buttom2 li{
	width:200px;
	display:inline-block;
	margin-right:5px;
	position:relative;
}

ul.buttom2 li.plan,
p.reserve, .green_btn{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	background: -moz-linear-gradient(top, #74a52c 0%, #538500 10%, #366100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74a52c), color-stop(10%,#538500), color-stop(100%,#366100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #74a52c 0%,#538500 10%,#366100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #74a52c 0%,#538500 10%,#366100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #74a52c 0%,#538500 10%,#366100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #74a52c 0%,#538500 10%,#366100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a52c', endColorstr='#366100',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	font-size:15px;
	text-align:center;
}

ul.buttom2 li.plan:hover,
.green_btn:hover{
	background: -moz-linear-gradient(top, #366100 0%, #538500 10%, #74a52c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366100), color-stop(10%,#538500), color-stop(100%,#74a52c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #366100 0%,#538500 10%,#74a52c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #366100 0%,#538500 10%,#74a52c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #366100 0%,#538500 10%,#74a52c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #366100 0%,#538500 10%,#74a52c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366100', endColorstr='#74a52c',GradientType=0 ); /* IE6-9 */
}

ul.buttom2 li.plan a,
ul.buttom2 li.detail a,
.green_btn a, .gold_btn a{
	color:#fff;
	display:block;
	padding:10px 10px 10px 0;
}

/*----------------------
		wp-pagenavi
----------------------*/

.wp-pagenavi {
font-size:110%;
margin:0 auto 50px;
text-align:center;
clear: both;
}

.wp-pagenavi a {
text-decoration: none;
padding: 8px 11px;
margin: 0 6px 0 0;
border: 1px solid #846333;
line-height:2.5em;
color:#C69C6D;
background:#000;
}

.wp-pagenavi a:hover {
font-weight: normal;
padding: 8px 11px;
color:#653C00;
background: #fff;
border: 1px solid #846333;
}

.wp-pagenavi span {
text-decoration: none;
padding: 8px 11px;
margin: 0 6px 0 0;
}

.wp-pagenavi span.current {
font-weight: normal;
padding: 8px 11px;
color:#653C00;
background: #fff;
border: 1px solid #846333;
}

.wp-pagenavi span.pages {
color:#fff;
font-weight: normal;
background:#000;
border: 1px solid #000;
margin: 0 10px 0 0;
}

/* ------------------------
	stayplan detail
------------------------ */
section.detail{
	overflow:hidden;
}

section.detail h1{
	font-size:20px;
	color:#C69C6D;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	margin:0 0 20px;
}

section.detail .left{
	float:left;
	width:500px;
}

section.detail .right{
	float:right;
	width:420px;
}

section.detail .right p{
	width:420px;
	height:auto;
}

section.detail .right p img{
	width:100%;
	height:auto;
}

.rooms_slide{
	overflow:hidden;
}

.rooms_slide p{
	width:420px;
	position:relative;
	margin:0 0 5px;
}

.rooms_slide p img{
	display:block;
	width:100%;
	height:auto;
}

.rooms_slide p a{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	text-indent:-9999px;
	outline:none;
	width:39px;
	height:40px;
}

.rooms_slide ul{
	margin:10px auto 0;
	width:220px;
}

.rooms_slide li{
	float: left;
	margin:0 7px 0 0;
}

.rooms_slide li:last-child{
	margin:0;
}

.rooms_slide li a{
	display:block;
	overflow:hidden;
}

.rooms_slide li a img{
	border: none;
	display: block;
	margin:0;
}

.rooms_slide li a.selected img,
.rooms_slide li a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.stay_info, .information{
	margin:0 0 30px;
}

.stay_info dt, .information dt{
	float:left;
	clear:both;
	padding:8px 0;
	color:#C69C6D;
}

.stay_info dd, .information dd{
	border-bottom:1px solid #333;
	padding:8px 0 8px 150px;
}

.stay_info dd{
	min-height:24px;
}

.green_btn{
	width:200px;
	margin:0 auto 50px;
}

.sns_list{
	margin-bottom:100px;
	text-align:center;
}

/* ------------------------
	info
------------------------ */
.category{
	margin:0 0 20px;
}

.category p{
	display:inline-block;
	margin-right:10px;
	margin:0;
}

.info{
	margin:0 0 40px;
}

.info a:hover{
	text-decoration:underline;
}

.info dl{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	color:#C69C6D;
	padding:5px;
	border-bottom:1px solid #4D4D4D;
}

.info dt{
	float:left;
	margin-right:15px;
	position:relative;
	padding:5px 0 5px 20px;
}

.info dd{
	overflow:hidden;
	padding:5px 0;
}

.topic_title{
	margin:0 0 40px;
}

.topic_title .day{
	font-size:11px;
	margin:0 0 5px;
}

.topic_title .title{
	color:#C69C6D;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:20px;
}

.info_p p{
	margin-bottom:20px;
}

.gold_btn{
	width:200px;
	margin:0 auto 50px;
}

/* ------------------------
	blog
------------------------ */
.blog{
	clear: both;
	overflow: hidden;
}

.blog dl{
	overflow:hidden;
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #333;
}

.blog dt{
	float:left;
	width:240px;
	margin-right:20px;
}

.blog dt img{
	width:100%;
}

.blog dd{
	overflow:hidden;
}

.blog .title{
	color:#C69C6D;
	font-size:22px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

.blog ul.date, .blog_detail ul.date{
	margin:0 0 15px;
}

.blog ul.date li, .blog_detail ul.date li{
	margin:0 5px 0 0;
	display:inline-block;
	font-size:11px;
	padding:2px 5px;
	background:#DFD9CF;
	color:#744818;
}

.blog ul.date li.day, .blog_detail ul.date li.day{
	background:none;
	color:#fff;
}

.blog .text{
	margin:0 0 20px;
}

.blog .gold_btn{
	margin:0;
	width:180px;
}

.blog_detail p{
	margin:0 0 20px;
}

/* ------------------------
	stay
------------------------ */
.catch_copy{
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:16px;
	line-height:1.8;
	background: url(../img/common/bg_01.png) no-repeat center 10%;
    background-size: 320px;
	padding:120px 0 90px;
	margin:0 0 20px;
}

.catch_copy .title{
	margin:0 0 20px;
}

.catch_copy .title span{
	display:none;
}

.catch_copy .brank{
	line-height:2;
}

.doble ul{
	margin:0 0 20px;
	overflow:hidden;
}

.doble li{
	width:472px;
	float:left;
	margin-right:15px;
	text-align:center;
	color:#C69C6D;
	font-size:110%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

.doble li:last-child{
	margin:0;
}

.doble li img{
	width:100%;
	height:auto;
}

.amenity{
	margin:0 0 50px;
}

.amenity dt{
	color:#b88a5a;
	font-size:110%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	border-bottom:1px solid #333;
	padding:0 0 5px;
	margin:0 0 10px;
}

.amenity dl{
	width:49%;
	margin-right:14px;
	display:inline-block;
}
.amenity dl:last-child{
	margin:0;
}

.amenity dd ul{
	width:49%;
	display:inline-block;
}

/* ------ buttom ------------------------------------------ */

p.green_btn2{
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:15px;
	text-align:center;
	border-radius:4px;
	background: -moz-linear-gradient(top, #0c6046 0%, #1b7876 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c6046), color-stop(100%,#1b7876)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0c6046 0%,#1b7876 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0c6046 0%,#1b7876 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0c6046 0%,#1b7876 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0c6046 0%,#1b7876 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6046', endColorstr='#1b7876',GradientType=0 ); /* IE6-9 */
	width:180px;
	margin:0 auto 20px;
}

p.green_btn2:hover{
	background: -moz-linear-gradient(top, #1b7876 0%, #0c6046 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b7876), color-stop(100%,#0c6046)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b7876 0%,#0c6046 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b7876 0%,#0c6046 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1b7876 0%,#0c6046 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1b7876 0%,#0c6046 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7876', endColorstr='#0c6046',GradientType=0 ); /* IE6-9 */
}

p.green_btn2 a{
	color: #fff;
    display: block;
    padding: 10px 10px 10px 0;
}

.green_btn2 a:before, .gold_btn2 a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	float:left;
	margin:8px 0 0 8%;
}

/* ------ slide ------------------------------------------ */
.slide_box{
	overflow:hidden;
	margin:0 0 25px;
}

.slide_box p{
	width:850px;
	float:left;
	position:relative;
}

.slide_box p img{
	display:block;
	width:100%;
	height:auto;
}

.slide_box p a{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	text-indent:-9999px;
	outline:none;
	width:39px;
	height:40px;
}

.slide_box ul{
	margin:0 auto 0;
	width:100px;
	float:right;
}

.slide_box li{
	margin:0 0 5px 0;
}

.slide_box li a{
	display:block;
	overflow:hidden;
}

.slide_box li a img{
	border: none;
	display: block;
	margin:0;
}

.slide_box li a.selected img,
.slide_box li a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/* ------------------------
	about
------------------------ */
ul.about_triple{
	text-align:center;
	color:#C69C6D;
	font-size:110%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	margin:0 0 50px;
	overflow:hidden;
}

ul.about_triple li{
	width:310px;
	float:left;
	margin-right:15px;
}

ul.about_triple li:last-child{
	margin-right:0;
}

ul.about_triple li img{
	width:100%;
	height:auto;
}

.about dl.left, .about dl.right{
	overflow:hidden;
	margin:0 0 40px;
}

.about dl.left dt{
	float:left;
	width:370px;
	margin-right:20px;
	text-align:right;
}

.about dl dt img, .triple dt img,
.history li img, .history_list li img{
	width:100%;
	height:auto;
	margin:0 0 5px;
}

.about dl.left dd, .about dl.right dd{
	overflow:hidden;
}

.about dd p{
	margin:0 0 20px;
}

.about dl.right dt{
	float:right;
	width:370px;
	margin-left:20px;
}

.page_list{
	overflow:hidden;
	background:url(../img/common/bg_03.jpg);
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	margin:0 0 50px;
}

.page_list dt{
	text-align:center;
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	padding: 20px 8px 20px 16px;
    width: 15%;
}

.page_list dd{
	display:inline-block;
	vertical-align:middle;
	background:#000;
	padding:20px 25px;
	width: 736px;
}

.page_list dd li{
	margin-right:30px;
	float:left;
}

.page_list dd li a{
	color:#fff;
}

.appeal dl.left dt, .appeal dl.right dt{
	width:450px;
}

.about p.title, .triple p.title{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	color:#c69c6d;
	font-size:20px;
}

.triple{
	overflow:hidden;
}

.triple dl{
	float:left;
	width:310px;
	margin-right:15px;
}

.triple dl:last-child{
	margin-right:0;
}

.triple dl dt{
	width:310px;
	margin:0 0 10px;
}

p.line{
	padding:5px;
	background:#422f26;
	margin:0 0 10px;
	font-size:110%;
}

.history dl.left dt, .history dl.right dt{
	width:310px;
}

.history_list{
	overflow:hidden;
}

.history_list li{
	width:202px;
	float:left;
	margin-right:10px;
}

.history_list li:last-child{
	margin:0;
}

/* ------------------------
	spend
------------------------ */
.spend_box{
	display:table;
	margin:0 0 60px;
	width:100%;
}

.spend_box a{
	display:table-cell;
	vertical-align:top;
	width:33%;
	position:relative;
}

.spend_box .spend{
	height: 590px;
}

.spend_box .no1{
	background:url(../img/spend/spend_01.jpg) no-repeat;
	background-size:cover;
}

.spend_box .no2{
	background:url(../img/spend/spend_02.jpg) no-repeat;
	background-size:cover;
}

.spend_box .no3{
	background:url(../img/spend/spend_03.jpg) no-repeat;
	background-size:cover;
}

.spend p{
	margin:0 auto;
	width:30px;
	background:rgba(0,0,0,0.6);
	padding:10px 18px 15px;	
}

.spend ul.icon {
	position:absolute;
	top:70%;
	left:50%;
	margin:0 0 0 -55px;
}

.couple_image1{
	background:url(../img/spend/couple_01.jpg) no-repeat center center;
}

.couple_image2{
	background:url(../img/spend/couple_02.jpg) no-repeat center center;
}

.couple_image3{
	background:url(../img/spend/couple_03.jpg) no-repeat center center;
}

.couple_image4{
	background:url(../img/spend/couple_04.jpg) no-repeat center center;
}

.couple_image5{
	background:url(../img/spend/couple_05.jpg) no-repeat center center;
}

.couple_image6{
	background:url(../img/spend/couple_06.jpg) no-repeat center center;
}

.family_image1{
	background:url(../img/spend/family_01.jpg) no-repeat center center;
}

.family_image2{
	background:url(../img/spend/family_02.jpg) no-repeat center center;
}

.family_image3{
	background:url(../img/spend/family_03.jpg) no-repeat center center;
}

.family_image4{
	background:url(../img/spend/family_04.jpg) no-repeat center center;
}

.family_image5{
	background:url(../img/spend/family_05.jpg) no-repeat center center;
}

.family_image6{
	background:url(../img/spend/family_06.jpg) no-repeat center center;
}

.ladies_image1{
	background:url(../img/spend/ladies_01.jpg) no-repeat center center;
}

.ladies_image2{
	background:url(../img/spend/ladies_02.jpg) no-repeat center center;
}

.ladies_image3{
	background:url(../img/spend/ladies_03.jpg) no-repeat center center;
}

.ladies_image4{
	background:url(../img/spend/ladies_04.jpg) no-repeat center center;
}

.ladies_image5{
	background:url(../img/spend/ladies_05.jpg) no-repeat center center;
}

.ladies_image6{
	background:url(../img/spend/ladies_06.jpg) no-repeat center center;
}

.spend_inner{
	background-size:cover;
	min-height:730px;
}

.spend_inner ul{
	width:960px;
	margin: -15px auto 0;
	padding:150px 0 0;
	box-sizing: border-box;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

.spend_inner li.title{
	font-size:48px;
	font-weight:normal;
	line-height:1.3;
	text-shadow: 0px 0px 8px #000;
	margin:0 0 20px;
}

.couple_image1 ul, .family_image1 ul, .ladies_image1 ul{
	margin: 0 auto 0;
}

.spend_inner ul li{
	margin:0 0 15px;
	line-height:1.8;
	font-size:15px;
	text-shadow: 0px 0px 4px #000;
}

.spend_catch_right{
	text-align:right;
}

.spend_list .gold_btn{
	margin:0;
}

.spend_catch_right .gold_btn{
	float:right;
}

/* ------------------------
	dayplan
------------------------ */
.dayplan dl.right{
	overflow:hidden;
	margin:0 0 40px;
}

.dayplan dl.right dt{
	width:490px;
	float:right;
	margin-left:20px;
	font-size:11px;
	text-align:right;
}

.dayplan dl.right dt img{
	width:100%;
	height:auto;
	margin:0 0 5px;
}

.dayplan dl.right dd{
	overflow:hidden;
}

.dayplan dl.right dd dl.information dt{
	width:auto;
	float:left;
	margin:0;
	font-size:110%;
}

.dayplan dl.right dd dl.information dd{
	overflow:visible;
	padding: 8px 0 8px 120px;
}

.dayplan dl p.price{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
}

.dayplan dl p.price span{
	font-size:24px;
}

/* ------------------------
	cuisine
------------------------ */
.cuisine_bg{
	width:100%;
	height:710px;
	position:relative;
	overflow:hidden;
	z-index:0;
	margin-top:-40px;
	padding:0 0 70px;
}

.cuisine_bg p{
	width:1300px;
	position:relative;
	left:50%;
	margin:0 0 0 -650px;
	text-align:right;
	z-index:0;
}

.cuisine_bg p.text{
	position:absolute;
	bottom:70px;
	width: 480px;
	font-size:11px;
	margin:0;
}

.cuisine_main{
	position:relative;
	z-index:1;
}

.cuisine_main .text{
	width: 960px;
	margin: -670px auto 0;
}

.cuisine_main .text ul{
	width:405px;
}

.cuisine_main .text li{
	margin:0 0 20px;
}

dl.time{
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	padding:7px 5px 5px;
	margin:0 0 50px;
	overflow:hidden;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
}

dl.time dt{
	font-size:110%;
	color:#b88a5a;
	float:left;
	margin-right:40px;
}

dl.time dd{
	overflow:hidden;
}

.breakfast dl.left, .breakfast dl.right{
	overflow:hidden;
	margin:0 0 50px;
}

.breakfast dl.left dt{
	float:left;
	width:450px;
	margin-right:20px;
}

.breakfast dl.right dt{
	float:right;
	width:450px;
	margin-left:20px;
}

.breakfast dt img{
	width:100%;
	height:auto;
}

.breakfast dl.left dd, .breakfast dl.right dd{
	overflow:hidden;
}

.breakfast dd p.title{
	color:#b88a5a;
	font-size:20px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
}
/* ------------------------
	spa
-------------------------*/
.tenbouburo dl.left, .tenbouburo dl.right{
	overflow:hidden;
	margin:0 0 50px;
}

.tenbouburo dl.left dt{
	float:left;
	width:620px;
	margin-right:20px;
}

.tenbouburo dl.right dt{
	float:right;
	width:620px;
	margin-left:20px;
}

.tenbouburo dt img{
	width:100%;
	height:auto;
}

.tenbouburo dl.left dd, .tenbouburo dl.right dd{
	overflow:hidden;
}

/* ------ table ------------------------------------------ */
table.hot_spring, table.hot_spring2{
	clear: both;
    overflow: hidden;
    margin: 0 0 50px 0;
	background:#4d4d4d;
}

table.hot_spring2{
	margin: 0 0 20px 0;
}

table.hot_spring th{
	background:#1a1a1a;
	color:#c69c6d;
	text-align:center;
	font-weight:bold;
	padding:8px;
	width:14%;
	
}
table.hot_spring th.width1{
	width:18%;
}

table.hot_spring th.width2{
	width:23%;
}

table.hot_spring td{
	background:#000;
	padding:8px 15px;
	vertical-align:middle;
}

table.hot_spring2 th.table_r{
	text-align:right;
	color:#c69c6d;
}

table.hot_spring2 th.table_l{
	text-align:left;
	color:#c69c6d;
}

table.hot_spring2 th{
	font-weight:normal;
	text-align:left;
	background:#000;
	padding:8px 15px;
	width:15%;
}

table.hot_spring2 td{
	background:#000;
	padding:8px;
	vertical-align:middle;
	text-align:center;
}

tr.bg_color td{
	background:#301e00;
}

table.hot_spring td.font_color,
table.hot_spring2 th.font_color{
	color:#c69c6d;
	background:#301e00;
}

table.hot_spring ul{
	padding-left:8px;
}

table.hot_spring li{
	
	list-style-type:disc;
	list-style-position:outside;
}

/* ------------------------
	banquet
-------------------------*/
.hall{
	overflow:hidden;
}

.hall .right{
	float:right;
	width:290px;
}

.hall .right img{
	width:100%;
	height:auto;
}

.hall .left{
	float:left;
	width:590px;
}

.example dl.left, .example dl.right{
	overflow:hidden;
	margin:0 0 40px;
}

.example dl.left dt{
	float:left;
	width:450px;
	margin:0 20px 0 0;
}

.example dl.right dt{
	float:right;
	width:450px;
	margin:0 0 0 20px;
}

.example dl.left dd, .example dl.right dd{
	overflow:hidden;
}

.example dd dl.info dt{
	float:left;
	clear:both;
	width:auto;
	padding:8px 0 8px 5px;
	color:#b88a5a;
	margin:0;
}

.example dd dl.info dt:after{
	content:normal;
}

.example dd dl.info dd{
	overflow:visible;
	padding:8px 0 8px 130px;
	border-bottom:1px solid #4d4d4d;
}

.example dd dl.info{
	border-top:1px solid #4d4d4d;
}

.example dd p{
	margin:0 0 20px;
}


/* ------------------------
	tab
-------------------------*/
.disnon {
  display: none;
}

ul#tab, ul#tab2{
	overflow:hidden;
	position: relative;
	z-index: 1;
}

ul#tab li, ul#tab2 li{
	float:left;
	box-sizing:border-box;
	width:237px;
	margin-right:4px;
	text-align:center;
	padding: 10px 0;
	font-weight:bold;
	font-size:16px;
	cursor: pointer;
	border:2px solid #736357;
	background: -moz-linear-gradient(top, #736357 0%, #614f42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#736357), color-stop(100%,#614f42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #736357 0%,#614f42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #736357 0%,#614f42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #736357 0%,#614f42 100%); /* IE10+ */
	background: linear-gradient(to bottom, #736357 0%,#614f42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#736357', endColorstr='#614f42',GradientType=0 ); /* IE6-9 */
}

ul#tab2 li{
	width:317px;
}

ul#tab li:last-child,
ul#tab2 li:last-child{
	margin-right:0;
}

ul#tab li.select, ul#tab2 li.select{
	background: -moz-linear-gradient(top, #8d5b00 0%, #c69400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d5b00), color-stop(100%,#c69400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8d5b00 0%,#c69400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8d5b00 0%,#c69400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8d5b00 0%,#c69400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8d5b00 0%,#c69400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d5b00', endColorstr='#c69400',GradientType=0 ); /* IE6-9 */
	font-weight:bold;
	border:2px solid #c59300;
}

.content_wrap, .content_wrap2{
	z-index:0;
	padding:20px 0 0;
}


/* ------------------------
	facility
------------------------ */
.facility{
	overflow:hidden;
	margin-bottom:30px;
}

.facility .right dt{
	float:right;
	width:620px;
}

.facility .right dd{
	float:left;
	width:320px;
}

.facility .left dt{
	float:left;
	width:620px;
}

.facility .left dd{
	float:right;
	width:320px;
}

ul.other_facility{
	overflow:hidden;
	margin-bottom:20px;
}

ul.other_facility li{
	float:left;
	width: 228px;
    margin-right: 15px;
}

ul.other_facility a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

ul.other_facility a:last-child li{
	margin-right: 0;
}

ul.other_facility li p{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 14px;
    color: #C69C6D;
	text-align:center;
}

/* ------------------------
	sightseeing
------------------------ */
.sightseeing #sight_map_canvas,
.sightseeing #sight_map_canvas2{
	width:100% !important;
	height:400px;
	margin-bottom:20px;
}

.sightseeing p{
	color:#000;
}

.sightseeing{
	margin-bottom:80px;
}

.sightseeing .triple{
	overflow:hidden;
	margin-bottom:20px;
}

.sightseeing .triple p{
	color:#fff;
}

.sightseeing .triple dl{
	float:left;
	width:310px;
	margin-right:15px;
}

.sightseeing .triple dl.last{
	margin-right:0;
}

.sightseeing .triple dt{
	margin-bottom:15px;
}

.sightseeing .triple dl dd p.title{
	margin-bottom:10px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 16px;
    color: #C69C6D;
}

/* ------------------------
	contact
------------------------ */
.contact_form dl{
	overflow:hidden;
	line-height:2.5;
}

.contact_form input.wide {
    width: 80%;
}

.contact_form dl dt{
	float: left;
	width: 17%;
    padding: 12px 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
    color: #C69C6D;
    border-top: 1px solid #4D4D4D;
}

.contact_form dl dd{
    width: 98%;
	border-top: 1px solid #4D4D4D;
	padding: 12px 0;
}

.contact_form dt.last,
.contact_form dd.last{
	border-bottom: 1px solid #4D4D4D;
}

.contact_form input,
.contact_form textarea{
	font-size:15px;
}

.contact_form input.short2{
	width:50px;
	margin-bottom:10px;
}

.contact_form .contact_submit3 {
    margin: 0 auto;
    width: 267px;
}

.contact_form .contact_submit3 input{
	text-align:center;
	margin:50px auto;
	width:267px;
	height:41px;
    border-style: none;
}

.contact_form .contact_submit3 input.submit{
	width:267px;
	height:41px;
	border:none;
	cursor:pointer;
	background:url(../img/contact/btn_submit.png) no-repeat center center;
	background-size: contain;
}

.contact_form .contact_submit3 input.disabled{
	width:267px;
	height:41px;
	border:none;
	cursor:pointer;
	background:url(../img/contact/btn_no_submit.png) no-repeat center center;
	background-size: contain;
}

.contact_form textarea {
    padding: 2px;
    font-size: 12px;
    width:82%;
}

p.contact_tel {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 20px;
}

p.contact_tel span {
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------------------
	access
------------------------ */
.map{
	margin-bottom:120px;
}

.map img{
	width:100%;
	height:auto;
}

.map iframe{
	width:100%;
	height:500px;
	margin-bottom:30px;
}

.map section{
	padding-bottom:50px;
}

.access img{
	width:100%;
	height:auto;
}

.access .right,
.access .left{
	overflow:hidden;
	margin-bottom:80px;
}

.access .right dt{
	float:right;
	width:450px;
}

.access .right dd{
	float:left;
	width:480px;
}

.access .left dt{
	float:left;
	width:450px;
}

.access .left dd{
	float:right;
	width:480px;
}

.access dd p{
	margin-bottom:20px;
}

.access dd p.title{
	color:#B88A5A;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 20px;
	font-weight:normal;
}

.access dd ul{
	margin-bottom:20px;
}

.access dd ul li{
	padding:10px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size:14px;
	border-top:1px solid #333;
}

.access dd ul li:last-child{
	border-bottom:1px solid #333;
}

.access dd ul li span{
	margin-right:40px;
	color:#B88A5A;
}

/* ------------------------
	faq
------------------------ */

.faq dt{
	background:url(../img/faq/q.png) no-repeat left top;
    padding: 10px 0 20px 50px;
}

.faq dt{
	background:url(../img/faq/q.png) no-repeat left top;
    padding: 5px 0 20px 50px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size:18px;
	color:#EBD4BA;
}

.faq dd{
	background:url(../img/faq/a.png) no-repeat left top;
    padding: 5px 0 20px 50px;
	margin: 0 0 20px 0;
	border-bottom:1px solid #4D4D4D;
}

.faq ul{
	margin-bottom:20px;
}

.faq ul li{
	margin-bottom:5px;
}

.faq table{
	width:100%;
	border:1px solid #74543C;
	margin-bottom:10px;
}

.faq table th{
	padding:10px;
	font-weight:normal;
	background:#A58451;
	border-right:1px solid #74543C;
	border-bottom:1px solid #74543C;
}

.faq table td.child{
	background:#EADCB9;
}

.faq table td{
	padding:5px;
	color:#74543C;
	text-align: center;
	background:#FAF8EC;
	border-right:1px solid #74543C;
	border-bottom:1px solid #74543C;
}

.faq table th:last-child
.faq table td:last-child{
	border:none;
}

.distinction{
	display:none;
}

.faq dl.station dt{
	background:none;
	padding: 8px 0 0;
}

.faq dl.station dd{
	background:none;
	padding: 8px 0 10px;
}


/* ------------------------
	golf_concierge
------------------------ */
.golf_main img{
	width:100%;
	height:auto;
}

.golf_main{
	text-align:center;
	margin-bottom:70px;
}

.golf_main p{
	margin-bottom:30px;
}

.golf_main p.golf_btn{
	width:268px;
	margin:0 auto;
}

.golf_map{
	overflow:hidden;
	margin-bottom:70px;
}

.golf_map #map_canvas{
	float:left;
	width:60% !important;
}

.golf_map #map_canvas p{
	color:#000;
}

.golf_links{
	overflow:hidden;
	float:right;
	width:38%;
	margin-top:10px;
}

.golf_links a{
	color:#fff;
}

.golf_links dt{
	float:left;
	width:82%;
	padding:0 0 5px 10px;
}

.golf_links dd{
	float:left;
	padding:0 0 5px 10px;
	width:12%;
}

.golf_links dt,
.golf_links dd{
	background:url(../img/golf_concierge/arrow.png) no-repeat;
	background-size:4px;
	background-position:left 5px;
	border-bottom:1px solid #3C3C3C;
	margin-bottom:10px;
}

/* ------------------------
	company
------------------------ */
.company dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------------------
	recruit
------------------------ */
.recruit_main{
	margin-bottom:50px;
}

.recruit_notice{
	padding:30px;
	background:url(../img/common/bg_03.jpg) ;
	margin-bottom:50px;
}

.recruit_notice p{
	text-align:center;
	margin-bottom:0;
}

.recruit{
	margin-bottom:40px;
}

.recruit dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.recruit p.btn{
	text-align:center;
}

/* ------------------------
	privacy
------------------------ */
.privacy p{
	margin-bottom:65px;
}

.privacy dl dt{
	padding:8px 5px;
	margin-bottom:8px;
	color:#B88A5A;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size:16px;
	border-bottom:1px solid #4D4D4D;
}

.privacy dl dd{
	margin-bottom:65px;
}

/* ------------------------
	privacy
------------------------ */
.sitemap{
	overflow:hidden;
	line-height:1.9;
	font-weight:normal;
	margin-bottom:80px;
}

.sitemap a{
	color:#fff;
}

.sitemap a:hover{
	text-decoration:underline;
}

.sitemap .site_list{
	float:left;
	width:25%;
}

.sitemap ul{
	margin-bottom:60px;
}


/*-------------------------------
pad
---------------------------------*/
@media screen and (max-width:1023px) {

.conttent{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}

.out{display:block;}
.out2{display:none;}
.in2{display:block;}
.in{display:none;}

/*----------------------
modal
----------------------*/
.modal{
	display:none;
}

.modalBody{
	position: fixed;
	z-index:10000;
	background-color:#fff;
	width:260px;
	left:50%;
	top:40%;
	height: 420px;
	padding:10px;
	border-radius:5px;
	overflow:hidden;
}

.modalBody p{
	clear:both;
	width:260px;
	margin:0;
	border-bottom:1px solid #ccc;
}

.modalBody p:last-child{
	border-bottom:none;
}

.modalBody p a{
	display:block;
	padding:10px 0 8px;
	color:#333;
}

.modalBody p a:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #C69C6D;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	float:right;
	margin:5px 5px 0 0;
}

.modalBody p.close{
	float:right;
	width:15px;
	font-size: 18px;
	border-bottom:none;
	color:#C69C6D;
}

.modalBK{
	position: fixed;
	top:0;
	left:0;
	z-index:9999;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0,0.7);
}

p.reserve{
	margin-top:10px;
}

p.reserve a{
	display:block;
	color:#fff;
	padding:10px 35px 10px 22px;
}

p.reserve a:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	float:left;
	margin:6px 20px 0 0;
}

/* ------------------------
	header
------------------------ */
header h1{
	float:none;
	margin:0 0 5px;
	width:100%;
}

p.logo{
	width:200px;
	float:left;
}

.header_box{
	background: #fff;
	
	width:100%;
}

header .sub{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	overflow:hidden;
}

p.logo{
	margin:5px 0 10px;
}

.navi{
	display:none;
}

/* ------ sp_menu ------------------------------------------ */
#sp_menu{
	float:right;
	width:80px;
}

#sp_menu li{
	 display:inline-block;
	 padding:4px;
	 background:#000;
	 margin-right:5px;
}

#sp_menu li:last-child a{
	padding:4px;
	display:block;
}

#sp_menu li:last-child{
	margin-right:0;
	padding:0;
}

#popReserveBtn{
	display:none !important;
	opacity:0 !important;
}

/* ------------------------
	footer
------------------------ */
.footer_box{
	width:100%;
	box-sizing:border-box;
	padding:0 15px;
}

.footer_box .left{
	float:none;
	width:100%;
	box-sizing:border-box;
}

.footer_box ul{
	width:20%;
	margin:0 15px 30px;
}

.footer_box .right{
	display:none;
}

.footer_box dl{
	width:auto;
	text-align:center;
	margin:0 auto 20px;
}

.footer_box dt{
	float:none;
	margin:0 0 20px;
}

.site_list{
	width:100%;
	box-sizing:border-box;
}

#weathernews_blog_parts{
	text-align:left;
	margin:0;
}


iframe{
	height:190px;
}

/* ------------------------
	pankuzu
------------------------ */
#pankuzu, #pankuzu2{
	padding:8px 10px 3px;
}


/* ------------------------
	top
------------------------ */
#slider{
	margin:0 0 20px;
}

.catch, .profile{
	width:100%;
	padding:50px 15px;
	box-sizing:border-box;
}

.top_read p{
	padding: 130px 0;
}

.point{
	display: table;
    width: 100%;
}

.point p{
	padding:10px 6px;
	font-size:15px;
	height: 50px;
    vertical-align: middle;
    display: table-cell;
}

.point ul.icon li{
	opacity:1;
}

/* ------ pick up ------------------------------------------ */
#slider4{
	text-align:center;
	overflow:hidden;
}

.plan .bx-wrapper{
	margin: 0 15px 15px;
}

.plan .bx-wrapper .bx-pager{
	display:block;
}

/* ------ image ------------------------------------------ */
.main_image1 {
    width: 100%;
    background: url(../img/top/main_06.jpg) no-repeat center center;
    background-size:cover;
    margin-bottom: 70px;
}

.catch li:first-child{
	width:150px;
}

.catch li img{
	width:100%;
	height:auto;
}

/* ------ recommended plan ------------------------------------------ */
ul.recommended_plan{
	margin:0 0 30px;
}

ul.recommended_plan li{
	float:none;
	width:100%;
	margin:0 0 15px;
	clear:both;
	height:146px;
}

ul.recommended_plan li p.pict{
	width:228px;
	margin:0 20px 0 0;
	float:left;
}

ul.recommended_plan li p{
	overflow:hidden;
}

/* ------ topic ------------------------------------------ */
.white{
	float:none;
	width:80%;
	margin:10px auto 10px;
}

.news{
	float:none;
	width:100%;
	box-sizing:border-box;
}


/* ------------------------
	banner
------------------------ */
#banner{
	width:100%;
}

#banner li{
	width:32%;
	margin-right:10px;
}

/* ------------------------
	reservation
------------------------ */
.reservation_box{
	width:100%;
	padding:20px 15px 0;
	box-sizing:border-box;
}

.booking_date{
	float:none;
	width:100%;
	margin:0 0 15px;
}

.reservation_box .buttom_box{
	float:none;
}

/* ------------------------
	stayplan
------------------------ */
.stayplan{
	margin:0 0 30px;
}

ul.plan_tag{
	margin:0 0 10px;
}

ul.buttom2 li {
    width: 170px;
}

/* ------------------------
	stayplan detail
------------------------ */
section.detail .left {
    float: left;
    width: 370px;
}

section.detail .right {
    float: right;
    width: 350px;
}

.rooms_slide p{
	width: 350px;
}

/* ------------------------
	stay
------------------------ */
.doble li{
	width:49%;
	display:inline-block;
	float:none;
	box-sizing:border-box;
	margin-right:8px;
}

.slide_box p{
	width:100%;
	float:none;
	position:relative;
}

.slide_box ul{
	float:none;
	width:100%;
}

.slide_box li {
	float:left;
	margin:0 5px 0 0;
}

.amenity dl{
	width:49%;
	margin-right:10px;
}

/* ------------------------
	about
------------------------ */
ul.about_triple li{
	width:32%;
	float:left;
	margin-right:14px;
}

.page_list{
	padding:2px;
}

.page_list dt{
	display:block;
	width:100%;
	box-sizing:border-box;
}

.page_list dd{
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow: hidden;
}

.appeal dl.left dt, .appeal dl.right dt{
	width:320px;
}

.triple dl{
	width:32%;
	margin-right:14px;
}

.triple dl dt{
	width:100%;
}

.history_list li {
    width: 192px;
}

/* ------------------------
	spend
------------------------ */
.spend ul.icon li{
	opacity:1;
}

.spend_inner ul{
	width:100%;
	padding:40px 10px 0;
	box-sizing:border-box;
}

.spend_inner li.title{
	font-size:38px;
}

/* ------------------------
	dayplan
------------------------ */
.dayplan dl.right dt{
	width:370px;
}

.dayplan dl.right dd dl.information dd br{
	display:none;
}

/* ------------------------
	cuisine
------------------------ */
.cuisine_bg{
	padding:0 0 40px;
	height:500px;
}

.cuisine_bg p{
	width:100%;
	margin:0;
	left:0;
}

.cuisine_bg p img{
	width:100%;
	height:auto;
}

.cuisine_main .text {
    width: 100%;
    margin: -490px 0 0;
	padding:0 15px;
	box-sizing:border-box;
}

.breakfast dl.left dt, .breakfast dl.right dt{
	width:370px;
}

/* ------------------------
	spa
-------------------------*/
.tenbouburo dl.right dt, .tenbouburo dl.left dt{
	width:370px;
}

/* ------------------------
	banquet
-------------------------*/
.hall .right{
	float:right;
}

.hall .left{
	float:left;
	width:420px;
}

.example dl.left dt, .example dl.right dt{
	width:370px;
}

.example dl dt img{
	width:100%;
	height:auto;
}

/* ------------------------
	tab
-------------------------*/
ul#tab li{
	width:25%;
	margin:0;
	font-size:110%;
}

ul#tab2 li{
	width:33.3%;
	margin:0;
	font-size:110%;
}

/* ------------------------
	facility
------------------------ */
section.facility dt img,
ul.other_facility img{
	width:100%;
	height:auto;
}

section.facility .right dt,
section.facility .left dt{
	width:70%;
}

section.facility .right dd,
section.facility .left dd{
	width:29%;
}

ul.other_facility{
	overflow:hidden;
	margin-bottom:20px;
}

ul.other_facility li{
	float:left;
	width: 23.75%;
    margin-right: 1.5%;
}

/* ------------------------
	sightseeing
------------------------ */
.sightseeing iframe{
	height:400px;
	margin-bottom:20px;
}

.sightseeing .triple dl dt img{
	width:100%;
	height:auto;
}

.sightseeing .triple dl{
	float:left;
	width:32%;
	margin-right:14px;
}


/* ------------------------
	contact
------------------------ */
.contact_form dl{
	overflow:hidden;
	line-height:2.5;
}

.contact_form input.wide,
.contact_form textarea {
    width: 100%;
}

.contact_form dl dt{
	float:none;
	width: 100%;
	padding: 10px 0 5px 0px;
}


.contact_form dl dd{
	width: 100%;
	border-top:none;
	padding: 0px 0 10px 0px;
}

/* ------------------------
	access
------------------------ */
.access img{
	width:100%;
	height:auto;
}

.access .right,
.access .left{
	overflow:hidden;
	margin-bottom:80px;
}

.access .right dt,
.access .left dt{
	width:46.8%;
}

.access .right dd,
.access .left dd{
	width:50%;
}


/* ------------------------
	golf_concierge
------------------------ */
.golf_main{
	margin-bottom:40px;
}

.golf_main p{
	margin-bottom:30px;
}

.golf_map #map_canvas{
	float:none;
	width:100% !important;
	margin-bottom:20px;
}

.golf_links{
	overflow:hidden;
	float:none;
	width:100%;
	margin-top:10px;
}

.golf_links a{
	color:#fff;
}

.golf_links dt{
	width:89%;
}

.golf_links dd{
	width:8%;
}


}


/*-------------------------------
minipad & phone
---------------------------------*/
@media screen and (max-width:767px) {
body{
	font-size:12px;
	line-height:1.5;
}

.conttent{
	width:100%;
}

.out{display:none;}
.out2{display:none;}
.in{display:block;}
.in2{display:block;}


/* ------------------------
	footer
------------------------ */
.footer_box{
	margin: 20px auto 20px;
}

.footer_box .right{
	float:none;
	margin:0 auto 20px;
}

.footer_box p.song{
	margin:0 0 20px;
}

.footer_box ul{
	width:100%;
	margin:0 0 30px;
	box-sizing:border-box;
}

.footer_box li{
	border-bottom:1px solid #383023;
	padding: 4px 0px 2px 15px;
	font-size:12px;
}

.footer_box ul a{
	display:block;
}

.footer_box dl{
	position:static;
	text-align: center;
}

iframe{
	height:120px;
}

/* ------------------------
	pankuzu
------------------------ */
#pankuzu, #pankuzu2{
	display:none;
}


/* ------------------------
	top
------------------------ */
.top_read p.font {
    font-size: 14px;
    padding: 60px 15px;
    margin-bottom: -20px;
    background: url(../img/common/bg_01.png) no-repeat center 60%;
    background-size: 215px;
}

.brank br{
	display:none;
}

.catch, .profile{
	width:100%;
}

.point p{
	font-size:13px;
	padding:10px 12px;
}

.point ul.icon {
    position: absolute;
    top: 75%;
    left: 50%;
    margin: 0 0 0 -50px;
	font-size:12px;
}

.point ul.icon li.button, .spend ul.icon li.button2{
	padding: 12px 20px;
}

p.main{
	margin:0 0 30px;
}

/* ------------------------
	reservation
------------------------ */
#search{
	display:none;
}

.reservation_box{
	padding:5px 10px 0;
	box-sizing:border-box;
}

p.web img{
	display:none;
}

p.web span{
	display:block;
	padding:8px 20px 8px 0;
}

p.web a{
	display:block;
	color:#fff;
	
}


/* ------------------------
	stayplan
------------------------ */

ul.plan_tag{
	display:none;
}

.stayplan dt{
	width:250px;
	margin-right:15px;
}

.stayplan p.title{
	font-size:15px;
}

#select_plan{
	display:none;
}

ul.buttom2 li{
	margin:0 0 10px;
}

/* ------------------------
	stayplan detail
------------------------ */
section.detail h1{
	font-size:16px;
}

section.detail .left {
    float: none;
    width: 100%;
}

section.detail .right {
    float: none;
    width: 100%;
	margin:0 0 20px;
}

.rooms_slide p{
	width: 100%;
}

.stay_info dd, .information dd{
	padding: 8px 0 8px 130px;
}

/* ------------------------
	blog
------------------------ */
.blog_detail p img{
	width:100%;
	height:auto;
}

/* ------------------------
	stay
------------------------ */
.doble li{
	margin-right:6px;
}

.amenity dl{
	width:100%;
	margin:0 0 10px;
}


.doble a .triangle{
	position:relative;
}

.doble a .triangle:after,
.doble a .triangle:before{
	left: 10%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius:1px;
}

.doble a .triangle:after{
	border-left-color: #000;
	border-width: 4px;
	margin-top: -4px;
}

.doble a .triangle:before{
	border-left-color: #C6974C;
	border-width: 6px;
	margin-top: -6px;
}


/* ------------------------
	about
------------------------ */
ul.about_triple li{
	margin-right:10px;
}

ul.about_triple a .triangle{
	position:relative;
}

ul.about_triple a .triangle:after,
ul.about_triple a .triangle:before{
	left: 10%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius:1px;
}

ul.about_triple a .triangle:after{
	border-left-color: #000;
	border-width: 4px;
	margin-top: -4px;
}

ul.about_triple a .triangle:before{
	border-left-color: #C6974C;
	border-width: 6px;
	margin-top: -6px;
}

.page_list{
	margin:0;
}

.about dl.left dt, .about dl.right dt{
	width:250px;
}

.triple dl{
	margin:0 0 20px;
	overflow:hidden;
	clear:both;
	width:100%;
	float:none;
}

.triple dl dt{
	float:left;
	width:180px;
	margin:0 10px 0 0;
}

.triple dd{
	overflow:hidden;
}

.about p.title, .triple p.title{
	font-size:16px;
	margin:0 0 10px;
}

/* ------------------------
	spend
------------------------ */
.spend_inner li.title{
	font-size:25px;
}

.couple_image1 ul {
    margin: -30px auto 0;
}

.couple_image1, .couple_image2,
.couple_image3, .couple_image4,
.couple_image5, .couple_image6{
	min-height: 380px;
}

/* ------------------------
	dayplan
------------------------ */
.dayplan dl.right dt{
	width:250px;
}

.tel_btn .green_btn{
	width:100%;
	font-size:12px;
	margin:0 0 20px;
}

/* ------------------------
	cuisine
------------------------ */
.cuisine_bg{
	padding:0 0 40px;
	height:auto;
}

.cuisine_main .text {
    width: 100%;
    margin: 0;
	position:static;
	padding:0 15px;
	box-sizing:border-box;
}

.cuisine_main .text ul{
	width:100%;
}

.breakfast dl.left dt, .breakfast dl.right dt{
	width:250px;
}

.breakfast dd p.title{
	font-size:16px;
}

dl.time{
	margin:0 0 20px;
}

dl.time dt{
	margin-right:25px;
}

/* ------------------------
	spa
-------------------------*/
.tenbouburo dl.right dt, .tenbouburo dl.left dt{
	width:250px;
}

/* ------ table ------------------------------------------ */
table.hot_spring, table.hot_spring2{
	display:none;
}

/* ------------------------
	banquet
-------------------------*/
.hall .right{
	float:none;
	width:100%;
	margin:0 0 20px;
}

.hall .left{
	float:none;
	width:100%;
}

.example dl.left dt, .example dl.right dt{
	width:250px;
}


/* ------------------------
	tab
------------------------ */
ul#tab li{
	font-size:100%;
}


/* ------------------------
	facility
------------------------ */
section.facility{
	margin-bottom:10px;
}

section.facility .right dt,
section.facility .left dt{
	float:none;
	width:100%;
	margin-bottom:10px;
}

section.facility .right dd,
section.facility .left dd{
	float:none;
	width:100%;
}

ul.other_facility{
	overflow:hidden;
	margin-bottom:20px;
}

ul.other_facility li{
	float:left;
	width: 25%;
	margin:0;
    padding-right: 10px;
	box-sizing:border-box;
}

ul.other_facility a:last-child li{
	padding-right:0;
}

/* ------------------------
	sightseeing
------------------------ */
.sightseeing{
	margin-bottom:20px;
}

.sightseeing .triple{
	margin-bottom:0;
}

.sightseeing .triple dl{
	float:none;
	width:100%;
	margin-right:0;
	overflow:hidden;
	border-bottom:1px solid #383023;
	margin-bottom:15px;
}

.sightseeing .triple dt{
	width:40%;
	float:left;
}

.sightseeing .triple dd{
	float:right;
	width:57%;
}

.sightseeing .triple dl dd p.title{
	margin-bottom:5px;
}


/* ------------------------
	faq
------------------------ */
.faq table{
	display:none;
}

.faq .distinction{
	display:block;
	margin-bottom:0;
	border: 1px solid #74543C;
}

.faq .distinction dt,
.faq .distinction dd{
	background-image:none;
	border-bottom:1px solid #74543C;
}

.faq .distinction dt{
	background:#A58451;
	padding:5px 10px;
	font-size:13px;
	color:#fff;
}

.faq .distinction dd{
	background:#FAF8EC;
	color:#74543C;
	padding:10px;
	margin-bottom:0;
}

.faq .distinction dd ul{
	margin:0;
}

.faq .distinction dd li{
	margin-bottom:0;
}

/* ------------------------
	golf_concierge
------------------------ */
.golf_map #map_canvas{
	height:300px !important;
}

.golf_map{
	margin-bottom:0;
}

.golf_links{
	overflow:hidden;
	float:none;
	width:100%;
	margin-top:10px;
}

.golf_links a{
	color:#fff;
}

.golf_links dt{
	width:79%;
}

.golf_links dd{
	width:14%;
}

/* ------------------------
	recruit
------------------------ */
.recruit{
	margin-bottom:0;
}
.recruit_main{
	margin-bottom:30px;
}

.recruit_notice{
	padding:20px;
	margin-bottom:30px;
}

/* ------------------------
	privacy
------------------------ */
.sitemap{
	overflow:hidden;
	line-height:1.9;
	font-weight:normal;
	margin-bottom:30px;
}

.sitemap a{
	color:#fff;
}

.sitemap .site_list{
	float:none;
	width:100%;
}

.sitemap ul{
	margin-bottom:30px;
}


}


@media screen and (max-width:414px) {

h2 img{
	display:none;
}

h2 span{
	display:block;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	text-align:center;
	font-size:20px;
	font-weight:normal;
}

h3{
	font-size:16px;
}


/*----------------------
modal
----------------------*/
.modalBody{
	position: fixed;
	z-index:10000;
	background-color:#fff;
	width:260px;
	left:50%;
	top:50%;
	height: 400px;
	padding:10px;
	border-radius:5px;
	overflow:hidden;
}

/* ------------------------
	header
------------------------ */
header .sub{
	width:100%;
	padding:10px 10px 5px;
}

header h1{
	display:none;
}

p.logo{
	width:120px;
	padding-top:5px;
}

/* ------------------------
	footer
------------------------ */
.footer_box dl{
	text-align:center;
	width:100%;
}

.footer_box dt{
	float:none;
	margin:0 0 20px;
}

.footer_box dd{
	clear:both;
}

#weathernews_blog_parts{
	text-align:center;
	margin:0 0 20px;
}

#sns{
	width:100%;
	float:none;
}

.end{
	text-align:center;
}

.end p{
	float:none;
}

/* ------------------------
	top
------------------------ */
.bx-controls-direction{
	display:none;
}

#slider .bx-pager a img{
	width:20px;
	height:20px;
}

.point_box{
	display:block;
}

.point {
	display:block;
	width:100%;
	position:relative;
}

.point p{
	position:absolute;
	top:42%;
	width:100%;
	height:auto;
}

.point_box a{
	display:block;
	width:100%;
}


/* ------ image ------------------------------------------ */
.main_image1 {
    width: 100%;
    background: url(../img/top/main_06.jpg) no-repeat center center;
    background-size:contain;
    margin-bottom: 30px;
}

.catch{
	padding: 50px 15px 40px;
}

.catch li:first-child{
	width:120px;
}

.catch li{
	margin:0 0 5px;
}

.profile dt{
	float:none;
	margin:0 0 20px;
	text-align:center;
}

.profile dd{
	clear:both;
}

ul.buttom li, .profile dt span,
ul.title_box .btn, .catch li.btn,
p.web span, ul.buttom2 li.detail,
.green_btn, .gold_btn{
	font-size:13px;
}

ul.buttom li a:before, .profile dt span a:before,
ul.title_box .btn a:before, .catch li.btn a:before,
p.web a span:before, ul.buttom2 li.detail a:before,
ul.buttom2 li.plan a:before, .green_btn a:before,
.gold_btn a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    float: left;
    margin: 6px 0 0 8%;
}

/* ------ recommended plan ------------------------------------------ */

ul.recommended_plan li{
	height:auto;
	position: relative;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #383023;
}

ul.recommended_plan li p{
	display:none;
}

ul.recommended_plan li p.pict{
	width:100px;
	margin:0 10px 0 0;
	display:block;
}

ul.recommended_plan li p.title{
	display:block;
	width: 54%;
}

.point_01 dd, .point_02 dd, .point_03 dd {
    position: relative;
    display: block;
    padding: 10px 20px 0px 0px;
}

ul.recommended_plan li::before {
    margin-top: -4px;
    transform: rotate(45deg);
}

ul.recommended_plan li::before, ul.recommended_plan li::after{
    position: absolute;
    top: 45%;
    right: 8px;
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #ccc;
    border-radius: 4px;
}

ul.recommended_plan li::after {
    margin-top: 3px;
    transform: rotate(-45deg);
}

ul.buttom li{
	display:block;
	margin:0 auto 10px;
	width:200px;
}

/* ------ topic ------------------------------------------ */
ul.title_box li{
	margin:0 0 10px;
}

ul.title_box li img{
	display:none;
}

ul.title_box li span{
	display:block;
	padding-top:5px;
	color:#333;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:18px;
}

ul.title_box .btn a{
	width:130px;
}

.white{
	width:100%;
}

.news{
	padding: 30px 15px 25px;
}

/* ------------------------
	banner
------------------------ */
#banner{
	padding:0 15px 5px;
	box-sizing:border-box;
}

#banner li{
	width:100%;
	margin:0 0 8px;
}

/* ------------------------
	stayplan
------------------------ */
p.icon{
	margin:0 0 10px;
}

p.icon img{
	display:none;
}

p.icon span{
	display:block;
	padding: 10px 0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	font-size:18px;
}

.stayplan dl{
	border-bottom: 1px solid #383023;
	padding:0 0 10px;
	margin:0 0 10px;
}

.stayplan dt{
	width:100px;
	margin:0 10px 0 0;
}

.stayplan p.title{
	font-size:13px;
}

.stayplan p.text, .stayplan p.price, ul.plan_tag{
	display:none;
}

ul.buttom2 li.detail, ul.buttom2 li.plan{
	width:47%;
	font-size:12px;
}

ul.buttom2 li.plan span{
	display:none;
}

ul.buttom2 li.detail{
	margin:0;
}

ul.buttom2 li.out{
	display:none;
}

ul.buttom2 li.plan{
	margin:0;
}

ul.buttom2 li.detail a{
	padding:10px 5px 10px 0;
}

ul.buttom2 li.detail a:before, ul.buttom2 li.plan a:before {
    margin: 6px 0 0 8%;
}


/* ------------------------
	stayplan detail
------------------------ */
.stay_info dt, .information dt{
	float:none;
	padding:0;
}

.stay_info dd, .information dd{
	padding: 8px 0;
	margin:0 0 8px;
}

/* ------------------------
	blog
------------------------ */
.blog dt{
	width:100px;
	margin:0 10px 0 0;
}

.blog .title{
	font-size:110%;
	display:block;
}

.blog p.text{
	display:none;
}

.blog .gold_btn{
	width:120px;
}

/* ------------------------
	stay
------------------------ */
.catch_copy{
	background: url(../img/common/bg_01.png) no-repeat center 60%;
    background-size: 280px;
	padding:80px 0 50px;
}

.catch_copy p.title img{
	display:none;
}

.catch_copy p.title span{
	display:block;
	font-size:20px;
}

.catch_copy p{
	font-size:90%;
}

.doble li{
	width:100%;
	display:block;
	float:none;
	box-sizing:border-box;
	margin:0 0 20px;
}

.slide_box li{
	width:80px;
	height:80px;
}

.amenity dl{
	display:block;
	margin:0 0 15px;
}

.amenity dd ul{
	width:100%;
}

/* ------------------------
	about
------------------------ */
ul.about_triple li{
	float:none;
	width:100%;
	margin:0 0 20px;
}

.about dl.left dt, .about dl.right dt{
	float:none;
	margin:0 0 20px;
	width:100%;
}

.about dl dd{
	clear:both;
}

.page_list dd li{
	margin:0 0 10px;
	float:none;
}


.triple dl dt{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}

.history_list li {
    width: 100%;
}

/* ------------------------
	spend
------------------------ */
.spend_box{
	display:block;
}

.spend_box .spend{
	width:100%;
	display:block;
}

.couple_image1, .couple_image2,
.couple_image3, .couple_image4,
.couple_image5, .couple_image6{
	min-height: 350px;
}

/* ------------------------
	dayplan
------------------------ */
.dayplan dl.right dt{
	width:100%;
	margin:0 0 10px;
	float:none;
}

.dayplan dl.right dd dl.information dt{
	width: 100%;
    margin: 0;
    float: none;
	text-align:left;
	padding:0;
}

.dayplan dl.right dd dl.information dd{
	padding: 8px 0;
    margin: 0 0 8px;
}

/* ------------------------
	cuisine
------------------------ */
.breakfast dl.left dt, .breakfast dl.right dt{
	width:100%;
	margin:0 0 10px;
	float:none;
}

/* ------------------------
	spa
-------------------------*/
.tenbouburo dl.right dt, .tenbouburo dl.left dt{
	width:100%;
	float:none;
	margin:0 0 10px;
}

/* ------------------------
	banquet
-------------------------*/
.example dl.left dt, .example dl.right dt{
	width:100%;
	float:none;
	margin:0 0 20px;
}


/* ------------------------
	tab
-------------------------*/
ul#tab li{
	width:50%;
	margin:0;
	font-size:110%;
}

/* ------------------------
	facility
------------------------ */
ul.other_facility li{
	width: 50%;
    padding-right: 5px;
}

ul.other_facility li.last,
ul.other_facility a:last-child li{
	padding-right:0px;
	width: 49%;
}

/* ------------------------
	sightseeing
------------------------ */
.sightseeing #sight_map_canvas,
.sightseeing #sight_map_canvas2{
	height:300px !important;
}

.sightseeing .triple dl dd p.title{
	font-size:110%;
	margin-bottom:5px;
}


/* ------------------------
	access
------------------------ */
.map{
	margin-bottom:20px;
}

#access_canvas{
	height:300px !important;
}

.access dl p{
	margin-bottom:10px;
}

.access .right,
.access .left{
	margin-bottom:40px;
}

.access .right dt,
.access .left dt{
	float:none;
	width:100%;
	margin-bottom:10px;
}

.access .right dd,
.access .left dd{
	float:none;
	width:100%;
}

.access dd p.title{
    font-size: 18px;
	font-weight:normal;
	
}

.access dd ul{
	margin-bottom:20px;
}

.access dd ul li span{
	display:block;
	margin-right:0;
	margin-bottom:5px;
	color:#B88A5A;
}

/* ------------------------
	faq
------------------------ */
.faq dt{
	font-size:16px;
}

/* ------------------------
	privacy
------------------------ */
.privacy p{
	margin-bottom:30px;
}

.privacy dl dd{
	margin-bottom:30px;
}



}


#slider {
	position:relative;
}
.toggle_faq {
    display: none;
}

.youtube_switch {
    /*position: absolute;
    top: 8px;
    right: 350px;*/
    z-index: 49999;
    width: 52px;
    height: 52px;
    background: url(../img/common/movie_on.png) no-repeat;
    background-size: 52px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	cursor:pointer;
}
.youtube_active {
    background: url(../img/common/movie_off.png) no-repeat;
    background-size: 52px;
}

#main_pos {
    position: absolute;
    width: 100%;
}
#main_img_youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    z-index: 5000;
}
#main_img_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.rooms .doble li {
	position:relative;
}
.rooms .doble li .label{
	padding: 10px 0;
	background: rgba(255,255,255,0.7);
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
color: #333;
	height:47px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	width:100%;
	box-sizing:border-box;
	font-size:18px;
}

.catch_copy.rooms .btn a{
	display:inline-block;
	color:#333;
	background:#fff;
	padding:10px 35px 10px 20px;
	position:relative;
}
.catch_copy.rooms .btn {
	text-align:right;
	margin-top:30px;
}
.catch_copy.rooms .btn a:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin:auto 0;
}
.catch_copy.rooms .btn a:hover{
	background:#ccc;
}
@media screen and (max-width:767px) {
.youtube_switch {
	display:none;
}
}