/*ここからメイン画像説明装飾*/

#main_imgsetumei {}

#main_imgsetumei p {}

#main_imgsetumei .text_hidden {
    display: none;
}

.media,
.media:first-child {
    margin: 60px auto;
}



.pull-left{
    float: none !important;
}

/*ここから3カラム画像サムネイル*/
.threecolumn .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.threecolumn .threecolumnimg {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    text-align: center;
}

.threecolumn .threecolumnimg img{
  text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.t-colum-title{
    text-align: left;
}
/*ここまで3カラム画像サムネイル*/

/*ここまでメイン画像説明装飾*/


h4 {
    padding: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #FDD0B1;
    font-size: 18px;
    display: inline-block;
}

/*ここからMENULIST装飾*/
#menu_title {
    margin-bottom: -20px;
}

#menu_title h2 {
    margin-top: -20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: rgb(136, 136, 136) solid 1px;
    text-align: center;
    line-height: 0.8em;
}

#menu_title h2 .smalltext {
    font-size: 12px;
}


#cut h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#cut p {
    font-size: 12px;
    text-align: justify;

}

#color h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

#color p {
    font-size: 12px;
    text-align: justify;
}

#parm h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#parm p {
    font-size: 12px;
    text-align: justify;
}

#straightparm h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#straightparm p {
    font-size: 12px;
    text-align: justify;
}

#treatment h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#treatment p {
    font-size: 12px;
    text-align: justify;
}

/*ここまでMENULIST装飾*/



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

    /*ここからメイン画像説明装飾*/

    #main_imgsetumei {}

    #main_imgsetumei p {
        font-size: 14px;
    }

    #main_imgsetumei .text_hidden {
        display: block;
    }

    /*ここまでメイン画像説明装飾*/


    
    .media, .media:first-child{
        display: flex;
        max-width: 550px;
    }
    
    .media .pull-left{
        flex: 1;
    }
    
    .media .media-body{
        flex: 1;
    }
    
    .threecolumn .container {
        display: flex;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .threecolumn .container threecolumntitle{
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }
    .threecolumn .threecolumnimg {
        flex: 1;
    }
    
    .threecolumn .threecolumnimg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t-colum-title{
        width: 100%;
        text-align: left;
        padding-left: 2rem;
        margin-bottom: 1rem;
    }

    /*ここからMENULIST装飾*/
    #menu_title {
        margin-bottom: -20px;
    }

    #menu_title h2 {
        margin-top: 20px;
        font-size: 32px;
        font-weight: bold;
        border-bottom: rgb(136, 136, 136) solid 1px;
        text-align: center;
        line-height: 0.8em;
    }

    #menu_title h2 .smalltext {
        font-size: 14px;
    }


    #cut h3 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #cut p {
        font-size: 15px;
        text-align: center;

    }

    #color h3 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    #color p {
        font-size: 15px;
        text-align: center;
    }

    #parm h3 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #parm p {
        font-size: 15px;
        text-align: center;
    }

    #straightparm h3 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #straightparm p {
        font-size: 15px;
        text-align: center;
    }

    #treatment h3 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #treatment p {
        font-size: 15px;
        text-align: center;
    }

    /*ここまでMENULIST装飾*/

}

.pull-left .media-object{
    ;
}


@media screen and (min-width:1200px) {

    /*ここからメイン画像説明装飾*/

    #main_imgsetumei {
        margin-top: 30px;
    }

    #main_imgsetumei p {
        font-size: 18px;
        text-align: center;
    }

    #main_imgsetumei .text_hidden {
        display: block;
    }

    /*ここまでメイン画像説明装飾*/

    
    
    .threecolumn .container {
        display: flex;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .threecolumn .threecolumntitle{
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }
    .threecolumn .threecolumnimg {
        flex: 1;
    }
    
    /*ここからMENULIST装飾*/
    #menu_title {
        margin-bottom: -20px;
    }

    #menu_title h2 {
        margin-top: 40px;
        font-size: 36px;
        font-weight: bold;
        border-bottom: rgb(136, 136, 136) solid 1px;
        text-align: center;
        line-height: 1.8em;
    }

    #menu_title h2 .smalltext {
        font-size: 14px;
    }


    #cut h3 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #cut p {
        font-size: 16px;
        text-align: center;

    }

    #color h3 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #color p {
        font-size: 16px;
        text-align: center;
    }

    #parm h3 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #parm p {
        font-size: 16px;
        text-align: center;
    }

    #straightparm h3 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #straightparm p {
        font-size: 16px;
        text-align: center;
    }

    #treatment h3 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #treatment p {
        font-size: 16px;
        text-align: center;
    }

    /*ここまでMENULIST装飾*/

}
