@charset "UTF-8";
/*////////////////////////////////////////////////////
	common
////////////////////////////////////////////////////*/
html{
  scroll-behavior: smooth;

}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}


.pc-only {
  display: block;
}

.sp-only, .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
    padding: 6px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1300px;
  word-break: normal;
padding-right: 0 !important;
}

/*clearfix */
.clearfix::after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  min-height: 0px;
}

h1 {
  margin-bottom: inherit;
  background: inherit;
  padding: inherit;
  border-radius: inherit;
  font-size: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  display: inherit;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

.hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hover:hover {
  opacity: 0.7;
  cursor: pointer;
}

.anchor-posi#link01, .anchor-posi#link02, .anchor-posi#link03 {
  padding-top: 120px;
  margin-top: -120px;
}

.link01 {
  text-decoration: none;
}
.link01:hover {
  text-decoration: underline;
}

.linkn {
  cursor: default;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.db {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: bold;
}

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

.eng {
  font-standard: "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}

table {
  border-collapse: collapse;
}

iframe {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.acccont {
  display: none;
  -webkit-transition: none;
  transition: none;
}

.titlewrap {
  text-align: center;
  margin-bottom: 40px;
}

.cmnwrap01 {
  margin-right: auto;
  margin-left: auto;
}

body:not(.home) #eventWrap {
  margin-top: 0;
}

#eventWrap {
  font-size: 16px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
  color: #040000;
  overflow: hidden;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#eventWrap img {
  width: auto;
}
@media (max-width: 767px) {
  
#eventWrap img {
  width: 100%;
}
}
#eventWrap p, #eventWrap dt, #eventWrap dd, #eventWrap li, #eventWrap th, #eventWrap td {
  line-height: 1.5;
}

.mv {
  width: 100%;
  height: auto;
  position: relative;
}

.mv01 {
  text-align: center;
}
.mv01 img {
  width: 100% !important;
}

.localnav-area {
  padding-bottom: 40px;
  padding-top: 30px;
}
.localnav-area .mv-gnav {
  top: 0;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFD083;
  background-image: none;
}
.localnav-area .mv-gnav > ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.localnav-area .mv-gnav > ul > li + li::before {
  content: "|";
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.localnav-area .mv-gnav > ul > li > a::before {
  content: none;
}
.localnav-area .mv-gnav .mega-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mv-gnav {
  margin-bottom: -64px;
  position: relative;
  top: 24px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 3;
  width: 600px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 0 #ea9a00;
          box-shadow: 4px 4px 0 #ea9a00;
  background-color: #FCE392;
  padding: 0 30px;
}
.mv-gnav > ul {
  height: 100%;
  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;
}
.mv-gnav > ul > li {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mv-gnav > ul > li > a {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.mv-gnav > ul > li > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c73f2e;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.mv-gnav > ul > li > a:hover {
  color: #c73f2e;
}
.mv-gnav .mega {
  position: relative;
}
.mv-gnav .mega-btn {
  position: relative;
  padding-right: 20px;
}
.mv-gnav .mega-btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-color: #040000;
  border-style: solid;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  content: "";
  position: absolute;
}
.mv-gnav .mega-wrap {
  width: 330px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  padding: 30px 24px 30px 30px;
  border-radius: 24px;
  background-color: #fdefc0;
  -webkit-box-shadow: 4px 4px 0 #ea9a00;
          box-shadow: 4px 4px 0 #ea9a00;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.mv-gnav .mega-wrap.show {
  opacity: 1;
  pointer-events: auto;
}
.mv-gnav .mega-wrap > ul {
  position: relative;
}
.mv-gnav .mega-wrap > ul > li > a:hover {
  color: #c73f2e;
}
.mv-gnav .mega-wrap > ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 15px 13px;
  border-color: transparent transparent #fdefc0 transparent;
  position: absolute;
  right: 20px;
  top: -45px;
}
.mv-gnav .mega-wrap > ul > li + li {
  margin-top: 15px;
}
.mv-gnav .mega-wrap > ul > li a {
  display: block;
  font-weight: bold;
  position: relative;
}
.mv-gnav .mega-wrap > ul > li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.mv-gnav .mega-wrap > ul > li a:hover::after {
  border-color: transparent transparent transparent #c73f2e;
}

#eventWrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
  margin-right: -20px;
}
#eventWrap .nav-list li {
  height: 132px;
  background-size: 100% 100%;
}


#eventWrap #localNavigationWrap {
    position: relative;
  background-image: url(/pages/cheesefair/module/img/top/img_top_bg_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -11vw;
  padding: 10.7vw 0 0vw;
     width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#eventWrap #localNavigationWrap #localNavigation {
  height: 160px;
    position: relative;
  z-index: 5; /* 背景の波形より手前に配置 */
  padding: 0 50px;
}

