@charset "UTF-8";

/* ---------------------------------------------------
   File: 201802_spring.css
   Version: 1.0.0
   Update: 2017-12-13
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


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

    PC 

=========================================================================== */
body {}

#courseBox .sp,
#courseC .sp {
    display: none;
}

/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(2) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ===================================================
    Title
=================================================== */

/* -------------------------
   Page Title
------------------------- */
#pageTitle h1 {
    width: 540px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

/* -------------------------
   Course Name
------------------------- */
#courseBox h2 {
    width: 230px;
    height: 100px;
    margin: 50px auto 30px;
}

.course_price {
    font-weight: bold;
    font-size: medium;
    margin: 20px 0 30px 0;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
}

.course_price p span {
    font-size: 2.5em;
}

.course_price p.nomiho {
    width: 80%;
    margin: auto;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 200%;
}

/* ===================================================
    Layout
=================================================== */
#takumori {
    width: 1100px;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
    text-align: center;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 30px 0 80px;
}

/* -------------------------
   Frame - Menu
------------------------- */
.frame_menu {
    margin-top: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 20px 20px;
}

.frame_menu h3 {
    font-size: 1.2em;
    font-weight: 800;
    margin: 0 auto 10px;
}

.frame_menu .courseDetail {
    padding-bottom: 20px;
}

#courseC .frame_menu .courseDetail {
    padding-bottom: 0;
}

.frame_menu .courseDetail h3 {
    width: 10em;
    padding-top: 20px;
}

#courseC .frame_menu .courseDetail h3 {
    padding-top: 0;
}

.frame_menu .drinkDetail h3 {
    width: 12em;
    padding-top: 20px;
}

#courseC .frame_menu .drinkDetail h3 {
    padding-top: 0;
}

/* -------------------------
   courseA 
------------------------- */
#courseA {
    width: 333px;
    float: left;
}

#courseA .frame_menu {
    background-color: #f6f7f9;
}

#courseA .frame_menu h3 {
    color: #002868;
}

#courseA .frame_menu h3::before {
    width: 24px;
    height: 8px;
    content: "";
    background-image: url(../images/icon_a_l.png);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 5px;
}

#courseA .frame_menu h3::after {
    width: 24px;
    height: 8px;
    content: "";
    background-image: url(../images/icon_a_r.png);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    margin-left: 5px;
}

/* -------------------------
   courseB
------------------------- */
#courseB {
    width: 333px;
    float: left;
    margin-left: 50px;
}

#courseB .frame_menu {
    background-color: #fff6ef;
}

#courseB .frame_menu h3 {
    color: #ff7900;
}

#courseB .frame_menu h3::before {
    width: 24px;
    height: 8px;
    content: "";
    background-image: url(../images/icon_b_l.png);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 5px;
}

#courseB .frame_menu h3::after {
    width: 24px;
    height: 8px;
    content: "";
    background-image: url(../images/icon_b_r.png);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    margin-left: 5px;
}



#courseB .frame_menu h3.courseC {
    color: #9cbb1c;
}

#courseB .frame_menu h3.courseC::before {
    width: 24px;
    height: 8px;
    content: "";
    background-image: url(../images/icon_c_l.png);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 5px;
}

#courseB .frame_menu h3.courseC::after {
    width: 24px;
    height: 8px;
    content: "";
    background-image: url(../images/icon_c_r.png);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    margin-left: 5px;
}


/* ===================================================
    Other Information
=================================================== */
#otherInformation {
    padding: 50px 0 120px;
}

#otherInformation .otherBox p {
    border: 1px solid #B3B9BD;
    background: #fff;
    display: block;
}

#otherInformation .otherBox p img {
    display: block;
}

/* -------------------------
   Use Benefits
------------------------- */
#useBenefits {
    width: 440px;
    float: left;
}

/* -------------------------
   Plus - Option
------------------------- */
#plus {
    width: 642px;
    float: right;
}

