@charset "UTF-8";

@media(min-width:1000px) {
    .container {
        width: 100%;
    }

    body {
        min-width: 1000px;
        background-color: #FCEDE8;
    }

    .openbtn {
        display: none;
    }

    nav {
        display: none;
    }

    /*========= タイピング ===============*/

    .TextTyping span {
        display: none;
    }

    /*文字列後ろの線の設定*/
    .TextTyping::after {
        content: "|";
        animation: typinganime .8s ease infinite;
    }

    @keyframes typinganime {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }




    .header {
        width: 100%;
        height: 450px;
        background-image: url(../img/topシャンデリア.JPG);
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
        background-size: cover;
    }

    @font-face {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
    }

    html {
        height: 100%;
        font-family: 'Roboto Condensed';
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {

        padding: 20px 0;
    }



    ul {
        background-color: pink(255, 255, 255, 0.9);
    }

    ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 8px pink inset;
        border-radius: 16px;
        margin: 0;
        padding: 0 30px;
    }

    ul {
        display: inline-block;
        text-align: center;
        height: 50px;
        overflow: hidden;
    }

    ul li a {
        letter-spacing: -1px;
        text-decoration: none;
        text-transform: uppercase;
        color: #FFF;
    }

    ul li {
        float: left;
        height: 100%;
        list-style: none;
        margin: 0 30px;
    }

    ul li * {
        display: inline-block;
        font-size: 1.3em;
        line-height: 50px;
    }

    ul li a {
        margin-top: -50px;
        transition: 0.3s cubic-bezier(0.1, 0.1, 0.5, 1.4);
    }

    ul li a:hover {
        margin-top: 0;
    }

    ul li a:before {
        content: attr(data-text);
        display: block;
        color: #FC9DE8;
    }

    .header1 {
        width: 25%;
        margin-left: 75%;
    }

    .header2 {

        text-align: center;
    }

    .top {
        width: 50%;
        margin-top: 10%;
        margin-left: 25%;
        margin-bottom: 5%;

        position: relative;
    }

    .top p {
        width: 90%;
        position: absolute;
        font-size: 35px;
        top: 80%;
        left: 95%;
        transform: translate(-50%);
        color: #FC9DE8;
    }

    .top img {
        opacity: 0.5;
    }

    .shine span.mask {
        position: relative;
        /*キラッの基点となる位置を定義*/
        display: block;
        line-height: 0;
        /*行の高さを0にする*/
        overflow: hidden;
        /*拡大してはみ出る要素を隠す*/
    }

    .shine span.mask::before {
        position: absolute;
        content: "";
        width: 50%;
        /*キラッの横幅*/
        height: 100%;
        /*キラッの縦幅*/
        top: 0;
        /*.shine span.maskのトップ0を基点*/
        left: -75%;
        /*画面の見えていない左から右へ移動するスタート地点*/
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
        /*背景白透過を斜めに*/
    }

    .shine span.mask:hover::before {
        /*hoverした時の変化*/
        animation: shine 0.7s;
        /*アニメーションの名前と速度を定義*/
    }

    @keyframes shine {
        100% {
            left: 125%;
            /*画面の見えていない左から右へ移動する終了地点*/
        }
    }

    .about {
        margin-left: 25%;
    }

    .menu {
        width: 100%;
        margin-bottom: 10%;
        display: flex;
        text-align: center;
        justify-content: space-around;
    }






    .footer {
        width: 100%;
        height: 550px;
        background-image: url(../img/topfooter.jpg);
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
    }

    .footer1 {
        padding-top: 5%;
        text-align: center;
        margin-bottom: 5%;
    }

    .footer2 {
        width: 25%;
        margin-left: 3%;
    }
.flex{
    display: flex;
    align-items: end;
}
.footer3{
    width: 5%;
    margin: 1%;
    margin-left: 50%;
}
.footer4{
    width: 5%;
    margin: 1%;
}
    .footer5 {
        color: gray;
        text-align: center;

    }

}

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

    .container {
        width: 100%;
    }

    /*========= タイピング ===============*/

    .TextTyping span {
        display: none;
    }

    /*文字列後ろの線の設定*/
    .TextTyping::after {
        content: "|";
        animation: typinganime .8s ease infinite;
    }

    @keyframes typinganime {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }




    .header {
        width: 100%;
        height: 450px;
        background-image: url(../img/topシャンデリア.JPG);
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
        background-size: cover;
    }

    @font-face {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
    }

    html {
        height: 100%;
        font-family: 'Roboto Condensed';
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {

        padding: 20px 0;
    }

    .openbtn {
        display: none;
    }

    nav {
        display: none;
    }



    ul {
        background-color: pink(255, 255, 255, 0.9);
    }

    ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 8px pink inset;
        border-radius: 16px;
        margin: 0;
        padding: 0 30px;
    }

    ul {
        display: inline-block;
        text-align: center;
        height: 50px;
        overflow: hidden;
    }

    ul li a {
        letter-spacing: -1px;
        text-decoration: none;
        text-transform: uppercase;
        color: #FFF;
    }

    ul li {
        float: left;
        height: 100%;
        list-style: none;
        margin: 0 30px;
    }

    ul li * {
        display: inline-block;
        font-size: 1.3em;
        line-height: 50px;
    }

    ul li a {
        margin-top: -50px;
        transition: 0.3s cubic-bezier(0.1, 0.1, 0.5, 1.4);
    }

    ul li a:hover {
        margin-top: 0;
    }

    ul li a:before {
        content: attr(data-text);
        display: block;
        color: #FC9DE8;
    }

    .header1 {
        width: 25%;
        margin-left: 75%;
    }

    .header2 {

        text-align: center;
    }

    .top {
        width: 50%;
        margin-top: 10%;
        margin-left: 25%;
        margin-bottom: 5%;

        position: relative;
    }

    .top p {
        width: 90%;
        position: absolute;
        font-size: 25px;
        top: 80%;
        left: 95%;
        transform: translate(-50%);
        color: #FC9DE8;
    }

    .top img {
        opacity: 0.5;
    }

    .shine span.mask {
        position: relative;
        /*キラッの基点となる位置を定義*/
        display: block;
        line-height: 0;
        /*行の高さを0にする*/
        overflow: hidden;
        /*拡大してはみ出る要素を隠す*/
    }

    .shine span.mask::before {
        position: absolute;
        content: "";
        width: 50%;
        /*キラッの横幅*/
        height: 100%;
        /*キラッの縦幅*/
        top: 0;
        /*.shine span.maskのトップ0を基点*/
        left: -75%;
        /*画面の見えていない左から右へ移動するスタート地点*/
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
        /*背景白透過を斜めに*/
    }

    .shine span.mask:hover::before {
        /*hoverした時の変化*/
        animation: shine 0.7s;
        /*アニメーションの名前と速度を定義*/
    }

    @keyframes shine {
        100% {
            left: 125%;
            /*画面の見えていない左から右へ移動する終了地点*/
        }
    }

    .about img {
        margin: 0 auto;
    }

    .menu {
        width: 95%;
        margin-bottom: 10%;
        display: flex;
        text-align: center;
        margin-left: 5%;
    }

    .footer {
        width: 100%;
        height: 550px;
        background-image: url(../img/topfooter.jpg);
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
    }

    .footer1 {
        padding-top: 5%;
        text-align: center;
        margin-bottom: 5%;
    }

    .footer2 {
        width: 25%;
        margin-left: 3%;
    }
    .flex{
        display: flex;
        align-items: end;
    }
    .footer3{
        width: 5%;
        margin: 1%;
        margin-left: 50%;
    }
    .footer4{
        width: 5%;
        margin: 1%;
    }
        .footer5 {
            color: gray;
            text-align: center;
    
        }
}



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

    .container {
        width: 100%;
    }

    /*========= タイピング ===============*/

    .TextTyping span {
        display: none;
    }

    /*文字列後ろの線の設定*/
    .TextTyping::after {
        content: "|";
        animation: typinganime .8s ease infinite;
    }

    @keyframes typinganime {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }




    .header {
        width: 100%;
        height: 350px;
        background-image: url(../img/topシャンデリア.JPG);
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
        background-size: cover;
    }

    .header1 img {
        width: 30%;
        padding-top: 40%;
    }

    /* 
        @font-face {
            font-family: 'Roboto Condensed';
            font-style: normal;
            font-weight: 400;
            src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
        }

        html {
            height: 100%;
            font-family: 'Roboto Condensed';
        }

        * {
            margin: 0;
            padding: 0;
        }

        body {

            padding: 20px 0;
        }



        ul {
            background-color: pink(255, 255, 255, 0.9);
        }

        ul {
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 8px pink inset;
            border-radius: 16px;
            margin: 0;
            padding: 0 30px;

        }

        ul {
            display: inline-block;
            text-align: center;
            height: 50px;
            overflow: hidden;

        }

        ul li a {
            letter-spacing: -1px;
            text-decoration: none;
            text-transform: uppercase;
            color: #FFF;
        }

        ul li {
            float: left;
            height: 100%;
            list-style: none;
            margin: 0 30px;
        }

        ul li * {
            display: inline-block;
            font-size: 1.3em;
            line-height: 50px;
        }

        ul li a {
            margin-top: -50px;
            transition: 0.3s cubic-bezier(0.1, 0.1, 0.5, 1.4);
        }

        ul li a:hover {
            margin-top: 0;
        }

        ul li a:before {
            content: attr(data-text);
            display: block;
            color: #FC9DE8;
        }

        .header1 {
            width: 25%;
            margin-left: 75%;
        }

        .header2 {

            text-align: center;

        }
 */
    .header2 {
        display: none;
    }

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

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: plum;
        /*動き*/
        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: wheat;
        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: 10px;
        right: 10px;
        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: magenta;
        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: 31px;
    }

    .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%;
    }


    .top {
        width: 50%;
        margin-top: 10%;
        margin-left: 25%;
        margin-bottom: 10%;

        position: relative;
    }

    .top p {
        width: 90%;
        position: absolute;
        font-size: 15px;
        top: 80%;
        left: 95%;
        transform: translate(-50%);
        color: #FC9DE8;
    }

    .top img {
        opacity: 0.5;
    }

    .about {
        margin-bottom: 10%;
    }

    .about img {
        text-align: center;
    }




    .menu {
        width: 100%;
        margin-bottom: 15%;
        display: flex;
        text-align: center;
        justify-content: space-around;
    }



    .footer {
        width: 100%;
        height: 550px;
        background-image: url(../img/topfooter.jpg);
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
    }

    /* 
        .footer1 {
            padding-top: 5%;
            text-align: center;
            margin-bottom: 5%;
        }
         */
    .footer1 {
        display: none;
    }

    .footer2 {
        width: 25%;
        margin-left: 3%;


    }

    .flex{
        display: flex;
        align-items: end;
    }
    .footer3{
        width: 5%;
        margin: 1%;
        margin-left: 50%;
    }
    .footer4{
        width: 5%;
        margin: 1%;
    }
        .footer5 {
            color: gray;
            text-align: center;
    
        }
    
}