@charset "utf-8";

/*
Theme Name: BAR SHIRO公式サイト
Theme URI:
Description: BAR SHIRO公式サイト
Author: 株式会社ウェブトラスト
Version: 1.0
Tags:
*/


/*----------------------------------------------------
  基本設定、リンクカラーなど
----------------------------------------------------*/


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    color: #000;
    background-color: #fff;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
}

a:hover {
    opacity: .8;
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 1.7;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


/*----------------------------------------------------
  toTop
----------------------------------------------------*/

#page-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    background: #fff;
    color: #000;
    padding: 10px 13px;
    text-align: center;
    display: block;
    border-radius: 3px;
    font-size: 12px;
}


/*----------------------------------------------------
  gmenu
----------------------------------------------------*/

.on .open {
    display: block;
    opacity: 1;
    position: fixed;
}

.open {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    opacity: 0;
    position: absolute;
    top: 69px;
    right: 101px;
    z-index: 999;
    line-height: 1;
    transition: .5s;
    cursor: pointer;
    display: none;
}

.on .close {
    display: none;
    opacity: 0;
}

.close {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    position: absolute;
    top: 71px;
    right: 123px;
    text-shadow: none;
    opacity: 1;
    line-height: 1;
    transition: .5s;
    cursor: pointer;
    z-index: 4;
}

.close:focus,
.close:hover {
    color: #000;
}

.on .overlay {
    display: block;
    visibility: visible;
    background: rgba(0, 0, 0, .5);
    z-index: 997;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: .5s;
}

.on #gmenu {
    right: 0;
}

#gmenu {
    position: fixed;
    top: 0;
    right: -640px;
    background-color: #fff;
    width: 640px;
    height: 100%;
    padding: 173px 67px 69px 67px;
    transition: .3s;
    overflow-y: auto;
    z-index: 998;
}

#gmenu ul {
    padding-left: 0;
    margin-bottom: 91px;
}

#gmenu li {
    list-style: none;
    width: 100%;
    display: inline-block;
}

#gmenu li span {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-align: left;
}

#gmenu li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #000;
}

#gmenu hr {
    border-top: 1px solid #454545;
    flex-grow: 1;
}

#gmenu h1 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px 0s;
}

.add,
.tel {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
}

#gmenu .open {
    position: absolute;
}

#gmenu .menuBtn {
    position: absolute;
    z-index: 998;
}

@media screen and (max-width: 768px) {
    #gmenu {
        right: -500px;
        width: 500px;
        padding: 173px 67px 69px 67px;
    }

    #gmenu ul {
        margin-bottom: 41px;
    }

    #gmenu .add,
    #gmenu .tel {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    #gmenu {
        right: -300px;
        width: 300px;
        padding: 90px 30px 69px 30px;
    }
}


/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/

.menuBtn {
    padding-top: 34px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 57px;
    right: 67px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-align: center;
    z-index: 997;
    transition: .3s;
}

.menuBtn:hover {
    opacity: .8;
}

.menuBtn span {
    display: block;
    background-color: #000;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 4px;
    transition: .3s;
}

.menuBtn span:first-child {
    top: 12px;
}

.menuBtn span:nth-child(2n) {
    margin-top: 0;
    top: 50%;
}

.menuBtn span:last-child {
    bottom: 9px;
}

.closeBtn {
    position: fixed;
    right: 49px;
    transition: .3s;
}

.closeBtn span {
    width: 21px;
}

.closeBtn span:first-child {
    top: 9px;
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.closeBtn span:nth-child(2n) {
    display: none;
}

.closeBtn span:last-child {
    bottom: 9px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .menuBtn {
        right: 30px;
        top: 37px;
    }

    .closeBtn {
        right: 16px;
    }

    .close {
        top: 72px;
        right: 20px;
    }

    .open {
        top: 51px;
        right: 67px;
    }
}


/*----------------------------------------------------
  mainImg
----------------------------------------------------*/

#mainImg {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    background-image: url(images/main-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
}

