/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    height: 84px;
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable] {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Noto Sans JP_r';
    src: url(../font/Noto_Sans_Regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: 'Noto Sans JP_m';
    src: url(../font/Noto_Sans_Medium.woff) format("woff");
    font-weight: 500
}



body {
    position: relative;
    background-color: #111;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans JP_r';
    letter-spacing: .05em;
}

img {
    display: block
}

main {
    position: relative
}

.pc {
    display: block;
}

.sp {
    display: none;
}


@media screen and (max-width: 520px) {
    .pc {
        display: none;
    }

    .sp {
        display: block ;
    }
    
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 273px;
    height: 100vh;
    padding: 20px 0;
    font-family: 'Oswald', cursive;
    text-align: center
}

header>p {
    font-size: 12px;
    font-family: 'Noto Sans JP_m';
    line-height: 1.3
}

header h1 {
    width: 100%;
    max-width: 130px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

header h1 img {
    width: 200px;
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0 0 0
}

header nav>ul li a {
    position: relative;
    display: block;
    width: 150px;
    padding: 12px 0 12px;
    font-size: 18px;
    letter-spacing: 1.8px
}

header nav>ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.774);
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
}

header nav>ul li a:hover::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

header nav>ul li+li {
    margin: 40px 0 0 0
}

header nav>div {
    margin: 40px 0 0 0;
    color: #fff;
}

header nav>div p {
    font-size: 24px
}

header nav>div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0 0
}

header nav>div ul li {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif
}

header nav>div ul li:first-child::before {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: no-repeat url("../image/icon/sun.png");
    background-size: 100%;
    content: ''
}

@media screen and (max-width: 520px) {
    header nav>div ul li:first-child::before {
        width: 15px;
        height: 15px;
        left: 0
    }
}

header nav>div ul li:last-child::before {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: no-repeat url("../image/icon/moon_w.png");
    background-size: 100%;
    content: ''
}

@media screen and (max-width: 520px) {
    header nav>div ul li:last-child::before {
        width: 15px;
        height: 15px;
        left: 0
    }
}

header nav>div ul li+li {
    margin: 8px 0 0 0
}

@media screen and (max-width: 980px) {
    header {
        width: 200px
    }
}

#toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgb(255,255,255,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

#toTop img {
    width: 14px;
    height: 14px
}

#toTop.show {
    opacity: 1;
    visibility: visible
}

#toTop.show.fixed {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgb(255,255,255,0.5);
}

#toTop.show:hover {
    opacity: .7
}

.top {
    position: relative;
    z-index: -1;
    width: calc(100% - 273px);
    height: 100vh;
    margin: 0 0 0 273px
}

.top img {
    position: relative;
    z-index: 1;
    width: calc(100% - 100px);
    height: calc(100vh - 100px);
    margin: 0 0 0 100px;
    border-radius: 0 0 0 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.top::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: calc(100% - 90px);
    height: calc(100vh - 90px);
    background-color: #C9BD5D;
    border-radius: 0 0 0 15px;
    content: ''
}

.top h1 {
    position: absolute;
    left: 90px;
    bottom: 180px;
    z-index: 2;
    padding: 17px 20px;
    color: #C9BD5D;
    background-color: #111;
    font-size: 36px;
    font-family: 'Oswald', cursive;
    font-weight: 700;
    border-radius: 0 0 40px 0;
    height: 84px;
}

.top p {
    margin: 40px 0 0 0;
    padding: 0 45px 0 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-align: right
}

@media screen and (max-width: 980px) {
    .top {
        width: calc(100% - 200px);
        margin: 0 0 0 200px
    }
}

@media screen and (max-width: 768px) {
    .top img {
        width: calc(100% - 10px);
        margin: 0 0 0 10px
    }

    .top::before {
        width: 100%
    }

    .top h1 {
        font-size: 26px;
        left: 3px
    }

    .top p {
        padding: 0 20px 0 0
    }
}

.about {
    width: calc(100% - 273px);
    margin: 50px 0 0 273px
}

.about>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px
}

.about>div div {
    width: 50%
}

.about>div div h2 {
    color: #C9BD5D;
    font-size: 36px;
    font-family: 'Oswald', cursive;
    font-weight: 600;
}

@media screen and (max-width: 520px) {
    .about>div div h2 {
        font-size: 26px
    }
}

.about>div div p {
    width: 100%;
    max-width: 434px;
    margin: 40px 0 0 0;
    line-height: 2.1
}

.about img {
    width: 50%;
    max-width: 500px;
    height: 330px;
    margin: 0 0 0 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 60px 0 60px 0;
}

