@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;
	background: url(../../img/base-bg.jpg) repeat;
}

@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: #001228;
	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: 250px;
	min-width:0;
	flex-shrink: 3;
}

#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: 40%;
}

#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;
	/*white-space: nowrap;*/
	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;
	left:50%;
	bottom:5px;
	width:40%;
	height:3px;
	opacity:0;
	background-color:#998048;
	transform:translate(-50%,0);
	transition:all .5s ease-in-out;
}

#naviInner .animationborder li:hover::after{
	width:60%;
	opacity:1;
}


#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%;
	padding-top: 46.875%;
	overflow: hidden;
	background-color: #FFFFFF;
}

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

@keyframes slideshow {
0% {opacity: 0;}
6.6% {opacity: 1;}
20% {opacity: 1;}
30% {opacity: 0;}
100% {opacity: 0;}
}

#top_mainvisual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 30s linear infinite;
}

#top_mainvisual img:nth-child(1) {
  animation-delay: -2s;
}

#top_mainvisual img:nth-child(2) {
  animation-delay: 4s;
}

#top_mainvisual img:nth-child(3) {
  animation-delay: 10s;
}

#top_mainvisual img:nth-child(4) {
  animation-delay: 16s;
}

#top_mainvisual img:nth-child(5) {
  animation-delay: 22s;
}

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

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

.description{
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(-50%, -50%);
	width: auto;
	margin: auto;
	display: flex!important;
	align-items: flex-start !important;
}

.description h2{
	writing-mode: vertical-rl;
    text-orientation: upright;
	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: 1px 1px 1px rgba(0,0,0,0.8);
	border-left: solid 1px #FFFFFF;
}

.description h2 span{
	writing-mode: lr-tb;
}

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

/*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;
}

.description{
	top: 50%!important;
	left: 50%!important;
	overflow: hidden!important;
	width: auto;
	padding: 20px;
}

.description h2{
	text-shadow: 0 0 0.3em rgba(255,255,255,1),1px 1px 1px rgba(0,0,0,1);
	margin-left: auto;
	margin-right: auto;
}

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


#sub_mainvisual {
	width: 100%;
	max-width: 1920px;
	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;
	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),url(../../img/parts-bg03.png);
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 5;
}

#spotlightInner{
	width: 96%;
	max-width: 1310px;
	min-width: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	position: relative;
	padding: 30px 0 0 0;
}

#spot_tbox{
	width: 100%;
	margin-right: 240px;
}

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

#spot_tbox ul li{
	height: auto;
	width: calc((100% - 20px)  / 3);
	margin: 0 10px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}

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

#spot_tbox ul li:nth-of-type(3n){
	margin: 0;
}

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

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

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

@media screen and (max-width:600px){
#spotlightInner{
	min-width: 0px;
	flex-wrap: wrap;
	padding: 30px 20px;
}

#spot_tbox{
	width: 100%;
	min-width: 0px;
	margin-right: 35%;
}

#spot_tbox ul{
	display: none;
}

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

#maasa{
	width: 35%;
	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%;
	height: auto;
	background: url(../../img/ripple_bg.png) no-repeat top center;
}

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

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

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

#mikuni-ocean_about{
	width: 100%;
	height: auto;
}

#welcome > p{
	font-size: clamp(1.375rem, 0.784rem + 1.455vw, 1.875rem);/*サイズ16px-22px／650px-1200px*/
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
}

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

#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;
	background: rgba(255,255,255,0.2);
	padding: 15px;
	margin-top: 80px;
	color: #000000;
}

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

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

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

#topics_info dl a:link { color:#000000; text-decoration:none; }
#topics_info dl a:visited { color: #000000; text-decoration:none; }
#topics_info dl a:hover { color: #000000; text-decoration:none; }
#topics_info dl a:active { color: #000000; text-decoration:none; }

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

#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;
	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;
	margin: 0;
}

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

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

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

