﻿/* Globals */

/* Font
-----------------------------------------------------------------------------------------------------------*/
html {font-size: 100%;}

body,
input,
select,
textarea,
button,
.ui-btn {
	font-size: 1em;
	line-height: 1.3;
	font-family: ヒラギノ角ゴ Pro W3 /*{global-font-family}*/;
}
.close-btn{ width:90%; margin:0 auto; padding-top:10px;}

legend,
.ui-input-text input,
.ui-input-search input {
	color: inherit;
	text-shadow: inherit;}
.txt_red01 {color:#CC0000}

.goto_bnr{padding-top: 10px;}

#goto_stop .ttl{ width: 100%; padding: 10px 0; background-color:#509F7D; text-align: center; margin-top: 10px; color:#fff; font-size: 16px; font-weight: bold;}
#goto_stop .txt_box{border: 3px solid #509F7D; padding: 10px;}
/*--オリジナルカラー--*/
.ui-btn-up-f {
  text-decoration: none;
  border: 1px solid #FFF;
  background:       none;
  color:        #666;
  font-weight: 700;
  text-shadow:none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image:  -moz-linear-gradient(top, #fff, #fff);
  background-image:   -ms-linear-gradient(top, #fff, #fff);
  background-image:   -o-linear-gradient(top, #fff, #fff);
  background-image:     linear-gradient(top, #fff, #fff);
}
.ui-btn-hover-f ,
.ui-btn-down-f , 
.ui-body-f .ui-btn-active {
  text-decoration: none;
  border: 1px solid   #FFF;
  background:       none;
  color:        #666;
  font-weight: 700;
  text-shadow:none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C8BAB3));
  background-image: -webkit-linear-gradient(top, #fff, #C8BAB3); 
  background-image:  -moz-linear-gradient(top, #fff, #C8BAB3); 
  background-image:   -ms-linear-gradient(top, #fff, #C8BAB3); 
  background-image:   -o-linear-gradient(top, #fff, #C8BAB3); 
  background-image:     linear-gradient(top, #fff, #C8BAB3);
}
.ui-body-f .ui-icon-checkbox-on, 
.ui-body-f .ui-checkbox-on .ui-icon, 
.ui-body-f .ui-radio-on .ui-icon {
  background-color: none;
}

.ui-body-g{
	background: url(../images/bg.jpg);
}
/*--オリジナルカラー--*/
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label, div.ui-controlgroup-label {font-weight: normal; font-size: 12px;}

/*--プラン一覧のリンクカラー--*/
/*.ui-btn-active a:link{color:#333; border-color:#633 ;text-shadow:none;}
.ui-btn-active a:active{ color:#333; background:#E5D6B6; border-color:#633; text-shadow:none; -webkit-tap-highlight-color : rgba(0,0,0,0)}
.ui-btn-active a:visited{color:#333; border-color:#633; text-shadow:none;}
.ui-btn-active a:hover{color:#333; background:#E5D6B6; border-color:#633; text-shadow:none; -webkit-tap-highlight-color : rgba(0,0,0,0)}*/

/*--タイトルタグ--*/
.header{position: fixed;}
.ui-header{
	 background: url(../images/bg.jpg);
	border-top: 5px solid #724656;
	-webkit-background-size:100% 110px;
	background-size:100% 110px;
	position:relative;
	height:110px;
	z-index:1;
	text-align: left;
}
.ui-header h1{
	text-indent:-9999px;
	background: url(../images/logo.png) no-repeat top left;
	width:150px;
	height:70px;
	min-height:70px;
	padding:0;
}
@media only screen and (-webkit-min-device-pixel-ratio:2){
.ui-header h1{
	background-image: url(../images/logo@2.png) no-repeat top left;
	-webkit-background-size:150px 70px;
	background-size: 150px 70px;
}

}
h2{text-shadow: none; font-size: 18px; text-align: center; margin: 0; padding: 0;}
h3{background-color: #724656; padding: 10px; margin: 20px 0 0 0; text-shadow: none; font-size: 16px; color: #FFF;}
#rh2{text-shadow: none; font-size: 16px; color:#523333; margin:20px 0 10px 0; text-align: center;}
#dh3{text-align: left; background-color: #FFF;}
.txt_warp{text-align: center; margin:50px auto 0px auto; padding: 0;}
.lead{text-align: center; display: inline-block; font-size: 18px; line-height: 1.5em; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; color: #333;
margin-bottom: 10px;}
.txt2{text-align: left; display: inline-block; font-size: 1em; line-height: 1.8em; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
.txt {padding: 5px 0; font-weight: bold; text-shadow: none; font-size: 1em;}
p {margin: 0; text-shadow: none; font-size: 0.9em; line-height: 1.5em;}
.kumamoto_tabi{padding-bottom: 5px;}
#topics{ width: 100%; margin:10px auto; border: 1px #7b6c3e solid; text-align: left;}
.topics_inner{ padding: 10px; font-size: 13px;}
#topics p{ text-align: center; font-size: 16px; padding-bottom: 10px;}
/*--ページ、ヘッダー、コンテンツ--*/
.ui-page{  margin: 0; padding: 0;}

h2 img{ width: 80%;
	max-width: 300px;
	min-width: 150px;
	height: auto;
}

/*.ui-header img{ display: block; text-align: left;}*/
/*1.0em 5% 0.8em*/

.ui-header .ui-btn-icon-notext{top: 20px;}
.ui-header .ui-btn-right{right: 10px;}
.ui-header .ui-btn-left{left: 10px;}
.ui-content{padding:0 5% 20px 5%; margin: 0 auto; color:#666;}/*contentの背景*/


/*---スライドショー---*/
.flexslider{
    border:none;
    box-shadow:none;
	background: url(../images/bg.jpg);
	}/*flexsliderの背景*/
 
/*--コントロールナビ色変更--*/
/*.flex-control-paging li a {background:#f98e8e;}
.flex-control-paging li a:hover{background:#f60101;}
.flex-control-paging li a.flex-active{background:#f60101;}*/

/*---下層ページの画像---*/
.img_w{width: 100%;}

/*--ページトップへ--*/
/*.pagetop{
	padding-top: 50px;
	text-align: center;
	text-shadow: none;}*/

/*--フッター--*/
.ftr_info {
	color: #FFF;
	font-size: 16px;
	text-shadow: none;
	background:url(../images/bg02.jpg);
	padding: 20px 0;
	text-align:center;}
.ftr_tel{font-size:20px; color: #FFF; text-shadow:none;}
.ftr_info a:link {color: #E4C59F;}
.ftr_info a:active {color: #E4C59F;}
.ftr_info a:visited {color:#FFF;}
.ftr_info a:hover{color: #E4C59F;}


#footer{
	text-align: center;
	padding: 20px 0 15px;
	font-size: 10px;
	color: #FFF;
	text-shadow: none;
background:url(../images/bg02.jpg);}


/*------------リスト・ボタン系-----------------*/
/*--文字省略なし(ヘッダー・フッター含む)---*/
.ui-header .ui-title,
.ui-footer .ui-title,
.ui-btn-inner,
.ui-li-heading,
.ui-li .ui-btn-text a.ui-link-inherit,
.ui-li-desc{
	overflow: visible;
	white-space: normal;}
/*-ボタンコーナー部分-*/
.ui-btn-corner-all{border-radius: 5px;}

/*-ボタンサイズ-*/
.ui-btn-inner{padding: 5px 20px;}

/*-ヘッダー ボタンコーナー部分-*/
.ui-header .ui-btn-corner-all{border-radius: 15px;}

/*-リストビュー リスト名部分-*/
.ui-li .ui-btn-text a.ui-link-inherit{font-size: 12px;}

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit{
	min-height: 20px;
	padding-left: 60px;}

/*-リストビュー サムネイル部分-*/

.ui-listview .ui-li-thumb {
	max-height: 36px;
	max-width: 36px;
	left: 8px;
	top: 12px;
 
}
li.toplist_menu1 {border-color:#fff;}
li.toplist_menu1 a:link{background:#635147; text-shadow:none; border-color:#fff; color:#fff;}
li.toplist_menu1 a:visited{background:#635147; text-shadow:none; border-color:#fff; color:#fff;}
li.toplist_menu1 a:hover{background:#4B3F36; text-shadow:none; border-color:#fff; color:#fff;}
li.toplist_menu1 a:active{background:#4B3F36; text-shadow:none; border-color:#fff; color:#fff;}

li.toplist_menu1 p {padding: 17px 0 0 10px; font-weight: bold; font-size: 14px;}

li.toplist_menu2 { background:#4B3F36; color: #fff; border-top: 1px solid #FFF; border-bottom: 1px solid #fff;}
li.toplist_menu2 h2{ padding-top: 20px;}
li.toplist_menu2 p{text-align: center; font-size: 1rem;}
li.toplist_menu3 { background:#3EBBEF; color: #fff; border-top: 1px solid #FFF; border-bottom: 1px solid #fff;}
li.toplist_menu3 h2{ padding-top: 20px;}
li.menu3 {font-size: 12px; border-color:#CCC; color: #666;}

#plan { padding-top: 10px;}
#plan .ui-listview .ui-li-thumb {
	max-height: 85px;
	max-width: 85px;
	left: 8px;
	top: 10px;
}
#plan li.planlist_menu1 img {min-height:80px;}
#plan li.planlist_menu1 p {padding: 5px 0 0 40px; font-weight: bold; font-size: 13px;}
#plan .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
padding-left: 10px;
min-height: 80px; }
#plan li.planlist_menu1 {border-color:#333;}
#plan li.planlist_menu1 a:link{border-color:#CCC;}
#plan li.planlist_menu1 a:active{border-color:#CCC; background-color:#C8BAB3; color: #333;}
#plan li.planlist_menu1 a:visited{border-color:#CCC;}
#plan li.planlist_menu1 a:hover{border-color:#CCC;}

#plan .ui-li-thumb, .ui-li-icon {

position: inherit;

}
/*-お料理-*/
.btn_plan{width:100%; display:inline-block; margin:10px 0 20px 0;}
.btn_plan p{ width:280px; margin:0 auto; padding-top:5px;}


/*-お部屋-*/

#rm_info {text-align: left; margin:10px 0 50px 0; font-size: 12px; line-height: 1.2; width:100%;
    max-width: 100%;
    height: auto;}
#rm_info table{margin:0 auto; table-layout: fixed; border-collapse:collapse;}	
#rm_info th {padding: 5px;
	border-bottom:1px solid #999966;
	color:#330;
	font-weight:bold;
	background: url(../images/bg.jpg);  white-space: nowrap;text-align:left; line-height:28px; vertical-align:middle;
}	
#rm_info td	{
	padding: 5px;
	border-bottom:1px dotted #999966;
	text-align:left;  background: url(../images/bg.jpg);
}
/*-コロナ対策-*/
#measures{
width: 100%;
display: -webkit-box;　/* Safari,Google Chrome用 */
display: -moz-box;　/* Firefox用 */
	text-align: center;
	margin-top: 10px;

}
#measures .inner1,#measures .inner2{
	
	width:50%;
	-webkit-align-items: flex-end; /* 縦方向中央揃え（Safari用） */
	 -ms-align-items    : flex-end;  /* IE10        */
align-items: flex-end; /* 縦方向中央揃え */
	text-align: center;
	margin-bottom:20px;
	
}
#measures .inner1{margin-right:10px;}
#measures .inner1 img,#measures .inner2 img {
	max-width: 100%;
	
}

.me_lead{text-align:center; display: inline-block; font-size: 1em; line-height: 1.8em; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
/* .ui-content
-------------------*/
#ai_bnr{margin-top: 20px;}

#home .ui-content  {margin:0 auto;}
/*
 .ui-content .recommend
-------------------*/
#home .ui-content .recommend{
	text-align:center;
	font-size: 80%;

}
#home .ui-content .recommend img{
	border:solid 3px #724656;
	max-width:158px;

}
#home .ui-content .recommend a{
	position:relative;
	display:inline-block;
	padding-top:5px;
	text-decoration:none;
}

#price01 table{margin:0 auto; table-layout: fixed; border-collapse:collapse;}
#price01 {text-align: left; margin:0; border-top: #ccc 1px solid; font-size: 12px; line-height: 1.2; width:100%;
    max-width: 100%;
    height: auto;}
	
#price01 th {padding: 5px;
	border-bottom: #ccc 1px solid;border-left: #ccc 1px solid;border-right: #ccc 1px solid;
	background: #eee;white-space: nowrap;text-align:center;font-weight: normal; line-height:1.5em; vertical-align:middle;
}
	
#price01 td	{
	padding: 5px;
	border-bottom: #ccc 1px dashed;
	border-right: #ccc 1px solid;
	text-align:right; background: #fff;
}
#price01 th.oct{background-color: #BFEFFF;}
#price01 th.nov{background-color: #FFDFBF;}
#price01 th.mar{background-color: #BFDFFF;}
#price01 th.apr{background-color: #FFBFBF;}
.plan-nav{
	text-align:center;
	margin-top:10px;
	background:#FFF;
	border-bottom: 1px solid #FFF;
}

.plan-nav>div{
	display:inline-block;
	margin-bottom:30px;
}
.plan-nav .ui-btn-inner{
	padding:.6em 5px;
	padding-right:10px;
}

.plan-nav a:link{background:#635147; border-color: #FFF; text-shadow:none; color:#FFF;}
.plan-nav a:visited{background:#635147; border-color: #FFF; text-shadow:none; color:#FFF;}
.plan-nav a:hover{background:#4B3F36; border-color: #FFF; text-shadow:none; color:#fff;}
.plan-nav a:active{background:#4B3F36; border-color: #FFF; text-shadow:none; color:#fff;}
.banq_info{
	width:100%;
	height:200px;
	text-align:center;
	padding-top:100px;
}
/*--------------------------------
pagetop
---------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
	z-index: 50;
}
 
#page-top a {
    display: block;
    background: #1B1B13;
    color: #fff;
    width: 70px;
	height: 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  line-height: 70px;
  vertical-align: middle;

}
 
#page-top a:hover {
    -ms-filter: "alpha( opacity=80 )"; /* IE8 */
	filter: alpha( opacity=80 ); /* IE6とIE7 */
	opacity: 0.80; /* IE以外 */
    text-decoration: none;
}