@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: calc(100vw / (var(--vw) / 10));
    }
}

@media screen and (max-width:767px) and (min-width:320px) {
    html {
        /* font-size: calc(100vw / (var(--vw) / 10)); */
        font-size: calc(100vw / (var(--vw) / 9.375));
    }
}

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: #403B3B;
    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 {
    width: 100%;
    position: relative;
    height: 0;
}

.home .header {
    width: 100%;
    position: relative;
    height: 19rem;
}

@media only screen and (max-width: 767px) {
    .home .header {
        height: 79px;
    }
}

.home .header_inner {
    height: 19rem;
    width: 100%;
    display: grid;
    place-content: center;
}

@media only screen and (max-width: 767px) {
    .home .header_inner {
        height: 79px;
    }
}

.header_logo {
    position: relative;
    z-index: 2;
    width: 31.3rem;
    height: 6.5rem;
    padding: 1.8rem 0 0 2.7rem;
}

.home .header_logo {
    width: 19rem;
    height: 13.6rem;
}

@media only screen and (max-width: 767px) {
    .home .header_logo {
        width: 97px;
        height: 66px;
    }
}

.header_content {
    position: relative;
    z-index: 10;
    padding: 3.1rem 0 0 2.7rem;
}

.header_content_test {
    position: relative;
    font-style: inherit;
    width: 50rem;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .header_content_test {
        font-size: 1.0rem;
    }
}

.header_content_btn {
    padding-top: 1.0rem;
}

@media only screen and (max-width: 767px) {
    .header_content_btn {
        width: 12.6rem;
    }
}

.header_content_btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header_content_btn ul {
        display: block;
    }
}

.header_content_btn ul li {
    margin: 0 -1px;
}

@media screen and (max-width: 767px) {
    .header_content_btn ul li {
        margin: -1px 0;
        text-align: center;
    }
}

.header_content address {
    position: relative;
    font-style: inherit;
    width: 50rem;
    color: #fff;
    padding-top: 1rem;
}

@media screen and (max-width: 767px) {
    .header_content address {
        font-size: 1.0rem;
    }
}

.header_sns {
    position: absolute;
    top: 68.0rem;
    left: 3.4rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
    cursor: pointer;
    /* background-color: transparent;
    mix-blend-mode: difference; */
}

@media screen and (max-width: 767px) {
    .header_sns {
        top: 59.0rem;
    }
}

.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;
}

/* 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: #D8613D;
    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.9rem;
        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);
}


/*
top-kv******************************/

.top-kv {
    /* height: calc(100vh - 190px); */
    height: 97.4rem;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-kv {
        height: 70.0rem
    }
}

.top-kv_inner {
    position: relative;
    z-index: 5;
    display: grid;
    justify-items: center;
    align-items: center;
    /* height: calc(100vh - 190px); */
    height: 97.4rem;
}

@media only screen and (max-width: 767px) {
    .top-kv_inner {
        height: 70.0rem
    }
}

.top-kv_logo {
    width: 31.6rem;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .top-kv_logo {
        width: 202px;
    }
}

.top-kv_catch {
    font-size: 2.8rem;
    color: #3DB4D8;
    padding-top: 1.9rem;
}

@media only screen and (max-width: 767px) {
    .top-kv_catch {
        font-size: 16px;
    }
}

/*
sub-kv******************************/

.sub-kv {
    position: relative;
    background: url(../images/sub_kv_01.jpg) no-repeat;
    height: 418px;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .sub-kv {
        height: 280px;
    }
}

/*
top-about******************************/

.top-about {
    padding: 6.0rem 0 6.0rem;
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .top-about {
        padding: 4.2rem 0 4.2rem;
    }
}

.top-about::after {
    content: '';
    position: absolute;
    background: url(../images/wave_01_pc.png) no-repeat;
    width: 100%;
    height: 47.5rem;
    background-size: cover;
    top: -14.4rem;
    z-index: 0;
}

@media only screen and (max-width: 480px) {
    .top-about::after {
        content: '';
        position: absolute;
        background: url(../images/wave_01_sp.png) no-repeat;
        width: 100%;
        height: 45.4rem;
        background-size: cover;
        top: -7.2rem;
        z-index: 0;
    }
}

.top-about_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-about_heading_content {
    text-align: center;
}

.top-about_heading {
    font-size: 2.4rem;
}

.top-about_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.top-about_text {
    padding-top: 3.0rem;
}

.page-about_video_content {
    max-width: 63.0rem;
    margin: 4.6rem auto 0;
    border: 3px solid #3DB4D8;
    border-radius: 32px;
    box-sizing: border-box;
    overflow: hidden;
}

