@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap");
.kiwi {
  font-family: "Kiwi Maru", serif;
}

.gradation_box {
  position: relative;
}
.gradation_box.pink {
  background: linear-gradient(0deg, rgb(240, 209, 207) 0%, rgb(255, 255, 255) 50%, rgb(240, 209, 207) 100%);
}
.gradation_box.yellow {
  background: linear-gradient(0deg, rgb(253, 241, 209) 0%, rgb(254, 250, 238) 30%, rgb(255, 255, 255) 50%, rgb(254, 250, 238) 70%, rgb(253, 241, 209) 100%);
}
.gradation_box.blue {
  background: linear-gradient(0deg, rgb(224, 240, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(224, 240, 255) 100%);
}

.omiyage_list_wrap .list_ttl {
  text-align: center;
  margin-bottom: 25px;
}
.omiyage_list_wrap .list_ttl span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  display: inline-block;
  border-radius: 25px;
  padding: 5px 25px;
}
@media screen and (min-width: 769px) {
  .omiyage_list_wrap .list_ttl span {
    font-size: 27px;
    border-radius: 40px;
    padding: 8px 40px;
  }
}

.omiyage_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  position: relative;
  z-index: 10;
}
.omiyage_list li .item_name {
  color: #4B3700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5px;
}
.omiyage_list li .shop_name {
  color: #505050;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
.omiyage_list li .item_more {
  text-align: center;
  cursor: pointer;
}
.omiyage_list li .item_more::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #E07B7B;
  border-top: 2px solid #E07B7B;
  transition: all 0.25s linear;
}
.omiyage_list li .item_more.close::before {
  transform: rotate(135deg);
}
.omiyage_list li .item_more.open::before {
  transform: rotate(-45deg) translateY(3px);
}
.omiyage_list li .item_more_box {
  display: none;
}
.omiyage_list li .item_more_box .caption {
  color: #505050;
  font-size: 12px;
  margin-bottom: 10px;
}
.omiyage_list li .item_more_box .item_img {
  text-align: center;
  margin-bottom: 10px;
}
.omiyage_list li .item_more_box .item_img img {
  max-width: 80px;
}
.omiyage_list li .item_more_box .shop_link li {
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.4;
}
.omiyage_list li .item_more_box .shop_link li a {
  font-size: 12px;
  text-decoration: underline;
}
.omiyage_list li .item_more_box .shop_link li a.map {
  color: #505050;
}
.omiyage_list li .item_more_box .shop_link li a.detail {
  color: #E07B7B;
}
@media screen and (min-width: 769px) {
  .omiyage_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
  .omiyage_list li .item_name {
    font-size: 18px;
  }
  .omiyage_list li .shop_name {
    font-size: 15px;
  }
  .omiyage_list li .item_more_box .caption {
    font-size: 16px;
  }
  .omiyage_list li .item_more_box .item_img {
    margin-bottom: 20px;
  }
  .omiyage_list li .item_more_box .item_img img {
    max-width: 100px;
  }
  .omiyage_list li .item_more_box .shop_link {
    display: flex;
    justify-content: center;
    gap: 1em;
  }
  .omiyage_list li .item_more_box .shop_link li {
    margin-bottom: 0;
  }
  .omiyage_list li .item_more_box .shop_link li a {
    font-size: 13px;
  }
}

/* ▼▼▼ MV
====================================================== */
.mv .item_slider {
  overflow: hidden;
  margin-top: -115px;
  padding-left: 10px;
}
.mv .item_slider .swiper {
  overflow: visible;
}
.mv .item_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mv .item_slider .swiper-slide {
  width: 108px !important;
}
@media screen and (min-width: 769px) {
  .mv .item_slider {
    margin-top: -180px;
    padding-left: 60px;
  }
  .mv .item_slider .swiper-slide {
    width: 170px !important;
  }
  .mv .item_slider .swiper-slide img {
    transform: scale(1.05);
  }
}

