@charset "UTF-8";

/*PCサイズレスポンシブ*/
@media(min-width:1000px) {

    body {
        min-width: 1000px;

    }

    .container {
        width: 100%;
        height: auto;
        color: #5d5c5c;
    }


    .header {
        width: 100%;
        height: 130px;
    }

    .header1 img {
        width: 10%;
        height: 100%;
        object-fit: cover;
    }

    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: rgba(242, 180, 243, 0.3);
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #615f5f;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 30px;
        right: 20px;
        cursor: pointer;
        width: 70px;
        height: 70px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fd91e0;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 27px;
    }

    .openbtn span:nth-of-type(3) {
        top: 40px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #main {
        width: 100%;
        height: auto;
        margin-top: 100px;
    }

    .title h2 {
        width: 100%;
        height: auto;
        font-size: 40px;
        text-align: center;
        position: relative;
    }

    .border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }

    .border:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        border-bottom: solid 2px #fd91e0;
        transform: translateX(-50%);
        animation: border_anim 3s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .sentense {
        width: 100%;
        height: auto;
        font-size: 20px;
        margin-top: 100px;
        line-height: 200%;
        text-align: center;
    }

    .linecord {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

    .linecord img {
        width: 20%;
        height: auto;
        margin: 0 auto;
    }


    .footer {
        width: 100%;
        height: 250px;
        background-color: #f5dcf3;
        margin-top: 100px;
        padding-bottom: 50px;
    }

    .footer1 {
        width: 100%;
        height: 100%;
        padding-top: 30px;
        padding-left: 60px;
        line-height: 200%;
    }

    .footer2 {
        width: 100%;
        height: auto;
        text-align: center;
        background-color: #f5dcf3;
    }
}



/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px) {
    body {
        min-width: 600px;
        max-width: 999px;
    }

    .container {
        width: 100%;
        height: auto;
        color: #5d5c5c;
    }

    .header {
        width: 100%;
        height: 100px;
    }

    .header img {
        width: 15%;
        height: 100%;
        object-fit: cover;
    }

    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: rgba(242, 180, 243, 0.3);
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #5d5c5c;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 20px;
        right: 20px;
        cursor: pointer;
        width: 70px;
        height: 70px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fd91e0;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 27px;
    }

    .openbtn span:nth-of-type(3) {
        top: 40px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #main {
        width: 100%;
        height: auto;
    }

    .title h2 {
        width: 100%;
        height: auto;
        font-size: 40px;
        text-align: center;
        margin-top: 50px;
    }

    .border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }

    .border:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        border-bottom: solid 2px #fd91e0;
        transform: translateX(-50%);
        animation: border_anim 3s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .sentense {
        width: 100%;
        height: auto;
        font-size: 20px;
        margin-top: 60px;
        text-align: center;
    }

    .linecord {
        width: 100%;
        height: 200px;
        margin-top: 70px;
    }

    .linecord img {
        width: 20%;
        height: auto;
        margin: 0 auto;
    }


    .footer {
        width: 100%;
        height: 180px;
        background-color: #f5dcf3;
        margin-top: 100px;
        padding-bottom: 30px;
    }

    .footer1 {
        width: 100%;
        height: 100%;
        font-size: 12px;
        padding-top: 30px;
        padding-left: 40px;
        line-height: 200%;
    }

    .footer2 {
        width: 100%;
        height: auto;
        font-size: 10px;
        text-align: center;
        background-color: #f5dcf3;
    }

}

/*SPサイズレスポンシブ*/
@media(max-width:599px) {
    body {
        max-width: 599px;
    }

    .container {
        width: 100%;
        height: auto;
        color: #5d5c5c;
    }

    .header {
        width: 100%;
        height: 60px;
    }

    .header img {
        width: 15%;
        height: 100%;
        margin-left: 10px;
        object-fit: cover;
    }

    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: rgba(242, 180, 243, 0.3);
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #5d5c5c;
        font-size: 10px;
        text-decoration: none;
        padding: 5px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 3px;
        right: 8px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fd91e0;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 32px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .main {
        width: 100%;
        height: auto;
    }

    .title h2 {
        width: 100%;
        height: auto;
        font-size: 30px;
        text-align: center;
        margin-top: 50px;
    }

    .border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }

    .border:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        border-bottom: solid 2px #fd91e0;
        transform: translateX(-50%);
        animation: border_anim 3s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .sentense {
        width: 100%;
        height: auto;
        font-size: 15px;
        margin-top: 60px;
        text-align: center;
    }

    .linecord {
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .linecord img {
        width: 30%;
        height: auto;
        margin: 0 auto;
    }


    .footer {
        width: 100%;
        height: 130px;
        background-color: #f5dcf3;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .footer1 {
        width: 100%;
        height: 100%;
        font-size: 8px;
        padding-top: 20px;
        padding-left: 20px;
        line-height: 180%;
    }

    .footer2 {
        width: 100%;
        height: auto;
        font-size: 5px;
        text-align: center;
        background-color: #f5dcf3;
    }

}