@charset "UTF-8";


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

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

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

@media screen and (max-width:1250px){
#pagetop {
	bottom: 200px;
}
}

@media screen and (max-width:667px){
#pagetop {
	/*display: block!important;*/
	width: 80px;
	height: 30px;
	position: relative;
	bottom: 0px;
	right: 0px;
	color: #FFF;
	cursor: pointer;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
}
}

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


/* 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: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:667px){
#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: 15px;
	padding-bottom: 15px;
}

#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%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
}

#head_navi_left h1{
	width: 100%;
	max-width: 360px;
	height: auto;
	font-size: 30px;
	margin-right: 10px;
}
	
#head_navi_right{
	text-align: right;
	width: 100%;
	max-width: 450px;
	height: auto;
}

#head_navi_tel{
	font-size: 30px;
	line-height: 1;
}

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

#header_infoInner ul li{
	margin-left: 10px;
	line-height: normal;
}

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

#header_infoInner ul li a:hover{
	text-decoration: underline;
}

@media screen and (max-width:667px){
#header_info {
	min-width:0px;
}
#header_infoInner{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	justify-content: flex-start!important;
}
#head_navi_left{
	flex-wrap: wrap;
}
#head_navi_left h1{
	max-width:250px;
	height:auto;
}
#head_navi_right{
	display: none;
}
#header_infoInner 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;
	/*align-items: center !important;*/
	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.3em;
	font-family: 'Noto Serif JP', serif !important;
	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 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:667px){
#navi{
	min-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 96%;
	box-shadow: none;
	background: #FFFFFF;
}
#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;
	order: 2;
}

#naviInner ul li::after {
	background: #3e327c;
}

#naviInner ul li:first-child {
	display: none;
}

#naviInner ul li:nth-last-of-type(2) {
	width: 100%;
}

#naviInner ul li:last-child {
	width: 100%;
	border: 1px solid #AD9152;
	order: 1;
	margin-bottom: 10px;
}

#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;
	background: #F7F4EE;
}

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

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

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

.main_img_t h2 {
	width: 100%;
	min-width: 500px;
	color: #251f45;
	font-size: clamp(20px,2vw,25px);
	text-shadow: 1px 1px 3px #ffffff,-1px -1px 3px #ffffff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	margin-bottom: clamp(25px,3vw,40px);
	transform:skewX(-7deg); 
}

.main_img_t h2 span {
	font-size: clamp(55px,3vw,65px);
}

.main_img_t h2 span:last-child {
	font-size: clamp(75px,3vw,85px);/*数字部分*/
	margin: 0 5px;
}

.main_img_t h3 {
	position: relative;
	padding: 0.3em;
	background-color: #251f45;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
	line-height: 2;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.main_img_t h3::before,
.main_img_t h3::after {
	position: absolute;
	width: 10px;
	height: 20px;
	content: '';
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.main_img_t h3::before {
	top: 5px;
	left: 5px;
}

.main_img_t h3::after {
	right: 5px;
	bottom: 5px;
	-webkit-transform: scale(-1,-1);
	        transform: scale(-1,-1);
}

.main_img_t ul{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
}

.main_img_t ul li {
	padding: 10px;
	width: calc((100% - 30px)/3);
	font-size: clamp(11px,1vw,13px);
	margin-right: 10px;
	outline: 1px solid #251f45;
	background-color: #FFF;
}

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

@media screen and (max-width:667px){
#mainvisual {
	min-width: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

.main_img_t {
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_img_t h2 {
	font-size: clamp(18px,2vw,25px);
	text-shadow: 1px 2px 3px #ffffff,-1px -2px 3px #ffffff;
	margin-bottom: 10px;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}

.main_img_t h2:last-of-type {
	margin-bottom: 7px;
}

.main_img_t h2 span {
	font-size: clamp(30px,3vw,65px);
}

.main_img_t h2 span:last-child {
	font-size: clamp(40px,3vw,85px);/*数字部分*/
}

.main_img_t h3 {
	font-size: 13px;
	width: 60%;
	margin-bottom: 10px;
}

.main_img_t ul{
	flex-wrap: wrap;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.main_img_t ul li {
	width: 60%;
	margin-right: 0px;
	padding: 3px;
	font-size: 10px;
}

.main_img_t ul li:nth-of-type(2n) {
	margin-right: 0px;
}

.main_img_t ul li:nth-of-type(-n+2) {
	margin-bottom: 5px;
}
}


/* container
-------------------------------*/
#container {
	width: 100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:667px){
#container {
	padding-top: 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 {
	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: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{
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

#contentTitle_top::before{
	font-family: "Font Awesome 5 Free";
	content: "\f04d";
	font-weight: bold;
	font-size: 10px;
	margin-right: 5px;
}

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

#contentTitle_top{
	align-items: flex-start;
}

#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:667px){
#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:667px){
#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-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 3px;
}

#information > div {
	overflow: auto;
	padding-right: 10px;
}

#information .info-title{
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 10px;
	padding: 0 9px;
	line-height: 20px;
	background: #FFF;
}

#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-weight: bold;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
}

#information dl dt::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: 10px;
	margin-right: 5px;
}

#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){
#information {
	margin-top: 20px;
}
}


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

#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 {
	transition: 0.3s ease-in-out;
}

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


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

#breakfast_bnr{
	margin: 0px 0px 10px;
	line-height: 1.7em;
	border: 1px solid #efefef;
	padding-bottom: 10px;
}

/* 朝食
-------------------------------*/
#osusume{
	position: relative;
}

#osusume #osusume_img{
	position: absolute;
	top: 0;
	right: 0;
}

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

.spot{
	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;
	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%;
	min-width: 950px;
	background: #251f45;
	height: auto;
	padding: 25px 0px 30px 0px;
	color: #FFFFFF;
}

#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 {
	text-align: left;
	white-space: nowrap;
	padding-top: 5px;
}

#footer_add h3 {
	font-size: 16px;
}

#footermenu {
	width: 100%;
}

#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)  / 5);
	min-width: 90px;
	border-right: 1px solid #9f9f9f;
	box-sizing: border-box;
	line-height: normal;
	text-align: center;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
}

#footermenu ul li:nth-child(5n),
#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: 5px 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:667px){
#footer {
	min-width: 0px;
	padding: 50px 0px 20px 0px;

}
#footerInner {
	min-width: 0px;
	flex-direction: column;
	padding-top: 30px;
}
#footer_add {
	text-align: center;
}
#footermenu {
	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(62, 50, 124, 1.0);
	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:nth-child(5n),
#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(62, 50, 124, 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;
}
}


/* 言語選択
-------------------------------*/
.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;}
}



















