@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------
* 画面サイズ設定
-------------------------------------------------- */

.pc {
  display: block;
}

.pc_tab {
  display: block;
}

.tab {
  display: none;
}

.tab_sp {
  display: none;
}

.sp {
  display: none;
}


@media (640px < width <=1139px) {
  .pc {
    display: none !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .pc_t {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}




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

html {
  color: #000;
  background: #fff;
  font-size: 62.5%;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  font-size: 1.7rem;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: initial;
  max-width: 100%;
}

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,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
.main {
  /*20250421 margin-top: 99px;*/
  margin-top: 160px;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------
header
----------------------------------- */
.header {
  background-color: #faf7f0;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 260;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-inner {
  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;
  max-width: 1400px;
  padding: 0 20px;
  justify-content: center;
}

.header-logo {
  width: 150px;
}

.header-logo a {
  -webkit-transition: none;
  transition: none;
}

.head-shop-contents {
  display: block;
}

.head-shop-contents.sp {
  display: none;
}

/* --------------------------------
gnav
----------------------------------- */
.gnav {
  background-color: #faf7f0;
  font-weight: bold;
}

.navi_green {
  color: #99BE6B;
}

.gnav-list {
  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;
  justify-content: space-between;
}

.gnav-item {
  margin-left: 30px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

.gnav-item::after {
  content: "";
}

.gnav-item .icon {
  display: block;
}

.gnav-item.information .icon img {
  width: 23px;
}

.gnav-item .arrow {
  width: 8px;
  height: 8px;
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: -15px;
  bottom: 32px;
}

.gnav-item.contact a {
  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;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background-color: #81a754;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}

.gnav-item.pick_mark::before {
  position: absolute;
  content: "Pick up";
  top: auto;
  left: 0px;
  padding: 0 3px;
  font-size: 10px;
  background: #9b51e0;
  color: #fff;
  transform: rotate(-30deg);
  border-radius: 5px;
}

.tooltip {
  position: fixed;
  top: 55px;
  /*20250421 top: 80px;*/
  left: 0;
  right: 0;
  background-color: #faf7f0;
  display: none;
  z-index: 10;
  padding: 20px 0;
}

.tooltip::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #faf7f0 transparent;
  z-index: 1000;
}

.tooltip-inner {
  max-width: 953px;
  width: 100%;
  margin: 0 auto;
}

.tooltip-list {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooltip-item {
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  background-color: #fefefe;
  margin-top: 18px;
  border-radius: 2px;
}

.tooltip-item:nth-of-type(-n+3) {
  margin-top: 0;
}

.tooltip-item:first-of-type,
.tooltip-item:nth-of-type(4) {
  margin-left: 0;
}

.tooltip-item a {
  display: block;
  color: inherit;
  letter-spacing: 0.2em;
  line-height: 1.4792;
  padding: 13px 0;
  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;
  font-size: 2.2rem;
  font-weight: bold;
}

.tooltip-item span {
  margin-right: 16px;
}

.tooltip-item span img {
  vertical-align: middle;
}

.tooltip-item.eat {
  border: 2px solid #DF9E51;
  color: #DF9E51;
}

.tooltip-item.buy {
  border: 2px solid #DFC051;
  color: #DFC051;
}

.tooltip-item.live {
  border: 2px solid #76BD75;
  color: #76BD75;
}

.tooltip-item.learn {
  border: 2px solid #80AFCA;
  color: #80AFCA;
}

.tooltip-item.make {
  border: 2px solid #DC77C0;
  color: #DC77C0;
}

.tooltip-item.work {
  border: 2px solid #CF846C;
  color: #CF846C;
}

.tooltip-item.pickup {
  background-color: transparent;
  text-transform: uppercase;
}

.gnav-sp {
  width: 100vw;
  height: 100vh;
  background-color: #81a754;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  padding: 100px 0 100px;
  color: #fefefe;
  display: none;
}

.gnav-sp a {
  color: inherit;
}

.gnav-sp.active {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.gnav-sp-inner {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}

.gnav-sp-item {
  margin-top: 6px;
  position: relative;
}

.gnav-sp-item span {
  display: block;
  color: #81a754;
  background-color: #e4ebdc;
  border-radius: 8px;
  padding: 17px 32px;
}

.gnav-sp-item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px;
  padding-top: 0;
}

.gnav-sp-item li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-indent: 2em;
  position: relative;
  color: #fefefe;
  margin-top: 24px;
}



.gnav-sp-logo {
  width: 150px;
  margin: 40px auto 0;
}

.gnav-sp-address {
  margin-top: 22px;
  font-style: normal;
}

.gnav-sp-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 1.3rem;
}

.gnav-sp-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
}

.gnav-sp-sns li {
  width: 46px;
  height: 46px;
  margin-left: 24px;
}

.gnav-sp-sns li:first-of-type {
  margin-left: 0;
}

.gnav-sp-sns li a {
  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;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  border-radius: 4px;
}

.gnav-sp-sns li a .fa-brands {
  color: #81a754;
  font-size: 2.4rem;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  width: 310px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  background-color: #81a754;
  color: #fefefe;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  font-weight: 500;
}

.btn .arrow {
  display: inline-block;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
}

@media only screen and (max-width: 640px) {
  .btn .arrow {
    flex: 0 0 20px;
    height: 20px;
  }
}

/* --------------------------------
section
----------------------------------- */
.section-title {
  text-align: center;
}

.section-title span {
  display: block;
}

.section-title-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin: 0 auto;
}

.section-title-icon .c-svg {
  color: #fefefe;
  vertical-align: middle;
}

.section-title-icon.eat {
  background-color: #DF9E51;
}

.section-title-icon.buy {
  background-color: #DFC051;
}

.section-title-icon.live {
  background-color: #76BD75;
}

.section-title-icon.learn {
  background-color: #80AFCA;
}

.section-title-icon.make {
  background-color: #DC77C0;
}

.section-title-icon.work {
  background-color: #CF846C;
}

.section-title-text {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: 10px;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  background-color: #81a754;
  color: #fefefe;
  position: relative;
  padding: 65px 0 25px;
}

.footer::before {
  content: "";
  width: 100%;
  height: 44px;
  position: absolute;
  top: -44px;
  left: 0;
  background: url(../img/common/footer-wave.svg) center center/cover no-repeat;
}

.footer a {
  color: inherit;
  font-size: inherit;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-logo {
  width: 150px;
}

.footer-address {
  font-weight: bold;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 22px;
}

.footer-address span {
  text-align: left;
  display: inline-block;
}

.footer-tel {
  margin-top: 10px;
}

.footer-tel span {
  text-align: left;
  display: inline-block;
}

.footer-fax {
  margin-top: 6px;
}

.footer-fax span {
  text-align: left;
  display: inline-block;
}

.footer-sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns li {
  width: 34px;
  height: 34px;
  margin-left: 20px;
}

.footer-sns li:first-of-type {
  margin-left: 0;
}

.footer-sns li a {
  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;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  border-radius: 4px;
}

.footer-sns li a .fa-brands {
  color: #81a754;
  font-size: 1.8rem;
}

.footer-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-list {
  margin-left: 80px;
}

.footer-item {
  margin-top: 20px;
  font-weight: bold;
}

.footer-item:first-of-type {
  margin-top: 0;
}

.footer-item li {
  text-indent: 2em;
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
}

.footer-item li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../img/common/dot.svg) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 65px;
}

.footer .syouko {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* --------------------------------
hamburger
----------------------------------- */
.hamburger {
  width: 75px;
  height: 50px;
  background-color: #81a754;
  /*border-radius: 50%;*/
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1000;
  margin-left: auto;
}

.hamburger::after {
  content: "menu";
  display: block;
  color: #81a754;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -27px;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.hamburger span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #fefefe;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-of-type(2),
.hamburger span:last-of-type {
  margin-top: 9px;
}

.hamburger span:nth-of-type(2) {
  position: relative;
}

.hamburger span:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 1px;
  background-color: #fefefe;
  position: absolute;
  top: 0;
  right: -9px;
}

.hamburger.active {
  background-color: #fefefe;
}

.hamburger.active:after {
  content: "close";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fefefe;
}

.hamburger.active span {
  width: 28px;
  background-color: #81a754;
}

.hamburger.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-of-type(2) {
  display: none;
}

.hamburger.active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}

/* --------------------------------
page
----------------------------------- */
.page-fv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 380px;
  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;
}

.page-fv-box {
  background: url(../img/common/page-title-bg.png) center center/contain no-repeat;
  width: 582px;
  height: 222px;
  padding: 0;
  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;
}

.page-contents {
  padding: 70px 0 135px;
}

/* --------------------------------
pager
----------------------------------- */
.pagination {
  margin-top: 80px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-numbers li {
  margin-left: 28px;
}

.pagination .page-numbers li a:hover {
  color: #ebd37e;
}

.pagination .page-numbers li .current {
  color: #ebd37e;
}

.pagination .page-numbers li:first-of-type {
  margin-left: 0;
}

.pagination .page-numbers.prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
記事詳細ページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.single .achievement {
  width: 100%;
  max-width: 1080px;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 146px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single .achievement .entry_title,
.single .achievement .entry_thumb,
.single .achievement .entry_share,
.single .achievement .entry_contents {
  margin-bottom: 50px;
}

.single .achievement .entry_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.single .achievement .entry_title {
  font-size: 30px;
  font-weight: bold;
}

.single .achievement .entry_thumb {
  width: 100%;
}

.single .achievement .entry_cat {
  margin-left: 25px;
}

.single .achievement .entry_cat a {
  color: #DB2518;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.single .achievement .entry_cat span {
  font-size: 14px;
  background: #FFE1E0;
  border-radius: 15px;
  padding: 5px 20px;
  margin: 2px;
}

.single .achievement .entry_cat span:hover {
  opacity: 0.7;
}

.single .achievement .entry_cat span:not(:last-child) {
  margin-right: 7px;
}

.single .achievement .entry_share {
  text-align: center;
}

.single .achievement .entry_share a {
  display: inline-block;
  width: 250px;
  height: 63px;
  line-height: 63px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.single .achievement .entry_share a:hover {
  opacity: 0.7;
}

.single .achievement .entry_share a:not(:last-child) {
  margin-right: 27px;
}

.single .achievement .entry_share-fb {
  background: #3B5998;
}

.single .achievement .entry_share-tw {
  background: #1DA1F2;
}

.single .achievement .entry_share-li {
  background: #06C755;
}

#whole>section.topviewcase>p {
  font-family: "Noto Serif jp";
}

#toc_container {
  border: 2px solid #DB2518;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 50px;
}

#toc_container .toc_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #DB2518;
  text-align: center;
}

#toc_container .toc_title::after {
  position: absolute;
  left: 0;
  bottom: -16px;
  content: "";
  width: 100%;
  height: 4px;
  background: #FFADAD;
}

#toc_container ul.toc_list {
  margin-top: 30px;
}

#toc_container ul li {
  position: initial;
  padding-left: 20px;
}

#toc_container a {
  display: block;
  font-weight: bold;
  color: #563823;
  text-decoration: none !important;
  margin-bottom: 15px;
}

#toc_container ul.toc_list>li>a:hover {
  text-decoration: underline !important;
}

#toc_container ul.toc_list a {
  font-size: 20px;
}

#toc_container ul {
  margin-bottom: 20px;
}

.wp-block-video {
  margin: 50px 100px !important;
}

.single .achievement .entry_contents {
  border: 2px solid #DB2518;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 24px 60px;
}

.single .achievement .entry_contents-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #DB2518;
  text-align: center;
}

.single .achievement .entry_contents-title::after {
  position: absolute;
  left: 0;
  bottom: -24px;
  content: "";
  width: 100%;
  height: 4px;
  background: #FFADAD;
}

.single .achievement .entry_contents-block {
  margin-top: 44px;
  margin-bottom: 28px;
}

.single .achievement .entry_contents-h2 {
  font-size: 20px;
  font-weight: bold;
}

.single .achievement .entry_contents-h3 {
  font-size: 14px;
  font-weight: bold;
}

.single .achievement .entry_body h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  color: #DB2518;
  margin-top: 100px;
  margin-bottom: 20px;
}

.single .achievement .entry_body h3 {
  position: relative;
  font-size: 30px;
  padding-left: 20px;
  margin-top: 80px;
  margin-bottom: 20px;
}

.single .achievement .entry_body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 35px;
  background: #DB2518;
}

.single .achievement .entry_body h4 {
  position: relative;
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.single .achievement .entry_body h4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #DB2518;
}

.single .achievement .entry_body h5 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #db2518;
  text-align: center;
  padding: 3px;
}

.single .wp-block-image {
  text-align: center !important;
  margin-bottom: 50px;
}

.wp-element-caption {
  text-align: left;
}

.wp-block-image img {
  max-width: 100% !important;
}

#midashiw {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: #db2518;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.single .achievement .entry_body p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8em;
}

.single .achievement .entry_body a {
  display: block;
  font-weight: bold;
  color: #1A0DAB;
  text-decoration: underline;
  margin-bottom: 30px;
}

#whole>article>div.entry_body>article>p>a {
  display: initial;
}

.single .achievement .entry_body a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/case/blank.png) no-repeat;
  background-size: contain;
}

.single .achievement .entry_body a[download]::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/case/download.png) no-repeat;
  background-size: contain;
}

.single .achievement .entry_body a[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/pdf_img.png) no-repeat;
  background-size: contain;
}

.single .achievement .entry_body ul {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8em;
}

.single .achievement .entry_body ul li {
  position: relative;
  padding-left: 20px;
}

.single .achievement .entry_body ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #DB2518;
  border-radius: 50%;
}

.single .achievement .entry_body ol {
  counter-reset: item;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.8em;
}

.single .achievement .entry_body ol li::before {
  counter-increment: item;
  content: counter(item) ",";
  color: #DB2518;
  font-weight: bold;
  padding-right: 5px;
}

.single .achievement .entry_body .hosoku,
.s-news-content .hosoku {
  margin-bottom: 30px;
}

.single .achievement .entry_body .hosoku p,
.s-news-content .hosoku p {
  font-size: 14px;
  color: #838383;
}

