@charset "UTF-8";


/* Common　各ページ共通
-------------------------------*/

#pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 55px;
	color: #FFF;
	cursor:pointer;
	z-index:100;
	line-height: 18px;
}
#pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #251f45;
}

#pagetop a:hover {
	background: #3e327c;
}

@media screen and (max-width:667px){
#pagetop {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	bottom: -50px;
	right: 0px;
	color: #FFF;
	cursor: pointer;
	z-index: 100;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
}
}

#hide{
	position: absolute;
	top: -1000px;
}

/* 詳しくは
-------------------------------*/

.more{
	background: #998048!important;
	color: #FFF!important;
	text-align: center!important;
}

.more a {
	display:block;
	transition: 0.3s ease-in-out;
}

.more a:link,
.more a:visited,
.more a:active{
	color: #FFF;
}

.more a:hover{
	background: #AD9152;
	color: #FFF;
}

/* wrapper　ページ全体の幅や色、配置
-------------------------------*/
#wrapper {
	background: #FFFFFF;
	width: 100%;
}

/* header all
-------------------------------*/
@media screen and (max-width:667px){
#header_all{
	display:flex;
	flex-direction: column;
}
}

/* header bbhロゴ
-------------------------------*/

#head_bbh{
	background-image: linear-gradient(0deg, #d6c1c0 10%, #eee1e1 40%, #ffffff 100%);
	height:auto;
	width: 100%;
	min-width:960px;
}

#head_bbh_in{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	height:60px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#head_bbh_in img{
	width: 100%;
	height: auto;
}

#head_bbh_in #h_rogo1 img,#head_bbh_in #h_rogo2 img{
	height: auto;
	width: 100%;
}

@media screen and (max-width:667px){
#head_bbh{
	background: #F7F3F0;
	min-width:0px;
}
#head_bbh_in{
	width: 98%;
	height: 30px;
}
#head_bbh #head_bbh_in #h_rogo2{
	display: none;
}
}


/* header_info　ページ上部
-------------------------------*/

#header_info {
	height: auto;
	width: 100%;
	min-width:960px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header_infoInner {
	height: auto;
	width: 98%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#head_navi_left{
	width: 100%;
	max-width: 650px;
	height: auto;
	display: flex;
	align-items: flex-end;
}

#head_navi_left h2{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 16px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 10px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}
	
#head_navi_right{
	text-align: right;
	width: 100%;
	max-width: 450px;
	height: auto;
	margin-top: 10px;
}

#head_navi_tel{
	font-size: 30px;
}

#header_infoInner ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 5px;
}

#header_infoInner ul li{
	margin-left: 15px;
	line-height: normal;
	white-space: nowrap;
}

#header_infoInner ul li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 5px;
	font-size: 9px;
}


@media screen and (max-width:667px){
#header_info {
	min-width:0px;
}
#header_infoInner{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#head_navi_left{
	align-items: flex-end;
}
#head_navi_left h1 img{
	max-width:300px;
	height:auto;
}
#head_navi_left h2{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 13px;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 5px;
}
#head_navi_right{
	display: none;
}
#header_infoInner ul{
	display: none;
}
}


/* navi　ページナビゲーション
-------------------------------*/
#navi {
	width: 100%;
	height:auto;
	min-width: 960px;
	background: #251f45;
	z-index: 100;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
}

@media screen and (-ms-high-contrast: none){
*::-ms-backd,#navi {
	display: none;
}
}

#naviInner{
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#naviInner ul {
	width: 100%;
	max-width: 960px;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #000;
	border-right: 1px solid #3e327c;
	box-sizing: border-box;
}

#naviInner ul li {
	width: 100%;
	text-align: center;
	border-left: 1px solid #3e327c;
	border-right: 1px solid #000;
	box-sizing: border-box;
	line-height: 1;
	font-family: 'Noto Serif JP', serif !important;
	z-index:0;
	position:relative;
	display:block;
}

#naviInner ul li::before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	bottom: 0;
	transition: 0.3s ease-in-out;
	background:#251f45;
}

#naviInner ul li::after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	bottom: 0;
	background: linear-gradient(0deg,#fff3b8 0%,#fff3b8 6%,#3e327c 6%,#3e327c 100%);
}

#naviInner ul li:last-child::before {
	background: #998048;
}

#naviInner ul li:last-child::after {
	background: linear-gradient(0deg,#fff3b8 0%,#fff3b8 6%,#AD9152 6%,#AD9152 100%);
}

