@charset "UTF-8";

/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/*-------------------------------------------

-------------------------------------------*/
.category .c-pageTitle {
  display: none;
}

@media screen and (min-width: 600px) {

  .category .l-content {
    padding-top: 1em;
  }

}

/*-------------------------------------------
ターム一覧ページ
-------------------------------------------*/
.l-term-visual {
  /*position: relative;
  z-index: 1;*/
  /*width: 100vw;
  margin: 0 calc(50% - 50vw);*/
  padding-bottom: 80px;
  background: url(lib/images/bg_term-visual.svg) no-repeat center top -216px / 1652px 1652px;
}

/*.l-term-visual:before {
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1652px;
  height: 1652px;
  background: url(lib/images/bg_term-visual.svg) no-repeat center / contain;
  content: '';
}*/

.l-term-visual__columns {
  display: grid;
  grid-template-columns: 45% 55%;
}

.l-term-visual__column:first-child {
  padding-left: 30%;
}

.l-term-visual__thumbnail {
  overflow: hidden;
  border-radius: 40px 0 0 40px;
  border-radius: 40px;
}

.l-term-visual__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 660 / 344;
  object-fit: cover;
}

@media screen and (max-width: 767px) {



}

.l-term-visual .c-pageTitle {
  display: block;
  border-bottom: none;
  font-size: 15px;
  font-weight: 400;
}

.l-term-visual .c-pageTitle:before {
  display: block;
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  content: '';
}

/* アイコン */
.category-travel .l-term-visual .c-pageTitle:before {
  background: url(lib/images/icon_travel.png) no-repeat center / contain;
}

.category-event .l-term-visual .c-pageTitle:before {
  background: url(lib/images/icon_event.png) no-repeat center / contain;
}

.category-gourmet .l-term-visual .c-pageTitle:before {
  background: url(lib/images/icon_gourmet.png) no-repeat center / contain;
}

.category-specialty .l-term-visual .c-pageTitle:before {
  background: url(lib/images/icon_specialty.png) no-repeat center / contain;
}

.category-good .l-term-visual .c-pageTitle:before {
  background: url(lib/images/icon_good.png) no-repeat center / contain;
}
/*  アイコン */

.l-term-visual .c-pageTitle__inner {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  float: none!important;
  padding: 0!important;
  border-bottom: none!important;
}

.l-term-visual .c-pageTitle__subTitle {
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-bottom: 12px;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 6px;
}

/*.l-term-visual .c-pageTitle__subTitle:before,
.l-term-visual .c-pageTitle__subTitle:after {
  position: absolute;
  width: 40px;
  height: 63px;
  background: #fff;
  content: '';
}

.l-term-visual .c-pageTitle__subTitle:before {
  top: 0;
  left: 0;
}

.l-term-visual .c-pageTitle__subTitle:after {
  right: 0;
  bottom: 0;
}*/

.l-term-visual .p-termHead__desc {
  margin-top: 32px;
  padding: 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {

  .l-term-visual {
    padding-bottom: 0;
    background: none;
  }

  .l-term-visual__columns {
    display: block;
  }

  .l-term-visual__column:first-child {
    padding-left: 0;
  }

  .l-term-visual .c-pageTitle {
    text-align: center;
  }

  .l-term-visual .c-pageTitle:before {
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
  }

  .l-term-visual .c-pageTitle__inner {
    align-items: center;
    font-size: 14px;
  }

  .l-term-visual .c-pageTitle__subTitle {
    margin-bottom: 8px;
    font-size: 29px;
    letter-spacing: 6px;
  }

  .l-term-visual .p-termHead__desc {
    font-size: 14px;
    text-align: center;
  }

  .l-term-visual__thumbnail {
    margin-top: 24px;
    border-radius: 0;
  }

}

/*-------------------------------------------
見出し2のデザイン
-------------------------------------------*/
.page-id-9 .post_content h2 {
  position: static;
  padding: 0;
  border-left: none;
  background: transparent;
  color: inherit;
  font-size: .8em;
  font-weight: 400;
}

.page-id-9 .post_content h2 img {
  margin-bottom: 8px;
}

.page-id-9 .post_content h2:before {
  content: none;
}

/*.post_content h2 {
  padding: 1em .75em;
}

.post_content h2:before {
  position: absolute;
  top: 2px;
  left: 14px;
  width: 40px;
  height: 6px;
  background: var(--color_htag);
  content: '';
}*/

@media screen and (min-width: 600px) {

  .page-id-9 .post_content h2 {
    font-size: 1em;
  }

  .page-id-9 .post_content h2 img {
    margin-bottom: 12px;
  }

}

/*-------------------------------------------
トップページ
-------------------------------------------*/
/* メインビジュアル */
.swiper-button-next,
.swiper-button-prev {
  background: var(--color_main);
}

@media screen and (max-width: 767px) {



}

/* 定番観光スポット・ピックアップ */
.p-pick-up .swell-block-box-menu__item.has-link,
.p-popular-spot .swell-block-box-menu__item.has-link {
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .15);
}

