/* ------------------
--------RESET--------
------------------ */
@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

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

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    line-height: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
    line-height: normal;
    font-size: 16px;
}

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
    line-height: normal;
}

dd {
    margin-left: 0;
    line-height: normal;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
    line-height: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
    -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

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

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


/*====================================*/
/* base contents */
/*====================================*/
html {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    color: #1C1C1C;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #fff;
}

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

/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */


/* --Vidaloka-- */
@font-face {
  font-family: 'Noto Sans JP';
  src: url("./../webfonts/NotoSansJP-Black.otf") format('opentype'),
  url("./../webfonts/NotoSansJP-Bold.otf") format('opentype'),
  url("./../webfonts/NotoSansJP-Light.otf") format('opentype'),
  url("./../webfonts/NotoSansJP-Medium.otf") format('opentype'),
  url("./../webfonts/NotoSansJP-Regular.otf") format('opentype'),
  url("./../webfonts/NotoSansJP-Thin.otf") format('opentype');
  font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../fnt/Inter-Medium.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: "Noto Sans JP", serif;
}

/* ----pc,sp/on_off---- */
.pc {
    display: none!important;
}

.tb {
    display: none!important;
}

.sp {
    display: block!important;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block!important;
    }
    .tb {
        display: block!important;
    }

    .sp {
        display: none!important;
    }
    .pc_text_nav_bg {
        width: 100%!important;
        line-height: 1;
    }
}

@media screen and (min-width: 1042px) {
    .pc {
        display: block!important;
    }

    .tb {
        display: none;
    }
    .pc_text_nav_bg {
        width: 100%;
    }
    .pc_nav p::before, .pc_text_nav p::before {
        transform: translateY(350%) rotate(136deg);
    }
}

/* ----inner---- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 5rem 1.1rem;
}

@media screen and (min-width: 768px) {
    .inner {
        padding: 7.5rem 1.1rem;
    }
}

/* ----indent---- */
.indent-S {
    font-size: 16px;
    display: inline-block;
    padding-left: 1rem;
    text-indent: -1rem;
}

.indent-M {
    display: inline-block;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

.indent-L {
    display: inline-block;
    padding-left: 2rem;
    text-indent: -2rem;
}

/* ----button---- */
.hov:hover {
    opacity: .5;
    transition: all .3s;
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin: 0;
    padding: 1rem 0;
    transition: all .3s;
    width: 100%;
    font-size: .9rem;
    line-height: normal;
}

.btn02 {
    display: inline-block;
    margin: 2.5rem auto 0rem;
    padding: .7rem 0;
    transition: all .3s;
    width: 100%;
    font-size: .9rem;
}

.btn03 {
    display: inline-block;
    margin: 2.5rem auto 0rem;
    padding: 1rem 0;
    transition: all .3s;
    width: 100%;
    font-size: .9rem;
}

@media screen and (min-width: 768px) {
    .btn, .btn02 {
        max-width: 320px;
    }

    .btn03 {
        margin-bottom: 2.5rem;
        max-width: 400px;

    }
}

/* ----button-bg---- */

.btn-1 {
    position: relative;
    background: #00626F;
    border: 1px solid #00626F;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}
.btn-1-inv {
    position: relative;
    background: #fff;
    border: 1px solid #00626F;
    color: #00626F;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
    font-weight: 600;
}
#shinjuku_restaurant .btn-1-inv {
    margin-right: 0;
    margin-bottom: 16px;
}
.btn-2 {
    position: relative;
    background: #824E00;
    border: 1px solid #824E00;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}

.btn-3 {
    position: relative;
    background: #A20000;
    border: 1px solid #A20000;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}
.btn-4 {
    position: relative;
    background-color: #CCA161;
    border: 1px solid #CCA161;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}

@media screen and (min-width: 768px) {
    #shinjuku_restaurant .btn-1-inv {
        margin-right: 2rem;
    }
}


#shinjuku_restaurant .btn-1:hover, #shinjuku_restaurant .btn-1-inv:hover {
    background-color: #37929E;
    border: 1px solid #37929E;
    color: white;
}
.btn-1:hover, .btn-1-inv:hover {
    background-color: #00626F;
    border: 1px solid #00626F;
    color: white;
}

.btn-2:hover {
    background-color: initial;
    border: 1px solid #824E00;
    color: #824E00!important;
}

.btn-3:hover {
    background-color: initial;
    border: 1px solid #A20000;
    color: #A20000;
}

.btn-2::after, .btn-1::after, .btn-3::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.btn-1-inv::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.btn-4::after {
    display: inline-block;
    position: absolute;
    padding-left: 40px;
    background: url(../img/sun.svg) no-repeat left;
    content: "";
    height: 25px;
    vertical-align: middle;
    width: 25px;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
.btn-flex {
    display: flex;
}

header {
    position: relative;
}

/* ----grid-layout---- */
.grid,
.grid_1_2,
.grid_1_3,
.grid_2,
.grid_3,
.grid_4,
.grid_2_4 {
    display: grid;
}

.grid_1_2 {
    grid-template-columns: 1fr;
}

.grid_2_4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 2rem;
}

.grid_2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid_3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width:600px) {
    .grid_1_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_1_3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_2_4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ---- 文字装飾 ---- */
.txt-or {
    color: #E75802;
    font-weight: bold;
}

/* ---- ボーダー ---- */
#okinawa-fair .border {
    position: relative;
}

#okinawa-fair .border::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    display: inline-block;
    width: 50px;
    height: 3px;
    transform: translate(-50%);
    background-color: #3D3D3D;
}
/*====================================*/
/* mv */
/*====================================*/


