@charset "UTF-8";
/*
Theme Name: オステリア用オリジナルテーマ
Theme URI:
Author: IDEACD
Author URI: https://www.ideacd.co.jp/
Description: オステリア用オリジナルテーマです。
Version: 1.0
License:
License URI:
*/
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'Noto Serif CJK JP';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSerifCJKjp-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif CJK JP';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NotoSerifCJKjp-Medium.woff") format("woff");
    font-display: swap;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.8;
    letter-spacing: .04em;
    font-family: 'Noto Sans Japanese', 'HiraginoSans-W3', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 100;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-center--mb {
    margin-bottom: -50px;
}

.page-img {
    text-align: center;
    margin-top: 60px;
}

figure {
    margin-right: auto;
    margin-left: auto;
}

figcaption {
    text-align: left;
    margin-top: 10px;
}

:placeholder-shown {
    color: #999;
    font-weight: 200;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999;
    font-weight: 200;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #999;
    font-weight: 200;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #999;
    font-weight: 200;
    opacity: 1;
}

.wrapper {
    overflow: hidden;
}

.section-type02 {
    margin: -30px 0 60px;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}

.header-nav {
    float: right;
    margin: 30px 30px 0 0;
}

.header-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-nav__item {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: .1em;
    margin: 0 30px 0 0;
}

.header-nav__item:last-child {
    margin-right: 0;
}

.header-nav__item a {
    color: #fff;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
}

.header-nav__item a:hover {
    border-bottom: 1px solid #fff;
}

.header-nav__item.is-current a {
    border-bottom: 1px solid #fff;
}

.footer {
    position: relative;
}

.pagetop {
    position: absolute;
}

.pagetop a {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/pagetop.svg);
    width: 20px;
    height: 20px;
}

.footer-1st {
    background-color: #111;
    overflow: hidden;
}

.footer-sns {
    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;
}

.footer-sns__item {
    margin: 0 20px;
}

.footer__logo {
    text-align: center;
}

.footer__copyright {
    text-align: center;
}

.footer__copyright small {
    font-family: 'Noto Sans', 'Noto Sans Japanese', 'HiraginoSans-W3', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .08em;
}

.footer-shopinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ededed;
}

.footer-shopinfo *:first-child {
    margin-top: 0;
}

.footer-shopinfo *:last-child {
    margin-bottom: 0;
}

.footer-shopinfo__hours {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.8rem;
}

.footer-shopinfo__hours dt {
    font-weight: bold;
    width: 60px;
}

.footer-shopinfo__hours dd {
    margin-left: 30px;
}

.footer-shopinfo__hours dd span {
    display: inline-block;
}

.footer-shopinfo__hours:first-child dt {
    letter-spacing: .36rem;
}

.footer-shopinfo__address span {
    display: inline-block;
}

.footer-shopinfo__sitename {
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    font-size: 1.6rem;
}

.footer-shopinfo__copyright {
    font-size: 1.2rem;
}

.footer-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-nav__list+.footer-nav__list {
    margin-top: 30px;
}

.footer-nav__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    font-size: 1.6rem;
    font-weight: 400;
}

.footer-nav__item a {
    text-decoration: none;
    color: #333;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.footer-nav__item a:hover {
    opacity: .6;
}

.footer-local-nav {
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-local-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-local-nav__item {
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-local-nav__item a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.footer-local-nav__item span {
    display: block;
    letter-spacing: .1em;
    padding: 0 5px;
    line-height: 1.25;
}

.footer-local-nav__item i {
    display: block;
    position: relative;
}

.footer-local-nav__item i img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mainvisual {
    position: relative;
}

.mainvisual .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    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;
}

.mainvisual .slick-dots li {
    margin: 0 5px;
}

.mainvisual .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    display: block;
    border: 0;
    padding: 0;
    font-size: 1px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: relative;
    outline: 0;
}

.mainvisual .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainvisual .slick-dots li.slick-active button:before {
    background-color: #5c5c5c;
}

.mainvisual__logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.mainvisual__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title.post-62 {
    background-position: center right;
}

.page-title__inner {
    position: relative;
}

.page-title__btnbar {
    position: absolute;
    right: 90px;
    bottom: 30px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-animation: fuwafuwa 2s infinite alternate;
    animation: fuwafuwa 2s infinite alternate;
}

.page-title__btnbar:hover {
    opacity: 0.6;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fuwafuwa {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.page-title__text {
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-title__title {
    font-family: 'Noto Sans', 'Noto Sans Japanese', 'HiraginoSans-W3', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: .14em;
    margin: 0;
}

.page-title__sub {
    margin: 0;
    letter-spacing: .14em;
    font-weight: 100;
}

.breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
}

.breadcrumb__item:not(:last-child):after {
    content: '';
    margin: 0 15px 0 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #768489;
    border-right: 1px solid #768489;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb__item a {
    color: #768489;
    text-decoration: none;
}

.breadcrumb__item a:hover {
    text-decoration: underline;
}

.local-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}
.menu-nav__list:after{
    content: "";
    width: 250px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
}

.local-nav__item {
    letter-spacing: .1em;
    line-height: 1.2;
    font-weight: 400;
}

.menu-nav__item {
    letter-spacing: .1em;
    line-height: 1.2;
    font-weight: 400;
}

.local-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    position: relative;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    position: relative;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 100;
}

.local-nav__item a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-nav__item a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.local-nav__item.is-current a {
    background: #333;
    color: #fff;
    border: 0;
}

.local-nav__item.is-current a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.local-nav__item:first-child a {
    border-right: 0;
}


.menu-nav__item:nth-child(1) a,
.menu-nav__item:nth-child(2) a,
.menu-nav__item:nth-child(3) a,
.menu-nav__item:nth-child(4) a {
    border-bottom: 0;
}

.menu-nav__item:nth-child(1) a,
.menu-nav__item:nth-child(2) a,
.menu-nav__item:nth-child(3) a,
.menu-nav__item:nth-child(5) a,
.menu-nav__item:nth-child(6) a,
.menu-nav__item:nth-child(7) a {
    border-right: 0;
}

.section-top01 {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ebebeb;
}

.section-top01__inner {
    overflow: hidden;
}

.section-top03__head {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(images/top_gallery_title01.jpg);
}

.section-top03__head .heading-type01 {
    color: #fff;
}

.section-top03__head .heading-type01 span:before,
.section-top03__head .heading-type01 span:after {
    background-color: #fff;
}

.heading-type01 {
    text-align: center;
    font-family: 'Noto Sans', 'Noto Sans Japanese', 'HiraginoSans-W3', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .14em;
    font-weight: 400;
    line-height: 1.6;
}

.heading-type01 span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.heading-type01 span:before,
.heading-type01 span:after {
    content: '';
    background-color: #333;
    height: 1px;
    position: absolute;
    top: 50%;
}

.heading-type02 {
    text-align: center;
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    font-weight: normal;
    line-height: 1.825;
}

.heading-type02.type-home {
    letter-spacing: .14em;
}

.heading-type03 {
    text-align: center;
}

