@charset "UTF-8";

/*================================================================
# reset
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  display: block;
}

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

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/*========================================================
# 基本設定
==========================================================*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 103px;
  overflow: scroll;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Yu Gothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 100%;
  line-height: 1.6875;
  color: #000000;
}

img {
  width: 100%;
}

a:hover,
a :active {
  opacity: 0.5;
}

/* 表示・非表示
====================================================*/
@media (min-width: 1254px) {
  .is_tab {
    display: none;
  }

  .is_sp {
    display: none;
  }

  .is_tab-sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1253px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .is_pc {
    display: none;
  }

  .is_tab {
    display: none;
  }

  .is_pc-tab {
    display: none;
  }
}

/* ly-All
=============================================*/
.ly_wrapper {
  overflow: hidden;
}

.ly_header {
  width: clamp(300px, 95%, 1280px);
  margin-inline: auto;
}

.ly_main {
  max-width: 1500px;
  margin: 0 auto;
}

.ly_news {
  max-width: 1780px;
  margin: 0 auto;
}

.ly_concept {
  width: clamp(300px, 90%, 972px);
  margin: 0 auto;
}

.ly_gallery {
  width: clamp(300px, 100%, 1500px);
  margin: 0 auto;
}

.ly_takeoutContent {
  width: clamp(300px, 90%, 1220px);
  margin: 0 auto;
}

.ly_childContent {
  width: clamp(300px, 90%, 1066px);
  margin: 0 auto;
}

.ly_access {
  width: clamp(300px, 85%, 965px);
  margin: 0 auto;
}

.ly_menu {
  width: clamp(300px, 90%, 1066px);
  margin: 0 auto;
}

.ly_takeoutWrap {
  width: clamp(300px, 95%, 1070px);
  margin: 0 auto;
}

.ly_takeout {
  width: clamp(300px, 90%, 1000px);
  margin: 0 auto;
}

.ly_footer {
  background: #251714;
  padding: 40px 0;
}

.ly_footer_inner {
  width: min(750px, 100%);
  margin: 0 auto;
}

.ly_message {
  width: clamp(300px, 90%, 1000px);
  margin: 0 auto;
}

/*========================================================
# headLine
==========================================================*/
/* topPage_secTitle
====================================================*/
.el_secTop_headline.news {
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  font-weight: 500;
  width: clamp(75px, 15%, 150px);
}

.el_secTop_headline.news>img {
  margin-bottom: 1.3em;
}

.el_secTop_headline.center {
  font-size: clamp(0.75rem, 0.591rem + 0.8vw, 1.188rem);
  font-weight: 500;
  margin-right: 20px;
  letter-spacing: 0.1em;
}

.el_secTop_headline.center>img {
  width: clamp(170px, 40%, 352px);
  margin: 0 auto 1em;
}

.el_secTop_headline.message {
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  width: clamp(11.25rem, 8.523rem + 13.64vw, 18.75rem);
  margin: 0 auto;
}

.el_secTop_headline.message>img {
  margin-bottom: 1.3em;
}

/* subPage_secTitle
====================================================*/
.el_secSub_headline {
  font-size: clamp(1.375rem, 1.034rem + 1.7vw, 2.313rem);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1.5px dashed #000;
  display: inline-block;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .el_secSub_headline {
    margin-bottom: 45px;
  }
}

.el_secSub_headline span {
  display: block;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
  font-family: "Times New Roman", "游明朝体", sans-serif;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 10px;
}

.el_secSub_headline span.menu {
  color: #94c01f;
}

.el_secSub_headline span.takeout {
  color: #ff5a3c;
}

.el_secSub_headline.menu-takeout {
  line-height: 1.2;
  border-bottom: none;
  margin-bottom: 24px;
}

.el_secSub_headline.menu-takeout span {
  text-align: left;
  line-height: 1.2em;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .el_secSub_headline.menu-takeout span {
    text-align: center;
    padding-bottom: 10px;
  }
}

/*========================================================
# button
==========================================================*/
.el_btn a {
  display: block;
  background: #ff5a3c;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.1em;
  margin-top: 1.5em;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 767px) {
  .el_btn a {
    margin-top: 3em;
  }
}

.el_btn a::before {
  position: absolute;
  content: "▶";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

@media (max-width: 767px) {
  .el_btn.top a {
    width: 80%;
    margin: 2em auto 0;
  }
}

/*========================================================
# hashtag
==========================================================*/
.el_hashtag {
  margin-top: 1em;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: clamp(0.625rem, 0.466rem + 0.8vw, 1.063rem);
  font-weight: bold;
  line-height: 1.5;
}

.el_hashtag.center {
  text-align: center;
  margin-top: 0.5em;
}

.el_hashtag.left {
  text-align: left;
  color: #000;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .el_hashtag.left {
    margin-top: 0.5em;
  }

  .el_hashtag.left.zashiki {
    color: #fff;
  }
}

.el_hashtag.right {
  text-align: right;
  margin-top: 0.5em;
  padding-right: 2.3em;
}

.el_hashtag.child {
  display: none;
}

@media screen and (max-width: 1160px) {
  .el_hashtag.child {
    display: block;
    color: #fff;
    padding-left: 0;
  }
}

/* menu-page
====================================================*/
.el_menuPage_hashtag {
  margin-top: 0.5em;
  font-size: clamp(0.65rem, 0.172rem + 1vw, 0.919rem);
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 767px) {
  .el_menuPage_hashtag {
    font-size: 13px;
  }
}