.page-about_video {
    margin: auto;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.page-about_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-about_video_btn_landing_page {
    margin: auto;
    text-align: center;
    margin-top: -3rem;
    position: relative;
    max-width: 36.7rem;
}

@media only screen and (max-width: 480px) {
    .page-about_video_btn_landing_page {
        width: 80%;
    }
}

/*
top-features******************************/

.top-features {
    padding: 6.0rem 0 6.0rem;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .top-features {
        padding: 4.2rem 0 4.2rem;
    }
}

.top-features_heading_content {
    text-align: center;
}

.top-features_heading {
    font-size: 2.4rem;
}

.top-features_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.top-features_list {
    display: grid;
    grid-gap: 3.5rem;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    margin-top: 3.4rem;
}

.top-features_item {
    grid-row: span 4;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
}

@media screen and (max-width: 767px) {
    .top-features_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-features_item {
        scroll-snap-align: center;
        flex: none;
        max-width: 36.2rem;
        width: 80%;
    }
}

.top-features_icon {
    width: 50%;
    max-width: 14.8rem;
    margin: auto;
    position: relative;
    z-index: 2;
}

.top-features_item_thumb {
    /* width: 35rem;
    height: 26.4rem; */
    position: relative;
    width: 100%;
    padding-bottom: 75.4285%;
    z-index: 0;
    margin-top: -4rem;
}

.top-features_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb_waku {
    border: 3px solid #3DB4D8;
    border-radius: 32px;
    box-sizing: border-box;
    overflow: hidden;
}

.thumb_waku-14 {
    border: 3px solid #3DB4D8;
    border-radius: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.thumb_waku-26 {
    border: 3px solid #3DB4D8;
    border-radius: 26px;
    box-sizing: border-box;
    overflow: hidden;
}

.top-features_item_title {
    padding-top: 2.0rem;
    text-align: center;
    color: #3DB4D8;
    font-weight: bold;
}

.top-features_item_text {
    padding-top: 1.2rem;
    line-height: 1.5;
}

.top-features_more {
    margin: auto;
    padding-top: 2.1rem;
    width: 30.1rem;
}

/*
page-about******************************/

.page-about {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

.page-about::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_about {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
    z-index: 2;
}

.page-about_inner {
    padding-bottom: 7.0rem;
}

/* page-about_features  */

.page-about_features {
    padding: 6.0rem 0 6.0rem;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .page-about_features {
        padding: 4.2rem 0 4.2rem;
    }
}

.page-about_features_heading_content {
    text-align: center;
}

.page-about_features_heading {
    font-size: 2.4rem;
}

.page-about_features_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-about_features_list {
    padding-top: 4.9rem;
}

.page-about_features_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-about_features_item:not(:first-child) {
    padding-top: 5.3rem;
}

@media screen and (max-width: 767px) {
    .page-about_features_item {
        display: block;
    }
}

.page-about_features_left {
    width: 57%;
}

@media screen and (max-width: 767px) {
    .page-about_features_left {
        width: 100%;
    }
}

.page-about_features_right {
    width: 63%;
    padding-left: 4.5rem;
}

@media screen and (max-width: 767px) {
    .page-about_features_right {
        width: 100%;
        padding-left: 0;
    }
}

.page-about_features_icon {
    width: 14.8rem;
    position: relative;
    z-index: 2;
    padding-top: 1.2rem;
}

.page-about_features_item_thumb {
    /* width: 35rem;
    height: 26.4rem; */
    position: relative;
    width: 100%;
    padding-bottom: 75.4285%;
    z-index: 0;
}

.page-about_features_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-about_features_item_title {
    padding-top: 2.0rem;
    color: #3DB4D8;
    font-weight: bold;
}

.page-about_features_item_text {
    padding-top: 1.2rem;
    line-height: 1.5;
}

.btn_priceInformation {
    width: 20.9rem;
    padding-top: 2.1rem;
}

.btn_storePhotos {
    width: 20.9rem;
    padding-top: 2.1rem;
}

/* page-about_equipment  */

.page-about_equipment {
    padding: 6.0rem 0 6.0rem;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .page-about_equipment {
        padding: 4.2rem 0 4.2rem;
    }
}

.page-about_equipment_heading_content {
    text-align: center;
}

.page-about_equipment_heading {
    font-size: 2.4rem;
}

.page-about_equipment_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

/* page-about_gallery */

.page-about_gallery {
    padding: 8.0rem 0 8.0rem;
    background: #000;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page-about_gallery {
        padding: 5.6rem 0 5.6rem;
    }
}

.page-about_gallery_slide {
    max-width: 77.2rem;
    margin: auto;
    padding-top: 3.5rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .page-about_gallery_slide {
        width: 100%;
        padding: 5.6rem 1.5rem 0;
    }
}

.page-about_gallery_slide_inner {
    max-width: 57.6rem;
    margin: auto;
}

.page-about_gallery_slide_title {
    color: #3DB4D8;
    font-weight: bold;
    padding-top: 2.3rem;
    text-align: left;
}

.page-about_gallery_slide_text {
    padding-top: 1.2rem;
    text-align: left;
}

/* page-about_flow  */

.page-about_flow {
    padding: 6.0rem 0 6.0rem;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .page-about_flow {
        padding: 4.2rem 0 4.2rem;
    }
}

.page-about_flow_heading_content {
    text-align: center;
}

.page-about_flow_heading {
    font-size: 2.4rem;
}

.page-about_flow_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-about_flow_list {
    display: grid;
    grid-gap: 4.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.6rem;
}

@media only screen and (max-width: 767px) {
    .page-about_flow_list {
        display: grid;
        grid-gap: 2.25rem;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 3.6rem;
    }
}

.page-about_flow_item {
    grid-row: span 5;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
}

.page-about_flow_number {
    position: relative;
    z-index: 2;
    width: 7.5rem;
}

.page-about_flow_item_thumb {
    /* width: 35rem;
    height: 26.4rem; */
    position: relative;
    width: 100%;
    padding-bottom: 75.4285%;
    margin-top: -2.0rem;
}

.page-about_flow_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.page-about_flow_item_category_content {
    font-size: 1.2rem;
    letter-spacing: 0.22rem;
    padding-top: 1.0rem;
    text-align: left;
}

.page-about_flow_item_title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #3DB4D8;
    padding-top: 1.8rem;
}

.page-about_flow_item_text {
    padding-top: 1.1rem;
    line-height: 1.5;
    text-align: left;
}

.btn_reservation {
    max-width: 20.9rem;
    margin: auto;
    padding-top: 1.0rem;
}

/*
page-menu******************************/

.page-menu {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

.page-menu::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_menu {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    padding-top: 2.5rem;
    z-index: 2;
}

.page-menu_heading_content {
    text-align: center;
}

.page-menu_heading {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    padding-top: 5.0rem;
    z-index: 2;
}

.page-plan_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.3rem;
    row-gap: 3.3rem;
    margin-top: 3.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 {
    max-width: 84.3rem;
    margin: auto;
    padding-top: 3.3rem;
}

.page-plan_list-2 {
    max-width: 84.3rem;
    margin: auto;
    padding-top: 3.3rem;
}

.page-plan_item {
    background: #fff;
    position: relative;
    grid-row: span 4;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    padding: 2.0rem 3.0rem 2.4rem;
}

.box_waku {
    border: 4px solid #A2A2A2;
    border-radius: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.box_waku-lu-6 {
    border: 6px solid #3DB4D8;
    border-radius: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.page-plan_item_info {
    padding: 2.0rem 3.0rem 1.2rem;
}

.page-plan_item_info-1 {
    padding: 2.2rem 5.6rem 3.2rem;
}

.page-plan_item_info-2 {
    padding: 1.6rem 3.0rem 1.6rem;
}

.page-plan_item_title {
    text-align: center;
    font-size: 1.8rem;
    color: #3DB4D8;
    font-weight: bold;
}

.page-plan_item_title-1 {
    text-align: center;
    font-size: 1.8rem;
    color: #3DB4D8;
    font-weight: bold;
}

.page-plan_item_title-1 span {
    font-size: 1.4rem;
    display: block;
}

.page-plan_item_title-2 {
    text-align: center;
    font-size: 2.4rem;
    color: #3DB4D8;
    font-weight: bold;
}

.page-plan_item_price {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 1.1rem;
}

.page-plan_item_price-2 {
    text-align: center;
    font-size: 4.4rem;
    font-weight: bold;
}

.page-plan_item_text {
    text-align: left;
    padding-top: 0.9rem;
    letter-spacing: 1.0px;
}

.page-plan_item_text {
    text-align: left;
    padding-top: 0.9rem;
    letter-spacing: 1.0px;
}

.page-plan_item_text-1 {
    text-align: left;
    padding-top: 1.1rem;
    letter-spacing: 1.0px;
}

.page-plan_item_text-2 {
    text-align: center;
}

.page-plan_text_note {
    position: relative;
    max-width: 84.3rem;
    margin: auto;
    margin-top: 3.3rem;
    padding: 2.0rem 0 2.0rem;
    border-top: 2px dashed #707070;
    border-bottom: 2px dashed #707070;
}

.page-plan_text_note::before {
    content: "";
    background: url(../images/note_img.svg), url(../images/wave_02_pc.png) no-repeat;
    position: absolute;
    width: 7.5rem;
    height: 2.0rem;
    background-size: 7.5rem 2.0rem;
    top: -0.8em;
    left: 0;
}

.page-plan_item_btn_detail {
    padding-top: 1.6rem;
    text-align: center;
}

/*
temp-menu******************************/

.temp-menu {
    padding: 6.0rem 0 6.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .temp-menu {
        padding: 4.2rem 0 4.2rem;
    }
}

.temp-menu:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(183 219 230 / 11%);
}

.temp-menu_inner {
    position: relative;
    z-index: 2;
}

.temp-menu_heading_content {
    text-align: center;
}

.temp-menu_heading {
    font-size: 2.4rem;
}

.temp-menu_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.temp-menu_list {
    display: grid;
    grid-gap: 3.5rem;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    margin-top: 3.4rem;
}

.temp-menu_item {
    grid-row: span 3;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
}

@media screen and (max-width: 767px) {
    .temp-menu_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) {
    .temp-menu_item {
        scroll-snap-align: center;
        flex: none;
        max-width: 36.2rem;
        width: 80%;
    }
}

.temp-menu_item_thumb {
    /* width: 35rem;
    height: 26.4rem; */
    position: relative;
    width: 100%;
    padding-bottom: 75.4285%;
}

.temp-menu_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.temp-menu_item_title {
    padding-top: 2.0rem;
    text-align: center;
    color: #3DB4D8;
    font-weight: bold;
}

.temp-menu_item_text {
    padding-top: 1.2rem;
    line-height: 1.5;
}

.temp-menu_more {
    position: relative;
    text-align: center;
    padding-top: 5.0rem;
    margin: 0 3.8rem;
}

@media screen and (max-width: 480px) {
    .temp-menu_more {
        margin: 0 1.5rem;
    }
}

.temp-menu_more img {
    width: 30.1rem;
    position: relative;
    z-index: 2;
}

.temp-menu_more::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2px dashed #707070;
    width: 100%;
    bottom: 3.25rem;
    z-index: 1;
}

.temp-menu_type_title {
    text-align: center;
    font-size: 1.8rem;
    padding-top: 4.0rem;
}

.temp-menu_type_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5.7rem;
    row-gap: 5.7rem;
    max-width: 708px;
    margin: auto;
    margin-top: 3.4rem;
}

@media screen and (max-width: 480px) {
    .temp-menu_type_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.temp-menu_type_item {
    margin: auto;
}

.temp-menu_type_item_title {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1.0px;
    padding-top: 1.6rem;
}

.temp-menu_type_text {
    padding: 2.0rem 3.8em 0;
    letter-spacing: 1.0px;
}

@media screen and (max-width: 767px) {
    .temp-menu_type_text {
        padding: 2.0rem 10px 0;
    }
}

.temp-menu_nyuyoji_seitai {
    padding: 2.5rem 0 4.8rem;
    border: 4px solid #E678E6;
    border-radius: 14px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    max-width: 84.3rem;
    margin: 6.4rem auto 0;
}

.page-menu .temp-menu_nyuyoji_seitai {
    margin: 3.3rem auto 0;
}

.temp-menu_nyuyoji_seitai_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 63.6rem;
    margin: auto;
}

.temp-menu_nyuyoji_seitai_title {
    text-align: center;
    font-size: 1.8rem;
    color: #E678E6;
    font-weight: bold;
}

.temp-menu_nyuyoji_seitai_title span {
    font-size: 1.4rem;
    display: block;
}

.temp-menu_nyuyoji_seitai_img {
    text-align: center;
    padding-top: 2.9rem;
}

.temp-menu_nyuyoji_seitai_trouble {
    position: relative;
    margin-top: 3.3rem;
    padding: 2.0rem 0 2.0rem;
    border-top: 2px dashed #707070;
    border-bottom: 2px dashed #707070;
}

.temp-menu_nyuyoji_seitai_trouble::before {
    content: "よくあるトラブル";
    position: absolute;
    top: -1.2em;
    left: 0;
    background: #fff;
}

.temp-menu_nyuyoji_seitai_trouble ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 4rem;
    row-gap: 0.7rem;
}