#mv::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 100vh;
    
}

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

    #mv::before {
        
    }
}

/*====================================*/
/* 背景色が消えてから表示される */
/*====================================*/
.mask-bg {
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    transition: color 0ms 500ms;
}

.mask-bg::after {
    background: #CCA161;
    bottom: -.5px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 100%);
}

.mask-bg.on {
    color: #3D3D3D;
}

.mask-bg.on::after {
    animation: mask-bg 1s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes mask-bg {
    0% {
        transform: translate(0, 101%)
    }

    40%, 60% {
        transform: translate(0, 0%)
    }

    100% {
        transform: translate(0, -100%)
    }
}

/*====================================*/
/* フェードイン */
/*====================================*/

.fadeUp {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.on {
    animation-name: fadeUpAnime;
}

@keyframes fadeUpAnime {
    0% {
        opacity: 0;
        transform: translate(0, 100px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/*====================================*/
/* ハンバーガーメニュー */
/*====================================*/
.hamburger_menu {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open .hamburger_menu {
  left: 0;
  opacity: 1;
}
.hamburger_menu .inner {
  padding: 25px;
}
.hamburger_menu .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger_menu .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.hamburger_menu .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.hamburger_menu .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .hamburger_menu {
    left: -290px;
    width: 290px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#link
=============*/
.link_btn {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
}
.link_list p::before {
    display: none!important;
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/*============
main
=============*/
main {
  padding: 0;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*====================================*/
/* bg-setting */
/*====================================*/
.swiper01, .swiper02 {
    overflow: hidden;
}
.swiper-container {
    position: relative;
}
.swiper-pagination {
    bottom: 32px !important;
    top: auto!important;
}
.swiper-pagination-bullet {
    /*ドットのサイズを変更*/
    width: 16px!important;
    height: 16px!important;
}
.swiper-slide p {
    margin: 1.5rem 0;
}
/*新宿のスライドドットカラー*/
.plan__menu .main__cnt .slide__box .swiper01 .swiper-pagination-bullet-active {
    background: #00626F!important;
}
/*川越のスライドドットカラー*/
.plan__menu .main__cnt .slide__box .swiper02 .swiper-pagination-bullet-active {
    background: #824E00!important;
}

action {
    background: #FFF8E1;
    transition: all .8s;
}

#shinjuku_restaurant.action {
    background: url(../img/shinjuku_bg.webp) no-repeat center;
    background-size: cover;
    transition: all .8s;
}

#kawagoe_restaurant.action {
    background: url(../img/kawagoe_bg.webp) no-repeat center;
    background-size: cover;
    transition: all .8s;
}

#kikusuitei_restaurant.action {
    background: url(../img/kikusuitei_bg.webp) no-repeat center;
    background-size: cover;
    transition: all .8s;
}
#special_feature.action {
    transition: all .8s;
}
#events.action {
    transition: all .8s;
}

#detail.action{
    background-color: #FCFCFC;
    transition: all .8s;
}

/*====================================*/
/* plan */
/*====================================*/
.plan__menu {
    padding: 2rem 1.5rem 4rem;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
#shinjuku_restaurant .plan__menu {
    padding: 2rem 1.5rem 5rem;
}
#kikusuitei_restaurant .plan__menu {
     padding: 2rem 1.5rem;
}


@media screen and (min-width: 768px) {
    .plan__menu,
    #shinjuku_restaurant .plan__menu,
    #kikusuitei_restaurant .plan__menu {
        padding: 5rem;
    }
}

.plan__menu .plan__ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .plan__menu .plan__ttl {
        margin-bottom: 4rem;
    }
}