.bg-video:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
}

.mainTxt {
    position: absolute;
    /* top: 24%; */
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    display: block;
    transform: translateY(-50%);
}

.mainTxt > img {
    display: block;
    margin: 0 auto 52px auto;
}

.mainTxt > img:first-child {
    margin-bottom: 60px;
}

.shinyuri,
.catch {
    text-align: center;
    font-size: 20px;
    word-break: normal;
    transition: .3s;
}

.shinyuri {
    margin-bottom: 34px;
}

.catch {
    margin-bottom: 60px;
}

.mainTxt h1 {
    width: 100%;
    max-width: 432px;
    margin: 0 auto 37px auto;
}

.mainTxt h1 img {
    width: 100%;
}

.mainTxt > a {
    width: 70px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    z-index: 998;
}

.btn-play {
    width: 102px;
    height: 130px;
    margin: 0 auto;
    text-align: center;
}

.btn-play a {
    display: block;
}

.btn-play a img {
    width: 102px;
}

.scroll-ber {
    position: absolute;
    right: 60px;
    left: auto;
    top: auto;
    bottom: 0;
    z-index: 4;
}

.scroll-ber::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 1px;
    height: 80px;
    margin-top: 40px;
}

.scroll-ber .scroll-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1px;
    font-weight: bold;
}

@media screen and (min-width: 1441px) {
    #mainImg {
        padding-top: 51.4%;
    }

    .mainTxt {
        /* top: 27%; */
    }
}

@media screen and (max-width: 1170px) {
    .mainTxt {
        /* top: 17%; */
    }

    .mainTxt h1 {
        max-width: 370px;
        margin: 0 auto 37px auto;
    }

    .catch {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 991px) {


/*
    .bg-video video {
        width: auto;
        height: 100%;
        transform: translateX(-27%);
    }
*/

    .mainTxt h1 {
        max-width: 320px;
        margin: 0 auto 27px auto;
    }

    .shinyuri,
    .catch {
        font-size: 16px;
    }

    .shinyuri {
        margin-bottom: 24px;
    }

.btn-play {
    width: 90px;
    height: 114px;
}

    .btn-play a img {
        width: 90px;
    }
}

@media screen and (max-width: 768px) {

    #mainImg {
        width: auto;
        height: 100%;
        padding-top: 120%;
    }

    .mainTxt {
        /* top: 25%; */
    }

    .bg-video video {
        width: auto;
        height: 100%;
        transform: translateX(-27%);
    }

}

@media screen and (max-width: 468px) {

    #mainImg {
        padding-top: 160%;
    }

    .mainTxt h1 {
        max-width: 260px;
    }

    .shinyuri,
    .catch {
        font-size: 14px;
    }

    .scroll-ber {
        right: 40px;
    }

    .scroll-ber::after {
        height: 65px;
        margin-top: 25px;
    }
}


/*----------------------------------------------------
  news
----------------------------------------------------*/

#news {
    padding: 59px 0;
}

#news .container {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

#news h1 {
    margin: 0 79px 0 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    min-width: 60px;
}

#news time {
    font-family: 'Libre Baskerville', serif;
    margin-right: 20px;
    color: #777777;
    font-size: 16px;
    display: block;
    min-width: 106px;
}

#news h2 {
    margin: 0 auto 0 0;
    font-size: 16px;
    padding-right: 80px;
    line-height: 1.4;
}

#news .more {
    font-family: 'Work Sans', sans-serif;
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    min-width: 50px;
}

@media screen and (max-width: 768px) {
    #news .container {
        display: block;
        padding: 0 30px;
    }

    #news h1 {
        margin: 0 0 30px 0;
        text-align: center;
    }

    #news time {
        margin: 0 0 12px 0;
        min-width: inherit;
        text-align: center;
    }

    #news h2 {
        margin: 0 0 12px 0;
        padding-right: 0;
        text-align: center;
    }

    #news .more {
        min-width: inherit;
        text-align: center;
    }
}


