@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ==========================================================================
  Font
  ========================================================================== */

/* ==========================================================================
  Foundation
  ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;

    overflow: hidden;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before
{
    content: '';
    content: none;
}

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

main
{
    display: block;
}

html
{
    font-size: 62.5%;

    overflow: auto;

    /* scroll-behavior: smooth; */
}

*
{
    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

img
{
    display: block;

    width: 100%;
    height: auto;
}

*
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;

    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

body
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

/* Windows */

@font-face
{
    font-family: YuGothicM;
    font-weight: normal;

    src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face
{
    font-family: YuGothicM;
    font-weight: bold;

    src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}

img
{
    display: block;

    width: 100%;
    height: auto;
}

*
{
    font-family: inherit;

    word-break: break-word;
}

body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;

    color: #fff;
    background-color: #101010;
}

body a
{
    font-family: 'Noto Sans JP', sans-serif;

    cursor: pointer;
    transition: .3s;

    color: inherit;
}

body a:hover
{
    transition: .3s;
    text-decoration: none;

    opacity: .7;
    color: inherit;
}

html
{
    font-size: 62.5%;
}

/* ==========================================================================
  Layout
  ========================================================================== */

.l-header
{
    position: fixed;
    z-index: 90;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: calc(100/1920 * 100vw);

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.l-header__link
{
    display: block;

    width: 100%;
    height: 100%;
}

.p-header__logo
{
    width: 100%;
    max-width: 350px;
    padding-top: 14px;
    padding-left: calc(56/1920 * 100vw);

    text-align: left;
}

.p-header__logo-ttl
{
    font-family: 'ten-mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(50/1920 * 100vw);

    text-shadow: 0 0 6px #101010b4;
}

.p-header__logo-sub
{
    font-size: calc(31/1920 * 100vw);

    margin-right: 30px;
}

.p-header__inner
{
    position: relative;

    display: -ms-flexbox;

    display: flex;

    background-color: #a00000;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-header__nav
{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

    display: none;

    width: 100vw;
    height: 100vh;
    padding-top: 100px;

    opacity: 0;
}

.p-header__nav.is-active
{
    z-index: 95;

    display: block;

    opacity: .8;
    background-color: #000;
}

.p-header__nav-list
{
    display: block;
}

.p-header__nav-item
{
    padding: 30px 30px 10px;

    text-align: center;
}

.p-header__nav-link
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 3.0rem;

    color: #fff;
}

.p-header__nav-link:hover
{
    color: #a00000;
    border-bottom: 1px solid #a00000;
}

.p-header__nav-link-shop
{
    margin-right: 50px;
}

.p-header__tel
{
    width: calc(290/1920 * 100vw);
}

.p-header__tel-num
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(35/1920 * 100vw);
    font-weight: bold;
    line-height: calc(100/1920 * 100vw);

    display: block;

    width: 100%;
    padding: calc(30/1920 * 100vw) auto;

    text-align: center;

    border-right: 1px solid #4a0b0c;
}

.p-header__web
{
    width: calc(290/1920 * 100vw);
}

.p-header__web-link
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(35/1920 * 100vw);
    font-weight: bold;
    line-height: calc(100/1920 * 100vw);

    display: block;

    width: 100%;
    padding: calc(30/1920 * 100vw) auto;

    text-align: center;

    border-right: 1px solid #4a0b0c;
}

.p-header__ham
{
    position: relative;
    z-index: 99;

    display: block;

    width: 100px;
    padding: calc(20/1920 * 100vw) calc(20/1920 * 100vw);

    cursor: pointer;
}

.p-header__ham.is-active .p-header__bar--01
{
    top: calc(50% - 2px);

    transform: translateX(-50%) rotate(45deg);
}

.p-header__ham.is-active .p-header__bar--02
{
    opacity: 0;
}

.p-header__ham.is-active .p-header__bar--03
{
    bottom: calc(50% - 2px);

    transform: translateX(-50%) rotate(-45deg);
}

.p-header__bar
{
    position: absolute;
    left: 50%;

    display: block;

    width: 50px;
    height: 4px;
    margin: 0 auto;

    transition: .3s;
    transform: translateX(-50%);

    background-color: #fff;
}

.p-header__bar--01
{
    top: calc(24/1920 * 100vw);
}

.p-header__bar--02
{
    top: 50%;

    transform: translate(-50%, -50%);
}

.p-header__bar--03
{
    bottom: calc(24/1920 * 100vw);
}

.l-inner
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.l-footer
{
    display: -ms-flexbox;
    display: flex;

    padding: 60px 0 44px 0;

    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;

    -ms-flex-pack: center;

        justify-content: center;
}

.l-footer__item
{
    display: -ms-flexbox;
    display: flex;
}

.l-footer__nav
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 47px;
}

.l-footer__list
{
    margin-right: 46px;
}

.l-footer__list-last
{
    margin-right: 0;
}

.p-footer__inner
{
    max-width: 1115px;
    margin-right: auto;
    margin-left: auto;
}

.p-footer__copy
{
    font-size: calc(24/1920 * 100vw);

    display: block;

    text-align: center;
}

/* ==========================================================================
  Object
  ========================================================================== */

/* Components
  ----------------------------------------------------------------- */

.c-breadcrumbs-list
{
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;
}

.c-breadcrumbs-item
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
}

.c-breadcrumbs-item a::after
{
    margin-right: 15px;
    margin-left: 15px;

    content: '>';
}

.c-btn
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;
    font-weight: bold;

    display: inline-block;

    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;

    text-align: center;

    color: #101010;
    border: 1px solid #707070;
    border-radius: 5px;
    background-color: #fcc379;
}

.c-mv
{
    position: relative;
    z-index: 80;

    display: -ms-flexbox;

    display: flex;

    height: calc(440/1920 * 100vw);

    -ms-flex-align: center;

        align-items: center;
}

.c-mv-ttl
{
    font-family: 'ten-mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(80/1920 * 100vw);

    text-shadow: 0 0 6px #101010b4;
}

.c-ttl02
{
    font-size: 8.0rem;
    line-height: 1.7;

    text-shadow: rgba(16, 16, 16, .706) 0 0 6px;
}

/* Project
  ----------------------------------------------------------------- */

.p-index__frame
{
    position: relative;

    width: 100%;
    height: 100vh;
}

.p-index__video
{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;

    min-width: 100%;
    height: 100vh;

    transform: translate(-50%, -50%);
}

.p-index__logo
{
    position: absolute;
    top: calc(156/1920 * 100%);
    left: calc(118/1920 * 100%);

    padding-top: 100px;
}

.p-index__logo-ttl
{
    font-family: 'ten-mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(97/1920 * 100vw);

    text-shadow: 0 0 6px #101010b4;
}

.p-index__logo-sub
{
    font-size: calc(45/1920 * 100vw);

    margin-right: calc(30/1920 * 100vw);
}

.p-index__logo-read
{
    font-family: 'ten-mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(32/1920 * 100vw);

    margin-top: calc(50/1920 * 100vw);

    text-shadow: 0 0 6px #101010b4;
}

.p-index__info
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.p-index__takeout
{
    position: absolute;
    right: 0;
    bottom: 10%;
    top: auto;
}

.p-index__takeout-link
{
    display: -ms-flexbox;
    display: flex;

    width: calc(424/1920 * 100vw);
    height: calc(160/1920 * 100vw);

    background-color: #a00000;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-index__takeout-txt
{
    font-size: calc(43/1920 * 100vw);
    font-weight: bold;
    line-height: calc(50/1920 * 100vw);

    display: block;

    padding: calc(25/1920 * 100vw) 0 calc(25/1920 * 100vw) calc(25/1920 * 100vw);
}

.p-index__takeout-img
{
    display: block;

    width: calc(168/1920 * 100vw);
    height: auto;
}

.p-index__topics
{
    padding-top: 80px;
    padding-bottom: 40px;

    background-color: #4a0b0c;
}

.p-index__topics .l-inner
{
    max-width: 1024px;
    padding-top: 50px;
}

.p-index__topics-effort
{
    display: -ms-flexbox;
    display: flex;

    padding: 50px 66px 68px 66px;

    border: 1px solid #fff;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.p-index__topics-effort-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: calc(35/1920 * 100vw);
    font-weight: bold;

    display: block;

    width: 100%;

    text-align: center;
}

.p-index__topics-effort-ttl::after
{
    display: block;

    width: 283px;
    height: 1px;
    margin-top: 35px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;

    content: '';

    background-color: #fff;
}

.p-index__topics-effort-group
{
    display: -ms-flexbox;
    display: flex;

    width: 810px;
    margin-right: auto;
    margin-left: auto;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-index__topics-effort-group:first-of-type
{
    margin-bottom: 80px;
}

.p-index__topics-effort-item
{
    width: 148px;
}

.p-index__topics-effort-image
{
    display: -ms-flexbox;
    display: flex;

    width: 128px;
    height: 90px;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-index__topics-effort-info
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;
    line-height: 1.76471;

    text-align: center;
    letter-spacing: .02em;
}

.p-index__topics-news
{
    margin-top: 70px;
}

.p-index__topics-news-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;
    font-weight: bold;

    margin-bottom: 50px;
}

.p-index__topics-news-ttlsub
{
    font-size: 1.6rem;

    padding-left: 20px;
}

.p-index__topics-news-box
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-index__topics-news-item
{
    display: block;

    width: 296px;
    margin-bottom: 50px;
}

.p-index__topics-news-item:not(:nth-child(3n))
{
    margin-right: 50px;
}

.p-index__topics-news-link
{
    display: block;

    width: 100%;

    cursor: pointer;
    text-align: left;
}

.p-index__topics-news-imgwrap
{
    overflow: hidden; /*拡大時にはみ出た部分を隠す*/

    width: 296px;
    height: 222px;
    margin-bottom: 17px;
}

.p-index__topics-news-img
{
    display: block;

    transition-duration: .3s;
}

.p-index__topics-news-img:hover
{
    transition-duration: .3s;
    transform: scale(1.1); /*画像の拡大率*/
}

.p-index__topics-news-date
{
    display: inline-block;

    margin-bottom: 16px;
    padding: 8px;

    color: #fff;
    background-color: #a00000;
}

.p-index__topics-news-txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;

    color: #fff;
}

.p-index__modalArea
{
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}

.p-index__modalBg
{
    width: 100%;
    height: 110%;

    background-color: rgba(0, 0, 0, .85);
}

.p-index__modalWrapper
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 70%;
    max-width: 560px;
    padding: 30px 30px;

    transform: translate(-50%, -50%);

    color: #fff;
}
.p-index__modalWrapper-vertical
{
    position: absolute;
    top: 55%;
    left: 50%;

    width: 70%;
    max-width: 560px;
    padding: 30px 30px;

    transform: translate(-50%, -50%);

    color: #fff;
}

.p-index__closeModal
{
    position: absolute;
    top: .5rem;
    right: 1rem;

    cursor: pointer;
}
.p-index__closeModal-vertical
{
    position: absolute;
    top: 1rem;
    right: 9rem;
    cursor: pointer;
}

.p-index__modal-news-img
{
    width: 500px;
    height: auto;
    margin-bottom: 17px;
}
.p-index__modal-news-img-vertical
{
    width: 100%;
    height: 450px;
    margin-bottom: 17px;
}
.p-index__modalContents-vertical{
    margin: 0 80px;
}
.p-index__modalContents-vertical a{
    text-decoration: underline;
    color: 	#0087cc;
}

.p-index__modal-news-date
{
    display: inline-block;

    margin-bottom: 25px;
    padding: 8px;

    color: #fff;
    background-color: #a00000;
}

.p-index__modal-news-txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.8rem;

    margin-bottom: 20px;

    color: #fff;
}

.p-index__modal-news-detail
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.4rem;
    line-height: 2.0rem;

    color: #fff;
}

.p-index__instagram
{
    padding: 105px 0 105px 0;
}

.p-index__instagram-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;
    line-height: 2;

    text-align: center;
}

.p-index__instagram-ttl::after
{
    display: block;

    width: 183px;
    height: 1px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;

    content: '';

    background-color: #fff;
}

.p-index__instagram .clearfix
{
    display: -ms-flexbox !important;
    display: flex !important;

    margin-bottom: 64px !important;

    -ms-flex-pack: justify !important;

        justify-content: space-between !important;
}

.p-index__instagram .media-grid
{
    display: -ms-flexbox !important;
    display: flex !important;

    margin-bottom: 64px !important;

    -ms-flex-pack: justify !important;

        justify-content: space-between !important;
}

.p-index__instagram-btn
{
    display: block;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.p-index__instagram .c-btn
{
    width: 421px;
    margin-right: auto;
    margin-left: auto;
}

.p-index__instagram iframe
{
    pointer-events: none;
}

.p-index__recommend
{
    background: url(../images/index/bg.jpg);
}

.p-index__recommend-detail
{
    padding: calc(60/1920 * 100vw);

    background: url(../images/index/bg.jpg);
}

.p-index__recommend-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.0rem;
    line-height: 4.0rem;

    margin-bottom: 40px;
}

.p-index__recommend-txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;
    line-height: 3.0rem;
}

.p-index__recommend-top
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-index__recommend-top-left
{
    width: calc(100%/3);
}

.p-index__recommend-top-right
{
    width: calc(100%/3 * 2);

    background: url(../images/index/recommend01.jpg) center center no-repeat;
    background-size: cover;
}

.p-index__recommend-middle
{
    display: -ms-flexbox;
    display: flex;

    min-height: 485px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-index__recommend-middle-left
{
    width: calc(100%/3);

    background: url(../images/index/recommend02.jpg) center center no-repeat;
    background-size: cover;
}

.p-index__recommend-middle-center
{
    display: -ms-flexbox;
    display: flex;

    width: calc(100%/3);
    padding: 0 4%;

    text-align: left;

    background: url(../images/index/bg.jpg);

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-index__recommend-middle-center button
{
    display: inline-block;

    width: 100%;
    max-width: 420px;
}

.p-index__recommend-middle-right
{
    width: calc(100%/3);

    background: url(../images/index/recommend03.jpg) center center no-repeat;
    background-size: cover;
}

.p-index__recommend-bottom
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-index__recommend-bottom-left
{
    width: calc(100%/3 * 2);

    background: url(../images/index/recommend04.jpg) center center no-repeat;
    background-size: cover;
}

.p-index__recommend-bottom-right
{
    width: calc(100%/3);
}

.p-index__about
{
    padding-top: 114px;

    background-size: cover;
}

.p-index__about .l-inner
{
    width: 50%;
}

.p-index__about .l-inner01
{
    width: 50%;
    margin-left: 5%;
}

.p-index__about .l-inner02
{
    width: 50%;
    margin-right: 0;
}

.p-index__about-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;

    margin-bottom: 55px;

    text-shadow: 0 0 5px #333;
}

.p-index__about-txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;
    line-height: 3.4rem;

    width: 85%;
    margin-bottom: 26px;

    text-shadow: 0 0 5px #333;
}

.p-index__about-btn
{
    width: 274px;
    margin-bottom: 120px;
}

.p-index__about01
{
    background: url(../images/index/about01.jpg) no-repeat center center;
    background-size: cover;
}

.p-index__about02
{
    background: url(../images/index/about02.jpg) no-repeat center center;
    background-size: cover;
}

.p-index__access-inner
{
    min-height: 143px;
    padding-top: 80px;

    background: url(../images/index/access.jpg) no-repeat top center;
    background-size: cover;
}

.p-index__access .l-inner
{
    display: block;

    width: 610px;
    margin-right: auto;
    margin-left: auto;
}

.p-index__access-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;

    margin-bottom: 70px;

    text-align: center;
}

.p-index__access-txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;
    line-height: 3.0rem;

    width: 610px;
    padding-bottom: 122px;
}

.p-index__access-map iframe
{
    width: 100%;
    height: 512px;
}

