@charset "utf-8";

/*----------------------------------------------------
　メインビジュアル
----------------------------------------------------*/
#mv{
    background-image: url(../img/mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#mv::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(70, 60, 55, 0.25);
    z-index: 0;
    pointer-events: none;
}

#mv h2{
    position: relative;
    z-index: 1;
}

#plan{
    background-color: #d0d6cf;
    padding-top: 120px;
    position: relative;
    padding-bottom: 120px;
}

#plan p{
    font-size: 16px;
    color: #645863;
    line-height: 1.8em;
    margin-bottom: 20px;
}

h5{
    background-color: #558c6b;
}
/*----------------------------------------------------
　INFO
----------------------------------------------------*/
#info{
    margin-bottom: 60px;
}

#info h6{
    font-size: 28px;
    line-height: 1.6em;
    color: #645863;
    margin-bottom: 1.5em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    text-align: center;
}

#info h6 .font_s{
    display: block;
    font-size: 65%;
    letter-spacing: 0.04em;
}

#info_text{
    position: relative;
    margin-bottom: 70px;
}

#info_text p{
    margin-left: 0;
}

.photo_block{
    width: 90%;
    margin: 0 auto 70px;
}

.photo_block img{
    width: 90%;
    height: auto;
    display: block;
}

/*----------------------------------------------------
　LESSON / 料金ブロック
----------------------------------------------------*/
#lesson01,
#lesson02,
#lesson03,
#lesson04,
#lesson05,
#lesson06{
    background-repeat: no-repeat;
    background-position: left 10px;
    margin-bottom: 70px;
    width: 100%;
}

.naiyou,
.section_label,
.note{
    color: #645863;
    font-size: 16px;
    margin-bottom: 12px;
}

.section_label{
    font-weight: 600;
    margin-top: 10px;
}

.note{
    font-size: 14px;
}

.link_bot{
    width: 100%;
    text-align: right;
    margin-top: 8px;
}

.link_bot a{
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 2px;
    transition: 0.3s;
    background-color: #558c6b;
}

.link_bot a:hover{
    opacity: 0.6;
}

/*----------------------------------------------------
テーブル
----------------------------------------------------*/
table{
    margin-top: 1em;
    margin-bottom: 1.5em;
    width: 100%;
    font-size: 110%;
}

table tr th,
table tr td{
    border-color: #969696;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
}

table tr th{
    width: 40%;
    background-color: rgba(255,255,255,0.35);
}

.price_simple tr th{
    width: 30%;
}

/*----------------------------------------------------
　レスポンシブ設定768以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {

#mv{
    background-image: url(../img/mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#plan{
    padding-top: 5em;
    padding-bottom: 5em;
}

#plan p{
    font-size: 15px;
    line-height: 1.7em;
}

#info{
    margin-bottom: 2em;
}

#info_text{
    margin-bottom: 3em;
}

#info h6{
    font-size: 22px;
    text-align: center;
}

#info h6 .font_s{
    margin-top: 10px;
    line-height: 1.35;
}

#info_text p{
    margin-left: 5px;
}

.photo_block{
    width: 100%;
    margin-bottom: 3em;
}

.photo_block img{
    width: 100%;
}
#lesson01,
#lesson02,
#lesson03,
#lesson04,
#lesson05,
#lesson06{
    margin-bottom: 3em;
}

table{
    font-size: 100%;
}

table tr th,
table tr td{
    padding: 10px 12px;
    text-align: center;
}

.link_bot{
    text-align: center;
    margin-top: 4px;
    margin-bottom: 10px;
}

}
