html body{
    margin:auto;
    height:100%;
    width:100%;
    padding: 0;
}

body{
    font-family: 'ZenMaruGo-R', sans-serif; 
    font-size: 62.5%;
}

/*見出し*/
h1.heading{
    font-size: 1.5em;
    font-family: 'ZenMaruGo-B';
    margin-bottom: -10px;
}

a{
    color: black;
    text-decoration: none;
}

/*メニュー前後関係*/
.menu, .reserve, .instagram{
    z-index:85;
}
/*ベタ背景の前後関係*/
.nopic {
    z-index: 2;
}


/*ボタン*/
.css-button-arrow--black {
    line-height:1.5em;
    min-width: 300px;
    height: 40px;
    padding: 10px 50px 0px;
    font-family: 'ZenMaruGo-B';
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    box-shadow: 0 7px 2px 0 rgba(0, 0, 0, .3);
}

/*写真上の文字色と影*/
.bg_top, .bg_pic1, .bg_pic2 {
    color: white;
    text-shadow: 0px 0px 4px #221100;
}


/*注釈*/
.note{
    font-size: 0.9rem;
    line-height: 120%;
}

@media screen and (max-width:1023px) {
    /*　画面サイズが1023pxまではここを読み込む　*/
    
    body{
        font-size: 80%;
    }
    h1.heading {
        font-size: 2em;
    }
    
    /* ボタン*/
    .css-button-arrow--black {
        padding: 10px 50px 7px;
    }
    
    /*メニュー*/
    .menu{
        position: fixed;
        left: 0%;
        right: 0%;
        top: 0%;
        text-align:center;
        width: 100%;
        height: 100px;
        background-color: white;
    }
    /*メニュー内ロゴ*/
    img.logo{
        display: none;
    }
    img.logoS{
        width:300px;
        position:absolute;
        top: 38px;
        left: 250px;
        transform: translateY(0%) translateX(-50%);
        -webkit- transform: translateY(0%) translateX(-50%);
    }
    /*ハンバーガーメニュー*/
    .menu-btn {
        position: fixed;
        top: 0px;
        left: 0px;
        display: flex;
        height: 100px;
        width: 100px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: black;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #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-btn-check {
        display: none;
    }
    .menu-content {
        width: 100%;
        position: fixed;
        left: 0;
        top: -100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: white;
        transition: all 0.5s;/*アニメーション設定*/
        border-top: solid 1px black;
    }
    .contents{
        font-size: 3em;
        font-family: 'ZenMaruGo-B';
        text-align:center;
    }
    .menu-content label {
        display: block;
        width: 100%;
        position: relative;
        padding: 10px 0 15px;
        border-bottom: solid 1px black;
    }
    #menu-btn-check:checked ~ .menu-content {
        top: 80px;/*メニューを画面内へ*/
    }
    .contents i, .menuEng, .menuJp, .menuLang{
        display: inline-block;
    }
    .contents i, .menuEng{
        margin-right:15px;
    }
    .menuJp{
        font-size: 0.75em;
    }
