@charset "UTF-8";

/* Common　各ページ共通
-------------------------------*/


/* ページトップへ
-------------------------------*/

#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	cursor:pointer;
	z-index:100;
	line-height: 18px;
	background-image: url(../../img/footer_bg.png);	
	background-repeat: repeat;
	outline: 1px solid #2E2E2E;
	transition: 0.3s ease-in-out;
}
#pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #FFF;
	text-decoration: none!important;
}

#pagetop:hover {
	opacity: 0.7;
}

#pagetop02,#pagetop02 a{
	display: none;
}

#pagetop i,#pagetop02 i{ margin-right: 0px !important; }

@media screen and (max-width:667px){
#pagetop,#pagetop a{
	display: none!important;
}
#pagetop02 {
	display: block;
	position: relative;
	color: #FFF;
	width: 80px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	line-height: 18px;
	text-align: center;
	margin-bottom: 100px;
}
#pagetop02 a {
	display: block;
	width: 80px;
	height: 80px;
	border: solid 1px #FFFFFF;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #000000;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
#pagetop02 a:hover{text-decoration: none!important;}
}

/* wrapper　ページ全体の幅や色、配置
-------------------------------*/
#wrapper {
	width: 100%;
	min-width: 960px;
	z-index: 1;
	overflow: hidden;
	background-position: 0% -30%;
	background-repeat: repeat-x;
}

@media screen and (max-width:667px){
#wrapper {
	width: 100%;
	min-width:0px;
}
}

/* header　ページ上部
-------------------------------*/
header{
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px 1px;
	position: relative;
}

#header {
	height: auto;
	width: 100%;
	min-width:960px;
}

@media screen and (max-width:667px){
#header {
	min-width:0px;
}
}

#headerInner {
	height: auto;
	width:96%;
	max-width:1200px;
	min-width: 0px;
	padding: 20px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}

#headerInner h1{
	width:100%;
	max-width: 650px;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 22px;
}

#headerInner h1:last-of-type,#headerInner h1 img{
	width:100%;
	max-width: 200px;
}

#header a:link{
	color: #333;
	text-decoration: none;
}

#header a:hover {
	color: #333;
	text-decoration: none;
}

#headermenu {
	height: auto;
	text-align: right!important;
	width: 100%;
	max-width: 650px;
	min-width:0px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#headermenu .tel{
	font-size: 22px;
	font-family: 'Noto Serif JP', serif !important;
	margin-bottom: 10px;
	padding-left: 45px;
	position: relative;
}

#headermenu .tel::before{
	content: 'TEL.';
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: -3px;;
}

@media screen and (max-width:667px){
#headerInner {
	min-width: 0px;
}
#headerInner h1{
	position: relative;
	padding-left: 30px;
	font-size: 18px;
}
#headerInner h1::before{
	position: absolute;
	content: url(../../img/top_logo-sp.png);
	left: 0;
	bottom: -5px;
	width: 20px;
}
#headerInner h1:last-of-type{
	display: none !important;
}
#headermenu{
	display: none!important;
}
}

/* 言語選択
-------------------------------*/
.select-box {
	overflow: hidden;
	width: 60%;
	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;
}

.select-box select::-ms-expand {
    display: none;
}

.select-box.select01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}

.select-box.select01::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.select-box.select01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
	font-family:  'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* navi　ページナビゲーション
-------------------------------*/
#navi {
	width: 100%;
	min-width: 650px;
	background: rgba(255, 255, 255, 1.0);
	z-index: 5;
}

@media screen and (max-width:667px){
#navi {
	display: none;
}
}

#naviInner{
	width:98%;
	max-width: 1300px;
	min-width: 0px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center !important;
}

#naviInner ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	box-sizing: border-box;
	background: linear-gradient(180deg, #FFFFFF 92%, #a73232 92%, #a73232 100%);
}

#naviInner ul li {
	width: 100%;
	height: auto;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'Noto Serif JP', serif !important;
	background: rgba(255, 255, 255, 1.0);
	white-space: nowrap;
	/*border-left: 1px solid #E1E1E1;
	border-right: none!important;*/
	border-image: linear-gradient(to top, #FFFFFF 30%, #B7A869 30%, #B7A869 70%, #FFFFFF 70%)1/0 1px 0 0;
	border-style: solid;
}