@media screen and (max-width: 980px) {
    .about {
        width: calc(100% - 200px);
        margin: 50px 0 0 200px
    }

    .about img {
        height: 350px
    }
}

@media screen and (max-width: 768px) {
    .about img {
        height: 460px
    }
}

.menu {
    width: calc(100% - 273px);
    margin: 80px 0 0 273px;
}
.info{
    margin: 20px auto 0;
    display: block;
    width: 100%;
    max-width: 830px;
}

.info p{
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    font-size: 14px;
}
.job{
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 0 20px;
    font-family: 'Noto Sans JP_m';
    font-size: 14px;
    line-height: 1.5;
}


.menu>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px
}

.menu>div h2 {
    color: #C9BD5D;
    font-size: 36px;
    font-family: 'Oswald', cursive;
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: 600;
}

@media screen and (max-width: 520px) {
    .menu>div h2 {
        font-size: 26px
    }
}

.menu>div article {
    width: calc((100% - 100px) / 3);
    max-width: 300px
}

.menu>div article div {
    position: relative;
    width: 100%
}

.menu>div article div::before {
    display: block;
    padding: 100% 0 0 0;
    content: ''
}

.menu>div article div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.menu>div article h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Sans JP_m'
}

.menu>div article h3 span {
    margin: 3px 0 0 0
}

.menu>div article p {
    line-height: 1.5
}

.menu h4 {
    width: 100%;
    max-width: 830px;
    margin: 50px auto 0;
    padding: 0 20px 20px;
    color: #C9BD5D;
    font-size: 20px;
    font-family: 'Oswald', cursive;
    font-weight: 600;
}

.menu h4:nth-of-type(2) {
    margin: 50px auto 0
}

.menu dl {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 20px
}

.menu dl>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #C9BD5D;
    font-size: 18px;
    font-family: 'Noto Sans JP_m'
}

.menu dl>div dt {
    font-weight: bold
}

.menu dl>div dd {
    text-align: right
}

.menu dl>div dd span {
    display: inline-block;
    width: 70px;
    margin: 0 0 0 45px
}
.price_long{
    width: 185px !important;
}

.menu dl>div dd+dd {
    margin: 10px 0 0 0
}

.menu dl>div:first-child {
    border-top: 3px solid #C9BD5D
}

.menu small {
    display: block;
    width: 100%;
    max-width: 830px;
    margin: 20px auto 0;
    padding: 0 20px;
    color: #C9BD5D;
    text-align: right;
    font-size: 14px;
    font-family: 'Oswald', cursive;
    letter-spacing: .02em
}
.drink_text{
    font-family: 'Noto Sans JP_m'!important;
    line-height: 1.5;
    text-align: left !important;
}

@media screen and (max-width: 980px) {
    .menu {
        width: calc(100% - 200px);
        margin: 50px 0 0 200px;
    }
    .info{
        display: block;
        width: 100%;
        max-width: 830px;
        margin: 20px auto 0;
    }

    .menu>div article {
        width: calc((100% - 50px) / 3)
    }
}

@media screen and (max-width: 768px) {
    .menu>div article {
        width: calc((100% - 20px) / 3)
    }

    .menu>div article h3 {
        font-size: 16px
    }

    .menu dl>div {
        font-size: 16px
    }
}

.information {
    width: calc(100% - 273px);
    margin: 80px 0 0 273px
}

.information h2 {
    color: #C9BD5D;
    font-size: 36px;
    font-family: 'Oswald', cursive;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    font-weight: 600;
}

@media screen and (max-width: 520px) {
    .information h2 {
        font-size: 26px
    }
}

.information dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 0 20px;
    font-family: 'Noto Sans JP_m'
}

.information dl>div {
    width: calc((100% - 100px) / 3);
    max-width: 300px
}

.information dl>div div {
    position: relative;
    width: 100%;
    height: 300px;
}

.information dl>div div::before {
    display: block;
    padding: 66.7% 0 0 0;
    content: ''
}

.information dl>div div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.information dl>div dt {
    position: relative;
    margin: 12px 0 6px;
    padding: 0 0 0 28px;
    color: #C9BD5D
}

.information dl>div dt::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: no-repeat url(../image/icon/time.svg);
    background-size: 100%;
    vertical-align: center;
    content: ''
}



@media screen and (max-width: 980px) {
    .information {
        width: calc(100% - 200px);
        margin: 50px 0 0 200px
    }

    .information dl>div {
        width: calc((100% - 50px) / 3)
    }
}

