html {
    background-color: #F1E8E6;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #2C2D2E;
}

header {
    z-index: 100;
    position: relative;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.wrapper {
    width: 100%;
    background-color: #F6E1ED;
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #955779;
	box-sizing: border-box;
}

.title {
    font-size: 30px;
    padding: 5px;
    padding-left: 20px;
}

.nav-pc {
    padding-right: 20px;
}

.nav-menu-pc {
    list-style: none;
    display: flex;
}

.nav-menu-pc .nav-item {
    list-style: none;
    padding-left: 20px;
    color: #955779;
}

.nav-sp {
    display: none;
}

.nav-toggle {
    background-color: #955779;
}

.nav-menu-sp {
    background-color: #FBF9F6;
    list-style: none;
}

.nav-item a {
    text-decoration: none;
    cursor: pointer;
    color: #955779;
}

.top {
    background-color: #F6E1ED;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.top {
    position: relative;
}

.top img {
    width: 100%;
}

.top h1.top-catchcopy {
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 36px;
}

.top-sp {
    display: none;
}

h1.top-catchcopy {
    margin-bottom: 0;
}

.about {
    justify-content: center;
    position:  relative; 
    padding: 200px 300px;
    background-color: #F6E1ED;
}

.about img {
    position: absolute;
    width: 150px;
}

.about-img01 {
    top: 0;
    right: 800px;
    bottom: 300px;
    left: 0;
    margin: auto;
}

.about-img02 {
    top: 260px;
    right: 0;
    bottom: 0;
    left: 900px;
    margin: auto;
}

.about-img03 {
    top: 400px;
    right: 0;
    bottom: 0;
    left: 700px;
    margin: auto;
}

.about-catchcopy {
    background-color: rgba(251, 249, 246, 0.4);
    width: 800px;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.catchcopy-top {
    margin-bottom: 50px;
}

.catchcopy-description div {
    margin-top: 20px;
}

.backgruond-gradation {
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #F6E1ED, #F1E8E6);
}

.menu-list {
    display: block;
    margin-top: 50px;
}

h1.section-top {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-summary {
    justify-content: center;
    display: flex;
}

.card {
    width: 600px;
    margin: 20px 40px;
}

.card-imgframe img {
    width: 100%;
    margin-bottom: -5px;
}

.card-textbox {
    background-color: #FBF9F6;
    padding: 15px;
}

h2.card-titletext {
    margin-top: -5px;
    margin-bottom: 20px;
}

.card-overviewtext {
    margin-bottom: 10px;
}

.price {
    color: #955779;
}

.card-small {
    justify-content: center;
    display: flex;
    margin: 20px 40px;
}

.card-small .card-imgframe {
    width: 240px;
}

.card-small .card-textbox {
    display: flex;
    align-items: center;
    width: 180px;
}

.card-small .card-titletext {
    margin-bottom: 10px;
    padding-left: 10px;
}

.card-small .price {
    padding-left: 10px;
}

.card-textbox span.annotation {
    font-size: 14px;
    padding-left: 10px;
}

.about-contact .mb,
.lecturer .mb {
    margin-bottom: 40px;
}

.contact {
    margin-top: 300px;
    text-align: center;
}

.about-contact {
    background-color: #F6E1ED;
    border: 1px solid #D1C2DF;
    margin-top: 30px;
    margin: auto 350px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact a {
    color: #955779;
}

.contact span.annotation {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.sns img {
    width: 40px;
    margin: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
}

.contact-description div {
    margin-top: 20px;
    padding: 0 10px;
}

.lecturer {
    margin-top: 300px;
    margin-bottom: 200px;
    text-align: center;
}

.lecturer-summary {
    justify-content: center;
    display: flex;
    margin-top: 80px;
}

.lecturer-summary img {
    margin-right: 100px;
}

.lecturer-summary dl {
    margin-top: -30px
}

.lecturer-summary dt {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #955779;
    font-weight: bold;
}

.lecturer-summary dd {
    margin: 0;
}

footer {
    text-align: center;
    background-color: #955779;
    color: #FBF9F6;
    padding: 10px;
}

@media (max-width: 1000px) {

    body {
        font-size: 14px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    header {
        height: 40px;
    }

    .top {
        padding-bottom: 300px;
        background-color: #F6E1ED;
    }

    .top-pc {
        display: none;
    }

    .top-sp {
        display: block;
    }

    .top h1.top-catchcopy {
        position: absolute;
        top: 65%;
        left: 2%;
        font-size: 18px;
    }

    .wrapper {
        padding-right: 0;
    }
    .nav-toggle {
        width: 60px;
        height: 54px;
    }

    .title {
        padding-left: 15px;
        font-size: 20px;
    }

    .nav-pc {
        display: none;
    }

    .nav-sp {
        display: block;
    }

    .nav-menu-sp {
        display: block;
    }

    .hamburger {
        background-color: #955779;
        width: 25px;
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
    }

    .hamburger.is-active span:nth-child(1) {
        top: 50%;
        transform: translate(-2%, -50%) rotate(135deg);
    }
    
    .hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.is-active span:nth-child(3) {
        top: 50%;
        transform: translate(-2%, -50%) rotate(-135deg);
    }
    
    .hamburger span {
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #FBF9F6;
        transition: transform .3s;
    }
    
    .hamburger.is-active span {
        background-color: #FBF9F6;
    }
    
    .hamburger span:nth-child(1) {
        top: 30%;
    }
    
    .hamburger span:nth-child(2) {
        top: 50%;
    }
    
    .hamburger span:nth-child(3) {
        top: 70%;
    }

    .nav-menu-sp.is-active {
        visibility: visible;
        opacity: 1;
    }
    
    .nav-menu-sp {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background-color: #FBF9F6;
        transition: opacity .3s, visibility .3s;
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-top: 41px;
    }
    
    .nav-item {
        font-size: 18px;
        color: #2C2D2E;
    }

    .top .top-catchcopy {
        margin-top: -200px;
        padding-left: 30px;
        font-size: 20px; 
    }

    .about {
        padding: 0;
        padding-top: 1px;
        padding-bottom: 100px;
        margin-top: -150px;
    }

    .about img {
        width: 70px;
    }

    .about-img01 {
        top: 0;
        right: 280px;
        bottom: 400px;
        left: 0;
        margin: auto;
    }
    
    .about-img02 {
        top: 0px;
        right: 0;
        bottom: 10px;
        left: 280px;
        margin: auto;
    }
    
    .about-img03 {
        top: 230px;
        right: 0;
        bottom: 0;
        left: 200px;
        margin: auto;
    }

    .about-catchcopy {
        width: 300px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .card-summary {
        justify-content: center;
        display: grid;
    }

    .card-summary:nth-child(4) {
        justify-content: center;
        display: flex;
    }

    .card {
        width: 340px;
        margin: 20px 20px;
    }

    .card-textbox {
        padding: 20px;
    }
    
    .price {
        padding-left: 3px;
    }

    .card-small {
        width: 160px;
        display: block;
    }

    .card-small img {
        width: 160px
    }

    .card-small:nth-child(1) {
        margin-right: 10px;
        margin-left: 20px;
    }

    .card-small:nth-child(2) {
        margin-right: 20px;
        margin-left: 10px;
    }

    .card-small .card-imgframe {
        width: 160px
    }

    .card-small .card-textbox {
        width: 120px;
    }

    .card-small .card-titletext {
        padding-left: 0px;
    }

    .card-small .price {
        padding-left: 3px;
    }

    .contact {
        margin-top: 200px;
    }

    .about-contact {
        margin: 20px;
    }

    .card-textbox span.annotation {
        font-size: 10px;
        padding: 0;
    }

    .contact span.annotation {
        font-size: 12px;
    }

    .lecturer {
        margin-top: 200px;
    }

    .lecturer-summary {
        display: block;
        margin-top: 50px;
    }

    .lecturer-summary img {
        margin: auto;
        width: 140px;
    }

    .lecturer-summary dl {
        margin: auto;
        margin-left: 40px;
        margin-right: 40px
    }
    footer {
        font-size: 10px;
    }

}