#eventWrap #localNavigationWrap #localNavigation::after {
  content: "";
  position: absolute;
  width: 100%; 
  height: 222px;
  background: url('/pages/cheesefair/module/img/top/img_top_bg_05_bottom.png') top center no-repeat;;
    background-size: 100% auto;
    left: 0;
    bottom: 2px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
}

#eventWrap #localNavigationWrap #localNavigationInner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#eventWrap #localNavigationWrap .nav-list {
  height: 160px;
}

/*入れ替えグロナビ*/
.localNavigationWrap-change {
  background-image: url("/pages/cheesefair/module/img/common/bg-global-navi.png");
  position: fixed;
  top: -150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 50;
}
.localNavigationWrap-change.show {
  top: 67px;
}
.localNavigationWrap-change .localNavigation {
  height: 135px;
  background-size: cover;
}
.localNavigationWrap-change .localNavigationInner {
  width: 1200px;
  margin: 0 auto;
}
.localNavigationWrap-change .nav-list {
  height: 100px;
}
.localNavigationWrap-change .nav-list li::before {
  background-size: 90% 90%;
}
.localNavigationWrap-change .nav-list li:hover {
  background-image: 100% 100%;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  margin-right: -10px;
}
.nav-list a:hover {
  opacity: 1;
  cursor: pointer;
}
.nav-list li {
  width: calc(20% - 10px);
  margin-right: 10px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
/* -------------------------------------
   ボタンの共通設定
   ------------------------------------- */

/* -------------------------------------
   リスト全体のスタイル設定 (変更なし)
   ------------------------------------- */
.button-list {
  list-style: none; 
  padding: 0;
  margin: 10px auto 5px; 
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between; 
  width: 100%;
  max-width: 1200px; /* 必要に応じて調整 */
}

.button-list li {
  margin-bottom: 20px;
}

/* -------------------------------------
   画像ボタンの基本スタイル (背景画像は削除)
   ------------------------------------- */
.button-list .image-button-only {
  /* サイズと配置の基本設定 */
  display: block; 
  width: 175px; 
  height: 120px;
  position: relative;
  
  /* ホバーアニメーションは共通で設定 */
  transition: opacity 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: center;
}

/* -------------------------------------
   ホバー前の画像（::before）の共通設定
   ------------------------------------- */
.button-list .image-button-only::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; 
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: center;
  transition: opacity 0.3s ease;
}

/* -------------------------------------
   ホバー時の動作 (変更なし)
   ------------------------------------- */
.button-list .image-button-only:hover::before {
  opacity: 0;
  z-index: 1;
}


/* =====================================
   ボタン 1
   ===================================== */
.btn-01 {
  /* ホバー後の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_01_hover.png');
}

.btn-01::before {
  /* デフォルト（通常時）の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_01.png');
}

.current01 {
  /* ホバー後の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_01_hover.png');
}
.current01::before{
  background-image: none;
}
/* =====================================
   ボタン 2
   ===================================== */
.btn-02 {
  /* ホバー後の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_02_hover.png');
}

.btn-02::before {
  /* デフォルト（通常時）の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_02.png');
}
.current02{
  /* ホバー後の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_02_hover.png');
}
.current02::before{
  background-image: none;
}
/* =====================================
   ボタン 3
   ===================================== */
.btn-03 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_03_hover.png');
}

.btn-03::before {
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_03.png');
}
.current03{
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_03_hover.png');
}
.current03::before{
  background-image: none;
}
/* =====================================
   ボタン 4
   ===================================== */
.btn-04 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_04_hover.png');
}

.btn-04::before {
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_04.png');
}
.current04{
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_04_hover.png');
}
.current04::before{
  background-image: none;
}
/* =====================================
   ボタン 5
   ===================================== */
.btn-05 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_05_hover.png');
}

.btn-05::before {
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_05.png');
}
.current05{
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_05_hover.png');
}
.current05::before{
  background-image: none;
}
/* =====================================
   ボタン 6
   ===================================== */
.btn-06 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_06_hover.png');
}

