@charset "UTF-8";
/*!
Theme Name: Theme name
Author: Susumu Seino
Author URI: https://susu.mu
Description: mwy theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE

*/
ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block; }
  a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  a img:hover {
    opacity: 0.8; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.facility__service {
  display: flex;
  justify-content: center;
  max-width: initial; }
  @media only screen and (max-width: 64em) {
    .facility__service {
      flex-wrap: wrap; } }
  .facility__service__item {
    padding: 5px;
    text-align: center;
    flex-basis: calc(100% / 7); }
    .facility__service__item .item__wrap:first-of-type {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FDE0DA;
      padding: 10px;
      min-width: 100px; }
    .facility__service__item .item__wrap:last-of-type {
      padding: 10px; }
    .facility__service__item .item__wrap > img {
      max-width: 30px;
      max-height: 3em; }
    @media only screen and (max-width: 64em) {
      .facility__service__item {
        flex-basis: calc(100% / 2); } }
    .facility__service__item > a {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      border: 1px solid #FDDADD; }
      .facility__service__item > a div {
        color: var(--_color-text, #333);
        font-size: 13px; }
  .facility__service__name {
    color: #7E6763 !important;
    font-size: 20px !important;
    margin-left: 10px; }
    @media only screen and (max-width: 40em) {
      .facility__service__name {
        font-size: 16px !important; } }

.display__tax {
  padding: 5px; }
  .display__tax__wrap {
    display: flex;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    flex-direction: column; }
    .display__tax__wrap > * {
      width: calc(100% / 7 * 6); }
      @media only screen and (max-width: 64em) {
        .display__tax__wrap > * {
          width: 100%; } }
    .display__tax__wrap .c-meta {
      margin-left: 10px;
      flex: 1;
      text-align: center; }
  .display__tax > a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #FDDADD; }
    .display__tax > a div {
      color: var(--_color-text, #333);
      font-size: 13px; }
  .display__tax__term:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FDE0DA;
    padding: 10px;
    min-width: 100px; }
  .display__tax__term:last-of-type {
    padding: 10px; }
  .display__tax__term__name {
    color: #7E6763 !important;
    font-size: 20px !important;
    margin-left: 10px; }
    @media only screen and (max-width: 40em) {
      .display__tax__term__name {
        font-size: 16px !important; } }

.archive.tax-item_cat .c-entries__item {
  margin-bottom: 0; }

.item-search__parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28.8px;
  align-self: stretch; }
  @media only screen and (max-width: 40em) {
    .item-search__parent {
      gap: 10px; } }
  .item-search__parent__item a {
    display: flex;
    padding: 10.4px 28.8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    color: white;
    background: #7E6763; }
    @media only screen and (max-width: 40em) {
      .item-search__parent__item a {
        padding: .5em 1em;
        font-size: 12px; } }
  .item-search__parent__item span {
    display: flex;
    padding: 10.4px 28.8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    color: white;
    background: #ccc !important; }
    @media only screen and (max-width: 40em) {
      .item-search__parent__item span {
        padding: .5em 1em;
        font-size: 12px; } }

.item-search__child__item h2 {
  margin-top: 1em;
  margin-bottom: 10px; }

.item-search__child__item ul {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 57.6px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 40em) {
    .item-search__child__item ul {
      gap: 10px; } }
  .item-search__child__item ul li {
    width: 160px; }
    @media only screen and (max-width: 40em) {
      .item-search__child__item ul li {
        width: 30%; } }
    .item-search__child__item ul li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 21.6px;
      color: #7E6763;
      font-size: 22px;
      font-weight: 700; }
      @media only screen and (max-width: 40em) {
        .item-search__child__item ul li a {
          font-size: 11px;
          gap: 10px; } }
      .item-search__child__item ul li a img {
        object-fit: contain; }
    .item-search__child__item ul li span {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 21.6px;
      color: #7E6763;
      font-size: 22px;
      font-weight: 700;
      padding: 10px;
      border-radius: 10px;
      opacity: 0.3; }
      @media only screen and (max-width: 40em) {
        .item-search__child__item ul li span {
          font-size: 11px;
          gap: 10px; } }
      .item-search__child__item ul li span img {
        object-fit: contain; }

@media (max-width: 64em) {
  .home .c-entries__item,
  .c-entry__body.area-top .c-entries__item,
  .archive .c-entries__item {
    flex-basis: 50% !important;
    font-size: 13px; }
    .home .c-entries__item .c-entry-summary__title,
    .c-entry__body.area-top .c-entries__item .c-entry-summary__title,
    .archive .c-entries__item .c-entry-summary__title {
      font-size: 13px !important; }
    .home .c-entries__item .c-entry-summary__content,
    .c-entry__body.area-top .c-entries__item .c-entry-summary__content,
    .archive .c-entries__item .c-entry-summary__content {
      display: none; } }

@media (max-width: 64em) and (min-width: 40em) and (max-width: 64em) {
  .home .c-entries--simple .c-entries__item .c-entry-summary__content,
  .c-entry__body.area-top .c-entries--simple .c-entries__item .c-entry-summary__content {
    display: block !important; } }

@media (max-width: 64em) {
  .home .panel-kuchikomi-local .c-entries,
  .home .panel-kuchikomi-google .c-entries,
  .home .usefull-info .c-entries,
  .home .interview .c-entries,
  .c-entry__body.area-top .panel-kuchikomi-local .c-entries,
  .c-entry__body.area-top .panel-kuchikomi-google .c-entries,
  .c-entry__body.area-top .usefull-info .c-entries,
  .c-entry__body.area-top .interview .c-entries {
    flex-wrap: wrap; }
  .home .usefull-info .c-entry-summary__figure__taxonomy,
  .c-entry__body.area-top .usefull-info .c-entry-summary__figure__taxonomy {
    display: none; } }

.l-contents__sidebar .snow-monkey-recent-posts .c-entry-summary__body .c-meta__item--categories {
  display: none !important; }

.snow-monkey-recent-posts.snow-monkey-recent-posts--top {
  display: flex;
  padding: 57.6px 28.8px;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  align-self: stretch;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 10px 0px #C8B5B1; }
  @media (max-width: 40em) {
    .snow-monkey-recent-posts.snow-monkey-recent-posts--top {
      padding: 1em .5em; } }
  .snow-monkey-recent-posts.snow-monkey-recent-posts--top .c-entries.c-entries--simple {
    border-top: 0; }
    .snow-monkey-recent-posts.snow-monkey-recent-posts--top .c-entries.c-entries--simple .c-entries__item {
      padding-left: 28.8px;
      padding-right: 28.8px; }
      @media (max-width: 40em) {
        .snow-monkey-recent-posts.snow-monkey-recent-posts--top .c-entries.c-entries--simple .c-entries__item {
          padding-left: .5em;
          padding-right: .5em; } }

.archive.tax-area .l-contents__inner {
  padding-top: 0; }

[data-has-global-nav='true'] .l-2row-header__row:last-child {
  margin-top: 0 !important; }

.panel-column .smb-section__contents-wrapper,
.post-type-archive-facility .smb-section__contents-wrapper,
.panel-facility .smb-section__contents-wrapper,
.panel-shrine .smb-section__contents-wrapper {
  width: 100%;
  max-width: 100%; }

/**
 * トップヘッダー
*/
.area__top__header {
  background-image: url(image/top_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 40em) {
    .area__top__header {
      padding-top: 1em;
      padding-bottom: 1em; } }
  .area__top__header .c-container {
    display: flex;
    align-items: flex-end;
    padding-left: 1em;
    padding-right: 1em;
    position: relative; }
  .area__top__header__img {
    position: relative;
    width: 100px; }
    .area__top__header__img img {
      max-height: 115px; }
      @media (max-width: 40em) {
        .area__top__header__img img {
          height: 10vw; } }
  .area__top__header__title {
    color: #7E6763;
    margin-left: 20px;
    display: inline-block; }
    @media screen and (max-width: 64em) {
      .area__top__header__title {
        margin-left: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .area__top__header__title__sub {
      font-size: 18px;
      line-height: 1.3em; }
      @media (max-width: 80em) {
        .area__top__header__title__sub {
          font-size: 2vw; } }
    .area__top__header__title__main {
      font-size: 49px;
      line-height: 1.3em;
      white-space: nowrap; }
      @media (max-width: 80em) {
        .area__top__header__title__main {
          font-size: 4vw; } }
      @media (max-width: 64em) {
        .area__top__header__title__main {
          font-size: 5vw; } }

/**
 * 扇状タイトル
*/
.bg-color {
  background: #FDE9DA;
  margin: 0 calc(50% - 50vw);
  width: 100vw; }
  .bg-color .border-title:not(.panel-pickup) .circle-title-wrap {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106.8 37"><path fill="rgba(255, 255, 255, 0.53)" d="M53.4,37c24.4,0,45.3-15.4,53.4-37H0C8.1,21.6,28.9,37,53.4,37z" /></svg>') !important; }

.bg-color-main {
  background-color: #FDE0DA;
  margin: 0 calc(50% - 50vw);
  width: 100vw; }

.curve-subtitle .circle-title-wrap {
  text-align: center;
  margin-bottom: 1rem; }
  .curve-subtitle .circle-title-wrap .smb-section__subtitle-svg {
    transform: translateY(12px); }
    .curve-subtitle .circle-title-wrap .smb-section__subtitle-svg text {
      font-weight: bold;
      transform-origin: center;
      transform: rotate(1.5deg) translateY(-2px); }
    .curve-subtitle .circle-title-wrap .smb-section__subtitle-svg.curve-s text {
      letter-spacing: 0.5em; }
    .curve-subtitle .circle-title-wrap .smb-section__subtitle-svg.curve-m text {
      letter-spacing: 0.3em; }
    .curve-subtitle .circle-title-wrap .smb-section__subtitle-svg.curve-l {
      transform: translateY(16px); }
      .curve-subtitle .circle-title-wrap .smb-section__subtitle-svg.curve-l text {
        letter-spacing: 0.2em;
        transform: rotate(0.5deg) translateY(12px); }
  .curve-subtitle .circle-title-wrap .smb-section__title {
    text-align: center; }

.border-title.panel-pickup {
  background: #FFFFFF;
  border: 2px solid #7E6763;
  box-sizing: border-box;
  border-radius: 40px; }
  @media (max-width: 40em) {
    .border-title.panel-pickup {
      border-left: none;
      border-right: none;
      border-radius: 0;
      margin: 0 calc(50% - 50vw);
      width: 100vw; } }

.border-title .smb-section__title {
  font-size: 28px;
  color: #7E6763; }
  @media (max-width: 40em) {
    .border-title .smb-section__title {
      font-size: 18px; } }
  .border-title .smb-section__title::after {
    background-color: #7E6763;
    width: 100px;
    height: 2px;
    margin: 10px auto 0; }

.border-title .circle-title-wrap {
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106.8 37"><path fill="rgba(253, 233, 218, 0.53)" d="M53.4,37c24.4,0,45.3-15.4,53.4-37H0C8.1,21.6,28.9,37,53.4,37z" /></svg>');
  background-position: top 4px center;
  background-size: 110px;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem; }
  .border-title .circle-title-wrap::before {
    content: '';
    display: block;
    background-color: #7E6763;
    width: 175px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .border-title .circle-title-wrap::after {
    content: '';
    display: block;
    background-color: #7E6763;
    width: 175px;
    height: 2px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%); }

.border-title.curve-l .smb-section__subtitle-svg {
  margin-top: 14px; }

.border-title.curve-l .smb-section__title {
  margin-top: -14px; }

/**
 *  バナー
 */
.banner {
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw !important; }
  @media (max-width: 40em) {
    .banner {
      margin-bottom: 60px !important; } }
  .banner__content__item + .banner__content__item {
    margin-left: 10px; }

/**
 *  治療施設一覧
 */
.post-type-archive-facility,
.post-type-archive-item,
.tax-facility_cat,
.tax-clinique_service,
.page-search-clinique_service,
.page-search-omamori,
.tax-acpuncture_moxbustion_service,
.tax-shrine_service,
.tax-kampo_service,
.tax-item_cat,
.tax-area:not(.tax-area-rich),
.panel-facility,
.panel-item,
.panel-shrine {
  padding-top: 0; }
  .post-type-archive-facility .c-entries,
  .post-type-archive-item .c-entries,
  .tax-facility_cat .c-entries,
  .tax-clinique_service .c-entries,
  .page-search-clinique_service .c-entries,
  .page-search-omamori .c-entries,
  .tax-acpuncture_moxbustion_service .c-entries,
  .tax-shrine_service .c-entries,
  .tax-kampo_service .c-entries,
  .tax-item_cat .c-entries,
  .tax-area:not(.tax-area-rich) .c-entries,
  .panel-facility .c-entries,
  .panel-item .c-entries,
  .panel-shrine .c-entries {
    align-items: stretch; }
    .post-type-archive-facility .c-entries__item,
    .post-type-archive-item .c-entries__item,
    .tax-facility_cat .c-entries__item,
    .tax-clinique_service .c-entries__item,
    .page-search-clinique_service .c-entries__item,
    .page-search-omamori .c-entries__item,
    .tax-acpuncture_moxbustion_service .c-entries__item,
    .tax-shrine_service .c-entries__item,
    .tax-kampo_service .c-entries__item,
    .tax-item_cat .c-entries__item,
    .tax-area:not(.tax-area-rich) .c-entries__item,
    .panel-facility .c-entries__item,
    .panel-item .c-entries__item,
    .panel-shrine .c-entries__item {
      box-sizing: border-box;
      padding: 1em; }
      @media (max-width: 40em) {
        .post-type-archive-facility .c-entries__item,
        .post-type-archive-item .c-entries__item,
        .tax-facility_cat .c-entries__item,
        .tax-clinique_service .c-entries__item,
        .page-search-clinique_service .c-entries__item,
        .page-search-omamori .c-entries__item,
        .tax-acpuncture_moxbustion_service .c-entries__item,
        .tax-shrine_service .c-entries__item,
        .tax-kampo_service .c-entries__item,
        .tax-item_cat .c-entries__item,
        .tax-area:not(.tax-area-rich) .c-entries__item,
        .panel-facility .c-entries__item,
        .panel-item .c-entries__item,
        .panel-shrine .c-entries__item {
          flex-basis: 50% !important;
          max-width: 100%;
          margin-bottom: 0; } }
      .post-type-archive-facility .c-entries__item--4,
      .post-type-archive-item .c-entries__item--4,
      .tax-facility_cat .c-entries__item--4,
      .tax-clinique_service .c-entries__item--4,
      .page-search-clinique_service .c-entries__item--4,
      .page-search-omamori .c-entries__item--4,
      .tax-acpuncture_moxbustion_service .c-entries__item--4,
      .tax-shrine_service .c-entries__item--4,
      .tax-kampo_service .c-entries__item--4,
      .tax-item_cat .c-entries__item--4,
      .tax-area:not(.tax-area-rich) .c-entries__item--4,
      .panel-facility .c-entries__item--4,
      .panel-item .c-entries__item--4,
      .panel-shrine .c-entries__item--4 {
        flex: 0 1 100%; }
        @media (min-width: 64em) {
          .post-type-archive-facility .c-entries__item--4,
          .post-type-archive-item .c-entries__item--4,
          .tax-facility_cat .c-entries__item--4,
          .tax-clinique_service .c-entries__item--4,
          .page-search-clinique_service .c-entries__item--4,
          .page-search-omamori .c-entries__item--4,
          .tax-acpuncture_moxbustion_service .c-entries__item--4,
          .tax-shrine_service .c-entries__item--4,
          .tax-kampo_service .c-entries__item--4,
          .tax-item_cat .c-entries__item--4,
          .tax-area:not(.tax-area-rich) .c-entries__item--4,
          .panel-facility .c-entries__item--4,
          .panel-item .c-entries__item--4,
          .panel-shrine .c-entries__item--4 {
            flex: 0 1 25%; } }
        @media (max-width: 40em) {
          .post-type-archive-facility .c-entries__item--4,
          .post-type-archive-item .c-entries__item--4,
          .tax-facility_cat .c-entries__item--4,
          .tax-clinique_service .c-entries__item--4,
          .page-search-clinique_service .c-entries__item--4,
          .page-search-omamori .c-entries__item--4,
          .tax-acpuncture_moxbustion_service .c-entries__item--4,
          .tax-shrine_service .c-entries__item--4,
          .tax-kampo_service .c-entries__item--4,
          .tax-item_cat .c-entries__item--4,
          .tax-area:not(.tax-area-rich) .c-entries__item--4,
          .panel-facility .c-entries__item--4,
          .panel-item .c-entries__item--4,
          .panel-shrine .c-entries__item--4 {
            padding: 8px 14px; } }
      .post-type-archive-facility .c-entries__item .c-entry-summary,
      .post-type-archive-item .c-entries__item .c-entry-summary,
      .tax-facility_cat .c-entries__item .c-entry-summary,
      .tax-clinique_service .c-entries__item .c-entry-summary,
      .page-search-clinique_service .c-entries__item .c-entry-summary,
      .page-search-omamori .c-entries__item .c-entry-summary,
      .tax-acpuncture_moxbustion_service .c-entries__item .c-entry-summary,
      .tax-shrine_service .c-entries__item .c-entry-summary,
      .tax-kampo_service .c-entries__item .c-entry-summary,
      .tax-item_cat .c-entries__item .c-entry-summary,
      .tax-area:not(.tax-area-rich) .c-entries__item .c-entry-summary,
      .panel-facility .c-entries__item .c-entry-summary,
      .panel-item .c-entries__item .c-entry-summary,
      .panel-shrine .c-entries__item .c-entry-summary {
        background: #FCFCFC;
        box-shadow: 0 1px 10px #C8B5B1;
        border-radius: 10px;
        margin-bottom: 0;
        height: 100%;
        padding: 20px; }
        @media (max-width: 40em) {
          .post-type-archive-facility .c-entries__item .c-entry-summary,
          .post-type-archive-item .c-entries__item .c-entry-summary,
          .tax-facility_cat .c-entries__item .c-entry-summary,
          .tax-clinique_service .c-entries__item .c-entry-summary,
          .page-search-clinique_service .c-entries__item .c-entry-summary,
          .page-search-omamori .c-entries__item .c-entry-summary,
          .tax-acpuncture_moxbustion_service .c-entries__item .c-entry-summary,
          .tax-shrine_service .c-entries__item .c-entry-summary,
          .tax-kampo_service .c-entries__item .c-entry-summary,
          .tax-item_cat .c-entries__item .c-entry-summary,
          .tax-area:not(.tax-area-rich) .c-entries__item .c-entry-summary,
          .panel-facility .c-entries__item .c-entry-summary,
          .panel-item .c-entries__item .c-entry-summary,
          .panel-shrine .c-entries__item .c-entry-summary {
            padding: 10px; } }
        .post-type-archive-facility .c-entries__item .c-entry-summary--item,
        .post-type-archive-item .c-entries__item .c-entry-summary--item,
        .tax-facility_cat .c-entries__item .c-entry-summary--item,
        .tax-clinique_service .c-entries__item .c-entry-summary--item,
        .page-search-clinique_service .c-entries__item .c-entry-summary--item,
        .page-search-omamori .c-entries__item .c-entry-summary--item,
        .tax-acpuncture_moxbustion_service .c-entries__item .c-entry-summary--item,
        .tax-shrine_service .c-entries__item .c-entry-summary--item,
        .tax-kampo_service .c-entries__item .c-entry-summary--item,
        .tax-item_cat .c-entries__item .c-entry-summary--item,
        .tax-area:not(.tax-area-rich) .c-entries__item .c-entry-summary--item,
        .panel-facility .c-entries__item .c-entry-summary--item,
        .panel-item .c-entries__item .c-entry-summary--item,
        .panel-shrine .c-entries__item .c-entry-summary--item {
          box-shadow: none;
          border: 2px solid #7E6763;
          padding: 0; }
          .post-type-archive-facility .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .post-type-archive-item .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-facility_cat .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-clinique_service .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .page-search-clinique_service .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .page-search-omamori .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-acpuncture_moxbustion_service .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-shrine_service .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-kampo_service .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-item_cat .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .tax-area:not(.tax-area-rich) .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .panel-facility .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .panel-item .c-entries__item .c-entry-summary--item > .c-entry-summary__body,
          .panel-shrine .c-entries__item .c-entry-summary--item > .c-entry-summary__body {
            padding-left: 15px;
            padding-right: 15px; }
  .post-type-archive-facility .slick-facility,
  .post-type-archive-facility .slick-shrine,
  .post-type-archive-facility .slick-product,
  .post-type-archive-item .slick-facility,
  .post-type-archive-item .slick-shrine,
  .post-type-archive-item .slick-product,
  .tax-facility_cat .slick-facility,
  .tax-facility_cat .slick-shrine,
  .tax-facility_cat .slick-product,
  .tax-clinique_service .slick-facility,
  .tax-clinique_service .slick-shrine,
  .tax-clinique_service .slick-product,
  .page-search-clinique_service .slick-facility,
  .page-search-clinique_service .slick-shrine,
  .page-search-clinique_service .slick-product,
  .page-search-omamori .slick-facility,
  .page-search-omamori .slick-shrine,
  .page-search-omamori .slick-product,
  .tax-acpuncture_moxbustion_service .slick-facility,
  .tax-acpuncture_moxbustion_service .slick-shrine,
  .tax-acpuncture_moxbustion_service .slick-product,
  .tax-shrine_service .slick-facility,
  .tax-shrine_service .slick-shrine,
  .tax-shrine_service .slick-product,
  .tax-kampo_service .slick-facility,
  .tax-kampo_service .slick-shrine,
  .tax-kampo_service .slick-product,
  .tax-item_cat .slick-facility,
  .tax-item_cat .slick-shrine,
  .tax-item_cat .slick-product,
  .tax-area:not(.tax-area-rich) .slick-facility,
  .tax-area:not(.tax-area-rich) .slick-shrine,
  .tax-area:not(.tax-area-rich) .slick-product,
  .panel-facility .slick-facility,
  .panel-facility .slick-shrine,
  .panel-facility .slick-product,
  .panel-item .slick-facility,
  .panel-item .slick-shrine,
  .panel-item .slick-product,
  .panel-shrine .slick-facility,
  .panel-shrine .slick-shrine,
  .panel-shrine .slick-product {
    max-width: 100%;
    margin-inline: auto;
    overflow: visible; }
    .post-type-archive-facility .slick-facility .slick-prev,
    .post-type-archive-facility .slick-shrine .slick-prev,
    .post-type-archive-facility .slick-product .slick-prev,
    .post-type-archive-item .slick-facility .slick-prev,
    .post-type-archive-item .slick-shrine .slick-prev,
    .post-type-archive-item .slick-product .slick-prev,
    .tax-facility_cat .slick-facility .slick-prev,
    .tax-facility_cat .slick-shrine .slick-prev,
    .tax-facility_cat .slick-product .slick-prev,
    .tax-clinique_service .slick-facility .slick-prev,
    .tax-clinique_service .slick-shrine .slick-prev,
    .tax-clinique_service .slick-product .slick-prev,
    .page-search-clinique_service .slick-facility .slick-prev,
    .page-search-clinique_service .slick-shrine .slick-prev,
    .page-search-clinique_service .slick-product .slick-prev,
    .page-search-omamori .slick-facility .slick-prev,
    .page-search-omamori .slick-shrine .slick-prev,
    .page-search-omamori .slick-product .slick-prev,
    .tax-acpuncture_moxbustion_service .slick-facility .slick-prev,
    .tax-acpuncture_moxbustion_service .slick-shrine .slick-prev,
    .tax-acpuncture_moxbustion_service .slick-product .slick-prev,
    .tax-shrine_service .slick-facility .slick-prev,
    .tax-shrine_service .slick-shrine .slick-prev,
    .tax-shrine_service .slick-product .slick-prev,
    .tax-kampo_service .slick-facility .slick-prev,
    .tax-kampo_service .slick-shrine .slick-prev,
    .tax-kampo_service .slick-product .slick-prev,
    .tax-item_cat .slick-facility .slick-prev,
    .tax-item_cat .slick-shrine .slick-prev,
    .tax-item_cat .slick-product .slick-prev,
    .tax-area:not(.tax-area-rich) .slick-facility .slick-prev,
    .tax-area:not(.tax-area-rich) .slick-shrine .slick-prev,
    .tax-area:not(.tax-area-rich) .slick-product .slick-prev,
    .panel-facility .slick-facility .slick-prev,
    .panel-facility .slick-shrine .slick-prev,
    .panel-facility .slick-product .slick-prev,
    .panel-item .slick-facility .slick-prev,
    .panel-item .slick-shrine .slick-prev,
    .panel-item .slick-product .slick-prev,
    .panel-shrine .slick-facility .slick-prev,
    .panel-shrine .slick-shrine .slick-prev,
    .panel-shrine .slick-product .slick-prev {
      left: -1rem; }
    .post-type-archive-facility .slick-facility .slick-next,
    .post-type-archive-facility .slick-shrine .slick-next,
    .post-type-archive-facility .slick-product .slick-next,
    .post-type-archive-item .slick-facility .slick-next,
    .post-type-archive-item .slick-shrine .slick-next,
    .post-type-archive-item .slick-product .slick-next,
    .tax-facility_cat .slick-facility .slick-next,
    .tax-facility_cat .slick-shrine .slick-next,
    .tax-facility_cat .slick-product .slick-next,
    .tax-clinique_service .slick-facility .slick-next,
    .tax-clinique_service .slick-shrine .slick-next,
    .tax-clinique_service .slick-product .slick-next,
    .page-search-clinique_service .slick-facility .slick-next,
    .page-search-clinique_service .slick-shrine .slick-next,
    .page-search-clinique_service .slick-product .slick-next,
    .page-search-omamori .slick-facility .slick-next,
    .page-search-omamori .slick-shrine .slick-next,
    .page-search-omamori .slick-product .slick-next,
    .tax-acpuncture_moxbustion_service .slick-facility .slick-next,
    .tax-acpuncture_moxbustion_service .slick-shrine .slick-next,
    .tax-acpuncture_moxbustion_service .slick-product .slick-next,
    .tax-shrine_service .slick-facility .slick-next,
    .tax-shrine_service .slick-shrine .slick-next,
    .tax-shrine_service .slick-product .slick-next,
    .tax-kampo_service .slick-facility .slick-next,
    .tax-kampo_service .slick-shrine .slick-next,
    .tax-kampo_service .slick-product .slick-next,
    .tax-item_cat .slick-facility .slick-next,
    .tax-item_cat .slick-shrine .slick-next,
    .tax-item_cat .slick-product .slick-next,
    .tax-area:not(.tax-area-rich) .slick-facility .slick-next,
    .tax-area:not(.tax-area-rich) .slick-shrine .slick-next,
    .tax-area:not(.tax-area-rich) .slick-product .slick-next,
    .panel-facility .slick-facility .slick-next,
    .panel-facility .slick-shrine .slick-next,
    .panel-facility .slick-product .slick-next,
    .panel-item .slick-facility .slick-next,
    .panel-item .slick-shrine .slick-next,
    .panel-item .slick-product .slick-next,
    .panel-shrine .slick-facility .slick-next,
    .panel-shrine .slick-shrine .slick-next,
    .panel-shrine .slick-product .slick-next {
      right: -1rem; }
  .post-type-archive-facility .slick-facility .slick-dots li:not(.slick-active) button::before,
  .post-type-archive-facility .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .post-type-archive-item .slick-facility .slick-dots li:not(.slick-active) button::before,
  .post-type-archive-item .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-facility_cat .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-facility_cat .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-clinique_service .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-clinique_service .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .page-search-clinique_service .slick-facility .slick-dots li:not(.slick-active) button::before,
  .page-search-clinique_service .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .page-search-omamori .slick-facility .slick-dots li:not(.slick-active) button::before,
  .page-search-omamori .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-acpuncture_moxbustion_service .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-acpuncture_moxbustion_service .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-shrine_service .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-shrine_service .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-kampo_service .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-kampo_service .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-item_cat .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-item_cat .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .tax-area:not(.tax-area-rich) .slick-facility .slick-dots li:not(.slick-active) button::before,
  .tax-area:not(.tax-area-rich) .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .panel-facility .slick-facility .slick-dots li:not(.slick-active) button::before,
  .panel-facility .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .panel-item .slick-facility .slick-dots li:not(.slick-active) button::before,
  .panel-item .slick-shrine .slick-dots li:not(.slick-active) button::before,
  .panel-shrine .slick-facility .slick-dots li:not(.slick-active) button::before,
  .panel-shrine .slick-shrine .slick-dots li:not(.slick-active) button::before {
    color: #FFFFFF; }

.panel-facility,
.panel-shrine {
  padding-bottom: 0 !important; }
  @media (max-width: 40em) {
    .panel-facility .wp-block-buttons,
    .panel-shrine .wp-block-buttons {
      margin-top: -20px !important; } }

.panel-item {
  padding-bottom: 0 !important; }
  @media (max-width: 40em) {
    .panel-item .circle-title-wrap {
      margin-bottom: 0 !important; }
    .panel-item .smb-section__body {
      margin-top: 0 !important; }
      .panel-item .smb-section__body .wp-block-buttons {
        margin-top: -20px !important; } }
  .panel-item .smb-section__contents-wrapper {
    width: 80em;
    max-width: 100%; }
  .panel-item .c-entries .c-entry-summary--item {
    box-shadow: 0px 1px 10px 0px #C8B5B1;
    border: none; }
  .panel-item .c-entries .c-entry-summary__header {
    padding-bottom: 1rem; }
  .panel-item .c-entries .c-entry-summary__figure,
  .panel-item .c-entries img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

.spiritual {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/**
 * smb-panels__item
 */
.smb-panels__item {
  background: #FCFCFC;
  box-shadow: 0px 1px 10px #C8B5B1;
  border-radius: 10px; }
  .smb-panels__item__body {
    text-align: center; }
    .smb-panels__item__body h2 {
      border-left: initial !important;
      background-color: initial !important;
      color: #7E6763 !important;
      position: relative; }

/**
 *  治療施設口コミ一覧
 */
.panel-kuchikomi {
  padding-top: 0; }
  @media (max-width: 40em) {
    .panel-kuchikomi {
      padding-bottom: 0 !important; } }
  .panel-kuchikomi .smb-section__inner > div {
    flex-basis: 100%;
    width: 100%; }

.panel-kuchikomi-local .smb-panels__item:before {
  background-image: url("image/logo-icon-pink.svg"); }

.panel-kuchikomi-local .smb-panels__item__body h2 {
  line-height: 1em; }

.panel-kuchikomi-google .smb-panels__item:before {
  background-image: url("image/sp.png"); }

.panel-kuchikomi-google .smb-panels__item__body h2 {
  line-height: 2em; }

.panel-kuchikomi-local .smb-panels__item,
.panel-kuchikomi-google .smb-panels__item {
  overflow: hidden; }
  .panel-kuchikomi-local .smb-panels__item:before,
  .panel-kuchikomi-google .smb-panels__item:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px; }
    @media (max-width: 40em) {
      .panel-kuchikomi-local .smb-panels__item:before,
      .panel-kuchikomi-google .smb-panels__item:before {
        width: 60px;
        height: 60px; } }
  .panel-kuchikomi-local .smb-panels__item__body,
  .panel-kuchikomi-google .smb-panels__item__body {
    position: relative;
    padding: 35px 0 0; }
    @media (max-width: 40em) {
      .panel-kuchikomi-local .smb-panels__item__body,
      .panel-kuchikomi-google .smb-panels__item__body {
        padding: 20px 0 0; } }
    .panel-kuchikomi-local .smb-panels__item__body:before,
    .panel-kuchikomi-google .smb-panels__item__body:before {
      content: '';
      position: absolute;
      right: 91%;
      bottom: 0;
      transform: translateY(50%);
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #7E6763; }
    .panel-kuchikomi-local .smb-panels__item__body:after,
    .panel-kuchikomi-google .smb-panels__item__body:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 90%;
      height: 1px;
      border-bottom: 1px solid #7E6763; }
    .panel-kuchikomi-local .smb-panels__item__body h2,
    .panel-kuchikomi-google .smb-panels__item__body h2 {
      font-size: 28px;
      padding-bottom: 35px;
      box-sizing: initial; }
      @media (max-width: 40em) {
        .panel-kuchikomi-local .smb-panels__item__body h2,
        .panel-kuchikomi-google .smb-panels__item__body h2 {
          font-size: 18px;
          padding-bottom: 20px;
          margin-bottom: 0; } }
  .panel-kuchikomi-local .smb-panels__item .smb-recent-posts,
  .panel-kuchikomi-google .smb-panels__item .smb-recent-posts {
    position: relative; }
    .panel-kuchikomi-local .smb-panels__item .smb-recent-posts .c-entries,
    .panel-kuchikomi-google .smb-panels__item .smb-recent-posts .c-entries {
      padding: 0 calc(var(--_space, 1.8rem) * 0.5);
      border-top: none; }
      .panel-kuchikomi-local .smb-panels__item .smb-recent-posts .c-entries .c-entries__item,
      .panel-kuchikomi-google .smb-panels__item .smb-recent-posts .c-entries .c-entries__item {
        position: relative; }
        .panel-kuchikomi-local .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure,
        .panel-kuchikomi-google .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure {
          border: 1px solid #c0c0c0;
          border-radius: 7px;
          height: 76px;
          width: 80px;
          background-color: #FFFFFF;
          position: relative; }
          .panel-kuchikomi-local .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure__text,
          .panel-kuchikomi-google .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure__text {
            font-size: 13px;
            color: #7E6763;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            white-space: nowrap; }

@media (max-width: 40em) {
  .panel-kuchikomi-local .c-entry-summary--reply,
  .panel-kuchikomi-google .c-entry-summary--reply {
    display: flex;
    flex-wrap: wrap; }
  .panel-kuchikomi-local .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure,
  .panel-kuchikomi-google .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure {
    height: 38px;
    width: 40px;
    margin-right: 0.9em; } }

.slick-kuchikomi {
  padding-right: 40px !important;
  padding-left: 40px !important; }
  .slick-kuchikomi .c-entries__item {
    padding-right: 10px !important;
    padding-left: 10px !important; }
    .slick-kuchikomi .c-entries__item.slick-slide {
      border-bottom: none !important; }
    .slick-kuchikomi .c-entries__item > a {
      padding-bottom: 0 !important; }

.slick-dotted.slick-slider {
  margin-bottom: 30px !important; }

/**
 * ピックアップ施設
*/
.panel-pickup .slick {
  width: 100%;
  margin: 0 auto; }

@media (max-width: 40em) {
  .panel-pickup .c-entries__item {
    flex: initial;
    max-width: initial; }
    .panel-pickup .c-entries__item .c-entry-summary {
      padding: 0 50px; } }

/**
 *  お役立ち情報
 */
@media (max-width: 40em) {
  .home .usefull-info,
  .home .life {
    margin-top: 0; } }

.home .usefull-info {
  padding-top: 0 !important; }
  .home .usefull-info .c-entries__item {
    flex-basis: 100% !important;
    max-width: 100%; }

/**
 *  おしゃべり・お悩み掲示板
 */
.panel-forum-soudan .smb-panels__item__body:before {
  content: '同じ悩みを\A抱えてる人と共有';
  text-align: left; }

.panel-forum-soudan .smb-panels__item__body > h2:before {
  background-image: url("image/icon-forums-discussion.svg"); }

.panel-forum-senmonka .smb-panels__item__body:before {
  content: '自分のケースを医師や\A専門家に相談';
  text-align: right; }

.panel-forum-senmonka .smb-panels__item__body > h2:before {
  background-image: url("image/icon-forums-expert.svg"); }

.panel-forum-soudan .smb-panels__item,
.panel-forum-senmonka .smb-panels__item {
  overflow: hidden; }
  .panel-forum-soudan .smb-panels__item__body,
  .panel-forum-senmonka .smb-panels__item__body {
    position: relative; }
    @media (max-width: 40em) {
      .panel-forum-soudan .smb-panels__item__body,
      .panel-forum-senmonka .smb-panels__item__body {
        padding: 1em; } }
    .panel-forum-soudan .smb-panels__item__body:before,
    .panel-forum-senmonka .smb-panels__item__body:before {
      color: #7E6763;
      font-size: 12px;
      white-space: pre;
      position: absolute;
      top: 1.5em;
      right: 2em; }
      @media (max-width: 40em) {
        .panel-forum-soudan .smb-panels__item__body:before,
        .panel-forum-senmonka .smb-panels__item__body:before {
          font-size: 10px; } }
    .panel-forum-soudan .smb-panels__item__body:after,
    .panel-forum-senmonka .smb-panels__item__body:after {
      content: '';
      background-image: url("image/icon-");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 196px 70px;
      width: 196px;
      height: 70px;
      position: absolute;
      top: 0;
      right: -13px; }
      @media (max-width: 40em) {
        .panel-forum-soudan .smb-panels__item__body:after,
        .panel-forum-senmonka .smb-panels__item__body:after {
          background-size: 164px 58px;
          width: 164px;
          height: 58px; } }
    .panel-forum-soudan .smb-panels__item__body h2,
    .panel-forum-senmonka .smb-panels__item__body h2 {
      margin-bottom: 0;
      color: #000;
      font-weight: normal;
      position: relative; }
      @media (max-width: 40em) {
        .panel-forum-soudan .smb-panels__item__body h2,
        .panel-forum-senmonka .smb-panels__item__body h2 {
          text-align: left;
          padding-left: 40px;
          font-size: 1.2rem; } }
      .panel-forum-soudan .smb-panels__item__body h2:before,
      .panel-forum-senmonka .smb-panels__item__body h2:before {
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        background-size: 45px 45px;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        left: calc(50% - 5em); }
        @media (max-width: 40em) {
          .panel-forum-soudan .smb-panels__item__body h2:before,
          .panel-forum-senmonka .smb-panels__item__body h2:before {
            background-size: 35px 35px;
            width: 35px;
            height: 35px;
            left: 0; } }
    .panel-forum-soudan .smb-panels__item__body .c-entries,
    .panel-forum-senmonka .smb-panels__item__body .c-entries {
      border-top: none; }
      .panel-forum-soudan .smb-panels__item__body .c-entries__item,
      .panel-forum-senmonka .smb-panels__item__body .c-entries__item {
        border-bottom-color: #beafac;
        position: relative; }
        .panel-forum-soudan .smb-panels__item__body .c-entries__item:after,
        .panel-forum-senmonka .smb-panels__item__body .c-entries__item:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          border-top: 2px solid #FDDADD;
          border-right: 2px solid #FDDADD;
          box-sizing: border-box;
          transform: rotate(45deg); }
        .panel-forum-soudan .smb-panels__item__body .c-entries__item > a,
        .panel-forum-senmonka .smb-panels__item__body .c-entries__item > a {
          padding-top: 1em;
          padding-bottom: 1em; }
      .panel-forum-soudan .smb-panels__item__body .c-entries .c-entry-summary__title,
      .panel-forum-senmonka .smb-panels__item__body .c-entries .c-entry-summary__title {
        font-weight: normal;
        text-align: left;
        font-size: 16px; }
      .panel-forum-soudan .smb-panels__item__body .c-entries .c-entry-summary__header,
      .panel-forum-senmonka .smb-panels__item__body .c-entries .c-entry-summary__header {
        margin-bottom: 0; }
      .panel-forum-soudan .smb-panels__item__body .c-entries .c-entry-summary__meta,
      .panel-forum-senmonka .smb-panels__item__body .c-entries .c-entry-summary__meta {
        font-weight: normal;
        font-size: 13px;
        color: #FDDADD;
        margin-top: 0; }

#bbp-user-avatar {
  margin-bottom: 0; }

#bbp-single-user-details {
  margin: 0; }
  @media (max-width: 40em) {
    #bbp-single-user-details {
      display: initial; } }
  #bbp-single-user-details > #bbp-user-navigation {
    align-self: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0; }
    #bbp-single-user-details > #bbp-user-navigation .header {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 1px solid #7E6763; }
      @media (max-width: 40em) {
        #bbp-single-user-details > #bbp-user-navigation .header {
          flex-direction: column; } }
    #bbp-single-user-details > #bbp-user-navigation > ul {
      margin-top: 5px; }
      #bbp-single-user-details > #bbp-user-navigation > ul > li {
        margin-top: 0; }
        #bbp-single-user-details > #bbp-user-navigation > ul > li a {
          color: #7E6763;
          border-color: #7E6763; }

.bbp-single-user-authored .p-archive,
.bbp-single-user-supervisord .p-archive {
  margin-top: 1em; }

@media (max-width: 40em) {
  .bbp-single-user-authored .c-entries__item,
  .bbp-single-user-supervisord .c-entries__item {
    flex-basis: 100%;
    max-width: 100%; } }

.bbp-user-topics-created-link,
.bbp-user-replies-created-link,
.bbp-user-favorites-link,
.bbp-user-edit-link {
  display: none; }

.sns-icon {
  width: 30px; }
  .sns-icon + .sns-icon {
    margin-left: 10px; }

.message {
  margin-top: 1em; }
  .message--title {
    font-size: 20px; }

.suerpervisor-image img {
  width: 100%; }

.suerpervisor-image--sub {
  display: flex;
  margin-top: 10px; }
  @media (max-width: 40em) {
    .suerpervisor-image--sub {
      flex-wrap: wrap; } }
  .suerpervisor-image--sub > div {
    flex-basis: 100%; }
  .suerpervisor-image--sub div + div {
    margin-left: 10px; }
    @media (max-width: 40em) {
      .suerpervisor-image--sub div + div {
        margin-left: 0;
        margin-top: 10px; } }

.bbp-user-meta {
  display: flex;
  flex-wrap: wrap; }
  .bbp-user-meta__list {
    margin: 0 !important;
    margin-top: 10px !important;
    display: flex !important;
    align-items: center;
    flex-basis: 100%;
    float: initial !important; }
    @media (max-width: 40em) {
      .bbp-user-meta__list {
        flex-direction: column; } }
    .bbp-user-meta__list .title, .bbp-user-meta__list .data {
      padding: .5em; }
    .bbp-user-meta__list .title {
      width: 12em;
      background-color: #FDE0DA;
      text-align: center; }
      @media (max-width: 40em) {
        .bbp-user-meta__list .title {
          width: 100% !important; } }
      .bbp-user-meta__list .title-narrow {
        width: 4em; }
    .bbp-user-meta__list .data {
      flex: 1; }

#bbpress-forums ul.bbp-replies {
  border: none;
  color: #7E6763; }

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border: none; }

#bbpress-forums li.bbp-body .bbp-reply-header {
  background-color: #fff7f2;
  border: none; }
  #bbpress-forums li.bbp-body .bbp-reply-header .bbp-meta .bbp-reply-permalink {
    color: #7E6763; }
  #bbpress-forums li.bbp-body .bbp-reply-header .bbp-meta .bbp-admin-links a {
    color: #7E6763; }

#bbpress-forums li.bbp-body > ul > li {
  border-right: 1px solid #FDE0DA;
  border-left: 1px solid #FDE0DA; }

#bbpress-forums li.bbp-body .bbp-forum-topic-count,
#bbpress-forums li.bbp-body .bbp-forum-reply-count,
#bbpress-forums li.bbp-body .bbp-topic-voice-count,
#bbpress-forums li.bbp-body .bbp-topic-reply-count,
#bbpress-forums li.bbp-body .bbp-topic-freshness {
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center; }

@media (min-width: 64em) {
  #bbpress-forums li.bbp-body .bbp-forum-author,
  #bbpress-forums li.bbp-body .bbp-reply-author,
  #bbpress-forums li.bbp-body .bbp-topic-author {
    flex: 0 1 25% !important;
    max-width: 25% !important; }
  #bbpress-forums li.bbp-body .bbp-forum-content,
  #bbpress-forums li.bbp-body .bbp-reply-content,
  #bbpress-forums li.bbp-body .bbp-topic-content {
    flex: 0 1 75% !important;
    max-width: 75% !important; } }

