@charset "utf-8";

/* -----------------------------------------------
 * スマフォ用
 * ----------------------------------------------- */
/*hover時のちらつき防止*/

html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body{
	font-size:100%;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:1px;
/*	text-align:center;*/
/*	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;*/
/*	font-family:メイリオ, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
/*	font-family:"ヒラギノ丸ゴ Pro", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;*/
/*	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;*/
	font-family: ArialMT, "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro", sans-serif;
/*	background:url(/img/bg.gif) left top repeat-x #FFF;*/
	background:#000;
	margin:10px;

	-webkit-text-size-adjust: none;
}


br{
	letter-spacing:0em;
}

:link,:visited {
    text-decoration:none;
}
html,body,div,
dl,dt,dd,
form,fieldset,input,textarea,
pre,code,blockquote,hr,
th,td,ul,li{
    margin:0;
    padding:0;
}

ul li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin-top:0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}





q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}


a img,:link img,:visited img {
    border:none;
}

.border-top{
	border-top:1px solid #4D4D4D;
	padding-top:5px;
}

.att{
	color:#650000;
}

small{
	font-size:70%;
	line-height:1.1em;
}

big{
	font-size:130%;
}

img{
	max-width:100%;
	vertical-align: bottom;
}

/* -----------------------------------------------
 * FONT
 * ----------------------------------------------- */

a:link{ text-decoration:none; color:#fea621; }
a:visited{color:#fea621; }
a:hover{ text-decoration:underline; color:#006CA1; }
a:active{ text-decoration:underline; color:#0095DE; }


.x-large{ font-size:24px; }
.large{ font-size:18px; line-height: 120%; }
.medium{ font-size:14px; line-height: 130%; }
.normal{ font-size:12px; line-height: 130%;}
.small{ font-size:10px; line-height: 130%;}
.x-small{ font-size:9px; line-height: 120%; }


.reset,.reset li{
	margin:0;
	padding:0;
	list-style:none;	
}


.mrg-t30{
	margin-top: 30px;
}


/* -----------------------------------------------
 * 全ページ共通
 * ----------------------------------------------- */
#container{
	text-align: left;
}

#header{
	position: relative;
	text-align: center;
	height: 90px;
	padding: 10px 0 0;
}

#header nav{
	position: absolute;
	right: 10px;
	top: 10px;
}

#contents{
	padding: 0 3%;
}

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

#plan-search{
	background: #1c1c1c;
	border: 2px solid #666;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

#top-plan-box select{ 
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 20px;
	border-radius: 10px;
}

#top-plan-box input{
	border: 1px solid #CCC;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 10px;
}

.side-rm-inner{
	padding: 0 3%;
}

.block-space{
	border-bottom: 1px dotted #666;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

#search-button{
	background-image: url(../img/btn_search.png);
	background-size: 270px;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 270px;
	height: 59px;
	cursor: pointer;
	border: 0;
	text-indent: -9000px;
	margin: 20px auto 10px;
	display: block;
}

.search-list-btn{
	text-align: center;
}

.search-btn-box{
	margin: 0;
	padding: 0;
}


.search-btn-box li a{
	margin: 0;
	padding: 20px;
	background: #1c1c1c;
	border: 2px solid #666;
	display: block;
	margin: 0 0 10px;
}

.bg-wave{
	background: url(../img/bg_wave.png) center top no-repeat;
	text-align: center;
	font-size: 23px;
	padding: 55px 0 34px;
	margin: 0;
}

.top-greeting dt{
	text-align: center;
	margin: 0 0 20px;
}

.tel{
	text-align: center;
	margin: 50px 0 0;
}

#g-navi{
	margin-bottom: 20px;
	border-top: 1px solid #666;
	margin-top: 50px;
}

#g-navi .listIPhone {
  background-color: #000;
}
#g-navi .listIPhone ul{
}

#g-navi .listIPhone ul li{
	border-bottom: 1px solid #666;
	padding: 10px 0px;
}





#home li#gnavi-home{
	display:none;
}
.listIPhone ul{
	margin: 0;
	padding: 0;
}
.listIPhone li{
	list-style: none;
}

#g-navi .listIPhone ul li a:link{ color: #FFF;}
#g-navi .listIPhone ul li a:visited{ color: #FFF;}
#g-navi .listIPhone ul li a:active{ color: #FFF;}
#g-navi .listIPhone ul li a:hover{ color: #FFF;}


#footer{
	background: url(../img/bg_footer.png) center top;
	text-align: center;
	padding: 20px 0;
}

#footer img{
	margin: 0 0 10px;
}


#copy{
	text-align: center;
	font-size: 9px;
	letter-spacing: -0.02em;
	padding: 5px;
}

.btn-pagetop{
	text-align: right;
	padding: 10px;
	margin: 20px 0;
}

#pankuzu{
	margin: 10px 0;
}


	









/* -----------------------------------------------
 * ロケーション
 * ----------------------------------------------- */