.p-access
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-access__mv
{
    background: url(../images/access/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-access-detail
{
    padding-bottom: 145px;
}

.p-access-detail .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-access-detail__item
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 37px;

    -ms-flex-align: start;

        align-items: flex-start;
}

.p-access-detail__lead
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 45px;

    min-width: 150px;
    height: 45px;
    margin-left: 50px;
    padding: 0 37px;

    text-align: center;
    vertical-align: middle;

    background-color: #670606;
}

.p-access-detail__info
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2;

    margin-left: 71px;
    padding-top: 5px;
}

.p-access-detail__info01
{
    font-size: 1.4rem;
}

.p-access-detail__span02
{
    font-size: 1.7rem;
}

.p-access-detail__area
{
    width: 40%;
    max-width: 556px;
    height: 427px;
}

.p-access-detail__iframe
{
    width: 100%;
    height: 100%;
}

.p-access-block
{
    padding-bottom: 104px;
}

.p-access-block__ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;

    width: 424px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    padding-bottom: 15px;

    text-align: center;

    border-bottom: 1px solid #fff;
}

.p-access-block__nav
{
    width: 350px;
    margin-right: auto;
    margin-bottom: 63px;
    margin-left: auto;

    text-align: center;
}

.p-access-block__list
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.17647;

    margin-bottom: 10px;

    text-align: center;
}

.p-access-block__group
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-access-block__item
{
    width: 24%;
    max-width: 304px;
}

.p-access-block__image
{
    margin-bottom: 17px;
}

.p-access-block__info
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73333;

    display: -ms-flexbox;

    display: flex;

    height: 63px;
    min-height: 70px;
    padding: 0 28px 0 22px;

    background-color: #a00000;

    -ms-flex-align: center;

        align-items: center;
}

.p-access-parking
{
    padding-bottom: 104px;
}

.p-access-parking__ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;

    width: 424px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    padding-bottom: 15px;

    text-align: center;

    border-bottom: 1px solid #fff;
}

.p-access-parking__group
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-access-parking__item
{
    width: 33%;
    max-width: 440px;
    margin: 0 24px;
}

.p-access-parking__image
{
    margin-bottom: 17px;
}

.p-access-parking__info
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.73333;

    display: -ms-flexbox;

    display: flex;

    height: 51px;
    padding: 0 20px;

    background-color: #a00000;

    -ms-flex-align: center;

        align-items: center;
}

.p-access-parking__span01
{
    display: inline-block;

    margin-left: auto;
}

.p-access-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-contact
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-contact__mv
{
    background: url(../images/contact/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-contact-catch
{
    padding-bottom: 78px;
}

.p-contact-catch__group
{
    display: -ms-flexbox;
    display: flex;

    width: 928px;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 0 39px 0;

    text-align: center;

    background: url(../images/contact/bg.jpg) no-repeat center center;
    background-size: cover;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-contact-catch__item02
{
    display: -ms-flexbox;
    display: flex;

    width: 307px;
    margin-left: 50px;
    padding: 21px 0;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-contact-catch__ttl
{
    font-size: 2.4rem;
    line-height: 1.45833;

    letter-spacing: .05em;
}

.p-contact-catch__span01
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    line-height: 1.94444;

    text-align: center;
    letter-spacing: .05em;
}

.p-contact-catch__link
{
    width: 100%;
    height: 100%;
}

.p-contact-catch__img01
{
    display: inline-block;

    width: 32px;
    height: 32px;
}

.p-contact-catch__span02
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 3.0rem;
    line-height: 1.2;
}

.p-contact-form
{
    padding-bottom: 167px;
}

.p-contact-form__group
{
    margin-bottom: 21px;
}

.p-contact-form__item
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 55px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-contact-form__lead
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.2;

    min-width: 240px;
    margin-left: 150px;
    padding-top: 6px;
}

.p-contact-form__label
{
    width: 100%;
}

.p-contact-form__input
{
    font-size: 16px;

    width: 528px;
    height: 40px;

    background-color: #fff;
}

.p-contact-form__textarea
{
    width: 528px;
    height: 210px;

    background-color: #fff;
}

.p-contact-form__btn
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.75;

    display: block;

    width: 235px;
    margin-right: auto;
    margin-left: auto;
    padding: 21px 0;

    text-align: center;
    letter-spacing: .05em;

    background-color: #a00000;
}

.p-contact-form__submit
{
    font-size: 2.4rem;

    color: #fff;
}

.p-contact-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-cource
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-cource__mv
{
    background: url(../images/cource/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-cource-coupon
{
    padding-bottom: 48px;
}

.p-cource-coupon__item
{
    position: relative;
}

.p-cource-coupon__lead
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.41667;

    position: relative;

    padding: 22px 0 22px 55px;

    border: 1px solid #a00000;
}

.p-cource-coupon__image
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    position: relative;

    display: none;

    margin-top: 60px;
}

.p-cource-coupon__frame
{
    display: -ms-flexbox;
    display: flex;

    padding-top: 30px;

    -ms-flex-pack: distribute;

        justify-content: space-around;
}

.p-cource-coupon__img01
{
    position: absolute;
    top: 50%;
    right: 50px;

    width: 30px;
    height: 19px;

    transform: translate(0, -50%);
    pointer-events: none;

    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.p-cource-coupon__img02
{
    position: absolute;
    top: 54%;
    right: 52px;

    width: 28px;
    height: 28px;

    transform: translate(0, -54%);
    pointer-events: none;

    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.p-cource-coupon__txt
{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.33333;

    margin-top: 104px;

    text-align: center;
}

.p-cource-coupon .js-btn-open
{
    visibility: visible;

    transition: .3s;

    opacity: 1.0;
}

.p-cource-coupon .js-btn-open.open
{
    visibility: hidden;

    transition: .3s;

    opacity: 0;
}

.p-cource-coupon .js-btn-close
{
    visibility: hidden;

    transition: .3s;

    opacity: 0;
}

.p-cource-coupon .js-btn-close.open
{
    visibility: visible;

    transition: .3s;

    opacity: 1.0;
}

.p-cource-coupon__item02
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    max-width: 521px;
    margin: 0 5px;
    padding: 0 66px;

    -ms-flex: 1;

        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-cource-coupon__cover
{
    position: absolute;
    top: -9px;
    left: 50%;

    height: 25px;
    padding: 0 10px;

    transform: translate(-50%, 0);

    background-color: #101010;
}

.p-cource-coupon__visual
{
    position: relative;

    width: 350px;
    padding: 34px 0 31px 0;

    text-align: center;

    color: #fff;
    background: url(../images/kids/bg.png) no-repeat center center;
    background-size: cover;
}

.p-cource-coupon__visual01
{
    border: 1px solid #feef99;
}

.p-cource-coupon__visual02
{
    border: 1px solid #aea9ab;
}

.p-cource-coupon__img00
{
    width: 106px;
}

.p-cource-coupon__catch
{
    font-size: 1.9rem;
    line-height: 1.73684;

    margin-bottom: 7px;
}

.p-cource-coupon__feature
{
    font-size: 1.5rem;
    line-height: 1.73333;

    margin-bottom: 7px;
}

.p-cource-coupon__feature:nth-of-type(2)
{
    margin-bottom: 27px;
}

.p-cource-coupon__note
{
    font-size: 1.4rem;
    line-height: 1.71429;
}

.p-cource-content__ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;

    padding: 20px 0;

    text-align: center;

    color: #fff;
    background-color: #670606;
}

.p-cource-content__block
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding: 101px 0 0 0;

    border-bottom: 1px solid #d3d3d3;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-cource-content__block-last
{
    border-bottom: none;
}

.p-cource-content__item
{
    width: 48%;
    max-width: 547px;
}

.p-cource-content__name
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;
    line-height: 1.59375;

    height: 83px;
    margin-bottom: 24px;

    text-align: center;

    color: #fff;
}

.p-cource-content__name01
{
    font-size: 2.4rem;
}

.p-cource-content__detail
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 27px;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-cource-content__info
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.4rem;
    line-height: 2.125;

    margin-bottom: 58px;

    text-align: center;
}

.p-cource-content__detail02
{
    margin-left: 30px;

    -ms-flex-pack: start;

        justify-content: flex-start;
}

.p-cource-content__img01
{
    margin-bottom: 27px;
}

.p-cource-content__img02
{
    width: 32px;
    margin-right: 8px;
}

.p-cource-content__img03
{
    margin-bottom: 56px;
}

.p-cource-content__txt01,
.p-cource-content__txt02,
.p-cource-content__txt03
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.5rem;
    line-height: 1.72;

    display: -ms-flexbox;

    display: flex;

    margin-right: 8px;

    -ms-flex-align: center;

        align-items: center;
}

.p-cource-content__price
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 4.7rem;
    line-height: 1.70213;

    margin-bottom: 47px;

    text-align: right;
}

.p-cource-content__span
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.7rem;
    line-height: 1.70588;
}

.p-cource-content__btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.p-cource-content__btn02
{
    display: block;

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

.p-cource-content .c-btn
{
    width: 386px;
}

.p-cource-content .c-btn02
{
    width: 386px;

    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
}

.p-cource-service
{
    padding: 122px 0 60px 0;

    color: #fff;
    background: url(../images/cource/bg.jpg) no-repeat center center;
    background-color: #333;
    background-size: cover;

    background-blend-mode: multiply;
}

.p-cource-service .l-inner
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: end;

        justify-content: flex-end;
}

.p-cource-service__ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.375;

    margin-bottom: 38px;
}

.p-cource-service__txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    margin-bottom: 20px;
}

.p-cource-service__list
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;
}

.p-cource-service__image
{
    width: 576px;
    margin-left: 88px;
}

.js-modalArea
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0;
}

.modal__bg
{
    position: fixed;
    top: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background-color: rgba(0, 0, 0, .85);
}

.modal__wrapper
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    overflow-y: scroll;

    width: 90%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 110px 30px;
}

.p-dialog01-catch
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 130px;
}

.p-dialog01-catch .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-dialog01-catch__item01,
.p-dialog01-catch__item02
{
    width: 48%;
}

.p-dialog01-catch__item01
{
    padding-top: 40px;
}

.p-dialog01-catch__span01
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5;

    display: block;

    margin-bottom: 22px;
}

.p-dialog01-catch__ttl
{
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.2;

    margin-bottom: 27px;
}

.p-dialog01-catch__txt
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    margin-bottom: 49px;
}

.p-dialog01-catch__txt-pc
{
    display: none;
}

.p-dialog01-catch__txt-sp
{
    display: none;
}

.p-dialog01-catch__detail
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -ms-flex-pack: start;

        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}

.p-dialog01-catch__img01
{
    width: 50px;
    height: 50px;
    margin-right: 7px;
}

.p-dialog01-catch__info
{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.71429;

    margin-right: 11px;
}

.p-dialog01-catch__price
{
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.70833;

    text-align: right;
}

.p-dialog01-catch__span02
{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.72;
}

.p-dialog01-catch__span03
{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6875;
}

.p-dialog01-catch__img02
{
    margin-bottom: 32px;
}

.p-dialog01-catch__img02-pc
{
    display: none;

    margin-bottom: 32px;
}

.p-dialog01-catch__img02-sp
{
    display: none;

    margin-bottom: 32px;
}

.p-dialog01-catch__item03
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 22px;

    -ms-flex-pack: start;

        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}

.p-dialog01-catch__left
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    width: 142px;
    padding: 13px 0;

    text-align: center;

    background-color: #a00000;
}

.p-dialog01-catch__right
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    margin-left: 24px;
}

.p-dialog01-catch__bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background-color: rgba(0, 0, 0, .6);
}

.p-dialog01-block01
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog01-block01__ttl
{
    font-size: 2.8rem;
    line-height: 1.71429;

    margin-bottom: 54px;

    text-align: center;

    background-color: #a00000;
}

.p-dialog01-block01__item01
{
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 54px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-dialog01-block01__list01
{
    font-size: 2.4rem;
    line-height: 1.70833;

    width: 50%;
}

.p-dialog01-block01__list01:nth-child(2n)
{
    width: 45%;
    margin-left: 40px;
}

.p-dialog01-block02
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog01-block02__ttl
{
    font-size: 2.8rem;
    line-height: 1.71429;

    margin-bottom: 54px;

    text-align: center;

    background-color: #a00000;
}

.p-dialog01-block02__lead
{
    font-size: 2.3rem;
    line-height: 1.73913;
}

.p-dialog01-block02__area
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-dialog01-block02__content
{
    width: 50%;
    margin-bottom: 36px;
}

.p-dialog01-block02__content:nth-child(2n)
{
    width: 45%;
    margin-left: 40px;
}

.p-dialog01-block02__list02
{
    font-size: 2.3rem;
    line-height: 1.73913;

    padding-left: 50px;
}

.p-dialog01-block03
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 88px;
}

.p-dialog01-block03__ttl
{
    font-size: 2.8rem;
    line-height: 1.71429;

    margin-bottom: 54px;

    text-align: center;

    background-color: #a00000;
}

.p-dialog01-block03__group
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-dialog01-block03__item01
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    width: 50%;

    -ms-flex-align: center;

        align-items: center;
}

.p-dialog01-block03__lead01
{
    font-size: 2.2rem;
    line-height: 1.68182;

    height: 59px;
    margin-bottom: 32px;

    text-align: center;
}

.p-dialog01-block03__img01
{
    width: 376px;
}

.p-dialog01-block04
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog01-block04 .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: distribute;

        justify-content: space-around;
}