#naviInner ul li:first-child {
	border-image: linear-gradient(to top, #FFFFFF 30%, #B7A869 30%, #B7A869 70%, #FFFFFF 70%)1/0 1px 0 1px;
	border-style: solid;
}

#naviInner p {
	width: 150px;
	height: auto;
	text-align: center;
	font-size: 13px;
	font-family: 'Noto Serif JP', serif !important;
	background-color: #a73232!important;
	white-space: nowrap;
	margin-left: 20px;
	outline: double 4px #a73232;
}

/*IE用 */
#naviInner ul {
	width: 960px\9 !important;
	display: table\9 !important;
}

#naviInner ul li {
	width: 120px\9 !important;
	display: table-cell\9 !important;
}
/*IE用 */

#naviInner ul li a{
	display: block;
	text-align: center;
	padding-top: 15px;
	line-height: 1.1em;
	padding-bottom: 11px;
}

#naviInner p a{
	display: block;
	text-align: center;
	padding: 8px 0 10px 0;
}

#naviInner a:link { color:#454545; text-decoration:none; }
#naviInner a:visited { color: #454545; text-decoration:none; }
#naviInner a:hover { color: #454545; text-decoration:none; }
#naviInner a:active { color: #454545; text-decoration:none; }
#naviInner p a:link { color:#FFFFFF; text-decoration:none; }
#naviInner p a:visited { color: #FFFFFF; text-decoration:none; }
#naviInner p a:hover { color: #FFFFFF; text-decoration:none; }
#naviInner p a:active { color: #FFFFFF; text-decoration:none; }

#naviInner ul li:hover{
	background: rgba(255, 255, 255, 0)!important;
}

#naviInner p:hover{
	background-color: #C94949!important;
}

#naviInner ul li,#naviInner p  {
	transition:background 0.3s ease-in-out!important;
}

.nav_e{
	font-size: 10px;
	color: #B7A869;
	font-family: 'Cinzel', serif !important;
}

/* mainvisual メイン画像
-------------------------------*/
#top_main{
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#top_mainvisual {
	width: 100%;
	height: auto;
	display: block;
	background-color: #FFFFFF;
}

#top_mainvisual-sp {
	display: none;
}

#top_mainvisual img,#top_mainvisual-sp img{
	vertical-align: bottom;
}

@media screen and (max-width:667px){
#top_main{
	min-width: 0px;
}
#top_mainvisual {
	display: none;
}

#top_mainvisual-sp {
	width: 100%;
	min-width:0px;
	height: auto;
	z-index: 1;
	display: block;
	background-color: #FFFFFF;
}
}

#top_mainvisual img{
	height: auto;
	width: 100%;
	min-width:0px;
}

/*js行が動くまでは2枚目以降を非表示*/
.slider01 p:not(:first-child),
.slider02 p:not(:first-child){
    display: none;
}


.main_img_t {
	position: absolute;
	height: auto;
	z-index: 10;
	padding: 20px 30px;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -60%);
	min-width: 550px;
}

.main_img_t{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/*background: rgba(255,255,255,0.60);*/
}

.main_img_t h2 {
	text-shadow:3px 3px 6px #454545,-3px 3px 6px #454545,3px -3px 6px #454545,-3px -3px 6px #454545;
	color: #FFF;
	font-size: 35px;
	line-height: 1.8em;
	font-family: 'Noto Serif JP', serif;
}

.main_img_t h2 span{
	font-size: 40px;
}

.main_img_t h3 {
	text-shadow:3px 3px 6px #454545,-3px 3px 6px #454545,3px -3px 6px #454545,-3px -3px 6px #454545;
	color: #FFF;
	font-size: 20px;
	line-height: 1.5em;
	font-family: 'Noto Serif JP', serif;
	/*text-align: center;*/
	margin-left: 20px;
}