.single .achievement .entry_body .wp-block-quote {
  background-image: linear-gradient(90deg, #9C5F33 7px, #EEEEEE 7px, #EEEEEE 100%);
  padding: 33px 45px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .wp-block-quote p {
  margin-bottom: 0;
}

.single .achievement .entry_body .wakutext {
  padding: 45px 27px;
  border: 1px solid #DB2518;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.single .achievement .entry_body .wakutext p {
  margin-bottom: 0;
}

.single .achievement .entry_body .tablecol {
  width: 100%;
  font-size: 13px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .tablecol tr {
  display: inline-block;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single .achievement .entry_body .tablecol tr:last-child {
  border-right: 1px solid #3B3B3B;
}

.single .achievement .entry_body .tablecol th,
.single .achievement .entry_body .tablecol td {
  display: block;
  width: 100%;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3B3B3B;
}

.single .achievement .entry_body .tablecol th:not(:first-child),
.single .achievement .entry_body .tablecol td:not(:first-child) {
  border-top: none;
  border-right: none;
}

.single .achievement .entry_body .tablecol th {
  color: #fff;
  font-weight: bold;
  background: #DB2518;
  border-right: none;
}

.single .achievement .entry_body .tablerow {
  width: 100%;
  font-size: 13px;
  border: 1px solid #3B3B3B;
  border-top: none;
  border-left: none;
  margin-bottom: 50px;
}

.single .achievement .entry_body .tablerow th,
.single .achievement .entry_body .tablerow td {
  padding: 12px 20px;
  border: 1px solid #3B3B3B;
  border-bottom: none;
  border-right: none;
}

.single .achievement .entry_body .tablerow th {
  width: 20%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #9C5F33;
}

.single .achievement .entry_body .tablerow td {
  width: 40%;
}

.single .achievement .entry_body .fukidashi,
.s-news-content .fukidashi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .fukidashi .prf-left,
.s-news-content .fukidashi .prf-left {
  width: 10%;
  text-align: center;
}

.single .achievement .entry_body .fukidashi .prf-left img,
.s-news-content .fukidashi .prf-left img {
  width: 98px;
  height: 98px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #81a754;
}

.single .achievement .entry_body .fukidashi .prf-left cite,
.s-news-content .fukidashi .prf-left cite {
  font-size: 13px;
  font-weight: bold;
}

.single .achievement .entry_body .fukidashi .prf-right,
.s-news-content .fukidashi .prf-right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 31px 22px;
  border: 1px solid #81a754;
  border-radius: 15px;
  margin-left: 30px;
}

.single .achievement .entry_body .fukidashi .prf-right::before,
.s-news-content .fukidashi .prf-right::before {
  content: "";
  border-top: 15px solid transparent;
  border-right: 28px solid #81a754;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 20%;
  left: -29px;
}

.single .achievement .entry_body .fukidashi .prf-right::after,
.s-news-content .fukidashi .prf-right::after {
  content: "";
  border-top: 15px solid transparent;
  border-right: 28px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 20%;
  left: -27px;
}

.single .achievement .entry_body .fukidashi .prf-right p,
.s-news-content .fukidashi .prf-right p {
  margin-bottom: 0;
}

.s-news-content .btn {
  width: auto;
  max-width: 450px;
}

.single .achievement .entry_body .author,
.s-news-content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 3px solid #81a754;
  padding: 15px 10px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .author .prf-left img,
.s-news-content .author .prf-left img {
  width: 243px;
  margin-right: 30px;
}

.single .achievement .entry_body .author .prf-right,
.s-news-content .author .prf-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.single .achievement .entry_body .author .prf-right p,
.s-news-content .author .prf-right p {
  margin-bottom: 5px;
}

.single .achievement .entry_body .author .prf-right p:first-child,
.s-news-content .author .prf-right p:first-child {
  font-size: 25px;
  font-weight: bold;
}

.single .achievement .entry_body .author .prf-right p:nth-child(2),
.s-news-content .author .prf-right p:nth-child(2) {
  font-size: 14px;
}

.single .achievement .entry_body .imagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 3px solid #9C5F33;
  padding: 28px 60px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .imagelink .prf-left img {
  width: 250px;
  margin-right: 30px;
}

.single .achievement .entry_body .imagelink .prf-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.single .achievement .entry_body .imagelink .prf-right p {
  margin-bottom: 0;
}

.single .achievement .entry_body button {
  display: block;
  width: 251px;
  min-height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DB2518;
  background: #DB2518;
  padding: 0 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.single .achievement .entry_body button.btn--white {
  color: #DB2518;
  background: #fff;
}

.single .achievement .recommended {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding-top: 125px;
  padding-bottom: 38px;
}

.single .achievement .recommended_title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 60px;
}

.single .achievement .recommended_title-eng {
  position: relative;
  font-size: 20px;
  color: #DB2518;
  text-align: center;
}

.single .achievement .recommended_title-eng::after {
  position: absolute;
  bottom: -7px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 3px;
  background: #DB2518;
}

.single strong {
  font-weight: bold;
}

#midashiwaku {
  background: #FFF1E8;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
  z-index: 99;
}

.c-pagetop a {
  display: block;
}

.breadcrumb {
  padding-top: 32px;
  font-weight: bold;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}

.breadcrumb-item {
  margin-left: 40px;
  position: relative;
}

.breadcrumb-item:last-of-type {
  color: #81a754;
  pointer-events: none;
}

.breadcrumb-item:last-of-type a {
  color: inherit;
}

.breadcrumb-item:last-of-type:after {
  content: none;
}

.breadcrumb-item:after {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  position: absolute;
  top: 50%;
  right: -20px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.p-home {
  height: 1200px;
}

/* --------------------------------
fv
----------------------------------- */
.fv {
  position: relative;
  height: 740px;
}

.fv-title {
  color: #81a754;
  font-size: 4rem;
  font-weight: bold;
}

.fv-btn {
  margin-top: 40px;
}

.fv-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.fv-slide-for {
  height: 740px;
  position: relative;
  z-index: 200;
}

.fv-slide-for .fv-slide-item {
  background: center center/cover no-repeat;
  height: 740px;
}

.fv-slide-img img {
  width: 100%;
  height: auto;
}

.fv-slide-box {
  position: absolute;
  top: 10%;
  right: 10%;
  background-color: rgba(254, 254, 254, 0.9);
  padding: 48px 61px;
  text-align: center;
  max-width: 544px;
}

.fv-slide-nav {
  margin-top: -11%;
  z-index: 250;
}

.fv-slide-nav .slick-list {
  padding: 10px;
  width: 55%;
  margin-left: auto;
}

.fv-slide-nav .slick-slide {
  width: 100px !important;
}

.fv-slide-nav .fv-slide-item {
  width: 85px !important;
  height: 76px !important;
  float: right;
  margin-right: 10px;
  position: relative;
}

.fv-slide-nav .fv-slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}



.fv-slide-nav .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.fv-slide-nav img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #fefefe;
  border-radius: 10px;
}

.fv-slide-nav .slick-current img {
  border: 2px solid #81a754;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* --------------------------------
bannar
----------------------------------- */
.bannar {
  padding: 60px 0 45px;
  background-color: #EDF4EA;
  position: relative;
  z-index: 220;
}

/*20240431
.bannar::before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background: url(../img/common/bannar-wave.png) center center/cover no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
}
20240431*/
.bannar-sakura {
  position: absolute;
  top: -260px;
  left: 0;
}

.bannar-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.bannar-item {
  margin-top: 60px;
}

.bannar-item:first-of-type {
  margin-top: 0;
}

.bannar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.bannar-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative;
}

.bannar-img img {
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bannar-right {
  background-color: #4c723c;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  border-radius: 0px 10px 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  padding: 40px 0 40px;
}

.bannar-text {
  color: #fefefe;
  font-weight: bold;
  font-size: 3rem;
  margin: 28px 0;
}

/* --------------------------------
purpose
----------------------------------- */
.purpose {
  background: url(../img/common/purpose-bg.jpg) center center/cover no-repeat;
  padding: 75px 0 80px;
  overflow: hidden;
}

.purpose .section-title-icon img {
  width: 34px;
}

.purpose-list {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5%;
  margin-top: 50px;
}

.purpose-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-left: 5%;
  position: relative;
}

.purpose-item-title {
  color: #fefefe;
  font-size: 3.2rem;
  font-weight: bold;
  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;
  padding: 10px 0;
  position: relative;
  z-index: 3;
}

.purpose-item-title::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-l.svg) center center/cover no-repeat;
  width: 10px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.purpose-item-title .icon {
  margin-right: 30px;
}

.purpose-item-title .icon img {
  vertical-align: middle;
}

.purpose-item-img {
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.purpose-item-img span {
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.purpose-item:nth-of-type(2) {
  margin-top: 67px;
}

.purpose-item:nth-of-type(4),
.purpose-item:nth-of-type(6) {
  margin-top: 105px;
}

.purpose-item:nth-of-type(5) {
  margin-top: 172px;
}

.purpose-item.eat .purpose-item-title {
  background-color: #DF9E51;
}

.purpose-item.eat:after {
  content: "";
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/common/eat-dotted.svg) center center/cover no-repeat;
  position: absolute;
  right: -60px;
  bottom: 26%;
}

.purpose-item.buy .purpose-item-title {
  background-color: #DFC051;
}

.purpose-item.buy:after {
  content: "";
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/common/buy-dotted.svg) center center/cover no-repeat;
  position: absolute;
  right: -78px;
  bottom: 30%;
}

.purpose-item.live .purpose-item-title {
  background-color: #76BD75;
}

.purpose-item.live:after {
  content: "";
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/common/live-dotted.svg) center center/cover no-repeat;
  position: absolute;
  right: -65px;
  bottom: 30%;
}

.purpose-item.learn .purpose-item-title {
  background-color: #80AFCA;
}

.purpose-item.learn:after {
  content: "";
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/common/learn-dotted.svg) center center/cover no-repeat;
  position: absolute;
  right: -58px;
  bottom: 32%;
}

.purpose-item.make .purpose-item-title {
  background-color: #DC77C0;
}

.purpose-item.make:after {
  content: "";
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/common/make-dotted.svg) center center/cover no-repeat;
  position: absolute;
  right: -72px;
  bottom: 34%;
}

.purpose-item.work .purpose-item-title {
  background-color: #CF846C;
}

/* --------------------------------
shop
----------------------------------- */
.shop {
  padding: 75px 0 60px;
}

.shop .section-title-icon img {
  width: 42px;
}

.shop-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
}

.shop-item:first-of-type {
  margin-left: 0;
}

.shop-item:first-of-type,
.shop-item:nth-of-type(2) {
  margin-top: 0;
}

.shop-item:nth-of-type(4n+1) {
  margin-left: 0;
}

.shop-item:nth-of-type(n+5) {
  margin-top: 75px;
}

.shop-item-img {
  height: 0;
  padding-top: 64%;
  position: relative;
}

.shop-item-img span {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 2;
  color: #fefefe;
  border-radius: 4px;
}

.shop-item-img span.eat {
  background-color: #DF9E51;
}

.shop-item-img span.shopping {
  background-color: #DFC051;
}

.shop-item-img span.life {
  background-color: #76BD75;
}

.shop-item-img span.study {
  background-color: #80AFCA;
}

.shop-item-img span.manufacture {
  background-color: #DC77C0;
}

.shop-item-img span.work {
  background-color: #DF9E51;
}

.shop-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.shop-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
}

.shop-item-cat {
  margin-top: 10px;
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-item-cat span {
  display: inline-block;
  margin-left: 8px;
  border: 1px solid #81a754;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 1.5rem;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 8px !important;
}

.shop-item-access {
  font-size: 1.5rem;
  line-height: 20px;
  margin-top: 14px;
}

.shop-item-tel {
  margin-top: 12px;
  font-size: 1.8rem;
}

.shop-item-tel span {
  margin-right: 6px;
  vertical-align: middle;
}

.shop-item-btn {
  margin-top: 20px;
}

.shop-item-btn a {
  background-color: #81a754;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  color: #fefefe;
  font-size: 1.4rem;
  font-weight: 500;
}

.shop-item-btn a span {
  margin-right: 9px;
  width: 21px;
  height: 21px;
}

.shop-btn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid #81a754;
}

.shop-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #81a754;
  font-size: 1.8rem;
  font-weight: bold;
}

.shop-btn span {
  display: block;
  margin-top: 20px;
}

.shop-btn span.arrow {
  margin-top: 5px;
}

/* --------------------------------
news
----------------------------------- */
.news {
  padding: 60px 0;
  position: relative;
}

.news .section-title-icon img {
  width: 37px;
}

.news-sakura1 {
  position: absolute;
  top: 0;
  right: 3%;
}

.news-sakura2 {
  position: absolute;
  top: 16%;
  left: 0;
}

.news-cat-wrap {
  margin-top: 50px;
  max-width: 824px;
  width: 100%;
  margin: 50px auto 0;
}

.news-cat-list {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -18px;
  margin-top: -20px;
}

.news-cat-list .cat-item {
  width: calc((100% - 36px) / 3);
  margin-left: 12px;
  margin-top: 20px;
  border: 2px solid #EFDA8E;
  background-color: #FCF8EB;
  border-radius: 10px;
  text-align: center;
}

.news-cat-list .cat-item a {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0;
}

/* .news-cat-list .cat-item:first-of-type, .news-cat-list .cat-item:nth-of-type(4) {
  margin-left: 0;
} */
.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-item {
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
}

.news-item:first-of-type {
  margin-left: 0;
}

.news-item:nth-of-type(4n+1) {
  margin-left: 0;
}

.news-item:nth-of-type(n+5) {
  margin-top: 75px;
}

.news-item-img {
  height: 0;
  padding-top: 64%;
  position: relative;
}

.news-item-img span {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 76px;
  height: 76px;
  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;
  border: 2px solid #EFDA8E;
  background-color: #FCF8EB;
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 18px;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  padding: 5px;
}

.news-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.news-item-date {
  color: #96989B;
  font-size: 1.4rem;
  margin-top: 14px;
}

.news-item-cat {
  margin-top: 4px;
  margin-left: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-item-cat span {
  margin-left: 4px;
  margin-top: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 7px;
  background-color: #81a754;
  border-radius: 4px;
  color: #fefefe;
}

.news-item-title {
  font-weight: bold;
  margin-top: 8px;
  font-size: 1.6rem;
}

.news-item-text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --------------------------------
movie
----------------------------------- */
.movie {
  background-color: #fcf9ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  position: relative;
}

.movie-tree {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  max-width: 313px;
}

.movie-contents {
  margin-left: 60px;
  position: relative;
  z-index: 2;
}

.movie-item {
  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;
}

.movie-item:nth-of-type(2) {
  margin-top: 40px;
}

.movie-item-title {
  font-weight: bold;
  margin-top: 12px;
  font-size: 1.6rem;
}

.movie-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  position: relative;
  height: 0;
  padding-top: 68%;
}

.movie-img iframe {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.movie-box {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.movie-date {
  font-size: 1.4rem;
}

.movie-btn {
  margin-top: 60px;
}

.movie-btn .btn {
  margin-left: 0;
}

/* --------------------------------
pickup
----------------------------------- */
.pickup {
  padding-top: 20px;
  padding-bottom: 0;
}

.pickup-bottom {
  margin-top: 80px;
}

.pickup-bottom img {
  width: 100%;
}

.pickup .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  z-index: 3;
  top: -42%;
  width: 40px;
}

.pickup .prev-arrow {
  left: 23px;
}

.pickup .next-arrow {
  right: 23px;
}

/* --------------------------------
about
----------------------------------- */
.about {
  padding: 75px 0 180px;
  background: url(../img/common/purpose-bg.jpg) center center/cover no-repeat;
  margin-top: -10px;
}

.about .inner {
  width: 90%;
}

.about .section-title-icon img {
  width: 43px;
}

.about-contents {
  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;
}

.about-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.about-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding-top: 100px;
  margin-left: auto;
}

.about-title {
  font-size: 3.8rem;
  font-weight: bold;
}

.about-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 40px;
  line-height: 2;
}

.about-btn {
  margin-top: 80px;
}

.about-btn .btn {
  margin-left: 0;
}

/* --------------------------------
insta
----------------------------------- */
.insta {
  background-color: #EEF5FA;
  padding: 60px 0 124px;
  position: relative;
}

.insta::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -94.5px;
  width: 100%;
  height: 94.5px;
  background: url(../img/common/insta-wave.svg) center center/cover no-repeat;
}

.insta-bird {
  position: absolute;
  top: 8%;
  right: 5%;
}

.insta-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insta-item {
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
  margin-top: 20px;
}

.insta-item:first-of-type,
.insta-item:nth-of-type(5) {
  margin-left: 0;
}

.insta-item img {
  width: 100%;
}

.insta-btn {
  margin-top: 80px;
}

.p-news {
  padding: 0 0 135px;
}

.p-news .page-fv {
  background-image: url(../img/common/p-news-fv.jpg);
}

.p-news-inner {
  position: relative;
  z-index: 2;
}

.p-news-contents {
  position: relative;
}

.s-news {
  padding-bottom: 135px;
}

.s-news-contents {
  margin-top: 70px;
}

.s-news-thumbnail {
  width: 100%;
  height: 480px;
  position: relative;
}