.p-dialog01-block04__btn
{
    width: 432px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog01-block04 .c-btn02
{
    color: #fff;
    border: none;
    background-color: #a00000;
}

.p-dialog01-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-dialog02-block
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog02-block__ttl
{
    font-size: 2.8rem;
    line-height: 1.71429;

    margin-bottom: 54px;

    text-align: center;

    background-color: #a00000;
}

.p-dialog02-block__lead
{
    font-size: 2.3rem;
    line-height: 1.73913;
}

.p-dialog02-block__area
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-dialog02-block__content
{
    width: 50%;
    margin-bottom: 36px;
}

.p-dialog02-block__content:nth-child(2n)
{
    width: 45%;
    margin-left: 40px;
}

.p-dialog02-block__list02
{
    font-size: 2.3rem;
    line-height: 1.73913;

    padding-left: 50px;
}

.p-dialog02-block02
{
    width: 100%;
    max-width: 904px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog02-block02 .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: distribute;

        justify-content: space-around;
}

.p-dialog02-block02__btn
{
    width: 432px;
    margin-right: auto;
    margin-left: auto;
}

.p-dialog02-block02 .c-btn02
{
    color: #fff;
    border: none;
    background-color: #a00000;
}

.p-dialog02-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-drink
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-drink__mv
{
    background: url(../images/drink/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-drink-block01
{
    margin-bottom: 152px;
    padding-top: 55px;
}

.p-drink-block01 .l-inner
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-drink-block01__content01
{
    padding-top: 31px;

    -ms-flex: 1;

        flex: 1;
}

.p-drink-block01__content02
{
    padding-left: 20px;

    -ms-flex: 1;

        flex: 1;
}

.p-drink-block01__ttl
{
    font-size: 3.0rem;
    line-height: 1.7;

    position: relative;

    padding-left: 170px;
}

.p-drink-block01__ttl::before
{
    position: absolute;
    top: -40px;
    left: 0;

    display: inline-block;

    width: 152px;
    height: 152px;

    content: '';

    background-image: url(../images/drink/recommend.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-drink-block01__txt01
{
    font-size: 3.6rem;
    line-height: 1.69444;

    text-align: right;

    color: #fcd384;
}

.p-drink-block01__txt02
{
    font-size: 3.6rem;
    line-height: 1.69444;

    text-align: right;

    color: #fff;
}

.p-drink-block01__txt04
{
    margin-bottom: 32px;
}

.p-drink-block01__span00
{
    color: #fcd384;
}

.p-drink-block01__span01
{
    font-size: 2.4rem;
    line-height: 1.70833;

    color: #fcd384;
}

.p-drink-block01__span02
{
    font-size: 2.4rem;
    line-height: 1.70833;

    color: #fff;
}

.p-drink-block01__img01-sp
{
    display: none;
}

.p-drink-block01__span03
{
    font-size: 2.4rem;
    line-height: 1.70833;

    color: #fff;
}

.p-drink-block01__span04
{
    font-size: 1.9rem;
    line-height: 1.73684;

    color: #fcd384;
}

.p-drink-block01__span05
{
    font-size: 1.9rem;
    line-height: 1.73684;

    color: #fff;
}

.p-drink-block01__lead
{
    font-size: 2.4rem;

    position: relative;

    margin-bottom: 29px;

    text-align: center;
}

.p-drink-block01__lead::before,
.p-drink-block01__lead::after
{
    position: absolute;
    top: 50%;

    display: inline-block;

    width: 95px;
    height: 1px;

    content: '';

    background-color: #fff;
}

.p-drink-block01__lead::before
{
    left: 0;
}

.p-drink-block01__lead::after
{
    right: 0;
}

.p-drink-block01__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-drink-block01__item
{
    position: relative;

    width: 205px;
    margin: 0 3px;
    padding-top: 35px;

    text-align: center;

    border: 1px solid #fcd384;
}

.p-drink-block01__item::before
{
    font-size: 3.2rem;

    position: absolute;
    top: 1px;
    left: 3%;
}

.p-drink-block01__item01::before
{
    content: '1';
}

.p-drink-block01__item02::before
{
    content: '2';
}

.p-drink-block01__item03::before
{
    content: '3';
}

.p-drink-block01__span06
{
    font-size: 1.7rem;
    line-height: 1.70588;

    display: block;

    margin-bottom: 17px;

    color: #fff;
}

.p-drink-block01__txt03
{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.71429;

    color: #fff;
}

.p-drink-block01__icon02
{
    position: relative;
}

.p-drink-block01__icon03
{
    font-size: 1.6rem;

    position: absolute;
    top: -15px;
    left: -200px;

    display: inline-block;
    display: -ms-flexbox;
    display: flex;

    width: 178px;
    height: 48px;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-drink-block01__icon04
{
    padding: 9px 16px;

    border: 1px solid #fff;
}

.p-drink-block02
{
    width: 936px;
    margin-right: auto;
    margin-bottom: 158px;
    margin-left: auto;
}

.p-drink-block02__ttl
{
    font-size: 4.5rem;

    padding-bottom: 17px;

    text-align: center;

    border-bottom: 3px solid #9e0000;
}

.p-drink-block02__txt
{
    font-size: 2.5rem;
    line-height: 1.72;

    padding-top: 42px;

    text-align: center;
}

.p-drink-block02__group
{
    display: -ms-flexbox;
    display: flex;

    padding: 31px 0 35px 0;

    border-bottom: 3px solid rgba(162, 162, 162, .2);

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.p-drink-block02__group:last-child
{
    border-bottom: none;
}

.p-drink-block02__lead
{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.69231;
}

.p-drink-block02__price
{
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.70588;

    color: #fcc379;
}

.p-drink-block02__span01
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.68182;

    color: #fcc379;
}

.p-drink-block02__span02
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    color: #fff;
}

.p-drink-block03
{
    width: 936px;
    margin-right: auto;
    margin-bottom: 160px;
    margin-left: auto;
}

.p-drink-block03__ttl
{
    font-size: 4.5rem;

    padding-bottom: 17px;

    text-align: center;

    border-bottom: 3px solid #9e0000;
}

.p-drink-block03__group
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 78px;
    padding-top: 58px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-drink-block03__item
{
    width: 440px;

    text-align: center;
}

.p-drink-block03__img01
{
    margin-bottom: 24px;
}

.p-drink-block03__lead
{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.69231;

    margin-bottom: 20px;
}

.p-drink-block03__left
{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.70833;
}

.p-drink-block03__bottom
{
    display: -ms-flexbox;
    display: flex;

    width: 250px;
    margin-right: auto;
    margin-left: auto;

    -ms-flex-pack: distribute;

        justify-content: space-around;
}

.p-drink-block03__right
{
    font-size: 3.4rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-drink-block03__span00
{
    font-size: 2.4rem;
    font-weight: 600;

    display: inline-block;

    margin-bottom: 10px;

    color: #fff;
}

.p-drink-block03__span01
{
    font-size: 2.2rem;
    font-weight: 600;

    display: inline-block;

    margin-bottom: 10px;
}

.p-drink-block03__span02
{
    font-size: 1.8rem;
    font-weight: 600;

    display: block;

    color: #fff;
}

.p-drink-block03__group02-first
{
    border-top: 3px solid rgba(162, 162, 162, .2);
}

.p-drink-block03__group02
{
    display: -ms-flexbox;
    display: flex;

    padding: 31px 0 35px 0;

    border-bottom: 3px solid rgba(162, 162, 162, .2);

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.p-drink-block03__group02:last-child
{
    border-bottom: none;
}

.p-drink-block03__lead02
{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.69231;
}

.p-drink-block03__price02
{
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.70588;

    color: #fcc379;
}

.p-drink-block03__span03
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.68182;

    color: #fcc379;
}

.p-drink-block03__span04
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    color: #fff;
}

.p-drink-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-faq
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-faq__mv__ttl
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 8.2rem;
}

.p-faq-block
{
    width: 1050px;
    margin-right: auto;
    margin-bottom: 130px;
    margin-left: auto;
}

.p-faq-block__ttl
{
    font-size: 4.0rem;
    font-weight: 600;

    padding-bottom: 20px;
    padding-left: 20px;

    border-bottom: 3px solid #a00000;
}

.p-faq-block__item
{
    position: relative;

    width: 100%;
    height: 100%;
    padding: 40px 0  40px 25px;

    cursor: pointer;

    border-bottom: 3px solid #fff;
}

.p-faq-block__item:hover
{
    cursor: pointer;
}

.p-faq-block__lead
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.7;

    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;
}

.p-faq-block__txt01
{
    display: -ms-flexbox;
    display: flex;
}

.p-faq-block__txt01::before
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;

    display: inline-block;

    height: 40px;
    margin-right: 16px;
    padding: 0 11px;

    content: 'Q';
    text-align: center;

    background-color: #a00000;
}

.p-faq-block__answer
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    position: relative;

    display: none;

    margin-top: 60px;
}

.p-faq-block__txt02
{
    display: -ms-flexbox;
    display: flex;
}

.p-faq-block__txt02::before
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;

    display: inline-block;

    height: 40px;
    margin-right: 16px;
    padding: 0 12px;

    content: 'A';
    text-align: center;
    vertical-align: middle;

    background-color: #fcc379;
}

.p-faq-block__link
{
    font-size: 1.7rem;

    display: block;

    margin-left: 50px;

    color: #a00000;
}

.p-faq-block__img01
{
    position: absolute;
    top: 5px;
    right: 50px;

    width: 30px;
    height: 19px;

    pointer-events: none;
}

.p-faq-block__img02
{
    position: absolute;
    top: 54%;
    right: 52px;

    width: 28px;
    height: 28px;

    transform: translate(0, -54%);
    pointer-events: none;
}

.p-faq-block .js-btn-open
{
    visibility: visible;

    transition: .3s;

    opacity: 1.0;
}

.p-faq-block .js-btn-open.open
{
    visibility: hidden;

    transition: .3s;

    opacity: 0;
}

.p-faq-block .js-btn-close
{
    visibility: hidden;

    transition: .3s;

    opacity: 0;
}

.p-faq-block .js-btn-close.open
{
    visibility: visible;

    transition: .3s;

    opacity: 1.0;
}

.p-faq-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-gallery
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-gallery__mv
{
    background: url(../images/gallery/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-gallery-nav
{
    height: 49px;
    padding-top: 84px;
    padding-bottom: 119px;
}

.p-gallery-nav__group
{
    display: -ms-flexbox;
    display: flex;

    width: 789px;
    height: 49px;
    margin-right: auto;
    margin-left: auto;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-gallery-nav__list
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.5rem;
    font-weight: 600;
}

.p-gallery-nav__list:hover
{
    opacity: .8;
}

.p-gallery-image
{
    padding-bottom: 220px;
}

.p-gallery-image .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: start;

        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.p-gallery-image__block
{
    width: 23%;
    margin: 1%;
}

.p-gallery-camera
{
    padding-bottom: 141px;
}

.p-gallery-camera__ttl
{
    font-size: 3.6rem;

    margin-bottom: 88px;

    text-align: center;
}

.p-gallery-camera__group
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-gallery-camera__item
{
    width: 33%;
    height: 335px;
}

.p-gallery-camera__lead
{
    font-size: 2.4rem;

    margin-bottom: 18px;
}

.p-gallery-camera__img
{
    width: 100%;
    height: 335px;
}

.p-gallery-table
{
    padding-bottom: 141px;
}

.p-gallery-table__ttl
{
    font-size: 3.5rem;

    width: 282px;
    margin-bottom: 30px;
    padding-right: 5px;
    padding-bottom: 10px;

    border-bottom: 1px solid #a00000;
}

.p-gallery-table__image
{
    margin-bottom: 48px;
}

.p-gallery-table__group
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: start;

        justify-content: flex-start;
}

.p-gallery-table__item
{
    margin-right: 22px;

    -ms-flex: 1;

        flex: 1;
}

.p-gallery-table__item:last-child
{
    padding: 31px 0 0 20px;
}

.p-gallery-table__txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: 31px;
}

.p-gallery-view__ttl
{
    font-size: 3.5rem;

    width: 282px;
    margin-bottom: 30px;
    padding-right: 5px;
    padding-bottom: 10px;

    border-bottom: 1px solid #a00000;
}

.p-gallery-view__main
{
    width: 95%;
}

.p-gallery-view__main01,
.p-gallery-view__main03
{
    margin-left: auto;
}

.p-gallery-view__main02
{
    margin-right: auto;
}

.p-gallery-view__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding-bottom: 210px;

    -ms-flex-pack: start;

        justify-content: flex-start;
}

.p-gallery-view__group01,
.p-gallery-view__group03
{
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.p-gallery-view__group02
{
    width: 90%;
    margin-right: auto;
}

.p-gallery-view__block
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    padding: 0 7%;
    padding-top: 50px;

    -ms-flex-align: start;

        align-items: flex-start;
}

.p-gallery-view__block02
{
    padding: 2%;
    padding-top: 50px;
}

.p-gallery-view__image
{
    width: 100%;
    max-width: 554px;
    margin: -50px 3% 0 3%;
    margin-top: -50px;
}

.p-gallery-view__txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: 31px;
}

.p-gallery-view__link
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.7rem;
    line-height: 1.70588;

    width: 191px;
    margin-bottom: 31px;
    padding: 14px 10px;

    text-align: center;

    background-color: #a00000;
}

.p-gallery-view__span01
{
    position: relative;

    display: inline-block;
}

.p-gallery-view__span01::after
{
    position: absolute;
    top: 30px;
    left: 0;

    width: 250px;

    content: '個室小とつなげて最大50名様';
}

.p-gallery-view__txt02
{
    text-align: right;
}

.p-gallery-interest
{
    padding: 168px 0 172px;

    background: url(../images/gallery/bg.jpg) no-repeat center center;
    background-color: #111;
    background-size: cover;

    background-blend-mode: soft-light;
}

.p-gallery-interest__group
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 132px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-gallery-interest__group:last-child
{
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

    margin-bottom: 0;
}

.p-gallery-interest__content
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    padding: 0 30px;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
}

.p-gallery-interest__image
{
    -ms-flex: 1;
        flex: 1;
}

.p-gallery-interest__ttl
{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.69231;

    margin-bottom: 15px;
}

.p-gallery-interest__txt
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;
}

.p-gallery-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-gallery__filters-btn-toolbar
{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
}

.p-gallery__filters-btn-group
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-gallery__filters-btn-group input[type=checkbox]
{
    display: none;
}

.p-gallery__filters-btn
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.0rem;
    font-weight: bold;

    display: inline-block;

    margin: 30px 5px;
    padding: 10px;

    cursor: pointer;
    transition: all .3s ease;

    border-bottom: 3px solid #101010;
}

.p-gallery__filters-btn:hover
{
    border-bottom: 3px solid #a00000;
}

.p-gallery__filters-btn.is-active
{
    border-bottom: 3px solid #a00000;
}

