@charset "UTF-8";

/* ページトップへ
-------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	cursor:pointer;
	z-index:20;
	line-height:1;
}

#pagetop a {
	display: block;
	width: clamp(3.125rem, 2.165rem + 2.362vw, 5rem);/*サイズ50px-80px／650px-1920px*/
	height: clamp(3.125rem, 2.165rem + 2.362vw, 5rem);
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: #251f45;
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	background-color: #342C62;
	text-decoration: none!important;
}

#pagetop i{
	position: absolute;
	margin-right: 0px !important;
	font-size: clamp(0.813rem, 0.429rem + 0.945vw, 1.563rem);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
}

@media screen and (max-width:600px){
#pagetop {
	bottom: 20px;
	right: 20px;
}
}


/* wrapper　ページ全体の幅や色、配置
-------------------------------*/

#wrapper {
	background: #FFFFFF;
	width: 100%;
}


/* header all
-------------------------------*/

@media screen and (max-width:600px){
#header_all{
	display:flex;
	flex-direction: column;
}
}


/* header bbhロゴ
-------------------------------*/

#head_bbh{
	background:url(../../img/header_bg.jpg) repeat-x;
	height:auto;
	width: 100%;
	min-width:960px;
}

#head_bbh_in{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	height:85px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:600px){
#head_bbh{
	background: #F7F3F0;
	min-width:0px;
}
#head_bbh_in{
	width: 98%;
	height: 30px;
}
#head_bbh #head_bbh_in #h_rogo1 img{
	height: auto;
	width: 40%;
}
#head_bbh #head_bbh_in #h_rogo2{
	display: none;
}
}


/* header_info　ページ上部
-------------------------------*/

#header_info {
	height: auto;
	width: 100%;
	min-width:960px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header_infoInner {
	height: auto;
	width: 98%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}

#head_navi_left{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

#head_navi_left h2{
	width: 100%;
	height: auto;
	font-size: clamp(1.875rem, 1.506rem + 0.91vw, 2.188rem);/*サイズ30px-35px／650px-1200px*/
	margin-right: 10px;
}

#head_navi_left h2 img{
	max-width: 450px;
}

#head_navi_left p{
	text-align: center;
	font-size: clamp(0.688rem, 0.54rem + 0.36vw, 0.813rem);/*サイズ11px-13px／650px-1200px*/
}
	
#head_navi_right{
	text-align: right;
	width: 100%;
	/*max-width: 400px;*/
	height: auto;
}

#head_navi_tel{
	font-size: 35px;
	line-height: 1;
}

#head_navi_tel i{
	font-size: 80%;
	vertical-align: 8%;
}

#head_navi_right ul{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 8px;
}

#head_navi_right ul li{
	line-height: 1.3;
	white-space: nowrap;
	margin-left: 10px;
}

#head_navi_right ul li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 5px;
	font-size: 9px;
}

#head_navi_right ul li a:hover{
	text-decoration: underline;
}

#head_navi_right p:has(+ h2) p:last-of-type{
	font-size: 11px;
	line-height: 1.2;
	margin-top: 10px;
}

@media screen and (max-width:600px){
#header_info {
	min-width:0px;
}

#header_infoInner{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	justify-content: flex-start!important;
}

#head_navi_left{
	max-width:300px;
	height:auto;
}

#head_navi_right{
	display: none;
}

#head_navi_right ul{
	display: none;
}
}


/* navi　ページナビゲーション
-------------------------------*/
#navi {
	width: 100%;
	height:auto;
	min-width: 960px;
	background: #251f45;
	z-index: 20;
	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: center;
	border-left: 1px solid #000;
	border-right: 1px solid #3e327c;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

#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;
	z-index:0;
	position:relative;
	display:block;
}

/*#naviInner ul li:last-child {
	border-left: 0px;
	border-right: 1px solid #000;
}*/

#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;
}

.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:600px){
#navi{
	display: none;
}
}

/*-------マウスオン-------*/
#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: 950px;
	height: auto;
	background: #F7F4EE;
}

#top_mainvisualInner {
	width: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#mainvisualInner {
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#top_mainvisualInner .slider01 img,
#top_mainvisualInner .slider02 img{
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  animation-timing-function:ease;
  filter: brightness(100%);
}

/* アニメーション定義 */
@keyframes anime {
  100% {
    transform: scale(1.1);
  }
}

/*js行が動くまでは2枚目以降を非表示*/
.slider01 p:not(:first-child),
.slider02 p:not(:first-child){
    display: none;
}