/*----------------------------------------------------
  content
----------------------------------------------------*/

#content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#content > a {
    width: 33.3333%;
    margin-bottom: 50px;
    display: block;
}

/*
#content > a:hover .inner h1 {
transform:rotateX(360deg);
}
*/
#content > a:hover .inner h1 {
    letter-spacing: 3px;
}

#content figure img {
    width: 100%;
}

#content .inner {
    border-right: 1px solid #454545;
}

#content .last {
    border: none;
}

#content h1 {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
}

#content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #content {
        display: block;
    }

    #content > a {
        width: 100%;
        margin-bottom: 0;
    }

    #content .inner {
        border: none;
    }

    #content figure {
        position: relative;
    }

    #content figure img {
        -webkit-filter: brightness(80%);
    }

    #content figcaption {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -55px;
    }

    #content h1 {
        font-size: 32px;
        color: #fff;
    }

    #content p {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.4;
    }
}


/*----------------------------------------------------
  blog
----------------------------------------------------*/

#blog {
    padding: 61px 0 58px 0;
}

#blog .container {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    display: flex;
}

#blog h1 {
    margin: 0 79px 0 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    min-width: 60px;
}

#blog .blogList {
    width: 100%;
}

#blog article {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 0;
}

.home #blog article:first-child {
    padding-top: 0;
}

#blog article:not(:last-child) {
    border-bottom: 1px solid #454545;
}

#blog time {
    font-family: 'Libre Baskerville', serif;
    margin-right: 20px;
    color: #777777;
    font-size: 16px;
    display: block;
    min-width: 106px;
}

#blog h2 {
    margin: 0 auto 0 0;
    font-size: 16px;
    padding-right: 80px;
    line-height: 1.4;
}

#blog .blogList .more {
    font-family: 'Work Sans', sans-serif;
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    min-width: 50px;
    margin-left: auto;
}

#blog > a.more {
    display: block;
    width: 130px;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    min-width: 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    line-height: 2.2;
}

@media screen and (max-width: 768px) {
    #blog .container {
        display: block;
        padding: 0 30px;
    }

    #blog article {
        display: block;
        padding: 30px 0;
    }

    #blog h1 {
        margin: 0 0 30px 0;
        text-align: center;
    }

    #blog time {
        margin: 0 0 12px 0;
        min-width: inherit;
        text-align: center;
    }

    #blog h2 {
        margin: 0 0 12px 0;
        padding-right: 0;
        text-align: center;
    }

    #blog .more {
        min-width: inherit;
        text-align: center;
    }
}


/*----------------------------------------------------
  aside
----------------------------------------------------*/
aside {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
}
aside ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
aside ul li {
    width: 100%;
    display: block;
}
aside .container a img {
    width: 100%;
}
@media screen and (min-width: 769px) {
    aside ul li {
        width: calc(50% - 10px);
    }
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/

footer {
    padding: 99px 30px;
}

footer > img {
    display: block;
    width: 216px;
    margin: 0 auto 41px auto;
}

footer ul {
    display: flex;
    justify-content: space-between;
    max-width: 660px;
    width: 100%;
    margin: 0 auto 37px;
    padding-left: 0;
}

footer li {
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-right: 30px;
    transition: .3s;
}

footer li:last-child {
    margin-right: 0;
}

footer .tel {
    margin-bottom: 25px;
}

.walk {
    font-size: 14px;
    text-align: center;
    margin-bottom: 53px;
}

.copy {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.add > a {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

footer .add br {
    display: none;
}

@media screen and (max-width: 768px) {
    footer .add br {
        display: block;
    }

    footer .add .xs {
        display: none;
    }
}

@media screen and (max-width: 535px) {
    footer ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    footer li {
        margin-right: 0;
    }
}

@media screen and (max-width: 510px) {
    footer ul {
        display: block;
        width: 215px;
    }

    footer li {
        width: 105px;
        padding: 12px;
        text-align: center;
    }

    .add .xs {
        display: block;
    }
}


/*----------------------------------------------------
  pageヘッダー
----------------------------------------------------*/

.page header,
.single header {
    padding: 68px 67px 65px 67px;
    background-image: url(images/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page header > a,
.single header > a {
    width: 174px;
    display: block;
}

.page header > a img,
.single header > a img {
    width: 100%;
}

@media screen and (max-width: 768px) {

    .page header,
    .single header {
        padding: 48px 30px 45px 30px;
    }
}


/*----------------------------------------------------
  access
----------------------------------------------------*/

.page #main,
.single #main {
    padding: 80px 30px;
}

.page #main h1,
.single #main h1 {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.page #main h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.access #main > img {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 0 auto 39px;
}

.access #main .image {
    max-width: 300px;
    width: 100%;
    padding-top: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200%;
    border-radius: 160px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 374px) {
    .access #main .image {
        padding-top: 100%;
    }
}

.access #main .walk {
    color: #000;
}