.heading-type03 div {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.heading-type03 div:before,
.heading-type03 div:after {
    content: '';
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    width: 100vw;
}

.heading-type03 div:before {
    left: -100vw;
}

.heading-type03 div:after {
    right: -100vw;
}

.heading-type03 i {
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;
}

.heading-type03 span {
    display: block;
    font-weight: 200;
    letter-spacing: .14em;
}

.heading-type04 {
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .1em;
}

.heading-type05 {
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.4;
    letter-spacing: .1em;
}

.heading-type05:after {
    content: '';
    width: 36px;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
}

.heading-type05 i {
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.heading-type05 span {
    display: block;
}

.heading-type06 {
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #768489;
}

.heading-type07 {
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 1px solid #768489;
    position: relative;
}

.heading-type07:before {
    content: '';
    height: 3px;
    background-color: #768489;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.button-type01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #50001c;
    text-align: center;
    position: relative;
    line-height: 1.2;
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-type01:after {
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
}

.button-type02 {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    text-align: center;
    position: relative;
    line-height: 1.2;
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-type02:after {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-group01 {
    text-align: center;
}

.top-introduction__text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-introduction__title {
    text-align: center;
    margin: 0;
}

.topics-list01__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topics-list01__item {
    outline: 0;
}

.topics-list01__inner {
    display: block;
    text-decoration: none;
    color: #333;
}

.topics-list01__img {
    position: relative;
    padding-top: calc(500 / 500 * 100%);
}

.topics-list01__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.topics-list01__date {
    display: inline-block;
    vertical-align: top;
    color: #717171;
}

.topics-list01__text .topics-list01__date {
    display: block;
    text-align: right;
}

.topics-list01__eventdate {
    display: inline-block;
    vertical-align: top;
    color: #717171;
    margin-left: 10px;
}

.topics-list01__tag {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.topics-list01__text .topics-list01__tag {
    margin-left: 0;
}

.topics-list01__title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topics-list02.type-news .topics-list02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topics-list02.type-news .topics-list02__img {
    padding-top: calc(240 / 360 * 100%);
}

.topics-list02.type-event .topics-list02__inner {
    border: 1px solid #e5e5e5;
}

.topics-list02.type-event .topics-list02__img {
    padding-top: calc(320 / 570 * 100%);
}

.topics-list02__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topics-list02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.topics-list02__item.is-new .topics-list02__inner:after {
    content: 'NEW';
    line-height: 1;
    letter-spacing: .1em;
    display: block;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    position: absolute;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.topics-list02__item.is-new .topics-list02__inner:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.topics-list02__inner {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.topics-list02__img {
    position: relative;
}

.topics-list02__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.topics-list02__text {
    overflow: hidden;
}

.topics-list02__tag {
    display: inline-block;
    vertical-align: top;
}

.topics-list02__info {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #737373;
    font-weight: 400;
    letter-spacing: .1em;
}

.topics-list02__title {
    margin: 5px 0 5px;
    font-weight: 400;
    line-height: 1.7;
}

.topics-list02__event {
    margin: 10px 0 0;
    font-weight: 400;
    line-height: 1.7;
}

.topics-list02__place {
    margin: 0;
    font-weight: 400;
}

.topics-list02__description {
    margin: 0;
    font-weight: 200;
}

.topics-list02__date {
    color: #a6a6a6;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 20px;
    line-height: 1;
}

.topics-list02__date span {
    letter-spacing: .1em;
    margin-right: 5px;
}

.tag-type01 {
    display: inline-block;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    font-style: normal;
    letter-spacing: .08em;
    color: #000;
    border-color: #000;
}

.tag-type02 {
    text-align: center;
    line-height: 1.2;
    letter-spacing: .19em;
}

.tag-type02 span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #333;
    padding: 5px 30px;
}

.tag-type03 {
    text-align: center;
    line-height: 1.2;
    letter-spacing: .04em;
    margin: 0;
}

.tag-type03 span {
    display: inline-block;
    vertical-align: top;
    border-top: 4px double #999;
    border-bottom: 4px double #999;
}

.tag-type04 {
    font-style: normal;
    font-weight: 400;
}

.tag-type04.require {
    color: #50001c;
}

.tag-type04.any {
    color: #999;
}

.instagram-list__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.instagram-list__item {
    position: relative;
}

.instagram-list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-list__item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    background: url(images/insta_hover.png) rgba(0, 0, 0, 0.8) no-repeat center;
    background-size: 56px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.instagram-list__img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.concept-block01__item {
    position: relative;
    overflow: hidden;
}

.concept-block01__item:nth-child(odd) .concept-block01__text {
    background-color: #383836;
    color: #fff;
}

.concept-block01__item:nth-child(odd) .concept-block01__text {
    background-position: left top;
}

.concept-block01__item:nth-child(even) .concept-block01__text {
    background-position: right top;
}

.concept-block01__text {
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.concept-block01__tag {
    margin: 0;
}

.concept-block01__title {
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    font-weight: normal;
    margin: 0;
}

.concept-block01__description {
    margin: 0;
    line-height: 2.125;
    letter-spacing: .04em;
}

.concept-block01__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lead-type01 {
    text-align: center;
}

.lead-type02 {
    text-align: center;
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
}

.lead-type05 {
    text-align: center;
}

.lead-type07 {
    max-width: 1180px;
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}

.lead-type08 {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    margin: 0;
    background: #948046;
    color: #fff;
    line-height: 30px;
    padding: 0 23px;
}

.lead-type08::before,
.lead-type08::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.lead-type08::before {
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 7px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.lead-type08::after {
    top: 0;
    right: 0;
    border-width: 15px 7px 15px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.sn-block01__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sn-block01__title {
    margin: 0;
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    line-height: 1.2;
    letter-spacing: .18em;
    width: 100%;
}

.sn-block01__sub {
    margin: 0;
    width: 100%;
}

.sn-block01__description {
    margin: 0;
    width: 100%;
    letter-spacing: .04em;
}

.menu-price01 {
    text-align: center;
    letter-spacing: .1em;
}

.menu-price01 .price {
    font-weight: 500;
}

.menu-list01 {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu-list01 li {
    margin: 15px 0;
}

.menu-list01 li.margin {
    margin: 80px 0;
}

.menu-list01 li span {
    font-size: 1.2rem;
}

.menu-img01 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu-coffee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 120px;
}

.menu-coffee__img,
.menu-coffee__content {
    width: 50%;
    max-width: 500px;
}

.menu-coffee__img {
    line-height: 0;
}

.menu-coffee__img img {
    width: 100%;
}

.menu-coffee__content {
    background: #282828;
    color: #fff;
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-coffee__heading {
    margin: 0 0 50px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
}

.menu-coffee__text {
    margin: 0;
}

.lunch-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lunch-imgs__item img {
    width: 100%;
}

.menu-bar {
    background: url(images/menu_bar_bg01.jpg) center;
    background-size: cover;
    padding: 100px 0;
}

.menu-bar__content {
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.menu-bar__block {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.menu-bar__block.left {
    background: rgba(0, 0, 0, 0.35);
}

.menu-bar__block.right {
    background: rgba(0, 0, 0, 0.55);
}

.menu-bar__title {
    font-size: 6.5rem;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 1rem;
}

.menu-bar__desc {
    font-size: 2.3rem;
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    line-height: 4.5rem;
    letter-spacing: .5rem;
    margin: 0;
}

.menu-bar-menu:not(:last-child)::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 40px auto;
}

.menu-bar-menu__heading {
    font-size: 2.1rem;
    font-weight: 400;
    margin: 0 0 30px;
}

.menu-bar-menu__list {
    width: 278px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.menu-bar-menu__list:not(:last-child) {
    margin-bottom: 10px;
}

.menu-bar-menu__list dt {
    font-size: 1.5rem;
}

.menu-bar-menu__list dd {
    font-size: 1.4rem;
    margin: 0;
    text-align: right;
}

.menu-bar-menu__list dd.space {
    padding-right: 2em;
}

.menu-block01__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-block01__item>*:first-child {
    margin-top: 0;
}

.menu-block01__item>*:last-child {
    margin-bottom: 0;
}

.menu-block01__title * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.menu-block02 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu-block02__row {
    padding: 100px 0;
}

.menu-block02__item {
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    color: #fff;
}

.menu-block02__title {
    line-height: 1;
    letter-spacing: .14em;
}

.menu-block02__title i {
    font-style: normal;
    font-weight: 400;
    display: block;
}

.menu-block02__title span {
    display: block;
}

.menu-block02__lead {
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    font-weight: 400;
}

.menu-block02__sub {
    font-weight: 400;
}

.menu-block02__main {
    margin-top: -60px;
}

.menu-block02__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-block02__list::before {
    content: '';
    display: block;
    width: 43px;
    height: 1px;
    background: #fff;
    margin: 35px auto;
}

.menu-block02__plus {
    font-weight: 400;
}

.menu-block02__img img {
    border-radius: 50%;
    overflow: hidden;
}

.menu-block02__drink {
    width: 320px;
    margin: 50px auto 0;
}

.menu-block02__drink h4 {
    margin: 0;
    font-weight: 400;
    font-size: 2.5rem;
}

.menu-block02__drink p {
    font-size: 1.3rem;
    margin: 0;
}

.menu-block02__drink ul {
    margin: 30px 0 0;
    padding: 0;
}

.menu-block02__drink ul li {
    list-style: none;
}

.menu-block02__drink ul li:not(:last-child) {
    margin-bottom: 5px;
}

.menu-block02__drink ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.menu-block02__drink ul li dl dt {
    font-size: 1.5rem;
}

.menu-block02__drink ul li dl dt::before {
    content: '■';
    display: inline-block;
    font-size: 1.4rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-right: 5px;
}

.menu-block02__drink ul li dl dd {
    text-align: right;
    margin: 0;
}

.menu-block02__drink ul li dl dd.space {
    padding-right: 2em;
}

.tab-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab-button__item {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    border-bottom: 0;
    line-height: 1.2;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-button__item.is-active {
    background-color: #333;
    color: #fff;
}

.select-type01 {
    position: relative;
}

.select-type01:after {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 8px solid #808080;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 5px;
}

.select-type01__text {
    text-align: center;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-type01__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.pager-type01__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-type01__item {
    line-height: 1.2;
    color: #b2b2b2;
}

.pager-type01__item:first-child {
    margin-left: 0;
}

.pager-type01__item:last-child {
    margin-right: 0;
}

.pager-type01__item a {
    color: #b2b2b2;
    display: block;
    text-decoration: none;
    padding: 0 10px 10px;
}

.pager-type01__item.is-active a {
    border-bottom: 2px solid #333;
    color: #333;
}

.entry-header__title {
    font-weight: 400;
    margin: 0;
    border-bottom: 2px solid #333;
    line-height: 1.71429;
}

.entry-header__event {
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #333;
    line-height: 1.71429;
}

.entry-header__info {
    color: #737373;
    font-weight: 400;
    letter-spacing: .1em;
}

.entry-header__tags:after {
    content: '';
    display: block;
    clear: both;
}

.entry-header__left {
    float: left;
}

.entry-header__right {
    float: right;
}

.entry-header__right:after {
    content: '';
    display: block;
    clear: both;
}

.entry-header__reserve {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background-color: #333;
    font-weight: 200;
    text-align: center;
    font-style: normal;
    letter-spacing: .32em;
}

.entry-header__date {
    color: #a6a6a6;
}

.entry-header__date span {
    letter-spacing: .1em;
}

.entry-content:after {
    content: '';
    display: block;
    clear: both;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-weight: 400;
}

.entry-content table {
    width: 100%;
}

.entry-content table caption {
    text-align: left;
    padding-bottom: 10px;
}

.entry-content table tr:nth-child(odd) th,
.entry-content table tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.entry-content table tr:nth-child(even) th,
.entry-content table tr:nth-child(even) td {
    background-color: #f2f2f2;
}

.entry-content table th,
.entry-content table td {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px;
}

.entry-content table th {
    font-weight: 400;
    white-space: nowrap;
}

.entry-content hr {
    border: 0;
    border-top: 1px dotted #333;
}

.entry-content .img {
    text-align: center;
}

.entry-content figcaption {
    text-align: left;
    color: #333;
}

.entry-content .wp-block-image {
    text-align: center;
}

.entry-footer {
    border-top: 2px solid #333;
}

.page-control {
    overflow: hidden;
    position: relative;
}

.page-control a {
    text-decoration: none;
    color: #333;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.page-control a:hover {
    opacity: .6;
}

.page-control__prev {
    float: left;
    position: relative;
    z-index: 1;
}

.page-control__prev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-control__prev a::before {
    content: '';
    margin: 3px 10px 0 2px;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    display: inline-block;
}

.page-control__next {
    float: right;
    position: relative;
    z-index: 1;
}

.page-control__next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-control__next a::after {
    content: '';
    margin: 3px 2px 0 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.page-control__home {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.tag-block01 {
    background-color: #f2f2f2;
    font-size: 0;
}

.tag-block01__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    overflow: hidden;
}

.tag-block01__item {
    display: inline-block;
    vertical-align: top;
}

.tag-block01__item a {
    color: #333;
    text-decoration: none;
    background-color: #fff;
    display: block;
    line-height: 1.2;
    padding: 10px;
}

.table-type01 {
    width: 100%;
}

.table-type01 caption {
    text-align: left;
    padding-bottom: 10px;
}

.table-type01 tr:nth-child(odd) th,
.table-type01 tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.table-type01 tr:nth-child(even) th,
.table-type01 tr:nth-child(even) td {
    background-color: #f2f2f2;
}

.table-type01 th,
.table-type01 td {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px;
}

.table-type01 th {
    font-weight: 400;
    white-space: nowrap;
}

.table-type01--size01 {
    max-width: 900px;
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55.9322%;
    overflow: hidden;
}

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

.tel-block01 {
    border: 1px solid #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel-block01__tel {
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
}

.scroll-block01 {
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mailform-block01__item {
    border: 1px solid #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mailform-block01__tel {
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
}

.mailform-block01__lead {
    font-family: 'Noto Serif CJK JP', Georgia, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
    color: #768489;
    margin: 0;
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-input--error {
    background-color: #e1d9dd;
}

.form-textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 0;
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-radio {
    font-size: 1.5rem;
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}

.form-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: 0;
}

.form-radio input[type="radio"]:checked+span:before {
    border: 1px solid #bfbfbf;
}

.form-radio input[type="radio"]:checked+span:after {
    opacity: 1;
}

.form-radio span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.form-radio span:before {
    content: '';
    background-color: #fff;
    border: 1px solid #95989A;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-radio span:after {
    content: '';
    background-color: #333;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 4px;
}

.form-checkbox {
    font-size: 1.5rem;
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}

.form-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    outline: 0;
}

.form-checkbox input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

.form-checkbox span {
    display: inline-block;
    position: relative;
}

.form-checkbox span:before {
    content: '';
    background-color: #f7f7f7;
    border-radius: 5%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-checkbox span:after {
    opacity: 0;
    content: '';
    background-image: url(images/icon_check01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    position: absolute;
    top: 0;
    left: 0;
}

.form-table {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.form-table th {
    font-weight: 400;
    text-align: left;
}

.form-table th,
.form-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-table caption {
    background-color: #333;
    color: #fff;
    text-align: left;
    font-weight: 400;
}

.form-select01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0 5px;
    background-image: url(images/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #f7f7f7;
    min-width: 3.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-select01::-ms-expand {
    display: none;
}

.input-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.input-list li:not(:first-child) {
    margin-top: 5px;
}

.mwform-radio-field label {
    font-weight: 100;
}

.confirm-show {
    display: none;
}

.confirm-hide {
    display: block;
}

.mw_wp_form .error {
    color: #50001c;
}

.mw_wp_form_confirm .confirm-show {
    display: block;
}

.mw_wp_form_confirm .confirm-hide {
    display: none;
}

.scroll-totop {
    position: fixed;
    top: calc(50% - 50px);
    left: 33px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    z-index: 5;
}

.scroll-totop .scroll,
.scroll-totop .totop {
    width: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.scroll-totop .scroll {
    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;
    overflow: hidden;
}

.scroll-totop .scroll__text {
    margin: 0 0 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
}

.scroll-totop .scroll__arrow {
    height: 46px;
    overflow: hidden;
}

.scroll-totop .scroll__arrow::after {
    content: url(images/arrow01_ffffff.png);
    -webkit-animation: scroll 2s ease-in-out 1s infinite;
    animation: scroll 2s ease-in-out 1s infinite;
    display: block;
}

.scroll-totop .totop {
    opacity: 0;
}

.scroll-totop .totop__link {
    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;
    color: #fff;
    text-decoration: none;
}

.scroll-totop .totop__text {
    margin: 10px 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
}

.scroll-totop .totop__arrow {
    height: 46px;
    overflow: hidden;
}

.scroll-totop .totop__arrow::after {
    content: url(images/arrow01_ffffff.png);
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.scroll-totop.is-totop .scroll {
    margin-left: -16px;
    opacity: 0;
}

.scroll-totop.is-totop .totop {
    opacity: 1;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(-66px);
        transform: translateY(-66px);
    }

    100% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(-66px);
        transform: translateY(-66px);
    }

    100% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }
}

@media print,
screen and (min-width: 30em) {

    /* ---------------------------
 * PC & Tablet
 * --------------------------- */
    body {
        font-size: 1.6rem;
    }

    .sp-only {
        display: none !important;
    }

    .font-l {
        font-size: 1.8rem;
    }

    .content-block02 {
        max-width: 1180px;
        margin: 0 auto;
    }

    .content-block03 {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .content-block04 {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .section-type01 {
        margin-bottom: 100px;
    }

    .footer-1st {
        height: 80px;
    }

    .footer-sns {
        margin: 25px 0 0;
    }

    .footer-sns a {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .footer-sns a:hover {
        opacity: .6;
    }

    .pagetop a {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .pagetop a:hover {
        opacity: .6;
    }

    .footer-local-nav__list {
        max-width: 980px;
        margin: 0 auto;
    }

    .footer-local-nav__item {
        font-size: 1.7rem;
        border-right: 1px solid #111;
    }

    .footer-local-nav__item:nth-child(3n+1) {
        border-left: 1px solid #111;
    }

    .footer-local-nav__item a {
        padding: 50px 0 50px;
    }

    .footer-local-nav__item i {
        height: 58px;
        margin-bottom: 14px;
    }

    .footer-local-nav__item:nth-child(1) i img {
        width: 26px;
    }

    .footer-local-nav__item:nth-child(2) i img {
        width: 57px;
    }

    .footer-local-nav__item:nth-child(3) i img {
        width: 27px;
    }

    .footer-local-nav__item:nth-child(4) i img {
        width: 38px;
    }

    .footer-local-nav__item:nth-child(5) i img {
        width: 28px;
    }

    .footer-local-nav__item:nth-child(6) i img {
        width: 18px;
    }

    .page-title__inner {
        height: 600px;
    }

    .page-title__title {
        font-size: 4rem;
        margin: 0 0 15px;
    }

    .page-title__sub {
        font-size: 1.4rem;
    }

    .breadcrumb {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .breadcrumb__list {
        max-width: 1180px;
        margin: 0 auto;
    }

    .local-nav {
        margin: 50px 10px 90px;
    }

    .local-nav__item {
        width: 300px;
        height: 50px;
        font-size: 1.6rem;
    }

    .menu-nav__item {
        width: 250px;
        height: 50px;
        font-size: 1.6rem;
    }

    .local-nav__item a:hover {
        background: #333;
        color: #fff;
        border: 0;
    }

    .menu-nav__item a:hover {
        background: #333;
        color: #fff;
        border: 0;
    }

    .local-nav__item a:hover::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .menu-nav__item a:hover::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .heading-type01 {
        font-size: 3rem;
        margin: 80px 0;
    }

    .heading-type01+.tag-type02 {
        margin-top: -40px;
    }

    .heading-type01.type-home {
        font-size: 3.3rem;
    }

    .heading-type01.type-small {
        font-size: 2.4rem;
        letter-spacing: .04em;
        margin: 60px 0;
    }

    .heading-type01.type-small i {
        display: block;
        font-style: normal;
        font-size: 1.6rem;
        margin-top: 6px;
    }

    .heading-type01 span:before,
    .heading-type01 span:after {
        width: 115px;
    }

    .heading-type01 span:before {
        left: -180px;
    }

    .heading-type01 span:after {
        right: -180px;
    }

    .heading-type02 {
        font-size: 3.4rem;
        margin: 40px 0;
    }

    .heading-type01+.heading-type02 {
        margin-top: -30px;
    }

    .heading-type02.type-home {
        font-size: 3.6rem;
    }

    .heading-type03 i {
        font-size: 3.6rem;
        margin: 0 0 20px;
    }

    .heading-type03--small i {
        font-size: 3.2rem;
        margin: 0;
    }

    .heading-type03 .news_parent {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .heading-type03 span {
        font-size: 1.4rem;
    }

    .heading-type04 {
        font-size: 2.2rem;
        margin: 30px 0;
    }

    .heading-type04 .price {
        font-size: 1.8rem;
    }

    .heading-type05 {
        margin: 20px 0;
    }

    .heading-type05 i {
        font-size: 2rem;
    }

    .heading-type05 span {
        font-size: 1.2rem;
    }

    .heading-type06 {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin: 60px 0 40px;
    }

    .heading-type07 {
        margin: 20px 0;
        font-size: 2rem;
    }

    .heading-type07:before {
        width: 220px;
    }

    .button-type01 {
        font-size: 1.8rem;
        width: 400px;
        line-height: 75px;
        padding: 0 20px;
        margin-left: 10px;
        margin-right: 10px;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .button-type01:hover {
        opacity: .6;
    }

    .button-type01:after {
        width: 8px;
        height: 8px;
    }

    .button-type02 {
        font-size: 1.4rem;
        padding: 8px 30px;
        margin-left: 10px;
        margin-right: 10px;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .button-type02:hover {
        opacity: .6;
    }

    .button-type02:after {
        width: 5px;
        height: 5px;
    }

    .button-type02.type-table01 {
        float: right;
    }

    .topics-list01__inner {
        margin: 0 15px;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .topics-list01__inner:hover {
        opacity: .6;
    }

    .topics-list01__img {
        margin-bottom: 13px;
    }

    .topics-list01__date {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .topics-list01__text .topics-list01__date {
        font-size: 1.2rem;
    }

    .topics-list01__eventdate {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .topics-list01__title {
        font-size: 1.6rem;
        margin: 10px 0 0;
    }

    .topics-list01__text .topics-list01__title {
        margin: 0 0 5px;
    }

    .topics-list02.type-news .topics-list02__text {
        padding: 25px 25px 40px;
    }

    .topics-list02.type-news .topics-list02__item.is-new .topics-list02__inner:after {
        font-size: 1rem;
        top: 15px;
        left: 5px;
    }

    .topics-list02.type-news .topics-list02__item.is-new .topics-list02__inner:before {
        border: 40px solid transparent;
        border-top: 40px solid #50001c;
        top: 0;
        left: 56px;
    }

    .topics-list02.type-event .topics-list02__text {
        padding: 35px 30px 70px 40px;
    }

    .topics-list02.type-event .topics-list02__item.is-new .topics-list02__inner:after {
        font-size: 1.5rem;
        top: 20px;
        left: 10px;
    }

    .topics-list02.type-event .topics-list02__item.is-new .topics-list02__inner:before {
        border: 60px solid transparent;
        border-top: 60px solid #50001c;
        top: 0;
        left: 84px;
    }

    .topics-list02__title {
        font-size: 2rem;
    }

    .topics-list02__info {
        line-height: 25px;
    }

    .topics-list02__info .size1 {
        font-size: 1.8rem;
    }

    .topics-list02__info .size2 {
        font-size: 1.6rem;
    }

    .topics-list02__info .size3 {
        font-size: 1.4rem;
    }

    .topics-list02__event {
        font-size: 2.4rem;
    }

    .topics-list02__place {
        font-size: 1.8rem;
    }

    .topics-list02__description {
        font-size: 1.5rem;
    }

    .topics-list02__date {
        font-size: 1.5rem;
    }

    .topics-list02__date span {
        font-size: 1.2rem;
    }

    .tag-type01 {
        font-size: 1.3rem;
        line-height: 19px;
        padding: 0 10px;
    }

    .tag-type01.size-list {
        font-size: 1.2rem;
        line-height: 23px;
        padding: 0 9px;
    }

    .tag-type01.size-detail {
        font-size: 1.4rem;
        line-height: 28px;
        padding: 0 9px;
    }

    .tag-type02 {
        font-size: 1.4rem;
    }

    .tag-type03 {
        font-size: 1.6rem;
        margin: 50px 0 60px;
    }

    .tag-type03 span {
        padding: 10px 30px;
    }

    .tag-type04 {
        font-size: 1.3rem;
        margin-left: 10px;
    }

    .instagram-list__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .instagram-list__item {
        width: 20%;
        aspect-ratio: 1 / 1;
        cursor: pointer;
    }

    .instagram-list__item:hover a::after {
        opacity: .8;
    }

    .concept-block01__tag {
        margin: 0 0 15px;
    }

    .concept-block01__title {
        font-size: 3.4rem;
        line-height: 1.88235;
        margin: 0 0 20px;
    }

    .concept-block01__description {
        font-size: 1.6rem;
    }

    .lead-type01 {
        line-height: 2.25;
        margin: 60px 0;
    }

    .lead-type02 {
        font-size: 2.2rem;
        line-height: 2.54545;
        margin: 60px 0;
    }

    .lead-type05 {
        line-height: 2.25;
        margin: 60px 0;
    }

    .lead-type06 {
        text-align: center;
    }

    .sn-block01 {
        margin: 0 0 50px;
    }

    .sn-block01__title {
        font-size: 3.2rem;
        margin: 0 0 20px;
    }

    .sn-block01__sub {
        margin: 0 0 20px;
    }

    .sn-block01__description {
        line-height: 2.15;
    }

    .menu-price01 {
        font-size: 1.3rem;
        margin: 50px 0;
    }

    .menu-price01 .price {
        font-size: 2.6rem;
    }

    .menu-price01 .num {
        font-size: 1.6rem;
    }

    .menu-list01 {
        margin: 20px 0 80px;
    }

    .menu-block02__title {
        margin: 90px 0 50px;
    }

    .menu-block02__title i {
        font-size: 3.2rem;
        margin-bottom: 15px;
    }

    .menu-block02__title span {
        font-size: 1.3rem;
    }

    .menu-block02__lead {
        font-size: 1.5rem;
        line-height: 2;
        margin: 50px 0 30px;
    }

    .menu-block02__price {
        font-size: 1.5rem;
        margin: 1.2em 0 1.5em;
    }

    .menu-block02__price .price {
        font-size: 1.8rem;
    }

    .menu-block02__list {
        font-size: 1.5rem;
    }

    .menu-block02__list li {
        margin: 1em 0;
    }

    .menu-block02__plus {
        font-size: 2.7rem;
    }

    .menu-block02__img {
        margin: 20px 0 45px;
    }

    .menu-block02__img img {
        width: 207px;
    }

    .tab-button__item {
        padding: 15px 2%;
        margin: 0 5px;
        -webkit-transition: color .2s, background .2s;
        transition: color .2s, background .2s;
    }

    .tab-button__item:hover {
        background-color: #333;
        color: #fff;
    }

    .select-type01 {
        width: 400px;
        margin: 70px auto;
    }

    .select-type01__text {
        line-height: 58px;
    }

    .select-type01__select {
        height: 60px;
    }

    .pager-type01 {
        margin: 60px 0;
    }

    .pager-type01__item {
        margin: 0 1%;
    }

    .pager-type01__item a:hover {
        color: #333;
    }

    .entry-header {
        margin: 60px 0 30px;
    }

    .entry-header__title {
        font-size: 2.8rem;
        margin: 0 0 10px;
        padding-bottom: 15px;
    }

    .entry-header__event {
        font-size: 3.2rem;
        margin: 5px 0 10px;
        padding-bottom: 20px;
    }

    .entry-header__place {
        font-size: 2.6rem;
    }

    .entry-header__info .size1 {
        font-size: 2.4rem;
    }

    .entry-header__info .size2 {
        font-size: 2rem;
    }

    .entry-header__info .size3 {
        font-size: 1.8rem;
    }

    .entry-header__tag {
        float: right;
    }

    .entry-header__reserve {
        font-size: 1.4rem;
        line-height: 30px;
        width: 117px;
    }

    .entry-header__date {
        float: left;
        font-size: 1.5rem;
        line-height: 30px;
        margin-right: 15px;
    }

    .entry-header__date span {
        font-size: 1.2rem;
    }

    .entry-content p {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .entry-content .img {
        margin-bottom: 50px;
    }

    .entry-content .img:not(:first-child) {
        margin-top: 50px;
    }

    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5 {
        font-size: 2.6rem;
        margin: 30px 0;
    }

    .entry-content table {
        margin: 40px 0;
    }

    .entry-content hr {
        margin: 50px 0;
    }

    .entry-content figcaption {
        font-size: 1.6rem;
    }

    .entry-footer {
        margin: 70px 0 90px;
    }

    .page-control {
        padding-top: 30px;
        font-size: 1.8rem;
    }

    .page-control__home {
        top: 30px;
    }

    .tag-block01 {
        padding: 25px 20px 35px 20px;
    }

    .tag-block01__list {
        max-width: 1180px;
        margin: 0 auto;
    }

    .tag-block01__item {
        font-size: 1.5rem;
        margin: 10px 0 0 10px;
    }

    .tag-block01__item a {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .tag-block01__item a:hover {
        opacity: .6;
    }

    .table-type01 {
        margin: 40px 0;
    }

    .table-type01--size01 {
        margin: 40px auto;
    }

    .tel-block01 {
        width: 488px;
        margin: 40px auto 20px;
        padding: 40px 10px;
    }

    .tel-block01__tel {
        margin-top: 20px;
    }

    .tel-block01__tel a {
        pointer-events: none;
        text-decoration: none;
        cursor: default;
        color: #768489;
        font-size: 3.2rem;
    }

    .tel-block01__tel span {
        font-size: 1.6rem;
    }

    .scroll-block01 {
        height: 260px;
        padding: 0 55px;
    }

    .scroll-block01 .section-type01 {
        margin-bottom: 50px;
    }

    .mailform-block01__item {
        padding: 40px 10px;
    }

    .mailform-block01__lead {
        font-size: 2rem;
        line-height: 1.9;
        margin: 0 0 20px;
    }

    .mailform-block01__tel {
        margin-top: 20px;
    }

    .mailform-block01__tel a {
        pointer-events: none;
        text-decoration: none;
        cursor: default;
        color: #768489;
        font-size: 3.2rem;
    }

    .mailform-block01__tel span {
        font-size: 1.6rem;
    }

    .form-input.size-l {
        width: 70%;
    }

    .form-input.size-m {
        width: 50%;
    }

    .form-input.size-s {
        width: 30%;
    }

    .form-input.size-ss {
        width: 10%;
    }

    .form-textarea {
        height: 200px;
    }

    .form-checkbox span {
        padding-left: 45px;
        line-height: 33px;
    }

    .form-checkbox span:before {
        width: 33px;
        height: 33px;
    }

    .form-checkbox span:after {
        width: 33px;
        height: 33px;
    }

    .form-select01 {
        height: 44px;
        background-size: 15px auto;
    }

    .mwform-radio-field label {
        font-weight: 100;
    }

    .confirm-show {
        display: none;
    }

    .confirm-hide {
        display: block;
    }

    .mw_wp_form .error {
        color: #50001c;
    }

    .mw_wp_form_confirm .confirm-show {
        display: block;
    }

    .mw_wp_form_confirm .confirm-hide {
        display: none;
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }

    @keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }
}

@media print,
screen and (min-width: 64.0625em) {

    /* ---------------------------
 * PC
 * --------------------------- */
    .pc-hide {
        display: none !important;
    }

    .tbsp-only {
        display: none !important;
    }

    .wrapper {
        min-width: 1180px;
    }

    .header {
        position: absolute;
        min-width: 1180px;
    }

    .header__inner {
        overflow: hidden;
        padding-right: 60px;
    }

    .header__logo {
        display: none;
    }

    .header__link {
        display: none;
    }

    .global-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 20;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    body.is-header-fixed .global-nav {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .global-nav__inner {
        width: 1180px;
        height: 120px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .global-nav__logo {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .global-nav__list {
        list-style: none;
        margin: 30px 0 0;
        padding: 0 15px 0 0;
        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;
    }

    .global-nav__item {
        margin: 0 20px 0 0;
        font-size: 1.8rem;
        line-height: 1.2;
        letter-spacing: .1em;
    }

    .global-nav__item:last-child {
        margin-right: 0;
    }

    .global-nav__item:nth-child(4) {
        margin-right: 280px;
    }

    .global-nav__item a {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 20px 0;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .global-nav__item a:hover {
        opacity: .6;
    }

    .global-sns {
        display: none;
    }

    .global-nav__close {
        display: none;
    }

    .aside {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 30;
    }

    .aside__inner {
        overflow: hidden;
        width: 60px;
    }

    .aside__link {
        margin: 286px 0 0 18px;
    }

    .aside__link a {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .aside__link a:hover {
        opacity: .6;
    }

    .footer {
        min-width: 1180px;
        margin: 0 auto;
    }

    .pagetop {
        top: 30px;
        right: 90px;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__info {
        width: 50%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__logo {
        width: 100%;
        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;
    }

    .footer__logo img {
        width: 176px;
    }

    .footer__copyright {
        width: 100%;
        margin-top: 20px;
    }

    .footer__copyright small {
        font-size: 1.2rem;
    }

    .footer__nav {
        width: 50%;
        height: 280px;
        padding-right: 60px;
        border-left: 1px solid #ededed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        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;
    }

    .footer-shopinfo {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 40px 120px 40px 60px;
    }

    .footer-shopinfo__box:last-child {
        text-align: right;
    }

    .footer-local-nav {
        position: relative;
    }

    .footer-local-nav:before {
        content: '';
        height: 1px;
        background-color: #111;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mainvisual__img {
        height: 0;
        padding-top: calc(820 / 1800 * 100%);
    }

    .mainvisual__logo {
        width: 240px;
    }

    .mainvisual__logo img {
        zoom: 1;
    }

    .breadcrumb {
        margin: 15px 0 80px;
    }

    .sp-menu {
        display: none;
    }

    .section-top01__inner {
        width: 1180px;
        margin: 0 auto;
    }

    .section-top03 {
        margin: 100px 0 0;
    }

    .section-top03__head .heading-type01 {
        margin: 190px 0;
    }

    .heading-type03 {
        margin: 90px 0;
    }

    .heading-type03 div {
        padding: 0 120px;
    }

    .top-introduction {
        margin: 60px 0 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-introduction__text {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-introduction__img {
        width: 50%;
    }

    .top-introduction__title {
        margin: 154px 0 96px;
    }

    .top-introduction__description {
        width: 395px;
        margin: 50px auto 0;
        font-size: 1.5rem;
        line-height: 2.26667;
    }

    .topics-list01 {
        margin: 0 -200px 100px;
    }

    .topics-list02 {
        margin: 70px 0;
    }

    .topics-list02.type-news .topics-list02__item {
        width: calc((100% - 50px * 2) / 3);
        margin: 50px 50px 0 0;
    }

    .topics-list02.type-news .topics-list02__item:nth-child(3n) {
        margin-right: 0;
    }

    .topics-list02.type-news .topics-list02__item:nth-child(-n+3) {
        margin-top: 0;
    }

    .topics-list02.type-news .topics-list02__inner {
        border: 1px solid #e5e5e5;
    }

    .topics-list02.type-event .topics-list02__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .topics-list02.type-event .topics-list02__item {
        width: calc((100% - 40px * 1) / 2);
        margin: 40px 40px 0 0;
    }

    .topics-list02.type-event .topics-list02__item:nth-child(2n) {
        margin-right: 0;
    }

    .topics-list02.type-event .topics-list02__item:nth-child(-n+2) {
        margin-top: 0;
    }

    .concept-block01__item:nth-child(odd) .concept-block01__img {
        right: 0;
    }

    .concept-block01__item:nth-child(odd) .concept-block01__text {
        padding: 80px 100px 80px 110px;
    }

    .concept-block01__item:nth-child(odd) .concept-block01__text-inner {
        float: right;
    }

    .concept-block01__item:nth-child(even) .concept-block01__img {
        left: 0;
    }

    .concept-block01__item:nth-child(even) .concept-block01__text {
        float: right;
        padding: 80px 110px 80px 130px;
    }

    .concept-block01__item:last-child {
        margin-bottom: 60px;
    }

    .concept-block01__text {
        width: 50%;
    }

    .concept-block01__img {
        width: 50%;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }

    .concept-block01__text-inner {
        width: 100%;
    }

    .lead-type07 {
        margin: 0 auto;
    }

    .sn-block01__item {
        position: relative;
    }

    .sn-block01__item:nth-child(odd):before {
        content: '';
        position: absolute;
        top: 0;
        right: 100px;
        bottom: 0;
        left: 100px;
        background-color: #f7f7f7;
    }

    .sn-block01__item:nth-child(odd) .sn-block01__img {
        left: 0;
    }

    .sn-block01__item:nth-child(odd) .sn-block01__text-inner {
        margin-left: calc((845/1800*100%) + 100px);
    }

    .sn-block01__item:nth-child(even) .sn-block01__img {
        right: 0;
    }

    .sn-block01__item:nth-child(even) .sn-block01__text {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .sn-block01__item:nth-child(even) .sn-block01__text-inner {
        margin-right: calc((845/1800*100%) + 100px);
    }

    .sn-block01__img {
        position: absolute;
        top: 40px;
        bottom: 40px;
        z-index: 1;
        width: 46.94444%;
    }

    .sn-block01__text {
        margin: 0 auto;
        padding: 40px 110px 40px 110px;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 1;
    }

    .sn-block01__text-inner {
        max-width: 540px;
        min-height: 475px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .menu-img01 {
        padding-top: 27.77778%;
    }

    .menu-img01--01 {
        padding-top: 34.77778%;
    }

    .lunch-imgs__item {
        width: 50%;
    }

    .menu-bar__content {
        width: 1020px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-bar__block {
        width: 50%;
        height: 550px;
    }

    .menu-block01 {
        border-top: 1px solid #333;
    }

    .menu-block01__row.column2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu-block01__row.column2 .menu-block01__item {
        width: 50%;
        max-width: 505px;
    }

    .menu-block01__row.column2 .menu-block01__item:nth-child(odd) {
        padding-right: 5%;
    }

    .menu-block01__row.column2 .menu-block01__item:nth-child(even) {
        padding-left: 5%;
        border-left: 1px solid #333;
    }

    .menu-block01__row.column2 .menu-block01__item.type-no-border {
        border: 0;
    }

    .menu-block01__item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .menu-block01__title {
        margin: 50px 0 0;
    }

    .menu-block02__item {
        width: 700px;
        margin: 0 auto;
        padding: 0 20px 90px;
    }

    .menu-block02__item:nth-child(3n) {
        margin-right: 0;
    }

    .menu-block02__item:nth-child(-n+3) {
        margin-top: 0;
    }

    .menu-block02__trigger {
        display: none;
    }

    .entry-content p,
    .entry-content figcaption {
        width: 1024px;
        margin-right: auto;
        margin-left: auto;
    }

    .mailform-block01 {
        margin: 60px auto 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mailform-block01__item {
        width: calc(50% - 20px);
    }

    .mailform-block01__item:nth-child(odd) {
        margin-right: 40px;
    }

    .form-table {
        width: 100%;
        margin: 30px auto 60px;
    }

    .form-table th,
    .form-table td {
        border-top: 1px solid #768489;
        border-bottom: 1px solid #768489;
    }

    .form-table th {
        width: 285px;
        border-right: 1px solid #768489;
        padding: 15px 0;
    }

    .form-table td {
        padding: 15px 30px;
    }

    .form-table caption {
        padding: 15px 30px;
    }

    .mwform-radio-field label {
        font-weight: 100;
    }

    .confirm-show {
        display: none;
    }

    .confirm-hide {
        display: block;
    }

    .mw_wp_form .error {
        color: #50001c;
    }

    .mw_wp_form_confirm .confirm-show {
        display: block;
    }

    .mw_wp_form_confirm .confirm-hide {
        display: none;
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }

    @keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }
}

.takeout_menu {}

.takeout_menu ul {
    padding: 0;
    width: 996px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.takeout_menu ul li {
    list-style: none;
}

.takeout_menu ul li p {
    text-align: center;
    margin-top: 30px;
}

.takeout_menu ul li p span.price {
    font-weight: 500;
    font-size: 2.5rem;
}

.takeout_tel {}

.takeout_tel p {
    text-align: center;
}

.takeout_tel p:nth-child(1) {
    margin-top: 44px;
    font-size: 2.0rem;
}

.takeout_tel p:nth-child(1) span {
    font-size: 3.1rem;
    font-weight: bold;
}

.takeout_tel p:nth-child(2) {
    border: 1px solid #707070;
    width: 326px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.takeout_tel p:nth-child(3) {
    font-size: 1.2rem;
    margin-top: 24px;
    margin-bottom: 60px;
}



@media screen and (max-width: 64em) {

    /* ---------------------------
 * Tablet
 * --------------------------- */
    .pc-only {
        display: none !important;
    }

    body.is-open {
        overflow: hidden;
    }

    .content-block01 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .takeout_tel p:nth-child(3){
        margin-bottom: 40px;
    }

    .content-block03 {
        padding: 0 30px;
    }

    .header {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .header__inner {
        overflow: hidden;
        height: 70px;
    }

    .header__logo {
        margin: 18px 0 0 15px;
        float: left;
        font-size: 0;
    }

    .header__logo img {
        width: 92px;
    }

    .header__link {
        margin: 0 70px 0 0;
        float: right;
        font-size: 0;
        border-left: 1px solid #444;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header__link img {
        width: 192px;
    }

    .header__link a {
        display: block;
        height: 70px;
        padding: 25px 25px 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-nav {
        display: none;
    }

    .global-nav {
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 15;
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    body.is-open .global-nav {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .global-nav__inner {
        overflow: hidden;
        max-height: 100vh;
        overflow: auto;
        position: relative;
    }

    .global-nav__logo {
        margin: 80px 0 50px;
        text-align: center;
        font-size: 0;
    }

    .global-nav__logo img {
        width: 221px;
    }

    .global-nav__list {
        list-style: none;
        margin: 15px 0 0;
        padding: 0;
    }

    .global-nav__item {
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: .1em;
    }

    .global-nav__item a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
    }

    .global-sns {
        margin: 50px 0 80px;
    }

    .global-sns__list {
        list-style: none;
        margin: 0;
        padding: 0;
        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;
    }

    .global-sns__item {
        margin: 0 25px;
    }

    .global-nav__close {
        font-size: 1px;
        text-indent: -9999px;
        position: absolute;
        top: 12px;
        right: 13px;
        z-index: 1;
    }

    .global-nav__close a {
        display: block;
        width: 35px;
        height: 35px;
        position: relative;
    }

    .global-nav__close a:before,
    .global-nav__close a:after {
        content: '';
        width: 1px;
        height: 25px;
        background-color: #fff;
        position: absolute;
        top: 11px;
        left: 12px;
    }

    .global-nav__close a:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .global-nav__close a:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .aside {
        display: none;
    }

    .pagetop {
        top: 30px;
        right: 20px;
    }

    .footer__inner {
        overflow: hidden;
    }

    .footer__nav {
        display: none;
    }

    .footer__logo {
        margin: 75px 0 80px;
    }

    .footer__logo img {
        width: 176px;
    }

    .footer__copyright {
        margin: 20px 0 80px;
    }

    .footer__copyright small {
        font-size: 1.2rem;
    }

    .footer-shopinfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 60px;
    }

    .footer-shopinfo__box {
        width: 100%;
    }

    .footer-shopinfo__box:first-child {
        margin-bottom: 60px;
    }

    .footer-shopinfo__box:last-child {
        text-align: center;
    }

    .footer-local-nav__item {
        border-top: 1px solid #111;
    }

    .footer-local-nav__item:nth-child(-n+3) {
        border-top: 0;
    }

    .footer-local-nav__item:nth-child(3n) {
        border-right: 0;
    }

    .mainvisual__img {
        height: 0;
        padding-top: calc(410 / 370 * 100%);
    }

    .mainvisual__logo {
        width: 422px;
    }

    .mainvisual__logo img {
        max-width: 88%;
    }

    .page-title__text {
        margin-top: 30px;
    }

    .page-title__btnbar {
        width: 120px;
        right: 20px;
    }

    .breadcrumb {
        margin: 15px 0 40px;
    }

    .sp-menu {
        margin: 0;
        position: relative;
        z-index: 110;
        position: absolute;
        right: 0;
        top: 0;
    }

    .sp-menu__link {
        display: block;
        text-decoration: none;
        width: 70px;
        height: 70px;
        background-color: rgba(72, 72, 72, 0.8);
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body.is-open .sp-menu__icon {
        background: transparent !important;
    }

    body.is-open .sp-menu__icon:before {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    body.is-open .sp-menu__icon:after {
        bottom: auto;
        top: 50%;
        margin-bottom: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .sp-menu__button {
        display: block;
        position: relative;
        width: 70px;
        height: 70px;
        margin: 0;
    }

    .sp-menu__icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        margin: -1px 0 0 -12px;
        background: #fff;
    }

    .sp-menu__icon:before,
    .sp-menu__icon:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        background: #fff;
    }

    .sp-menu__icon:before {
        top: 50%;
        margin-top: -10px;
    }

    .sp-menu__icon:after {
        bottom: 50%;
        margin-bottom: -10px;
    }

    .section-top03 {
        margin: 60px 0 0;
    }

    .section-top03__head .heading-type01 {
        margin: 130px 0;
    }

    .heading-type03 {
        margin: 70px 0;
    }

    .heading-type03 div {
        padding: 0 100px;
    }

    .heading-type03.type-small div {
        padding: 0 50px;
    }

    .top-introduction {
        margin: 75px;
    }

    .top-introduction__text {
        padding: 0 16%;
    }

    .top-introduction__title {
        margin: 75px 0 40px;
    }

    .top-introduction__description {
        margin: 50px auto 50px;
        font-size: 1.5rem;
        line-height: 2.26667;
    }

    .top-introduction__img img {
        max-width: none;
        width: 100%;
    }

    .topics-list01 {
        margin: 0 15px 60px;
    }

    .topics-list02.type-news {
        margin: 60px 10px;
    }

    .topics-list02.type-news .topics-list02__list {
        border-left: 1px solid #e5e5e5;
    }

    .topics-list02.type-news .topics-list02__item {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .topics-list02.type-news .topics-list02__item:nth-child(odd) {
        border-right: 1px solid #e5e5e5;
    }

    .topics-list02.type-event {
        margin: 60px 10.81081%;
    }

    .topics-list02.type-event .topics-list02__item {
        margin: 50px 0 0 0;
    }

    .topics-list02.type-event .topics-list02__item:first-child {
        margin-top: 0;
    }

    .topics-list02.type-event .topics-list02__text {
        padding: 35px 30px 50px 40px;
    }

    .concept-block01__item {
        padding: 0 30px;
    }

    .concept-block01__item:nth-child(even) {
        padding-bottom: 30px;
    }

    .concept-block01__item:last-child {
        margin-bottom: 30px;
    }

    .concept-block01__text {
        margin: 0 -30px;
    }

    .concept-block01__text-inner {
        padding: 55px 35px;
    }

    .concept-block01__img {
        width: calc(100% + 60px);
        height: 0;
        padding-top: 81.61765%;
        margin-left: -30px;
    }

    .concept-block01__tag {
        text-align: center;
    }

    .concept-block01__title {
        text-align: center;
    }

    .lead-type07 {
        margin: 0 20px;
        padding: 15px 40px;
    }

    .sn-block01__item {
        position: relative;
        overflow: hidden;
    }

    .sn-block01__item:nth-child(odd):before {
        content: '';
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        left: 30px;
        background-color: #f7f7f7;
    }

    .sn-block01__item:nth-child(even):last-child .sn-block01__img {
        margin-bottom: 0;
    }

    .sn-block01__text {
        position: relative;
        z-index: 1;
        padding: 0 75px;
    }

    .sn-block01__title {
        text-align: center;
        margin: 40px 0 20px;
    }

    .sn-block01__sub {
        text-align: center;
        margin: 0 0 20px;
    }

    .sn-block01__description {
        margin: 0 0 30px;
    }

    .sn-block01__img {
        padding-top: 56.08108%;
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

    .menu-img01 {
        height: 500px;
    }

    .menu-coffee {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-right: 13.51351%;
        padding-left: 13.51351%;
    }

    .menu-coffee__img,
    .menu-coffee__content {
        width: 100%;
        max-width: none;
    }

    .lunch-imgs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lunch-imgs__item {
        width: 100%;
    }

    .menu-bar {
        background-image: url(images/menu_bar_bg01_tb.jpg);
    }

    .menu-bar__content {
        margin: 0 60px;
    }

    .menu-bar__block {
        height: 550px;
    }

    .menu-bar-menu {
        width: 100%;
    }

    .menu-bar-menu:not(:last-child)::after {
        margin: 30px auto;
    }

    .menu-bar-menu__heading {
        margin: 0 0 20px;
    }

    .menu-bar-menu__list {
        width: 70%;
        margin: 0 auto;
    }

    .menu-block01 {
        border-top: 1px solid #333;
    }

    .menu-block01__row.column2 .menu-block01__item {
        border-top: 1px solid #333;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .menu-block01__row.column2 .menu-block01__item:first-child {
        border-top: 0;
    }

    .menu-block01__row.column2 .menu-block01__item.type-no-border {
        border-top: 0;
    }

    .menu-block01__row.column2 .menu-block01__item.type-no-border+.type-no-border {
        padding-top: 0;
    }

    .menu-block01__row.column2 .menu-block01__item.type-sp-margin01 {
        padding-right: 13.51351%;
        padding-left: 13.51351%;
    }

    .menu-block01__row.column2 .menu-block01__item.type-sp-margin02 {
        padding-right: 22.97297%;
        padding-left: 22.97297%;
    }

    .menu-block01__title {
        margin: 60px 0 0;
    }

    .menu-block02__row {
        overflow: hidden;
    }

    .menu-block02__item {
        margin: 0 60px;
        padding-bottom: 70px;
    }

    .menu-block02__item.is-open .menu-block02__title {
        margin: 90px 0 50px;
    }

    .menu-block02__item.is-open .menu-block02__main {
        display: block;
    }

    .menu-block02__title {
        margin: 60px 0 20px;
    }

    .menu-block02__price.pc-hide {
        margin-top: -1.8em;
    }

    .menu-block02__trigger {
        font-size: 1px;
        text-indent: -9999px;
        position: relative;
        cursor: pointer;
        height: 60px;
        background-color: #f7f7f7;
    }

    .menu-block02__trigger:before {
        content: '';
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #768489;
        border-left: 2px solid #768489;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-block02__item.is-open .menu-block02__trigger:before,
    .menu-block02__item.is-open .menu-block02__trigger:after {
        content: '';
        width: 2px;
        height: 24px;
        border: 0;
        background-color: #768489;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .menu-block02__item.is-open .menu-block02__trigger:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .menu-block02__item.is-open .menu-block02__trigger:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mailform-block01 {
        margin: 60px auto 55px;
    }

    .mailform-block01__item+.mailform-block01__item {
        margin-top: 50px;
    }

    .form-input.size-l {
        width: 90%;
    }

    .form-input.size-m {
        width: 70%;
    }

    .form-input.size-s {
        width: 50%;
    }

    .form-input.size-ss {
        width: 15%;
    }

    .form-textarea {
        height: 160px;
    }

    .form-table {
        width: 100%;
        margin: 20px auto 20px;
    }

    .form-table th,
    .form-table td {
        display: block;
        width: 100%;
    }

    .form-table th {
        border-bottom: 1px solid #768489;
        padding-bottom: 5px;
    }

    .form-table td {
        margin: 15px 0 25px;
    }

    .form-table caption {
        padding: 15px 20px;
        margin: 0 0 10px;
        display: block;
    }

    .mwform-radio-field label {
        font-weight: 100;
    }

    .confirm-show {
        display: none;
    }

    .confirm-hide {
        display: block;
    }

    .mw_wp_form .error {
        color: #50001c;
    }

    .mw_wp_form_confirm .confirm-show {
        display: block;
    }

    .mw_wp_form_confirm .confirm-hide {
        display: none;
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }

    @keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }

    .menu-nav__list {
        width: 90%;
    }
    .menu-nav__list:after{
        width: 50%;
        border-left: none;
    }

    .menu-nav__item {
        width: 50%;
    }

    .menu-nav__item a {
        border: unset;
    }

    .menu-nav__item:nth-child(odd) a {
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }

    .menu-nav__item:nth-child(even) a {
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }

    .menu-nav__item:nth-child(7) a,
    .menu-nav__item:nth-child(8) a {
        border-bottom: 1px solid #333;
    }

    .takeout_menu ul {
        width: 100%;
    }
}

@media screen and (max-width: 29.9375em) {

    /* ---------------------------
 * SmartPhone
 * --------------------------- */
    body {
        font-size: 1.3rem;
    }

    .sp-hide {
        display: none !important;
    }

    .pctb-only {
        display: none !important;
    }

    .sp-text-left {
        text-align: left !important;
    }

    .sp-block {
        display: block;
    }

    .text-center--mb {
        margin-bottom: -35px;
    }

    .content-block03 {
        padding: 0 20px;
    }

    .content-block04 {
        padding: 0 20px;
    }

    .section-type01 {
        margin-bottom: 60px;
    }

    .header__inner {
        height: 50px;
    }

    .header__logo {
        margin: 15px 0 0 15px;
    }

    .header__logo img {
        width: 65px;
    }

    .header__link {
        margin: 0 50px 0 0;
    }

    .header__link img {
        width: 137px;
    }

    .header__link a {
        padding: 17px 15px 0 15px;
        height: 50px;
    }

    .global-nav__close {
        top: 12px;
        right: 13px;
    }

    .global-nav__close a {
        width: 25px;
        height: 25px;
    }

    .global-nav__close a:before,
    .global-nav__close a:after {
        top: 0;
        left: 12px;
    }

    .footer-1st {
        height: 60px;
    }

    .pagetop {
        top: 17px;
        right: 20px;
    }

    .footer-sns {
        margin: 17px 0 0;
    }

    .footer__logo {
        margin: 40px 0 40px;
    }

    .footer__logo img {
        width: 151px;
    }

    .footer__copyright {
        margin: 20px 0 40px;
    }

    .footer__copyright small {
        font-size: 1rem;
    }

    .footer-shopinfo {
        padding: 40px 20px;
    }

    .footer-shopinfo__box:first-child {
        margin-bottom: 30px;
    }

    .footer-shopinfo__sitename {
        padding: 0 20px;
    }

    .footer-local-nav__item {
        font-size: 1.2rem;
        border-right: 1px solid #111;
    }

    .footer-local-nav__item a {
        padding: 20px 0;
    }

    .footer-local-nav__item i {
        height: 45px;
        margin-bottom: 10px;
    }

    .footer-local-nav__item:last-child a {
        padding: 20px 0 0;
    }

    .footer-local-nav__item:last-child i {
        margin-bottom: 5px;
    }

    .footer-local-nav__item:first-child i img {
        width: 16px;
    }

    .footer-local-nav__item:nth-child(2) i img {
        width: 37px;
    }

    .footer-local-nav__item:nth-child(3) i img {
        width: 17px;
    }

    .footer-local-nav__item:nth-child(4) i img {
        width: 25px;
    }

    .footer-local-nav__item:nth-child(5) i img {
        width: 20px;
    }

    .footer-local-nav__item:nth-child(6) i img {
        width: 11px;
    }

    .mainvisual .slick-dots {
        bottom: 20px;
    }

    .mainvisual .slick-dots li button {
        width: 20px;
        height: 20px;
    }

    .mainvisual__img {
        height: 0;
        padding-top: calc(340 / 375 * 100%);
    }

    .mainvisual__logo {
        width: 240px;
    }

    .page-title__inner {
        height: 305px;
    }

    .page-title__text {
        margin-top: 20px;
    }

    .page-title__title {
        font-size: 3rem;
        margin: 0 0 10px;
    }

    .page-title__sub {
        font-size: 1.1rem;
    }

    .breadcrumb {
        display: none;
    }

    .local-nav {
        margin: 30px 0 40px;
    }

    .local-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu-nav__list:after{
        height: 44px;
    }

    .local-nav__item {
        width: 50%;
        height: 44px;
        font-size: 1.4rem;
    }

    .menu-nav__item {
        width: 50%;
        height: 44px;
        font-size: 1.4rem;
    }

    .sp-menu__link {
        width: 50px;
        height: 50px;
    }

    .sp-menu__button {
        width: 50px;
        height: 50px;
    }

    .sp-menu__icon {
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -9px;
    }

    .sp-menu__icon:before,
    .sp-menu__icon:after {
        width: 18px;
        height: 2px;
    }

    .sp-menu__icon:before {
        margin-top: -8px;
    }

    .sp-menu__icon:after {
        margin-bottom: -8px;
    }

    .section-top01 {
        background-size: 870px auto;
    }

    .section-top03 {
        margin: 50px 0 0;
    }

    .section-top03__head .heading-type01 {
        margin: 65px 0;
    }

    .heading-type01 {
        font-size: 2.2rem;
        margin: 35px 0;
        letter-spacing: .084em;
    }

    .heading-type01.type-home {
        font-size: 1.6rem;
    }

    .heading-type01.type-small {
        font-size: 1.8rem;
        letter-spacing: .04em;
        margin: 35px 0 20px;
    }

    .heading-type01+.tag-type02 {
        margin-top: -10px;
    }

    .heading-type01 span:before,
    .heading-type01 span:after {
        width: 60px;
    }

    .heading-type01 span:before {
        left: -100px;
    }

    .heading-type01 span:after {
        right: -100px;
    }

    .heading-type02 {
        font-size: 1.9rem;
        margin: 30px 0;
    }

    .heading-type01+.heading-type02 {
        margin-top: -10px;
    }

    .heading-type02.type-home {
        font-size: 2rem;
    }

    .heading-type03 {
        margin: 50px 0;
    }

    .heading-type03 div {
        padding: 0 30px;
    }

    .heading-type03 i {
        font-size: 2.7rem;
        white-space: nowrap;
        margin: 0 0 10px;
    }

    .heading-type03 .news_parent {
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .heading-type03 span {
        font-size: 1.1rem;
    }

    .heading-type03.type-small i {
        font-size: 1.8rem;
    }

    .heading-type04 {
        font-size: 1.9rem;
        margin: 30px 0;
    }

    .heading-type04 .price {
        font-size: 1.4rem;
    }

    .heading-type05 {
        margin: 20px 0;
    }

    .heading-type05 i {
        font-size: 1.7rem;
    }

    .heading-type05 span {
        font-size: 1rem;
    }

    .heading-type06 {
        font-size: 1.4rem;
        padding-bottom: 5px;
        margin: 40px 0 20px;
    }

    .heading-type07 {
        margin: 15px 0;
        font-size: 1.6rem;
    }

    .heading-type07:before {
        width: 170px;
    }

    .button-type01 {
        font-size: 1.3rem;
        width: 90%;
        line-height: 60px;
        padding: 0 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .button-type01:after {
        width: 8px;
        height: 8px;
    }

    .button-type02 {
        font-size: 1.2rem;
        padding: 13px 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .button-type02:after {
        width: 5px;
        height: 5px;
    }

    .button-type02.type-table01 {
        display: block;
        width: 120px;
        margin: 10px 0 0;
    }

    .top-introduction {
        margin: 30px 40px 25px;
    }

    .top-introduction__text {
        padding: 0 40px;
    }

    .top-introduction__title {
        margin: 40px 0 30px;
    }

    .top-introduction__description {
        margin: 30px auto 40px;
        font-size: 1.3rem;
        line-height: 1.84615;
    }

    .topics-list01 {
        margin: 0 0 50px;
    }

    .topics-list01__inner {
        margin: 0 12px;
    }

    .topics-list01__img {
        margin-bottom: 10px;
    }

    .topics-list01__date {
        font-size: 1.2rem;
        line-height: 16px;
    }

    .topics-list01__text .topics-list01__date {
        font-size: 1rem;
    }

    .topics-list01__eventdate {
        font-size: 1.2rem;
        line-height: 16px;
    }

    .topics-list01__title {
        font-size: 1.3rem;
        margin: 0;
    }

    .topics-list02.type-news {
        margin: 35px 0;
    }

    .topics-list02.type-news .topics-list02__list {
        border-left: 0;
    }

    .topics-list02.type-news .topics-list02__text {
        padding: 10px 13px 40px;
    }

    .topics-list02.type-news .topics-list02__item.is-new .topics-list02__inner:after {
        font-size: 1rem;
        top: 15px;
        left: 5px;
    }

    .topics-list02.type-news .topics-list02__item.is-new .topics-list02__inner:before {
        border: 40px solid transparent;
        border-top: 40px solid #50001c;
        top: 0;
        left: 56px;
    }

    .topics-list02.type-event {
        margin: 30px 20px;
    }

    .topics-list02.type-event .topics-list02__text {
        padding: 15px 15px 40px;
    }

    .topics-list02.type-event .topics-list02__item {
        margin: 20px 0 0 0;
    }

    .topics-list02.type-event .topics-list02__item:first-child {
        margin-top: 0;
    }

    .topics-list02.type-event .topics-list02__item.is-new .topics-list02__inner:after {
        font-size: 1rem;
        top: 15px;
        left: 5px;
    }

    .topics-list02.type-event .topics-list02__item.is-new .topics-list02__inner:before {
        border: 40px solid transparent;
        border-top: 40px solid #50001c;
        top: 0;
        left: 56px;
    }

    .topics-list02__title {
        font-size: 1.4rem;
    }

    .topics-list02__info {
        font-size: 1.3rem;
        display: block;
        margin-left: 0;
        margin: 10px 0 0;
    }

    .topics-list02__info .size1 {
        font-size: 1.8rem;
    }

    .topics-list02__info .size2 {
        font-size: 1.8rem;
    }

    .topics-list02__info .size3 {
        font-size: 1rem;
    }

    .topics-list02__event {
        font-size: 1.5rem;
        margin: 5px 0 0;
    }

    .topics-list02__place {
        font-size: 1.3rem;
    }

    .topics-list02__description {
        font-size: 1.1rem;
    }

    .topics-list02__date {
        font-size: 1.2rem;
    }

    .topics-list02__date span {
        font-size: 1rem;
    }

    .tag-type01 {
        font-size: 1rem;
        line-height: 14px;
        padding: 0 5px;
    }

    .tag-type01.size-list {
        font-size: 1.1rem;
        line-height: 20px;
    }

    .tag-type01.size-detail {
        font-size: 1.1rem;
        line-height: 20px;
    }

    .tag-type02 {
        font-size: 1.1rem;
    }

    .tag-type03 {
        font-size: 1.2rem;
        margin: 40px 0 40px;
    }

    .tag-type03 span {
        padding: 10px 30px;
    }

    .tag-type04 {
        font-size: 1rem;
        margin-left: 10px;
    }

    .instagram-list {
        position: relative;
    }

    .instagram-list__arrow .slick-arrow {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        border: 0;
        padding: 0;
        background-color: transparent;
        width: 35px;
        height: 35px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        position: absolute;
        top: 50%;
        z-index: 1;
        font-size: 1px;
        text-indent: -9999px;
        outline: 0;
    }

    .instagram-list__arrow .slick-prev {
        left: 20px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .instagram-list__arrow .slick-next {
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }

    .concept-block01__item {
        padding: 0 20px;
    }

    .concept-block01__item:nth-child(even) {
        padding-bottom: 20px;
    }

    .concept-block01__item:last-child {
        margin-bottom: 20px;
    }

    .concept-block01__text-inner {
        padding: 20px;
    }

    .concept-block01__text {
        margin: 0 -20px;
        background-size: 440px auto;
    }

    .concept-block01__tag {
        margin: 0 0 15px;
    }

    .concept-block01__tag img {
        height: 40px;
    }

    .concept-block01__title {
        font-size: 1.7rem;
        line-height: 1.88235;
        margin: 0 0 20px;
    }

    .concept-block01__description {
        font-size: 1.3rem;
    }

    .lead-type01 {
        line-height: 1.84615;
        margin: 40px 0;
        text-align: left;
    }

    .lead-type02 {
        font-size: 1.6rem;
        line-height: calc(3.8rem - 10px);
        margin: 40px 0;
    }

    .lead-type03 {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        margin-left: 20px;
    }

    .lead-type04 {
        text-align: left;
        padding: 0 20px;
    }

    .lead-type05 {
        line-height: 1.84615;
        margin: 40px 0;
        text-align: left;
        padding: 0 20px;
    }

    .lead-type06 {
        text-align: left;
    }

    .lead-type07 {
        margin: 20px;
    }

    .lead-type08 {
        font-size: 1.3rem;
    }

    .sn-block01 {
        margin: 0 0 25px;
    }

    .sn-block01__item:nth-child(odd):before {
        right: 10px;
        left: 10px;
    }

    .sn-block01__text {
        padding: 0 35px;
    }

    .sn-block01__title {
        margin: 25px 0 10px;
        font-size: 1.8rem;
    }

    .sn-block01__sub {
        margin: 0 0 10px;
        font-size: 1.1rem;
    }

    .sn-block01__description {
        margin: 0 0 20px;
    }

    .sn-block01__img {
        margin-bottom: 25px;
    }

    .menu-price01 {
        font-size: 1.2rem;
        margin: 40px 0;
    }

    .menu-price01 .price {
        font-size: 2rem;
    }

    .menu-price01 .num {
        font-size: 1.4rem;
    }

    .menu-list01 {
        margin: 20px 0 50px;
    }

    .menu-img01 {
        height: 250px;
        margin-bottom: 40px;
    }

    .menu-coffee {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-coffee__content {
        padding: 25px 35px;
    }

    .menu-coffee__heading {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .menu-bar {
        padding: 50px 0;
    }

    .menu-bar__content {
        margin: 0 20px;
    }

    .menu-bar__block {
        height: 320px;
    }

    .menu-bar__title {
        font-size: 4.2rem;
    }

    .menu-bar__desc {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }

    .menu-bar-menu__heading {
        font-size: 1.4rem;
    }

    .menu-bar-menu__list:not(:last-child) {
        margin-bottom: 5px;
    }

    .menu-bar-menu__list dt {
        font-size: 1.2rem;
    }

    .menu-bar-menu__list dd {
        font-size: 1.1rem;
    }

    .menu-block01__row.column2 .menu-block01__item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .menu-block01__row.column2 .menu-block01__item.type-sp-margin01 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-block01__row.column2 .menu-block01__item.type-sp-margin02 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-block01__title {
        margin: 40px 0 0;
    }

    .menu-block02__row {
        padding: 30px 0;
    }

    .menu-block02__item {
        margin: 30px 30px 30px;
        padding-bottom: 50px;
    }

    .menu-block02__item.is-open .menu-block02__title {
        margin: 60px 0 40px;
    }

    .menu-block02__item.is-open .menu-block02__lead span {
        display: inline;
    }

    .menu-block02__main {
        margin-top: -30px;
    }

    .menu-block02__title {
        margin: 40px 0 10px;
    }

    .menu-block02__title i {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .menu-block02__title span {
        font-size: 1rem;
    }

    .menu-block02__lead {
        font-size: 1.4rem;
        line-height: 2;
        margin: 40px 0 30px;
        line-height: 1.85714;
    }

    .menu-block02__lead span {
        display: none;
    }

    .menu-block02__sub {
        font-size: 1.4rem;
    }

    .menu-block02__price {
        font-size: 1.2rem;
        margin: 1.2em 0 1.5em;
    }

    .menu-block02__price.pc-hide {
        margin-top: -1.8em;
    }

    .menu-block02__price .price {
        font-size: 2.2rem;
    }

    .menu-block02__list li {
        margin: 1em 0;
    }

    .menu-block02__drink {
        width: 260px;
    }

    .menu-block02__plus {
        font-size: 2rem;
    }

    .menu-block02__img {
        margin: 20px 70px 30px;
    }

    .menu-block02__trigger {
        height: 40px;
    }

    .tab-button {
        padding: 0 20px;
    }

    .tab-button__item {
        width: 25%;
        padding: 10px 0;
        margin: 0 2px;
        font-size: 1.2rem;
    }

    .tab-button__item:first-child {
        margin-left: 0;
    }

    .tab-button__item:last-child {
        margin-right: 0;
    }

    .select-type01 {
        width: calc(100% - 60px);
        margin: 20px 30px;
    }

    .select-type01__text {
        line-height: 50px;
        font-size: 1.3rem;
    }

    .select-type01__select {
        height: 50px;
    }

    .pager-type01 {
        margin: 30px 0;
    }

    .pager-type01__item {
        font-size: 1.2rem;
        margin: 0 2%;
    }

    .entry-header {
        margin: 30px 0 10px;
    }

    .entry-header__title {
        font-size: 1.6rem;
        margin: 0 0 10px;
        padding-bottom: 10px;
    }

    .entry-header__event {
        font-size: 1.6rem;
        margin: 5px 0 10px;
        padding-bottom: 15px;
    }

    .entry-header__place {
        font-size: 1.3rem;
    }

    .entry-header__info .size1 {
        font-size: 1.3rem;
    }

    .entry-header__info .size2 {
        font-size: 1rem;
    }

    .entry-header__info .size3 {
        font-size: 1rem;
    }

    .entry-header__reserve {
        font-size: 1.1rem;
        line-height: 23px;
        width: 85px;
    }

    .entry-header__right {
        text-align: right;
        font-size: 0;
    }

    .entry-header__date {
        font-size: 1.2rem;
        margin-top: 5px;
    }

    .entry-header__date span {
        font-size: 1rem;
    }

    .entry-content .img {
        margin-bottom: 30px;
    }

    .entry-content .img:not(:first-child) {
        margin-top: 30px;
    }

    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5 {
        font-size: 1.5rem;
        margin: 20px 0 15px;
    }

    .entry-content table {
        margin: 30px 0;
    }

    .entry-content hr {
        margin: 30px 0;
    }

    .entry-content figcaption {
        font-size: 1.3rem;
    }

    .entry-footer {
        margin: 50px 0 40px;
    }

    .page-control {
        padding-top: 20px;
        font-size: 1.3rem;
    }

    .page-control__home {
        top: 20px;
    }

    .tag-block01 {
        padding: 15px 20px 20px 20px;
    }

    .tag-block01__item {
        font-size: 1.2rem;
        margin: 5px 0 0 5px;
    }

    .table-type01 {
        margin: 30px 0;
    }

    .table-type01--size01 {
        margin: 30px auto;
    }

    .google-map {
        margin-top: 60px;
    }

    .tel-block01 {
        margin: 40px auto 20px;
        padding: 40px 25px;
    }

    .tel-block01__logo img {
        width: 100px;
    }

    .tel-block01__tel {
        margin-top: 25px;
        line-height: 1;
    }

    .tel-block01__tel a {
        display: block;
        text-decoration: none;
        background-color: #768489;
        color: #fff;
        padding: 15px 0;
        font-size: 2rem;
    }

    .tel-block01__tel span {
        font-size: 1.2rem;
    }

    .scroll-block01 {
        height: 200px;
        padding: 0 20px;
    }

    .scroll-block01 .heading-type06 {
        margin-top: 20px;
    }

    .scroll-block01 .section-type01 {
        margin-bottom: 40px;
    }

    .mailform-block01__item {
        padding: 40px 25px;
    }

    .mailform-block01__item+.mailform-block01__item {
        margin-top: 20px;
    }

    .mailform-block01__tel {
        margin-top: 25px;
        line-height: 1;
    }

    .mailform-block01__tel a {
        display: block;
        text-decoration: none;
        background-color: #768489;
        color: #fff;
        padding: 15px 0;
        font-size: 2rem;
    }

    .mailform-block01__tel span {
        font-size: 1.2rem;
    }

    .form-checkbox span {
        padding-left: 35px;
        line-height: 26px;
    }

    .form-checkbox span:before {
        width: 26px;
        height: 26px;
    }

    .form-checkbox span:after {
        width: 26px;
        height: 26px;
    }

    .form-select01 {
        height: 44px;
        background-size: 11px auto;
    }

    .mwform-radio-field label {
        font-weight: 100;
    }

    .confirm-show {
        display: none;
    }

    .confirm-hide {
        display: block;
    }

    .mw_wp_form .error {
        color: #50001c;
    }

    .mw_wp_form_confirm .confirm-show {
        display: block;
    }

    .mw_wp_form_confirm .confirm-hide {
        display: none;
    }

    .scroll-totop {
        display: none;
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }

    @keyframes scroll {
        0% {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px);
        }

        100% {
            -webkit-transform: translateY(66px);
            transform: translateY(66px);
        }
    }

    .takeout_menu ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .takeout_menu ul li p {
        margin: 20px 0 40px;
    }

    .takeout_tel p:nth-child(1) {
        margin-top: 20px;
    }

    .takeout_tel p {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

.noimage {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    top: 0;
    background-image: url(images/osteria_no-image.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* .reserve_course span:nth-child(1):after {
    content: '※通常のランチはお電話にて';
    display:block;
    margin-left:1.4em;
} */
.reserve_course span:nth-of-type(2):after {
    content: '※ご入店13:00迄\A※通常のランチはお電話にて';
    white-space: pre;
    display:block;
    margin-left:1.4em;
}
.reserve_course span:nth-of-type(5):after {
    content: '※ご入店19:00迄';
    display:block;
    margin-left:1.4em;
}

/*@media screen and (max-width: 29.9375em) {
    .reserve_course span label {
        max-width: 21em;
    }
}*/