@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');
/* =======================================

	main css

======================================= */

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    li,
    p,
    th,
    td,
    dl,
    a {
        transform: rotate(0.001deg);
    }

    img {
        transform: rotate(-0.001deg);
    }
}

@-moz-document url-prefix() {

    li,
    p,
    th,
    td,
    dl,
    a {
        transform: rotate(0.03deg);
    }

    img {
        transform: rotate(-0.03deg);
    }
}

.mv-daynames-table {
    table-layout: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #e3e9ff;
    color: #000 !important;
}

body {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    color: #451212;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: "Klee One", serif;
}

font-size: 62.5%;

a {
    text-decoration: none;
    color: #241915;
}

a:hover,
nav ul.nav.navbar-nav li.on a {
    color: #ac0114;
}

a img {
    opacity: 1.0;
    transition: .2s;
}

a:hover img {
    opacity: 0.8;
    transition: .2s;
}

.sp {
    display: none;
}

.pc {
    display: inline-block;
}

h1 {
    margin: 0px;
}

h2 {
    padding: 10px;
    font-size: 2rem;
    width: 90%;
    margin: auto;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.visual {
    width: 100%;
    height: auto;
}

section.container {
    width: 100%;
    margin: 0 5vw 0 auto;
    padding-top: 6rem;
}

section.container div {
    width: 90%;
    margin: auto;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

.font-del {
    text-decoration: line-through;
}

.mt1 {
    margin-top: 1rem !important;
}

.fwb {
    font-weight: bold !important;
}

/* ====

 navi css

==== */

header h1 {
    background: rgba(203, 153, 51, 0.8);
    text-align: center;
    width: 100%;
    height: 160px;
}

img.logo-big {
    width: 120px;
    margin: 10px;
}

#logo {
    display: none;
}

nav.navbar {
    font-family: "Klee One", serif;
    font-weight: 300;
    text-align: center;
    font-size: 0.95em;
    width: 100%;
    height: 70px;
    background: rgba(203, 153, 51, 0.8);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.24);
    z-index: 100;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    animation: slide 0.5s ease-in-out;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.24);
}

.header-fixed #logo {
    display: inline-block;
}

img.logo {
    width: 80px;
}

ul.nav a {
    text-decoration: none;
    color: #fff;
}

ul.nav li {
    border-bottom: 2px solid rgba(203, 153, 51, 0);
}

ul.nav li.ho:hover {
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease-in-out;
}

ul.nav a:active {
    color: #fff;
}

ul.nav.navbar-nav {
    margin: auto;
    padding: 1rem;
    text-align: center;
}

nav ul.nav.navbar-nav li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px 0 10px;
    vertical-align: middle;
}

/* ====

 main css

==== */
section#main {
    color: #221815;
    background: no-repeat url(../images/bg-main.jpg) center top / contain;
    background-size: 100% auto;
    width: 100%;
    //height:72vh;
    /* (画像の高さ ÷　画像の横幅) × 100% */
    height: 0;
    padding-top: calc(800 / 1439 * 90%);
    margin: 0;
}

section#main .annai {
    /*width: 90%;
    margin: calc(640 / 1280 * 10%);
    position: absolute;
    top: calc(640 / 1280 * 90%);
    font-size: 1vw;*/

    width: 90%;
    margin: calc(800 / 1439 * 7%);
    position: absolute;
    top: calc(800 / 1439 * 7%);
    font-size: calc(800 / 1439 * 150%);
    padding-top: calc(800 / 1439 * 56%);
}

section#main .annai img {
    width: calc(640 / 1280 * 100%);
}

section#main .annai h2 {
    width: 90%;
    //font-size: clamp(1.1rem, calc(640 / 1280 * 250%), 1.6rem);
    font-size: calc(800 / 1439 * 3vw);
    border: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Klee One", serif;
}

/* ====

 pickup css

==== */
section#pickup {
    background: #fff;
}

section#pickup .annai {

    font-size: clamp(0.8rem, calc(0.6rem + 0.625vw), 1.6rem);
}

section#pickup .annai strong {
    text-align: right;
    display: block;
    margin: 0.5vw;
}

section#pickup h2 {
    font-size: clamp(1.0rem, calc(0.8rem + 0.625vw), 1.7rem);
    border: 0;
    padding: 0;
    margin: auto auto 1rem;
}

/* ====

 news css

==== */
section#news dt,
section#news dd {
    display: inline-block;
    margin: 0;
    font-size: 0.9em;
}

section#news dt {
    width: 6.5em;
    margin-left: 0.5em;
}