.plan__menu .main__cnt .plan__ttl .main__ttl, .plan__menu .sub__cnt .main__ttl {
    display: inline-block;
    position: relative;
    font-size: 1.9rem;
    text-align: center;
}
.main__ttl{
        font-family: "Chonburi"!important;
        color: #00626F;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 1.2px;
        line-height: 1;
    }
    .main__ttl span {
        color: #3D3D3D;
        text-align: center;
        font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
        font-size: 16px;
        line-height: 3;
    }
.plan__ttl p {
    text-align: center;
    font-size: 16px;
    padding: 2.5rem 0;
    }

@media screen and (min-width: 768px) {
    .plan__menu .main__cnt .plan__ttl .main__ttl, .plan__menu .sub__cnt .main__ttl {
        font-size: 2.2rem;
        font-weight: bold;
    }
    .main__ttl{
        font-size: 2.5rem;
    }
    .main__ttl span {
        font-size: 20px;
    }
    .plan__ttl p {
        text-align: center;
        font-size: 1rem;
        padding: 2.5rem;
    }
}

.plan__menu .plan__ttl .sub__ttl {
    font-size: .8rem;
    margin-bottom: 4rem;
}

.ttl__border {
    position: relative;
}

.ttl__border::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3rem;
    display: inline-block;
    width: 50px;
    height: 3px;
    transform: translate(-50%);
    background-color: #3D3D3D;
}

/* .plan__menu .plan__ttl .main__ttl::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3rem;
    display: inline-block;
    width: 50px;
    height: 3px;
    transform: translate(-50%);
    background-color: #3D3D3D;
} */

.main__cnt {
    text-align: center;
}

.plan__menu .main__cnt>.slide__box, .plan__menu .main__cnt>.img__box, .plan__menu>.img__box {
    
}

.plan__menu .menu__box {
    position: relative;
    border-radius: 5px;
    padding: 3rem 1rem 3rem;
    background: #F4F4F4;
}

@media screen and (min-width: 768px) {
    .plan__menu .menu__box {
        padding: 3rem 6.5rem 3rem;
    }
}

.plan__menu .menu__box {
    position: relative;
    border-radius: 5px;
    padding: 3rem 1.5rem 3rem;
    background: #F4F4F4;
}

@media screen and (min-width: 768px) {
    .plan__menu .menu__box {
        padding: 3.5rem 6rem;
    }
}

.plan__menu .menu__box .item__ttl {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.plan__menu .menu__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

@media screen and (min-width: 768px) {
    .plan__menu .menu__list {
        gap: 1rem;
    }
}

.plan__menu .menu__box .list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
}

@media screen and (min-width: 768px) {
    .plan__menu .menu__box .list__item {
        gap: 2.5rem;
        flex-direction: row;
    }
}

.plan__menu .menu__box .list__item .item__sub-ttl {
    border-radius: 2px;
    font-size: .9rem;
    background: #3D3D3D;
    color: #FFF;
    margin-top: .2rem;
    padding: .5rem 0rem;
    width: 85px;
    height: max-content;
}

.plan__menu .menu__box .list__item .item__txt {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .plan__menu .menu__box .list__item .item__txt {
        text-align: left;
        font-size: 15px;
    }
}

.plan__menu .menu__box .item__ttl:before,
.plan__menu .menu__box .item__ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.plan__menu .menu__box .item__ttl:before {
    margin-right: 1rem;
}

.plan__menu .menu__box .item__ttl:after {
    margin-left: 1rem;
}