/*言語切り替え*/
    .menuLang{
        font-size: 0.5em;
    }
    .menuLang a{
        color: #d29700;
    }

    /*白背景の指定*/
    .nopic {
        background-color: #ffffff;
    }
    
    /*予約ボタン*/
    .reserve{
        right: 140px;
        background-color: #d29700;
    }
    .button1{
        top: 24px;
        right:150px;
    }
    /*スマホでアイコン等を消す*/
    .button1 span, .button2 span{
        display: none;
    }
    .instagram{
        right: 10px;
        background-color: #343a40;
    }
    .button2{
        top: 32px;
        right:20px;
    }
    .reserve, .instagram{
        width: 120px;
        height:85px;
        position:fixed;
        top: 5px;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 0px 0 rgba(0, 0, 0, .3);
    }
    .button1, .button2{
        color: white;
        display: block;
        position: fixed;
        width: 100px;
        font-size: 2.5em;
        font-family: 'ZenMaruGo-B';
    } 

    /*コンテンツ要素の左右位置調整*/
    .bg_top div {
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    
    .text{
        width: 90%;
        margin:auto;
    }
    
    /*textボックスの画像*/
    .text img{
        width:80%;
    }
    /*背景*/
    .bg_top, .bg_pic2 {
        height:100%; 
        background-size: cover;
        background-position: center center;
        z-index: 1;
    }
    .bg_top, .bg_pic1, .bg_pic2 {
        width:100%;
    }
    .bg_pic1::before {
        content:"";
        display:block;
        position:fixed;
        background-position: center center;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-size:cover;
    }
}
/*スマホ表示ここまで*/

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

    /*メニュー*/
    .menu{
        position: fixed;
        left: 0%;
        top: 0%;
        bottom: 0%;
        text-align:center;
        width: 200px;
        height: 100%;
        background-color: white;
    }
    /*ハンバーガーメニュー非表示*/
    #menu-btn-check, .menu-btn{
        display: none;
    }
    /*ボタン位置*/
    .menu-content{
        position: fixed;
        top: 150px;
        left:0px;
        width:200px;
        text-align: center;
        z-index: 90;
        overflow-y: auto;
    }
    /*メニュー内ロゴ*/
    img.logo{
        width: 120px;
        margin: 20px 2px 0px 0px;
    }
    img.logoS{
        display: none;
    }
    
    /*グレー背景の指定*/
    .nopic {
        background-color: #f0f0f0;
    }
    
    /*textボックス内の画像下スペース*/
    .text img{
        margin-bottom: 50px;
    }
    
    /*背景*/
    .bg_top, .bg_pic1, .bg_pic2 {
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        margin: auto;
        z-index: 1;
    }
    /*トップ画像を画面いっぱいにする*/
    .bg_top {
        height: 100%;
    }
    
    /*ロゴ背景*/
    .logoArea{
        width:100%;
    }
    /*メニュー内ボタン*/
    .contents{
        width: 100px;
        margin:auto;
        font-size: 1.8em;
        font-family: 'ZenMaruGo-B';
        margin-bottom: 30px;
    }
    .contents i{
        display: block;
        font-size: 1.75em;
        margin-bottom: 5px;
    }
/*言語切り替え*/
    .menuLang{
        font-size: 0.7em;
    }
    .menuLang a{
        color: #d29700;
    }
    .menuJp{
        font-size: 0.7em;
    }

    /*メニューアイコン 縦幅低いと非表示*/
    @media (max-height: 850px) {
        .menu-content{
            top:130px;
        }
        .contents{
            font-size: 1.75em;
            width:120px;
            margin-bottom: 15px;
        }
        .contents i{
            display: inline-block;
            font-size: 0.75em;
            margin-right:10px;
            margin-bottom:0px;
        }
        .menuEng{
            display: inline-block;
            font-size: 1em;
            margin-right:10px;
            margin-bottom:0px;
        }
        .menuJp{
            display: block;
        }
        .space{
            height:80px;
        }
    }

    /*予約ボタン*/
    .reserve{
        bottom: 80px;
        background-color: #d29700;
    }
    /*予約ボタン通常色#d29700*/
    .button1{
        bottom: 93px;
    }
    .instagram{
        bottom: 20px;
        background-color: #343a40;
    }
    .button2{
        bottom: 33px;
    }
    .reserve, .instagram{
        width: 180px;
        height:50px;
        position:fixed;
        left: 10px;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 7px 2px 0 rgba(0, 0, 0, .3);
        z-index: 100;
    }
    .button1, .button2{
        color: white;
        display: block;
        position: fixed;
        left: 10px;
        width: 180px;
        font-size: 2em;
        font-family: 'ZenMaruGo-B';
    } 

    /*コンテンツ要素の左右位置調整*/
    .copyImg {
        transform: translateY(-50%) translateX(-20%);
        -webkit- transform: translateY(-50%) translateX(-20%);
    }
    .logoImg {
        transform: translateY(-50%) translateX(-20%);
        -webkit- transform: translateY(-50%) translateX(-20%);
    }
    .text{
        margin-left:200px;
    }
    
}
/*PC表示ここまで*/

/*画像上のボタン*/
.bg_pic1 a, .bg_pic2 a {
    color: #343a40;
    text-shadow: 0px 0px 0px white;
    background-color: white;
}
/*グレー上のボタン*/
.nopic a {
    color: #fff;
    background-color: #343a40;
}

/*テキストエリア*/
.text, .contHead{
    line-height:2em;
	padding: 70px 0;
    font-size: 1.75em;
    text-align: center;
}



/*フッタ*/
.footer{
    text-align:center;
    width: 100%;
    z-index: 3;
}