@charset "UTF-8";
/*--------------------
全体変更箇所
 --------------------*/
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@900&family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
/* 全体背景色文字色変更 */
body {
  font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo, 'Noto Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.63em;
  background: #fff;
}


/* プライバシーポリシーページ背景色文字色変更 */
#policy {
  background: #fff;
  color: #000;
}

/*--------------------
共通フッター変更箇所
 --------------------*/
 /* トップページ以外背景画像変更 */
 #subpage #footer {
   background-image: url(../img/bg_footer.jpg);
 }
 @media screen and (max-width:767px){
   #subpage #footer {
     background-image: url(../img/bg_footer_sp.jpg);
   }
}

 /* トップページ以外文字色変更 */
 #subpage .info_area,
 .footer-menu li a,
 .copyright,
 .copyright a {
   color: #fff;
 }

 /* トップページ以外ナビゲーション上の線色変更 */
 #subpage .footer-menu {
   border-top: 2px solid rgba(255,255,255,0.5);
 }

 /* トップページ以外プライバシーポリシー下の線色変更 */
 .copyright a {
   text-decoration-color: #e1e6eb;
 }

/*--------------------
トップページ変更箇所
 --------------------*/
 /* バナーエリア　表示/非表示 */
 .top_banner_wrap {
   display: block;
   /*display: none;*/
 }

 /* MENU見出し背景画像変更 */
 .top_menu_wrap .heading_box {
   background-image: url(../img/bg_heading_top_menu.jpg);
 }
 @media screen and (max-width:767px){
   .top_menu_wrap .heading_box {
     background-image: url(../img/bg_heading_top_menu_sp.jpg);
   }
 }

 /* NEWS/SNSの背景色変更 */
 .top_news_wrap {
   background: #f5e96a; /*パターン１（黄）*/
   /*background: #bdf2c7;*/　/*パターン２（緑）*/
   /*background: #d4e6ff;*/　/*パターン３（青）*/
   /*background: #ffe5d7;*/　/*パターン４（赤）*/
   /*background: #e5dfd1;*/　/*パターン５（茶）*/
   /*background: #dae5e1;*/　/*パターン６（灰）*/
 }

  /* カレンダー背景画像変更 */
  .top_schedule_wrap {
    background-image: url(../img/bg_top_schedule.jpg);
  }

  /* SHOP INFO見出し背景画像変更 */
 .top_info_wrap .heading_box {
   background-image: url(../img/bg_heading_top_info.jpg);
 }
 @media screen and (max-width:767px){
   .top_info_wrap .heading_box {
     background-image: url(../img/bg_heading_top_info_sp.jpg);
   }
 }

/*--------------------
スケジュールページ変更箇所
--------------------*/
/* カレンダーの背景色変更 */
#schedule #sch_schedule {
  background: #f5e96a; /*パターン１（黄）*/
  /*background: #bdf2c7;*/　/*パターン２（緑）*/
  /*background: #d4e6ff;*/　/*パターン３（青）*/
  /*background: #ffe5d7;*/　/*パターン４（赤）*/
  /*background: #e5dfd1;*/　/*パターン５（茶）*/
  /*background: #dae5e1;*/　/*パターン６（灰）*/
}

/*--------------------
店舗ページ変更箇所
 --------------------*/
/* カレンダーの背景色変更 */
#shop_schedule {
 background: #f5e96a; /*パターン１（黄）*/
 /*background: #bdf2c7;*/　/*パターン２（緑）*/
 /*background: #d4e6ff;*/　/*パターン３（青）*/
 /*background: #ffe5d7;*/　/*パターン４（赤）*/
 /*background: #e5dfd1;*/　/*パターン５（茶）*/
 /*background: #dae5e1;*/　/*パターン６（灰）*/
}

/*--------------------
common
 --------------------*/
 body.no_scroll {
   overflow: hidden;
 }

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

 .pc_menu, .footer-menu, .text_en {
   font-family: 'Helvetica Neue','Gadugi','Modern','Segoe UI','Small Fonts','Geneva','Avenir',sans-serif;
   font-weight: bold;
   line-height: 1em;
 }

 /* 20240115追記 */
 /* .pc_menu, .footer-menu, .text_en {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  line-height: 1em;
} */

 .font_heading {
   font-family: 'Coustard', serif;
   line-height: 1em;
 }

 .font_num {
   font-family: 'Jost', sans-serif;
   line-height: 1em;
 }

 .font_avenir {
   font-family: 'Avenir Next','Arial','Avenir','MS Sans Serif','Helvetica Neue','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
 }

 .font_lato {
  font-family: 'Lato', sans-serif;
 }

 .red_txt {
  color: #d80015;
 }

 a:hover {
   opacity: 0.7;
 }

 .content_wrap {
   width: 1366px;
   margin: 0 auto;
 }
 .inner {
   width: 945px;
   margin: 0 auto;
 }

 #subpage .inner {
   width: 866px;
 }
 #subpage .wrap {
   width: 1000px;
   margin: 0 auto;
 }

 h2 {
   font-size: 70px;
   color: #fff;
 }

 #subpage h2 {
   font-size: 32px;
   font-weight: 600;
   color: #000;
   text-align: center;
   padding-bottom: 10px;
   margin-bottom: 30px;
 }

#subpage section {
  margin-top: 115px;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 402px;
  height: 72px;
  border: 2px solid #000;
  position: relative;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}
a.btn:after {
  content: url(../img/icon_arrow.png);
  display: inline-block;
  padding: calc((68px - 37px) / 2);
  position: absolute;
  top: 0;
  right: 0;
}
a.btn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.breadcrumb {
  font-size: 14px;
  color: #9b9b9b;
  margin-top: 20px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li:after {
  content: "＞";
  margin: 0 15px;
  font-size: 12px;
}
.breadcrumb li:last-child:after {
  content: none;
}

.sp {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

 @media screen and (max-width: 767px){
   body {
     font-size: 14px;
   }

   .content_wrap {
     width: 100%;
     margin: 0 auto;
   }

   .inner {
     width: 100%;
   }

   #subpage .inner {
     width: 88%;
   }

   #subpage .wrap {
     width: 100%;
   }

   .pc {
     display: none;
   }

   .sp {
     display: block;
   }

   h2 {
     font-size: 44px;
   }

   #subpage h2 {
     font-size: 24px;
     width: 88%;
     margin: 0 auto 24px;
   }

   #subpage section {
     margin-top: 75px;
   }

   a.btn {
     width: 85.5vw;
   }

   .breadcrumb {
     font-size: 12px;
     color: #000;
     width: 90%;
     margin: calc(20px + 90px) auto 0;
   }
 }

 /*--------------------
 MV
 --------------------*/
 .mv_image,
 .slide-img {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 100%;
 }

 #toppage .slide-img {
   height: 629px;
 }

 #subpage .mv_image {
   height: 310px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

/*--- img ------------------------*/
/*-- toppage --*/
 #toppage .slide01 {
   background-image: url(../img/mv_top01.jpg);
 }

 #toppage .slide02 {
   background-image: url(../img/mv_top02.jpg);
 }

 #toppage .slide03 {
   background-image: url(../img/mv_top03.jpg);
 }

 #toppage .slide04 {
   background-image: url(../img/mv_top04.jpg);
 }

 #toppage .slide05 {
   background-image: url(../img/mv_top05.jpg);
 }
 #toppage .slide06 {
  background-image: url(../img/mv_top06.jpg);
}
#toppage .slide07 {
  background-image: url(../img/mv_top07.jpg);
}

