@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* WEBフォントインポート  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');


@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
    font-family: "Honoka";
    src: url('fonts/honoka.eot');
    src: url('fonts/honoka.eot?iefix') format('eot'),
        url('fonts/honoka.woff') format('woff'),
        url('fonts/honoka.ttf') format('truetype')
}

body {
    font-family: "Honoka", 'Noto Serif JP' !important;
    letter-spacing: 0.1em !important;
}

/*-------------------------------------------------------------TOPスライダーに乗ってるロゴ--------------------------------------------*/

@media(min-width: 1301px) {
    #head_space .logoWrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 35%;
        height: 150px;
        z-index: 10000;
    }

    .logoWrapImg {
        width: 60%;
        margin: 0;
    }
}

@media(min-width:768px) and (max-width: 1300px) {
    #head_space .logoWrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: auto;
        z-index: 999999;
        text-align: center;
    }

    .logoWrapImg {
        width: 60%;
        margin: 0;
    }
}

@media(max-width:767px) {
    #head_space .logoWrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: auto;
        z-index: 99998;
        text-align: center;
    }

    .logoWrapImg {
        width: 95%;
        margin: 0;
    }
}




/*---------------------------------------------------------------------------------------
*         2017/08/07                                                                   
*       　ここからカスタムCSS
*         各section、見出しなどは以下から設定を行ってください。
*         FULL HD→PCレスポンシブ→SPレスポンシブの順に設定を行うこと
*---------------------------------------------------------------------------------------*/

/*-----ナビメニューの文字サイズ-----*/
.c-gnav>.menu-item>a .ttl {
    font-size: 1.1rem;
    font-family: "Honoka";

}

/*------h3センタリング-------*/
.post_content h3 {
    text-align: center;
    margin: 1em auto;
}

.top #content {
    padding-top: 0;
}

.indexh1 {
    display: none;
}

.midashi {
    text-align: center !important;
    width: 60% !important;
    margin: 0 auto !important;
    border: 0 !important;
}

.midashi img {
    border: 0 !important;
    width: 100%;
    text-align: center;
}

/*-------------------*/
/*　ギャラリーの設定 */
/*-----------------*/
@media(min-width: 768px) {
    .entry .gallery img {
        display: block;
        width: 60%;
        height: auto;
        border-width: 1px 2px !important;
        border-color: transparent !important;
        margin: 15px auto;
    }
}

@media(max-width: 767px) {
    .entry .gallery img {
        display: block;
        width: 90%;
        height: auto;
        border-width: 1px 2px !important;
        border-color: transparent !important;
        margin: 4px auto;
    }
}

.gallery-icon .landscape {
    text-align: center;
}

/*-------------------------------------------------------------------------------------
*               基本設定                                                                
*
-------------------------------------------------------------------------------------*/
h3 {
    text-align: left;
}
.post_content h4 {
    font-size: 1.05em;
    line-height: 1.4;
    margin: 3em 0 1em;
    position: relative;
    padding-top: 2em;
}
#gallery-1 .gallery-item{
	margin-top: 0!important;
}
/********FULLHD*********/

@media (min-width: 1901px) {
    .pc_none {
        display: none;
    }

    .main {
        margin: 0 auto;
    }

    .main h3 {
        margin: 0 auto;
        font-size: 1.5rem;
        color: #260f26;
        text-align: left;
        line-height: 1em;
        padding: 30px 0 5px;
        letter-spacing: 4px;
    }

    .main h4 {
        margin: 5px auto;
        font-size: 1.3rem;
        color: #260f26;
        text-align: left;
        line-height: 1em;
        padding: 10px 0 5px 0;
    }

    .main h5 {
        margin: 5px auto;
        font-size: 1.2rem;
        color: #666666;
        text-align: center;
        line-height: 1em;
        padding: 10px;
    }

    /*背景透過用*/
    .touka {
        background-color: rgba(0, 0, 0, 0.5);
        background-size: cover;
        width: 100vw;
        height: 100vh;
    }
}


/*********PCレスポンシブ*********/

@media screen and (min-width: 768px) and (max-width: 1900px) {
    .pc_none {
        display: none;
    }

    .main {
        margin: 0 auto;
    }

    .main h3 {
        margin: 0 auto;
        font-size: 1.5rem;
        color: #260f26;
        text-align: left;
        line-height: 1em;
        padding: 25px 0 5px;
        letter-spacing: 4px;
    }

    .main h4 {
        margin: 5px auto;
        font-size: 1.4rem;
        color: #260f26;
        text-align: left;
        line-height: 1em;
        padding: 10px 0 5px 0;
    }

    .main h5 {
        margin: 5px auto;
        font-size: 45px;
        color: #666666;
        text-align: center;
        line-height: 1em;
        padding: 10px;
    }

    /*背景透過用*/
    .touka {
        background-color: rgba(0, 0, 0, 0.5);
        background-size: cover;
        width: 100%;
        height: 100%;
    }
}


/**********レスポンシブSP*********/

