@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}
html, body {
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Arial', sans-serif;
    width: 100%;
    color: #262626;
    background-image: url(./img/back.png);
    background-repeat: repeat;
    background-position: top left;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover img {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.wrap {
    overflow: hidden;
}
.back1 {
    color: #673319;
    background: #FFEFB2;
    margin: auto;
    padding: 0px 0px 20px 0px;
}
.back2 {
    color: #FFF8BA;
    background: #673319;
    margin: auto;
    padding: 10px 0px 30px 0px;
}
.back3 {
    color: #FFF8BA;
    background: #FFEFB2;
    margin: auto;
    padding: 30px 0px 30px 0px;
}
.back4 {
    width: 100%;
    margin: auto;
    padding: 20px 0px 20px 0px;
    background-image: url(./img/back.png);
    background-repeat: repeat;
    background-position: top left;
}
.back4-2 {
    max-width: 920px;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px 20px 80px 20px;
    padding: 30px 40px 20px 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:768px) {
    .back4-2 {
        padding: 30px 10px 10px 10px;
        margin: 10px 10px 40px 10px;
    }
}
.y_center {
    width: 90%;
    max-width: 1164px;
    margin: 40px auto;
    text-align: center;
    display: block;
}
.text_b {
    margin: 10px 0 40px 0;
    padding: 10px 30px 10px 30px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.text_b2 {
    margin: 10px 0 0 0;
    padding: 10px 10px 0 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:768px) {
    .text_b {
        padding: 10px 4px 10px 10px;
    }
}
.text_bl {
    margin: 10px 0 40px 0;
    padding: 10px 30px 10px 50px;
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:768px) {
    .text_bl {
        padding: 10px 5px 10px 30px;
    }
}
.course-img {
    vertical-align: -60%;
    margin: 10px 5px 5px 0;
}
.indent {
    text-indent: -1.3em;
}
/*表示切り替え*/
.pc {
    display: block !important;
    margin: auto;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}
h1 {
    display: block;
    width: 100vw;
    margin: 0;
    margin-bottom: 40px;
    object-fit: cover;
}
.h1-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
    display: block;
}
h3 {
    background: #E42756;
    width: 95%;
    padding-top: 0.1em;
    margin: 40px auto 10px;
    max-width: 1000px;
    text-align: center;
    display: block;
    color: #FFF8BA;
    border-radius: 0.5em;
    font-weight: bold;
    font-size: XX-large;
}
h4 {
    background: #673319;
    padding: 10px 10px 5px 10px;
    margin: 10px 0px 0px 0px;
    color: #FFF8BA;
    border-radius: 1em;
    font-weight: bold;
    font-size: X-large;
    text-align: center;
}
.title {
    background: #E42756;
    width: 95%;
    padding-top: 0.1em;
    margin: 40px auto 10px;
    max-width: 1000px;
    text-align: center;
    display: block;
    color: #FFF8BA;
    border-radius: 0.5em;
    font-weight: bold;
    font-size: XX-large;
}
.title2 {
    width: 92%;
    padding: 20px 10px 0px 10px;
    margin: auto;
    font-size: large;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 2px #673319;
}
.btn {
    margin: 60px auto 40px;
    font-size: small;
    text-align: center;
}
.quopay {
    max-width: 920px;
    font-size: small;
    text-align: right;
}
@media screen and (max-width:768px) {
    .quopay {
        text-align: center;
    }
}
li.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.marker {
    background: linear-gradient(transparent 50%, #FFEB00 50%);
}
.footer {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
    display: block;
    font-size: small;
}
.flex_test-box {
    padding: 10px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: left;
}
.flex_test-item {
    margin: 15px;
    width: 260px;
}
@media screen and (max-width:768px) {
    .flex_test-item {
        padding: 10px;
        width: 100%;
        text-align: center;
    }
}
.flex_test-box01 {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.flex_test-item01 {
    padding: 10px;
    margin: 10px;
    width: 545px;
}
.flex_test-item02 {
    padding: 10px;
    margin: 10px;
    width: 425px;
}
/*タブ切り替え―――――――――――――――――――――――*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 20px 0 80px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #673319;
    display: block;
    order: -1;
}
.tab-label {
    color: White;
    background: #9B9B9B;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-content {
    background: #FFF;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
    background: #673319;
}
.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 30px 30px 20px 30px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    text-align: left;
}
@media screen and (max-width:768px) {
    .tab-switch:checked + .tab-label + .tab-content {
        padding: 30px 10px 20px 10px;
    }
    .tab-wrap {
        margin: 20px 10px 80px 10px;
    }
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}