.s-news-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-news-thumbnail span {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 115px;
  height: 115px;
  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;
  border: 2px solid #EFDA8E;
  background-color: #FCF8EB;
  border-radius: 50%;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  padding: 5px;
}

.s-news-date-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.s-news-date {
  color: #96989B;
}

.s-news-tag {
  margin-left: 20px;
}

.s-news-tag span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fefefe;
  background-color: #81a754;
  padding: 0px 8px;
  border-radius: 4px;
  margin-left: 8px;
}

.s-news-tag span:first-of-type {
  margin-left: 0;
}

.s-news-title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 44px;
  padding-bottom: 32px;
  border-bottom: 4px solid #81A754;
  margin-top: 30px;
}

.s-news-content {
  margin-top: 60px;
}

.s-news-content p a,
.s-news-content tbody a {
  color: #7367ff;
  text-decoration: underline;
}

.s-news-content p a:visited,
.s-news-content tbody a:visited {
  color: #f0491b;
}

.s-news-content p a:hover,
.s-news-content tbody a:hover {
  opacity: 0.5;
}

.s-news-content pre a {
  color: #7367ff;
  text-decoration: underline;
}

.s-news-content pre a:visited {
  color: #f0491b;
}

.s-news-content pre a:hover {
  opacity: 0.5;
}

.s-news-content #ez-toc-container {
  width: 100%;
  background-color: rgba(252, 248, 235, 0.62);
  padding: 25px;
  border: none;
  margin-bottom: 60px;
}

.s-news-content #ez-toc-container .ez-toc-title-container {
  border-bottom: 2px solid #f1d87d;
  padding-bottom: 10px;
}

.s-news-content #ez-toc-container .ez-toc-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 32px;
}

.s-news-content #ez-toc-container nav {
  margin-top: 32px;
}

.s-news-content #ez-toc-container nav .ez-toc-list li {
  margin-top: 30px;
}

.s-news-content #ez-toc-container nav .ez-toc-list li::before {
  content: none;
}

.s-news-content #ez-toc-container nav .ez-toc-list li:first-of-type {
  margin-top: 0;
}

.s-news-content #ez-toc-container nav .ez-toc-list li .ez-toc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-news-content #ez-toc-container nav .ez-toc-list li .ez-toc-link:hover {
  text-decoration: none;
}

.s-news-content #ez-toc-container nav .ez-toc-list li .ez-toc-link::before {
  content: counter(item);
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: #f1d87d;
  color: #fefefe;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 16px;
}

.s-news-content #ez-toc-container nav .ez-toc-list li ul {
  margin-top: 8px;
}

.s-news-content #ez-toc-container nav .ez-toc-list li ul li {
  text-indent: 1em;
  margin-top: 4px;
}

.s-news-content #ez-toc-container nav .ez-toc-list li ul li .ez-toc-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-news-content #ez-toc-container nav .ez-toc-list li ul li .ez-toc-link::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  height: 8px;
  background: url(../img/common/toc-dots.svg) center center/cover no-repeat;
  vertical-align: middle;
}

.s-news-content h2,
.s-shop h2.s-shop-h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 36px;
  padding: 6px 20px;
  border-left: 6px solid #81a754;
  background-color: rgba(129, 167, 84, 0.12);
  margin-top: 25px;
  margin-bottom: 15px;
}

.s-news-content h3,
.s-shop h3.s-shop-h3 {
  position: relative;
  font-size: 2.2rem;
  padding: 3px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(129, 167, 84, 0.12)
}

.s-news-content h3::before,
.s-shop h3.s-shop-h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent transparent #82a754;
  vertical-align: sub;
}

.s-news-content p {
  line-height: 30px;
  margin-bottom: 45px;
}

.s-news-content ol {
  counter-reset: ol;
  margin-bottom: 30px;
}

.s-news-content ol li {
  margin-top: 10px;
}

.s-news-content ol li:first-of-type {
  margin-top: 0;
}

.s-news-content ol li::before {
  content: counter(ol);
  counter-increment: ol;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 50%;
  background-color: #81a754;
  margin-right: 12px;
  color: #fefefe;
}

.s-news-content ul {
  margin-bottom: 60px;
}

.s-news-content ul li {
  margin-top: 10px;
}

.s-news-content ul li:first-of-type {
  margin-top: 0;
}

.s-news-content ul li::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  background: url(../img/common/ul-dots.svg) center center/cover no-repeat;
  vertical-align: middle;
}

.s-news-content img {
  width: 100%;
}

.s-news-content .wp-block-quote {
  position: relative;
  padding: 30px;
  margin: 0;
  margin-bottom: 60px;
  background-color: rgba(129, 167, 84, 0.12);
  border-top: 5px solid rgba(129, 167, 84, 0.12);
  padding: 75px 60px 15px;
}

.s-news-content .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 59px;
  height: 38.5px;
  background: url(../img/common/quote-icon.png) center center/cover no-repeat;
}

.s-news-content .wp-block-quote p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.s-news-content .wp-block-quote cite {
  text-align: right;
  font-size: 1.3rem;
  font-style: normal;
  display: inherit;
}

.s-news-content .hosoku {
  margin: 0 0 60px 0;
  font-size: 1.4rem;
  line-height: 24px;
  color: #4d4d4d;
}

.s-news-content .wakutext {
  border: 2px solid #81a754;
  background-color: rgba(129, 167, 84, 0.06);
  padding: 50px;
  line-height: 30px;
  margin-bottom: 60px;
}

.s-news-content .wakutext p {
  margin-bottom: 0;
}

.s-news-content #midashiw {
  background-color: #81a754;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fefefe;
  padding: 15px 20px;
  margin-bottom: 0;
  text-align: left;
}

.s-news-content .author {
  margin-bottom: 60px;
  background-color: rgba(129, 167, 84, 0.12);
}

.s-news-content .author p {
  margin-bottom: 0;
}

.s-news-content .wp-block-embed {
  margin-bottom: 60px;
}

.s-news-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-top: 50%;
}

.s-news-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-news-content .imagelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.s-news-content .imagelink .prf-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}

.s-news-content .imagelink .prf-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51%;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
}

.s-news-content .imagelink .prf-right a {
  color: #036FD3;
  text-decoration: underline;
}

.s-news-content .w_button {
  margin-bottom: 60px;
}

.s-news .page-nav {
  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;
  margin-top: 60px;
}

.s-news .page-nav a {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.s-news .page-nav a:first-of-type span {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.s-news .page-nav a:nth-of-type(2) {
  text-align: center;
}

.s-news .page-nav a:last-of-type span {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.s-news .page-nav a span {
  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;
}

.s-news .page-nav .prev-link span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
  margin-right: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s-news .page-nav .next-link span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}

.s-news .ftext a {
  color: #036FD3;
  border-bottom: 1px solid #036FD3;
}

.s-news .ftext a .fa-solid {
  margin-left: 5px;
}

.p-privacy {
  background-color: #faf7f0;
}

.p-privacy .page-fv {
  background-image: url(../img/common/privacy-fv.jpg);
}

.p-privacy-text {
  font-size: 1.8rem;
}

.p-privacy-text a {
  color: #127FE3;
  text-decoration: underline;
}

.p-privacy dl {
  margin-top: 70px;
}

.p-privacy dt {
  font-size: 2.2rem;
  font-weight: bold;
  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;
}

.p-privacy dt::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43px;
  -ms-flex: 0 0 43px;
  flex: 0 0 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #81a754;
  margin-right: 12px;
}

.p-privacy dd {
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-rules {
  background-color: #faf7f0;
}

.p-rules .page-fv {
  background-image: url(../img/common/rules-fv.jpg);
}

.p-rules-text {
  font-size: 1.8rem;
}

.p-rules dl {
  margin-top: 50px;
}

.p-rules dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
}

.p-rules dd {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-contact .page-fv {
  background-image: url(../img/common/contact-fv.jpg);
}

.p-contact .page-fv .section-title-icon {
  width: 40px;
  height: 30px;
}

.p-contact .page-contents {
  padding-top: 100px;
}

.p-contact-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-contact-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e3ecda;
}

.p-contact-item {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  height: 115px;
  border-radius: 50%;
  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: #e3ecda;
  color: #000;
  font-weight: bold;
}

.p-contact-item.active {
  background-color: #81a754;
  color: #fefefe;
}

.p-contact-text {
  font-size: 1.8rem;
  margin-top: 100px;
}

.p-contact table {
  width: 100%;
  display: block;
}

.p-contact table tbody {
  width: 100%;
  display: block;
}

.p-contact table tr {
  margin-top: 30px;
  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;
}

.p-contact table th {
  width: 30%;
  text-align: left;
}

.p-contact.c-kaiin table th {
  width: 25%;
}

.p-contact table th span {
  font-size: 1.2rem;
  padding: 6px 10px;
  color: #e24430;
  border: 1px solid #e24430;
  margin-right: 22px;
}

.p-contact table th span.any {
  color: #616161;
  border: 1px solid #616161;
}

.p-contact table td {
  width: 60%;
  white-space: nowrap;
}

.p-contact.c-kaiin table td {
  width: 60%;
  white-space: nowrap;
}

#zip_search,
#btn_passview,
#btn_passview-con {
  background-color: #81a754;
  width: 20%;
  margin: 3%;
  border-radius: 5px;
  padding: 12px 4px;
  color: #fff;
  font-weight: bold;
  border: solid 2px #81a754;
}

.p-contact table td .address {
  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;
  color: #a1a1a1;
  margin-bottom: 15px;
}

.p-contact table td .address span {
  margin: 0 10px;
}

.p-contact table td.cept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-contact table td.cept input[type=text] {
  width: 49%;
}

.p-contact table td.cept-post .items {
  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;
}

.p-contact table td.cept-post .items .item input[type=tel] {
  width: 100px;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  padding: 5px;
}

.p-contact table td.cept-post .items .item-line {
  margin: 0 8px;
}

.p-contact table td.cept-post p {
  margin-top: 5px;
}

.p-contact table input[type=text],
.p-contact table textarea {
  width: 100%;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  padding: 12px 22px;
}

.p-contact .mail-policy {
  background-color: rgba(129, 167, 84, 0.06);
  padding: 25px;
  margin-top: 50px;
}

.p-contact .mail-policy h3 {
  font-weight: bold;
  font-size: 1.6rem;
}

.p-contact .mail-policy p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-contact .mail-policy p a {
  color: #036FD3;
  text-decoration: underline;
}

.p-contact .bt-policy {
  margin-top: 15px;
}

.p-contact .bt-policy label span {
  position: relative;
  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;
  font-size: 1.4rem;
}

.p-contact .bt-policy label span::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background-color: #fefefe;
  border: 1px solid #df9e51;
  cursor: pointer;
  margin-right: 5px;
}

.p-contact .bt-policy label span:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../img/common/check.svg);
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.p-contact .bt-policy label input[type=checkbox]:checked+span::after {
  opacity: 1;
}

.p-contact .submit-button {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact .submit-button input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact .submit-button .btn {
  margin: 0;
}

.p-contact .submit-button .formBtRewrite {
  width: 310px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  background-color: #fefefe;
  border: 1px solid #81a754;
  color: #81a754;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  margin-left: 30px;
  border-radius: 10px;
  font-weight: 500;
}

.p-contact .thanks-message {
  margin-top: 50px;
}

.p-about .page-fv {
  background-image: url(../img/common/about-fv.jpg);
}

.p-about .page-fv .section-title-icon img {
  width: 43px;
}

.p-about-section-title {
  font-size: 2.8rem;
  font-weight: bold;
  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;
}

.p-about-section-title span:first-of-type {
  margin-right: 20px;
}

.p-about-section-title span:nth-of-type(2) {
  margin-left: 20px;
}

.p-about-place {
  background: url(../img/common/p-about-place-bg.jpg) center center/cover no-repeat;
}

.p-about-place .page-contents {
  padding-top: 15px;
}

.p-about-place-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-about-place-map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 33px;
}

.p-about-place-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.p-about-place-text {
  line-height: 2;
  font-weight: bold;
}

.p-about-place-text:first-of-type {
  margin-top: 48px;
}

.p-about-place-text:nth-of-type(2) {
  margin-top: 24px;
}

.p-about-place-fukidashi {
  margin-top: -70px;
}

.p-about-feature {
  padding: 80px 0 170px;
  position: relative;
}

.p-about-feature::before {
  content: "";
  background: url(../img/common/p-about-feature-wave.svg) center center/cover no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  height: 93px;
  left: 0;
  top: -93px;
}

.p-about-feature-item {
  margin-top: 80px;
}

.p-about-feature-item:first-of-type {
  margin-top: 0;
}

.p-about-feature-item:nth-of-type(even) .p-about-feature-item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-about-feature-item:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-about-feature-item:last-of-type .p-about-feature-item2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-top: 0;
}

.p-about-feature-item:last-of-type .p-about-feature-item2 .p-about-feature-item-inner {
  display: block;
}

.p-about-feature-item:last-of-type .p-about-feature-item2 .p-about-feature-number img {
  width: 100%;
}

.p-about-feature-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.p-about-feature-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
}

.p-about-feature-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.p-about-feature-title {
  font-size: 3.4rem;
  font-weight: bold;
}

.p-about-feature-text {
  margin-top: 24px;
  line-height: 2;
}

.p-about-feature-btn {
  margin-top: 30px;
}

.p-about-feature-btn .btn {
  margin-left: 0;
}

.p-about-number {
  background-color: #faf5e9;
  padding-bottom: 120px;
  position: relative;
}

.p-about-number::before {
  content: "";
  display: block;
  width: 100%;
  height: 109px;
  position: absolute;
  top: -108px;
  left: 0;
  background: url(../img/common/p-about-number-wave.svg) center center/cover no-repeat;
}

.p-about-number-list {
  margin-top: 70px;
}

.p-about-number-list-sp {
  display: none;
}

.p-about-number-item {
  margin-top: 60px;
}

.p-about-number-item:first-of-type {
  margin-top: 0;
}

.p-about-number-item-sp {
  margin-top: 30px;
}

.p-about-number-item-sp:first-of-type {
  margin-top: 0;
}

.p-category .section-title-icon {
  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;
}

.p-category .section-title-dots {
  width: 70%;
  margin: -15px auto 0;
}

.p-category-fv {
  position: relative;
}

.p-category-fv-text {
  font-size: 1.5rem;
  line-height: 22px;
  margin-top: 10px;
}

.p-category-contents {
  padding: 40px 0 135px;
}

.p-category-lead {
  display: none;
}

.p-category .slick02 {
  height: 380px;
}

.p-category .slick-item {
  height: 380px;
}

.p-category .slick-item img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;

}

.p-category .page-fv-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/common/category-title-bg.png);
  height: 265px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
}

.p-category .section-title-text {
  margin-top: 0;
}

.p-category .section-title-dots {
  margin-top: -20px;
}

.p-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-category-item {
  width: 100%;
}