.sub_content {
	width: 96%;
	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.403rem + 0.39vw, 1.875rem);/*サイズ25px-30px／650px-1920px*/
	line-height: 1;
	margin-bottom: 20px;
}

#appeal_section01 .textbox h1,
#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: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

#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;
	margin-bottom: 0px;
	padding-left: 0%;
	margin-left: auto;
	margin-right: auto;
}

#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_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 .square_btn,#appeal_section02 .square_btn{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}


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

#topmap{
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: url(../../img/bg001.jpg) no-repeat fixed center center;
	background-size: cover;
}

#bg-map{
	background-image: url(../../img/bg_map.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% top;
	padding-top: 70px;
	padding-bottom: 60px;
	backdrop-filter: blur(6px);
}

#topmapInner{
	width: 96%;
	max-width: 1600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display: flex ;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding-right: 10%;
}

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

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

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

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

@media screen and (max-width:600px){
#topmap{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../img/bg001.jpg);
	background-attachment: scroll;
}

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

#topmapInner > div{
	width: 100%;
}

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

#topmap_t{
	/*padding: 10px;*/
}
}

/* 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: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: clamp(6.25rem, -3.346rem + 23.622vw, 25rem);/*サイズ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;
}

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

#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;
	border-right: 1px solid #454545;
	padding-right: 50px;
	margin-right: 50px;
	font-weight: normal;
	line-height: 1.6em;
	white-space: nowrap;
}

#footer_add h2{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.875rem, 1.555rem + 0.787vw, 2.5rem);/*サイズ30px-40px／650px-1920px*/
	line-height: 1;
	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;
	align-items: flex-end;
	margin-bottom: 10px;
	line-height: 1;
}

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

#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 {
	flex-direction: column !important;
	margin: 50px auto 50px auto;
	padding-right: 0px;
	text-align: center;
	border-right: none;
	line-height: 1.8em;
}

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

#footer_menu li:first-of-type{
	display: none;
}

@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: 5%;
	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: flex-start;
	align-items: stretch;
}

#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: space-between;
}

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

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

/* ページ紹介見出し
-------------------------------*/
.caption_secondary {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #FFFFFF;
}

.caption_secondary h2 {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.375rem, 1.119rem + 0.63vw, 1.875rem);/*サイズ22px-30px／650px-1920px*/
	margin-bottom: 20px;
	color: #998048;
	text-shadow: 2px 2px 1px rgba(0,0,0,1);
}

.caption_secondary p {
	font-size: clamp(0.875rem, 0.811rem + 0.157vw, 1rem);/*サイズ14px-16px／650px-1920px*/
	line-height: 1.8;
}

@media screen and (max-width:600px){
.caption_secondary p {
	text-align: left;
}
}

/* レストラン
-------------------------------*/
#restaurant_about{
	background: url(../../img/restaurant_about_bg.jpg) no-repeat center center fixed;
	background-size: cover!important;
	width: 100%;
	max-width: 1920px;
	min-width: 0;
	height: clamp(31.25rem, 26.452rem + 11.81vw, 40.625rem);/*サイズ400px-650px／650px-1920px*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

#restaurant_about div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}

#restaurant_about h2{
	writing-mode: vertical-rl;
    text-orientation: upright;
	font-size: clamp(1.375rem, 0.479rem + 2.2vw, 3.125rem);/*サイズ22px-50px／650px-1920px*/
	font-family: 'Noto Serif JP', serif !important;
	letter-spacing:clamp(0.625rem, 0.305rem + 0.79vw, 1.25rem);/*サイズ10px-20px／650px-1920px*/
	line-height: 2em;
	white-space: nowrap;
	text-shadow: 0 0 0.2em rgba(255,255,255,1),0 0 0.2em rgba(0, 0, 0, 1.0);
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	margin-bottom: 30px;
}