.btn-06::before {
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_06.png');
}
.current06{
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_06_hover.png');
}
.current06::before{
  background-image: none;
}
@media screen and (max-width: 767px) {
  .button-list .image-button-only{
    width: 110px;
    height: 80px;
  }
  .button-list .image-button-only::before{
    content: none;
  }
  
/* =====================================
   ボタン 1
   ===================================== */
.btn-01 {
  /* ホバー後の画像URL */
   background-image: url('/pages/cheesefair/module/img/common/img_global_nav_01.png');
}



/* =====================================
   ボタン 2
   ===================================== */
.btn-02 {
  /* ホバー後の画像URL */
  background-image: url('/pages/cheesefair/module/img/common/img_global_nav_02.png');
}



/* =====================================
   ボタン 3
   ===================================== */
.btn-03 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_03.png');
}


/* =====================================
   ボタン 4
   ===================================== */
.btn-04 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_04.png');
}


/* =====================================
   ボタン 5
   ===================================== */
.btn-05 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_05.png');
}



/* =====================================
   ボタン 6
   ===================================== */
.btn-06 {
 background-image: url('/pages/cheesefair/module/img/common/img_global_nav_06.png');
}


}


@media screen and (max-width: 767px) {
  #eventWrap #localNavigationWrap #localNavigation {
    height: auto;
    padding: 1vw;
  }
  #eventWrap #localNavigationWrap #localNavigationInner {
    width: 100%;
    margin: 0 auto;
  }
  .localNavigationWrap-change {
    background-image: url("/pages/cheesefair/module/img/common/bg-global-navi-sp.png");
    background-size: cover;
    position: fixed;
    top: -168px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: auto;
  }
  .localNavigationWrap-change.show {
    top: 0;
  }
  .localNavigationWrap-change .localNavigation {
    height: auto;
    padding: 5px 15px;
  }
  .localNavigationWrap-change .localNavigationInner {
    width: 100%;
    margin: 0 auto;
  }
  .localNavigationWrap-change .nav-list {
    margin-bottom: -2px;
    margin-right: -6px;
    height: auto;
  }
  .localNavigationWrap-change .nav-list li {
    width: calc(33.333% - 6px);
    margin-right: 6px;
    margin-bottom: 2px;
  }
  .localNavigationWrap-change .nav-list li .sp-only {
    padding: 0;
  }

  .localNavigationWrap-change .button-list {
    margin-bottom: -2px;
    margin-right: -6px;
    margin-top: 0;
    height: auto;
  }
  .localNavigationWrap-change .button-list li {
    width: calc(33.333% - 6px);
    margin-right: 6px;
    margin-bottom: 2px;
  }
  .localNavigationWrap-change .button-list li .sp-only {
    padding: 0;
  }
}
.sns_area {
  background: #fff;
  position: relative;
  padding-top: 140px;
}

.sns_area .innerWrap {
  padding: 120px 0 90px;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 10;
}
.sns_area a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns_area a:hover {
  opacity: 0.5;
}
.sns_area_btn {
  margin-top: 60px;
  text-align: center;
  z-index: 10;
}
.sns_area_btn p {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.sns_area_btn p::before, .sns_area_btn p::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 60px;
  background: #666;
}
.sns_area_btn p::before {
  left: -30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sns_area_btn p::after {
  right: -30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sns_area_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns_area_btn ul li {
  width: 60px;
  margin-right: 20px;
}
.sns_area_btn ul li:last-child {
  margin: 0;
}

#footerNavigationWrap {
  background-image: linear-gradient(0deg, #ffef8b, #ffda1c);
  padding-top: 10px;
}
 #footerNavigationWrap #footerNavigationInner {
  width: 1200px;
  margin: 0 auto;
}
#footerNavigationWrap .footer-title {
  text-align: center;
}
#footerNavigationWrap .footer-title img {
  max-width: 383px;
}
#footerNavigationWrap .nav-list {
  height: 160px;
}
#footerNavigationWrap .footer-deco {
  position: absolute;
  top: -40px;
  right: -50px;
  width: 190px;
  height: auto;
}
#footerNavigationWrap .button-list{
  margin: 0 auto;
}




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

 #footerNavigationWrap #footerNavigationInner {
    width: 100%;
  }
#footerNavigationWrap #footerNavigation {
    height: auto;
    background-size: cover;
  }
#footerNavigationWrap .nav-list {
    height: auto;
  }
#footerNavigationWrap .footer-title {
    text-align: center;
  }
#footerNavigationWrap .footer-title img {
    width: 50%;
    margin-bottom: 20px;
  }
 #footerNavigationWrap .footer-deco {
    top: -40px;
    right: 0px;
    width: 120px;
  }
}
#footerInner #pageTop {
  z-index: 1000;
}

.navbox {
  margin-top: -150px;
  padding-bottom: 50px;
}

.navbox01 {
  margin-bottom: 45px;
}

.navbox02 {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

.navbox03 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #785a46;
  line-height: 1.75;
}