@media (max-width: 768px) {
    .sp_none {
        display: none;
    }

    .main {
        margin: 0 auto;
    }

    .main h3 {
        font-weight: 400;
        font-size: 1.4rem;
        color: #FFF;
        padding: 5% 0 5%;
        text-align: center;
        margin: 0 auto;
    }

    .main h4 {
        margin: 5px auto;
        font-size: 20px;
        color: #000;
        text-align: center;
        line-height: 1em;
        padding: 10px 0 5px 0;
    }

    .main h5 {
        font-family: "Honoka", "Sawarabi Mincho", YuMincho, "Hiragino Mincho ProN", 'Noto Sans JP', 'Gilda Display', sans-serif;
        margin: 0 auto 5px;
        font-size: 30px;
        color: #000;
        text-align: center;
        line-height: 1em;
        padding: 10px;
    }

    /*背景透過用*/
    .touka {
        background-color: rgba(0, 0, 0, 0.5);
        background-size: cover;
        width: 100%;
        height: 100%;
    }
}


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


/*                                                                                             */


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


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


/*            */


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

h1,
h2,
h3 {
    font-family: 'Gabriela';
}

.cs3-skin-no {
    padding: 0;
    background: #fdf2e3;
}

/*-----#about--------*/

@media (min-width: 768px) {
    #about {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 20px;
        background: #fdf2e3;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: 100%;
    }

    #about .cont {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 70px;
    }

    #about .cont h2 {
        font-family: "Honoka", "游明朝", "Sawarabi Mincho";
        text-align: center;
        background: none;
        font-size: 2rem;
        color: #ad3445;
        border: 0;
    }

    #about .cont p {
        text-align: center;
        background: none;
        font-size: 1.5rem;
        color: #ad3445;
        border: 0;
        margin-bottom: 0;
        line-height: 30px;
    }

    #about .cont strong {
        font-weight: 300;
    }

    #about .cont ul {
        position: absolute;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #about .cont li {
        padding: 5px;
        list-style-type: none;
    }

    #about .cont label {
        font-family: "Honoka", "游明朝", "Sawarabi Mincho";
        color: #ad3445;
        display: block;
        text-align: center;
        width: 35%;
        font-size: 1.7rem;
        font-weight: 400;
        margin: 0 auto 20px;
    }
}

/*--------SP------------*/

@media(max-width: 767px) {
    #about {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 40px;
        background: #fdf2e3;
    }

    #about .cont {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 15px;
    }

    #about .cont h2 {
        font-family: "Honoka", "游明朝", "Sawarabi Mincho";
        text-align: center;
        background: none;
        font-size: 1.2rem;
        color: transparent;
        border: 0;
    }

    #about .cont p {
        text-align: center;
        background: none;
        font-size: 0.9rem;
        color: #260f26;
        border: 0;
        margin-bottom: 0;
    }

    #about .cont strong {
        font-weight: 300;
    }

    #about .cont ul {
        position: absolute;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #about .cont li {
        padding: 5px;
        list-style-type: none;
    }

    #about .cont strong {
        font-weight: 300;
    }

    #about .cont ul {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #about .cont li {
        padding: 5px;
        list-style-type: none;
    }

    #about .cont label {
        font-family: "Honoka", "游明朝", "Sawarabi Mincho";
        color: #FFF;
        padding: 10px 5px 15px;
        display: block;
        margin: 1px auto;
        width: 70%;
        text-align: center;

        font-size: 1.3rem;
    }
}

#about .cont input[type="checkbox"].on-off {
    display: none;
}

#about .cont input[type="checkbox"].on-off+ul {
    height: 0;
    overflow: hidden;
}

#about .cont input[type="checkbox"].on-off:checked+ul {
    height: auto;
}


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


/*          charge                        */


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

@media (min-width: 1300px) {
    #charge {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 50px;
        background: #fdf2e3;
        position: relative;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/Floral-Vector_01.png) #fdf2e3;
        background-repeat: no-repeat;
        background-position: 99% 0;
        background-size: 250px;
    }

    #charge .cont {
        position: relative;
        padding: 400px 0;
    }

    #charge .charge-Img {
        position: absolute;
        z-index: 100;
        width: 1300px;
        height: 730px;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/charge_bg.jpg);
        background-size: 100%;
        background-position: 0 50%;
        background-repeat: no-repeat;
    }

    #charge .right-text {
        position: absolute;
        z-index: 1000;
        top: 45px;
        right: 12%;
        padding: 40px 40px 90px;
        margin: 0;
        text-align: center;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/bottole_frame_gold03.jpg);
        background-size: 100% 100%;
        filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, .5));
    }

    #charge .right-text h2 {
        font-size: 2.5rem;
        margin: 15px auto;
        background: none;
        border: 0;
        color: #260f26;
        padding: 10px 0;
    }

    #charge .right-text p {
        margin: 10px 0;
        text-align: center;
        font-size: 1.5rem;
        line-height: 34px;
        color: #260f26;
    }

    #charge .right-text p.set {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }

    #charge .right-text span {
        padding-left: 20px;
    }
}


/*--------tablet----------*/