/*-- subpage --*/
 #menu .mv_image {
   background-image: url(../img/mv_menu.jpg);
 }

 #company .mv_image {
   background-image: url(../img/mv_company.jpg);
 }

 #shop .mv_image {
   background-image: url(../img/mv_shop.jpg);
 }

 #recruit .mv_image {
   background-image: url(../img/mv_recruit.jpg);
 }

 #schedule .mv_image {
   background-image: url(../img/mv_schedule.jpg);
 }

 #news .mv_image {
   background-image: url(../img/mv_news.jpg);
 }

 #blog .mv_image {
   background-image: url(../img/mv_blog.jpg);
 }

 #contact .mv_image {
  background-image: url(../img/mv_contact.jpg); 
}

 /*----- swiper -----*/
 @-webkit-keyframes zoomUp {
   0% {
     -webkit-transform: scale(1.15);
     transform: scale(1.15);
   }

   100% {
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }

 @keyframes zoomUp {
   /* 1.15倍させる指定 */
   0% {
     -webkit-transform: scale(1.15);
     transform: scale(1.15);
   }

   100% {
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }

 .swiper-slide {
   overflow: hidden;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }

 .swiper-slide-active .slide-img,
 .swiper-slide-duplicate-active .slide-img,
 .swiper-slide-prev .slide-img {
   /* 12秒かけて拡大させる */
   -webkit-animation: zoomUp 12s linear 0s;
   animation: zoomUp 12s linear 0s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }


 @media screen and (max-width: 767px){
   .mv_image,
   .swiper-wrapper {
     margin-top: 90px;
   }

   #toppage .swiper-wrapper {
     height: 607px;
   }

   #subpage .mv_image {
     height: 331px;
   }

   #subpage .mv_image h1 {
     font-size: 50px;
   }

   /*--- img ------------------------*/
   #toppage .slide01 {
     background-image: url(../img/mv_top01_sp.jpg);
   }

   #toppage .slide02 {
     background-image: url(../img/mv_top02_sp.jpg);
   }

   #toppage .slide03 {
     background-image: url(../img/mv_top03_sp.jpg);
   }

   #toppage .slide04 {
     background-image: url(../img/mv_top04_sp.jpg);
   }

   #toppage .slide05 {
     background-image: url(../img/mv_top05_sp.jpg);
   }
   #toppage .slide06 {
    background-image: url(../img/mv_top06_sp.jpg);
  }
   #toppage .slide07 {
    background-image: url(../img/mv_top07_sp.jpg);
  }

   #menu .mv_image {
     background-image: url(../img/mv_menu_sp.jpg);
   }

   #company .mv_image {
     background-image: url(../img/mv_company_sp.jpg);
   }

   #shop .mv_image {
     background-image: url(../img/mv_shop_sp.jpg);
   }

   #recruit .mv_image {
     background-image: url(../img/mv_recruit_sp.jpg);
   }

   #schedule .mv_image {
     background-image: url(../img/mv_schedule_sp.jpg);
   }

   #news .mv_image {
     background-image: url(../img/mv_news_sp.jpg);
   }

   #blog .mv_image {
     background-image: url(../img/mv_blog_sp.jpg);
   }

   #contact .mv_image {
     background-image: url(../img/mv_contact_sp.jpg);
   }
 }

 @media screen and (max-width: 640px){
   #subpage .mv_image h1 {
     font-size: 40px;
   }
 }

/*--------------------
header
--------------------*/
 header {
   width: 100%;
   z-index: 100;
 }

 #policy header {
   border-bottom: 2px solid #f1f1f2;
 }

.logo_box_pc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1100px;
  height: 111px;
  margin: 0 auto;
  position: relative;
}

.logo_main {
  margin-bottom: 7px;
}

.pc_menu {
  margin-bottom: 30px;
}

.pc_menu ul {
  display: flex;
}

.pc_menu li {
  margin-right: 30px;
}

.pc_menu li:last-child {
  margin-right: 0;
}

.pc_menu a:hover {
  text-decoration: underline;
  /*20220119修正*/text-decoration-thickness: 4px;
  text-underline-offset: 5px;
  opacity: 1;
}

.tel_box {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

#toppage .tel_box {
  display: block;
}

.tel_box a {
  display: block;
  width: 200px;
  height: 40px;
  background: #000;
  line-height: 40px;
  font-weight: bold;
}

.tel_box a:hover {
  opacity: 0.7;
}

#toppage .mv-container {
  position: relative;
}

.head_info {
  position: absolute;
  bottom: 0;
  right: calc((1366px - 1100px) / 2);
  display: none;
  z-index: 22;
}

#toppage .head_info {
  display: block;
}

.head_info a {
  display: block;
  width: 200px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
}

.head_info a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.mv_image h1 {
  color: #fff;
  font-size: 70px;
  display: none;
}

#subpage .mv_image h1 {
  display: block;
}

@media screen and (max-width: 767px){
  .pc-nav {
    display: none;
  }

  .tel_box {
    display: none;
  }
}


/*--------------------
sp nav
--------------------*/
 .sp-nav {
   display: none;
 }

 .sp_header_bg {
   width: 100%;
   height: 90px;
   background: rgba(255,255,255,0.8);
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   display: flex;
   align-items: center;
 }

 .sp-nav .logo_box {
   width: 234px;
   margin-left: 19px;
 }

 .globalMenuSp {
   width: 90vw;
   height: 100vh;
   overflow: auto;
   background: #000;
   color: #fff;
   position: absolute;
   right: -90vw;
   top: 0;
   transition: 0.5s;
   padding-top: 100px;
   display: flex;
   align-items: center;
   flex-direction: column;
   overflow: auto;
 }

 .globalMenuSp ul {
   text-align: center;
   font-size: 18px;
   width: 100%;
   margin-bottom: 30px;
 }

