@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =======================
共通
======================= */
@media print, screen and (min-width: 960px) {
  br.spview {
    display: none !important;
  }
}
@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}
@media print, screen and (max-width: 960.001px) {
  br.pcview {
    display: none !important;
  }
}

body {
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
@media screen and (min-width: 960.001px) {
  body {
    font-size: 16px;
  }
}
body * {
  letter-spacing: 0;
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  text-align: justify;
}

li {
  text-align: justify;
}

th, td {
  text-align: justify;
}

div {
  text-align: justify;
}

.l-content * {
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  #lp-content .post_content, #main_content .post_content {
    font-size: 13px;
  }
}

.has-white-background-color {
  color: #000;
}

@media screen and (max-width: 960px) {
  .sp-column-reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.page .post_content > * {
  margin-bottom: 0;
}

.page p, .page li, .single p, .single li, .archive p, .archive li {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .page p, .page li, .single p, .single li, .archive p, .archive li {
    font-size: 16px;
  }
}

.page h2, .page .ttl-design, .single h2, .single .ttl-design {
  font-size: 22px;
}
@media screen and (min-width: 960.001px) {
  .page h2, .page .ttl-design, .single h2, .single .ttl-design {
    font-size: 30px;
  }
}
.page h2:not(.is-style-section_ttl), .page .ttl-design:not(.is-style-section_ttl), .single h2:not(.is-style-section_ttl), .single .ttl-design:not(.is-style-section_ttl) {
  font-weight: 600;
  padding: 10px 20px;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.page h2, .page h3, .page h4 {
  margin: 0;
  font-weight: 400;
}

.ff-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}

.p-postList.-type-card, .p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

/* =======================
固定ページ共通
======================= */
.page .post_content {
  margin-top: 0;
}
.page .l-content {
  padding-top: 0;
  margin-bottom: 0;
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header__menuBtn.sp_ {
  display: block !important;
  right: 0px;
  top: 0px;
  position: fixed;
  width: auto;
  height: auto;
  row-gap: 5px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__menuBtn.sp_:hover {
  background-color: #316B61;
}
.l-header__menuBtn.sp_ .c-iconBtn {
  height: 65px;
  width: 70px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 960.001px) {
  .l-header__menuBtn.sp_ .c-iconBtn {
    height: 94px;
    width: 100px;
  }
}
.l-header__menuBtn.sp_ .c-iconBtn .c-iconBtn__icon::before {
  content: "";
  width: 30px;
  height: 13px;
  background: url(/wp-content/uploads/2025/03/menu.svg) no-repeat center/contain;
}
@media screen and (min-width: 960.001px) {
  .l-header__menuBtn.sp_ .c-iconBtn .c-iconBtn__icon::before {
    width: 40px;
    height: 18px;
  }
}
.l-header__menuBtn.sp_ .c-iconBtn__label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (min-width: 960.001px) {
  .l-header__menuBtn.sp_ .c-iconBtn__label {
    font-size: 16px;
  }
}

.l-header__gnav .c-gnav .sp-menu {
  display: none !important;
}
.l-header__gnav .c-gnav li a:hover {
  opacity: 0.7;
}
.l-header__gnav .c-gnav li a span {
  font-size: clamp(14px, 1.3vw, 18px) !important;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .l-header__gnav .c-gnav > li {
    padding-bottom: 33px;
  }
}
.l-header__gnav .c-gnav > li > a {
  border-right: 1px solid #fff;
  padding-inline: 18px;
}
.l-header__gnav .c-gnav > li > a::after {
  content: none !important;
}

.l-fixHeader .w-header {
  display: none;
}

.p-breadcrumb {
  z-index: 2;
}

.p-breadcrumb__list {
  gap: 10px;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .p-breadcrumb__list {
    padding-bottom: 0;
  }
}
.p-breadcrumb__list .p-breadcrumb__item {
  font-size: 14px;
  gap: 10px;
}
@media screen and (min-width: 960.001px) {
  .p-breadcrumb__list .p-breadcrumb__item {
    font-size: 16px;
  }
}
.p-breadcrumb__list .p-breadcrumb__item::after {
  content: ">";
  font-size: 1em;
  background: none;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin-bottom: 3px;
}
@media screen and (min-width: 960.001px) {
  .p-breadcrumb__list .p-breadcrumb__item:last-of-type {
    overflow: hidden;
  }
  .p-breadcrumb__list .p-breadcrumb__item:last-of-type span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.p-breadcrumb__list .p-breadcrumb__item:last-of-type::after {
  content: none;
}
.p-breadcrumb__list .p-breadcrumb__item:not(:last-of-type) {
  color: #5E7E69;
}
.p-breadcrumb__list .p-breadcrumb__item span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-breadcrumb__list .p-breadcrumb__item .__home {
  border-bottom: 1px solid #5E7E69;
}
.p-breadcrumb__list .p-breadcrumb__item .__home:before {
  content: none;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

/* =======================
各ページの調整
======================= */
/* =======================
ハンバーガーメニュー
======================= */
.p-spMenu {
  display: block !important;
}

.p-spMenu__body {
  padding: 24px 0px 24px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-spMenu__body .p-spMenu__nav {
  height: 100%;
  margin-top: 50px;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__body .p-spMenu__nav {
    height: auto;
    padding: 0;
    margin-top: 0;
    margin-inline: auto;
    max-width: 1120px;
    padding-inline: 20px;
  }
}

.c-spnav {
  padding-bottom: 50px;
  display: grid;
  -webkit-column-gap: clamp(20px, 2.3vw, 40px);
     -moz-column-gap: clamp(20px, 2.3vw, 40px);
          column-gap: clamp(20px, 2.3vw, 40px);
}
@media screen and (min-width: 960.001px) {
  .c-spnav {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: -webkit-max-content 1fr 1fr 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr 1fr 1fr max-content;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content max-content max-content 1fr;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-spnav .pc-menu {
  display: none !important;
}
.c-spnav > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  padding-inline: 25px;
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li {
    padding-bottom: 25px;
    padding-inline: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li:nth-of-type(1), .c-spnav > li.menu-item-has-children {
    grid-row: 1/-1;
  }
}
.c-spnav > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-spnav > li a:hover {
  opacity: 0.7;
}
.c-spnav > li > a {
  color: #608569;
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px !important;
  padding: 0 0 15px;
  display: block;
  border-bottom: none;
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li > a {
    font-size: 24px;
    padding-top: 0 !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #C4C4C4;
  }
}
.c-spnav > li > a:hover {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.c-spnav > li:first-of-type {
  border-bottom: 1px solid #C4C4C4 !important;
  padding-bottom: 0;
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li:first-of-type {
    border-bottom: none !important;
  }
}
.c-spnav > li:first-of-type > a {
  padding-top: 0 !important;
  border: none;
}
.c-spnav > li:not(.menu-item-has-children) {
  border-bottom: none;
}
.c-spnav > li:not(.menu-item-has-children, :nth-of-type(1)) {
  padding-block: 0;
}
.c-spnav > li.other {
  padding-top: 15px;
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li.other {
    padding-top: 0;
  }
}
.c-spnav > li ul a, .c-spnav > li:not(.menu-item-has-children, :nth-of-type(1)) a {
  line-height: 2.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 16px !important;
  font-weight: 400;
  padding: 0 !important;
  border: none;
  color: #000000;
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li ul a, .c-spnav > li:not(.menu-item-has-children, :nth-of-type(1)) a {
    font-size: clamp(18px, 2vw, 20px) !important;
  }
}
.c-spnav > li ul a::before, .c-spnav > li:not(.menu-item-has-children, :nth-of-type(1)) a::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url(/wp-content/uploads/2025/03/menu-arrow.svg) no-repeat center/contain;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.c-spnav > li .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0;
}
@media screen and (min-width: 960.001px) {
  .c-spnav > li .sub-menu {
    grid-template-columns: 100%;
    padding-top: 18px;
  }
}
.c-spnav > li .sub-menu .sub-menu {
  grid-template-columns: 100%;
}
.c-spnav > li .sub-menu .sub-menu a {
  line-height: 1.5;
  margin-block: 4px;
}

.c-widget__title {
  display: none;
}

.c-listMenu a:hover {
  background: none;
}

.c-spnav .sub-menu {
  padding-block: 10px;
}
.c-spnav .sub-menu .sub-menu {
  padding: 0 10px 0 15px;
}
.c-spnav .sub-menu .sub-menu a {
  font-size: clamp(13px, 1.3vw, 17px) !important;
}
.c-spnav .sub-menu .sub-menu a::before {
  content: "-";
  color: #81AE7E;
  background: none;
  width: auto;
  height: auto;
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
  content: none;
}

.-right .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  padding-top: 0px;
}

/* =======================
トップページ
======================= */
.page #content {
  padding-top: 0px;
}

/* =======================
フッター上ウィジェットブロック
======================= */
/* =======================
フッター
======================= */
.p-fixBtnWrap {
  right: 13px;
  bottom: 85px;
}
@media screen and (min-width: 960.001px) {
  .p-fixBtnWrap {
    right: 140px;
    bottom: 20px;
  }
}

.c-fixBtn {
  background-color: #2C5C54;
  border-color: #2C5C54;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-fixBtn:hover {
  background: #fff !important;
  color: #2C5C54 !important;
}

.w-beforeFooter {
  margin-top: 0;
  margin-bottom: 0;
}
.w-beforeFooter a {
  text-decoration: none;
}

footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.7;
}
footer .l-footer__widgetArea {
  padding: 0;
  padding: 40px 17px;
}
@media screen and (min-width: 960.001px) {
  footer .l-footer__widgetArea {
    padding: 80px 20px 100px;
  }
}
footer .w-footer__box {
  padding: 0;
}
@media screen and (max-width: 960px) {
  footer .w-footer__box + .w-footer__box {
    margin-top: 3em;
  }
}
footer .w-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1080px;
  font-size: 16px;
  background: #fff;
  padding: 30px 17px 20px;
}
@media screen and (min-width: 960.001px) {
  footer .w-footer {
    padding: 40px clamp(20px, 3vw, 36px) 26px;
  }
}
footer .l-footer__foot {
  padding-top: 0;
  padding-bottom: 75px;
}
@media screen and (min-width: 960.001px) {
  footer .l-footer__foot {
    padding-bottom: 0;
  }
}
footer .l-footer__foot .copyright {
  font-size: 16px;
  position: absolute;
  bottom: 135px;
  left: 50px;
}
@media screen and (min-width: 960.001px) {
  footer .l-footer__foot .copyright {
    right: max(50vw - 520px, 36px);
    left: auto;
    bottom: 125px;
  }
}

/* =======================
下層ヘッダー
======================= */
/* =======================
記事一覧
======================= */
.archive .c-pageTitle__subTitle {
  display: none;
}

.p-postList {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.p-postList .icon-posted:before {
  content: none;
}
.p-postList .p-postList__item {
  margin-bottom: 40px;
  padding: 0 !important;
}
.p-postList .p-postList__link {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-postList .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-postList .c-postThumb__figure {
  height: auto;
  aspect-ratio: 8/5;
}
.p-postList .c-postThumb__cat {
  background: #C1AC80;
  padding: 7px 10px;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
  font-size: 13px;
  right: auto;
  left: 0;
  text-decoration: none;
}
.p-postList .c-postThumb__cat::before {
  content: none;
}
.p-postList .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-postList .p-postList__body .p-postList__meta {
  margin: 0;
}
.p-postList .p-postList__body .p-postList__times {
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__body .p-postList__times {
    font-size: 18px;
  }
}
.p-postList .p-postList__body .p-postList__title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__body .p-postList__title {
    font-size: 18px;
  }
}
.p-postList .p-postList__body .p-postList__excerpt {
  font-size: 15px;
  margin-top: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .c-tabBody .icon-posted:before, .category .c-tabBody .icon-posted:before {
  content: "\e931";
}
.blog .c-tabBody .p-postList__item, .category .c-tabBody .p-postList__item {
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__item, .category .c-tabBody .p-postList__item {
    width: calc((100% - 24px) / 2);
  }
}
.blog .c-tabBody .p-postList__body, .category .c-tabBody .p-postList__body {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #518577;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
    font-size: 20px;
  }
}
.blog .c-tabBody .p-postList__body .p-postList__excerpt, .category .c-tabBody .p-postList__body .p-postList__excerpt {
  margin-bottom: 5px;
}
.blog .c-tabBody .p-postList__body .c-postTimes__posted, .category .c-tabBody .p-postList__body .c-postTimes__posted {
  font-size: 12px;
}
.blog .l-content, .category .l-content {
  padding-top: 0em;
}
@media screen and (min-width: 960.001px) {
  .blog .l-content, .category .l-content {
    padding-top: 2em;
  }
}

.c-pagination .page-numbers {
  width: 36px;
  height: 36px;
  font-weight: 700;
  background: #DEDEDE;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination .page-numbers.current {
  background: #518577;
}
.c-pagination .page-numbers:hover {
  background: #518577;
}

.wp-block-tag-cloud {
  gap: 5px;
}
.wp-block-tag-cloud a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 20px;
}
.wp-block-tag-cloud a::before {
  content: "#";
}
.wp-block-tag-cloud a:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  color: var(--blue);
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  height: auto;
  line-height: 1;
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
}
.page-numbers.current {
  border-color: #000;
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}

/* =======================
記事詳細
======================= */
.single h2 {
  margin: 0 0 20px;
}
@media screen and (min-width: 960.001px) {
  .single h2 {
    margin-bottom: 30px;
  }
}
.single h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  margin: 1.5em 0 1em;
}
@media screen and (min-width: 960.001px) {
  .single h3 {
    font-size: 26px;
  }
}
.single h3 strong {
  font-weight: 500;
}
.single .p-articleThumb img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single .post_content {
  margin-top: 35px;
}
.single .l-mainContent__inner > .post_content {
  margin-bottom: 30px;
}
.single .p-articleFoot {
  padding-top: 30px;
}
.single .p-articleFoot .p-articleMetas {
  gap: 10px;
}
.single .p-articleFoot .c-categoryList::before {
  content: none;
}
.single .p-articleFoot .c-categoryList a {
  background: #547B74;
  color: #fff;
  border: 1px solid #547B74;
  font-size: 14px;
  padding: 1px 9px;
}
.single .p-articleFoot .c-categoryList a:hover {
  color: #547B74;
  background: #fff;
}
.single .p-pnLinks .-next .p-pnLinks__link:hover, .single .p-pnLinks .-prev .p-pnLinks__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single .p-pnLinks .-prev .p-pnLinks__link {
  margin-right: 13px;
}
.single .p-pnLinks__item.-next .p-pnLinks__thumb {
  margin-left: 13px;
}
.single .p-pnLinks__title {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.single .l-articleBottom h2 {
  padding: 0 0 0 20px;
  border-left: 2px solid #547B74;
  margin-bottom: 30px;
}
.single .l-articleBottom .p-postList {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 30px;
}
.single .l-articleBottom .p-postList__item {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 960.001px) {
  .single .l-articleBottom .p-postList__item {
    width: calc((100% - 32px) / 3);
  }
}
.single .l-articleBottom .p-postList__title {
  color: #518577;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single .l-articleBottom .c-postTimes__posted {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.single .l-articleBottom .c-postTimes__posted::before {
  content: "";
  width: 1em;
  height: 1.4em;
  background: url(/wp-content/uploads/2025/05/time-icon-black.svg) no-repeat center/contain;
}

/* =======================
サイドバー
======================= */
@media screen and (min-width: 960.001px) {
  .-sidebar-on .l-mainContent {
    width: 67%;
  }
}

#sidebar a {
  text-decoration: none;
}
#sidebar h2.wp-block-heading {
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
  border-left: 2px solid #547B74;
  margin-bottom: 16px;
  margin-top: 28px !important;
}
@media screen and (min-width: 960.001px) {
  #sidebar h2.wp-block-heading {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 35px !important;
  }
}
#sidebar h2, #sidebar h3 {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
#sidebar li {
  font-size: 14px;
}
#sidebar .side__about {
  border: 1px solid #C4C4C4;
  padding: 20px;
}
#sidebar .side__about .logo {
  width: 120px;
  margin-inline: auto;
}
#sidebar .side__about h2 {
  margin: 0 !important;
  font-weight: 500;
  padding: 0;
  border: none;
}
#sidebar .side__about .about {
  font-size: 12px;
  margin-bottom: 20px;
}
#sidebar .side__about .txt {
  font-size: 14px;
  margin-bottom: 16px;
}
#sidebar .side__about .instagram {
  width: 16px;
  margin-inline: auto;
}
#sidebar .widget_search .c-searchForm__s {
  border-color: #CDCDCD;
}
#sidebar .widget_search .c-searchForm__submit {
  background: #547B74 !important;
  border-color: #547B74;
}
#sidebar .widget_search .c-searchForm__submit::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/04/search-icon.svg) no-repeat center/contain;
}
#sidebar .wp-block-categories > li > a {
  font-size: 15px;
}
#sidebar .wp-block-categories > li > a::before {
  content: "";
  width: 5px;
  height: 7px;
  background: url(/wp-content/uploads/2025/04/cat-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .wp-block-categories > li > a:hover {
  opacity: 0.7;
}
#sidebar .wp-block-categories > li > a:hover::before {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
#sidebar .p-postList__body .icon-posted {
  font-size: 12px;
}
#sidebar .p-postList__body .icon-posted::before {
  content: "\e931";
}
#sidebar .p-postList__body .p-postList__cat {
  background: #C1AC80;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 11px;
  text-decoration: none;
}
#sidebar .p-postList__body .p-postList__cat::before {
  content: none;
}
#sidebar .p-postList__body .p-postList__title {
  color: #518577;
  font-size: 14px;
  font-weight: 500;
}
#sidebar .side__column .p-postList__title {
  margin-bottom: 5px;
}
#sidebar .side__column .p-postList__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sidebar .side__news .p-postList {
  border-top: none;
}
#sidebar .side__news .p-postList__link {
  border-color: #C7C7C7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .side__news .p-postList__link:hover {
  opacity: 0.7;
  background: none;
}
#sidebar .side__news .p-postList__item {
  margin-bottom: 0;
}
#sidebar .side__news .p-postList__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#sidebar .side__news .p-postList__body .icon-posted::before {
  content: none;
}
#sidebar .side__news .p-postListWrap {
  margin-bottom: 24px;
}
#sidebar .side__news .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .side__news .wp-block-buttons a {
  border: 1px solid #547B74;
}
#sidebar .side__news .wp-block-buttons a:hover {
  color: #547B74 !important;
  background: #fff !important;
}