#kikusuitei_restaurant .plan__menu .menu__box .item__ttl:before,
#special_feature .plan__menu .menu__box .item__ttl:before,
#kikusuitei_restaurant .plan__menu .menu__box .item__ttl::after,
#special_feature .plan__menu .menu__box .item__ttl::after {
    margin: 0;
}

.plan__menu .menu__box .item__ttl:after {
    margin-left: 1rem;
}

.plan__menu .menu__box .menu__items {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.plan__menu .menu__box .menu__items .txt__box {
    line-height: 1.9rem;
}

.plan__menu .menu__box .ttl {
    position: absolute;
    font-size: 1.2rem;
    top: -1.7rem;
    left: 50%;
    transform: translate(-50%);
    border-radius: 3px;
    padding: .3rem 1.7rem;
    color: #FFF;
    background: #CCA161;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .plan__menu .menu__box .ttl {
        font-size: 1.5rem;
    }
}

.plan__menu .plan__ttl .plan__cate {
    display: flex;
    gap: .7rem;
}

.plan__menu .plan__ttl .plan__cate>li {
    border-radius: 2px;
    background: #3D3D3D;
    color: #FFF;
    padding: .2rem 1rem;
}

.plan__menu .sub__cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.plan__menu .sub__cnt .grid_1_2 {
    gap: 2.5rem;
}

.plan__menu .sub__cnt .sub__cnt__items .menu__item .item__sub-ttl {
    display: inline-block;
    border-radius: 2px;
    font-size: .9rem;
    background: #3D3D3D;
    color: #FFF;
    padding: 0.2rem .7rem;
}

.plan__menu .sub__cnt .sub__cnt__items .menu__item .img__box {
    margin-bottom: 1rem;
}

.plan__menu .sub__cnt .sub__cnt__items .menu__item .item__sub-ttl,
.plan__menu .sub__cnt .sub__cnt__items .menu__item .item__main-ttl {
    margin-bottom: .5rem;
    font-weight: bold;
}

.plan__menu .sub__cnt .sub__cnt__items .menu__item .item__main-ttl>span {
    font-size: .8rem;
    font-weight: normal;
}

/*====================================*/
/* fair-concept */
/*====================================*/

#fair-concept {
    position: relative;
    background: url(../img/fair-concept_bg.webp) no-repeat center;
    background-size: cover;
    }
#fair-concept {
    position: relative;
    background: url(../img/fair-concept_bg.webp) no-repeat center;
    background-size: cover;
    }
#fair-concept .inner {
    padding: 0 1rem 5rem;
    }
#fair-concept .read_text {
    margin: 5rem 0;
    }
#fair-concept .read_text p {
    line-height: 1.8;
    }
.pc_nav, #fair-concept .pc_text_nav {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    }
.pc_nav a {
        width: 46%;
    }
.pc_nav p, .pc_text_nav p {
    color: #333;
    text-align: center;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
    font-size: 15px;
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 5;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 1.5rem 0;
    }
.pc_nav p::before, .pc_text_nav p::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 46%;
    border-top: 2px solid #00626F;
    border-right: 2px solid #00626F;
    transform: translateY(250%) rotate(136deg);
}
#fair-concept .main_concept {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 0 0 5rem;
    flex-direction: column;
    }
#fair-concept .main_concept_img {
    width: 100%;
    }
#fair-concept .main_concept_text {
    width: 100%;
    line-height: 30.4px;
    letter-spacing: 1.5px;
    }
    
#fair-concept .main_concept_text p {
    line-height: 1.8;
    font-size: 16px;
    }
    
#fair-concept .concept_mv_img {
    width: 50%;
    }
#fair-concept .mayor_concept{
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5rem;
    gap: 4rem;
}
#fair-concept .mayor_img_box h3{
    text-align: center;
    font-size: 16px;
    padding-top: 24px;
    color: #00626F;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
}
#fair-concept .mayor_img_box {
    width: 72%;
}
#fair-concept .mayor_text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 51px;
}
#fair-concept .mayor_text_box h4 {
    color: #00626F;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
    font-size: 1.5rem;
    line-height: 27.2px;
    display: block;
    position: relative;
}
#fair-concept .mayor_text_box h4::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1.7rem;
    display: inline-block;
    width: 114%;
    height: 3px;
    background-color: #54C3F1;
}
#fair-concept .mayor_text_box h4::before{
    display: none;
    content: url("../img/mayor_icon.webp");
    position: absolute;
    right: -57%;
    top: -40%;
}
#fair-concept .mayor_text_box p {
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 1.8;
}