#bbpress-forums li.bbp-body .bbp-reply-author {
  position: relative; }
  @media (max-width: 40em) {
    #bbpress-forums li.bbp-body .bbp-reply-author .author-detail {
      display: inline; } }
  #bbpress-forums li.bbp-body .bbp-reply-author .acd-label {
    background-color: transparent;
    padding: 0 .5em !important;
    margin-bottom: 0;
    position: relative;
    border-radius: 4px;
    font-size: 10px;
    color: #7E6763;
    display: inline-block;
    border: 1px dashed #7E6763;
    margin-top: 5px;
    margin-bottom: 5px; }
  #bbpress-forums li.bbp-body .bbp-reply-author .acd-content {
    position: absolute;
    padding: 4px;
    background-color: #BEAFAC;
    border-radius: 4px;
    margin-top: -3px;
    font-size: 11px;
    color: #FFFFFF; }
    #bbpress-forums li.bbp-body .bbp-reply-author .acd-content hr {
      margin: 3px 5px 3px 0;
      border: 0;
      border-top: 1px dashed #fff; }
    @media (max-width: 40em) {
      #bbpress-forums li.bbp-body .bbp-reply-author .acd-content {
        left: 50%;
        transform: translateX(-50%); } }
  @media (max-width: 64em) {
    #bbpress-forums li.bbp-body .bbp-reply-author .rader-ratings {
      display: block; } }