.el_menuPage_hashtag span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), color-stop(63%, #90bc1f));
  background: linear-gradient(transparent 63%, #90bc1f 63%);
  line-height: 1.2;
  background: radial-gradient(circle at calc(100% - 2.5px) calc(100% - 2.5px), #90bc1f 2.5px, transparent 2.5px), radial-gradient(circle at 2.5px calc(100% - 2.5px), #90bc1f 2.5px, transparent 2.5px), linear-gradient(to bottom, #d6e5ae calc(100% - 5px), transparent calc(100% - 5px)), linear-gradient(to right, transparent 2.5px, #90bc1f 2.5px, #90bc1f calc(100% - 2.5px), transparent calc(100% - 2.5px));
  display: inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*========================================================
# footerCopyright
==========================================================*/
.el_footerCopyright {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}

/*========================================================
# page
==========================================================*/
/* header - 共通
=============================================*/
#header {
  background: #f0f0ec;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.bl_header {
  padding: 17px 0;
  position: relative;
}

@media (min-width: 1254px) {
  .bl_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 103px;
    padding: 24px 0;
  }
}

.header_logo {
  position: absolute;
  content: "";
  width: 11vw;
  max-width: 100%;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.header_logo.header_logoSizeScroll {
  width: 68px;
  max-width: 100%;
  top: 8px;
  left: -5px;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

@media (max-width: 767px) {
  .header_logo {
    width: 25vw;
    max-width: 150px;
    top: 20px;
    left: 0.5%;
  }
}

@media (min-width: 1254px) {
  .header_logo {
    width: 175px;
    max-width: 100%;
    top: auto;
    left: 13px;
    bottom: 10%;
  }

  .header_logo.header_logoSizeScroll {
    width: 88px;
    max-width: 100%;
    top: 10px;
    left: 42px;
  }
}

@media (min-width: 1254px) {
  .header_nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.header_navList {
  display: block;
  padding: 70px 0;
}

@media (min-width: 1254px) {
  .header_navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}

.header_navItem:not(:first-child) {
  margin-left: 0;
}

.header_navItem a {
  display: block;
}

.header_navItem a p {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-weight: bold;
}

@media (max-width: 1254px) {
  .header_navItem a {
    padding: 20px 24px 14px;
  }

  .header_navItem a:hover {
    background: #ccc;
  }

  .header_navItem a img {
    max-width: 64px;
    margin: 4px 0 0;
  }

  .header_navItem a img:hover {
    opacity: 0.5;
  }
}

@media (min-width: 1254px) {
  .header_navItem:not(:first-child) {
    margin-left: 25px;
  }

  .header_navItem a p {
    font-size: 22px;
    font-weight: bold;
    background: #f1f1ed;
    padding: 5px;
  }

  .header_navItem a img {
    max-width: 64px;
    margin: 9px auto 0;
  }
}

.header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 48px 0 0;
}

.header_link_online {
  max-width: 160px;
}

.header_link_insta {
  margin-left: 8px;
  max-width: 28px;
}

@media (min-width: 1254px) {
  .header_link {
    margin: 0 0 0 28px;
  }

  .header_link_online {
    max-width: 240px;
  }

  .header_link_insta {
    margin-left: 15px;
    max-width: 39px;
  }
}

.drawer-hamburger-icon {
  background: #000;
  height: 1.5px;
}

.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  background: #000;
  height: 1.5px;
}

.drawer-hamburger {
  margin: 15px 0;
  padding: 7px 12px 17px;
}

@media (min-width: 1254px) {
  .drawer-hamburger {
    margin: 18px 0;
    padding: 10px 0.75rem 21px;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

/* mainVisual_subPage - 共通
=============================================*/
.bl_mainVisual_subPage {
  margin: 70px auto 62px;
  padding-bottom: 17.5px;
  position: relative;
}

@media (min-width: 1254px) {
  .bl_mainVisual_subPage {
    margin: 123px auto;
    padding-bottom: 57px;
  }
}

.bl_mainVisual_subPage::before {
  position: absolute;
  content: "";
  background-color: #dae9b2;
  width: 100%;
  height: 100%;
  top: 50px;
  left: calc(50% - 224px);
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .bl_mainVisual_subPage::before {
    top: 0;
    left: 0;
  }
}

.bl_mainVisual_subPage_imgWrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.bl_mainVisual_subPage_imgWrap::before {
  position: absolute;
  content: "";
  background: url(../takeout/img/icon_board.png) no-repeat center center/contain;
  width: clamp(80px, 20%, 192px);
  height: 243px;
  top: auto;
  right: -44px;
  bottom: -120px;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .bl_mainVisual_subPage_imgWrap::before {
    right: 1vw;
    bottom: -122px;
  }
}

.bl_mainVisual_subPage_Tit {
  position: absolute;
  top: auto;
}

.bl_mainVisual_subPage_Tit.menu {
  width: clamp(88px, 26%, 147px);
  left: -81px;
  bottom: -104px;
}

@media screen and (max-width: 1100px) {
  .bl_mainVisual_subPage_Tit.menu {
    left: 3vw;
    bottom: -51px;
  }
}

.bl_mainVisual_subPage_Tit.takeout {
  width: clamp(185px, 26%, 296px);
  left: -113px;
  bottom: -104px;
}

@media screen and (max-width: 1100px) {
  .bl_mainVisual_subPage_Tit.takeout {
    left: 3vw;
    bottom: -76px;
  }
}

/* bg_wave - 共通
=============================================*/
.bg_wave {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bg_wave::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_wave.menu::before {
  background: url(../img/bg_wave_menu.gif) repeat-x 0 center/contain;
}

@media screen and (max-width: 1550px) {
  .bg_wave.menu::before {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .bg_wave.menu::before {
    background: url(../img/bg_wave_menu_sp.gif) no-repeat top center/cover;
  }
}

.bg_wave.bakedSweet::before {
  background: url(../img/bg_wave_green_menuPage.gif) repeat-x 0 center/contain;
}

@media screen and (max-width: 1130px) {
  .bg_wave.bakedSweet::before {
    background-size: cover;
  }
}

.bg_wave.takeout::before {
  background: url(../img/bg_wave_menu.gif) repeat-x 0 center/contain;
}

@media screen and (max-width: 1177px) {
  .bg_wave.takeout::before {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .bg_wave.takeout::before {
    background: url(../img/bg_wave_menu_sp.gif) no-repeat top center/cover;
  }
}

.bg_waveGreen {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bg_waveGreen::before {
  position: absolute;
  content: "";
  background: url(../img/bg_wave_green.gif) repeat-x center center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1130px) {
  .bg_waveGreen::before {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .bg_waveGreen::before {
    background: url(../img/bg_wave_green_sp.gif) no-repeat top center/cover;
  }
}

.bg_waveWhite {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bg_waveWhite::before {
  position: absolute;
  content: "";
  background: url(../img/bg_wave_white.gif) repeat-x center center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1323px) {
  .bg_waveWhite::before {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .bg_waveWhite::before {
    background: url(../img/bg_wave_white_sp.png) no-repeat top center/cover;
  }
}

/* footer - 共通
=============================================*/
.bl_footer {
  text-align: center;
  color: #fff;
}

.bl_footer img {
  width: min(200px, 100%);
  margin: 0 auto 35px;
}

@media (max-width: 767px) {
  .bl_footer img {
    width: 44%;
  }
}

.bl_footer li:not(:first-child) {
  margin-top: 0.7em;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
}

.bl_footer li:nth-of-type(n + 4) a {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  font-weight: 500;
}

.bl_footer li:nth-of-type(n + 4) a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.bl_footer li:nth-of-type(6) a::before {
  background: url(../img/icon_telWhite.png) no-repeat center center/contain;
  width: 14px;
  height: 16px;
}

.bl_footer li:nth-of-type(7) a::before {
  background: url(../img/icon_mailWhite.png) no-repeat center center/contain;
  width: 14px;
  height: 16px;
}

.bl_footer li:nth-of-type(8) a {
  font-family: "Noto Serif JP", serif;
}

.bl_footer li:nth-of-type(8) a::before {
  background: url(../img/icon_instaWhite.png) no-repeat center center/contain;
  width: 15px;
  height: 15px;
}

/* 追従バナー - 共通
=============================================*/
.banner_link {
  position: fixed;
  right: 15px;
  bottom: 24px;
  max-width: 100px;
  z-index: 100;
}

@media (max-width: 767px) {
  .banner_link {
    right: 7px;
    bottom: 7px;
    width: 20vw;
  }
}

.banner_link_toMessage {
  position: fixed;
  left: 0;
  top: 50%;
  max-width: 190px;
  z-index: 100;
}

@media (max-width: 767px) {
  .banner_link_toMessage {
    width: 50vw;
    top: auto;
    right: 0;
    bottom: 40px;
  }
}

/*========================================================
# page-top
==========================================================*/
/* mainVisual
=============================================*/
.bl_mainVisual {
  margin: 70px auto 0;
  padding-bottom: 42px;
  position: relative;
}

@media (min-width: 1254px) {
  .bl_mainVisual {
    width: min(1500px, 100%);
    margin: 103px auto 0;
  }
}

.bl_mainVisual img {
  width: 100%;
  margin: -20px 0 0 auto;
}

@media (min-width: 1254px) {
  .bl_mainVisual img {
    width: 1655px;
    margin: -40px 0 0 auto;
  }
}

.bl_mainVisual::before {
  position: absolute;
  content: "";
  background: url(../img/top/scroll_img.png) no-repeat center center/contain;
  width: 18px;
  height: 266px;
  top: auto;
  right: 37px;
  bottom: 172px;
  z-index: 1;
}

@media screen and (max-width: 1254px) {
  .bl_mainVisual::before {
    width: 18px;
    height: 41%;
    right: 2vw;
    bottom: 3vw;
  }
}

@media (max-width: 767px) {
  .bl_mainVisual::before {
    display: none;
  }
}

/* news
=============================================*/
.bl_news {
  width: clamp(300px, 85%, 1400px);
  margin: 14px 0 0 auto;
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .bl_news {
    margin: 10px 0 0 25px;
    width: 100%;
  }
}

.bl_news_titWarp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_news_btn-sp {
  display: none;
}

@media (max-width: 767px) {
  .bl_news_btn-sp {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    right: 3%;
    bottom: 0;
  }

  .bl_news_btn-sp .swiper-button-next,
  .bl_news_btn-sp .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    color: transparent;
  }
}

.bl_newsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 -40px;
}

@media (max-width: 767px) {
  .bl_newsInner {
    margin: 20px 0 0 -20px;
  }
}

.bl_newsItem {
  width: 300px;
}

.bl_news_linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(1124px, 100%);
}

.bl_news_link {
  width: min(260px, 100%);
  margin: 20px 0 auto;
}

@media (max-width: 767px) {
  .bl_news_link {
    width: 180px;
    margin: 13px 0 auto;
  }
}

.bl_news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7px 1.4vw;
}

@media (max-width: 767px) {
  .bl_news_btn {
    width: 40px;
    margin: -14px 10px;
  }
}

.bl_news_btn .swiper-button-next,
.bl_news_btn .swiper-button-prev {
  position: static;
  width: 92px;
  height: 92px;
  color: transparent;
}

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

  .bl_news_btn .swiper-button-next,
  .bl_news_btn .swiper-button-prev {
    width: 65px;
  }
}

.bl_news .swiper-button-next {
  background: transparent url(../img/btn_next.png) no-repeat center center/contain;
}

.bl_newsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bl_newsInner .bl_newsItem {
  width: 270px;
  position: relative;
  overflow: hidden;
  padding-top: 270px;
  border-radius: 50px;
  margin-left: 40px;
}

.bl_newsInner .bl_newsItem img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
}

@media (max-width: 767px) {
  .bl_newsInner .bl_newsItem {
    width: 180px;
    padding-top: 180px;
    border-radius: 25px;
    margin-left: 20px;
  }

  .bl_newsInner .bl_newsItem img {
    height: 180px;
  }
}

/* concept
=============================================*/
.bl_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0;
}

@media screen and (max-width: 880px) {
  .bl_concept {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .bl_concept {
    display: block;
    padding: 60px 0 90px;
  }
}

.bl_conceptBody {
  text-align: center;
  -ms-flex-preferred-size: 477px;
  flex-basis: 477px;
  margin-right: 5%;
}

.bl_conceptBody_txt {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-weight: bold;
  line-height: 1.9;
  text-align: left;
  margin-top: 3.5em;
}

.bl_conceptImg {
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  margin: 25px;
}

@media (max-width: 767px) {
  .bl_conceptBody {
    width: 100%;
    margin-right: 0;
  }

  .bl_conceptImg {
    width: clamp(140px, 67%, 420px);
    margin: 40px auto 10px;
  }
}

/* gallery
=============================================*/
.bg_gallery {
  background: #f4f2eb;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bl_gallery {
  padding: 60px 0 138px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .bl_gallery {
    padding: 60px 0;
  }
}

.bl_gallery::before {
  position: absolute;
  content: "";
  background: url(../img/top/bg_gallery_img.png) no-repeat center center/contain;
  width: clamp(9.375rem, 8.019rem + 6.78vw, 14.375rem);
  height: 393px;
  top: -168px;
  right: -7%;
  z-index: 2;
}

.bl_gallery::after {
  position: absolute;
  content: "";
  background: url(../img/top/icon_food-coffee.png) no-repeat center center/contain;
  width: clamp(5.625rem, 4.337rem + 6.44vw, 10.375rem);
  height: 90px;
  top: 34%;
  right: 110px;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .bl_gallery::after {
    top: 30vw;
  }
}

@media (max-width: 767px) {
  .bl_gallery::after {
    right: 6vw;
  }
}

@media (max-width: 767px) {
  .bl_gallery:before {
    right: -72px;
  }
}

.bl_gallery_Inner {
  position: relative;
}

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

.bl_galleryMain_tit {
  font-size: clamp(1.063rem, 0.791rem + 1.36vw, 2.063rem);
  font-weight: 500;
  line-height: 1.8em;
  margin: 10px 0 0 1.4em;
  letter-spacing: 0.02em;
}

.bl_galleryMain_img {
  width: min(506px, 100%);
}

@media screen and (max-width: 1000px) {
  .bl_galleryMain {
    display: block;
  }

  .bl_galleryMain_tit {
    margin: 0.8em 0 0 0.8em;
  }

  .bl_galleryMain_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bl_galleryMain_img img {
    width: 65%;
  }
}

.bl_gallery_slider {
  position: absolute;
  top: auto;
  bottom: -85px;
  left: 583px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .bl_gallery_slider {
    position: static;
    margin: 40px 0 0 13%;
  }
}

/* gallery-swiper
=============================================*/
.swiper.gallery_slider .gallery_item {
  width: 313px;
}

@media (max-width: 767px) {
  .swiper.gallery_slider .gallery_item {
    width: 170px;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}


.bl_gallery_slider .swiper-button-next {
  position: absolute;
  background: transparent url(../img/btn_next.png) no-repeat center center/contain;
  top: auto;
  left: -39px;
  bottom: -48px;
  z-index: 2;
  width: 67px;
  height: 67px;
  color: transparent;
}

@media screen and (max-width: 1000px) {
  .bl_gallery_slider .swiper-button-next {
    left: 9%;
  }
}

@media (max-width: 767px) {
  .bl_gallery_slider .swiper-button-next {
    width: 40px;
    height: 40px;
    left: 6vw;
    bottom: -5%;
  }
}

/* takeoutContent
=============================================*/
.bl_takeoutContent {
  padding: 73px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_takeoutContent_Img {
  -ms-flex-preferred-size: 54.7%;
  flex-basis: 54.7%;
  position: relative;
}

.bl_takeoutContent_Img::before {
  position: absolute;
  content: "";
  background: url(../img/top/icon_skaterBoy.png) no-repeat center center/contain;
  width: clamp(5rem, 3.424rem + 7.88vw, 10.813rem);
  height: 174px;
  top: auto;
  left: 163px;
  bottom: -71px;
}

@media (max-width: 767px) {
  .bl_takeoutContent_Img::before {
    left: 23%;
  }
}

.bl_takeoutContent_Body {
  width: min(426px, 100%);
  margin: 120px 0 0 47px;
}

.bl_takeoutContent_Tit {
  width: min(319px, 100%);
  width: clamp(240px, 30%, 319px);
  margin: 0 auto 0 40px;
}

.bl_takeoutContent_Txt {
  font-size: clamp(0.769rem, 0.706rem + 0.31vw, 1rem);
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bl_takeoutContent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0px;
  }

  .bl_takeoutContent_Img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin: 30px auto;
  }

  .bl_takeoutContent_Body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 50px auto 0;
  }

  .bl_takeoutContent_Tit {
    margin: 0 auto;
  }

  .bl_takeoutContent_Txt {
    margin-top: 25px;
  }
}

/* childrenContent
=============================================*/
.bg_childrenContent {
  background: #f4f2eb;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .bg_childrenContent {
    background: none;
    padding-top: 0;
  }
}

.bl_childContent {
  background: url(../img/top/bg_childroom.jpg) no-repeat center center/cover;
  padding: 95px 0 0;
  position: relative;
  aspect-ratio: 2/1;
  width: min(2500px, 100%);
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1350px) {
  .bl_childContent {
    height: 50%;
  }
}

@media (max-width: 767px) {
  .bl_childContent {
    background: url(../img/top/bg_childroom_sp.jpg) no-repeat top center/cover;
    padding: 10% 0 30%;
    height: 68vw;
  }
}

@media screen and (max-width: 700px) {
  .bl_childContent {
    height: 80vw;
  }
}

@media screen and (max-width: 500px) {
  .bl_childContent {
    height: 103vw;
  }
}

.bl_childContentInner {
  width: min(379px, 100%);
  height: 18vw;
}

@media (max-width: 767px) {
  .bl_childContentInner {
    height: 150px;
  }
}

.bl_childContentTit {
  font-size: clamp(1.25rem, 0.97rem + 1.4vw, 2.281rem);
  font-weight: bold;
  line-height: 2;
  background: #fff;
  border-radius: 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.2em;
}

@media (max-width: 767px) {
  .bl_childContentTit {
    padding: 2px 10px;
  }
}

.bl_childContentBanner {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -8%;
  background: #acaaa0;
  border-radius: 0 100px 100px 0px;
  width: clamp(300px, 60%, 649px);
}

@media (max-width: 767px) {
  .bl_childContentBanner {
    position: static;
    border-radius: 50px;
    margin: 47px auto;
    width: 85%;
  }
}

.bl_childContentBanner a {
  background: #e8e3d1;
  display: block;
  padding: 11.2%;
  border-radius: 0 100px 100px 0px;
  position: relative;
}

@media (max-width: 767px) {
  .bl_childContentBanner a {
    padding: 12%;
    border-radius: 50px;
  }
}

.bl_childContentBanner a::before {
  position: absolute;
  content: "";
  background: url(../img/icon_board_notext.png) no-repeat center center/contain;
  width: clamp(70px, 25%, 193%);
  height: 185px;
  top: 30px;
  left: 70px;
}

@media screen and (max-width: 1253px) {
  .bl_childContentBanner a::before {
    top: 20px;
  }
}

@media screen and (max-width: 970px) {
  .bl_childContentBanner a::before {
    top: -10%;
  }
}

@media (max-width: 767px) {
  .bl_childContentBanner a::before {
    top: -7vw;
    left: 10%;
  }
}

@media screen and (max-width: 470px) {
  .bl_childContentBanner a::before {
    top: -12vw;
  }
}

.bl_childContentBanner img {
  width: clamp(150px, 36%, 329px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8.8em;
}

@media screen and (max-width: 1100px) {
  .bl_childContentBanner img {
    right: 5em;
  }
}

@media (max-width: 767px) {
  .bl_childContentBanner img {
    right: 4.3em;
  }
}

@media screen and (max-width: 470px) {
  .bl_childContentBanner img {
    right: 11%;
  }
}

.childrenContent {
  position: relative;
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  .childrenContent {
    padding: 0;
  }

  .childrenContent::before {
    display: none;
  }
}

.bl_childContentImg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: clamp(290px, 50%, 765px);
  top: 1px;
  right: -1.5%;
  bottom: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .bl_childContentImg_wrap {
    top: auto;
    bottom: -3%;
    right: -2.5%;
  }
}

.bl_childContentImg_wrap .Img01 {
  position: relative;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.bl_childContentImg_wrap .Img01::before {
  position: absolute;
  content: "";
  background: url(../img/top/fukidashi_kids_goods.png) no-repeat center center/contain;
  width: clamp(320px, 30%, 390px);
  height: 100px;
  top: auto;
  bottom: -16px;
  left: -94%;
}

@media screen and (max-width: 1160px) {
  .bl_childContentImg_wrap .Img01::before {
    display: none;
  }
}

.bl_childContentImg_wrap .Img02 {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-top: -40px;
}

.bl_childContentImg_bottom {
  position: absolute;
  width: clamp(140px, 29%, 426px);
  top: auto;
  bottom: -130px;
  right: 3.3%;
  z-index: 1;
}

@media (max-width: 767px) {
  .bl_childContentImg_bottom {
    top: 4%;
    bottom: 0;
    right: -3vw;
  }
}

/* access
=============================================*/
.bl_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 194px 0 50px;
  /* parking-swiper
  =============================================*/
}

.bl_accessInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.bl_accessInfo_list {
  margin-left: 1em;
}

.bl_accessInfo_list li:first-child {
  width: clamp(180px, 60%, 296px);
  margin: 0 auto 46px 24px;
}

.bl_accessInfo_list li:not(:first-child) {
  margin-top: 10px;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.306rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.bl_accessInfo_list li:nth-of-type(3) {
  line-height: 1.2em;
}

.bl_accessInfo_list li:nth-of-type(n + 4) {
  line-height: 1.2em;
}

.bl_accessInfo_list li:nth-of-type(n + 4) a {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  font-weight: 500;
}

.bl_accessInfo_list li:nth-of-type(n + 4) a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.bl_accessInfo_list li:nth-of-type(5) {
  margin-top: 25px;
}

.bl_accessInfo_list li:nth-of-type(6) a::before {
  background: url(../img/icon_telBlack.png) no-repeat center center/contain;
  width: 23px;
  height: 25px;
}

.bl_accessInfo_list li:nth-of-type(7) a::before {
  background: url(../img/icon_mailBlack.png) no-repeat center center/contain;
  width: 23px;
  height: 25px;
}

.bl_accessInfo_list li:nth-of-type(8) a {
  font-family: "Noto Serif JP", serif;
}

.bl_accessInfo_list li:nth-of-type(8) a::before {
  background: url(../img/icon_instaBlack.png) no-repeat center center/contain;
  width: 25px;
  height: 25px;
}

.bl_accessInfo_list li span {
  font-weight: bold;
  color: #94c01f;
  margin-right: 0.7em;
}

.bl_accessInfo_slide {
  width: min(411px, 100%);
  margin: 85px 0 70px;
  padding: 10px 10px 60px;
  border: 1.5px solid #94c01f;
  position: relative;
}

@media (max-width: 767px) {
  .bl_accessInfo_slide {
    width: 100%;
  }
}

.bl_accessInfo_slide a {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: clamp(46px, 60%, 226px);
}

@media (max-width: 767px) {
  .bl_accessInfo_slide a {
    bottom: -14%;
  }
}

.bl_accessInfo_slide::before {
  position: absolute;
  content: "";
  background: url(../img/top/fukidashi_parking.png) no-repeat center center/contain;
  width: 333px;
  height: 100px;
  top: -60px;
  left: -80px;
  z-index: 2;
  width: clamp(220px, 80%, 333px);
}

@media screen and (max-width: 1140px) {
  .bl_accessInfo_slide::before {
    left: -6vw;
  }
}

.bl_accessInfo_slide::after {
  position: absolute;
  content: "駐車場の場所をスライドして見る";
  font-weight: bold;
  letter-spacing: 0.05em;
  top: auto;
  right: 55px;
  bottom: 20px;
  z-index: 2;
}

.bl_accessMap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 96px 0;
  width: min(406px, 100%);
}

.bl_accessMap>img {
  margin: 0 auto 0 77px;
}

@media screen and (max-width: 1150px) {
  .bl_accessMap>img {
    width: 92%;
  }
}

.bl_accessMap a>img {
  width: clamp(196px, 58%, 226px);
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .bl_access {
    display: block;
    padding: 45px 0;
  }

  .bl_accessInfo_list {
    margin-left: 0;
  }

  .bl_accessInfo_list li:first-child {
    margin: 0 auto 26px;
  }

  .bl_accessInfo_list li:not(:first-child) {
    width: 320px;
    margin: 8px auto;
  }

  .bl_accessInfo_list li:nth-of-type(5) {
    margin-top: 25px;
  }

  .bl_accessInfo_list li:nth-of-type(6) a::before {
    width: 17px;
    height: 21px;
  }

  .bl_accessInfo_list li:nth-of-type(7) a::before {
    width: 17px;
    height: 21px;
  }

  .bl_accessInfo_list li:nth-of-type(8) a::before {
    width: 21px;
    height: 21px;
  }

  .bl_accessInfo_image {
    margin: 30px auto -25px;
  }

  .bl_accessInfo_image>img {
    margin-bottom: 30px;
  }

  .bl_accessMap {
    margin: 100px auto 0;
    width: 93%;
  }

  .bl_accessMap>img {
    width: 100%;
    margin: 0 auto;
  }

  .bl_accessMap a>img {
    width: clamp(196px, 58%, 226px);
    margin: 30px auto 0;
  }
}

.bl_access .bl_accessInfo_slide .swiper-button-next,
.bl_access .bl_accessInfo_slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  color: transparent;
}

.bl_access .bl_accessInfo_slide .swiper-button-next {
  background: transparent url(../img/top/icon_map_next.gif) no-repeat center center/contain;
  right: 10px;
  top: auto;
  bottom: 10px;
}

/*========================================================
# page-Menu
==========================================================*/
/* special
=============================================*/
.bl_special {
  position: relative;
  text-align: center;
  padding: 60px 0 10px;
}

@media (max-width: 767px) {
  .bl_special {
    padding: 60px 0 0;
  }
}

.bl_special_Txt {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  font-weight: 500;
  margin: -35px auto 60px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bl_special_Txt {
    margin: -25px auto 40px;
  }
}

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

@media (max-width: 767px) {
  .bl_special_Inner {
    display: block;
  }
}

.bl_special_Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_special_Content:first-child {
  margin-right: 64px;
}

@media (max-width: 767px) {
  .bl_special_Content:first-child {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.bl_special_Img {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  margin: 0 4% 0 0;
}

.bl_special_Body {
  width: 45%;
}

@media (max-width: 767px) {
  .bl_special_Body {
    width: 48%;
  }
}

.bl_special_Body .label {
  display: inline-block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: bold;
  padding: 0.7em 1.9em;
  border: 1px solid #000;
  border-radius: 50px;
}

.bl_special_Body .label.sweets {
  background: #efc4b8;
}

.bl_special_Body .label.drink {
  background: #d2e2d5;
}

.bl_special_Body .tit {
  font-size: clamp(1.188rem, 0.983rem + 1.02vw, 1.75rem);
  font-weight: bold;
  margin-top: 0.8em;
  white-space: nowrap;
}

.bl_special_Body .txt {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  margin-top: 1.4em;
  line-height: 1.5;
  font-weight: 500;
}

.bl_special_Body .price {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  font-family: "Times New Roman", "游明朝体", sans-serif;
  margin-top: 1em;
}

@media (max-width: 767px) {
  .bl_special_Body .price {
    margin-top: 0.7em;
  }
}

.bl_special_IconImg {
  width: clamp(370px, 55%, 685px);
  margin: 40px auto;
}

@media (max-width: 767px) {
  .bl_special_IconImg {
    width: 99%;
  }
}

.bl_special_IconImg a :hover {
  opacity: 0.6;
}

/* menu
=============================================*/
.bl_menu {
  text-align: center;
  padding: 45px 0 60px;
  border-bottom: 1.5px dashed #000;
}

@media (max-width: 767px) {
  .bl_menu {
    padding: 7% 0;
  }
}

.bl_menu_Inner {
  width: min(1126px, 100%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_menu_Inner {
    display: block;
  }
}

.bl_menu_Img {
  width: calc(100% - 456px);
  max-width: 450px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bl_menu_Img {
    width: 99%;
    margin: 0 auto;
  }
}

.bl_menu_ImgCaption {
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  font-weight: bold;
  margin-top: 0.8em;
}

.bl_menu_Lists {
  width: 525px;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-left: 6%;
}

@media (max-width: 767px) {
  .bl_menu_Lists {
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
  }
}

.bl_menu_Lists li {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-weight: bold;
  line-height: 1.2;
}

.bl_menu_Lists li img {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

.bl_menu_Lists li:not(:first-child) {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .bl_menu_Lists li:not(:first-child) {
    margin-top: 1em;
  }
}

.bl_menu_Lists li span {
  display: inline-block;
  font-size: clamp(0.719rem, 0.616rem + 0.51vw, 1rem);
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.2;
}

.bl_menu_Lists li span.sub_tit {
  display: block;
  font-size: clamp(0.719rem, 0.616rem + 0.51vw, 1rem);
  margin-left: 2.2em;
  font-size: 58ßpx;
}

@media (max-width: 767px) {
  .bl_menu_Lists li span.sub_tit {
    margin-left: 2.1em;
  }
}

.bl_menu:nth-child(odd) .bl_menu_Inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bl_menu:nth-child(odd) .bl_menu_Lists {
  margin-left: 1.6em;
  margin-right: 7%;
  width: 320px;
}

@media (max-width: 767px) {
  .bl_menu:nth-child(odd) .bl_menu_Lists {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.bl_menuComment {
  font-size: 15px;
  font-weight: 500;
  margin-top: 43px;
}

.bl_menuNotes {
  display: inline-block;
  padding: 1.5em;
  margin-top: 2.7em;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px dotted #797979;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .bl_menuNotes {
    display: block;
  }
}

/* Lunch
=============================================*/
.bl_lunch {
  padding: 45px 0 0;
}

@media (max-width: 767px) {
  .bl_lunch {
    padding: 0;
  }
}

.bl_lunch .bl_menu_IconImg {
  width: clamp(22.938rem, 15.938rem + 14.58vw, 26.875rem);
  margin: 20px 0 0 auto;
}

@media (max-width: 767px) {
  .bl_lunch .bl_menu_IconImg {
    width: 99%;
  }
}

/* sweets
=============================================*/
.bl_sweets {
  position: relative;
  padding: 80px 0 100px;
}

@media (max-width: 767px) {
  .bl_sweets {
    padding: 9% 0 12%;
  }
}

.bl_sweets::before {
  position: absolute;
  content: "";
  background: url(../menu/img/icon_hotdog.png) no-repeat center center/contain;
  width: clamp(100px, 32%, 241px);
  height: 188px;
  top: auto;
  left: 5%;
  bottom: -77px;
}

@media (max-width: 767px) {
  .bl_sweets::before {
    left: 60%;
  }
}

/* drink
=============================================*/
.bl_drink {
  padding: 96px 0 78px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .bl_drink {
    padding: 12% 0;
  }
}

/* children
=============================================*/
.bl_children {
  padding: 74px 0 220px;
  border-bottom: none;
}

/* bakedSweet
=============================================*/
.bl_bakedSweet {
  padding: 90px 0 88px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .bl_bakedSweet {
    padding: 15% 0 14%;
  }
}

.bl_bakedSweet_Inner {
  width: min(950px, 100%);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bl_bakedSweet_Inner {
    width: 80%;
  }
}

.bl_bakedSweet_Icon {
  width: clamp(20.625rem, 12.898rem + 38.64vw, 41.875rem);
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .bl_bakedSweet_Icon {
    margin: 7% auto 0;
  }
}

.bakedSweet_item {
  width: 31.29%;
}

@media (max-width: 767px) {
  .bakedSweet_item {
    width: 100%;
  }
}

.bakedSweet_item ul {
  margin-top: 20px;
  margin: 20px 0 0 1.6em;
}

.bl_bakedSweetContent {
  position: relative;
  width: min(1000px, 100%);
  margin: 50px auto 0;
  background: #f2f2ee;
  padding: 10px;
  outline: 1.5px dashed #000;
  outline-offset: -18px;
}

.bl_bakedSweetContent_Inner {
  margin: 60px;
}

@media screen and (max-width: 950px) {
  .bl_bakedSweetContent_Inner {
    margin: 40px;
  }
}

@media (max-width: 767px) {
  .bl_bakedSweetContent_Inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 4px 8px;
    padding: 0px 14px;
  }
}

.bl_bakedSweetContent_Body {
  text-align: left;
}

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

.bl_bakedSweetContent_Ttl {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.063rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .bl_bakedSweetContent_Ttl {
    text-align: center;
  }
}

.bl_bakedSweetContent_List {
  margin-top: 2.3em;
  text-align: left;
}

.bl_bakedSweetContent_List li {
  font-size: clamp(0.938rem, 0.892rem + 0.23vw, 1.063rem);
  font-weight: bold;
  margin-left: 20px;
}

.bl_bakedSweetContent_List li:not(:first-child) {
  margin-top: 0.8em;
}

@media (max-width: 767px) {
  .bl_bakedSweetContent_List li {
    margin-left: 0;
  }
}

.bl_bakedSweetContent_Img {
  position: absolute;
  content: "";
  top: auto;
  right: 54px;
  bottom: 21px;
  width: clamp(100px, 35.4%, 355%);
  height: 334px;
}

@media screen and (max-width: 950px) {
  .bl_bakedSweetContent_Img {
    right: 5vw;
    bottom: -8vw;
  }
}

@media (max-width: 767px) {
  .bl_bakedSweetContent_Img {
    position: static;
    margin: 30px auto 0;
    width: 80%;
    height: 100%;
  }
}

/* bakedSweet-swiper
=============================================*/
.bl_bakedSweet_Inner .swiper-button-next,
.bl_bakedSweet_Inner .swiper-button-prev {
  width: 40px;
  height: 40px;
  color: transparent;
  top: 27%;
}

.bl_bakedSweet_Inner .swiper-button-prev {
  background: transparent url(../menu/img/btn_prev.png) no-repeat center center/contain;
  left: 0px;
}

.bl_bakedSweet_Inner .swiper-button-next {
  background: transparent url(../menu/img/btn_next.png) no-repeat center center/contain;
  right: 0px;
}

/* take-assorted
=============================================*/
.bl_take-assortedContent {
  padding: 150px 0 70px;
  background: #f3f1e9;
  -webkit-box-shadow: 0 0 0 100vmax #f3f1e9;
  box-shadow: 0 0 0 100vmax #f3f1e9;
  clip-Path: inset(0 -100vmax);
  border-bottom: none;
}

@media (max-width: 767px) {
  .bl_take-assortedContent {
    padding: 27% 0 10%;
  }
}

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

@media (max-width: 767px) {
  .bl_take-assortedContent_Inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bl_take-assortedContent_Inner>div {
    width: 48%;
  }
}

.bl_take-assortedContent_ImgWrap {
  position: relative;
  width: min(342px, 100%);
}

.bl_take-assortedContent_ImgWrap:not(:first-child) {
  margin-left: 27px;
}

@media (max-width: 767px) {
  .bl_take-assortedContent_ImgWrap:not(:first-child) {
    margin-top: 100px;
    margin-left: 0;
  }
}

.bl_take-assortedContent_Tit {
  position: absolute;
}

.bl_take-assortedContent_Tit.takeout {
  width: 88px;
  top: -63px;
  left: 20px;
}

@media (max-width: 767px) {
  .bl_take-assortedContent_Tit.takeout {
    width: 63px;
    top: -68px;
  }
}

.bl_take-assortedContent_Tit.assorted {
  width: 76px;
  top: -74px;
  left: 23px;
}

@media (max-width: 767px) {
  .bl_take-assortedContent_Tit.assorted {
    width: 51px;
    top: -66px;
  }
}

.bl_take-assortedContent_Img {
  width: min(386px, 100%);
}

.bl_take-assortedContent_Body {
  max-width: 422px;
  margin: -34px 0 0 28px;
}

@media (max-width: 767px) {
  .bl_take-assortedContent_Body {
    width: 50%;
    margin: -34px 0 0 5%;
  }
}

.bl_take-assortedContent_Txt {
  font-size: clamp(0.875rem, 0.761rem + 0.57vw, 1.188rem);
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .bl_take-assortedContent_Txt {
    white-space: normal;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

/* local_nav
=============================================*/
.bl_local_nav {
  width: clamp(300px, 100%, 1125px);
  margin: 47px auto 0;
}

@media screen and (max-width: 1253px) {
  .bl_local_nav {
    margin: 16vw auto 0;
  }
}

.local_nav {
  margin: -27px auto 27px;
}

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

.local_navItem {
  width: clamp(85px, 30%, 145px);
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
}

.local_navItem:not(:first-child) {
  margin-left: 0.7em;
}

.local_navItem:hover,
.local_navItem :active {
  background: #dae9b2;
  border-radius: 50px;
  border: 1px solid #c4d990;
}

.local_navItem a {
  display: inline-block;
  font-size: clamp(0.875rem, 0.824rem + 0.25vw, 1.063rem);
  font-weight: bold;
  padding: 10px 0;
  width: clamp(99px, 100%, 144px);
}

.local_navItem a:hover,
.local_navItem a :active {
  opacity: 1;
  border-radius: 50px;
}

@media (max-width: 873px) {
  .local_nav {
    width: min(423px, 100%);
  }

  .local_navItem:not(:first-child) {
    margin-left: 0;
  }

  .local_navItem:nth-child(2),
  .local_navItem:nth-child(3),
  .local_navItem:nth-child(5),
  .local_navItem:nth-child(6) {
    margin-left: 0.5em;
  }

  .local_navItem:nth-child(n+4) {
    margin-top: 0.7em;
  }
}

@media (max-width: 493px) {
  .local_nav {
    margin-top: 25px;
  }
}

/*========================================================
# page-Takeout
==========================================================*/
/* takeout
=============================================*/
.bl_takeout {
  text-align: center;
  padding: 70px 0 120px;
}

@media (max-width: 767px) {
  .bl_takeout {
    padding: 40px 0 70px;
  }
}

.bl_takeout_Inner {
  width: min(1126px, 100%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .bl_takeout_Inner {
    display: block;
  }
}

.bl_takeout_Img {
  width: min(450px, 100%);
}

@media (max-width: 767px) {
  .bl_takeout_Img {
    width: 90%;
    margin: 0 auto;
  }
}

.bl_takeout_Lists {
  -moz-text-align-last: left;
  text-align-last: left;
  margin-left: 86px;
}

@media (max-width: 767px) {
  .bl_takeout_Lists {
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
  }
}

.bl_takeout_Lists li {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-weight: bold;
}

.bl_takeout_Lists li:not(:first-child) {
  margin-top: 1.5em;
}

/* assorted
=============================================*/
.bl_assorted {
  margin: 86px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .bl_assorted {
    margin: 10% auto;
  }
}

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

@media (max-width: 767px) {
  .bl_assorted_Body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_assorted dl {
  width: min(480px, 100%);
  margin-right: 20px;
}

@media (max-width: 767px) {
  .bl_assorted dl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 80%;
    margin-right: 0;
    margin: 0 auto;
  }
}

.bl_assorted dl dt {
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  font-weight: bold;
  margin-top: 9px;
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .bl_assorted dl dt {
    margin-top: 1.5em;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 60%);
    padding-left: calc(50vw - 60%);
  }
}

.bl_assorted dl dt span {
  display: inline-block;
  background: #ff5a3c;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 7px 14px;
  margin-bottom: 8px;
  border-radius: 50px;
}

.bl_assorted dl dd {
  width: min(319px, 100%);
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .bl_assorted dl dd {
    width: 80%;
    font-size: 16px;
  }
}

.bl_assorted_Img {
  width: min(450px, 100%);
  margin-left: auto;
  position: relative;
}

.bl_assorted_Img::before {
  position: absolute;
  content: "";
  background: url(../takeout/img/fukidashi_yoyaki.png) no-repeat center center/contain;
  width: 342px;
  height: 137px;
  top: -109px;
  right: -62px;
}

@media (max-width: 767px) {
  .bl_assorted_Img {
    width: 90%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bl_assorted_Img::before {
    width: 46vw;
    top: 39vw;
    right: -12%;
  }
}

/* assortedContent
=============================================*/
.bl_assortedContent {
  margin: 0 auto;
  background: #f2f2ee;
  padding: 10px;
  outline: 1.5px dashed #000;
  outline-offset: -20px;
}

.bl_assortedContent_Inner {
  margin: 60px 60px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.bl_assortedContent_Inner::before {
  position: absolute;
  content: "";
  background: url(../takeout/img/icon_yummy.png) no-repeat center center/contain;
  width: 246px;
  height: 73px;
  top: auto;
  bottom: -80px;
  right: -20px;
}

@media (max-width: 767px) {
  .bl_assortedContent_Inner::before {
    width: 236px;
    height: 63px;
  }
}

@media screen and (max-width: 950px) {
  .bl_assortedContent_Inner {
    margin: 40px 40px 90px;
  }
}

@media (max-width: 767px) {
  .bl_assortedContent_Inner {
    display: block;
    margin: 40px 20px 90px;
  }
}

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

@media (max-width: 767px) {
  .bl_assortedContent_Lists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bl_assortedContent_List p {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  line-height: 2.3;
}
@media (max-width: 767px) {
.bl_assortedContent_List p {
  line-height: 1.7;
}
}
.bl_assortedContent_Ttl {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.063rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .bl_assortedContent_Ttl {
    text-align: center;
  }
}

.bl_assortedContent_List {
  margin-top: 3.4em;
  width: 90%;
  max-width: 520px;
}

@media (max-width: 767px) {
  .bl_assortedContent_List {
    margin-top: 2.3em;
    width: 100%;
  }

  .bl_assortedContent_List:first-child li {
    margin-left: 0;
  }
}

.bl_assortedContent_List li {
  font-size: clamp(0.938rem, 0.756rem + 0.91vw, 1.438rem);
  font-weight: bold;
  margin-left: 20px;
}

.bl_assortedContent_List li:not(:first-child) {
  margin-top: 0.8em;
}

.bl_assortedContent_Img {
  width: clamp(240px, 32%, 363px);
}

@media (max-width: 767px) {
  .bl_assortedContent_Img {
    margin: 30px auto 0;
  }
}

/* telBanner
=============================================*/
.bl_telBanner {
  margin: 80px auto 110px;
  padding: 47px 105px;
  background: #dae9b2;
  border-radius: 50px;
  color: #6a6a6a;
  position: relative;
}

@media (max-width: 767px) {
  .bl_telBanner {
    margin: 40px auto 84px;
    padding: 7% 7.5%;
  }
}

.bl_telBanner ul {
  width: min(666px, 100%);
  margin-left: auto;
  text-align: center;
}

.bl_telBanner_ttl {
  font-size: clamp(1.063rem, 0.835rem + 1.14vw, 1.688rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.bl_telBanner_img {
  width: min(482px, 100%);
  margin: 33px auto 0;
}

@media (max-width: 767px) {
  .bl_telBanner_img {
    margin: 5% auto 0;
  }
}

.bl_telBanner_tel {
  width: min(530px, 100%);
  margin: 8px auto 0;
}

.bl_telBanner_time {
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
  font-weight: 500;
  margin-top: 0.8em;
  line-height: 1.4;
}

.bl_telBanner::before {
  position: absolute;
  content: "";
  background: url(../takeout/img/tel_img.png) no-repeat center center/contain;
  width: 440px;
  height: 332px;
  top: auto;
  left: -97px;
  bottom: -43px;
}

@media screen and (max-width: 1187px) {
  .bl_telBanner::before {
    left: -3vw;
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .bl_telBanner::before {
    display: none;
  }
}

.bl_telBanner::after {
  position: absolute;
  content: "";
  background: url(../img/top/icon_skaterBoy.png) no-repeat center center/contain;
  width: clamp(5rem, -3.182rem + 40.91vw, 27.5rem);
  height: 144px;
  top: auto;
  bottom: -110px;
  z-index: 1;
  -webkit-animation-name: skaterBoy_takeout;
  animation-name: skaterBoy_takeout;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes skaterBoy_takeout {
  0% {
    right: -90px;
  }

  100% {
    right: 400px;
  }
}

@keyframes skaterBoy_takeout {
  0% {
    right: -90px;
  }

  100% {
    right: 400px;
  }
}

@media screen and (max-width: 870px) {
  .bl_telBanner::after {
    bottom: -100px;
  }
}

/*========================================================
# page-Message
==========================================================*/
.message_bgColor {
  background: #dae9b2;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bl_header_message {
  width: clamp(300px, 90%, 1100px);
  margin: 0 auto;
  position: relative;
  background: #dae9b2;
}

.bl_header_message a {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 35px;
  right: 0;
}

@media (max-width: 767px) {
  .bl_header_message a {
    width: 25px;
    height: 25px;
    top: 5vw;
  }
}

.bl_message {
  width: clamp(300px, 90%, 930px);
  margin: 0 auto;
  padding: 140px 0 80px;
}

@media (max-width: 767px) {
  .bl_message {
    padding: 17% 0 30px;
  }
}

.bl_message_Inner {
  margin: 90px 0;
}

@media (max-width: 767px) {
  .bl_message_Inner {
    margin: 40px 0;
  }
}

.bl_message_Inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .bl_message_Inner dl {
    display: block;
  }
}

.bl_message_Inner dl dt {
  color: #fff;
  font-size: clamp(0.969rem, 0.844rem + 0.63vw, 1.313rem);
  font-weight: 500;
  background: #231815;
  padding: 0.8em 1em;
  border-radius: 50px;
  text-align: center;
  width: 246px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .bl_message_Inner dl dt {
    width: 73%;
    margin: 0 auto;
  }
}

.bl_message_Inner dl dd {
  font-weight: bold;
  margin-left: 3em;
  line-height: 1.6;
  font-size: 14.5px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 767px) {
  .bl_message_Inner dl dd {
    margin-left: 0;
    margin-top: 0.6em;
  }
}

.bl_message_Inner dl dd a {
  font-weight: bold;
  font-size: 14.5px;
}

.bl_message_Inner dl:not(:first-child) {
  margin-top: 2em;
}

.bl_message_Img {
  width: clamp(9.375rem, 8.239rem + 5.68vw, 12.5rem);
  margin: 30px auto 0;
}

.bl_message_btn {
  width: clamp(18.75rem, 18.068rem + 3.41vw, 20.625rem);
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .bl_message_btn {
    margin: 20px auto 0;
  }
}

/*========================================================
# helper
==========================================================*/
.hp_color_beige {
  background: #f0f0ec;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}