@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; */
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #332217;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure {
  margin: 0;
}

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

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.mb{
  display: none;
}
main {
  display: block;
}

.inner-block {
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.contents_main {
  background-color: #e50012;
}
p.desc {
  text-align: center;
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 2em;
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header .mv {
  padding: 0;
  text-align: center;
  margin-bottom: 56px;
  background-color: #e50012;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  padding-top: 110px;
  padding-bottom: 100px;
}
.c-footer__contents {
  font-weight: bold;
  margin: 0 auto;
  width: 87%;
  border-left: solid 4px #e4d936;
  color: #fff;
  padding-left: 1em;
}
.c-footer__title {
  font-size: 26px;
}
.c-footer__contact {
  font-size: 24px;
}
.c-footer a {
  color: inherit;
  font-size: 24px;
  text-decoration: underline;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  /* right: 30px; */
  right: calc(52% - 375px);
}
.c-pagetop a {
  display: block;
}

.c-breadcrumb {
  background-color: #8e9091;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  /* btn 基本 */
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0;
  color: #212529;
  border-radius: 10px;
}
.c-btn.character {
  font-size: 36px;
  color: #333399;
  background-color: #fff;
  border: solid 2px #333399;
  border-radius: 100vh;
  width: 100%;
  padding: 0.5em 0;
}
.c-btn__wrapper {
  margin: 0 auto;
  width: 80%;
}
.imgtext{
  width: fit-content;
  margin-top: 2em;
}
.c-btn__text {
  font-size: clamp(10px, 2vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 1em;
}
.c-btn__img {
  margin: 1.5em auto -2em;
  width: 12%;
}
.c-btn.no-link {
  pointer-events: none;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* カミングスーン */
.soon{
  width: 60%;
  margin: 0 auto;
}
.p-home .dotted {
  width: 100%;
  border-bottom: 5px dotted #e8de44;
  background-color: transparent;
  border-radius: 1px;
  margin-bottom: 0.25em;
}
.p-home .news {
  padding: 10em 0;
  margin-bottom: 40px;
}
.p-home .news__title {
  width: 40%;
  margin: 0 auto -16px;
}
.p-home .news__contents {
  background-color: #fff;
  background-image: url(../img/news-contents-bg.png);
  background-repeat: no-repeat;
  background-position: top 1em right;
  background-size: 58%;
  margin: 0 auto;
  width: 87%;
  padding: 5em 2em;
}
.p-home .news__item {
  margin-bottom: 4em;
}
.p-home .news__item:last-of-type {
  margin-bottom: 0;
}
.p-home .news__day {
  font-size: 30px;
  border-bottom: solid 1px #3399ff;
  position: relative;
}
.p-home .news__subtitle {
  text-align: left;
  font-size: 18px;
  line-height: 1.75;
}
.p-home .news__subtitle a {
  text-decoration: underline;
}
.p-home .divider {
  position: relative;
}
.p-home .divider .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -0.04em;
}
.p-home .divider .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}
.p-home .divider .shape-fill {
  fill: #e50012;
}
.p-home .divider .shape-fill-white {
  fill: #fff;
}
.p-home .event {
  padding-top: 150px;
  padding-bottom: 100px;
}
.p-home .event__title {
  text-align: center;
  margin-bottom: 53px;
}
.p-home .event__txtHolder {
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  margin: 0 auto 2em;
  width: 80%;
  letter-spacing: -0.05em;
  text-align: justify;
}
.p-home .event__imgHolder {
  position: relative;
}
/* -------------------飛び出すキャラ */
.p-home .event-pic00 {
  position: absolute;
  top: 2%;
  left: 0;
  width: 32%;
}
.p-home .event-pic01 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 32%;
}
.p-home .event-pic02 {
  position: absolute;
  top: 42%;
  left: 0;
  width: 28%;
}
.p-home .event-pic03 {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 28%;
}
.p-home .event-pic04 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28%;
}
/* ------------------イベントイメージ */
.event_right{
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 6em;
}
.event_left{
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 6em;
}
.p-home .event-img01 {
  width: 85%;
  padding-right: 6%;
}
.p-home .event-img02 {
  width: 95%;
  padding-right: 15%;
  margin-bottom: 6em;
}

