/* reset
---------------------------------------------------- */
html, body, div, span, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, images, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, li,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, li{
	display:block;
}
ul{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
a{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	/*display: block;*/
	-webkit-tap-highlight-color: rgba(255,255,555,0.5); /*白背景・不透明度50％*/
}
.paragraph {
	line-height: 1.8;/* 1.6から1.8推奨 */
}
ins{
	color:#000;
	text-decoration:none;
}
mark{
	color:#000;
	font-style:italic;
	font-weight:bold;
}
red{
	color: #cc0000;
	font-weight: bold;
}
yellow{
	color:#eeeb00;
	font-weight:bold;
}
blue{
	color: #22467d;
	font-weight: bold;
}
brown{
	color: #6e3b00;
	font-weight: bold;
}
del{
	text-decoration:line-through;
}
abbr[title], dfn[title]{
	border-bottom:1px dotted #000;
	cursor:help;
}
table{
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
	background-color:#e1dfdb;
	border:1px solid #cbc8c3;
}
table td{
	border-collapse:collapse;
	border-bottom: 1px ridge #cecbc5;
	padding:5px;
	vertical-align:middle;
	color:#565554;
}
table th{
	border-collapse:collapse;
border: 1px solid #000000;
background-color:#ddccdd;
	padding:2px;
	vertical-align:middle;
	color:#000;
}
table.normal{
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}
table.normal td{
	border-collapse:collapse;
	border: 0px solid #000000;
	padding:2px;
	vertical-align:middle;
}
table.normal th{
	border-collapse:collapse;
border: 0px solid #000000;
background-color:#ddccdd;
	padding:2px;
	vertical-align:middle;
	color:#000;
}
table.hime{
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}
table.hime td{
	border-collapse:collapse;
	border: 1px solid #000000;
	padding:2px;
	vertical-align:middle;
	background-color:#ffeef7;
}
table.hime th{
	border-collapse:collapse;
border: 1px solid #000000;
background-color:#46326d;
	padding:2px;
	vertical-align:middle;
	color:#FFF;
}
table.koikoi{
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}
table.koikoi td{
	border-collapse:collapse;
	border: 1px solid #000000;
	padding:2px;
	vertical-align:middle;
	background-color:#ffeef7;
}
table.koikoi th{
	border-collapse:collapse;
border: 1px solid #000000;
background-color:#712f6b;
	padding:2px;
	vertical-align:middle;
	color:#FFF;
}
table.enya{
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}
table.enya td{
	border-collapse:collapse;
	border: 1px solid #000000;
	padding:2px;
	vertical-align:middle;
	background-color:#ffeef7;
}
table.enya th{
	border-collapse:collapse;
border: 1px solid #000000;
background-color:#b62367;
	padding:2px;
	vertical-align:middle;
	color:#FFF;
}
table.aizen{
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}
table.aizen td{
	border-collapse:collapse;
	border: 1px solid #000000;
	padding:2px;
	vertical-align:middle;
	background-color:#ffeef7;
}
table.aizen th{
	border-collapse:collapse;
border: 1px solid #000000;
background-color:#ef4d73;
	padding:2px;
	vertical-align:middle;
	color:#FFF;
}
.notify{
	font-size:14px; padding:10px 10px 10px 10px; color:#333333; background-color:#ebe6d5; border:solid 1px #b0984e; text-align:center; margin-bottom:10px;
}
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #c0bfbb;
	margin: 1em 0;
	padding: 0;
	clear: both;
}
input, select{
	vertical-align:middle;
}
em{
	color: #db0000;
}
strong {
	font-weight: bold;
}
b {
	font-weight: normal ;
	}
* {
    word-break: break-all;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(255,255,0,0.4);
}


/* clearfix */
*:after {
	display:block; clear:both;
}

a {
	text-decoration: none;
	color: #777777;
}
a:hover {
	/*color:#956969;*/
	text-decoration:underline;
}

