/* ---------------------------------------------------- */
/*共通*/
/* ---------------------------------------------------- */
/* 自動カーニング */
main {
  font-feature-settings: 'palt';
}
/* 画像レスポンシブ */
.w100 {
  max-width: 100%;
}
#content {
  color: #320101;
}

/* フォント */
/* montserrat
Zen Kaku Gothic New */
/* ---------------------------------------------------- */
/*PC用 LAYOUT*/
/* ---------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  body {
    background-color: #fcf6ef;
  }
  /* --------------------- */
  /* 左ページ */
  /* --------------------- */
  .main-contents .main_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .pc_title {
    max-width: 311px;
  }
  .top_image {
    /* max-width: 579px; */
    position: absolute;
    z-index: 9;
    top: 520px;
    right: 54%;
    padding-left: 10px;
  }

  .main-contents .contents {
    position: absolute;
    width: 30%;
    max-width: 328px;
    top: 77px;
    right: 61%;
    text-align: center;
    z-index: 10;
  }

  /* メニュー */
  .main-contents .contents .menu {
    width: 237px;
    margin: 2rem auto 0;
    font-size: 2.1rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .main-contents .contents .menu li {
    padding-top: 5px;
    padding-bottom: 16px;
    background-image: url('../images/gourmetguide/menu_border.png');
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .main-contents .contents .menu li a {
    transition: letter-spacing 0.2s;
  }
  /* フッターPC */
  .footer_pc {
    position: absolute;
    z-index: 9;
    top: 800px;
    right: 58%;
    width: 500px;
    text-align: center;
  }
  .footer_add_pc {
    margin-top: 15px;
    font-size: 15px;
  }

  /* --------------------- */
  /*  右ページ */
  /* --------------------- */
  .main-contents #content_pc_bg {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 4%;
    margin-left: 50%;
    &:where(.spring *) {
      background-color: #fc6b9d;
    }
    &:where(.summer *) {
      background-color: #2751ec;
    }
    &:where(.autumn *) {
      background-color: #4d2010;
    }
    &:where(.winter *) {
      background-color: #004681;
    }
  }
  .main-contents #content {
    width: 44%;
    max-width: 600px;
    background: #fff;
  }
}
/* ---------------------------------------------------- */
/*スマホ用 LAYOUT*/
/* ---------------------------------------------------- */
@media only screen and (max-width: 767px) {
    main {
        margin-bottom: 10rem;
    }
  .pc {
    display: none !important;
  }
  .main-contents #content {
    width: 100%;
  }
  #footer_gourmetguide {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -1px 1px 2px rgba(0, 0, 0, 0.04);
  }
  #wrap_btn {
    position: absolute;
    top: -1.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    width: 40%;
    /* padding: 0.6rem 0 0.4rem; */
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -2px 1px 1px rgba(0, 0, 0, 0.04);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    text-align: center;
  }
  #btn_gonavi {
    width: 100%;
    position: relative;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  #btn_gonavi .arrow {
    width: 1.3rem;
    position: absolute;
    top: 1.6rem;
    right: 2rem;
  }

  #footer_main {
    padding: 2rem 0 2rem;
    background-color: #fff;
    text-align: center;
  }
  #footer_main .footlogo {
    width: 75%;
    margin-left: 0%;
    max-width: 554px;
  }
  #footer_main .footadd {
    margin: 1.2rem 0 0;
    font-size: 1rem;
  }
}
/* ---------------------------------------------------- */
/*第二階層*/
/* ---------------------------------------------------- */
.gg_sub #content {
  padding: 2rem 5% 20rem;
}
/* -------------------- */
/* メインビジュアル */
/* -------------------- */
.top_box {
  position: relative;
  background: #fcf6ef;
  border-radius: 8px 8px 0 0;
  padding-bottom: 1rem;
}
/* -------------------- */
/* のんびりカフェ用 */
/* -------------------- */
.top_nonbiri_area,
.gg_nonbiri #content {
  &:where(.spring *) {
    background-color: #fad2cf;
  }
  &:where(.summer *) {
    background-color: #b0e4ea;
  }
  &:where(.autumn *) {
    background-color: #ebcc69;
  }
  &:where(.winter *) {
    background-color: #e3e7ea;
  }
}
.gg_nonbiri .top_box h3 {
  position: absolute;
  top: 8vw;
  left: 3vw;
  width: 48vw;
  text-align: center;
}
.gg_nonbiri .top_box h3 p {
  padding-bottom: 1rem;
  font-size: 6.4vw;
  font-weight: 600;
  letter-spacing: 0em;
}
.gg_nonbiri .top_box .main_v {
  padding-top: 1rem;
  width: 100%;
}
/* -------------------- */
/* こだわりごはん用 */
/* -------------------- */
.top_kodawari_area,
.gg_kodawari #content {
  background-color: #e2dede;
}
.gg_kodawari .top_box h3 {
  text-align: center;
  padding-top: 2rem;
}
.gg_kodawari .top_box h3 p {
  font-size: 6.5vw;
  font-weight: 600;
  letter-spacing: 0em;
}
.gg_kodawari .top_box .main_v {
  width: 100%;
}
/* -------------------- */
/* しっかりごはん用 */
/* -------------------- */
.top_sikkari_area,
.gg_sikkari #content {
  &:where(.spring *) {
    background-color: #decdfa;
  }
  &:where(.summer *) {
    background-color: #f7db70;
  }
  &:where(.autumn *) {
    background-color: #ee9e87;
  }
  &:where(.winter *) {
    background-color: #d9cedb;
  }
}
.gg_sikkari .top_box h3 {
  text-align: center;
  padding-top: 2rem;
}
.gg_sikkari .top_box h3 p {
  font-size: 6.5vw;
  font-weight: 600;
  letter-spacing: 0em;
}
.gg_sikkari .top_box .main_v {
  width: 100%;
}
/* -------------------- */
/* わいわいバル用 */
/* -------------------- */
.top_sikkari_area,
.gg_waiwai #content {
  &:where(.spring *) {
    background-color: #decdfa;
  }
  &:where(.summer *) {
    background-color: #f7db70;
  }
  &:where(.autumn *) {
    background-color: #ee9e87;
  }
  &:where(.winter *) {
    background-color: #d9cedb;
  }
}
.gg_waiwai .top_box h3 {
  text-align: center;
  padding-top: 2rem;
}
.gg_waiwai .top_box h3 p {
  font-size: 6.5vw;
  font-weight: 600;
  letter-spacing: 0em;
}
.gg_waiwai .top_box .main_v {
  width: 100%;
}
/* -------------------- */
/* リード */
/* -------------------- */
.top_box .lead {
  padding: 1rem 10%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
/* -------------------- */
/* アイコンリスト */
/* -------------------- */
.top_box .icon_box {
  margin: 1rem 5%;
  padding: 1rem 2% 1rem 3%;
  border: 1px solid #b1b0b0;
  border-radius: 10px;
}
.top_box .icon_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* background-color: #FF0; */
}
.top_box .icon_box li {
  width: 50%;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  /* background-color: #CCC; */
}
.top_box .icon_box li .icon {
  width: 3.4rem;
  margin-right: 0.5rem;
}