.p-pick-up .swell-block-box-menu[data-direction=vertical] .swell-block-box-menu__figure,
.p-popular-spot .swell-block-box-menu[data-direction=vertical] .swell-block-box-menu__figure {
  margin-bottom: 0!important;
}

.p-pick-up .swell-block-box-menu__item .swell-block-box-menu__link,
.p-popular-spot .swell-block-box-menu__item .swell-block-box-menu__link {
  height: auto;
  padding: 2em 0.75em 2em;
}

.p-pick-up .swell-block-box-menu__item .swell-block-box-menu__figure[data-trim="0"] > img,
.p-popular-spot .swell-block-box-menu__item .swell-block-box-menu__figure[data-trim="0"] > img {
  object-fit: cover;
}

.p-pick-up .swell-block-box-menu__item.has-link .swell-block-box-menu__text:after,
.p-popular-spot .swell-block-box-menu__item.has-link .swell-block-box-menu__text:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("lib/images/icon_arrow.png") no-repeat center / contain;
  vertical-align: -2px;
  content: '';
}

@media screen and (max-width: 767px) {

  .p-pick-up .swell-block-box-menu__item .swell-block-box-menu__link,
.p-popular-spot .swell-block-box-menu__item .swell-block-box-menu__link {
  height: auto;
  padding: 2em 0.25em 2em;
}

}

/* 最新記事 */
.p-new .p-postListWrap {
  width: min(100%, 840px);
  margin: 0 auto;
  padding: 1.5em 1.5em 0;
  border: 1px solid #333;
  background: #fff;
  box-shadow: 13px 13px 0px -4px rgba(136, 196, 122, 1);
}

.p-new .p-postList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

.p-new .p-postList .p-postList__item .p-postList__body {
  display: flex;
  flex-direction: column;
  /*padding-bottom: 1em;
  border-bottom: 1px dashed #666;*/
}

.p-new .p-postList .p-postList__item .p-postList__title + .p-postList__meta {
  order: -1;
  margin-top: 0;
  margin-bottom: .25em!important;
}

.p-new .p-postList .p-postList__item .c-postTimes {
  opacity: 1;
}

.p-new .p-postList .p-postList__item .c-postTimes__posted {
  color: #88C47A;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  .p-new .p-postListWrap {
    padding: 1.5em 1em 1em;
  }

  .p-new .p-postList {
    grid-template-columns: none;
    gap: 0;
  }

  .p-new .p-postList .p-postList__item {
    margin-bottom: 1em;
  }

}

/* ランキング */
.p-ranking .is-style-balloon > .c-tabList .c-tabList__button {
  background: #f4e5e5;
}

.p-ranking .is-style-balloon > .c-tabList .c-tabList__button:hover,
.p-ranking .is-style-balloon > .c-tabList .c-tabList__button[aria-selected=true] {
  background: #e69e9e;
}

.p-ranking .is-style-balloon > .c-tabList .c-tabList__button:before {
  border-top: 8px solid #e69e9e;
}

.p-ranking .p-postList {
  counter-reset: number 0;
}

.p-ranking .p-postList .p-postList__item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: -2px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 14px;
  content: counter(number);
  counter-increment: number;
}