/* 
---------------------------------------------------- */
body{
	font-family:"HraKakuProN-W6", "HelveticaNeue";
	line-height:1.3;
	-webkit-text-size-adjust:none;
	background-color:#dddad6;
	
}
#individual_contents{
	width: 100%;
	color: #000;
		background-color:#dddad6;

}
#wrap{
	padding:0 10px 0 10px;
}


/* header
---------------------------------------------------- */
header{
	height: 90px;


	background-color:#dddad6;
	border-bottom:# 2px solid;
	margin-bottom: 14px;
	background: url(../images/#) 0 0;
	-moz-background-size: 100% auto;
/*background-size:100% auto; */

}
header .topimg{
	background:url(../images/top/#) 0 0;

}

header h1{
	float: left;
	background: url(../images/top.png) no-repeat 0 0;
	-webkit-background-size: 689px;
	background-size: 170px;
	text-indent: -9999px;
	width: 170px;
	height: 90px;
	margin: 14px 0 0 0px;
}
header h1 a{
	display: block ;
	height:90px;
}
header p.tel_no{
	display: block;
	float: right;
	height: 33px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../images/hd_ico_wfd.png) no-repeat 3px 9px;
	-webkit-background-size: 16px 15px,auto;
	background-size: 16px 15px;
	font-size: 8px;
	font-weight: bold;
	color: #333300;
	margin: 28px 10px 0 0;

}
header p.tel_no a{
	font-size: 16px;
	padding-left: 22px;
	color: #565554;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: lighter;
	opacity: 1.0;
}
header p.tel_no span{
	display:block;
	margin:9px 0 0 27px;
}


/* reservation
---------------------------------------------------- */
p.bt_reservation a{
	display: block;
	width: 226px;
	text-align: center;
	background: url(../images/bt_reserv.png) no-repeat 15% center,-webkit-gradient(linear, left top, left bottom, from(rgba(221,217,213,1.0)),to(rgba(209,205,197,1.0)));
	background: url(../images/bt_reserv.png) no-repeat 15% center,-moz-linear-gradient(top,rgba(221,217,213,1.0),rgba(209,205,197,1.0));
	background: url(../images/bt_reserv.png) no-repeat 15% center,-o-linear-gradient(top, rgba(221,217,213,1.0),rgba(209,205,197,1.0));
	background: url(../images/bt_reserv.png) no-repeat 15% center,-ms-linear-gradient(top, rgba(221,217,213,1.0),rgba(209,205,197,1.0));
	font-size: 16px;
	/*	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:lighter;*/
	color: #353533;
	margin: 0px auto 10px;
	padding: 15px 0px 15px 10px;
	box-shadow: 2px 2px 5px #777;
	border: solid 1px #cccccc;
		border-radius:2px;
}
p.bt_reservation_sub a{
	display: block;
	width: 226px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(216,214,210,1.0)),to(rgba(216,214,210,1.0)));
	background: -moz-linear-gradient(top,rgba(216,214,210,1.0),rgba(216,214,210,1.0));
	background: -o-linear-gradient(top, rgba(216,214,210,1.0),rgba(216,214,210,1.0));
	background: -ms-linear-gradient(top, rgba(216,214,210,1.0),rgba(216,214,210,1.0));
	font-size: 16px;
	/*	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:lighter;*/
	color: #292929;
	margin: 0px auto 10px;
	padding: 15px 0px 15px 10px;
	border-radius: 6px;
}
p.bt_telephone a{
	display:block;
	width:220px;
	text-align:center;
	border:1px solid #BBBBBB;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, from(#415b25), to(#415b25));
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-moz-linear-gradient(top, #415b25,#415b25);
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-o-linear-gradient(top, #415b25,#415b25);
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-ms-linear-gradient(top, #415b25,#415b25);
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px auto;
	padding:15px 0px 15px 30px;
}


/* pagetop
---------------------------------------------------- */
p.toPageTop{
	float:right;
	margin:15px 5px 20px 0;
}
p.toPageTop a{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: url(../images/arrow_top.png) no-repeat right center;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
	padding-right: 18px;
}


/* gNav
---------------------------------------------------- */
#gNav{
	clear:both;
}
/* PC_page
---------------------------------------------------- */
#gNav nav{
	border:1px solid #c9c7c2;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(225,223,219,1.0)),to(rgba(225,223,219,1.0)));
	background-image: -moz-linear-gradient(top,rgba(225,223,219,1.0),rgba(225,223,219,1.0));
	background-image: -o-linear-gradient(top, rgba(225,223,219,1.0),rgba(225,223,219,1.0));
	background-image: -ms-linear-gradient(top, rgba(225,223,219,1.0),rgba(225,223,219,1.0));

	font-size:16px;
	letter-spacing:1px;
}
#gNav ul li a{
	display:block;
	color:#38578b;
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
	padding:10px;
/*	border-bottom:1px solid #b7afa4;*/
	background:url(../images/gnav_next.png) no-repeat right center;
	-webkit-background-size:21px 14px;
	background-size:21px 14px;
}
#gNav ul li.pcSite a{
	background:url(../images/gnav_pc.png) no-repeat right center;
	-webkit-background-size:30px 19px;
	background-size:30px 19px; 
}


