@charset "UTF-8";

/*TOP‰æ‘œ‚ðƒ`ƒ‰Œ©‚µ‚È‚¢‚æ‚¤‚É2015/10/26*/
#img2, #img3, #img4, #img5 {
	display:none;
}

/* **************************************************
layout
***************************************************/

/* pc header */
#phdr_wrap{
	width:100%;
	background:#000;
	padding:0 0 10px;
	border-bottom:1px solid #D5D5D5;
}
#phdr_wrap #hdr_block{
	position:relative;
	width:990px;
	height:105px;
	margin:0 auto;
	padding:10px 0 0;
}
#phdr_wrap #hdr_block dd{
	float:left;
}
#phdr_wrap #hdr_block #logo{
	padding:17px 16px 0 0;
}
#phdr_wrap #hdr_block #toppage{
	padding:24px 0 0;
}
#phdr_wrap #hdr_block #faq{
	padding:8px 0 0;
	float:right;
}
#phdr_wrap #hdr_block #inquiry{
	padding:8px 0 0 24px;
	float:right;
}
#phdr_wrap #hdr_block #tel{
	padding:4px 0 0 24px;
	float:right;
}
#phdr_wrap #hdr_block #ctrl{
	padding:4px 0 0 18px;
	float:right;
}
#phdr_wrap #hdr_block #ctrl form{
	margin:0;
	padding:0;
	border:none;
}
#phdr_wrap #hdr_block #ctrl select{
	width:118px;
	height:18px;
	margin:0;
	padding:0;
}

/* global menu */
#global{
	position:absolute;
	width:990px;
	margin:0 auto;
	bottom:0;
}
#global li{
	text-indent:-1000000px;
	float:left;
}
#global li a{
	display:block;
	height:33px;
}
#global #stay a{
	width:141px;
	background:url(/img/header/global.gif) no-repeat 0 0;
}
#global #stay a:hover{
	background-position:0 bottom;
}
#global #restaurant a{
	width:142px;
	background:url(/img/header/global.gif) no-repeat -141px 0;
}
#global #restaurant a:hover{
	background-position:-141px bottom;
}
#global #wedding a{
	width:141px;
	background:url(/img/header/global.gif) no-repeat -283px 0;
}
#global #wedding a:hover{
	background-position:-283px bottom;
}
#global #banquet a{
	width:142px;
	background:url(/img/header/global.gif) no-repeat -424px 0;
}
#global #banquet a:hover{
	background-position:-424px bottom;
}
#global #facilities a{
	width:141px;
	background:url(/img/header/global.gif) no-repeat -566px 0;
}
#global #facilities a:hover{
	background-position:-566px bottom;
}
#global #access a{
	width:142px;
	background:url(/img/header/global.gif) no-repeat -707px 0;
}
#global #access a:hover{
	background-position:-707px bottom;
}
#global #enjoy a{
	width:141px;
	background:url(/img/header/global.gif) no-repeat -849px 0;
}
#global #enjoy a:hover{
	background-position:-849px bottom;
}

/* slider */
.slider{
	position:relative;
	width:100%;
	height:375px;
	text-align:left;
	border-top:1px solid #000;
	overflow:hidden;
}
.slider ul, .slider ul li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
.slider ul img, .slider ul li img{
	border:none;
}
.slider_base{
	top:0;
	position:absolute;
}
.slider_wrap{
	top:0;
	position:absolute;
	overflow:hidden;
}
.slider_prev{
	position:absolute;
	overflow:hidden;
	padding:0 200px 0 0;
	cursor:pointer;
	top:0;
	z-index:100;
}
.slider_next{
	position:absolute;
	overflow:hidden;
	padding:0 0 0 200px;
	cursor:pointer;
	top:0;
	z-index:100;
}
.slider_prev{
	background:url(/img/slider/slider_btn_l.png) no-repeat right center;
	filter:alpha(opacity=100)!important;
	-moz-opacity:1!important;
	opacity:1!important;
}
.slider_next{
	background:url(/img/slider/slider_btn_r.png) no-repeat left center;
	filter:alpha(opacity=100)!important;
	-moz-opacity:1!important;
	opacity:1!important;
}
.pagination{
	position:absolute;
	width:100%;
	height:16px;
	text-align:center;
	padding:12px 0 0;
	bottom:20px;
	left:0;
	border-top:1px solid #000;
	z-index:200;
}
/* off */
.pagination a{
	display:inline-block;
	width:9px;
	height:9px;
	margin:0 5px;
	background:url(/img/slider/check_off.gif) no-repeat;
	overflow:hidden;
	filter:alpha(opacity=100)!important;
	-moz-opacity:1!important;
	opacity:1!important;
}
/* on */
.pagination a.active{
	display:inline-block;
	width:9px;
	height:9px;
	margin:0 5px;
	background:url(/img/slider/check_on.gif) no-repeat;
	overflow:hidden;
	filter:alpha(opacity=100)!important;
	-moz-opacity:1!important;
	opacity:1!important;
}
.slider ul:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.slider ul{
	display:inline-block;
	overflow:hidden;
}

/* contents */
#line_dtl{
	width:100%;
	/*background:url(/img/line.gif) repeat-x 0 322px;*/
}
#line_dtl_sub{
	width:100%;
	background:url(/img/line.gif) repeat-x 0 98px;
}
#line_dtl_sub_w{
	width:100%;
	background:url(/img/line.gif) repeat-x 0 182px;
}
#cnt_wrap{
	position:relative;
	width:990px;
	margin:0 auto;
}
#cnt_wrap #contents{
	width:716px;
	float:left;
}
/* under */
.line_dtl_un{
	width:100%;
	background:url(/img/line.gif) repeat-x 0 top;
}
.line_dtl_un_midashi{
	width:100%;
	background:url(/img/line.gif) repeat-x 0 38px;
}
.line_dtl_un_non{
	width:100%;
}
.subcnt_wrap{
	position:relative;
	width:990px;
	margin:0 auto;
}
.subcnt_wrap .lcontents{
	width:716px;
	float:left;
}
/* promotion */
#promotion{
	margin:0 0 31px;
}
#sub_promotion{
	margin:30px 0;
}