#fair-concept .speciality {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    }
#fair-concept .speciality .speciality_box {
    width: 100%;
    padding: 2.5rem 1.5rem;
    background-color: #FCFCFC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;    
    }
#fair-concept .speciality .speciality_box img {
    width: 70%;
    margin: 0 auto;
    }
#fair-concept .speciality .speciality_box h4{
    color: #00626F;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
    font-size: 1.5rem;
    }
#fair-concept .speciality .speciality_box p {
    line-height: 1.8;
}

.pc_text_nav {
    margin: 0 auto;
    text-align: center;
    z-index: 999;
}
.pc_text_nav_bg {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 70rem;
    gap: 1rem;
}

.pc_text_nav.m_fixed {
	position: fixed;
    background: linear-gradient(180deg, #EEFCFF 70%, rgba(238, 252, 255, 0.20) 100%);
    padding-bottom: 24px;
    top: 0;
}

.global-item {
	width: 20%;
}

.global-item:last-child {
	
}

@media screen and (min-width: 768px) {
    
    #fair-concept {
        position: relative;
        background: url(../img/fair-concept_bg.webp) no-repeat center;
        background-size: cover;
        padding-bottom: 25rem;
    }
    #fair-concept .inner {
         padding: 1rem 0 0;
    }
    #fair-concept .read_text {
        margin-bottom: 7.5rem;
    }
    #fair-concept .gw-block-bg01 {
        position: absolute;
        top: 0;
        right: 0;
        width: 640px;
    }
    #fair-concept .pc_nav, #fair-concept .pc_text_nav {
        flex-wrap: nowrap;
    }
    #fair-concept .pc_nav a {
        width: 100%;
    }
    #fair-concept .main_concept {
        flex-direction: row;
        margin: 5rem 0;
    }
    #fair-concept .main_concept_img {
        width: 50%;
    }
    #fair-concept .main_concept_text {
        width: 50%;
    } 
    #fair-concept .concept_mv_img {
        width: 50%;
    }
    #fair-concept .mayor_concept{
        flex-direction: row;
    }
#fair-concept .mayor_text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 51px;
}
#fair-concept .mayor_text_box h4 {
    font-size: 2rem;
}
    #fair-concept .mayor_text_box h4::after {
        width: 580px;
    }
    #fair-concept .mayor_text_box h4::before{
        display: block;
        right: -32%;
    }
#fair-concept .mayor_text_box p {
    font-family: "Noto Sans JP";
    font-size: 16px;
}
    #fair-concept .speciality {
        flex-direction: row;
    }
}
/*====================================*/
/* kawagoe_restaurant */
/*====================================*/

#kawagoe_restaurant {
    position: relative;
}
#kawagoe_restaurant .main__ttl{
    color: #824E00!important;
}

#kawagoe_restaurant .gw-block-bg01 {
    position: absolute;
    top: 2%;
    right: 0;
    z-index: 100;
    width: 100px;
}

@media screen and (min-width: 768px) {
    #kawagoe_restaurant .gw-block-bg01 {
        top: 5%;
        right: 0;
        width: 250px;
    }
}

#kawagoe_restaurant .gw-block-bg02 {
    position: absolute;
    top: 3%;
    left: 0;
    z-index: 100;
    width: 100px;
}

@media screen and (min-width: 768px) {
    #kawagoe_restaurant .gw-block-bg02 {
        top: 5%;
        left: 0;
        width: 250px;
    }
}

#kawagoe_restaurant .gw-block-bg03 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

#kawagoe_restaurant .plan__menu {
    position: relative;
    z-index: 99;
}

#kawagoe_restaurant .plan__menu .menu__box {
    padding: 5rem 1.5rem 3rem;
}

@media screen and (min-width: 768px) {
    #kawagoe_restaurant .plan__menu .menu__box {
        padding: 3rem 6rem 3rem;
    }
}


#kawagoe_restaurant .inner {
    padding: 5rem 1.1rem 5rem;
}

