@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: rgba(0, 0, 0, 1.0);
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	background-color: rgba(0, 0, 0, 0.8);
	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 {
	width: 100%;
	min-width: 950px;
	z-index: 1;
	overflow: hidden;
	background-color: #FFFFFF;
}

@media screen and (max-width:600px){
#wrapper {
	width: 100%;
	min-width:0px;
}
}


/* header
-------------------------------*/
#header {
	height: auto;
	width: 100%;
	min-width:950px;
	z-index: 10;
}

#head_bbh{
	background-color: #49aabf;
	color: #FFFFFF;
}

@media screen and (max-width:600px){
#header {
	min-width:0px;
}

#head_bbh{
	display: none;
}
}

#head_bbh_in{
	width:90%;
	max-width:1300px;
	min-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#head_bbh_in p{
	background-color: #FFF;
	padding: 5px;
}

#headerInner {
	height: auto;
	width:96%;
	max-width:1300px;
	min-width: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}

#rogo{
	height: auto;
	width:100%;
	max-width: 430px;
	min-width:0;
	flex-shrink: 3;
}

#headerInner > div > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#headerInner > div > div:first-child{
	margin-bottom: 20px;
}

#header_tel{
	font-size: 35px;
	line-height: 1;
	margin-right: 30px;
}

#header_tel i{
	font-size: 80%;
	vertical-align: 8%;
	margin-right: 5px;
}

#headerInner #reserve {
	width: 200px;
	background: #998048;
	outline: 4px double #998048;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(0.813rem, 0.1rem + 1.2vw, 1rem);/*(13-16 950-1200)*/
    text-decoration: none;
	text-align: center;
	position: relative;
}

#headerInner #reserve a {
    display: block;
	padding: 15px 5px;
	transition: .4s;
}

#headerInner #reserve a:hover {
	background: #A88D4F;
}

#headerInner #reserve a:link,
#headerInner #reserve a:visited,
#headerInner #reserve a:active,
#headerInner #reserve a:hover {
	color: #FFFFFF!important;
	text-decoration: none!important;
}

@media screen and (max-width:600px){
#headerInner {
	min-width: 0px;
}
}

#headermenu ul {
	display: flex;
	justify-content: flex-end !important;
	align-items: center;
	flex-wrap: nowrap;
	height: auto;
	text-align: right;
	width: 100%;
	min-width:0px;
	flex-shrink: 1;
}

#headermenu ul li{
	margin-right: 20px;
	padding-bottom: 3px;
}

#headermenu ul li:last-child{
	margin-right: 0px;
}

#headermenu ul li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	padding-right: 5px;
	font-size: 10px;
}

#headermenu ul li:nth-of-type(n+4)::before{
	content: '';
	padding-right: 0px;
}

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

@media screen and (max-width:600px){
#rogo{
	max-width: 60%;
}

#headerInner > div {
	display: none;
}

#headermenu {
	display: none;
}
}

/* navi　ページナビゲーション
-------------------------------*/
#navi {
	width: 100%;
	min-width: 0px;
	z-index: 10;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

@media screen and (max-width:600px){
#navi {
	display: none;
}
}

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

#naviInner ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
}

#naviInner ul li {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	/* font-family: 'Noto Serif JP', serif !important; */
	border-right: 1px solid rgba(69, 69, 69, 0);
	border-left: 0px;/*Safari用*/
	border-image: linear-gradient(to top, rgba(69, 69, 69, 0) 20%,rgba(69, 69, 69, 0.2) 30%,rgba(69, 69, 69, 0.2)70%,rgba(69, 69, 69, 0) 80%);
	border-image-slice: 1;
	transition:background 0.3s ease-in-out!important;
}

/*伸びる下ボーダー*/
#naviInner .animationborder li{
	display:inline-block;
	position:relative;
	cursor:pointer;
}

