@charset "utf-8";

* {
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    color: #4C4948;
    line-height: 2;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    height: auto;
    vertical-align: bottom;
}

.wrapper {
    width: 960px;
    margin: auto;
}

.wrapper_min {
    width: 900px;
    margin: auto;
}

.section {
    margin-top: 50px;
}


.main_visual {
    width: 100%;
}


/*リンクボタン部分*/
.button_contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: .3s;
    z-index: 500;
}

.button_contact:hover {
    opacity: 0.5;
}

.button_pagetop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: .3s;
        z-index: 500;
}

.button_pagetop:hover {
    opacity: 0.5;
}

.button_contact:hover {
    opacity: 0.5;
}

/*内容説明*/
.concept_title {
    padding: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 27px;
    font-family: serif;
    border-bottom: 1px solid #4C4948;
}

.concept_text {
    padding: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 17px;
}

.episode_img {
    width: 100%;
}

.one_month {
    position: relative;
    padding-top: 100px;
}

.month {
    padding: 20px 0px 0px 20px;
    position: absolute;
    left: 10px;
    top: 0px;
}

.hours {
    padding-left: 650px;
    padding-bottom: 5px;
}


.lesson_content {
    display: flex;
    border-top: 1px solid #4C4948;
}

.lesson_text {
    padding: 12px 30px;
    line-height: 1.8;
    margin-bottom: 5px;
    width: 750px;
}

.lesson_price {
    line-height: 1.8;
    padding: 10px 0px;
    margin-left: 50px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total_content {
    display: flex;
    border-top: 1px dashed #4C4948;
    padding-top: 10px;
    padding-bottom: 50px;
}

.total_text {
    padding: 12px 30px;
    line-height: 1.8;
    margin-bottom: 5px;
    width: 650px;
    font-size: 20px;
    font-weight:bolder;
}

.total_price {
    line-height: 1.8;
    padding: 10px 0px;
    margin-left: 0px;
    width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total_price_img {

 padding-top: 30px;
    padding-bottom: 50px;

}

/*フッター部分*/
.footer {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.footer_logo {
    width: 345px;
    margin-top: 20px;
}

.footer_copy {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 30px;
}