#kawagoe_restaurant .inner .btn__box {
    text-align: center;
}

#kawagoe_restaurant .inner .btn__box .btn03 {
    margin: 3rem 0;
}

@media screen and (min-width: 768px) {
    
#kawagoe_restaurant .inner .btn__box .btn03 {
        margin: 5rem 0;
    }
}

/*====================================*/
/* kikusuitei_restaurant */
/*====================================*/

#kikusuitei_restaurant .main__ttl{
    color: #A20000!important;
}
#kikusuitei_restaurant .plan__menu .main__cnt .img__box__text{
        padding: 1rem 0;
    }

@media screen and (min-width: 768px) {
    #kikusuitei_restaurant .plan__menu .main__cnt .img__box__text{
        padding: 1.5rem 0;
    }
}
/*====================================*/
/* #special_feature */
/*====================================*/
#special_feature {
   background-color: #D2F7F7; 
}
#special_feature .inner .btn__box {
    text-align: center;
}

#special_feature .plan__menu .main__cnt .menu__box {
    margin-bottom: 4rem;
}
#special_feature .shaved_ice_detail {
    background: #fff;
    padding: 2.5rem 1.5rem;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);

}
#special_feature .shaved_ice_detail h3 {
    color: #00626F;
    text-align: center;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
#special_feature .shaved_ice_detail p {
    line-height: 1.8;
}

#special_feature .shaved_ice_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    margin-top: 2.5rem;
    gap: 1rem;
}
#special_feature .shaved_ice_box ul {
    margin: 0 auto;
    width: 82%;
}
#special_feature .shaved_ice_box ul li {
    text-align: left;
}
#special_feature .shaved_ice_box {
        width: 47.9%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
#special_feature .shaved_ice_box h3 {
    color: #fff;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
    font-size: 1rem;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap:1rem;
}
#special_feature .shaved_ice_list .ice01 h3 {
    background: #F17E9F;
}
#special_feature .shaved_ice_list .ice02 h3 {
    background: #009BD3;
}
#special_feature .shaved_ice_list .ice02 p{ 
    text-align: left;
    display: block;
    margin: 0 auto;
}
#special_feature .shaved_ice_list .ice03 h3 {
    background: #CEAA00;
}
#special_feature .shaved_ice_list h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    flex-grow: 1;
    white-space: nowrap;
}
#special_feature .shaved_ice_box p {
    flex-grow: 1;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    #special_feature .shaved_ice_detail {
        padding: 2.5rem;
    }
    #special_feature .shaved_ice_list {
        flex-direction: row;
        gap: 2rem;
    }
    #special_feature .shaved_ice_box {
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #special_feature .shaved_ice_box h3 {
    font-size: 1.3rem;
    }
    #special_feature .shaved_ice_box p {
    font-size: 16px;
}
}

/*====================================*/
/* Events */
/*====================================*/
#events{
    background: #FFF8E1;
}
#events .event_list {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem; 
    gap: 2.5rem;
}
#events .event_list .event_img {
    width: 100%;
}
#events .event_list .event_text {
    width: 100%;
}
#events .event_list .event_text h3 {
    color: #00626F;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
}
#events .event_list .event_text p {
    padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
    #events .event_list {
        flex-direction: row;
    }
    #events .event_list .event_img {
        width: 50%;
    }
    #events .event_list .event_text {
        width: 50%;
    }
    #events .event_list .event_text h3 {
        font-size: 1.5rem;
    }
}

/*====================================*/
/* detail */
/*====================================*/

.support_goen p {
    margin: 0 auto;
    width: 22%;
}

#detail .btn {
    margin: inherit;
}
#detail .plan__menu{
    background: #EDFFF9;
}
#detail .history {
    margin-bottom: 4rem;
}

#detail .history.grid_1_2 {
    gap: 3rem;
}

#detail .support_list {
    text-align: center;
    max-width: 670px;
    margin: 0 auto 80px;
}
#detail .support_list h4 {
    color: #00626F;
    text-align: center;
    font-family: "WanpakuRera", "wanpaku-rera", sans-serif;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}
#detail .support_list ul {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
}
#detail .support_list ul li {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .support_goen p {
        width: 14%;
    }
    #detail .history.grid_1_2 {
        gap: 0rem;
    }
