@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');


/*  ----------------------------------------------------------

font-size

----------------------------------------------------------  */
html {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}



/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
:root {
    --navy: #034e8b;
    --blue: #06a0ea;
}
#container {
    overflow-x: hidden;
}
body {
    background-size: 100% auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .06em;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
a {
    color: #ffffff;
}





/*  ----------------------------------------------------------

page-ttl

----------------------------------------------------------  */
.page-ttl {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-ttl.menu-page-ttl {
    background-image: url(../images/top-mv.jpg);
}
.page-ttl.gallery-page-ttl {
    background-image: url(../images/top-mv.jpg);
}
.page-ttl.access-page-ttl {
    background-image: url(../images/top-mv.jpg);
}
.page-ttl.news-page-ttl {
    background-image: url(../images/top-mv.jpg);
}
.page-ttl.recruit-page-ttl {
    background-image: url(../images/top-mv.jpg);
}
.page-ttl > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32rem;
    padding-top: 7rem;
    background: rgba(0,0,0,.4);
}
.page-ttl h2 {
    color: #ffffff;
    font-weight: normal;
    font-size: 3.6rem;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
    .page-ttl h2 {
        font-size: 3.2rem;
    }
    .page-ttl > div {
        height: 24rem;
        padding-top: 3rem;
    }
}



/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
    margin-bottom: 2rem;
    line-height: 1;
}
.heading-1 img {
    display: block;
    width: auto !important;
    height: 6rem;
}
@media screen and (max-width: 767px) {
    .heading-1 {
        display: flex;
        justify-content: center;
    }
    .heading-1 img {
        height: 4rem;
    }
}

/* more */
.more {
    display: block;
    width: 24rem;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px) {
}

/* ttl */
.ttl {
    position: relative;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    border-bottom: solid 1px rgba(0,0,0,.2);
    font-size: 2.2rem;
}
.ttl.wt {
    border-bottom: solid 1px rgba(255,255,255,.2);
}
.ttl:after {
    display: block;
    position: absolute;
    bottom: -4px;
    width: 25%;
    border-bottom: solid 4px var(--navy);
    content: " ";
}
@media screen and (max-width: 767px) {
    .ttl:after {
        width: 40%;
    }
}

/* detail */
dl.detail {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #FFF;
}
dl.detail dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 1.5rem;
    border-bottom: solid 1px #FFF;
    font-weight: bold;
    white-space: nowrap;
}
dl.detail dd {
    display: flex;
    align-items: center;
    width: 75%;
    padding: 1.5rem;
    border-bottom: solid 1px #FFF;
}
dl.bk dt, dl.bk dd {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
dl.wt dt, dl.wt dd {
    border-bottom: 1px solid rgba(255,255,255,.25);
}
@media screen and (max-width: 767px) {
    dl.detail {
        display: block;
    }
    dl.detail dt {
        justify-content: flex-start;
        width: 100%;
        padding: 1.2rem;
        font-weight: bold;
    }
    dl.detail dd {
        width: 100%;
        padding: 1.2rem;
    }
    dl.bk dt {
        border-bottom: none;
    }
    dl.wt dt {
        border-bottom: none;
    }
}



/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 90%;
    margin: 8rem auto;
}
.gallery-list li {
    list-style: none;
    margin: 0 1rem 2rem 1rem;
}
.gallery-list img {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;

    object-fit: cover;
}
.gallery-list span {
    display: block;
    width: 14vw;
    margin: 1.2rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
}
.object-fit-img {
    font-family: "object-fit: contain;";

    object-fit: contain;;
}
@media screen and (max-width: 767px) {
    .gallery-list {
        width: 95%;
        margin: 4rem auto;
    }
    .gallery-list li {
        margin: 0 .5rem 1.5rem .5rem;
    }
    .gallery-list img {
        width: 20vw;
        height: 20vw;
    }
    .gallery-list span {
        width: 20vw;
        margin: 1rem auto 0 auto;
        font-size: 1rem;
        line-height: 1.6;
    }
}




/*  ----------------------------------------------------------

local menu

----------------------------------------------------------  */
ul.lcmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}
ul.lcmenu li {
    width: 32%;
    text-align: center;
}
ul.lcmenu li a {
    display: block;
    padding: 1.8rem 0 2rem 0;
    border: solid var(--navy) 1px;
    background: #ffffff;
    color: var(--navy);
    font-family: "Barlow", sans-serif;
    white-space: nowrap;
}
ul.lcmenu li a:hover {
    opacity: 1;
    background: var(--navy);
    color: #ffffff;
}
ul.lcmenu li.current a {
    border: solid var(--navy) 1px;
    background: var(--navy);
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    ul.lcmenu li a {
        padding: 1.2rem 0 1.3rem 0;
    }
}