@media screen and (max-width: 768px) {
    .information dl>div {
        width: calc((100% - 20px) / 3)
    }
}

.access {
    width: calc(100% - 273px);
    margin: 80px 0 0 273px;
    padding: 0 0 10px 0
}

.access h2 {
    color: #C9BD5D;
    font-size: 36px;
    font-family: 'Oswald', cursive;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    font-weight: 600;
}

@media screen and (max-width: 520px) {
    .access h2 {
        font-size: 26px
    }
}

.access>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 0 20px
}

.access>div>div:nth-of-type(1) {
    min-width: 344px
}

.access>div>div:nth-of-type(1) dl {
    width: 100%;
    font-family: 'Noto Sans JP_m'
}

.access>div>div:nth-of-type(1) dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.access>div>div:nth-of-type(1) dl div dt {
    width: 59px;
    margin: 0 40px 0 0;
    font-weight: unset
}

.access>div>div:nth-of-type(1) dl div dd {
    line-height: 1.5
}

.access>div>div:nth-of-type(1) dl div+div {
    margin: 18px 0 0 0
}

.access>div>div:nth-of-type(1) p {
    margin: 30px 0 0 0;
    line-height: 1.5
}

.access>div>div:nth-of-type(1) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0 0
}

.access>div>div:nth-of-type(1) ul li {
    -webkit-transition: .3s;
    transition: .3s
}

.access>div>div:nth-of-type(1) ul li+li {
    margin: 0 0 0 50px
}

.access>div>div:nth-of-type(1) ul li:hover {
    opacity: .7
}

.access>div>div:nth-of-type(2) {
    width: 100%;
    max-width: 550px;
    height: 340px;
    margin: 0 0 0 20px;
    background-color: #fff
}

@media screen and (max-width: 980px) {
    .access {
        width: calc(100% - 200px);
        margin: 50px 0 0 200px
    }
}

@media screen and (max-width: 768px) {
    .access>div>div:nth-of-type(1) {
        width: 60%;
        min-width: unset
    }

    .access>div>div:nth-of-type(1) dl dt {
        white-space: nowrap
    }

    .access>div>div:nth-of-type(2) {
        width: 40%
    }
}

footer {
    width: calc(100% - 273px);
    margin: 0 0 0 273px;
    padding: 10px 0 20px
}

footer small {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: right;
    color: #fff;
    font-size: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 520px) {
    header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px 0
    }

    header>p {
        font-size: 10px
    }

    header h1 {
        max-width: 98px;
        margin: 20px 0 0 0
    }

    #open-menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        background-color: #C9BD5D;
    }

    #open-menu span {
        position: relative;
        width: 23px;
        height: 2px;
        margin: 12px 0;
        background-color: #111111
    }

    #open-menu span::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #111111;
        content: '';
        top: -8px
    }

    #open-menu span::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #111111;
        content: '';
        bottom: -8px
    }

    #menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: calc(100vh - 50px);
        padding: 70px 0 80px;
        background-color: #111;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s
    }

    #menu #close-menu {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        background-color: #C9BD5D;
    }

    #menu #close-menu span {
        position: relative;
        width: 25px;
        height: 2px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        background-color: #111
    }

    #menu #close-menu span::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
        background-color: #111;
        content: ''
    }

    #menu h1 {
        width: 100%;
        max-width: 200px
    }

    #menu h1 img {
        width: 100%
    }

    #menu nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        max-height: 330px;
        margin: 30px 0 0 0
    }

    #menu nav ul:nth-of-type(1) li a {
        position: relative;
        display: block;
        width: 150px;
        padding: 12px 0 12px;
        font-size: 18px;
        font-family: 'Oswald', cursive;
        letter-spacing: 1.8px;
        text-align: center;
        background-color: #555;
}
    }

    #menu nav ul:nth-of-type(1) li a::before {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        content: '';
        -webkit-transition: .3s;
        transition: .3s
    }

    #menu nav ul:nth-of-type(1) li a:hover::before {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    #menu nav ul:nth-of-type(1) li+li {
        margin: 30px 0 0 0
    }

    #menu nav ul:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        width: 220px;
        margin: 47px 0 0 0
    }

    #menu.open {
        opacity: 1;
        visibility: visible
    }

    #toTop {
        right: 0;
        bottom: 50px;
        width: 37px;
        height: 37px
    }

    #toTop img {
        width: 11px;
        height: 11px
    }

    #toTop.show.fixed {
        position: fixed;
        right: 0;
        bottom: 50px
    }

    .bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 900;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0 5px;
        background-color: #C9BD5D;
        color: #fff
    }

    .bottom a {
        font-size: 24px;
        font-family: 'Oswald', cursive;
        color: #111;
    }

    .bottom ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 10px
    }

    .bottom ul li {
        position: relative;
        padding: 0 0 0 16px;
        font-family: 'Oswald', sans-serif;
        color: #111;
    }

    .bottom ul li:first-child::before {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: no-repeat url("../image/icon/sun_w.png");
        background-size: 100%;
        content: ''
    }