#naviInner .animationborder li::after{
	content:'';
	position:absolute;
	width:100%;
	transform:scaleX(0);
	height:5px;
	bottom:0px;
	left:0;
	background-color:#044159;
	transform-origin:bottom right;
	transition:transform .8s cubic-bezier(.86,0,.07,1);
}

#naviInner .animationborder li:hover::after{
	transform:scaleX(1);transform-origin:bottom left;
}

#naviInner ul li:first-child{
	border-left: 1px solid #454545;
	border-image: linear-gradient(to top, rgba(69, 69, 69, 0) 20%,rgba(69, 69, 69, 0.2) 30%,rgba(69, 69, 69, 0.2)70%,rgba(69, 69, 69, 0) 80%);
	border-image-slice: 1;
}

#naviInner ul li a{
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #454545;
}

#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; }

.nav_e{
	font-size: 10px;
	font-family: 'Cinzel', serif !important;
}


/*IE用 */
#naviInner ul {
	width: 950px\9 !important;
	display: table\9 !important;
}

#naviInner ul li {
	width: 120px\9 !important;
	display: table-cell\9 !important;
}
/*IE用 */


/*　ドロワーメニュー
-------------------------------*/

#drawerInner{
	height: auto;
	width: 90%;
	background: url("../../img/base-bg.jpg") repeat;
	padding: 20px 10px;
	margin: 10px auto;
	outline: 1px solid #efefef;
	font-family: 'Noto Serif JP', serif !important;
}

#drawerInner a{
	display: block;
}

#drawerInner h3{
	height: 35px;
	width: auto;
	background: #998048;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
}

#drawerInner h3:hover{
	background:#A88D4F;
}

#drawerInner h4{
	height: 35px;
	width: auto;
	background-color: #F7F4EE;
	line-height: 35px;
	text-align: center;
	margin-bottom: 10px;
}

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

#drawerInner ul li{
	height: 30px;
	width: auto;
	line-height: 30px;
	padding-left: 20px;
	border-bottom: 1px solid #efefef;
}

#drawerInner h4:hover,#drawerInner li:hover{
	background: #efefef!important;
}

#drawerInner i{
	width: 20px;
}

#drawerInner h3,
#drawerInner h4,
#drawerInner ul li{
	transition: 0.3s ease-in-out;
}

#drawerInner p{
	height: 35px;
	width: auto;
	line-height: 35px;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}

#drawerInner p i{
	width: 20px;
}

#drawerInner p:last-child{
	height: 35px;
	width: auto;
	background-color: #F7F4EE;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
}

/* mainvisual メイン画像
-------------------------------*/

#top_mainvisual{
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-width:950px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
}

#top_mainvisual img{
	height: auto;
	width: 100%;
	filter: brightness(80%);
}

#top_mainvisual .slider01 img,
#top_mainvisual .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_mainvisual .slider02{
	display: none!important;
}

#top_mainvisual p::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 100%;
	margin: auto;
	background: url("../../img/description.png") no-repeat center center;
	background-size: contain;
	content: "";
}

#top_mainvisual .slider01 p:nth-child(2)::after,
#top_mainvisual .slider01 p:nth-child(3)::after{
	display: none!important;
}

.description h2{
	font-size: clamp(1.375rem, 0.479rem + 2.2vw, 3.125rem);/*サイズ22px-50px／650px-1920px*/
	font-family: 'Noto Serif JP', serif !important;
	color: #FFFFFF;
	line-height: 2em;
	white-space: nowrap;
	 text-shadow: 5px 0px 5px rgba(0, 68, 163, 0.8);
}

/*IE用*/
@media all and (-ms-high-contrast: none) {
.description {
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
}

.description h2 {
	writing-mode: horizontal-tb;
	border-left: none;
	display: block;
}

.description h2:first-child{
	margin-top: 0px;
}
}

@media screen and (max-width:600px){
#top_mainvisual {
	width: 100%;
	min-width:0px;
	height: auto;
	z-index: 1;
}

#top_mainvisual .slider01{
	display: none!important;
}

#top_mainvisual .slider02{
	display: block!important;
}