.globalMenuSp li {
  width: 100%;
}

 .globalMenuSp li a {
   display: block;
   width: 100%;
   height: 55px;
   line-height: 55px;
 }

 .schedule_box_sp,
 .tel_box_sp {
   width: 85%;
 }

 .schedule_box_sp a,
 .tel_box_sp a {
   border: 1px solid #fff;
   width: 100%;
   height: 70px;
   display: flex;
   align-items: center;
   white-space: nowrap;
   font-weight: bold;
 }

 .schedule_box_sp .img_box,
 .tel_box_sp .img_box {
   width: 70px;
   display: flex;
   justify-content: center;
 }

 .schedule_box_sp a {
   margin-bottom: 20px;
   font-size: 16px;
 }

 .tel_box_sp a {
   margin-bottom: 30px;
   font-size: 22px;
 }

 .sp-nav .saiyou {
   font-size: 16px;
   border-bottom: 1px solid #fff;
   line-height: 30px;
   margin-bottom: 65px;
 }

 .globalMenuSp .logo_box {
   margin: 0 0 30px 0;
   width: auto;
   display: flex;
   justify-content: center;
 }

 .sp-nav-menu {
   position: fixed;
   z-index: 99;
   right: 30px;
   top: 18px;
   width: 46px;
   height: 43px;
   cursor: pointer;
   text-align: center;
 }

 .sp-nav-menu span {
   display: block;
   position: absolute;
   width: 40px;
   height: 1px;
   left: 6px;
   background: #000;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
 }

 .sp-nav-menu span:nth-child(1) {
   top: 13px;
 }

 .sp-nav-menu span:nth-child(2) {
   top: 27px;
 }

 .sp-nav-menu span:nth-child(3) {
   top: 41px;
 }

 /* ナビ開いてる時のボタン */
 .sp-nav-menu.active span:nth-child(1) {
   top: 30px;
   left: 6px;
   background: #fff;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }

 .sp-nav-menu.active span:nth-child(2),
 .sp-nav-menu.active span:nth-child(3) {
   top: 30px;
   background: #fff;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
 }

 /* このクラスを、jQueryで付与・削除する */
 nav.globalMenuSp.active {
   opacity: 100;
   visibility: visible;
   right: 0;
 }

 @media screen and (max-width: 767px){
   .sp-nav {
     display: block;
     width: 100%;
   }
 }

 @media screen and (max-width: 640px){
   .sp-nav .logo_box {
     width: 62.5vw;
   }
 }

 /*--------------------
 footer
  --------------------*/
 #footer {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #toppage #footer {
   background: #fff;
 }

 .footer-wrap {
   width: 945px;
   margin: 0 auto;
 }

 .footer-menu {
   text-align: center;
   padding-top: 40px;
 }

 #toppage .footer-menu {
   border-top: 1px solid #cdd5de;
 }

 .footer-menu ul {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  justify-content: center;
 }

 .footer-menu li {
   font-size: 18px;
 }

 .footer-menu li:last-child {
    margin: 0;
 }

 .footer-menu li a {
   position: relative;
 }

 .footer-menu li a:hover {
   text-decoration: underline;
   /*20220119修正*/text-decoration-thickness: 4px;
   text-underline-offset: 5px;
   opacity: 1;
 }

 #toppage .footer-menu li a {
   color: #000;
 }

 .footer-menu li a:after {
   position: absolute;
   bottom: -3px;
   left: 0;
   content: '';
   width: 100%;
   height: 1px;
   background: #fff;
   transform: scale(0, 1);
   transform-origin: center top;
   transition: transform .3s;
 }

 /*.footer-menu li a:hover::after {
   transform: scale(1, 1);
 }*/

 .copyright {
   width: 890px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   font-size: 14px;
   font-weight: bold;
   padding: 60px 0 20px;
 }

 .copyright a {
   text-decoration: underline;
   text-underline-offset: 5px;
   text-decoration-thickness: 2px;
 }

 .copyright a:hover {
   opacity: 0.7;
 }

 #toppage .copyright,
 #toppage .copyright a {
   color: #000;
 }

 @media screen and (max-width: 767px) {
   .footer-wrap {
     width: 100%;
     height: auto;
   }

   .footer-menu {
     width: 85%;
     margin: 0 auto;
     padding-top: 0px;
   }
   .footer-menu ul {
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin-top: 25px;
     gap: 0;
   }
   .footer-menu li {
     font-size: 18px;
     display: block;
     margin: 0;
   }
   .footer-menu li a {
     display: block;
     margin: 0;
     padding: 15px 0;
   }
   .copyright {
     display: block;
     font-size: 12px;
     padding: 35px 0 15px;
     text-align: center;
     width: 100%;
   }

   .copyright p:first-child {
     margin-bottom: 25px;
   }
 }

 /*----- info_area -----*/
 #subpage .info_area {
   padding-top: 70px;
   position: relative;
 }

 .info_area {
   font-weight: bold;
   display: flex;
   justify-content: space-around;
   margin: 60px auto;
   line-height: 2;
 }

 .info_area h3 {
   font-size: 24px;
   line-height: 1em;
   margin-bottom: 20px;
 }

 #subpage .info_area h3 {
   display: none;
 }

 .info_area dt {
   float: left;
 }

 .info_area dt:after {
   content: ":";
   display: inline-block;
   margin: 0 5px;
 }

 /* .info_area dd:first-of-type {
   float: left;
 } */

 /* .info_area dt:nth-of-type(2) {
   margin-left: 1em;
 } */

 /* .info_area dt:last-of-type {
   float: none;
   margin-top: 2em;
 } */

 /* .info_area dt:last-of-type:after {
   content: none;
 } */

 #subpage .sns_box {
   display: flex;
   position: absolute;
   bottom: -15px;
   right: 50px;
 }

 #subpage .sns_box li {
   margin-left: 25px;
 }

 @media screen and (max-width:767px){
   .info_area {
     width: 85%;
     margin: 52px auto 37px;
     font-size: 16px;
   }

   .info_area h3 {
     margin-bottom: 30px;
     text-align: center;
   }

   .info_area .img_box {
     margin-top: 30px;
   }

   #toppage .info_area {
     flex-direction: column-reverse;
   }

   #subpage .info_area {
     flex-direction: column;
     align-items: center;
     padding-top: 85px;
   }

   #subpage .info_area .img_box {
     width: 53.25vw;
     margin: 0 0 57px;
   }

   #subpage .info_area .text_box {
     margin-bottom: 60px;
   }

   #subpage .sns_box {
     position: unset;
   }

   #subpage .sns_box li:first-child {
     margin: 0;
   }

 }

/*--------------------
calendar
--------------------*/
/* イベントの背景色　*/
  /*デフォルトの背景色をリセット*/
#source-calendar .fc-h-event {
  background: none;
  border: none;
}

#source-calendar .col-sun {
  background: #ffe5e1;
}
#source-calendar .col-mon {
  background: #ede18c;
}
#source-calendar .col-tue {
  background: #d7eff7;
}
#source-calendar .col-wed {
  background: #cef4b0;
}
#source-calendar .col-thu {
  background: #e3d9bb;
}
#source-calendar .col-fri {
  background: #dbcaef;
}
#source-calendar .col-sat {
  background: #;
}

#source-calendar {
  width: 722px;
  margin: 40px auto 0;
  background: #fffffa;
  padding: 40px 30px 30px;
  border-radius: 26px;
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table,
.fc .fc-toolbar,
#source-calendar .detail {
  width: 90%;
  margin: 0 auto;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td, .fc-theme-standard th {
  border: none;
}

#source-calendar.fc .fc-toolbar h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  color: #808080;
}

.fc .fc-button {
  padding: 0;
  width: 46px;
  height: 46px;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-radius: 50%;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: 30px;
  border-radius: 50%;
}

.fc .fc-button-primary {
  background: #68c3ce;
  border: none;
}

.fc-event-title-container,
.fc-daygrid-day-top {
  display:flex;
  justify-content: center;
}

.fc-h-event .fc-event-title {
  overflow: unset;
  white-space: normal;
  line-height: 1.4;
  padding: 5px 0;
}

.fc-daygrid-day-top {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Jost', sans-serif;
}

.fc-col-header .fc-scrollgrid-sync-inner {
  min-height: 2em;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #515151;
}

.fc-daygrid {
  margin-top: 10px;
}

#source-calendar .fc-view-harness {
  border-top: 3px solid #f7e831;
}

#source-calendar .detail {
  margin-top: 33px;
  color: #515151;
}

#source-calendar .detail li {
  display: flex;
  margin-bottom: 12px;
}

#source-calendar .detail li:last-child {
  margin-bottom: 0;
}

#source-calendar .detail .ttl_box {
  width: 70px;
  height: 30px;
  /*line-height: 30px;
  text-align: center;*/
  font-size: 18px;
  border-radius: 3px;
  margin-right: 20px;
  white-space: nowrap;
  /*20220119修正*/display: flex;
  /*20220119修正*/justify-content: center;
  /*20220119修正*/align-items: center;
}

/*20220119修正*/#source-calendar .detail .ttl_box p {
  margin-bottom: -0.22em;
}

#source-calendar .detail li .text_box {
  padding-bottom: 0;
  margin: 0;
  width: unset;
}

#source-calendar .detail li .text_box dl {
  margin-top: 0;
}

#source-calendar .detail li .text_box dt {
  float: left;
}
#source-calendar .detail li .text_box dt:after {
  content: ":";
  margin: 0 1ex;
}

#source-calendar .detail li .text_box > dl > dt {
  font-size: 16px;
  line-height: 30px;
  float: none;
  color: #000;
}
#source-calendar .detail li .text_box > dl > dt:after {
  content: none;
}

#source-calendar .detail .text_box dd {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

#source-calendar .detail .text_box > dl dd p {
  margin-right: 1em;
}

#source-calendar .detail li .text_box .opn {
  font-size: 14px;
}

@media screen and (max-width:767px){
  #source-calendar {
    width: 90%;
    padding: 30px 10px;
  }

  .fc .fc-scrollgrid,
  .fc .fc-scrollgrid table,
  .fc .fc-toolbar,
  #source-calendar .detail {
    width: 100%;
  }

  .fc-col-header .fc-scrollgrid-sync-inner {
    font-size: 4.33vw;
    height: 50px;
  }

  .fc-daygrid-day-top {
    font-size: 7vw;
  }

  #source-calendar.fc .fc-toolbar h2 {
    font-size: 20px;
    white-space: nowrap;
  }

  .fc .fc-button {
    width: 30px;
    height: 30px;
  }
  .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: 10px;
  }


  #source-calendar .detail .ttl_box {
    width: 11.8vw;
    height: 5.06vw;
    line-height: 5.06vw;
    font-size: 12px;
    margin-right: 10px;
  }

  #source-calendar .detail li .text_box {
    width: 85%;
  }

  #source-calendar .detail li .text_box > dl > dt {
    font-size: 14px;
    line-height: 5.06vw;
  }

  #source-calendar .detail .text_box dd {
    font-size: 12px;
    line-height: 1.66em;
    display: block;
  }

  #source-calendar .detail li .text_box .opn {
    font-size: 12px;
    line-height: 1.66em;
  }
}