@media(min-width: 768px) and (max-width: 1299px) {
    #charge {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 50px;
        background: #fdf2e3;
        position: relative;
    }

    #charge .cont {
        position: relative;
        padding: 350px 0;
    }

    #charge .charge-Img {
        position: absolute;
        z-index: 100;
        width: 85%;
        height: 650px;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/charge_bg.jpg);
        background-size: 100%;
        background-position: 0 50%;
        background-repeat: no-repeat;
    }

    #charge .right-text {
        position: absolute;
        z-index: 1000;
        top: 45px;
        right: 8%;
        padding: 40px 0 90px;
        margin: 0;
        text-align: center;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/bottole_frame_gold03.jpg);
        background-size: 100% 100%;
        filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, .5));
    }

    #charge .right-text h2 {
        font-size: 2.5rem;
        margin: 15px auto;
        background: none;
        border: 0;
        color: #260f26;
        padding: 10px 0;
    }

    #charge .right-text p {
        margin: 10px 0;
        text-align: center;
        font-size: 1.5rem;
        line-height: 34px;
        color: #260f26;
    }

    #charge .right-text p.set {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }

    #charge .right-text span {
        padding-left: 20px;
    }
}


/*--------SP------------*/

@media(max-width: 767px) {
    #charge {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 40px;
        background: #fdf2e3;
        position: relative;
    }

    #charge .cont {
        position: relative;
        padding: 0;
    }

    #charge .charge-Img {
        width: 100%;
        height: 231px;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/charge_bg.jpg);
        background-repeat: repeat;
        background-size: auto auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #charge .right-text {
        padding: 25px 15px;
        margin: auto;
        text-align: center;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/bottole_frame_gold03.jpg);
        background-size: 100% 100%;
        filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, .5));
    }

    #charge .right-text h2 {
        font-size: 2.5rem;
        margin: 15px auto;
        background: none;
        border: 0;
        color: #260f26;
        padding: 10px 0;
        text-align: center;
    }

    #charge .right-text p {
        margin: 10px 0;
        text-align: center;
        font-size: 1rem;
        line-height: 20px;
        color: #260f26;
    }

    #charge .right-text p.set {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }

    #charge .right-text span {
        padding-left: 20px;
    }
}


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


/*          bottle                        */


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

@media (min-width: 1300px) {
    #bottle {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 100px;
        position: relative;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/Floral-Vector_02.png) #fdf2e3;
        background-repeat: no-repeat;
        background-position: 8% 85%;
        background-size: 250px;
    }

    #bottle h2 {
        font-size: 3rem;
        margin: 0 auto;
        padding: 0px 0 25px;
        background: none;
        border: 0;
        color: #260f26;
        text-align: center;
    }

    #bottle .cont {
        position: relative;
        padding: 400px 0;
    }

    #bottle .cont .text {
        position: absolute;
        z-index: 1000;
        top: 45px;
        left: 12%;
        padding: 40px;
        margin: 0;
        text-align: center;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/bottole_frame_red.jpg);
        background-size: 100% 100%;
        filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, .5));
    }

    #bottle .cont .text p {
        margin: 3px 0;
        text-align: left;
        font-size: 1.1rem;
        color: #260f26;
    }

    #bottle .cont .text p.set {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }

    #bottle .cont .text span {
        padding-left: 20px;
    }

    #bottle .cont .text .flex {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    #bottle .cont .text .non-flex {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    #bottle .cont .text .p-wrap {
        margin: 0 auto;
    }

    #bottle .cont .text p.more {
        color: #260f26;
        font-size: 1rem;
        margin: 0 0 20px;
        padding: 0 0 10px;
        clear: both;
        font-weight: normal;
        border-bottom: 1px dotted #260f26;
        line-height: 1;
        text-align: right;
    }

    #bottle .cont .bottle-Img {
        position: absolute;
        z-index: 100;
        width: 1300px;
        height: 730px;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background: url(http://club-anew.com/wp-content/uploads/2026/05/Botlle_bg.jpg);
        background-size: 100%;
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
}


/*--------tablet----------*/

@media(min-width: 768px) and (max-width: 1299px) {
    #bottle {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 100px;
        position: relative;
        background: #fdf2e3;
    }

    #bottle h2 {
        font-size: 3rem;
        margin: 0 auto;
        padding: 0px 0 25px;
        background: none;
        border: 0;
        color: #260f26;
        text-align: center;
    }

    #bottle .cont {
        position: relative;
        padding: 350px 0;
    }

    #bottle .cont .text {
        position: absolute;
        z-index: 1000;
        top: 45px;
        left: 2%;
        padding: 20px;
        margin: 0;
        text-align: center;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/bottole_frame_red.jpg);
        background-size: 100% 100%;
        filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, .5));
    }

    #bottle .cont .text p {
        margin: 3px 0;
        text-align: left;
        font-size: 1rem;
        color: #260f26;
    }

    #bottle .cont .text p.set {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }

    #bottle .cont .text span {
        padding-left: 20px;
    }

    #bottle .cont .text .flex {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    #bottle .cont .text .non-flex {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    #bottle .cont .text .p-wrap {
        margin: 0 auto;
    }

    #bottle .cont .text p.more {
        color: #260f26;
        font-size: 1rem;
        margin: 0 0 20px;
        padding: 0 0 10px;
        clear: both;
        font-weight: normal;
        border-bottom: 1px dotted #260f26;
        line-height: 1;
        text-align: right;
    }

    #bottle .cont .bottle-Img {
        position: absolute;
        z-index: 100;
        width: 85%;
        height: 650px;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/Botlle_bg.jpg);
        background-size: 100%;
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
}


