﻿
/* #region Width-Height */
.w800 {
    width: 100% !important;
}

.w800 {
    width: 800px !important;
}

.w700 {
    width: 700px !important;
}

.w600 {
    width: 600px !important;
}

.w527 {
    width: 527px !important;
}

.w500 {
    width: 500px !important;
}

.w450 {
    width: 450px !important;
}

.w400 {
    width: 400px !important;
}

.w412 {
    width: 412px !important;
}

.w344 {
    width: 344px !important;
}

.w330 {
    width: 330px !important;
}

.w327 {
    width: 327px !important;
}

.w320 {
    width: 320px !important;
}

.w318 {
    width: 318px !important;
}

.w310 {
    width: 310px !important;
}

.w303 {
    width: 303px !important;
}

.w300 {
    width: 300px !important;
}

.w290 {
    width: 290px !important;
}

.w277 {
    width: 277px !important;
}

.w250 {
    width: 250px !important;
}

.w241 {
    width: 241px !important;
}

.w240 {
    width: 240px !important;
}

.w236 {
    width: 236px !important;
}

.w223 {
    width: 223px !important;
}

.w216 {
    width: 216px !important;
}

.w207 {
    width: 207px !important;
}

.w200 {
    width: 200px !important;
}
.w200m {
    width:calc(100% - 10px);
    max-width: 200px !important;
}
.w198 {
    width: 198px !important;
}

.w190 {
    width: 190px !important;
}

.w185 {
    width: 185px !important;
}

.w180 {
    width: 180px !important;
}

.w176 {
    width: 176px !important;
}

.w173 {
    width: 173px !important;
}

.w170 {
    width: 170px !important;
}

.w152 {
    width: 152px !important;
}

.w150 {
    width: 150px !important;
}

.w148 {
    width: 148px !important;
}

.w140 {
    width: 140px !important;
}

.w130 {
    width: 130px !important;
}

.w128 {
    width: 128px !important;
}

.w120 {
    width: 120px !important;
}

.w110 {
    width: 110px !important;
}

.w100 {
    width: 100px !important;
}

.w98 {
    width: 98px !important;
}

.w95 {
    width: 95px !important;
}

.w94 {
    width: 94px !important;
}

.w93 {
    width: 93px !important;
}

.w91 {
    width: 91px !important;
}

.w90 {
    width: 90px !important;
}

.w85 {
    width: 85px !important;
}

.w80 {
    width: 80px !important;
}

.w75 {
    width: 75px !important;
}

.w74 {
    width: 74px !important;
}

.w70 {
    width: 70px !important;
}

.w65 {
    width: 65px !important;
}

.w60 {
    width: 60px !important;
}

.w55 {
    width: 55px !important;
}

.w51 {
    width: 51px !important;
}

.w50 {
    width: 50px !important;
}

.w49 {
    width: 49px !important;
}

.w45 {
    width: 45px !important;
}

.w44 {
    width: 44px !important;
}

.w40 {
    width: 40px !important;
}

.w30 {
    width: 30px !important;
}

.w29 {
    width: 29px !important;
}

.w25 {
    width: 25px !important;
}

.w24 {
    width: 24px !important;
}

.w20 {
    width: 20px !important;
}

.w10 {
    width: 10px !important;
}

.w100p {
    width: 100% !important;
}

.m0 {
    margin-top: 0 !important;
}

.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m5 {
    margin-top: 5px !important;
}

.m10 {
    margin-top: 10px !important;
}

.m15 {
    margin-top: 15px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.h35 {
    height: 35px;
}

.h61 {
    height: 61px;
}

.h92 {
    height: 92px !important;
}

.h93 {
    height: 93px;
}

.h154 {
    height: 154px;
}

/* #endregion */

/* #region 基本 */
.TeBox {
    float: left;
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background: #FFF;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px; /*角の丸み*/
    font-size: 14px;
}

    .TeBox:focus {
        outline: none;
        border-top: solid 1px #261919;
        border-bottom: solid 1px #7d4848;
        border-left: solid 1px #261919;
        border-right: solid 1px #7d4848;
        background-color: #fff7e8;
    }

.LabeB {
    float: left;
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background: #FFF;
    font-size: 14px;
}

.LabeT {
    float: left;
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background: #FFF;
    font-size: 14px;
}
.Btn {
    float: left;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}

    .Btn:hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }

.Btn_C {
    float: left;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}

    .Btn_C:hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }

.Btn_C_Ora {
    float: left;
    display: inline-block;
    padding: 10px 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #cb820e;
    border-radius: 4px;
    background-color: #ff9c00;
    color: aliceblue;
}

.Btn_Non {
    float: left;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: aliceblue;
}
.Btn2 {
    display: inline-block;
    padding: 15px 12px;
    width:100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(130,111,34,0.75);
    border-radius: 4px;
    background-color: rgba(200,177,84,0.75);
    color: aliceblue;
}

    .Btn2:hover {
        border: 1px solid rgba(93,77,14,0.75);
        border-radius: 4px;
        background-color: rgba(130,111,34,0.75);
        color: #fff;
    }
.Btn_rvs {
    float: left;
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}

    .Btn_rvs:hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }
.Btn_rvs_Non {
    float: left;
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: aliceblue;
}
.Btn_Ora {
    float: left;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #cb820e;
    border-radius: 4px;
    background-color: #ff9c00;
    color: aliceblue;
}
.Btn_Ora2 {
    float: left;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #cb820e;
    border-radius: 4px;
    background-color: #ff9c00;
    color: aliceblue;
}
.Label {
    display: inline-block;
    float: left;
    min-height: 26px;
    padding: 6px 7px 4px 7px;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #1f1f1f;
    background: #FFF;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px;
    background-color: #ededed;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.Combo {
    display: inline-block;
    float: left;
    min-height: 32px;
    padding: 4px 10px 3px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background: #FFF;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px; /*角の丸み*/

    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.btn_area {
    float: left;
    position: relative;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    overflow: hidden;
}
.btn_area_M {
    float: left;
    position: relative;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    overflow: hidden;
}
.AllCenterRow {
    float: none !important;
    position: relative !important;
    margin: 4px auto 4px auto !important;
}

.Btn_on {
    float: left;
    width: 80px;
    text-align: center;
    padding: 8px 0;
    background-color: green;
    color: #fff;
    margin: 0 8px 10px 0;
    border-radius:6px;
    font-size:14px;
}
.Btn_off {
    float: left;
    width: 80px;
    text-align: center;
    padding: 8px 0;
    background-color: #e0e0e0;
    color: #fff;
    margin: 0 8px 10px 0;
    border-radius: 6px;
    font-size: 14px;
}
.MainImg {
    float: left;
    width: 100%;
    padding: 2px;
    border:1px solid #e0e0e0;
    overflow: hidden;
}
.MainImgCapUl li {
    float: left;
    position: relative;
    width: 20%;
    padding: 5px 2px 0 2px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.MainImgCap {
    position: relative;
    bottom:0;
    width:100%;
}


.Chk {
    border: 2px solid #e6d17f;
}

input::placeholder {
    font-size: 11px;
}

#ModalMain{
    float:left;
    width:100%;
    min-height:700px;
}
.iconTitle_cale {
    float: left;
    width: auto;
    font-weight: bold;
    padding: 8px 0 0 30px;
    font-size: 16px;
    margin-left: 0;
    background: url("/Images/icon_calender.png") no-repeat;
    background-position-y: 8px;
    background-size: 22px;
}
.iconTitle_person {
    float: left;
    width: auto;
    font-weight: normal;
    padding: 10px 0 0 30px;
    font-size: 14px;
    margin-left: 20px;
    background: url("/Images/icon_person.png") no-repeat;
    background-position-y: 6px;
    background-size: 24px;
}
.iconTitle_time {
    float: left;
    width: auto;
    font-weight: normal;
    padding: 10px 0 0 30px;
    font-size: 14px;
    margin-left: 20px;
    background: url("/Images/icon_time.png") no-repeat;
    background-position-y: 8px;
    background-size: 22px;
}
.iconTitle_rev {
    float: left;
    width: auto;
    font-weight: bold;
    padding: 8px 0 0 30px;
    font-size: 16px;
    margin-left: 10px;
    background: url("/Images/icon_rev.png") no-repeat;
    background-position-y: 8px;
    background-size: 22px;
}
/* #endregion */

/* #region トップモーダル（予約） */

.TopModalMain {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.TopModalReserve {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.TopModalReserveTit {
    float: left;
    width: 100%;
    padding: 12px 0 8px 15px;
    font-size:16px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0 ;
    background-color:#dba84d;
    color:#fff;
    overflow: hidden;
}
.TopModalReserveArea {
    float: left;
    width: 100%;
    padding: 0 15px 15px 15px;
    margin: 0 0 0 0;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #dba84d;
}

.MC_UL {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #696969;
    margin: 10px 0 0 0;
    padding: 0 0 0 0 ;
    background-color: #f3f3f3;
}

.MC_Title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(105,105,105,0.9);
    color: #fff;
    padding: 12px 15px 8px 15px;
    border-radius: 8px 8px 0 0;
}

.MC_Item {
    float: left;
    width: 100%;
    border-top: 1px solid #696969;
    background-color: rgba(255,255,255,0.9);
}

.MC_ItemWrap {
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.MC_Item_NameArea{
    float:left;
    width:calc(100% - 54px);
}
.MC_Item_Name {
    float: left;
    width:100%;
    font-size: 18px;
    font-weight: bold;
}

.MC_Item_Btn {
    float: right;
}

.MC_ItemPrice {
    float: right;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.TopModal_DateArea {
    float: left;
    width: 100%;
    padding: 10px 20px 20px 20px;
    background-color:#f3f3f3;
}
.IntoTit {
    float: left;
    width: 100%;
    background-color: #696969;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
    margin-top:15px;
}

.BGC_Green {
    background-color: #556b2f !important;
    border-radius: 3px;
}
/* #endregion */

/* #region トップページ（特典） */

.pageboxMenu {
    position: relative;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.Leg8Title {
    position:relative;
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0 0 0 50px;
}

    .Leg8Title h2 {
        font-size: 200%;
        font-weight: 700;
        padding: 0 0 0;
        color: #fff;
    }

    .Leg8Title .subTit {
        font-size: 135%;
        font-weight: 400;
        padding: 0 0 0;
        color: #fff;
    }
.Leg8TitleBg {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 150px;
    height: 150px;
    background: rgba(200, 177, 84, 0.7);
    border-radius: 50%;
    padding: 5%;

}

.tokuten {
    max-width:80%;
    border-radius:15px;
    background: rgb(255,252,238,0.8);
    margin:100px 0 0 10%;
    padding: 110px 0 90px 0 !important;
}

.TokutenLine {
    position: relative;
    top:-40px;
    left:0;
    width: calc(100% - 180px);
    margin: 0 90px 0 90px;
    padding: 10px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(200,177,84,0.75);
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    overflow: hidden;
}

.TokutenMain {
    position: relative;
    float: left;
    width: 60%;
    margin: 5% 10px 0 0;
    overflow: hidden;
}

.TokutenImage {
    float: right;
    width: calc(40% - 10px);
    overflow: hidden;
}

.TokutenMainMain {
    position: relative;
    float: left;
    width: 100%;
    font-size: 130%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.TokutenMainSub {
    position: relative;
    float: left;
    width: 100%;
    font-size: 100%;
    margin: 6% 0 0 0;
    padding: 0 15px 0 15px;
    font-weight: 200;
    color: #fff;
    text-align: left;
    line-height: 160%;
    overflow: hidden;
}
.TokutenImage {
    float: right;
    width: calc(40% - 10px);
    overflow: hidden;
}
.TokutenInfo {
    float: left;
    width: 60%;
    margin: 7% 10px 0 0;
    padding: 0 20px 0 20px;
    overflow: hidden;
}
    .TokutenInfo p {
        float: left;
        width: 100%;
        font-size: 80%;
        margin: 0 0 0 0;
        padding: 0 0 6px 0;
        font-weight: normal;
        color: #fff;
        text-align: left;
        overflow: hidden;
    }
    .TokutenInfo ul li {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;
        overflow: hidden;
    }
    .TokutenInfo ul li {
        float: left;
        width: 100%;
        font-size: 80%;
        margin: 0 0 0 0;
        padding: 3px 0 0 7px;
        font-weight: normal;
        color: #fff;
        text-align: left;
        overflow: hidden;
    }
/* #endregion */

/* #region トップページ（予約） */

.ReverseHei {
    height: 800px;
}

    .TodayRvsStageFull {
        float: left;
        width: 100%;
        padding: 30px 10px 100px 10px;
        margin: 10px 0 0;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
    }

    .TodayRvsStage {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .TodayStage {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
        overflow: hidden;
    }

    .TodayDinnerStage {
        float: left;
        width: calc(50% - 10px);
        margin: 0 5px;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .TodayLunchStage {
        float: left;
        width: calc(50% - 10px);
        margin: 0 5px;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .ModalStage {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .MenuMainTitleFlame {
        float: left;
        width: 100%;
        padding: 0 0 15px 0;
    }

    .MenuMainTitle {
        float: left;
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        border-top: 5px solid #696969;
        padding: 20px 0;
    }

    .ModalMenu_Img {
        float: left;
        width: calc(40% - 10px);
        margin-right: 10px;
    }

    #MainImg {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        overflow: hidden;
    }

    .MainImgCapUl {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
    }

    .ModalMenu_Info {
        float: left;
        width: 60%;
        font-size: 12px;
        padding-bottom: 0;
    }

    .ModalMenu_InfoHalf {
        float: left;
        width: 50%;
        border-top: 1px solid #c4c4c4;
    }

    .ModalMenu_InfoHalf_BL {
        float: left;
        width: 50%;
        border-top: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
    }

    ul.flame_ul {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 10px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    li.flame_ul_li {
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
        overflow: hidden;
    }

    dl.flame_ul_li_full {
        float: left;
        width: 48%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        overflow: hidden;
    }

    dt.flame_ul_li_full_dt {
        float: left;
        width: 110px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

    p.NumTit {
        float: left;
        width: 110px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

    dd.flame_ul_li_full_dd {
        float: left;
        width: calc(100% - 115px);
        padding: 0 0 0 0;
        margin: 0;
        overflow: hidden;
    }

    dd.flame_ul_li_full_dd2 {
        float: left;
        width: calc(100%);
        padding: 0 0 0 0;
        margin: 0;
        overflow: hidden;
    }

    dd.flame_ul_li_full_dd_att {
        float: left;
        width: calc(100% - 115px);
        padding: 0 0 0 0;
        margin: 3px 0 0 115px;
        font-size: 11px;
        color: orange;
        overflow: hidden;
    }

    .pcM10 {
        margin-left: 10px !important;
        padding: 0 0 0 0 !important;
    }

    .pcWauto {
        width: 90%;
    }

    .Reserve_info {
        float: left;
        width: calc(49% - 20px);
        padding: 0 0 0 0;
        margin: 0 10px 0 10px;
        overflow: hidden;
    }

    .compicon {
        float: left;
        width: 400px;
        font-weight: bold;
        padding: 16px 0 8px 75px;
        font-size: 22px;
        margin-left: calc(50% - 200px);
        background: url("/Images/icon_Compleate.png") no-repeat;
        background-position-y: 6px;
        background-position-x: 30px;
        background-size: 40px;
        color: #409642;
        border: 3px solid #409642;
        border-radius: 25px;
        background-color: #fff;
    }

    .compNo_area {
        float: left;
        width: 60%;
        padding: 0 0 0 0;
        margin: 35px 0 0 20%;
        border: 1px solid #e2e2e2;
        overflow: hidden;
        background-color: #fff;
        border-radius: 8px;
    }

    .compNo_area2 {
        float: left;
        width: 90%;
        padding: 15px 0 12px 0;
        margin: 10px 0 10px 5%;
        overflow: hidden;
        background-color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px dotted #e2e2e2;
        text-align: center;
    }

    .compNo_area3 {
        float: left;
        width: 90%;
        padding: 15px 0 12px 0;
        line-height: 160%;
        margin: 0 0 0 5%;
        font-size: 12px;
        border-bottom: 1px dotted #e2e2e2;
    }

    .compNo_area4 {
        float: left;
        width: 90%;
        padding: 25px 0 35px 0;
        line-height: 160%;
        margin: 0 0 0 5%;
        font-size: 16px;
        color: #f28216;
    }


    /* #endregion */

    /* #region トップページ（予約状況） */
    .ReserveStage {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 160px 0 60px 0;
        overflow:hidden;
    }

    .rvs_topArea {
        width: 100%;
        max-width: 1010px;
        margin: 0 auto;
        overflow: hidden;
    }

    .rvs_topAreaTit {
        float: left;
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        padding: 0 0 15px 0;
    }

    .rvs_topAreaConL {
        float: left;
        width: calc(50% - 10px);
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: calc(50% - 10px);
        border: 1px solid #696969;
        background-color: #fff;
        margin: 0 0 0 10px;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 190px;
        height: 80px;
        background-color: #696969;
        color: #fff;
        font-size: 16px;
        font-family: Meiryo;
        padding: 10px 8px 8px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 190px);
        height: 80px;
        font-size: 16px;
        font-family: Meiryo;
        padding: 10px 0 0 15px;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 190px);
        height: 80px;
        font-size: 16px;
        font-family: Meiryo;
        padding: 25px 0 0 15px;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px 0 0 0;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
    }

    .rvs_topAreaConImg_Y_W {
        padding: 0;
        margin: 4px auto 0 auto;
    }

    .rvs_topAreaConImg_N_W {
        padding: 1px 0 0 1px;
        margin: 4px auto 0 auto;
    }

    .rvs_topAreaConCome_Y {
        float: left;
        padding: 21px 0 0 10px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        float: left;
        padding: 6px 0 0 10px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 14px;
        color: #696969;
        margin-top: 10px;
    }

    /* #endregion */

    /* #region トップページ（2週間予約状況） */
    .rvs_topAreaCale {
        width: 100%;
        max-width: 1010px;
        padding: 30px 10px 0 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .rvs_topAreaWeek {
        float: left;
        width: 50%;
        background-color: #fff;
        border-top: 1px solid #696969;
        border-left: 1px solid #696969;
        overflow: hidden;
    }

    .rvs_topAreaWeek_R {
        float: left;
        width: 50%;
        background-color: #fff;
        border-top: 1px solid #696969;
        border-left: none;
        overflow: hidden;
    }

    .rvs_topAreaWeekLi {
        float: left;
        border-bottom: 1px solid #696969;
        width: 100%;
        height: 65px;
        overflow: hidden;
    }

    .rvs_topAreaWeekBoxArea {
        float: left;
        width: 100%;
        height: 65px;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .rvs_topAreaWeekBoxArea {
        float: left;
        width: 100%;
        height: 65px;
        display: flex;
        justify-content: space-around;
        text-align: center;
        overflow: hidden;
    }

    .rvs_topAreaWeekBox {
        display: table;
        float: left;
        width: 15%;
        height: 65px;
        border-right: 1px solid #696969;
        line-height: 120%;
        font-size: 16px;
        overflow: hidden;
    }

    .WeekBox {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .Bg_G {
        background-color: #e1ffe2;
    }

    .Bg_B {
        background-color: #c8ecff;
    }

    .Bg_R {
        background-color: #ffcbbd;
    }
    /* #endregion */

    /* #region トップページ（予約ボタン） */
    .rvs_topAreaBtnArea {
        float: left;
        width: 100%;
        margin-top: 60px;
    }

    .rvs_topAreaBtn {
        display: flex;
        justify-content: space-around;
        width: auto;
        padding: 15px 0;
        margin: 0 auto;
        overflow: hidden;
    }
    /* #endregion */

    /* #region トップページ（全レイアウト） */
.container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100vh;
    z-index: 2;
    /*background-image: url("../Images/topbg.jpg");*/
    /*background-color: rgba(255, 255, 253, 0.9);*/
    background-size: cover;
    background-position-y: center;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.AllBg::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../Images/topbg.svg");
    opacity: 0.8;
}
        .container::-webkit-scrollbar {
            display: none;
        }

.container2 {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100vh;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .container2::-webkit-scrollbar {
        display: none;
    }
.content {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.content2 {
    float:left;
    width: 100%;
    overflow: hidden;
}

.contents, .InstaAjax, #InstaStage {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

        .contents::-webkit-scrollbar,
        .InstaAjax::-webkit-scrollbar,
        #InstaStage::-webkit-scrollbar {
            display: none;
        }

    .LinkBlue {
        cursor: pointer;
        color: #2566ff;
    }

        .LinkBlue:hover {
            cursor: pointer;
            opacity: 0.6;
        }

@keyframes bg-color {
    0% {
        background-color: #79c6b6;
    }

    20% {
        background-color: #79c6b6;
    }

    30% {
        background-color: rgb(239,166,100);
    }

    50% {
        background-color: rgb(239,166,100);
    }

    60% {
        background-color: rgb(128, 222, 234);
    }

    80% {
        background-color: rgb(128, 222, 234);
    }

    100% {
        background-color: #79c6b6;
    }
}

.articleArea {
    width: 100%;

    margin: auto;
}

div.titlebox {
    float: left;
    height: 200px;
    position: relative;
    overflow: hidden;
}
#top {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.section {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    scroll-snap-align: start;
    overflow: auto;
}

    .section:nth-child(1) {
        /*background-image: url("../Images/mainBg01.jpg");*/
        background-color: #79c6b6;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

        .section:nth-child(2) {
            background-image: url("../Images/bg_Reserve.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }

        .section:nth-child(3) {
            background-image: url("../Images/bg_Insta.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center bottom;
        }

        .section:nth-child(4) {
            background-image: url("../Images/img02.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center bottom;
        }

        .section:nth-child(5) {
            background-image: url("../Images/img03.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center bottom;
        }

        .section:nth-child(6) {
            background-image: url("../Images/bg_last.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center bottom;
            padding-bottom:80px;
        }
        .section:nth-child(7) {
            height: 80px;
            min-height: 80px;
        }

.mainbg {
    animation: bg-color 30s infinite;
}
    .boxmain {
        position: absolute;
        top: 50%;
        left: 50%;
        height:200px;
        transform: translate(-50%,-50%);
        text-align: center;
        z-index:3;
        opacity:1.0;
    }


    .pagebox {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 0 0 0 0;
        overflow:hidden;
    }

.ReverseBg {
    background-color: rgba(240,255,255,0.8);
}
.instabox {
    position: relative;
    width: 90%;
    max-width: 1600px;
    margin: 0% 5%;
    padding: 0;
}

        .instabox span.back {
            position: absolute;
            top: 42%;
            left: -20px;
            z-index: 9;
            max-width: 40px;
        }

    　 .instabox span.next {
        position: absolute;
        top: 42%;
        right: 20px;
        z-index: 9;
        max-width: 40px;
    }

    .boxmain .mainSNSlog {
        width: 100%;
        text-align: center;
        margin: 0% auto;
    }

.boxmain .mainlogo {
    position: relative;
    width: 400px;
    font-family: 'Segfont';
    font-size: 45px;
    margin: 0% auto 15px;
    color: #fff;
}

    .boxmain .mainlogo img {
        max-width: 300px;
        margin: 0% auto 15px;
    }

.boxmain p.line {
    position: relative;
    width: 400px;
    font-family: 'gothfont';
    color: #FFF;
    text-align: right;
    font-size: 100%;
    line-height: 150%;
}
.boxmain p.text {
    position: relative;
    top: 15px;
    width: 400px;
    font-family: 'gothfont';
    color: #FFF;
    text-align: center;
    font-size: 100%;
    line-height: 180%;
    margin-top: 12px;
}
.boxmain p.text2 {
    position: relative;
    top: 10px;
    max-width: 500px;
    font-family: 'gothfont';
    color: #FFF;
    text-align: center;
    font-size: 100%;
    line-height: 150%;
    margin-top: 12px;
    display: none;
}

    .pagebox .titleWrap {
        width: 50%;
        margin-top: 5%;
    }

        .pagebox .titleWrap h2 {
            font-size: 170%;
            font-weight: 700;
            padding: 5% 0 0;
        }

    .instatitleWrap {
        width: 90%;
        text-align: left;
        margin: 5% 5% 2%;
    }

        .instatitleWrap h2 {
            position: relative;
            display: inline-flex;
            margin: 2% auto 0;
            font-size: 170%;
            font-weight: 700;
            padding: 0 20px 0 50px;
            background: url("../common/images/icon_instagram_bl.png") left top no-repeat;
            background-size: 40px;
        }

    .pagebox div.textWrap,
    .pagebox div.textWrap_w {
        width: 40vw;
        height: 40vw;
        background: rgba(255,255,255,0.75);
        border-radius: 50%;
        padding: 8%;
    }

.Leg2Title {
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0 0 0 60px;
}

    .Leg2Title h2 {
        font-size: 200%;
        font-weight: 700;
        padding: 0 0 0;
        color: #1e1c1c;
    }

    .Leg2TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(255,255,255,0.75);
        border-radius: 50%;
    }

    .Leg2ComeBg {
        position: absolute;
        right: 10px;
        top: 100px;
        width: 450px;
        height: 450px;
        background: rgba(255,255,255,0.4);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg2Come {
        position: absolute;
        right: 4%;
        top: 270px;
        width: 450px;
        height: 450px;
        padding: 91px;
    }

        
.Leg2MainCome {
    float: left;
    width: 100%;
    margin:40px 0 0 0 ;
    padding: 10px 80px 0 80px;
}
    .Leg2MainCome p {
        float: left;
        width: 100%;
        font-size: 16px !important;
        line-height: 150%;
        padding: 10px 0 0 0;
    }
.Leg3Title {
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0 0 0 60px;
}

        .Leg3Title h2 {
              font-size: 200%;
        font-weight: 700;
        padding: 0 0 0;
        color: #fff;
        }

.Leg3TitleBg {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 150px;
    height: 150px;
    background: rgba(200,177,84,0.75);
    border-radius: 50%;
}

.Leg3ComeBg {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 450px;
    height: 450px;
    background: rgba(200,177,84,0.3);
    border-radius: 50%;
    padding: 8%;
}

    .Leg3Come {
        position: absolute;
        left: 4%;
        top: 270px;
        width: 450px;
        height: 450px;
        padding: 91px;
    }
.Leg3MainCome {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 10px 80px 0 80px;
}

    .Leg3MainCome p {
        float: left;
        width: 100%;
        font-size: 16px !important;
        line-height: 150%;
        padding: 10px 0 0 0;
        color: #fff;
    }


p.moreLinkLeg2 {
    float: left;
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 0 0 0 160px;
    color: #fff;
}

p.moreLinkLeg3 {
    float: left;
    font-size: 16px;
    color: #333;
    margin: 5px 0 0 0;
    padding: 0 0 0 160px;
}

    span.moreLinktitLeg2 {
        float: left;
        display: block;
        font-size: 16px !important;
        width: 70px;
        background-image: url("../images/yaaa.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    span.moreLinktitLeg3 {
        float: left;
        display: block;
        font-size: 16px !important;
        width: 70px;
        background-image: url("../images/yaaa2.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    span.moreLinkcont {
        float: left;
        display: block;
        width: auto;
        margin-top: -7px;
        font-size: 22px !important;
    }

    span.moreLinkimg {
        float: left;
        display: block;
        width: 21px;
        height: 21px;
        padding: 0;
        margin: 0;
        animation: rotate-x 5s inherit;
        -webkit-animation: rotate-x 5s infinite;
        box-sizing: border-box;
    }

    @keyframes rotate-z {
        0% {
            transform: rotateZ(0deg);
        }

        10% {
            transform: rotateZ(0deg);
        }

        10% {
            transform: rotateZ(720deg);
        }

        100% {
            transform: rotateZ(0deg);
        }
    }

    @-webkit-keyframes rotate-x {
        0% {
            -webkit-transform: rotateZ(0deg);
        }

        90% {
            -webkit-transform: rotateZ(0deg);
        }

        100% {
            -webkit-transform: rotateZ(720deg);
        }
    }

    p.moreLinkLeg2 {
        color: #808080;
    }

        p.moreLinkLeg2 a:hover {
            opacity: 0.5;
        }

    p.moreLinkLeg3 a {
        color: #fdffe7;
    }

        p.moreLinkLeg3 a:hover {
            opacity: 0.5;
        }

    /* #endregion */

    /* #region トップページ（Instagram） */

.instagram {
    background: #151313;
    padding: 0 0 60px 0;
}

.menutop {
    background: #e5e4b6;
    padding: 0 0 60px 0;
}
.menusec {
    background: #151313;
    padding: 0 0 60px 0;
}
.footbg {
    width:100%;
    margin:50px 0 0 0;
    background: rgba(255,255,255,0.8);
    padding: 0 0 60px 0;
}
.Leg4Title {
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0 0 0 50px;
}

        .Leg4Title h2 {
            font-size: 200%;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

.Leg4TitleBg {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 150px;
    height: 150px;
    background: rgba(200,177,84,0.75);
    border-radius: 50%;
    padding: 8%;
}

p.moreLinkLeg4 {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0 0 0 160px;
    font-size: 16px;
    color: #fff;
}

    span.moreLinktitLeg4 {
        float: left;
        display: block;
        font-size: 16px !important;
        width: 70px;
        background-image: url("../images/yaaa2.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    .moreLinktitLeg4 a {
        color: #fff;
    }

.InstaAjax {
    float: left;
    width: 100%;
}

.InstaTopList {
    float: left;
    width: calc(33% - 10px);
    margin: 20px 5px 0 5px;
}

    .InstaTopImg {
        float: left;
        width: 100%
    }

    .InstaTopImgIn {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background-color: #29d632;
        overflow: hidden;
    }

    .InstaTopImgMain {
        position: absolute;
        top: 0;
        background-position-x: center;
        object-fit: cover;
    }

    .InstaTopCome {
        float: left;
        width: 100%;
        margin-top: 5px;
        background-color: rgba(206,206,206,0.4);
        color: #f2f2f2;
        font-family: 'Meiryo UI';
        padding: 10px 20px 10px 20px;
    }

    .InstaTopCome_contenu {
        font-size: 10px;
    }

    .InstaTopDate {
        float: left;
        width: 100%;
        font-size: 11px;
        background-color: rgba(206,206,206,0.4);
        color: #f2f2f2;
        font-family: 'Meiryo UI';
        padding: 5px;
        text-align: right;
    }

    /* #endregion */

    /* #region トップページ（Instagram/ポップアップ） */
.popupWrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
}
.PimgWrap {
    float: left;
    position:relative;
    width: 100%;
    padding: 0 0 0 0;
}
.PimgWrapIn {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.InstaPopImg {
    position: absolute;
    top: 0;
    left: 0;
    background-position-x: center;
    object-fit: cover;
}

.InstaTopImgIn {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #29d632;
    overflow: hidden;
}

.PtextWrap {
    float: left;
    width: 100%;
    padding: 10px;
    margin-left: 0;
    text-align:left;
}
    .PtextWrap > p {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin-left: 0;
        text-align: left;
    }
.PcommentWrap {
    float: left;
    width: 100%;
    padding: 5px 0 10px 0;
    margin-left: 0;
    text-align: left;
    border-bottom:1px solid #696969;
}
    .PcommentWrap p {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin-left: 0;
        text-align: left;
        font-size:14px;
    }

.PTitleWrap {
    float: left;
    width: 100%;
    padding: 5px 0 10px 0;
    margin-left: 0;
    text-align: left;
}
.PTitleWrap > span {

    width: 100%;
    padding: 0;
    margin-top: 5px;
    text-align:right;
    font-size:14px;
}
.InstaAccount {
    width: 245px;
    margin: 30px auto 0 auto;
    background-color: #e2e2e2;
    overflow: hidden;
    padding: 5px 10px 5px 12px;
    border-radius: 5px;
}
.InstaId_name {
    float: left;
    width: 180px;
    height: 60px;
    padding: 8px 0 0 65px;
    background: url("../common/images/logo_maru.png") no-repeat;
    background-size: 50px 50px;
    background-position-y: 5px;
}

    .InstaId_name span.acc {
        float: left;
        width: 100%;
        padding: 0;
        text-align:right;
    }

    .InstaId_name span.name {
        float: left;
        width: 100%;
        padding: 0;
        font-size: 18px;
        text-align: right;
    }

.SNSlogo {
    float: left;
    margin-left: 10px;
    padding-top: 25px;
}

/* #endregion */

    /* #region トップページ（店舗案内） */
.Leg5Title {
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 0 0 0 50px;
    z-index: 300;
}

        .Leg5Title h2 {
            font-size: 200%;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

.Leg5TitleBg {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 150px;
    height: 150px;
    background: rgba(200,177,84,0.75);
    border-radius: 50%;
    padding: 8%;
}


    .Leg5Come {
        float:left;
        width: 100%;
        text-align: center;
    }

        .Leg5Come p {
            width: 450px;
            font-size: 16px !important;
            line-height: 150%;
            margin: 0 auto 0 auto;
            text-align: left;
            color: #fff;
        }

    .accessImg {
        float:left;
        width: 100%;
        margin: 50px auto 1vh auto;
    }

        .accessImg p {
            display: inline-flex;
            width: 32%;
            margin-right: 1%;
        }

            .accessImg p img {
                width: 100%;
            }

            .accessImg p:last-of-type {
                margin-right: 0%;
            }

    .accBtnArea {
        float: left;
        width: 50%;
        text-align: center;
        margin-top: 3vh;
    }

    .accBtnL {
        width: 100%;
        padding: 0 20px 0 calc(100% - 310px);
    }

    .accBtnR {
        width: 100%;
        padding: 0 calc(100% - 310px) 0 20px;
    }

.address {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5vh;
}

    .addressBox {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 6px 0;
    }

        .addressBox p {
            color: #696969;
        }
    /* #endregion */

    /* #region トップページ（フッダー） */

    /*PCメニュー*/
    #pc-fixed-menu {
        position: relative;
        bottom: 0;
        width: 100%;
        background-color: #000;
    }
        /*メニューを横並びにする*/
        #pc-fixed-menu ul {
            list-style: none;
            padding: 0px;
            margin: 0;
            width: 100%;
            margin: 0 auto;
            background: #000;
            height: 50px;
        }

        #pc-fixed-menu li {
            float:left;
            background: #000;
            font-family: serif;
            color: #FFF;
        }

            #pc-fixed-menu li:last-child {
                float: left;
                width: 100%;
                padding: 18px 0 0 0;
                margin: 0;
                font-size: 12px;
                color: #FFF;
                text-align: center;
            }

                    #pc-fixed-menu li:last-child span img {
                        max-width: 20px;
                    }

    /* #endregion */

    /* #region トップページ（コース一覧） */

.C1_UL {
    float: left;
    width: calc(100% - 120px);
    z-index: 799;
    position: relative;
    border-bottom: 1px solid #696969;
    margin: 40px 0 0 60px;
}

.C1_Title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background-color: #696969;
    color: #fff;
    padding: 12px 15px 8px 15px;
    border-radius: 8px 8px 0 0;
}

.C1_Item {
    float: left;
    width: 100%;
    border-top: 1px solid #696969;
    background-color: rgba(255,255,255,0.3);
}

.C1_ItemWrap {
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.C1_Item_TitleArea {
    float: left;
    width: calc(100% - 96px);
    padding-right: 10px;
}
.C1_Item_Tokuten {
    float: left;
    background-color: #3cb371;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    margin-bottom: 4px;
}
.C1_Item_Tokuten_PC {
    float: left;
    width: 100%;
    background-color: #3cb371;
    color: #fff;
    font-size: 13px;
    padding: 2px 4px 2px 4px;
    margin: 3px 0 0 0;
    text-align: center;
}

.C1_Item_Tokuten_Mob {
   display:none;
}
.C1_Item_Name {
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.C1_Item_Btn {
    float: right;
    width: 96px;
}

.C1_ItemPrice {
    float: right;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.C2_UL {
    float: left;
    width: calc(100% - 120px);
    z-index: 799;
    position: relative;
    border-bottom: 1px solid #696969;
    margin: 40px 0 0 60px;
}
.C2_Title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(105,105,105,0.9);
    color: #fff;
    padding: 12px 15px 8px 15px;
    border-radius: 8px 8px 0 0;
}
.C2_Item {
    float: left;
    width: 100%;
    border-top: 1px solid #696969;
    background-color: rgba(255,255,255,0.9);
}
.C2_ItemWrap {
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.C2_Item_TitleArea {
    float: left;
    width: calc(100% - 96px);
    padding-right: 10px;
}
.C2_Item_Name {
    float: left;
    width:100%;
    font-size: 18px;
    font-weight: bold;
}
.C2_Item_Btn {
    float: right;
    width:96px;
}
.C2_ItemPrice {
    float: right;
    padding: 0 20px 0 0;
    font-size: 14px;
}
/* #endregion */

@media screen and (min-width: 821px) and (max-width: 956px) {

    /* #region トップページ（特典） */

    .tokuten {
        background: rgb(21,19,19,0.5);
        padding: 60px 0 40px 0 !important;
    }

    /* #endregion */

    /* #region トップページ（予約） */
    .TodayStage {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
        overflow: hidden;
    }

    .TodayDinnerStage {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .TodayLunchStage {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    p.NumTit {
        float: left;
        width: 60px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }
    /* #endregion */

    /* #region トップページ（予約状況） */

    .ReserveStage {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 160px 0 60px 0;
    }

    .rvs_topArea {
        width: 100%;
        max-width: 1010px;
        margin: 0 auto;
    }

    .rvs_topAreaConL {
        float: left;
        width: calc(50% - 10px);
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: calc(50% - 10px);
        border: 1px solid #696969;
        background-color: #fff;
        margin: 0 0 0 10px;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 160px;
        height: 80px;
        background-color: #696969;
        color: #fff;
        font-size: 14px;
        font-family: Meiryo;
        padding: 10px 8px 8px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 160px);
        height: 80px;
        font-size: 14px;
        font-family: Meiryo;
        padding: 10px 0 0 10px;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 190px);
        height: 80px;
        font-size: 14px;
        font-family: Meiryo;
        padding: 25px 0 0 10px;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px 0 0 0;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
    }

    .rvs_topAreaConCome_Y {
        float: left;
        padding: 21px 0 0 5px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        float: left;
        padding: 6px 0 0 5px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 14px;
        color: #696969;
        margin-top: 10px;
    }

    /* #endregion */

    /* #region トップページ（全レイアウト） */

    .container {
        position: relative;
        overflow: auto;
        width: 100%;
        height: 100vh;
        scroll-snap-type: y mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .container::-webkit-scrollbar {
            display: none;
        }
    .contents, .InstaAjax, #InstaStage {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .contents::-webkit-scrollbar,
        .InstaAjax::-webkit-scrollbar,
        #InstaStage::-webkit-scrollbar {
            display: none;
        }

    .contents .pagebox {
        position: relative;
        z-index: 9;
        padding: 150px 0 0 0;
    }

    .section:nth-child(1) {
        background-image: url("../Images/mainBg01.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .section:nth-child(2) {
        background-image: url("../Images/bg_Reserve.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .section:nth-child(3) {
        background-image: url("../Images/bg_Insta.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center bottom;
    }

    .section:nth-child(4) {
        background-image: url("../Images/img02tab.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center bottom;
    }

    .section:nth-child(5) {
        background-image: url("../Images/img03tab.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center bottom;
    }
  

    .instagram {
        padding: 0 0 60px 0;
    }

    .pagebox .titleWrap {
        width: 100%;
        margin-top: 0;
    }

        .pagebox .titleWrap h2 {
            font-size: 160%;
        }

    .pagebox div.textWrap,
    .pagebox div.textWrap_w {
        float: left;
        width: 100%;
        height: initial;
        background: none;
        border-radius: initial;
        padding: 0;
    }

    .pagebox div.textWrap_w {
        color: #FFF;
    }

    /* #endregion */

}

@media screen and (min-width: 451px) and (max-width: 820px) {

    /* #region トップページ（特典） */


    .Leg8Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 40px;
    }

        .Leg8Title h2 {
            font-size: 24px;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

        .Leg8Title .subTit {
            font-size: 17px;
            font-weight: 400;
            padding: 0 0 0;
            color: #fff;
        }

    .tokuten {
        background: rgb(21,19,19,0.5);
        padding: 60px 0 40px 0 !important;
    }

    .TokutenLine {
        position: relative;
        top: -40px;
        left: 0;
        width: calc(100% - 12%);
        margin: 0 6% 0 6%;
        padding: 10px;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(200,177,84,0.75);
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
        overflow: hidden;
    }

    .TokutenMain {
        float: left;
        width: 100%;
        margin: 4% 10px 0 0;
        overflow: hidden;
    }

    .TokutenMainSub {
        margin: 3% 0 0 0;
    }

    .TokutenImage {
        float: left;
        width: 300px;
        margin: 3% 0 0 calc(50% - 150px);
        overflow: hidden;
    }

    .TokutenInfo {
        float: left;
        width: 100%;
        margin: 2% 10px 0 0;
        padding: 0 20px 0 20px;
        overflow: hidden;
    }

    /* #endregion */

    .container {
        position: relative;
        overflow: auto;
        width: 100%;
        height: 100vh;
        /*background-image: url("../Images/mainBg01_sp.jpg");*/
        background-position-x: center;
        background-position-y: center;
        scroll-snap-type: y mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* #region トップページ（予約） */

    .TodayStage {
        width: 85vw;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
        overflow: hidden;
    }

    .TodayDinnerStage {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .TodayLunchStage {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .ModalStage {
        float: left;
        width: 100%;
        padding: 10px 5px;
    }

    .MenuMainTitleFlame {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

    .MenuMainTitle {
        float: left;
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        border-top: 5px solid #696969;
        padding: 10px 0;
    }

    .ModalMenu_Img {
        float: left;
        width: 100%;
    }

    #MainImg {
        float: left;
        width: 440px;
        margin-left: calc(50% - 220px);
        padding: 0 0 0 0;
        overflow: hidden;
    }

    .MainImgCapUl {
        float: left;
        width: 440px;
        margin-left: calc(50% - 220px);
        padding: 0 0 0 0;
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
    }

    .ModalMenu_Info {
        float: left;
        width: 100%;
        padding: 15px 0;
        font-size: 12px;
    }

    .ModalMenu_InfoHalf {
        float: left;
        width: 100%;
        border-top: 1px solid #c4c4c4;
    }

    .ModalMenu_InfoHalf_BL {
        float: left;
        width: 100%;
        border-top: 1px solid #c4c4c4;
        border-right: none;
    }

    ul.flame_ul {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 10px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    li.flame_ul_li {
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
        overflow: hidden;
    }

    dl.flame_ul_li_full {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        overflow: hidden;
    }

    dt.flame_ul_li_full_dt {
        float: left;
        width: 90px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

    p.NumTit {
        float: left;
        width: 90px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

    dd.flame_ul_li_full_dd {
        float: left;
        width: calc(80% - 95px);
        padding: 0 0 0 0;
        margin: 0;
        overflow: hidden;
    }

    dd.flame_ul_li_full_dd_att {
        float: left;
        width: calc(80% - 95px);
        padding: 0 0 0 0;
        margin: 3px 0 0 0;
        font-size: 11px;
        color: orange;
        overflow: hidden;
    }

    .pcM10 {
        margin-left: 0 !important;
        padding: 5px 0 5px 0 !important;
    }

    .pcWauto {
        width: 100%;
    }

    .Reserve_info {
        float: left;
        width: 100%;
        padding: 0 20px 0 20px;
        margin: 0 0 0 0;
        overflow: hidden;
    }

    .compicon {
        float: left;
        width: 90%;
        font-weight: bold;
        padding: 10px 0 8px calc(5% + 55px);
        font-size: 18px;
        margin-top: 15px;
        margin-left: 5%;
        background: url("/Images/icon_Compleate.png") no-repeat;
        background-position-y: 6px;
        background-position-x: calc(5% + 22px);
        background-size: 30px;
        color: #409642;
        border: 3px solid #409642;
        border-radius: 25px;
        background-color: #fff;
    }

    .compNo_area {
        float: left;
        width: 90%;
        padding: 0 0 0 0;
        margin: 20px 0 0 5%;
        border: 1px solid #e2e2e2;
        overflow: hidden;
        background-color: #fff;
        border-radius: 8px;
    }

    .compNo_area2 {
        float: left;
        width: 90%;
        padding: 15px 0 12px 0;
        margin: 10px 0 10px 5%;
        overflow: hidden;
        background-color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px dotted #e2e2e2;
        text-align: center;
    }

    .compNo_area3 {
        float: left;
        width: 90%;
        padding: 15px 0 12px 0;
        line-height: 160%;
        margin: 0 0 0 5%;
        font-size: 12px;
        border-bottom: 1px dotted #e2e2e2;
    }

    .compNo_area4 {
        float: left;
        width: 90%;
        padding: 25px 0 35px 0;
        line-height: 160%;
        margin: 0 0 0 5%;
        font-size: 16px;
        color: #f28216;
    }

    /* #endregion */

    /* #region トップページ（予約状況） */

    .ReserveStage {
        padding: 100px 0 60px 0;
    }

    .rvs_topArea {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .rvs_topAreaTit {
        float: left;
        width: 100%;
        font-size: 22px !important;
        font-weight: bold;
        padding: 0 0 10px 0;
    }

    .rvs_topAreaConL {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
        margin: 10px 0 0 0;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 190px;
        height: 70px;
        background-color: #696969;
        color: #fff;
        font-size: 16px;
        font-family: Meiryo;
        padding: 5px 8px 3px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 190px);
        height: 70px;
        font-size: 16px;
        font-family: Meiryo;
        padding: 5px 0 0 15px;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 190px);
        height: 70px;
        font-size: 16px;
        font-family: Meiryo;
        padding: 20px 0 0 15px;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px 0 0 0;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
    }

    .rvs_topAreaConCome_Y {
        float: left;
        padding: 21px 0 0 10px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        float: left;
        padding: 6px 0 0 10px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 14px;
        color: #696969;
        margin-top: 10px;
    }

    /* #endregion */

    /* #region トップページ（2週間予約状況） */

    .rvs_topAreaCale {
        width: 100%;
        max-width: 600px;
        padding: 30px 10px 0 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .rvs_topAreaWeek {
        float: left;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #696969;
        border-left: 1px solid #696969;
        overflow: hidden;
    }

    .rvs_topAreaWeek_R {
        float: left;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #696969;
        border-left: 1px solid #696969;
        overflow: hidden;
        margin-top: 10px;
    }

    .rvs_topAreaWeekLi {
        float: left;
        border-bottom: 1px solid #696969;
        width: 100%;
        height: 65px;
        overflow: hidden;
    }

    .rvs_topAreaWeekBoxArea {
        float: left;
        width: 100%;
        height: 65px;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .rvs_topAreaWeekBoxArea {
        float: left;
        width: 100%;
        height: 65px;
        display: flex;
        justify-content: space-around;
        text-align: center;
        overflow: hidden;
    }

    .rvs_topAreaWeekBox {
        display: table;
        float: left;
        width: 15%;
        height: 65px;
        border-right: 1px solid #696969;
        line-height: 120%;
        font-size: 16px;
        overflow: hidden;
    }

    .WeekBox {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    /* #endregion */

    /* #region トップページ（全レイアウト） */

    .container {
        position: relative;
        overflow: auto;
        width: 100%;
        height: 100vh;
        scroll-snap-type: y mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .container::-webkit-scrollbar {
            display: none;
        }

    .contents, .InstaAjax, #InstaStage {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .contents::-webkit-scrollbar,
        .InstaAjax::-webkit-scrollbar,
        #InstaStage::-webkit-scrollbar {
            display: none;
        }

    
    .pagebox:nth-child(1) {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    .pagebox:nth-child(2) {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    .pagebox:nth-child(3) {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 100px 0 0 0;
    }

    .pagebox:nth-child(4) {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 100px 0 0 0;
    }

    .pagebox:nth-child(5) {
        position: relative;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 100px 0 0 0;
    }

    boxmain p {
        font-size: 110%;
        line-height: 140%;
    }

    .pagebox .titleWrap {
        width: 100%;
        margin-bottom: 15px;
    }

        .pagebox .titleWrap h2 {
            font-size: 150%;
        }

    .pagebox div.textWrap, .pagebox div.textWrap_w {
        width: 100%;
    }

    .pagebox .textWrap p,
    .pagebox .textWrap_w p {
        font-size: 110%;
        margin-bottom: 15px;
    }

    .Leg2TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(255,255,255,0.75);
        border-radius: 50%;
        padding: 8%;
    }
    .Leg2Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 50px;
    }

        .Leg2Title h2 {
            font-size: 24px;
            font-weight: 700;
            padding: 0 0 0;
        }

    .Leg2Come {
        position: absolute;
        right: 4%;
        top: 270px;
        width: 450px;
        height: 450px;
        padding: 91px;
    }

        .Leg2Come p {
            float: left;
            width: 100%;
            font-size: 16px !important;
            line-height: 150%;
            padding: 10px 0 0 0;
        }

    .Leg2ComeBg {
        position: absolute;
        right: 0;
        top: 200px;
        width: 350px;
        height: 350px;
        background: rgba(255,255,255,0.4);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg2MainCome {
        float: left;
        width: 100%;
        margin: 2% 0 0 0;
        padding: 2% 5% 0 5%;
    }

        .Leg2MainCome p {
            float: left;
            width: 100%;
            font-size: 16px !important;
            line-height: 150%;
            padding: 10px 0 0 0;
        }


    .Leg3Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 40px;
    }

        .Leg3Title h2 {
            font-size: 24px;
            font-weight: 700;
            padding: 0 0 0;
        }


    .Leg3ComeBg {
        position: absolute;
        right: 0;
        top: 200px;
        width: 350px;
        height: 350px;
        background: rgba(200,177,84,0.3);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg3Come {
        position: absolute;
        right: 4%;
        top: 270px;
        width: 450px;
        height: 450px;
        padding: 91px;
    }
    .Leg3TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(200,177,84,0.75);
        border-radius: 50%;
    }
    .Leg3MainCome {
        float: left;
        width: 100%;
        margin: 2% 0 0 0;
        padding: 2% 5% 0 5%;
    }

        .Leg3MainCome p {
            float: left;
            width: 100%;
            font-size: 16px !important;
            line-height: 150%;
            padding: 10px 0 0 0;
        }

    p.moreLinkLeg2 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 50px;
        font-size: 16px;
        color: #333;
    }

    p.moreLinkLeg3 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 8%;
        font-size: 16px;
        color: #333;
    }

    span.moreLinktitLeg2 {
        float: left;
        display: block;
        font-size: 16px !important;
        width: 70px;
        background-image: url("../images/yaaa.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    span.moreLinktitLeg3 {
        float: left;
        display: block;
        font-size: 16px !important;
        width: 70px;
        background-image: url("../images/yaaa2.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    .section:nth-child(7) {
        height: 220px;
        min-height: 220px;
    }

    /* #endregion */

    /* #region トップページ（Instagram） */

    .instagram {
        background: #151313;
        padding: 0 0 60px 0;
    }

    .Leg4Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 40px;
    }

        .Leg4Title h2 {
            font-size: 24px;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

    .Leg4TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(200,177,84,0.75);
        border-radius: 50%;
        padding: 8%;
    }

    p.moreLinkLeg4 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 50px;
        font-size: 16px;
        color: #fff;
    }

    span.moreLinktitLeg4 {
        float: left;
        display: block;
        font-size: 16px !important;
        width: 70px;
        background-image: url("../images/yaaa2.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    .moreLinktitLeg4 a {
        color: #fff;
    }

    .InstaTopList {
        float: left;
        width: calc(33% - 10px);
        margin: 20px 5px 0 5px;
    }

    .InstaTopImg {
        float: left;
        width: 100%
    }

    .InstaTopImgIn {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background-color: #29d632;
        overflow: hidden;
    }

    .InstaTopImgMain {
        position: absolute;
        top: 0;
        background-position-x: center;
        object-fit: cover;
    }

    .InstaTopCome {
        display:none;
        float: left;
        width: 100%;
        margin-top: 5px;
        background-color: rgba(206,206,206,0.4);
        color: #f2f2f2;
        font-family: 'Meiryo UI';
        padding: 10px 20px 10px 20px;
    }

    .InstaTopCome_contenu {
        font-size: 10px;
    }

    .InstaTopDate {
        float: left;
        width: 100%;
        font-size: 11px;
        background-color: rgba(206,206,206,0.4);
        color: #f2f2f2;
        font-family: 'Meiryo UI';
        padding: 5px;
        text-align: right;
    }

    /* #endregion */

    /* #region トップページ（Instagram/ポップアップ） */

    /* #endregion */

    /* #region トップページ（店舗案内） */

    .Leg5Title {
        float: left;
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0 0 0 50px;
        z-index: 300;
    }

        .Leg5Title h2 {
            font-size: 200%;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

    .Leg5TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(200,177,84,0.75);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg5Come {
        float: left;
        width: 100%;
        text-align: center;
        z-index: 30;
    }

        .Leg5Come p {
            width: 100%;
            font-size: 15px !important;
            line-height: 150%;
            margin: 0 auto 0 auto;
            text-align: left;
            color: #fff;
        }

    .accessImg {
        width: 100%;
        max-width: 800px;
        margin: 40px auto 10px auto;
    }

        .accessImg p {
            display: inline-flex;
            width: 32%;
            margin-right: 1%;
        }

            .accessImg p img {
                width: 100%;
            }

            .accessImg p:last-of-type {
                margin-right: 0%;
            }

    .accBtnArea {
        float: left;
        width: 50%;
        text-align: center;
        margin-top: 3vh;
    }

    .accBtnL {
        width: 100%;
        padding: 0 10px 0 calc(100% - 310px);
    }

    .accBtnR {
        width: 100%;
        padding: 0 calc(100% - 310px) 0 10px;
    }

    .address {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 5vh;
    }
    /* #endregion */

    /* #region トップページ（フッダー） */

    /*PCメニュー*/
    #pc-fixed-menu {
        position: relative;
        bottom: 0;
        width: 100%;
        background-color: #000;
    }
        /*メニューを横並びにする*/
        #pc-fixed-menu ul {
            list-style: none;
            padding: 0px;
            margin: 0;
            width: 100%;
            max-width: 980px;
            margin: 0 auto;
            background: #000;
            height: 60px;
        }

        #pc-fixed-menu li {
            background: #000;
            font-family: serif;
            color: #FFF;
        }

            #pc-fixed-menu li:nth-child(1) {
                float: left;
                margin-top: 10px;
                width: 100%;
            }

                #pc-fixed-menu li:nth-child(1) p {
                    float: left;
                    width: 100%;
                    padding: 0 0 0 0;
                    margin: 0 0 0 0;
                    font-size: 12px;
                    line-height: 100%;
                    text-align: center;
                }

                #pc-fixed-menu li:nth-child(1) span:nth-child(3) {
                    float: left;
                    width: 183px;
                    margin: 15px calc(50% - 90px) 0 calc(50% - 90px);
                    font-size: 14px;
                    border: 1px solid #FFF;
                    max-height: 45px;
                }

                #pc-fixed-menu li:nth-child(1) span:nth-child(2) {
                    float: left;
                    width: 183px;
                    margin: 15px calc(50% - 90px) 0 calc(50% - 90px);
                    font-size: 14px;
                    border: 1px solid #FFF;
                    max-height: 45px;
                }

                #pc-fixed-menu li:nth-child(1) span a {
                    display: inline-block;
                    line-height: 45px;
                    font-size: 11px;
                    padding: 0;
                    color: #FFF;
                    width: 100%;
                    float: left;
                    text-align: center;
                }

            #pc-fixed-menu li:last-child {
                float: left;
                width: 100%;
                padding: 5px 0 5px 0;
                margin: 0;
                font-size: 12px;
                color: #FFF;
                text-align: left;
            }


                #pc-fixed-menu li:last-child span {
                    float: right;
                    width: 100%;
                    text-align: center;
                    margin-top: 10px;
                }

                    #pc-fixed-menu li:last-child span:first-of-type {
                        display: inline-block;
                        float: none;
                        width: 30px;
                        margin-left: calc(50% - 15px );
                    }


                #pc-fixed-menu li:last-child p {
                    float: right;
                    width: 100%;
                    text-align: center;
                    margin-top: 20px;
                    padding-bottom: 10px;
                }

    /* #endregion */

    /* #region トップページ（コース一覧） */

    .C1_UL {
        float: left;
        width: 94%;
        z-index: 799;
        position: relative;
        border-bottom: 1px solid #696969;
        margin: 40px 0 0 3%;
    }

    .C1_Title {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        background-color: #696969;
        color: #fff;
        padding: 12px 15px 8px 15px;
        border-radius: 8px 8px 0 0;
    }

    .C1_Item {
        float: left;
        width: 100%;
        border-top: 1px solid #696969;
        background-color: rgba(255,255,255,0.3);
    }

    .C1_ItemWrap {
        float: left;
        width: 100%;
        padding: 10px 2%;
    }

    .C1_Item_TitleArea {
        float: left;
        width: calc(100% - 96px);
        padding-right: 8px;
    }
    .C1_Item_Tokuten {
        float: left;
        background-color: #3cb371;
        color: #fff;
        font-size: 10px;
        padding: 2px 4px 2px 4px;
        margin-bottom: 3px;
    }
    .C1_Item_Tokuten_PC {
        float: left;
        width: 100%;
        background-color: #3cb371;
        color: #fff;
        font-size: 12px;
        padding: 2px 4px 2px 4px;
        margin: 3px 0 0 0;
        text-align: center;
    }

    .C1_Item_Tokuten_Mob {
       display:none;
    }
    .C1_Item_Name {
        float: left;
        font-size: 16px;
        font-weight: 700;
    }

    .C1_Item_Btn {
        float: right;
    }

    .C1_ItemPrice {
        float: right;
        padding: 0 20px 0 0;
        font-size: 14px;
    }

    .C2_UL {
        float: left;
        width: 94%;
        z-index: 799;
        position: relative;
        border-bottom: 1px solid #696969;
        margin: 40px 0 0 3%;
    }

    .C2_Title {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        background-color: rgba(105,105,105,0.9);
        color: #fff;
        padding: 12px 15px 8px 15px;
        border-radius: 8px 8px 0 0;
    }

    .C2_Item {
        float: left;
        width: 100%;
        border-top: 1px solid #696969;
        background-color: rgba(255,255,255,0.9);
    }

    .C2_ItemWrap {
        float: left;
        width: 100%;
        padding: 10px 2%;
    }

    .C2_Item_TitleArea {
        float: left;
        width: calc(100% - 96px);
        padding-right: 8px;
    }

    .C2_Item_Name {
        float: left;
        font-size: 16px;
        font-weight: 700;
    }

    .C2_Item_Btn {
        float: right;
    }

    .C2_ItemPrice {
        float: right;
        padding: 0 20px 0 0;
        font-size: 14px;
    }

    /* #endregion */

    /* #region トップモーダル（予約） */

    .TopModalMain {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .TopModalReserve {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 20px 0 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .TopModalReserveTit {
        float: left;
        width: 100%;
        padding: 12px 0 8px 15px;
        font-size: 16px;
        margin: 20px 0 0 0;
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        background-color: #dba84d;
        color: #fff;
        overflow: hidden;
    }

    .TopModalReserveArea {
        float: left;
        width: 100%;
        padding: 0 10px 15px 10px;
        margin: 0 0 0 0;
        box-sizing: border-box;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #dba84d;
    }

    .MC_UL {
        float: left;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #696969;
        margin: 10px 0 0 0;
        padding: 0 0 0 0;
        background-color: #f3f3f3;
    }

    .MC_Title {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        background-color: rgba(105,105,105,0.9);
        color: #fff;
        padding: 12px 15px 8px 15px;
        border-radius: 8px 8px 0 0;
    }

    .MC_Item {
        float: left;
        width: 100%;
        border-top: 1px solid #696969;
        background-color: rgba(255,255,255,0.9);
    }

    .MC_ItemWrap {
        float: left;
        width: 100%;
        padding: 10px 2%;
    }

    .MC_Item_Name {
        float: left;
        font-size: 16px;
        font-weight: 700;
    }

    .MC_Item_Btn {
        float: right;
    }

    .MC_ItemPrice {
        float: right;
        padding: 0 20px 0 0;
        font-size: 14px;
    }

    .TopModal_DateArea {
        float: left;
        width: 100%;
        padding: 0 10px 10px 10px;
        background-color: #f3f3f3;
    }

    .IntoTit {
        float: left;
        width: 100%;
        background-color: #696969;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 10px;
        margin-top: 10px;
    }

    .BGC_Green {
        background-color: #556b2f !important;
        border-radius: 3px;
    }
    /* #endregion */
}

@media screen and (max-width: 639px) {

    .boxmain p {
        color: #FFF;
        text-align: center;
        font-size: 120%;
        line-height: 160%;
    }

   

    /* #region トップページ（予約状況） */

    .rvs_topArea {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .rvs_topAreaTit {
        float: left;
        width: 100%;
        font-size: 22px !important;
        font-weight: bold;
        padding: 0 0 10px 0;
    }

    .rvs_topAreaConL {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
        margin: 10px 0 0 0;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 190px;
        height: 70px;
        background-color: #696969;
        color: #fff;
        font-size: 16px;
        font-family: Meiryo;
        padding: 5px 8px 3px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 190px);
        height: 70px;
        font-size: 16px;
        font-family: Meiryo;
        padding: 5px 0 0 15px;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 190px);
        height: 70px;
        font-size: 16px;
        font-family: Meiryo;
        padding: 20px 0 0 15px;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px 0 0 0;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
    }

    .rvs_topAreaConCome_Y {
        float: left;
        padding: 21px 0 0 10px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        float: left;
        padding: 6px 0 0 10px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 12px;
        color: #696969;
        margin-top: 10px;
    }

    /* #endregion */

    /* #region トップページ（コース一覧） */

    .C1_Item_Tokuten_PC {
        display: none;
    }

    .C1_Item_Tokuten_Mob {
        display: block;
        float: left;
        width: 100%;
        background-color: #3cb371;
        color: #fff;
        font-size: 12px;
        padding: 3px 4px 2px 4px;
        margin: 0 0 0 0;
        text-align: center;
    }

    /* #endregion */
}

@media screen and (min-width: 1px) and (max-width: 450px) {

    .boxmain p {
        color: #FFF;
        text-align: center;
        font-size: 115%;
        line-height: 160%;
    }

    .container {
        position: relative;
        overflow: auto;
        width: 100%;
        height: 100vh;
        /*background-image: url("../Images/mainBg01_sp.jpg");*/
        background-position-x: center;
        background-position-y: center;
        scroll-snap-type: y mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .pagebox {
        position: relative;
        width: 96%;
        max-width: 980px;
        margin: 0 auto;
        padding: 0 0 0 0;
        overflow: hidden;
    }

    /* #region トップページ（特典） */

    .Leg8Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 35px;
    }

        .Leg8Title h2 {
            font-size: 22px;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

        .Leg8Title .subTit {
            font-size: 14px;
            font-weight: 400;
            padding: 0 0 0;
            color: #fff;
        }

    .tokuten {
        background: rgb(21,19,19,0.5);
        padding: 60px 0 40px 0 !important;
    }

    .TokutenLine {
        position: relative;
        top: -60px;
        left: 0;
        width: calc(100% - 8%);
        margin: 0 4% 0 4%;
        padding: 3%;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(200,177,84,0.75);
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
        overflow: hidden;
    }

    .TokutenMain {
        float: left;
        width: 100%;
        margin: 4% 10px 0 0;
        overflow: hidden;
    }

    .TokutenMainSub {
        margin: 3% 0 0 0;
    }

    .TokutenImage {
        float: left;
        width: 300px;
        margin: 3% 0 0 calc(50% - 150px);
        overflow: hidden;
    }

    .TokutenInfo {
        float: left;
        width: 100%;
        margin: 2% 10px 0 0;
        padding: 0 5% 0 5%;
        overflow: hidden;
    }

    .TokutenMainMain {
        float: left;
        width: 100%;
        font-size: 110%;
        font-weight: 700;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }

    .TokutenMainSub {
        float: left;
        width: 100%;
        font-size: 90%;
        margin: 6% 0 0 0;
        padding: 0 15px 0 15px;
        font-weight: 200;
        color: #fff;
        text-align: left;
        line-height: 160%;
        overflow: hidden;
    }
        .TokutenInfo p {
            float: left;
            width: 100%;
            font-size: 80%;
            margin: 0 0 0 0;
            padding: 0 0 2px 0;
            font-weight: normal;
            color: #fff;
            text-align: left;
            overflow: hidden;
        }

        .TokutenInfo ul {
            float: left;
            width: 100%;
            margin: 0 0 0 0;
            padding: 0;
            overflow: hidden;
        }

        .TokutenInfo ul li {
            float: left;
            width: 100%;
            font-size: 80%;
            margin: 0 0 0 0;
            padding: 2px 0 0 7px;
            font-weight: normal;
            color: #fff;
            text-align: left;
            overflow: hidden;
        }
    /* #endregion */

    /* #region トップページ（予約） */
    .TodayStage {
        width: 85vw;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .TodayDinnerStage {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .TodayLunchStage {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #696969;
    }

    .ModalStage {
        float: left;
        width: 100%;
        padding: 10px 5px;
    }

    .MenuMainTitleFlame {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

    .MenuMainTitle {
        float: left;
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        border-top: 5px solid #696969;
        padding: 10px 0;
    }

    .ModalMenu_Img {
        float: left;
        width: 100%;
    }

    #MainImg {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        overflow: hidden;
    }

    .MainImgCapUl {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
    }

    .ModalMenu_Info {
        float: left;
        width: 100%;
        font-size: 12px;
        padding: 15px 0;
    }

    .ModalMenu_InfoHalf {
        float: left;
        width: 100%;
        border-top: 1px solid #c4c4c4;
    }

    .ModalMenu_InfoHalf_BL {
        float: left;
        width: 100%;
        border-top: 1px solid #c4c4c4;
        border-right: none;
    }

    ul.flame_ul {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 10px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    li.flame_ul_li {
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
        overflow: hidden;
    }

    dl.flame_ul_li_full {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        overflow: hidden;
    }

    dt.flame_ul_li_full_dt {
        float: left;
        width: 90px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

    p.NumTit {
        float: left;
        width: 60px;
        height: 32px;
        padding: 9px 0 0 0;
        margin: 0 5px 0 0;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

    dd.flame_ul_li_full_dd {
        float: left;
        width: calc(100% - 95px);
        padding: 0 0 0 0;
        margin: 0;
        overflow: hidden;
    }

    dd.flame_ul_li_full_dd_att {
        float: left;
        width: calc(100% - 95px);
        padding: 0 0 0 0;
        margin: 3px 0 0 95px;
        font-size: 11px;
        color: orange;
        overflow: hidden;
    }

    .pcM10 {
        margin-left: 0 !important;
        padding: 5px 0 5px 0 !important;
    }

    .pcWauto {
        width: 100%;
    }

    .Reserve_info {
        float: left;
        width: 100%;
        padding: 0 10px 0 10px;
        margin: 0 0 0 0;
        overflow: hidden;
    }

    .compicon {
        float: left;
        width: 96%;
        font-weight: bold;
        padding: 10px 0 8px 50px;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 2%;
        background: url("/Images/icon_Compleate.png") no-repeat;
        background-position-y: 6px;
        background-position-x: 13px;
        background-size: 30px;
        color: #409642;
        border: 3px solid #409642;
        border-radius: 25px;
        background-color: #fff;
    }

    .compNo_area {
        float: left;
        width: 96%;
        padding: 0 0 0 0;
        margin: 20px 0 0 2%;
        border: 1px solid #e2e2e2;
        overflow: hidden;
        background-color: #fff;
        border-radius: 8px;
    }

    .compNo_area2 {
        float: left;
        width: 90%;
        padding: 15px 0 12px 0;
        margin: 10px 0 10px 5%;
        overflow: hidden;
        background-color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px dotted #e2e2e2;
        text-align: center;
    }

    .compNo_area3 {
        float: left;
        width: 90%;
        padding: 15px 0 12px 0;
        line-height: 160%;
        margin: 0 0 0 5%;
        font-size: 12px;
        border-bottom: 1px dotted #e2e2e2;
    }

    .compNo_area4 {
        float: left;
        width: 90%;
        padding: 25px 0 35px 0;
        line-height: 160%;
        margin: 0 0 0 5%;
        font-size: 16px;
        color: #f28216;
    }

    /* #endregion */

    /* #region トップページ（予約状況） */

    .ReserveStage {
        padding: 0 0 60px 0;
    }

    .rvs_topArea {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding:90px 0 0 0 ;
    }

    .rvs_topAreaTit {
        float: left;
        width: 100%;
        font-size: 18px !important;
        font-weight: bold;
        padding: 15px 0 5px 0;
    }

    .rvs_topAreaConL {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
        margin: 5px 0 0 0;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 190px;
        height: 60px;
        background-color: #696969;
        color: #fff;
        font-size: 13px;
        font-family: Meiryo;
        padding: 5px 8px 3px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 190px);
        height: 60px;
        font-size: 13px;
        font-family: Meiryo;
        padding: 0 0 0 5px;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 190px);
        height: 60px;
        font-size: 13px;
        font-family: Meiryo;
        padding: 15px 0 0 5px;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px 0 0 0;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
    }

    .rvs_topAreaConCome_Y {
        float: left;
        padding: 23px 0 0 10px;
        font-size: 12px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        float: left;
        padding: 8px 0 0 10px;
        font-size: 12px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 12px;
        color: #696969;
        margin-top: 5px;
    }

    /* #endregion */

    /* #region トップページ（2週間予約状況） */



    .rvs_topAreaCale {
        width: 100%;
        max-width: 600px;
        padding: 15px 10px 0 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .rvs_topAreaWeek {
        float: left;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #696969;
        border-left: 1px solid #696969;
        overflow: hidden;
    }

    .rvs_topAreaWeek_R {
        float: left;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #696969;
        border-left: 1px solid #696969;
        overflow: hidden;
        margin-top: 5px;
    }

    .rvs_topAreaWeekLi {
        float: left;
        border-bottom: 1px solid #696969;
        width: 100%;
        height: 50px;
        overflow: hidden;
    }

    .rvs_topAreaWeekBoxArea {
        float: left;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .rvs_topAreaWeekBoxArea {
        float: left;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-around;
        text-align: center;
        overflow: hidden;
    }

    .rvs_topAreaWeekBox {
        display: table;
        float: left;
        width: 15%;
        height: 50px;
        border-right: 1px solid #696969;
        line-height: 120%;
        font-size: 12px;
        overflow: hidden;
    }

    .WeekBox {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    /* #endregion */

    /* #region トップページ（全レイアウト） */

    .container {
        position: relative;
        overflow: auto;
        width: 100%;
        height: 100vh;
        scroll-snap-type: y mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .container::-webkit-scrollbar {
            display: none;
        }

    .contents, .InstaAjax, #InstaStage {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .contents::-webkit-scrollbar,
        .InstaAjax::-webkit-scrollbar,
        #InstaStage::-webkit-scrollbar {
            display: none;
        }

    .Leg2TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(255,255,255,0.75);
        border-radius: 50%;
        padding: 8%;
    }
    .Leg2Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 40px;
    }

        .Leg2Title h2 {
            font-size: 18px;
            font-weight: 700;
            padding: 0 0 0 0;
        }

    .Leg2ComeBg {
        position: absolute;
        right: 0;
        top: 200px;
        width: 300px;
        height: 300px;
        background: rgba(255,255,255,0.4);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg2Come {
        position: absolute;
        right: 4%;
        top: 270px;
        width: 450px;
        height: 450px;
        padding: 91px;
    }

        .Leg2Come p {
            float: left;
            width: 100%;
            font-size: 12px !important;
            line-height: 150%;
            padding: 10px 0 0 0;
        }

    .Leg2MainCome {
        float: left;
        width: 100%;
        margin: 2% 0 0 0;
        padding: 2% 5% 0 5%;
    }

        .Leg2MainCome p {
            float: left;
            width: 100%;
            font-size: 13px !important;
            line-height: 150%;
            padding: 10px 0 0 0;
        }

    p.moreLinkLeg2 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 40px;
        font-size: 16px;
        color: #333;
    }

    .Leg3Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 40px;
    }

        .Leg3Title h2 {
            font-size: 18px;
            font-weight: 700;
            padding: 0 0 0;
        }

    .Leg3TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(200,177,84,0.75);
        border-radius: 50%;
    }

    .Leg3ComeBg {
        position: absolute;
        right: 0;
        top: 200px;
        width: 350px;
        height: 350px;
        background: rgba(200,177,84,0.3);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg3Come {
        position: absolute;
        right: 4%;
        top: 270px;
        width: 450px;
        height: 450px;
        padding: 91px;
    }

    .Leg3MainCome {
        float: left;
        width: 100%;
        margin: 2% 0 0 0;
        padding: 2% 5% 0 5%;
    }

        .Leg3MainCome p {
            float: left;
            width: 100%;
            font-size: 13px !important;
            line-height: 150%;
            padding: 10px 0 0 0;
        }

    p.moreLinkLeg3 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 8%;
        font-size: 16px;
        color: #333;
    }

    span.moreLinktitLeg3 {
        float: left;
        display: block;
        font-size: 14px !important;
        width: 60px;
        background-image: url("../images/yaaa2.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    span.moreLinkcont {
        float: left;
        display: block;
        width: auto;
        margin-top: -3px;
        font-size: 18px !important;
    }

    .section:nth-child(7) {
        height: 220px;
        min-height: 220px;
    }

    /* #endregion */

    /* #region トップページ（Instagram） */

    .instagram {
        background: #151313;
        padding: 0 0 20% 0;
    }

    .Leg4Title {
        float: left;
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 0 0 40px;
    }

        .Leg4Title h2 {
            font-size: 24px;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

    .Leg4TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(200,177,84,0.75);
        border-radius: 50%;
        padding: 8%;
    }

    p.moreLinkLeg4 {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 50px;
        font-size: 16px;
        color: #fff;
    }

    span.moreLinktitLeg4 {
        float: left;
        display: block;
        font-size: 14px !important;
        width: 60px;
        background-image: url("../images/yaaa2.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: -9px;
        margin-left: 5px;
    }

    .moreLinktitLeg4 a {
        color: #fff;
    }

    .InstaAjax {
        float: left;
        width: 100%;
    }

    .InstaTopList {
        float: left;
        width: calc(33% - 5px);
        margin: 5px 2px 0 3px;
        overflow:hidden;
    }

    .InstaTopImg {
        float: left;
        width: 100%
    }

    .InstaTopImgIn {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background-color: #29d632;
        overflow: hidden;
    }

    .InstaTopImgMain {
        position: absolute;
        top: 0;
        background-position-x: center;
        object-fit: cover;
    }

    .InstaTopCome {
        display: none;
        float: left;
        width: 100%;
        margin-top: 5px;
        background-color: rgb(206,206,206,0.4);
        color: #f2f2f2;
        font-family: 'Meiryo UI';
        padding: 10px 20px 10px 20px;
    }

    .InstaTopCome_contenu {
        font-size: 10px;
    }

    .InstaTopDate {
        display: none;
        float: left;
        width: 100%;
        font-size: 11px;
        background-color: rgb(206,206,206,0.4);
        color: #f2f2f2;
        font-family: 'Meiryo UI';
        padding: 5px;
        text-align: right;
    }

    /* #endregion */

    /* #region トップページ（店舗案内） */

    .Leg5Title {
        float: left;
        width: 100%;
        margin: 110px 0 0 0;
        padding: 0 0 0 50px;
        z-index: 300;
    }

        .Leg5Title h2 {
            font-size: 22px;
            font-weight: 700;
            padding: 0 0 0;
            color: #fff;
        }

    .Leg5TitleBg {
        position: absolute;
        left: 10px;
        top: 50px;
        width: 150px;
        height: 150px;
        background: rgba(200,177,84,0.75);
        border-radius: 50%;
        padding: 8%;
    }

    .Leg5Come {
        float: left;
        width: 100%;
        text-align: center;
        margin-top:20px;
        z-index: 30;
    }

        .Leg5Come p {
            width: 100%;
            font-size: 12px !important;
            line-height: 150%;
            margin: 0 auto 0 auto;
            text-align: center;
            color: #fff;
        }

    .accessImg {
        width: 100%;
        max-width: 800px;
        margin: 30px auto;
        text-align: center;
    }

        .accessImg p {
            display: inline-flex;
            width: calc(100% - 40px);
            margin-right: 1%;
            margin-top:10px;
        }

            .accessImg p img {
                width: 100%;
            }

            .accessImg p:last-of-type {
                margin-right: 0%;
            }

    .accBtnArea {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 1vh;
    }

    .accBtnL {
        width: 80%;
        padding: 0;
        margin-left:10%;
    }

    .accBtnR {
        width: 80%;
        padding: 0;
        margin:10px  0 0 10%;
    }

    /* #endregion */

    /* #region トップページ（フッダー） */

    /*PCメニュー*/
    #pc-fixed-menu {
        position: relative;
        bottom: 0;
        width: 100%;
        background-color: #000;
    }
        /*メニューを横並びにする*/
        #pc-fixed-menu ul {
            list-style: none;
            padding: 0px;
            margin: 0;
            width: 100%;
            max-width: 980px;
            margin: 0 auto;
            background: #000;
            height: 60px;
        }

        #pc-fixed-menu li {
            background: #000;
            font-family: serif;
            color: #FFF;
        }

            #pc-fixed-menu li:nth-child(1) {
                float: left;
                margin-top: 10px;
                width: 100%;
            }

                #pc-fixed-menu li:nth-child(1) p {
                    float: left;
                    width: 100%;
                    padding: 0 0 0 0;
                    margin: 0 0 0 0;
                    font-size: 12px;
                    line-height: 100%;
                    text-align: center;
                }

                #pc-fixed-menu li:nth-child(1) span:nth-child(3) {
                    float: left;
                    width: 183px;
                    margin: 15px calc(50% - 90px) 0 calc(50% - 90px);
                    font-size: 14px;
                    border: 1px solid #FFF;
                    max-height: 45px;
                }

                #pc-fixed-menu li:nth-child(1) span:nth-child(2) {
                    float: left;
                    width: 183px;
                    margin: 15px calc(50% - 90px) 0 calc(50% - 90px);
                    font-size: 14px;
                    border: 1px solid #FFF;
                    max-height: 45px;
                }

                #pc-fixed-menu li:nth-child(1) span a {
                    display: inline-block;
                    line-height: 45px;
                    font-size: 11px;
                    padding: 0;
                    color: #FFF;
                    width: 100%;
                    float: left;
                    text-align: center;
                }

            #pc-fixed-menu li:last-child {
                float: left;
                width: 100%;
                padding: 5px 0 5px 0;
                margin: 0;
                font-size: 12px;
                color: #FFF;
                text-align: left;
            }


                #pc-fixed-menu li:last-child span {
                    float: right;
                    width: 100%;
                    text-align: center;
                    margin-top: 10px;
                }
                    #pc-fixed-menu li:last-child span:first-of-type {
                        display: inline-block;
                        float: none;
                        width: 30px;
                        margin-left: calc(50% - 15px );
                    }


                #pc-fixed-menu li:last-child p {
                    float: right;
                    width: 100%;
                    text-align: center;
                    margin-top: 20px;
                    padding-bottom: 10px;
                }

    /* #endregion */

    /* #region トップページ（コース一覧） */

    .C1_UL {
        float: left;
        width: calc(100% - 16px);
        z-index: 799;
        position: relative;
        border-bottom: 1px solid #696969;
        margin: 30px 0 0 8px;
    }

    .C1_Title {
        float: left;
        width: 100%;
        font-size: 13px;
        font-weight: 700;
        background-color: #696969;
        color: #fff;
        padding: 12px 8px 8px 8px;
        border-radius: 8px 8px 0 0;
    }

    .C1_Item {
        float: left;
        width: 100%;
        border-top: 1px solid #696969;
        background-color: rgba(255,255,255,0.3);
    }

    .C1_ItemWrap {
        float: left;
        width: 100%;
        padding: 10px 2%;
    }

    .C1_Item_TitleArea {
        float: left;
        width: calc(100% - 74px);
        padding-right: 5px;
    }
    .C1_Item_Tokuten {
        float: left;
        background-color: #3cb371;
        color: #fff;
        font-size: 10px;
        padding: 2px 4px 2px 4px;
        margin-bottom: 3px;
    }
    .C1_Item_Tokuten_PC {
       display:none;
    }
    .C1_Item_Tokuten_Mob {
        display:block;
        float: left;
        width: 100%;
        background-color: #3cb371;
        color: #fff;
        font-size: 10px;
        padding: 3px 4px 2px 4px;
        margin: 0 0 0 0;
        text-align: center;
    }

    .C1_Item_Name {
        float: left;
        font-size: 13px;
        font-weight: 700;
    }

    .C1_Item_Btn {
        float: right;
        width: 74px;
    }

    .C1_ItemPrice {
        float: right;
        padding: 3px 10px 0 0;
        font-size: 12px;
    }

    .C2_UL {
        float: left;
        width: calc(100% - 16px);
        z-index: 799;
        position: relative;
        border-bottom: 1px solid #696969;
        margin: 30px 0 0 8px;
    }

    .C2_Title {
        float: left;
        width: 100%;
        font-size: 13px;
        font-weight: 700;
        background-color: rgba(105,105,105,0.9);
        color: #fff;
        padding: 12px 8px 8px 8px;
        border-radius: 8px 8px 0 0;
    }

    .C2_Item {
        float: left;
        width: 100%;
        border-top: 1px solid #696969;
        background-color: rgba(255,255,255,0.9);
    }

    .C2_ItemWrap {
        float: left;
        width: 100%;
        padding: 10px 2%;
    }

    .C2_Item_TitleArea {
        float: left;
        width: calc(100% - 74px);
        padding-right:5px;
    }

    .C2_Item_Name {
        float: left;
        font-size: 13px;
        font-weight: 700;
    }

    .C2_Item_Btn {
        float: right;
        width:74px;
    }

    .C2_ItemPrice {
        float: right;
        padding: 3px 5px 0 0;
        font-size: 12px;
    }

    .Btn_C {
        float: left;
        display: inline-block;
        padding: 10px 6px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #337ab7;
        color: aliceblue;
    }
    .Btn_C_Ora {
        float: left;
        height:39px;
        display: inline-block;
        padding: 10px 3px;
        margin-bottom: 0;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #cb820e;
        border-radius: 4px;
        background-color: #ff9c00;
        color: aliceblue;
    }
    /* #endregion */

    /* #region トップモーダル（予約） */

    .TopModalMain {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .TopModalReserve {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 20px 0 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .TopModalReserveTit {
        float: left;
        width: 100%;
        padding: 12px 0 8px 15px;
        font-size: 16px;
        margin: 20px 0 0 0;
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        background-color: #dba84d;
        color: #fff;
        overflow: hidden;
    }

    .TopModalReserveArea {
        float: left;
        width: 100%;
        padding: 0 10px 15px 10px;
        margin: 0 0 0 0;
        box-sizing: border-box;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #dba84d;
    }


    .MC_UL {
        float: left;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #696969;
        margin: 10px 0 0 0;
        padding: 0 0 0 0;
        background-color: #f3f3f3;
    }

    .MC_Title {
        float: left;
        width: 100%;
        font-size: 13px;
        font-weight: 700;
        background-color: rgba(105,105,105,0.9);
        color: #fff;
        padding: 12px 8px 8px 8px;
        border-radius: 8px 8px 0 0;
    }

    .MC_Item {
        float: left;
        width: 100%;
        border-top: 1px solid #696969;
        background-color: rgba(255,255,255,0.9);
    }

    .MC_ItemWrap {
        float: left;
        width: 100%;
        padding: 10px 2%;
    }
    .MC_Item_NameArea {
        float: left;
        width: calc(100% - 38px);
    }
    .MC_Item_Name {
        float: left;
        font-size: 13px;
        font-weight: 700;
    }

    .MC_Item_Btn {
        float: right;
    }

    .MC_ItemPrice {
        float: right;
        padding: 0 20px 0 0;
        font-size: 13px;
    }

    .TopModal_DateArea {
        float: left;
        width: 100%;
        padding: 0 10px 10px 10px;
        background-color: #f3f3f3;
    }

    .IntoTit {
        float: left;
        width: 100%;
        background-color: #696969;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 10px;
        margin-top: 10px;
    }

    .BGC_Green {
        background-color: #556b2f !important;
        border-radius: 3px;
    }
    /* #endregion */
}

@media screen and (max-width: 390px) {

    /* #region トップページ（予約状況）*/
    .rvs_topArea {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .rvs_topAreaTit {
        float: left;
        width: 100%;
        font-size: 18px !important;
        font-weight: bold;
        padding: 0 0 5px 0;
    }

    .rvs_topAreaConL {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
        margin: 5px 0 0 0;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 170px;
        height: 60px;
        background-color: #696969;
        color: #fff;
        font-size: 13px;
        font-family: Meiryo;
        padding: 5px 8px 3px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 170px);
        height: 60px;
        font-size: 13px;
        font-family: Meiryo;
        padding: 0 0 0 5px;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 170px);
        height: 60px;
        font-size: 13px;
        font-family: Meiryo;
        padding: 15px 0 0 5px;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px 0 0 0;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
    }

    .rvs_topAreaConCome_Y {
        float: left;
        padding: 23px 0 0 10px;
        font-size: 12px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        float: left;
        padding: 8px 0 0 10px;
        font-size: 12px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 10px;
        color: #696969;
        margin-top: 5px;
    }

    /* #endregion */




}

@media screen and (max-width: 358px) {

    /* #region トップページ（予約状況）*/
   
    .rvs_topArea {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .rvs_topAreaTit {
        float: left;
        width: 100%;
        font-size: 18px !important;
        font-weight: bold;
        padding: 0 0 5px 0;
    }

    .rvs_topAreaConL {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
    }

    .rvs_topAreaConR {
        float: left;
        width: 100%;
        border: 1px solid #696969;
        background-color: #fff;
        margin: 5px 0 0 0;
    }

    .rvs_topAreaConTit {
        float: left;
        width: 190px;
        height: 60px;
        background-color: #696969;
        color: #fff;
        font-size: 13px;
        font-family: Meiryo;
        padding: 5px 8px 3px 8px;
    }

    .rvs_topAreaConBody_Y {
        float: left;
        width: calc(100% - 190px);
        height: 60px;
        font-size: 13px;
        font-family: Meiryo;
        padding: 0 0 0 0;
        text-align: center;
    }

        .rvs_topAreaConBody_Y:hover {
            background-color: #fffcdb;
        }

    .rvs_topAreaConBody_N {
        float: left;
        width: calc(100% - 190px);
        height: 60px;
        font-size: 13px;
        font-family: Meiryo;
        padding: 0 0 0 0;
        text-align: center;
    }

    .rvs_topAreaConTit_A {
        float: left;
        width: 100%;
        text-align: center;
    }

    .rvs_topAreaConTit_B {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .rvs_topAreaConImg_Y {
        float: none;
        width: 32px;
        padding: 1px 0 0 1px;
        margin: 15px auto 0 auto;
    }

    .blinking {
        display: none;
    }

    .rvs_topAreaConImg_N {
        float: left;
        padding: 1px 0 0 1px;
        margin: 15px auto 0 auto;
    }

    .rvs_topAreaConCome_Y {
        display: none;
        float: left;
        padding: 23px 0 0 10px;
        font-size: 12px;
        font-family: Meiryo;
        color: #e85514;
    }

    .rvs_topAreaConCome_N {
        display: none;
        float: left;
        padding: 8px 0 0 10px;
        font-size: 12px;
        font-family: Meiryo;
        color: #9a9a9a;
    }

    .rvs_topArea_Att {
        float: left;
        font-size: 10px;
        color: #696969;
        margin-top: 5px;
    }

    /* #endregion */

 

}

/* #region アニメーション　*/
/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 500ms;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeDownShort {
    animation-name: fadeDownAnimeShort;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 500ms;
    opacity: 0;
}

@keyframes fadeDownAnimeShort {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeDownScrl {
    position: absolute;
    left: calc(50% - 150px);
    bottom: 60px;
    height: 50px;
    animation-name: fadeDownAnimeShort;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 15000ms;
    opacity: 0;
}

@keyframes fadeDownAnimeScrl {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 500ms;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 500ms;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/*スクロールしたら・・・*/
.fadeUpTrigger {
    opacity: 0;
}
/*スクロールダウン全体の場所*/
.scrolldown {
    position: absolute;
    left: 50%;
    top: 0;
}

    /*Scrollテキストの描写*/
    .scrolldown span {
        /*描画位置*/
        position: absolute;
        left: -15px;
        top: -15px;
        /*テキストの形状*/
        color: #eee;
        font-size: 0.7rem;
        letter-spacing: 0.05em;
    }

    /* 線の描写 */
    .scrolldown::after {
        content: "";
        /*描画位置*/
        position: absolute;
        top: 0;
        /*線の形状*/
        width: 1px;
        height: 30px;
        background: #eee;
        /*線の動き1.4秒かけて動く。永遠にループ*/
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0;
    }

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/* ぼかしから出現 */
.blur {
    animation-name: blurAnime;
    animation-duration: 2500ms;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}
/* ぼかしから出現 (短時間)*/
.blur2 {
    animation-name: blurAnime2;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

@keyframes blurAnime2 {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}


/*枠線が伸びて出現*/

.lineTrigger {
    position: relative; /* 枠線が書かれる基点*/
    opacity: 0;
}

    .lineTrigger.lineanime {
        animation-name: lineAnimeBase;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }

.lineTrigger2 {
    position: relative; /* 枠線が書かれる基点*/
    opacity: 0;
}

    .lineTrigger2.lineanime {
        animation-name: lineAnimeBase;
        animation-duration: 2.5s;
        animation-fill-mode: forwards;
    }
@keyframes lineAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #f1f1f1; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #f1f1f1; /* 枠線の色*/
    box-sizing: border-box;
}

/*上線*/
.lineTrigger2::before {
    top: 0;
    left: 0;
}

.lineTrigger2.lineanime::before {
    animation: lineAnime .5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
    top: 0;
    right: 1px;
}

.lineTrigger.lineanime .line2::before {
    animation: lineAnime2 .5s linear .5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
    bottom: 0;
    right: 0;
}

.lineTrigger.lineanime::after {
    animation: lineAnime .5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
    bottom: 0;
    left: 3px;
}

.lineTrigger.lineanime .line2::after {
    animation: lineAnime2 .5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes lineAnime2 {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear {
    animation: lineInnerAnime .5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
    opacity: 0; /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*背景色が伸びて出現（共通）*/
.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden; /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(200,177,84,0.75);
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

/* 下へ */
.flipDown {
    animation-name: flipDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes flipDownAnime {
    from {
        transform: perspective(2500px) rotateX(100deg);
        opacity: 0;
    }

    to {
        transform: perspective(2500px) rotateX(0);
        opacity: 1;
    }
}


/* 左へ */
.flipLeft {
    animation-name: flipLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    perspective-origin: left center;
    opacity: 0;
}

@keyframes flipLeftAnime {
    from {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
        opacity: 0;
    }

    to {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
        opacity: 1;
    }
}

.typing {
    height: 100%;
    width: 100vw;
    position: relative;
    background-image: url('images/my-icon.JPG');
    background-size: 100vw 100vh;
}

.typed_wrap {
    position: absolute;
    width: 100vw;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(7, 6, 6, 0.5);
}

    .typed_wrap h1 {
        color: #FFF;
        font-family: 'Times New Roman', Times, serif;
        font-size: 3rem;
        height: 200px;
        line-height: 200px;
    }

.typed::after {
    content: "|";
    animation: blinkEnd 15s forwards, blink 0.7s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
@keyframes blinkEnd {
    0% {
        opacity: 0;
    }

    13% {
        opacity: 0;
    }

    14% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


    /* #endregion */