/*--------------------
toppage
 --------------------*/
 .heading_box {
   width: 100%;
   height: 270px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 /*20220119修正*/.heading_box h2 {
   margin-bottom: -0.22em;
 }

.top_schedule_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width:767px){
  .heading_box {
    height: 201px;
  }
}

 /*----- swiper -----*/
 .top_banner_wrap {
   width: 1020px;
   margin: 0 auto;
   margin-top: 40px;
 }

 .slider {
   /*横幅94%で左右に余白を持たせて中央寄せ*/
   width: 94%;
   margin: 0 auto;
 }

 .slider img {
   width: 100%;
   /*スライダー内の画像を横幅100%に*/
   height: auto;
   max-width: unset;
 }

 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 .slider .slick-slide {
   margin: 0 10px;
 }

 /*矢印の設定*/
 /*戻る、次へ矢印の位置*/
 .slick-prev,
 .slick-next {
   position: absolute;
   /*絶対配置にする*/
   top: 42%;
   cursor: pointer;
   /*マウスカーソルを指マークに*/
   outline: none;
   /*クリックをしたら出てくる枠線を消す*/
   border-top: 1px solid #979797;
   /*矢印の色*/
   border-right: 1px solid #979797;
   /*矢印の色*/
   height: 30px;
   width: 30px;
 }

 .slick-prev {
   /*戻る矢印の位置と形状*/
   left: -3%;
   transform: rotate(-135deg);
 }

 .slick-next {
   /*次へ矢印の位置と形状*/
   right: -3%;
   transform: rotate(45deg);
 }

 @media screen and (max-width: 767px) {
   .top_banner_wrap {
     width: 100%;
     margin: 0 auto;
     margin-top: 30px;
   }

   .slider {
     /*横幅94%で左右に余白を持たせて中央寄せ*/
     width: 80%;
     margin: 0 auto;
   }

   /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
   .slider .slick-slide {
     margin: 0 15px;
   }

   /*戻る、次へ矢印の位置*/
   .slick-prev,
   .slick-next {
     position: absolute;
     /*絶対配置にする*/
     top: 42%;
     cursor: pointer;
     /*マウスカーソルを指マークに*/
     outline: none;
     /*クリックをしたら出てくる枠線を消す*/
     border-top: 1px solid #979797;
     /*矢印の色*/
     border-right: 1px solid #979797;
     /*矢印の色*/
     height: 25px;
     width: 25px;
   }
 }


/* 注目のニュース */
#important_news a {
  display: block;
}

.important_news {
  padding: 30px;
  border: 2px solid #cfcfcf;
  margin-top: 40px;
  text-align: center;
}

.important_news .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 23px;
}

@media screen and (max-width:767px){
  .important_news {
    width: 90%;
    margin: 40px auto 0;
  }

  .important_news .heading {
    width: 100%;
    font-size: 18px;
  }

  .important_news p {
    width: 100%;
    margin: 0 auto;
  }
}

/*----- top_CAT -----*/
.top_cat_wrap {
  margin-top: 64px;
}

.top_cat_wrap .inner {
  position: relative;
  width: 1071px;
  height: 926px;
}

.top_cat_wrap .img01 {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 88;
}

.top_cat_wrap .img02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 77;
}

.top_cat_wrap .img03 {
  position: absolute;
  bottom: 44px;
  right: 0;
  z-index: 77;
}

.top_cat_wrap .text_box {
  width: 553px;
  position: absolute;
  top: 376px;
  left: 44px;
  z-index: 99;
}

.top_cat_wrap .text_main {
  font-size: 66px;
  line-height: 1.4em;
  /*20220119修正*/margin-bottom: -0.2em;
}
.top_cat_wrap .text_main span {
  background: linear-gradient(transparent 0%, transparent 40%, #f5e96a 40%, #f5e96a 80%,transparent 80%, transparent 100%);
}

.top_cat_wrap .text_detail {
  /*20220119修正*/margin-top: calc(30px - 0.33em / 2);
  width: 528px;
  font-size: 18px;
  line-height: 2.33em;
}

@media screen and (max-width:767px){
  .top_cat_wrap {
    margin-top: 86px;
  }

  .top_cat_wrap .inner {
    width: 100%;
    height: unset;
  }

  .top_cat_wrap .img02,
  .top_cat_wrap .img03,
  .top_cat_wrap .text_box {
    position: static;
  }

  .top_cat_wrap .img01{
    top: -57px;
    left: 20px;
    width: 161px;
  }

  .top_cat_wrap .img02{
    width: 100%;
  }

  .top_cat_wrap .img02 img{
    max-width: unset;
    width: 100%;
  }

  .top_cat_wrap .img03 img{
    max-width: unset;
    width: 100%;
  }

  .top_cat_wrap .text_box {
    width: 82%;
    margin: 38px auto 0;
    text-align: center;
  }

  .top_cat_wrap .text_main {
    font-size: 40px;
    line-height: 1.35em;
    text-decoration-thickness: 26px;
    text-underline-offset: calc(-0.15em + -26px);
  }

  .top_cat_wrap .text_detail {
    /*20220119修正*/margin-top: 20px;
    width: 100%;
    font-size: 14.5px;
  }

  .top_cat_wrap .img03 {
    /*20220119修正*/width: 82%;
    /*20220119修正*/margin: 38px auto 0;
  }
}

/*----- top_MENU -----*/
.top_menu_wrap {
  margin-top: 95px;
}

.top_menu_wrap .inner {
  margin-top: 75px;
}

.top_menu_wrap h3 {
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #d7dde5;
  padding-bottom: 10px;
}

.top_menu_wrap .flex_box{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.top_menu_wrap .box {
  width: 308px;
}

/*20220119修正*/.top_menu_wrap .box img{
  max-width: unset;
  width: 100%;
}

.top_menu_wrap .box a {
  display: block;
}

.top_menu_wrap h4 {
  font-size: 26px;
  line-height: 1.38em;
  margin-top: 30px;
}

.top_menu_wrap .text_en {
  margin-top: 10px;
}

.top_menu_wrap .box dl {
  font-weight: bold;
  color: #808080;
  margin-top: 20px;
}

.top_menu_wrap .box dt {
  float: left;
}

.top_menu_wrap .box dt:before {
  content: "[";
}

.top_menu_wrap .box dt:after {
  content: "]";
}

.top_menu_wrap .box dd {
  margin-left: 5em;
}

.top_menu_wrap .link_box {
  display: flex;
  justify-content: center;
}

.top_menu_wrap .link_box a:first-child {
  margin-right: 28px;
}

@media screen and (max-width:767px){
  .top_menu_wrap {
    margin-top: 69px;
  }

  .top_menu_wrap .inner {
    width: 90%;
  }

  .top_menu_wrap h3 {
    font-size: 30px;
  }

  .top_menu_wrap .flex_box {
    flex-direction: column;
    align-items: center;
    margin: 30px 0 90px;
  }

  .top_menu_wrap .box {
    margin-bottom: 60px;
  }

  .top_menu_wrap .box:last-child {
    margin-bottom: 0;
  }


  .top_menu_wrap h4 {
    font-size: 22px;
    line-height: 1.36em;
    margin-top: 20px;
  }

  .top_menu_wrap .text_en {
    font-size: 12px;
    margin-top: 5px;
  }

  .top_menu_wrap .box dl {
    margin-top: 10px;
  }

  .top_menu_wrap .link_box {
    display: block;
  }

  .top_menu_wrap .link_box a {
    width: 100%;
    height: 70px;
    font-size: 17px;
  }

  .top_menu_wrap .link_box a:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:640px){
  .top_menu_wrap .box {
    width: 82.13vw;
  }
}

/*----- top_NEWS -----*/
.top_news_wrap {
  margin-top: 70px;
  padding: 65px 0;
}

.top_news_wrap h2 {
  display: none;
}

.top_news_wrap .inner {
  display: flex;
  justify-content: center;
}

.top_news_wrap .container {
  width: 454px;
  border: 2px solid #808080;
  border-radius: 17px;
}

.top_news_wrap .container:first-child {
  margin-right: 20px;
  padding: 55px 45px 90px;
  position: relative;
  font-weight: bold;
}

.top_news_wrap .container:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 67px 38px;
}

.top_news_wrap .container:last-child ul {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}

.top_news_wrap .container:last-child li {
  margin-right: 22px;
}

.top_news_wrap .container:last-child li:last-child {
  margin-right: 0;
}

.top_news_wrap h3 {
  text-align: center;
  font-size: 54px;
  margin-bottom: 35px;
}

.top_news_wrap .container:first-child li {
  margin-bottom: 28px;
}

.top_news_wrap .container:first-child .page_single {
  display: inline-block;
}

.top_news_wrap .container:first-child h4 {
  color: #808080;
  line-height: 1em;
  margin-bottom: 10px;
}

.top_news_wrap .container:first-child p {
  line-height: 1.5em;
}

.top_news_wrap .container:first-child .page_all {
  position: absolute;
  bottom: 38px;
  right: 45px;
}

.top_news_wrap .container:first-child .page_all:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(3px);
}