/* footer
---------------------------------------------------- */
footer{
	padding:0 0 15px 0;
}
footer .f_nb{
	clear:both;
	display:block;
}
footer .f_nb p.h_contact a{
	display:block;
	float:right;
	
	width:72px;
	height:27px;
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-webkit-gradient(linear, left top, left bottom, from(#d2d0cc), to(#d2d0cc));
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-moz-linear-gradient(top, #d2d0cc,#d2d0cc);
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-o-linear-gradient(top, #d2d0cc,#d2d0cc);
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-ms-linear-gradient(top, #d2d0cc,#d2d0cc);
	-webkit-background-size:16px 15px,auto;
	background-size:16px 15px,auto;
	font-size:8px;
	font-weight:bold;
	color:#6c6b69;
	margin:15px 10px 15px 0;

}
footer .f_nb p.h_contact span{
	display:block;
	margin:8px 0 0 27px;
}
footer .f_nb p.toPc a{
	display:block;
	float:right;
	width:72px;
	height:27px;


	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-webkit-gradient(linear, left top, left bottom, from(#d2d0cc), to(#d2d0cc));
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-moz-linear-gradient(top, #d2d0cc,#d2d0cc);
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-o-linear-gradient(top, #d2d0cc,#d2d0cc);
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-ms-linear-gradient(top, #d2d0cc,#d2d0cc);
	-webkit-background-size:16px 15px,auto;
	background-size:16px 15px,auto;
	font-size:8px;
	font-weight:bold;
	color:#6c6b69;
	margin:15px 10px 15px 0;

}
footer .f_nb p.toPc span{
	display:block;
	margin:8px 0 0 27px;
}
/* footer_color
---------------------------------------------------- */
.cb{
	clear:both;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(225,223,219,1.0)),to(rgba(225,223,219,1.0)));
	background-image: -moz-linear-gradient(top,rgba(225,223,219,1.0),rgba(225,223,219,1.0));
	background-image: -o-linear-gradient(top, rgba(225,223,219,1.0),rgba(225,223,219,1.0));
	background-image: -ms-linear-gradient(top, rgba(225,223,219,1.0),rgba(225,223,219,1.0));
	padding:20px 0px;
	margin-top:10px;

}
.cb small{
	display: block;
	font-size: 9px;
	line-height: 1.3;
	color: #777777;
	font-family: HelveticaNeue;
	font-weight: normal;
	margin: 0 10px;

}
/* ページビジュアル
---------------------------------------------------- */
#pageVisualContainer{
	text-align:center;
	width:100%;
	
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
	padding-bottom:10px;
}
#pageVisualContainer img{
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
}
/* 下層ページ共通
---------------------------------------------------- */
#page_contents{
	display:block;
	margin:10px 0px;
}
h3{
	display: block;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #000000;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 12px;
	margin: 20px 0px 0px 0px;
}
h3.ryouri_t{
	display: block;
	-webkit-border-radius: 0px;
	border-radius: 0px;
background: #624db6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyNGRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzk5ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #624db6 0%, #a799d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#624db6), color-stop(100%,#a799d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #624db6 0%,#a799d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #624db6 0%,#a799d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #624db6 0%,#a799d4 100%); /* IE10+ */
background: linear-gradient(to right,  #624db6 0%,#a799d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624db6', endColorstr='#a799d4',GradientType=1 ); /* IE6-8 */

	background-size: contain;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 12px;
	margin: 20px 0px 20px 0px;
}
h2{
	display: block;
	color: #28191e;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#e9e7e4;

	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 3px;
	margin: 10px 0px;
	padding: 12px;
}
#page_contents img{
	text-align: center;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;

}
#main_view{
    width: 	width:100%;
	margin-top:10px;
}
#item_list{
	border:none;
	
}
#item_list li{
    float: left;
    list-style: none;
	padding: 0px 5px 5px 0px;
	width:48%;
	/*height:67px;*/
	font-size:12px;
	
}
#item_list li.rooms{
	width: 176px;
	height: 210px;
		
}
#item_list li.onsen{
	width:110px;
		
}
#item_list li.ryouri{
	width:74px;
	height:49px;	
}
.inner_box{
	margin-top:0px;
	clear:both;
}

