@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Ms+Madi&family=Noto+Sans+JP:wght@300&display=fallback');

@font-face {
    font-family: 'Ms Madi', cursive;
    src: url("../fonts/MsMadi-Regular.otf") format("opentype");
    font-display: fallback;
}

html {
    box-sizing: border-box;
    font-family: 'Ms Madi', cursive;
    font-family: 'Noto Sans JP', sans-serif;    
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
}


body {

    margin: 0;
    background: #FFFFFF;
    
    /* ドラッグでの選択を不能に */

    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}

.pc-top {
    display: none;
}

header {
    background-color: #f6f6f6;
}

.underline{
    border-bottom: solid;
    border-color: #f6f6f6;
    padding-bottom: 0.5rem;
}

.pc-top {
    display: none;
}

.top {
    clear: both;

    margin: auto;
    padding: 0 10px;
}

.top p {

    padding: 25px 0;
    margin: auto;
    display: block;
}

.top img {

    padding: 25px 0;
    margin: auto;
    display: block;
}

a {
    text-decoration: none;
    color: white;
}

h2 {
    font-family: 'Noto Sans JP', sans-serif;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
}

li {
    list-style: none;
}

.menu-btn {
    margin: 10px;
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #801A33;
}

#menu-btn-check {
    display: none;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 2px;
    background-color: white;
    position: absolute;
}

.menu-btn span::before {
    bottom: 8px;
}

.menu-btn span::after {
    top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: #801A33;
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #801A33;
    transition: all 0.5s;
    padding-left: 46px;
}

.menu-content ul {
    padding: 15px 0px;
}

.menu-content ul li {
    border-bottom: inset;
    border-color: white;
    border-width: thin;
}

.menu-content .content-icon {
    display: flex;
}

.menu-content .content-icon img {
    padding: 0 10px;
}

.menu-content p {
    color: #c4c4c4;
}

.menu-content img {
    display: block;
    padding: 20px 0px;
    margin-top: 10px;
}

.menu-content ul li a {
    display: block;
    font-size: 26px;
    box-sizing: border-box;
    color: white;
    padding: 9px 15px 10px 0;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
}

.menu-content ul li a::before {
    content: '';
    width: 7px;
    height: 7px;

}

.menu-content .small{
    margin-left: 0;
    text-align: left;
    padding-left: 0;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
}

.pc-header {
    display: none;
}

ul {
    padding-left: 0%;
    margin-top: 0px;
}

header {
    background-color: #F6F6F6;
}

.header-list {
    font-family: 'Ms Madi', cursive;
    font-size: 25px;
}

#header-logo {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 10px;
    width: auto;
    min-width: 5%;
    max-width: 15%;
}

.header-logo {
    padding: 20px 0 0 32px;
    display: block;
}

/*ここからフッター*/
footer {
    background-color: #801A33;

}

footer p {
    color: white;
    /* padding: 3px 0 3px 15px; */
    margin: 0;
    text-align: center;
}

footer p {
    border-bottom: inset;
    border-width: thin;
    border-color: #FFF;
}

.small {
    margin-left: 22px;
    text-align: left;
    padding: 20px;
    color: #FFFFFF;
}

.center {
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

.wave{
    z-index: -40;
    position:relative;
    height:50px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
    }

canvas{
    z-index: -40;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    }

/*ここからPC用css*/

@media (min-width:750px) {
    .smartphone-header {
        display: none;
    }

    .smartphone-footer {
        display: none;
    }

    .smartphone-top {
        display: none;
    }

    .smartphone-bottom {
        display: none;
    }


    #header-logo {
        padding-top: 10px;
        margin: 0;
        width: 5%;
        padding-left: 90px;
        padding-right: 50px;
    }

    #header-logo {
        line-height: 50px;
        float: left;
    }

    .header-list ul {
        float: right;
    }

    .header-list ul li {
        display: inline;
        margin-left: 30px;
        line-height: 80px;
    }

    .header-list ul {
        padding-right: 32px;
    }

    .pc-header {
        display: block;
        text-decoration: none;
    }

    .pc-header {
        height: 80px;
    }

    .pc-header .header-list ul li a {
        color: #801A33;
        font-weight: bold;
    }

    .pc-top {
        display: block;
    }

    .main-contents {
        display: flex;
    }


    .pc-top h2 {
        text-align: center;
    }

    .pc-top {
        text-align: center;
    }

    .pc-top p {
        padding-left: 10px;
        text-align: center;
    }

    footer  {
        font-size: 20px;
        font-family: 'Ms Madi', cursive;
    }

    footer p {
        text-align: center;
        padding: 10px 0;
    }


    .center {
        text-align: center;
        text-decoration: none;
    }




 
}