section#news dd strong {
    width: 4.5em;
    display: inline-block;
    text-align: center;
    background-color: #241915;
    color: #fff;
    padding: 5px;
    margin: 0 10px 0 0;
}

/* ====

 menu css

==== */

section#menu {
    background: #fff;
    font-size: clamp(0.8rem, calc(0.6rem + 0.625vw), 1.6rem);
}

section#menu .menu-gazou {
    background: #a6a29a no-repeat url(../images/menu-bg.png) left top / contain;
    border-top-right-radius: 100px;
    width: 40rem;
    margin: auto 0;
    color: #f0ede9;
    font-family: "Libertinus Serif", serif;
    font-size: clamp(6rem, calc(5.5rem + 0.625vw), 7rem);
    text-align: right;
    padding: 1rem 4rem;
    z-index: 1;
    position: relative;
}

section#menu h2 {
    color: #fff;
    padding: 1rem 5% 3.5rem;
    position: relative;
    top: -4rem;
    z-index: 9;
    text-shadow: 0 0 10px #a6a29a, 0 0 10px #a6a29a, 0 0 10px #000;
    margin: -3rem 0;
    font-family: "Klee One", serif;
}

section#menu h3 {
    text-align: left;
    padding: 1rem 5% 1rem;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    background: palevioletred;
    color: #fff;
}

section#menu .menu-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    text-align: center;
    inline-size: -webkit-fill-available;
}

section#menu dl {
    display: inline-grid;
    padding: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
    width: 40%;
    //height: 10rem;
    position: relative;
    color: #221815;
    border-radius: 10px 60px;
    background: rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 40%, 40%, 100%;
    margin: 1rem;
    box-shadow: 0px 0px 5px #a6a29a;
}

section#menu dt {
    font-weight: 600;
    margin: 0 0.5rem 0.5rem 0;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
    opacity: 0.8;
    color: #000;
}

section#menu dd {
    margin: 0.2rem 0.1rem 0.2rem 2rem;
    margin-inline-start: 0;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;

}

section#menu ul {
    list-style: none;
    text-align: end;
    padding-inline-start: 0px;
}

section#menu .menu-span {
    width: clamp(5.5rem, calc(5.8rem + 0.625vw), 6rem);
    display: inline-block;
    text-align: right;
    white-space: nowrap;
}

section#menu .menu-span2 {
    width: clamp(7rem, calc(7rem + 0.625vw), 9rem);
    display: inline-block;
    text-align: right;
    white-space: nowrap;
}

section#menu .menu-vitaminC {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/orange.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 40%, 100%;
}

section#menu .menu-bihada {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/bihada.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-diet {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/diet.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 0% bottom 20%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-mino {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/mino.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-siratama {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/siratama.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-pura {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/pura.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-kan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/kan.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 50%, 100%;
}

section#menu .menu-nmn {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/nmn.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 30%, 100%;
}

section#menu .menu-mgata {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.1) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/mgata.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 3% bottom 10%;
    background-size: 100%, 40%, 100%;
}

section#menu .menu-keana-plan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.3) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/keana.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 0% top 5%;
    background-size: 100%, 30%, 100%;
}

section#menu .menu-lhala-plan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.3) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/lhala.jpg), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 0% bottom 30%;
    background-size: 100%, 40%, 100%;
}

section#menu .menu-keanares-plan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.3) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/keanares-plan.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left 0% bottom 0%;
    background-size: 100%, 50%, 100%;
}

section#menu .menu-clear-plan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.3) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/clear-plan.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left -30% bottom 0%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-nikibi-plan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.3) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/nikibi-plan.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left -30% bottom 0%;
    background-size: 100%, 60%, 100%;
}

section#menu .menu-total-plan {
    background: linear-gradient(to top, rgba(240, 237, 233, 0.3) 0%, rgba(240, 237, 233, 0.7) 100%), url(../images/total-plan.png), rgba(240, 237, 233, 1);
    background-repeat: no-repeat;
    background-position: left -30% bottom 0%;
    background-size: 100%, 60%, 100%;
}

section#menu .lha {
    background: #F14E28;
}

section#menu .lhala-description h4 {
    color: #fff;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    background: #F14E28;
}

section#menu .lhala-image {
    background: no-repeat url(../images/lhala.jpg) center top / contain;
    width: 40%;
    /* (画像の高さ ÷　画像の横幅) × 100% */
    height: 0;
    padding-top: calc(1080 / 1080 * 40%);
}