/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
dl.menu-list dt, dl.menu-list dd, dl.menu-list dt.var, dl.menu-list dt.var + dd {
    border-bottom: solid 1px rgba(0,0,0,.15); /* メニュー下線カラー */
}
dl.menu-list dt:first-child, dl.menu-list dt:first-child + dd {
    border-top: solid 1px rgba(0,0,0,.15); /* メニュー上線カラー */
}
dl.menu-list dt:nth-of-type(odd), dl.menu-list dt:nth-of-type(odd) + dd {
    background: rgba(0,0,0,.025); /* メニュー背景色 */
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
    background: none !important;
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
    background: none !important;
}
dl.menu-list {
    display: flex;
    flex-wrap: wrap;
}
dl.menu-list dt {
    width: 70%;
    padding: 1.5rem;
    font-weight: bold;
}
dl.menu-list dt span {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.8;
}
dl.menu-list dd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    padding: 1.5rem;
    font-weight: bold;
    text-align: right;
}
dl.menu-list dt.thumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
dl.menu-list dt.thumb i:first-of-type {
    display: block;
    width: 16rem;
}
dl.menu-list dt.thumb i:last-of-type {
    width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
    dl.menu-list {
        display: block;
    }
    dl.menu-list dt {
        width: 100%;
        padding: 1.5rem 1.5rem 0 1.5rem;
        border-bottom: none;
    }
    dl.menu-list dd {
        width: 100%;
        padding: 0 1.5rem 1.5rem 1.5rem;
        border-top: none;
    }
    dl.menu-list dt:first-child + dd {
        border-top: none;
    }
    dl.menu-list dt.thumb {
        display: block;
    }
    dl.menu-list dt.thumb i:first-of-type {
        width: 100%;
        margin: .5rem auto 1.5rem auto;
    }
    dl.menu-list dt.thumb i:last-of-type {
        width: 100%;
    }
}



/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
.container {
    max-width: 1200px;
    margin: 8rem auto 10rem auto;
    padding: 0 20px;
}
.container .wrap {
    display: flex;
    justify-content: space-between;
}
.container .wrap.reverse {
    flex-direction: row-reverse;
}
.container .wrap > figure {
    width: 35%;
}
.container .wrap > div {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .container {
        margin: 6rem auto 8rem ;
        padding: 0 10px;
    }
    .container .wrap {
        display: block;
    }
    .container .wrap > figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .container .wrap > div {
        width: 100%;
    }
}



/*  ----------------------------------------------------------

fixed btn

----------------------------------------------------------  */
.fixed-btn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    z-index: 999;
            transform: translate(0, -50%);
    font-size: 2rem;
    font-family: "Barlow", sans-serif;
    letter-spacing: .1em;

    -webkit-transform: translate(0, -50%);
}
.fixed-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    padding: 3rem 0;
    background: var(--blue);
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .fixed-btn {
        top: auto;
        right: 0;
        bottom: 0;
                transform: none;
        width: 100%;

        -webkit-transform: none;
    }
    .fixed-btn a {
        width: 100%;
        height: 5.6rem;
        padding: 0;
        text-decoration: none !important;
    }
}



/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}



/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
.page-top-button {
    position: fixed;
    right: 50px;
    bottom: 20px;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: opacity .3s;
}
.page-top-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000000;
    text-transform: uppercase;
}
.page-top-button:hover {
    opacity: .8;
}
@media(max-width: 768px) {
    .page-top-button {
        right: 20px;
        width: 50px;
        height: 50px;
        bottom: 67px;
    }
    .page-top-button span {
        font-size: 10px;
    }
}
/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
    text-decoration: none;
            transition: .3s ease-in-out;

    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
}
a.line {
    text-decoration: underline;
}
a:hover.line {
    text-decoration: none;
}
a:hover {
    opacity: .5;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
/* txt */
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-vertical {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
    .txt-center.not {
        text-align: left;
    }
    .txt-right.not {
        text-align: left;
    }
    .txt-vertical.not {
        white-space: normal;

        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    }
}

/* serif */
.serif {
    font-family: "游明朝", "YuMincho", "Noto Serif JP", serif;
}

/* position */
.hv-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
            transform: translate(-50%, -50%);
    width: 100%;

    -webkit-transform: translate(-50%, -50%);
}

