@charset "UTF-8";
/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
._nolink a {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
  background: #707070 !important;
}
._nolink a:hover {
  transform: none !important;
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.2) !important;
}

.nakajo .mv_item_list .mv_item._02,
.murakami .mv_item_list .mv_item._02,
.products .mv_item_list .mv_item._02 {
  width: 400px;
}
@media screen and (max-width: 1440px) {
  .nakajo .mv_item_list .mv_item._02,
  .murakami .mv_item_list .mv_item._02,
  .products .mv_item_list .mv_item._02 {
    width: 35%;
  }
}

.nakajo .venue_period,
.murakami .venue_period {
  max-width: 80%;
}

.nakajo .kitchen_table td:first-of-type img {
  width: 40%;
}
.nakajo .kitchen_table td:first-of-type .sub_txt {
  width: 60%;
}

.murakami .funevent {
  margin-top: 80px;
}

/*----------------------------------------------------------------------
c-lower-eyecatch
----------------------------------------------------------------------*/
.c-lower-eyecatch {
  background: #BAE3F9;
  background: url(../images/mv_bg_btm.png) no-repeat center bottom/80%, linear-gradient(0deg, rgb(186, 227, 249) 0%, rgb(89, 189, 237) 100%);
  position: relative;
  z-index: 0;
  min-height: 730px;
  margin-top: -80px;
  padding: 40px 0 0;
}
@media screen and (max-width: 1440px) {
  .c-lower-eyecatch {
    padding: 50px 0 0;
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-lower-eyecatch {
    background: url(../images/mv_bg_btm.png) no-repeat center bottom/100%, linear-gradient(0deg, rgb(186, 227, 249) 0%, rgb(89, 189, 237) 100%);
    padding: 80px 0 0;
  }
}

.mv_bg_town {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .mv_bg_town {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 834px) {
  .mv_bg_town {
    width: 95%;
  }
}
.mv_bg_town img {
  width: 100%;
}

.c-lower-eyecatch_top {
  width: min(500px, 90vw);
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-lower-eyecatch_top {
    width: min(450px, 100vw);
  }
}
@media screen and (max-width: 834px) {
  .c-lower-eyecatch_top {
    padding: 0 10vw;
  }
}

.catchWrap {
  position: relative;
  z-index: 0;
}

.catch_bg_item._01 {
  position: absolute;
  z-index: -1;
  width: 160%;
  aspect-ratio: 1246/638;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .catch_bg_item._01 {
    width: 140%;
  }
}
.catch_bg_item._02 {
  position: absolute;
  z-index: -2;
  width: 150%;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .catch_bg_item._02 {
    width: 140%;
  }
}

.mv_item_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -2vw;
}
@media screen and (max-width: 834px) {
  .mv_item_list {
    margin-top: -5vw;
  }
}
.mv_item_list .mv_item {
  position: relative;
  z-index: 0;
}
.mv_item_list .mv_item._02 {
  width: 550px;
}
.mv_item_list .mv_item._01, .mv_item_list .mv_item._03 {
  width: 150px;
}
@media screen and (max-width: 1440px) {
  .mv_item_list .mv_item._02 {
    width: 35%;
  }
  .mv_item_list .mv_item._01, .mv_item_list .mv_item._03 {
    width: 10%;
  }
}
@media screen and (max-width: 834px) {
  .mv_item_list .mv_item._02 {
    width: 55%;
  }
}

.c-lower-eyecatch_btm {
  width: min(1100px, 95vw);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .c-lower-eyecatch_btm {
    position: inherit;
  }
}

.main-ttlWrap {
  color: white;
  background: #0079C3;
  text-align: center;
  padding: 0.5rem 0;
}

.main-ttl_inner {
  position: relative;
  display: inline-block;
}

.top_message {
  position: absolute;
  top: -80px;
  left: -160px;
  width: 150px;
}
@media screen and (max-width: 834px) {
  .top_message {
    top: -90px;
    left: -80px;
    width: 100px;
  }
}

.main-ttl {
  font-size: clamp(2.8rem, 2.292rem + 2.26vw, 5rem);
  font-weight: 900;
  font-family: "Noto Sans JP";
}

.venue_name {
  margin: 2rem 0 0.5rem;
  color: #0079C3;
  font-size: clamp(2.4rem, 2.123rem + 1.23vw, 3.6rem);
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  .venue_name {
    margin: 2rem 0 1rem;
  }
}

.venue_period {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.venue_period img {
  width: 100%;
}

.venue_time {
  font-weight: 600;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  margin-top: 0.5rem;
}

.access {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  margin: 2rem 0 4rem;
  padding-top: 1rem;
  border-top: 1px solid #707070;
  display: inline-block;
}
.access span {
  font-weight: 700;
  display: block;
}

.pdf-btn a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  border: 3px solid #059F8D;
  color: #059F8D;
  background: #DFFAF7;
  width: 320px;
  padding: 1.5rem;
  transition: 0.3s all;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.pdf-btn a:hover {
  transform: translateY(5px);
  opacity: 0.6;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.pdf-btn a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows_green.svg) no-repeat center/contain;
  width: 1rem;
  height: 1rem;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pdf-btn span {
  font-size: 1.2rem;
  display: block;
}

.page-link {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 834px) {
  .page-link {
    padding: 40px 0 0;
  }
}
.page-link .page-link_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.page-link .page-link_item {
  width: calc(50% - 1rem);
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .page-link .page-link_item {
    width: calc(100% - 1rem);
  }
}
.page-link .page-link_item a {
  position: relative;
  font-weight: 800;
  background: #F274AE;
  color: white;
  border: 5px solid white;
  display: block;
  padding: 2rem 1rem;
  border-radius: 50px;
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}
.page-link .page-link_item a:hover {
  transform: translateY(7px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0.6;
}
.page-link .page-link_item a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows.svg) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*----------------------------------------------------------------------
ステージイベント
----------------------------------------------------------------------*/
.stageevent .main-ttl {
  margin-bottom: 40px;
  color: #199BF2;
}

.stage-subttl {
  width: 200px;
  margin: 0 auto 1rem;
}

.block_content {
  padding: 80px 0 0;
}
@media screen and (max-width: 834px) {
  .block_content {
    padding: 60px 0 0;
  }
}

.event_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.event_list._center {
  justify-content: center;
}
.event_list li {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  .event_list li {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
}
.event_list li .event_img {
  line-height: 0;
}
.event_list li .event_box {
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .event_list li .event_box {
    padding: 15px;
  }
}
.event_list li .event_box._chef {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .event_list li .event_box._chef {
    flex-direction: column;
  }
}
.event_list li .event_box._chef .date {
  margin-bottom: 1rem;
}
.event_list li .event_box._chef .chef {
  margin-top: 0.5rem;
  line-height: 1.4;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .event_list li .event_box._chef .chef {
    margin-top: 1rem;
  }
}
.event_list li .event_box._chef .chef span {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}
.event_list li .event_box._chef .chef span::after {
  padding-left: 0.25rem;
  font-weight: 500;
  font-size: 1.3rem;
  content: "先生";
}
.event_list li .chef_wrap {
  margin: 0 1rem;
}
@media screen and (max-width: 834px) {
  .event_list li .chef_wrap {
    margin: 0 0 2rem;
  }
}
.event_list li .chef_wrap .event_img {
  margin-top: 1.5rem;
}
.event_list li .event-ttl {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  font-size: clamp(2.2rem, 2.062rem + 0.62vw, 2.8rem);
  font-weight: 900;
  line-height: 1.4;
  padding: 0 0 0 1em;
  height: 4.5em;
  position: relative;
  text-align: left;
  color: white;
  background: #199BF2;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  text-shadow: rgba(0, 0, 0, 0.16) 0 6px 0;
}
@media screen and (max-width: 834px) {
  .event_list li .event-ttl {
    line-height: 1.3;
    padding: 0.5em 1em;
    height: auto;
    min-height: 4em;
    justify-content: center;
    text-align: center;
  }
}
.event_list li .event-ttl .event-ttl_img {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  margin: auto;
  line-height: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .event_list li .event-ttl .event-ttl_img {
    display: none;
  }
}
.event_list li .event-ttl .event-ttl_img._01 {
  right: 1em;
}
.event_list li .date_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .event_list li .date_wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.event_list li .flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 834px) {
  .event_list li .flex:first-of-type {
    margin-bottom: 1rem;
  }
}
.event_list li .date {
  display: inline-block;
  border-radius: 50px;
  color: white;
  line-height: 1.4;
  padding: 0 2rem 0.25rem;
  margin-right: 1.25rem;
  white-space: nowrap;
}
.event_list li .date._red {
  background: #EA5541;
}
.event_list li .date._blue {
  background: #2F69D8;
}
@media screen and (max-width: 834px) {
  .event_list li .date {
    margin: 1rem;
  }
}
.event_list li .date span {
  font-size: 2.4rem;
  font-weight: 900;
}
.event_list li .time_wrap {
  margin-right: 1rem;
}
@media screen and (max-width: 834px) {
  .event_list li .time_wrap {
    margin-right: 0;
  }
}
.event_list li .time {
  font-weight: bold;
  margin-right: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .event_list li .time {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.event_list li .time span {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 1rem;
  margin-right: 0.5rem;
  border: 1px solid #222;
}
.event_list li .time small {
  font-size: 1.3rem;
  font-weight: 400;
}
.event_list li ._photo,
.event_list li ._smile {
  white-space: nowrap;
}
.event_list li ._photo .date,
.event_list li ._smile .date {
  margin-right: 0.5rem;
}
.event_list li ._photo .time_wrap,
.event_list li ._smile .time_wrap {
  text-align: left;
  margin-left: 0.5rem;
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .event_list li ._photo .date_wrap,
  .event_list li ._smile .date_wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .event_list li ._photo .date,
  .event_list li ._smile .date {
    margin: 0 0.5rem 0 0;
  }
  .event_list li ._photo .time_wrap,
  .event_list li ._smile .time_wrap {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.timeline_block .border_box {
  border: 1px solid #D6D6D6;
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 4rem;
}
.timeline_block .border_box span {
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .timeline_block .flex {
    flex-direction: row;
  }
}

.timeline_block._blue .timeline-date {
  background: #2F69D8;
}
.timeline_block._blue .timeline_list .timeline_list-item:nth-child(odd) {
  background: #E9F0FB;
}
.timeline_block._blue .timeline_list dt {
  color: #2F69D8;
}

.timeline_block._red .timeline-date {
  background: #EA5541;
}
.timeline_block._red .timeline_list .timeline_list-item:nth-child(odd) {
  background: #FDECEC;
}
.timeline_block._red .timeline_list dt {
  color: #EA5541;
}

.timeline-ttl {
  font-size: clamp(2.8rem, 2.523rem + 1.23vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.5em;
  color: #0079C3;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1440px) {
  .timeline-ttl {
    margin-bottom: 2rem;
    letter-spacing: 0.25em;
  }
}

.timeline-date {
  font-size: clamp(2rem, 1.631rem + 1.64vw, 3.6rem);
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 900;
  line-height: 1.4;
  color: white;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 834px) {
  .timeline-date {
    padding: 1.5rem 0.5rem;
  }
}
.timeline-date span {
  margin-bottom: 0.5rem;
  font-size: clamp(2.8rem, 2.385rem + 1.85vw, 4.6rem);
  text-combine-upright: all;
  display: inline-block;
  width: 1em;
}

.timeline_list {
  width: 100%;
}
.timeline_list .timeline_list-item {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
}
@media screen and (max-width: 834px) {
  .timeline_list .timeline_list-item {
    line-height: 1.4;
    padding: 1.5rem 0;
  }
}
.timeline_list dt {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .timeline_list dt {
    width: 25%;
  }
}
.timeline_list dd {
  padding-right: 1em;
}
@media screen and (max-width: 834px) {
  .timeline_list dd {
    width: 75%;
    text-align: left;
  }
}

/*----------------------------------------------------------------------
商品詳細
----------------------------------------------------------------------*/
.recommend .main-ttl {
  background: #199BF2;
  color: white;
  padding: 2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .recommend .main-ttl {
    margin-bottom: 40px;
  }
}

.products_area {
  margin: 100px 0;
  text-align: left;
}

.products_title {
  font-size: clamp(2.4rem, 2.262rem + 0.62vw, 3rem);
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.products_title p {
  font-weight: bold;
  color: #199BF2;
  font-size: clamp(1.8rem, 1.708rem + 0.41vw, 2.2rem);
  line-height: 1.6;
}

.products_item_wrap {
  display: flex;
}

/** 商品画像 **/
.products_item_img {
  width: 50%;
}

#products_item_mainImg {
  background: #fff;
  margin-bottom: 15px;
  text-align: center;
}

#products_item_subImg {
  display: flex;
  justify-content: center;
}

#products_item_subImg li {
  border: 1px solid #ddd;
  background: #fff;
  width: 15%;
  margin-right: 5px;
  transition: 0.3s all;
  cursor: pointer;
}

#products_item_subImg li:hover {
  opacity: 0.5;
}

.current {
  pointer-events: none;
}

#products_item_subImg li:last-child {
  margin-right: 0;
}

/** 商品説明文 **/
.products_item_caption {
  width: 50%;
}

.products_item_caption dl {
  padding: 0 0 1em 2em;
}

.products_item_caption dt {
  padding: 0 0 0.25em 0.5em;
  border-left: 8px solid #FF3B17;
  border-bottom: 1px solid #FF3B17;
}

.products_item_caption dd {
  padding: 0.5em 0 0 0.5em;
}

/** 販売価格**/
.products_itemSellprice em {
  line-height: 100%;
  font-size: clamp(2.4rem, 2.123rem + 1.23vw, 3.6rem);
  font-style: normal;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c";
  color: #EA5541;
  display: block;
}

/*----------------------------------------------------------------------
お楽しみイベント
----------------------------------------------------------------------*/
.funevent {
  background: #EFF9FF;
  background: linear-gradient(0deg, rgb(239, 249, 255) 0%, rgb(89, 189, 237) 100%);
  padding: 80px 0 0;
}
@media screen and (max-width: 834px) {
  .funevent {
    padding: 40px 0 0;
  }
}

.fun_wrap {
  position: relative;
  z-index: 0;
  background: url(../images/funevent_balloon.png) no-repeat top 60px center/100%, url(../images/funevent_cloud_bg.svg) no-repeat top 60px center/120%;
  padding: 0 0 80px;
}
@media screen and (max-width: 834px) {
  .fun_wrap {
    background: url(../images/balloon_bg01_sp.png) no-repeat top 30px center/90vw, url(../images/balloon_bg02_sp.png) no-repeat top 30px center/90vw, url(../images/funevent_cloud_sp.svg) repeat-y top 30px center/120%;
    padding: 0 0 40px;
  }
}
.fun_wrap .inner {
  width: 800px;
  max-width: 90%;
}

@media screen and (max-width: 834px) {
  .fun-box {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .fun_list {
    width: 80%;
    margin: 0 auto;
  }
}
.fun_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
}
.fun_list ul li {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .fun_list ul li {
    width: calc(100% - 30px);
    margin-bottom: 10px;
  }
}

.ban_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .ban_list ul {
    margin-left: -10px;
  }
}
.ban_list ul li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .ban_list ul li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------------------------
キッチンカー
----------------------------------------------------------------------*/
.kitchencar {
  padding-top: 140px;
  background: url(../images/kitchencar_bg.svg) repeat-x top, #FFF5E0;
}
@media screen and (max-width: 834px) {
  .kitchencar {
    background: url(../images/kitchencar_bg.svg) repeat-x top/100px, #FFF5E0;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .kitchencar .flex {
    flex-direction: row;
  }
}
.kitchencar .timeline-date {
  position: relative;
  padding-top: 7rem;
}
@media screen and (max-width: 1440px) {
  .kitchencar .timeline-date {
    padding-top: 5rem;
  }
}
.kitchencar .timeline-date::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: -1px;
  width: 100%;
  height: 70px;
  background: #FF7600;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .kitchencar .timeline-date::before {
    height: 50px;
  }
}
.kitchencar .timeline-date._blue {
  background: #2F69D8;
}
.kitchencar .timeline-date._red {
  background: #EA5541;
}