/* sub title news */
h2.news{
	color:#505050;
	width:496px;
	height:20px;
	font-size:0.90em;
	font-weight:normal;
	line-height:20px;
	vertical-align:bottom;
	margin:0 0 15px;
	padding:0 0 0 220px;
	background:url(/img/tit_news.gif) no-repeat 0 0;
}

h2.tabtit{
	width:496px;
	height:20px;
	margin:0 0 15px;
	padding:0 0 0 220px;
	background:url(/img/tit_tabtitle.gif) no-repeat 0 0;
}

h2.tabtit_b{
	width:496px;
	height:20px;
	margin:0 0 15px;
	padding:0 0 0 220px;
	background:url(/img/tit_tabtitle_b.gif) no-repeat 0 0;
}

/* main tab */
#maintab ul{
/*	width:714px;*/
	height:38px;
	margin:0 0 0 1px;
	background:url(/img/toptab_back_l.gif) no-repeat bottom center;
}
#maintab ul li{
	display:inline;
	margin:0 1px 0 0;
	float:left;
}
#maintab ul li a img{
	outline:none;
	border:none;
}
/* tab contents */
#maintab #pickup_news,
#maintab #pickup_stay,
#maintab #pickup_restaurant,
#maintab #pickup_wedding,
#maintab #pickup_banquet{
	display:none;
	width:716px;
	margin:16px 0 0;
}
#maintab #pickup_news dd,
#maintab #pickup_stay dd,
#maintab #pickup_restaurant dd,
#maintab #pickup_wedding dd,
#maintab #pickup_banquet dd{
	display:inline-block;
	width:350px;
	min-height:300px;
	vertical-align:top;
	margin:0 0 14px;
	border:1px solid #D5D5D5;
	float:left;
}
#maintab .brrtab{
	float:right;
}

.pickup_band{
	height:18px;
	line-height:18px;
	font-size:0.80em;
	padding:2px 0 0 10px;
	background:#E6E6E6;
}
.pickup_cmt{
	position:relative;
	min-height:110px;
	line-height:1.6;
	padding:8px 10px 0 10px;
	background:url(/img/arrow.png) no-repeat right top #FFF;
}
.pickup_cmt .day{
	color:#BE8704;
	font-weight:bold;
	text-decoration:none;
}
.pickup_cmt h3{
	font-size:14px;
	line-height:1.4;
	margin:0 0 6px;
}
.pickup_cmt .comment{
	width:290px;
	font-size:0.95em;
	line-height:1.4;
	padding:0 0 10px;
}
p.lnk_area a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:0.01em;
	text-indent:-100000px;
	/* ie7 ie8 */
	background:/*Â¥**/:#FFFÂ¥9;
	filter:alpha(opacity=0);
}

/* side menu */
#cnt_wrap #side_menu{
	width:230px;
	float:right;
}
#cnt_wrap #side_menu .gray_back_up{
	background:#F8F8F8;
	padding:8px 0 0;
	border:1px solid #D5D5D5;
	border-bottom:none;
}
#cnt_wrap #side_menu .gray_back{
	background:#F8F8F8;
	border:1px solid #D5D5D5;
	border-top:none;
}
#cnt_wrap #side_menu #side_tit{
	font-size:1.20em;
	font-weight:bold;
	line-height:34px;
	text-align:center;
	background:#C9C9C9;
}
#cnt_wrap #side_menu #side_tit_non{
	font-size:1.20em;
	font-weight:bold;
	line-height:55px;
	text-align:center;
}

/* side tab */
#sidetab {
	width:210px;
	height:34px;
	margin:0 auto;
	background:#FFF;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
#sidetab li {
	width:105px;
	height:34px;
	font-size:1.0em;
	line-height:27px;
	text-align:center;
	float:left;
	cursor:pointer;
	background:url(/img/side/tab_offback.gif) repeat-x;
}
#sidetab li.select {
	color:#FFF;
	background:url(/img/side/tab_onback.gif) repeat-x;
}
.disnon {
	display:none;
}

/* fotter banner */
#contents .ftr_bnr{
	padding:21px 0 0;
	border-top:1px solid #D9D9D9;
}
#contents .ftr_bnr li{
	float:left;
	margin:0 10px 10px 0;
}
#contents .ftr_bnr li.end{
	margin:0 0 10px;
}

/* search(stay) */
#search_stay{
	width:210px;
	margin:0 auto;
	padding:12px 0 0;
	background:#FFF;
	border:1px solid #D5D5D5;
}
.entry_wrap{
	padding:0 8px;
}
.entry_wrap p{
	font-size:0.90em;
}
.entry_wrap .box_area{
	height:20px;
	line-height:20px;
	margin:2px 0 8px;
}
.entry_wrap .box_area_end{
	height:20px;
	line-height:20px;
	margin:2px 0 12px;
}
#search_stay #stay_btn{
	position:relative;
	padding:14px 8px;
	border-top:1px solid #CCC;
}
#search_stay #stay_btn #left{
	float:left;
}
#search_stay #stay_btn #right{
	float:right;
}
.side_btn{
	width:210px;
	margin:12px auto 0;
}
.side_btn_w{
	color:#040B1B;
	width:202px;
	font-size:1.05em;
	font-weight:bold;
	line-height:30px;
	margin:0 auto;
	padding:0 0 0 8px;
	background:#FFF;
	border:1px solid #D5D5D5;
}
.sidelnkdtl a{
	text-decoration:none;
}
.sidelnklist dl{
	color:#545454;
	width:210px;
	margin:0 auto;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
.sidelnklist dt{
	font-weight:bold;
	line-height:30px;
	padding:0 0 0 8px;
	background:#F0F0F0;
}
.sidelnklist dd{
	font-weight:bold;
	line-height:30px;
	padding:0 0 0 8px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom #FFFFFF;
}
.sidelnklist dd.nondot{
	font-weight:bold;
	line-height:30px;
	padding:0 0 0 8px;
	background:#FFFFFF;
}
.sidelnklist dd.end{
	font-weight:bold;
	line-height:30px;
	padding:0 0 0 8px;
	background:#FFFFFF;
	border-bottom:1px solid #D5D5D5;
}
.sidelnklist a{
	color:#545454;
	text-decoration:none;
}
.sidelnklist a:hover{
color:#BE8704;
}
.sidetxtlnk dl{
	color:#545454;
	width:210px;
	margin:0 auto;
}
.sidetxtlnk dd{
	font-weight:bold;
	line-height:30px;
	padding:0 0 0 8px;
}
.sidetxtlnk a{
	color:#545454;
	text-decoration:none;
}
.sidetxtlnk a:hover{
color:#BE8704;
}

#checkinout{
	width:100%;
	font-size:1.05em;
	line-height:1.6;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	margin:12px 0 10px;
	background:#D7D7D7;
}
#cmt_inout{
	width:200px;
	font-size:0.80em;
	line-height:1.5;
	margin:0 auto;
}