section#menu .lhala-description {
    width: 55%;
    text-align: left;
    color: #F14E28;
}
section#menu .lhala-description .font-size-M{
    font-weight: 600;
}
section#menu .keana-image {
    background: no-repeat url(../images/keana.png) right top / contain;
    width: 6rem;
    height: 0;
    padding-top: calc(500 / 235 * 6rem);
    margin: 0;
}

section#menu .keana-description {
    width: auto;
    text-align: left;
    //font-weight: 600;
    margin: 0;
    color: #578a9b;
}

section#menu .keana-description h4 {
    width: auto;
    background: #578a9b;
    color: #fff;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

section#menu dl .campaign {
    text-align: end;
    font-weight: bold;
    color: #800520;
    margin: 0;
    width: auto;
}

/* ====

 Access css

==== */

section#access {}

section#access .access-gazou {
    background: linear-gradient(to top, rgba(166, 162, 154, 0.1) 0%, rgba(166, 162, 154, 0.7) 100%), url(../images/access.png), rgba(166, 162, 154, 1);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%, 40%, 100%;
    // background: #a6a29a no-repeat url(../images/biru.jpg) left top / contain;
    border-top-right-radius: 100px;
    width: 40rem;
    margin: auto 0;
    color: #f0ede9;
    font-family: "Libertinus Serif", serif;
    font-size: clamp(6rem, calc(5.5rem + 0.625vw), 7rem);
    text-align: right;
    padding: 1rem 4rem;
    z-index: 1;
    position: relative;
}

section#access h2 {
    color: #fff;
    padding: 1rem 5% 3.5rem;
    position: relative;
    top: -4rem;
    z-index: 9;
    text-shadow: 0 0 10px #a6a29a, 0 0 10px #a6a29a, 0 0 10px #000;
    margin: -3rem 0;
    font-family: "Klee One", serif;
}

section#access div {
    text-align: center;
}

section#access div p:nth-of-type(1) {
    margin-top: 2em;
}

section#access p {
    text-align: center;
}


/* ====

 contact css

==== */

section#contact #contactForm {
    margin: 2em auto 2em;
    text-align: center;
}

section#contact .form-control {
    padding: 0.8em;
    margin: 1em;
    height: auto;
    background: white;
    color: black;
    border: 1px solid #717171;
    font-size: 0.8em;
    line-height: 1.5;
    border-radius: 10px;
    font-family: "Noto Sans JP", sans-serif;
}

section#contact input.form-control {
    width: 40%;
}

section#contact textarea.form-control {
    width: 87%;
}

section#contact .btn-primary {
    color: #fff;
    background-color: #ac0114;
    border-color: #ac0114;
    padding: 0.8em;
    margin: 1em auto;
    font-size: 0.8em;
    line-height: 1.5;
    border-radius: 10px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

section#contact p {
    margin: 2em auto 10em;
    text-align: center;
}

section#contact p a {
    text-decoration: underline;
}

/* ====

 link css

==== */

section#link {
    text-align: center;
    margin-bottom: 2em;
}

section#link img {
    width: 30em;
    height: auto;
}


/* ====

 footer css

==== */

footer {
    background: rgba(203, 153, 51, 0.8);
    box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.24);
    padding: 30px 15px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

footer a:hover {
    color: #ffff00 !important;
}

footer a:active,
footer a {
    color: #fff;
    font-size: 0.7em;
}

footer p {
    margin: 2em 0 1em;
    font-size: 0.7em;
}

footer ul.footer-social-info {
    margin: 0;
    padding: 0;
    display: inline-block;
}

footer ul.footer-social-info li {
    display: inline-block;
    margin: 0px 5px 0px 5px;
    text-align: center;
    padding: 8px;
    list-style: none;
}

footer ul.footer-social-info li img {
    width: 60px;
    height: 60px;
}
/*
#page_top {
    opacity: 0 !important;
    transition: .3s;
}

#page_top.on {
    opacity: 0.8 !important;
    transition: .3s;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ac0114;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
*/


/* =======================================

	main css SP

======================================= */