/* facebook埋め込み用 */
.fb-area {
    width: 100%;
}
.fb-area > .fb-page {
    width: 100%;
}
.fb-area > .fb-page > span,
.fb-area iframe {
    width: 100% !important;
}

@media screen and (max-width:767px){
  .top_news_wrap {
    padding: 50px 0;
  }

  .top_news_wrap .inner {
    display: block;
  }

  .top_news_wrap .container {
    width: 90%;
    margin: 0 auto;
  }

  .top_news_wrap h3 {
    font-size: 44px;
  }

  .top_news_wrap .container:first-child {
    margin:0 auto 20px;
    padding: 55px 27px 90px;
  }

  .top_news_wrap .container:first-child li:last-child {
    margin-bottom: 0;
  }

  .top_news_wrap .container:last-child {
    padding: 55px 38px 38px;
  }

  .top_news_wrap .container:last-child ul {
    margin-top: 22px;
  }

  .top_news_wrap .container:last-child li {
    margin-right: 22px;
  }
}

/*----- top_SCHEDULE -----*/
.top_schedule_wrap {
  padding: 110px 0 68px;
}

.top_schedule_wrap h2 {
  text-align: center;
}

@media screen and (max-width:767px){
  .top_schedule_wrap {
    padding: 95px 0 60px;
  }
}


/*--------------------
menu
 --------------------*/
 #menu .menu_nav {
   width: 945px;
   height: 140px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 #menu .menu_nav nav ul {
   display: flex;
   justify-content: space-between;
   font-size: 24px;
 }

 #menu .menu_nav li {
   margin-right: 30px;
 }

 #menu .menu_nav li:last-child {
   margin-right: 0;
}

#menu .menu_nav li a {
  color: #a5a5a5;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
}

#menu .menu_nav li a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 100%;
  left: 0;
}

#menu .menu_nav li a:hover {
  color: #000;
  opacity: 1;
}

#menu .menu_nav li a:hover:after {
  width: 100%;
}

#menu h2 {
  color: #231815;
  font-size: 36px;
  border-bottom: 2px solid #e5e9ee;
}

#menu section {
  margin-top: 130px;
}

#menu .flex_box .img-area {
  background: #dedfe0;
  width: 308px;
  height: 221px;
}

/*20220119修正*/#menu .flex_box .img-area img{
  max-width: unset;
  width: 100%;
}

/*----- menu_SPECIAL -----*/
#menu #menu_spe {
  margin-top: 0;
}

#menu_spe h2 {
  display: none;
}

#menu_spe .container {
  display: flex;
  margin-bottom: 40px;
}

#menu_spe .container:nth-child(even) {
  flex-direction: row-reverse;
}

#menu_spe .img_box {
  width: 730px;
}

#menu_spe .container:nth-child(even) .img_box {
  margin-left: 50px;
}

#menu_spe .container:nth-child(odd) .img_box{
  margin-right: 50px;
}

#menu_spe .text_box {
  width: 370px;
}

#menu_spe .text_main {
  font-size: 36px;
  line-height: 1.6em;
}

#menu_spe .text_main span {
  background: linear-gradient(transparent 0%, transparent 40%, #f5e96a 40%, #f5e96a 85%,transparent 85%, transparent 100%);
}

#menu_spe .text_detail {
  margin-top: 20px;
}

#menu_spe .text_item-detail {
  margin-top: 20px;
}

#menu_spe .text_item-detail h3 {
  font-size: 18px;
  line-height: 1.38em;
  margin-top: 30px;
}

#menu_spe .text_item-detail .text_en {
  font-size: 14px;
  margin-top: 5px;
}

#menu_spe .text_item-detail dl {
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
}

#menu_spe .text_item-detail dt,
#menu_spe .text_item-detail dd {
  float: left;
}

#menu_spe .text_item-detail dt:nth-of-type(even) {
  margin-left: 1em;
}

#menu_spe .text_item-detail dd {
  margin-left: 1ex;
}


#menu_spe .text_item-detail dt:before {
  content: "[";
}

#menu_spe .text_item-detail dt:after {
  content: "]";
}

/*-----#menu container 共通----*/
#menu_tac .inner,
#menu_sal .inner,
#menu_dri .inner,
#menu_des .inner {
  width: 1000px;
}

#menu .flex_box {
  width: 942px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 50px;
}

#menu .flex_box .box {
  width: 308px;
}

#menu .flex_box h3 {
  font-size: 26px;
  line-height: 1.38em;
  margin-top: 30px;
}

#menu .flex_box .text_en {
  margin-top: 10px;
}

#menu .flex_box .box dl {
  font-weight: bold;
  color: #808080;
  margin-top: 20px;
}

#menu .flex_box .box dt {
  float: left;
}

#menu .flex_box .box dt:before {
  content: "[";
}

#menu .flex_box .box dt:after {
  content: "]";
}

#menu .flex_box .box dd {
  margin-left: 5em;
}

#menu .flex_box .box .text_detail {
  margin-top: 20px;
}

#menu .item_other .container {
  width: 100%;
  margin-bottom: 4px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

#menu .item_other h3 {
  font-size: 24px;
  font-weight: bold;
}

#menu .item_other .item {
  display: flex;
  margin-bottom: 10px;
}

#menu .item_other h4 {
  font-size: 20px;
  margin-right: 60px;
}

#menu .item_other dl {
  font-weight: bold;
  color: #808080;
}

#menu .item_other dt {
  float: left;
}

#menu .item_other dt:before {
  content: "[";
}
#menu .item_other dt:after {
  content: "]";
}

#menu .item_other dd {
  margin-left: 5em;
}

/*-- item_other background-color --*/
#menu_tac .item_other .container {
  background: #fff5bb;
}

#menu_sal .item_other .container {
  background: #d4fcdd;
}

#menu_dri .item_other .container {
  background: #e3eeff;
}

#menu_des .item_other .container {
  background: #ffebde;
}

/*----- menu_TACOS -----*/
#menu_tac {
  margin-top: 80px;
}

/*----- menu_DESSERT -----*/
#menu_des {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px){
  #menu .menu_nav {
    width: 100%;
    height: auto;
  }

  #menu .menu_nav nav ul {
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    padding: 40px 0;
  }

  #menu .menu_nav li {
    margin-right: 0;
    margin-bottom: 25px;
  }

  #menu .menu_nav li:last-child {
    margin-bottom: 0;
 }

 #menu .menu_nav li a {
   height: 35px;
   line-height: 35px;
   padding: 0 15px;
 }

 /*----- menu_SPECIAL-sp -----*/
 #menu_spe .container {
   flex-direction: column;
 }

 #menu_spe .container:nth-child(even) {
   flex-direction: column;
 }

 #menu_spe .text_main {
   font-size: 7.46vw;
   line-height: 1.6em;
 }

 #menu_spe .text_detail {
   line-height: 2.18em;
 }

 #menu_spe .img_box {
   width: 90%;
   order: 1;
 }

 #menu_spe .container:nth-child(even) .img_box {
   margin: 15px auto 0;
 }
 #menu_spe .container:nth-child(odd) .img_box{
   margin: 15px auto 0;
 }

 #menu_spe .text_box {
   order: 0;
   width: 83%;
   margin: 0 auto;
 }

 #menu_spe .text_item-detail {
   order: 2;
   width: 83%;
   margin: 0 auto;
 }

 #menu_spe .text_item-detail h3 {
   font-size: 4.33vw;
   line-height: 1.38em;
   margin-top: 10px;
 }

 #menu_spe .text_item-detail .text_en {
   font-size: 3.37vw;
 }

 #menu_spe .text_item-detail dl {
   font-size: 3.37vw;
 }

 #menu_spe .text_item-detail dt:nth-of-type(even) {
   margin-left: 0;
 }

 #menu_tac .inner, #menu_sal .inner, #menu_dri .inner, #menu_des .inner {
   width: 100%;
 }

 #menu h2 {
   width: 85.5%;
   margin: 0 auto;
 }

 /*----- menu_TACOS-sp -----*/
 #menu .flex_box {
   width: 75%;
   display: block;
 }

 #menu .flex_box .box {
   width: 100%;
 }

 #menu .flex_box .img-area {
   width: 100%;
   height: calc(75vw * 0.7152);
 }

 #menu .flex_box h3 {
   font-size: 18px;
   margin-top: 17px;
 }

 #menu .flex_box .text_en {
   margin-top: 3px;
 }

 #menu .flex_box .box {
   margin-bottom: 100px;
 }

 #menu .flex_box .box dl {
   margin-top: 15px;
 }

 #menu .item_other .container {
   display: block;
   padding: 30px;
 }

 #menu .item_other h3 {
   font-size: 20px;
   margin-bottom: 22px;
 }

 #menu .item_other h4 {
   font-size: 16px;
   margin-right: 0;
 }

 #menu .item_other .item {
   display: block;
   margin-bottom: 18px;
 }

 #menu .item_other dl {
   float: right;
 }
}