/* search(restaurant) */
#search_restaurant{
	width:210px;
	margin:0 auto;
	padding:12px 0 0;
	background:#FFF;
	border:1px solid #D5D5D5;
}
/* link color */
#search_restaurant a{
	color:#3C3C3C;
	text-decoration:none;
}
#search_restaurant a:hover{
	color:#0060AB;
	text-decoration:underline;
}
#search_restaurant dd{
	height:28px;
	font-size:0.95em;
	line-height:27px;
	padding:1px 0 0 12px;
	background:url(/img/line_dot.gif) repeat-x bottom;
}
#search_restaurant dd.end{
	background:none;
}
#restaurant_confirmed{
	width:192px;
	margin:0 auto;
	padding:15px 0 14px;
	border-top:1px solid #DDD;
}

/* accordion */
.accordion_wrap{
	padding:12px 0;
}
.accordion{
	color:#525252;
	width:210px;
	font-size:1.05em;
	font-weight:bold;
	margin:0 auto;
	line-height:25px;
	border-top:1px solid #DDD;
}
.accordion a {
	color:#525252;
	text-decoration:none;
}
.accordion a:hover {
	color:#0060AB;
	text-decoration:underline;
}
.accordion dt{
    color:#040B1B;
	font-size:1.05em;
	margin:12px 0 0 0;
	padding:4px 0 4px 8px;
	background:#FFF;
	border:1px solid #D5D5D5;
	cursor:pointer;
}
.accordion dt.open{
    color:#FFF;
	background:#0060AB;
}
.accordion dd{
	display:none;
}
.accordion dd.noback{
	background:none;
	padding:10px 0 0 10px;
}
.accordion dd.boxback{
	background:#FFF;
	border:1px solid #D5D5D5;
	border-top:none;
}
.accordion dd.boxback lt{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 8px;
	background:#F0F0F0;
}
.accordion dd.boxback li {
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 8px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom #FFF;
}
.accordion dd.boxback li.end {
	background:#FFF;
}

/* side banner */
.side_bnr{
	margin:18px 0 0;
}
.side_bnr li{
	margin:0 0 12px;
}

/* pankuzu */
.panlist{
	height:27px;
	border-left:7px solid #005FAC;
	margin:0 0 28px 0;
	padding:0;
}
.panlist ul{
	padding:0 0 0 10px;
}
.panlist li{
	line-height:23px;
	float:left;
	padding:4px 6px 0 0;
}

/* catch */
.catch{
	margin:0;
	padding:0;
}

/* sub title */
.subtitle{
	margin:40px 0 22px;
}
.subtitle2{
	margin:40px 0 10px;
}
.tbnt_btn{
	text-align:right;
	margin:0 0 12px;
}