#restaurant_about p{
	font-size: clamp(0.875rem, 0.811rem + 0.16vw, 1rem);/*サイズ14px-16px／650px-1920px*/
	line-height: 2em;
}

@media screen and (max-width:600px){
#restaurant_about{
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(../../img/restaurant_about_bg.jpg);
	background-attachment: scroll;
	background-size: cover!important;
}
}

/* 施設・サービス
-------------------------------*/
#facility_bg{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../../img/facility_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover!important;
	width: 100%;
	max-width: 1920px;
	min-width: 0;
	padding: 70px 0;
	margin-left: auto;
	margin-right: auto;
}

#facility_bg h3{
	font-size: clamp(1.375rem, 0.479rem + 2.2vw, 3.125rem);/*サイズ22px-50px／650px-1920px*/
	font-family: 'Noto Serif JP', serif !important;
	letter-spacing:clamp(0.625rem, 0.305rem + 0.79vw, 1.25rem);/*サイズ10px-20px／650px-1920px*/
	line-height: 2em;
	white-space: nowrap;
	text-shadow: 0 0 0.2em rgba(255,255,255,1),0 0 0.2em rgba(0, 0, 0, 1.0);
	text-align: center;
	color: #FFFFFF;
}

@media screen and (max-width:600px){
#facility_bg{
	background-attachment: scroll;
}
}

/* キッズコーナー
-------------------------------*/
#kids,#pool{
	position: relative;
}

#kids_img{
	position: absolute;
	width: clamp(12.5rem, 5.114rem + 18.182vw, 18.75rem);/*サイズ200px-300px／650px-1200px*/
	top: clamp(-1.25rem, 1.705rem + -7.273vw, -3.75rem);/*サイズ-60px・-20px／650px-1200px*/
	left: clamp(-1.25rem, 1.705rem + -7.273vw, -3.75rem);/*サイズ-60px・-20px／650px-1200px*/
	transform:rotate(-15deg); 
	z-index: 2;
}

/* プール
-------------------------------*/
#pool_img{
	position: absolute;
	width: clamp(18.75rem, 11.364rem + 18.182vw, 25rem);/*サイズ200px-300px／650px-1200px*/
	bottom:-180px;
	right: clamp(-1.875rem, 0.341rem + -5.455vw, -3.75rem);/*サイズ-60px・-30px／650px-1200px*/
	z-index: 2;
}

@media screen and (max-width:600px){
#pool_img{
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -35%)!important;
}
}

/* 観光情報
-------------------------------*/
#sightseeing_bg{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../../img/sightseeing_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover!important;
	width: 100%;
	max-width: 1920px;
	min-width: 0;
	padding: 70px 0;
	margin-left: auto;
	margin-right: auto;
}

#sightseeing_bg h3{
	font-size: clamp(1.375rem, 0.479rem + 2.2vw, 3.125rem);/*サイズ22px-50px／650px-1920px*/
	font-family: 'Noto Serif JP', serif !important;
	letter-spacing:clamp(0.625rem, 0.305rem + 0.79vw, 1.25rem);/*サイズ10px-20px／650px-1920px*/
	line-height: 2em;
	/*white-space: nowrap;*/
	text-shadow: 0 0 0.2em rgba(255,255,255,1),0 0 0.2em rgba(0, 0, 0, 1.0);
	text-align: center;
	color: #FFFFFF;
}

@media screen and (max-width:600px){
#sightseeing_bg{
	background-attachment: scroll;
}
}

