@charset "UTF-8";
/* 
------------------------------------------------------------------------------------------------------------------------
Default
------------------------------------------------------------------------------------------------------------------------
*/

*,*::before,*::after {
  box-sizing: border-box;
	outline: none;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, img, small, dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, canvas, figcaption, figure, footer, header,
nav, section, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html, body {width:100%;}
html {
  font-size: 62.5%;
  overflow-x:hidden;
}

body {
	font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	color: #333;
	height:100%;
	font-size:1.5rem;
	line-height:2.0;
	-webkit-text-size-adjust: 100%;
	background: #ffffff;
}
article,figcaption,figure,footer,header,nav,section { display:block;}
ul li {list-style-type:none;}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333;
	transition:.3s;
}
a:hover {
	color:#333;
}
a img {transition:.3s;}
a:hover img {opacity:0.7;}
.logo a:hover img {opacity:1;}
img {max-width:100%; height:auto;}
table {border-collapse:collapse; border-spacing:0;}
select {vertical-align:middle;}
p {margin:0 0 20px;}
p:last-child {margin:0;}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {clear:both;}

.align {text-align:center;}
.align_left {text-align:left;}
.align_right {text-align:right;}

.bold {font-weight:bold;}
.font_s {font-size:1.2rem;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mt30 { margin-top:30px;}
.mt50 { margin-top:50px;}

.loading{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000000000;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.loading__logo{position:relative;width:6rem;-webkit-animation:load-anim 1.5s infinite cubic-bezier(0.645,0.045,0.355,1);animation:load-anim 1.5s infinite cubic-bezier(0.645,0.045,0.355,1)}.loading__logo:after{content:'';display:block;padding-top:100%;width:0}.loading__logo svg{position:absolute;top:0;left:0;width:100%;height:100%}
@-webkit-keyframes load-anim{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load-anim{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.in833,.in500 {display: none;}
@media screen and (max-width:833px){
	.in833 {display: block;}
	.out834 {display: none;}
}
@media screen and (max-width:500px){
	.in500 {display: block;}
	.out501 {display: none;}
}

/* 
------------------------------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
	max-width: 1140px;
	width: 100%;
	box-sizing:border-box;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#headerBlock {
	position:fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
#headerBlock .Nav li a {
	display: block;
	width: 90px;
	height: 85px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-size: 1.3rem;
	padding: 26px 0 0;
	position: relative;
}
#headerBlock .Nav li:first-child a {
	background: #0097bb;
}
#headerBlock .Nav li:last-child a {
	background: #5cbcd3;
}
#headerBlock .Nav li a:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#headerBlock .windowLink {
	position: fixed;
	right: 110px;
	top: 20px;
}
.windowLink a {
	border-radius: 20px;
	background: #fff;
	color: #0097bb;
	padding: 4px 26px;
	display: inline-block;
	font-size: 1.4rem;
}
.windowLink a span,.windowLink a img {
	vertical-align: middle;
}
.windowLink a span {
	margin-right: 10px;
}
@media screen and (min-width:834px){
	#headerBlock .Nav li a:hover img {
		opacity: 1;
	}
	#headerBlock .Nav li:first-child a:hover {
		background: #1fb4cc;
	}
	#headerBlock .Nav li:last-child a:hover {
		background: #6ad4e5;
	}
}
@media screen and (max-width:833px){
	#headerBlock {
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
	}
	#headerBlock .Nav {
		overflow: hidden;
	}
	#headerBlock .Nav li {
		width: 100%;
		/*float: left;*/
	}
	#headerBlock .Nav li a {
		width: 100%;
		height: 60px;
		line-height: 33px;
		padding:15px 10px 15px 0;
	}
	#headerBlock .Nav li a img,#headerBlock .Nav li a p {
		display: inline-block;
		vertical-align: middle;
	}
	#headerBlock .Nav li a:after {
		right: 12px;
		bottom: 0;
		top: 0;
		left: auto;
		margin: auto;
	}
	#headerBlock .Nav li a img {
		margin-right: 10px;
		width: 33px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#footerBrock {
	background: #f3f3f3;
	padding: 48px 0 15px;
	text-align: center;
}
#footerBrock small {
	font-size: 1.0rem;
}
@media screen and (max-width:833px){
	#footerBrock {
		padding-bottom: 85px;
	}
	#footerBrock .logo {
		margin-bottom: 10px;
	}
	#footerBrock .windowLink {
		margin-bottom: 40px;
	}
	#footerBrock .windowLink a {
		font-size: 1.2rem;
	}
	#footerBrock .windowLink a img {
		width: 13px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------------------------------------
*/

#contents .lttl {
    text-align: center;
    color: #0193b7;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.3;
    margin-bottom: 20px;
}
#contents .lttl.kana {
    font-size: 3.4rem;
    font-weight: 500;
}
#contents .ltxt {
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.25;
}
@media screen and (max-width:833px){
    #contents .lttl {
        font-size: 3.2rem;
    }
    #contents .lttl.kana {
        font-size: 2.8rem;
    }
    #contents .ltxt {
        font-size: 1.5rem;
    }
}