.p-category-item a {
  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;
  padding: 9px 0;
  border-radius: 2px;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-category-item a span {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 50%;
  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;
}

.p-category-item a span img {
  vertical-align: middle;
}

.p-category-item a .c-svg {
  color: #fefefe;
}

.p-category-item.eat a {
  border: 2px solid #DF9E51;
  color: #DF9E51;
}

.p-category-item.eat span {
  background-color: #DF9E51;
}

.p-category-item.buy a {
  border: 2px solid #DFC051;
  color: #DFC051;
}

.p-category-item.buy span {
  background-color: #DFC051;
}

.p-category-item.live a {
  border: 2px solid #76BD75;
  color: #76BD75;
}

.p-category-item.live span {
  background-color: #76BD75;
}

.p-category-item.learn a {
  border: 2px solid #80AFCA;
  color: #80AFCA;
}

.p-category-item.learn span {
  background-color: #80AFCA;
}

.p-category-item.make a {
  border: 2px solid #DC77C0;
  color: #DC77C0;
}

.p-category-item.make span {
  background-color: #DC77C0;
}

.p-category-item.work a {
  border: 2px solid #CF846C;
  color: #CF846C;
}

.p-category-item.work span {
  background-color: #CF846C;
}

.p-category-pickup {
  padding-top: 40px;
}

.p-category-pickup-title {
  text-align: center;
}

.p-category-pickup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.p-category-pickup-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.p-category-pickup-item:nth-of-type(2) {
  margin-left: 40px;
}

.p-category-pickup-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.p-category-pickup-item-title {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-category-pickup-img {
  position: relative;
  height: 0;
  padding-top: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 242px;
  -ms-flex: 0 0 242px;
  flex: 0 0 242px;
}

.p-category-pickup-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-category-pickup-box {
  margin-left: 22px;
}

.p-category-pickup-cat {
  padding: 6px 10px;
  display: inline-block;
  color: #fefefe;
  border-radius: 4px;
  font-weight: bold;
}

.p-category-pickup-text {
  margin-top: 30px;
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eat .p-category-pickup-cat {
  background-color: #DF9E51;
}

.buy .p-category-pickup-cat {
  background-color: #DFC051;
}

.live .p-category-pickup-cat {
  background-color: #76BD75;
}

.learn .p-category-pickup-cat {
  background-color: #80AFCA;
}

.make .p-category-pickup-cat {
  background-color: #DC77C0;
}

.work .p-category-pickup-cat {
  background-color: #DF9E51;
}

.p-category-area {
  margin-top: 50px;
}

.p-category-area.mt0 {
  margin-top: 0;
}

.p-category-area-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(248, 221, 189, 0.34);
  border-radius: 30px;
  padding: 60px 150px;
}

.p-category-area-title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-category-area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
}

.p-category-area-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  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;
  margin-top: 32px;
}

.p-category-area-count {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}

.p-category-area form {
  width: 80%;
  margin: 60px auto 0;
}

.p-category-area .feas_clevel_01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  min-width: 19%;
}

.p-category-area .feas_clevel_01:first-of-type,
.p-category-area .feas_clevel_01:nth-of-type(5) {
  margin-left: 0;
}

.p-category-area .feas_clevel_01 span {
  font-size: 1.4rem;
  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;
}

.p-category-area .feas_clevel_01 span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: #fefefe;
  border: 1px solid #df9e51;
  cursor: pointer;
  margin-right: 10px;
}

.p-category-area .feas_clevel_01 span:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../img/common/check.svg);
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.p-category-area input[type=checkbox]:checked+span::after {
  opacity: 1;
}

.p-category-area-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.p-category-area-btns input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 263px;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.p-category-area-btns input:first-of-type {
  color: #000;
  background-color: #fefefe;
  border: 1px solid #DFC051;
}

.p-category-area-btns input:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 1px;
  background-color: #000;
}

.p-category-area-btns input:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 20px;
  height: 1px;
  background-color: #000;
}

.p-category-area-btns input:nth-of-type(2) {
  margin-left: 17px;
  color: #fefefe;
  background-color: #DFC051;
  border: 1px solid #DFC051;
}

.search_btn_icon {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}

.p-category-area-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 263px;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
}

.p-category-area-btn:first-of-type {
  color: #000;
  background-color: #fefefe;
  border: 1px solid #DFC051;
}

.p-category-area-btn:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 1px;
  background-color: #000;
}

.p-category-area-btn:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 20px;
  height: 1px;
  background-color: #000;
}

.p-category-area-btn:nth-of-type(2) {
  margin-left: 17px;
  color: #fefefe;
  background-color: #DFC051;
  border: 1px solid #DFC051;
}

.p-category-area-btn:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/glass-icon-white.svg) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.p-shop .page-fv {
  background-image: url(../img/common/shop-fv.jpg);
}

.p-shop .page-fv .section-title-icon img {
  width: 42px;
}

.p-shop-contents {
  padding: 60px 0 135px;
}

/* .p-shop-select-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
} */

.p-shop-select-item:first-of-type {
  margin-left: 0;
}

.p-shop-select-text {
  font-size: 1.8rem;
  font-weight: bold;
  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;
}

.p-shop-select-text span {
  width: 33px;
  height: 33px;
  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;
  color: #fefefe;
  background-color: #81a754;
  margin-right: 6px;
  border-radius: 50%;
}

/* .p-shop-select-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
} */
/* .p-shop-select-wrap {
  display: inline-block;
  position: relative;
  margin-top: 16px;
} */
.p-shop-select-wrap::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.p-shop-select select {
  border: 1px solid #efda8e;
  padding: 10px 30px;
  border-radius: 6px;
  /* width: 257px; */
  width: 100%;
  position: relative;
}

.p-shop-select-purpose {
  font-weight: bold;
}

.p-shop-select-area {
  margin-left: 20px;
  color: #999;
  font-weight: bold;
}

.p-shop-select-area.active {
  color: #000;
}

.p-shop-select-genre {
  color: #999;
  font-weight: bold;
}

.p-shop-select-genre.active {
  color: #000;
}

.p-shop-select-btn {
  margin-left: 20px;
}

.p-shop-select-btn a {
  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: #f6e39d;
  border-radius: 6px;
  width: 172px;
  padding: 9px 0;
  font-weight: bold;
  margin: 0 auto;
}

.p-shop-select-btn span {
  margin-left: 24px;
  width: 20px;
}

.p-shop-select-btn span img {
  vertical-align: middle;
}

.p-shop-select-count {
  margin-top: 70px;
  font-weight: bold;
}

.s-shop {
  background-color: #faf7f0;
}

.s-shop-cat {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2px 16px;
  border-radius: 4px;
  background-color: #DC77C0;
  color: #fefefe;
}

.s-shop-white {
  background-color: #fefefe;
}

.s-shop-fv {
  /* width: 100%;
  height: 613px;
  background: url(../img/common/33291598.webp) center center/cover no-repeat;
  position: relative;
  margin: 24px 0 116px; */
  margin-top: 24px;
  padding-top: 45%;
  position: relative;
  height: 0;
}

.s-shop-fv img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.s-shop-fv-box {
  /* position: absolute;
  left: -1px;
  bottom: -1px;
  background-color: #faf7f091;
  width: 520px;
  height: 221px;
  padding: 16px;
  border-radius: 20px; */
}

.s-shop-fv-cat {
  font-size: 1.8rem;
  color: #fefefe;
  background-color: #DC77C0;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 4px;
}

.s-shop-fv-title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: 18px;
  text-shadow:
    1px 1px #fff,
    /*文字の右下に影を追加*/
    1px -1px #fff,
    /*文字の右上に影を追加*/
    -1px 1px #fff,
    /*文字の左下に影を追加*/
    -1px -1px #fff;
  /*文字の左上に影を追加*/
}

.s-shop-fv-tag {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.s-shop-fv-tag span {
  font-size: 1.5rem;
  background-color: #fefefe;
  border: 1px solid #81a754;
  padding: 6px 10px;
  margin-left: 8px;
  border-radius: 4px;
}

.s-shop-fv-tag span:first-of-type {
  margin-left: 0;
}


.s-shop-intro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-top: 60px;
}

.s-shop-intro-item {
  width: calc((100% - 30px) / 4);
  height: 177px;
  margin-left: 10px;
  position: relative;
}

.s-shop-intro-item:first-of-type {
  margin-left: 0;
}

.s-shop-intro-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.s-shop-intro-info {
  padding-top: 40px;
}

.s-shop-intro-text {
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
}

.s-shop-data {
  padding: 90px 0 70px;
}

.s-shop-data-title {
  font-size: 3.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #81a754;
  margin-top: 90px;
}

.s-shop-data-title:first-of-type {
  margin-top: 0;
}

.s-shop-data-title span:first-of-type {
  margin-right: 60px;
}

.s-shop-data-title span:last-of-type {
  margin-left: 60px;
}

.s-shop-data-title img {
  vertical-align: middle;
}

.s-shop-data table {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.s-shop-data .table1 {
  margin-top: 40px;
  border-collapse: collapse;
  font-weight: bold;
}

.s-shop-data .table1 tr {
  border: 1px solid #dbdbdb;
}

.s-shop-data .table1 th {
  width: 24%;
  background-color: #FCF9EF;
  padding: 16px 10px 16px 32px;
  text-align: left;
  border-right: 1px solid #dbdbdb;
}

.s-shop-data .table1 td {
  width: 76%;
  padding: 16px 32px;
}

.s-shop-data .table1 a {
  color: #11549B;
  text-decoration: underline;
}

.s-shop-data .table1 a span {
  margin-left: 10px;
}

.s-shop-data .table2 {
  font-weight: bold;
  margin-top: 40px;
}

.s-shop-data .table2 tr {
  border: 1px solid #dbdbdb;
}

.s-shop-data .table2 tr:first-of-type {
  font-size: 2.2rem;
  background-color: #FCF9EF;
}

.s-shop-data .table2 tr:first-of-type th {
  text-align: center;
}

.s-shop-data .table2 th {
  width: 100%;
  padding: 16px 32px;
  border-right: 1px solid #dbdbdb;
  text-align: left;
}

.s-shop-map {
  padding: 70px 0 135px;
}

.s-shop-map-iframe {
  padding-top: 47%;
  height: 0;
  position: relative;
  margin-top: 40px;
}

.s-shop-map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-link .page-fv {
  background-image: url(../img/common/link-fv.jpg);
}

.p-sitemap .page-fv {
  background-image: url(../img/common/sitemap-fv.jpg);
}

.p-pickup .page-fv {
  background-image: url(../img/common/p-news-fv.jpg);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 1080px) {
  .purpose-item-title {
    font-size: 2.6rem;
    padding: 8px 0;
  }

  .purpose-item-title .icon {
    margin-right: 12px;
  }

  .purpose-item-title img {
    width: 65%;
  }
}

@media only screen and (max-width: 954px) {
  .purpose-item-title {
    font-size: 2rem;
    padding: 8px 0;
  }

  .purpose-item-title .icon {
    margin-right: -4px;
    margin-top: -3px;
  }

  .purpose-item-title img {
    width: 55%;
  }
}

@media only screen and (min-width: 641px) {
  form.searchandfilter ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  a:hover {
    opacity: 0.8;
  }

  .inner-block {
    margin: 0 auto;
  }

  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;
  }

  .p-contact .submit-button input[type=submit]:hover {
    opacity: 0.8;
  }

  .p-category-item.eat a:hover {
    background-color: #DF9E51;
    color: #fefefe;
  }

  .p-category-item.eat a:hover .c-svg {
    color: #DF9E51;
  }

  .p-category-item.eat a:hover span {
    background-color: #fefefe;
  }

  .p-category-item.buy a:hover {
    background-color: #DFC051;
    color: #fefefe;
  }

  .p-category-item.buy a:hover .c-svg {
    color: #DFC051;
  }

  .p-category-item.buy a:hover span {
    background-color: #fefefe;
  }

  .p-category-item.live a:hover {
    background-color: #76BD75;
    color: #fefefe;
  }

  .p-category-item.live a:hover .c-svg {
    color: #76BD75;
  }

  .p-category-item.live a:hover span {
    background-color: #fefefe;
  }

  .p-category-item.learn a:hover {
    background-color: #80AFCA;
    color: #fefefe;
  }

  .p-category-item.learn a:hover .c-svg {
    color: #80AFCA;
  }

  .p-category-item.learn a:hover span {
    background-color: #fefefe;
  }

  .p-category-item.make a:hover {
    background-color: #DC77C0;
    color: #fefefe;
  }

  .p-category-item.make a:hover .c-svg {
    color: #DC77C0;
  }

  .p-category-item.make a:hover span {
    background-color: #fefefe;
  }

  .p-category-item.work a:hover {
    background-color: #CF846C;
    color: #fefefe;
  }

  .p-category-item.work a:hover .c-svg {
    color: #CF846C;
  }

  .p-category-item.work a:hover span {
    background-color: #fefefe;
  }

  .p-category.eat .p-category-item.eat a {
    background-color: #DF9E51;
    color: #fefefe;
  }

  .p-category.eat .p-category-item.eat a span {
    background-color: #fefefe;
  }

  .p-category.eat .p-category-item.eat a .c-svg {
    color: #DF9E51;
  }

  .p-category.live .p-category-item.live a {
    background-color: #76BD75;
    color: #fefefe;
  }

  .p-category.live .p-category-item.live a span {
    background-color: #fefefe;
  }

  .p-category.live .p-category-item.live a .c-svg {
    color: #76BD75;
  }

  .p-category.buy .p-category-item.buy a {
    background-color: #DFC051;
    color: #fefefe;
  }

  .p-category.buy .p-category-item.buy a span {
    background-color: #fefefe;
  }

  .p-category.buy .p-category-item.buy a .c-svg {
    color: #DFC051;
  }

  .p-category.learn .p-category-item.learn a {
    background-color: #80AFCA;
    color: #fefefe;
  }

  .p-category.learn .p-category-item.learn a span {
    background-color: #fefefe;
  }

  .p-category.learn .p-category-item.learn a .c-svg {
    color: #80AFCA;
  }

  .p-category.make .p-category-item.make a {
    background-color: #DC77C0;
    color: #fefefe;
  }

  .p-category.make .p-category-item.make a span {
    background-color: #fefefe;
  }

  .p-category.make .p-category-item.make a .c-svg {
    color: #DC77C0;
  }

  .p-category.work .p-category-item.work a {
    background-color: #CF846C;
    color: #fefefe;
  }

  .p-category.work .p-category-item.work a span {
    background-color: #fefefe;
  }

  .p-category.work .p-category-item.work a .c-svg {
    color: #CF846C;
  }
}

@media only screen and (max-width: 954px) {
  .hamburger {
    position: absolute;
    top: 18px;
    right: 5%;
  }

  .header-logo {
    position: absolute;
    top: 18px;
    left: 5%;
  }
}

@media only screen and (max-width: 850px) {
  .p-category-area-inner {
    padding: 60px 50px;
  }
}