/*Â sub wrap */
.blockwrap{
	width:100%;
	text-align:center;
}
.boxwrap{
	width:100%;
}
.boxwrap table{
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
.boxwrap th{
	padding:8px 0;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background:#F8F8F8;
}
.boxwrap th.l_midashi{
	text-align:left;
	vertical-align:top;
	padding:8px 0 8px 8px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background:#F8F8F8;
}
.boxwrap td{
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:8px 0 8px 8px;
}

/* other */
.lnkbtm{
	text-align:left;
	margin:12px 0 0;
}
.lnkbtm_un{
	text-align:left;
	margin:0 0 30px;
}

.accesslist{
	text-align:left;
	margin:20px 0 0;
	padding:0 0 0 10px;
}
.accesslist li{
	font-size:1.15em;
	font-weight:bold;
	line-height:22px;
	padding:0 0 0 30px;
	margin:0 0 8px;
	background:url(/img/list_h4pct.gif) no-repeat;
}
.accesslist li.small{
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5;
	background:none;
}
.flb{
	text-align:left;
	line-height:1.6;
	float:left;
}
.frb{
	text-align:left;
	line-height:1.6;
	float:right;
}
.flb .small, frb .small{
	font-size:0.95em;
	padding:12px 0 0;
}
.frb_room{
	width:265px;
	font-size:0.95em;
	text-align:left;
	line-height:1.6;
	float:right;
}
.frb_room h4{
	margin:0 0 8px;
}
.flb_room .small{
	font-size:0.95em;
	padding:12px 0 0;
}
.sbfont{
	font-size:1.05em;
	font-weight:bold;
}
.bfont{
	font-size:1.20em;
	font-weight:bold;
}
.bbfont{
	font-size:1.25em;
	font-weight:bold;
}
.gold{
	color:#BE8704;
}
.banquet_plan .gold{
	padding:6px 0 10px;
	font-size:13px;
}
.txtblock{
	width:100%;
}
.txtblock_dot{
	width:100%;
	padding:0 0 12px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.txtblock_mgn{
	width:100%;
	padding:0 0 30px;
	/*background:url(/img/line_dot.gif) repeat-x 0 bottom;*/
}
.txtblock_pt{
	width:100%;
	/*background:url(/img/line_dot.gif) repeat-x 0 bottom;*/
}
.txtblock_line{
	width:100%;
	border-bottom:1px solid #D5D5D5;
}
.txtblock_dot_mgn{
	width:100%;
	padding:0 0 30px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.txtblock_dot_pt{
	width:100%;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.txtblock_line .pagetop,
.txtblock_pt .pagetop,
.txtblock_dot_pt .pagetop{
	text-align:right;
	padding:10px 0 0;
	bottom:0;
}

.numlist ol{
	margin:6px 0;
	padding:0 0 0 20px;
}
.numlist li{
	font-weight:bold;
}
.numlist li.small{
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5;
	padding:4px 0 0;
	list-style:none;
}
.slist ul{
	margin:6px 0;
}
.slist li{
	line-height:22px;
	padding:0 0 0 12px;
	background:url(/img/list_ball.gif) no-repeat 0 7px;
}
.slist li.small{
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5;
	padding:4px 0 0;
	list-style:none;
	background:none;
}
span.small{
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5;
	padding:4px 0 0;
}
.b_lst{
	font-weight:bold;
	padding:0 0 0 12px;
	background:url(/img/list_ball.gif) no-repeat 0 center;
}

/* FAQ */
.faqs {
}
.faqs dt {
	line-height:33px;
	font-size:1.25em;
	font-weight:bold;
	background:url(/other/img/faq/bg_question.gif) no-repeat 0 0;
	margin:0 0 10px;
	padding:1px 0 0 32px;
	cursor:pointer;
}
.faqs a {
	color:#040B1B;
	text-decoration:none;
}

.faqs a:hover {
	color:#BE8704;
	text-decoration:none;
}
.faqs dd{
	line-height:1.6;
	margin:0 15px 20px;
	padding:10px 12px 12px 48px;
	background:url(/other/img/faq/bg_answer.gif) no-repeat 0 0 #F8F8F8;
}
.faqs dd .small{
	font-size:0.95em;
	padding:6px 0 0;
}

/* Release */
.release_lst ul{
	padding:2px 0 0;
	background:url(/img/line_dot.gif) repeat-x 0 top;
}
.release_lst li{
	padding:6px 0;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.release_lst li .day{
	font-weight:bold;
	width:13%;
	padding:0 0 0 1.5%;
	float:left;
}
.release_lst li .r_title{
	width:84.5%;
	float:right;
}

.p_list li{
	width:167px;
	line-height:1.6;
	margin:0 16px 0 0;
	float:left;
}
.p_list li.end{
	width:167px;
	line-height:1.6;
	margin:0;
	float:left;
}
.itemname{
	font-size:1.2em;
	line-height:1.8;
	font-weight:bold;
	margin:6px 0 0;
}

/* takeout */
.takeout1 {
    clear: both;
    width: 100%;
    margin: 20px auto 20px 10px;
}
.takeout1 .tkphoto{
    width: 472px;
	border:1px solid #dddddd;
    margin-right: 10px;
    float: left;
}
.takeout1 .tkTitle{
    margin: auto;
    width:90%;
    border-bottom:1px dotted #BE8704;
    padding:10px 0;
    font-size:1.2em;
    font-weight:bold;
}
.takeout1 .tkcomment{
    margin-left: auto;
    margin-right: auto;
	width:90%;
	line-height:1.7;
    font-size:1.1em;
    margin-top:5px;
}
.takeout1 .tk1Wrap{
    width: 230px;
    float: right;
    text-align: left;
    margin: auto;
    overflow: hidden;
}
.tk1Wrap .tkTitle{
    margin: auto;
    border-bottom:1px dotted #BE8704;
    padding:10px 0;
    font-size:1.2em;
    font-weight:bold;
    line-height: 1.6em;
}
.tk1Wrap .tkcomment{
    margin-left: auto;
    margin-right: auto;
	line-height:1.7;
    font-size:1.1em;
    margin-top:5px;
}
.takeout1 img{
	border:1px solid #dddddd;
}
.takeout2 ul {
    clear: both;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin-left:10px;
}
.takeouttitle h1{
    width: 660px;
    background: #f5deb3;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #4d260b;
    margin:20px auto;
    outline: none;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
    box-shadow:
        0 0 10px 0 rgba(0, 0, 0, 0.1),
        0 10px 0 -5px #dddddd;
}
.takeout2 li{
	line-height:1.7;
    display: table-cell;
    text-align: left;
    margin-right: 10px;
}
.takeout2 img{
	border:1px solid #dddddd;
}
.takeout2 .tkTitle{
    margin: auto;
    width:90%;
    border-bottom:1px dotted #BE8704;
    padding:10px 0;
    font-size:1.2em;
    font-weight:bold;
}
.takeout2 .tkcomment{
    margin-left: auto;
    margin-right: auto;
	width:90%;
	line-height:1.7;
    font-size:1.1em;
    margin-top:5px;
}
.takeout3 ul {
    clear: both;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin-left:10px;
}
.takeout3 li{
	line-height:1.7;
    display: table-cell;
    text-align: left;
    margin-right: 10px;
}
.takeout3 li:lastchild{
    margin-right: 0px;
}
.takeout3 img{
	border:1px solid #dddddd;
}
.takeout3 .tkTitle{
    margin: auto;
    width:90%;
    border-bottom:1px dotted #BE8704;
    padding:10px 0;
    font-size:1.2em;
    font-weight:bold;
}
.takeout3 .tkcomment{
    margin-left: auto;
    margin-right: auto;
	width:90%;
	line-height:1.7;
    font-size:1.1em;
    margin-top:5px;
}

/* minami */
.area_tab li{
	float:left;
	margin:0 20px 0 0;
}
.area_tab li.end{
	float:left;
	margin:0;
}

/* plan */
.plan_wrap{
	position:relative;
	margin:0 0 30px;
	background:url(/img/arrow.png) no-repeat right center;
	border:1px solid #D5D5D5;
}
.plan_wrap .photo{
	padding:8px 9px;
	background:#EDEDED;
	margin:0 12px 0 0;
	border-right:1px solid #D5D5D5;
	float:left;
}
.plan_rblock{
	width:66%;
	line-height:1.6;
	float:left;
}
.plan_rblock .pctblock{
	width:100%;
	padding:0 10px 0 0;
}
.plan_rblock .pctblock li{
	margin:0 0 0 2px;
	float:right;
}
.plan_rblock dd{
	float:right;
	margin:0 0 0 2px;
}
.plan_rblock h4{
	width:85%;
	font-size:1.40em;
}
.plan_rblock h5.sub{
	width:85%;
	font-size:1.10em;
	padding:4px 0 0;
}
.plan_rblock h5.gold{
	color:#BE8704;
	font-size:1.10em;
	padding:2px 0 0;
}
.plan_rblock .txtblock{
	width:90%;
}
p.plan_lnk_area a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-100000px;
	/* ie7 ie8 */
	background:/*Â¥**/:#FFFÂ¥9;
	filter:alpha(opacity=0);
}

/* banquet */
.banquet_wire dd{
	margin:0 15px 19px 0;
	float:left;
}
.banquet_wire dd.end{
	margin:0 0 19px;
}
.banquet_plan_wrap{
	margin:0 0 30px;
	background:url(/img/arrow.png) no-repeat right center;
	border:1px solid #D5D5D5;
}
.banquet_plan_wrap .photo{
	width:220px;
	padding:8px 9px;
	background:#EDEDED;
	margin:0 20px 0 0;
	border-right:1px solid #D5D5D5;
	float:left;
}
.plan_cmt_wrap{
	padding:16px 0 0;
}
.plan_cmt_wrap_nm{
	padding:0;
}
.plan_cmt_wrap .title,
.plan_cmt_wrap_nm .title{
	font-size:1.40em;
	font-weight:bold;
	line-height:1.6;
}
.plan_cmt_wrap .sub,
.plan_cmt_wrap_nm .sub{
	font-size:1.10em;
	font-weight:bold;
}
.plan_cmt_wrap .g_font,
.plan_cmt_wrap_nm .g_font{
	color:#BE8704;
	font-size:1.0em;
	line-height:2;
	font-weight:bold;
}
.plan_cmt_wrap .comment,
.plan_cmt_wrap_nm .comment{
	line-height:1.6;
	padding:0 60px 0 0;
}
.plan_cmt_wrap_nm .pctlist ul{
	margin:0;
	padding:0;
}
.plan_cmt_wrap_nm .pctlist li{
	float:left;
}

.half_photo{
	margin:0 0 20px;
}
.half_photo li{
	float:left;
}
.half_photo li.end{
	float:right;
}

.cmsbox_area table{
	width:100%;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
	margin:0 0 10px;
}
.cmsbox_area th{
	width:20%;
	font-size:1.10em;
	font-weight:bold;
	text-align:center;
	background:#EDEDED;
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
.cmsbox_area td{
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
	padding:0 0 0 8px;
}

.banquet_box{
}

.banquet_box td{
	padding:10px 20px;
}

/* stay */
#stay_news{
	margin:30px 0 40px;
}
#stay_news a{
/*	color:#0060AB;*/
	color:#000;
	text-decoration:none;
}
#stay_news a:hover{
	color:#BE8704;
	text-decoration:underline;
}
#stay_news ul{
}
#stay_news li{
	line-height:28px;
	padding:1px 0 0;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
#stay_news li span{
	color:#0060AB;
	padding:0 10px 0 0;
}
#stay_news li.non{
	background:none;
}
.stay_planblock{
	margin:0 0 40px;
}
.stay_planblock li{
	float:left;
	margin:0 0 10px;
	padding:0 10px 0 0;
}
.stay_planblock li.end{
	margin:0;
	padding:0;
}
.pct_wrap{
	margin:10px 0 0;
}
.pct_wrap ul{
	margin:0;
	padding:0;
}
.pct_wrap li{
	margin:0 4px 4px 0;
	float:left;
}
.pct_wrap li.short{
	margin:0 3px 0 0;
	float:left;
}
.pct_wrap li.end{
	margin:0;
	float:left;
}
.breakfast_wrap{
	margin:30px 0 0;
}
.breakfast_wrap li{
	margin:0 8px 0 0;
	float:left;
}
.breakfast_wrap li.end{
	margin:0;
	float:left;
}
.roomlist dd{
	margin:0 9px 12px 0;
	float:left;
}
.roomlist dd.end{
	margin:0 0 12px 0;
	float:left;
}
.stay_list{
	margin:40px 0 30px;
}
.stay_list li{
	margin:0 2px 2px 0;
	float:left;
}
.service_list{
	margin:40px 0;
}
.service_list li{
	text-indent:-1000000px;
	margin:0 2px 2px 0;
	float:left;
}
.service_list li a{
	display:block;
	height:22px;
}
.service_list #menu01 a{
	width:110px;
	background:url(/stay/img/service/service_menu01.gif) no-repeat;
}
.service_list #menu01 a:hover{
	width:110px;
	background:url(/stay/img/service/service_menu01_o.gif) no-repeat;
}
.service_list #menu02 a{
	width:110px;
	background:url(/stay/img/service/service_menu02.gif) no-repeat;
}
.service_list #menu02 a:hover{
	width:110px;
	background:url(/stay/img/service/service_menu02_o.gif) no-repeat;
}
.service_list #menu03 a{
	width:140px;
	background:url(/stay/img/service/service_menu03.gif) no-repeat;
}
.service_list #menu03 a:hover{
	width:140px;
	background:url(/stay/img/service/service_menu03_o.gif) no-repeat;
}
.service_list #menu04 a{
	width:80px;
	background:url(/stay/img/service/service_menu04.gif) no-repeat;
}
.service_list #menu04 a:hover{
	width:80px;
	background:url(/stay/img/service/service_menu04_o.gif) no-repeat;
}
.service_list #menu05 a{
	width:80px;
	background:url(/stay/img/service/service_menu05.gif) no-repeat;
}
.service_list #menu05 a:hover{
	width:80px;
	background:url(/stay/img/service/service_menu05_o.gif) no-repeat;
}
.service_list #menu06 a{
	width:80px;
	background:url(/stay/img/service/service_menu06.gif) no-repeat;
}
.service_list #menu06 a:hover{
	width:80px;
	background:url(/stay/img/service/service_menu06_o.gif) no-repeat;
}
.service_list #menu07 a{
	width:110px;
	background:url(/stay/img/service/service_menu07.gif) no-repeat;
}
.service_list #menu07 a:hover{
	width:110px;
	background:url(/stay/img/service/service_menu07_o.gif) no-repeat;
}
.service_list #menu08 a{
	width:110px;
	background:url(/stay/img/service/service_menu08.gif) no-repeat;
}
.service_list #menu08 a:hover{
	width:110px;
	background:url(/stay/img/service/service_menu08_o.gif) no-repeat;
}
.service_list #menu09 a{
	width:110px;
	background:url(/stay/img/service/service_menu09.gif) no-repeat;
}
.service_list #menu09 a:hover{
	width:110px;
	background:url(/stay/img/service/service_menu09_o.gif) no-repeat;
}
.service_list #menu10 a{
	width:140px;
	background:url(/stay/img/service/service_menu10.gif) no-repeat;
}
.service_list #menu10 a:hover{
	width:140px;
	background:url(/stay/img/service/service_menu10_o.gif) no-repeat;
}
/*restaurant */
.restaurant_wire_l{
	width:486px;
	float:left;
}
.restaurant_wire_l dd{
	margin:0 12px 12px 0;
	float:left;
}
.restaurant_wire_l dd.end{
	margin:0 0 12px;
}
.restaurant_wire_r{
	width:486px;
	float:right;
}
.restaurant_wire_r dd{
	margin:0 12px 12px 0;
	float:left;
}
.restaurant_wire_r dd.end{
	margin:0 0 12px;
}
.thm_rap{
	margin:0 0 12px;
}
.thm_rap li{
	margin:0 3px 0 0;
	float:left;
}
.shopinfo_wrap{
	background:#F8F8F8;
	margin:12px 0 0;
	padding:12px 9px;
	border:1px solid #D5D5D5;
}
.shopinfo_wrap #shopname{
	font-size:0.85em;
	font-weight:bold;
	line-height:2.2;
	text-align:center;
	padding:1px 0 0;
	background:#C9C9C9;
}
.shopinfo_wrap #logo{
	width:100%;
	margin:0 0 12px;
	padding:8px 0 12px 0;
	text-align:center;
	background:url(/img/dot_line.gif) repeat-x 0 bottom;
}
.shopinfo_wrap #shopid{
	font-size:0.9em;
	line-height:1.8;
	background:#FFF;
	padding:8px 7px 14px;
	border:1px solid #D5D5D5;
	border-top:none;
}
.topbtn{
	margin:10px 0 0;
}