.kitchencar .main-ttl {
  color: #FF7600;
  text-shadow: rgba(0, 0, 0, 0.16) 0 8px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .kitchencar .main-ttl {
    text-shadow: rgba(0, 0, 0, 0.16) 0 5px 0;
  }
}

@media screen and (max-width: 834px) {
  .table_scroll {
    overflow: scroll;
  }
}

@media screen and (max-width: 834px) {
  .kitchen_table {
    width: 630px;
  }
}
.kitchen_table th {
  height: 70px;
  vertical-align: middle;
  font-size: clamp(2.4rem, 2.262rem + 0.62vw, 3rem);
  font-weight: 900;
  color: white;
  background: #FF7600;
  padding: 0 2rem;
  border-bottom: 2px solid #FFF5E0;
  border-right: 2px solid #FFF5E0;
}
@media screen and (max-width: 1440px) {
  .kitchen_table th {
    height: 50px;
  }
}
.kitchen_table th span {
  white-space: nowrap;
  display: inline-block;
  font-size: clamp(3rem, 2.538rem + 2.05vw, 5rem);
}
.kitchen_table th span::after {
  content: "日";
  font-size: 2rem;
}
.kitchen_table td {
  padding: 1rem;
  vertical-align: middle;
  background: white;
  border-bottom: 2px solid #FFF5E0;
  border-right: 2px solid #FFF5E0;
}
.kitchen_table td:first-of-type {
  display: flex;
  align-items: center;
}
.kitchen_table td:first-of-type .sub_txt {
  width: 40%;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .kitchen_table td:first-of-type .sub_txt {
    line-height: 1.3;
    width: 60%;
  }
}
.kitchen_table td:first-of-type .sub_txt span {
  font-size: clamp(1.8rem, 1.615rem + 0.82vw, 2.6rem);
  font-weight: 900;
  font-family: "M PLUS Rounded 1c";
  color: #FF7600;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .kitchen_table td:first-of-type .sub_txt span {
    font-size: 4.7vw;
  }
}
.kitchen_table td:first-of-type img {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .kitchen_table td:first-of-type img {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .kitchen_table td img {
    width: 40px;
  }
}
.kitchen_table tr:nth-of-type(odd) td {
  background: #FFFCF0;
}

.foodcourt_block {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 170px auto 0;
  background: white;
  border: 10px solid #e85400;
  padding: 40px 80px 70px;
  border-radius: 60px;
}
@media screen and (max-width: 834px) {
  .foodcourt_block {
    border-radius: 40px;
    padding: 20px 20px 40px;
    border: 5px solid #e85400;
    margin: 120px auto 0;
  }
}
.foodcourt_block::before {
  position: absolute;
  content: "";
  background: url(../images/foodcourt_deco.svg) no-repeat center/contain;
  width: 200px;
  aspect-ratio: 288/196;
  top: -136px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .foodcourt_block::before {
    width: 150px;
    top: -102px;
  }
}

.foodcourt_list li {
  font-size: clamp(2.4rem, 1.8rem + 2.67vw, 5rem);
  font-weight: 900;
  font-family: "M PLUS Rounded 1c";
  color: #FF7600;
  position: relative;
  padding: 1rem 0;
}
.foodcourt_list li img {
  position: absolute;
}
.foodcourt_list li img._01, .foodcourt_list li img._03 {
  width: 120px;
  top: 0;
  right: -50px;
}
@media screen and (max-width: 834px) {
  .foodcourt_list li img._01, .foodcourt_list li img._03 {
    width: 80px;
    right: -40px;
  }
}
.foodcourt_list li img._02, .foodcourt_list li img._04 {
  width: 100px;
  bottom: 0;
  left: -50px;
}
@media screen and (max-width: 834px) {
  .foodcourt_list li img._02, .foodcourt_list li img._04 {
    width: 60px;
    left: -40px;
  }
}
.foodcourt_list li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 790/5;
  background: url(../images/orange_border.svg) no-repeat center/100%;
}