#top_mainvisual p::after{
	width: 80%;
}
}


#sub_mainvisual {
	width: 100%;
	max-width: 1920px;
	min-width:0px;
	height: auto;
	position: relative;
	background-color: #000000!important;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom center;
	background-attachment: fixed;
}

#sub_mainvisual img{
	filter: brightness(80%);
}

#sub_mainvisual h2 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(1.563rem, 1.083rem + 1.18vw, 2.5rem);/*サイズ30px-40px／650px-1920px*/
	line-height: 0.8;
	font-family: 'Noto Serif JP', serif !important;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

#sub_mainvisual h2 span {
	font-size: clamp(0.813rem, 0.653rem + 0.39vw, 1.125rem);/*サイズ13px-18px／650px-1920px*/
	font-family: 'Cinzel', serif !important;
}

/* spotlight
-------------------------------*/

#spotlight{
	width: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../../img/brushcircle.png);*/
	background-image: url(../../img/spotlight_bg.jpg);
	/* background-size: cover; */
	background-position: top;
	background-attachment: fixed;
	/*background-position: right center;*/
	background-repeat: no-repeat;
	z-index: 5;
}

#spotlightInner{
	width: 95%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	min-width: 0px;
	height: auto;
	position: relative;
	padding: 30px 0;
}

#spot_tbox{
	width: 100%;
	margin-bottom: 20px;
	padding: 0 350px 0 0;
}

#spot_link{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 300px 0 0;
}

#spot_link li{
	height: auto;
	width: calc((100% - 30px)  / 4);
	margin: 0 10px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}

#spot_link .link-area img{transition: 0.5s ease-in-out;}
#spot_link .link-area:hover img {
	filter:alpha(opacity=100);
	opacity: 1.0;
	transform: scale(1.03);
}

#spot_link li:nth-of-type(4n){
	margin: 0;
}

#spot_tbox p{
	background-color: #FFF;
}

#spotlight h1{
	font-size: clamp(0.813rem, 0.443rem + 0.909vw, 1.125rem);/*サイズ13px-16px／650px-1200px*/
	font-family: 'Noto Serif JP', serif;
	color: #044159;
	line-height: 1.5;
	margin-right: 20px;
}

#maasa{
	position: absolute;
	z-index: 2;
	width: 100%;
	max-width: 350px;
	min-width: 0px;
	right: 0%;
	bottom: 0%;
}

@media screen and (max-width:600px){
#spotlight{
	background-position: right top;
background-attachment: scroll;
}

#spotlightInner{
	min-width: 0px;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 10px;
}

#spot_tbox{
	min-width: 0px;
	margin-bottom: 0px;
	padding: 20px 30% 20px 10px;
	position: relative;
}

#spot_link{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
	padding: 0 0 0 0;
}

#spot_link li{
	width: calc((100% - 10px)  / 2);
	margin: 0 0 10px 0!important;
}

#spotlight h1{
	margin-right: 0px;
	width: 100%;
}

#maasa{
	width: 40%;
	bottom: 0%;
right: -10%;
	pointer-events:none;
}
}


/*ie用*/
#spotlight{
	height: auto\9 !important;
	text-align: center\9 !important;
	margin-bottom: 20px\9 !important;
	padding-top: 20px\9 !important;
	padding-bottom: 20px\9 !important;
}
#spotlightInner{
	position: relative\9;
	top: 0px\9;
	left: 0px\9;
	margin-right: auto\9 !important;
	margin-left: auto\9 !important;
}
/*ie用*/

/* ようこそ
-------------------------------*/
#welcome_bg{
	width: 100%;
	max-width: 1920px;
	height: auto;
	background: url(../../img/welcome_bg.jpg) no-repeat top center;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

#welcome{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap !important;
	width: 96%;
	max-width: 1310px;
	min-width:0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#welcome h2{
	align-self: flex-end;
}

#welcome h2 img{
	width: 100%!important;
	min-width: 0px!important;
	height: auto;
}