#stay_pct{
	margin:0 0 20px;
}
#stay_pct li{
	margin:0 1px;
	float:left;
}
#plan_cath{
	padding:6px 0 0;
}
#plan_title{
	font-size:1.70em;
	line-height:1.4;
	padding:0 0 20px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.banquet_plan #plan_title{
	padding:6px 0 6px;
}
#stay_plan_title{
	font-size:1.70em;
	line-height:1.4;
}
#stay_plan_gold{
	color:#BE8704;
	padding:0 0 10px;
}
#stay_plan_cmt{
	padding:0 0 20px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
#plan_pht_01{
	margin:0 0 20px;
}

#plan_cms_wrap{
	float:left;
}
#plan_thm{
	width:202px;
	padding:0 20px 0 0;
	float:left;
}
#plan_thm img{
	max-width:200px;
	margin:0 18px 18px 0;
}

#service_pct{
	margin:30px 0 0;
}
#service_pct li{
	margin:0 15px 0 0;
	float:left;
}
.reserv_btn{
	width:715px;
	height:43px;
	background:url(/restaurant_plan/img/reservation_back.gif) no-repeat;
	margin:30px 0 40px;
}
.reserv_btn ul{
	padding:9px 0 0 256px;
}
.reserv_btn li{
	float:left;
	margin:0 10px 0 0;
}
.plan_title{
	width:560px;
	padding:20px 0 0;
	float:left;
}
.plan_title h2{
	padding:0 0 2px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.restaurant_gold{
	color:#BE8704;
	padding:4px 0 0;
}
.plan_title_wrap{
	padding:0 0 10px;
	border-bottom:1px solid #D5D5D5;
}
.plan_title_wrap .shoplogo{
	min-height:80px;
	padding:0 20px 0 0;
	float:left;
}
.plan_title_wrap .plan_title{
}

/* topics */
#topics_tit{
	font-size:1.6em;
	line-height:1.8;
	margin:0 0 10px;
}
/* mt */
#cms_body{
	font-size:1.2em;
	line-height:1.8;
	margin:30px 0 40px;
}
#cms_body p{
	line-height:1.0;
}
#cms_body br{
	line-height:1.0;
}
#cms_body hr{
	margin:10px 0;
}
/* top news */
#top_news{
	margin:20px 0 40px;
}
#top_news a{
/*	color:#0060AB;*/
	color:#000;
	text-decoration:none;
}
#top_news a:hover{
	color:#BE8704;
	text-decoration:underline;
}
#top_news ul{
	margin:0;
	padding:0;
	background:none;
}
#top_news li{
	width:100%;
	line-height:28px;
	padding:1px 0 0;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