#se-tit{
	font-size: 29px;
}

.page-tit{
	border-bottom: 1px solid #FFF;
}

.fishing-charge{
	display: table;
	border: 1px solid #808080;
	margin: 20px 0;
	width: 100%;
}

.fishing-charge dt, 
.fishing-charge dd{
	display: table-cell;
	padding: 15px 20px;
}

.fishing-charge dt{
	background: #2d2d2d;
}

.tit-sub{
	display: block;
	font-size: 22px;
	margin: 10px 0 0;
}

.btn-spa{
	text-align: center;
	margin: 30px 0 0;
}

.fish-box img{
	margin: 0 10px 0 0;
}

.bg-wave02{
	background: url(../img/bg_wave02.png) center top no-repeat;
	text-align: center;
	font-size: 24px;
	padding: 55px 0 34px;
	margin: 0;
}

.step-box{
	background: url(../img/bg_beige.png);
	padding: 10px 3%;
}

.one-day{
	background: #0C3615;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

.two-day{
	background: #4D1F03;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 20px 0 0;
}

#location-f-sec{
	background: #241708;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
	margin: 50px 0 50px;
	padding: 20px 0;
}

#location-f-sec img{
	margin: 0 0 10px;
}


#location-f-sec ul li{
	float: left;
	width: 42%;
	margin: 0 10px;
}

#location-f-sec ul li span{
	display: block;
	line-height: 1.2em;
}

/* -----------------------------------------------
 * 料理
 * ----------------------------------------------- */
.bf-box{
	background: #FFFAE6;
	padding: 20px 3%;
	color: #333;
	margin: 40px 0 0;
}

.bf-box dt{
	text-align: center;
	font-size: 22px;
	margin: 0 0 10px;
}

.flipsnap span{
	color: #333;
}

.btn-charge{
	text-align: center;
	margin-top: 30px;
}

.cost-table table{
	border-collapse: collapse;
}

.cost-table th{
	border-collapse: collapse;
	border: 1px solid #555;
	padding: 5px;
}

.cost-table td{
	border-collapse: collapse;
	border: 1px solid #555;
	padding: 5px;
}

#cost-body{
	padding: 20px 0;
}

.cost-head{
	background: #c0b074;
	color: #FFF;
	padding: 10px;
	border: 2px solid #e1d9bb;
	margin: 0 0 20px;
}

.cost-head h3{
	margin: 0;
	padding: 0;
}


/* -----------------------------------------------
 * 館内
 * ----------------------------------------------- */
.tit-grad{
	border: 1px solid #4d4d4d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1b1b1b), color-stop(0.00, #3c3c3c));
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #1b1b1b 100%);
	background: -moz-linear-gradient(top, #3c3c3c 0%, #1b1b1b 100%);
	background: -o-linear-gradient(top, #3c3c3c 0%, #1b1b1b 100%);
	background: -ms-linear-gradient(top, #3c3c3c 0%, #1b1b1b 100%);
	background: linear-gradient(top, #3c3c3c 0%, #1b1b1b 100%);
	padding: 10px;
	font-size: 20px;
	margin: 30px 0 10px;
}

.tit-grad span{
	background: url(../img/line_wh.png) left center no-repeat;
	padding: 0 0 0 20px;
}

.graph-spa{
	margin: 0 0 40px;
}


.graph-spa dt{
	background: #1f1f1f;
	border-top: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	border-collapse: collapse;
	padding: 10px;
}

.graph-spa dd{
	border-top: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	border-collapse: collapse;
	padding: 10px;
}

.graph-spa dl:last-child dd{
	border-bottom: 1px solid #4d4d4d;
}

.room-info dt{
	text-align: center;
	font-size: 20px;
	border-bottom: 1px dotted #4d4d4d;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.room-info{
	margin: 0 0 30px;
}



	





/* -----------------------------------------------
 * 周辺案内
 * ----------------------------------------------- */
.seeing-box ul li{
	width: 46%;
	float: left;
	margin: 0 0 40px;
	line-height: 1.0em;
}

.seeing-box ul li:nth-child(odd){
	margin: 0 15px 0 0;
}

.seeing-box .seeing-tit{
	font-size: 16px;
	margin: 10px 0 20px;
	display: block;
	font-weight: bold;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #FFF;
	-webkit-text-fill-color: #FFF;
	text-align: center;
}

.link-btn{
	display: block;
	text-align: center;
	margin: 20px 0 0;
}

.seeing-one{
	width: 50%;
	margin: 0 auto;
	line-height: 1.0em;
}


 /* -----------------------------------------------
 * 交通アクセス
 * ----------------------------------------------- */
.google-map{
	width: 90%;
	margin: 0 auto;
}

.txt-madd{
	text-align: center;
	margin: 10px 0 0;
}

.bnr-jr{
	margin: 30px 0 0;
	text-align: center;
}

.bnr-jr img{
	margin: 10px 0 0;
}


 
 