.main_img_t h3 span{
	font-size: 35px;
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width:1500px){
.main_img_t {
	left: 30%;
}
.main_img_t h2 {
	font-size: 30px;
	text-shadow:3px 3px 6px #454545,-3px 3px 6px #454545,3px -3px 6px #454545,-3px -3px 6px #454545;
}
.main_img_t h3 {
	font-size: 20px;
}
}
@media screen and (max-width:1200px){
.main_img_t {
	left: 35%;
}
}
@media screen and (max-width:667px){
.main_img_t {
	width:90%;
	min-width: 0px;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
}
.main_img_t h2 {
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.main_img_t h2 span{
	font-size: 35px;
}
.main_img_t h3 {
	font-size: 16px;
}
.main_img_t h3 span{
	font-size: 28px;
}
}

#sub_mainvisual {
	width: 100%;
	height: auto;
	background: #00523A;
	position: relative;
}

#sub_mainvisual img{
	width: 100%;
	max-width: 1200px;
	height: auto;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
}

#sub_mainvisual .page_title {
	font-size: 30px;
	color: #00523A;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 15px;
line-height: 1.2;
}


#sub_mainvisual .page_title:before, #sub_mainvisual .page_title:after { 
  content:'';
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

@media screen and (max-width:667px){
#sub_mainvisual {
	margin-bottom: 50px;
}
#sub_mainvisual .page_title {
	display: none;
}
}


/* パンくず
-------------------------------*/
#breadcrumb{
	background: #EFEEDF;
	margin-bottom: 50px;
}

#breadcrumb ul {
	padding: 10px 0px;
	overflow: hidden;
	text-align: right;
	font-size: 11px;
	color: #999;
	height: auto;
	width: 100%;
	max-width:1100px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumb ul li{
	display: inline;/*横に並ぶように*/
	list-style: none;
}

#breadcrumb ul li:first-child::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 900;
	padding-right: 5px;
	font-size: 11px;
}

#breadcrumb ul li::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
}

#breadcrumb ul li:last-child::after{
	content: '';
	font-weight: 900;
	padding-right: 0px;
}

#breadcrumb ul li a {
    text-decoration: none;
	color: #999;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width:667px){
	#breadcrumb {
	display: none;
}
}

/* container
-------------------------------*/

.container {
	width: 100%;
	min-width: 960px;
}

.container img {
	width: 100%;
	min-width: 0px;
}

@media screen and (max-width:667px){
.container {
	min-width: 0px;
}
}

/* content
-------------------------------*/

.content {
	width: 96%;
	max-width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sub_content {
	width:96%;
	max-width: 960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

/* おすすめ情報
-------------------------------*/

.recommend_section{
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 20px;
}

.recommend_section>div{
	width: calc(25% - 12px);
	height: auto;
	background-color: #FFFFFF;
	outline: 1px solid #DFDFDF;
	margin-right: 16px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.recommend_section>div:nth-of-type(4n){margin-right: 0px!important;}

.recommend_section a img:hover {
	filter:alpha(opacity=100);
	opacity: 1 ;
}

.recommend_section a img:hover {
	filter:alpha(opacity=80);
	opacity: 0.8 ;
}

@media screen and (max-width:667px){
.recommend_section{
	justify-content: space-between;
}
.recommend_section>div{
	width: calc(49% - 0px);
	margin-right: 0px;
	margin-left: 0px;
}
}


/* 左側
-------------------------------*/

#index_left {
	width: 280px;
	height: auto;
	margin-right: 10px;
}

@media screen and (max-width:667px){
aside{width: 100%;}
#index_left {
	margin-right: auto;
	margin-left: auto;
}
}

#index_left_top {
	width: auto;
	border: 3px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF;
	margin-bottom: 20px;
}

#index_left_topInner,
#index_left_bottom{
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

#index_left_bottom{
	text-align: center;
}

#index_left_bottom img{
	width: 100%;
	height: auto;
}


/* 宿泊予約
-------------------------------*/

#reservation,
#reservation_second{
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}

#reservation dl dt,
#reservation dl dd,
#reservation_second dl dd{
	height: 40px;
	width: auto;
	line-height: 40px;
	padding-left: 20px;
}

#reservation dl dd,
#reservation_second dl dd{
	background: #efefef;
	border-bottom: 1px solid #dfdfdf;
}

#reservation dl dd:last-child,
#reservation_second dl dd:last-child{
	border:none;
}

#reservation a,
#reservation_second a{
	display: block;
}

#reservation dl dt a:link,
#reservation dl dt a:visited,
#reservation dl dt a:active,
#reservation dl dt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#index_left_topInner a:link,
#index_left_topInner a:visited,
#index_left_topInner a:active,
#index_left_topInner a:hover {
	color: #454545;
	text-decoration: none;
}