/* list */
ul.list-group li {
    list-style: disc;
    margin-left: 2rem;
}
ul.list-group li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.bg-grd {
    background: linear-gradient(#000000 80%, transparent 80%);
}

/* map */
.gmap iframe {
    width: 100%;
    height: 40rem;
}

/* margin */
.mb-10 {
    margin-bottom: 1rem !important;
}
.mb-15 {
    margin-bottom: 1.5rem !important;
}
.mb-20 {
    margin-bottom: 2.0rem !important;
}
.mb-25 {
    margin-bottom: 2.5rem !important;
}
.mb-30 {
    margin-bottom: 3.0rem !important;
}
.mb-35 {
    margin-bottom: 3.5rem !important;
}
.mb-40 {
    margin-bottom: 4.0rem !important;
}
.mb-45 {
    margin-bottom: 4.5rem !important;
}
.mb-50 {
    margin-bottom: 5.0rem !important;
}
.mb-55 {
    margin-bottom: 5.5rem !important;
}
.mb-60 {
    margin-bottom: 6.0rem !important;
}
.mb-65 {
    margin-bottom: 6.5rem !important;
}
.mb-70 {
    margin-bottom: 7.0rem !important;
}
.mb-75 {
    margin-bottom: 7.5rem !important;
}
.mb-80 {
    margin-bottom: 8.0rem !important;
}
.mb-85 {
    margin-bottom: 8.5rem !important;
}
.mb-90 {
    margin-bottom: 9.0rem !important;
}
.mb-95 {
    margin-bottom: 9.5rem !important;
}
.mb-100 {
    margin-bottom: 10.0rem !important;
}



/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
                transform: translateY(30px);

        -webkit-transform: translateY(30px);
    }
    100% {
        opacity: 1;
                transform: translateY(0);

        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
             transform: translateY(30px);

        -moz-transform: translateY(30px);
    }
    100% {
        opacity: 1;
             transform: translateY(0);

        -moz-transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
            transform: translateY(30px);

        -ms-transform: translateY(30px);
    }
    100% {
        opacity: 1;
            transform: translateY(0);

        -ms-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
            animation: fadeInUp .6s ease;
            animation-fill-mode: both;

    -webkit-animation: fadeInUp .6s ease;
       -moz-animation: fadeInUp .6s ease;
        -ms-animation: fadeInUp .6s ease;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;;
}
.fade {
    opacity: 0;
}
.delay-1 {
            animation-delay: .2s;

       -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
         -o-animation-delay: .2s;
}
.delay-2 {
            animation-delay: .35s;

       -moz-animation-delay: .35s;
    -webkit-animation-delay: .35s;
         -o-animation-delay: .35s;
}
.delay-3 {
            animation-delay: .5s;

       -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
         -o-animation-delay: .5s;
}
.delay-4 {
            animation-delay: .65s;

       -moz-animation-delay: .65s;
    -webkit-animation-delay: .65s;
         -o-animation-delay: .65s;
}
.delay-5 {
            animation-delay: .8s;

       -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
         -o-animation-delay: .8s;
}
/* --------header------------------------------- */
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 6.47vw;
}
.mv::before,
.page-ttl::before {
    content: "";
    background: url(../images/bg-header.png) no-repeat top center / cover;
    width: 100%;
    height: 8.9rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
    .header {
        height: 70px;
        overflow-x: hidden;
    }
}

.header__inner {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: inherit;
    padding: 0 20px 0 40px;
}
@media screen and (max-width: 768px) {
    .header__inner {
        padding: 0 10px;
    }
}

.header__logo {
    display: flex;
    align-items: center;
    width: 13.76vw;
    height: 30px;
    height: inherit;
    margin-right: auto;
    margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
    .header__logo {
        min-width: 200px;
    }
}

.header__nav {
    display: flex;
    align-items: center;
    height: inherit;
}

.header__list {
    display: flex;
    align-items: center;
    height: inherit;
    margin-right: 7.65vw;
}

.header__item {
    display: flex;
    align-items: center;
    position: relative;
}
.header__item:nth-child(-n+6):after {
    content: "";
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 0;
    right: -1.8vw;
    background: #FFF;
}

.header__item:not(:first-child) {
    margin-left: 3.5vw;
}

.header__item:not(.header__item.header__item--instagram)::before {
    position: absolute;
    bottom: 0;
    transform: scale(0);
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 213, 1);
    content: "";
    transition: transform .3s;
}

.header__item:hover.header__item::before {
    transform: scale(1.1);
}

.header__item.header__item--instagram {
    width: max(15px,1.45vw);
    height: max(15px,1.45vw);
    margin-top: -1vw;
}

.header__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: max(12px,.98vw);
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.header__item a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: max(10px,.68vw);
    font-weight: 400;
}

/* --------ハンバーガー------------------------------- */
.hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 6.47vw;
    height: 6.47vw;
    background-image: linear-gradient(45deg, rgba(0, 0, 213, 1), rgba(0, 0, 90, 1) 90%);
}
@media screen and (max-width: 768px) {
    .hamburger {
        width: 70px;
        height: 70px;
    }
}