@media screen and (max-width: 767px) {



}

/* 20〇〇年〇〇月新スポット・最新イベント */
.p-new-spot .p-postListWrap {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 2.5em 3em;
  border: 1px solid #333;
  background: #fff;
  box-shadow: 18px 18px 0px -4px rgba(252, 233, 146, 1);
}

.p-new-spot .p-postList .p-postList__item .p-postList__link {
  padding-right: 2em;
}

.p-new-spot .p-postList .p-postList__item .p-postList__link:before {
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("lib/images/icon_arrow.png") no-repeat center / contain;
  content: '';
}

@media screen and (max-width: 767px) {

  .p-new-spot .p-postListWrap {
    padding: 2em 1.5em;
  }

  .p-new-spot .p-postList .p-postList__item {
    font-size: 3.6vw;
  }

}

/* エリアからグルメ・観光情報を探す */
.p-area-map .swell-block-linkList.is-style-button.-flex {
  /*justify-content: center;*/
  width: min(100%, 920px);
  margin: 0 auto;
}

.p-area-map .swell-block-linkList.is-style-button.-flex + .swell-block-linkList.is-style-button.-flex {
  margin-top: -.5em;
}

.p-area-map .swell-block-linkList.is-style-button.-flex .swell-block-linkList__item {
  width: calc((100% - (0.5em * 7)) / 8);
}

.p-area-map .swell-block-linkList.is-style-button.-flex .swell-block-linkList__link {
  padding: 0.8em 0.5em;
}

@media screen and (max-width: 767px) {

  .p-area-map .swell-block-linkList.is-style-button.-flex .swell-block-linkList__item {
    width: calc((100% - (0.5em * 2)) / 3);
  }

}

/* イベント */
.p-event .wp-block-cover {
  transition: opacity .25s;
}

.p-event .wp-block-cover:hover {
  opacity: 0.8;
}

/*.p-event .wp-block-cover:before {
  position: absolute;
  bottom: 1.25em;
  left: 0;
  z-index: 2;
  width: 100%;
  color: transparent;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
  letter-spacing: 0.175em;
}

.p-event .wp-block-column:first-child .wp-block-cover:before {
  content: 'spring';
}

.p-event .wp-block-column:nth-child(2) .wp-block-cover:before {
  content: 'summer';
}

.p-event .wp-block-column:nth-child(3) .wp-block-cover:before {
  content: 'autumn';
}

.p-event .wp-block-column:nth-child(4) .wp-block-cover:before {
  content: 'winter';
}

.p-event .wp-block-cover p:first-child {
  margin-bottom: 4.25em!important;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #fff;
}

.p-event .wp-block-cover p:nth-child(2) {
  padding-top: 0.25em;
  border-top: 1px solid #fff;
}*/

@media (min-width: 960px) {

  .p-event .wp-block-cover {
    padding: 1.5em;
  }

}

@media screen and (max-width: 767px) {

  .p-event .wp-block-cover {
    min-height: 120px!important;
  }

  .p-event .wp-block-cover:before {
    bottom: 1.5em;
    font-size: 18px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }

  .p-event .wp-block-cover p:first-child {
    margin-bottom: 2.25em !important;
  }

}

/* カラム */
.inner-over {
  gap: 0!important;
}

.inner-over .wp-block-column.has-background {
  padding: 5em;
}

.inner-over .wp-block-column.has-background:first-child {
  margin-left: calc(50% - 50vw)!important;
  padding-left: calc(50vw - 50%);


  padding-right: calc(50vw - 50%);
  margin-right: calc(50% - 50vw) !important;


}

.inner-over .wp-block-column.has-background:nth-child(2) {
  margin-right: calc(50% - 50vw)!important;
  padding-right: calc(50vw - 50%);
}

@media screen and (max-width: 767px) {

  .inner-over .wp-block-column.has-background {
    padding: 3em var(--swl-box_padding);
  }

  .inner-over .wp-block-column.has-background:first-child,
  .inner-over .wp-block-column.has-background:nth-child(2) {
    margin: 0 calc(50% - 50vw)!important;
    width: 100vw!important;
  }

}