@media screen and (max-width:600px){
#welcome_bg{
	background-size: cover;
	background-position: 0% 50px;
}

#welcome{
	flex-wrap: wrap !important;
}

#welcome h2 img{
	width: 80%!important;
	min-width: 0px!important;
	margin-left: auto;
	margin-right: auto;
}

#welcome > p{
	display: none;
}
}

/* 新着情報・お知らせ
-------------------------------*/

#topics_section{
	width: 100%;
	max-width: 850px;
	height:auto;
	color: #000000;
	background: rgba(255,255,255,0.1);
	padding: 30px;
	margin-top: 100px;
}

#topics_section > h2{
	font-size: clamp(1rem, 0.808rem + 0.47vw, 1.375rem);/*サイズ16px-22px／650px-1920px*/
	margin-bottom: 10px;
}

#topics_info{
	width: 100%;
	height:auto;
	overflow: auto;
}

#topics_info dl{
	width: 100%;
	height:auto;
	margin-bottom: 25px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#topics_info dl dt{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

#topics_info dl dt p{
	width: auto;
	min-width: 65px;
	font-size: 11px;
}

#topics_info dl dt h3{
	margin-right: 7px;
	background: #FFF;
	border: 1px solid #998048;
	padding: 0px 5px;
	font-size: 11px;
}

#topics_info dl dt h2{
	font-size: 18px;
}

#topics_info dl a:hover{
	text-decoration: underline;
}

#topics_info dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none !important;
}

@media screen and (max-width:600px){
#topics_section{
	margin-top: 0px;
	padding: 20px;
}

#topics_info dl dt{
	flex-wrap: wrap;
}

#topics_info dl dt h2{
	width: 100%;
	margin-top: 5px;
}

#topics_info dl dt p{
	display: block;
}
}


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

#breadcrumb {
	position: relative;
	width: 96%;
	max-width: 1310px;
	min-width:0px;
	margin-left: auto;
	margin-right: auto;
}

#breadcrumb ul{
	position: absolute;
	right: 0px;
	top: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	color: #999;
	font-size: 12px;
	line-height: 1;
}

#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: 10px;
	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;
}
}

/* container
-------------------------------*/

.container {
	width: 100%;
	min-width: 950px;
}

@media screen and (max-width:600px){
.container {
	min-width: 0px;
}
}

/* content
-------------------------------*/

.content {
	width: 96%!important;
	max-width: 1310px;
	min-width:0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

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

@media screen and (max-width:600px){
.content,.sub_content{
	min-width:0px !important;
}
}

/* 魅力
-------------------------------*/
#appeal_section01{
	width: 100%;
	max-width: 1920px;
	min-width: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#appeal_section01 .textbox{
	width: 100%;
	max-width: 30%;
	min-width: 370px;
	height: auto;
	margin-right: 3%;
	margin-left: 3%;
}

#appeal_section01 .textbox h3,
#appeal_section02 .textbox h3{
	font-family: 'Noto Serif JP', serif !important;
	color: #998048;
	font-size: clamp(1.563rem, 1.243rem + 0.787vw, 2.188rem);/*サイズ25px-35px／650px-1920px*/
	line-height: 1.2;
	margin-bottom: 20px;
}

#appeal_section01 .textbox h2,
#appeal_section02 .textbox h4{
	font-size: clamp(0.875rem, 0.811rem + 0.16vw, 1rem);/*サイズ14px-16px／650px-1920px*/
	line-height: 2.5;
}

#appeal_section01 .imgbox{
	width: 70%;
	height: auto;
	position: relative;
}

#appeal_section01 .imgbox h2{
	position: absolute;
	top:5%;
	left:5%;
	font-family: 'Noto Serif JP', serif !important;
	font-size:clamp(1.563rem, 0.764rem + 1.97vw, 3.125rem);/*サイズ25px-50px／650px-1920px*/
	line-height: 2;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

#appeal_section02{
	width: 96%;
	max-width: 1920px;
	min-width: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	margin-left: auto;
	margin-right: auto;
}