@media only screen and (max-width: 640px) {
  form.searchandfilter ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  form.searchandfilter ul li {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }

  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .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;
  }

  .main {
    margin-top: 92px;
  }

  .header-logo {
    width: 120px;
    position: absolute;
    top: 16px;
  }

  .gnav-sp {
    display: block;
  }

  .section-title-text {
    font-size: 3.4rem;
    margin-top: 5px;
  }

  .section-title-dots {
    margin-top: -10px;
  }

  .footer {
    padding: 26px 33px;
  }

  .footer::before {
    background-image: url(../img/common/footer-wave-sp.svg);
    height: 60px;
    top: -53px;
  }

  .footer-inner {
    display: block;
    padding: 0 !important;
  }

  .footer-info {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-sns li {
    width: 46px;
    height: 46px;
  }

  .footer-sns li a .fa-brands {
    font-size: 2.4rem;
  }

  .footer-nav {
    display: block;
    margin-top: 60px;
  }

  .footer-list {
    margin-left: 0;
  }

  .footer-list:last-of-type {
    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-top: 50px;
  }

  .footer-list:last-of-type .footer-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-top: 20px;
  }

  .footer-list:last-of-type .footer-item:first-of-type,
  .footer-list:last-of-type .footer-item:nth-of-type(2) {
    margin-top: 0;
  }

  .footer-item {
    margin-top: 6px;
  }

  .footer-item span {
    display: block;
    color: #81a754;
    background-color: #e4ebdc;
    border-radius: 8px;
    padding: 17px 32px;
    font-size: 1.6rem;
  }

  .footer-item ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 16px;
  }

  .footer-item li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .hamburger::after {
    font-size: 1.6rem;
    bottom: -27px;
    font-weight: bold;
  }

  .hamburger span {
    width: 22px;
  }

  .hamburger span:nth-of-type(2),
  .hamburger span:last-of-type {
    margin-top: 6px;
  }

  .hamburger span:nth-of-type(2)::after {
    width: 8px;
    right: -5px;
  }

  .hamburger.active span {
    width: 20px;
  }

  .page-fv {
    height: 210px;
  }

  .page-fv-box {
    width: 320px;
    height: 174px;
  }

  .c-pagetop {
    right: 10px;
    width: 66px;
  }

  .fv {
    overflow: hidden;
  }

  .fv-btn {
    margin-top: 14px;
  }


  .fv-slide-nav .slick-list {
    width: 100%;
  }

  .fv-slide-nav .slick-track {
    width: 370px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bannar::before {
    background-image: url(../img/common/bannar-wave-sp.svg);
    height: 88px;
    top: -86px;
  }

  .bannar-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
  }

  .bannar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    padding: 16px 16px 22px 16px;
  }

  .bannar-text {
    font-size: 2rem;
    text-align: center;
  }

  .purpose .section-title-icon img {
    width: 26px;
  }

  .purpose-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }

  /*
  .purpose-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-left: 0;
  }
*/
  .purpose-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-left: 0;
  }

  .purpose-item-title {
    font-size: 1.4rem;
    padding: 8px 0;
  }

  .purpose-item-title::after {
    width: 6px;
    height: 10px;
    right: 6px;
  }

  .purpose-item-title .icon {
    position: absolute;
    left: 8px;
    width: 30px;

  }

  .purpose-item-img {
    margin-top: -10px;
  }

  .purpose-item-img span {
    bottom: -10px;
    width: 65px;
  }

  .purpose-item:nth-of-type(4),
  .purpose-item:nth-of-type(6) {
    margin-top: 25px;
  }

  .purpose-item:nth-of-type(5) {
    margin-top: 92px;
  }

  /*
  .purpose-item:nth-of-type(2) {
    margin-top: 80px;
  }

  .purpose-item:nth-of-type(3) {
    margin-top: -40px;
  }

  .purpose-item:nth-of-type(4),
  .purpose-item:nth-of-type(6) {
    margin-top: 40px;
  }

  .purpose-item:nth-of-type(5) {
    margin-top: -40px;
  }

  .purpose-item.eat:after {
    bottom: 40%;
    background-image: url(../img/common/eat-dotted-sp.svg);
    width: 28px;
    height: 10px;
    right: -27px;
  }

  .purpose-item.buy:after {
    background-image: url(../img/common/buy-dotted-sp.svg);
    width: 60px;
    height: 30px;
    bottom: -19px;
    right: initial;
    left: -36px;
  }

  .purpose-item.live:after {
    bottom: 43%;
    background-image: url(../img/common/live-dotted-sp.svg);
    width: 28px;
    height: 10px;
    right: -27px;
  }

  .purpose-item.learn:after {
    background-image: url(../img/common/learn-dotted-sp.svg);
    width: 60px;
    height: 30px;
    bottom: -19px;
    right: initial;
    left: -36px;
  }

  .purpose-item.make:after {
    bottom: 43%;
    background-image: url(../img/common/make-dotted-sp.svg);
    width: 28px;
    height: 10px;
    right: -27px;
  }
*/
  .shop .section-title-icon img {
    width: 27px;
  }

  .shop-item {
    width: calc((100% - 12px) / 2);
    margin-left: 12px;
    margin-top: 40px;
  }

  .shop-item:nth-of-type(odd) {
    margin-left: 0;
  }

  .shop-item-img span {
    font-size: 1.2rem;
    padding: 4px 8px;
  }

  .shop-item-img img {
    border-radius: 6px;
  }

  .shop-item-title {
    font-size: 1.6rem;
  }

  .shop-item-cat span {
    font-size: 1.3rem;
  }

  .shop-item-access {
    font-size: 1.4rem;
  }

  .shop-item-tel {
    font-size: 1.6rem;
  }

  .shop-item-btn {
    margin-top: 12px;
  }

  .shop-item-btn a {
    font-size: 1.3rem;
  }

  .news .section-title-icon img {
    width: 28px;
  }

  .news-sakura1 {
    top: 6%;
    right: 0;
    width: 100px;
  }

  .news-sakura2 {
    width: 65px;
    top: 6%;
  }

  .news-cat-list .cat-item {
    width: calc((100% - 23px) / 2);
    margin-left: 23px;
  }

  .news-cat-list .cat-item:nth-of-type(odd) {
    margin-left: 0;
  }

  .news-cat-list .cat-item:nth-of-type(even) {
    margin-left: 23px;
  }

  .news-cat-list .cat-item a {
    font-size: 1.6rem;
  }

  .news-list {
    display: block;
    margin-top: 25px;
  }

  .news-item {
    margin-left: 0;
    width: 100%;
    margin-top: 37px;
  }

  .news-item:first-of-type {
    margin-top: 0;
  }

  .news-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .news-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-top: 33%;
  }

  .news-item-img span {
    width: 70px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 14px;
  }

  .news-item-box {
    margin-left: 12px;
  }

  .news-item-date {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .news-item-cat span {
    font-size: 1.2rem;
  }

  .news-item-title {
    font-size: 1.4rem;
  }

  .news-item-text {
    font-size: 1.3rem;
  }

  .movie {
    display: block;
    padding: 40px 15px 50px;
  }

  .movie-tree {
    bottom: initial;
    top: 1%;
  }

  .movie-title {
    text-align: right;
  }

  .movie-contents {
    margin-left: 0;
    margin-top: 50px;
  }

  .movie-item {
    display: block;
  }

  .movie-img iframe {
    border-radius: 6px;
    width: 100%;
  }

  .movie-box {
    margin-left: 0;
  }

  .movie-btn .btn {
    margin-left: auto;
  }

  .pickup .inner {
    padding: 0;
  }

  .pickup-bottom {
    margin-top: 50px;
  }

  .pickup .news-item a {
    display: block;
    margin: 0 12px;
    padding-top: 20px;
  }

  .pickup .news-item-img {
    padding-top: 64%;
  }

  .pickup .news-item-box {
    margin-top: 10px;
  }

  .about .inner {
    width: 100%;
  }

  .about .section-title-icon img {
    width: 31px;
  }

  .about-contents {
    display: block;
  }

  .about-box {
    padding-top: 0;
  }

  .about-title {
    font-size: 2.6rem;
  }

  .about-btn {
    margin-top: 50px;
  }

  .about-btn .btn {
    margin-left: auto;
  }

  .insta .section-title-icon img {
    width: 28px;
  }

  .insta::before {
    background-image: url(../img/common/insta-wave-sp.svg);
    height: 70px;
    top: -62px;
  }

  .insta-bird {
    right: 1%;
  }

  .insta-item {
    width: calc((100% - 12px) / 2);
    margin-left: 12px;
    margin-top: 8px;
  }

  .insta-item:nth-of-type(odd) {
    margin-left: 0;
  }

  .insta-item:nth-of-type(even) {
    margin-left: 12px;
  }

  .p-news .page-fv .section-title-text {
    width: 104px;
    margin-top: -10px;
  }

  .p-news .page-fv .section-title-icon {
    width: 23px;
    margin: 0 auto;
  }

  .p-news .news-sakura1 {
    top: 0%;
  }

  .p-news .news-sakura2 {
    top: 3%;
  }

  .s-news-contents {
    margin-top: 50px;
  }

  .s-news-thumbnail {
    height: 185px;
  }

  .s-news-thumbnail span {
    width: 80px;
    height: 40px;
    font-size: 1.3rem;
    line-height: 20px;
    top: 5px;
    left: 5px;
  }

  .s-news-date-tag {
    display: block;
    margin-top: 0;
  }

  .s-news-date {
    margin-top: 18px;
    font-size: 1.4rem;
  }

  .s-news-tag {
    margin-left: 0;
  }

  .s-news-tag span {
    font-size: 1.3rem;
    padding: 0 5px;
  }

  .s-news-title {
    font-size: 2.2rem;
    line-height: 30px;
    padding-bottom: 24px;
    margin-top: 24px;
  }

  .s-news-content {
    margin-top: 28px;
  }

  .s-news-content #ez-toc-container {
    padding: 16px 12px;
  }

  .s-news-content #ez-toc-container nav .ez-toc-list li .ez-toc-link::before {
    margin-right: 10px;
  }

  .s-news-content #ez-toc-container nav .ez-toc-list li ul li .ez-toc-link::before {
    margin-right: 0px;
  }

  .s-news-content h2,
  .s-shop h2.s-shop-h2 {
    font-size: 2rem;
    padding: 10px;
  }

  .s-news-content h3,
  .s-shop h3.s-shop-h3 {
    font-size: 1.8rem;
  }

  .s-news-content ol {
    margin-bottom: 18px;
  }

  .s-news-content ol li::before {
    margin-right: 6px;
    width: 28px;
    height: 28px;
  }

  .s-news-content ul {
    margin-bottom: 24px;
  }

  .s-news-content .wp-block-quote {
    padding: 50px 10px 10px;
    margin-bottom: 24px;
  }

  .s-news-content .wp-block-quote::before {
    width: 31px;
    height: 22.5px;
  }

  .s-news-content .wp-block-quote cite {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .s-news-content .hosoku {
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .s-news-content .wakutext {
    padding: 24px 20px;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }

  .s-news-content #midashiw {
    font-size: 1.8rem;
    padding: 16px 20px;
  }

  .s-news-content .author {
    margin-bottom: 24px;
  }

  .s-news-content .author p {
    font-size: 1.6rem;
  }

  .s-news-content .wp-block-embed {
    margin-bottom: 24px;
  }

  .s-news-content .wp-block-embed .wp-block-embed__wrapper {
    padding-top: 75%;
  }

  .s-news-content .imagelink {
    margin-bottom: 24px;
    display: block;
  }

  .s-news-content .imagelink .prf-right {
    margin-top: 14px;
  }

  .p-privacy .page-fv .section-title-text {
    width: 257px;
  }

  .p-privacy .page-fv .section-title-icon {
    width: 30px;
    margin: 0 auto;
  }

  .p-privacy dl {
    margin-top: 40px;
  }

  .p-privacy dt {
    font-size: 2rem;
  }

  .p-privacy dt::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
  }

  .p-privacy dd {
    font-size: 1.6rem;
  }

  .p-rules .page-fv .section-title-text {
    width: 104px;
  }

  .p-rules .page-fv .section-title-icon {
    width: 24px;
    margin: 0 auto -18px;
  }

  .p-rules-text {
    font-size: 1.6rem;
  }

  .p-rules dl {
    margin-top: 26px;
  }

  .p-rules dt {
    font-size: 2rem;
  }

  .p-rules dd {
    font-size: 1.6rem;
    margin-top: 6px;
  }

  .p-contact .page-fv .section-title-text {
    width: 156px;
    line-height: 1.2;
    margin-top: 0;
  }

  .p-contact .page-fv .section-title-icon {
    width: 28px;
    margin: 0 auto;
  }

  .p-contact-inner {
    margin-top: 0;
  }

  .p-contact-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
  }

  .p-contact-text {
    font-size: 1.6rem;
  }

  .p-contact table tr {
    display: block;
  }

  .p-contact table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }

  .p-contact table td {
    display: block;
    width: 100%;
    margin-top: 12px;
  }

  .p-contact table td.swith-td {
    display: flex;
  }

  .p-contact table td .address {
    margin-bottom: 8px;
  }

  .p-contact.c-kaiin table td {
    white-space: normal;
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: left;
  }

  .p-contact.c-kaiin table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }

  #zip_search,
  #btn_passview,
  #btn_passview-con {
    margin: 3% 0 3% 3%;
    padding: 6px 4px;
  }

  .p-contact .bt-policy label span:after {
    left: 4px;
  }

  .p-about .page-fv .section-title-text {
    width: 282px;
  }

  .p-about .page-fv .section-title-icon {
    width: 28px;
    margin: 0 auto -18px;
  }

  .p-about-section-title {
    font-size: 2.4rem;
  }

  .p-about-section-title span:first-of-type {
    margin-right: 0;
  }

  .p-about-section-title span:nth-of-type(2) {
    margin-left: 0;
  }

  .p-about-place-text:first-of-type {
    margin-top: 30px;
  }

  .p-about-place-text:nth-of-type(2) {
    margin-top: 18px;
  }

  .p-about-feature {
    padding-top: 10px;
    padding-bottom: 120px;
  }

  .p-about-feature::before {
    background-image: url(../img/common/p-about-feature-wave-sp.svg);
    height: 87px;
    top: -87px;
  }

  .p-about-feature-item:last-of-type .p-about-feature-title {
    letter-spacing: -0.07em;
  }

  .p-about-feature-item:last-of-type {
    display: block;
  }

  .p-about-feature-item:last-of-type .p-about-feature-item2 {
    margin-top: 80px;
  }

  .p-about-feature-item-inner {
    display: block;
    margin-top: 22px;
  }

  .p-about-feature-title {
    font-size: 2.4rem;
    margin-top: 20px;
  }

  .p-about-feature-text {
    margin-top: 18px;
  }

  .p-about-feature-btn .btn {
    margin-left: auto;
  }

  .p-about-number {
    padding-top: 30px;
  }

  .p-about-number::before {
    background-image: url(../img/common/p-about-number-wave-sp.svg);
    height: 26px;
    top: -25px;
  }

  .p-about-number-list {
    display: none;
  }

  .p-about-number-list-sp {
    display: block;
    margin-top: 40px;
  }

  .p-category .page-fv-box {
    width: 295px;
    height: 111px;
  }

  .p-category .section-title-icon {
    width: 29px;
    height: 29px;
    margin: 0 auto;
  }

  .p-category .section-title-icon .c-svg {
    width: 22px;
    height: 16px;
  }

  .p-category.eat .section-title-text,
  .p-category.live .section-title-text {
    width: 78px;
    margin: -10px auto 0;
  }

  .p-category.buy .section-title-text {
    width: 47px;
    margin: -10px auto 0;
  }

  .p-category.make .section-title-text,
  .p-category.work .section-title-text {
    width: 85px;
    margin: -10px auto 0;
  }

  .p-category.learn .section-title-text {
    width: 132px;
    margin: -10px auto 0;
  }

  .p-category-fv-text {
    display: none;
  }

  .p-category-lead {
    display: block;
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-category .slick02 {
    height: 194px;
  }

  .p-category .slick-item {
    height: 194px;
  }

  .p-category .slick-item img {
    height: 194px;
    width: 100%;
  }

  .p-category-item a {
    font-size: 1.4rem;
    /*-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;*/
  }

  .p-category-item a span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin-right: 10px;
  }

  .p-category-item.eat a {
    border: none;
  }

  .p-category-item.eat a .c-svg {
    width: 20px;
    height: 15px;
  }

  .p-category-item.buy a {
    border: none;
  }

  .p-category-item.buy a .c-svg {
    width: 20px;
    height: 15px;
  }

  .p-category-item.live a {
    border: none;
  }

  .p-category-item.live a .c-svg {
    width: 20px;
    height: 15px;
  }

  .p-category-item.learn a {
    border: none;
  }

  .p-category-item.learn a .c-svg {
    width: 20px;
    height: 15px;
  }

  .p-category-item.make a {
    border: none;
  }

  .p-category-item.make a .c-svg {
    width: 20px;
    height: 15px;
  }

  .p-category-item.work a {
    border: none;
  }

  .p-category-item.work a .c-svg {
    width: 20px;
    height: 15px;
  }

  .p-category.eat .p-category-item.eat a {
    text-decoration: underline;
  }

  .p-category.live .p-category-item.live a {
    text-decoration: underline;
  }

  .p-category.buy .p-category-item.buy a {
    text-decoration: underline;
  }

  .p-category.learn .p-category-item.learn a {
    text-decoration: underline;
  }

  .p-category.make .p-category-item.make a {
    text-decoration: underline;
  }

  .p-category.work .p-category-item.work a {
    text-decoration: underline;
  }

  .p-category-pickup-list {
    display: block;
  }

  .p-category-pickup-item {
    width: 100%;
  }

  .p-category-pickup-item:nth-of-type(2) {
    margin-left: 0;
    margin-top: 40px;
  }

  .p-category-pickup-item-title {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .p-category-pickup-text {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .p-category-area-inner {
    padding: 40px 15px;
    border-radius: 15px;
  }

  .p-category-area-title {
    font-size: 2.4rem;
  }

  .p-category-area-list {
    margin-top: 15px;
  }

  .p-category-area-item {
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .p-category-area form {
    width: 100%;
    margin-top: 40px;
  }

  .p-category-area .feas_clevel_01 {
    margin-left: 0;
    font-size: 1.6rem;
    width: 49%;
  }

  #coupon-searching .feas_clevel_01 {
    width: 100% !important;
  }

  .p-category-area .feas_clevel_01 span::before {
    width: 23px;
    height: 23px;
  }

  .p-category-area .feas_clevel_01 span:after {
    left: 4px;
  }

  .p-category-area-btns {
    display: block;
    margin-top: 40px;
  }

  .p-category-area-btns input {
    width: 100%;
    margin: 0 auto;
  }

  .p-category-area-btns input:nth-of-type(2) {
    margin-top: 14px;
    margin-left: auto;
  }

  .p-category-area-btn {
    width: 90%;
    margin: 0 auto;
  }

  .p-category-area-btn:nth-of-type(2) {
    margin-top: 14px;
    margin-left: auto;
  }

  .p-shop .page-fv .section-title-icon img {
    width: 25px;
  }

  .p-shop .page-fv .section-title-text {
    width: 208px;
    margin-top: -15px;
  }

  .p-shop .shop-list {
    margin-top: 22px;
  }

  .p-shop-select-list {
    text-align: center;
  }

  .p-shop-select-text {
    font-size: 1.6rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-shop-select-text span {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }

  .p-shop-select-02 {
    display: block;
  }

  .p-shop-select-wrap {
    /* margin-top: 10px; */
  }

  .p-shop-select-area {
    margin-left: 0;
  }

  .p-shop-select-btn {
    text-align: center;
  }

  .p-shop-select-count {
    margin-top: 50px;
  }

  .s-shop-cat {
    top: 15px;
    left: 15px;
    font-size: 1.8rem;
  }

  .s-shop-fv {
    border-radius: 8px;
    padding-top: 70%;
  }

  .s-shop-fv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 283px;
    height: 45px;
    background: url(../img/common/s-shop-box-sp.svg) center center/cover no-repeat;
  }

  .s-shop-fv-box {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    margin-top: 25px;
    bottom: -65px;
  }

  .s-shop-fv-cat {
    font-size: 1.2rem;
  }

  .s-shop-fv-title {
    font-size: 2.4rem;
    margin-top: 10px;
    margin-left: 0;
  }

  .s-shop-fv-tag {
    margin-top: 6px;
  }

  .s-shop-fv-tag span {
    font-size: 1.3rem !important;
    padding: 2px 5px !important;
    margin-left: 4px;
  }

  /* .s-shop-intro-inner {
    display: block;
  }
  .s-shop-intro-item {
    height: 91px;
  }
  .s-shop-intro-info {
    margin-top: 20px;
    margin-left: 0;
  }
  .s-shop-intro-title {
    font-size: 2.8rem;
  }
  .s-shop-intro-text {
    margin-top: 10px;
  } */
  .s-shop-data-title {
    font-size: 2.8rem;
  }

  .s-shop-data-title span:first-of-type {
    margin-right: 12px;
  }

  .s-shop-data-title span:last-of-type {
    margin-left: 12px;
  }

  .s-shop-data .table1 th {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .s-shop-data .table1 td {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .s-shop-data .table2 tr:first-of-type {
    font-size: 1.8rem;
  }

  .s-shop-data .table2 th {
    padding: 16px;
  }

  .s-shop-data .table2 td {
    padding: 16px;
  }

  .s-shop-map-iframe {
    padding-top: 80%;
  }

  .p-link .page-fv .section-title-text {
    width: 257px;
  }

  .p-link .page-fv .section-title-icon {
    width: 30px;
    margin: 0 auto;
  }

  .p-sitemap .page-fv .section-title-text {
    width: 257px;
  }

  .p-sitemap .page-fv .section-title-icon {
    width: 30px;
    margin: 0 auto;
  }

  .p-pickup .page-fv .section-title-text {
    width: 104px;
  }

  .p-pickup .page-fv .section-title-icon {
    width: 24px;
    margin: 0 auto -18px;
  }
}

@media only screen and (max-width: 820px) {
  .inner {
    padding: 0 10px;
  }

  .header {
    padding: 7px 0 24px;
  }

  .header-inner {
    padding: 0 20px;
  }

  .gnav {
    display: none;
  }

  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fv {
    height: 563px;
  }

  .fv-btn .btn {
    width: 200px;
    height: 40px;
    font-size: 1.4rem;
  }

  .fv-slide-for {
    height: 563px;
  }

  .fv-slide-box {
    padding: 25px 50px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }


  .bannar-sakura {
    width: 107px;
    top: -150px;
  }

  .bannar-inner {
    padding: 0 20px;
  }

  .p-about-place-body {
    display: block;
  }

  .p-about-place-map {
    padding-left: 0;
    text-align: center;
  }

  .p-about-place-fukidashi {
    margin-top: 0;
  }

  .p-category-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-category-item {
    width: 33.3333333333%;
  }

  .p-category-pickup-item a {
    padding: 18px;
  }

  .p-category-pickup-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    padding-top: 36%;
  }

  .p-category-pickup-cat {
    font-size: 1.4rem;
  }

  .p-shop-select-list {
    display: block;
  }

  .p-shop-select-item {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    /* padding: 0 20px; */
  }

  .p-shop-select-item:first-of-type {
    margin-top: 0;
  }

  .p-shop-select-btn {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .gnav {
    margin-left: auto;
  }

  .gnav-item {
    margin-left: 30px;
    font-size: 1.4rem;
  }
}

@media (max-width: 750px) {
  .single .achievement {
    padding-top: 205px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .single .achievement .entry_share {
    text-align: left;
  }

  .single .achievement .entry_share a {
    width: 190px;
  }

  .single .achievement .entry_share a:not(:last-child) {
    margin-right: 20px;
  }

  .single .achievement .entry_body .tablecol th {
    text-align: center;
  }

  .single .achievement .entry_body .fukidashi,
  .s-news-content .fukidashi {
    gap: 0 50px;
  }

  .single .achievement .entry_body .fukidashi .prf-right::before,
  .s-news-content .fukidashi .prf-right::before {
    top: 20%;
  }

  .single .achievement .entry_body .fukidashi .prf-right::after,
  .s-news-content .fukidashi .prf-right::after {
    top: 20%;
  }

  .single .achievement .entry_body .author,
  .s-news-content .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single .achievement .entry_body .author .prf-left,
  .s-news-content .author .prf-left {
    text-align: center;
  }

  .single .achievement .entry_body .author .prf-left img,
  .s-news-content .author .prf-left img {
    width: 255px;
    height: 255px;
  }

  .single .achievement .entry_body .imagelink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single .achievement .entry_body .imagelink .prf-left {
    text-align: center;
  }

  .single .achievement .entry_body .imagelink .prf-left img {
    width: 255px;
    height: 255px;
  }
}

.searchandfilter ul li {
  padding: 0 !important;
}

.sf-field-submit input[ name='_sf_submit'] {
  position: relative;
  display: inline-block;
  width: 172px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background: #f6e39d;
  border-color: #f6e39d;
  border-radius: 6px;
  color: #333;
  padding: 0.85rem 2.5rem;
  padding-right: 60px;
  font-size: 1.75rem;
  cursor: pointer;
}

.sf-field-submit input[ name='_sf_submit']:hover {
  background: #d1bf7c;
}

ul li.sf-field-submit {
  position: relative;
}

li.sf-field-submit::before {
  content: '';
  position: absolute !important;
  top: 10px;
  left: 110px;
  width: 30px;
  height: 30px;
  background: url('../img/common/glass-icon-black.svg');
  background-repeat: no-repeat;
  z-index: 100;
}

form.searchandfilter ul li {
  margin-right: 20px;
}

.genre-list::after {
  display: none !important;
}

.genre-list form ul li label {
  position: relative;
}

.genre-list form ul li label::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.p-shop-select-02 .p-shop-select-wrap::after {
  display: none;
}

.p-shop-select-wrap form ul li {
  position: relative;

}

.p-shop-select-wrap form ul li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.p-shop-select-wrap form ul li:last-child::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
.search_btn {
  width: 170px;
  height: 45px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  background-color: #f6e39d;
  font-weight: bold;
  color: #333;
  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 18%); */
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

@media only screen and (min-width: 1280px) {
  .p-shop-select-item {
    text-align: center;
    padding: 0 10px;
  }

  .p-shop-select-item select {
    margin-top: 10px !important;
  }
}

.p-shop-select-item select {
  margin-top: 20px !important;
}

/* pagination css */
.wp-pagenavi {
  text-align: center;
  margin-top: 70px;
}

.wp-pagenavi .page {

  border-width: 0 !important;
  border-color: transparent;
  padding: 0 10px !important;
}

.wp-pagenavi .pages {
  border-width: 0px !important;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  border-width: 0 !important;
  padding: 0 15px !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #eecd57;
  color: #fff;
  font-size: 18px;
  padding: 0 5px !important;
}

.wp-pagenavi span.current {
  display: inline-block;
  width: 33px;
  background: #81a754;
  color: #fff;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 1.25em;
  border: 0px solid transparent !important;
}

.wp-pagenavi .extend {
  border: 0px solid transparent;
}

.p-category-form {
  margin-top: 80px;
}

@media only screen and (max-width: 640px) {
  .p-shop-select {
    width: 95%;
  }

  .p-shop-contents {
    padding: 60px 0 135px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

/* =================================================================
追加css
================================================================= */
.p-information {
  background-color: #faf7f0;
  overflow: hidden;
}

.p-information .page-fv {
  background-image: url(../img/common/information-fv.jpg);
}

.p-information-contents {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}

.p-information-float {
  position: absolute;
}

.p-information-float1 {
  top: 9%;
  left: 6%;
}

.p-information-float2 {
  top: 17%;
  left: 1%;
}

.p-information-float3 {
  top: 21%;
  right: 5%;
}

.p-information-float4 {
  top: 17%;
  right: -3%;
}

.p-information-title {
  font-size: 2.6rem;
  color: #161300;
  font-weight: bold;
}

.p-information-img {
  margin-top: 40px;
}

.p-information-logo {
  margin-top: 40px;
  width: 511px;
  margin-left: auto;
  margin-right: auto;
}

.p-information-text {
  margin-top: 40px;
  line-height: 31px;
  letter-spacing: 0.04em;
}

.p-information-text.mt70 {
  margin-top: 70px;
}

.p-information-flag {
  margin-top: 100px;
}

.p-information-text2 {
  margin-top: 25px;
  line-height: 31px;
  letter-spacing: 0.04em;
}

.dorparea {
  position: relative;
  display: inline-block;
  width: 20%;
  margin-top: 30px;
}

.dorparea::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}

.dorparea select {
  margin-top: 0 !important;
}

.freeword {
  display: inline-block;
  width: 70%;
  margin-top: 30px;
}

div.freeword>input[type="text"] {
  width: 100% !important;
  margin-top: 0 !important;
}

.freeword2 {
  margin-top: 50px;
}

.freeword2>input[type="text"] {
  border: 1px solid #dfc051;
  border-radius: 5px;
  padding: 8px 16px;
  background-color: #fff;
  width: 100%;
}

.p-category-area-btns input:first-of-type {
  border: none;
  background-color: #F7E39D;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14);
  transition: all .3s ease;
}

.p-category-area-btns input:first-of-type:hover {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

.select_genre select {
  width: 100% !important;
  height: 280px !important;
  border: 1px solid #dfc051 !important;
  border-radius: 5px !important;
  padding: 8px 16px !important;
  background-color: #fff !important;
  margin-bottom: 0 !important;
}

.select_genre select option {
  background-color: transparent;
  white-space: initial;
}

.select_ema {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.select_ema select {
  flex: 0 0 49%;
  margin-bottom: 10px;
  max-height: 180px !important;
  border: 1px solid #dfc051 !important;
  border-radius: 5px !important;
  padding: 8px 16px !important;
  background-color: #fff !important;
}

.select_ema select option {
  white-space: initial;
}

.select-text {
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-information .page-fv .section-title-text {
    width: 185px;
    line-height: 1;
    margin-top: -4px;
  }

  .p-information .page-fv .section-title-icon {
    width: 30px;
    margin: 0 auto;
  }

  .p-information .page-fv .section-title-dots {
    margin-top: -2px;
  }

  .p-information-contents {
    text-align: left;
    font-size: 1.4rem;
  }

  .p-information-float1 {
    top: 4%;
    left: -23%;
    width: 100px;
  }

  .p-information-float2 {
    top: 9%;
    left: -17%;
    width: 60px;
  }

  .p-information-float3 {
    top: 15%;
    right: -24%;
    width: 100px;
  }

  .p-information-float4 {
    top: 18%;
    right: 5%;
    width: 45px;
  }

  .p-information-title {
    text-align: center;
  }

  .p-information-logo {
    width: 100%;
  }

  .p-information-text {
    margin-top: 30px;
    line-height: 21px;
  }

  .p-information-flag {
    margin-top: 70px;
  }

  .p-information-flag2 {
    width: 70%;
  }

  .p-information-text2 {
    margin-top: 10px;
    line-height: 21px;
  }

  .s-shop-intro-item {
    height: 91px;
    width: calc((100% - 10px) / 2);
  }

  .s-shop-intro-item:nth-of-type(2n-1) {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .s-shop-intro-info {
    margin-top: 20px;
    margin-left: 0;
  }

  .s-shop-intro-text {
    margin-top: 10px;
  }

  .dorparea {
    width: 100%;
  }

  .freeword {
    width: 100%;
    margin-left: 0;
  }

  .p-category-area {
    margin-top: 30px;
  }

  .select_ema {
    display: block;
  }

  .select_ema select {
    width: 100%;
  }

  .select_ema select option {
    background-color: transparent;
  }

  .s-shop-intro-list {
    padding-top: 40px;
  }

  .select-text {
    display: none;
  }

  .freeword2 {
    margin-top: 30px;
  }

  .select_genre select {
    max-height: 42px !important;
  }
}

/**new added**/

.tag-coupon-fav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.s-shop-fv-tag {
  margin-top: 0 !important;
}

.coupon_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.coupon_link a {
  font-weight: bold;
  font-size: 12px;
  color: #036FD3 !important;
  text-decoration: underline;
  cursor: pointer;
}

.mypage_link {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
  margin-right: 50px;
  flex-direction: column;
  align-items: flex-end;
}

.mypage_link .to-mypage {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  border: solid 2px #fffffe;
  color: #f1f1f1 !important;
  background-color: #81a754;
  border-radius: 5px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
}

.register-link {
  font-weight: bold;
  font-size: 18px;
  color: #687f94 !important;
  padding: 5px;
}

.register-link a {
  color: #036FD3 !important;
  text-decoration: underline;
  cursor: pointer;
}

.loginpage_link {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
  margin-right: 50px;
}

.mypage_link .login,
.loginpage_link a {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  border: solid 2px #fffffe;
  color: #f1f1f1 !important;
  background-color: #81a754;
  border-radius: 5px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
}

.favorite_link {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
}


.favorite_link button {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  border: solid 2px #d1ac24;
  color: #8f8722 !important;
  background-color: white;
  border-radius: 5px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
}

.favorite_link i {
  color: #f5552f;
  margin: 0 10px;
}

.coupon_checkbox:checked {
  background-image: url(../img/common/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.coupon-intro {
  display: flex;
  flex-direction: column;
  width: calc((100% / 2) - 10px);
  padding-bottom: 10px;
  border: solid 2px;
  border-color: #afafaf;
}

/*
.coupon-intro:first-child{
  background-color: #81a75430;
}
.coupon-intro:nth-child(2){
  background-color: #0693e321;
}
*/
.coupon-inbox {
  padding: 10px;
}

.no_white {
  background-color: #FAF7F0;
}

.coupon-intro-title {
  width: 100%;
  height: 40px;
  display: flex;
  background-color: #db2518;
  justify-content: center;
  align-items: center;
}

.coupon-intro-title2 {
  background-color: #81a754;
}

.coupon-intro-title span {
  font-weight: bold;
  color: white;
  font-size: 20px;
  text-align: center;
}

.coupon-intro-title.coupon_sp_show {
  height: 54px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.coupon-title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #db2518;
}

.coupon_member_count {
  background-color: #ff6666;
  color: white !important;
  padding: 5px;
}

.coupon-content {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.coupon-info {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: green;
}

.coupon-info1 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.coupon-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background-color: #db2518;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  margin: auto 10px 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.coupon-set2 {
  background-color: #81a754;
}

.coupon-set span {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.coupon-set-info {
  font-size: 20px !important;
}

.coupon-gray {
  background-color: #7d7d7d;
}

.coupon-info2 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}

.coupon-cancel {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px 0 0;
  cursor: pointer;
}

.coupon-cancel span {
  font-size: 20px;
  font-weight: bold;
  color: #1c9d86;
}

.inner.s-shop-white {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

.coupon_syubetu1,
.coupon_syubetu2 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.coupon_syubetu1 {
  color: #db2518;
}

.coupon_syubetu2 {
  color: #81a754;
}

@media only screen and (max-width: 850px) {
  .inner.s-shop-white {
    display: block;
  }

  .coupon-title {
    font-size: 20px;
  }

  .coupon-intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }

  .coupon-set-info,
  .coupon-info2 {
    font-size: 16px !important;
  }

  .coupon-info2 {
    margin-top: 10px;
  }

  .coupon-inbox {
    padding: 15px;
  }

  .coupon-set span {
    font-size: 20px;
  }

  .coupon-info,
  .coupon-info1 {
    font-size: 14px;
  }

  .coupon-intro {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
  }

  .s-shop-white .coupon-intro:last-child {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {

  .mypage_link {
    margin: 0px;
    margin-right: 15px;
  }

  .mypage_link .to-mypage {
    font-size: 15px;
    border: solid 1px #fffffe;
    padding: 2px 15px;
  }

  .register-link {
    font-weight: bold;
    font-size: 14px;
    color: #687f94 !important;
    padding: 5px;
    margin-top: 5px;
  }

  .register-link a {
    color: #036FD3 !important;
    text-decoration: underline;
    cursor: pointer;
  }

  .favorite_link {
    display: flex;
    justify-content: center;
  }

  .favorite_link button {
    font-size: 13px;
    border: solid 1px #d1ac24;
    border-radius: 4px;
    padding: 2px 6px;
  }
}

#dialog-box,
#remove-dialog-box,
#info-dialog-box,
#init-dialog-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  z-index: 500;
}

.dialog-control {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 15px;
}

#dialog-box h2,
#remove-dialog-box h2,
#info-dialog-box h2,
#init-dialog-box h2 {
  margin-top: 0;
}

#dialog-box p,
#remove-dialog-box p,
#info-dialog-box p,
#init-dialog-box p {
  font-weight: bold;
  font-size: 26px;
  color: brown;
  margin: 5px;
}

#init-dialog-box p {
  text-align: center;
}

/*-----
#dialog-box p,
#info-dialog-box p  {
  display: flex;
  justify-content: center;
  align-items: center;
}
----*/
.coupon_store_n {
  color: #81a754 !important;
  font-size: 20 !important;
}

#dialog-box button,
#remove-dialog-box button,
#info-dialog-box button {
  width: 100px;
  background-color: #2828d5ba;
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-size: 17px;
  margin: 15px 10px 0;
}

#dialog-box input,
#remove-dialog-box input {
  width: 300px;
  border: 1px solid #d1ac24;
  border-radius: 5px;
  padding: 5px 22px;
}

#dialog-box.fade-in,
#remove-dialog-box.fade-in,
#info-dialog-box.fade-in,
#init-dialog-box.fade-in {
  animation: fade-in 0.3s ease-in-out forwards;
}

#dialog-box.fade-out,
#remove-dialog-box.fade-out,
#info-dialog-box.fade-out,
#init-dialog-box.fade-out {
  animation: fade-out 0.2s ease-in-out forwards;
}




#all_coupon_search {
  margin: 50px auto 50px 100px !important;
  display: flex;
  font-weight: 600;
  font-size: 15px;
}

#self_coupon_search {
  margin: -78px 100px 50px auto !important;
  float: right !important;
  display: flex;
  font-weight: 600;
  font-size: 15px;
}

#all_coupon_search .feas_clevel_01,
#self_coupon_search .feas_clevel_01 {
  margin-left: 15px !important;
  width: 20% !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
    top: 40%;
  }

  to {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
    top: 50%;
  }

  to {
    opacity: 0;
    top: 40%;
  }
}