#top_mainvisualInner .slider02{
	display: none!important;
}

.main_img_t {
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 10;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_img_t h2,.main_img_t h3 {
	color: #251f45;
	/*text-shadow: 1px 1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8);*/
	text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff,
						-1px 1px 2px #ffffff, 1px -1px 2px #ffffff,
						1px 0 2px #ffffff, -1px 0 2px #ffffff,
						0 1px 2px #ffffff, 0 -1px 2px #ffffff;
	font-family: 'Noto Serif JP', serif;
	transform:skewX(-7deg); 
}

.main_img_t h2 {
	font-size: clamp(1.75rem, 1.046rem + 1.732vw, 3.125rem);/*サイズ28px-50px／650px-1920px*/
	line-height: 1.5;
}

.main_img_t h3 {
	font-size: clamp(1.25rem, 0.610rem + 1.575vw, 2.5rem);/*サイズ20px-40px／650px-1920px*/
	line-height: 1.3;
}

.main_img_t h2 .small,.main_img_t h3 .small {
	font-size: 80%;
	margin-left: 3px;
	margin-right: 3px;
}

.main_img_t h2 .large,.main_img_t h3 .large {
	font-size: 120%;
}

.main_img_t h2 .xlarge,.main_img_t h3 .xlarge {
	font-size: 180%;
	margin-left: 10px;
	margin-right: 5px;
}

.main_img_t .qmarks-l{margin-left: -1%}
.main_img_t .qmarks-r{margin-right: -1%}

.main_img_t ul{
	width: 90%;
	max-width: 650px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
	margin-top: clamp(1.25rem, 0.930rem + 0.787vw, 1.875rem);/*サイズ20px-30px／650px-1920px*/
	margin-left: auto;
	margin-right: auto;
}

.main_img_t ul li {
	font-family: 'Noto Sans JP', serif;
	padding: 10px;
	width: calc((100% - 20px)/3);
	margin-right: 10px;
	outline: 1px solid #251f45;
	background-color: #FFFFFF;
}

.main_img_t ul li:last-child{
	margin-right: 0px;
}

@media screen and (max-width:600px){
#mainvisual {
	min-width: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

#top_mainvisualInner .slider01{
	display: none!important;
}

#top_mainvisualInner .slider02{
	display: block!important;
}
}


/* container
-------------------------------*/
#container {
	width: 100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:600px){
#container {
	padding-top: 0px;
}
}


/* content
-------------------------------*/
#content {
	width: 100%;
	max-width: 1000px;
	min-width: 950px;
	height: auto;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-right: auto;
	margin-left: auto;
}

.content {
	width: 96%;
	max-width: 1000px;
	min-width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:600px){
#content {
	width: 96%;
	min-width: 0px;
	flex-wrap: wrap;
	flex-direction: column;
}

.content {
	min-width: 0px;
}
}


/* sub_content
-------------------------------*/

.sub_content{
	width: 100%;
	max-width: 950px;
	min-width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:600px){
.sub_content{
	width: 96%;
	min-width: 0px;
}
}


/* パンくず
-------------------------------*/

#breadcrumb {
	width: 100%;
	background: #efefef;
}

#breadcrumb ul{
	width: 98%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	color: #999;
	font-size: 12px;
}

#breadcrumb ul li::after {
    font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	font-size: 9px;
	margin: 0 10px;
}

#breadcrumb ul li:first-child::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 900;
	font-size: 9px;
	margin: 0 5px 0 0;
}

#breadcrumb ul li:last-child::after {
	content: '';
	margin: 0;
}

#breadcrumb ul 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:600px){
#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;
}

@media screen and (max-width:600px){
#indexLeft {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#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;
	background: #f7f4ee;
	margin: 0 auto;
}

@media screen and (max-width:600px){
#reservation{
	width: 80%;
	padding: 10px 0px 0px;
}
}

#reservation dl{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#reservation dl dt{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	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{
	background-color: #575080;
	border-bottom: 0px;
	padding-bottom: 2px;
}

#indexLeft dl dd:hover{background: #3e327c;}
#indexLeft dl dd:last-child:hover{background: #675F98;}

#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;
}

#indexLeft p{
	margin-bottom: 10px;
}

#indexLeft p:last-child{
	margin-bottom: 0px;
}

#tel_access{
	background: #FFF;
	width: 100%;
	border: 1px solid #efefef;
	text-align: center;
	padding: 15px 0px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