/*--------SP------------*/

@media(max-width: 767px) {
    #bottle {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 40px;
        position: relative;
        background: #fdf2e3;
    }

    #bottle h2 {
        font-size: 3rem;
        margin: 0 auto;
        padding: 0px 0 25px;
        background: none;
        border: 0;
        color: #260f26;
        text-align: center;
    }

    #bottle .cont {
        position: relative;
        padding: 0;
    }

    #bottle .cont .text {
        padding: 20px;
        margin: auto;
        text-align: center;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/bottole_frame_red_sp-1.jpg);
        background-size: 100% 100%;
        filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, .5));
    }

    #bottle .cont .text p {
        margin: 10px 0;
        text-align: center;
        font-size: 1rem;
        line-height: 20px;
        color: #260f26;
    }

    #bottle .cont .text p.set {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }

    #bottle .cont .text span {
        padding-left: 20px;
    }

    #bottle .cont .text .flex {
        text-align: center;
    }

    #bottle .cont .text .non-flex {
        text-align: center;
    }

    #bottle .cont .text .p-wrap {
        margin: 0 auto;
    }

    #bottle .cont .text p.more {
        color: #260f26;
        font-size: 1rem;
        margin: 0 auto 20px;
        padding: 0 0 10px;
        clear: both;
        font-weight: normal;
        border-bottom: 1px dotted #260f26;
        line-height: 1;
        text-align: right;
        width: 80%;
    }

    #bottle .cont .bottle-Img {
        width: 100%;
        height: 231px;
        margin: 0 auto;
        padding: 0;
        background: url(http://club-anew.com/wp-content/uploads/2026/05/Botlle_bg.jpg);
        background-size: 100%;
        background-position: 0;
        background-repeat: no-repeat;

    }
}


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


/*          COUPON                        */


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

@media (min-width: 1300px) {
    #coupon {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 150px;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/anybg.jpg);
        background-attachment: fixed;
    }

    #coupon .cont {
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0 40px;
    }

    #coupon .cont h3 {
        color: #432d20;
        font-size: 3rem;
        text-align: center;
        margin: 20px auto 70px;
        border: 0;
        background: none;
        font-weight: 500;
    }

    #coupon .cont img {
        width: 80%;
        margin: 0 10%;
        border: #c9a75f 7px solid;
        border-radius: 3px;
    }
}


/*--------tablet----------*/

@media(min-width: 768px) and (max-width: 1299px) {
    #coupon {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 150px;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/anybg.jpg);
        background-attachment: fixed;

    }

    #coupon .cont {
        width: 85%;
        margin: 0 auto;
        padding: 20px 0 40px;
    }

    #coupon .cont h3 {
        color: #432d20;
        font-size: 3rem;
        text-align: center;
        margin: 20px auto 70px;
        border: 0;
        background: none;
        font-weight: 500;
    }

    #coupon .cont img {
        width: 80%;
        margin: 0 10%;
        border: #c9a75f 7px solid;
        border-radius: 3px;
    }
}


/*--------SP------------*/

@media(max-width: 767px) {
    #coupon {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 100px;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/anybg.jpg);
        background-attachment: fixed;

    }

    #coupon .cont {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 40px;
    }

    #coupon .cont h3 {
        color: #432d20;
        font-size: 3rem;
        text-align: center;
        margin: 15px auto 15px;
        border: 0;
        background: none;
        font-weight: 500;
    }

    #coupon .cont img {
        width: 80%;
        margin: 0 10%;
        border: #c9a75f 7px solid;
        border-radius: 3px;
    }
}


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


/*          Recruit                       */


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

@media (min-width: 1301px) {
    #recruit {
        width: 100%;
        margin: 0 auto;
        /*background: #fdf2e3;*/
        background: url(https://club-anew.com/wp-content/uploads/2016/11/anybg02.jpg);
        padding-bottom: 150px;
    }

    #recruit h3 {
        color: #432d20;
        padding: 30px 0px 20px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 3rem;
        font-weight: 500;
    }

    #recruit .cont {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 0 40px;
    }

    #recruit .cont .rec-bn {
        position: relative;
        margin: 0 auto;
    }

    #recruit .cont ul {
        display: flex;
        justify-content: center;
        padding: 40px 0 15px;
        margin: 0 auto;
        position: absolute;
        top: 60%;
        filter: drop-shadow(8px 5px 6px rgba(0, 0, 0, 0.6));
    }

    #recruit .cont ul li {
        width: 34%;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }

    #recruit .cont .greeting {
        margin: 0 auto;
        padding: 20px 0 30px;
    }

    #recruit .cont h4 {
        color: #432d20;
        font-size: 1.9rem;
        text-align: center;
        border: 0;
        font-weight: 500;
        font-family: "Honoka", "游明朝", "Sawarabi Mincho", 'Noto Sans Japanese';
        padding-bottom: 40px;
    }

    #recruit .cont p {
        color: #432d20;
        font-size: 1.2rem;
        text-align: center;
        margin: 0;
        line-height: 30px;
        font-weight: 400;
    }
}