.map {
  padding-bottom: 80px;
}

.access-ttl {
  font-size: clamp(2.8rem, 2.615rem + 0.82vw, 3.6rem);
  letter-spacing: 0.5em;
  background: #0079C3;
  color: white;
  padding: 100px 0 40px;
}
@media screen and (max-width: 1440px) {
  .access-ttl {
    padding: 60px 0 20px;
  }
}

.map-venue {
  margin: 6rem 0 2rem;
  font-size: clamp(2.4rem, 2.031rem + 1.64vw, 4rem);
  font-weight: 900;
  line-height: 1.4;
}
.map-venue span {
  display: block;
}
@media screen and (max-width: 834px) {
  .map-venue {
    margin-bottom: 1rem;
  }
}

.map-venue-name {
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .map-venue-name {
    flex-direction: column;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.map-venue-name span {
  font-size: clamp(3rem, 2.538rem + 2.05vw, 5rem);
  padding: 0 0.25em;
}

.map-address {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.map-address a {
  color: #0A78E6;
  text-decoration: underline;
}
.map-address a:hover {
  text-decoration: none;
}

.map-caption {
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  font-weight: 700;
  text-align: left;
}

.mapWrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.mapWrap .sub-txt {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  margin: 2rem 0 1.5rem;
}

.map_img {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .map_img {
    margin-top: 30px;
  }
}
.map_img .subat {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.map_img .subat span {
  color: #222;
}

.map-venue-bg {
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  background: #222;
  color: white;
  padding: 0.5rem 2rem;
  margin: 4rem 0 1.5rem;
}

.map_list {
  margin-top: 0.5rem;
}
.map_list li {
  font-size: clamp(1.6rem, 1.462rem + 0.62vw, 2.2rem);
  font-weight: 500;
  line-height: 1.4;
}
.map_list li a {
  display: inline-block;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  color: #0A78E6;
  text-decoration: underline;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1440px) {
  .map_list li a {
    padding-left: 1em;
  }
}
.map_list li a:hover {
  text-decoration: none;
}

.map-subat {
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 1440px) {
  .map-subat {
    margin: 0.5rem 0 2rem;
  }
}
.map-subat ._border {
  font-weight: 800;
  text-decoration: underline;
}

.blank[target=_blank] {
  position: relative;
  padding-right: 1em;
}
.blank[target=_blank]::after {
  background: url("../images/blank_ico.svg") no-repeat center/contain;
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  right: 0;
  bottom: 3px;
}

@media screen and (max-width: 834px) {
  .products_area {
    margin: 40px 0;
  }
  .products_title {
    margin-bottom: 10px;
  }
  .products_item_wrap {
    flex-direction: column;
  }
  .products_item_img {
    width: 100%;
  }
  .products_item_caption {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .products_item_caption dl {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0 0em 0em;
  }
  .products_item_caption dt {
    width: 30%;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .products_item_caption dd {
    margin-left: 1em;
    border-bottom: 1px solid #FF3B17;
    padding: 0.5em 0 0.5em 0.5em;
    width: 70%;
  }
}/*# sourceMappingURL=sub.css.map */