@media only screen and (max-width: 850px) {

  #dialog-box p,
  #remove-dialog-box p,
  #info-dialog-box p,
  #init-dialog-box p {
    font-size: 24px;
  }

  .couponshop-list {
    width: auto;
    grid-template-columns: 1fr;
  }

  .couponshop-item {
    margin: 5px;
  }

  #all_coupon_search {
    margin: 50px auto 50px 70px !important;
  }

  #self_coupon_search {
    margin: -78px 80px 50px auto !important;
    float: right !important;
  }
}

@media only screen and (max-width: 640px) {

  #dialog-box,
  #remove-dialog-box,
  #info-dialog-box,
  #init-dialog-box {
    width: 80%;
    padding: 15px 0;
  }

  #dialog-box p,
  #remove-dialog-box p,
  #info-dialog-box p,
  #init-dialog-box p {
    font-size: 18px;
    text-align: center;
  }

  #all_coupon_search {
    margin: 20px auto 20px 20px !important;
  }

  #self_coupon_search {
    margin: 0 auto 20px 20px !important;
    float: left !important;
  }

  .coupon_store_n {
    font-size: 16px !important;
  }
}

/*------------------------------------------------------------------------------
  クーポン表示　店舗情報label
------------------------------------------------------------------------------*/
.shop_show_pos {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -20px;
}