/* ▼▼▼ ランキング
====================================================== */
.ranking {
  padding: 20px 0;
}
.ranking .ttl {
  color: #E07B7B;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 8px;
}
.ranking .lead {
  color: #4B3700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.ranking .ranking_slider {
  margin-right: -20px;
  margin-left: 20px;
}
.ranking .ranking_slider .swiper-slide a .ranking_item_box {
  margin-bottom: 10px;
}
.ranking .ranking_slider .swiper-slide a .item_name {
  color: #4B3700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 3px;
  padding-left: 5px;
}
.ranking .ranking_slider .swiper-slide a .shop_name {
  color: #505050;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 5px;
}
@media screen and (min-width: 769px) {
  .ranking {
    padding: 100px 0;
    background: url(../img/omiyage/bg_flower2_pink.png) left bottom/193px no-repeat;
  }
  .ranking .ttl {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .ranking .lead {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .ranking .ranking_slider {
    margin: 0;
  }
  .ranking .ranking_slider .swiper {
    overflow: auto;
  }
  .ranking .ranking_slider .swiper .swiper-wrapper {
    transform: none;
    justify-content: center;
    gap: 20px;
  }
  .ranking .ranking_slider .swiper .swiper-wrapper .swiper-slide {
    max-width: calc(33.3333333333% - 20px);
  }
  .ranking .ranking_slider .swiper .swiper-wrapper .swiper-slide a .item_name {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 0;
  }
  .ranking .ranking_slider .swiper .swiper-wrapper .swiper-slide a .shop_name {
    font-size: 14px;
    text-align: center;
    padding-left: 0;
  }
}

/* ▼▼▼ 姫路銘菓
====================================================== */
.himeji_meika {
  padding: 30px 0 75px;
  background: url(../img/omiyage/bg_flower_pink.png) center top/100% no-repeat;
}
.himeji_meika .omiyage_list_wrap .list_ttl span {
  background-color: #E07B7B;
}
@media screen and (min-width: 769px) {
  .himeji_meika {
    padding: 0 0 130px;
    background: url(../img/omiyage/bg_flower3_pink.png) right bottom/250px no-repeat;
  }
}

.attention {
  text-align: center;
  margin: 30px 0 10px;
}
.attention p {
  color: #707070;
  font-size: 11px;
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .attention {
    margin: 10px 0 70px;
  }
  .attention p {
    font-size: 13px;
  }
  .attention p br {
    display: none;
  }
}

/* ▼▼▼ 姫路みやげ
====================================================== */
.himeji_miyage {
  position: relative;
  z-index: 2;
}
.himeji_miyage::before, .himeji_miyage::after {
  content: "";
  background: url(../img/omiyage/bg_wave_yellow.png) center bottom/cover no-repeat;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.himeji_miyage::before {
  top: -60px;
  z-index: 0;
}
.himeji_miyage::after {
  bottom: -50px;
  z-index: 1;
  transform: translateX(-50%) rotate(180deg);
}
.himeji_miyage .gradation_box.yellow {
  padding: 30px 0;
  z-index: 3;
}
.himeji_miyage .gradation_box.yellow::before {
  content: "";
  background: url(../img/omiyage/bg_flower_yellow.png) center top/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.himeji_miyage .omiyage_list_wrap .list_ttl span {
  background-color: #EA9C5A;
}
.himeji_miyage .omiyage_list_wrap li .item_more::before {
  border-color: #EA9C5A;
}
.himeji_miyage .omiyage_list_wrap li:last-child .thumb {
  margin-bottom: 8px;
}
.himeji_miyage .omiyage_list_wrap li .item_more_box .shop_link li a.detail {
  color: #BF5800;
}
@media screen and (min-width: 769px) {
  .himeji_miyage::before, .himeji_miyage::after {
    background-image: url(../img/omiyage/bg_wave_yellow_pc.png);
    height: 120px;
  }
  .himeji_miyage::before {
    top: -120px;
  }
  .himeji_miyage::after {
    bottom: -120px;
  }
  .himeji_miyage .gradation_box.yellow::before {
    content: "";
    background: url(../img/omiyage/bg_flower2_yellow.png) center top/100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
  }
  .himeji_miyage .gradation_box.yellow::after {
    content: "";
    background: url(../img/omiyage/bg_flower3_yellow.png) center/contain no-repeat;
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 166px;
    height: 196px;
  }
}

/* ▼▼▼ フロアマップ・ピックアップ
====================================================== */
.floor_pickup {
  z-index: 1;
  /* おすすめお土産 */
  /* フロアマップ */
}
.floor_pickup .pickup {
  background: linear-gradient(130deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 95%, rgb(206, 246, 255) 100%);
  padding: 60px 0 40px;
}
.floor_pickup .pickup .pu_ttl {
  color: #4B3700;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1em;
}
.floor_pickup .pickup .pickup_wrap {
  overflow: hidden;
  width: 100vw;
}
.floor_pickup .pickup .pickup_wrap .swiper {
  overflow: visible;
}
.floor_pickup .pickup .pickup_wrap .swiper .swiper-slide {
  max-width: 170px;
}
.floor_pickup .pickup .pickup_wrap .swiper .swiper-slide a {
  display: block;
}
.floor_pickup .pickup .pickup_wrap .swiper .swiper-slide a .thumb {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 12px;
  padding-top: 100%;
  border: 1px solid #D9D9D9;
}
.floor_pickup .pickup .pickup_wrap .swiper .swiper-slide a .title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-bottom: 3px;
}
.floor_pickup .pickup .pickup_wrap .swiper .swiper-slide a .name {
  color: #707070;
  font-size: 12px;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .floor_pickup .pickup {
    padding: 140px 0 90px;
  }
  .floor_pickup .pickup .pu_ttl {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .floor_pickup .pickup .pickup_wrap .swiper .swiper-slide {
    max-width: 250px;
  }
}
.floor_pickup .floor {
  padding-bottom: 32px;
}
.floor_pickup .floor .floor_info {
  width: calc(100% + 40px);
  transform: translateX(-20px);
  margin-bottom: 20px;
}
.floor_pickup .floor .floor_info2 {
  border: 1px solid #C1C1C1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .floor_pickup .floor {
    padding: 60px 0 100px;
  }
  .floor_pickup .floor .container {
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .floor_pickup .floor .floor_info {
    width: 55%;
    transform: none;
    text-align: center;
    margin-bottom: 0;
  }
  .floor_pickup .floor .floor_info2 {
    width: 45%;
    text-align: center;
  }
}

/* ▼▼▼ 播州うまいもん処
====================================================== */
.banshu {
  background-color: #EFE8D6;
  padding: 45px 0 60px;
  color: #4B3700;
}
.banshu .ttl {
  text-align: center;
  margin-bottom: 14px;
}
.banshu .lead {
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: calc(100% - 40px);
  margin: 0 auto 20px;
}
.banshu .business_hour {
  max-width: calc(100% - 40px);
  margin: 0 auto 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 14px 0;
}
.banshu .business_hour .time {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.banshu .business_hour .time:before {
  content: "";
  display: inline-block;
  background: url(../img/omiyage/icon_time.svg) center/contain no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  margin-right: 6px;
}
.banshu .business_hour .kome {
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  margin-top: 3px;
}
.banshu .omiyage_list_wrap {
  margin-top: 40px;
}
.banshu .omiyage_list_wrap .omiyage_list {
  gap: 30px 15px;
}
.banshu .omiyage_list_wrap .omiyage_list li .thumb {
  margin-bottom: 4px;
}
.banshu .omiyage_list_wrap .omiyage_list li .caption {
  color: #4B3700;
}
@media screen and (min-width: 769px) {
  .banshu {
    padding: 60px 0 70px;
  }
  .banshu .container {
    max-width: 850px;
  }
  .banshu .ttl {
    margin-bottom: 32px;
  }
  .banshu .ttl img {
    width: 575px;
  }
  .banshu .lead {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  .banshu .business_hour {
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .banshu .business_hour .time {
    font-size: 20px;
  }
  .banshu .business_hour .time:before {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
  .banshu .business_hour .time .kome {
    font-size: 13px;
    margin-top: 8px;
  }
  .banshu .business_hour .time .kome br {
    display: none;
  }
  .banshu .omiyage_list_wrap .omiyage_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 40px;
  }
  .banshu .omiyage_list_wrap .omiyage_list li {
    width: calc((100% - 80px) / 3);
  }
  .banshu .omiyage_list_wrap .omiyage_list li .caption {
    margin-top: 15px;
  }
}

/* ▼▼▼ 明石の手土産
====================================================== */
.akashi .mv .item_slider {
  margin-top: -75px;
}
@media screen and (min-width: 769px) {
  .akashi .mv .item_slider {
    margin-top: -140px;
  }
}
.akashi .mv .ttl::after {
  background: url(../img/omiyage/akashi/bg_wave_blue.png) center/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .akashi .mv .ttl::after {
    background-image: url(../img/omiyage/akashi/bg_wave_blue_pc.png);
    background-size: 100% 100%;
    height: 220px;
    bottom: -60px;
  }
}
@media screen and (min-width: 769px) {
  .akashi .gradation_box.blue {
    z-index: 0;
  }
}
.akashi .gradation_box.blue::before {
  content: "";
  background: url(../img/omiyage/akashi/akashi_miyage_bg_sp.png) center/100% 100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .akashi .gradation_box.blue::before {
    background-image: url(../img/omiyage/akashi/akashi_miyage_bg_pc.png);
  }
}
.akashi .gradation_box.blue::after {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../img/omiyage/akashi/bg_wave_blue2.png) center/cover no-repeat;
  position: absolute;
  top: 99.5%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .akashi .gradation_box.blue::after {
    background-image: url(../img/omiyage/akashi/bg_wave_blue2_pc.png);
    height: 170px;
  }
}
.akashi .ranking {
  padding-top: 65px;
  margin-top: -50px;
}
.akashi .ranking .ttl {
  color: #6F879D;
  margin-bottom: 18px;
}
.akashi .ranking .ranking_slider .rank_list li a .ranking_item_box {
  border-color: #6F879D;
}
.akashi .ranking .ranking_slider .rank_list li.rank1 .ranking_item_box::before {
  background-image: url(../img/omiyage/akashi/icon_recommend01.svg);
}
.akashi .ranking .ranking_slider .rank_list li.rank2 .ranking_item_box::before {
  background-image: url(../img/omiyage/akashi/icon_recommend02.svg);
}
.akashi .ranking .ranking_slider .rank_list li.rank3 .ranking_item_box::before {
  background-image: url(../img/omiyage/akashi/icon_recommend03.svg);
}
@media screen and (min-width: 769px) {
  .akashi .ranking {
    padding-top: 100px;
    background-image: none;
  }
  .akashi .ranking .ttl {
    font-size: 26px;
    margin-bottom: 33px;
  }
  .akashi .ranking .ttl br {
    display: none;
  }
}
.akashi .omiyage_list_wrap .list_ttl img {
  max-width: 242px;
}
.akashi .omiyage_list_wrap .omiyage_list li .item_more::before {
  border-color: #6F879D;
}
.akashi .omiyage_list_wrap .omiyage_list li .item_more_box .shop_link li a.detail {
  color: #6F879D;
}
@media screen and (min-width: 769px) {
  .akashi .omiyage_list_wrap .list_ttl img {
    max-width: none;
  }
}
.akashi .gradation_box.pink2 {
  background: linear-gradient(0deg, rgb(253, 226, 226) 0%, rgb(255, 255, 255) 100%);
  z-index: 4;
}
.akashi .akashi_miyage {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .akashi .akashi_miyage {
    margin-top: 0;
  }
}
.akashi .akashi_miyage2 {
  padding-top: 70px;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .akashi .akashi_miyage2 {
    padding-top: 160px;
  }
}
.akashi .akashi_miyage2::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/omiyage/akashi/bg_wave_pink2.png) center/cover no-repeat;
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .akashi .akashi_miyage2::after {
    background-image: url(../img/omiyage/akashi/bg_wave_pink2_pc.png);
    height: 173px;
  }
}
.akashi .gradation_box.yellow2 {
  background: linear-gradient(0deg, rgb(253, 241, 209) 0%, rgb(255, 255, 255) 100%);
}
.akashi .akashi_miyage3 {
  z-index: 2;
}
.akashi .akashi_miyage3::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/omiyage/akashi/bg_wave_yellow2.png) center/cover no-repeat;
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .akashi .akashi_miyage3::after {
    background-image: url(../img/omiyage/akashi/bg_wave_yellow2_pc.png);
    height: 173px;
  }
}
.akashi .floor_pickup {
  margin-top: -35px;
}
.akashi .floor_pickup .floor {
  padding-bottom: 0;
}
.akashi .floor_pickup .floor_info {
  margin: auto;
}
.akashi .floor_pickup .floor_info img {
  transform: scale(1.075);
}
@media screen and (min-width: 769px) {
  .akashi .floor_pickup {
    margin-top: -100px;
  }
  .akashi .floor_pickup .floor_info {
    width: 60%;
  }
  .akashi .floor_pickup .floor_info img {
    transform: none;
  }
}
.akashi .attention {
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .akashi .attention {
    margin: 20px 0 60px;
  }
}