@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Zen+Maru+Gothic:wght@500;700&display=swap');

/* *****************************************************************************
=01 reset style
=02 option style
=03 common style
=04 layout style
***************************************************************************** */
/*---------- =01 reset style ----------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------- //end reset style ----------*/

/*---------- =02 option style ----------*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}
.mtNone{margin-top:0!important;}
.mbNone{margin-bottom:0!important;}
.mbShort{margin-bottom:1em!important;}
.mbMiddle{margin-bottom:2em!important;}
.mbLong{margin-bottom:3em!important;}
.bold{font-weight:bold;}
.red{color:#dd0000;}
.cf{zoom:1;}
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
/*---------- //end option style ----------*/

/*---------- =03 common style ----------*/
*{
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
body{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    line-height: 2;
    color: #000000;
    background-color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 0;
}
a{
    color: #000000;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: none;
}
img{
    height: auto;
}
img,a img{
	border: none;
    vertical-align: bottom;
    display: block;
}
b,
strong,
.bold{
    font-weight: 700;
}
::selection{
	background-color: #000000;
	color: #ffffff;
}
::-moz-selection {
	background-color: #000000;
	color: #ffffff;
}
.en{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

@media print, screen and (max-width: 760px){
    body{
    }
}

/*---------- //end common style ----------*/

/*---------- =04 layout style ----------*/
/*========================================
header layout
========================================*/
/* header-wrap */
.header-wrap{
    padding-top: 80px;
}
.header-wrap.-gray{
  background-color: #f8f8f8;
}

@media print, screen and (max-width: 760px){
    /* header-wrap */
    .header-wrap{
        padding-top: 70px;
    }
}

/* site-header */
.site-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* site-title */
.site-title{
    width: 168px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.site-title > a{
    width: 168px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.site-title > a:hover{
    opacity: 0.75;
}
.site-title > a > img{
    width: 100%;
}

@media print, screen and (max-width: 760px){
    /* site-title */
    .site-title{
        margin-left: 0;
        margin-right: 0;
        width: 160px;
        height: 70px;
        padding-top: 16px;
        padding-left: 16px;
    }
    .site-title > a{
        width: 160px;
    }
    .site-title > a:hover{
        opacity: 1;
    }
}

/* header-link */
.header-link{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    display: flex;
    width: 160px;
}
.header-link > .-item{
    width: 50%;
}
.header-link > .-item > a{
    aspect-ratio: 1/1;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 57px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-link > .-item > a:hover{
    opacity: 0.75;
}
.header-link-access > a{
    background: #FF904B url(/assets/images/icon-access-white.svg) center top 18px no-repeat;
    background-size: 32px auto;
}
.header-link-reserve > a{
    background: #00A8EA url(/assets/images/icon-reserve-white.svg) center top 17px no-repeat;
    background-size: 30px auto;
}

@media print, screen and (max-width: 760px){
    /* header-link */
    .header-link{
        width: 140px;
    }
    .header-link > .-item > a{
        padding-top: 48px;
    }
    .header-link > .-item > a:hover{
        opacity: 1;
    }
    .header-link-access > a{
        background: #FF904B url(/assets/images/icon-access-white.svg) center top 13px no-repeat;
        background-size: 28px auto;
    }
    .header-link-reserve > a{
        background: #00A8EA url(/assets/images/icon-reserve-white.svg) center top 12px no-repeat;
        background-size: 27px auto;
    }
}

/*========================================
contents layout
========================================*/
/* note */
.note{
    margin-left: 1em;
    display: block;
}
.note::before{
  content: '※';
  margin-left: -1em;
}

/* mt */
.mt-none{
    margin-top: !important;
}
.mt-shrot{
    margin-top: !important;
}
.mt-middle{
    margin-top: !important;
}
.mt-long{
    margin-top: !important;
}

@media print, screen and (max-width: 760px){
    /* mt */
}

/* mb */
.mb-shrot{
    margin-bottom: !important;
}

@media print, screen and (max-width: 760px){
    /* mb */
    .mb-shrot{
        margin-bottom: !important;
    }
}

/* pagelink-anchor */
.pagelink-anchor{
    margin-top: -146px;
    padding-top: 146px;
}

@media print, screen and (max-width: 1320px){
    /* pagelink-anchor */
    .pagelink-anchor{
        margin-top: -100px;
        padding-top: 100px;
    }
}

@media print, screen and (max-width: 760px){
    /* pagelink-anchor */
    .pagelink-anchor{
        margin-top: -64px;
        padding-top: -64px;
    }
}

/* page-title */
.page-title{
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.page-title > .-inner{
    width: 100%;
    text-align: center;
}
.page-title > .-inner > .-en{
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.page-title > .-inner > .-main{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.35;
}

@media print, screen and (max-width: 760px){
    /* page-title */
    .page-title{
        height: 160px;
    }
    .page-title > .-inner > .-en{
        font-size: 1.5rem;
    }
    .page-title > .-inner > .-main{
        font-size: 3rem;
    }
}

/* basic-link-contents */
.basic-link-contents{
  font-size: 1.4rem;
  line-height: 1.75;
}
.basic-link-contents > a{
  display: inline-block;
  padding-right: 35px;
  background: url(/assets/images/arrow-link-blue.svg) right 7px no-repeat;
  background-size: 8px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.basic-link-contents > a:hover{
  color: #0076c4;
}

@media print, screen and (max-width: 1000px){
  /* basic-link-contents */
  .basic-link-contents > a{
    padding-right: 30px;
  }
}

@media print, screen and (max-width: 760px){
  /* basic-link-contents */
  .basic-link-contents > a:hover{
    color: #000000;
  }
}

/* section-box */
.section-box > .-box{
  margin-top: 80px;
}
.section-box > .-box:nth-child(1){
  margin-top: 0;
}

@media print, screen and (max-width: 760px){
  /* section-box */
  .section-box > .-box{
    margin-top: 60px;
  }
}

/* section-heading */
.section-heading{
  margin-bottom: 52px;
}
.section-heading > .-en{
  display: inline-block;
  font-size: 3.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 27px;
  white-space: nowrap;
}
.section-heading > .-main{
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.72;
}

@media print, screen and (max-width: 760px){
  /* section-heading */
  .section-heading{
    margin-bottom: 35px;
  }
  .section-heading > .-en{
    font-size: 2.8rem;
    margin-right: 20px;
  }
  .section-heading > .-main{
    font-size: 1.8rem;
  }
}

/* section-middle-heading */
.section-middle-heading{
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 20px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.section-middle-heading::before{
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
}

@media print, screen and (max-width: 760px){
  /* section-middle-heading */
  .section-middle-heading{
    font-size: 1.9rem;
    padding-left: 40px;
  }
  .section-middle-heading::before{
    width: 25px;
  }
}

/* nav */
.nav-block{
    padding-left: 60px;
    padding-right: 60px;
}
.nav-block > .-inner{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.nav{
    display: flex;
    justify-content: space-between;
}
.nav > .-item{
    width: 13.3928%;
}
.nav > .-item > a{
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    text-align: center;
    font-size: 1.4rem;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav > .-item > a:hover{
    opacity: 0.7;
}
.nav-about > a{
    background: url(/assets/images/icon-nav-about.svg) center center no-repeat;
    background-size: cover;
}
.nav-facility > a{
    background: url(/assets/images/icon-nav-facility.svg) center center no-repeat;
    background-size: cover;
}
.nav-price > a{
    background: url(/assets/images/icon-nav-price.svg) center center no-repeat;
    background-size: cover;
}
.nav-access > a{
    background: url(/assets/images/icon-nav-access.svg) center center no-repeat;
    background-size: cover;
}
.nav-reserve > a{
    background: url(/assets/images/icon-nav-reserve.svg) center center no-repeat;
    background-size: cover;
}
.nav-contact > a{
    background: url(/assets/images/icon-nav-contact.svg) center center no-repeat;
    background-size: cover;
}
.nav > .-item > a > span{
    width: 100%;
    position: absolute;
    top: 65%;
    left: 0;
    line-height: 1;
    display: block;
}
.nav > .-item > a > span > br{
    display: none;
}

@media print, screen and (max-width: 1257px){
    /* nav */
    .nav > .-item > a{
        font-size: 1.14vw;
    }
}

@media print, screen and (max-width: 1200px){
    /* nav */
    .nav > .-item{
        width: 16%;
    }
    .nav > .-item > a{
        font-size: 1.3vw;
    }
}

@media print, screen and (max-width: 1000px){
    /* nav */
    .nav-block{
      padding-left: 40px;
      padding-right: 40px;
    }
    .nav{
        flex-wrap: wrap;
    }
    .nav > .-item{
        width: 32%;
        margin-top: 2.4%;
    }
    .nav > .-item > a{
        font-size: 2.5vw;
    }
    .nav > .-item > a > span{
        line-height: 1.35;
    }
    .nav > .-item > a > span > br{
        display: inline;
    }
}
  
@media print, screen and (max-width: 760px){
    /* nav */
    .nav-block{
      padding-left: 20px;
      padding-right: 20px;
    }
    .nav > .-item > a{
        font-size: 3.8vw;
    }
    .nav > .-item > a:hover{
        opacity: 1;
    }
}

@media print, screen and (max-width: 520px){
    /* nav */
    /*
    .nav > .-item{
        width: 48.5%;
        margin-top: 3.4%;
    }
    .nav > .-item > a{
        font-size: 3.6vw;
    }
    */
}

/*========================================
footer layout
========================================*/
/* site-footer */
.site-footer{
    background-color: #001e3d;
    color: #ffffff;
    padding: 40px 60px 20px;
}
.site-footer > .-inner{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (max-width: 1000px){
    /* site-footer */
    .site-footer{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* site-footer */
    .site-footer{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* footer-contents */
.footer-contents{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media print, screen and (max-width: 920px){
    /* footer-contents */
    .footer-contents{
        display: block;
    }
}

/* footer-primary */
.footer-primary{
    flex: 1;
    padding-left: 40px;
}

@media print, screen and (max-width: 920px){
    /* footer-primary */
    .footer-primary{
        padding-left: 0;
    }
}

/* footer-nav */
.footer-nav{
    font-size: 0;
    text-align: right;
    margin-bottom: 30px;
}
.footer-nav > li{
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 2em;
    white-space: nowrap;
}
.footer-nav > li:nth-child(1){
    padding-left: 0;
}
.footer-nav > li > a{
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-nav > li > a:hover{
    opacity: 0.75;
}

@media print, screen and (max-width: 920px){
    /* footer-nav */
    .footer-nav{
        text-align: center;
    }
}

@media print, screen and (max-width: 760px){
    /* footer-nav */
    /*
    .footer-nav{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav > li{
        width : calc(100%/3);
        padding-left: 0;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    */
    .footer-nav > li{
        padding-left: 1em;
        padding-right: 1em;
    }
    .footer-nav > li > a:hover{
        opacity: 1;
    }
}

@media print, screen and (max-width: 500px){
    /* footer-nav */
    /*
    .footer-nav > li{
        width: 50%;
    }
    */
}

/* footer-information */
.footer-information{
    text-align: right;
}
.footer-information > .-name{
    font-size: 1.8rem;
    font-weight: 700;
}
.footer-information > .-address{
    font-size: 1.4rem;
    line-height: 1.8571;
    margin-top: 6px;
}

@media print, screen and (max-width: 920px){
    /* footer-information */
    .footer-information{
        text-align: center;
        margin-bottom: 30px;
    }
}

/* footer-logo */
.footer-logo > a{
    display: inline-block;
    width: 168px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-logo > a:hover{
    opacity: 0.75;
}
.footer-logo > a > img{
    width: 100%;
}

@media print, screen and (max-width: 920px){
    /* footer-logo */
    .footer-logo{
        text-align: center;
    }
}

@media print, screen and (max-width: 760px){
    /* footer-logo */
    .footer-logo > a:hover{
        opacity: 1;
    }
}

/* copyright */
.copyright{
    font-size: 1.1rem;
    line-height: 1.75;
    text-align: right;
    margin-top: 35px;
}
.copyright > span:nth-child(1){
    padding-right: 1em;
}

@media print, screen and (max-width: 920px){
    /* copyright */
    .copyright{
        text-align: center;
    }
}

@media print, screen and (max-width: 560px){
    /* copyright */
    .copyright > span{
        display: block;
    }
    .copyright > span:nth-child(1){
        padding-right: 0;
        margin-bottom: 2px;
    }
}