/*--------tablet----------*/

@media(min-width: 768px) and (max-width: 1299px) {
    #recruit {
        width: 100%;
        margin: 0 auto;
        /*background: #fdf2e3;*/
        background: url(https://club-anew.com/wp-content/uploads/2016/11/anybg02.jpg);
        padding-bottom: 150px;
    }

    #recruit h3 {
        color: #432d20;
        padding: 80px 0px 20px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 3rem;
        font-weight: 500;
    }

    #recruit .cont {
        max-width: 85%;
        margin: 0 auto;
        padding: 30px 0 40px;
    }

    #recruit .cont .rec-bn {
        position: relative;
        margin: 0 auto;
    }

    #recruit .cont ul {
        display: flex;
        justify-content: center;
        padding: 40px 0 15px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        filter: drop-shadow(8px 5px 6px rgba(0, 0, 0, 0.6));
    }

    #recruit .cont ul li {
        width: 40%;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }

    #recruit .cont .greeting {
        margin: 0 auto;
        padding: 20px 0 30px;
    }

    #recruit .cont h4 {
        color: #432d20;
        font-size: 1.9rem;
        text-align: center;
        border: 0;
        font-weight: 500;
        font-family: "Honoka", "游明朝", "Sawarabi Mincho", 'Noto Sans Japanese';
        padding-bottom: 40px;
    }

    #recruit .cont p {
        color: #432d20;
        font-size: 1.2rem;
        text-align: center;
        margin: 0;
        line-height: 30px;
        font-weight: 400;
    }
}


/*--------SP------------*/

@media(max-width: 767px) {
    #recruit {
        width: 100%;
        margin: 0 auto;
        /*background: #fdf2e3;*/
        background: url(https://club-anew.com/wp-content/uploads/2016/11/anybg02.jpg);
        padding-bottom: 100px;
    }

    #recruit .cont {
        max-width: 90%;
        margin: 0 auto;
        padding: 15px 0;
    }

    #recruit .cont h3 {
        color: #432d20;
        padding: 10px 0px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 3rem;
        font-weight: 500;
    }

    #recruit .cont .rec-bn {
        position: relative;
        margin: 0 auto;
    }

    #recruit .cont ul {
        display: flex;
        justify-content: center;
        padding: 10px 0 15px;
        margin: 0 auto;
        position: absolute;
        top: 70%;
        filter: drop-shadow(8px 5px 6px rgba(0, 0, 0, 0.6));
    }

    #recruit .cont ul li {
        width: 45%;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }

    #recruit .cont .greeting {
        margin: 0 auto;
        padding: 0 0 30px;
    }

    #recruit .cont h4 {
        color: #432d20;
        font-size: 1.5rem;
        text-align: center;
        border: 0;
        font-weight: 500;
        font-family: "Honoka", "游明朝", "Sawarabi Mincho", 'Noto Sans Japanese';
        padding-bottom: 20px;
    }

    #recruit .cont p {
        color: #432d20;
        font-size: 1rem;
        text-align: left;
        margin: 0;
        line-height: 20px;
        font-weight: 400;
    }
}


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


/*          access                       */


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

@media (min-width: 1300px) {
    #access {
        width: 100%;
        margin: 0 auto;
        background: url(https://club-anew.com/wp-content/uploads/2016/11/footer-bg.jpg);
        background-size: 100%;
        padding: 50px 0px;
    }

    #access .cont h3 {
        color: #432d20;
        font-size: 3rem;
        text-align: center;
        margin: 0 auto 20px;
        border: 0;
        background: none;
        padding: 0 0 20px;
        font-weight: 500;
    }

    #access .cont {
        max-width: 1200px;
        margin: 10px auto 30px;
        padding: 5px 20px 10px;
        border-radius: 3px;
    }

    #access .cont .flexBox {
        display: flex;
        justify-content: center;
    }

    #access .cont .map {
        width: 50%;
        margin: 0;
    }

    #access .cont .moji {
        width: 50%;
        margin: 0 auto;
        padding: 15px 0 0 20px;
    }

    #access .cont .moji p {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 0;
        line-height: 40px;
    }

    #access .cont .moji .telnumber {
        text-align: left;
    }

    #access .cont .moji .telnumber a {
        font-size: 1.5rem;
        color: #333;
        text-decoration: underline;
        text-align: center;
    }

}

.tiled-gallery .gallery-row {
    margin: auto;
    overflow: hidden;
}


/*--------tablet----------*/