.p-gallery__masonry
{
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 128px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-gallery__masonry-item
{
    width: 25%;

    border: 2px solid #101010;
}

.p-kids
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-kids__mv
{
    background: url(../images/kids/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-kids-block01
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    padding-top: 55px;

    color: #fff;
}

.p-kids-block01__ttl
{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: .62222;

    padding-bottom: 19px;

    border-bottom: 1px solid #a00000;
}

.p-kids-block01__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding: 40px 0 146px 0;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.p-kids-block01__item
{
    width: 30%;
    max-width: 248px;
    margin-right: 6.5%;
    margin-bottom: 68px;
}

.p-kids-block01__img01
{
    margin-bottom: 36px;
}

.p-kids-block01__lead
{
    font-size: 2.6rem;
    line-height: 1.69231;

    margin-bottom: 26px;

    text-align: center;
}

.p-kids-block01__lead01
{
    font-size: 2.4rem;
}

.p-kids-block01__info
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-kids-block01__left
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    display: -ms-flexbox;

    display: flex;

    width: 69px;
    height: 36px;

    text-align: center;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-kids-block01__price
{
    font-size: 3.4rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-kids-block01__span01
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.68182;
}

.p-kids-block01__span02
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    display: block;

    text-align: right;

    color: #fff;
}

.p-kids-block02__ttl
{
    font-size: 3.6rem;

    position: relative;

    width: 66%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;

    text-align: center;

    color: #fff;
}

.p-kids-block02__ttl::before,
.p-kids-block02__ttl::after
{
    position: absolute;
    top: 60%;

    display: inline-block;

    width: 25%;
    height: 1px;

    content: '';

    background-color: #fff;
}

.p-kids-block02__ttl::before
{
    left: 0;
}

.p-kids-block02__ttl::after
{
    right: 0;
}

.p-kids-block02__span01
{
    font-size: 5.5rem;

    position: relative;

    color: #fff;
}

.p-kids-block02__span01::before
{
    position: absolute;
    top: -30px;
    left: -4px;

    width: 37px;
    height: 23px;

    content: '';

    background-image: url(../images/kids/title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-kids-block02__content
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    margin-bottom: 90px;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-kids-block02__content:nth-of-type(even)
{
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.p-kids-block02__event
{
    display: none;
}

.p-kids-block02__item01
{
    max-width: 521px;
    margin: 0 5px;

    -ms-flex: 1;

        flex: 1;
}

.p-kids-block02__item02
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    max-width: 521px;
    margin: 0 5px;
    padding: 0 66px;

    border: 1px solid #fce6a0;

    -ms-flex: 1;

        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-kids-block02__lead
{
    font-size: 2.4rem;
    line-height: 1.70833;

    position: relative;

    margin-bottom: 50px;

    text-align: center;

    color: #fff;
}

.p-kids-block02__lead::before
{
    font-size: 3.3rem;

    position: absolute;
    top: -20px;
    left: -30px;

    display: none;
    display: inline-block;
}

.p-kids-block02__lead01::before
{
    display: none;

    content: '1';
}

.p-kids-block02__lead02::before
{
    display: none;

    content: '2';
}

.p-kids-block02__lead03::before
{
    display: none;

    content: '3';
}

.p-kids-block02__lead04
{
    font-size: 2.2rem;
}

.p-kids-block02__txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    color: #fff;
}

.p-kids-block02__txt-sp
{
    display: none;
}

.p-kids-block02__txt-pc
{
    display: none;
}

.p-kids-block02__coupon
{
    position: relative;

    width: 350px;
    padding: 34px 0 31px 0;

    text-align: center;

    color: #fff;
    border: 1px solid #aea9ab;
    background: url(../images/kids/bg.png) no-repeat center center;
    background-size: cover;
}

.p-kids-block02__coupon-sp
{
    display: none;
}

.p-kids-block02__coupon-pc
{
    display: none;
}

.p-kids-block02__cover
{
    position: absolute;
    top: -9px;
    left: 50%;

    height: 25px;
    padding: 0 10px;

    transform: translate(-50%, 0);

    background-color: #101010;
}

.p-kids-block02__img00
{
    width: 106px;
}

.p-kids-block02__img01-pc
{
    display: none;
}

.p-kids-block02__img01-sp
{
    display: none;
}

.p-kids-block02__catch
{
    font-size: 1.9rem;
    line-height: 1.73684;

    margin-bottom: 7px;
}

.p-kids-block02__feature
{
    font-size: 1.5rem;
    line-height: 1.73333;

    margin-bottom: 7px;
}

.p-kids-block02__feature:nth-of-type(2)
{
    margin-bottom: 27px;
}

.p-kids-block02__note
{
    font-size: 1.4rem;
    line-height: 1.71429;
}

.p-kids-block03__ttl
{
    font-size: 3.6rem;

    position: relative;

    width: 66%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;

    text-align: center;

    color: #fff;
}

.p-kids-block03__ttl::before,
.p-kids-block03__ttl::after
{
    position: absolute;
    top: 60%;

    display: inline-block;

    width: 25%;
    height: 1px;

    content: '';

    background-color: #fff;
}

.p-kids-block03__ttl::before
{
    left: 0;
}

.p-kids-block03__ttl::after
{
    right: 0;
}

.p-kids-block03__span01
{
    font-size: 5.5rem;

    position: relative;

    color: #fff;
}

.p-kids-block03__span01::before
{
    position: absolute;
    top: -30px;
    left: -4px;

    width: 37px;
    height: 23px;

    content: '';

    background-image: url(../images/kids/title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-kids-block03__content
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    margin-bottom: 90px;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-kids-block03__item01
{
    max-width: 521px;
    margin: 0 5px;

    -ms-flex: 1;

        flex: 1;
}

.p-kids-block03__item02
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    max-width: 521px;
    margin: 0 5px;
    padding: 0 66px;

    -ms-flex: 1;

        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-kids-block03__lead
{
    font-size: 2.4rem;
    line-height: 1.70833;

    margin-bottom: 50px;

    color: #fff;
}

.p-kids-block03__txt
{
    font-size: 1.7rem;
    line-height: 1.72222;

    color: #fff;
}

.p-kids-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-lunch
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-lunch__mv
{
    background: url(../images/lunch/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-lunch-block01
{
    padding-bottom: 144px;
}

.p-lunch-block01__ttl
{
    font-size: 2.5rem;
    line-height: 1.72;

    width: 402px;
    margin-bottom: 24px;
    padding: 16px 13px;

    color: #fff;
    background-color: #a00000;
}

.p-lunch-block01__txt
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    margin-bottom: 20px;

    color: #fff;
}

.p-lunch-block01__content
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: space-evenly;

        justify-content: space-evenly;
}

.p-lunch-block01__item01
{
    max-width: 500px;
    padding-top: 70px;

    -ms-flex: 1;

        flex: 1;
}

.p-lunch-block01__item02
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    max-width: 419px;

    background-color: #272727;

    -ms-flex: 1;

        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-lunch-block01__coupon
{
    position: relative;

    width: 350px;
    padding: 34px 0 31px 0;

    text-align: center;

    color: #fff;
    border: 1px solid #feef99;
    background: url(../images/lunch/bg.png) no-repeat center center;
    background-size: contain;
}

.p-lunch-block01__cover
{
    position: absolute;
    top: -9px;
    left: 50%;

    height: 25px;
    padding: 0 10px;

    transform: translate(-50%, 0);

    background-color: #272727;
}

.p-lunch-block01__img00
{
    width: 106px;
}

.p-lunch-block01__catch
{
    font-size: 1.9rem;
    line-height: 1.73684;

    margin-bottom: 7px;
}

.p-lunch-block01__feature
{
    font-size: 1.5rem;
    line-height: 1.73333;

    margin-bottom: 7px;
}

.p-lunch-block01__feature:nth-of-type(2)
{
    margin-bottom: 27px;
}

.p-lunch-block01__note
{
    font-size: 1.4rem;
    line-height: 1.71429;
}

.p-lunch-block02
{
    padding-bottom: 80px;
}

.p-lunch-block02 .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-lunch-block02__item
{
    width: 48%;
    max-width: 568px;
}

.p-lunch-block02__img01
{
    margin-bottom: 23px;
}

.p-lunch-block02__name
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 24px;
    padding: 17px 15px 24px 15px;

    background-color: #a00000;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-lunch-block02__ttl
{
    font-size: 3.3rem;
}

.p-lunch-block02__price
{
    font-size: 3.3rem;

    text-align: right;
}

.p-lunch-block02__span01
{
    font-size: 2.6rem;
}

.p-lunch-block02__span02
{
    font-size: 2.4rem;

    display: inline-block;
}

.p-lunch-block02__group
{
    padding-left: 20px;

    list-style: disc;
}

.p-lunch-block02__list
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2.0rem;
    line-height: 1.7;

    margin-bottom: 5px;
}

.p-lunch-block03
{
    padding-bottom: 48px;
}

.p-lunch-block03 .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-lunch-block03__item
{
    width: 30%;
    max-width: 378px;
}

.p-lunch-block03__img01
{
    margin-bottom: 23px;
}

.p-lunch-block03__name
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 24px;
    padding: 17px 15px 24px 15px;

    background-color: #a00000;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-lunch-block03__ttl
{
    font-size: 2.2rem;
}

.p-lunch-block03__ttl01
{
    font-size: 2.0rem;
}

.p-lunch-block03__price
{
    font-size: 2.2rem;

    text-align: right;
}

.p-lunch-block03__span01
{
    font-size: 1.7rem;
}

.p-lunch-block03__span02
{
    font-size: 1.4rem;

    display: inline-block;
}

.p-lunch-block03__group
{
    padding-left: 20px;

    list-style: disc;
}

.p-lunch-block03__list
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    line-height: 1.7;

    margin-bottom: 5px;
}

.p-lunch-block03__note
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    line-height: 1.7;

    margin-bottom: 5px;
}

.p-lunch-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-main
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-main__mv
{
    background: url(../images/main/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-main-catch
{
    padding: 151px 0 160px 0;

    color: #fff;
}

.p-main-catch .l-inner
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: end;

        justify-content: flex-end;
}

.p-main-catch__block
{
    width: 544px;
    padding-top: 90px;
}

.p-main-catch__ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.0rem;

    position: relative;

    margin-bottom: 13px;
}

.p-main-catch__ttl::before
{
    position: absolute;
    bottom: -20px;
    left: -160px;

    width: 152px;
    height: 152px;

    content: '';

    background-image: url(../images/main/recommend.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-main-catch__span00
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    display: block;

    margin-bottom: 48px;
    padding-left: 260px;

    color: #fcc379;
}

.p-main-catch__span01
{
    font-size: 3.6rem;
}

.p-main-catch__span02
{
    font-size: 2.4rem;

    color: #fcc379;
}

.p-main-catch__span03
{
    font-size: 1.9rem;
}

.p-main-catch__txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    text-align: left;
}

.p-main-catch__image-sp
{
    display: none;
}

.p-main-catch__image-pc
{
    display: none;
}

.p-main-catch__img
{
    width: 100%;
}

.p-main-block
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    color: #fff;
}

.p-main-block__ttl
{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: .62222;

    padding-bottom: 19px;

    border-bottom: 1px solid #a00000;
}

.p-main-block__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding: 40px 0 146px 0;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.p-main-block__item
{
    width: 40%;
    max-width: 300px;
}

.p-main-block__img01
{
    margin-bottom: 36px;
}

.p-main-block__lead
{
    font-size: 2.8rem;
    line-height: 1.71429;

    margin-bottom: 26px;

    text-align: center;
}

.p-main-block__info
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-main-block__left
{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.69231;

    display: -ms-flexbox;

    display: flex;

    width: 95px;
    height: 49px;

    text-align: center;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-main-block__price
{
    /* font-size: 4.7rem; */
    font-size: 4.5rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-main-block__span01
{
    /* font-size: 3.0rem; */
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.7;

    color: #fcc379;
}

.p-main-block__span02
{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.70833;

    display: block;

    text-align: right;

    color: #fff;
}

.p-main-block02
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    color: #fff;
}

.p-main-block02__ttl
{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: .62222;

    padding-bottom: 19px;

    border-bottom: 1px solid #a00000;
}

.p-main-block02__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding: 40px 0 146px 0;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.p-main-block02__item
{
    width: 30%;
    max-width: 248px;
    margin-bottom: 68px;
}

.p-main-block02__img01
{
    margin-bottom: 36px;
}

.p-main-block02__lead
{
    font-size: 2.6rem;
    line-height: 1.69231;

    margin-bottom: 26px;

    text-align: center;
}

.p-main-block02__info
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-main-block02__left
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    display: -ms-flexbox;

    display: flex;

    width: 69px;
    height: 36px;

    text-align: center;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-main-block02__price
{
    font-size: 3.4rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-main-block02__span01
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.68182;
}

.p-main-block02__span02
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    display: block;

    text-align: right;
}

.p-main-btn
{
    display: block;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.p-menu
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-menu__mv
{
    background: url(../images/menu/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-menu-about__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.p-menu-about__block
{
    display: inline-block;

    width: 48%;
    max-width: 594px;
    margin-bottom: 114px;
}

.p-menu-about__link
{
    display: -ms-flexbox;
    display: flex;

    padding: 15px 40px;

    background-color: #4a0b0c;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.p-menu-about__name
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: .8;
}

.p-menu-about__btn
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.6rem;
    line-height: 1.69231;

    padding: 12px 20px;

    border: 1px solid #fff;
}

.p-menu__ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;

    max-width: 424px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    padding-bottom: 15px;

    text-align: center;

    border-bottom: 1px solid #fff;
}

/* reserve */
.p-reserve__ttl
{
    padding-top: 1em;
}
.p-reserve-block__content
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    margin-bottom: 90px;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-reserve-block__item01
{
    max-width: 521px;
    margin: 0 5px;

    -ms-flex: 1;

        flex: 1;
}

.p-reserve-block__item02
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    max-width: 521px;
    margin: 0 5px;
    padding: 30px;

    border: 1px solid #fff;

    -ms-flex: 1;

        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-reserve-block__item02 p
{
    font-size: 2.4rem;
    line-height: 1.375;
}

.p-reserve-block__item02 a
{
    margin-top: 3rem;
}

.reserve-btn
{
    font-size: 3.5rem;
}

.p-reserve-block__item02 .c-btn02
{
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
}


.p-menu__course-mv
{
    background: url(/assets/images/menu/course_mv.jpg) no-repeat center center;
    background-size: cover;
}

.p-menu__course
{
    margin-top: 40px;
}

.p-menu__course-list
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px;

    border-bottom: 3px solid #d3d3d3;
}

.p-menu__course-item
{
    width: 547px;
}

.p-menu__course-item:not(:nth-child(2n))
{
    margin-right: 140px;
}

.p-menu__course-ttl
{
    margin-bottom: 24px;

    text-align: center;
}

.p-menu__course-subttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;
    line-height: 3.6rem;

    display: block;

    margin-bottom: 10px;
}

.p-menu__course .c-strong
{
    font-size: 2.4rem;
}

.p-menu__course-mainttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.2rem;
    line-height: 3.8rem;
}

.p-menu__course-img
{
    margin-bottom: 27px;
}

.p-menu__course-detail
{
    display: -ms-flexbox;
    display: flex;

    width: 95%;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-menu__course-mark1,
.p-menu__course-mark2,
.p-menu__course-mark3
{
    width: 40px;
    height: 40px;
    margin-right: 8px;

    border-radius: 20px;
    background: url(/assets/images/menu/course_mark1.svg) no-repeat center center #9e0000;
    background-size: 70%;
}

.p-menu__course-mark2
{
    background: url(/assets/images/menu/course_mark2.svg) no-repeat center center #9e0000;
    background-size: 70%;
}

.p-menu__course-mark3
{
    background: url(/assets/images/menu/course_mark3.svg) no-repeat center center #9e0000;
    background-size: 70%;
}

.p-menu__course-data1,
.p-menu__course-data2,
.p-menu__course-data3
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.2rem;

    margin-right: 8px;
}

.p-menu__course-wrap
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 27px;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.p-menu__course-price
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 4.0rem;
}

.p-menu__course-yen
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.0rem;

    position: relative;
}

.p-menu__course-yen::after
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.2rem;

    position: absolute;
    right: -50px;
    bottom: 0;

    content: '(税抜)';
}

.p-menu__course-coupon
{
    width: 50%;
    padding: 2%;

    background-color: #9e0000;
}

.p-menu__course-coupon-txt
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.4rem;

    margin-bottom: 9px;

    text-align: center;
}

.p-menu__course-coupon-price
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 4.0rem;

    padding-right: 50px;

    text-align: center;
}

.p-menu__course-coupon-yen
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.0rem;

    position: relative;
}

.p-menu__course-coupon-yen::after
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.2rem;

    position: absolute;
    right: -50px;
    bottom: 0;

    content: '(税抜)';
}

.p-menu__course-btn
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.5rem;

    display: block;

    margin-right: auto;
    margin-bottom: 77px;
    margin-left: auto;

    cursor: pointer;
    transition: .2s;
}

.p-menu__course-btn:hover
{
    opacity: .6;
}

.p-menu__modalArea
{
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}

.p-menu__modalBg
{
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .85);
}

.p-menu__modalWrapper
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    overflow-y: scroll;

    width: 90%;
    max-width: 904px;
    height: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 110px 30px;

    color: #fff;
}

.p-menu__closeModal
{
    position: absolute;
    top: .5rem;
    right: 1rem;

    cursor: pointer;
}

.p-menu__modal-head
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-menu__modal-head1
{
    width: 48%;
}

.p-menu__modal-head2
{
    width: 45%;
}

.p-menu__modal-ttl
{
    margin-bottom: 20px;
}

.p-menu__modal-subttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;
    line-height: 3.6rem;

    display: block;

    margin-bottom: 10px;
}

.p-menu__modal-subttl .c-strong
{
    font-size: 2.4rem;
}

.p-menu__modal-mainttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.0rem;
    line-height: 3.6rem;
}

.p-menu__modal-read
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;
    line-height: 3.1rem;

    margin-bottom: 30px;
}

.p-menu__modal-detail
{
    display: -ms-flexbox;
    display: flex;

    width: 95%;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-menu__modal-mark1,
.p-menu__modal-mark2,
.p-menu__modal-mark3
{
    width: 35px;
    height: 35px;
    margin-right: 8px;

    border-radius: 18px;
    background: url(/assets/images/menu/course_mark1.svg) no-repeat center center #9e0000;
    background-size: 60%;
}

.p-menu__modal-mark2
{
    background: url(/assets/images/menu/course_mark2.svg) no-repeat center center #9e0000;
    background-size: 60%;
}

.p-menu__modal-mark3
{
    background: url(/assets/images/menu/course_mark3.svg) no-repeat center center #9e0000;
    background-size: 60%;
}

.p-menu__modal-data1,
.p-menu__modal-data2,
.p-menu__modal-data3
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    margin-right: 8px;
}

.p-menu__modal-wrap
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 27px;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.p-menu__modal-price
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;
}

.p-menu__modal-yen
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    position: relative;
}

.p-menu__modal-yen::after
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.1rem;

    position: absolute;
    right: -50px;
    bottom: 0;

    content: '(税抜)';
}

.p-menu__modal-coupon
{
    width: 50%;
    padding: 2%;

    background-color: #9e0000;
}

.p-menu__modal-coupon-txt
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.4rem;

    margin-bottom: 9px;

    text-align: center;
}

.p-menu__modal-coupon-price
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.6rem;

    padding-right: 50px;

    text-align: center;
}

.p-menu__modal-coupon-yen
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    position: relative;
}

.p-menu__modal-coupon-yen::after
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.1rem;

    position: absolute;
    right: -50px;
    bottom: 0;

    content: '(税抜)';
}

.p-menu__modal-img
{
    margin-bottom: 27px;
}