.navbox03_under {
  font-size: 13px;
  color: #785a46;
  text-align: center;
  line-height: 1.8;
}

.bgbox {
  padding-top: 170px;
  background-repeat: repeat;
  background-position: center top;
  background-image: url(/pages/cheesefair/module/img/top/img_top_bg_02.png);
  position: relative;
}
.bgbox::after{
       content: "";
    position: absolute;
    width: 100%;
    height: 364px;
    background: url(/pages/cheesefair/module/img/top/img_top_bg_03_bottom.png) top center no-repeat;
    background-size: 100% auto;
    left: 0;
    bottom: 705px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;

}
.bgbox .content {
  padding-top: 0;
}

.bgbox02 {
  vertical-align: bottom;
}

#eventWrap .bgbox02 img {
  width: 100% !important;
  display: block;
}

.content {
  padding-top: 240px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.content.pt0 {
  padding-top: 0 !important;
}

.ttl {
  margin-bottom: 35px;
  text-align: center;
}

.btn_anc_wrap {
  margin-bottom: 80px;
  font-size: 0;
  text-align: center;
}

.btn_anc {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.btn_anc_inner {
  display: block;
  padding-top: 21px;
  padding-bottom: 15px;
  width: 400px;
  font-size: 32px;
  color: #785a46;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.btn_anc_inner span {
  display: block;
  line-height: 1;
}
.btn_anc_inner span::before {
  content: "";
  display: inline-block;
  margin-top: -6px;
  margin-right: 15px;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon_menu.png);
}

.btn_anc.type_sweets .btn_anc_inner span::before {
  background-image: url(../img/common/icon_sweets.png);
}

.btn_anc_inner .small {
  font-size: 80%;
  display: inline !important;
}
.btn_anc_inner span.small::before {
  display: none !important;
}

.menubox {
  margin-bottom: 60px;
  display: flex;
  flex-wrap:wrap;
}

.menubox01 {
  margin-bottom: 40px;
  font-size: 62px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.menubox01 .small {
  font-size: 80%;
  display: inline !important;
}
.menubox01::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/icon_menu02.png);
}
.menubox01.type_sweets::before {
  background-image: url(../img/common/icon_sweet02.png);
}
.menubox01.type_evt::before {
  background-image: url(../img/common/icon_info.png);
}

.menubox2_item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 48px;
  width: 285px;
  background-color: #fff;
}
.menubox2_item:nth-child(4n) {
  margin-right: 0;
}


.menubox_img {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.txt_info {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.81;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.txt_info + .txt_info {
  margin-top: 25px;
}
.txt_info .fz-lg-color {
  font-size: 30px;
  color: #cd1e08;
}

.main-section .txt_info {
  margin-bottom: 40px;
}

.menubox_cont {
  text-align: center;
  margin: auto 5px;
}

.menu_ja {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
     overflow-wrap: break-word;
}
.menu_ja span {
  font-weight: normal;
  font-size: 0.8em;
}
.menu_ja.type_pop {
  margin-bottom: 0;
}

.menu_en {
  margin-bottom: 5px;
  font-size: 12px;
}
.menu_en.type02 {
  margin-bottom: 12px;
}

.price {
  padding-bottom: 15px;
}
.price + .shop_name {
  padding-bottom: 10px;
}

.menubox_cont .price + .price {
  margin-top: -10px;
}

.shop_name {
  margin-bottom: 5px;
}

.price01 {
  font-size: 24px;
}

.price02 {
  font-size: 14px;
}

.menubtn {
  position: absolute;
 left: 55%;
  transform: translateX(-45%);
  width: 100%;
}

.menubtn .btn-cmn {
  /* 基本設定 */
  display: inline-block;
  text-decoration: none;
  font-size: 16px; /* フォントサイズはお好みで */
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  
  /* サイズと背景色 */
  width: 230px;
  height: 40px;
  background-color: #BE4232;
  color: #ffffff;
  
  /* 矢印を配置するための設定 */
  position: relative;
  
  /* テキストが矢印部分と重ならないように左右に少し余白を取る */
  padding: 0 20px; 

clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 5% 49%, 0% 0%);
  
  /* アニメーション（ホバー効果など） */
  transition: background-color 0.3s ease;
}


.menubtn02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #659def;
  background-image: url(../img/common/icon_link.png);
  background-position: center;
  background-repeat: no-repeat;
}

