@charset "UTF-8";

/* ---------------------------------------------------
   File: manners.css
   Version: 1.0.0
   Update: 2018-01-09
   Author: http://flowlab.co.jp

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


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

    PC 

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

/* ===================================================
    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;
}

/* ===================================================
    Layout
=================================================== */
main .content {
    margin-top: 0 !important;
}


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

/* -------------------------
   Page Title
------------------------- */
#pageTitle h1 {
    color: #6B3D19;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-weight: 500;
    font-size: 2.3em;
    padding-top: 70px;
}


/* ===================================================
    Price
=================================================== */
.priceBox {
    width: 660px;
    margin: 0 auto 40px;
}

/* -------------------------
   Title
------------------------- */
.priceBox h2 {
    width: 142px;
    float: left;
}

/* -------------------------
   List
------------------------- */
.priceBox ul {
    width: 470px;
    float: right;
}

.priceBox ul li {
    float: left;
}

.priceBox ul li:first-child {
    border-right: #AFB5B9 1px solid;
    padding-right: 40px;
}

.priceBox ul li:last-child {
    padding-left: 40px;
}

/* ===================================================
    Instructor
=================================================== */
#instructor {
    border: #AFB5B9 1px solid;
    padding: 30px 0;
}

/* -------------------------
   Title
------------------------- */
#instructor h3 {
    text-align: center;
    padding-bottom: 30px;
}

/* -------------------------
   List
------------------------- */
#instructor ul {
    width: 1043px;
    margin: 0 auto;
	display: flex;
}

#instructor ul li {
    border-right: #AFB5B9 1px solid;
}

#instructor ul li:last-child {
    border-right: none;
}

#instructor ul li img {
	width: 100%;
	height: auto;
}

/* -------------------------
   Attention
------------------------- */
.attention {
    text-align: right;
    font-size: 0.8em;
    display: block;
    line-height: 1.6em;
    margin-top: 10px;
    padding-bottom: 50px;
}



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

	SMART PHONE

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

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

    /* ===================================================
    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 */
    }

    /* ===================================================
    Layout
=================================================== */
    main .content {
        margin-top: -120px;
    }

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

    /* -------------------------
   Page Title
------------------------- */
    #pageTitle h1 {
        font-size: 1.5em;
        line-height: 1.2em;
        padding-top: 20px;
    }


    /* ===================================================
    Price
=================================================== */
    .priceBox {
        width: 100%;
    }

    /* -------------------------
   Title
------------------------- */
    .priceBox h2 {
        width: 142px;
        float: none;
        margin: 0 auto 30px;
    }

    /* -------------------------
   List
------------------------- */
    .priceBox ul {
        width: 100%;
        float: none;
    }

    .priceBox ul li {
        width: 70%;
        float: none;
        margin: 0 auto 30px;
    }

    .priceBox ul li:first-child {
        border-right: none;
        padding-right: 0;
    }

    .priceBox ul li:last-child {
        padding-left: 0;
    }

    /* ===================================================
    Instructor
=================================================== */
    #instructor {
        border: #AFB5B9 1px solid;
        padding: 30px 0;
    }

    /* -------------------------
   Title
------------------------- */
    #instructor h3 {
        width: 80px;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    /* -------------------------
   List
------------------------- */
    #instructor ul {
        width: 100%;
        margin: 0 auto;
		display: unset;
    }

    #instructor ul li {
        border-right: none;
        float: none;
        margin-bottom: 20px;
    }

    #instructor ul li:last-child {
        margin-bottom: 0;
    }

    /* -------------------------
   Attention
------------------------- */
    .attention {
        text-align: left;
        padding-bottom: 40px;
    }

}