@media screen and (max-width:600px){
#tel_access{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}

#tel_left{
	font-size: 26px;
	line-height: 1.6em;
}

#tel_left::before{
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	font-weight: 900;
	padding-right: 5px;
	font-size: 26px;
}

#tel_access dt:first-child{
	width: 90%;
	border-bottom: 1px solid #efefef;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	font-size: 14px;
}

#tel_access dd{
	text-align: center;
	margin: 7px auto 0px;
	height: auto;
	width: 180px;
	color: #FFF;
	background: #251f45;
	line-height: 3em;
	padding-bottom: 1px;
}

#tel_access dd:hover{background: #3e327c!important;}

#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;
	position: relative;
	padding: 20px 20px 15px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}

#information > div {
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#information .info-title{
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 10px;
	padding: 0 9px;
	line-height: 20px;
	background: #FFF;
	font-family: 'Noto Sans JP', sans-serif; 
	font-size: 16px;
}

#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{
	font-family: 'Noto Sans JP', serif;
	color: #251f45;
	font-size: clamp(1rem, 0.852rem + 0.36vw, 1.125rem);/*サイズ16px-18px／650px-1200px*/
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
}

#information dl dt::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 60%;
}

#information dl dt span{
	font-weight: normal;
	font-size: 11px;
	margin-right: 20px;
}

#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:600px){
#information {
	margin-top: 30px;
}
}


/* 最低価格宣言バナー部分
-------------------------------*/

#welcome_section{
	width: 100%;
	max-width: 1000px;
	min-width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
}

#welcome{
	width: 100%;
	height: auto;
	max-width: 340px;
	margin-right: 20px;
	padding-top: 20px;
	background-color: #F7F4EE;
	outline: 4px double #F7F4EE;
}

#hp_tokuten{
	width: 100%;
	max-width: 650px;
	height: auto;
}

#hp_tokuten p:last-child{
	color: #FFF;
	text-align: right;
}

#hp_tokuten p:last-child a{
	height: 30px;
	line-height: 30px;
	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 {
	transition: 0.3s ease-in-out;
}

#hp_tokuten a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

@media screen and (max-width:600px){
#welcome_section{
	min-width: 0px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#welcome{
	width: 90%;
	max-width: 600px;
	margin-right: 0px;
	padding-top: 0px;
	background: none;
	outline: none;
}
}

/* 朝食バナー部分
-------------------------------*/

#breakfast_bnr{
	margin: 0px 0px 10px;
	line-height: 1.7em;
	border: 1px solid #efefef;
	padding-bottom: 10px;
}

/* 朝食
-------------------------------*/
#osusume{
	position: relative;
	padding-right: 85px;
}

#osusume .osusume_t{
	border-bottom: 1px solid #c30d23;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#osusume #osusume_img{
	position: absolute;
	top: -10px;
	right: -3%;
	width: 100%;
	max-width: 101px;
	min-width: 101px;
	height: auto;
}

@media screen and (max-width:600px){
#osusume{
	padding-right: 0px;
}

#osusume #osusume_img{
	top: -50%;
	right: 2%;
}
}

/* index column
-------------------------------*/

.spot{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	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;
	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:600px){
.content_area {
	padding: 30px 10px;
	margin-bottom: 30px;
}
#tabs_menu{
	width: 100%;
}	
}


/* footer
-------------------------------*/
#footer {
	position: relative;
	width: 100%;
	min-width: 950px;
	background: #251f45;
	height: auto;
	padding: 30px 0px 30px 0px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}

#footerInner {
	width: 98%;
	max-width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_add {
	width: 45%;
	text-align: left;
	padding-top: 5px;
}

#footer_add h3 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1;
}

#footer_add h3 span {
	font-size: 0.8125rem;
}

#footer_tel{
	 font-size: clamp(1.375rem, 1.153rem + 0.55vw, 1.563rem);/*サイズ22px-25px／650px-1200px*/
	 line-height: 1.2;
	 margin-top: 5px;
	 margin-bottom: 10px;
}

#footer_tel span{
	font-size: clamp(0.813rem, 0.591rem + 0.55vw, 1rem);/*サイズ13px-16px／650px-1200px*/
	margin-right: 5px;
}

#footer_add h2 {
	width: fit-content;
	background: #342C62;
	padding: 10px;
	border-left: 2px solid #FFFFFF;
}

#footermenu {
	width: 55%;
}

#footermenu ul {
	width: 95%;
	display: flex;
	align-items: center !important;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-left: 5%;
}