#reservation_second dl dd:hover,
#reservation dl dd:hover,
#access_map_left:hover{
	background: #F7F7F7;
}

#tel_access{
	height: auto;
	width: 230px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px solid #ececec;
}

#tel_access dt{
	font-size: 16px;
	margin-top: 5px;
}

#tel_left{
	font-size: 26px;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#access_map_left{
	text-align: center;
	height: 40px;
	width: auto;
	line-height: 40px;
	border: 1px solid #efefef;
}

#access_map_left a{
	display: block;
}


/* 右側
-------------------------------*/

#index_right {
	height: auto;
	width: 850px;
	min-width: 650px;
}
@media screen and (max-width:1200px){
#index_right {
	width: 100%;
	min-width: 0px;
}
}
@media screen and (max-width:667px){
#index_right {
	min-width: 0px;
}
}

#topic li{
	margin: 0px auto 10px;
	text-align: center;
}

#topic li:last-child{
	margin: 0px auto;
}


/* 新着情報・お知らせ
-------------------------------*/
#topics_info{
	position: relative;
	padding: 18px 15px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-bottom: 30px;
}

#topics_info > h3 {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 10px;
	padding: 0 9px;
	line-height: 20px;
	background: #FFF;
	font-size: 16px;
}

#topics_info > div{
	width: 100%;
	height:auto;
	overflow: auto;
	padding: 25px 20px 15px 10px;
}

@media screen and (max-width:667px){
#topics_info > div{
	padding: 10px 5px 15px 5px;
}
}

#topics_info > div dl{
	width: 100%;
	height:auto;
	display: flex;
	align-items: flex-start !important;
	flex-wrap: nowrap;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
}

#topics_info > div dl dt,#topics_info > div dl dd{
	height: auto;
}

#topics_info > div dl dt{
	width: 110px;
	height: auto;
	font-size: 11px;
	border: 1px solid #998048;
	color: #998048;
	text-align: center;
	align-self: flex-start;
	line-height: 2.2em;
}

#topics_info > div dl dt:nth-child(2){
	border: none;
}

#topics_info > div dl dd{
	width: 100%;
	height: auto;
	padding-left: 20px;
	line-height: 1.7em;
}

#topics_info > div dl dd h2{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 18px;
	margin-bottom: 15px;
}

#topics_info > div dl dd a:hover{
	text-decoration: underline;
}

#topics_info > div dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none !important;
}

@media screen and (max-width:667px){
#topics_info > div dl{
	display: flex;
	/*flex-direction: column;*/
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #efefef;
}
#topics_info > div dl dt{
	width: 100px;
	margin-bottom: 15px;
	align-items: center;
}
#topics_info > div dl dd{
	padding-left: 0px;
	padding-right: 0px;
}
#topics_info > div dl dd h2{
	font-size: 16px;
}
}

/* サブ　グローバルメニュー
-------------------------------*/

#inpage_menu{
	background: rgba(255,255,255,0.9);
	font-family: 'Noto Serif JP', serif !important;
}

#inpage_menu ul{
	width: 96%;
	max-width: 1200px;
	min-width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	border-image: linear-gradient(to top, rgba(69, 69, 69, 0) 30%, rgba(69, 69, 69, 1.0) 30%, rgba(69, 69, 69, 1.0) 70%, rgba(69, 69, 69, 0) 70%)1/0 0 0 1px;
	border-style: solid;
}

#inpage_menu li{
	border-image: linear-gradient(to top, rgba(69, 69, 69, 0) 30%, rgba(69, 69, 69, 1.0) 30%, rgba(69, 69, 69, 1.0) 70%, rgba(69, 69, 69, 0) 70%)1/0 1px 0 0;
	border-style: solid;
	width: 100%;
	height: 50px;
	transition: 0.3s ease-in-out;
	text-align: center;
	display: block;
}

#inpage_menu ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#inpage_menu li a:link { color: #454545; text-decoration:none; }
#inpage_menu li a:visited { color: #454545; text-decoration:none; }
#inpage_menu li a:hover { color: #454545; text-decoration:none;}
#inpage_menu li a:active { color: #454545; text-decoration:none; }
#inpage_menu li:hover { background: #EFEEDF;}