#naviInner ul li a{
	display: block;
	padding: 18px 0 19px 0;
}

.nav_e{
	font-size: 9px;
	color: #fff3b8;
	font-family: 'Cinzel', serif !important;
}

#navi a:link,
#navi a:visited,
#navi a:active,
#navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width:667px){
#navi{
	min-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 96%;
	box-shadow: none;
}
#naviInner ul {
	height: auto;
	display:flex;
	flex-wrap: wrap;
	border-left: 0px;
	border-right: 0px;
}
#naviInner ul li {
	width: 50%;
	border-top: 1px solid #3e327c;
	border-bottom: 1px solid #000;
}
#naviInner ul li::after {
	background: #3e327c;
}
#naviInner ul li:last-child {
	width: 100%;
	border: 0px;
}
#naviInner ul li:last-child::after {
	background: #AD9152;
}
}

/*-------マウスオン-------*/
#naviInner ul li {
	transition: 0.3s ease-in-out;
}

#naviInner ul li:hover::before{
	opacity:0;
}
#naviInner ul .active::before{
	opacity:0;
}

/* mainvisual メイン画像
-------------------------------*/
#mainvisual {
	width: 100%;
	min-width: 960px;
	height: auto;
	position: relative;
	background: #F7F4EE;
}

#mainvisualInner {
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.slider02{
	display: none;
}

#mainvisualInner h3 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width:667px){
#mainvisual {
	min-width: 0px;
}
.slider01{
	display: none;
}
.slider02{
	display: block;
}
}

/*js行が動くまでは2枚目以降を非表示*/
.slider01 p:not(:first-child){
    display: none;
}
.slider02 p:not(:first-child){
    display: none;
}

.main_img_t {
	position: absolute;
	height: auto;
	text-align: center;
	z-index: 10;
	top: 32%;
	left: 60%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.main_img_t h3 {
	font-size: 30px;
	/*text-shadow: 2px 2px 10px #333333,-2px -2px 10px #333333;*/
	text-shadow: 1px 1px 2px #ffffff,-1px -1px 2px #ffffff;
	font-family: 'Noto Serif JP', serif !important;
	line-height: 40px;
	margin-bottom: 10px;
}

.main_img_t h3 span {
	font-size: 40px;
}

.main_img_t h4 {
	font-size: 18px;
	/*text-shadow: 1px 1px 10px #333333,-1px -1px 10px #333333;*/
	text-shadow: 1px 1px 2px #ffffff,-1px -1px 2px #ffffff;
	font-family: 'Noto Serif JP', serif !important;
	line-height: 18px;
	margin-bottom: 10px;
}

.main_img_t h4 span {
	font-size: 30px;
}

.main_img_t ul{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif !important;
	line-height: 18px;
}

.main_img_t ul li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #454545;
	/*text-shadow: 1px 1px 10px #333333,-1px -1px 10px #333333;*/
	text-shadow: 1px 1px 2px #ffffff,-1px -1px 2px #ffffff;
}

.main_img_t ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

@media screen and (max-width:667px){
.main_img_t {
	top: 50%;
	left: 50%;
	white-space: nowrap;
	text-shadow: 2px 2px 2px #ffffff,-2px -2px 2px #ffffff;
	background: rgba(255,255,255,0.8) ;
	padding: 20px 30px;
}

.main_img_t h3 {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 2.5em;
}
.main_img_t h3 span {
	font-size: 25px;
}
.main_img_t h4 {
	margin-bottom: 0px;
	font-size: 16px;
}
.main_img_t ul{
	display: none;
}
}

/* container
-------------------------------*/
#container {
	width: 100%;
	height:auto;
	padding-bottom: 50px;
}
@media screen and (max-width:667px){
#container {
	padding-top: 10px;
	padding-bottom: 0px;
}
}

/* content
-------------------------------*/
#content {
	width: 100%;
	max-width: 960px;
	min-width: 960px;
	height: auto;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:667px){
#content {
	width: 96%;
	min-width: 0px;
	flex-wrap: wrap;
	flex-direction: column;
}
}


/* sub_content
-------------------------------*/

.sub_content{
	width: 100%;
	max-width: 960px;
	min-width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:667px){
.sub_content{
	width: 96%;
	min-width: 0px;
}
}


/* パンくず
-------------------------------*/