#footermenu ul li{
	width: calc((100% - 0px)  / 4);
	min-width: 90px;
	border-right: 1px solid #9f9f9f;
	box-sizing: border-box;
	line-height: normal;
	text-align: center;
	margin-bottom: 20px;
	/*white-space: nowrap;*/
}

#footermenu ul li:first-child{
	/*border-left: 1px solid #9f9f9f;*/
}

#footermenu ul li:nth-child(4n),
#footermenu ul li:nth-last-of-type(2){
	border-style: none;
}

#footermenu ul li:last-child{
	border-style: none;
	background: #998048;
	transition: .4s;
	color: #FFFFFF;
	text-align: center;
}

#footerInner a:link,
#footerInner a:visited,
#footerInner a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footerInner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footermenu ul li:last-child a{
	display: block;
	padding: 10px;
}

#footermenu ul li:last-child:hover {
    background: #AD9152;
}

#footermenu ul li:last-child a:link,
#footermenu ul li:last-child a:visited,
#footermenu ul li:last-child a:active,
#footermenu ul li:last-child a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer address {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 11px;
	font-style: normal!important;
	text-decoration: none!important;
	color: #fff;
}

@media screen and (max-width:600px){
#footer {
	min-width: 0px;
	padding: 30px 0px 20px 0px;

}

#footerInner {
	min-width: 0px;
	flex-direction: column;
	padding-top: 30px;
}

#footer_add {
	width: 90%;
	text-align: center;
}

#footer_add section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer_add h3 {
	font-size: 20px;
	line-height: 1.3;
}

#footer_add h2{
	text-align: left;
}

#footer_add p{
	line-height: 2em;
}

#footermenu {
	width: 100%;
	margin-bottom: 30px;
	padding-right: 0%;
}

#footermenu ul {
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#footermenu ul li{
	width: 50%;
	display: block;
	text-align: center;
	line-height: 35px;
	background: rgba(52,44,98,1.00);
	padding: 0px;
	margin: 0px;
	border: 1px solid #251f45;
	box-sizing: border-box!important;
	transition: 0.3s ease-in-out;
	order: 2!important;
}

#footermenu ul li:first-child{
	border-left: 0px solid #9f9f9f;
}

#footermenu ul li:nth-child(4n),
#footermenu ul li:nth-last-of-type(2),
#footermenu ul li:nth-child(6){
	border: 1px solid #251f45!important;
	box-sizing: border-box!important;
}

#footermenu ul li:last-child{
	order: 1!important;
	width: 100%;
	border: none;
	margin-bottom: 10px;
}

#footermenu ul li:hover{
	background: rgba(52,44,98,0.8);
}

#footermenu ul li a{
	display: block;
}

#footermenu ul li a:hover{
	text-decoration:none;
}

#footer address {
	margin-top: 30px;
	text-align: center;
	font-size: 8px;
}
}


/* top マップ
-------------------------------*/
#topmap{
	background-image: url(../../img/map_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
	z-index: 0;
	color: #000000;
}

#topmap::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	backdrop-filter: blur(2px);
	z-index: -1;
}

#topmap_t{
	background-color: rgba(255,255,255,0.5);
	backdrop-filter: blur(12px);
	padding: 20px;
}

@media screen and (max-width:600px){
#topmap{
	background-image: none;
	background-color:#F7F4EE;
}

#topmap_t{
	background-color: rgba(255,255,255,1);
}
}




/* アクセス ルート部分
-------------------------------*/
.route{
	width: 90%;
	height:auto;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.route > p{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.route-line-right:after{
	/*content: "";
	flex-grow: 1;
	height: 10px;
	display: block;
	margin-left: .4em;
	background: #ffaaaa;
	width: 100%;*/
}

.walk-line{
	background: url("../../img/walk_bg.jpg") repeat-x center;
}

.car-line{
	background: url("../../img/car_bg.jpg") repeat-x center;
}

.w65pct-pc{width: 65%!important;}

@media screen and (max-width:600px){
.route{
	flex-direction: column;
	width: 80%;
}

.walk-line{
	background: url("../../img/walk_bg.jpg") repeat-y center;
	padding: 15px 0;
}

.car-line{
	background: url("../../img/car_bg2.jpg") repeat-y center;
	padding: 15px 0;
}

.w65pct-pc{width: 100%!important;}

}

/* 団体宿泊
-------------------------------*/
#group_main{
	width: 100%;
	max-width: 1920px;
	min-width: 950px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#group_main img{
	width: 100%;
	max-width: 1920px;
}

#group_main p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(90deg, rgba(36, 125, 128, 0) 10%, rgba(36, 125, 128, 0.9) 30%, rgba(36, 125, 128, 0.9) 70%, rgba(36, 125, 128, 0) 90%);
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1rem, -0.773rem + 4.36vw, 2.5rem);/*サイズ16px-40px／650px-1200px*/
}