.access .add br {
    display: none;
}

#map {
    position: relative;
    width: 100%;
    height: 400px;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .access .add br {
        display: block;
    }
}


/*----------------------------------------------------
  blog一覧
----------------------------------------------------*/
.page #blog .container {
    max-width: inherit;
    display: block;
    padding: 30px 0;
}

.page #blog h1 {
    text-align: center;
    margin: 20px 0 81px 0;
    font-size: 24px;
}

.page #blog .blogList {
    width: 100%;
    max-width: 642px;
    margin: 0 auto;
    padding: 0 30px;
}


/*----------------------------------------------------
  single
----------------------------------------------------*/

.single #main h1 {
    width: 100%;
    max-width: 642px;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 58px;
    border-bottom: 1px solid #e6e5e5;
}

.single #main .container {
    width: 100%;
    max-width: 642px;
    margin: 0 auto
}

.single #blog .blogList article:first-child {
    padding-top: 0;
}

.entry-title {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 50px;
}

.entry-title h2 {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 18px;
}

.entry-title time {
    display: block;
    margin: 0 auto 49px auto;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.entry-body {
    margin-bottom: 40px;
}

.entry-body h3,
.entry-body h4,
.entry-body h5 {
    color: #000;
    font-weight: 700;
}

.entry-body h3 {
    font-size: 18px
}

.entry-body h4 {
    font-size: 16px
}

.entry-body h5 {
    font-size: 14px
}

.entry-body p {
    font-size: 16px;
}

.social {
    margin-bottom: 52px;
}

.social .sns {
    max: 100%;
    margin: 0 auto;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.social .sns li {
    list-style: none;
    width: 32px;
}

.social .sns li:last-child {
    margin-right: 0;
}

.social .sns li img {
    width: 100%;
}


/*----------------------------------------------------
  pagenav
----------------------------------------------------*/

.pagenav {
    max-width: 642px;
    width: 100%;
    overflow: hidden;
    margin: 30px auto 90px auto;
}

.single .pagenav {
    width: 100%;
    max-width: 642px;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
}

.topics .pagenav,
.category .pagenav {
    padding: 0;
}

.pickup .pagenav,
    {
    margin-top: 0;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.nav-previous a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.nav-next a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}


/*----------------------------------------------------
  drink,food,party
----------------------------------------------------*/
.drink .container > img,
.food .container > img,
.party .container > img {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 39px;
}

.drink .intro p,
.food .intro p,
.party .intro p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.drink .intro .note,
.food .intro .note,
.party .intro .note {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 78px;
}

.drink .container hr,
.food .container hr,
.party .container hr {
    margin: 57px 0 60px 0;
    clear: both;
    border-top: 1px solid #454545;
}

.drink #main .container h2,
.food #main .container h2,
.party #main .container h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 43px;
}

.drink .container h3,
.food .container h3,
.party .container h3 {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 24px 0;
    font-weight: 300;
}

.drink .container h3:before,
.food .container h3:before,
.party .container h3:before {
    content: "-"
}

.drink .container h3:after,
.food .container h3:after,
.party .container h3:after {
    content: "-"
}

.drink .list,
.food .list,
.party .list {
    overflow: hidden;
}

.drink .list p,
.food .list p,
.party .list p {
    font-family: 'Libre Baskerville', serif;
    clear: both;
    color: #440e00;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-top: 38px;
}

.drink .list .note,
.food .list .note,
.party .list .note {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 38px;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-style: normal;
}

.left {
    width: 50%;
    float: left;
    padding-right: 26px;
    box-sizing: border-box;
}

.right {
    width: 50%;
    float: right;
    padding-left: 26px;
    box-sizing: border-box;
}

.drink .list table,
.food .list table,
.party .list table {
    border-collapse: inherit;
}

.drink .list th,
.food .list th,
.party .list th {
    padding-right: 30px;
}

.drink .list td,
.food .list td,
.party .list td {
    text-align: right;
    min-width: 64px;
}

.mod-item {
    list-style: none;
    padding: 0;
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

h3 + .mod-item {
    margin-top: 0;
}

.mod-item li {
    margin-bottom: 30px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .mod-item li {
        width: 100%;
    }
}

.mod-item .item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.mod-item div[style] {
    width: 100px;
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.mod-item .cont {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: -webkit-space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 100px);
    padding: 0 30px;
}

@media screen and (max-width: 991px) {
    .mod-item .cont {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .mod-item .cont {
        padding-right: 0;
    }
}

.mod-item .cont:only-child {
    width: 100%;
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .mod-item .cont:only-child {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.mod-item .tag {
    width: 100%;
    margin-bottom: 5px;
}

.mod-item .tag span {
    padding: 1px 5px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
}

.mod-item .name {
    padding-right: 10px;
}

@media screen and (max-width: 991px) {
    .mod-item .name {
        margin-bottom: 5px;
    }
}

.sub-cont {
    text-align: left !important;
    font-size: 16px !important;
    margin-top: 50px;
}

.sub-cont + .mod-item {
    margin-top: 0;
}

.sub-cont + .mod-item li {
    width: 33.33%;
}

@media screen and (max-width: 991px) {
    .sub-cont + .mod-item li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .sub-cont + .mod-item li {
        width: 100%;
    }
}

.sub-cont + .mod-item .cont {
    width: calc(100% - 60px);
}

@media screen and (max-width: 768px) {
    .sub-cont + .mod-item .cont {
        padding-right: 0;
    }
}

.sub-cont + .mod-item div[style] {
    width: 60px;
    padding-top: 60px;
}

.mod-setmenu + .mod-setmenu {
    margin-top: 50px;
}

.mod-setmenu .title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .mod-setmenu .title {
        padding-right: 0;
    }
}

.mod-setmenu .title h2 {
    margin: 0 10px 0 0 !important;
}

.mod-setmenu .text {
    font-size: 15px;
}

.mod-setmenu .inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: -webkit-space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-setmenu .inner .image {
    width: 300px;
    padding-top: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .mod-setmenu .inner .image {
        width: 200px;
        padding-top: 135px;
    }
}

@media screen and (max-width: 568px) {
    .mod-setmenu .inner .image {
        width: 100%;
        padding-top: 66%;
    }
}

.mod-setmenu .list-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
    .mod-setmenu .list-block {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 568px) {
    .mod-setmenu .list-block {
        width: 100%;
    }
}

.applicable-items {
    list-style: none;
    padding-left: 0;
    padding-right: 20px;
}

@media screen and (max-width: 568px) {
    .applicable-items {
        width: 50%;
    }

    .applicable-items:only-child {
        width: 100%;
    }
}

.applicable-items li:before {
    content: '・';
}

.food section .note {
    text-align: center;
    color: #000;
    font-size: 15px;
    margin-bottom: 53px;
}

#party {
    padding: 82px 30px;
    margin-top: 60px;
}

#party section + section {
    margin-top: 100px;
}

#party hr {
    border-color: rgba(0, 0, 0, 0);
}

#party h1 {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#party .image {
    max-width: 750px;
    width: 100%;
    padding-top: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 50px;
}

