@font-face {
    font-family: 'bebas';
    font-style: normal;
    font-weight: normal;
    src:
    url('../webfont/bebas.woff2') format('woff2'),
    url('../webfont/bebas.woff') format('woff'),
    url('../webfont/bebas.ttf') format('truetype');
}

@page {
	margin: 10mm 10mm;
	size: A4 portrait;
}
@media print {
    #pagetop {
        display: none;
    }
    [class^="animation_"], [class*=" animation_"] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

:root {
    --main-color: #73c6c8;
    --link-color: #ff6600;
    --text-color: #444;
}

/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe {
    vertical-align: bottom;
}


/* 初期設定
================================================== */
body {
    font-family: 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, '游ゴシック体', 'メイリオ', Meiryo sans-serif !important;
    font-weight: 400;
    font-feature-settings: "palt";
    color: var(--text-color);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 2em;
    background: #fff;
    overflow-x: hidden;
}
a {
    color: var(--link-color);
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.12s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.12s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 2.0em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
    text-align: center;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}

ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: var(--main-color);
}
ul.disc li {
    font-size: 16px;
    text-indent: -1.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    ul.disc li {
        font-size: 13px;
    }
}

ul.decimal {
    list-style: decimal;
}
ul.decimal li {
    font-size: 16px;
    margin-left: 1.5em;
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 14px;
        text-align: justify;
    }
}



/* グリッドシステム
================================================== */
.frame {
    padding: 0 20px;
    width: 100%;
    max-width: 1240px;
    min-width: 727px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11 {
    margin-right: 4%;
    min-height: 1px;
}
.g3_SP, .g4_SP, .g6_SP {
    margin-right: 4%;
    min-height: 1px;
}
.lc {
    margin-right: 0;
}

.container.reverse {
    flex-flow: row-reverse;
}
.container.reverse .lc {
    margin-right: 4%;
}
.container.reverse .reverse_lc {
    margin-right: 0;
}
.container.h_center {
    align-items: center;
}

.g1     { width: 4.666666666666667%; }
.g15    { width: 9%; }
.g2     { width: 13.333333333333334%; }
.g25    { width: 17.666666666666668%; }
.g3     { width: 22%; }
.g4     { width: 30.666666666666664%; }
.g5     { width: 39.33333333333333%; }
.g6     { width: 48%; }
.g7     { width: 56.666666666666664%; }
.g8     { width: 65.33333333333333%; }
.g9     { width: 74%; }
.g10    { width: 82.66666666666667%; }
.g11    { width: 91.33333333333333%; }
.g12    { width: 100%; }

.g3_SP  { width: 22%; }
.g4_SP  { width: 30.666666666666664%; }
.g6_SP  { width: 48%; }

.flex_end {
    justyify-content: flex-end;
}
.flex_center {
    justyify-content: center;
}

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .frame {
        display: block;
        min-width: 0;
        padding: 0 20px;
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .g3_SP  { width: 48%; }
    .g4_SP  { width: 48%; }
    .lc_SP {
        margin-right: 0;
    }
    .order1 {
        order: 1;
    }
}



/* ヘッダー
================================================== */
header {
    background: #fff;
}
nav {
    display: block;
    width: 100%;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    z-index: 1000;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    min-height: 100px;
    box-sizing: border-box;
}
nav .logo {
    width: 280px;
}
nav ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
	list-style-type: none;
}
nav ul li a {
    display: block;
    padding: 20px 20px;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
nav ul li a::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -22px;
    width: calc(100% - 40px);
    height: 10px;
    background: #ccc;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.15s ease;
}
nav ul li a:hover::after {
    transform: scaleX(1);
}
nav ul li.instagram img {
    width: 50px;
    height: auto;
}
nav ul li.instagram a::after {
    display: none;s
}
nav ul li.current a {
    position: relative;
    pointer-events: none;
}
nav ul li.current a::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -22px;
    width: calc(100% - 40px);
    height: 10px;
    background: var(--main-color);
    transform: none !important;
    transition: none !important;
}
@media only screen and (max-width: 767px) {
    nav {
        display: none;
    }
}

/* スクロール時 */
.fixed {
    top: 0;
    left: 0;
    z-index: 10000;
}
header.fixed {
    height: auto;
}
header.fixed nav {
    position: fixed;
    width: 100%;
    min-height: 50px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
header.fixed nav .logo {
    width: 180px;
}
header.fixed nav ul {
    align-items: center;
}
header.fixed nav ul li a {
    padding: 10px 20px;
    font-size: 14px;
}
header.fixed nav ul li a::after {
    bottom: -10px;
}
header.fixed nav ul li.current a::after {
    bottom: -10px;
}
header.fixed nav ul li.instagram img {
    width: 30px;
}


/* スマホ用バーガーメニュー */
#header_logo_SP {
    display: none;
}
#SP_gnav_bg {
    display: none;
}
@media only screen and (max-width: 767px) {
    #header_logo_SP {
        padding: 8px 20px;
        display: block;
    }
    #header_logo_SP img {
        width: auto;
        height: 40px;
    }
    #SP_gnav_bg {
        display: block;
    }
    #SP_header_logo {
        display: block;
        padding: 9px 0 8px 20px;
        height: 30px;
    }
    #SP_header_logo img {
        height: 30px;
    }
    #top_menu {
        display: none;
    }
}