/*6つの特徴*/
#feature_section{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.feature{
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	width: calc((100% - 60px)/3);
	margin-bottom: 30px;
}

.feature dl{
	/*background-color: #247D80;*/
	background-image: repeating-linear-gradient(135deg, rgba(208, 208, 208, 0.13) 0px, rgba(208, 208, 208, 0.13) 43px,rgba(195, 195, 195, 0.13) 43px, rgba(195, 195, 195, 0.13) 85px,rgba(41, 41, 41, 0.13) 85px, rgba(41, 41, 41, 0.13) 109px,rgba(88, 88, 88, 0.13) 109px, rgba(88, 88, 88, 0.13) 129px,rgba(24, 24, 24, 0.13) 129px, rgba(24, 24, 24, 0.13) 139px,rgba(92, 92, 92, 0.13) 139px, rgba(92, 92, 92, 0.13) 179px,rgba(37, 37, 37, 0.13) 179px, rgba(37, 37, 37, 0.13) 219px),repeating-linear-gradient(135deg, rgba(18, 18, 18, 0.13) 0px, rgba(18, 18, 18, 0.13) 13px,rgba(48, 48, 48, 0.13) 13px, rgba(48, 48, 48, 0.13) 61px,rgba(130, 130, 130, 0.13) 61px, rgba(130, 130, 130, 0.13) 84px,rgba(233, 233, 233, 0.13) 84px, rgba(233, 233, 233, 0.13) 109px,rgba(8, 8, 8, 0.13) 109px, rgba(8, 8, 8, 0.13) 143px,rgba(248, 248, 248, 0.13) 143px, rgba(248, 248, 248, 0.13) 173px,rgba(37, 37, 37, 0.13) 173px, rgba(37, 37, 37, 0.13) 188px),repeating-linear-gradient(135deg, rgba(3, 3, 3, 0.1) 0px, rgba(3, 3, 3, 0.1) 134px,rgba(82, 82, 82, 0.1) 134px, rgba(82, 82, 82, 0.1) 282px,rgba(220, 220, 220, 0.1) 282px, rgba(220, 220, 220, 0.1) 389px,rgba(173, 173, 173, 0.1) 389px, rgba(173, 173, 173, 0.1) 458px,rgba(109, 109, 109, 0.1) 458px, rgba(109, 109, 109, 0.1) 516px,rgba(240, 240, 240, 0.1) 516px, rgba(240, 240, 240, 0.1) 656px,rgba(205, 205, 205, 0.1) 656px, rgba(205, 205, 205, 0.1) 722px),linear-gradient(180deg, rgb(36,125,128),rgb(36,125,128));
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.25rem, 0.881rem + 0.91vw, 1.563rem);/*サイズ20px-25px／650px-1200px*/
	line-height: 1;
	color: #FFFFFF;
	padding: 10px 5px 15px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.feature dl dt{
	font-size: 150%;
	transform:skewX(-10deg); 
	margin-right: 5px;
}

.feature dl dd{
	padding-bottom: 2px;
}

#facility_list{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-top: 1px solid #cccccc;
}

#facility_list dl{
	width: calc((100% - 0px)/2);
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccccc;
	line-height: 5;
}

#facility_list dl dt,#facility_list dl dd{
	padding-left: 20px;
}

#facility_list dl dt{
	width: 60%;
	background: #F7F4EE;
}

@media screen and (max-width:600px){
#group_main{
	min-width: 0px;
}

#group_main p{
	padding: 10px 0;
}

.feature{
	width: 100%;
}

#facility_list dl{
	width: 100%;
}

#facility_list dl dt,#facility_list dl dd{
	padding-left: 10px;
	padding-right: 10px;
}
}

/* 言語選択
-------------------------------*/
.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: 4px 30px 4px 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;
}




/* アクセスページ　スタッフ
-------------------------------*/
#staff{
	position: relative;
}

#staff_img{
	position: absolute;
	width: 150px;
	height: auto;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);
}

@media screen and (max-width:600px){
#staff_img{
	position: absolute;
	width: 110px;
	bottom: 0;
	transform: translateY(0%);
}
}