@media(min-width: 768px) and (max-width: 1299px) {
    #access {
        width: 100%;
        margin: 0 auto;
        background: #fdf2e3;
        background-size: 100%;
        background-attachment: fixed;
        padding: 50px 0;
    }

    #access .cont h3 {
        color: #432d20;
        font-size: 3rem;
        text-align: center;
        margin: 0 auto 20px;
        border: 0;
        background: none;
        padding: 0 0 20px;
        font-weight: 500;
    }

    #access .cont {
        max-width: 1200px;
        margin: 10px auto 30px;
        padding: 5px 20px 10px;
        border-radius: 3px;
    }

    #access .cont .flexBox {
        display: flex;
        justify-content: center;
    }

    #access .cont .map {
        width: 50%;
        margin: 0;
    }

    #access .cont .moji {
        width: 50%;
        margin: 0 auto;
        padding: 15px 0 0 20px;
    }

    #access .cont .moji p {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 0;
        line-height: 40px;
    }

    #access .cont .moji .telnumber {
        text-align: left;
    }

    #access .cont .moji .telnumber a {
        font-size: 1.5rem;
        color: #333;
        text-decoration: underline;
        text-align: center;
    }

}

.tiled-gallery .gallery-row {
    margin: auto;
    overflow: hidden;
}


/*--------SP------------*/

@media(max-width: 767px) {
    #access {
        width: 100%;
        margin: 0 auto;
        background: #fdf2e3;
        background-size: 100%;
        background-attachment: fixed;
        padding: 15px 0;
    }

    #access .cont h3 {
        color: #432d20;
        font-size: 3rem;
        text-align: center;
        margin: 0 auto 20px;
        border: 0;
        background: none;
        padding: 0 0 20px;
        font-weight: 500;
    }

    #access .cont {
        max-width: 1200px;
        margin: 10px auto 30px;
        padding: 5px 20px 10px;
        border-radius: 3px;
    }

    #access .cont .flexBox {
        margin: 0 auto;
    }

    #access .cont .map {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #access .cont .moji {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 0;
    }

    #access .cont .moji p {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 0;
        line-height: 30px;
    }

    #access .cont .moji .telnumber {
        text-align: center;
    }

    #access .cont .moji .telnumber a {
        font-size: 1.2rem;
        color: #333;
        text-decoration: underline;
        text-align: center;
    }

}

.tiled-gallery .gallery-row {
    margin: auto;
    overflow: hidden;
}



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


/*          section rec_content                                */


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


/***********FULL HD**********/

@media screen and (min-width: 768px) {
    #rec_content {
        margin: 0 auto;
        background-image: url(https://club-anew.com/wp-content/uploads/2016/11/anybg.jpg);
        background-repeat: no-repeat;
        /* 背景を繰り返さない */
        background-position: 50% 50%;
        /* 背景画像の位置は画面中央 */
        background-attachment: fixed;
        /* 背景画像を固定する */
        background-size: cover;
        padding: 1% 0 3%;
    }

    #rec_content .touka {
        padding: 5px 10px;
        background: none;
        /*rgba(255, 255, 255, .7);
            border-radius: 5px;
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);*/
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
    }

    #rec_content h3 {
        font-family: "Honoka", "Sawarabi Mincho", "游明朝体", "Yu Mincho";
        margin: 0 auto;
        font-size: 20px;
        color: #000;
        text-align: center;
        line-height: 1em;
        padding: 20px;
        letter-spacing: 4px;
        width: 70%;
    }

    #rec_content img {
        width: 60%;
        margin: 0 20%;
    }

    #lady_cast {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    #lady_cast .rec_text h1 {
        font-size: 30px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #D0104C;
    }

    #lady_cast .rec_text h2 {
        font-size: 25px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #D0104C;
    }

    #lady_cast .rec_text {
        width: 85%;
        line-height: 30px;
        margin-bottom: 0;
        font-weight: 400;
        margin: 20px auto;
        text-align: left;
        font-size: 1.2vw;
        font-family: "Honoka", "Sawarabi Mincho", 'Gilda Display', serif, "Hannari", "游明朝体", "Yu Mincho", YuMincho;
        color: #D0104C;
    }

    #lady_cast .rec_text p {
        margin-bottom: 0;
        font-weight: 200;
    }

    #mens_staff {
        width: 100%;
        height: 100%;
        margin: -31px auto 0;
    }

    #mens_staff .rec_text h1 {
        font-size: 30px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #005CAF;
    }

    #mens_staff .rec_text h2 {
        font-size: 25px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #005CAF;
    }

    #mens_staff .rec_text {
        width: 85%;
        line-height: 30px;
        margin-bottom: 0;
        font-weight: 400;
        margin: 20px auto;
        text-align: left;
        font-size: 1.2vw;
        font-family: "Honoka", "Sawarabi Mincho", 'Gilda Display', serif, "Hannari", "游明朝体", "Yu Mincho", YuMincho;
        color: #005CAF;
    }

    #mens_staff .rec_text p {
        margin-bottom: 0;
        font-weight: 200;
    }
}


/************SPレスポンシブ**********/