#appeal_section02 > div{
	width: 100%;
	max-width: 650px;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#appeal_section02 > div:last-child{
	margin-right: 0%
}

#appeal_section02 > div img{
	width: 100%;
	max-width: 900px;
}

#appeal_section02 > div > p{
	margin-bottom: 20px;
}

#appeal_section02 .textbox{
	width: 96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

@media screen and (max-width:600px){
#appeal_section01{
	width: 96%;
	min-width: 0px;
	flex-wrap: wrap;
	padding-left: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#appeal_section01 .textbox{
	width: 92%;
	max-width: 100%;
	min-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	order: 2;
}

#appeal_section01 .imgbox{
	width: 100%;
	order: 1;
	margin-bottom: 20px;
}

#appeal_section01 .imgbox h2{
	line-height: 1.5;
}

#appeal_section02{
	min-width: 0px;
	flex-wrap: wrap;
}

#appeal_section02 > div{
	margin-right: 0px;
	margin-bottom: 50px;
}

#appeal_section02 > div:last-child{
	margin-bottom: 0px;
}

#appeal_section02 .textbox{
	width: 92%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#appeal_section01 .textbox h2,
#appeal_section02 .textbox h4{
	line-height: 2;
}

#appeal_section01 .square_btn,#appeal_section02 .square_btn{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}


/* トップマップ
-------------------------------*/

#topmap{
	position: relative;
	width:100%;
	max-width: 1920px;
	height: auto;
	clip-path: inset(0 0 0 0);
	margin-left: auto;
	margin-right: auto;
}

#topmap::after {
	content: "";
	width: 100%;
	height: 100dvh;
	position: fixed;
	top:0;
	left:0;
	z-index:-10;
	background-image: url("../../img/bg_map.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#bg-map{
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../../img/bg_map.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#bg-map::before{
	backdrop-filter: blur(2px);
	position: absolute;
	content: ' ';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: -1
}

#bg-map::after{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	content: ' ';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#topmapInner{
	width: 96%;
	max-width: 1700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: flex ;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding-right: max(20%, 400px);/*20%を保ち400px以下になることはない*/
}

#topmapInner > div{
	width: calc(100% / 2);
}

#topmap_t{
	width: 100%;
	padding: 30px 20px 10px 20px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.50);
	backdrop-filter: blur(6px);
	color: #000000;
}

@media screen and (max-width:1300px){
#bg-map{
	background-image: none;
}

#topmapInner{
	padding-right: 0%;
}
}

@media screen and (max-width:600px){
#topmap{
	background-position: center top;
	background-attachment: scroll;
}

#topmapInner{
	margin-bottom: 0px;
	flex-wrap: wrap;
}

#topmapInner > div{
	width: 100%;
}

#bg-map{
	padding-top: 30px;
	padding-bottom: 30px;
}
}

/* footer
-------------------------------*/
#footer {
	width: 100%;
	min-width: 950px;
	max-width: 1920px;
	height: auto;
	color: #FFFFFF;
	background: url(../../img/bg_footer.jpg) bottom center no-repeat;
	background-size: 100% auto;
	background-color: #044159;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: clamp(12.5rem, -6.693rem + 47.244vw, 50rem);/*サイズ100px-400px／650px-1920px*/
	position: relative;
}

#footerInner{
	width: 96%;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: nowrap;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 0 100px 0;
}

@media screen and (max-width:600px){
#footer {
	min-width: 0px;
	/*background-size: 130%;
	background-position: center 110%;*/
}

#footerInner{
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0px;
}
}

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

#footer_add{
	width: auto;
	min-width: 300px;
	border-right: 1px solid #FFFFFF;
	padding-right: 50px;
	margin-right: 50px;
	font-weight: normal;
	line-height: 1.6em;
}

#footer_add h2{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.25rem, 0.930rem + 0.787vw, 1.875rem);/*サイズ20px-30px／650px-1920px*/
	line-height: 1.3;
	margin-bottom: clamp(0.938rem, 0.682rem + 0.63vw, 1.438rem);/*サイズ15px-23px／650px-1920px*/
	white-space: nowrap;
}