.p-home .event-img03 {
  width:76%;
  padding-right: 6%;
}
/* おひるね */
.p-home .event-img04 {
  margin-left: 0;
  margin-right: auto;
  width: 85%;
  padding-left: 10%;
  margin-bottom: 3em;
}
/* スタンプ */
.p-home .event-img05 {
  width: 85%;
  padding-left: 6%;
}
/* グルメ  */
.p-home .event-img06 {
  width: 85%;
  padding-right: 6%;
  margin-bottom: 3em;
}
.p-home .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f4eea1));
  background: linear-gradient(transparent 60%, #f4eea1 60%);
}
.p-home .about {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 2em;
}
.p-home .about__imgHolder {
  width: 100%;
  margin-bottom: 3em;
  margin-top: -5em;
}
.p-home .about__txtHolder {
  margin: 0 auto 70px;
  width: 80%;
  text-align: justify;
}
.p-home .about__txtHolder p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 2em;
}
.p-home .about__txtHolder p:last-of-type {
  margin-bottom: 0;
}
.p-home .about .c-btn__wrapper {
  width: 80%;
}
.p-home .kinds {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 5%;
}
.p-home .kinds__title {
  text-align: center;
  margin-bottom: 4em;
}
.p-home .kinds__text {
  font-size: clamp(10px, 2vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  color:#333399;
  text-align: center;
  width: 100%;
  margin-bottom: 10%;
}
.p-home .kinds__opceremony {
  text-align: center;
  margin: 0 auto 60px;
  width: 50%;
}
.p-home .kinds__contents {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-home .kinds__imgHolder {
  width: 47%;
  margin-bottom: 5％;
  margin-top: 5%;
}
.p-home .kinds__imgHolder figcaption {
  font-size: 22px;
  margin: 1em auto 0;
  width: 80%;
  line-height: 1.5;
  color: #000;
}
.p-home .kinds__clceremony {
  text-align: center;
  margin: -20px auto 10%;
  width: 50%;
}
.p-home .team {
  width: 100%;
  padding-top: 10em;
}
.p-home .team__title, .p-home .team__text {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  margin-bottom: 3em;
}
.p-home .team-img01 {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
}
.p-home .team-img02 {
  margin-left: 4%;
  margin-right: auto;
  width: 50%;
  margin-top: -20%;
}
.p-home .team-img03 {
  width: 55%;
  margin-left: auto;
  margin-right: 2%;
  margin-top: -14%;
}
.p-home .team-img04 {
  width: 24%;
  margin-left: 16%;
  margin-right: auto;
  margin-top: -27%;
}
.p-home .team__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 4em;
  width: 90%;
}
.p-home .team__contents ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.p-home .team__contents ul li{
 width: 50%;
}

.p-home .btnarea {
  width: 100%;
  background-color: #fff;
  padding-top: 7em;
  padding-bottom: 2em;
}
.p-home .stage__contents {
  margin: 0 auto;
  width: 85%;
}
.p-home .stage__imgHolder {
  margin-bottom: 4em;
}
.p-home .team__box {
  border: solid 1px #231815;
  margin: 0 auto 5em;
  width: 88%;
  padding: 2em;
  color: #000;
}

.p-home .team__box-title:nth-of-type(1) {
  width: 12em;
  margin: 0 auto 1.5em;
}
.p-home .team__box-title:nth-of-type(2) {
  width: 15em;
  margin: 0 auto 1.5em;
}
.p-home .team__imgHolder{
  margin: 0 auto 5%;
}
.p-home .team__imgHolder_mc{
  margin: 0 auto 5%;
}
.p-home .mc__imgHolder{
  width: 90%;
  margin: 0 auto 5%;
  flex-direction: row;
}
.p-home .team__contents ul li.mc__img{
  width: 29%;
  margin: 2%;
}
.p-home .team__list {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 3em;
}
ul{
list-style-type:disc;
margin-left: 5%;
}

.p-home .team__price {
  text-align: center;
  font-size: 24px;
}
.p-home .team .c-btn__wrapper {
  width: 88%;
}
.p-home .ohirune {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
}
.p-home .ohirune__title {
  text-align: center;
  margin: 0 auto 80px;
  width: 60%;
}
.p-home .ohirune-img01 {
  margin: 0 auto;
  width: 80%;
}
.p-home .ohirune__contents {
  margin-bottom: 100px;
}
.p-home .booth {
  background-color: #e50012;
  padding-top: 130px;
  padding-bottom: 140px;
}
.p-home .booth__title {
  margin: 0 auto 120px;
  width: 70%;
}
.p-home .booth__imgHolder {
  margin: 0 auto;
  width: 86%;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.p-home .booth__imgHolder img {
  width: 50%;
}
.p-home .summary {
  padding-top: 170px;
  padding-bottom: 120px;
  background-color: #fff;
}
.p-home .summary__title {
  margin: 0 auto 4em;
  width: 68%;
}
.p-home .summary figure{
  margin: 7%;
}
.p-home .summary__contents {
  background-color: #fff;
  margin: 0 auto;
  width: 86%;
  padding: 4em 2em;
}
.p-home .summary__desc {
  font-size: 32px;
  font-weight: bold;
}
.p-home .summery__caus{
  margin: 7% 7% 0 7%;
  list-style: none;
}
.p-home .summary__note {
  font-size: 22px;
  font-weight: bold;
  color: #231815;
  word-break: normal;
}
.p-home .summary__item {
  margin-bottom: 3em;
}
.p-home .summary .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.p-home .summary .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home .stamp {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.p-home .stamp__title {
  margin: 0 auto 2em;
  width: 60%;
}
.p-home .stamp__imgHolder {
  margin: 0 auto;
  width: 80%;
}
.p-home .stamp__contents:first-of-type {
  margin-bottom: 7em;
}
.p-home .food {
  padding-top: 200px;
  padding-bottom: 100px;
}
.p-home .food__title {
  margin: 0 auto 6em;
  width: 60%;
}
.p-home .food__imgHolder {
  margin: 0 auto 5em;
  width: 80%;
}
.p-home .g-slide {
  position: relative;
  overflow: hidden;
  margin: 0 auto 6em;
  padding-bottom: 50%;
  padding-top: 65px;
}
.p-home .g-slide iframe {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-company {
  padding: 2em 0;
}
.p-company ul {
  list-style: none;
}
.company__contents {
  margin-bottom: 60px;
  padding: 5%;
}

.company__contents-title {
font-size: larger;
font-weight: bold;
padding-bottom: 1em;
margin-bottom: 2em;
text-align: center;
}

.underline-gr {
  border-bottom: solid 4px #41b43d;
}
.underline-re {
  border-bottom: solid 4px #e50012;
}

.underline-or {
  border-bottom: solid 4px #fe9901;
}

.underline-ye {
  border-bottom: solid 4px #d9cb00;
}

.underline-bl {
  border-bottom: solid 4px #3fa9f5;
}

.underline-pi {
  border-bottom: solid 4px #ff7bac;
}

.company__item {
  margin-bottom: 60px;
  color: #333;
}

.company__item-img {
  margin: 1em auto 1.6em;
  width: 100%;
  text-align: center;
}

.company__item-img img {
  width: auto;
  height: 80%;
}

.bg-black {
  background-color: #000;
}

.top-l {
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}
.center {
  text-align: center;
}
.company__item-title {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 1em;
  text-align: center;
}

.company__item-title a {
  color: #333;
  text-decoration: underline;
}

.company__item-desc {
  font-size: clamp(12px, 2vw, 14px);
}

/* BASE CSS */
/* ここからカードレイアウトのスタイリング */
/* PC　3カラム */
.bl_media_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
  padding: 10px;
}

.bl_media_itemWrapper {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
  outline: 1px solid #ddd;
}

/* タブレット　2カラム */
/* スマホ 1カラム*/
.p-present {
  padding: 2em 0;
}

.present__item {
  padding: 10px;
  color: #333;
}

.present__item-img {
  margin: 0 auto 1em;
  height: 100px;
  text-align: center;
}
.present__item-img img {
  width: auto;
  height: 100%;
}

.present__item-title {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 1em;
}

.present__item-desc {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 2em;
}

.present__item-company {
  font-size: clamp(12px, 2vw, 14px);
}

.present__item-company a {
  text-decoration: underline;
  color: #333;
}
.present__contents ul{
list-style-type: none;
}
.present__contents{
  margin-bottom: 10%;
}

/* BASE CSS */
/* ここからカードレイアウトのスタイリング */
/* PC　3カラム */
.bl_media_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
  padding: 10px;
}

.bl_media_itemWrapper {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
  outline: 1px solid #ddd;
}

/* タブレット　2カラム */
/* スマホ 1カラム*/
.p-present {
  padding: 2em 0;
}

.present__item {
  padding: 10px;
  color: #333;
}

.present__item-img {
  margin: 0 auto 1em;
  height: 200px;
  text-align: center;
}
.present__item-img img {
  width: auto;
  height: 100%;
}

.present__item-title {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 1em;
}

.present__item-desc {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 2em;
}

.present__item-company {
  font-size: clamp(12px, 2vw, 14px);
}

.present__item-company a {
  text-decoration: underline;
  color: #333;
}
/* グルメフェス */
#gourmet .c-header .mv{
  background: no-repeat top url("../img/kitchen/k-mv-back.png");
  padding-bottom: 20%;
  margin-bottom: -20%;
}
.gourmet__inner{
  background-color: #F4CD44;
  width: 100%;
}
.gourmet__car{
  padding: 0 0 2em 0;
}
.kitchen-img{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5%;
}
.gourmet__text{
  width: 65%;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    margin-bottom: 20%;
}
#gourmet figure{
  margin: -6em 0 10%;
}
.gourmet__footer{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3em;
}
#gourmet .gourmet__footer figure{
  margin: 0 auto;
}
.gourmet__footer figure img{
  width: 30%;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  a:hover {
    opacity: 0.8;
  }
  .inner-block {
    margin: 0 auto;
    max-width: 750px;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .mb{
    display: inherit;
  }
  .inner-block {
    /*  padding: 0 10px; */
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header .mv {
    margin-bottom: 5%;
  }
  .c-footer {
    padding-bottom: 15%;
  }
  .c-footer__title {
    font-size: clamp(16px, 2vw, 26px);
  }
  .c-footer__contact {
    font-size: clamp(14px, 2vw, 24px);
  }
  .c-footer a {
    font-size: clamp(14px, 2vw, 24px);
  }
  .c-pagetop {
    right: 10px;
    bottom: 35px;
    width: 25%;
  }
  .c-btn.character {
    font-size: clamp(16px, 2vw, 36px);
  }
  .p-home .news {
    padding: 10em 0 10%;
  }
  .p-home .news__contents {
    padding: 2em;
  }
  .p-home .news__day {
    font-size: clamp(18px, 2vw, 30px);
  }
  .p-home .news__subtitle {
    font-size: clamp(16px, 2vw, 18px);
  }
  .p-home .event {
    padding-bottom: 10%;
  }
  .p-home .event__title {
    margin: 0 auto 10%;
    width: 90%;
  }
  .p-home .event__txtHolder {
    font-size: clamp(18px, 2vw, 24px);
  }

#ticket.imgtext{
width: 20%;
  }
  .btnarea>.c-btn__wrapper{
    width: 90%;
  }
  .event_left, .event_right {
    margin-bottom: 10%;
  }
  
  .p-home .about__txtHolder p {
    font-size: clamp(18px, 2vw, 20px);
  }
  .p-home .kinds__contents {
    display:inherit ;
  }
  .p-home .kinds__imgHolder {
    width: 90%;
    margin: 5%;
  }
  .p-home .kinds__title {
    margin-bottom: 5%;
  }
  .p-home .kinds__imgHolder figcaption {
    font-size: clamp(16px, 2vw, 22px);
  }
  .p-home .team {
    padding-bottom: 5%;
  }
  .p-home .team__title , .p-home .stamp__title{
    width: 90%;
  }
  .p-home .team__title, .p-home .team__text {
    margin-bottom: 10%;
    font-size: clamp(16px, 2vw, 22px);
  }
  .p-home .team__list {
    font-size: clamp(16px, 2vw, 22px);
  }
  .p-home .team__price {
    font-size: clamp(18px, 2vw, 22px);
  }
    .p-home .team__imgHolder_mc {
      margin: 10% auto 10%;
      width: 80%;
    }
    .p-home .team__contents ul li.mc__img{
      width: 70%;
      margin:0 auto;
      margin-bottom: 10%;
  
    }
  .p-home .ohirune {
    padding-bottom: 15%;
  }
  .p-home .ohirune__title {
    margin-bottom: 15%;
  }
  .p-home .ohirune__contents {
    margin-bottom: 15%;
  }
  .p-home .booth {
    padding-bottom: 10%;
  }
  .p-home .booth__title {
    margin-bottom: 10%;
    width: 90%;
  }
  .p-home .booth__imgHolder {
    min-height: 56vw;
  }
  .p-home .summary__title {
    width: 90%;
  }
  .p-home .summary__desc {
    font-size: clamp(18px, 2vw, 33px);
  }
  .p-home .summary__note {
    font-size: clamp(16px, 2vw, 24px);
  }
  .p-home .stamp {
    padding-bottom: 15%;
  }
  .p-home .food {
    padding-top: 35%;
    padding-bottom: 15%;
  }
  .p-home .food__title {
    margin-bottom: 15%;
    width: 90%;
  }

  .p-home .team__contents ul{
display: inline;
    flex-wrap: nowrap;
  }
  .p-home .team__contents ul li{
   width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .bl_media_itemWrapper {
    width: calc(50% - 10px);
  }
  .bl_media_itemWrapper {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 599px) {
  .bl_media_itemWrapper {
    width: calc(100% - 10px);
  }

  .present__item-img, .company__item-img {
    height: 150px;
  }
  .bl_media_itemWrapper {
    width: calc(100% - 10px);
  }
  .present__item-img {
    height: 150px;
  }
    .gourmet__text {
      width: 80%;
      font-size: 16px;
    }
}