/* -------------------------
   Attention
------------------------- */
#otherInformation small {
    font-size: 0.8em;
    display: block;
    line-height: 1.6em;
    margin-top: 10px;
}



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

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {

    #courseBox .pc,
    #courseC .pc {
        display: none;
    }

    #courseBox .sp,
    #courseC .sp {
        display: inline;
    }

    main img {
        width: 100%;
        height: auto;
        display: block;
    }

    #courseBox.row {
        width: 100% !important;
    }

    #courseC .price_left {
        float: unset;
        padding-top: 10px;
    }

    #courseC .price_left .course_price {
        padding-left: 0;
    }

    .ribbon_C h3 br {
        display: block;
    }

    .ribbon_C:before {
        bottom: -40px;
        left: -40px;
        border: 30px solid #abc424;
        border-left-color: transparent;
    }

    .ribbon_C:after {
        bottom: -40px;
        right: -40px;
        border: 30px solid #abc424;
        border-right-color: transparent;
    }

    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(2) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* ===================================================
    Title
=================================================== */

    /* -------------------------
   Page Title
------------------------- */
    #pageTitle h1 {
        width: 80%;
        margin: 0 auto;
        padding: 50px 0;
    }

    /* -------------------------
   Course Name
------------------------- */
    #courseBox h2 {
        width: 60%;
        height: auto;
        margin: 20px auto 10px;
    }

    #courseBox #courseB h2 {
        margin: 30px auto 20px;
    }

    .course_price p.nomiho {
        width: 85%;
    }

    /* ===================================================
    Layout
=================================================== */
    #takumori {
        width: 100%;
        text-align: center;
        font-size: 0.9em;
        margin: 0 auto;
        padding: 10px 0 80px;
    }

    /* -------------------------
   Frame - Menu
------------------------- */
    .frame_menu {
        margin-top: 20px;
        padding: 0 20px 20px;
    }

    .frame_menu h3 {
        font-size: 1.2em;
        font-weight: 800;
        margin: 0 auto 10px;
    }

    .frame_menu .courseDetail {
        padding-bottom: 20px;
    }

    #courseC .frame_menu .courseDetail {
        padding-bottom: 0;
    }

    .frame_menu .courseDetail h3 {
        width: 10em;
        padding-top: 20px;
    }

    #courseC .frame_menu .courseDetail h3 {
        padding-top: 0;
    }

    .frame_menu .drinkDetail h3 {
        width: 12em;
        padding-top: 20px;
    }

    #courseC .frame_menu .drinkDetail h3 {
        padding-top: 0;
    }



    /* -------------------------
   courseA 
------------------------- */
    #courseA {
        width: 88%;
        margin: 0 auto;
        float: none;
    }

    /* -------------------------
   courseB
------------------------- */
    #courseB {
        width: 88%;
        margin: 60px auto 0;
        float: none;
    }

    /* -------------------------
   courseC
------------------------- */
    #courseC .informationBox {
        width: 88%;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    #courseC .informationBox h2 {
        width: 60%;
        height: auto;
        margin: 30px auto 10px;
        padding-left: 0;
        float: none;
        display: block;
    }

    #courseC .informationBox .txt {
        width: 100%;
        padding: 10px 0 0;
        float: none;
        display: block;
    }

    #courseC .frame_menu {
        background-color: #fafbf0;
        padding-top: 20px;
    }

    #courseC .frame_menu h3 {
        color: #9cbb1c;
    }

    #courseC .courseDetail {
        text-align: center;
        width: 100%;
        float: none;
    }

    #courseC .border_bottom_gray {
        border-bottom: 1px solid #b6bcc0 !important;
        border-right: none;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    #courseC .drinkDetail {
        text-align: center;
        width: 100%;
        float: none;
    }












    /* ===================================================
    Image
=================================================== */
    #courseA .img_responsive,
    #courseC .img_responsive {
        width: 100%;
        float: none;
    }

    #courseB .img_responsive {
        width: 100%;
    }



    .btn_red {
        margin-top: 20px;
    }

    /* ===================================================
    Other Information
=================================================== */
    #otherInformation {
        padding: 0 0 30px;
    }

    #otherInformation .otherBox p {
        border: 1px solid #B3B9BD;
        background: #fff;
    }

    /* -------------------------
   Use Benefits
------------------------- */
    #useBenefits {
        width: 100%;
        padding-bottom: 20px;
        float: none;
    }

    /* -------------------------
   Plus - Option
------------------------- */
    #plus {
        width: 100%;
        float: none;
    }

    /* -------------------------
   Attention
------------------------- */
    #otherInformation small {
        font-size: 0.8em;
        display: block;
        line-height: 1.6em;
        margin-top: 10px;
    }

}