@media screen and (max-width:1000px){
#inpage_menu ul{
	font-size: 12px!important;
}
}
@media screen and (max-width:667px){
#inpage_menu ul{
	min-width: 0px;
	flex-wrap: wrap;
	justify-content: space-between;
	border: none;
	font-size: 13px!important;
}

#inpage_menu ul li,inpage_menu ul li a,#inpage_menu li:first-of-type{
	width: 49%!important;
	max-width: 49%!important;
	border: 3px double #aaa;
	margin-bottom: 10px;
}
}

/* ページ下部バナー
-------------------------------*/

#bottom_bnr ul{
	width: 100%;
	max-width: 1036px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#bottom_bnr ul li{width: calc(25% - 9px); height: auto; margin-right: 12px; margin-bottom: 10px; box-sizing: border-box;}
#bottom_bnr ul li:nth-of-type(4n){margin-right: 0px!important;}
#bottom_bnr ul li img{width: 100%;}

@media screen and (max-width:667px){
#bottom_bnr ul{justify-content: flex-start;}
#bottom_bnr ul li{width: calc(50% - 5px)!important; height: auto; margin-right: 10px; margin-bottom: 10px;}
#bottom_bnr ul li:nth-of-type(2n){margin-right: 0px!important;}
}


/* footer
-------------------------------*/
#footer {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(../../img/footer_bg.png);	
	background-repeat: repeat;
	border-style: solid;
	border-image: url(../../img/footer_bg.png) 1/1px/2px repeat stretch;	
}

/*グローバルメニュー*/
#footer_menu {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #cccccc;
	border-bottom: 1px solid #2E2E2E;
	font-family: 'Noto Serif JP', serif !important;
}

#f_menuInner{
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#f_sns{
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#f_menuInner ul,#f_sns ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#f_menuInner ul:first-child{
	margin-bottom: 10px;
}

#f_menuInner ul:last-child{
	display: none;
}

#f_menuInner ul li{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #2E2E2E;
}

#f_sns ul li{
	margin-right: 20px;
}

#f_menuInner ul li:last-child,#f_sns ul li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width:667px){
#f_menuInner,#f_sns{
	width: 80%;
}
#f_menuInner ul{
	justify-content: flex-start;
	border-bottom: 1px solid #2E2E2E;
}
#f_sns ul{
	justify-content: flex-start;
}
#f_menuInner ul li,#f_sns ul li{
	width: calc(50% - 0px);
	height: auto;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	border-right: none;
}
#f_menuInner ul li:nth-of-type(2n){
	border-right: none;
}
#f_menuInner ul{
	margin-bottom: 20px!important;
	padding-bottom: 10px;
}
#f_menuInner ul:last-child{
	display: flex;
}
}

/*メニューより下*/
#footer_bottom{
	height: auto;
	width: 100%;
	padding: 50px 0;
	color: #cccccc;
	border-bottom: 1px solid #2E2E2E;
}

#f_bottomInner{
	width: 96%;
	max-width: 1200px;
	min-width: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

/*ホテル名住所電話*/
#footer_add{
	white-space: nowrap;
	margin-right: 50px;
}

#footer_add h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	margin-bottom: 15px;
}


#footer_add h3,#footer_add p{
	font-size: 16px!important;
	line-height: 1.6em;
}

/*お問合せ等小メニュー*/
#f_bottom_right{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#f_bottom_menu{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 50%;
	height: auto;
	font-family: 'Noto Serif JP', serif !important;
}

#f_bottom_menu li{
	width: 49%;
	height: auto;
}

#f_bottom_menu li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	padding-right: 5px;
	font-size: 10px;
}

/*宿泊プランボタン*/
#f_reservation{
	width: 50%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#f_reservation h3{
	width: 50%;
	height: auto;
}

#f_reservation h3:first-child{
	margin-right: 20px;
}

@media screen and (max-width:1200px){
#f_bottom_right{
	flex-direction: column;
}
#f_bottom_menu{
	width: 100%;
	order: 2;
}
#f_reservation{
	width: 100%;
	order: 1;
	margin-bottom: 10px;
}
}