/*--------------------
company
 --------------------*/
#company h2 {
  border-bottom: 2px solid #e1e6eb;
}

/*----- company-overview -----*/
#com_overview table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

#com_overview th {
  background: #f9f9f2;
  padding: 27px;
  border-right: 20px solid #fff;
  border-bottom: 4px solid #fff;
  font-size: 14px;
  width: 160px;
}

#com_overview td {
  padding: 27px;
  border-bottom: 2px solid #eaebec;
}

#com_overview tr:last-child td {
  border-bottom: none;
}

/*----- company-history -----*/
#com_history dt {
  float: left;
  font-weight: bold;
  font-size: 28px;
  font-family: 'Jost', sans-serif;
}

#com_history dt .year {
  color: #9b9b9b;
}

#com_history dt .year:after {
  content: ",";
}

#com_history dd {
  margin-bottom: 42px;
  margin-left: 180px;
}

/*----- company-map -----*/
#company .map_area {
  margin-bottom: 48px;
}

#company .map_area iframe {
  width: 100%;
  height: 497px;
}

#com_map {
  margin-bottom: 100px;
}

#com_map a.btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  #com_overview th {
    vertical-align: middle;
    width: 110px;
    font-size: 12px;
    padding: 15px;
    white-space: nowrap;
    border-right: 10px solid #fff;
  }

  #com_overview td {
    padding: 18px 0;
  }

  #com_history dt {
    font-size: 20px;
  }

  #com_history dd {
    margin-bottom: 25px;
    margin-left: 110px;
  }

  #com_map .inner {
    width: 100%;
  }

  #company .map_area {
    margin-bottom: 43px;
  }

  #company .map_area iframe {
    height: 350px;
  }
}

/*--------------------
shop
 --------------------*/
/*----- shop-info -----*/
#shop_info h2 {
  border-bottom: 2px solid #e1e6eb;
}

#shop_info .inner {
  display: flex;
  justify-content: center;
}

#shop_info .img_box {
  margin-right: 45px;
}

#shop_info .text_box {
  line-height: 1.75em;
  white-space: nowrap;
}

#shop_info dt {
  font-weight: normal;
  color: #808080;
}

#shop_info dd {
  margin-bottom: 1em;
}

/*----- shop-schedule -----*/
#shop_schedule {
  margin-top: 75px;
  padding: 60px 0;
}

/*----- shop-map -----*/
#shop_map {
  margin-top: 60px;
}

#shop_map h2 {
  border: 0!important;
  clip: rect(0, 0, 0, 0)!important;
  overflow: hidden!important;
  margin: -1px!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
}

#shop .map_area {
  margin-bottom: 48px;
}

#shop .map_area iframe {
  width: 100%;
  height: 497px;
}

#shop_map {
  margin-bottom: 100px;
}

#shop #source-calendar {
  margin: 0 auto;
}

#shop_map a.btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  #shop_info .inner {
    flex-direction: column-reverse;
  }

  #shop_info .img_box {
    width: 100%;
    margin: 0;
  }

  #shop_info .text_box {
    margin-bottom: 20px;
    font-size: 16px;
    white-space: normal;
  }

  #shop_map {
    margin-top: 0;
  }

  #shop_map .inner {
    width: 100%;
  }

  #shop .map_area {
    margin-bottom: 43px;
  }

  #shop .map_area iframe {
    height: 350px;
  }
}

/*--------------------
recruit
 --------------------*/
#recruit .wrap {
  width: 943px;
}
/*----- recruit-message -----*/
#rec_message {
  margin-top: 60px;
  text-align: center;
}

/*#rec_message h2 span {
  color: #9b9b9b;
}

#rec_message h2 span:before {
  content: "|";
  margin: 0 1ex;
  font-weight: normal;
}*/


#rec_message h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
}

#rec_message p {
  margin-top: 35px;
  line-height: 2em;
  margin-bottom: 40px;
}

#rec_message .img_box {
  display: flex;
  justify-content: space-between;
}

#rec_message .box {
  width: 309px;
  height: 221px;
  background: #dedfe0;
}

/*----- recruit-recruit_detail -----*/
#rec_detail {
  margin: 75px 0 100px;
}

#rec_detail table {
  border-collapse: collapse;
  border: 2px solid #e4e5e6;
  width: 100%;
  margin-top: 20px;
}

#rec_detail tr {
  border-bottom: 2px solid #e4e5e6;
}

#rec_detail tr:last-child {
  border: none;
}

#rec_detail th {
  background: #f9f9f2;
  padding: 40px 30px;
  font-size: 14px;
  vertical-align: middle;
  width: 180px;
  white-space: nowrap;
}

#rec_detail td {
  padding: 27px;
}

#rec_detail .text_box {
  width: 806px;
  margin: 15px auto 0;
  line-height: 1.5em
}

#rec_detail ul {
  margin-top: 25px;
}
#rec_detail li:before {
  content: "・";
}

#rec_detail dl {
  font-size: 20px;
  margin-top: 25px;
}

#rec_detail dt {
  float: left;
  font-weight: normal;
}

#rec_detail dt:after {
  content: ":";
  margin: 0 1ex;
}

#rec_detail a.btn {
  margin: 47px auto 0;
}

@media screen and (max-width: 767px){
  #recruit .wrap {
    width: 100%;
  }

  #rec_message .inner {
    text-align: left;
    width: 73%;
  }

  #rec_message h2 {
    font-size: 20px;
    margin-top: 80px;
  }

  #rec_message p {
    font-size: 16px;
  }

  #rec_message .img_box {
    flex-direction: column;
    align-items: center;
  }

  #rec_message .box {
    width: 73%;
    height: calc(73vw * 0.7152);
    margin-bottom: 10px;
  }

  #rec_message .box:last-child {
    margin-bottom: 0;
  }

  #rec_detail {
    margin: 105px 0 100px;
  }

  #rec_detail .text_box {
    width: 88%;
    margin: 25px auto 0;
  }

  #rec_detail table {
    border: none;
    border-top: 2px solid #e4e5e6;
    border-bottom: 2px solid #e4e5e6;
  }

  #rec_detail .inner {
    width: 100%;
  }

  #rec_detail th {
    padding: 27px 30px;
    font-size: 12px;
    vertical-align: top;
    width: 130px;
  }

  #rec_detail .text_box {
    font-size: 16px;
  }

  #rec_detail dl {
    font-size: 18px;
  }

  #rec_detail dt {
    float: none;
  }

  #rec_detail a.btn {
    margin: 56px auto 0;
  }
}

/*--------------------
privacypolicy
 --------------------*/
#policy h1 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  margin: 80px 0 50px;
  font-family: unset;
  border-bottom: 1px solid #cad2dc;
}

#policy h2 {
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  color: #9b9b9b;
  padding-bottom: 0;
  margin: 30px 0;
}

#policy .inner {
  line-height: 1.75em;
}

#policy ol {
  list-style-type: decimal;
  margin: 0 0 30px 1.3em;
}

#policy .wrap p {
  margin-bottom: 30px;
}