#bbpress-forums .bbp-template-notice {
  background-color: #fff7f2;
  border: 1px dashed #7E6763; }
  #bbpress-forums .bbp-template-notice.info {
    background-color: #FFFFFF;
    border: 1px dashed #FDE0DA; }

#bbpress-forums .bbp-topics li.bbp-body ul.topic.status-pending {
  background-color: #fff9f9; }

#bbpress-forums .bbp-topics {
  border: none; }
  #bbpress-forums .bbp-topics .bbp-body > .c-entry:not(:first-child) {
    border-top: 1px solid #FDE0DA; }

.acd-content + #bbp-search-form {
  margin-top: 1em; }

.topic_status {
  margin-top: 1em;
  width: 100%;
  display: flex;
  gap: 1px;
  text-align: center; }
  .topic_status > a {
    padding: .3em !important;
    flex-basis: 33.3%;
    background-color: #BEAFAC !important;
    border: none !important; }
    .topic_status > a.active {
      background-color: #7E6763 !important; }

.hidden {
  display: none !important; }

@media (max-width: 80em) {
  .c-container {
    width: 100%; } }

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

.align-right {
  text-align: right; }

@media (max-width: 40em) {
  .align-sp-center {
    text-align: center; } }

.align-pc-center {
  text-align: center; }
  @media (max-width: 40em) {
    .align-pc-center {
      text-align: left; } }

.wp-block-table th {
  white-space: nowrap; }

@media (max-width: 40em) {
  .wp-block-table {
    font-size: 13px; } }

.table-wrap.wp-block-table {
  overflow-y: hidden !important; }

@media (max-width: 40em) {
  .table-wrap {
    overflow-y: hidden; }
    .table-wrap td {
      text-align: left; } }

.single .c-entry__title {
  color: #7E6763; }

.blog .c-entry h1,
.single .c-entry h1,
.page:not(.home) .c-entry h1,
.singular .c-entry h1,
.archive:not(.tax-area-rich) .c-entry h1 {
  font-size: 36px;
  color: #7E6763; }
  @media (max-width: 40em) {
    .blog .c-entry h1,
    .single .c-entry h1,
    .page:not(.home) .c-entry h1,
    .singular .c-entry h1,
    .archive:not(.tax-area-rich) .c-entry h1 {
      font-size: 28px; } }
  .blog .c-entry h1:before,
  .single .c-entry h1:before,
  .page:not(.home) .c-entry h1:before,
  .singular .c-entry h1:before,
  .archive:not(.tax-area-rich) .c-entry h1:before {
    content: '';
    display: block;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background: #7E6763; }
  .blog .c-entry h1:after,
  .single .c-entry h1:after,
  .page:not(.home) .c-entry h1:after,
  .singular .c-entry h1:after,
  .archive:not(.tax-area-rich) .c-entry h1:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 14px;
    background: linear-gradient(100.51deg, #FDE0DA 12.93%, #FDE9DA 84.59%), #FDE0DA; }
    @media (max-width: 40em) {
      .blog .c-entry h1:after,
      .single .c-entry h1:after,
      .page:not(.home) .c-entry h1:after,
      .singular .c-entry h1:after,
      .archive:not(.tax-area-rich) .c-entry h1:after {
        margin-top: 0;
        height: 8px; } }

.blog .c-entry h2:not(.no-style),
.single .c-entry h2:not(.no-style),
.page:not(.home) .c-entry h2:not(.no-style),
.singular .c-entry h2:not(.no-style),
.archive:not(.tax-area-rich) .c-entry h2:not(.no-style) {
  color: #7E6763;
  font-size: 28px;
  background: none;
  border-left: none;
  position: relative;
  padding-left: 10px; }
  @media (max-width: 40em) {
    .blog .c-entry h2:not(.no-style),
    .single .c-entry h2:not(.no-style),
    .page:not(.home) .c-entry h2:not(.no-style),
    .singular .c-entry h2:not(.no-style),
    .archive:not(.tax-area-rich) .c-entry h2:not(.no-style) {
      font-size: 22px; } }
  .blog .c-entry h2:not(.no-style):before,
  .single .c-entry h2:not(.no-style):before,
  .page:not(.home) .c-entry h2:not(.no-style):before,
  .singular .c-entry h2:not(.no-style):before,
  .archive:not(.tax-area-rich) .c-entry h2:not(.no-style):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    display: block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background: #7E6763; }
  .blog .c-entry h2:not(.no-style):after,
  .single .c-entry h2:not(.no-style):after,
  .page:not(.home) .c-entry h2:not(.no-style):after,
  .singular .c-entry h2:not(.no-style):after,
  .archive:not(.tax-area-rich) .c-entry h2:not(.no-style):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% - 15px);
    height: 1px;
    border-bottom: 1px solid #7E6763; }

.blog .c-entry h3:not(.no-style),
.single .c-entry h3:not(.no-style),
.page:not(.home) .c-entry h3:not(.no-style),
.singular .c-entry h3:not(.no-style),
.archive:not(.tax-area-rich) .c-entry h3:not(.no-style) {
  color: #7E6763;
  font-size: 24px;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (max-width: 40em) {
    .blog .c-entry h3:not(.no-style),
    .single .c-entry h3:not(.no-style),
    .page:not(.home) .c-entry h3:not(.no-style),
    .singular .c-entry h3:not(.no-style),
    .archive:not(.tax-area-rich) .c-entry h3:not(.no-style) {
      font-size: 16px; } }
  .blog .c-entry h3:not(.no-style):before,
  .single .c-entry h3:not(.no-style):before,
  .page:not(.home) .c-entry h3:not(.no-style):before,
  .singular .c-entry h3:not(.no-style):before,
  .archive:not(.tax-area-rich) .c-entry h3:not(.no-style):before {
    content: '';
    display: block;
    background-color: #7E6763;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0; }
  .blog .c-entry h3:not(.no-style):after,
  .single .c-entry h3:not(.no-style):after,
  .page:not(.home) .c-entry h3:not(.no-style):after,
  .singular .c-entry h3:not(.no-style):after,
  .archive:not(.tax-area-rich) .c-entry h3:not(.no-style):after {
    content: '';
    display: block;
    background-color: #7E6763;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px; }

.blog .c-entry h4,
.single .c-entry h4,
.page:not(.home) .c-entry h4,
.singular .c-entry h4,
.archive:not(.tax-area-rich) .c-entry h4 {
  color: #7E6763;
  font-size: 22px;
  font-weight: bold; }
  @media (max-width: 40em) {
    .blog .c-entry h4,
    .single .c-entry h4,
    .page:not(.home) .c-entry h4,
    .singular .c-entry h4,
    .archive:not(.tax-area-rich) .c-entry h4 {
      font-size: 16px; } }

.blog .c-entry h5,
.single .c-entry h5,
.page:not(.home) .c-entry h5,
.singular .c-entry h5,
.archive:not(.tax-area-rich) .c-entry h5 {
  color: #7E6763;
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 40em) {
    .blog .c-entry h5,
    .single .c-entry h5,
    .page:not(.home) .c-entry h5,
    .singular .c-entry h5,
    .archive:not(.tax-area-rich) .c-entry h5 {
      font-size: 16px; } }

.c-entry__subtitle {
  font-size: 18px; }

.c-entry__header {
  color: #7E6763; }

.c-entry__body {
  position: relative; }

.c-entry-summary__meta {
  margin-top: calc(var(--_space, 1.8rem)*.25*var(--_margin-scale, 1)) !important;
  display: block !important; }

.c-entries__item > a {
  height: 100%; }

.c-pagination__item {
  background-color: #FDE0DA;
  color: #7E6763; }
  .c-pagination__item-link {
    color: #7E6763; }

.flex {
  display: flex;
  gap: 5px; }
  .flex-column {
    flex-direction: column; }

.c-meta {
  justify-content: start !important; }
  .c-meta--flex-center {
    justify-content: center !important; }
  .c-meta__item {
    display: inline-block !important; }
  @media (max-width: 40em) {
    .c-meta__item:not(:last-child) {
      margin-right: 0.5em !important; }
    .c-meta__item--categories {
      font-size: 10px !important; } }

.c-entry__content .wp-block-button__link,
a.button {
  line-height: 1.448125;
  padding: .5em 1em;
  border-radius: 3px;
  border: solid 1px #7E6763;
  color: #FFFFFF;
  background-color: #7E6763; }

.align-items--center {
  align-items: center; }

.grecaptcha-badge {
  visibility: hidden; }

.p-related-posts .c-entry-summary__meta .c-meta__item.c-meta__item--categories {
  display: none !important; }

.c-entry-summary__figure > img {
  border-radius: 7px; }

.map-japan {
  position: relative;
  max-width: 1000px; }
  @media (max-width: 1000px) {
    .map-japan img {
      display: none; } }
  .map-japan__area {
    position: absolute;
    background-color: #FDE0DA;
    border-radius: 5px;
    border: 2px solid white;
    padding: 5px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 1000px) {
      .map-japan__area {
        position: initial; } }
    .map-japan__area ul {
      display: grid;
      grid-template-columns: 5em 5em;
      font-size: 15px; }
      @media (max-width: 1000px) {
        .map-japan__area ul {
          display: block; } }
      .map-japan__area ul > li {
        font-weight: normal;
        width: 5em;
        padding: 3px; }
        @media (max-width: 1000px) {
          .map-japan__area ul > li {
            display: inline-block; } }
        .map-japan__area ul > li > a {
          padding: 2px 5px;
          background-color: white;
          border-radius: 5px;
          width: 100%; }
    .map-japan__area--tohoku {
      top: 29%;
      left: 70%; }
    .map-japan__area--kanto {
      top: 64%;
      left: 64%; }
    .map-japan__area--chubu {
      top: 25%;
      left: 37%; }
    .map-japan__area--kinki {
      top: 47%;
      left: 30%; }
    .map-japan__area--chugoku {
      top: 47%;
      left: 12%; }
    .map-japan__area--shikoku {
      top: 81%;
      left: 28%; }
    .map-japan__area--kyushu {
      top: 62%;
      left: 0%; }

@media (max-width: 64em) {
  body {
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 62px !important; } }

#footer-sticky-nav {
  background-color: transparent; }
  #footer-sticky-nav[aria-hidden='true'] {
    visibility: initial;
    opacity: initial; }
  #footer-sticky-nav .c-navbar .c-navbar__item {
    background-color: #FDE9DA; }
    #footer-sticky-nav .c-navbar .c-navbar__item a {
      color: #7E6763;
      align-items: center;
      font-size: 0.75rem;
      line-height: 1.4375; }

.l-footer {
  margin-top: 100px; }

.top__footer {
  position: relative; }
  .top__footer img {
    object-fit: cover;
    width: 100%;
    max-height: 592px; }
    @media (max-width: 64em) {
      .top__footer img {
        min-height: 200px; } }
  .top__footer__text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 17px; }
    @media (min-width: 80em) {
      .top__footer__text {
        left: calc(calc(100vw - var(--_container-max-width, 1280px)) / 2); } }
    @media (max-width: 64em) {
      .top__footer__text {
        font-size: 12px; } }
    .top__footer__text__heading {
      color: #7E6763;
      font-weight: bold;
      margin-bottom: 0.5em; }
      .top__footer__text__heading__main {
        font-size: 1.8em; }
    .top__footer__text__detail {
      width: 65%;
      font-size: 1.2em; }

.l-footer-widget-area {
  border-top: none;
  color: #7E6763;
  background-color: #FDE9DA; }
  .l-footer-widget-area .c-container {
    box-sizing: border-box; }
    .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 {
      padding: 0;
      width: 100%; }
      @media (min-width: 600px) and (max-width: 781px) {
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-columns {
          gap: var(--_margin1) 0; }
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-column:not(:only-child) {
          flex-basis: 50% !important;
          margin-top: 1em; }
          .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-column:not(:only-child):first-child {
            flex-basis: 100% !important; }
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-column:nth-child(2n) {
          margin-left: 0; } }
      @media (max-width: 40em) {
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-column:first-child .wp-block-group__inner-container {
          display: flex;
          justify-content: center; }
          .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-column:first-child .wp-block-group__inner-container > div {
            margin: 0; }
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .wp-block-column:not(:first-child) {
          max-width: calc(50% - 0.9rem);
          flex-basis: calc(50% - 0.9rem); } }
      @media (min-width: 64em) {
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 {
          flex: initial;
          max-width: initial; } }
      .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-map,
      .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-kuchikomi {
        position: relative; }
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-map a,
        .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-kuchikomi a {
          color: #7E6763;
          font-weight: bold;
          align-items: center;
          font-size: 1rem;
          line-height: 1.4375;
          padding: 1.5em;
          border: 1px solid #7E6763;
          border-radius: 10px; }
          .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-map a::before,
          .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-kuchikomi a::before {
            content: '';
            width: 23px;
            height: 26px;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            left: calc(50% - 3.8em); }
      .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-map a::before {
        background-image: url("image/icon-marker.svg");
        background-size: 18px 26px; }
      .l-footer-widget-area .c-container .l-footer-widget-area__item.c-row__col--lg-1-3 .menu-kuchikomi a::before {
        background-size: 22px 23px;
        background-image: url("image/icon-kuchikomi.svg"); }
    .l-footer-widget-area .c-container ul {
      margin-left: 0; }
      .l-footer-widget-area .c-container ul > li {
        list-style-type: none; }
        .l-footer-widget-area .c-container ul > li:before {
          content: 'ー'; }
        .l-footer-widget-area .c-container ul > li a {
          color: #7E6763;
          text-decoration: none; }

/**
 * フッター
 */
.p-footer-sub-nav {
  background-color: #FDE0DA;
  color: #7E6763; }
  .p-footer-sub-nav .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 64em) {
      .p-footer-sub-nav .c-container {
        padding-top: 1em;
        padding-bottom: 1em;
        flex-direction: column;
        justify-content: center; } }
    .p-footer-sub-nav .c-container img {
      height: 42px;
      width: auto; }
    .p-footer-sub-nav .c-container ul {
      display: flex;
      justify-content: center;
      column-gap: 0; }
      .p-footer-sub-nav .c-container ul > li {
        list-style-type: none;
        margin-right: 0;
        margin-left: 0; }
        .p-footer-sub-nav .c-container ul > li:not(:last-child):after {
          content: '|';
          margin: 0 0.5em;
          color: #beafac; }
        .p-footer-sub-nav .c-container ul > li > a {
          color: #7E6763; }
    .p-footer-sub-nav .c-container .copyright {
      font-weight: bold; }

/**
 * Header
 */
.l-header .l-2row-header__row:last-child {
  margin-top: 0; }

.l-header .c-sub-nav {
  position: absolute;
  top: 0;
  right: 396px;
  height: 100px; }
  @media (max-width: 64em) {
    .l-header .c-sub-nav {
      height: 100%;
      right: 50px; } }
  @media (min-width: 80em) {
    .l-header .c-sub-nav {
      right: calc((100vw - 1280px) / 2 + 396px); } }
  .l-header .c-sub-nav .c-navbar {
    align-items: center;
    height: 100%; }
    .l-header .c-sub-nav .c-navbar .menu-item {
      font-size: 1rem;
      margin-left: 0;
      margin-right: 30px; }
      @media (max-width: 64em) {
        .l-header .c-sub-nav .c-navbar .menu-item {
          margin-right: 1vw; } }
      .l-header .c-sub-nav .c-navbar .menu-item.white > a {
        line-height: 1.448125;
        padding: .5em 1em;
        border-radius: 3px;
        border: solid 1px #7E6763;
        color: #7E6763 !important;
        background-color: #FFFFFF !important; }
      .l-header .c-sub-nav .c-navbar .menu-item a {
        line-height: 1.448125;
        padding: .5em 1em;
        border-radius: 3px;
        border: solid 1px #7E6763;
        color: #FFFFFF;
        background-color: #7E6763; }
        @media (max-width: 64em) {
          .l-header .c-sub-nav .c-navbar .menu-item a {
            font-size: 2vw;
            padding: .5em 1.4em; } }
        @media (max-width: 40em) {
          .l-header .c-sub-nav .c-navbar .menu-item a {
            padding: .5em 1em; } }

.l-header .c-site-branding {
  height: 100px;
  display: flex;
  align-items: center; }
  @media (max-width: 64em) {
    .l-header .c-site-branding {
      height: 10vw; } }
  .l-header .c-site-branding img {
    height: 100px;
    width: auto; }
    @media (max-width: 80em) {
      .l-header .c-site-branding img {
        height: 4.5vw; } }
    @media (max-width: 64em) {
      .l-header .c-site-branding img {
        height: 7vw; } }
    @media (max-width: 40em) {
      .l-header .c-site-branding img {
        height: 40px; } }

.l-header .p-global-nav {
  position: relative; }
  .l-header .p-global-nav::before {
    content: '';
    background-color: #FDE0DA;
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .l-header .p-global-nav .menu-item > a {
    padding: 28px 8px;
    font-weight: normal; }

/**
 * ハンバーガー
 */
.c-hamburger-btn__bar {
  background-color: #FDE0DA !important; }

/**
 * ログインボタン等を非表示にしない
 */
.u-invisible-md-down:not(.l-2row-header__row) {
  display: initial !important; }

form[method="post"].kuchiko {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px #C8C8C8; }
  @media (max-width: 40em) {
    form[method="post"].kuchiko {
      width: 100%; } }
  form[method="post"].kuchiko label {
    display: block;
    font-weight: bold;
    margin-top: 20px; }
  form[method="post"].kuchiko input[type="text"], form[method="post"].kuchiko input[type="email"], form[method="post"].kuchiko textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  form[method="post"].kuchiko textarea {
    min-height: 150px;
    resize: vertical; }
  form[method="post"].kuchiko .raders {
    width: 80%; }
    @media (max-width: 40em) {
      form[method="post"].kuchiko .raders {
        width: 100%; } }

/**
 * トップヘッダー
*/
.portal__top__header {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative; }
  .portal__top__header__img {
    text-align: center; }
    .portal__top__header__img img {
      margin: auto;
      max-height: 100%;
      max-width: 100%;
      object-fit: cover;
      width: 100%; }
  .portal__top__header__title {
    color: #7E6763;
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 52px; }
    @media (min-width: 80em) {
      .portal__top__header__title {
        right: calc((100vw - 1280px) / 2); } }
    @media (max-width: 64em) {
      .portal__top__header__title {
        font-size: 5vw; } }
    @media (max-width: 40em) {
      .portal__top__header__title {
        top: calc(50% - 51px);
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 300px; } }
    .portal__top__header__title__sub {
      margin-top: 1em;
      font-size: 0.46em; }

/**
 *  メニュー
 */
.panel-menu {
  padding-bottom: 0 !important;
  display: none; }
  @media (max-width: 40em) {
    .panel-menu {
      margin-top: 0 !important;
      display: block; } }

/**
 *  特集
 */
.panel-column {
  padding-top: 0 !important; }
  @media (max-width: 40em) {
    .panel-column {
      margin-top: 0 !important;
      padding-bottom: 0 !important; } }
  .panel-column .c-entries {
    align-items: stretch; }
    .panel-column .c-entries__item--4 {
      flex: 0 1 100%;
      max-width: 100%; }
      @media (min-width: 64em) {
        .panel-column .c-entries__item--4 {
          flex: 0 1 25%;
          max-width: 25%; } }
      @media (max-width: 40em) {
        .panel-column .c-entries__item--4 {
          padding: 8px; } }

/**
 *  監修者
 */
.panel-supervisor {
  margin-top: 0 !important;
  padding-top: 0 !important; }
  @media only screen and (max-width: 40em) {
    .panel-supervisor {
      padding-bottom: 0 !important; } }
  .panel-supervisor .c-entries {
    margin: 0 -12px; }
    .panel-supervisor .c-entries__item {
      padding: 12px; }
      @media (max-width: 40em) {
        .panel-supervisor .c-entries__item {
          flex-basis: 100% !important;
          max-width: 100%;
          margin-bottom: 0; } }
      .panel-supervisor .c-entries__item .c-entry-summary {
        border: 2px solid #7E6763;
        border-radius: 10px;
        padding: 15px;
        height: 100%; }
        .panel-supervisor .c-entries__item .c-entry-summary > div:first-of-type {
          display: flex;
          gap: 15px; }
          @media (max-width: 40em) {
            .panel-supervisor .c-entries__item .c-entry-summary > div:first-of-type {
              flex-wrap: wrap; } }
        .panel-supervisor .c-entries__item .c-entry-summary__figure {
          width: 130px;
          min-width: 130px;
          height: 180px; }
          @media (max-width: 40em) {
            .panel-supervisor .c-entries__item .c-entry-summary__figure {
              margin: 0 auto; } }
        .panel-supervisor .c-entries__item .c-entry-summary__body {
          flex: 1; }
        .panel-supervisor .c-entries__item .c-entry-summary__title {
          font-size: 16px;
          font-weight: normal; }
          .panel-supervisor .c-entries__item .c-entry-summary__title:not(:first-of-type) {
            margin-bottom: 1em; }
            @media (max-width: 40em) {
              .panel-supervisor .c-entries__item .c-entry-summary__title:not(:first-of-type) {
                margin-bottom: 0; } }

.panel-finder {
  margin: 60px 0 !important;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-inline: auto; }
  @media only screen and (max-width: 64em) {
    .panel-finder {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 40em) {
    .panel-finder {
      margin: 0 !important; } }
  .panel-finder__item {
    text-align: center;
    margin-top: 0 !important;
    width: 100%; }
    .panel-finder__item:not(:first-child) {
      margin-left: 40px; }
      @media only screen and (max-width: 64em) {
        .panel-finder__item:not(:first-child) {
          margin-top: 10px !important;
          margin-left: 0; } }
    .panel-finder__item__title {
      color: #7E6763;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      /* 107.143% */
      margin-bottom: 10px; }
      @media only screen and (max-width: 40em) {
        .panel-finder__item__title {
          font-size: 18px;
          margin-bottom: 0; } }
      .panel-finder__item__title img {
        margin-left: 10px;
        margin-right: 10px; }
        @media only screen and (max-width: 40em) {
          .panel-finder__item__title img {
            height: 28px; } }
    .panel-finder__item__links {
      display: inline-flex;
      gap: 20px;
      justify-content: center;
      width: 100%;
      flex-wrap: wrap; }
      @media only screen and (max-width: 40em) {
        .panel-finder__item__links {
          gap: 10px;
          margin: 0 calc(50% - 50vw);
          width: calc(100vw - 0.9rem); } }
      .panel-finder__item__links__item {
        border-radius: 10px;
        border: 1px solid #7E6763;
        background: #FFFFFF;
        flex-basis: 100%;
        max-width: 178px; }
        @media only screen and (max-width: 40em) {
          .panel-finder__item__links__item {
            max-width: calc(100% / 3 - 0.45rem); } }
        .panel-finder__item__links__item__img {
          height: 44px;
          margin-left: 5px;
          margin-right: 5px; }
          @media only screen and (max-width: 40em) {
            .panel-finder__item__links__item__img {
              height: 34px; } }
        .panel-finder__item__links__item--menu {
          background: #FDE0DA;
          border: none; }
          .panel-finder__item__links__item--menu:nth-of-type(even) {
            background: #FDE9DA; }
        .panel-finder__item__links__item a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 14.4px 0px;
          gap: 7px;
          flex: 1 0 0;
          text-align: center;
          color: #7E6763;
          font-style: normal;
          font-weight: 700;
          line-height: 30px; }
          @media only screen and (max-width: 40em) {
            .panel-finder__item__links__item a {
              line-height: 20px;
              padding: 10px 0px;
              font-size: 10px; } }
  .panel-finder .more-btn {
    font-size: 18px;
    font-weight: 400;
    margin-top: 1em; }
    @media only screen and (max-width: 40em) {
      .panel-finder .more-btn {
        font-size: 13px; } }
    .panel-finder .more-btn .wp-block-button__link {
      font-size: 12px; }

.column-cat {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28.8px;
  max-width: 800px; }
  .column-cat__wrapper {
    text-align: center; }
  @media (max-width: 40em) {
    .column-cat {
      gap: 10px;
      max-width: 100%;
      margin-inline: auto;
      overflow: visible !important; }
      .column-cat .slick-list {
        max-width: 100%; }
      .column-cat .slick-prev {
        left: -1rem; }
      .column-cat .slick-next {
        right: -1rem; } }
  .column-cat__item {
    margin-top: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    border: 2px solid #7e6763; }
    .column-cat__item a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 206.4px;
      height: 120px;
      padding: 28.8px 0px;
      font-size: 24px;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 40em) {
        .column-cat__item a {
          width: auto;
          height: 100px;
          padding: 28.8px 0px;
          font-size: 18px; } }
      .column-cat__item a img {
        margin-top: 0.5em; }
        @media (max-width: 40em) {
          .column-cat__item a img {
            height: 36px; } }

.detail-tab-wrap {
  margin-bottom: 40px; }

.detail-tab-group {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.detail-tab {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #7E6763;
  color: #000000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: 1s;
  vertical-align: bottom; }
  @media (max-width: 64em) {
    .detail-tab {
      border: 1px solid #e0e0e0;
      font-size: 10px;
      padding: 7px 0 6px; } }
  .detail-tab.is-active {
    color: #FFF;
    transition: 1s;
    background: linear-gradient(to top, #7E6763, #897f88); }

.fixed-tab-wrap {
  font-size: 12px;
  z-index: 20;
  position: fixed;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  width: 100%;
  left: 0;
  padding: 0 10px;
  background-color: whitesmoke;
  display: none;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 64em) {
    .fixed-tab-wrap {
      display: flex; }
      .fixed-tab-wrap.is-fixed {
        position: fixed;
        opacity: 1;
        z-index: 999;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } }
  .fixed-tab-wrap .fixed-tab {
    padding: 10px 10px;
    white-space: nowrap; }
    .fixed-tab-wrap .fixed-tab.is-active {
      border-bottom: 5px solid #7E6763; }
  .fixed-tab-wrap div > a {
    white-space: nowrap;
    padding: 5px 10px;
    background-color: #7E6763;
    border-radius: 10px;
    color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .fixed-tab-wrap div > a .material-symbols-outlined {
      margin-right: 0; }

.fixed-tab-group {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .fixed-tab-group::-webkit-scrollbar {
    display: none; }

.panel-group {
  min-height: 100px;
  padding: 20px; }
  @media (max-width: 64em) {
    .panel-group {
      padding: 0px; } }
  .panel-group h2 {
    margin-top: 1em;
    margin-bottom: 1em; }

.panel {
  display: none; }
  .panel.is-show {
    display: block; }
  .panel__facility table, .panel__cost table {
    text-align: center; }
    @media (max-width: 64em) {
      .panel__facility table, .panel__cost table {
        margin: 0 auto;
        font-size: 13px; } }
    .panel__facility table tbody tr th, .panel__cost table tbody tr th {
      padding: 0 .5em;
      background-color: #fff7f2; }
    .panel__facility table tbody tr td, .panel__cost table tbody tr td {
      padding: 0 .5em; }
    .panel__facility table, .panel__facility table th, .panel__facility table td, .panel__cost table, .panel__cost table th, .panel__cost table td {
      border-collapse: collapse; }
  .panel__facility .pricies__banner, .panel__cost .pricies__banner {
    text-align: center; }
    .panel__facility .pricies__banner img, .panel__cost .pricies__banner img {
      max-height: 300px; }
  .panel__facility section + section {
    margin-top: 50px; }
  .panel__facility__summary {
    display: flex; }
    @media (max-width: 64em) {
      .panel__facility__summary {
        flex-wrap: wrap; } }
    .panel__facility__summary .ratings {
      flex-basis: calc(100% - 400px);
      font-size: 16px; }
      @media (max-width: 64em) {
        .panel__facility__summary .ratings {
          flex-basis: 100%;
          font-size: 13px; } }
      .panel__facility__summary .ratings > li + li {
        margin-top: 1em; }
      .panel__facility__summary .ratings .material-symbols-outlined {
        font-size: 2.5em;
        margin-right: 10px; }
    .panel__facility__summary .other {
      flex-basis: 400px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      @media (max-width: 40em) {
        .panel__facility__summary .other {
          margin-top: 1em; } }
      .panel__facility__summary .other__item--map > iframe {
        width: 100%; }
  .panel__facility .links {
    display: flex;
    justify-content: center; }
    @media (max-width: 64em) {
      .panel__facility .links {
        flex-wrap: wrap; } }
    @media (max-width: 64em) {
      .panel__facility .links__item .square-btn {
        margin-top: 1em; } }
    .panel__facility .links__item + .links__item {
      margin-left: 1em; }
      @media (max-width: 64em) {
        .panel__facility .links__item + .links__item {
          margin-left: 0; } }
  @media (max-width: 64em) {
    .panel__facility .basicinfo table {
      font-size: 11px; } }
  .panel__facility .basicinfo table td:nth-child(2) {
    min-width: 7em; }
  .panel__facility .basicinfo table td:nth-child(3) {
    width: 100%; }
  .panel__facility .basicinfo .material-symbols-outlined {
    margin-right: 0; }
  @media (max-width: 64em) {
    .panel__facility .kuchikomi .smb-panels__item__body > a {
      top: 110%; } }
  .panel__facility .interview__content {
    padding: 20px 50px; }
    @media (max-width: 64em) {
      .panel__facility .interview__content {
        padding: 10px 25px; } }
  .panel__facility .gallery, .panel__gallery .gallery, .panel__item .gallery {
    text-align: center; }
    .panel__facility .gallery h2, .panel__gallery .gallery h2, .panel__item .gallery h2 {
      text-align: left; }
    .panel__facility .gallery ul, .panel__gallery .gallery ul, .panel__item .gallery ul {
      display: flex;
      flex-wrap: wrap; }
      .panel__facility .gallery ul > li, .panel__gallery .gallery ul > li, .panel__item .gallery ul > li {
        flex-basis: 25%;
        overflow: hidden;
        padding: 15px 10px; }
        @media (max-width: 64em) {
          .panel__facility .gallery ul > li, .panel__gallery .gallery ul > li, .panel__item .gallery ul > li {
            flex-basis: 50%; } }
        .panel__facility .gallery ul > li img, .panel__gallery .gallery ul > li img, .panel__item .gallery ul > li img {
          border: solid 1px rgba(126, 103, 99, 0.7);
          height: 150px;
          object-fit: cover; }
    .panel__facility .gallery .image, .panel__gallery .gallery .image, .panel__item .gallery .image {
      position: relative; }
      .panel__facility .gallery .image__caption, .panel__gallery .gallery .image__caption, .panel__item .gallery .image__caption {
        text-align: center;
        padding: .3em 0;
        background-color: rgba(126, 103, 99, 0.7);
        width: 100%;
        color: #ffffff; }
        @media (max-width: 64em) {
          .panel__facility .gallery .image__caption, .panel__gallery .gallery .image__caption, .panel__item .gallery .image__caption {
            font-size: 11px; } }

.material-symbols-outlined {
  vertical-align: middle;
  margin-right: .5em; }

@media screen and (max-width: 480px) {
  .tab {
    padding: 0; }
    .tab.is-active {
      padding-bottom: 15px; } }

.single-facility .smb-recent-posts {
  margin-top: 20px; }

.single-facility .tool-lists h2 {
  margin-bottom: 2.25rem;
  margin-bottom: calc(var(--_space, 1.8rem) * 1.25 * var(--_margin-scale, 1));
  margin-top: 3.6rem;
  margin-top: calc(var(--_space, 1.8rem) * 2 * var(--_margin-scale, 1)); }

.single-facility .tool-lists .wp-block-columns {
  gap: 0 2rem; }

@media (max-width: 40em) {
  .single-facility .tool-lists .wp-block-columns-reverse-sp {
    flex-wrap: wrap-reverse !important; }
    .single-facility .tool-lists .wp-block-columns-reverse-sp > * {
      margin-top: var(--wp--style--block-gap); } }

.facility-detail {
  background: #FCFCFC;
  box-shadow: 0px 1px 10px #C8C8C8;
  border-radius: 10px;
  padding: 22px 15px;
  display: flex;
  flex-direction: column;
  gap: 50px; }
  .facility-detail > div:not(:first-child) {
    margin: 0 100px; }
    @media (max-width: 40em) {
      .facility-detail > div:not(:first-child) {
        margin: 0; } }
  .facility-detail__summary {
    display: flex;
    gap: 1em; }
    @media (max-width: 40em) {
      .facility-detail__summary {
        flex-direction: column; } }
  .facility-detail__comments {
    font-size: 14px;
    padding: 3em;
    position: relative; }
    .facility-detail__comments:before {
      content: url("image/figure.png");
      position: absolute;
      top: 0;
      left: 0; }
    .facility-detail__comments:after {
      content: url("image/figure.png");
      position: absolute;
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }
  .facility-detail__metas {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap; }
    .facility-detail__metas > div {
      flex-basis: 100%;
      width: 100%; }
  .facility-detail__img {
    max-width: 316px; }
    @media only screen and (max-width: 40em) {
      .facility-detail__img {
        max-width: initial; } }
    .facility-detail__img img {
      border-radius: 10px; }
  .facility-detail__title {
    background-color: #FDE0DA;
    width: 100%;
    padding: .5em 1em; }
  .facility-detail__info {
    flex: 1; }
    .facility-detail__info dl {
      position: relative; }
      .facility-detail__info dl dt,
      .facility-detail__info dl dd {
        padding-top: .5em;
        padding-bottom: .5em;
        padding-right: 1em; }
      .facility-detail__info dl dt {
        position: absolute;
        left: 0;
        width: 7em;
        padding-left: 1em;
        font-weight: normal; }
      .facility-detail__info dl dd {
        padding-left: 7em;
        border-bottom: 1px solid #7E6763; }
        .facility-detail__info dl dd a {
          display: inline;
          color: var(--_color-text, #333); }
  .facility-detail__bh {
    padding: .5em 1em;
    margin-left: 0; }
  .facility-detail__meta__content {
    padding: .5em 1em;
    margin-left: 0;
    overflow-x: scroll; }
  .facility-detail__rating {
    list-style: none; }
  .facility-detail .c-meta {
    padding: 0.5em 1em; }

.single-facility table {
  text-align: center; }
  @media (max-width: 40em) {
    .single-facility table.responsive th, .single-facility table.responsive td {
      display: block;
      width: 100%;
      font-size: 13px; } }
  .single-facility table tbody tr th, .single-facility table tbody tr td {
    border-collapse: collapse;
    border: 1px solid #333;
    padding: 0 .5em; }
  .single-facility table tbody tr th {
    background-color: #fff7f2; }

.single-facility .table-flex {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 40em) {
    .single-facility .table-flex {
      width: 100%;
      flex-direction: column; } }
  .single-facility .table-flex.table-flex--4 li {
    flex-basis: 25%; }
    .single-facility .table-flex.table-flex--4 li:nth-child(1), .single-facility .table-flex.table-flex--4 li:nth-child(2), .single-facility .table-flex.table-flex--4 li:nth-child(3), .single-facility .table-flex.table-flex--4 li:nth-child(4) {
      border-top: 1px solid #000; }
    .single-facility .table-flex.table-flex--4 li:nth-child(4), .single-facility .table-flex.table-flex--4 li:last-child {
      border-right: 1px solid black; }
    @media (max-width: 40em) {
      .single-facility .table-flex.table-flex--4 li {
        border-top: none !important;
        border-right: none !important;
        border-bottom: 1px solid black; }
        .single-facility .table-flex.table-flex--4 li:nth-child(1) {
          border-top: 1px solid #000 !important; } }
  .single-facility .table-flex.table-flex--5 li {
    flex-basis: 20%; }
    .single-facility .table-flex.table-flex--5 li:nth-child(1), .single-facility .table-flex.table-flex--5 li:nth-child(2), .single-facility .table-flex.table-flex--5 li:nth-child(3), .single-facility .table-flex.table-flex--5 li:nth-child(4), .single-facility .table-flex.table-flex--5 li:nth-child(5) {
      border-top: 1px solid #000; }
    .single-facility .table-flex.table-flex--5 li:nth-child(5), .single-facility .table-flex.table-flex--5 li:last-child {
      border-right: 1px solid black; }
    @media (max-width: 40em) {
      .single-facility .table-flex.table-flex--5 li {
        border-top: none !important;
        border-right: none !important;
        border-bottom: 1px solid black; }
        .single-facility .table-flex.table-flex--5 li:nth-child(1) {
          border-top: 1px solid #000 !important; } }
  .single-facility .table-flex li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-left: 1px solid #000; }
    @media (max-width: 40em) {
      .single-facility .table-flex li {
        width: 100%;
        flex-direction: initial;
        flex-wrap: wrap; } }
    .single-facility .table-flex li .title,
    .single-facility .table-flex li .value {
      padding: 5px;
      width: 100%;
      text-align: center;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 40em) {
        .single-facility .table-flex li .title,
        .single-facility .table-flex li .value {
          font-size: 13px;
          width: 50%; } }
    .single-facility .table-flex li .title {
      background-color: #fff7f2;
      font-weight: bold;
      border-bottom: 1px solid black; }
      @media (max-width: 40em) {
        .single-facility .table-flex li .title {
          border-right: 1px solid black;
          border-bottom: none; } }
    .single-facility .table-flex li .value {
      border-bottom: 1px solid black;
      max-height: 2em; }
      @media (max-width: 40em) {
        .single-facility .table-flex li .value {
          border-bottom: none;
          border-right: 1px solid black;
          max-height: none; } }

.facility-review-section {
  text-align: center; }
  .facility-review-section .smb-panels__item {
    background: initial;
    box-shadow: initial;
    border-radius: initial;
    position: relative; }
    .facility-review-section .smb-panels__item__body {
      position: relative;
      padding: 35px 0 0; }
      @media (max-width: 40em) {
        .facility-review-section .smb-panels__item__body {
          padding: 20px 0 0; } }
      .facility-review-section .smb-panels__item__body img {
        height: 80px; }
        @media (max-width: 64em) {
          .facility-review-section .smb-panels__item__body img {
            height: 40px; } }
    .facility-review-section .smb-panels__item .smb-recent-posts {
      position: relative; }
      .facility-review-section .smb-panels__item .smb-recent-posts .c-entries {
        padding: 0 calc(var(--_space, 1.8rem)*1);
        border-top: none; }
        .facility-review-section .smb-panels__item .smb-recent-posts .c-entries .c-entries__item {
          position: relative;
          padding: 2em 0 4.5em 0; }
          .facility-review-section .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure {
            overflow: visible;
            border: 1px solid #C0C0C0;
            border-radius: 7px;
            height: 76px;
            width: 80px;
            background-color: #FFFFFF;
            position: relative; }
            .facility-review-section .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__figure__text {
              font-size: 13px;
              color: #7E6763;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              white-space: nowrap; }
          .facility-review-section .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__body {
            text-align: initial; }
          .facility-review-section .smb-panels__item .smb-recent-posts .c-entries .c-entries__item .c-entry-summary__rating {
            font-size: 12px;
            text-align: center;
            transform: translateY(30%); }
  .facility-review-section .smb-panels__item__body .rader-ratings {
    padding-bottom: 20px; }

a.kuchikomi-btn {
  position: absolute !important;
  right: 0;
  z-index: 10;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #7E6763;
  padding: .3em 1em;
  border-radius: 3px; }
  @media (max-width: 64em) {
    a.kuchikomi-btn {
      right: 15px;
      font-size: .8em; } }
  .panel__review a.kuchikomi-btn {
    top: initial; }

.single-item .content {
  margin: 1em auto; }

.single-item .links {
  display: flex;
  justify-content: center; }
  @media (max-width: 40em) {
    .single-item .links {
      font-size: 0.8em; }
      .single-item .links .square-btn {
        padding: 0.5em 1em; } }

.single-item .square-btn {
  background-color: #FDE0DA; }

.single-item .panel__facility__summary {
  display: block; }

.item__summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em; }
  @media (max-width: 40em) {
    .item__summary {
      flex-wrap: wrap; } }
  .item__summary__left {
    width: 250px; }
    @media (max-width: 40em) {
      .item__summary__left {
        width: 100%; } }
  .item__summary__right {
    box-sizing: border-box;
    padding-left: 20px;
    width: calc(100% - 250px); }
    @media (max-width: 40em) {
      .item__summary__right {
        margin-top: 1em;
        width: 100%; } }
    .item__summary__right > *:not(:first-child) {
      margin-top: 10px; }
  .item__summary__gallery {
    width: 250px;
    height: 250px;
    overflow: initial !important; }
    @media (max-width: 40em) {
      .item__summary__gallery {
        margin: 0 auto; } }
    .item__summary__gallery > .slick-list {
      height: 100%; }
      .item__summary__gallery > .slick-list > .slick-track {
        height: 100%; }
        .item__summary__gallery > .slick-list > .slick-track > .slick-slide {
          display: flex;
          align-items: center; }
    .item__summary__gallery .slick-dots {
      position: absolute !important;
      bottom: -20px; }
  .item__summary__list > li {
    border-bottom: 1px solid #7E6763; }
  .item__summary__rating {
    font-size: 1.2em; }
    @media (max-width: 40em) {
      .item__summary__rating {
        font-size: 0.8em; } }
  .item__summary__button {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #7E6763;
    padding: 0.3em 1em;
    border-radius: 3px; }
    @media (max-width: 40em) {
      .item__summary__button {
        font-size: 0.8em; } }
  .item__summary__url {
    text-decoration: underline; }

.banner .slick {
  margin-left: 0; }
  .banner .slick img {
    margin: 0 auto; }

.portal__top__header .slick-dots {
  position: absolute !important;
  bottom: 50px; }
  @media only screen and (max-width: 40em) {
    .portal__top__header .slick-dots {
      bottom: 10px; } }

.slick-slider {
  overflow: initial; }

.slick-dots {
  position: initial !important; }
  .slick-dots li.slick-active button:before {
    color: #7E6763;
    opacity: initial; }
  .slick-dots li button:before {
    color: #FDE0DA;
    opacity: initial; }

.slick-prev,
.slick-next {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #beafac;
  box-sizing: border-box;
  z-index: 99; }
  .slick-prev::before,
  .slick-next::before {
    content: none !important; }

.slick-prev {
  left: 1rem;
  border-left: 2px solid #beafac;
  transform: translateY(-50%) rotate(-45deg); }

.slick-next {
  right: 1rem;
  border-right: 2px solid #beafac;
  transform: translateY(-50%) rotate(45deg); }

.counter {
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  background-color: #FDE9DA;
  font-size: 14px; }
  @media only screen and (max-width: 40em) {
    .counter {
      justify-content: space-between; } }
  .counter > div + div {
    margin-left: 1em; }
    @media only screen and (max-width: 40em) {
      .counter > div + div {
        margin-left: 0.5em; } }
  .counter .small {
    font-size: 10px; }

.acd-check {
  display: none; }

.acd-label {
  background-color: #FDE9DA;
  display: block;
  margin-bottom: 1px;
  padding: 5px 1em;
  position: relative; }

.acd-content {
  border-radius: 5px;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  visibility: hidden; }

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 10; }

.bbp-reply-content .acd-label {
  background-color: initial; }

.text {
  overflow: hidden; }

.show_more {
  position: absolute;
  box-sizing: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
  cursor: pointer;
  transition: bottom 0.2s; }

.search-header {
  margin: 70px 0 !important;
  width: 100%;
  text-align: center;
  color: #7E6763;
  font-size: 28px;
  position: relative; }
  .search-header:before {
    content: url("image/search.svg");
    vertical-align: middle; }

.bbp-footer,
.bbp-header {
  background-color: #FDE0DA !important; }

.baby-searchbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 20em;
  width: 100%; }
  @media (max-width: 40em) {
    .baby-searchbox {
      height: initial; } }
  .baby-searchbox__item {
    width: 50%;
    padding: 1em .5em;
    border-bottom: 1px solid #FDE9DA; }
    @media (max-width: 40em) {
      .baby-searchbox__item {
        width: 100%;
        padding: 0.5em;
        display: flex;
        justify-content: space-between; } }
    .baby-searchbox__item select,
    .baby-searchbox__item input {
      margin-left: .5em;
      padding: .5em;
      border: 1px solid #FDE9DA;
      border-radius: 3px;
      min-width: 6em; }
      @media (max-width: 64em) {
        .baby-searchbox__item select,
        .baby-searchbox__item input {
          max-width: 8em; } }
      @media (max-width: 40em) {
        .baby-searchbox__item select,
        .baby-searchbox__item input {
          max-width: initial;
          padding: 0; } }
    .baby-searchbox__item select {
      appearance: none;
      -webkit-appearance: none; }
      .baby-searchbox__item select::-ms-expand {
        display: none; }
    .baby-searchbox__item .select-wrap {
      position: relative; }
      .baby-searchbox__item .select-wrap:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #c4c4c4;
        border-left: 2px solid #c4c4c4;
        transform: translateY(-50%) rotate(-135deg);
        pointer-events: none; }

#bbp-reply-search-form > div > input[type=text],
#bbp-search-form > div > input[type=text],
#bbp-topic-search-form > div > input[type=text] {
  border-color: #7E6763 !important;
  border-radius: 3px !important;
  margin-right: 1em; }

#bbp-reply-search-form > div > .button,
#bbp-search-form > div > .button,
#bbp-topic-search-form > div > .button {
  background-color: #7E6763 !important;
  border-radius: 3px !important;
  color: #FFFFFF !important;
  padding: 0 2em !important; }

#bbpress-forums ul, #bbpress-forums.bbpress-wrapper ul {
  background: 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0 !important; }

#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px; }

.smbbpress-stars-wrapper__users {
  display: none; }

.u-text-right {
  margin: 0 !important; }

.bbp-profile {
  border-radius: 3px;
  display: block;
  width: 80px; }

.bbp-reply-author > ul {
  display: none; }

.bbp-author-name + .smbbpress-stars-wrapper {
  display: none; }

.bbp-body .acd-label {
  background-color: initial !important;
  padding: 0; }

.bbp-body .acd-content {
  position: absolute;
  padding: 4px;
  background-color: #BEAFAC;
  color: #FFFFFF; }

.bbp-body ul {
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 5px !important;
  border: none !important; }

/**
 * button
*/
.smb-btn {
  background-color: var(--wp--preset--color--sm-accent);
  white-space: normal; }

.buy-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #ffcdc3, #fde0da);
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5em 1.5em;
  border: none;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: .5em; }

.square-btn {
  background-color: #EFEFEF;
  display: inline-block;
  margin-top: 50px;
  padding: 1em 3em;
  border: 1px solid #7E6763;
  text-decoration: none;
  color: #7E6763; }
  @media (max-width: 64em) {
    .square-btn {
      padding: .5em 1.5em; } }
  .square-btn:hover {
    cursor: pointer; }
  .square-btn--arrow:after {
    content: '→';
    margin-left: .5em; }

.facility-link {
  display: inline-block !important;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #BEAFAC;
  border-radius: 3px;
  padding: .25em .5em;
  background-color: #BEAFAC;
  color: #FFFFFF;
  margin-left: 10px; }

.pr {
  background-color: transparent; }
  .pr[aria-hidden=true] {
    visibility: initial;
    opacity: initial; }
  .pr__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  .pr__button {
    background-color: #FDE9DA;
    display: flex;
    flex: 1 1 auto;
    position: relative; }
    .pr__button a {
      color: #7E6763;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1rem;
      line-height: 1.4375;
      flex: 1 1 0;
      justify-content: center;
      text-align: center;
      padding: 0.5em 0;
      text-decoration: none; }
    .pr__button span {
      display: block; }
    .pr__button img {
      width: auto;
      height: 26px;
      margin-right: 0.5rem; }
  @media (min-width: 64em) {
    .pr {
      position: fixed;
      display: inline-flex;
      top: 1px;
      right: 0;
      bottom: auto;
      left: auto;
      box-shadow: none;
      z-index: 9999; }
      .pr__buttons {
        height: 98px; }
      .pr__button {
        width: 190px;
        background-color: #FDE9DA;
        margin-left: 1px; } }
  @media (min-width: 80em) {
    .pr {
      right: calc((100vw - 1280px) / 2); } }

/**
 * c-entry-summary
*/
.c-entry-summary__figure {
  position: relative;
  border-radius: var(--_global--border-radius); }
  .c-entry-summary__figure__taxonomy {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7E6763;
    color: #FFFFFF;
    padding: 0 1em; }
    @media (max-width: 40em) {
      .c-entry-summary__figure__taxonomy {
        padding: 0 .5em;
        font-size: 11px; } }

.c-meta {
  text-align: initial; }
  .c-meta--explain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .c-meta__item {
    white-space: initial !important; }
    .c-meta__item--categories {
      display: inline-block !important;
      line-height: 1em;
      font-size: 11px;
      font-weight: normal;
      border: 1px solid #BEAFAC;
      border-radius: 3px;
      padding: .25em .5em;
      margin-right: 0;
      margin-top: .5em; }
      .c-meta__item--categories--gray {
        opacity: .26; }
      .c-meta__item--categories--pink {
        background-color: #FDDADD; }
      .c-meta__item--categories.active {
        background-color: #7E6763; }
        .c-meta__item--categories.active > a {
          color: #FFFFFF; }
    .c-meta__item--nickname {
      color: #676767; }
    .c-meta__item--published {
      font-size: 14px; }
    .c-meta__item--replies:before {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2221%22%20viewBox%3D%220%200%2023%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%2019.5C17.023%2019.5%2021.5%2015.4707%2021.5%2010.5C21.5%205.5293%2017.023%201.5%2011.5%201.5C5.977%201.5%201.5%205.5293%201.5%2010.5C1.5%2012.1389%201.987%2013.677%202.838%2015L2%2019.05L6.5%2018.2958C8.01954%2019.0869%209.74451%2019.5024%2011.5%2019.5V19.5Z%22%20stroke%3D%22%23FDDADD%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
      vertical-align: top; }
    .c-meta__item--specialize {
      font-size: 12px;
      font-weight: normal;
      margin-left: 5px;
      white-space: pre-wrap !important; }
      .c-meta__item--specialize:before {
        content: '専門分野\A';
        white-space: pre;
        font-weight: bold;
        margin: 0 -5px;
        padding: 2px 5px;
        background-color: #FDE0DA;
        color: #7E6763;
        border-radius: 3px; }
    .c-meta__item--explain {
      font-size: 12px; }
      .c-meta__item--explain:before {
        content: '';
        display: inline-block;
        width: 4em;
        height: 1em;
        border: 1px solid #BEAFAC;
        border-radius: 3px;
        margin-right: 1em;
        vertical-align: middle; }
      .c-meta__item--explain--gray:before {
        opacity: .26; }
      .c-meta__item--explain--pink:before {
        background-color: #FDDADD; }
    .c-meta__item--mailing {
      border-radius: 20px;
      padding: 1px 6px;
      font-weight: normal; }
      .c-meta__item--mailing--yes {
        border: 1px solid #7E6763;
        background: #FFF;
        color: #7E6763; }
      .c-meta__item--mailing--no {
        background: #EEE;
        color: #333; }

.baby-pagination {
  font-size: 14px; }
  .baby-pagination .nav-links {
    position: relative; }
  .baby-pagination .page-numbers {
    display: flex;
    justify-content: center; }
    .baby-pagination .page-numbers > li a, .baby-pagination .page-numbers > li span {
      color: #7E6763;
      background-color: var(--_lighter-color-gray, #eee);
      margin: 0 2px;
      display: inline-flex;
      font-size: 14px;
      line-height: 1;
      height: 40px;
      width: 40px;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      vertical-align: top; }
      .baby-pagination .page-numbers > li a.current, .baby-pagination .page-numbers > li span.current {
        background-color: var(--wp--preset--color--sm-accent);
        color: var(--wp--preset--color--sm-text-alt); }

.c-pagination {
  position: relative; }
  @media (max-width: 40em) {
    .c-pagination {
      margin-bottom: 1.5rem !important; } }
  .c-pagination__total {
    display: block;
    position: absolute;
    font-size: initial;
    left: 0; }
    @media (max-width: 40em) {
      .c-pagination__total {
        top: 100%;
        left: 50%;
        transform: translateX(-50%); } }
    .c-pagination__total--number {
      font-size: 1.5em;
      color: #7E6763;
      font-weight: bold; }

.custom-label {
  margin-top: 60px !important;
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 40em) {
    .custom-label {
      margin-top: 40px !important;
      display: inline-flex;
      margin: 1.8rem calc(50% - 50vw) 0;
      width: calc(100vw - 0.9rem); } }
  .custom-label--coral div::before {
    background-color: #fff6f3; }
  .custom-label--coral div span {
    color: #fff6f3; }
  .custom-label--pink div::before {
    background-color: #fff6f3; }
  .custom-label--pink div span {
    color: #fff6f3; }
  .custom-label__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #7e6763;
    margin-left: 1.8rem;
    z-index: 3;
    position: relative; }
    .custom-label__title::before {
      content: '';
      width: 70px;
      height: 70px;
      background-color: #fff6f3;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
      @media (max-width: 40em) {
        .custom-label__title::before {
          width: 50px;
          height: 50px; } }
    @media (max-width: 40em) {
      .custom-label__title {
        font-size: 20px; } }
  .custom-label__list {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    text-align: left;
    color: #fff6f3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    @media (max-width: 40em) {
      .custom-label__list {
        font-size: 32px; } }

.term-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  align-self: stretch; }
  .term-links > li {
    margin-top: 0 !important;
    display: flex;
    padding: 0.45em 0.9em;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #7e6763; }
    .term-links > li a {
      color: white !important;
      font-size: 0.9em; }

#map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 730px;
  margin-top: 0 !important;
  margin-bottom: 50px;
  max-width: none; }
  @media screen and (max-width: 40em) {
    #map {
      height: 270px;
      margin-bottom: 30px; } }

#custom-marker {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none; }

#custom-marker img {
  max-width: 100%;
  height: auto; }

.mapboxgl-popup {
  max-width: 300px !important; }
  .mapboxgl-popup-content table {
    text-align: center; }
    .mapboxgl-popup-content table tbody tr th {
      padding: 0 .5em;
      background-color: #fff7f2; }
    .mapboxgl-popup-content table tbody tr td {
      padding: 0 .5em; }
    .mapboxgl-popup-content table, .mapboxgl-popup-content table th, .mapboxgl-popup-content table td {
      border-collapse: collapse; }

@media (max-width: 40em) {
  .mapboxgl-popup-content {
    font-size: 10px; }
  .mapboxgl-popup {
    transform: none !important;
    top: initial !important;
    bottom: 10px !important;
    left: 10px !important;
    max-height: 50%; }
  .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-center .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-right .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    display: none !important; } }

.filter-group {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: calc(-50vw + 1280px / 2 + 10px);
  margin-top: 0 !important;
  z-index: 1;
  border-radius: 3px;
  width: auto;
  color: #7e6763; }
  @media only screen and (max-width: 80em) {
    .filter-group {
      left: -14px; } }
  @media only screen and (max-width: 40em) {
    .filter-group {
      top: 0;
      left: -28px;
      font-size: 10px; } }
  .filter-group input[type='checkbox'] {
    display: none; }
    .filter-group input[type='checkbox']:first-child + label {
      border-radius: 3px 3px 0 0; }
    .filter-group input[type='checkbox']:checked + label {
      background-color: #fff; }
    .filter-group input[type='checkbox'] + label {
      background-color: silver;
      display: block;
      cursor: pointer;
      padding: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      text-transform: capitalize; }
      @media only screen and (max-width: 40em) {
        .filter-group input[type='checkbox'] + label {
          padding: 5px; } }
      .filter-group input[type='checkbox'] + label img {
        margin-left: .5em;
        height: 2em; }
  .filter-group label:last-child {
    border-radius: 0 0 3px 3px;
    border: none; }

#selected-image {
  width: 150px; }

#choose-icon {
  display: block;
  margin-bottom: 10px;
  padding: 8px 16px;
  background-color: #7E6763;
  color: #fff;
  border-radius: 4px;
  cursor: pointer; }

.modify-request {
  font-size: 0.8em; }

/**
 * more ボタン
*/
.more-btn {
  margin-bottom: 10px; }
  .more-btn .wp-block-button__link {
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #7E6763;
    background: none;
    padding-left: 0;
    padding-right: 38px;
    position: relative; }
    .more-btn .wp-block-button__link::before {
      content: '→';
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: solid 1px #7E6763;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      line-height: 28px;
      transition: all .2s ease-in-out;
      box-sizing: content-box; }
    .more-btn .wp-block-button__link:hover::before {
      right: -4px; }
  .more-btn--down .wp-block-button__link::before {
    content: '↓'; }

@media (max-width: 40em) {
  .panel-supervisor .more-btn {
    display: none; } }

/**
 * メニュー
*/
.c-drawer {
  background-color: #FDDADD;
  color: #7E6763; }
  .c-drawer__menu {
    font-size: 1rem; }
    .c-drawer__menu .ico > a:before {
      content: '';
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: .5em;
      fill: #FFFFFF; }
    .c-drawer__menu .ico-tool > a:before {
      background-image: url(image/icon-tool.svg); }
    .c-drawer__menu .ico-area > a:before {
      background-image: url(image/icon-area.svg); }
    .c-drawer__menu .ico-column > a:before {
      background-image: url(image/icon-column.svg); }
    .c-drawer__menu .ico-facility > a:before {
      background-image: url(image/icon-facility.svg); }
    .c-drawer__menu .ico-forum > a:before {
      background-image: url(image/icon-forum.svg); }
    .c-drawer__menu .ico-interview > a:before {
      background-image: url(image/icon-interview.svg); }
    .c-drawer__menu .ico-knowledge > a:before {
      background-image: url(image/icon-knowledge.svg); }
    .c-drawer__menu .ico-usefull-info > a:before {
      background-image: url(image/icon-usefull-info.svg); }
  .c-drawer__item.button {
    text-align: center; }
    .c-drawer__item.button.white > a {
      line-height: 1.448125;
      padding: .5em 1em;
      border-radius: 3px;
      border: solid 1px #7E6763;
      color: #7E6763 !important;
      background-color: #FFFFFF !important; }
    .c-drawer__item.button a {
      line-height: 1.448125;
      padding: .5em 1em;
      border-radius: 3px;
      border: solid 1px #7E6763;
      color: #FFFFFF;
      background-color: #7E6763; }

.c-navbar--wrap {
  margin-bottom: 1em; }
  .c-navbar--wrap .menu-item {
    background-color: #FDE9DA; }
    .c-navbar--wrap .menu-item a {
      color: #7E6763;
      display: flex;
      align-items: center;
      padding: 1em;
      font-size: 11px; }

@media only screen and (max-width: 480px) {
  .p-header-sub-nav {
    display: none; } }

.c-navbar .c-navbar__item.c-navbar__item--hide {
  display: none; }

.l-header .c-navbar__item:not(.snow-monkey-mega-menu--mega-menu-1) > .c-navbar__submenu > .c-navbar__subitem {
  padding: 0; }
  .l-header .c-navbar__item:not(.snow-monkey-mega-menu--mega-menu-1) > .c-navbar__submenu > .c-navbar__subitem a {
    padding: 1rem 2rem; }

/**
 * メガメニュー
*/
.snow-monkey-mega-menu > .c-navbar__submenu::before {
  background-color: transparent !important; }

.snow-monkey-mega-menu > .c-navbar__submenu > .c-navbar__subitem a {
  font-weight: normal !important; }

.snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-1 > .c-navbar__submenu {
  gap: 1rem; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-1 > .c-navbar__submenu::after {
    background-color: #7E6763;
    top: 0; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-1 > .c-navbar__submenu > .c-navbar__subitem {
    flex: none;
    max-width: none;
    width: calc((100% / 5) - (4rem / 5)); }
    .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-1 > .c-navbar__submenu > .c-navbar__subitem > a {
      background-color: #fff;
      color: #7E6763; }

.snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 .snow-monkey-mega-menu__figure {
  position: relative; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 .snow-monkey-mega-menu__figure::before {
    content: "";
    display: block;
    padding: 56.25% 0 0; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 .snow-monkey-mega-menu__figure img {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    right: 0;
    top: 0;
    transform: none; }

.snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 .snow-monkey-mega-menu__label {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0.75rem 0 0; }

.snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu {
  align-items: flex-start;
  flex-direction: column; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .c-navbar__subitem {
    flex: 1 1 20%;
    max-width: 20%;
    width: calc(20% - 1rem); }
    .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .c-navbar__subitem a {
      color: #7E6763;
      z-index: 101;
      position: relative; }
      .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .c-navbar__subitem a:hover {
        background-color: #7E6763;
        color: #fff;
        opacity: 1; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .mega_menu_post {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%; }
    .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .mega_menu_post > ul {
      width: 80%; }
      .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .mega_menu_post > ul li {
        display: none;
        width: calc((100% / 4) - (3rem / 4)); }
        .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .mega_menu_post > ul li.show {
          display: block; }
        .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu > .mega_menu_post > ul li:first-child {
          position: relative; }
  .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu[aria-hidden='false'] li {
    background-color: #fff; }
    .snow-monkey-mega-menu.snow-monkey-mega-menu--mega-menu-3 > .c-navbar__submenu[aria-hidden='false'] li:first-child {
      position: relative; }

.snow-monkey-mega-menu .mega_menu_post {
  height: 100%; }
  .snow-monkey-mega-menu .mega_menu_post > ul[id*='_mm'] {
    min-height: 454px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    gap: 1rem;
    align-content: flex-start;
    background-color: #7E6763 !important;
    height: 100%;
    padding: 0.5rem 1.8rem; }
  .snow-monkey-mega-menu .mega_menu_post > ul a {
    width: 100%; }
  .snow-monkey-mega-menu .mega_menu_post > ul li {
    padding: 1rem; }

.omamori-search {
  display: flex;
  padding: 28.8px 45px;
  flex-direction: column;
  align-items: center;
  gap: 28.8px;
  border-radius: 10px;
  border: 1px solid #CCC;
  max-width: 400px; }
  @media only screen and (max-width: 40em) {
    .omamori-search {
      padding: 28.8px 25px; } }
  .omamori-search__subtitle {
    color: #CCC;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */ }
  .omamori-search__title {
    color: #7E6763;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    /* 120% */ }
  .omamori-search__tax {
    width: 100%; }
    .omamori-search__tax > li {
      display: flex;
      gap: 12px;
      align-items: center;
      justify-content: space-between; }
      .omamori-search__tax > li + li {
        margin-top: .5em; }
      .omamori-search__tax > li *:last-child {
        flex: 1; }
      .omamori-search__tax > li select {
        text-align: center; }
  .omamori-search__icon {
    display: inline-block;
    background: #FDE0DA;
    border-radius: 50%;
    box-shadow: 0px 3px 3px 0px rgba(254, 124, 138, 0.2);
    width: 50px;
    height: 50px;
    position: relative; }
    .omamori-search__icon img {
      width: 33px;
      height: 33px;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .omamori-search__button {
    border-radius: 10px;
    background: #7E6763;
    color: white;
    display: flex;
    padding: 4.8px 14.4px;
    align-items: center;
    border: 1px solid #7E6763; }
    .omamori-search__button--invert {
      background: white;
      color: #7E6763; }
    .omamori-search__button img {
      height: 1.5em; }
  .omamori-search select {
    border-radius: 10px;
    border: 1px solid #7E6763;
    background: transparent; }

.raders {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .raders > .rader {
    flex-basis: 50%;
    overflow: scroll;
    max-width: 50%;
    padding: 0 10px; }
    @media (max-width: 40em) {
      .raders > .rader {
        flex-basis: 100%;
        max-width: 100%; } }
    .raders > .rader > .wp-block-table {
      font-size: 14px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 40em) {
        .raders > .rader > .wp-block-table {
          font-size: 10px; } }

.rader {
  margin-top: 1.5em; }
  .rader__title {
    font-weight: bold; }
  .rader__buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    font-size: 13px; }
    @media (max-width: 40em) {
      .rader__buttons {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr); } }
    .rader__buttons input[type="radio"] {
      display: none; }
      .rader__buttons input[type="radio"]:checked + label {
        background-color: #FDE0DA;
        color: #FFFFFF; }
    .rader__buttons label {
      border: 1px solid #FDE0DA;
      border-radius: 10px;
      color: #FDE0DA;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      padding: 2px 4px;
      flex-basis: 20%;
      text-align: center; }

.rader-ratings {
  text-align: left;
  max-width: 450px;
  display: inline-block; }
  .rader-ratings ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    border: 1px solid #7E6763;
    padding: .5em; }
    @media (max-width: 40em) {
      .rader-ratings ul {
        grid-template-columns: none;
        gap: 0; } }
    .rader-ratings ul li {
      font-size: .8em;
      font-weight: normal;
      display: flex;
      justify-content: space-between; }

@media (max-width: 64em) {
  .ranking_embed_map {
    height: 300px; } }

.rating {
  height: 40px;
  width: 200px; }
  .rating > * {
    float: right; }

@keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 15px #777777; } }
  .rating label {
    height: 40px;
    width: 20%;
    display: block;
    position: relative;
    cursor: pointer; }
    .rating label:nth-of-type(5):after {
      animation-delay: 0.25s; }
    .rating label:nth-of-type(4):after {
      animation-delay: 0.2s; }
    .rating label:nth-of-type(3):after {
      animation-delay: 0.15s; }
    .rating label:nth-of-type(2):after {
      animation-delay: 0.1s; }
    .rating label:nth-of-type(1):after {
      animation-delay: 0.05s; }
    .rating label:after {
      transition: all 0.4s ease-out;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      content: "☆";
      color: #444;
      top: -15px;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 40px;
      animation: 1s pulse ease; }
    .rating label:hover:after {
      color: #5e5e5e;
      text-shadow: 0 0 15px #5e5e5e; }
  .rating input {
    display: none;
    height: 0; }
    .rating input:checked + label:after,
    .rating input:checked ~ label:after {
      content: "★";
      color: #F9BF3B;
      text-shadow: 0 0 20px #F9BF3B; }

.search-kuchikomi {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 40em) {
    .search-kuchikomi {
      max-width: 100%; } }
  .search-kuchikomi form {
    display: inline-flex;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden;
    margin-inline: auto; }
  .search-kuchikomi input[type="text"] {
    flex-grow: 1;
    border: none;
    padding: 8px; }
    @media only screen and (max-width: 40em) {
      .search-kuchikomi input[type="text"] {
        width: 200px; } }
    .search-kuchikomi input[type="text"]:focus {
      outline: none; }
  .search-kuchikomi button {
    background-color: #7E6763;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer; }
    .search-kuchikomi button:hover {
      background-color: #7E6763; }
  .search-kuchikomi .review-slider {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 62px; }

#slider-range {
  border-radius: 0; }
  #slider-range .noUi-connect {
    background: #BEAFAC; }
  #slider-range .noUi-handle {
    border-radius: 0;
    background: #7E6763;
    width: 18px;
    right: -9px; }
    #slider-range .noUi-handle:before, #slider-range .noUi-handle:after {
      content: none; }
  #slider-range .noUi-handle-lower {
    right: 0; }
  #slider-range .noUi-handle-upper {
    right: -17px; }
  #slider-range .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px); }
  #slider-range .active-pip {
    font-weight: bold;
    color: #7E6763; }

/**
 * お知らせ
*/
.news-section .c-container .c-container {
  padding: 0; }

.news-section .c-container .c-row .c-row__col:first-child {
  background: linear-gradient(100.51deg, #FDE0DA 12.93%, #FDE9DA 84.59%), #FDE0DA;
  border-radius: 40px 40px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 40em) {
    .news-section .c-container .c-row .c-row__col:first-child {
      border-radius: 40px 0 0 40px; } }

.news-section .c-container .c-row .c-row__col:last-child {
  padding: 20px 10px;
  border: 2px solid #FDE0DA;
  border-radius: 0 0 40px 40px; }
  @media (min-width: 40em) {
    .news-section .c-container .c-row .c-row__col:last-child {
      border-left: none;
      border-radius: 0 40px 40px 0;
      padding: 70px 112px 70px 63px; } }

.news-section .c-container .c-row .c-row__col .smb-section__body {
  margin-top: 0; }

.news-section .c-container .c-row .c-row__col .smb-section__subtitle-svg {
  transform: translateY(10px); }

.news-section .smb-section__title {
  color: #7E6763;
  font-size: 28px; }
  @media (max-width: 40em) {
    .news-section .smb-section__title {
      font-size: 18px; } }
  .news-section .smb-section__title::after {
    background-color: #7E6763;
    width: 100px;
    height: 2px;
    margin: 10px auto 0; }

.news-section .direction-column-reverse .c-entries--text .c-entries__item .c-entry-summary__body {
  flex-direction: column-reverse;
  align-items: flex-start; }

.news-section .c-entries--text {
  border-top: none;
  padding-left: calc(1.8rem - 10px);
  padding-right: calc(1.8rem - 10px);
  overflow: visible; }
  .news-section .c-entries--text .c-entries__item {
    border-color: #beafac; }
    @media (max-width: 40em) {
      .news-section .c-entries--text .c-entries__item {
        border-bottom: none; } }
    .news-section .c-entries--text .c-entries__item .c-entry-summary__body {
      align-items: center; }
      .news-section .c-entries--text .c-entries__item .c-entry-summary__body .c-entry-summary__title {
        font-size: 18px; }

.news-section .slick-prev {
  left: 0; }

.news-section .slick-next {
  right: 0; }

.smb-spider-slider .spider__slide .smb-spider-slider__figure-wrapper .spider__figure {
  width: 100%; }

.smb-spider-slider .spider__slide .smb-spider-slider__item {
  background-color: rgba(255, 255, 255, 0.5); }

.swpm-thumbnail {
  max-width: 500px; }

#item-swpm-3 .swpm-span > div,
#item-swpm-11 .swpm-span > div {
  position: relative; }

#item-swpm-3 .swpm-eye,
#item-swpm-11 .swpm-eye {
  width: auto !important;
  position: absolute;
  right: 0.5rem; }

#item-swpm-3 .swpm-form-builder-error,
#item-swpm-11 .swpm-form-builder-error {
  max-width: none !important; }

.swpm-eye {
  padding-left: 0.5rem; }
  #item-swpm-3 .swpm-eye {
    top: 15px; }
  #item-swpm-11 .swpm-eye {
    top: 11px; }

/* タブボタンのスタイル */
.tab-buttons {
  display: flex;
  border-bottom: 1px solid #FDDADD;
  /* 下線を追加 */
  overflow: hidden;
  /* タブボタンの丸みの部分がはみ出さないようにする */ }

.tab-button {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  background-color: #eee;
  transition: background-color 0.3s;
  border-radius: 10px 10px 0 0;
  /* 上部の左右に丸みを追加 */
  margin-right: 5px;
  /* タブボタン間のスペース */
  position: relative;
  /* 下線を隠すために必要 */
  margin-bottom: -2px;
  /* タブボタンの下線を隠す */
  font-weight: 600;
  /* フォントを少し太く */ }
  .tab-button:hover {
    background-color: #ddd; }
  .tab-button.active {
    background-color: #FDDADD; }

/* タブコンテンツのスタイル */
.tab-content {
  border: 1px solid #FDDADD;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  /* 下部の左右に丸みを追加 */ }

.tab-pane {
  display: none;
  overflow: scroll; }
  .tab-pane.active {
    display: block; }

.wp-profile-box-wrap {
  display: flex;
  gap: 10px; }
  @media (max-width: 40em) {
    .wp-profile-box-wrap {
      flex-wrap: wrap; } }
  .wp-profile-box-wrap .wp-profile-box {
    width: 100%; }

.write-profile {
  border: 1px solid #7E6763;
  border-radius: 3px;
  padding: 1em; }
  .write-profile dl {
    display: flex;
    flex-wrap: wrap; }
    .write-profile dl dt {
      width: 12em; }
    .write-profile dl dd {
      width: calc(100% - 12em); }

.yomigana {
  color: darkgray;
  font-size: 0.5em; }