/*リーガグループ*/
#rihga-gropu{
	width: 96%;
	max-width: 1200px;
	min-width: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-family: 'Noto Serif JP', serif !important;
}

#rihga-gropu > p{
	width: 100%;
	max-width: 150px;
	height: auto;
	margin-right: 20px;
}

#rihga-gropu ul{
	color: #cccccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	white-space: nowrap;
}

#rihga-gropu ul li{
	width: 25%;
	margin-bottom: 10px;
}

/*#rihga-gropu ul li:last-child{
	width: 100%;
}*/

#rihga-gropu .select-box{
	display: none;
}

/*コピー*/
#footer address {
	font-style: normal;
	text-align: center;
	line-height: 5em;
	border-top: 1px solid #2E2E2E;
}

@media screen and (max-width:1000px){
	#rihga-gropu ul li{
	width: 33%;
}
}
@media screen and (max-width:667px){
#footer_bottom{
	border-bottom: 0px;
	padding: 30px 0;
}
#f_bottomInner{
	width: 98%;
	min-width: 0px;
	flex-direction: column;
}
#footer_add{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	order: 2;
}
#f_bottom_menu{
	display: none;
}
#f_reservation{
	width: 80%!important;
	flex-direction: column;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#f_reservation h3{
	width: 100%!important;
	margin-bottom: 20px;
}

#f_reservation h3:first-child{
	margin-right: 0px;
}

#rihga-gropu{
	width: 60%!important;
	padding-top: 0px;
}

#rihga-gropu > p,#rihga-gropu ul{
	display: none;
}

#rihga-gropu .select-box{
	display: block;
	width: 100%;
}

#footer address {
	font-style: normal;
	text-align: center;
	line-height: 3em;
	font-size: 10px;
}
}


/* トップ案内　introduction
-------------------------------*/

.introduction{
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.introduction_img{
	width: 100%;
	max-width:950px;
}

.introduction_img img{
	width: 100%;
	height: auto;
}

.introduction_text{
	width: 100%;
	max-width:950px;
	padding: 0 30px;
}

.introduction_text h2{
	font-family: 'Cinzel', serif;
	font-size: 60px;
	line-height: 1em;
	border-bottom: 1px solid #B7A869;
	margin-bottom: 20px;
}

.introduction_text h2 span{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	margin-left: 10px;
}

.introduction_text h2:first-letter{
	color: #B7A869;
}

.introduction_text h3{
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

/* .introduction_text br{display: none;} */

@media screen and (max-width:1100px){
.introduction_text .line-h {
	line-height: 0.5em!important;
	padding-bottom: 15px;
}
/* .introduction_text br{display:inherit;} */
}
@media screen and (max-width:667px){
.introduction{
	flex-wrap: wrap;
}
.introduction_img img{
	margin-bottom: 20px;
}
.introduction_text h2{
	font-size: 40px;
}
.introduction_text h3{
	font-size: 13px;
}
}


/* 宴会
-------------------------------*/
#anniversary_bg{
	background-image: url(../../banquet/img/anniversary_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.anniversary_icon{
	width: 100%;
	max-width: 100px;
	min-width: 0px;
	height: auto;
}


/* アクセス
-------------------------------*/
.rail-line01{
	background: url("../../img/rail_bg01.jpg") repeat-y center;
}

.rail-line02{
	background: url("../../img/rail_bg02.jpg") repeat-y center;
}

.walk-line{
	background: url("../../img/walk_bg.jpg") repeat-y center;
}

.car-line{
	background: url("../../img/car_bg.jpg") repeat-y center;
}

.rail-line01 span,.rail-line02 span,.walk-line span,.car-line span{
	display: block;
	background-color: #FFFFFF;
	line-height: 1.6em;
	padding: 3px;

}


/* サイトマップ
-------------------------------*/
#sitemap{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Serif JP', serif !important;
}

#sitemap dl{
	margin-bottom: 20px;
	line-height: 1.8em;
}

#sitemap dl dt{
	font-size: 18px;
}

#sitemap dl dd{
	margin-left: 8px;
}

#sitemap dl dd a{
	color: #666;
}

#sitemap dl dd:first-of-type{
	margin-top: 5px;
}

#sitemap dl dt,#sitemap dl dd{
	position: relative;
	padding-left: 8px;
}