#notice {
  padding: 0 3vw;
}
#notice #noticeInner {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13.14px 4.86px rgba(183, 158, 126, 0.14);
          box-shadow: 0px 0px 13.14px 4.86px rgba(183, 158, 126, 0.14);
  margin-bottom: 40px;
  width: 1000px;
  margin: 0 auto 60px;
  padding: 10px;
}
#notice #noticeInner .notice-title {
  padding: 40px;
  text-align: center;
}
#notice #noticeInner .notice-title img {
  width: 763px;
  margin: 0 auto;
}
#notice #noticeInner .note-cap-txt {
  padding: 20px 40px;
  text-indent: -1em;
  padding-left: 2em;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  #notice #noticeInner {
    width: 100%;
  }
  #notice #noticeInner .notice-title {
    padding: 3vw;
  }
  #notice #noticeInner .notice-title img {
    width: 100%;
    margin-bottom: 10px;
  }
  #notice #noticeInner .note-cap-txt {
    padding: 20px 1em 20px 2em;
  }
}
.info01 {
  display: block;
  margin-bottom: 70px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  background-color: #fff8ea;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.info02 {
  display: block;
  float: left;
  width: 516px;
  padding-bottom: 10px;
}
.info02 img {
  border: solid 6px #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(21, 0, 10, 0.2);
          box-shadow: 0px 0px 2px 0px rgba(21, 0, 10, 0.2);
  border-radius: 6px;
}

.info03 {
  display: block;
  float: left;
  width: calc(100% - 516px);
  position: relative;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 40px;
}

.info_ttl_wrap {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.info_ttl_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #e1d7c3;
}

.info_ttl_ja {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #785a46;
  line-height: 1.3;
}

.info_ttl_en {
  font-size: 13px;
  color: #785a46;
}

.info_date_wrap {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.info_date_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #e1d7c3;
}

.info_date {
  margin-bottom: 10px;
  font-size: 14px;
}
.info_date span {
  font-size: 26px;
}

.info_place {
  font-size: 14px;
}

.info_btn {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 310px;
  background-color: #f5ebd7;
  border-radius: 0 0 17px 0;
}

.info04 {
  text-align: center;
}

.under_nav {
  height: 80px;
  background-color: #fff;
}
.under_nav .cmnwrap01 {
  position: relative;
}

.under_navbox {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  font-size: 0;
}
.under_navbox .navbox02 {
  margin-right: 4px;
  margin-left: 4px;
}
.under_navbox .navbox02.under_current {
  margin-top: -10px;
}

.remodal-overlay {
  background: rgba(11, 21, 41, 0.3);
}

.remodal {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  color: #785a46;
  background: #fff;
  text-align: left;
}

.remodalclose {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-image: url(../img/common/btn_close.png);
  background-size: contain;
  z-index: 1000;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 580px;
  }
}
.remodal_img ul {
  margin-top: 0;
}
.remodal_img img {
  text-align: center;
}
.remodal_img .slick-dots {
  bottom: -36px;
  text-align: center;
  line-height: 1.6rem;
}
.remodal_img .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}
.remodal_img .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  outline: none;
  margin: 0;
  border: none;
}
.remodal_img .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 8px;
}