#top_news li span{
	color:#0060AB;
	padding:0 10px 0 0;
}
#top_news li.non{
	background:none;
}

/* stay */
.stay_type_block{
}
.stay_type_block li{
	float:left;
	margin:0 11px 0 0;
}
.stay_type_block li.end{
	float:left;
	margin:0;
}
.stay_tab{
	margin:40px 0 20px;
}
.stay_tab li{
	margin:0 4px 0 0;
	float:left;
}
.stay_tab li.fst{
	margin:0 14px 0 0;
	float:left;
}
.stay_thm li{
	margin:0 14px 0 0;
	float:left;
}
.stay_thm li.end{
	margin:0;
	float:left;
}

.normalbox table{
	width:100%;
	margin:10px 0 0;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
.normalbox th,
.normalbox td{
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.normalbox th{
	font-weight:normal;
	text-align:left;
	padding:4px 0 4px 8px;
}
.lnkbtnlist{
	margin:30px 0 38px;
}
.lnkbtnlist li{
	margin:0 20px 12px 0;
	float:left;
}
.qr_box{
	width:550px;
	height:65px;
	padding:88px 0 0 165px;
	background:url(/stay/img/netreserve/qr_back.gif) no-repeat 0 0;
}

.wine_wrap{
	margin:0 0 10px;
}
.winefont{
	font-size:0.85em;
}

/* service */
.service_subtit{
	margin:30px 0 20px;
}
.service_box{
	margin:10px 0 20px;
}
.service_box h3{
	margin:0 0 10px;
	border-bottom:1px solid #DDD;
}
.service_box h3 span{
	color:#999;
	font-weight:normal;
}
.service_box table{
	width:100%;
}
.service_box th{
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	border-right:1px solid #EFEFEF;
	background:url(/img/line_dot.gif) repeat-x bottom;
	padding:6px 0 6px 8px;
}
.service_box td{
	line-height:1.4;
	background:url(/img/line_dot.gif) repeat-x bottom;
	padding:6px 0 6px 8px;
}
.service_box th span,
.service_box td span{
	font-size:0.9em;
	color:#999;
}
.laundry_box{
	margin:6px 0 20px;
}
.laundry_box table{
	width:70%;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
.laundry_box th{
	font-weight:normal;
	padding:2px 0;
	background:#EDEDED;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.laundry_box td{
	width:25%;
	padding:2px 0 2px 4px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.bodyrub_box{
	margin:6px 0 20px;
}
.bodyrub_box table{
	width:80%;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
.bodyrub_box th{
	font-weight:normal;
	padding:2px 0;
	background:#EDEDED;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.bodyrub_box td{
	padding:2px 0 2px 4px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.daimaru_numlist ul{
	margin:6px 0;
	padding:0 0 0 20px;
}
.daimaru_numlist li{
	list-style:outside;
	list-style-type:decimal;
	padding:0 0 10px;
}
.daimaru li{
	float:left;
	margin:0 8px 0;
}

.omotenasi_wrap{
	margin:15px 0 30px;
}
.omotenasi_wrap .fll{
	float:left;
}
.omotenasi_wrap .flr{
	float:right;
}
.omotenasi_wrap .cmt_r{
	width:290px;
	float:right;
}
.omotenasi_wrap .cmt_l{
	width:290px;
	float:left;
}

/* enjoy */
.enjoy_box{
	padding:0 0 30px;
	margin:0 0 30px;
	background:url(/img/line_dot.gif) repeat-x bottom;
}
.enjoy_box_fst{
	padding:0 0 30px;
	margin:30px 0;
	background:url(/img/line_dot.gif) repeat-x bottom;
}
.enjoy_box .fll,
.enjoy_box_fst .fll{
		float:left;
}
.enjoy_box .flr,
.enjoy_box_fst .flr{
		float:right;
}
.enjoy_cmt_l{
	position:relative;
	width:470px;
	height:330px;
	line-height:1.3;
	float:left;
}
.enjoy_cmt_r{
	position:relative;
	width:470px;
	height:330px;
	line-height:1.3;
	float:right;
}
.enjoy_cmt_llong{
	position:relative;
	width:470px;
	height:330px;
	line-height:1.3;
	float:left;
}
.enjoy_cmt_rlong{
	position:relative;
	width:470px;
	height:330px;
	line-height:1.3;
	float:right;
}
.enjoy_cmt_llong h2,
.enjoy_cmt_rlong h2,
.enjoy_cmt_l h2,
.enjoy_cmt_r h2{
	line-height:1.2;
	padding:0 0 4px;
}
.enjoy_cmt_llong h3,
.enjoy_cmt_rlong h3,
.enjoy_cmt_l h3,
.enjoy_cmt_r h3{
	color:#BE8704;
	font-size:1.0em;
	line-height:1.2;
}
h3.nishi{
	color:#F99;
	/*color:#EEB7B4;*/
	font-size:1.0em;
	line-height:1.4;
}
.enjoy_cmt_llong h3.higashi,
.enjoy_cmt_rlong h3.higashi,
.enjoy_cmt_l h3.higashi,
.enjoy_cmt_r h3.higashi{
	color:#9C6;
	/*color:#CCD28C;*/
	line-height:1.2;
}
.enjoy_cmt_llong h3.minami,
.enjoy_cmt_rlong h3.minami,
.enjoy_cmt_l h3.minami,
.enjoy_cmt_r h3.minami{
	/*color:#F2A263;*/
	color:#F96;
	line-height:1.2;
}
.enjoy_cmt_llong h3.kita,
.enjoy_cmt_rlong h3.kita,
.enjoy_cmt_l h3.kita,
.enjoy_cmt_r h3.kita{
	color:#699;
	/*color:#C5DEC8;*/
	line-height:1.2;
}
h3.kita{
	color:#699;
	/*color:#C5DEC8;*/
	line-height:1.2;
}
.map{
	height:18px;
	line-height:18px;
	padding:0 0 0 50px;
	margin:8px 0 0;
	background:url(/enjoy/img/pct_map.gif) no-repeat;
}
.url{
	height:18px;
	line-height:18px;
	padding:0 0 0 50px;
	margin:4px 0 0;
	background:url(/enjoy/img/pct_url.gif) no-repeat;
}
.tel{
	height:18px;
	line-height:18px;
	padding:0 0 0 50px;
	margin:4px 0 0;
	background:url(/enjoy/img/pct_tel.gif) no-repeat;
}
.url_l{
	height:18px;
	line-height:18px;
	padding:0 0 0 50px;
	margin:14px 0 0;
	background:url(/enjoy/img/pct_url.gif) no-repeat;
}
.textWrap{
	position:absolute;
	width:100%;
	top:0;
	z-index:200;
}
.thmpht_box{
	position:absolute;
	width:100%;
	bottom:0;
	z-index:100;
}
.thmpht_box li{
	float:left;
	margin:0 10px 0 0;
}
.thmpht_box_l{
	width:100%;
	margin:10px 0 0;
}
.thmpht_box_l li{
	float:left;
	margin:0 10px 0 0;
}
.thmpht_box .rvs,
.thmpht_box_l .rvs{
	float:right;
	margin:0 0 0 10px;
}

.toplinkline{
	position:relative;
	height:80px;
	border-bottom:1px solid #D5D5D5;
}
.card_list{
	margin:40px 0;
}
.card_list li{
	text-indent:-1000000px;
	margin:0 2px 2px 0;
	float:left;
}
.card_list li a{
	display:block;
	height:22px;
}
.card_list #menu01 a{
	width:140px;
	background:url(/other/img/clubcard/card_menu01.gif) no-repeat;
}
.card_list #menu01 a:hover{
	width:140px;
	background:url(/other/img/clubcard/card_menu01_o.gif) no-repeat;
}
.card_list #menu02 a{
	width:110px;
	background:url(/other/img/clubcard/card_menu02.gif) no-repeat;
}
.card_list #menu02 a:hover{
	width:110px;
	background:url(/other/img/clubcard/card_menu02_o.gif) no-repeat;
}
.card_list #menu03 a{
	width:110px;
	background:url(/other/img/clubcard/card_menu03.gif) no-repeat;
}
.card_list #menu03 a:hover{
	width:110px;
	background:url(/other/img/clubcard/card_menu03_o.gif) no-repeat;
}
.card_list #menu04 a{
	width:110px;
	background:url(/other/img/clubcard/card_menu04.gif) no-repeat;
} 
.card_list #menu04 a:hover{
	width:110px;
	background:url(/other/img/clubcard/card_menu04_o.gif) no-repeat;
}