#contents .ttlblock {
    position: relative;
    margin-bottom: 55px;
    aspect-ratio: 1400/480;
    clip-path: inset(0);
}
#contents .ttlblock:before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}
/*#contents .ttlblock .img {
    line-height: 0;
    position: relative;
}
#contents .ttlblock .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
#contents .ttlblock .img img {
    width: 100%;
}*/
#contents .ttlblock .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    background: rgba(0,0,0,0.3);
}
#contents .ttlblock .txt span {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 6.0rem;
    display: block;
}
@media screen and (max-width:833px){
    #contents .ttlblock {
        aspect-ratio: 4/3;
    }
    #contents .ttlblock .txt h2 {
        font-size: 2.0rem;
    }
}

#contents .btn a {
    display: inline-block;
    color: #fff;
    background: #0193b7;
    text-align: center;
    position: relative;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 12.5px 64px 12.5px 45px;
    border-radius: 50px;
}
#contents .btn a:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 25px;
    margin: auto 0;
    width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width:834px){
    #contents .btn a:hover {
        opacity: 0.8;
    }
}

#contents .slide dl {
	margin: 0 17px;
}
#contents .slide dl dt {
	line-height: 0;
	margin-bottom: 80px;
}
#contents .slide dl dt img {
	width: 100%;
}
#contents .slide dl dd {
	text-align: center;
	font-size: 1.6rem;
}
#contents .slide dl dd h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
#contents .slide .slick-arrow {
	position: absolute;
	font-size: 0;
	border: 0;
	background: none;
	z-index: 3;
	cursor: pointer;
	transition: .3s;
}
#contents .slide .slick-arrow:after {
	content: "";
	width: 25px;
	height: 25px;
	border-top: 3px solid #0193b7;
	border-right: 3px solid #0193b7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}
#contents .slide .slick-arrow.slick-next {
	right: 4.8%;
}
#contents .slide .slick-arrow.slick-prev {
	left: 4.8%;
	transform: rotate(-180deg);
}
#contents .slide .slick-dots {
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
}
#contents .slide .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}
#contents .slide .slick-dots li button {
	border: none;
	font-size: 0;
	background:#c8c8c8;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	transition: .3s;
}
#contents .slide .slick-dots li.slick-active button {
	background: #0193b7;
}
@media screen and (min-width:834px){
	#contents .slide .slick-arrow:hover {
		opacity: 0.7;
	}
	#contents .slide .slick-dots li button:hover {
		background: #0193b7;
	}
}

#contents .lead {
    margin-bottom: 135px;
}
#contents .lead .catch {
    position: relative;
    margin-bottom: 75px;
}
#contents .lead .catch .img {
    line-height: 0;
    position: relative;
}
#contents .lead .catch .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
}
#contents .lead .catch .img img {
    width: 100%;
}
#contents .lead .catch .img ul {
    overflow: hidden; /* 画像がはみ出ないようにする */
}
#contents .lead .catch .img .slick-img img {
    width: 100%;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15); /* 拡大率 */
    }
}
.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}
#contents .lead .catch .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
}
#contents .lead .catch .txt h1 {
    font-size: 3.2rem;
    line-height: 1.4;
}
#contents .lead .catch .txt h1 span {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 6.0rem;
}
#contents .lead .cate {
    margin-top:65px;
    display: flex;
    justify-content: space-between;
}
#contents .lead .cate li {
    width: 31.48%;
}
#contents .lead .cate li a {
    display: block;
    position: relative;
}
#contents .lead .cate li a .img {
    line-height: 0;
    aspect-ratio: 340/200;
    position: relative;
}
#contents .lead .cate li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contents .lead .cate li a .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#contents .lead .cate li a .ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}
#contents .lead .cate li a .ttl span {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 4.0rem;
}
#contents .lead .cate li a .ttl:after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
	height: 22px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width:833px){
    #contents .lead {
        margin-bottom: 85px;
    }
    #contents .lead .catch {
        margin-bottom: 50px;
    }
    #contents .lead .catch .img ul .slick-slide {
        aspect-ratio: 1/1;
    }
    #contents .lead .catch .img ul .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #contents .lead .catch .txt {
        font-size: 1.6rem;
    }
    #contents .lead .catch .txt h1 {
        font-size: 1.8rem;
        line-height: 1.7;
    }
    #contents .lead .catch .txt h1 span {
        font-size: 3.0rem;
    }
    #contents .lead .cate {
        display: block;
    }
    #contents .lead .cate li {
        width: 100%;
        margin: 0 0 15px;
    }
}