#policy a.btn {
  margin: 15px auto 100px;
}
#policy a.btn:after {
  right: unset;
  top: unset;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px){
  #policy h1 {
    border: none;
    font-size: 24px;
    margin: 70px 0 36px;
  }

  #policy h2 {
    font-size: 18px;
    margin: 20px 0;
  }

  #policy ol {
    list-style-type: decimal;
    margin: 0 0 20px 1.3em;
  }

  #policy p {
    margin-bottom: 20px;
  }

  #policy a.btn {
    margin: 60px auto 100px;
  }
}

/*--------------------
schedule
 --------------------*/
#schedule #sch_schedule {
  margin: 0;
}

#sch_schedule .text_top {
  text-align: center;
  font-size: 18px;
  padding-top: 60px;
  line-height: 1.66em;
}

#sch_schedule .text_box {
  width: 613px;
  margin: 40px auto 0;
  padding-bottom: 100px;
  line-height: 1.875em;
}

#sch_schedule .text_box ul {
  margin-top: 30px;
}
#sch_schedule .text_box li:before {
  content: "・";
}

#sch_schedule .text_box dl {
  font-size: 20px;
  margin-top: 30px;
}

#sch_schedule .text_box dt {
  float: left;
  font-weight: normal;
}

#sch_schedule .text_box dt:after {
  content: ":";
  margin: 0 1ex;
}

#schedule .info_area {
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px){
  #sch_schedule .text_top {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.875em;
    padding-top: 40px;
  }

  #sch_schedule .text_box {
    width: 85%;
    font-size: 16px;
    margin: 35px auto 0;
  }

  #sch_schedule .text_box ul {
    margin-top: 35px;
  }

  #sch_schedule .text_box dl {
    font-size: 18px;
    margin-top: 35px;
  }
}

/*--------------------
news  blog
--------------------*/
#subpage .post_list h2 {
  border-bottom: 2px solid #e1e6eb;
  padding-top: 105px;
  margin-bottom: 40px;
  width: 100%;
}

#subpage .post_list .main_content.inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.main_col {
  width: 730px;
}

.post_list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.post_list .item:last-child {
  margin-bottom: 0;
}

.post_list .item .date_box {
  margin-right: 13px;
  text-align: center;
}

.post_list .item .date {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8px;
  width: 140px;
  line-height: 1em;
  white-space: nowrap;
}

.post_list .item .year {
  font-weight: bold;
  color: #9b9b9b;
}

.post_list .item .text_box {
  position: relative;
  width: 240px;
}

.post_list .item .text_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.post_list .item .text_box p {
  margin-bottom: 1em;
}

.post_list .item .text_box .arrow_link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  padding-right: 2em;
}

.post_list .item .text_box .arrow_link:after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.post_list .item .img_box {
  width: 309px;
  height: 221px;
  margin-left: 15px;
  background: #dedfe0;
}

.side_col {
  width: 171px;
  margin-left: 45px;
  font-weight: normal;
}

#subpage .side_col h2 {
  border-bottom: 2px solid #e1e6eb;
  font-size: 14px;
  padding-top: 15px;
}

.side_col .btn_blog {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
.side_col .btn_blog.active {
  background: #f5e96a;
  color: #000;
}
.side_col .btn_blog {
  background: #f7f7f7;
  color: #808080;
}
.side_col .btn_blog:after {
  content: url(../img/icon_arrow.png);
  display: inline-block;
  padding: calc((60px - 37px) / 2);
  position: absolute;
  top: 0;
  right: 0;
}
.side_col .btn_blog.active:after {
  content: none;
}

.post_list .pagination {
  font-size: 20px;
  color: #7f7f7f;
  margin-bottom: 110px;
}
.post_list .pagination ul {
  display: flex;
  justify-content: center;
}
.post_list .pagination li {
  margin: 0 10px;
}
.post_list .pagination li:first-child,
.post_list .pagination li:last-child {
  margin: 0 30px;
}

@media screen and (max-width: 767px){
  #subpage .post_list .main_content.inner {
    flex-direction: column;
    align-items: center;
    width: 88%;
    margin-bottom: 100px;
  }

  .post_list h2 {
    order: 1;
    padding-top: 70px;
  }

  .main_col {
    width: 100%;
    order: 2;
  }

  .side_col {
    margin-left: 0;
    padding-top: 50px;
  }

  #subpage .side_col h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1em;
    width: 100%;
  }

  .post_list .item {
    flex-direction: column;
    position: relative;
    margin-bottom: 65px;
  }

  .post_list .item .date_box {
    margin-right: 0;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .post_list .item .date {
    font-size: 36px;
    margin-bottom: 5px;
    width: 110px;
    line-height: 1em;
  }

  .post_list .item .year {
    font-size: 12px;
  }

  .post_list .item .text_box {
    position: relative;
    width: 100%;
    padding-left: 120px;
    margin-bottom: 25px;
  }

  .post_list .item .text_box p {
    margin-bottom: 0;
  }

  .post_list .item .text_box .arrow_link {
    bottom: 0;
    right: unset;
    left: 0;
  }

  .post_list .item .img_box {
    width: 100%;
    height: calc(88vw * 0.7152);
    margin: 0;
  }

  .post_list .item .img_box img {
    width: 100%;
  }

  .post_list .pagination {
    margin-bottom: 100px;
  }
}


/*--------------------
single
--------------------*/
#blog_single header {
  border-bottom: 2px solid #f1f1f2;
}

#blog_single .wrap {
  margin-bottom: 100px;
}

#blog_single .main_content.inner {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#blog_single .date_box {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 20px;
}

#blog_single h1 {
  font-size: 32px;
  line-height: 1.4375em;
  margin-bottom: 30px;
}

#blog_single .main_col .img_box {
  width: 641px;
  margin: 0 auto 45px;
}

#blog_single .main_col .img_box img {
  width: 641px;
}

#blog_single .main_col .text_box {
  margin-bottom: 65px;
}

#blog_single .main_col .text_box h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4375em;
  padding: 0;
  margin: 0 0 15px 0;
}

#blog_single .main_col .text_box p {
  line-height: 2;
}

#blog_single a.btn {
  margin: 0 auto;
}

#blog_single a.btn:after {
  right: unset;
  top: unset;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px){
  #blog_single .main_content.inner {
    margin-top: 40px;
    width: 88%;
    flex-direction: column;
    align-items: center;
  }

  #blog_single .main_col .img_box {
    width: 100%;
    margin: 0 auto 30px;
  }

  #blog_single .main_col .img_box img {
    width: 100%;
  }

  #blog_single .main_col {
    order: 0;
  }

/*-- 2022.1.12 --*/
  #blog_single .date_box {
    font-weight: bold;
  }

  #blog_single h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #blog_single .main_col .text_box h2 {
    font-size: 20px;
  }

  #blog_single .main_col .text_box p {
    font-size: 16px;
  }

  #blog_single .side_col {
    padding-top: 75px;
  }
}

/*--------------------
contact
--------------------*/
/*--  contact_form --*/
#contact_form .inner {
  width: 1000px;
}
#contact_form h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 45px;
}
#contact_form form {
  width: 867px;
  margin: 0 auto;
}
#contact_form dl {
  display: flex;
  border: 1px solid #dedfe0;
  border-bottom: none;
}
#contact_form dl.last {
  border-bottom: 1px solid #dedfe0;
  margin-bottom: 13px;
}

#contact_form dt {
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  width: 320px;
  background: #f9f9f2;
  padding: 0 30px;
  display: flex;
  align-items:center;
}
#contact_form dt label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1em;
  align-items: center;

}
#contact_form dd {
  padding: 25px 30px;
  align-items:center;
  width: calc(100% - 320px );
  background: #fff;
}

#contact_form input[type="text"], #contact_form input[type="date"] {
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
  -webkit-appearance: none;
  border: 1px solid #808080;
  margin-right: 10px;
}
#contact_form select {
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
  -webkit-appearance: none;
  border: 1px solid #808080;
  margin-right: 10px;
  display: block;
  margin-top: 15px;
}

#contact_form textarea {
  border: 0px;
  width: 100%;
  height: 150px;
  padding: 10px;
    border: 1px solid #808080;
}
#contact_form .hissu {
  font-size: 14px;
  background-color: #c30d23;
  color: #fff;
  padding: 4px 6px;
  position: relative;
  top: -1px;
  line-height: 1;
}

