@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
    html {
        font-size: 0.86vw;
        /* font-size: 0.8771929vw; */
        /* font-size: 0.8vw; */
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    html {
        font-size: 1.30208vw;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 55%;
        /* font-size: 2.35vw; */
        font-size: 1.8vw;
        /* font-size: 1.86vw; */
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #191919;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* .container {
    
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container {
        width: -webkit-calc(100% - 30px);
    }
} */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .container {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}



/* @media only screen and (max-width: 480px) {
    .container {
        width: -webkit-calc(100% - 15px);
    }
} */

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.0rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 767px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 767px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 767px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 767px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.column_outside_right {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_right {
        margin-right: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_right {
        margin-left: 0;
    }
}

.column_outside_left {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_left {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_left {
        margin-left: 0;
    }
}

.font_NotoSansJP {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}


.font_ryumin {
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}


.font_Blackoak {
    font-family: "blackoak-std", serif;
    font-weight: 400;
    font-style: normal;
}

/*
bl_******************************/

/*
header******************************/

.header {
    position: relative;
}

/* header left */

.header_left {
    position: absolute;
    z-index: 30;
    padding: 5.4rem 0 0 3.8rem;
}

@media screen and (max-width: 1400px) {
    .header_left {
        padding: 2.9rem 0 0 1.0rem;
    }
}


/* nav-toggle */

.nav-toggle {
    position: relative;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        height: 26px;
    }
}

.nav-toggle>div {
    position: relative;
    width: 31px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle>div {
        width: 26px;
    }
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.nav-toggle span:nth-child(1) {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 14px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(2) {
        top: 10px;
    }
}

.nav-toggle span:nth-child(3) {
    top: 28px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(3) {
        top: 20px;
    }
}

.nav-toggle_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 200;
    top: 4.7rem;
    right: 9.6rem;
    background-color: transparent;
    mix-blend-mode: difference;
}

@media screen and (max-width: 1400px) {
    .nav-toggle_box {
        top: 2.9rem;
        right: 5.0rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-toggle_box {
        top: 3.5rem;
        right: 2.0rem;
    }
}

.menu {
    background: rgba(0, 0, 0, 0.87);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 48.0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    transition: opacity .6s ease, visibility .6s ease;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .menu {
        width: 100vw;
    }
}

.menu nav {
    position: absolute;
    top: 15rem;
}

.menu__item {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    text-align: left;
    margin-top: 4rem;
}

.menu__item a {
    display: block;
    color: #fff;
    transition: color .6s ease;
    text-align: center;
    font-size: 1.8rem;
}

.menu__item a:hover {
    color: #666;
}

.menu__item:first-child {
    margin-top: 0;
    text-align: center;
    padding-bottom: 4rem;
}

.menu__item:last-of-type {
    margin-bottom: 10rem;
}

.menu__item {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

/* is-active */

.menu.is-active {
    visibility: visible;
    opacity: 1;
}

.is-active .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.is-active.nav-toggle span {
    background: #fff;
}

.is-active.nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-active.nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.is-active.nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.menu_address {
    padding: 0 1.5rem;
    color: #fff;
    width: 100%;
    margin-top: 10rem;
    margin-bottom: 10rem;
    transition: .6s ease;
    font-size: 1.2rem;
}

.menu_address_01 {
    margin-bottom: 0;
}

.menu_address_02 {
    margin-top: 0;
}

.menu_address .tel {
    text-align: left;
    padding-top: 0;
    font-size: 1.2rem;
}

.menu_address .googlemap_link {
    text-align: left;
    padding-top: 0.7rem;
}

.menu_address .googlemap_link img {
    width: 9.91rem;
}

.header_sns {
    position: fixed;
    top: 57%;
    left: 43px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
}

@media only screen and (max-width: 767px) {
    .header_sns {
        top: 50%;
        left: 23px;
    }
}


.header_sns .sns_wrap {
    display: inline-block;
}

.header_sns .sns_wrap ul {
    display: block;
    text-align: center;
}

.header_sns .sns_wrap ul li {
    padding: 11px 0;
}

.header_address_content {
    position: absolute;
    top: 12.4rem;
    left: 23px;
}

@media screen and (max-width: 1400px) {
    .header_address_content {
        position: absolute;
        top: 8rem;
        left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .header_address_content {
        position: absolute;
        top: 10rem;
        left: 0;
    }
}

address {
    position: relative;
    font-style: inherit;
    z-index: 2;
    width: 50.0rem;

}

address .header_address {
    padding: 0 1.5rem;
    color: #fff;
    width: 100%;
    transition: .6s ease;
    font-size: 1.2rem;
}

@media screen and (max-width: 1400px) {
    address .header_address {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 1000px) {
    address .header_address {
        padding: 0 1.5rem;
    }
}

.home .header_address_content {
    position: absolute;
    top: 67rem;
    left: 16px;
}

.home address .header_address {
    padding: 0 1.5rem;
    color: #fff;
    width: 100%;
    transition: .6s ease;
}

@media only screen and (max-width: 767px) {
    address .header_address {
        display: none;
    }
}

address .header_address .tel {
    text-align: left;
    padding-top: 0;
    display: block;
    color: #fff;
}

address .header_address .googlemap_link {
    text-align: left;
    padding-top: 0.7rem;
    display: block;
}

address .header_address .googlemap_link img {
    width: 9.91rem;
}

address .header_address_02 {
    padding-top: 2.2rem;
}

.home address .header_address_02 {
    padding-top: 2.2rem;
}

/*
top-kv******************************/

.top-kv {
    height: 100vh;
}

.top-kv_info {
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .top-kv {
        max-height: 700px !important;
    }
}

@media only screen and (max-width: 960px) and (max-height:480px) {
    .top-kv {
        max-height: 700px !important;
        height: 700px;
    }

    .top-kv_info {
        height: 700px;
    }
}

@media only screen and (max-width: 480px) {
    .top-kv {
        max-height: 1000px !important;
        height: 1000px;
    }

    .top-kv_info {
        height: 1000px;
    }
}

@media only screen and (max-width: 375px) {
    .top-kv {
        max-height: 850px !important;
        height: 850px;
    }

    .top-kv_info {
        height: 850px;
    }
}

.top-kv_info_inner {
    width: 76.9rem;
    height: 100vh;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

@media only screen and (max-width:768px) and (max-height:480px) {
    .top-kv_info_inner {
        width: 80vw;
        height: 700px;
        padding: 0 5.0rem;
    }
}

@media only screen and (max-width: 767px) {
    .top-kv_info_inner {
        padding: 0 5.0rem;
    }
}

@media only screen and (max-width: 480px) {
    .top-kv_info_inner {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: inherit;
        transform: inherit;
        z-index: 5;
        padding: 0;
        background: #82060699;
        width: 100%;
        display: block;
        padding: 0 3rem;
    }
}

.top-kv_info_logo {
    width: 17.4rem;
}

@media only screen and (max-width: 480px) {
    .top-kv_info_logo {
        width: 118px;
        margin: -60px auto;
    }
}

.top-kv_info_catch {
    width: 28.333rem;
}

@media only screen and (max-width: 480px) {
    .top-kv_info_catch {
        width: 28.333rem;
        margin: auto;
        margin-top: 43px;
    }
}

.top-kv_info_title {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 3.3rem;
    color: #fff;
}

.top-kv_info_title span {
    display: block;
    font-size: 1.4rem;
}

.top-kv_info_text {
    padding-top: 2.6rem;
    max-width: 53.6rem;
    color: #fff;
}

.top-kv_info_btn_reservation {
    padding-top: 2.2rem;
    text-align: center;
}

.top-kv_info_bg {
    width: 76.9rem;
    height: 100vh;
    background-color: #9F0D0D;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    place-items: center;
    mix-blend-mode: multiply;
}

@media only screen and (max-width: 960px) and (max-height:480px) {
    .top-kv_info_bg {
        height: 700px;
    }
}

@media only screen and (max-width:768px) and (max-height:480px) {
    .top-kv_info_bg {
        width: 80vw;
    }
}

@media only screen and (max-width: 480px) {
    .top-kv_info_bg {
        position: absolute;
        top: 50%;
        height: auto;
    }
}

/*
sub-kv******************************/

.sub-kv {
    position: relative;
    background: url(../images/sub_kv_01.png) no-repeat;
    height: 378px;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .sub-kv {
        height: 280px;
    }
}

.sub-kv_page_title {
    font-size: 4.2rem;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .sub-kv_page_title {
        font-size: 2.94rem;
        top: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .sub-kv_page_title {
        top: 50%;
        padding: 0 1.5rem;
    }
}

.sub-kv_page_title span {
    font-size: 2.4rem;
    color: #fff;
    padding-top: 1.0rem;
}

@media only screen and (max-width: 480px) {
    .sub-kv_page_title span {
        font-size: 1.68rem;
    }
}

.sub-kv_page_title-aboutus img {
    width: 37.9rem;
}

.sub-kv_page_title-facility img {
    width: 57.8rem;
}

.sub-kv_page_title-join img {
    width: 18.8rem;
}

.sub-kv_page_title-plan img {
    width: 47.8rem;
}

.sub-kv_page_title-faq img {
    width: 15.9rem;
}

.sub-kv_page_title-news img {
    width: 22.5rem;
}

.sub-kv_page_title-contact img {
    width: 35.5rem;
}


/*
top-aboutus******************************/

.top-aboutus {
    padding: 10.0rem 0 15.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .top-aboutus {
        padding: 7.0rem 0 10.5rem;
    }
}

.top-aboutus_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 695px;
    margin: 0 auto;
}

.top-aboutus_title {
    font-size: 2.8rem;
    text-align: center;
}

.top-aboutus_title span {
    display: block;
    font-size: 1.4rem;
}

.top-aboutus_text {
    padding-top: 3.6rem;
}

.top-aboutus_recommend {
    border: 1px solid #484848;
    padding: 3.6rem 9.6rem;
    margin-top: 2.0rem;
}

@media only screen and (max-width: 767px) {
    .top-aboutus_recommend {
        padding: 3.6rem 3.0rem;
    }
}


.top-aboutus_recommend_title {
    font-size: 2.0rem;
    text-align: center;
}

.top-aboutus_recommend ul {
    padding-top: 3.6rem;
}

.top-aboutus_recommend ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-aboutus_recommend ul li:not(:first-child) {
    padding-top: 1.5rem;
}

.check {
    margin-right: 1.3rem;
}

.check img {
    width: 3.4rem;
}

/*
page-aboutus******************************/

/* page-aboutus_message */

.page-aboutus_message {
    padding: 8.0rem 0 8.0rem;
    padding: 10rem 0 15rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_message {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-aboutus_message_logo {
    width: 29.3rem;
    margin: auto;
}

.page-aboutus_message_heading {
    width: 15.6rem;
    margin: auto;
    padding-top: 5.7rem;
}

.page-aboutus_message_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 696px;
    margin: 0 auto;
}

.page-aboutus_message_text {
    padding-top: 1.7rem;
}

.page-aboutus_message_daihyo {
    padding-top: 1.7rem;
    text-align: right;
}

/* page-aboutus_features */

.page-aboutus_features {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_features.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_features {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-aboutus_features_heading {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
}

.page-aboutus_features_heading span {
    display: block;
    font-size: 1.4rem;
}

.page-aboutus_features_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.4rem;
    row-gap: 3.6rem;
    margin-top: 4rem;
}

@media screen and (max-width: 767px) {
    .page-aboutus_features_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-aboutus_features_item {
    grid-row: span 4;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    border: 1px solid #AAAAAA;
    padding-bottom: 1.8rem;
}

.page-aboutus_features_item_title {
    font-size: 2.0rem;
    padding-top: 2.5rem;
    text-align: center;
    color: #fff;
}

.page-aboutus_features_item_text {
    padding-top: 1.5rem;
    line-height: 1.5;
    padding: 1.5rem 2rem 0;
    color: #fff;
}

.page-aboutus_features_item_link {
    text-align: right;
}

.page-aboutus_features_item_link a {
    position: relative;
    display: block;
    color: #000;
    text-align: right;
    padding-top: 1.5rem;
    padding-right: 3.5rem;
}

.page-aboutus_features_item_link a::after {
    content: '';
    position: absolute;
    top: 2.2rem;
    right: 1.5rem;
    background: url(../images/btn_arrow_wh.png) no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem 1.3rem;
}

.page-aboutus_features_item_link a {
    position: relative;
    display: block;
    color: #fff;
    text-align: right;
    padding-top: 1.5rem;
    padding-right: 5.5rem;
}

.page-aboutus_features_item_link a::after {
    content: '';
    position: absolute;
    top: 2.2rem;
    right: 3.5rem;
    background: url(../images/btn_arrow_wh.png) no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem 1.3rem;
}

.page-aboutus_features_more {
    padding-top: 4.8rem;
    width: 27.2rem;
    text-align: center;
    margin: auto;
}

/* page-aboutus_gallery */

.page-aboutus_gallery {
    padding: 8.0rem 0 8.0rem;
    background: #000;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_gallery {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-aboutus_gallery_heading {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
}

.page-aboutus_gallery_heading span {
    display: block;
    font-size: 1.4rem;
}

.page-aboutus_gallery_slide {
    max-width: 100.1rem;
    margin: auto;
    padding-top: 5.6rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_gallery_slide {
        width: 100%;
        padding: 5.6rem 1.5rem 0;
    }
}

/*
temp_shopInfo******************************/

.temp_shopInfo_bg {
    position: relative;
    background: url(../images/bg_wall_shopInfo.png) no-repeat;
    height: 2542px;
    background-size: cover;
    background-color: #3B3B3B;
}

@media only screen and (max-width: 1140px) {
    .temp_shopInfo_bg {
        height: auto;
    }
}

.temp_shopInfo {
    padding: 4.0rem 0 8.0rem;
}

@media only screen and (max-width: 767px) {
    .temp_shopInfo {
        padding: 2.8rem 0 5.6rem;
    }
}

.temp_shopInfo_02 {
    padding: 0 0 8.0rem;
}

@media only screen and (max-width: 767px) {
    .temp_shopInfo_02 {
        padding: 0 0 5.6rem;
    }
}

.temp_shopInfo_heading {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
}

.temp_shopInfo_heading span {
    display: block;
    font-size: 1.4rem;
}

.temp_shopInfo_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 883px;
    margin: 6.0rem auto 0;
}

.temp_shopInfo_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.temp_shopInfo_left {
    width: 36%;
    padding-right: 6.7rem;
}

@media only screen and (max-width: 767px) {
    .temp_shopInfo_left {
        width: 100%;
        padding-right: 0;
    }
}

.temp_shopInfo_right {
    width: 64%;
}

@media only screen and (max-width: 767px) {
    .temp_shopInfo_right {
        width: 100%;
        padding-top: 4.5rem;
    }
}

.temp_shopInfo_logo {
    max-width: 27.7rem;
}

.temp_shopInfo_title {
    font-size: 1.6rem;
    color: #fff;
}

.temp_shopInfo_table {
    border-top: 1px solid #AAAAAA;
    margin-top: 2.3rem;
}

.temp_shopInfo_table dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #AAAAAA;
}

.temp_shopInfo_table dl dt {
    width: 20%;
    padding: 2.3rem 0 2.3rem 0.7rem;
    line-height: 1.8;
    color: #fff;
}

.temp_shopInfo_table dl dd {
    width: 80%;
    padding: 2.3rem 0px 2.3rem;
    line-height: 1.8;
    color: #fff;
}

/* temp_access */

.temp_access {
    padding: 0 0 8.0rem;
}

@media only screen and (max-width: 767px) {
    .temp_access {
        padding: 0 0 5.6rem;
    }
}

.temp_access_heading {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
}

.temp_access_heading span {
    display: block;
    font-size: 1.4rem;
}

.temp_access_inner {
    padding-top: 4.7rem;
    max-width: 60.1rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
}

.temp_shopInfo_table .googlemp_link {
    color: #fff;
    display: inline-block;
}

/* Google Map */

.temp_access .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 69.051580%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .temp_access .google_map {
        width: 100%;
    }
}

.temp_access .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.temp_access .btn_googlemap {
    width: 23.3rem;
    margin: auto;
    padding-top: 4.0rem;
}

/*
page-join******************************/

.page-join {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-join {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-join_logo {
    width: 29.3rem;
    margin: auto;
}

.page-join_heading {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 6.2rem;
}

.page-join_heading span {
    display: block;
    font-size: 1.4rem;
}

.page-join_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 986px;
    margin: 0 auto;
    padding-top: 6.0rem;
}

.page-join_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 767px) {
    .page-join_flex {
        padding-bottom: 0;
    }
}

.page-join_flex:not(:first-child) {
    margin-top: 6.0rem;
}

.page-join_left {
    width: 50%;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .page-join_left {
        width: 100%;
        padding-right: 0;
    }

    .page-join_img {
        margin-right: 3.9rem;
    }
}

.page-join_right {
    width: 50%;
    position: relative;
    z-index: 2;
    top: 3.9rem;
}

@media only screen and (max-width: 767px) {
    .page-join_right {
        width: 100%;
        top: -3.9rem;
    }
}

.page-join_point {
    padding: 6.0rem 2.0rem 6.0rem 18.0rem;
    border: 1px solid #484848;
    margin-left: -12.8rem;
}

@media only screen and (max-width: 767px) {
    .page-join_point {
        margin-left: 3.9rem;
        padding: 6rem 3.0rem 6rem 3.0rem;
    }
}

.point_01 {
    width: 12.0rem;
}

.point_02 {
    width: 14.1rem;
}

.point_03 {
    width: 13.3rem;
}

.page-join_point_title {
    font-size: 2.0rem;
    font-weight: bold;
    padding-top: 3.4rem;
}

.page-join_point_text {
    padding-top: 1.3rem;
}

/* page-join_faq */

.page-join_faq {
    padding-top: 6.0rem;
}

@media only screen and (max-width: 767px) {
    .page-join_faq {
        padding: 2.7rem 0 3.5rem;
    }
}

.page-join_faq_heading {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}

.page-join_faq_text {
    text-align: center;
}

.page-join_faq_more {
    padding-top: 1.8rem;
    width: 23.3rem;
    text-align: center;
    margin: auto;
}

/* page-join_contact */

.page-join_contact {
    padding-top: 8.0rem;
}

@media only screen and (max-width: 767px) {
    .page-join_contact {
        padding-top: 5.rem;
    }
}

.page-join_contact_heading {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}

.page-join_contact_text {
    text-align: center;
}

.page-join_contact_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.4rem;
    row-gap: 1.4rem;
    margin: 1.7rem auto 0;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 577px;
}

/*
page-facility******************************/

.page-facility {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-facility {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-facility_category:not(:first-child) {
    padding-top: 8.0rem;
}

@media only screen and (max-width: 767px) {
    .page-facility_category {
        padding-top: 5.6rem;
    }
}

.page-facility_heading {
    font-size: 2.8rem;
    text-align: center;
}

.page-facility_heading span {
    display: block;
    font-size: 1.4rem;
}

.page-facility_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.7rem;
    row-gap: 4.8rem;
    margin-top: 4.0rem;
}

@media only screen and (max-width: 767px) {
    .page-facility_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-facility_item {
    border: 1px solid #AAAAAA;
    background: #fff;
}

.page-facility_item_info {
    padding: 2.5rem 2.0rem 1.8rem;
}

.page-facility_item_title {
    text-align: center;
    font-size: 2.0rem;
}

.page-facility_item_text {
    padding-top: 1.5rem;
    line-height: 1.5;
}

/*
page-plan******************************/

.page-plan {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-plan {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-plan_category:not(:first-child) {
    padding-top: 8.0rem;
}

@media only screen and (max-width: 767px) {
    .page-plan_category {
        padding-top: 5.6rem;
    }
}

.page-plan_heading {
    font-size: 2.8rem;
    text-align: center;
}

.page-plan_heading span {
    display: block;
    font-size: 1.4rem;
}

.page-plan_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.7rem;
    row-gap: 4.8rem;
    margin-top: 4.0rem;
}

@media only screen and (max-width: 767px) {
    .page-plan_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .page-plan_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.page-plan_list-1 {
    width: 46.8rem;
    margin: 4rem auto 0;
}

@media only screen and (max-width: 480px) {
    .page-plan_list-1 {
        width: 100%;
    }
}

.page-plan_list-2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.7rem;
    row-gap: 4.8rem;
    width: 100%;
    max-width: 963px;
    margin: 4.0rem auto 0;
}

@media only screen and (max-width: 480px) {
    .page-plan_list-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.page-plan_item {
    border: 1px solid #AAAAAA;
    background: #fff;
    position: relative;
}

.page-plan_item_info {
    padding: 3.2rem 1.0rem 6.0rem;
}

.page-plan_item_text {
    text-align: center;
    font-size: 2.0rem;
    padding-top: 0.6rem;
}

.page-plan_item_price {
    text-align: center;
    font-size: 6.2rem;
    font-weight: bold;
}

.page-plan_item_price span {
    font-size: 2.0rem;
    font-weight: normal;
}

.page-plan_item_note {
    font-size: 2.0rem;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 1.2rem;
}

.page-plan_item.triangle {
    background-image: linear-gradient(-135deg, #830B0B 2.751rem, transparent 0);
}

.page-plan_item.arrow {
    position: relative;
}

.page-plan_item.arrow::after {
    content: "";
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    width: 9.9rem;
    height: 11.6rem;
    background-size: 9.9rem 11.6rem;
    top: 25%;
    right: -7.0rem;
    z-index: 5;
}

@media only screen and (max-width: 480px) {
    .page-plan_item.arrow::after {
        top: inherit;
        right: inherit;
        left: 50%;
        bottom: -60%;
        transform: rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

/*
page-faq******************************/

.page-faq {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-faq {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-faq_heading {
    font-size: 2.8rem;
    text-align: center;
}

.page-faq_heading span {
    display: block;
    font-size: 1.4rem;
}

/* アコーディオンメニュー  */

.page-faq_inner {
    position: relative;
    z-index: 1;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 841px;
    margin: 5.0rem auto 0;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    background: #fff;
    border: 1px solid#484848;
    padding: 0 1.8rem;
}

.cp_actab:not(:first-child) {
    margin-top: 3.3rem;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    position: relative;
    display: block;
    padding: 3.9rem 6.8rem 3.2rem 1.8rem;
    cursor: pointer;
    /* text-indent: -0.5rem; */
}

@media only screen and (max-width: 480px) {
    .cp_actab label {
        padding: 3.9rem 3.8rem 3.2rem 1.8rem;
    }
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    /* text-indent: -0.5rem; */
}

.cp_actab .cp_actab-content p {
    padding: 3.9rem 6.8rem 3.2rem 1.8rem;
    line-height: 1.8;
    border-top: 1px solid #AAAAAA;
}

/* :checked */

.cp_actab input:checked~.cp_actab-content {
    max-height: 20em;
}

/* Icon */

.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox]+label::after {
    content: '';
    background: url(../images/faq_arrow.png) no-repeat;
    position: absolute;
    width: 3.2rem;
    height: 1.5rem;
    background-size: 3.2rem 1.5rem;
    top: 5.4rem;
    /* line-height: 3; */
    right: 0rem;
}

@media only screen and (max-width: 480px) {
    .cp_actab input[type=checkbox]+label::after {
        right: -1px;
    }
}

.cp_actab input[type=checkbox]:checked+label::after {
    transform: rotate(180deg);
}

.question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.question img {
    width: 9.3rem;
    margin-right: 2.2rem;
}

.answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.answer img {
    width: 8.2rem;
    margin-right: 3.3rem;
}

/*
top-news******************************/

.top-news {
    padding: 6.0rem 0;
    position: relative;
    background: url(../images/bg_wall_news.png) no-repeat;
    height: 510px;
    background-size: cover;
}

@media only screen and (max-width: 1140px) {
    .top-news {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .top-news {
        padding: 4.9rem 0;
    }
}

.top-news_heading {
    font-size: 2.4rem;
    text-align: center;
    padding: 0 15px 5.3rem;
    color: #fff;
    letter-spacing: 0.2em;
}

.news_body {
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 30px);
    max-width: 880px;
    margin: 0 auto;
    border-top: 1px solid #B5B5B5;
    position: relative;
    z-index: 10;
}

.news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.2rem 0 2.2rem;
    border-bottom: 1px solid #B5B5B5;
    color: #fff;
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 20px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .news_body dd {
        margin-left: 0;
    }
}

.news_body .date {
    font-size: 1.4rem;
    padding-left: 22px;
    padding-right: 40px;
}

.top-news_btn {
    padding-top: 3.9rem;
    text-align: center;
}

/*
page-news******************************/

.page-news {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-news {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-news_inner {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    max-width: 824px;
    margin: 0 auto;
    padding-top: 5.0rem;
}

.page-news_logo {
    width: 29.3rem;
    margin: auto;
}

.page-news .news_body {
    border-top: 1px solid #484848;
}

.page-news .news_body dl a {
    border-bottom: 1px solid #484848;
    color: #000;
}

.page-news_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

/*
page-newsDetail******************************/

.page-newsDetail {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-newsDetail {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-newsDetail_panel {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 811px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #484848;
    padding: 6.0rem 5.4rem 4.5rem;
}

.page-newsDetail_panel-date {
    font-size: 1.4rem;
}

.page-newsDetail_panel-title {
    font-size: 2.2rem;
    padding: 1.4rem 0 2.4rem;
    border-bottom: 1px solid #484848;
}

.page-newsDetail_panel-text {
    padding-top: 4.5rem;
}

.page-newsDetail_btn-back {
    width: 23.3rem;
    margin: auto;
    padding-top: 5.0rem;
}

/*
top-facilityInformation******************************/

.top-facilityInformation {
    padding: 4.0rem 0;
    position: relative;
    background: url(../images/bg_wall_FacilityInformation.png) no-repeat;
    height: 967px;
    background-size: cover;
}

@media only screen and (max-width: 1140px) {
    .top-facilityInformation {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .top-facilityInformation {
        padding: 2.8rem 0;
    }
}

.top-facilityInformation_logo {
    text-align: center;
}

.top-facilityInformation_logo span {
    display: block;
}

.top-facilityInformation_heading {
    padding-top: 1.2rem;
    color: #fff;
    text-align: center;
}

.top-facilityInformation_list {
    display: grid;
    grid-gap: 2.7rem;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    margin-top: 4rem;
}

.top-facilityInformation_item {
    grid-row: span 4;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    border: 1px solid #AAAAAA;
    padding-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
    .top-facilityInformation_list.slider_x {
        scroll-snap-type: x mandatory;
        width: 100%;
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px) {
    .top-facilityInformation_item {
        scroll-snap-align: center;
        flex: none;
        width: 36.2rem;
    }
}

.top-facilityInformation_item_title {
    font-size: 2.0rem;
    padding-top: 2.5rem;
    text-align: center;
    color: #fff;
}

.top-facilityInformation_item_text {
    padding-top: 1.5rem;
    line-height: 1.5;
    padding: 1.5rem 2rem 0;
    color: #fff;
}

.top-facilityInformation_item_link {
    text-align: right;
}

.top-facilityInformation_item_link a {
    position: relative;
    display: block;
    color: #000;
    text-align: right;
    padding-top: 1.5rem;
    padding-right: 3.5rem;
}

.top-facilityInformation_item_link a::after {
    content: '';
    position: absolute;
    top: 2.2rem;
    right: 1.5rem;
    background: url(../images/btn_arrow_wh.png) no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem 1.3rem;
}

.top-facilityInformation_item_link a {
    position: relative;
    display: block;
    color: #fff;
    text-align: right;
    padding-top: 1.5rem;
    padding-right: 5.5rem;
}

.top-facilityInformation_item_link a::after {
    content: '';
    position: absolute;
    top: 2.2rem;
    right: 3.5rem;
    background: url(../images/btn_arrow_wh.png) no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem 1.3rem;
}

.top-facilityInformation_more {
    padding-top: 4.8rem;
    width: 27.2rem;
    text-align: center;
    margin: auto;
}

/*
top-school******************************/

.top-school {
    padding: 7.0rem 0;
    position: relative;
    background: #000;
}

@media only screen and (max-width: 767px) {
    .top-school {
        padding: 4.9rem 0;
    }
}

.top-school_heading {
    font-size: 2.4rem;
    text-align: center;
    padding: 0 15px 0;
    color: #fff;
    letter-spacing: 0.2em;
}

.top-school_text {
    padding-top: 1.5rem;
    color: #fff;
    text-align: center;
}

.top-school_panel {
    background: #FFF152;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 1016px;
    margin: 0 auto;
    border: 5px solid#234283;
    margin-top: 2.6rem;
    padding: 2.0rem 4.0rem 3.0rem;
}

.top-school_panel_logo {
    width: 20.3rem;
    margin: auto;
}

.top-school_panel_title {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.8rem;
}

.top-school_panel_more {
    width: 25.8rem;
    margin: auto;
    padding-top: 3.4rem;
}

.top-school_panel_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.4rem;
}

@media only screen and (max-width: 767px) {
    .top-school_panel_flex {
        display: block;
    }
}

.top-school_panel_img {
    width: 42%;
    padding-right: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .top-school_panel_img {
        width: 100%;
        padding-right: 0;
    }
}

.top-school_panel_text {
    width: 58%;
}

@media only screen and (max-width: 767px) {
    .top-school_panel_text {
        width: 100%;
        padding-top: 1.8rem;
    }
}


/*
page-contact******************************/

.page-contact {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-contact {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-contact_heading {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 6.2rem;
}

.page-contact_heading span {
    display: block;
    font-size: 1.4rem;
}

.page-contact_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 811px;
    margin: 0 auto;
}

.page-contact_text {
    padding-top: 2.3rem;
}

.page-contact_panel {
    background: #fff;
    border: 1px solid #484848;
    padding: 6.0rem 5.4rem 4.5rem;
    margin-top: 2.5rem;
}

.page-contact_panel:not(:first-child) {
    margin-top: 2.0rem;
}

.page-contact_form {
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
    padding-top: 3.8rem;
}

.req::before {
    content: "";
    background: url(../images/icon_required.png) no-repeat;
    position: absolute;
    width: 16px;
    height: 24px;
    margin-left: -18px;
    margin-top: 0px;
}

@media screen and (max-width: 1000px) {
    .req::before {
        margin-left: -16px;
        margin-top: -4px;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.page-contact_form_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}

@media screen and (max-width: 600px) {
    .page-contact_form_document {
        display: block;
    }
}

.page-contact_form_document span {
    display: block;
    padding-right: 30px;
}

form#mail_form ::placeholder {
    color: #9D9D9D;
    font-size: 1.4rem;
}

.icon_mailform {
    width: 2.0rem;
    margin: auto;
}

.title_mailform {
    width: 11.7rem;
    margin: auto;
}

.page-contact_tel {
    text-align: center;
}

.icon_contact_tel {
    width: 2.0rem;
    margin: auto;
}

.title_telephone {
    width: 11.1rem;
    margin: auto;
}

.page-contact_tel_text {
    padding-top: 0.5rem;
}

.page-contact_tel_text span {
    padding-top: 1.0rem;
    font-size: 2.2rem;
    font-weight: bold;
}


.btn_call {
    width: 23.1rem;
    margin: auto;
    padding-top: 2.3rem;
}

.page-contact_line {
    text-align: center;
}

.icon_contact_line {
    width: 2.6rem;
    margin: auto;
}

.title_line {
    width: 4.8rem;
    margin: auto;
}

.icon_contact_line_text {
    padding-top: 1.0rem;
}

.btn_enter {
    width: 23.1rem;
    margin: auto;
    padding-top: 2.3rem;
}

/*
page-thanks******************************/

.page-thanks {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-thanks {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-thanks_text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 2.0;
}

/*
page-not_found******************************/

.page-not_found {
    padding: 8.0rem 0 8.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-not_found {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-not_found_text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}

.page-not_found_text a {
    color: #000;
    text-decoration: underline;
}

/*
temp_join******************************/

.temp_join {
    padding: 5.0rem 0 4.0rem;
    position: relative;
    background: #3B3B3B;
}

@media only screen and (max-width: 767px) {
    .temp_join {
        padding: 3.5rem 0 2.7rem;
    }
}

.temp_join_heading {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}

.temp_join_text {
    text-align: center;
    color: #fff;
}

.temp_join_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.4rem;
    row-gap: 1.4rem;
    margin: 1.7rem auto 0;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 577px;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.hr {
    border-top: 1px solid #707070;
}

/*
temp_faq******************************/

.temp_faq {
    padding: 4.0rem 0 5.0rem;
    position: relative;
    background: #3B3B3B;
}

@media only screen and (max-width: 767px) {
    .temp_faq {
        padding: 2.7rem 0 3.5rem;
    }
}

.temp_faq_heading {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}

.temp_faq_text {
    text-align: center;
    color: #fff;
}

.temp_faq_more {
    padding-top: 1.8rem;
    width: 23.3rem;
    text-align: center;
    margin: auto;
}

/*
footer******************************/

.footer {
    padding: 5.0rem 0 2.3rem;
    position: relative;
    background: #000;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 3.5rem 0 1.61rem;
    }
}

.footer_logo {
    width: 35.7rem;
    margin: auto;
}

.footer_nav {
    padding-top: 3.6rem;
}

.footer_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

/* @media only screen and (max-width: 767px) {
    .footer_nav ul {
        justify-content: start;
    }
} */

.footer_nav ul li {
    padding: 0 3.8rem 0.2rem;
}

@media only screen and (max-width: 767px) {
    .footer_nav ul li {
        padding: 0 2.0rem;
    }
}

.footer_nav ul li a {
    color: #fff;
}

.footer address {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 504px;
    padding-top: 4.2rem;
    margin: auto;
}

.footer address p {
    position: relative;
    text-align: center;
    font-style: normal;
    color: #fff;
    border: 1px solid #707070;
}

.footer address p::before {
    content: "";
    width: 200px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.footer address p::after {
    content: "";
    width: 200px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_googlemap_link {
    color: #fff;
    display: block;
}

.footer_sns {
    padding-top: 2.4rem;
}

.footer_sns .sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_sns .sns_wrap ul li {
    padding: 0 11px;
}

.footer_copyright {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    padding-top: 5.0rem;
}