@media screen and (max-width: 393px) {
    #party .image {
        padding-top: 100%;
    }
}

#party .text {
    font-size: 15px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}

@media screen and (max-width: 568px) {
    #party .text br {
        display: none;
    }
}

#party .note {
    text-align: center;
    color: #000;
    font-size: 15px;
    margin-bottom: 53px;
}

#party .mod-party {
    margin: 100px 0 0;
}

#party h1 + .mod-party {
    margin-top: 60px;
}

#party .mod-party dt {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 43px;
    word-break: keep-all;
}

#party .mod-party .price {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 43px;
    margin-top: -25px;
}

#party .free-drink .note {
    margin-bottom: 20px;
    color: #000;
}

#party .mod-party dd {}

#party .mod-party ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

#party .mod-party ul li {
    width: 33.33%;
    margin-bottom: 10px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    #party .mod-party ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    #party .mod-party ul li {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 568px) {
    #party .mod-party ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}


#party .tel-icon {
    width: 51px;
}

@media screen and (max-width: 768px) {
    #party .tel-icon {
        width: 45px;
    }
}

#party .tel-icon img {
    max-width: 100%;
    height: auto;
}

#party .telbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 292px;
    margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
    #party .telbox {
        width: auto;
        margin: 30px -20px 0;
    }
}