.drawer-overlay {
    background-color: rgba(255,255,255,0) !important;
}
.drawer-nav {
    color: var(--text-color) !important;
    background-color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
}
.drawer-nav .inner {
    padding: 40px 60px;
    height: 50svh;
    box-sizing: border-box;
}
.drawer-nav ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
}
.drawer-nav ul li {
    display: block;
    text-align: left;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
}
.drawer-nav ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.drawer-nav ul li a:hover {
    background: #f0f0f0;
}
.drawer-nav ul li.current a {
    color: #fff;
    background: var(--main-color);
}

.drawer-nav ul li.reservation {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.drawer-nav ul li.instagram a img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}





/* フッター
================================================== */
.contact_bottom {
    padding: 80px 0;
    background: var(--main-color);
    position: relative;
}
.contact_bottom::before{
    content: '';
    position: absolute;
    inset: 0;
    background: url(../img/logo3.png) no-repeat center center / cover;
    opacity: 0.05;
}
.contact_bottom h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.contact_bottom h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 40px solid #fff;
}
.contact_bottom .tel {
    margin-top: 50px;
    color: #fff;
    font-family: bebas;
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.contact_bottom .tel small {
    font-size: 50%;
}
.contact_bottom .tel a {
    color: #fff;
}
.contact_bottom .hour {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.contact_bottom .btn a {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid #fff;
    background: url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.contact_bottom .btn a::after {
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.contact_bottom .btn a:hover {
    color: #fff;
    opacity: 1;
    transform: scale(1.05, 1.05);
}
.contact_bottom .btn a:hover::after {
    transform: scale(1, 1);
}
@media only screen and (max-width: 767px) {
    .contact_bottom {
        padding: 50px 0;
    }
    .contact_bottom h2 {
        font-size: 24px;
    }
    .contact_bottom h2::after {
        bottom: -30px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 20px solid #fff;
    }
    .contact_bottom .tel {
        margin-top: 30px;
        font-size: 36px;
    }
    .contact_bottom .btn a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}


footer {
    background: #fff;
    padding: 30px 0 80px 0;
}
footer p, footer p a {
    text-align: center;
}
ul.footer_menu {
    display: flex;
    justify-content: center;
}
ul.footer_menu li {
    margin: 0 20px;
    font-weight: bold;
}
ul.footer_menu li a {
    color: #444;
    padding-right: 30px;
    display: inline-flex;
    align-items: center;
}
ul.footer_menu li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--main-color);
    margin-right: 5px;
    position: relative;
    top: 1px;
}
footer .logo {
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}
footer .logo img {
    width: 280px;
}
#copyright {
    margin-top: 80px;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 50px 0;
    }
    ul.footer_menu {
        display: none;
    }
    footer .logo {
        margin-top: 0;
    }
    footer .logo img {
        width: 200px;
    }
    #copyright {
        margin-top: 30px;
        font-size: 9px;
    }
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
    mix-blend-mode: difference;
    isolation: isolate;
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}


/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 20px 20px 20px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #444 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
p.btn1 a::after {
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
p.btn1 a:hover {
    color: #fff;
    opacity: 1;
    transform: scale(1.05, 1.05);
}
p.btn1 a:hover::after {
    transform: scale(1, 1);
}
@media only screen and (max-width: 767px) {
    p.btn1 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}

p.btn2 a {
    display: block;
    padding: 20px 20px 20px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
p.btn2 a::after {
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
p.btn2 a:hover {
    color: #fff;
    opacity: 1;
    transform: scale(1.05, 1.05);
}
p.btn2 a:hover::after {
    transform: scale(1, 1);
}
@media only screen and (max-width: 767px) {
    p.btn2 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}





/* 404ページ
================================================== */
.er404_bg {
    background: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.er404_h2 {
    color: var(--main-color);;
    font-size: 100px;
    font-family: 'bebas';
    text-align: center;
}
.er404_text {
    margin-top: 80px;
    color: var(--text-color);;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .er404_bg {
        height: calc(100svh - 46px);

    }
    .er404_h2 {
        font-size: 40px;
    }
    .er404_text {
        font-size: 17px;
    }
}