.remodal_shop_ja {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.remodal_shop_ja a {
  text-decoration: underline;
}
.remodal_shop_ja a:hover {
  text-decoration: none;
}

.remodal_shop_en {
  margin-bottom: 9px;
}

.remodal_shop_adress {
  font-size: 16px;
  padding-left: 30px;
  background: url(/pages/cheesefair/module/img/top/icn_address.png) no-repeat left center;
  background-size: 21px auto;
  margin-bottom: 8px;
}

.remodal_shop_number {
  font-size: 16px;
  padding-left: 30px;
  background: url(/pages/cheesefair/module/img/top/icn_tel.png) no-repeat left center;
  background-size: 19px auto;
}

.remodal_menu {
  font-weight: 400;
}
.remodal_menu .price {
  padding-bottom: 0;
}

.remodal_txt {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.remodal_txt .small {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

.remodal_txt2 {
  font-size: 14px;
  margin-bottom: 1rem;
}
.remodal_txt2.mb0 {
  margin-bottom: 0;
}

.remodal_icon_btm {
  font-size: 14px;
  padding: 0.5rem 1rem !important;
  margin: 10px 0 20px;
  display: inline-block;
}
.remodal_icon_btm.cate01 {
  background-color: #f5e499;
}
.remodal_icon_btm.cate01 + .cate01, .remodal_icon_btm.cate01 + .cate02 {
  margin-left: 10px;
}
.remodal_icon_btm.cate02 {
  background-color: #f7cf45;
}
.remodal_icon_btm.cate02 + .cate01, .remodal_icon_btm.cate02 + .cate02 {
  margin-left: 10px;
}

.remodal_icon_quantity {
  font-size: 14px;
  padding: 0.5rem 1rem !important;
  background-color: #f8f8ff;
}

.remodal_icon_caution {
  font-size: 14px;
  padding: 0.5rem 1rem !important;
  background-color: #fffff0;
}

.border_btm {
  position: relative;
  margin-bottom: 20px;
}

.remodal_cont .border_btm::after {
  content: none;
}

.border_btm::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #E1D7C3;
}

.remodal_cont .border_btm:first-of-type {
  background-color: #fcf8e3;
  padding: 20px 24px;
  color: #040000;
  margin-bottom: 0;
}

.remodal .slider {
  margin: 0 auto;
  width: 100%;
}
.remodal .slider img {
  height: auto;
  width: 100%;
}

.slick-dots li.slick-active button {
  background: none;
}
.slick-dots li.slick-active button:hover {
  background: none;
}

@media screen and (min-width: 768px) {
  #haederMenuBlock {
    display: none;
  }
  .slick-arrow.slick-prev {
    left: 0px;
    z-index: 2;
  }
  .slick-arrow.slick-next {
    right: 0px;
    z-index: 2;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-dots li button {
    font-size: 0;
  }
}
#allWrap {
  padding-top: 0;
}

.mt30 {
  margin-top: 30px;
}

.btn-wrap {
  margin-top: 35px;
}

.btn-cmn {
  /* 基本設定 */
  display: inline-block;
  text-decoration: none;
  font-size: 20px; /* フォントサイズはお好みで */
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  
  /* サイズと背景色 */
  width: 360px;
  height: 80px;
  background-color: #BE4232;
  color: #ffffff;
  
  /* 矢印を配置するための設定 */
  position: relative;
  
  /* テキストが矢印部分と重ならないように左右に少し余白を取る */
  padding: 0 20px; 

clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 5% 49%, 0% 0%);
  
  /* アニメーション（ホバー効果など） */
  transition: background-color 0.3s ease;
}


/* -------------------------------------
   ホバー効果
   ------------------------------------- */
.btn-cmn:hover {
  background-color: #e56b64; /* ホバー時の少し明るい色 */
  color: #fff;
}

/* ホバー時に矢印の色も変更するには、疑似要素の色も合わせます */

.btn-cmn:visited {
  color: #fff;
}