#sitemap dl dt::before,#sitemap dl dd::before{
	position: absolute;
	top: 55%;
	left: 0;
	transform: translate(0%, -50%);
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	font-size: 10px;
}

#sitemap a:hover{
	text-decoration: underline;
}

@media screen and (max-width:667px){
#sitemap{
	width: 100%;
	max-width: 100%;
	margin-left: 10%;
}
}


/* 入力フォーム
-------------------------------*/

/*テーブル*/
.request_t table {
	width: 100%;
	height: auto;
	border: 1px #efefef solid;
	border-collapse: collapse;
}

.request_t th {
	white-space: nowrap;
	font-weight: normal;
	background: #f7f4eb;
}

.request_t th,.request_t td  {
	border: 1px solid #dddddd;
	padding: 25px 30px;
	vertical-align: middle;
	line-height: 3em;
}

.request_t td input{
	line-height: 2em;
}

input#submit_button {
	padding: 15px 30px;
	background: #45392d;
	border-style: none;
	color: #FFF;
	cursor: pointer;
	border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

input#submit_button {
	-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;
}

input#submit_button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}





/* 倶楽部新居浜
-------------------------------*/
#club_tokuten {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#club_tokuten > div{
	width: calc((100% - 60px)  / 4) ;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
	margin: 0 20px 20px 0;
	outline: 4px double #B7A869;
	aspect-ratio: 2/1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1rem, 0.744rem + 0.63vw, 1.5rem);/*16-24／650-1920*/
	line-height: clamp(1.375rem, 1.119rem + 0.63vw, 1.875rem);/*22-30／650-1920*/
}

#club_tokuten > div:nth-child(4n){
	margin: 0 0 20px 0;
}

#club_tokuten > div::before {
	content: "";
    bottom: 0;
    right: 0;
    border-top: 1em solid transparent;
    border-right: 1em solid #B7A869; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

#club_tokuten > div::after {
    content: "";
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0px;
    position: absolute;
    z-index: 101;
}

.report{
	background-color: #FFFFFF;
	outline: 1px solid #efefef;
	padding: 20px 20px 10px 20px;
}

.report ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.report ul li {
	width: calc((100% - 30px)  / 4);
	height: auto;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}

.report ul li:nth-child(4n){
	margin: 0 0 10px 0;
}

@media screen and (max-width:667px){
#club_tokuten > div{
	width: calc(50% - 10px) !important;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
}

#club_tokuten > div:nth-of-type(2n+1){
	margin: 0 20px 20px 0;
}

.report ul li {
	width: calc(50% - 10px) !important;
	margin: 0 10px 10px 0;
}

.report ul li:nth-child(4n){
	margin: 0 10px 10px 0;
}

.report ul li::nth-of-type(2n+1){
	margin-right: 0px;
}
}



/*アンバサダー
-------------------------------*/
#ambassador_mainvisual{
	width: 100%;
	max-width: 1920px;
	min-width: 0px;
	height: auto;
}

#ambassador_mainvisual > ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

#ambassador_mainvisual > ul li{
	width: calc((100%) /4);
	height: auto;
}

#ambassador_t{
	padding: clamp(1.25rem, -0.966rem + 5.45vw, 3.125rem) 10px;
	text-align: center;
	color: #FFFFFF;
	background-image: linear-gradient(346deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 22%,rgba(140, 140, 140,0.04) 22%, rgba(140, 140, 140,0.04) 69%,rgba(225, 225, 225,0.04) 69%, rgba(225, 225, 225,0.04) 100%),linear-gradient(31deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 42%,rgba(140, 140, 140,0.04) 42%, rgba(140, 140, 140,0.04) 85%,rgba(225, 225, 225,0.04) 85%, rgba(225, 225, 225,0.04) 100%),linear-gradient(55deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 13%,rgba(140, 140, 140,0.04) 13%, rgba(140, 140, 140,0.04) 72%,rgba(225, 225, 225,0.04) 72%, rgba(225, 225, 225,0.04) 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0));
}

#ambassador_t h2{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.125rem, -1.239rem + 5.82vw, 3.125rem);/*18-50/650-1200*/
	line-height: 1.5;
}

#ambassador_t h2 span{
	font-size: 80%;
}