.top_box .icon_box li:nth-child(1) {
  margin-bottom: 1rem;
}
.top_box .icon_box li:nth-child(odd) {
  width: 50%;
}
.top_box .icon_box li:nth-child(even) {
  width: 40%;
}
/* -------------------- */
/* おすすめショップ　ナビ */
/* -------------------- */
.nav_pickup_shop {
  margin: 1rem 5%;
  padding-top: 8px;
  background-color: #fff;
  border: 1px solid #e2dede;
}
.nav_pickup_shop .ttl {
  width: 56%;
  margin: 0.3rem auto 1.2rem;
}
.nav_pickup_shop ul {
  display: flex;
  gap: 0.9em 1.2em;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 1.1em;
  margin-inline: 3.2%;
}
.nav_pickup_shop ul li {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #e2dede;
    top: calc(100% + 0.45em);
    left: 0;
  }
}
.nav_pickup_shop ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  padding-right: 1.2em;
}
.nav_pickup_shop ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2em;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 0.4em; /* arrow size */
  height: 0.4em; /* arrow size */
  border-top: 2px solid #fe2888; /* thickness, color */
  border-right: 2px solid #fe2888;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
.nav_pickup_shop ul li a:nth-child(n + 2) {
  /* margin-left: 1.42857143em; */
}
/* -------------------- */
/* お店の情報 */
/* -------------------- */
.shop_box {
  margin-top: 3rem;
  background-color: #f4f0e6;
  border-radius: 0 0 5px 5px;
  filter: drop-shadow(0px 0px 2px #b8b6b6);
}
.shop_box .box_1 {
  border: 1px solid #625753;
  display: flex;
  font-weight: 500;
  font-size: 1.5rem;
}
.shop_box .box_1 .txt1 {
  width: 80%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #625753;
  color: #fff;
}
.shop_box .box_1 .txt2 {
  width: 20%;
  padding: 0.5rem;
  text-align: center;
  color: #625753;
  background-color: #fff;
}
.shop_box .box_2 {
  padding: 2rem 5%;
}
/* リード */
.shop_box .box_2 .info_lead {
  border-bottom: 1px solid #dedcdc;
  padding-bottom: 2.5rem;
}
.shop_box .box_2 .info_lead .ttl_1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.shop_box .box_2 .info_lead .ttl_2 {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.shop_box .box_2 .info_lead .txt {
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
/* 営業時間 */
.shop_box .info_time {
  padding-top: 1rem;
  padding-left: 0.4rem;
}
.shop_box .info_time .ttl {
  display: flex;
  align-items: center;
}
.shop_box .info_time .ttl .icon {
  width: 2rem;
  margin-right: 0.5rem;
  padding-top: 0.7rem;
}
.shop_box .info_time .ttl .txt1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.shop_box .info_time .ttl .info_icon {
  display: flex;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
}
.shop_box .info_time .ttl .info_icon .icon {
  width: 2.3rem;
}

.shop_box .info_time .txt2 {
  font-size: 1.4rem;
  padding-left: 2.3rem;
  line-height: 1.7;
}

/* 電話 */
.shop_box .info_tel {
  margin-top: 1.5rem;
}
.shop_box .info_tel .telbox {
  border: 1px solid #dedcdc;
  background: #f6f6f7;
  border-radius: 15px;
  padding: 0.7rem 1.5rem;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
.shop_box .info_tel .telbox:hover {
  opacity: 0.7;
}
.shop_box .info_tel .telbox .icon {
  width: 1.4rem;
  padding-top: 0.5rem;
}
.shop_box .info_tel .telbox .ttl {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-left: 1rem;
}
.shop_box .info_tel .telbox .txt {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1.5rem;
}
/* -------------------- */
/* SHOP INFO */
/* -------------------- */
.shop_box .info_shop {
  margin-top: 2.5rem;
}
.shop_box .info_shop .img1 {
  width: 100%;
}
.shop_box .info_shop .img1 img {
  border-radius: 10px;
}
.shop_box .info_shop .info_detail {
  margin-top: 1.5rem;
}
.shop_box .info_shop .info_detail .ttl {
  display: flex;
  align-items: center;
}
.shop_box .info_shop .info_detail .ttl .icon {
  display: flex;
  width: 1.6rem;
  margin-right: 0.7rem;
}
.shop_box .info_shop .info_detail .ttl .txt1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 0.3rem;
}
.shop_box .info_shop .info_detail .txt2 {
  font-size: 1.4rem;
  padding-left: 2.3rem;
  line-height: 1.7;
}
.shop_box .info_shop .info_detail .txt2 .marginL {
  margin-left: 2.7em;
}
/* -------------------- */
/* ボタン「店舗情報をみる」 */
/* -------------------- */
.wrap_btn_shopdetail {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.shop_box .btn_shopdetail {
  width: 60%;
  background-color: #320101;
  border-radius: 2rem;
  padding: 1.3rem 0 1.4rem 0rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-align: center;
}
.shop_box .btn_shopdetail::after {
  content: '→'; /* 下向きの矢印 */
  font-size: 0.8em; /* 矢印サイズ */
  color: inherit; /* テキスト色に合わせる */
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%); /* 矢印を縦方向中央揃え */
}
.shop_box .btn_shopdetail:hover {
  opacity: 0.7;
}
/* -------------------- */
/* グルメガイドTOPに戻るボタン */
/* -------------------- */
.btn_back_top {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding: 2rem;
  border-radius: 6px;
  background-color: #320101;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  filter: drop-shadow(0px 0px 2px #b8b6b6);
  text-align: center;
  position: relative;
}
.btn_back_top::before {
  /* くの字の表示設定 */
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 0.7rem; /* くの字を山なりに見た時、左側の長さ */
  height: 0.7rem; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
.btn_back_top::after {
  /* 棒の表示設定 */
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 2.5rem; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background: #fff; /* 棒の色 */
}
.btn_back_top:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------- */
/*トップページ*/
/* ---------------------------------------------------- */
/* メインビジュアル */
#mainV {
  position: relative;
  padding-top: 5.5rem;
  &:where(.spring *) {
    background: linear-gradient(#fad2cf, #fdb9a4);
  }
  &:where(.summer *) {
    background: linear-gradient(#a5dee5, #75cce8);
  }
  &:where(.autumn *) {
    background: linear-gradient(#f19f5c, #f16f4a);
  }
  &:where(.winter *) {
    background: linear-gradient(#b7bbda, #385196);
  }
}
#mainV .bg_white {
  position: absolute;
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background: #fff;
}
#mainV .inner {
  position: relative;
}
/* ロゴ */
.logo_main {
  width: 80%;
  padding-left: 5%;
}
.logo_main h2 {
  position: relative;
}
.logo_main span {
  position: absolute;
  left: 0;
  top: -3.8rem;
  font-family: 'Alex Brush', serif;
  font-weight: 400;
  font-size: 4rem;
  &:where(.spring *) {
    color: #fd1b80;
  }
  &:where(.summer *) {
    color: #1640da;
  }
  &:where(.autumn *) {
    color: #421a01;
  }
  &:where(.winter *) {
    color: #004681;
  }
}
/* リード */
#mainV .sub_title {
  padding: 1rem 0 1.5rem 5%;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  position: relative;
}
.bg_white_min {
  position: absolute;
  bottom: 0rem;
  right: 0;
  width: 45%;
  height: 2.8rem;
  background: #fff;
}
/* スライダー */
.visual {
  margin-bottom: 60px;
  width: 95%;
  margin-left: 5%;
}
.visual img {
  max-width: 100%;
}
.slick-list {
  padding-bottom: 2rem;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
}
.slick-dots li.slick-active button {
  &:where(.spring *) {
    &::before {
      color: #fd1843;
    }
  }
  &:where(.summer *) {
    &::before {
      color: #1640da;
    }
  }
  &:where(.autumn *) {
    &::before {
      color: #421a01;
    }
  }
  &:where(.winter *) {
    &::before {
      color: #004681;
    }
  }
}
.slick-dots li button:before {
  font-size: 10px;
}

/* ---------------------------------- */
/* PICKUP */
/* ---------------------------------- */
#pickup {
  background-color: #fff;
}
#pickup h3 {
  padding: 4rem 5% 0;
}
#pickup h3 p {
  padding-left: 0.5rem;
  font-size: 3rem;
  font-family: 'Montserrat', serif;
  font-optical-sizing: auto;
  font-weight: 600;
  &:where(.spring *) {
    color: #fe2888;
  }
  &:where(.summer *) {
    color: #1640da;
  }
  &:where(.autumn *) {
    color: #421a01;
  }
  &:where(.winter *) {
    color: #004681;
  }
}
#pickup .lead {
  padding: 0rem 7% 2.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
/* ---------------- */
/* 店舗情報 */
/* ---------------- */
.pickup_box:nth-child(odd) {
  &:where(.spring *) {
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #f9e8e6 15%, #f9e8e6 100%);
  }
  &:where(.summer *) {
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #b6ebf2 15%, #b6ebf2 100%);
  }
  &:where(.autumn *) {
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #e7bfaa 15%, #e7bfaa 100%);
  }
  &:where(.winter *) {
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #d5e8f2 15%, #d5e8f2 100%);
  }
}
.pickup_box:nth-child(even) {
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #e2dede 15%, #e2dede 100%);
}
.pickup_box .img1 {
  width: 94%;
}
.pickup_box:nth-child(even) .img1 {
  margin-left: 6%;
}
/* リード */
.pickup_box .info_lead {
  position: relative;
  top: -1.5rem;
  left: 0rem;
  width: 82%;
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.04);
  padding: 2rem 2.5rem;
  background-color: #fff;
}
.pickup_box:nth-child(even) .info_lead {
  left: 18%;
}
.pickup_box .info_lead .ttl_1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.pickup_box .info_lead .ttl_2 {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.pickup_box .info_lead .txt {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* インフォ */
.pickup_box .info_shop {
  margin-top: 1rem;
  display: flex;
  justify-content: left;
}
.pickup_box:nth-child(even) .info_shop {
  flex-direction: row-reverse;
}
.pickup_box .info_shop .imgBox {
  width: 50%;
}
.pickup_box .info_shop .txtBox {
  width: 50%;
}
.pickup_box:nth-child(odd) .info_shop .txtBox {
  padding: 0 5% 0 1rem;
}
.pickup_box:nth-child(even) .info_shop .txtBox {
  padding: 0 1rem 0 5%;
}
.pickup_box .info_shop .txtBox p {
  font-size: 1.4rem;
  line-height: 1.9;
}

/* AND MORE ボタン */
.wrap_btn_andmore {
  margin-top: 1rem;
  display: flex;
  justify-content: right;
}
.pickup_box:nth-child(even) .wrap_btn_andmore {
  justify-content: left;
}
.pickup_box .btn_andmore {
  width: 90%;
  background-color: #320101;
  border-radius: 2rem;
  padding: 1.4rem 0 1.4rem 3rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Montserrat', serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.btn_andmore::before {
  /* くの字の表示設定 */
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 0.5rem; /* くの字を山なりに見た時、左側の長さ */
  height: 0.5rem; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
.btn_andmore::after {
  /* 棒の表示設定 */
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 1rem; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background: #fff; /* 棒の色 */
}
.btn_andmore:hover {
  opacity: 0.7;
}
/* 下の三角デザイン */
.pickup_box .bottom_design {
  height: 4rem;
}
.pickup_box:nth-child(odd) .bottom_design {
  background-image: linear-gradient(60deg, #fff 2rem, transparent 0);
}
.pickup_box:nth-child(even) .bottom_design {
  background-image: linear-gradient(-60deg, #fff 2rem, transparent 0);
}
/* ---------------------------------- */
/* ナビ */
/* ---------------------------------- */
.gg_top .top_navi {
  padding-top: 5.5rem;
  padding-bottom: 12rem;
  background-color: #fff;
  position: relative;
}
.top_navi .comment {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.top_navi .comment img {
  width: 100%;
}
.top_navi .comment p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.5rem;
  /* font-size: 1.8rem; */
  font-size: 4.5vw;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: 500;
  font-style: normal;
}
.top_navi ul {
  padding: 1rem 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: -13vw;
  z-index: 10;
}
.top_navi ul li {
  width: 24%;
  filter: drop-shadow(0px 1px 1px #b8b6b6);
}

/* ---------------------------------- */
/* ボタン詳しく見る */
/* ---------------------------------- */
.btn_more {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding: 2rem;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  filter: drop-shadow(0px 0px 2px #b8b6b6);
  text-align: center;
  position: relative;
  &:where(.spring *) {
    background-color: #fe2888;
  }
  &:where(.summer *) {
    background-color: #1640da;
  }
  &:where(.autumn *) {
    background-color: #421a01;
  }
  &:where(.winter *) {
    background-color: #004681;
  }
}
.btn_more::before {
  /* くの字の表示設定 */
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 0.7rem; /* くの字を山なりに見た時、左側の長さ */
  height: 0.7rem; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
.btn_more::after {
  /* 棒の表示設定 */
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 3rem; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background: #fff; /* 棒の色 */
}
.btn_more:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------- */
/*TOPページのコンテンツ*/
/* ---------------------------------------------------- */
.top_content_box {
  padding: 2rem 5%;
}
.top_nonbiri_area {
  padding-top: 6.5rem;
}
.top_kodawari_area,
.top_sikkari_area {
  margin-top: 2rem;
}

/* トップボックス */
.top_content_box .top_box {
  position: relative;
}
.top_content_box .top_box .img1 {
  position: absolute;
  width: 8.8rem;
}
.top_content_box h3 {
  padding-top: 4rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.top_content_box h3 p {
  padding-bottom: 1.1rem;
  /* font-size: 6.5vw; */
  font-weight: 600;
  letter-spacing: 0em;
}
.top_content_box .lead {
  padding-top: 0;
}
.top_content_box .top_box .icon_box {
  background-color: #fff;
  border: none;
}
.top_content_box .top_box .main_v {
  padding: 0 5%;
}
.top_content_box .icon_box {
  margin-top: 2.5rem;
}

/* ---------------------------------------------------- */
/* 調整用：PC */
/* ---------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .gg_sub #content {
    padding: 2rem 2rem;
  }
  /* のんびりかふぇ */
  .gg_nonbiri .top_box h3 {
    position: absolute;
    top: 5rem;
    left: 2rem;
    width: 50%;
    text-align: center;
  }
  .gg_nonbiri .top_box h3 p {
    padding-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0em;
  }
  /* こだわりごはん */
  /* しっかりごはん */
  /* わいわいバル */
  .gg_kodawari .top_box h3 p,
  .gg_sikkari .top_box h3 p,
  .gg_waiwai .top_box h3 p {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0em;
  }
  /* わいわいバル */
  .gg_waiwai .top_box h3 p {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 1em;
  }
  /* ナビ */
  .gg_top .top_navi {
    padding-bottom: 18rem;
  }
  .top_navi .comment img {
    width: 623px;
  }
  .top_navi .comment p {
    font-size: 2.5rem;
    top: 2.5rem;
  }
  .top_navi ul {
    bottom: -60px;
  }
  .top_navi ul li a p {
    top: 11.4rem;
    font-size: 2rem;
  }
  /* トップのコンテンツ */
  .top_content_box h3 p {
    font-size: 3rem;
  }
}
/* ---------------------------------------------------- */
/* 調整用：PC小さめ */
/* ---------------------------------------------------- */
@media only screen and (max-width: 1100px) {
  /* のんびりかふぇ */
  .gg_nonbiri .top_box h3 p {
    font-size: 2.1rem;
    padding-bottom: 0rem;
  }
  /* こだわりごはん */
  /* しっかりごはん */
  .gg_kodawari .top_box h3 p,
  .gg_sikkari .top_box h3 p {
    font-size: 2.1rem;
  }
  /* トップのナビ */
  .top_navi .comment p {
    font-size: 2rem;
    top: 2rem;
  }
  /* トップのコンテンツ */
  .top_content_box h3 p {
    font-size: 2.2rem;
  }
}
/* ---------------------------------------------------- */
/* 調整用：SP */
/* ---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* のんびりかふぇ */
  .gg_nonbiri .top_box h3 p {
    padding-bottom: 1rem;
    font-size: 6.4vw;
  }
  /* こだわりごはん */
  /* しっかりごはん */
  .gg_kodawari .top_box h3 p,
  .gg_sikkari .top_box h3 p {
    font-size: 6.5vw;
  }

  .gg_sub .main-contentss #content {
    width: 100%;
  }
  /* トップのナビ */
  .top_navi .comment p {
    top: 1.3rem;
  }
  .top_content_box h3 p {
    font-size: 6.4vw;
  }
  /* フッター用マージン */
  .top_sikkari_area,
  .gg_sub #content {
    padding-bottom: 18rem;
  }
}

div#season-switch {
    display: none;
}