#contents #stay {
    background: #eff7ef;
    padding-bottom: 140px;
}
#contents #stay .ttlblock:before {
    background: url(../img/glax/stay_main.webp) no-repeat;
}
#contents #stay .ltxt {
    margin-bottom: 80px;
}
#contents #stay .list dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
#contents #stay .list dl:last-child {
    margin-bottom: 0;
}
#contents #stay .list dl dt {
    width: 60.18%;
    line-height: 0;
}
#contents #stay .list dl:nth-child(even) dt {
    order: 2;
}
#contents #stay .list dl dt img {
    width: 100%;
}
#contents #stay .list dl dd {
    width: 34.72%;
    padding-top: 20px;
}
#contents #stay .list dl dd .ttl {
    color: #0193b7;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 30px;
}
#contents #stay .list dl dd .ttl span {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 4.4rem;
    display: block;
    letter-spacing: 0.07em;
    line-height: 1.1;
    margin-bottom: 10px;
}
#contents #stay .list dl dd .btn {
    margin-top: 55px;
}
@media screen and (max-width:833px){
    #contents #stay {
        padding-bottom: 80px;
    }
    #contents #stay .list dl {
        display: block;
    }
    #contents #stay .list dl dt,#contents #stay .list dl dd {
        width: 100%;
    }
    #contents #stay .list dl dd {
        padding-top: 25px;
    }
    #contents #stay .list dl dd .ttl {
        margin-bottom: 20px;
    }
    #contents #stay .list dl dd .ttl span {
        font-size: 3.5rem;
    }
    #contents #stay .list dl dd .btn {
        text-align: center;
        margin-top: 30px;
    }
}

#contents #eat {
    background: #f6f1ea;
    padding-bottom: 100px;
}
#contents #eat .ttlblock:before {
    background: url(../img/glax/eat_main.webp) no-repeat;
}
#contents #eat .ltxt {
    margin-bottom: 70px;
}
#contents #eat .slide {
    margin-bottom: 80px;
}
#contents #eat .catch {
    font-weight: 500;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.5;
    color: #0193b7;
    margin-bottom: 40px;
}
#contents #eat .threeclum {
    display: flex;
    justify-content: space-between;
}
#contents #eat .threeclum dl {
    width: 31.48%;
}
#contents #eat .threeclum dl dt {
    line-height: 0;
    margin-bottom: 20px;
}
#contents #eat .threeclum dl dt img {
    width: 100%;
}
#contents #eat .threeclum dl dd .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0193b7;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}
#contents #eat .threeclum dl dd {
    padding-bottom: 49px;
    position: relative;
}
#contents #eat .threeclum dl dd .btn {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width:833px){
    #contents #eat {
        padding-bottom: 80px;
    }
    #contents #eat .catch {
        font-size: 2.8rem;
    }
    #contents #eat .threeclum {
        display: block;
    }
    #contents #eat .threeclum dl {
        width: 100%;
        margin-bottom: 40px;
    }
    #contents #eat .threeclum dl dd .ttl {
        font-size: 2.1rem;
    }
}

#contents #facility {
    background: #e7f5f6;
    padding-bottom: 45px;
}
#contents #facility .ttlblock::before {
    background: url(../img/glax/facility_main.webp) no-repeat;
}
#contents #facility .ltxt {
    margin-bottom: 80px;
}

#contents .rsvbtn {
    margin: 90px auto 0;
    text-align: center;
}
#contents .rsvbtn .btn a {
    background: #4891c2;
}
#contents .rsvbtn .btn a:after {
    border-width: 2px;
}

#contents #accessBlock {
	background: #fff;
	padding: 110px 0 70px;
}
#contents #accessBlock h2 {
	text-align: center;
	color: #0193b7;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 55px;
}
#contents #accessBlock h2 span {
	display: block;
	font-size: 4.0rem;
	letter-spacing: 0.08em;
}
#contents #accessBlock h2+p {
	font-weight: 700;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#contents #accessBlock .buss {
	text-align: center;
	margin-bottom: 75px;
}
#contents #accessBlock .buss a {
	text-decoration: underline;
	font-weight: 700;
}
#contents #accessBlock .map {
    aspect-ratio: 1080/542;
    line-height: 0;
    margin-bottom: 40px;
}
#contents #accessBlock .map iframe {
    width: 100%;
    height: 100%;
}
#contents #accessBlock .maplink {
	text-align: right;
}
#contents #accessBlock .maplink a {
	border-radius: 20px;
	background: #f3f3f3;
	padding: 4px 26px;
	display: inline-block;
	font-weight: 700;
}
@media screen and (min-width:834px){
	#contents #accessBlock .buss a:hover {
		text-decoration: none;
	}
	#contents #accessBlock .maplink a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:833px){
    #contents #accessBlock {
		padding: 75px 30px 70px;
	}
	#contents #accessBlock h2 {
		font-size: 2.2rem;
		margin-bottom: 33px;
	}
	#contents #accessBlock h2 span {
		font-size: 3.5rem;
	}
    #contents #accessBlock .buss {
        margin-bottom: 60px;
    }
	#contents #accessBlock .map {
        aspect-ratio: 4/3;
        margin-bottom: 20px;
    }
}