.hamburger::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    color: #ffffff;
    font-size: .94vw;
    text-align: center;
    text-transform: uppercase;
    content: "menu";
}
@media screen and (max-width: 768px) {
    .hamburger::after {
        right: -5px;
        bottom: 0;
        font-size: 10px;
    }
}

.hamburger span {
    display: inline-block;
    position: absolute;
    right: 1.18vw;
    width: 4.12vw;
    height: 2px;
    background-color: #ffffff;
    transition: transform, opacity, .3s;
}
@media screen and (max-width: 768px) {
    .hamburger span {
        right: 15px;
        width: 35px;
    }
}

.hamburger span:first-child {
    top: 1.76vw;
}
@media screen and (max-width: 768px) {
    .hamburger span:first-child {
        top: 20px;
    }
}

.hamburger span:nth-child(2) {
    top: 2.82vw;
}
@media screen and (max-width: 768px) {
    .hamburger span:nth-child(2) {
        top: 30px;
    }
}

.hamburger span:nth-child(3) {
    top: 3.88vw;
}
@media screen and (max-width: 768px) {
    .hamburger span:nth-child(3) {
        top: 40px;
    }
}

.hamburger.is-active span {
    background-color: #ffffff;
}

.hamburger.is-active span:first-child {
    top: 3.18vw;
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .hamburger.is-active span:first-child {
        top: 30px;
    }
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 3.18vw;
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .hamburger.is-active span:nth-child(3) {
        top: 30px;
    }
}

/* --------drawer------------------------------- */
.drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    color: #ffffff;
    text-align: center;
}

.drawer.is-active {
    opacity: 1;
}

.drawer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding: 0 15px;
}

.drawer__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    position: relative;
    height: inherit;
    font-family: "Oswald", sans-serif;
}
.drawer__list li:last-child{
    width: 15px
}

.drawer__item {
    position: relative;
}

.drawer-link {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.drawer-link__text--mein {
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    .lg-none {
        display: none;
    }
}

.lg-show {
    display: none;
}
@media screen and (max-width: 1024px) {
    .lg-show {
        display: block;
    }
}
/* --------footer------------------------------- */
.footer {
    padding-top: 48px;
    padding-bottom: 30px;
    background: #000;
    color: #ffffff;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
    max-width: 681px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer__list li:last-child img {
    vertical-align: initial;
    width: 15px;
}
.footer__item:nth-child(-n+6):after {
    content: "";
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 5px;
    right: -21px;
    background: #FFF;
}
@media screen and (max-width: 768px) {
    .footer__list {
        display: grid;
        order: 3;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
        text-align: center;
    }
    .footer__item:nth-child(-n+6):after {
        display: none;
    }
}
.footer__item {
    position: relative;
}
.footer__item a {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .footer__item a {
        font-size: 12px;
    }
}
.footer__title {
    min-width: 198px;
    max-width: 198px;
    margin: 15px auto 0;
}

.footer-title__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .footer-title__inner {
        padding: 15px;
    }
}

.footer__title--main {
    margin-left: .4em;
    font-size: 30px;
    letter-spacing: .4em;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .footer__title--main {
        font-size: 24px;
    }
}

.footer__title--sub {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .footer__title--sub {
        font-size: 16px;
    }
}

.footer__tel a {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .footer__tel a {
        text-decoration: underline;
    }
}

.footer__tel a span {
    margin-left: 10px;
    font-size: 30px;
    font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
    .footer__tel a span {
        font-size: 20px;
    }
}
.footer__copy {
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .footer__copy {
        order: 4;
        font-size: 12px;
    }
}
.tel-icon {
    width: 18px;
}
/* --------下層共通------------------------------- */
.lower {
    background: #000;
    color: #fff;
}
.lower h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.access-tel {
    color: #ffffff;
}
.CMS-NEWS-DETAIL {
    max-width: 1200px;
    margin: 80px auto 100px;
    margin-bottom: 100px;
    padding: 0 20px;
}
/* 追加 */
.preparation__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30vh;
    margin-top: 50px;
}

.preparation-content__text {
    font-size: 36px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .preparation-content__text {
        font-size: 24px;
    }
}

.lawer_content_wrap {
    display: none;
}
.lawer_sec.takeout-container {
    display: none;
}

/*======================================
　追従ボタン
======================================*/
.floatingBtn_pc {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5rem;
  z-index: 10;
}
.floatingBtn_pc a {
  display: block;
}
.floatingBtn_sp {
  display: none;
}

@media screen and (max-width: 768px){
  .floatingBtn_pc {
    display: none;
  }
  .floatingBtn_sp {
    width: 100%;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(45deg, rgba(0, 0, 213, 1), rgba(0, 0, 90, 1) 90%);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .floatingBtn_sp a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-decoration: none;
  }
  .floatingBtn_sp a img {
    max-width: 37.5rem;
  }
}