#detail .support_list ul {
    gap: 5rem;
}
}

#detail .history .l__box {
    color: #CB9D59;
    background-image:
        linear-gradient(to right, #CB9D59, #CB9D59 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    #detail .history .l__box {
        margin-bottom: 4rem;
    }
}

#detail .history .l__box .ttl__box {
    font-size: 2.5rem;
    font-weight: bold;
}

#detail .history .l__box .txt__box {
    font-size: .85rem;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    #detail .history .l__box .txt__box {
        text-align: center;
    }
}

#detail .history .l__box, #detail .history .r__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

#detail .history .r__box .img__box {
    max-width: 570px;
}

#detail .notes .ttl__box {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}

#detail .notes .note__list {
    font-size: .85rem;
}

#detail .notes .note__list>li {
    margin-bottom: .3rem;
    display: block;
}
.info_list {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    gap: 1rem;
}
.info_list .insta {
    display: block;
    width: 50px;
    margin: 1.5rem auto;
}
.info_list .info_box p{
    color: #00626F;
    text-align: center;
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    .info_list {
        gap: 5rem;
    }
    .info_list .insta {
        width: 60px;
    }
    .info_list .info_box p{
        font-size: 16px;
    }
}

/*====================================*/
/* footer */
/*====================================*/

footer {
    color: #fff;
    text-align: center;
    background: #00626F;
}
#ft-top {
    padding: 5rem 0 3rem;
    line-height: 1;
}

footer #ft-top a {
    display: block;
    margin: 0 auto;
}

.ft-name {
    color: #fff;
    font-size: 24px;
    padding: 24px 0 0;
    margin: 0;
}

.ft-address {
    font-family: "Zen Old Mincho";
    font-size: 16px;
    font-style: normal;
    letter-spacing: 2.08px;
}

.ft-access {
    width: 540px;
    margin: 24px auto;
}

.ft-access a {
    font-family: "Zen Old Mincho";
    display: block;
    color: #CCA161;
    font-size: 24px;
    padding: 14px 0;
    margin: 24px 0 0 !important;
    width: 540px !important;
    height: 64px;
    border-radius: 50px;
    background: #fff;
}

.button-box a:hover {
    background: linear-gradient(180deg, #C77F12 0%, #EAB463 100%);
}

.ft-social {
    margin: 24px 0 !important;
}

.ft-social a {
    width: 50px !important;
}

.ft-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 32px;
}

.ft-nav a {
    color: #fff;
    padding: 0 24px;
    margin: 0 !important;
    border-left: 0.5px solid #fff;
}

.fnav-link {
    border-right: 0.5px solid #fff;
}

#ft-bottom {
    background: #fff;
}

#copyright {
    color: #333;
    padding: 8px 0;
    font-size: 12px;
    font-family: "Noto Sans JP";
}

@media (max-width: 768px) {
    #ft-top {
                padding: 5rem 0 3rem;
    }
    .ft-access {
        width: 90% !important;
    }

    .ft-access a {
        font-size: 20px;
        width: 100% !important;
        height: 54px;
        padding: 12px 0
    }

    .ft-nav {
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: 0 auto 32px;
        gap: 32px;
    }

    .ft-nav a {
        border-right: 0.5px solid #fff;
        font-size: 16px;
        padding: 0px 8px !important;
    }
}

.fixed_banner {
    position: fixed;
    z-index: 99999;
    font-weight: 600;
    bottom: 32px;
    right: 32px;
    width: 4%;
    height: 8%;
    text-align: center;
}

.fixed_banner a {
    display: block;
    color: #fff;
    border-radius: 5px;
    height: 45px;
    width: 45px;
    background: #CCA161;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.fixed_banner a>span.pagetop__arrow {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(calc(100% + 5px)) rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .fixed_banner a>span.pagetop__arrow {
        transform: translateY(calc(100% + 0px)) rotate(-45deg);
    }
}

.fixed_banner:hover {
    opacity: 0.7;
}

@media screen and (max-width:1080px) {
    .fixed_banner {
        bottom: 32px;
        right: 56px;
    }
}

@media screen and (max-width: 768px) {
    .fixed_banner {
        bottom: 10px;
        right: 55px;
    }
}