.note-list {
  width: 700px;
  margin: 20px auto 0;
  font-size: 1.4rem;
}
.note-list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv-section{
  position: relative;
  z-index: 1;
}
.fair-section {
    position: relative;
  background-image: url(/pages/cheesefair/module/img/top/img_top_bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -11vw;
  padding: 13.7vw 0 10vw;
     width: 100%;
}


/* -------------------------------------
   セクション内のコンテンツの配置
   ------------------------------------- */
.fair-section .content {
  position: relative;
  z-index: 5; /* 背景の波形より手前に配置 */
}
.fair-section .content::before{
    content: "";
  position: absolute;
  width: 408px; 
  height: 514px;
  background: url('/pages/cheesefair/module/img/top/intro_bg_left.png') top center no-repeat;;
    background-size: 100% auto;
   left: -20%;
    bottom: -30%;
}
.fair-section .content::after{
    content: "";
  position: absolute;
  width: 368px; 
  height: 486px;
  background: url('/pages/cheesefair/module/img/top/intro_bg_right.png') top center no-repeat;;
    background-size: 100% auto;
    right: -25%;
    bottom: -30%;
}
@media screen and (max-width: 767px){

.fair-section .content::before{
    content: "";
  position: absolute;
  width: 362px; 
  height: 102px;
  background: url('/pages/cheesefair/module/img/top/intro_bg_top_sp.png') top center no-repeat;;
    background-size: 100% auto;
   left: 0;
    top: 0;
}
.fair-section .content::after{
    content: "";
  position: absolute;
  width: 356px; 
  height: 102px;
  background: url('/pages/cheesefair/module/img/top/intro_bg_bottom_sp.png') top center no-repeat;;
    background-size: 100% auto;
    right: 15px;
    bottom: -26%;
}
}
/* -------------------------------------
   ::after 疑似要素で「うねうね」部分を再現
   ------------------------------------- */
.fair-section::after {
  content: "";
  position: absolute;
  width: 100%; 
  height: 336px;
  background: url('/pages/cheesefair/module/img/top/img_top_bg_01_bottom.png') top center no-repeat;;
    background-size: 100% auto;
    left: 0;
    bottom: 2px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 13;
}
@media screen and (max-width: 767px){
  .fair-section::after {
  content: "";
  position: absolute;
  width: 100%; 
  height: 80px;
  background: url('/pages/cheesefair/module/img/top/img_top_bg_01_bottom_sp.png') top center no-repeat;;
    background-size: 100% auto;
    left: 0;
    bottom: 2px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 13;
}
  }
.menu-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), to(#FFEF8B));
  background: linear-gradient(#FF9D00, #FFEF8B);
  margin-top: -1px;
  padding-top: 20.3vw;
  padding-bottom: 0px;
  position: relative;
}

/* -------------------------------------
   セクション内のコンテンツの配置
   ------------------------------------- */
.menu-section  .content {
  position: relative;
  z-index: 5; /* 背景の波形より手前に配置 */
  padding: 0 50px;
}
/* -------------------------------------
   ::after 疑似要素で「うねうね」部分を再現
   ------------------------------------- */
.menu-section::after {
  content: "";
  position: absolute;
  width: 100%; 
  height: 364px;
  background: url('/pages/cheesefair/module/img/top/img_top_bg_04_bottom.png') top center no-repeat;;
    background-size: 100% auto;
    left: 0;
    bottom: 2px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
}
.menu-section .content + .localnav-area {
  margin-top: 60px;
}
.menu-section_mizumachi {
  background: #fffae0;
  position: relative;
}
.menu-section_mizumachi::before {
  content: none;
}
.menu-section_mizumachi .content {
  padding-top: 0;
}
.menu-section_mizumachi .txt_info {
  margin-bottom: 60px;
}
.menu-section_mizumachi .menubox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-section_mizumachi .menubox2_item {
  width: calc(33.3% - 30px);
  margin: 0;
}
.menu-section_mizumachi .btn-cmn {
  width: 100%;
}

.menu-col2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-col2-box + .menu-col2-box {
  margin-top: 120px;
}
.menu-col2-box .img-box {
  position: relative;
  width: 680px;
}

.menu-col2-box .img-box img {
  position: relative;
  z-index: 2;
}
.menu-col2-box .img-box .label {
  width: 187px;
  height: 159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -52px;
  top: -30px;
  background: url(/pages/cheesefair/module/img/top/img_top_menu_label_bg.png) center no-repeat;
  background-size: cover;
  padding: 0 0 40px 13px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 3;
}
.menu-col2-box .txt-box {
  width: calc(100% - 680px);
}
.menu-col2-box .txt-box .sub-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #c43624;
  margin-bottom: 15px;
  padding-left: 80px;
}
.menu-col2-box .txt-box .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: left;
  padding-left: 80px;
  background-size: contain;
  margin-bottom: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.menu-col2-box .txt-box .txt {
  font-size: 2rem;
  line-height: 1.75;
  padding-left: 80px;
}
.menu-col2-box .txt-box .btn-wrap {
  padding-left: 80px;
}
.menu-col2-box .txt-box .btn-wrap .btn-cmn {
  word-break: keep-all;
  white-space: nowrap;
}
.menu-col2-box.rev .img-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.menu-col2-box.rev .img-box::before {
  content: "";
  width: 694px;
  height: 582px;
  background: url(/pages/cheesefair/module/img/top/img_top_menu_deco_02.png) 0 0 no-repeat;
  background-size: cover;
  left: calc(100% - 100px);
  top: -340px;
}
.menu-col2-box.rev .txt-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.menu-col2-box.rev .txt-box .sub-ttl, .menu-col2-box.rev .txt-box .ttl, .menu-col2-box.rev .txt-box .txt, .menu-col2-box.rev .txt-box .btn-wrap {
  padding-left: 0;
  padding-right: 80px;
}