@media screen and (max-width: 767px) {
    #rec_content {
        margin: 0 auto;
        background-image: url(https://make-self.jp/wp-content/uploads/2016/11/bg-08.png);
        background-repeat: no-repeat;
        /* 背景を繰り返さない */
        background-attachment: fixed;
        /* 背景画像を固定する */
        background-size: cover;
        padding: 5% 0 3%;
        width: 100%;
    }

    #rec_content .touka {
        padding: 5px 5px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 5px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
        width: 92%;
        margin: 0 auto;
        height: 100%;
    }

    #rec_content h3 {
        font-family: 'Gilda Display', serif;
        margin: 0 auto;
        line-height: 1em;
        padding: 20px;
    }

    #rec_content img {
        width: 60%;
        margin: 0 20%;
    }

    #lady_cast {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    #lady_cast .rec_text h1 {
        font-size: 25px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #D0104C;
    }

    #lady_cast .rec_text h2 {
        font-size: 20px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #D0104C;
    }

    #lady_cast .rec_text {
        width: 96%;
        margin: 20px auto;
        text-align: left;
        font-size: 14px;
        font-family: "Honoka", 'Gilda Display', serif, "Sawarabi Mincho", "Hannari", "游明朝体", "Yu Mincho", YuMincho;
        color: #D0104C;
    }

    #mens_staff {
        width: 100%;
        height: 100%;
        margin: -31px auto 0;
    }

    #mens_staff .rec_text h1 {
        font-size: 25px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #005CAF;
    }

    #mens_staff .rec_text h2 {
        font-size: 20px;
        margin: 20px auto 20px;
        padding-top: 20px;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #005CAF;
    }

    #mens_staff .rec_text {
        width: 96%;
        margin: 20px auto;
        text-align: left;
        font-size: 14px;
        font-family: "Honoka", 'Gilda Display', serif, "Sawarabi Mincho", "Hannari", "游明朝体", "Yu Mincho", YuMincho;
        color: #005CAF;
    }
}

/*-------------------------------------*/
/*      見出しのサイズ調整              */
/*-------------------------------------*/
@media(min-width: 1300px) {
    .midashi-b {
        text-align: center !important;
        width: 50% !important;
        margin: 20px auto 50px;
        border: 0;
    }

    .midashi-b img {
        border: 0 !important;
        width: 100%;
        text-align: center;
    }

    .midashi-l {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        border: 0;
    }

    .midashi-l img {
        border: 0;
        width: 100%;
        text-align: center;
    }
}