#party .tel {
    font-family: 'Work Sans', sans-serif;
    color: #440e00;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding-left: 13px;
}

#party .tel a {
    word-break: break-all;
}

#party .tel span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #party .tel {
        font-size: 22px;
    }
}

/*----------------------------------------------------
  menu
----------------------------------------------------*/
.menu .container > img {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 39px;
}

.menu .intro p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.menu .intro .note {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 78px;
}

.menu .container hr {
    margin: 57px 0 60px 0;
    clear: both;
}

.menu #main .container h2 {
    font-family: 'Libre Baskerville', serif;
    color: #440e00;
    font-size: 22px;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 43px;
}

.menu .container h3 {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 24px 0;
    font-weight: 300;
}

.menu .container h3:before {
    content: "-"
}

.menu .container h3:after {
    content: "-"
}

.menu .list {
    overflow: hidden;
}

.menu .list p {
    font-family: 'Libre Baskerville', serif;
    clear: both;
    color: #440e00;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-top: 38px;
}

.menu .list .note {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 38px;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-style: normal;
}

.left {
    width: 50%;
    float: left;
    padding-right: 26px;
    box-sizing: border-box;
}

.right {
    width: 50%;
    float: right;
    padding-left: 26px;
    box-sizing: border-box;
}

.menu .list table {
    border-collapse: inherit;
}

.menu .list th {
    padding-right: 30px;
}

.menu .list td {
    text-align: right;
    min-width: 64px;
}

@media screen and (max-width: 768px) {

    .left,
    .right {
        width: 100%;
        float: inherit;
        padding-right: 0;
        padding-left: 0;
    }
}

/*----------------------------------------------------
  party
----------------------------------------------------*/
.menu #party {
    background-color: #f7f2ea;
    padding: 82px 0;
}

.menu #party .container {
    padding: 0 30px;
}

.menu #party h1 {
    font-family: 'Work Sans', sans-serif;
    color: #440e00;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.menu #party .container p {
    text-align: center;
    font-size: 16px;
}

.menu #party .container .note {
    color: #000;
    font-size: 15px;
    margin-bottom: 53px;
}

.menu #party .plan {
    width: 100%;
    max-width: 462px;
    margin: 0 auto 52px auto;
}

.menu #party .plan th {
    font-size: 15px;
    text-align: left;
}

.menu #party .plan td {
    text-align: right;
    width: 58px;
}

/*----------------------------------------------------
  font memo
----------------------------------------------------*/

font-family: 'Libre Baskerville',
serif;
font-family: 'Work Sans',
sans-serif;

@media screen and (max-width: 768px) {}