/*折りたたみ*/
#toggles{
	margin-bottom:30px;
}

.toggle{
	margin:15px 0px;
}

.toggle div{
}

.toggle h4 a{
	display:block;
	vertical-align:top;
	color:#222222;
	font-size:14px;
	font-weight:bold;
	padding:18px 0 14px 16px;
	-webkit-background-size:25px 6px;
	background-size:25px 6px; 
}
.toggle h4 a.open{
	display:block;
	padding:10px;
	background:url(../images/arrow_d.png) no-repeat right center #000000;
	background-size:25px 6px; 
	border:1px solid #444444;
	color:#fff;
}

.toggle h4 a.close{
	padding:10px;
	background:url(../images/arrow_u.png) no-repeat right center #000000;
	background-size:25px 6px;
	-webkit-background-size:25px 7px;
	background-size:25px 7px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	border-left:1px solid #444444;
	color:#fff;
}

.toggle ul{
	background-color:#1b1b1b;
	border-right:1px solid #444444;
	border-left:1px solid #444444;
	padding:10px;
}
.toggle ul.white{
	background-color:#ffffff;
	border-right:1px solid #444444;
	border-left:1px solid #444444;
	padding:10px;
}

.toggle li.t_detail a{
	display:block;
	width:220px;
	text-align:center;
	border:1px solid #BBBBBB;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, from(#415b25), to(#415b25));
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-moz-linear-gradient(top, #415b25,#415b25);
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-o-linear-gradient(top, #415b25,#415b25);
	background:url(../images/hd_ico_wfd.png) no-repeat 10px center,-ms-linear-gradient(top, #415b25,#415b25);
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px auto;
	padding:15px 0px 15px 30px;
}
.toggle li.t_detail a.mail{
	display:block;
	width:220px;
	text-align:center;
	border:1px solid #BBBBBB;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:url(../images/hd_ico_mail.png) no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, from(#b3672f), to(#b3672f));
	background:url(../images/hd_ico_mail.png) no-repeat 10px center,-moz-linear-gradient(top, #b3672f,#b3672f);
	background:url(../images/hd_ico_mail.png) no-repeat 10px center,-o-linear-gradient(top, #b3672f,#b3672f);
	background:url(../images/hd_ico_mail.png) no-repeat 10px center,-ms-linear-gradient(top, #b3672f,#b3672f);
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px auto;
	padding:15px 0px 15px 30px;
}
.toggle li.t_detail a.reserve{
	display:block;
	width:220px;
	text-align:center;
	border:1px solid #BBBBBB;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, from(#933d62), to(#933d62));
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-moz-linear-gradient(top, #933d62,#933d62);
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-o-linear-gradient(top, #933d62,#933d62);
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-ms-linear-gradient(top, #933d62,#933d62);
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px auto;
	padding:15px 0px 15px 30px;
}

.place{
	display:block;
	width:190px;
	text-align:center;
	border:0px solid #939393;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(../images/hd_ico_wpc.png) no-repeat 20px center,-webkit-gradient(linear, left top, left bottom, from(#9d3233), to(#7b0308));
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-moz-linear-gradient(top, #9d3233,#7b0308);
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-o-linear-gradient(top, #9d3233,#7b0308);
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-ms-linear-gradient(top, #9d3233,#7b0308);
	
	font-weight:bold;
	color:#ffffff;
	margin:10px auto;
	padding:15px 0px 15px 40px;
	border:double 3px #a74f4d;
}
.coupon{
	display:block;
	width:190px;
	text-align:center;
	border:0px solid #939393;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(../images/hd_ico_wpc.png) no-repeat 20px center,-webkit-gradient(linear, left top, left bottom, from(#466978), to(#194053));
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-moz-linear-gradient(top, #466978,#194053);
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-o-linear-gradient(top, #466978,#194053);
	background:url(../images/hd_ico_wpc.png) no-repeat 10px center,-ms-linear-gradient(top, #466978,#194053);
	
	font-weight:bold;
	color:#ffffff;
	margin:10px auto;
	padding:15px 0px 15px 40px;
	border:double 3px #5e7c8f;
}
.room_info{
	display:block;

	text-align:center;
	border:0px solid #939393;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fc9e3f), to(#e77d21));
	background:-moz-linear-gradient(top, #fc9e3f,#e77d21);
	background:-o-linear-gradient(top, #fc9e3f,#e77d21);
	background:-ms-linear-gradient(top, #fc9e3f,#e77d21);
	
	font-weight:bold;
	color:#ffffff;
	margin:0px auto;
	padding:5px 0px 5px 0px;
	border:double 3px #fcad55;
}

.toggle li span{
	color:#ffffff;
	font-size:16px;
	line-height:1.3;
	margin:0 0 5px 0;
}
.toggle li p{
	display: block;
	color: #000000;
	border: 0px solid #444444;
	margin: 0px 10px 18px 10px;
	padding: 6px 12px;
}
.toggle p{
	clear:both;
	font-size:12px;
	
}
.toggle small{
	display:block;
	color:#000000;
	border:1px solid #444444;
	margin:5px 10px 18px 10px;
	padding:6px 12px;
	clear:both;
	font-size:12px;
	
}
 
.toggle p span{
	display:block;
	text-align:right;
	color:#ffffff;
	background:url(../images/arrow_u.png) no-repeat right center #000000;
	-webkit-background-size:25px 6px;
	background-size:25px 6px;
	border:1px solid #444444;
	padding:10px 35px 10px 0;
}
.plan{
	display: block;
	background: #dec4b3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYzRiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VkZTBjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWM0YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dec4b3 0%, #ede0cd 48%, #dec4b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dec4b3), color-stop(48%,#ede0cd), color-stop(100%,#dec4b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dec4b3 0%,#ede0cd 48%,#dec4b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dec4b3 0%,#ede0cd 48%,#dec4b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dec4b3 0%,#ede0cd 48%,#dec4b3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dec4b3 0%,#ede0cd 48%,#dec4b3 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dec4b3', endColorstr='#dec4b3',GradientType=0 ); /* IE6-8 */
	font-size: 12px;
	/*	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:lighter;*/
	color: #353533;
	margin: 0px auto;
	padding: 15px 10px 15px 10px;
	border: solid 2px #999997;
	border-radius: 6px;
}
.list_plan{
	font-size:12px; padding:0px 0px 0px 0px; line-height:18pt;
	color:#565554;
	}
	.list_plan a{
		color:#38578b;
	}

/* アクセス
---------------------------------------------------- */
.access_l_box{
	margin:0px 0px 20px 0px;
	clear:both;
	display:block;
}
.access_l_box li{
	color:#444444;
	font-size:14px;
	border-bottom:1px dotted #cbcbcb;
	overflow:hidden;
	padding:10px 40px 17px 5px;
}
.access_l_box li span{
	color:#3daefa;
	font-weight:bold;
}
#g_map{
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
	padding-bottom:10px;
}

/* お問合せ
---------------------------------------------------- */
#contactWrap{
	margin-bottom:20px;
}
.contact_box{
	display:block;
	clear:both;
	margin-top:10px;
	border:1px solid #cccccc;
	color:#000000;
}
@media screen and (max-width: 320px){
     article .code, article img{max-width: 270px}
     form.wpcf7-form input[type="text"], form.wpcf7-form textarea{
     	width:95%;
     	}
}
.contact_q{
	background-color:#e0deda;
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
}
.contact_q:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
.contact_q p{
	float:left;
	color:#565554;
	font-size:14px;
	font-style:normal;
	letter-spacing:2px;
	padding:6px 0 0 0px;
}
.contact_q span{
	float:right;
	display:block;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	border:1px solid #750101;
	background:8px center,-webkit-gradient(linear, center top, center bottom, from(#bd0101), to(#990000));
	background:8px center,-moz-linear-gradient(top, #bd0101,#990000);
	background:8px center,-o-linear-gradient(top, #bd0101,#990000);
	background:8px center,-ms-linear-gradient(top, #bd0101,#990000);
	-webkit-background-size:5px 6px,auto;
	-webkit-border-radius:5px;
	background-size:5px 6px,auto;
	border-radius:5px;
	padding:3px 3px 3px 3px;
	background-size:5px 6px,auto;
	border-radius:5px;
	-webkit-box-shadow: 0 0 4px 1px #e7edef;
	box-shadow: 0 0 4px 1px #e7edef;
	letter-spacing:1px;
}
#bt_form{
	display:block;
	width:250px;
	text-align:center;
	border:1px solid #a89566;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: center,-webkit-gradient(linear, left top, left bottom, from(#1E437C), to(#1E437C));
	background: center,-moz-linear-gradient(top, #1E437C,#1E437C);
	background: center,-o-linear-gradient(top, #1E437C,#1E437C);
	background: center,-ms-linear-gradient(top, #1E437C,#1E437C);
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	margin:10px auto;
	padding:10px;
}
#bt_send{
	display:block;
	width:260px;
	text-align:center;
	border:1px solid #a89566;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: center,-webkit-gradient(linear, left top, left bottom, from(#1E437C), to(#1E437C));
	background: center,-moz-linear-gradient(top, #1E437C,#1E437C);
	background: center,-o-linear-gradient(top, #1E437C,#1E437C);
	background: center,-ms-linear-gradient(top, #1E437C,#1E437C);
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	margin:10px auto;
	padding:10px;
}

/* --tab--*/
.tab {
	clear: both;
	width: ;
	line-height: 125%;
	color: #333;
	background-color: #1B1B1B;
	border: solid 1px #666666;
	margin: 0 auto;
	margin-bottom: 9px;
	
}

.ta1 {
	width: ;
	padding: 2px 0 2px 16px;
	background-color: #000000;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	color: #fff;
}

.ta2 {
	width: ;
	padding: 14px 0 15px 27px;
	background-color: #000000;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	color: #fff;
}

.ta3 {
	width: ;
	padding: 32px 0 31px 15px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	color: #999;
	vertical-align: middle;
}