/*-------------------------------------------

-------------------------------------------*/


@media screen and (max-width: 767px) {



}

/*-------------------------------------------

-------------------------------------------*/


@media screen and (max-width: 767px) {



}

/*-------------------------------------------

-------------------------------------------*/


@media screen and (max-width: 767px) {



}

/*-------------------------------------------

-------------------------------------------*/


@media screen and (max-width: 767px) {



}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
.wpcf7 {

}

.wpcf7__list {

}

.wpcf7__list th,
.wpcf7__list td {
  padding: 0.5em 0.75em;
}

.wpcf7__list th {
  width: 280px;
  padding-top: 1.05em;
  vertical-align: top;
}

.wpcf7__list th span {
  display: inline-block;
  padding: 1px 8px;
  margin-left: 8px;
  background: #c90014;
  background: #f00;
  background: #a63c47;
  color: #fff;
  font-size: 12px;
  vertical-align: 2px;
}

.wpcf7__list td {

}

.wpcf7__list .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7__list .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
}

.wpcf7__list input[type="text"],
.wpcf7__list input[type="tel"],
.wpcf7__list input[type="email"],
.wpcf7__list textarea,
.wpcf7__list select {
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #dcdcdc;
  background: #fff;
  outline: none;
}

.wpcf7__list textarea {
  height: calc((1.6em * 8) + (0.5em * 2) + (1px * 2));
}

.wpcf7__list .wpcf7__select {
  display: inline-block;
  position: relative;
  width: min(100%, 200px);
  margin-right: 4px;
}

.wpcf7__list .wpcf7__select:before {
  position: absolute;
  top: 19px;
  right: calc(0.75em + 1px);
  z-index: 10;
  width: 8px;
  height: 6px;
  background: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  content: '';
}

.wpcf7__list .wpcf7__select select {
  border-radius: 0;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7__acceptance {
  margin-top: 24px;
}

.wpcf7__acceptance a {
  text-decoration: underline;
}

.wpcf7__button {
  margin-top: 64px;
  text-align: center;
}

.wpcf7__button input[type="submit"] {
  width: 100%;
  padding: 0.75em;
  background: red;
  color: #fff;
  font-weight: 700;
  line-height: 2;
  transition: opacity .6s;
}

.wpcf7__button input[type="submit"]:hover {
  opacity: .6;
}

.wpcf7__button .wpcf7-spinner {
  display: none;
}

/*.grecaptcha-badge {
  visibility: hidden;
}

.contact__recaptcha {
  display: none;
  padding-top: 40px;
}

.contact-recaptcha__text {
  font-size: 14px;
  text-align: center;
}

.contact-recaptcha__text a {
  color: #0017c1;
  text-decoration: underline;
  text-underline-offset: .1em;
  transition: opacity .6s;
}

.contact-recaptcha__text a:hover {
  opacity: .6;
}*/

@media only screen and (max-width: 991px) {

  .wpcf7__list {
    border-collapse: collapse;
  }

  .wpcf7__list th,
  .wpcf7__list td {
    display: block;
  }

  .wpcf7__list th {
    width: 100%;
    padding-top: 0.5em;
  }

  .wpcf7__list td {
    border-top: none;
  }

  .wpcf7__list tr:not(:last-of-type) td {
    border-bottom: none;
  }

  .wpcf7__acceptance {
  }

}
.area {
  margin: 40px 0 12px;
}
.area__title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}
.area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.area__item {
  font-size: 13px;
  display: inline-block;
}
.area__item a {
  display: block;
  padding: 2px 12px;
  background: #F8F8F8;
  color: #666;
}
@media screen and (max-width: 767px) {
  .area {
    margin: 24px 0 8px;
  }
  .area__title {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .area__item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-recaptcha {
  margin-top: 24px;
}

.c-recaptcha__text {
  font-size: 14px;
  text-align: center;
}

.c-recaptcha__text a {
  text-decoration: underline;
  transition: opacity .6s;
}

.c-recaptcha__text a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {

  .c-recaptcha__text {
    font-size: 12px;
  }

}