.shop_show_pos .shop_show {
  position: relative;
  display: inline-block;
  height: 46px;
  margin-left: 20px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #fa4141;
}

.shop_show_pos .shop_show:before {
  position: absolute;
  top: 0;
  right: -30px;
  content: '';
  border-width: 23px 30px 23px 30px;
  border-style: solid;
  border-color: #fa4141 transparent;
}

@media only screen and (max-width: 800px) {
  .shop_show_pos {
    font-size: 15px;
  }

  .shop_show_pos .shop_show {
    position: relative;
    display: inline-block;
    height: 34px;
    margin-left: 20px;
    padding: 0.5rem 2rem 1rem 2rem;
    color: #fff;
    background: #fa4141;
  }

  .shop_show_pos .shop_show:before {
    right: -20px;
    border-width: 17px 20px 17px 20px;
  }
}

.coupon_sp_show {
  display: none;
}

@media only screen and (max-width: 850px) {
  .coupon_sp_show {
    display: block;
  }

  .coupon_pc_show {
    display: none;
  }

  .toggle_coupon {
    display: none;
  }

  .Label {
    /*タイトル*/
    padding: 0 1em;
    display: block;
    color: #fff;
  }

  .Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(45% - 3px);
    left: 22px;
    transform: rotate(135deg);
  }

  .Label,
  .coupon-inbox {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  .coupon-inbox {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
  }

  .toggle_coupon:checked+.Label+.coupon-inbox {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all .3s;
  }

  .toggle_coupon:checked+.Label::before {
    transform: rotate(-45deg) !important;
  }

  .coupon-intro-title span {
    font-size: 16px;
    position: absolute;
    margin: 15px 0 0 30px;
  }
}

/*------------------------------------------------------------------------------
  改行位置 フォントサイズ選択
------------------------------------------------------------------------------*/
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.main_title_size_big {
  font-size: 2.6rem;
}

.ex_text {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 7rem;
}

.shop .insta-btn.shoptop {
  margin-top: -40px;
}

@media screen and (max-width: 1139px) {

  .main_title_size_middle,
  .fv-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .main_title_size_mini,
  .fv-title {
    font-size: 2rem;
  }

  .main .news.pickup .section-title-text img {
    width: 30%;
  }

  .main .purpose .section-title-text img {
    width: 65%;
  }

  .main .shop .section-title-text img {
    width: 60%;
  }

  .main .news .section-title-text img {
    width: 35%;
  }

  .main .about .section-title-text img {
    width: 90%;
  }

  .main .insta .section-title-text img {
    width: 45%;
  }

  .shop-btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    border-radius: 10px;
  }

  .shop-btn span {
    margin: 10px;
  }

  .shop-btn span.arrow {
    position: absolute;
    margin: 27px 0 20px 70%;
    width: 20px;
  }

  .news-item-title {
    font-size: 1.6rem;
  }

  .news-item-text {
    font-size: 1.4rem;
  }

  .shop-item-btn a span {
    width: 20px;
    height: 20px;
  }

  .fv {
    height: 435px;
  }

  .fv-slide-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }

  .ex_text {
    font-size: 1.6rem;
  }

}


/*------------------------------------------------------------------------------
  追加CSSの移行
------------------------------------------------------------------------------*/
::placeholder {
  color: #d19142;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin-top: 80px;
}

.acf-map img {
  max-width: inherit !important;
}

.fv-slide-nav .slick-current img {
  border: 4px solid #81a754 !important;
}

.fv-slide-nav .fv-slide-item img {
  border: 4px solid #a4ab9d;
}

.shop-item-cat span:last-child {
  display: none;
}

.header {
  /*20250421 height: 99px;*/
  height: 160px;
}

@media only screen and (min-width: 821px) {
  .inner {
    max-width: 1300px;
    width: 95%;
  }
}

.gnav {
  height: 99px;
}

span.f_genre:empty {
  display: none;
}

span.s_genre:empty {
  display: none;
}

span.l_genre:empty {
  display: none;
}

span.sl_genre:empty {
  display: none;
}

span.ma_category:empty {
  display: none;
}

.shop-item-cat span {
  margin-bottom: 2px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.s-shop-fv-tag span:first-of-type {
  margin-left: 8px;
}

.s-shop-fv-tag {
  flex-wrap: wrap;
}

h1.s-shop-fv-title {
  margin-left: 10px;
}

.s-shop-fv-tag span {
  font-size: 1.7rem;
  padding: 4px 8px;
  margin-bottom: 2px;
}

.s-shop-fv-tag a,
.shop-item-cat a {
  color: #fff;
}

span.f_genre {
  background-color: #DF9E51;
  border: 1px solid #DF9E51;
}

span.s_genre {
  background-color: #DFC051;
  border: 1px solid #DFC051;
}

span.l_genre {
  background-color: #76BD75;
  border: 1px solid #76BD75;
}

span.sl_genre {
  background-color: #80AFCA;
  border: 1px solid #80AFCA;
}

span.ma_category {
  background-color: #DC77C0;
  border: 1px solid #DC77C0;
}

.table1 td>ul {
  flex-wrap: wrap;
  display: flex;
}

.table1 td>ul>span {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0px;
  border-radius: 4px;
  font-size: 16px;
  padding: 2px 6px;
}

.table1 td>ul>span>a {
  color: #fff !important;
  text-decoration: none !important;
}

.freeword,
.select_ma {
  text-align: center;
}


div.freeword>input[type=text] {
  width: 80%;
  margin-top: 8%;
  border: 1px solid #dfc051;
  border-radius: 5px;
  padding: 8px 16px;
  background-color: #fff;
}

div.select_ma>select {
  width: 49%;
  border: 1px solid #dfc051;
  border-radius: 5px;
  padding: 8px 16px;
  background-color: #fff;
  margin-bottom: 10px;
}

.footer-address {
  margin-top: 0px;
}

section.shop>div>ul>li>div.shop-item-cat>span:nth-child(n+8) {
  display: none;
}

.pickup {
  padding-bottom: 60px;
}

li.cat-item.cat-item-942.current-cat {
  display: none;
}

#feas_10_0_none,
#feas_10_1_none,
#feas_10_2_none,
#feas_10_3_none,
#feas_10_4_none,
#feas_10_5_none {
  font-weight: bold;
}

.s-news-content h4,
.s-shop h4.s-shop-h4 {
  border-bottom: solid 2px rgba(129, 167, 84, 0.26);
  padding-bottom: 10px;
  position: relative;
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-news-content h4::after,
.s-shop h4.s-shop-h4::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #81A754;
  bottom: -2px;
  width: 21%;
}

.s-news-content p {
  font-size: 1.9rem;
}

.s-news-content .smt_home_img img {
  padding: 20px 0;
}

@media only screen and (max-width: 758px) {
  .s-news-content .smt_home_img img {
    width: auto !important;
    margin: 0 10px;
  }
}

.wp-block-image .alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.single .wp-block-image {
  margin-bottom: 0;
}

.wp-block-button__link {
  padding: calc(0.2em + 2px) calc(1.333em + 2px);
}