.p-menu__modal-booking
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.p-menu__modal-booking-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.6rem;

    width: 34%;
    margin-bottom: 22px;
    padding: 10px;

    text-align: center;

    background-color: #a00000;
}

.p-menu__modal-booking-txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;

    width: 66%;
    padding: 10px;
}

.p-menu__modal-ttl03
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.4rem;

    width: 100%;
    margin: 54px 0;
    padding: 10px;

    text-align: center;

    background-color: #a00000;
}

.p-menu__modal-matter-list
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-menu__modal-matter-item
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    width: 45%;
    margin-bottom: 25px;
    margin-left: 30px;

    list-style: disc;
}

.p-menu__modal-drinkfree-list
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-menu__modal-drinkfree-item
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    width: 45%;
    margin-bottom: 25px;
    margin-left: 30px;

    list-style: disc;
}

.p-menu__modal-drinkfree-item-detail
{
    margin-top: 15px;
    margin-left: 30px;
}

.p-menu__modal-available
{
    margin-bottom: 120px;
}

.p-menu__modal-available-coupon
{
    width: 547px;
    height: 343px;
    padding: 85px 0 40px;

    text-align: center;

    background: url(/assets/images/menu/coupon_bg.png) no-repeat center center #000;
    background-size: contain;
}

.p-menu__modal-available-coupon-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.2rem;

    display: block;
}

.p-menu__modal-available-coupon-subtxt
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    display: block;

    margin: 12px 0 28px;
}

.p-menu__modal-available-coupon-note
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.2rem;

    display: block;
}

.p-menu__modal-foot
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-menu__modal-foot button
{
    display: block;

    width: 45%;
}

.p-menu__modal-btn-back
{
    margin-right: unset;
    margin-left: unset;

    cursor: pointer;
    transition: .2s;
}

.p-menu__modal-btn-back:hover
{
    opacity: .6;
}

.p-menu__modal-btn-reservation
{
    width: 100%;

    color: #fff;
    background-color: #a00000;
}

.p-menu__recommend-mv
{
    background: url(/assets/images/menu/recommend_mv.jpg) no-repeat center center;
    background-size: cover;
}

.p-menu__recommend
{
    margin-top: 40px;
}

.p-menu__recommend-ttl
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 4.5rem;
    line-height: 6.5rem;

    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 15px;

    border-bottom: 3px solid #9e0000;
}

.p-menu__recommend-list
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 130px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-menu__recommend-item
{
    width: calc(226/1235 * 100%);
    max-width: 226px;
}

.p-menu__recommend-item:not(:nth-child(4n))
{
    margin-right: calc(110/1235 * 100%);
}

.p-menu__recommend-img
{
    max-width: 218px;
    margin-bottom: 20px;
}

.p-menu__recommend-name
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.6rem;

    margin-bottom: 18px;

    text-align: center;
}

.p-menu__recommend-data
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 54px;
    padding-bottom: 30px;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-menu__recommend-mark
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.9rem;

    padding: 9px;

    background-color: #a00000;
}

.p-menu__recommend-price
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 3.4rem;
}

.p-menu__recommend-yen
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.2rem;

    position: relative;
}

.p-menu__recommend-yen::after
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    position: absolute;
    right: 0;
    bottom: -20px;

    width: 100px;

    content: '(税抜き)';
    text-align: right;
}

.p-order
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-order__mv
{
    background: url(../images/order/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-order-block01
{
    padding-top: 80px;
}

.p-order-block
{
    padding-bottom: 176px;

    text-align: center;
}

.p-order-block__ttl
{
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.375;

    padding-bottom: 8px;

    border-bottom: 2px solid #a00000;
}

.p-order-block__group
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 1094px;
    margin-right: auto;
    margin-bottom: 46px;
    margin-left: auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-order-block__group::after
{
    display: block;

    width: 28.6%;
    max-width: 354px;

    content: '';
}

.p-order-block__item
{
    width: 354px;
    padding-top: 37px;
}

.p-order-block__lead
{
    font-size: 2.9rem;

    display: -ms-flexbox;

    display: flex;

    padding: 15px 0;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.p-order-block__menu
{
    display: -ms-flexbox;
    display: flex;

    min-height: 168px;
    padding-top: 25px;

    -ms-flex-align: start;

        align-items: flex-start;
}

.p-order-block__menu01
{
    background: url(../images/order/bg01.jpg) no-repeat center center;
    background-size: cover;
}

.p-order-block__menu02
{
    background: url(../images/order/bg02.jpg) no-repeat center center;
    background-size: cover;
}

.p-order-block__menu03
{
    background: url(../images/order/bg03.jpg) no-repeat center center;
    background-size: cover;
}

.p-order-block__menu04
{
    background: url(../images/order/bg04.jpg) no-repeat center center;
    background-size: cover;
}

.p-order-block__menu05
{
    background: url(../images/order/bg05.jpg) no-repeat center center;
    background-size: cover;
}

.p-order-block__content
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
}

.p-order-block__list
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;

    width: 49%;
    padding-left: 2%;

    text-align: left;
    letter-spacing: .05em;
}

.p-order-block__list01
{
    width: 95%;
}

.p-order-block__price
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px;

    text-align: right;

    -ms-flex-pack: end;

        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}

.p-order-block__total
{
    font-size: 2.9rem;

    display: -ms-flexbox;

    display: flex;

    margin-right: 40px;
    padding: 15px 22px;

    border: 1px solid #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-order-block__txt01
{
    font-size: 4.5rem;
    font-weight: 600;

    color: #fcd384;
}

.p-order-block__span01
{
    font-size: 3.2rem;
}

.p-order-block__txt02
{
    font-family: 600;
    font-size: 3.0rem;

    text-align: right;
}

.p-order-block__span02
{
    font-size: 2.1rem;
}

.p-order-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-policy
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-policy__mv__ttl
{
    font-size: 7.0rem;
}

.p-policy-block
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;

    padding: 56px 0 170px 0;
}

.p-policy-block .l-inner
{
    padding: 0 50px;
}

.p-policy-block__txt
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.41176;

    margin-bottom: 51px;

    letter-spacing: .05em;
}

.p-policy-block__list
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.41176;

    margin-bottom: 10px;

    letter-spacing: .05em;
}

.p-policy-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-recruit
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-recruit__mv
{
    background: url(../images/recruit/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-recruit-intro__group
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 137px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-recruit-intro__img00
{
    width: 49%;
    max-width: 600px;

    box-shadow: 25px 25px #670606;
}

.p-recruit-intro__block
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    width: 48%;
    max-width: 570px;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-recruit-intro__ttl
{
    font-family: 600;
    font-size: 3.5rem;

    margin-bottom: 48px;
}

.p-recruit-intro__txt
{
    font-family: 600;
    font-size: 1.7rem;
    line-height: 1.64706;

    margin-bottom: 20px;
}

.p-recruit-intro__section
{
    display: -ms-flexbox;
    display: flex;
}

.p-recruit-intro__item
{
    height: 100%;
}

.p-recruit-intro__list01
{
    width: 50%;

    -o-object-fit: cover;

       object-fit: cover;
}

.p-recruit-intro__list02
{
    width: 25%;

    -o-object-fit: cover;

       object-fit: cover;
}

.p-recruit-intro__list03
{
    width: 25%;

    -o-object-fit: cover;

       object-fit: cover;
}

.p-recruit-intro__list04
{
    width: 38%;

    -o-object-fit: cover;

       object-fit: cover;
}

.p-recruit-intro__list05
{
    width: 24%;

    -o-object-fit: cover;

       object-fit: cover;
}

.p-recruit-intro__list06
{
    width: 38%;

    -o-object-fit: cover;

       object-fit: cover;
}

.p-recruit-application
{
    padding: 171px 0 237px 0;

    background-color: #141414;
}

.p-recruit-application__ttl
{
    font-size: 4.5rem;

    width: 408px;
    margin-right: auto;
    margin-bottom: 59px;
    margin-left: auto;
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #fff;
}

.p-recruit-application__group
{
    width: 710px;
    margin-right: auto;
    margin-left: auto;
}

.p-recruit-application__group02
{
    width: 370px;
    margin-right: auto;
    margin-left: auto;
}

.p-recruit-application__item
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 43px;
}

.p-recruit-application__item:last-child
{
    margin-bottom: 86px;
}

.p-recruit-application__item02
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 26px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-recruit-application__lead
{
    font-size: 1.7rem;
    font-weight: 600;

    display: -ms-flexbox;

    display: flex;

    width: 130px;
    height: 47px;

    background-color: #670606;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-recruit-application__info
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.7;

    margin-left: 90px;
}

.p-recruit-application__note
{
    font-size: 3.1rem;
    font-weight: 600;

    margin-bottom: 44px;

    text-align: center;
}

.p-recruit-application__btn
{
    display: block;

    width: 274px;
    margin-right: auto;
    margin-left: auto;
}

.p-recruit-application .c-btn
{
    width: 274px;
    max-width: 274px;
}

.p-access-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

.p-side
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-side__mv
{
    background: url(../images/side/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-side-block
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    padding-top: 55px;

    color: #fff;
}

.p-side-block__ttl
{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: .62222;

    padding-bottom: 19px;

    border-bottom: 1px solid #a00000;
}

.p-side-block__area
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding: 38px 0 52px 0;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-side-block__main
{
    -ms-flex: 1;
        flex: 1;
}

.p-side-block__top01
{
    width: 537px;
    margin-right: auto;
    margin-left: auto;
}

.p-side-block__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex: 1;

        flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.p-side-block__item
{
    width: 41%;
    margin-bottom: 71px;
}

.p-side-block__img01
{
    margin-bottom: 36px;
}

.p-side-block__img01-sp
{
    display: none;
}

.p-side-block__img01-pc
{
    display: none;
}

.p-side-block__img02
{
    margin-bottom: 21px;
}

.p-side-block__lead01
{
    font-size: 2.7rem;
    line-height: 1.71429;

    margin-bottom: 20px;

    text-align: center;
}

.p-side-block__lead02
{
    font-size: 2.6rem;
    line-height: 1.69231;

    margin-bottom: 18px;

    text-align: center;
}

.p-side-block__info01
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    width: 241px;
    margin: 0 auto 19px auto;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-side-block__info02
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-side-block__left01
{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.7;

    display: -ms-flexbox;

    display: flex;

    width: 74px;
    height: 39px;

    text-align: center;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-side-block__left02
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    display: -ms-flexbox;

    display: flex;

    width: 69px;
    height: 36px;

    text-align: center;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-side-block__price01
{
    font-size: 3.5rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-side-block__price02
{
    font-size: 3.4rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-side-block__span01
{
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.73913;
}

.p-side-block__span02
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    display: block;

    text-align: right;

    color: #fff;
}

.p-side-block__span03
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.68182;

    display: inline-block;

    text-align: right;
}

.p-side-block__span04
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    display: block;

    text-align: right;

    color: #fff;
}

.p-side-block__note
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    text-align: center;
}

.p-side-block02
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    color: #fff;
}

.p-side-block02__ttl
{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: .62222;

    padding-bottom: 19px;

    border-bottom: 1px solid #a00000;
}

.p-side-block02__group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    padding: 40px 0 146px 0;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.p-side-block02__item
{
    width: 30%;
    max-width: 248px;
    margin-right: 6.5%;
    margin-bottom: 68px;
}

.p-side-block02__img01
{
    margin-bottom: 36px;
}

.p-side-block02__lead
{
    font-size: 2.6rem;
    line-height: 1.69231;

    margin-bottom: 26px;

    text-align: center;
}

.p-side-block02__lead01
{
    font-size: 2.4rem;
}

.p-side-block02__info
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
}

.p-side-block02__left
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    display: -ms-flexbox;

    display: flex;

    width: 69px;
    height: 36px;

    text-align: center;

    background-color: #a00000;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-side-block02__left01
{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.73684;

    width: 80px;

    background-color: transparent;
}

.p-side-block02__price
{
    font-size: 3.4rem;
    font-weight: 600;

    text-align: right;

    color: #fcc379;
}

.p-side-block02__span01
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.68182;
}

.p-side-block02__span02
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72222;

    display: block;

    text-align: right;

    color: #fff;
}

.p-side-btn
{
    display: block;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.p-takeout
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-takeout__mv
{
    background: url(../images/takeout/fv.jpg) no-repeat center center;
    background-size: cover;
}

.p-takeout-catch
{
    padding-bottom: 132px;
}

.p-takeout-catch__txt
{
    font-size: 2.5rem;
    line-height: 1.72;

    text-align: center;
}

.p-takeout-block01
{
    padding-bottom: 48px;
}

.p-takeout-block01 .l-inner
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-takeout-block01__item
{
    width: 32%;
    max-width: 378px;
}

.p-takeout-block01__img01
{
    margin-bottom: 23px;
}

.p-takeout-block01__name
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 24px;
    padding: 12px 10px 11px 10px;

    background-color: #a00000;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-takeout-block01__ttl
{
    font-size: 2.0rem;
}

.p-takeout-block01__ttl01,
.p-takeout-block01__ttl02
{
    font-size: 1.8rem;
}

.p-takeout-block01__price
{
    font-size: 2.2rem;

    text-align: right;
}

.p-takeout-block01__span01
{
    font-size: 1.7rem;
}

.p-takeout-block01__span02
{
    font-size: 1.4rem;

    display: inline-block;
}

.p-takeout-block01__note
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;
}

.p-takeout-block01__label
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.70588;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-takeout-btn
{
    display: block;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5%;

    text-align: center;
}

/* Utility
  ----------------------------------------------------------------- */

/* margin */

/* plugin
  ----------------------------------------------------------------- */

@media screen and (min-width: 768px)
{
    img
    {
        width: 100%;
    }
    
    .p-dialog01-catch__txt-pc
    {
        display: block;
    }

    .p-dialog01-catch__img02-pc
    {
        display: block;
    }

    .p-kids-block02__img01-pc
    {
        display: block;
    }

    .p-reserve-block__content
    {
        -ms-flex-direction: row;
            flex-direction: row;
    }

    .p-side-block__img01-pc
    {
        display: block;
    }

    .u-hidden-pc
    {
        display: none;
    }
}

@media screen and (min-width: 1024px)
{
    .p-index__info
{
    width: 50%;
}
    .p-kids-block02__txt-pc
    {
        display: block;
    }

    .p-kids-block02__coupon-pc
    {
        display: block;
    }

    .p-main-catch__image-pc
    {
        display: block;

        width: 536px;
        margin-left: 16px;
    }

    .u-mt20
    {
        margin-top: 20px;
    }

}

@media screen and (min-width: 1280px)
{
    .l-inner
    {
        max-width: 1234px;
        padding: 0 0;
    }

    .p-kids-block01__item:nth-child(4n)
    {
        margin-right: 0;
    }

    .p-order-block__item02
    {
        margin: 0 16px;
    }

    .p-side-block02__item:nth-child(4n)
    {
        margin-right: 0;
    }
}

