@charset "utf-8";
/*
 Theme Name:   sunny
 Theme URI:    *****
 Description:  sunny Original Theme
 Template:     twentynineteen
*/
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: portrait) {

}
@media screen and (orientation: landscape) {

}

h1:before,
h2:before,
h2:before,
h2:before{
	background: unset;
    content: unset;
    display: unset;
    height: unset;
    margin: unset;
    width: unset;
}

/* -------------------------------------------------------------------------------------- */

html {
    font-family: 'Noto Serif JP', serif;
}

a,
a:active,
a:visited{
    outline:none;
    text-decoration: none;
}
button,
input[type=search]
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*:focus {
    outline: none;
}
img{
    width: 100%;
    height: auto;
}
main{
    display: none;
    width: 100%;
    overflow: hidden;
}
/* -------------------------------------------------------------------------------------- */
@keyframes FADE_IN{
    0%{
        opacity: 0;
        filter: blur(300%);
        -webkit-filter: blur(300%);
    }
    100%{
        opacity: 1;
        filter: blur(0%);
        -webkit-filter: blur(0%);
    }
}
.FADE_IN{
    -webkit-animation: FADE_IN 1.5s ease-out forwards;
    animation: FADE_IN 1.5s ease-out forwards;
}
@keyframes FADEIN_UP{
    0%{
        opacity: 0;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
    }
    100%{
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}
.FADEIN_UP{
    -webkit-animation: FADEIN_UP .5s ease-out forwards;
    animation: FADEIN_UP .5s ease-out forwards;
}
.FADEIN_UP_1S{
    -webkit-animation: FADEIN_UP 1s ease-out forwards;
    animation: FADEIN_UP 1s ease-out forwards;
}
.FADEIN_UP_1_5S{
    -webkit-animation: FADEIN_UP 1.5s ease-out forwards;
    animation: FADEIN_UP 1.5s ease-out forwards;
}
.FADEIN_UP_2S{
    -webkit-animation: FADEIN_UP 2s ease-out forwards;
    animation: FADEIN_UP 2s ease-out forwards;
}
@keyframes DASH {
    0% {
        stroke-dashoffset: 4000;
        fill: rgba(0,0,0,0);
        }
    10% {
        fill: rgba(0,0,0,0);
        }
    100% {
        stroke-dashoffset: 0;
        fill:  rgb(34, 34, 34);
        stroke-width: 0.0;
        }
}
@keyframes SLIDESHOW1{
    0%{
        left: 0;
    }
    100%{
        left: -150vw;
    }
}
/* -------------------------------------------------------------------------------------- */
.Splash_Page{
    position: fixed;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    left: 0;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.Splash_Page_Logo{
    width: 30%;
    max-width: 240px;
    /* opacity: 0; */
}
.svg_icon1,
.svg_icon2,
.svg_text1,
.svg_text2,
.svg_text3,
.svg_text4,
.svg_text5{
    opacity: 0;
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Header_Section{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }
    .Header_Section_Innner{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        width: 100%;
        padding: 50px 5% 0 5%;
        box-sizing: border-box;
    }
    .Header_Logo{
        width: 125px;
    }
    .Headr_Menu ul{
        display: flex;
        justify-content: space-around;
    }
    .Headr_Menu li{
        display: block;
        margin-left: 50px;
        font-size: 0.8em;
    }
    .Headr_Menu li a{
        color: black;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
    .Instagram_Link{
        width: 15px;
    }
    .Header_Section_Menu_P{
        display: none;
    }
    .Header_Menu_Btn{
        display: none;
    }
}
@media screen and (orientation: portrait) {
    .Header_Section{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }
    .Header_Section_Innner{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        width: 100%;
        padding: 25px 5% 0 5%;
        box-sizing: border-box;
    }
    .Header_Logo{
        width: 15%;
    }
    .Headr_Menu{
        display: none;
    }
    .Header_Section_Menu_P{
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .Header_Section_Menu_P ul{
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .Header_Section_Menu_P li{
        display: block;
        margin: 0 25px;
    }
    .Header_Section_Menu_P a{
        color: #000;
        font-weight: bold;
    }
    .Instagram_Link{
        width: 20px;
        margin-left: 25px;
        opacity: 0.7;
    }
    .Header_Section_Menu_P{
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: none;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 5%;
        box-sizing: border-box;
        z-index: 999;
    }
    .Header_Section_Menu_P ul{
        display: flex;
        display: -webkit-flex;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        padding: 0 5%;
    }
    .Header_Section_Menu_P li{
        display: block;
        width: 100%;
        font-size: 0.8em;
        font-family: "Roboto Flex", sans-serif;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 0.9px solid #ddd
    }
    .Instagram_Link img{
        width: 15px;
    }
    .Header_Section_Menu_P a{
        display: block;
        width: 100%;
        color: #595757;
        font-weight: bold;
    }
    .Header_Menu_Btn{
        position: fixed;
        width: 20vw;
        height: 20vw;
        top: 0;
        right: 0;    
    }
    .Line_Wrap{
        position: relative;
        width: 7.5vw;
        height: 5vw;
        margin-top: 7.25vw;
        margin-left: 6.25vw;
    }
    .Line1,
    .Line2,
    .Line3{
        position: absolute;
        width: 7.5vw;
        height: 2px;
        background-color: #bfbfbf;
    }
    .Line1{
        top: 0%;   
    }
    .Line2{
        top: 50%;   
    }
    .Line3{
        top: 100%;   
    }
    .Close_Btn{
        position: relative;
        background-color: #262626;
        font-size: 0.8em;
        font-family: "Roboto Flex", sans-serif;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Main_Section{
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .Main_Section_Catch{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .Catch_Main{
        width: 30px;
        margin-bottom: 35px;
        fill:#595757;
    }
    .Catch_Sub{
        width: 320px;
        fill: #b5b5b6;
    }
}
@media screen and (orientation: portrait) {
    .Main_Section{
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .Main_Section_Catch{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .Catch_Main{
        width: 5vw;
        margin: 50px 0 20px 0;
        fill:#595757;
    }
    .Catch_Sub{
        width: 60vw;
        fill: #b5b5b6;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Contents1{
        position: relative;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        opacity: 0;
    }
    .Contents1_Img{
        position: relative;
        flex-basis: 40%;
    }
    .Contents1_Img::after {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        top: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 50px 30px 0 #fff;
    }
    .Contents1_Img::before {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        bottom: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 -50px 30px 0 #fff;
    }
    .Contents1_Text{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: 40%;
    }
    .Contents1_Text_Inner{
        margin-bottom: 25px;
    }
    .Contents1_Text_Inner p{
        font-size: 0.8em;
        margin-bottom: 10px;
    }
    .Contents1_Text_Sub{
        width: 320px;
    }
    .Contents1_Text_Sub img{
        display: block;
    }
}
@media screen and (orientation: portrait) {
    .Contents1{
        position: relative;
        opacity: 0;
    }
    .Contents1_Img{
        position: relative;
        margin-bottom: 150px;
    }
    .Contents1_Img::after {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        top: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 28px 10px 0 #fff;
    }
    .Contents1_Img::before {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        bottom: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 -50px 30px 0 #fff;
    }
    .Contents1_Text{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: 40%;
    }
    .Contents1_Text_Inner{
        margin-bottom: 25px;
    }
    .Contents1_Text_Inner p{
        font-size: 0.6em;
        margin-bottom: 10px;
    }
    .Contents1_Text_Sub{
        width: 80vw;
    }
    .Contents1_Text_Sub img{
        display: block;
    }
}

/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Staff{
        padding: 150px 10%;
        opacity: 0;
    }
    .Staff h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.25em;
        margin-bottom: 50px;
        text-align: center;
    }
    .Staff_Swipe{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    .Swipe_Text{
        font-size: 0.8em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        color: #8a8a8a;
    }
    .Swipe_Line_L,
    .Swipe_Line_R{
        position: relative;
        flex-basis: 45%;
        height: 0.9px;
        border-bottom: 0.9px solid #969696;
    }
    .Swipe_Line_L::before{
        position: absolute;
        content: '';
        height: 0.9px;
        width: 10px;
        left: -2px;
        bottom: 3px;
        border-bottom: 0.9px solid #969696;
        border-collapse:collapse;
        transform: rotate(-45deg);
    }
    .Swipe_Line_R::before{
        position: absolute;
        content: '';
        height: 0.9px;
        width: 10px;
        right: -2px;
        bottom: 3px;
        border-bottom: 0.9px solid #969696;
        border-collapse:collapse;
        transform: rotate(45deg);
    }
    .Staff_Contents_Inner{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }
    .Staff_Contents{
        flex-basis: 30%;
        max-width: 300px;
        margin: 0 50px;
    }
    .Staff_Contents_Img{
        margin-bottom: 10px;
    }
    .Staff_Contents_Post{
        background-color: #595757;
        color: #fff;
        font-size: 0.7em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        padding: 8px 0;
        text-align: center;
        width: 150px;
        margin-bottom: 10px;
    }
    .Staff_Contents_Name{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .Staff_Contents_Name p{
        margin-right: 20px;
    }
    .Staff_Contents_Name_Link{
        width: 12px;
        opacity: 0.8;
    }
    .Staff_Contents small{
        display: block;
        font-size: 0.6em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        color: #8a8a8a;
        margin-bottom: 15px;
    }
    .Staff_Contents_Text{
        font-size: 0.8em;
        line-height: 150%;
    }
    .Staff_Contents_Text b{
        display: block;
        margin-bottom: 15px;
        color: #595757;
    }
    .Staff_Contents_Text p{
        font-size: 0.7em;
    }
}
@media screen and (orientation: portrait) {
    .Staff{
        width: 100vw;
        padding: 150px 0;
        opacity: 0;
    }
    .Staff_Contents_Wrap{
        width: 100%;
        overflow: auto;
    }
    .Staff h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.25em;
        margin-bottom: 50px;
        text-align: center;
    }
    .Staff_Swipe{
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 50px;
    }
    .Swipe_Text{
        font-size: 0.6em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        color: #8a8a8a;
    }
    .Swipe_Line_L,
    .Swipe_Line_R{
        position: relative;
        flex-basis: 35%;
        height: 0.9px;
        border-bottom: 0.9px solid #b5b5b6;
    }
    .Swipe_Line_L::before{
        position: absolute;
        content: '';
        height: 0.9px;
        width: 5px;
        left: 0;
        bottom: 1px;
        border-bottom: 0.9px solid #b5b5b6;
        border-collapse:collapse;
        transform: rotate(-45deg);
    }
    .Swipe_Line_R::before{
        position: absolute;
        content: '';
        height: 0.9px;
        width: 5px;
        right: 0;
        bottom: 1px;
        border-bottom: 0.9px solid #b5b5b6;
        border-collapse:collapse;
        transform: rotate(45deg);
    }
    .Staff_Contents_Inner{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        width: 200%;
        padding: 0 5%;
        overflow: auto;
    }
    .Staff_Contents{
        flex-basis: 25%;
    }
    .Staff_Contents_Img{
        margin-bottom: 10px;
    }
    .Staff_Contents_Post{
        background-color: #595757;
        color: #fff;
        font-size: 0.6em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        padding: 8px 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .Staff_Contents_Name{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .Staff_Contents_Name p{
        font-size: 0.8em;
        margin-right: 20px;
    }
    .Staff_Contents small{
        font-size: 0.6em;
    }
    .Staff_Contents_Name_Link{
        width: 12px;
        opacity: 0.8;
    }
    .Staff_Contents small{
        display: block;
        font-size: 0.6em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        color: #8a8a8a;
        margin-bottom: 15px;
    }
    .Staff_Contents_Text{
        font-size: 0.8em;
        line-height: 125%;
    }
    .Staff_Contents_Text b{
        display: block;
        margin-bottom: 15px;
        color: #595757;
    }
    .Staff_Contents_Text p{
        font-size: 0.7em;
    }
}

/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Style{
        opacity: 0;
    }
    .Style_Img_Wrap{
        position: relative;
        width: 100vw;
        height: 25vw;
        overflow: hidden;
        margin-bottom: 150px;
    }
    .Style_Img_Innner1{
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        width: 300vw;
        font-size: 0;
        margin: 0;
        -webkit-animation: SLIDESHOW1 80s linear 0s infinite;
        animation: SLIDESHOW1 80s linear 0s infinite;
    }
    .Style_Img{
        flex-basis: 5%;
        height: 25vw;
        overflow: hidden;
    }
    .Style_Img img{
        object-fit: cover;
        width: 15vw;
        height: 25vw;
    }
    .Style h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 2em;
        margin-bottom: 50px;
        text-align: center;
    }
    .Style p{
        font-size: 0.8em;
        text-align: center;
        margin-bottom: 50px;
    }
    .Style_Link{
        width: 320px;
        margin: 0 auto;
        background-color: #595757;
        margin-bottom: 150px;
    }
    .Style_Link a{
        display: block;
        width: 320px;
        padding: 10px 0;
        text-align: center;
    }
    .Style_Link img{
        width: 15px;
    }
}
@media screen and (orientation: portrait) {
    .Style{
        opacity: 0;
    }
    .Style_Img_Wrap{
        position: relative;
        width: 100vw;
        height: 45vw;
        overflow: hidden;
        margin-bottom: 100px;
    }
    .Style_Img_Innner1{
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        width: 500vw;
        font-size: 0;
        margin: 0;
        -webkit-animation: SLIDESHOW1 80s linear 0s infinite;
        animation: SLIDESHOW1 80s linear 0s infinite;
    }
    .Style_Img{
        flex-basis: 5%;
        height: 45vw;
        overflow: hidden;
    }
    .Style_Img img{
        object-fit: cover;
        height: 45vw;
    }
    .Style h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.25em;
        margin-bottom: 50px;
        text-align: center;
    }
    .Style p{
        font-size: 0.7em;
        text-align: center;
        margin-bottom: 50px;
    }
    .Style_Link{
        width: 80%;
        margin: 0 auto;
        background-color: #595757;
        margin-bottom: 100px;
    }
    .Style_Link a{
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .Style_Link img{
        width: 15px;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Menu_U{
        display: flex;
        display: -webkit-flex;
        font-size: 0;
        opacity: 0;
    }
    #MUI1{
        flex-basis: 33.3%;
    }
    #MUI2{
        flex-basis: 33.3%;
    }
    #MUI3{
        flex-basis: 33.3%;
    }
}
@media screen and (orientation: portrait) {
    .Menu_U{
        position: relative;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        font-size: 0;
        opacity: 0;
    }
    #MUI1{
        flex-basis: 100%;
        height: 100vw;
        overflow: hidden;
    }
      #MUI1 img{
        object-fit: cover;
        object-position: 0 0;
        width: 100%;
        height: 100vw;
      }
    #MUI2{
        flex-basis: 50%;
    }
    #MUI3{
        flex-basis: 50%;
    }
    #MUI1::before {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        top: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 25px 15px 0 #fff;
    }
    #MUI3::after {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        bottom: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 -25px 15px 0 #fff;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Menu{
        padding: 150px 20% 100px 20%;
        opacity: 0;
    }
    .Menu h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 2em;
        margin-bottom: 50px;
        text-align: center;
    }
    .Menu_Item_Wrap{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Menu_Item{
        flex-basis: 40%;
    }
    .Menu_Item b{
        display: block;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .Menu_Item dl{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        font-size: 0.9em;
        margin-bottom: 50px;
    }
    .Menu_Item dt{
        display: block;
        flex-basis: 50%;
        padding-bottom: 10px;
        border-bottom: 0.9px solid #b5b5b6;
        margin-bottom: 15px;
    }
    .Menu_Item dd{
        display: block;
        flex-basis: 50%;
        padding-bottom: 10px;
        border-bottom: 0.9px solid #b5b5b6;
        text-align: right;
        margin-bottom: 15px;
    }
}
@media screen and (orientation: portrait) {
    .Menu{
        padding: 100px 10% 50px 10%;
        opacity: 0;
    }
    .Menu h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.25em;
        margin-bottom: 50px;
        text-align: center;
    }
    .Menu_Item b{
        display: block;
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .Menu_Item dl{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        font-size: 0.7em;
        margin-bottom: 30px;
    }
    .Menu_Item dt{
        display: block;
        flex-basis: 50%;
        padding-bottom: 10px;
        border-bottom: 0.9px solid #b5b5b6;
        margin-bottom: 15px;
    }
    .Menu_Item dd{
        display: block;
        flex-basis: 50%;
        padding-bottom: 10px;
        border-bottom: 0.9px solid #b5b5b6;
        text-align: right;
        margin-bottom: 15px;
    }
    .Menu_Item small{
        font-size: 0.8em;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Reserve{
        display: flex;
        display: -webkit-flex;
        padding: 0 20%;
        margin-bottom: 150px;
        opacity: 0;
    }
    .Reserve_Inner_L{
        flex-basis: 50%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-collapse:collapse;
        border: 0.9px solid #b5b5b6;
        padding: 75px 0;
    }
    .Reserve_Inner_L h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.5em;
        text-align: center;
    }
    .Reserve_Inner_L h2::after{
        display: block;
        content: 'ご予約';
        font-family: 'Noto Serif JP', serif;
        font-size: 0.5em;
        margin-top: 5px;
    }
    .Reserve_Inner_R{
        flex-basis: 50%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        border-collapse:collapse;
        border: 0.9px solid #b5b5b6;
        margin-left: -0.9px;
        padding: 75px 0;
    }
    .Reserve_Link{
        width: 240px;
        margin: 0 auto;
        background-color: #595757;
    }
    .Reserve_Link a{
        display: block;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        color: #fff;
        width: 240px;
        padding: 10px 0;
        text-align: center;
    }
}
@media screen and (orientation: portrait) {
    .Reserve{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        border: 0.9px solid #b5b5b6;
        width: 90%;
        margin: 0 auto 100px auto;
        padding: 30px 0;
        opacity: 0;
    }
    .Reserve_Inner_L{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .Reserve_Inner_L h2{
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.25em;
        text-align: center;
        margin-bottom: 25px;
    }
    .Reserve_Inner_L h2::after{
        display: block;
        content: 'ご予約';
        font-family: 'Noto Serif JP', serif;
        font-size: 0.5em;
        margin-top: 5px;
    }
    .Reserve_Inner_R{
        align-items: center;
        border-collapse:collapse;
    }
    .Reserve_Link{
        width: 90%;
        margin: 0 auto;
        background-color: #595757;
    }
    .Reserve_Link a{
        display: block;
        font-size: 0.8em;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        color: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Menu_D{
        width: 100%;
        height: 50vw;
        max-height: 480px;
        font-size: 0;
    }
    .Menu_D_Img{
        overflow: hidden;
        width: 100%;
        height: 50vw;
        max-height: 480px;
    }
    .Menu_D_Img img{
        object-fit: cover;
        min-width: 100%;
        height: 100%;
        max-height: 480px;
    }
}
@media screen and (orientation: portrait) {
    .Menu_D{
        position: relative;
        width: 100%;
        font-size: 0;
    }
    .Menu_D::before {
        position: absolute;
        content: '';
        width: 125%;
        height: 20%;
        top: 0;
        left: -12.5%;
        right: 0;
        box-shadow: inset 0 25px 15px 0 #fff;
    }
}
/* -------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
    .Footer_Section{
        width: 100%;
        background-color: #3786c7;
        padding-top: 75px;
        font-size: 0.8em;
        color: #fff;
    }
    .Footer_Section_Inner{
        width: 50%;
        margin: 0 auto;
    }
    .Footer_Logo{
        width: 180px;
        margin: 0 auto 25px auto;
    }
    .Footer_Tel{
        text-align: center;
        margin-bottom: 25px;
    }
    .Footer_Tel a{
        color: #fff;
        outline:none;
        text-decoration: none;
    }
    .Footer_Address{
        text-align: center;
        margin-bottom: 10px;
    }
    .Footer_OpHour{
        width: 356px;
        margin: 0 auto 75px auto;
    }
    .Footer_OpHour p{
        margin-bottom: 10px;
    }
    .Copyright{
        background-color: #3786c7;
        text-align: center;
        padding-bottom: 10px;
    }
}
@media screen and (orientation: portrait) {
    .Footer_Section{
        width: 100%;
        background-color: #3786c7;
        padding-top: 75px;
        font-size: 0.6em;
        color: #fff;
    }
    .Footer_Section_Inner{
        width: 90%;
        margin: 0 auto;
    }
    .Footer_Logo{
        width: 30%;
        margin: 0 auto 25px auto;
    }
    .Footer_Tel{
        text-align: center;
        margin-bottom: 25px;
    }
    .Footer_Tel a{
        color: #fff;
        outline:none;
        text-decoration: none;
    }
    .Footer_Address{
        text-align: center;
        margin-bottom: 10px;
    }
    .Footer_OpHour{
        width: 82.5%;
        margin: 0 auto 75px auto;
    }
    .Footer_OpHour p{
        margin-bottom: 10px;
    }
    .Copyright{
        background-color: #3786c7;
        text-align: center;
        padding-bottom: 10px;
    }
}