@media only screen and (max-width: 1080px) {
  .p-category-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-category-item {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 954px) {
  .header {
    height: 99px;
  }

  .main {
    margin-top: 97px;
  }

  .gnav,
  .head-shop-contents {
    display: none;
  }

  .gnav-sp {
    display: block;
  }

  .head-shop-contents.sp {
    display: block;
  }
}

@media only screen and (max-width: 953px) {
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {

  .s-news-content h4 {
    font-size: 1.7rem;
    margin-bottom: 18px;
  }

  .s-news-content p {
    font-size: 1.6rem;
  }

  .wp-block-image .alignleft {
    float: left;
    margin: 0 0 0.5em 0;
  }
}

.mt0 .feas_clevel_01 {
  width: auto;
}

.custom01 {
  margin-bottom: 150px;
}

.job_comment {
  font-size: 1.2vh;
}

.index_jobs {
  width: calc((100% - 90px) / 2);
}

.index_jobs h3 {
  font-size: 2rem;
}

.index_jobs p.job_shop {
  font-size: 1.4rem;
}

.index_jobs .shop-item-access {
  font-size: 1.4rem;
}

span.check {
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #813839;
  padding: 4px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2%;
}

span.check_right {
  background-color: #c77f50;
  margin-left: 10px;
}

.index_jobs .shop-item-cat {
  margin-left: 0px;
}

@media only screen and (max-width: 640px) {
  span.check_right {
    margin-left: 0px;
  }

  .index_jobs {
    width: 95%;
    margin: 10% auto !important;
  }

  .index_jobs .shop-item-access {
    font-size: 1.3rem;
  }

  span.check {
    font-size: 1.2rem;
    padding: 2px 6px;
  }
}

.job_t_link {
  color: #11549B;
  text-decoration: underline;
}

.index_jobs:nth-of-type(2n+1) {
  margin-left: 0;
}

.index_jobs:nth-of-type(n+3) {
  margin-top: 75px;
}

.p-contact table th.setumei {
  width: 100%;
  border-bottom: solid 1px;
  margin-top: 20px;
}

.job_select select {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  padding: 12px 22px;
  appearance: auto;
}

.job_form_link {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

.job_form_link a {
  color: blue;
}

.saitouroku span {
  margin-top: auto;
}

/*簡易ログイン*/
label[for="pwbox-4398"] {
  display: inline-block;
  margin: 20px;
}

input[type="password"][name="post_password"] {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  padding: 5px 22px;
}

.post-password-form input[type="submit"] {
  width: 100px;
  height: 40px;
  font-size: 1.8rem;
  background-color: #81a754;
  color: #fefefe;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
}

.p-contact table th.saitouroku {
  text-align: center;
  color: red;
  font-size: 22px;
}

.shop-list {
  justify-content: center;
}

@media screen and (min-width:641px) and (max-width:1100px) {
  .shop-list {
    padding: 10px;
  }
}

.bannar-text {
  margin: 28px 40px;
}

/*
table.table1 > tbody > tr > td > ul>a[href$="/shopall/"]{ 
	display: none; 
}
table.table1 > tbody > tr > td > ul>a[href$="/stall/"]{ 
	display: none; 
}
table.table1 > tbody > tr > td > ul>a[href$="/lifeall/"]{ 
	display: none; 
}
table.table1 > tbody > tr > td > ul>a[href$="/ma_all/"]{ 
	display: none; 
}
table.table1 > tbody > tr > td > ul>a[href$="/wall/"]{ 
	display: none; 
}
*/

@media (1080px < width <=1400px) {
  .fv {
    height: 620px;
  }

  .fv-slide-for,
  .fv-slide-for .fv-slide-item {
    height: 620px;
  }

  .fv-title {
    font-size: 3rem;
  }

  .fv-slide-nav {
    margin-top: -13%;
  }
}

@media (940px < width <=1080px) {
  .fv {
    height: 600px;
  }

  .fv-slide-for,
  .fv-slide-for .fv-slide-item {
    height: 600px;
  }

  .fv-title {
    font-size: 2.2rem;
  }

  .fv-slide-nav {
    margin-top: -15%;
  }

  .fv-slide-nav .fv-slide-item img {
    width: 80%;
    height: 80%;
  }
}

@media (820px < width <=940px) {
  .fv {
    height: 550px;
  }

  .fv-slide-for,
  .fv-slide-for .fv-slide-item {
    height: 550px;
  }

  .fv-slide-box {
    top: 6%;
  }

  .fv-title {
    font-size: 2.1rem;
  }

  .fv-slide-nav {
    margin-top: -22%;
  }

  .fv-slide-nav .fv-slide-item img {
    width: 80%;
    height: 80%;
  }
}

@media (640px < width <=820px) {
  .fv {
    height: 480px;
  }

  .fv-slide-for,
  .fv-slide-for .fv-slide-item {
    height: 480px;
  }

  .fv-slide-box {
    top: 3%;
  }

  .fv-title {
    font-size: 2rem;
  }

  .fv-slide-nav {
    margin-top: -150px;
  }

  .fv-slide-nav .fv-slide-item img {
    width: 80%;
    height: 80%;
  }
}

@media only screen and (max-width: 640px) {
  .fv-slide-nav .fv-slide-item img {
    width: 50%;
    height: 50%;
  }

  .fv-slide-nav .slick-slide {
    width: 55px !important;
  }

  .fv-slide-nav {
    margin-right: -23%;
    top: -160px;
  }
}

.smt_home_ex {
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
}

.smt_home_ex a {
  color: red;
}

.c_block-03 {
  background-color: #152bde;
}

.c_block-04 {
  background-color: #ff7300;
}

.c_block-05 {
  background-color: #7a00ff;
}

.questionnaire {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.questionnaire::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

.questionnaire select {
  appearance: none;
  width: 100%;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.mailform.anke h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.c_finish {
  position: relative;
  /* 親要素を相対位置に設定 */
}

.c_finish::before {
  content: '';
  display: block;
  /* 表示ブロックとして扱う */
  background-image: url('../img/common/finish.png');
  /* 相対パスで指定 */
  background-size: 100% 100%;
  /* 画像をdivのサイズに合わせる */
  background-repeat: no-repeat;
  /* 画像を繰り返さない */
  background-position: center;
  /* 画像を中央に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  /* 画像を中央に配置 */
  z-index: 10;
  /* オーバーレイとして前面に表示 */
  pointer-events: none;
  /* 画像をクリック不可にする */
  opacity: 0.5;
}

/*------------------------------------------------------------------------------
 header検索コンテンツ 20250421
------------------------------------------------------------------------------*/
.head-shop-contents {
  background-color: #ffeeee;
  height: 60px;
}

.head-shop-contents .p-shop-select {
  position: absolute;
  right: 0;
}

.head-shop-contents .dorparea {
  position: relative;
  display: inline-block;
  width: 21%;
  margin-top: 0;
}

.head-shop-contents.sp .dorparea {
  position: relative;
  display: inline-block;
  width: 35%;
}

.head-shop-contents .p-shop-select select {
  background-color: #fff;
  border: 1px solid #dfc051;
  padding: 7px 6px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  font-size: 12px !important;
}

.head-shop-contents .freeword {
  display: inline-block;
  width: 65%;
  margin-top: 0;
}

.head-shop-contents.sp .freeword {
  display: inline-block;
  width: 40%;
}

.head-shop-contents div.freeword>input[type=text] {
  border: 1px solid #dfc051;
  border-radius: 5px;
  padding: 5px 6px;
  background-color: #fff;
  font-size: 12px !important;
}

.head-shop-contents .p-category-area-btns {
  display: inline-block;
  margin: 0;
}

.head-shop-contents .p-category-area-btns input:first-of-type {
  padding: 6px 8px;
  height: auto;
  font-size: 14px;
}

.head-shop-contents.sp {
  height: 112px;
  border-radius: 8px;
  position: static;
}

.head-shop-contents.sp .p-shop-select {
  position: static;
  width: 100%;
}

.head-shop-contents.sp #feas-searchform-0 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 8px;
  right: 0px;
  width: 100%;
  top: 5px;
  position: relative;
}

.head-shop-contents #feas-searchform-0 {
  position: fixed;
  right: 0px;
  width: 40%;
  top: 10px;
}

.head-shop-contents.sp .freeword {
  display: inline-block;
  width: 63%;
}

.head-shop-contents.sp .p-category-area-btns {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}

.head-shop-contents .p-category-area-btns input:first-of-type {
  width: 100%;
  text-align: center;
}

/*------------------------------------------------------------------------------
TOPページ修正 20250421
------------------------------------------------------------------------------*/
@media only screen and (max-width: 954px) {
  .purpose {
    padding: 45px 0 40px;
  }

  .purpose .ex_text {
    margin: 1rem 0 2.5rem;
  }

  .shop {
    padding: 40px 0 40px;
  }

  .shop .ex_text {
    margin: 2rem 0 6rem;
  }

  .shop .shop-list {
    margin-top: 40px;
  }

  .shop .insta-btn {
    margin-top: 40px;
  }

  .section-title-icon {
    height: 30px;
  }

  .news {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .news .news-item {
    margin-top: 10px;
  }

  .news .news-cat-wrap {
    margin: 10px auto 0;
  }

  .news .news-item-box {
    z-index: 1;
  }

  .news .news-item-box .news-item-text {
    margin-top: 0;
  }

  .news .news-item-box .news-item-date {
    margin-top: 0;
  }

  .news .news-item-box .news-item-cat {
    margin-top: 4px;
  }

  .news .news-item-box .news-item-title {
    margin-top: -5px;
  }

  .news .shop-btn {
    margin-top: 30px;
  }

  .about {
    padding: 45px 0 100px;
  }

  .insta {
    padding: 15px 0 95px;
  }
}

@media only screen and (max-width: 640px) {

  .about .about-contents .aboput-img,
  .about .about-contents .about-title {
    display: none;
  }
}


/* s-news-content 内のアコーディオン h3 のリセット */
.s-news-content h3.wp-block-accordion-heading {
  padding: 5px 3px !important;
  margin-bottom: 20px !important;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  background: rgba(129, 167, 84, 0.12) !important;
}

/* before のリセット（元の三角形を消す） */
.s-news-content h3.wp-block-accordion-heading::before {
  content: "";
  margin-right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 17px;
  border-color: transparent transparent transparent #82a754;
  vertical-align: sub;
}



/* アコーディオン　全体の余白・枠線 */


/* 見出し部分のリセット */


/* トグルボタンの基本スタイル */
.wp-block-accordion-heading__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* ホバー・フォーカス */
.wp-block-accordion-heading__toggle:hover,
.wp-block-accordion-heading__toggle:focus-visible {
  color: #818181;
}

/* タイトル部分 */
.wp-block-accordion-heading__toggle-title {
  flex: 1;
}

/* アイコン部分 */
.wp-block-accordion-heading__toggle-icon {
  margin-left: 0.5em;
  font-weight: bold;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* 開いているときの状態（aria-expanded=true を利用） */
.wp-block-accordion-heading__toggle[aria-expanded="true"] {
  color: #818181;
}

/* 開いているときのアイコン変化（回転 or 色変更など） */
.wp-block-accordion-heading__toggle[aria-expanded="true"] .wp-block-accordion-heading__toggle-icon {
  transform: rotate(45deg);
  /* + を × っぽく見せる */
  color: #0073aa;
}

/* パネル部分の基本スタイル */
.s-news-content .wp-block-accordion-panel p {
  padding: 0 1em 1em;
  font-size: 1.6rem !important;
  line-height: 1.6;
}

/* 閉じているときは非表示（inert 属性はJS側のアクセシビリティ用） */
.wp-block-accordion-panel[inert] {
  display: none;
}

@media only screen and (max-width: 640px) {

  /* トグルボタンの基本スタイル */
  .wp-block-accordion-heading__toggle {
    font-size: 1.6rem;
  }

  /* パネル部分の基本スタイル */
  .s-news-content .wp-block-accordion-panel pl {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }

}





/* ▼ Pale Pink */
.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-pale-pink-color {
  color: #f78da7;
}

/* ▼ Vivid Red */
.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-vivid-red-color {
  color: #cf2e2e;
}

/* ▼ Luminous Vivid Orange */
.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

/* ▼ Luminous Vivid Amber */
.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

/* ▼ Light Green Cyan */
.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

/* ▼ Vivid Green Cyan */
.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

/* ▼ Pale Cyan Blue */
.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

/* ▼ Vivid Cyan Blue */
.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

/* ▼ Very Light Gray */
.has-very-light-gray-background-color {
  background-color: #eeeeee;
}

.has-very-light-gray-color {
  color: #eeeeee;
}

/* ▼ Cyan Bluish Gray */
.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

/* ▼ Very Dark Gray */
.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-very-dark-gray-color {
  color: #313131;
}

/* ▼ Black */
.has-black-background-color {
  background-color: #000000;
}



/* 共通テキスト */
.video_box,
.gallery_box,
.s-shop-intro-text {
  padding: 10px 0 30px;
}

.has-black-color {
  color: #000000;
}

/* YouTube埋め込み（共通） */
.video_box {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.flex-youtube {
  position: relative;
  width: 95%;
  margin: auto;
}

.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding-bottom: 50px;
}

.video iframe,
.flex-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {

  .video_box,
  .flex-youtube {
    width: 100%;
  }
}

/* ギャラリー（Swiper） */
.gallery_box {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

  .gallery_box .swiper-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .gallery_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    /* デフォルトはcover */
    border-radius: 8px;
  }

  /* contain用クラス */
  .gallery_box img.contain-fit {
    object-fit: contain;
    background-color: #000;
    /* 縦長の場合、黒背景で余白を埋める */
  }


  @media only screen and (max-width: 600px) {
    .gallery_box {
      width: 100%;
    }
  }

  /* Swiperナビゲーション */
  .swiper-button-next,
  .swiper-button-prev {
    color: #333;
  }

  .swiper-pagination-bullet {
    background: #666;
  }

  /* 自由レイアウト */
  .flex-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:20px;
    paddig: 30px 0;
  }

  .flex-layout.columns-2 .flex-item {
    width: calc(50% - 10px);
  }

  .flex-layout.columns-3 .flex-item {
    width: calc(32.333% - 10px);
  }

  .flex-layout.columns-4 .flex-item {
    width: calc(24.5% - 10px);
  }

  .flex-item {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .flex-item h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
  }

  @media (max-width: 768px) {

    .flex-layout.columns-2 .flex-item,
    .flex-layout.columns-3 .flex-item,
    .flex-layout.columns-4 .flex-item {
      width: 100%;
    }
  }

  /* スマホ表示時左右入替 */
  .reverse-on-mobile {
    flex-direction: column-reverse;
  }



  /* ▼ グーテンベルグのカラムを確実にレスポンシブにする ▼ */

  /* PC（幅 768px 以上）では横並び */
  .wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 2.5rem;
    /* カラム間の余白調整 */
  }

  .wp-block-column {
    flex: 1;
  }

  /* スマホ（幅 767px 以下）では縦並び */
  @media (max-width: 767px) {
    .wp-block-columns {
      flex-direction: column;
      gap: 1.5rem;
    }

    .wp-block-column {
      flex-basis: 100% !important;
      width: 100%;

    }
  }

  /* 画像をレスポンシブに */
  .wp-block-image img {
    width: 100%;
    height: auto;
    display: block;
  }


  /* ▼ Gutenberg ボタンブロックの基本レイアウトを再現 ▼ */
  .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* ▼ 縦並び（Gutenberg 標準） */
  .wp-block-buttons.is-vertical {
    flex-direction: column;
  }

  /* ▼ 横並び（is-horizontal があってもなくても対応） */
  .wp-block-buttons.is-horizontal,
  .wp-block-buttons:not(.is-vertical) {
    flex-direction: row;
  }

  /* ▼ ボタンの整列（中央・左・右・両端） */
  .wp-block-buttons.is-content-justification-center {
    justify-content: center;
  }

  .wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
  }

  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
  }

  .wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
  }

  /* ▼ ボタン幅（例：50%）を反映させる */
  .wp-block-button.has-custom-width {
    flex: 0 0 auto;
  }

  .wp-block-button__width-25 {
    width: 24%;
  }

  .wp-block-button__width-50 {
    width: 49%;
  }

  .wp-block-button__width-75 {
    width: 74%;
  }

  .wp-block-button__width-100 {
    width: 100%;
  }

  /* ▼ ボタン本体のスタイル（Gutenberg 標準仕様） */
  .wp-block-button__link {
    display: inline-block;
    padding: 0.6em 1.2em;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
  }

  /* ▼ 背景色（Gutenberg の has-◯◯-background-color クラス対応） */
  .has-background {
    color: #fff;
  }

  .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
  }

  /* ▼ 文字色（Gutenberg の has-◯◯-color クラス対応） */
  .has-text-color {
    color: inherit;
  }

  .has-white-color {
    color: #ffffff;
  }

  .has-black-color {
    color: #000000;
  }

  .has-gray-color {
    color: #767676;
  }

  /* ▼ フォントサイズ（Gutenberg の has-small-font-size など） */
  .has-small-font-size {
    font-size: 1rem;
  }

  .has-medium-font-size {
    font-size: 1.4rem;
  }

  .has-large-font-size {
    font-size: 1.8rem;
  }

  /* ▼ スマホ対応：幅指定を縦並びに */
  @media (max-width: 767px) {
    .wp-block-buttons {
      flex-direction: column !important;
    }

    .wp-block-button {
      width: 100% !important;
    }
  }