#ambassador_t2{
	padding: clamp(1.25rem, -0.966rem + 5.45vw, 3.125rem) 10px;
}

#ambassador_t2 h3{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.125rem, 0.239rem + 2.18vw, 1.875rem);/*18-30/650-1200*/
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}

#ambassador_t2 p{
	font-size: clamp(0.813rem, 0.591rem + 0.55vw, 1rem);/*13-16/650-1200*/
	line-height: 1.6;
	text-align: center;
}

#ambassador_t2 ol{
	width: 100%;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
}

#ambassador_t2 ol li{
	font-size: clamp(0.813rem, 0.591rem + 0.55vw, 1rem);/*13-16/650-1200*/
	line-height: 2;
	position: relative;
	padding-left: 20px;
	width: fit-content;
	word-break:break-all;
}

#ambassador_t2 ol li::before{
	position: absolute;
	left: 0;
	font-weight: bold;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist)".";
}


@media screen and (max-width:667px){
#ambassador_t2 ol{
	max-width: 90%;
}

#ambassador_t2 p{
	text-align: left;
}
}


/* 団体宿泊
-------------------------------*/
#group_main{
	width: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#group_main p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(90deg, rgba(5,46,28,0) 10%, rgba(5,46,28,0.9) 20%, rgba(5,46,28,0.9) 80%, rgba(5,46,28,0) 90%);
	width: 100%;color: #FFFFFF;
	font-size: clamp(1rem, 0.392rem + 1.496vw, 2.188rem);
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width:667px){
#group_main p{
	padding: 10px 0;
}
}

/*ご宿泊インフォメーション
-------------------------------*/
#accommodation-information{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

#accommodation-information div{
	width: calc((100% - 60px)  / 4) ;
	height: auto;
	margin: 0 20px 20px 0;
	box-sizing: border-box;
}

#accommodation-information div:nth-child(4n){
	margin-right: 0px;
}

#accommodation-information .information_img{
	width: 100%;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:667px){
#accommodation-information div{
	width: calc(50% - 5px);
	margin: 0 10px 10px 0;
}

#accommodation-information div:nth-child(2n){
	margin-right: 0px;
}
}


/*社会貢献活動
-------------------------------*/

.csr_icon01,.csr_icon02,.csr_icon03,.csr_icon04 {
	display: flex;
	align-items: flex-end;
}

.csr_icon01::before{
	content: "";
	background: url(../../csr/img/csr_icon01.png) no-repeat bottom;
	background-size: 80px;
	width: 100%;
	max-width: 80px;
	height: 80px;
	margin: 0px 10px;
}

.csr_icon02::before{
	content: "";
	background: url(../../csr/img/csr_icon02.png) no-repeat bottom;
	background-size: 80px;
	width: 100%;
	max-width: 80px;
	height: 80px;
	margin: 0px 10px;
}

.csr_icon03::after{
	content: "";
	background: url(../../csr/img/csr_icon03.png) no-repeat bottom;
	background-size: 150px;
	width: 100%;
	max-width: 150px;
	height: 150px;
	margin: 0px 10px;
}

.csr_icon04::before{
	content: "";
	background: url(../../csr/img/csr_icon04.png) no-repeat bottom;
	background-size: 150px;
	width: 100%;
	max-width: 150px;
	height: 150px;
	margin: 0px 10px;
}

.csr_icon05,.csr_icon06,.csr_icon07{
position: relative;
padding-right: 130px;
}

.csr_icon05::after{
	position: absolute;
	bottom: 0;	
	right: 0px;
	content: "";
	background: url(../../csr/img/csr_icon05.png) no-repeat bottom;
	background-size: 150px;
	width: 100%;
	max-width: 150px;
	height: 150px;
}

.csr_icon06::after{
	position: absolute;
	bottom: 0;	
	right: 0px;
	content: "";
	background: url(../../csr/img/csr_icon06.png) no-repeat bottom;
	background-size: 150px;
	width: 100%;
	max-width: 150px;
	height: 150px;
}

.csr_icon07::after{
	position: absolute;
	bottom: -30px;	
	right: 0px;
	content: "";
	background: url(../../csr/img/csr_icon07.png) no-repeat;
	background-size: 150px;
	width: 100%;
	max-width: 150px;
	height: 150px;
}

