@media screen and (max-width: 767px) {
    .temp-menu_nyuyoji_seitai_trouble ul {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .temp-menu_nyuyoji_seitai_trouble ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}

.temp-menu_nyuyoji_seitai_text {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    border-bottom: 2px dashed #707070;
}

.temp-menu_nyuyoji_seitai_btn_detail {
    padding-top: 1.6rem;
    text-align: center;
}

.temp-menu_nyuyoji_seitai_price {
    padding-top: 1.6rem;
    text-align: center;
    font-size: 4.4rem;
    font-weight: bold;
}

.temp-menu_nyuyoji_seitai_price span {
    font-size: 2.4rem;
}

.temp-menu_nyuyoji_seitai_btn_price {
    padding-top: 1.6rem;
    text-align: center;
}

/*
top-news******************************/

.top-news {
    padding: 6.0rem 0 6.0rem;
}

@media only screen and (max-width: 767px) {
    .top-news {
        padding: 4.2rem 0 4.2rem;
    }
}

.top-news_heading_content {
    text-align: center;
}

.top-news_heading {
    font-size: 2.4rem;
}

.top-news_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.top-news_list {
    display: grid;
    grid-gap: 2.3rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.3rem;
}

.top-news_item {
    grid-row: span 1;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
}

@media screen and (max-width: 767px) {
    .top-news_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-news_item {
        scroll-snap-align: center;
        flex: none;
        max-width: 36.2rem;
        width: 80%;
    }
}

.top-news_item_thumb {
    /* width: 35rem;
    height: 26.4rem; */
    position: relative;
    width: 100%;
    padding-bottom: 77.2388%;
}

.top-news_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.top-news_item_category_content {
    font-size: 1.2rem;
    letter-spacing: 0.22rem;
    padding-top: 1.0rem;
    text-align: left;
}

.top-news_item_title {
    text-align: left;
    color: #3DB4D8;
    padding-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top-news_item_text {
    padding-top: 1.8rem;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-news_more {
    margin: auto;
    padding-top: 4.2rem;
    width: 30.1rem;
}

/*
page-news******************************/

.page-news {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding-bottom: 6.0rem;
}

.page-news::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_news_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_news {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_news_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-news_inner {
    position: relative;
    z-index: 2;
}

.page-news_list {
    display: grid;
    column-gap: 2.3rem;
    row-gap: 5.4rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.3rem;
}

@media screen and (max-width: 767px) {
    .page-news_list {
        display: grid;
        column-gap: 2.3rem;
        row-gap: 5.4rem;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2.3rem;
    }
}

.page-news_item {
    grid-row: span 1;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
}

@media screen and (max-width: 767px) {
    .page-news_item {
        scroll-snap-align: center;
        flex: none;
        width: 100%;
    }
}

.page-news_item_thumb {
    /* width: 35rem;
    height: 26.4rem; */
    position: relative;
    width: 100%;
    padding-bottom: 77.2388%;
}

.page-news_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.page-news_item_category_content {
    font-size: 1.2rem;
    letter-spacing: 0.22rem;
    padding-top: 1.0rem;
    text-align: left;
}

.page-news_item_title {
    text-align: left;
    color: #3DB4D8;
    padding-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page-news_item_text {
    padding-top: 1.8rem;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*
page-newsDetail******************************/

.page-newsDetail {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding-bottom: 6.0rem;
}

.page-newsDetail::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_newsDetail_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_newsDetail {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_newsDetail_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-newsDetail_panel {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 811px;
    margin: 0 auto;
    background: #fff;
    padding: 10.6rem 7.0rem 6.6rem;
    position: relative;
    z-index: 2;
}

.page-newsDetail_panel-date {
    font-size: 1.2rem;
}

.page-newsDetail_panel-title {
    font-size: 2.2rem;
    color: #3DB4D8;
    font-weight: bold;
    padding: 1.0rem 0 1.6rem;
    border-bottom: 2px dashed #707070;
}

.page-newsDetail_panel-text {
    padding-top: 1.6rem;
}

.page-newsDetail_btn-back {
    width: 30.1rem;
    margin: auto;
    padding-top: 8.0rem;
}

.panel_waku {
    border: 4px solid #E3E3E3;
    border-radius: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

/*
top-customersVoice******************************/

.top-customersVoice {
    padding: 6.0rem 0 6.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .top-customersVoice {
        padding: 4.2rem 0 4.2rem;
    }
}

.top-customersVoice_heading_content {
    text-align: center;
}

.top-customersVoice_heading {
    font-size: 2.4rem;
}

.top-customersVoice_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

/*
page-shopinfo******************************/

.page-shopinfo {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

.page-shopinfo::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_shopinfo {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
    z-index: 2;
}

.top-shopinfo_heading_content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.top-shopinfo_heading {
    font-size: 2.4rem;
}

.top-shopinfo_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

/* top-shopinfo_greeting */

.top-shopinfo_greeting_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    flex-wrap: wrap-reverse;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 2;
    padding-top: 2.7rem;
}

.top-shopinfo_greeting_left {
    width: 65%;
    padding-right: 2.5rem;
}

@media screen and (max-width: 767px) {
    .top-shopinfo_greeting_left {
        width: 100%;
        padding-right: 0;
        padding-top: 4.5rem;
    }
}

.top-shopinfo_greeting_right {
    width: 35%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top-shopinfo_greeting_right {
        width: 100%;
        padding-top: 2.5rem;
    }
}

.top-shopinfo_greeting_director {
    padding-top: 3.6rem;
    text-align: right;
    padding-bottom: 5rem;
}

.top-shopinfo_greeting_thumb {
    margin-top: -2.7rem;
}

/* page-shopinfo_detail  */

.page-shopinfo_detail {
    padding: 6rem 0 2rem;
    background: #fff;
}

.page-shopinfo_detail_logo {
    width: 30.4rem;
    margin: auto;
    padding-top: 3.5rem;
}

.page-shopinfo_detail address {
    font-style: normal;
    padding: 2.6rem 6.0rem 2.7rem;
    border-top: 2px dashed #707070;
    border-bottom: 2px dashed #707070;
    max-width: 54.5rem;
    margin: 2.7rem auto 0;
    letter-spacing: 1.0px;
}

.page-shopinfo_detail_time {
    padding-top: 4.4rem;
    max-width: 75.3rem;
    margin: auto;
}

.page-shopinfo_detail_inner {
    max-width: 66.2rem;
    margin: auto;
}

.page-shopinfo_detail_text li {
    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;
    padding-top: 1.0rem;
}

.page-shopinfo_detail_text .icon_time {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 0.2em;
    margin-right: 0.6rem;
}

.page-shopinfo_detail_text .icon_note {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 0.4em;
    margin-right: 0.6rem;
}

.page-shopinfo_detail_repeat_title {
    font-size: 1.8rem;
    color: #3DB4D8;
    font-weight: bold;
    padding-top: 1.0rem;
}

.page-shopinfo_detail_repeat_text {
    padding-top: 0.5rem;
}

.page-shopinfo_detail_btn_access {
    width: 30.1rem;
    margin: auto;
    padding: 3.5rem 0 1.5rem;
}

/* page-shopinfo_gallery */

.page-shopinfo_gallery {
    padding: 2.0rem 0;
    background: #fff;
}


.page-shopinfo_gallery_slide {
    max-width: 77.2rem;
    margin: auto;
    padding-top: 1.6rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .page-shopinfo_gallery_slide {
        width: 100%;
        padding: 5.6rem 1.5rem 0;
    }
}

.page-shopinfo_360Camera {
    padding: 2.0rem 0 6.0rem;
    background: #fff;
}

.page-shopinfo_360Camera_inner {
    max-width: 69.6rem;
    margin: auto;
    padding-top: 1.6rem;
    text-align: center;
    position: relative;
    width: calc(100% - 3rem);
}

.page-shopinfo_360Camera_inner::before {
    content: '';
    position: absolute;
    background: url(../images/360Camera_left.png) no-repeat;
    width: 11.7rem;
    height: 8.1rem;
    background-size: 11.7rem 8.1rem;
    top: 50%;
    left: -14rem;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .page-shopinfo_360Camera_inner::before {
        left: -3rem;
    }
}

.page-shopinfo_360Camera_inner::after {
    content: '';
    position: absolute;
    background: url(../images/360Camera_right.png) no-repeat;
    width: 11.7rem;
    height: 8.1rem;
    background-size: 11.7rem 8.1rem;
    top: 50%;
    right: -14rem;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .page-shopinfo_360Camera_inner::after {
        right: -3rem;
    }
}

/* pannellum */

.pannellum {
    height: 0;
    overflow: hidden;
    padding-bottom: 66.666%;
    position: relative;
}

.pannellum iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/*
temp-shopinfo******************************/

.temp-shopinfo {
    padding: 6.0rem 0 6.0rem;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .temp-shopinfo {
        padding: 4.2rem 0 4.2rem;
    }
}

.temp-shopinfo_heading_content {
    text-align: center;
}

.temp-shopinfo_heading {
    font-size: 2.4rem;
}

.temp-shopinfo_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.temp-shopinfo_logo {
    text-align: center;
    padding-top: 3.7rem;
}

.temp-shopinfo_logo img {
    width: 31.4rem;
}

.temp-shopinfo_logo_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #3DB4D8;
    padding-top: 2.3rem;
}

.temp-shopinfo_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap-reverse; */
    flex-wrap: wrap;
    padding-top: 4.6rem;
}

.temp-shopinfo_left {
    width: 50%;
    padding-right: 2.5rem;
}

@media screen and (max-width: 767px) {
    .temp-shopinfo_left {
        width: 100%;
        padding-right: 0;
        padding-top: 4.5rem;
    }
}

.temp-shopinfo_right {
    width: 50%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .temp-shopinfo_right {
        width: 100%;
        padding-top: 2.5rem;
    }
}

.temp-shopinfo address {
    font-style: normal;
    padding: 2.6rem 0 2.7rem;
    border-top: 2px dashed #707070;
    border-bottom: 2px dashed #707070;
}

.btn_shopinfo_tel {
    display: block;
    max-width: 37.7rem;
    padding-top: 2.3rem;
}

@media screen and (max-width: 767px) {
    .btn_shopinfo_tel {
        width: 80%;
        margin: auto;
    }
}

.temp-shopinfo_time {
    padding-top: 2.5rem;
    max-width: 54.5rem;
}

.temp-shopinfo_text li {
    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;
    padding-top: 1.0rem;
}

.temp-shopinfo_text .icon_time {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 0.2em;
    margin-right: 0.6rem;
}

.temp-shopinfo_text .icon_note {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 0.4em;
    margin-right: 0.6rem;
}


/* Google Map */

.temp-shopinfo .googlemaps {
    height: 0;
    overflow: hidden;
    padding-bottom: 64.736842%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .temp-shopinfo .googlemaps {
        width: 100%;
    }
}

.temp-shopinfo .googlemaps iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: sepia(.25);
    filter: sepia(.25);
}

.temp-shopinfo .btn_googlemaps {
    width: 18.8rem;
    margin-left: auto;
    position: relative;
    bottom: 18px;
    right: 39px;
    z-index: 2;
}

.temp-shopinfo_access_title {
    font-size: 1.8rem;
    color: #3DB4D8;
    font-weight: bold;
    padding-top: 1.0rem;
}

.temp-shopinfo_access_text {
    padding-top: 0.5rem;
}

/*
page-faq******************************/

.page-faq {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding: 0 0 6rem;
}

.page-faq::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_faq_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_faq {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_faq_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

/* アコーディオンメニュー  */

.page-faq_inner {
    position: relative;
    z-index: 1;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 843px;
    margin: auto;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    background: #fff;
    border: 6px solid #3DB4D8;
    border-radius: 14px;
    padding: 0 3.0rem;
}

.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; */
    font-size: 1.8rem;
}

@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; */
    font-size: 1.8rem;
}

.cp_actab .cp_actab-content p {
    padding: 3.9rem 6.8rem 3.2rem 1.8rem;
    line-height: 1.8;
    border-top: 1px dashed #707070
}

@media only screen and (max-width: 480px) {
    .cp_actab .cp_actab-content p {
        padding: 3.9rem 3.8rem 3.2rem 1.8rem;
    }
}

/* :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: 2.4rem;
    height: 1.4rem;
    background-size: 2.4rem 1.4rem;
    top: 5.0rem;
    /* 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: 8.6rem;
    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: 6.9rem;
    margin-right: 3.5rem;
}

/*
page-access******************************/

.page-access {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding: 0 0 6rem;
}

.page-access::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_access_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_access {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_access_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-access_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 842px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Google Map */

.page-access .googlemaps {
    height: 0;
    overflow: hidden;
    padding-bottom: 64.726840%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .page-access .googlemaps {
        width: 100%;
    }
}

.page-access .googlemaps iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: sepia(.25);
    filter: sepia(.25);
}

.page-access .btn_googlemaps {
    width: 20.9rem;
    margin: auto;
    position: relative;
    z-index: 2;
    padding-top: 3.2rem;
}

.page-access_detail_inner {
    max-width: 66.2rem;
    margin: auto;
}

.page-access address {
    font-style: normal;
    padding: 1.8rem 0 1.9rem;
    border-top: 2px dashed #707070;
    border-bottom: 2px dashed #707070;
    margin: 3.4rem auto 0;
    letter-spacing: 1.0px;
}

.page-access_detail_repeat_title {
    font-size: 1.8rem;
    color: #3DB4D8;
    font-weight: bold;
    padding-top: 1.0rem;
}

.page-access_detail_repeat_text {
    padding-top: 0.5rem;
}

.page-access_detail_time {
    padding-top: 1.8rem;
    max-width: 75.3rem;
    margin: 1.8rem auto 0;
    border-top: 2px dashed #707070;
}

/*
page-contact******************************/

.page-contact {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding-bottom: 6.0rem;
}

.page-contact::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_contact_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_contact {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_contact_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-contact_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 811px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-contact_panel {
    background: #fff;
    padding: 4.8rem 6.0rem 5.6rem;
    margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
    .page-contact_panel {
        background: #fff;
        padding: 4.8rem 3.0rem 5.6rem;
        margin-top: 2.5rem;
    }
}

.page-contact_panel:not(:first-child) {
    margin-top: 2.0rem;
}

.page-contact_heading_content {
    text-align: center;
}

.page-contact_heading {
    font-size: 2.4rem;
}

.page-contact_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-contact_text {
    padding-top: 3.0rem;
    text-align-last: left;
}

.page-contact_text_note {
    text-align-last: left;
    margin-top: 2.6rem;
    padding: 2.0rem 0 2.0rem;
    border-top: 2px dashed #707070;
    border-bottom: 2px dashed #707070;
    position: relative;
}

.page-contact_text_note::before {
    content: "";
    background: url(../images/note_img.svg), url(../images/note_img.jpg) no-repeat;
    position: absolute;
    width: 7.4rem;
    height: 2.0rem;
    background-size: 7.4rem 2.0rem;
    top: -0.8em;
    left: 0;
}

.page-contact_form {
    width: 100%;
    /* max-width: 625px; */
    margin: 0 auto;
    padding-top: 3.8rem;
}

.req::after {
    content: "";
    background: url(../images/icon_required.png) no-repeat;
    position: absolute;
    width: 16px;
    height: 24px;
    margin-top: 0px;
    right: 10px;
}

@media screen and (max-width: 1000px) {
    .req::after {
        margin-left: -16px;
        margin-top: -4px;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.btn_call {
    width: 20.9rem;
    margin: auto;
    padding-top: 3.7rem;
}

.btn_line {
    width: 18.4rem;
    margin: auto;
    padding-top: 2.2rem;
}

/*
temp-contact******************************/

.temp-contact {
    padding: 6.0rem 0 6.0rem;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .temp-contact {
        padding: 4.2rem 0 4.2rem;
    }
}

.page-template-menu .temp-contact {
    padding: 6.0rem 0 6.0rem;
    background: transparent;
}

.temp-contact_heading_content {
    text-align: center;
}

.temp-contact_heading {
    font-size: 2.4rem;
}

.temp-contact_heading_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.temp_contact_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 1.7rem auto 0;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 834px;
}

.temp_contact_item {
    margin-left: -2px;
}

/*
page-thanks******************************/

.page-thanks {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding-bottom: 6.0rem;
}

.page-thanks::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_thanks_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_thanks {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_thanks_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.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;
    position: relative;
    z-index: 2;
}

/*
page-not_found******************************/

.page-not_found {
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding-bottom: 6.0rem;
}

.page-not_found::after {
    content: '';
    position: absolute;
    background: url(../images/wave_02_pc.png) no-repeat;
    width: 100%;
    height: 28.5rem;
    background-size: cover;
    top: -6.4rem;
    z-index: 0;
}

.page_title_not_found_content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 6.3rem;
}

.page_title_not_found {
    position: relative;
    font-size: 2.8rem;
    color: #3DB4D8;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.page_title_not_found_sub {
    font-size: 1.2rem;
    color: #3DB4D8;
    padding-top: 0.5rem;
}

.page-not_found_text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
}

.page-not_found_text a {
    color: #000;
    text-decoration: underline;
}


/*
footer******************************/

.footer {
    padding: 6.0rem 0 2.2rem;
    position: relative;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

.footer_nav ul {
    display: flex;
    max-width: 100%;
    padding: 0 1.5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.footer_nav ul li {
    position: relative;
    margin-right: 2rem;
}

.footer_nav ul li::before {
    content: "/";
    position: absolute;
    right: -2rem;
}

.footer_nav ul li:last-of-type::before {
    content: none
}

.footer_sns {
    padding-top: 5.2rem;
}

.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: #3DB4D8;
    padding-top: 2.6rem;
}

/*
loop_images******************************/

.loop_images_wrap {
    display: flex;
    overflow: hidden;
}

.loop_images_list {
    display: flex;
    list-style: none;
}

.loop_images_list-left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.loop_images_item {
    width: -webkit-calc(100vw / 5);
    width: calc(100vw / 5);
}

@media only screen and (max-width: 768px) {
    .loop_images_item {
        width: -webkit-calc(100vw / 4);
        width: calc(100vw / 4);
    }
}

@media only screen and (max-width: 480px) {
    .loop_images_item {
        width: -webkit-calc(100vw / 2);
        width: calc(100vw / 2);
    }
}

.loop_images_item>img {
    width: 100%;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* bl_floatingBanner */

.bl_floatingBanner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 66rem;
    max-width: 100%;
    z-index: 35;
    display: none;
}

@media only screen and (max-width: 480px) {
    .bl_floatingBanner {
        padding-left: 30px;
        width: 100%;
    }
}

.bl_floatingBanner.js_close {
    display: none;
}

.bl_floatingBanner_img {
    display: block;
    transition: 0.3s;
}

.bl_floatingBanner_img:hover {
    opacity: 0.6;
}

.bl_floatingBanner_close {
    width: 3.1rem;
    height: 3.1rem;
    position: absolute;
    left: -1.5rem;
    top: -1.4rem;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .bl_floatingBanner_close {
        left: 3rem;
    }
}

/* banner */

.banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 66rem;
    max-width: 100%;
    z-index: 35;
    display: none;
    padding-bottom: 36px;
}

@media only screen and (max-width: 480px) {
    .banner {
        padding-left: 30px;
        width: 100%;
    }
}

.banner-content {
    text-align: center;
}

#closeButton {
    display: block;
    margin-top: 10px;
    width: 3.1rem;
    height: 3.1rem;
    position: absolute;
    left: -1.5rem;
    top: -1.4rem;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    #closeButton {
        top: -2.4rem;
        left: 2rem;
    }
}