@charset "UTF-8";
/* 共通 */
* {
    font-size: 62.5%;
    /*16px * 62.5% = 10px*/
    margin: 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h2 {
    font-size: 2.5rem;
    margin: 0 0 5% 0;
    padding: 1% 0;
    border-bottom: 5px dotted #000;
    display: inline-block;
}
.title-box {
    text-align: center;
}
h3 {
    font-size: 4rem;
    letter-spacing: 5px;
    border-bottom: 1px solid;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}
a {
    text-decoration: none;
}
p, a {
    font-size: 1.6rem;
    letter-spacing: 5px;
    ;
}
a {
    color: inherit;
}
a:hover {
    color: #757575;
}
.br-sp {
    display: none;
}
.inner-box {
    width: 960px;
    margin: 0 auto;
}
.fontsize-2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5% 0;
}
.fontsize-18 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 2% 0;
}
section {
    padding: 24px 0;
}
.container {
    margin: 0 auto;
    padding: 0 15%;
}
ul {
    list-style-type: none;
}
.img-box-full {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: url(./images/thegrit_img.jpg) no-repeat;
    background-size: cover;
}
.img-box-full img {
    width: 100%;
}
/*ul li {
    margin: 0 2% 0 0 ;
}*/
/* hrader */
header {
    background: #fff;
    padding: 2%;
}
header nav ul {
    font-size: 2.8rem;
    font-weight: bold;
    justify-content: flex-end;
    align-items: center;
}
header nav ul li:nth-child(4) {
    margin: 0 0 0 3%;
}
header nav ul li a.btn {
    padding: 5% 2%;
    width: 150px;
}
main {
    background: #dfdfdf;
}
/* mv */
.mv {
    margin: 0;
    padding: 0;
}
.mv .img-wrap {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}
.mv .mv-text {
    width: 96%;
    position: absolute;
    top: 30%;
    bottom: 0;
    padding: 3% 2%;
    color: #fff;
}
.mv .mv-text .logo img {
    width: 30%;
}
.mv .mv-text h4 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    margin: 3% 0 1.2% 0;
}
.mv .mv-text p.mv_lead {
    line-height: 2em;
}
/*-- スライド --*/
.mv-slick {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.slick-list, .slick-track {
    height: 100vh;
}
.mv-slick__item {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mv-slick__item:first-child {
    background-image: url(./images/main_01.jpg);
}
.mv-slick__item:nth-child(2) {
    background-image: url(./images/main_02.jpg);
}
.mv-slick__item:nth-child(3) {
    background-image: url(./images/main_03.jpg);
}
.add-anime {
    animation: zoom-anime 30s ease 0s normal both;
}
@keyframes zoom-anime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
section.contents-box {
    padding: 64px 0;
}
/* widget */
#searchbar-container-box {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
}
#searchbar-container-box form {
    width: fit-content;
    box-shadow: none;
}
/* #concept */
#concept {
    background-color: #8A8D8F;
    color: #fff;
    text-align: center;
}
#concept .title-box {
    margin-bottom: 32px;
    ;
}
#concept .title-box h3 {
    border-bottom: 1px solid;
}
.title-box p {
    font-size: 1.4rem;
    line-height: 4rem;
}
#concept p {
    line-height: 4rem;
}
/* facility */
#facility {
    background-color: #E7EAEC;
    color: #474545;
}
#facility .img-box-full {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: url(./images/facility_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 32px;
}
#facility .img-box-full_2 {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: url(./images/facility_02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 64px;
}
#facility .lead {
    text-align: center;
    padding: 32px 0;
}
#facility .lead .font-b {
    font-size: 2.8rem;
    letter-spacing: 10px;
    line-height: 2em;
    font-weight: 700;
}
#facility .lead p {
    margin: 3% 0;
    line-height: 3em;
}
#facility .introduction {
    display: flex;
    width: 80%;
    margin: 3% auto;
    align-items: center;
}
#facility .introduction .item-box {
    margin: 0 1%;
}
#facility .introduction .item-box h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2%;
}
#facility .inner-box .facility_detail {
    border-left: 0.8px solid #8A8D8F;
    margin: 64px 0;
    padding-left: 25px;
}
#facility .inner-box .facility_detail h4 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 10px;
    margin-bottom: 1%;
}
#facility .inner-box .facility_detail h5 {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 1%;
}
#facility .photogallery {
    display: flex;
    gap: 0 1%;
}
#facility .photogallery a {
    width: 20%;
}
#facility .photogallery a img {
    width: 100%;
}
/* access */
#access {
    background-color: #F1F1F0;
    color: #474545;
}
#access iframe {
    margin: 64px 0 32px 0;
}
#access .inner-box h4 {
    font-size: 2rem;
    border-bottom: 0.8px solid;
    font-weight: 600;
    letter-spacing: 10px;
    margin: 64px 0 8px 0;
    width: fit-content;
}
/* reserve */
#reserve {
    background: url(./images/reserve_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #E5DFCE;
}
#reserve .inner-box {
    text-align: center;
    margin: 96px auto 0 auto;
}
#reserve .inner-box:last-child {
    margin: 32px auto 0 auto;
}
#reserve .btn {
    display: inline-block;
    width: 300px;
    height: auto;
    line-height: 80px;
}
#reserve .btn:first-child {
    margin-right: 5%;
}
#reserve .btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: hsla(43, 72%, 59%, 0.5);
    text-align: center;
    color: #E5DFCE;
    font-size: 2.5rem;
    font-weight: bold;
    box-shadow: 0px 5px 6px 0px hsla(0, 0%, 0%, 0.25);
    border: 1px solid #E1B74A;
    border-radius: 10px;
    transition: .3s;
}
#reserve .reserv_tpl .btn {
    width: 50%;
    margin: 0;
}
#reserve .reserv_tpl .btn a {
    background: hsla(43, 95%, 49%, 0.5);
}
#reserve .btn a:hover {
    background: #E1B74A;
    color: #A88937;
    /*margin-left:5px;
    margin-top:5px;*/
    box-shadow: unset;
    transform: translateY(4px);
}
/* #footer */
footer {
    background: #8A8D8F;
    padding: 3% 0;
    color: #fff;
    text-align: center;
}
footer .inner-box {
    display: flex;
    margin: 96px auto;
    line-height: 48px;
}
footer h6.logo img {
    width: 350px;
}
footer a,
footer p {
    padding: 1% 0;
    text-decoration: none;
}
footer .l-box {
    text-align: left;
    padding: 0 3%;
}
footer .l-box ul {
    font-size: 2rem;
}
.inner-box>.l-box:nth-of-type(1) {
    margin-right: auto;
}
footer .copy {
    font-size: 1rem;
    letter-spacing: 0;
}
/*--- textbox ---*/
header.note {
    background: rgba(131, 141, 143, .5);
}
header.note .logo {
    display: block;
}
section.textbox {
    color: #474545;
    padding: 160px 0;
}
section.textbox .inner-box {
    margin: 5% auto;
}
section.textbox .inner-box h4 {
    font-size: 2rem;
    border-bottom: 0.8px solid;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 64px 0 8px 0;
    width: fit-content;
}
/*faq*/
.qaContainer dt {
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
    text-indent: -25px;
    font-size: 1.6rem;
}
.qaContainer dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 7px;
}
.qaContainer dd {
    margin: 20px 10px 40px 35px;
    text-indent: -25px;
    font-size: 1.6rem;
}
.qaContainer dd:before {
    content: "A.";
    color: #8a8d8f;
    font-weight: bold;
    margin-right: 7px;
}
table {
    margin: 3% 0;
    width: 100%;
}
table, td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
    font-size: 1.2rem;
}
td, th {
    padding: 1%;
    width: auto;
    height: 25px;
}
th {
    background: #f0e6cc;
}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}
/*-- header --*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background: rgba(131, 141, 143, 0);
    padding: 25px 15px;
    transition: 0.5s;
}
header .logo {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    transition: 0.5s;
    display: none;
}
header .logo img {
    width: 380px;
}
header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
header li {
    list-style: none;
}
/* ナビゲーションのリンクのスタイル調整 */
header a {
    display: inline-block;
    margin-left: 12px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    /* アニメーションの変化時間 */
    transition: 0.5s;
}
.scroll-nav {
    /* 余白を狭くする */
    padding: 10px 15px;
    background: rgba(131, 141, 143, .5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    color: #fff;
}
.scroll-nav .logo {
    display: block;
}
.scroll-nav .logo,
.scroll-nav ul li a {
    color: #ffffff;
}
.hamburger {
    width: 40px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 70px;
    z-index: 100;
}
.hamburger_bar {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
.hamburger_bar:nth-child(1) {
    top: 0;
}
.hamburger_bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger_bar:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}
.hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}
.hamburger_bar.is_active:nth-child(2) {
    transform: translate(50%, -50%);
    opacity: 0;
}
.hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
}
header .nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(131, 141, 143, .95);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.24s;
    pointer-events: none;
}
.nav.is_active {
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
}
header .nav .inner-box {
    display: flex;
}
header .nav .inner-box .l-box {
    width: 50%;
}
header .nav_logo img {
    width: 100%;
}
header .nav .inner-box .l-box p {
    margin-top: 10%;
    font-weight: 500;
    color: #fff;
}
header ul.nav-list {
    text-align: left;
    align-items: start;
    justify-content: center;
}
header nav ul.nav-list li:nth-child(4) {
    margin: 0;
}
header .nav-list a {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    /* アニメーションの変化時間 */
    transition: 0.5s;
}
.nav-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
header ul.nav-list .btn {
    display: inline-block;
    width: 320px;
    height: 70px;
    line-height: 70px;
}
header ul.nav-list .btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: hsla(43, 72%, 59%, 0.5);
    text-align: center;
    color: #E5DFCE;
    font-size: 2rem;
    font-weight: 500;
    box-shadow: 0px 2px 2px 0px hsla(0, 0%, 0%, 0.25);
    border: 1px solid #E1B74A;
}
header ul.nav-list .btn a:hover {
    background: #E1B74A;
    color: #A88937;
    margin-left: 1px;
    margin-top: 1px;
    box-shadow: none;
}
/* リセットCSS */
button {
    border-color: transparent;
    background: transparent;
    cursor: pointer;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */
    .br-sp {
        display: block;
    }
    .inner-box {
        width: 85%;
    }
    .img-box-full {
        min-height: 30vh;
        background-position: 50%;
    }
    header .logo img {
        width: 40%;
    }
    header a {
        margin-left: 0;
    }
    header .nav .inner-box {
        display: block;
        width: 100%;
    }
    header .nav .inner-box .l-box {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    header ul.nav-list {
        align-items: center;
        margin: 10% 0;
    }
    header .nav-list a {
        font-size: 1.8rem;
    }
    header ul.nav-list .btn {
        display: inline-block;
        width: 250px;
        height: 60px;
        line-height: 60px;
    }
    .mv .mv-text {
        width: 90%;
        background: rgba(0, 0, 0, 0);
        top: 50%;
        bottom: 0;
        left: 5%;
        padding: 0;
    }
    .mv .mv-text .logo img {
        width: 60%;
    }
    .mv .mv-text h4 {
        font-size: 2.2rem;
        font-weight: 300;
        color: #fff;
        letter-spacing: 5px;
        margin: 3% 0 1.2% 0;
    }
    .mv .mv-text p.mv_lead {
        line-height: 2em;
    }
    .mv-slick__item:nth-child(2) {
        background-position: 95%;
    }
    /* widget */
    #searchbar-container-box form {
        display: flex;
        flex-direction: column;
        box-shadow: none;
        text-align: left;
    }
    #concept p {
        width: 80%;
        margin: 0 auto;
    }
    #facility .lead {
        width: 80%;
        margin: 0 auto;
    }
    #facility .lead p {
        letter-spacing: 3px;
        line-height: 2.5em;
    }
    #facility .img-box-full {
        min-height: 30vh;
        background-size: cover;
    }
    #facility .img-box-full_2 {
        min-height: 20vh;
    }
    #facility .introduction {
        flex-direction: column;
    }
    #facility .rev {
        flex-direction: column-reverse;
    }
    #facility .introduction .item-box {
        margin: 0 0 3% 0;
    }
    #facility .introduction .in-img {
        text-align: center;
    }
    #facility .introduction .in-img img {
        width: 100%;
    }
    #facility .introduction .item-box h4 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 2%;
    }
    #reserve .inner-box {
        margin: 10% auto;
    }
    #reserve .btn {
        display: block;
        margin: 5% auto;
    }
    #reserve .reserv_tpl .btn {
        width: 70%;
        margin: 0 auto;
    }
    #reserve .btn:first-child {
        margin-right: auto;
    }
    footer .inner-box {
        display: block;
        margin: 5% auto;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    #facility .img-box-full,
    #facility .img-box-full_2,
    .img-box-full {
        background-size: contain;
        min-height: 20vh;
    }
}