.shopname{
	font-size:0.80em;
}

.inquiry_box .inquiry01{
	position:relative;
	width:340px;
	height:260px;
	background:url(/inquiry/img/inquiry01.gif) no-repeat;
	margin:0 0 30px;
	float:left;
}
.inquiry_box .inquiry02{
	position:relative;
	width:340px;
	height:260px;
	background:url(/inquiry/img/inquiry02.gif) no-repeat;
	margin:0 0 30px;
	float:right;
}
.inquiry_box .inquiry03{
	position:relative;
	width:340px;
	height:260px;
	background:url(/inquiry/img/inquiry03.gif) no-repeat;
	float:left;
}
.inquiry_box .inquiry04{
	position:relative;
	width:340px;
	height:260px;
	background:url(/inquiry/img/inquiry04.gif) no-repeat;
	float:right;
}
.inquiry_box .inquiry01 img,
.inquiry_box .inquiry02 img,
.inquiry_box .inquiry03 img,
.inquiry_box .inquiry04 img{
	position:absolute;
	left:20px;
	bottom:24px;
}

/* footer sitemap */
#sitemap_wrap{
	width:100%;
	margin:60px 0 0;
	background:#F4F4F4;
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
}
#sitemap_wrap #sitemap{
	position:relative;
	width:1050px;
	font-size:1.0em;
	line-height:1.8;
	margin:30px auto 0;
}
#sitemap_wrap #sitemap ul{
	margin:0 0 0 26px;
	padding:0 0 30px;
	float:left;
}
#sitemap_wrap #sitemap ul.end{
	margin:0;
	padding:0 0 30px;
}
#sitemap_wrap #sitemap #pagetop_un{
	position:absolute;
	right:0;
	bottom:0;
}

