@charset "utf-8";
/* CSS Document */
@import url("html5doctor_reset.css");

.pc {
    display: inherit;
}

.sp {
    display: none;
}


main{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.space40 {
    height: 40px;
}

.space10 {
    height: 10px;
}

#mainimg img {
    width: 100vw;
    height: auto;
}

#coupon {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#coupon img {
    width: 100%;
}

#about {
    text-align: center;
}

#about .about {
    width: 1000px;
}

#about .pc {
    display: inline-block;
}

#information {
    background-color: #f8f2d8;
}

.information-container, .modelcourse-container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.information-container img, .modelcourse-container img {
    width: 50%;
    height: auto;
    z-index: 99;
}

#modelcourse {
    width: 100%;
    background-color: #d4ecea;
    text-align: center;
    position: relative;
}

.access-link {
text-align: center;
}

footer {
    background-color: #4cb192;
    text-align: center;
    color: #fff;
}

#about {
    position: relative;
}

.back1{
    position: absolute;
    top: -90px; /* 上からの距離 */
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; /* 重なり順（他の要素より上に表示） */
    width: 500px
}

.back2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 300px;
}
.back3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 300px;
}

.back4 {
    position: absolute;
    top: 40;
    left: 0;
    z-index: 1;
    width: 200px;
}

.back5 {
    position: absolute;
    top: 900px;
    left: 0;
    z-index: 1;
    width: 200px;
}

.back6 {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    width: 200px;
}

.back7 {
    position: absolute;
    top: 850px;
    right: 0;
    z-index: 1;
    width: 250px;
}

.back8 {
    position: absolute;
    bottom:0;
    right: 0;
    z-index: 1;
    width: 300px;
}


.headline_course {
    position: relative;
    z-index: 999;
}

footer .adress p {
    line-height: 1.5;
}

footer .adress a {
    color: #fff;
}

footer small {
    font-size: 14px;
    font-weight: 300;
}

.snsbox img {
    padding: 3px;
}