.insta-section {
  position: relative;
  text-align: center;
  background: url(/pages/cheesefair/module/img/top/img_top_insta_deco_01.png) top right no-repeat, url(/pages/cheesefair/module/img/top/img_top_instas_deco_02.png) bottom left no-repeat, #f7d55f;
  padding: 90px 0 30px;
}
.insta-section::after {
  content: "";
  width: 100%;
  height: 100px;
  background: url(/pages/cheesefair/module/img/top/img_top_bg_09.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 1;
}

.information-section {
   background: url(/pages/cheesefair/module/img/top/img_top_bg_02.png) center repeat-y;
    background-size: 100% auto;
    padding: 340px 0 0px;
    position: relative;
     width: 100%;
}


/* -------------------------------------
   セクション内のコンテンツの配置
   ------------------------------------- */
.information-section .content {
  position: relative;
  z-index: 5; /* 背景の波形より手前に配置 */
  padding: 0 50px;
}
@media (max-width: 767px) {
  .information-section .content{
    padding: 0 13px;
  }
}
/* -------------------------------------
   ::after 疑似要素で「うねうね」部分を再現
   ------------------------------------- */
.information-section::after {
  content: "";
  position: absolute;
  width: 100%; 
  height: 329px;
  background: url(/pages/cheesefair/module/img/top/img_top_bg_02_bottom.png) top center no-repeat;
    background-size: 100% auto;
    left: 0;
    bottom: 2px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 13;
}


.information-section .bg-illust {
  position: relative;
}
.information-section .bg-illust::before {
  content: "";
  width: 1198px;
  height: 619px;
  background: url(/pages/cheesefair/module/img/top/img_top_bg_07.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: -40px;
  z-index: 1;
}

.info-lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.info-lead-box .inr-box {
  padding: 75px 150px 40px;
  position: relative;
  z-index: 1;
}
.info-lead-box .inr-box::before {
  content: "";
  height: 100%;
  width: 874px;
  background: url(/pages/cheesefair/module/img/top/img_top_bg_05.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 437px);
  top: 0;
  z-index: -1;
}
.inr-box a{
  text-decoration: underline;
  color: #BE4232;
}
.inr-box a:hover{
  text-decoration: none;
}
.info-lead-box .lead {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
    padding: 13px 70px;
}
.info-lead-box .lead .fz-sm {
  font-size: 22px;
}
.info-lead-box .txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.info-lead-box .txt .color {
  color: #c43624;
}
.info-lead-box .txt .fz-lg-color {
  font-size: 30px;
  color: #c43624;
}

.info-col2-wrap {
  margin-top: 50px;
  margin-right: -80px;
  margin: 60px -80px -60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-col2-wrap > .col {
  width: calc(50% - 60px);
  margin-right: 60px;
  margin-bottom: 60px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}

.info-box {
  position: relative;
  padding: 20px 20px 120px;
}

.info-box.bg-short {
  background: url(/pages/cheesefair/module/img/top/img_top_info_bg_01.png) center no-repeat;
  background-size: 100% 100%;
}
.info-box.bg-long {
  background: url(/pages/cheesefair/module/img/top/img_top_info_bg_02.png) center no-repeat;
  background-size: contain;
}
.info-box .inr-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info-box .inr-box {
    width: 100%;
    justify-content: start;
  }
}
.info-box .inr-box .shop_info {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info-box .inr-box .shop_info {
  margin: 0 auto;
}
}
.info-box .ttl {
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.info-box .ttl::before {
  display: block;
  content: "";
  margin-bottom: 20px;
 border: solid 1px #000;
}
.info-box .ttl a {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.info-box .ttl a:hover {
  opacity: 0.7;
}
.info-box .ttl .date {
  display: inline-block;
  background-color: #f5e499;
  font-size: 14px;
  padding: 2px 12px;
  margin-left: 16px;
  white-space: nowrap;
  word-break: keep-all;
}
.info-box .event_txt {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-box .event_txt span {
  font-size: 2.4rem;
  color: #c43624;
}
.info-box dl dt {
  background: #838383;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.info-box dl dd {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
.info-box dl dd span {
  color: #c43624;
  font-size: 1.4rem;
}
.info-box dl dd small {
  font-weight: normal;
}
.info-box dl dd .info-img {
  margin-top: 10px;
}
.info-box .attention {
  margin-top: 10px;
  font-size: 80%;
}
.info-box .inr-box_in {
  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;
}
.info-box .inr-box_in .inr-box_in_img {
  width: 40%;
}
.info-box .inr-box_in .inr-box_in_txt {
  width: calc(60% - 20px);
}
.info-box .info-list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-box .info-list > li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
}
.info-box .info-list > li + li {
  margin-left: 20px;
}
.info-box .info-list .address {
  padding-left: 30px;
  background-image: url(/pages/cheesefair/module/img/top/icn_address.png);
  background-size: 21px auto;
}
.info-box .info-list .tel {
  padding-left: 30px;
  background-image: url(/pages/cheesefair/module/img/top/icn_tel.png);
  background-size: 19px auto;
}
.info-box .info-list .tel a {
  pointer-events: none;
}

.info-box .date {
  display: inline-block;
  color: #fff !important;
  background: url(/pages/cheesefair/module/img/top/info-box_bg.png) left top no-repeat;
  background-size: 100% auto;
  font-size: 14px !important;
  padding: 10px 25px 10px 30px;
  margin: 0 auto 10px;
  white-space: nowrap;
  word-break: keep-all;
  position: relative;
}

#totop{
display: block; 
position: fixed; /*ポジションを固定する*/
bottom: 10px;
right: 10px;
z-index: 9999;  /*どの要素よりも上にくるように*/
padding: 0 0;
}