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


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

font-size

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



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

base

----------------------------------------------------------  */
:root {
    --navy: #034e8b;
    --blue: #06a0ea;
    --main-text-color: #FFF;
}
#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;
    }
    .menu-page-ttl h2 {
        font-size: 2.4rem;
    }
}



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

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 rgba(255,255,255,.25);
}
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);
    color: #FFF;
}
@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: #b40000;
    cursor: pointer;
    transition: opacity .3s;
}
.page-top-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    text-transform: uppercase;
}
.page-top-button:hover {
    opacity: .8;
}
@media(max-width: 768px) {
    .page-top-button {
        right: 20px;
        width: 50px;
        height: 50px;
        bottom: 6rem;
    }
    .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;
    filter: grayscale(1);
}

/* 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;
    /*background-color: rgba(0,0,0,.5);*/
}
@media screen and (max-width: 768px) {
    .header {
        height: 70px;
        /*overflow-x: hidden;*/
    }
}

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

.header__logo {
    display: flex;
    align-items: center;
    width: 12.36vw;
    height: 7.5vw;
    margin-right: auto;
    margin-top: 2.02vw;
    margin-left: 2.23vw;
}
.header__logo img {
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .header__logo {
        display: block;
        width: 10vw;
    }
    .header__logo img {
        width: auto;
        height: max(70px,13vw);
    }
}

.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:not(:first-child) {
    margin-left: 2.1vw;
}

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

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

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

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

/* --------ハンバーガー------------------------------- */
.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 6.47vw;
    height: 6.47vw;
    background-color: #b40000;
    display: none;
}
@media screen and (max-width: 768px) {
    .hamburger {
        width: 70px;
        height: 70px;
        display: block;
    }
    .header__item.header__item--instagram {
        margin: 0;
    }
}

.hamburger::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    color: #ffffff;
    font-size: .94vw;
    font-family: "Montserrat", sans-serif;
    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;
}

.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: 30px;
    padding-bottom: 30px;
    background: #be191f;
    color: #ffffff;
}

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

.footer__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .footer {
    padding-bottom: 80px;
}

    .footer__list {
        display: grid;
        order: 3;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
        text-align: center;
    }
}

.footer__item a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: max(12px, 0.97222vw);
}
.footer__item--instagram a {
    width: max(18px, 1.47vw);
    display: block;
    margin-top: 0.3vw;
}
@media screen and (max-width: 768px) {
    .footer__item a {
        font-size: 12px;
        margin: 0.4vw auto 0;
    }
}
.footer__title {
    min-width: 178px;
    max-width: 178px;
    margin: 0 auto;
}

.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: "Montserrat", 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-image: url(../images/bg-menu.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000000;
}
.lower h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.access-tel {
    color: #FFF;
}
.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;
}
@media screen and (max-width: 768px) {
    .preparation-content__text {
        font-size: 24px;
    }
}

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

/*  ----------------------------------------------------------
float
----------------------------------------------------------  */

.float {
    width: max(50px,4.2vw)  ;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 10;
    color: #fff;
    font-size: 1.25rem;
}
@media screen and (max-width:768px) {
    .float {
        width: 100%;
        height: 60px;
        bottom: 0;
        right: 0;
        display: flex;
        top: initial;
        position: fixed;
    }
    .float a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 1;
        color: white;
        background: linear-gradient(90deg, rgba(180, 0, 0, 1) 0%, rgba(120, 0, 0, 1) 25%);
        margin-bottom: 0;
        font-size: clamp(1rem, 1.45vw, 1.5rem);
        text-decoration: none;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }
    .float a p {
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
  form {
    padding: 1rem 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  form div {
    margin-bottom: 20px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }

  form div label span {
    font-size: 16px;
    color: #d62f37;
    margin-left: 10px;
  }

  form select {
    padding: 20px;
    background: #FFF;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    width: calc(100% - 40px);
    color: #000;
    padding: 10px 20px;
    background: #FFF;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
  }

  form input[type="submit"] {
    border: 0px;
    width: 50%;
    background: #aa321e;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    margin: 0 25%;
  }
}

@media screen and (max-width: 767px) {
  form {
    font-size: max(14px, 1.6rem);
    padding: 30px 0px 0 0px;
  }

  form div {
    margin-bottom: 50px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
  }

  form div label span {
    font-size: 12px;
    color: #d62f37;
    margin-left: 10px;
  }

  form select {
    padding: 20px;
    background: #FFF;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    max-width: 1000px;
    width: calc(100% - 20px);
    padding: 10px 10px;
    color: #000;
    background: #FFF;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.4em;
  }

  form input[type="submit"] {
    border: 0px;
    width: 90%;
    background: #3c1e19;
    border: 2px solid #333;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    margin: 0 5%;
  }
}

/*-------------------------
  recruit
---------------------------*/
.information {
    color: #FFF;
}
.recruit__inner {
  margin: 0 auto;
}
.pageSub .recruit__inner {
  padding: clamp(5rem, 8.3333333333vw, 12rem) 2rem 0;
  max-width: 102rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__inner {
    width: 90%;
  }
}

.recruit__inner h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: relative;
  border-bottom: 1px solid #FFF
}

.recruit__inner h4::after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 3px #be191f;
  position: absolute;
  bottom: -3px;
}

.recruit__list {
  display: flex;
  flex-wrap: wrap;
}

.recruit__list:not(:last-of-type) {
  margin-bottom: 6rem;
}

.recruit__list dt,
.recruit__list dd {
  border-bottom: solid 1px #FFF;
  line-height: 1.4;
}

.recruit__list dt {
  width: 25%;
  padding: max(10px, 2rem) 0 max(10px, 2rem) 1rem;
}

.recruit__list dd {
  width: 75%;
  padding: max(10px, 2rem) 1rem max(10px, 2rem) 0;
}

@media (max-width: 767px) {
  .recruit__list dt,
  .recruit__list dd {
    width: 100%;
  }

  .recruit__list dt {
    border-bottom: none;
    padding: max(10px, 2rem) 1rem 1rem;
  }

  .recruit__list dd {
    padding: 0 1rem max(10px, 2rem);
  }
}

/*-------------------------
  privacy
---------------------------*/
.privacy_notes {
  max-width: 1000px;
  font-size: max(12px, 1rem);
  padding: 30px 2rem;
  margin: 0 auto;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .privacy_notes {
    width: 90%;
  }
}

.privacy {
  font-size: max(14px, 1rem);
  background-color: #FFF;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 5rem;
  border: 2px solid #000;
  padding: 20px;
  height: 500px;
  overflow: auto;
  color: #000;
}

.privacy span {
  font-weight: bold;
}

.privacy p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.second-nrw p.privacy_notes {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .privacy {
    width: 100%;
  }
}

.thanx__txt {
  font-size: max(12px, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: #FFF;
}

.thanx_btn a {
  display: block;
  background-color: var(--brown);
  width: max-content;
  color: #FFF;
  padding: 1rem 2rem;
  margin: 4rem auto 0;
}

.menu__list-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .menu__list-img {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.thanx__txt {
  font-size: max(12px, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.thanx__btn {
    text-align: center;
    margin: 5rem auto 0;
}

.pageSub .information_inner.takeout {
  max-width: 120rem;
}