#footer_add h2 span{
	font-size: clamp(0.813rem, 0.717rem + 0.24vw, 1rem);/*サイズ13px-16px／650px-1920px*/
	line-height: 1.5;
}

#footer_add h3{
	font-size: clamp(0.813rem, 0.717rem + 0.24vw, 1rem);/*サイズ13px-16px／650px-1920px*/
	margin-bottom: 20px;
}

#footer_add h3 span{
	font-size: clamp(1.25rem, 1.154rem + 0.24vw, 1.438rem);/*サイズ20px-23px／650px-1920px*/
}

#footer_add dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 5px;
	line-height: 1;
}

#footer_add dl:last-of-type{
	margin-bottom: 10px;
}

#footer_add dl dt{
	width: clamp(1.875rem, 1.715rem + 0.394vw, 2.188rem);/*サイズ30px-35px／650px-1920px*/
	padding-bottom: 3px;
}

#footer_add dl dd{
	font-size: clamp(1.563rem, 1.403rem + 0.394vw, 1.875rem);/*サイズ25px-30px／650px-1920px*/
}

#footer_add ul{
	display: flex;
	align-items: center;
}

#footer_add ul li{
	margin-right: 20px;
	position: relative;
}

#footer_add ul li:last-child{
	margin-right: 0px;
}

@media screen and (max-width:600px){
#footer_add {
	min-width: 0px;
	flex-direction: column !important;
	margin: 50px auto 50px auto;
	padding-right: 0px;
	text-align: center;
	border-right: none;
	line-height: 1.8em;
}

#footer_add dl{
	justify-content: center;
}

#footer_add ul{
	justify-content: center;
	flex-direction: column;
}

#footer_add ul li{
	margin-right: 0px;
}

#footer_add ul li:last-child{
	margin-top: 10px;
}
}

#footer_menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 720px;
	min-width: 320px;
}

#footer_menu li{
	width: 100%;
	max-width: 180px;
	font-size: clamp(0.813rem, 0.717rem + 0.24vw, 1rem);/*サイズ13px-16px／650px-1920px*/
	line-height: 2.5em;
}

#footer_menu li::before{
	content: '-';
	font-size: 22px;
	padding-right: 10px;
	color: #FFFFFF;
}

@media screen and (max-width:600px){
#footer_menu{
	display: none;
}
}

#footer address {
	font-style: normal;
	line-height: 3em;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:600px){
#footer address {
	font-size: 10px;
	white-space: nowrap;
}
}

/* トップページ下部バナー
-------------------------------*/
#top_bottom_bnr{
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

#top_bottom_bnr>li{width: min(100%, 250px); height: auto; margin: 0 10px 10px 0; box-sizing: border-box;}
#top_bottom_bnr>li:last-child{margin-right: 0px;}
#top_bottom_bnr>li img{width: 100%;}

@media screen and (max-width:600px){
#top_bottom_bnr{
	flex-wrap: wrap;
	justify-content:flex-start!important;
}

#top_bottom_bnr>li{
	width: calc(50% - 5px);
	margin: 0 10px 10px 0;
}

#top_bottom_bnr>li:nth-of-type(2n){
	margin-right: 0px;
}
}

/*ページタイトル
-------------------------------*/
.parts-bg_wave{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../../img/wavepattern_b.png");
	background-size: cover;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/*サブメイン部分
-------------------------------*/
#rooms_oceanview::before{
	background-image: url(../../img/top_main_img04.jpg);
}

#private_bath::before{
	background-image: url(../../img/top_main_img06.jpg);
}

#onsen_daiyokujo::before{
	background-image: url(../../img/top_main_img05.jpg);
}

#restaurant_oceanview::before{
	background-image: url(../../img/top_main_img07b.jpg);
}

#sugosikata::before{
	background-image: url(../../img/top_main_img11.jpg);
	/* background-position: 80% center!important; */
}