/* promotion */
.promotion_block{
}
.promotion_block #pbnr{
	margin:21px 0 0;
}
.promotion_block #infotit{
	margin:21px 0 0;
}
.promotion_block ul{
	list-style:none;
	margin:0 0 10px 0;
}
.promotion_block li{
	font-size:1.0em;
	line-height:28px;
	background:url(/img/line_dot.gif) repeat-x 0 bottom;
}
.promotion_block li a{
	color:#000;
	text-decoration:none;
}
.promotion_block a:hover{
	color:#BE8704;
	text-decoration:underline;
}
.promotion_block li span{
	color:#0060AB;
	padding:0 10px 0 0;
}
.promotion_block li.non{
	margin:0;
	padding:0;
	line-height:1.0;
	background:none;
}

/* smartphone */
body{
	font-size:12px;
}
.clr{
	clear:both;
	margin:0;
	padding:0;
}

/* kokokara */
body{
	font-size:12px;
}
.clr{
	clear:both;
	margin:0;
	padding:0;
}

/* 2014.04.25 */
#rec_title{
	position:relative;
	width:715px;
	height:44px;
	margin:40px 0 22px;
	background:url(/company/img/recruit/subtitle03.gif) no-repeat;
}
#rec_title img{
	position:absolute;
	top:0;
	right:0;
}

/* 2014.05.01 */
#rec_title2{
	position:relative;
	width:715px;
	height:55px;
	margin:40px 0 22px;
	background:url(/company/img/recruit/subtitle03_2.gif) no-repeat;
}
#rec_title2 img{
	position:absolute;
	top:4px;
	right:0;
}

/* 2014.09.09 */
h3.link_tit{
	position:relative;
	width:715px;
	height:50px;
	background:url(/stay/img/netreserve/subtitle01.gif) no-repeat;
}
h3.link_tit img{
	position:absolute;
	top:0;
	right:0;
}

/* 2014.09.24 */
.res_checkBtn{
	cursor:pointer;
}
.res_checkBox{
	display:none;
	position:absolute;
	top:45px;
	right:10px;
	width:400px;
	padding:6px 8px;
	box-sizing:border-box;
	border:1px solid #c9c9c9;
	z-index:99999;
	background:#fff;
	opacity:0.9;
	filter:alpha(opacity=90);/*IE7*/
}
.res_checkBox li{
	line-height:32px;
	border-bottom:1px dotted #d9d9d9;
	background:url(../img/side/pict_optima_arrow.png) no-repeat 0 12px;
	padding:0 0 0 16px;
}
.res_checkBox li:first-child{
	font-size:1.0em;
	font-weight:bold;
	background:none;
	padding:0;
}
.res_checkBox li:last-child{
	border-bottom:none;
}

.lnkbtnlist{
	position:relative;
}

.lnkbtnlist .res_checkBtn2{
	cursor:pointer;
}
.lnkbtnlist .res_checkBox2{
	display:none;
	position:absolute;
	top:35px;
	left:230px;
	width:360px;
	padding:6px 8px;
	box-sizing:border-box;
	border:1px solid #c9c9c9;
	z-index:99999;
	background:#fff;
	opacity:0.9;
	filter:alpha(opacity=90);/*IE7*/
}
.lnkbtnlist .res_checkBox2 li{
	line-height:32px;
	border-bottom:1px dotted #d9d9d9;
	background:url(../img/side/pict_optima_arrow.png) no-repeat 0 12px;
	padding:0 0 0 16px;
	float:none;
}
.lnkbtnlist .res_checkBox2 li:first-child{
	font-size:1.0em;
	font-weight:bold;
	background:none;
	padding:0;
}
.lnkbtnlist .res_checkBox2 li:last-child{
	border-bottom:none;
}

/* 2014.09.26 */
.box_area select.sizechange{
	font-size:12px;
}

/* news release 2014.11.11 */
#yearlist a{
	color:#333;
	display:inline-block;
	font-size:1.15em;
	font-weight:bold;
	text-decoration:none;
	margin:0 4px 4px 0;
	padding:3px 21px;
	background:#e6e6e6;
}
#yearlist a:hover,
#yearlist a:active{
	color:#fff;
	background:#0060ab;
}
h3.archive_tit{
	font-size:1.6em;
	line-height:2.0em;
	margin:0 0 30px;
	padding:0;
	border-bottom:1px solid #e0e0e0;
}