.breadcrumb {
	padding: 10px 10px;
	overflow: hidden;
	text-align: right;
	height: auto;
	width:100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb li{
	display: inline;/*横に並ぶように*/
	list-style: none;
	color: #999;
	font-size: 12px;
}

.breadcrumb li a {
    text-decoration: none;
	color: #999;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb i{
	margin-right: 10px !important;
	margin-left: 10px !important;
}

@media screen and (max-width:667px){
.breadcrumb {
	display: none;
}
}


/* indexLR
-------------------------------*/

#indexLeft {
	width: 270px;
	padding: 10px;
	background: #F7F4EE;
	font-family: 'Noto Serif JP', serif !important;
}

#indexLeft img{
	background: #FFF;
}

#indexRight {
	width: 650px;
	height:auto;
}

#contentTitle_top {
	border-bottom: 1px dotted #ccc;
}

@media screen and (max-width:667px){
#indexLeft {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin: 20px 0;
}
#indexRight {
	width:100%;
	min-height:0px;
	margin-right: auto;
	margin-left: auto;
}
#indexLeft p{
	width: 250px !important;
	margin-right: auto;
	margin-left: auto;
}
}

/* 宿泊予約
-------------------------------*/

#reservation{
	height: auto;
	width: 100%;
	min-width: 250px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #efefef;
	box-sizing: border-box;
}

#reservation dl{
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 100%;
}

#reservation dl dt{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid #454545;
}

#reservation dl dd{
	position: relative;
	width: auto;
	background: #251f45;
	color: #FFF;
	border-top: 1px solid #3e327c;
	border-bottom: 1px solid #000;
}

#reservation dl dd::before{
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translate(0%, -50%);
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: 10px;
}

#reservation dl dd:first-child{border-top: 0px;}
#reservation dl dd:last-child{border-bottom: 0px;padding-bottom: 2px;}

#indexLeft dl dd:hover{
	background: #3e327c;
}

#reservation dl dd a{
	display: block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
}

#reservation dl dd a,
#reservation a:visited,
#reservation a:active,
#reservation a:hover{
	color: #FFF;
	display: block;
}

@media screen and (max-width:667px){
#reservation{
	padding: 10px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
#reservation dl{
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 80%;
}
}

#tel_access{
	background: #FFF;
	width: 100%;
	border: 1px solid #efefef;
	text-align: center;
	padding: 15px 0px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#tel_left{
	font-size: 26px;
	line-height: 1.6em;
}

#tel_access dd{
	text-align: center;
	margin: 7px auto 0px;
	height: auto;
	width: 180px;
	color: #FFF;
	background: #251f45;
	line-height: 3em;
}

#tel_access dd a{
	color: #FFF;
	display: block;
}

#reservation dl dd,#tel_access dd {
	transition: 0.3s ease-in-out;
}

/* トップインフォメーション
-------------------------------*/

#information {
	width: 100%;
	height: auto;
	padding: 10px;
}

#information dl{
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	line-height: 1.6em;
}

#information dl:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#information dl dt{
	color: #32210d;
	font-size: 14px;
	margin-bottom: 5px;
}

#information dl dt::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	padding-right: 5px;
	font-size: 12px;
}

#information a,
#information a:visited,
#information a:active{
	color: #454545;
	text-decoration: underline;
}

#information a:hover{
	color: #454545;
	text-decoration: none;
}

@media screen and (max-width:667px){

}

/* 最低価格宣言バナー部分
-------------------------------*/

#hp_tokuten{
	line-height: 3em;
	color: #FFF;
	text-align: right;
}

#hp_tokuten a{
	display: block;
	background: url(../../img/hp_tokuten_bg.jpg);
	padding: 0px 10px;
}

#hp_tokuten a:link,
#hp_tokuten a:visited,
#hp_tokuten a:active,
#hp_tokuten a:hover {
	color: #FFF;
	text-decoration: none;
}

#hp_tokuten a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

#hp_tokuten a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 朝食バナー部分
-------------------------------*/

#breakfast_bnr{
	line-height: 1.7em;
	border: 1px solid #efefef;
}

/* gmap
-------------------------------*/
@media screen and (max-width:667px){
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}

/* index column
-------------------------------*/