#facility_oceanview::before{
	background-image: url(../../img/top_main_img10.jpg);
}

#hanabi::before{
	background-image: url(../../img/top_main_img09b.jpg);
}

@media screen and (max-width:600px){
#private_bath::before{
	background-image: url(../../img/privatebath_info02.jpg);
}

#sugosikata::before{
	background-position: 90% center!important;
}
}

#rooms_oceanview,#private_bath,#onsen_daiyokujo,#restaurant_oceanview,#sugosikata,#facility_oceanview,#hanabi{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
	height: 100dvh;
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: inset(0 0 0 0);
}

#rooms_oceanview::before,#private_bath::before,#onsen_daiyokujo::before,#restaurant_oceanview::before,#sugosikata::before,#facility_oceanview::before,#hanabi::before{
	content: "";
	display: block;
	width: 100%;
	height: 100dvh;
	position: fixed;
	top:0;
	left:0;
	z-index:-1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#rooms_oceanview::after,#private_bath::after,#onsen_daiyokujo::after,#restaurant_oceanview::after,#facility_oceanview::after,#hanabi::after{
	backdrop-filter: brightness(90%);
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#rooms_oceanview div,#private_bath div,#onsen_daiyokujo div,#restaurant_oceanview div,#facility_oceanview div,#hanabi div{
	width: 90%;
	max-width: 800px;
	min-width: 0px;
	margin: auto;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}

#sugosikata div{
	width: 96%;
	max-width: 800px;
	min-width: 0px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}

#rooms_oceanview h2,#private_bath h2,#onsen_daiyokujo h2,#restaurant_oceanview h2,#sugosikata h2,#facility_oceanview h2,#hanabi h2{
	width: 100%!important;
}

#rooms_oceanview p,#private_bath p,#onsen_daiyokujo p,#restaurant_oceanview p,#facility_oceanview p,#hanabi p{
	font-size: clamp(0.875rem, 0.747rem + 0.315vw, 1.125rem);/*サイズ14px-18px／650px-1920px*/
	line-height: 2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

#sugosikata p{
	font-size: clamp(0.875rem, 0.747rem + 0.315vw, 1.125rem);/*サイズ14px-18px／650px-1920px*/
	line-height: 2em;
}

@media screen and (max-width:600px){
#rooms_oceanview,#private_bath,#onsen_daiyokujo,#restaurant_oceanview,#sugosikata,#facility_oceanview,#hanabi{
	margin-bottom: 50px;
}
}

/* レストラン
-------------------------------*/


/* 施設・サービス
-------------------------------*/


/* キッズコーナー
-------------------------------*/


/* 観光情報
-------------------------------*/


/* アクセス
-------------------------------*/
.rail-line01{
	background: url("../../access/img/access_rail_bg01.jpg") repeat-y center;
}

.rail-line02{
	background: url("../../access/img/access_rail_bg02.jpg") repeat-y center;
}

.walk-line{
	background: url("../../access/img/access_walk_bg.jpg") repeat-y center;
}

.car-line{
	background: url("../../access/img/access_car_bg.jpg") repeat-y center;
}

.air-line{
	background: url("../../access/img/access_air_bg.jpg") repeat-y center;
}

.rail-line01 span,.rail-line02 span,.walk-line span,.car-line span,.air-line span{
	display: block;
	background-color: #FFFFFF;
	line-height: 1.6em;
	padding: 3px;

}

.car-caption,.rail-caption,.air-caption{
	position: relative;
	padding-left: clamp(0.75rem, 0.654rem + 0.236vw, 0.938rem);/*サイズ12px-15px／650px-1920px*/
	font-size: clamp(1.125rem, 0.901rem + 0.551vw, 1.563rem);/*サイズ18px-25px／650px-1920px*/
	margin-bottom: 10px;
}

