@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, 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, sup, 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;
	font-weight: normal;
	font-style: normal;
} 
span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-style: normal;
} 
strong {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-style: normal;
} 
h1, h2, h3, h4, h5, h6 {
    line-height:1;
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin: 0;
	vertical-align: bottom;
	border: none;
	}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}

.ps_r {
	position: relative;
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b100 {margin-bottom: 100px !important;}


.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}

.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}
.p_t70 {padding-top: 70px !important;}
.p_t100 {padding-top: 100px !important;}
.p_t130 {padding-top: 130px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l100 {padding-left: 100px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r8 {padding-right: 8px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.p_10 {padding: 10px !important;}

.fw_b{font-weight: bold !important;}
.fc_red01{color: #BF1D0B !important;}
.fc_blue01{color: #4297C7 !important;}
.fc_red02{color: #b40000 !important;}
.fc_blue02{color: #276687 !important;}

.lh_130{line-height: 1.3;}
.lh_150{line-height: 1.5;}
.lh_180{line-height: 1.8;}

.fs_10{ font-size: 10px;}
.fs_11{ font-size: 11px;}
.fs_12{	font-size: 12px;}
.fs_13{	font-size: 13px;}
.fs_14{	font-size: 14px;}
.fs_15{	font-size: 15px;}
.fs_16{	font-size: 16px;}
.fs_17{	font-size: 17px;}
.fs_18{	font-size: 18px;}

.fw_bold{font-weight: bold;}

.bdr_sb_1{
	border: 1px solid #EEE;
}
.bdr_sb_t1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECEBEA;
}
.bdr_db_1{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #837E76;
}

.bg_white {
	background-color: #FFF;
}
.bg_none {
	background-image: none !important;
}

.list01 {
	padding-left: 1.3em;
}
.list01 li{
	list-style-position: outside;
	list-style-type: disc;
	line-height: 130%;
	margin-bottom: 10px;
}
.list01 li:last-child{
	margin-bottom: 0px !important;
}
.hvr_fd01{}
.hvr_fd02{}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/

body{
	font-size: 14px;
	line-height: 1.6;
	color: #331B11;
	font-family: YuGothic, Yu Gothic,'游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #46352C;  
}
a:hover {
	color: #46352C;
	text-decoration: none;
}
.wrapper {
	width: 100%;
	text-align: center;
	background-image: url(../img/common/bg_wrapper.jpg);
	background-repeat: repeat;
}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON ＊
-------------------------------------------------------*/
.header {
	width: 100%;
	height: 116px;
	background-image: url(../img/common/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 1000;
	position: fixed;
	left: auto;
	top: auto;
}
.header_box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 115px;
}
.header_logo {
	position: absolute;
	left: -3px;
	top: 0px;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 111px;
	width: 206px;
}
.header_logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.header_snv {
	position: absolute;
	top: 0px;
	height: 40px;
	width: 733px;
	left: 247px;
}
.header_snv li {
	float: left;
}
.header_gnv {
	height: 55px;
	width: 733px;
	position: absolute;
	left: 247px;
	top: 43px;
}
.header_gnv li {
	float: left;
}
.header_gnv ul li a {
	display: block;
}

.footer_top {
	background-image: url(../img/common/bg_nami02_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 60px;
	margin-top: -10px;
	z-index: 100;
	position: relative;
}
.footer {
	width: 100%;
	position: relative;
	background-image: url(../img/common/bg_footer.png);
	background-repeat: repeat;
	padding-bottom: 23px;
}
.footer_box {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer_info {
	float: left;
	width: 428px;
}
.footer_info .footer_ttl_box{
	background-image: url(../img/common/footer_ttl_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 18px;
	width: 428px;
}
.footer_info .footer_ttl_box h1{
	float: left;
	height: 50px;
	width: 157px;
}
.footer_info .footer_ttl_box p{
	float: right;
	height: 21px;
	width: 195px;
	padding-top: 29px;
	line-height: 0px;
}
.footer_info dl{
	width: 428px;
	padding-top: 25px;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
}
.footer_info dl dt{
	padding-bottom: 6px;
}
.footer_info dl dd{
	padding-bottom: 12px;
	position: relative;
	letter-spacing: 0.03em;
}
.footer_info dl dd .btn_map {
	height: 26px;
	width: 132px;
	position: absolute;
	right: 0px;
	bottom: 12px;
}
.footer_fb_box {
	float: right;
	width: 500px;
}
.copyright{
	width: 100%;
	background-color: #060100;
	height: 30px;
}
.copyright p{
	color: #D1CDCB;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
	padding-top: 11px;
}
.pagetop {
	z-index: 2000 !important;
	position: relative;
}
.pagetop:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.title_box {
	background-repeat: no-repeat;
	background-position: center 100px;
	text-align: center;
	height: 305px;
	width: 100%;
	padding-top: 100px;
}
.title_box h1{
	margin-top: 40px;	
}

.contents_top{
	background-image: url(../img/common/bg_nami03_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: -10px;
	padding-top: 25px;
	width: 100%;
}
.contents {
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
.pan_box {
	font-size: 13px;
	line-height: 1;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.pan_box li{
	float: left;
	margin-right: 10px;
}
.box {
	clear:both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------------------
　　　　　　　　　＊ TOP ＊
-------------------------------------------------------*/
.top_main {
	background-color: #FFF;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(../img/top/main_photo01.jpg);
	background-repeat: no-repeat;
	background-position: center 110px;
	background-attachment: fixed;
}
.top_main h1{
	background-image: url(../img/top/main_copy.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 460px;
	text-align: center;
	margin-top: -200px;
	position: absolute;
	top: 55%;
	text-indent: -9999px;
	background-position: center top;
	margin-left: -230px;
	left: 50%;
	z-index: 120;
}
.top_main .about {
	height: 49px;
	width: 490px;
	margin-left: -245px;
	position: absolute;
	left: 50%;
	top: 70%;
}
.top_main .tomu{
	position: absolute;
	right: 0px;
	bottom: -53px;
	z-index: 100;
}
.top_main .scroll {
	height: 46px;
	width: 58px;
	margin-left: -29px;
	position: absolute;
	left: 50%;
	bottom: 31px;
}
.top_room {
	width: 100%;
	background-image: url(../img/common/bg_nami01_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: -8px;
	z-index: 15;
	position: relative;
	padding-top: 25px;
}
.bottom_room {
	width: 100%;
	background-image: url(../img/common/bg_nami01_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 16;
	position: relative;
	padding-bottom: 70px;
}
.top_hotspring {
	width: 100%;
	background-image: url(../img/common/bg_nami01_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: -8px;
	position: relative;
	padding-top: 20px;
}
.bottom_hotspring {
	width: 100%;
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;
	z-index: ;
	position: relative;
	padding-bottom: 40px;
}

.top_room h1{
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;	
}
.top_room .roomcopy_box {
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 10px;
}
.top_room .room_copy {
	height: 50px;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}
.top_room .room_box {
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;
	height: 400px;
	width: 100%;
}
.room_box li {
	text-align: center;
	float: left;
	height: 340px;
	width: 330px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
.room_box li:hover{
	cursor: pointer;
}
.room_box li h2{
	height: 142px;
	padding-top: 90px;	
}
.room_box li .price{
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 14px;
	letter-spacing: 0.04em;
}
.room_box li.ganbanyoku {
	background-image: url(../img/top/room_bg_ganbanyoku.jpg);
}
.room_box li.hinoki {
	background-image: url(../img/top/room_bg_hinoki.jpg);
}
.room_box li.sauna {
	background-image: url(../img/top/room_bg_sauna.jpg);
}
.room_box li.iwaburo {
	background-image: url(../img/top/room_bg_iwa.jpg);
}
.room_box li.barrierfree {
	background-image: url(../img/top/room_bg_barrierfree.jpg);
}
.room_box li.jacuzzi {
	background-image: url(../img/top/room_bg_jacuzzi.jpg);
}
.room_box li.color {
	background-image: url(../img/top/room_bg_color.jpg);
}
.room_box li.washitsu {
	background-image: url(../img/top/room_bg_washitsu.jpg);
}
.room_box li.ganbanyoku {
	background-image: url(../img/top/room_bg_ganbanyoku.jpg);
}
.room_box li.pet {
	background-image: url(../img/top/room_bg_pet.jpg);
}


.wideslider {
	width: 100%;
	height: 500px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	bottom: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background-image: url(../img/top/btn_prev.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px !important;
	width: 30px !important;
	bottom: -48px;
	z-index: 210;
	left: 0px;
}
.slider_next {
	background-image: url(../img/top/btn_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px !important;
	width: 30px !important;
	bottom: -48px;
	z-index: 210;
	right: 0px;
}

.pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #331911;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.top_merit {
	background-image: url(../img/top/bg_merit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	margin-top: -10px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.merit_box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.merit_box li{
	background-image: url(../img/top/merit_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 314px;
	padding-bottom: 20px;
	float: left;
	margin-right: 19px;
}
.merit_box p{
	background-color: #FFF;
	width: 300px;
	padding-right: 7px;
	padding-left: 7px;	
}
.merit_box p.photo{
	padding-top: 18px;
	padding-bottom: 17px;
	text-align: left;
}
.merit_box p.copy{
	padding-bottom: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 150%;
	padding-right: 10px;
	padding-left: 10px;
	width: 294px;
}
.merit_box li:hover{
	cursor: pointer;
}



/*------------------------------------------------------
　　　　　　　　　＊ ONSEN ＊
-------------------------------------------------------*/
.title_box.onsen {
	background-image: url(../img/onsen/bg_ttl.jpg);
}
.onsen_table {
	width: 979px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E1DED7;
	border-left-color: #E1DED7;
	margin-top: 40px;
	margin-bottom: 20px;
}
.onsen_table th{
	line-height: 1;
	width: 170px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1DED7;
	border-bottom-color: #E1DED7;
	font-weight: bold;
	background-color: #F9F9F2;
	text-align: center;
}
.onsen_table td{
	line-height: 1;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1DED7;
	border-bottom-color: #E1DED7;
	background-color: #FFF;
}
.higaeri_table_box {
	width: 665px;
	float: left;
}
.higaeri_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5A4E45;
	border-right-color: #5A4E45;

}
.higaeri_table th{
	width: 180px;
	background-color: #F9F9F2;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A4E45;
	border-left-color: ##5A4E45;
}
.higaeri_table th p {
	font-weight: bold;
	background-image: url(../img/common/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
	display: inline-block;
	font-size: 13px;
}
.higaeri_table td{
	width: 120px;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A4E45;
	border-left-color: #5A4E45;
	text-align: right;
}
.photo_higaeri {
	float: right;
	width: 280px;
}
/*------------------------------------------------------
　　　　　　　　　＊ ROOM ＊
-------------------------------------------------------*/
.title_box.room {
	background-image: url(../img/room/bg_ttl.jpg);
}
.room_list {
	background-color: #FFF;
	padding: 25px 0px 0px 25px;
	border: 1px dotted #331911;
}
.room_list li{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	background-image: url(../img/room/ico_room.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.room_list li a{
	text-decoration: none;	
}
.room_list li a:hover{
	text-decoration: underline;	
}
.room_kind_box {
	width: 980px;
	padding-top: 130px;
	padding-bottom: 0px;
}
.room_kind_box h2{
	text-align: center;
	margin-bottom: 40px;	
}
.room_kind_box h3{
	margin-bottom: 12px;	
}
.room_kind_box .text{
	line-height: 160%;
	padding-bottom: 20px;	
}
.room_kind_box .photo{
	margin-bottom: 20px;		
}
.room_kind_box .photo li{
	float: left;
	margin-right: 25px;
	width: 310px;
}
.room_kind_box .room_info {
	padding: 15px 25px 5px;
	width: 928px;
	border: 1px solid #5E4444;
	background-color: #FFF;
	position: relative;
}
.room_kind_box .room_info ul{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F4545;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.room_kind_box .room_info ul li{
	float: left;
	width: 464px;
	padding-bottom: 5px;
}
.room_kind_box .room_info dl dt{
	font-weight: bold;
	color: #B22C00;	
}
.room_kind_box .room_info dl dd{
	padding-bottom: 12px;	
}
.room_kind_box .btn_plan {
	height: 27px;
	width: 190px;
	position: absolute;
	right: 25px;
	bottom: 20px;
}
.room_stay_table {
	width: 979px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #331911;
	border-right-color: #331911;
}
.room_stay_table th{
	font-weight: bold;
	color: #FFF;
	background-color: #331911;
	text-align: center;
	width: 130px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #331911;
	border-left-color: #331911;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1;
}
.room_stay_table td{
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	width: 339px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #331911;
	border-left-color: #331911;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1;
}
.room_content_box .info {
	width: 600px;
}
.room_content_box .photo {
	width: 340px;
}
.room_content_box .info_detail {
	background-color: #FFF;
	padding: 15px 15px 15px;
	width: 568px;
	border: 1px solid #331911;
}
.room_content_box .info_detail .ttl_dayuse_inner {
	font-weight: bold;
	background-image: url(../img/room/ico_ttl_dayuse.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	margin-bottom: 13px;
	line-height: 1;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pet_info_detail {
	background-color: #FFF;
	padding: 15px;
	width: 948px;
	border: 1px solid #B22D00;
	margin-bottom: 20px;
}
.pet_info_detail .ttl_pet_inner {
	font-weight: bold;
	background-image: url(../img/room/ico_ttl_attention.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	margin-bottom: 13px;
	line-height: 1;
	padding-top: 3px;
	padding-bottom: 3px;
}
.room_amenity_box {
	padding: 43px 5px 5px 20px;
	width: 953px;
	border: 1px solid #331911;
	position: relative;
	margin-bottom: 25px;
	background-color: #FFF;
}
.room_amenity_box h2{
	font-weight: bold;
	color: #FFF;
	background-color: #331911;
	text-align: center;
	padding: 6px 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
}
.room_amenity_box li {
	float: left;
	margin-right: 30px;
	margin-bottom: 8px;
	line-height: 1;
}
.room_hotel_photo {
	margin-left: -27px;
	padding-bottom: 15px;
}
/*------------------------------------------------------
　　　　　　　　　＊ RESTAURANT ＊
-------------------------------------------------------*/
.title_box.restaurant {
	background-image: url(../img/restaurant/bg_ttl.jpg);
}
.breakfast_kind .washoku {
	float: left;
	width: 448px;
	text-align: center;
}
.breakfast_kind .yoshoku {
	float: right;
	width: 469px;
	text-align: center;
}
.yadocafe_photo {
	float: left;
	width: 340px;
}
.yadocafe_text {
	float: right;
	width: 600px;
}
/*------------------------------------------------------
　　　　　　　　　＊ ACCESS ＊
-------------------------------------------------------*/
.title_box.access {
	background-image: url(../img/access/bg_ttl.jpg);
}
.photo_access {
	margin-left: 0px;
}
.accessmap_box {
	height: 400px;
	width: 100%;
	margin-bottom: 30px;
}
.sightseeing_table {
	background-color: #FFF;
	float: left;
	width: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E1DED7;
	border-right-color: #E1DED7;
}
.sightseeing_table th{
	background-color: #F9F9F2;
	width: 355px;
	line-height: 1;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1DED7;
	border-left-color: #E1DED7;
}
.sightseeing_table td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1DED7;
	border-left-color: #E1DED7;
	line-height: 1;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}
.sightseeing_photo {
	float: right;
	width: 380px;
}

/*------------------------------------------------------
　　　　　　　　　＊ RESERVATION ＊
-------------------------------------------------------*/
.title_box.reservation {
	background-image: url(../img/reservation/bg_ttl.jpg);
}
.reservation_box {
	padding-bottom: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------------------------
　　　　　　　　　＊ PC to SP ＊
-------------------------------------------------------*/
#spLinkBlockInPc{
	display:none;
}