#contact_form input.medium {
  width: 60%;
}

#contact_form input.short {
  width: 35%;
}
.form_txt {
  width: 800px;
  margin: 0 auto;
}
.form_txt_top {
  margin: 0 auto 5px;
  font-size: 14px;
}
.form_txt_bottom {
  line-height: 1.5;
}

.submit_btn_wrap {
  position: relative;
  cursor: pointer;
  margin: 30px auto 60px;
  width: 400px;
}
.submit_btn_wrap:after {
  content: url(../img/icon_arrow.png);
  display: inline-block;
  padding: calc((68px - 37px) / 2);
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 72px;
  position: relative;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #f5e96a;
}
.submit_btn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #contact_form .inner {
    width: 90%;
  }
  
  #contact_form h2 {
    font-size: 24px;
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }

  #contact_form form {
    width: 100%;
  }
  #contact_form dt {
    font-size: 12px;
    width: 97px;
    padding: 25px 10px 25px 20px;
    align-items: flex-start;
  }
  #contact_form dl.last {
    margin-bottom: 22px;
  }
  #contact_form dt label {
    line-height: 1.4em;
    display: block;
  }
  #contact_form dd {
    width: calc(100% - 97px );
    padding: 25px 20px;
  }
  #contact_form textarea {
    height: 180px;
  }
  #contact_form .label {
    display: block;
    margin-bottom: 5px;
  }
  #contact_form .hissu {
    padding: 2px 5px;
    margin-left: 0px;
    font-size: 12px;
  }

  #contact_form input.medium {
    width: 100%;
  }

  #contact_form input.short {
    width: 75%;
  }
  #contact_form .form_txt {
    width: 94%;
  }
  #contact_form .form_txt_top .hissu {
    top: 0;
    font-size: 14px;
  }
  #contact_form .form_txt_bottom {
    line-height: 1.71;
  }
  #contact_form .sp_center {
    text-align: center;
    margin-bottom: 20px;
  }
  .submit_btn_wrap {
    margin: 35px auto 100px;
    width: 94%;
  }
  .submit_btn {
    width: 100%;
    height: 70px;
  }
}

@media screen and (max-width: 375px) {
  #contact .mv_image h1 {
    font-size: 10.6vw;
  }
}


/*--  contact-tel --*/
#contact-tel {
  text-align: center;
  padding: 0 0 40px;
}
#contact-tel .tel_no {
  font-weight: bold;
  margin: 0 auto 17px;
  border-bottom: 4px solid #f5e96a;
  max-width: 380px;
}
#contact-tel .tel_no a {
  position: relative;
  font-size: 46px;
  line-height: 1;
  padding-left: calc(26px + 10px);
  color: #6b6b6b;
}
#contact-tel .tel_no a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_tel_yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 40px;
  position: absolute;
  top: calc(50% - 40px / 2);
  left: 0;
}
#contact-tel .tel_time {
  font-weight: 600;
}

@media screen and (max-width: 767px){
  #contact-tel {
    padding: 0 0 48px;
  }
  #contact-tel h2 {
    margin-bottom: 30px;
  }
  #contact-tel .tel_no {
    margin-bottom: 15px;
    max-width: 300px;
  }
  #contact-tel .tel_no a {
    font-size: 38px;
    padding-left: calc(22px + 10px);
  }
  #contact-tel .tel_no a:before {
    width: 22px;
    height: 35px;
    top: calc(50% - 35px / 2);
  }
}

/*--------------------
thanks
--------------------*/
#thanks .main_content {
  margin-top: 40px;
}
#thanks .date {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 30px;
}
#thanks h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 75px;
}
#thanks h2 {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
  padding: 0;
  margin-bottom: 25px;
}
#thanks .main_content p {
  margin-bottom: 35px;
  line-height: 2;
}
#thanks a.btn {
  margin: 40px auto 100px;
}
#thanks a.btn:after {
  right: unset;
  top: unset;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px){
  #thanks .main_content {
    margin-top: 40px;
  }
  #thanks .date {
    margin-bottom: 18px;
  }
  #thanks h1 {
    font-size: 22px;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  #thanks h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 23px;
  }
  #thanks a.btn {
    margin: 45px auto 100px;
  }
}

/* 20231219追記 */
/* 992～1007行目非表示 */

/* 20231226追記 */
#menu .menu_nav li a {
  padding: 0 15px;
}

/* 20231230追記 */
.top_menu_wrap .box dd {
  margin-left: 0;
}

.premium{
  text-align: center;
  font-size: 16px;
  
  margin-bottom: 10px;
}

.premium_price{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #808080;
  margin-bottom: 10px;
}

/* 20240105追記 */
#menu .item_other h4 {
  font-size: 20px;
  margin-right: 60px;
  width: 135%;
}

@media screen and (max-width: 767px){
#menu .item_other h4 {
  font-size: 16px;
  margin-right: 0;
  width: auto;
 }
}
#menu .item_other ul{
  width: 75%;
}
@media screen and (max-width: 767px){
#menu .item_other ul{
  width: 100%;
 }
}

#menu .item_other p{
  width: 100%;
}
.font_16{
  font-size: 16px;
}
.font_20{
  font-size: 20px;
}
.center{
  text-align: center;
}
@media screen and (max-width: 767px){
#menu .item_other dl {
  float: none;
  text-align: right;
 }
}

#menu .item_other h3 {
  font-size: 24px;
  font-weight: bold;
  width: 27%;
}
@media screen and (max-width: 767px){
#menu .item_other h3 {
  font-size: 20px;
  margin-bottom: 22px;
  width: auto;
 }
}

#menu .flex_box .box dd {
  margin-left: 5em;
  text-align: end;
}

/* 20240110追記 */
.pc_menu ul {
  display: flex;
  align-items: center;
}

.pc_menu a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer-menu ul {
  align-items: center;
  /* font-family: 'Pompiere', sans-serif; */
 }

 @media screen and (max-width: 767px){
 .footer-menu ul {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  gap: 0;
  }
 }

 .footer-menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 20240115追記 */
/* body{
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font_heading {
  font-family: 'Pompiere', sans-serif;
  line-height: 1em;
}
.pc_menu{
  font-family: 'Pompiere', sans-serif;
}
.globalMenuSp a
{
  font-family: 'Pompiere', sans-serif;
} */

/* 20240116追記 */
@media screen and (max-width: 767px){
  .menu_explanation{
  width: 80%;
  margin: 0 auto;
 }
}

.top_news_wrap h3 {
  text-align: center;
  font-size: 54px;
  margin-bottom: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
.top_news_wrap h3 {
  font-size: 44px;
 }
}

/* 20230117追記 */
#menu .item_other dd {
  margin-left: 5em;
  text-align: end;
}

/* 20240126追記 */
.top_cat_wrap .text_box {
  width: 553px;
  position: absolute;
  top: 61%;
  left: 17%;
  z-index: 99;
}

@media screen and (max-width: 767px){
.top_cat_wrap .text_box {
  position: static;
}

.top_cat_wrap .text_box {
  width: 82%;
  margin: 38px auto 0;
  text-align: center;
 }
}

.top_cat_wrap .text_detail {
  /*20220119修正*/margin-top: calc(30px - 0.33em / 2);
  width: 580px;
  font-size: 18px;
  line-height: 2.33em;
}

@media screen and (max-width: 767px){
.top_cat_wrap .text_detail {
  /*20220119修正*/margin-top: 20px;
  width: 100%;
  font-size: 14.5px;
 }
}


.top_cat_wrap .inner {
  position: relative;
  width: 63%;
  height: 926px;
}

@media screen and (max-width: 767px){
.top_cat_wrap .inner {
  width: 100%;
  height: unset;
 }
}

/* 20240329追記 */
@media screen and (max-width:767px){
 #subpage .info_area {
    width: 95%;
    margin: 52px auto 37px;
    font-size: 16px;
   }
  }

 /* 20240909追記 */
 #policy .info_area p {
  margin-bottom: 0px;
 }
 /* 20240917追記 */
 @media screen and (max-width: 767px){
  
  #subpage .inner {
    width: 89%;
  }
 
 }

 /* 20250131追記 */
 #shop_info .text_box {
  white-space: normal;
}