.rail-caption::before{width: 50px; height: 50px; display: inline-block; margin-right: 10px; content: ""; background-image: url("../../access/img/access_rail.png"); background-size: contain;}
.car-caption::before{width: 50px; height: 50px; display: inline-block; margin-right: 10px; content: ""; background-image: url("../../access/img/access_car.png"); background-size: contain;}

#bus{
	position: absolute;
	width: 25%;
	right: 20px;
	bottom: -40px;
}

@media screen and (max-width:600px){
#bus{
	display: none;
}
}

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

.select-box select {
	width: 100%;
	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: 0px 30px 3px 10px;
	color: #454545;
	font-family: 'Noto Sans JP', sans-serif!important;
	border-bottom: 1px solid rgba(69, 69, 69, 0.2);
}

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

.select01 {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif!important;
}

.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;
}

/* サイト内リンク位置調整
-------------------------------*/
#kids_section::before,
#pool_section::before,
#happyhour::before,
#facility::before{
    display: block;
    height: 100px;
    margin-top: -100px;
    content: "";
}



/* 過ごし方
-------------------------------*/
/*タブベース*/
.tab-section{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1310px;
	min-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

.tab-section::after {
	content: '';
	width: 100%;
	min-width: 0px;
	height: 3px;
	order: -1;
	display: block;
	background-color:#011842;
	margin-bottom: 80px;
}

@media screen and (max-width:667px){
.tab-section::after {
	margin-bottom: 30px;
}
}

.tab-section .tabLabel {	/* タブ */
	margin-right: 20px;
	padding: 20px 0 20px 0;
	flex: 1;
	order: -1;
	border-radius: 6px 6px 0 0;
	background-color:#e1e1e1;
	transition: .5s ;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.tab-section .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.tab-section input {		/* ラジオボタン非表示 */
	display: none;
}

.tab-content {	/* 本文 */
	width: 100%;
	max-width: 1310px;
	height: 0;
	overflow: hidden!important;
	opacity: 0;
}

/*アクティブ設定*/
.tab-section input:checked + .tabLabel {
	color: #fff;
	background-color:#011842;
	position: relative;
}

.tab-section input:checked + .tabLabel + .tab-content {
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}

.tab-section input:checked + .tabLabel::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #011842;
}

/*過ごし方ページ数字部分*/
.point-number{
	position: relative;
	padding-left: clamp(5rem, 4.680rem + 0.787vw, 5.625rem);/*サイズ80px-90px／650px-1920px*/
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 60px;
	line-height: 0.8em;
	border-bottom: 1px solid #efefef;
	font-size: clamp(1.125rem, 0.741rem + 0.945vw, 1.875rem);/*サイズ18px-30px／650px-1920px*/
}

.point-number span{
	position: absolute;
	font-size: clamp(2.5rem, 2.180rem + 0.787vw, 3.125rem);/*サイズ40px-50px／650px-1920px*/
	transform:skewX(-10deg); 
	left: 0;
	top: 0px;
}

.point-number::before{
	position: absolute;
	left: 0;
	top: -50%;
	content: 'POINT';
	padding-right: 5px;
	transform:skewX(-10deg); 
	font-size: 60%;
}

.point-number::after{
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 49%, #8f8f8f 50%, rgba(255, 255, 255, 0) 51%)!important;
	content: "";
	height: clamp(3.125rem, 2.805rem + 0.787vw, 3.75rem);/*サイズ50px-65px／650px-1920px*/
	width: clamp(3.125rem, 2.805rem + 0.787vw, 3.75rem);/*サイズ50px-65px／650px-1920px*/
	position: absolute;
	left: clamp(2.5rem, 2.340rem + 0.394vw, 2.813rem);/*サイズ40px-45px／650px-1920px*/
	bottom: 5px;
}

@media screen and (max-width:600px){
.point-number span{
	font-size: 40px;
	left: 0;
	top: 20px;
}

.point-number::before{
	position: absolute;
	left: 0;
	top: -5%;
	content: 'POINT';
	padding-right: 5px;
	transform:skewX(-10deg); 
	font-size: 60%;
}
}













   