.spot{
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


/*タブ表示
-------------------------------*/ 

.content_area {
	width:auto;
	height:auto;
	border: 1px solid #efefef;
	padding: 30px 10px;
}

#tabs_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#tabs_menu li{
	width: 48%;
	padding: 10px 15px;
	color: #FFF;
	cursor: pointer;
	/* border-radius */
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	background: #251e4a;
	text-align: center;
}

#tabs_menu li.select{
	background: #3E327C;
	font-weight: bold;
}

.hide{display:none;}

#tabs_menu a:link,
#tabs_menu a:visited,
#tabs_menu a:active,
#tabs_menu a:hover {
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width:667px){
.content_area {
	padding: 30px 10px;
	margin-bottom: 30px;
}
#tabs_menu{
	width: 100%;
}	
}


/* footer
-------------------------------*/
#footer {
	width: 100%;
	background: #251f45;
	height: auto;
	padding: 30px 0px;
	color: #FFFFFF;
}

#footerInner {
	width: 90%;
	max-width: 1200px;
	min-width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	display: flex;
	justify-content: space-around;
}

#footer_add {
	text-align: left;
	white-space: nowrap;
	line-height: 1.8em;
}

#footermenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 20px;
}

#footermenu li{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #9f9f9f;
}

#footermenu li:last-child{
	padding-right: 0px;
	margin-right: 20px;
	border-style: none;
}

#footermenu li:nth-last-of-type(2){
	border-style: none;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#footermenu a:hover {
	text-decoration: underline;
}

#footer_reservation{
	width: 130px;
	text-align: center;
	background: #FFFFFF;
}

#footer_reservation a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: 0.3s ease-in-out;
}

#footer_reservation a{
	background: rgba(153, 128, 72, 1.0);
}
#footer_reservation a:hover{
	background: rgba(153, 128, 72, 0.8);
}

#footer_reservation a:hover {
	text-decoration: none;
}

#footer address {
	text-align: right;
	font-size: 11px;
	font-style: normal;
	color: #fff;
}

@media screen and (max-width:667px){
#footerInner {
	min-width: 0px;
	flex-direction: column;
	padding-top: 30px;
}
#footer_add {
	text-align: center;
}
#footermenu {
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}
#footermenu li{
	width: 50%;
	display: block;
	text-align: center;
	line-height: 35px;
	background: #3e327c;
	padding-right: 0px;
	margin-right: 0px;
	border: 1px solid #251f45;
	box-sizing: border-box!important;
}
#footermenu li:hover{
	background: #3e327c;
}
#footermenu li a{
	display: block;
}
#footermenu li a:hover{
	text-decoration:none;
}
#footer_reservation{
	width: 50%;
	display: block;
	text-align: center;
	line-height: 35px;
}
#footer_reservation a{
	padding-top: 0px;
	padding-bottom: 0px;
}
#footermenu li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	box-sizing: border-box!important;
	border: 1px solid #251f45;
}
#footermenu li:nth-last-of-type(2){
	border: 1px solid #251f45;
	box-sizing: border-box!important;
}
#footer address {
	margin-top: 30px;
	text-align: center;
	font-size: 8px;
}
}

/*　ページ共通
-------------------------------*/

h2.TopcontentTitle {
	font-size: 16px;
	background: #F4F3EF;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #c4972f;
}

h2.contentTitle {
	border-bottom: 1px dashed #CCCCCC;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	border-left: 5px solid #c4972f;
	margin-bottom: 10px;
	padding-left: 15px;
}


/* 言語選択
-------------------------------*/
.select-box {
	overflow: hidden;
	width: auto;
	z-index: 2;
}

.select-box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 3px 30px 3px 10px;
	color: #454545;
}

.select-box select::-ms-expand {
    display: none;
}

.select01 {
	position: relative;
	outline: 1px solid #dfdfdf;
	border-radius: 2px;
	background: #ffffff;
}

.select01::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	padding: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f107"!important;
	font-weight: bold;
	pointer-events: none;
}




/*予約システム変更のお知らせ*/
#changeinfo{
	width: 100%;
	max-width: 1000px;
	min-width: 0px;
	height: auto;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-color: #FFFFFF;
}

#changeinfo img{
	width: 100%;
	max-width: 1000px;
	transition: 0.3s ease-in-out;
}

#changeinfo a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#changeinfo:hover img {
	filter:alpha(opacity=80);
	opacity: 0.8 ;
}

#changeinfo p:last-of-type{display: none;}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
#changeinfo p:first-of-type{display: none;}
#changeinfo p:last-of-type{display: block;}
}