@media screen and (max-width: 520px) and (max-width: 520px) {
    .bottom ul li:first-child::before {
        width: 15px;
        height: 15px;
        left: 0
    }
}

@media screen and (max-width: 520px) {
    .bottom ul li:last-child::before {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: no-repeat url("../image/icon/moon.png");
        background-size: 100%;
        content: ''
    }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
    .bottom ul li:last-child::before {
        width: 15px;
        height: 15px;
        left: 0
    }
}

@media screen and (max-width: 520px) {
    .bottom ul li+li {
        margin: 0 0 0 8px
    }

    .top {
        width: 100%;
        margin: 40px 0 0 0;
        height: calc(100vh - 250px)
    }

    .top img {
        width: calc(100% - 20px);
        height: calc(100% - 35px);
        margin: 0 0 0 20px;
        border-radius: 0 0 0 100px
    }

    .top::before {
        top: -10px;
        width: calc(100% - 10px);
        height: calc(100% - 15px);
        border-radius: 0 0 0 100px
    }

    .top h1 {
        bottom: 80px;
        height: 65px;
    }

    .top p {
        margin: 20px 0 0 0;
        font-size: 14px
    }

    .about {
        width: 100%;
        margin: 60px 0 0 0
    }

    .about>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about>div div {
        width: 100%
    }

    .about>div div p {
        max-width: unset;
        margin: 20px 0 0 0
    }

    .about>div img {
        width: 100%;
        height: 220px;
        max-width: unset;
        margin: 20px 0 0 0
    }

    .menu {
        width: 100%;
        margin: 50px 0 0 0
    }
    .info{
        width: 100%;
        margin: 20px 0 0 0
    }

    .menu>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu>div h2 {
        margin: 0 0 20px 0
    }

    .menu>div article {
        width: 100%
    }

    .menu>div article h3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0
    }

    .menu>div article h3 span {
        margin: 0 0 0 10px
    }

    .menu>div article+article {
        margin: 40px 0 0 0
    }

    .menu h4 {
        margin: 20px 0 0 0;
        padding: 0 20px 10px;
        font-size: 18px
    }

    .menu h4:nth-of-type(2) {
        margin: 20px 0 0 0
    }

    .menu dl>div {
        padding: 10px 0
    }

    .menu small {
        margin: 10px auto 0;
        font-size: 12px
    }
    .drink_text{
        font-family: 'Noto Sans JP_m'!important;
        line-height: 1.5;
        text-align: left !important;
    }

    .information {
        width: 100%;
        margin: 50px 0 0 0
    }

    .information dl {
        margin: 20px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .information dl>div {
        width: 100%
    }

    .information dl>div dt {
        margin: 10px 0 4px
    }

    .information dl>div+div {
        margin: 40px 0 0 0
    }

    .access {
        width: 100%;
        margin: 50px 0 0 0
    }

    .access>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 20px 0 0 0
    }

    .access>div>div:nth-of-type(1) {
        width: 100%;
        min-width: unset;
        max-width: unset;
        margin: 20px 0 0 0
    }

    .access>div>div:nth-of-type(1) dl div+div {
        margin: 20px 0 0 0
    }

    .access>div>div:nth-of-type(1) ul {
        display: none
    }

    .access>div>div:nth-of-type(2) {
        width: 100%;
        height: 300px;
        margin: 0
    }

    footer {
        width: 100%;
        margin: 30px 0 70px;
        padding: 0
    }

    footer small {
        font-size: 10px;
        text-align: center
    }


}





.menu_drink{
    margin-top: 4px !important;
}
.bottom{
    display: none;
}
@media screen and (max-width: 520px){
    .map{
        width: 100%;
        height: 300px;
    }
    .bottom{
        display: flex;
    }
}




.map-container {
    position: relative;
    padding-bottom: 56.25%; /* This is the aspect ratio for the iframe */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 800px) {
    .map-container {
        padding-bottom: 0;
        height: 450px; /* Set to desired height */
    }
    .map-container iframe {
        width: 600px; /* Set to desired width */
        height: 450px; /* Set to desired height */
    }
}