@media screen and (max-width: 1280px)
{
    .p-cource-coupon__lead
    {
        width: 100%;
    }

    .p-cource-coupon__img01
    {
        right: 5%;
    }

    .p-cource-coupon__img02
    {
        right: 5%;
    }

    .p-faq-block
    {
        width: 100%;
        padding: 0 5%;
    }

    .p-faq-block__lead
    {
        width: 100%;
        padding-right: 30%;
    }

    .p-faq-block__answer
    {
        width: 100%;
        padding-right: 30%;
    }

    .p-faq-block__img01
    {
        right: 5%;
    }

    .p-faq-block__img02
    {
        right: 5%;
    }

    .p-kids-block01__item
    {
        max-width: none;
        margin-right: 5%;
    }

    .p-kids-block01__item:nth-child(3n)
    {
        margin-right: 0;
    }

    .p-main-catch__ttl::before
    {
        bottom: 40px;
        left: 0;

        width: 152px;
        height: 152px;
    }

    .p-order-block__group
    {
        width: 100%;
    }

    .p-order-block__group::after
    {
        width: 44%;
    }

    .p-order-block__item
    {
        width: 46%;
        margin: 0 2%;
    }

    .p-side-block02__item
    {
        max-width: none;
        margin-right: 5%;
    }

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

@media screen and (max-width: 1024px)
{
    .l-header
    {
        height: 56px;

        background-color: #101010;
    }

    .p-header__logo
    {
        width: auto;
        padding-top: 18px;
        padding-left: 32px;
    }

    .p-header__logo-ttl
    {
        font-size: 2.4rem;
    }

    .p-header__logo-sub
    {
        font-size: 1.6rem;

        margin-right: 13px;
    }

    .p-header__inner
    {
        background-color: unset;
    }

    .p-header__nav
    {
        padding-top: 80px;
    }

    .p-header__nav-item
    {
        padding: 10px 30px 10px;
    }

    .p-header__nav-link
    {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .p-header__tel
    {
        display: none;
    }

    .p-header__web
    {
        display: none;
    }

    .p-header__ham
    {
        width: 80px;
        padding: 20px 30px;
    }

    .p-header__ham.is-active .p-header__bar--01
    {
        top: calc(50% - 1px);
    }

    .p-header__ham.is-active .p-header__bar--03
    {
        bottom: calc(50% - 1px);
    }

    .p-header__bar
    {
        width: 24px;
        height: 2px;
    }

    .p-header__bar--01
    {
        top: 18px;
    }

    .p-header__bar--03
    {
        bottom: 18px;
    }
    .p-index__takeout
    {
        top: 60px;
    }
    .p-index__frame
    {
        height: calc(100vh - 112px);
    }
    .l-main
    {
        padding-top: 56px;
    }

    .l-footer__item
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

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

        margin-bottom: 25px;
    }

    .p-footer__copy
    {
        font-size: 1.2rem;
    }

    .c-breadcrumbs-list
    {
        padding: 25px 0;
    }

    .c-breadcrumbs-item
    {
        font-size: 1.3rem;
    }

    .c-btn
    {
        font-size: 1.4rem;

        padding: 10px;

        border-radius: 5px;
    }
    .p-reserve-block__item02 .c-btn
    {
        font-size: 2rem;

        padding: 10px;

        border-radius: 5px;
    }
    .p-reserve-block__item02 a img
    {
        width: 2rem;
        height: auto;
        margin-right: 1rem;
    }

    .c-mv
    {
        height: 200px;
    }

    .c-mv-ttl
    {
        font-size: 3.0rem;

        text-align: center;
    }

    .p-index__topics-effort-group
    {
        width: 100%;

        -ms-flex-pack: distribute;

            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .p-index__topics-effort-item
    {
        width: 40%;
        margin: 0 5% 40px 5%;
    }

    .p-index__logo
    {
        top: 60px;
        left: 5%;

        padding-top: 100px;
    }

    .p-index__logo-ttl
    {
        font-size: 5.0rem;
    }

    .p-index__logo-sub
    {
        font-size: 2.0rem;

        margin-right: 20px;
    }

    .p-index__logo-read
    {
        font-size: 1.6rem;

        margin-top: 20px;
    }

    .p-index__takeout
    {
        bottom: 40px;
    }

    .p-index__takeout-link
    {
        width: 212px;
        height: 80px;
    }

    .p-index__takeout-txt
    {
        font-size: 1.8rem;
        line-height: 2.8rem;

        padding: 10px 10px;
    }

    .p-index__takeout-img
    {
        width: 84px;
    }

    .p-index__topics
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .p-index__topics-effort
    {
        display: block;

        padding: 25px 0;
    }

    .p-index__topics-effort-ttl
    {
        font-size: 1.8rem;
    }

    .p-index__topics-effort-ttl::after
    {
        width: 140px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .p-index__topics-effort-box
    {
        width: 100%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__topics-effort-box:not(:last-child)
    {
        margin-bottom: 30px;
    }

    .p-index__topics-effort-box-ttl
    {
        font-size: 1.6rem;
    }

    .p-index__topics-effort-box-txt
    {
        font-size: 1.2rem;
        line-height: 2.4rem;

        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__topics-news
    {
        margin-top: 35px;
    }

    .p-index__topics-news-ttl
    {
        font-size: 1.7rem;

        margin-bottom: 25px;
    }

    .p-index__topics-news-ttlsub
    {
        font-size: 1.2rem;
    }

    .p-index__topics-news-box
    {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__topics-news-item
    {
        width: 45%;
        max-width: 296px;
        margin-bottom: 25px;
    }

    .p-index__topics-news-item:not(:nth-child(3n))
    {
        margin-right: 0;
    }

    .p-index__topics-news-item:not(:nth-child(2n))
    {
        margin-right: 10%;
    }

    .p-index__topics-news-imgwrap
    {
        width: 100%;
        height: 222px;
    }

    .p-index__topics-news-img
    {
        margin-bottom: 8px;
    }

    .p-index__topics-news-date
    {
        margin-bottom: 8px;
        padding: 4px;
    }

    .p-index__topics-news-txt
    {
        font-size: 1.2rem;
    }

    .p-index__modalWrapper
    {
        width: 90%;
        padding: 20px 20px;
    }

    .p-index__modalWrapper-vertical
    {
        width: 90%;
        padding: 20px 20px;
    }

    .p-index__closeModal
    {
        top: .5rem;
        right: .5rem;
    }

    .p-index__closeModal-vertical
    {
        top: .5rem;
        right: .5rem;
    }

    .p-index__modal-news-img
    {
        width: 100%;
    }
    .p-index__modal-news-img-vertical{
        height: auto;
    }

    .p-index__modalContents-vertical {
        margin: 0 20px;
    }
    .p-index__modalContents-vertical a{
        text-decoration: underline;
        color: 	#0087cc;
    }

    .p-index__recommend-detail
    {
        padding: 30px;
    }

    .p-index__recommend-ttl
    {
        font-size: 1.6rem;

        margin-bottom: 20px;
    }

    .p-index__recommend-txt
    {
        font-size: 1.4rem;
        line-height: 2.0rem;
    }

    .p-index__recommend-middle
    {
        min-height: 240px;
    }

    .p-index__about
    {
        padding-top: 57px;

        background-size: cover;
    }

    .p-index__about-ttl
    {
        font-size: 1.7rem;

        margin-bottom: 30px;
    }

    .p-index__about-txt
    {
        font-size: 1.4rem;
        line-height: 3.0rem;

        width: 100%;
        margin-bottom: 13px;
    }

    .p-index__about-btn
    {
        font-size: 1.4rem;

        margin-bottom: 60px;
    }

    .p-index__access-inner
    {
        min-height: 72px;
        padding-top: 40px;
    }

    .p-index__access .l-inner
    {
        width: 100%;
    }

    .p-index__access-ttl
    {
        font-size: 1.7rem;

        margin-bottom: 35px;
    }

    .p-index__access-txt
    {
        font-size: 1.4rem;
        line-height: 2.0rem;

        width: auto;
        padding-bottom: 60px;
    }

    .p-index__access-map iframe
    {
        height: 256px;
    }

    .p-access-detail__info
    {
        font-size: 1.4rem;

        margin-left: 20px;
    }

    .p-access-detail__span02
    {
        font-size: 1.4rem;
    }

    .p-access-block__group
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .p-access-block__item
    {
        width: 45%;
        max-width: auto;
        margin: 0 10px 50px 10px;
    }

    .p-access-parking__item
    {
        width: 45%;
        margin: 0 10px;
    }

    .p-contact-catch__group
    {
        -ms-flex-direction: column;
            flex-direction: column;

        width: 100%;
    }

    .p-contact-catch__item01
    {
        margin-bottom: 20px;
    }

    .p-contact-catch__item02
    {
        -ms-flex-direction: column;
            flex-direction: column;

        margin-left: 0;
    }

    .p-contact-form
    {
        width: 100%;
        padding-bottom: 50px;
    }

    .p-contact-form__group
    {
        width: 80%;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-contact-form__item
    {
        -ms-flex-direction: column;
            flex-direction: column;

        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-contact-form__lead
    {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .p-contact-form__input
    {
        width: 100%;
    }

    .p-contact-form__textarea
    {
        width: 100%;
        max-width: 500px;
    }

    .p-cource-coupon__item02
    {
        width: 80%;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

        border: none;

        -ms-flex-align: start;

            align-items: flex-start;
    }

    .p-cource-coupon__visual
    {
        width: 100%;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-cource-coupon__img00
    {
        margin-bottom: 27px;
    }

    .p-cource-content__name01
    {
        font-size: 1.8rem;
    }

    .p-cource-content__txt01,
    .p-cource-content__txt02,
    .p-cource-content__txt03
    {
        font-size: 1.8rem;
    }

    .p-cource-content .c-btn
    {
        width: 100%;
        min-width: 230px;
    }

    .p-cource-content .c-btn02
    {
        width: 80%;
        min-width: 230px;
    }

    .p-cource-service__ttl
    {
        font-size: 2.4rem;

        text-align: center;
    }

    .p-dialog01-catch__img01
    {
        width: 19px;
        height: 19px;
    }

    .p-dialog01-catch__info
    {
        font-size: 1.4rem;
    }

    .p-dialog01-catch__price
    {
        margin-bottom: 21px;
    }

    .p-dialog01-catch__left
    {
        font-size: 1.4rem;

        width: 100px;
    }

    .p-dialog01-catch__right
    {
        font-size: 1.4rem;

        width: 100px;
    }

    .p-dialog01-block01__item01
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-dialog01-block01__list01
    {
        font-size: 1.6rem;

        width: 100%;
    }

    .p-dialog01-block01__list01:nth-child(2n)
    {
        font-size: 1.6rem;

        width: 100%;
        margin-left: 0;
    }

    .p-dialog01-block02__lead
    {
        font-size: 1.6rem;
    }

    .p-dialog01-block02__area
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-dialog01-block02__content:nth-child(2n)
    {
        width: 100%;
        margin-left: 0;
    }

    .p-dialog01-block02__list02
    {
        font-size: 1.6rem;

        padding-left: 30px;
    }

    .p-dialog01-block04 .l-inner
    {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }

    .p-dialog01-block04__btn
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .p-drink-block01
    {
        margin-bottom: 60px;
        padding-top: 60px;
    }

    .p-drink-block01__content02
    {
        display: none;
    }

    .p-drink-block01__ttl
    {
        font-size: 2.2rem;

        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

        text-align: center;
    }

    .p-drink-block01__ttl::before
    {
        top: -100px;
        left: 70%;

        width: 100px;
        height: 100px;

        transform: rotate(30deg);

        background-image: url(../images/drink/recommend_sp.svg);
    }

    .p-drink-block01__txt01
    {
        text-align: center;
    }

    .p-drink-block01__txt02
    {
        text-align: center;
    }

    .p-drink-block01__txt04
    {
        margin-bottom: 80px;
    }

    .p-drink-block01__img01-sp
    {
        display: block;

        width: 50%;
        margin-right: auto;
        margin-bottom: 28px;
        margin-left: auto;
    }

    .p-drink-block01__lead::before,
    .p-drink-block01__lead::after
    {
        display: none;
    }

    .p-drink-block01__group
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-drink-block01__item::before
    {
        font-size: 2.4rem;

        top: 15px;
        left: 50%;

        transform: translate(-50%, 0);
    }

    .p-drink-block01__item
    {
        width: 80%;
        margin-right: auto;
        margin-bottom: 32px;
        margin-left: auto;
        padding-top: 55px;
        padding-bottom: 17px;
    }

    .p-drink-block01__icon03
    {
        font-size: 12px;

        top: -85px;
        left: 5%;

        width: 155px;
        height: 28px;
    }

    .p-drink-block01__icon04
    {
        padding: 1px 20px;
    }

    .p-drink-block02
    {
        width: 100%;
        margin-bottom: 60px;
    }

    .p-drink-block02__group
    {
        font-size: 1.6rem;

        padding: 15px 0;
    }

    .p-drink-block03
    {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 5%;
    }

    .p-drink-block03__group
    {
        margin-bottom: 20px;
        padding-top: 20px;

        -ms-flex-pack: distribute;

            justify-content: space-around;
    }

    .p-drink-block03__item
    {
        width: 40%;
    }

    .p-drink-block03__bottom
    {
        width: 90%;
    }

    .p-faq-block__lead
    {
        font-size: 1.6rem;

        width: 100%;
        padding-right: 30%;
    }

    .p-faq-block__answer
    {
        font-size: 1.6rem;

        width: 100%;
        padding-right: 30%;
    }

    .p-faq-block__link
    {
        font-size: 1.5rem;

        margin-left: 55px;
    }

    .p-gallery-nav
    {
        height: auto;
        padding: 30px 0;
    }

    .p-gallery-nav__group
    {
        -ms-flex-direction: column;
            flex-direction: column;

        width: 100%;
        height: auto;

        -ms-flex-align: center;

            align-items: center;
    }

    .p-gallery-nav__list
    {
        display: block;

        margin-bottom: 20px;
    }

    .p-gallery-image
    {
        padding-bottom: 30px;
    }

    .p-gallery-camera
    {
        padding-bottom: 60px;
    }

    .p-gallery-camera__ttl
    {
        margin-bottom: 30px;
    }

    .p-gallery-camera__group
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-gallery-camera__item
    {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-gallery-camera__item
    {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .p-gallery-table__ttl
    {
        margin-bottom: 35px;
    }

    .p-gallery-table__image
    {
        margin-bottom: 40px;
    }

    .p-gallery-table__group
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-gallery-table__child
    {
        width: 70%;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .p-gallery-table__item
    {
        margin: 0;
    }

    .p-gallery-table__item:last-child
    {
        padding: 0;
    }

    .p-gallery-table__txt
    {
        margin-bottom: 15px;
    }

    .p-gallery-view__ttl
    {
        margin-bottom: 35px;
    }

    .p-gallery-view__main
    {
        width: 100%;
    }

    .p-gallery-view__group
    {
        -ms-flex-direction: column;
            flex-direction: column;

        padding-bottom: 40px;
    }

    .p-gallery-view__group01,
    .p-gallery-view__group03
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-gallery-view__block
    {
        width: 100%;
    }

    .p-gallery-view__image
    {
        width: 70%;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-gallery-interest
    {
        padding: 30px 0;
    }

    .p-gallery-interest__group
    {
        -ms-flex-direction: column;
            flex-direction: column;

        margin-bottom: 30px;
    }

    .p-gallery-interest__group:last-child
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-gallery-interest__content
    {
        margin-bottom: 20px;
        padding: 0;
    }

    .p-kids-block01__group
    {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .p-kids-block01__item
    {
        max-width: none;
        margin-right: 5%;
    }

    .p-kids-block02 .l-inner
    {
        padding: 0 10%;
    }

    .p-kids-block02__ttl::before,
    .p-kids-block02__ttl::after
    {
        display: none;
    }

    .p-kids-block02__ttl::before
    {
        display: none;
    }

    .p-kids-block02__ttl::after
    {
        display: none;
    }

    .p-kids-block02__span01::before
    {
        display: none;
    }

    .p-kids-block02__content
    {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }

    .p-kids-block02__content:nth-of-type(even)
    {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }

    .p-kids-block02__event
    {
        font-size: 1.5rem;

        display: block;

        margin-bottom: 31px;
        padding: 12px 8px;

        color: #fff;
        background-color: #a00000;
    }

    .p-kids-block02__item01
    {
        width: 100%;
        max-width: 100%;
    }

    .p-kids-block02__item02
    {
        width: 80%;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

        border: none;

        -ms-flex-align: start;

            align-items: flex-start;
    }

    .p-kids-block02__lead::before
    {
        display: block;

        text-align: left;
    }

    .p-kids-block02__lead01::before
    {
        display: block;

        content: '1';
    }

    .p-kids-block02__lead02::before
    {
        display: block;

        content: '2';
    }

    .p-kids-block02__lead03::before
    {
        display: block;

        content: '3';
    }

    .p-kids-block02__txt
    {
        font-size: 1.4rem;
    }

    .p-kids-block02__txt-sp
    {
        font-size: 1.4rem;
        font-weight: normal;

        display: block;
    }

    .p-kids-block02__coupon
    {
        width: 100%;
    }

    .p-kids-block02__coupon-sp
    {
        display: block;
    }

    .p-kids-block02__img00
    {
        margin-bottom: 27px;
    }

    .p-kids-block02__img01
    {
        margin-bottom: 27px;
    }

    .p-kids-block03 .l-inner
    {
        padding: 0 10%;
    }

    .p-kids-block03__content
    {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }

    .p-kids-block03__item01
    {
        width: 100%;
        max-width: 100%;
    }

    .p-kids-block03__item02
    {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .p-lunch-block01 .l-inner
    {
        padding: 0 10%;
    }

    .p-lunch-block01__item02
    {
        width: 100%;
        max-width: 500px;
        padding: 20px;
    }

    .p-lunch-block01__coupon
    {
        width: 100%;
    }

    .p-lunch-block01__img00
    {
        margin-bottom: 27px;
    }

    .p-lunch-block01__img01
    {
        margin-bottom: 27px;
    }

    .p-lunch-block02__item
    {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-lunch-block02__name
    {
        padding: 10px 15px;
    }

    .p-lunch-block02__ttl
    {
        font-size: 2.0rem;
    }

    .p-lunch-block02__price
    {
        font-size: 2.4rem;
    }

    .p-lunch-block02__span01
    {
        font-size: 2.0rem;
    }

    .p-lunch-block02__span02
    {
        font-size: 1.8rem;
    }

    .p-lunch-block03__item
    {
        width: 30%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-lunch-block03__name
    {
        padding: 6px 10px;
    }

    .p-lunch-block03__ttl
    {
        font-size: 1.4rem;
    }

    .p-lunch-block03__ttl01
    {
        font-size: 1.4rem;
    }

    .p-lunch-block03__price
    {
        font-size: 1.8rem;
    }

    .p-lunch-block03__span01
    {
        font-size: 1.4rem;
    }

    .p-lunch-block03__span02
    {
        font-size: 1.4rem;
    }

    .p-main-catch
    {
        width: 100%;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 0 65px 0;
    }

    .p-main-catch .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-main-catch__block
    {
        width: 100%;

        text-align: center;
    }

    .p-main-catch__ttl
    {
        font-size: 1.5rem;

        display: inline-block;

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

    .p-main-catch__ttl::before
    {
        top: -90px;
        left: -15px;

        width: 80px;
        height: 80px;

        background-image: url(../images/main/recommend_sp.svg);
    }

    .p-main-catch__span00
    {
        display: inline-block;

        margin-bottom: 33px;
        padding-left: 0;
    }

    .p-main-catch__span01
    {
        font-size: 2.2rem;
    }

    .p-main-catch__span02
    {
        font-size: 1.5rem;
    }

    .p-main-catch__image-sp
    {
        display: block;

        width: 100%;
        margin-bottom: 31px;
    }

    .p-main-block__ttl
    {
        font-size: 2.4rem;
        line-height: 1.16667;

        padding-left: 13px;
    }

    .p-main-block__group
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 31px 0 40px;
    }

    .p-main-block__item
    {
        margin: 0 13px 39px 13px;
    }

    .p-main-block__img01
    {
        margin-bottom: 14px;
    }

    .p-main-block__lead
    {
        font-size: 1.6rem;
        line-height: 1.6875;

        margin-bottom: 11px;
    }

    .p-main-block__left
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
    }

    .p-main-block__price
    {
        font-size: 2.3rem;
    }

    .p-main-block__span01
    {
        font-size: 1.5rem;
        line-height: 1.73333;
    }

    .p-main-block__span02
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-main-block02__ttl
    {
        font-size: 2.4rem;
        line-height: 1.16667;
    }

    .p-menu-about__name
    {
        font-size: 2.3rem;
    }

    .p-menu-about__btn
    {
        font-size: 1.5rem;
    }

    .p-menu__course-mv
    {
        background: url(/assets/images/menu/course_mv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-menu__course
    {
        margin-top: 20px;
    }

    .p-menu__course-list
    {
        display: block;

        margin-bottom: 20px;
        padding: 0 5%;

        border-bottom: none;
    }

    .p-menu__course-item
    {
        width: 100%;
        margin-bottom: 30px;

        border-bottom: 1px solid #d3d3d3;
    }

    .p-menu__course-item:not(:nth-child(2n))
    {
        margin-right: 0;
    }

    .p-menu__course-ttl
    {
        margin-bottom: 12px;
    }

    .p-menu__course-subttl
    {
        font-size: 1.2rem;
        line-height: 2.2rem;

        margin-bottom: 10px;
    }

    .p-menu__course .c-strong
    {
        font-size: 2.0rem;
    }

    .p-menu__course-mainttl
    {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .p-menu__course-img
    {
        margin-bottom: 14px;
    }

    .p-menu__course-detail
    {
        margin-bottom: 14px;
    }

    .p-menu__course-mark1,
    .p-menu__course-mark2,
    .p-menu__course-mark3
    {
        width: 20px;
        height: 20px;

        border-radius: 10px;
    }

    .p-menu__course-data1,
    .p-menu__course-data2,
    .p-menu__course-data3
    {
        font-size: 1.2rem;
    }

    .p-menu__course-wrap
    {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-menu__course-price
    {
        font-size: 2.0rem;
    }

    .p-menu__course-yen
    {
        font-size: 1.2rem;
    }

    .p-menu__course-yen::after
    {
        font-size: 1.0rem;
    }

    .p-menu__course-coupon-txt
    {
        font-size: 1.2rem;
    }

    .p-menu__course-coupon-price
    {
        font-size: 2.0rem;

        padding-right: 50px;
    }

    .p-menu__course-coupon-yen
    {
        font-size: 1.0rem;
    }

    .p-menu__course-coupon-yen::after
    {
        font-size: 1.0rem;

        right: -50px;
    }

    .p-menu__course-btn
    {
        margin-bottom: 30px;
    }

    .p-menu__modal-head
    {
        display: block;
    }

    .p-menu__modal-head1
    {
        width: 100%;
    }

    .p-menu__modal-head2
    {
        width: 100%;
    }

    .p-menu__modal-ttl
    {
        text-align: center;
    }

    .p-menu__modal-subttl
    {
        font-size: 1.2rem;
        line-height: 2.6rem;
    }

    .p-menu__modal-subttl .c-strong
    {
        font-size: 1.4rem;
    }

    .p-menu__modal-mainttl
    {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .p-menu__modal-read
    {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }

    .p-menu__modal-detail
    {
        width: 100%;
        margin-bottom: 14px;
    }

    .p-menu__modal-mark1,
    .p-menu__modal-mark2,
    .p-menu__modal-mark3
    {
        width: 30px;
        height: 30px;

        border-radius: 15px;
    }

    .p-menu__modal-data1,
    .p-menu__modal-data2,
    .p-menu__modal-data3
    {
        font-size: 1.2rem;
    }

    .p-menu__modal-wrap
    {
        margin-bottom: 14px;
    }

    .p-menu__modal-price
    {
        font-size: 2.2rem;
    }

    .p-menu__modal-yen
    {
        font-size: 1.1rem;
    }

    .p-menu__modal-yen::after
    {
        font-size: 1.0rem;

        right: -30px;
    }

    .p-menu__modal-coupon
    {
        width: 60%;
    }

    .p-menu__modal-coupon-txt
    {
        font-size: 1.2rem;
    }

    .p-menu__modal-coupon-price
    {
        font-size: 2.2rem;

        padding-right: 30px;
    }

    .p-menu__modal-coupon-yen
    {
        font-size: 1.1rem;
    }

    .p-menu__modal-coupon-yen::after
    {
        font-size: 1.0rem;

        right: -30px;
    }

    .p-menu__modal-img
    {
        margin-bottom: 14px;
    }

    .p-menu__modal-booking-ttl
    {
        font-size: 1.2rem;

        margin-bottom: 10px;
        padding: 5px;
    }

    .p-menu__modal-booking-txt
    {
        font-size: 1.2rem;

        padding: 5px;
    }

    .p-menu__modal-ttl03
    {
        font-size: 1.4rem;

        margin: 27px 0;
    }

    .p-menu__modal-matter-list
    {
        display: block;
    }

    .p-menu__modal-matter-item
    {
        font-size: 1.4rem;

        width: 100%;
        margin-bottom: 12px;
        margin-left: 20px;
    }

    .p-menu__modal-drinkfree-list
    {
        display: block;
    }

    .p-menu__modal-drinkfree-item
    {
        font-size: 1.4rem;

        width: 100%;
        margin-bottom: 12px;
        margin-left: 20px;
    }

    .p-menu__modal-drinkfree-item-detail
    {
        margin-top: 10px;
        margin-left: 20px;
    }

    .p-menu__modal-available
    {
        margin-bottom: 60px;
    }

    .p-menu__modal-available-coupon
    {
        width: 300px;
        max-width: 100%;
        height: 200px;
        margin-right: auto;
        margin-left: auto;
        padding: 45px 0 20px;

        background: url(/assets/images/menu/coupon_bg.png) no-repeat top center #000;
        background-size: contain;
    }

    .p-menu__modal-available-coupon-ttl
    {
        font-size: 1.4rem;
    }

    .p-menu__modal-available-coupon-subtxt
    {
        font-size: 1.2rem;

        margin: 6px 0 14px;
    }

    .p-menu__modal-available-coupon-note
    {
        font-size: 1.1rem;
    }

    .p-menu__modal-foot
    {
        display: block;
    }

    .p-menu__modal-foot button
    {
        width: 100%;
    }

    .p-menu__modal-btn-back
    {
        margin-right: auto;
        margin-left: auto;
    }

    .p-menu__modal-btn-reservation
    {
        margin-bottom: 20px;
    }

    .p-menu__mv
    {
        background: url(/assets/images/menu/recommend_mv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-menu__recommend
    {
        margin-top: 20px;
    }

    .p-menu__recommend-ttl
    {
        font-size: 2.2rem;
        line-height: 3.2rem;

        margin-bottom: 20px;
        padding-bottom: 8px;

        border-bottom: 1px solid #9e0000;
    }

    .p-menu__recommend-list
    {
        margin-bottom: 65px;
    }

    .p-menu__recommend-item
    {
        width: 45%;
        max-width: unset;
    }

    .p-menu__recommend-item:not(:nth-child(4n))
    {
        margin-right: 0;
    }

    .p-menu__recommend-item:not(:nth-child(2n))
    {
        margin-right: 10%;
    }

    .p-menu__recommend-img
    {
        max-width: unset;
    }

    .p-order-block
    {
        padding-bottom: 80px;
    }

    .p-order-block__lead
    {
        font-size: 2.0rem;
    }

    .p-order-block__menu
    {
        padding-top: 5px;
    }

    .p-order-block__content
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-order-block__list
    {
        font-size: 1.8rem;

        width: 100%;
    }

    .p-order-block__price
    {
        -ms-flex-direction: column;
            flex-direction: column;

        -ms-flex-align: end;

            align-items: flex-end;
    }

    .p-order-block__total
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .p-recruit-intro__group
    {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;

        margin-bottom: 80px;
        padding-top: 40px;

        -ms-flex-pack: center;

            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
    }

    .p-recruit-intro__section
    {
        height: auto;
    }

    .p-side-block
    {
        padding-top: 0;
    }

    .p-side-block__ttl
    {
        font-size: 2.4rem;
        line-height: 1.16667;
    }

    .p-side-block__area
    {
        -ms-flex-direction: column;
            flex-direction: column;

        padding-bottom: 0;
    }

    .p-side-block__top01
    {
        width: 80%;
    }

    .p-side-block__group
    {
        padding: 31px 0 40px;
    }

    .p-side-block__img01
    {
        margin-bottom: 14px;
    }

    .p-side-block__img02
    {
        margin-bottom: 14px;
    }

    .p-side-block__lead01
    {
        font-size: 2.0rem;
        line-height: 1.6875;

        margin-bottom: 11px;
    }

    .p-side-block__lead02
    {
        font-size: 1.8rem;
        line-height: 1.72222;

        margin-bottom: 11px;
    }

    .p-side-block__left01
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
        margin: 0 10px;
    }

    .p-side-block__left02
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
    }

    .p-side-block__price01
    {
        font-size: 2.3rem;

        margin: 0 10px;
    }

    .p-side-block__price02
    {
        font-size: 2.3rem;
    }

    .p-side-block__span01
    {
        font-size: 1.5rem;
        line-height: 1.73333;
    }

    .p-side-block__span02
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-side-block__span03
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-side-block__span04
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-side-block02__group
    {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .p-side-block02__item
    {
        max-width: none;
        margin-right: 5%;
    }

    .p-takeout-catch
    {
        padding: 30px 0;
    }

    .p-takeout-catch__txt
    {
        font-size: 1.8rem;
    }

    .p-takeout-block01__item
    {
        width: 31%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-takeout-block01__name
    {
        padding: 6px 10px;
    }

    .p-takeout-block01__ttl
    {
        font-size: 1.4rem;
    }

    .p-takeout-block01__ttl01,
    .p-takeout-block01__ttl02
    {
        font-size: 1.4rem;
    }

    .p-takeout-block01__price
    {
        font-size: 1.8rem;
    }

    .p-takeout-block01__span01
    {
        font-size: 1.4rem;
    }

    .p-takeout-block01__span02
    {
        font-size: 1.4rem;
    }

    .p-takeout-block01__note
    {
        font-size: 1.4rem;
    }

    .p-takeout-block01__label
    {
        font-size: 1.4rem;
    }

    .u-hidden-sp
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    html
    {
        font-size: 50.0%;
    }

    .c-ttl02
    {
        font-size: 3.0rem;

        text-align: center;
    }

    .p-index__topics-effort-group:first-of-type
    {
        margin-bottom: 0;
    }

    .p-index__topics-effort-image
    {
        width: 100px;
    }

    .p-index__topics-effort-info
    {
        font-size: 1.4rem;
    }

    .p-index__instagram
    {
        padding: 50px 0 50px 0;
    }

    .p-index__instagram .clearfix
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .p-index__instagram .media-grid
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .p-index__instagram element.style
    {
        width: 50% !important;
    }

    .p-index__instagram .media-list-item
    {
        width: 50% !important;
    }

    .p-index__instagram .no-border
    {
        width: 50% !important;
    }

    .p-index__instagram .responsives-grid-item
    {
        width: 50% !important;
    }

    .p-index__instagram .c-btn
    {
        width: 250px;
    }

    .p-index__about .l-inner01
    {
        width: 100%;
        margin-left: 0;
    }

    .p-index__about .l-inner02
    {
        width: 100%;
        margin-left: 0;
    }

    .p-index__about__btn
    {
        width: 100%;
    }

    .p-index__recommend-top
    {
        display: block;
    }

    .p-index__recommend-top-left
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__recommend-top-right
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__recommend-middle
    {
        display: block;
    }

    .p-index__recommend-middle-left
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__recommend-middle-center
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__recommend-middle-right
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__recommend-bottom
    {
        display: block;
    }

    .p-index__recommend-bottom-left
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__recommend-bottom-right
    {
        width: 100%;
        min-height: 240px;
    }

    .p-index__topics-news-imgwrap
    {
        width: 100%;
        height: 183px;
    }

    .p-access-detail
    {
        padding-bottom: 60px;
    }

    .p-access-detail .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-access-detail__item
    {
        -ms-flex-direction: column;
            flex-direction: column;

        -ms-flex-align: center;

            align-items: center;
    }

    .p-access-detail__lead
    {
        font-size: 1.7rem;

        width: 85%;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .p-access-detail__info
    {
        font-size: 1.5rem;

        width: 85%;
        margin-left: 0;
    }

    .p-access-detail__span02
    {
        font-size: 2.0rem;

        display: block;
    }

    .p-access-detail__area
    {
        width: 100%;

        text-align: center;
    }

    .p-access-detail__iframe
    {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-access-block
    {
        padding-bottom: 50px;
    }

    .p-access-block__ttl
    {
        width: 100%;
    }

    .p-access-block__nav
    {
        width: 100%;
    }

    .p-access-block__group
    {
        width: 100%;
    }

    .p-access-block__item
    {
        width: 85%;
        max-width: none;
        margin: 0 10px 30px 10px;
    }

    .p-access-block__info
    {
        font-size: 1.4rem;
    }

    .p-access-parking__ttl
    {
        width: 100%;
    }

    .p-access-parking__group
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .p-access-parking__item
    {
        width: 85%;
        max-width: none;
        margin: 0 10px;
    }

    .p-access-parking__image
    {
        margin-bottom: 0;
    }

    .p-access-parking__info
    {
        font-size: 1.4rem;

        margin-bottom: 10px;
        padding: 0 10px;
    }

    .p-contact-catch
    {
        padding-bottom: 30px;
    }

    .p-cource__mv
    {
        background: url(../images/cource/fv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-cource-coupon__lead
    {
        font-size: 2.0rem;

        padding: 12px 0 12px 15px;
    }

    .p-cource-coupon__frame
    {
        -ms-flex-direction: column;
            flex-direction: column;

        width: 100%;
    }

    .p-cource-coupon__txt
    {
        font-size: 1.4rem;
        line-height: 2.28571;

        margin-top: 30px;
    }

    .p-cource-coupon__item02:first-child
    {
        margin-bottom: 40px;
    }

    .p-cource-content__ttl
    {
        font-size: 2.4rem;

        padding: 8px 0;
    }

    .p-cource-content__block
    {
        -ms-flex-direction: column;
            flex-direction: column;

        padding-top: 15px;

        border: none;
    }

    .p-cource-content__item
    {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 15px;
        padding-bottom: 30px;

        border-bottom: 1px solid #d3d3d3;
    }

    .p-cource-content__item-sp
    {
        position: relative;

        border: none;
    }

    .p-cource-content__item-sp02
    {
        border-bottom: none;
    }

    .p-cource-content__sp
    {
        position: absolute;
        top: 60%;
        left: 50%;

        width: 100%;

        transform: translate(-50%, -70%);
    }

    .p-cource-content__name
    {
        font-size: 2.0rem;

        height: 48px;
        margin-bottom: 22px;
    }

    .p-cource-content__detail
    {
        margin-bottom: 25px;
    }

    .p-cource-content__info
    {
        font-size: 1.5rem;

        margin-bottom: 18px;
    }

    .p-cource-content__img01
    {
        margin-bottom: 15px;
    }

    .p-cource-content__img02
    {
        width: 19px;
        margin-left: 12px;
    }

    .p-cource-content__img-sp
    {
        opacity: .3;
    }

    .p-cource-content__txt01,
    .p-cource-content__txt02,
    .p-cource-content__txt03
    {
        font-size: 1.4rem;

        margin-right: 0;
    }

    .p-cource-content__price
    {
        font-size: 3.0rem;

        margin-bottom: 29px;
    }

    .p-cource-content .c-btn
    {
        margin-bottom: 0;
    }

    .p-cource-service
    {
        background: url(../images/cource/bg_sp.jpg) no-repeat center center;
        background-color: #333;
        background-size: cover;

        background-blend-mode: multiply;
    }

    .p-cource-service .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-cource-service__image
    {
        display: none;
    }

    .modal__wrapper
    {
        width: 100%;
        padding: 30px 0;
    }

    .p-dialog01-catch
    {
        width: 90%;
        padding-bottom: 24px;
    }

    .p-dialog01-catch .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-dialog01-catch__item01,
    .p-dialog01-catch__item02
    {
        width: 100%;
    }

    .p-dialog01-catch__span01
    {
        font-size: 1.4rem;

        margin-bottom: 10px;

        text-align: center;
    }

    .p-dialog01-catch__ttl
    {
        margin-bottom: 10px;

        text-align: center;
    }

    .p-dialog01-catch__txt-sp
    {
        display: block;

        margin-bottom: 0;
    }

    .p-dialog01-catch__detail
    {
        -ms-flex-pack: center;
            justify-content: center;
    }

    .p-dialog01-catch__img02-sp
    {
        display: block;
    }

    .p-dialog01-block01
    {
        width: 90%;
    }

    .p-dialog01-block01__ttl
    {
        margin-bottom: 17px;
        padding-left: 14px;

        text-align: left;
    }

    .p-dialog01-block02
    {
        width: 90%;
    }

    .p-dialog01-block02__ttl
    {
        margin-bottom: 17px;
        padding-left: 14px;

        text-align: left;
    }

    .p-dialog01-block02__content
    {
        width: 100%;
    }

    .p-dialog01-block03
    {
        width: 90%;
        padding-bottom: 0;
    }

    .p-dialog01-block03__ttl
    {
        margin-bottom: 17px;
        padding-left: 14px;

        text-align: left;
    }

    .p-dialog01-block03__group
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-dialog01-block03__item01
    {
        width: 100%;
        margin-bottom: 57px;

        -ms-flex-align: start;

            align-items: flex-start;
    }

    .p-dialog01-block03__lead01
    {
        height: auto;
        margin-bottom: 18px;

        text-align: left;
    }

    .p-dialog01-block03__img01
    {
        width: 100%;
    }

    .p-dialog01-block04
    {
        width: 100%;
    }

    .p-dialog01-block04 .c-btn
    {
        width: 100%;
        max-width: 90%;
        margin-bottom: 12px;
        padding: 12px 0;
    }

    .p-dialog02-block
    {
        width: 90%;
    }

    .p-dialog02-block__ttl
    {
        margin-bottom: 17px;
        padding-left: 14px;

        text-align: left;
    }

    .p-dialog02-block__area
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-dialog02-block__content
    {
        width: 100%;
    }

    .p-dialog02-block__content:nth-child(2n)
    {
        width: 100%;
        margin-left: 0;
    }

    .p-dialog02-block__list02
    {
        padding-left: 30px;
    }

    .p-dialog02-block02
    {
        width: 100%;
    }

    .p-dialog02-block02 .l-inner
    {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }

    .p-dialog02-block02__btn
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .p-dialog02-block02 .c-btn
    {
        width: 100%;
        max-width: 90%;
        margin-bottom: 12px;
        padding: 12px 0;
    }

    .p-drink__mv
    {
        background: url(../images/drink/fv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-drink-block01 .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;

        -ms-flex-pack: center;

            justify-content: center;
    }

    .p-drink-block01__ttl
    {
        font-size: 2.1rem;

        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

        text-align: left;
    }

    .p-drink-block01__txt01
    {
        text-align: right;
    }

    .p-drink-block01__txt02
    {
        text-align: right;
    }

    .p-drink-block01__img01-sp
    {
        display: block;

        width: 90%;
        margin-right: auto;
        margin-bottom: 28px;
        margin-left: auto;
    }

    .p-drink-block01__lead
    {
        font-size: 2.0rem;
    }

    .p-drink-block01__icon03
    {
        font-size: 12px;

        top: -85px;
        left: 0;

        width: 155px;
        height: 29px;
    }

    .p-drink-block01__icon04
    {
        padding: 2px 20px 1px 20px;
    }

    .p-drink-block02__ttl
    {
        font-size: 2.4rem;
    }

    .p-drink-block02__txt
    {
        font-size: 1.6rem;
    }

    .p-drink-block02__lead
    {
        font-size: 1.8rem;
    }

    .p-drink-block02__lead01
    {
        font-size: 1.4rem;
    }

    .p-drink-block02__price
    {
        font-size: 2.3rem;

        text-align: right;
    }

    .p-drink-block02__span02
    {
        font-size: 1.4rem;

        display: block;
    }

    .p-drink-block03__ttl
    {
        font-size: 2.4rem;
    }

    .p-drink-block03__lead
    {
        font-size: 1.6rem;

        height: 54px;
        margin-bottom: 0;
    }

    .p-drink-block03__lead01
    {
        font-size: 1.4rem;

        width: 100vw;
        margin: 0 calc(50% - 50vw);
        margin-bottom: 20px;
    }

    .p-drink-block03__left
    {
        font-size: 1.5rem;
    }

    .p-drink-block03__right
    {
        font-size: 2.3rem;
    }

    .p-drink-block03__span00
    {
        font-size: 1.5rem;
    }

    .p-drink-block03__span01
    {
        font-size: 1.5rem;
    }

    .p-drink-block03__span02
    {
        font-size: 1.4rem;
    }

    .p-drink-block03__span05
    {
        font-size: 1.4rem;
    }

    .p-drink-block03__lead02
    {
        font-size: 1.8rem;
    }

    .p-drink-block03__price02
    {
        font-size: 2.3rem;
    }

    .p-drink-block03__span04
    {
        font-size: 1.4rem;
    }

    .p-drink-btn
    {
        margin-bottom: 82px;
    }

    .p-faq-block__answer
    {
        font-size: 1.6rem;

        width: 100%;
        padding-right: 0;
    }

    .p-faq-block__link
    {
        font-size: 1.5rem;

        margin-left: 50px;
    }

    .p-gallery-view__group02
    {
        width: 100%;
    }

    .p-gallery-view__block
    {
        padding: 0;
        padding-top: 50px;
    }

    .p-gallery-view__block02
    {
        padding: 0;
        padding-top: 50px;
    }

    .p-gallery__filters-btn-toolbar
    {
        width: 100%;
        padding-bottom: 0;
    }

    .p-kids__mv
    {
        background: url(../images/kids/fv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-kids-block01__ttl
    {
        font-size: 2.4rem;
        line-height: 1.16667;
    }

    .p-kids-block01__group
    {
        padding: 32px 0 32px 0;

        -ms-flex-pack: justify;

            justify-content: space-between;
    }

    .p-kids-block01__item
    {
        width: 45%;
        max-width: 251px;
        margin-right: 0;
        margin-bottom: 39px;
    }

    .p-kids-block01__img01
    {
        margin-bottom: 14px;
    }

    .p-kids-block01__lead
    {
        font-size: 1.8rem;
        line-height: 1.72222;

        margin-bottom: 11px;
    }

    .p-kids-block01__lead01
    {
        font-size: 1.8rem;
        line-height: 1.72222;

        margin-bottom: 11px;
    }

    .p-kids-block01__left
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
    }

    .p-kids-block01__price
    {
        font-size: 2.3rem;
    }

    .p-kids-block01__span01
    {
        font-size: 1.5rem;
        line-height: 1.73333;
    }

    .p-kids-block01__span02
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-kids-block02__ttl
    {
        font-size: 2.2rem;

        margin-bottom: 30px;
    }

    .p-kids-block02__span01
    {
        font-size: 3.7rem;
    }

    .p-kids-block02__item02
    {
        width: 100%;
    }

    .p-kids-block02__lead
    {
        font-size: 1.5rem;
        line-height: 1.72222;

        margin-bottom: 20px;

        text-align: left;
    }

    .p-kids-block02__lead04
    {
        font-size: 1.4rem;
    }

    .p-kids-block02__img01-sp
    {
        display: block;
    }

    .p-kids-block03__txt
    {
        font-size: 1.5rem;

        margin-bottom: 30px;
    }

    .p-lunch-block01__ttl
    {
        font-size: 1.6rem;

        width: 100%;
    }

    .p-lunch-block01__content
    {
        -ms-flex-direction: column;
            flex-direction: column;

        -ms-flex-pack: center;

            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
    }

    .p-lunch-block02 .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-lunch-block02__item
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-lunch-block02__item:first-child
    {
        margin-bottom: 50px;
    }

    .p-lunch-block03 .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-lunch-block03__item
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-lunch-block03__item:not(last-child)
    {
        margin-bottom: 50px;
    }

    .p-main__mv
    {
        background: url(../images/main/fv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-main-catch
    {
        width: 90%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 0 65px 0;
    }

    .p-main-catch__ttl::before
    {
        top: -90px;
        left: -25%;

        width: 80px;
        height: 80px;

        background-image: url(../images/main/recommend_sp.svg);
    }

    .p-main-catch__span03
    {
        font-size: 1.4rem;
    }

    .p-main-block__group
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 31px 0 40px;
    }

    .p-main-block__lead01
    {
        font-size: 1.3rem;
    }

    .p-main-block02__group
    {
        padding: 32px 0 81px 0;
    }

    .p-main-block02__item
    {
        width: 45%;
        max-width: 251px;
        margin-bottom: 39px;
    }

    .p-main-block02__img01
    {
        margin-bottom: 14px;
    }

    .p-main-block02__lead
    {
        font-size: 1.8rem;
        line-height: 1.72222;

        margin-bottom: 11px;
    }

    .p-main-block02__left
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
    }

    .p-main-block02__price
    {
        font-size: 2.3rem;
    }

    .p-main-block02__span01
    {
        font-size: 1.5rem;
        line-height: 1.73333;
    }

    .p-main-block02__span02
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-menu__mv
    {
        background: url(../images/menu/fv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-menu-about__group
    {
        width: 100%;
    }

    .p-menu-about__block
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .p-menu-about__link
    {
        padding: 15px 20px;
    }

    .p-menu__recommend-name
    {
        font-size: 2.0rem;

        margin-bottom: 9px;
    }

    .p-menu__recommend-data
    {
        margin-bottom: 27px;
        padding-bottom: 15px;
    }

    .p-menu__recommend-mark
    {
        font-size: 1.2rem;
    }

    .p-menu__recommend-price
    {
        font-size: 2.2rem;
    }

    .p-menu__recommend-yen
    {
        font-size: 1.2rem;
    }

    .p-menu__recommend-yen::after
    {
        font-size: 1.2rem;
    }

    .p-policy__mv__ttl
    {
        font-size: 3.6rem;
    }

    .p-recruit-intro__img00
    {
        width: 90%;
    }

    .p-recruit-intro__block
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .p-recruit-intro__ttl
    {
        font-size: 2.4rem;
    }

    .p-recruit-application
    {
        padding: 50px 0;
    }

    .p-recruit-application__ttl
    {
        width: 100%;
    }

    .p-recruit-application__group
    {
        width: 85%;
    }

    .p-recruit-application__group02
    {
        width: 100%;
    }

    .p-recruit-application__item
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-recruit-application__item02
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-recruit-application__lead
    {
        width: 100%;
        margin-bottom: 25px;
    }

    .p-recruit-application__info
    {
        margin-left: 0;
    }

    .p-recruit-application__note
    {
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .p-side__mv
    {
        background: url(../images/side/fv_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-side-block__item
    {
        margin: 0 12px 39px 12px;
    }

    .p-side-block__img01-sp
    {
        display: block;
    }

    .p-side-block__note
    {
        font-size: 1.4rem;
        line-height: 1.71429;

        padding: 0 15%;

        text-align: left;
    }

    .p-side-block02__ttl
    {
        font-size: 2.4rem;
        line-height: 1.16667;
    }

    .p-side-block02__group
    {
        padding: 32px 0 81px 0;

        -ms-flex-pack: justify;

            justify-content: space-between;
    }

    .p-side-block02__item
    {
        width: 45%;
        max-width: 251px;
        margin-right: 0;
        margin-bottom: 39px;
    }

    .p-side-block02__img01
    {
        margin-bottom: 14px;
    }

    .p-side-block02__lead
    {
        font-size: 1.8rem;
        line-height: 1.72222;

        margin-bottom: 11px;
    }

    .p-side-block02__lead01
    {
        font-size: 1.8rem;
        line-height: 1.72222;

        margin-bottom: 11px;
    }

    .p-side-block02__left
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
    }

    .p-side-block02__left01
    {
        font-size: 1.3rem;
        line-height: 1.76923;

        width: 46px;
        height: 24px;
    }

    .p-side-block02__price
    {
        font-size: 2.3rem;
    }

    .p-side-block02__span01
    {
        font-size: 1.5rem;
        line-height: 1.73333;
    }

    .p-side-block02__span02
    {
        font-size: 1.4rem;
        line-height: 1.66667;
    }

    .p-takeout-block01 .l-inner
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-takeout-block01__item
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-takeout-block01__item:not(last-child)
    {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px)
{
    .p-drink-block03__lead01
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px)
{
    .p-index__topics-news-imgwrap
    {
        width: 100%;
        height: 120px;
    }
}