@media screen and (max-width: 767px) {
    body {
        font-size: 24px;
        margin-top: 0 !important;
    }

    .sp {
        display: inline-block;
    }

    .pc {
        display: none;
    }


    section.container {
        width: 95%;
        margin: 0 auto 0 auto;
    }

    section.container div {
        width: 100%;
        margin: auto;
    }

    /* ====

 navi css SP

==== */

    nav.navbar {
        text-align: left;
        /* font-size: 0.95em; */
        //font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);

        width: 16.25rem;
        height: 100%;
    }
    nav ul.nav.navbar-nav li {
        display: block;
        padding: 0.8rem;
        text-shadow: 0px 0px 10px rgba(203, 153, 51, 1), 0px 0px 10px rgba(203, 153, 51, 1), 0px 0px 10px rgba(203, 153, 51, 1);
    }

    img.logo-big {
        height: clamp(7.4rem, calc(7.2rem + 0.625vw), 7.9rem);
        width: auto;
        margin: 1rem;
    }

    #logo {
        display: block;
        margin: 1rem auto 0;
        width: 7rem;
    }

    /* ハンバーガーアイコンの位置 */
    .drawer--left.drawer-open .drawer-hamburger {
        left: 0 !important;
        z-index: 101;
    }

    /* ハンバーガーアイコンのサイズ 
    .drawer-hamburger {
        padding: 40px !important;
        height: 10px !important;
        width: 60px !important;
        z-index: 101 !important;
    }*/
    .drawer-hamburger {
        background-color: rgba(203, 153, 51, 0.8)!important;
        border-radius: 50px;
    }
    /* ハンバーガーアイコンのカラー */
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background: #fff!important;
    }
    .drawer-open .drawer-hamburger-icon {
        background-color: transparent!important;
    }
    /* ハンバーガー線の細さ 
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        height: 5px !important;
    }

    .drawer-hamburger-icon:before {
        top: -22px !important;
    }
    .drawer-open .drawer-hamburger-icon:before
    {
        left: 3px !important;
    }
    .drawer-hamburger-icon:after {
        top: 20px !important;
    }
    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        transform-origin: left top;
    }


*/

    /* ナビの背景を前面に出す */
    .drawer--left.drawer-open .drawer-nav {
        width: 100% !important;
    }


    /* ====

 main css SP

==== */
    section#main{
        background-size: 130% auto;
        padding-top: calc(800 / 1439 * 120%);
    }
    section#main .annai {
        top: 0;
        padding-top: calc(640 / 1280 * 130%);
    }

    section#main .annai h2 {
        //font-size: 31px;
        width: 100%;
        font-size: calc(800 / 1439 * 7vw);
    }

    /* ====

 pickup css SP

==== */
    section#pickup{
        padding-top: 2rem;
    }
    section#pickup h2 {
        width: 100%;
        //font-size: 31px;
        font-size: calc(800 / 1439 * 7.2vw);
    }

    section#pickup .annai {
        //font-size: 24px;
        font-size: calc(800 / 1439 * 7vw);
    }

    /* ====

 news css SP

==== */
    section#news dt,
    section#news dd strong {
        margin: 0;
    }

    /* ====

 menu css SP

==== */
    section#menu .menu-gazou {
        width: 90%;
        padding: 1rem 2rem 1rem 0;
        color: rgba(240, 237, 233, 0.5);
        //font-size: 50px;

    }
    section#menu h2{
        top: -4rem;
    }
    section#menu h3 {
        //font-size: 40px;
    }

    section#menu dl {
        margin: 0.5rem;
        width: 100% !important;
    }

    section#menu .menu-flex {
        //font-size: 28px;
    }

    section#menu dd {
        //font-size: 40px;
        font-size: calc(800 / 1439 * 7vw);

    }

    section#menu ul li {
        margin: 0.5rem;
    }

    section#menu .menu-span {
        //width: clamp(3.5rem, calc(4rem + 0.625vw), 4.5rem);
    }

    section#menu .menu-span2 {
        //width: clamp(6rem, calc(6rem + 0.625vw), 7rem);
    }
    section#menu .lhala-image {
        width: 90%;
        padding-top: calc(1080 / 1080 * 45%);
    }
    section#menu .lhala-description{
        width: auto;
    }
    section#menu .lhala-description h4,
    section#menu .keana-description h4 {
        //font-size: 40px;
    }

    section#menu .lhala-description span {
        //font-size: 32px;
    }

    /* ====

 Access css SP

==== */

    section#access {
        height: auto;
    }
    section#access h2{
        top: -4rem;
    }
    section#access .access-gazou {
        width: 90%;
        padding: 1rem 2rem 1rem 0;
        color: rgba(240, 237, 233, 0.5);
        //font-size: 50px;
    }

    /*
    section#contact input.form-control {
        width: 87%;
    }
    iframe {
        width: 90vw;
    }*/
    /* ====

 footer css SP

==== */
    footer a:active,
    footer a {
        //font-size: 1.2em;
    }

    footer ul.footer-social-info li img {
        width: 4em;
        height: 4em;
    }


}
/*
@media screen and (max-width 767px) {
    section#pickup .annai {
        //font-size: 14px;
    }
}
*/