@media(min-width: 768px) and (max-width: 1299px) {
    .midashi-b {
        text-align: center !important;
        width: 45% !important;
        margin: 20px auto 50px;
        border: 0;
    }

    .midashi-b img {
        border: 0 !important;
        width: 100%;
        text-align: center;
    }

    .midashi-l {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        border: 0;
    }

    .midashi-l img {
        border: 0;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .midashi-b {
        text-align: center !important;
        width: 80% !important;
        margin: 10px auto 15px;
        border: 0;
    }

    .midashi-b img {
        border: 0 !important;
        width: 100%;
        text-align: center;
    }

    .midashi-l {
        text-align: center;
        width: 70%;
        margin: 0 auto;
        border: 0;
    }

    .midashi-l img {
        border: 0;
        width: 100%;
        text-align: center;
    }
}

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


/*          table                                                                    */


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

@media screen and (min-width: 768px) {
    table.brwsr2 {
        margin: 2% 0;
        width: 100%;
        border: none;
        border-top: solid 1px #666;
        border-bottom: solid 1px #666;
        border-collapse: separate;
        border-spacing: 0 10px;
        /*background: #f5f5f5;*/
        background: none;
    }

    table.brwsr2 th {
        vertical-align: middle;
        height: 53px;
        width: 124px;
        border-right: solid 1px #666;
        margin: 0;
        text-align: left;
        color: #333;
        font-size: 17px;
        font-weight: 500;
        font-family: "Honoka", 'Gilda Display', serif, "Sawarabi Mincho", "Hannari", "游明朝体", "Yu Mincho", YuMincho;
    }

    table.brwsr2 td.data {
        padding: 0 5%;
        margin: 0;
        height: 53px;
        width: 100px;
        border: none;
        font-size: 15px;
        line-height: 16px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        color: #000;
        font-family: "Honoka", 'Gilda Display', serif, "Sawarabi Mincho", "Hannari", "游明朝体", "Yu Mincho", YuMincho;
        font-weight: 350;
    }

    table.brwsr2 td:fst-child {
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

    table.brwsr2 td.bar {
        height: 1px;
        width: 100%;
        border-top: solid 1px #34495e;
    }

    .brwsr2 p {
        font-size: 0.9vw;
        line-height: 25px;
    }

    .brwsr2 .bold {
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    table.brwsr2 {
        margin: 2% auto;
        width: 100%;
        border: none;
        border-top: solid 1px #666;
        border-bottom: solid 1px #666;
        border-collapse: separate;
        border-spacing: 0 10px;
        /*background: #f5f5f5;*/
        background: none;
        table-layout: fixed;
        word-break: break-word;
    }

    table.brwsr2 th {
        width: 10%;
        vertical-align: middle;
        border-right: solid 1px #666;
        margin: 0;
        padding: 2px 2px;
        text-align: left;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Noto Sans Japanese';
    }

    table.brwsr2 td.data {
        padding: 0 2px;
        margin: 0;
        border: none;
        font-size: 11px;
        line-height: 16px;
        text-align: left;
        vertical-align: middle;
        color: #000;
        font-family: 'Noto Sans Japanese';
        font-weight: 350;
        height: 100%;
        word-wrap: break-word;
    }

    table.brwsr2 td:fst-child {
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

    table.brwsr2 td.bar {
        height: 1px;
        /*width: 100%;*/
        border-top: solid 1px #34495e;
    }
}


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


/*          トップページヘッダーの矢印画像位置設定                                      */


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

@media (max-width: 768px) {

    .btn-next,
    .post-date_box {
        z-index: 999
    }

    .btn-next {
        position: absolute;
        margin: 30px auto 0;
        left: 0;
        right: 0;
        padding-top: 270px;
        margin: auto;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .btn-next a:after {
        content: "\e600";
        font-family: icomoon;
        color: #fff
    }

    .btn-next a {
        display: block;
        font-size: 25px;
        font-weight: bold;
    }

    .btn-next:hover {
        padding-top: 280px;
    }

    .share_on,
    .site-description {
        margin-top: 15px
    }
}

@media (min-width: 768px) and (max-width: 1300px) {

    .btn-next,
    .post-date_box {
        z-index: 999
    }

    .btn-next {
        position: absolute;
        margin: 70px auto 0;
        left: 0;
        right: 0;
        padding-top: 35%;
        margin: auto;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .btn-next a:after {
        content: "\e600";
        font-family: icomoon;
        color: #fff
    }

    .btn-next a {
        display: block;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
    }

    .btn-next:hover {
        padding-top: 38%;
    }

    .share_on,
    .site-description {
        margin-top: 15px
    }
}

@media (min-width: 1301px) {

    .btn-next,
    .post-date_box {
        z-index: 999
    }

    .btn-next {
        position: absolute;
        margin: 70px auto 0;
        left: 0;
        right: 0;
        padding-top: 32%;
        margin: 0 auto;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .btn-next a:after {
        content: "\e600";
        font-family: icomoon;
        color: #fff
    }

    .btn-next a {
        display: block;
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        margin: auto;
        width: 90px;
    }

    .btn-next:hover {
        padding-top: 34%;
    }

    .share_on,
    .site-description {
        margin-top: 15px
    }
}


/*---------------------------------------------
*           footer text
*           seo対策用テキスト挿入設定
*----------------------------------------------*/

@media (max-width: 767px) {
    #footertext {
        font-size: 6px;
        text-align: center;
        width: 90%;
        border: 1px #FFF solid;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 30px;
        padding: 3px;
        font-family: "Honoka", "Sawarabi Mincho", 'Gilda Display', serif, "Hannari", "游明朝体", "Yu Mincho", YuMincho;
    }
}

@media screen and (min-width: 768px) {
    #footertext {
        font-size: 6px;
        text-align: center;
        width: 50%;
        border: 1px #FFF solid;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 30px;
        padding: 10px;
        font-family: "Honoka", "Sawarabi Mincho", 'Gilda Display', serif, "Hannari", "游明朝体", "Yu Mincho", YuMincho;
    }
}

@media screen and(min-width: 768px) {
    #about .text strong {
        font-weight: 300;
    }

    #footertext h1 {
        font-size: 8px;
        margin-top: 4px;
        color: #FFF;
    }

    #footertext h2 {
        font-size: 8px;
        color: #FFF;
    }

    #footertext h3 {
        font-size: 6px;
        color: #FFF;
        text-align: center;
    }

    #about .text ul {
        position: absolute;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #about .text li {
        padding: 5px;
        list-style-type: none;
    }
}

@media screen and(max-width: 767px) {
    #about .text strong {
        font-weight: 300;
    }

    #footertext h1 {
        font-size: 8px;
        margin-top: 4px;
        color: #FFF;
    }

    #footertext h2 {
        font-size: 8px;
        color: #FFF;
    }

    #footertext h3 {
        font-size: 6px;
        color: #FFF;
        text-align: center;
    }

    #about .text ul {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #about .text li {
        padding: 5px;
        list-style-type: none;
    }
}


/* #label.input --- */

@media screen and (min-width: 768px) {
    #about .text label {
        color: #FFF;
        padding: 25px 5px 49px;
        display: block;
        /* margin: 1px auto; */
        width: 38%;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    #about .text label {
        color: #FFF;
        padding: 10px 5px 15px;
        display: block;
        margin: 1px auto;
        width: 38%;
        text-align: center;
        font-size: 9vw;
    }
}

#about .text input[type="checkbox"].on-off {
    display: none;
}

#about .text input[type="checkbox"].on-off+ul {
    height: 0;
    overflow: hidden;
}

#about .text input[type="checkbox"].on-off:checked+ul {
    height: auto;
}