/* アクセス
-------------------------------*/
.transportation{display: flex; flex-wrap: nowrap; justify-content: space-between; width: 100%; font-size: clamp(0.875rem, 0.811rem + 0.16vw, 1rem);/*サイズ14px-16px／650px-1920px*/}
.transportation_section{display: flex; flex-wrap: nowrap; justify-content: space-between; text-align: center; margin-bottom: 5px;}
.transportation_section > div{width: 100%!important;}
.access-col,.access-col2{display: flex; flex-wrap: nowrap; justify-content: space-between; text-align: center; width: 100%;}
.access-col{align-items: center;}
.vertical{writing-mode: vertical-rl; text-orientation: upright; display: flex; align-items: center;  justify-content:center; padding: 5px 20px; min-height: 130px;}
.waypoints{min-width: clamp(6.25rem, -17.500rem + 40vw, 12.5rem); padding: 10px;}/*100-200/950-1200*/
.traveltime{width: 100%; display: flex; align-items: center;  justify-content:center;}
.traveltime p{min-width: 110px; margin-left: auto; margin-right: auto; padding: 5px; background: #FFFFFF;}

.num {text-combine-upright: all;}/*縦書きの文字横に*/

@media screen and (max-width:600px){
.transportation{flex-direction: column !important;}
.transportation_section{flex-direction: column; align-items:stretch; width: 100%; justify-content: flex-start; margin-bottom: 0px; margin-right: 5px;}
.transportation_section:last-child{margin-right: 0px;}
.access-col{flex-direction: column !important; justify-content: center; align-items: stretch!important; flex-grow: 1;}
.access-col2{display: block;}
.vertical{writing-mode: horizontal-tb; padding: 10px 5px; width: 100%; align-items: stretch; flex-direction: column !important; min-height: 0px;}
.waypoints{width: 100%;  min-width: 0px;}
.traveltime{align-items: stretch!important; justify-content:space-between!important; margin-top: 20px; margin-bottom: 20px; font-size: 11px;}
.traveltime p{width: 100%; min-width: 0px; padding: 5px 0px;}
}

.car-caption,.rail-caption,.air-caption{
	position: relative;
	padding-left: 75px;
}

.rail-caption::before{position: absolute; width: 50px!important; left: 15px; bottom: 3px; content: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_rail.png");}
.car-caption::before{position: absolute; width: 50px!important; left: 15px; bottom: 3px; content: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_car.png");}
.air-caption::before{position: absolute; width: 50px!important; left: 15px; bottom: 3px; content: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_air.png");}

.rail-line01{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_rail_bg01.jpg") repeat-x center;}
.rail-line02{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_rail_bg02.jpg") repeat-x center;}
.walk-line{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_walk_bg.jpg") repeat-x center;}
.car-line{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_car_bg.jpg") repeat-x center;}
.air-line{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_air_bg.jpg") repeat-x center;}

.place{
	font-size: clamp(0.813rem, 0.653rem + 0.39vw, 1.125rem);/*サイズ13px-18px／650px-1920px*/
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width:600px){
.car-caption,.rail-caption,.air-caption{
	padding-left: 55px;
}

.rail-caption::before{position: absolute; width: 30px; left: 15px; bottom: -1px; content: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_rail.svg");}
.car-caption::before{position: absolute; width: 30px; left: 15px; bottom: -1px; content: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_car.svg");}
.air-caption::before{position: absolute; width: 30px; left: 15px; bottom: -1px; content: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_air.svg");}

.rail-line01{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_rail_bg01b.jpg") repeat-y center;}
.rail-line02{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_rail_bg02.jpg") repeat-y center;}
.walk-line{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_walk_bg.jpg") repeat-y center;}
.car-line{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_car_bgb.jpg") repeat-y center;}
.air-line{background: url("https://breezbay-group.com/yuzankaku/rakuten/img/access_air_bg.jpg") repeat-y center;}
}

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

@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;
	/*outline: 1px solid #dfdfdf;*/
	font-family: 'Noto Sans JP', sans-serif!important;
	/*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;
}

.brushcircle{position: relative;}
.brushcircle::before{
	width: 100%;
	max-width: 1920px;
	height: 100%;
	background: url(../../img/brushcircle02.png) center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 30%;
}

.brushcircle section{
	position: relative;
}

@media screen and (max-width:600px){
.brushcircle::before{
	background: url(../../img/brushcircle02.png) top left;
}
}

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





   