/* =======================
404
======================= */
/* =======================
検索
======================= */
.post_content {
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  固定ページ共通
  ======================= */
  /* =======================
  トップページ
  ======================= */
}
.post_content .is-style-btn_line a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #518577;
  color: #518577;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  min-height: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .is-style-btn_line a {
    font-size: 18px;
    padding: 15px 26px;
  }
}
.post_content .is-style-btn_line a::after {
  content: "";
  width: 29px;
  height: 7px;
  background: url(/wp-content/uploads/2025/03/arrow-green.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.post_content .is-style-btn_line a:hover {
  background: #518577;
  color: #fff;
}
.post_content .is-style-btn_line a:hover::after {
  background-image: url(/wp-content/uploads/2025/03/right-arrow.svg);
}
@media screen and (min-width: 960.001px) {
  .post_content .is-style-btn_line.pc-left a {
    margin-left: 0;
  }
}
.post_content .cmn__shadow {
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.23);
          box-shadow: 0 5px 9px rgba(0, 0, 0, 0.23);
}
.post_content .page__fv {
  margin: 30px 30px 0 !important;
  width: calc(100vw - var(--swl-scrollbar_width, 0) - 60px);
  line-height: 1.5;
  min-height: 500px;
  position: relative;
}
@media not all and (min-width: 960px) {
  .post_content .page__fv {
    height: max(290px, 77vw);
  }
}
@media screen and (max-width: 960px) {
  .post_content .page__fv {
    min-height: 290px;
    margin: 20px 20px 0 !important;
    width: calc(100vw - var(--swl-scrollbar_width, 0) - 40px);
  }
}
.post_content .page__fv::before {
  content: none;
}
.post_content .page__fv > .swell-block-fullWide__inner {
  position: static;
}
.post_content .page__fv .fv__title {
  background: #fff;
  min-width: 560px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 30px 60px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .post_content .page__fv .fv__title {
    font-size: 12px;
    left: 10px;
    min-width: 300px;
    padding: 18px;
  }
}
.post_content .page__fv .fv__title .ff-en {
  margin-bottom: 2px;
}
.post_content .page__fv .fv__title h1 {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  .post_content .page__fv .fv__title h1 {
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */