@charset "UTF-8";
/*
Theme Name: 四季工房
Author: FOIS
*/
*,
*::after,
*::before {
  box-sizing: border-box; }

ul {
  list-style: none; }

img {
  line-height: 1; }

a {
  transition: all 0.3s ease-in-out;
  outline: 0 none;
  text-decoration: none; }
  a:hover {
    transition: all 0.3s ease-in-out; }

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-size: 1.5rem;
  min-height: 100vh;
  line-height: 1.6; }

main {
  flex: 0 0 auto; }

.wp-block-column > h2, .wp-block-cover__inner-container > h2, .wp-block-group > h2, .wp-block-group__inner-container > h2, .wp-block-latest-posts__post-full-content > div:not([class]) > h2, .wp-block-latest-posts__post-full-content > h2, .wp-block-media-text__content > h2 {
  color: #000; }

.mg_tp5 {
  margin-top: 5px !important; }

.mg_bt5 {
  margin-bottom: 5px !important; }

.mg_tp10 {
  margin-top: 10px !important; }

.mg_bt10 {
  margin-bottom: 10px !important; }

.mg_tp15 {
  margin-top: 15px !important; }

.mg_bt15 {
  margin-bottom: 15px !important; }

.mg_tp20 {
  margin-top: 20px !important; }

.mg_bt20 {
  margin-bottom: 20px !important; }

.mg_tp25 {
  margin-top: 25px !important; }

.mg_bt25 {
  margin-bottom: 25px !important; }

.mg_tp30 {
  margin-top: 30px !important; }

.mg_bt30 {
  margin-bottom: 30px !important; }

.mg_tp35 {
  margin-top: 35px !important; }

.mg_bt35 {
  margin-bottom: 35px !important; }

.mg_tp40 {
  margin-top: 40px !important; }

.mg_bt40 {
  margin-bottom: 40px !important; }

.mg_tp45 {
  margin-top: 45px !important; }

.mg_bt45 {
  margin-bottom: 45px !important; }

.mg_tp50 {
  margin-top: 50px !important; }

.mg_bt50 {
  margin-bottom: 50px !important; }

.mg_tp55 {
  margin-top: 55px !important; }

.mg_bt55 {
  margin-bottom: 55px !important; }

.mg_tp60 {
  margin-top: 60px !important; }

.mg_bt60 {
  margin-bottom: 60px !important; }

.clearboth::after {
  content: "";
  display: block;
  clear: both; }

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'icomoon';
  src: url("override/src/fonts/icomoon.woff2") format("woff2"), url("override/src/fonts/icomoon.ttf") format("truetype"), url("override/src/fonts/icomoon.wof") format("woff"), url("override/src/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@media (min-width: 768px), print {
  .l-container {
    margin-top: 100px; } }
@media (max-width: 767px) {
  .l-container {
    margin-top: 62px; } }

ul.is-style-default {
  list-style-type: disc; }

.cmn_txt_bold {
  font-weight: 600; }

@media (min-width: 768px), print {
  .pchide {
    display: none !important; } }

@media (max-width: 767px) {
  .sphide {
    display: none !important; } }

h2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-weight: 600;
  font-size: 3.2rem; }
  @media (min-width: 768px), print {
    h2 {
      margin: 0 auto 50px !important; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.4rem; } }

.cmn_btn {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  text-align: center; }
  @media (max-width: 1023px) {
    .cmn_btn {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (max-width: 767px) {
    .cmn_btn {
      display: block;
      width: 100%; } }
  .cmn_btn .smb-btn {
    background-color: #000;
    border-radius: 0;
    display: inline-flex;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-size: 1.6rem;
    line-height: 1;
    padding: 20px 30px;
    position: relative;
    white-space: normal; }
    @media (min-width: 768px), print {
      .cmn_btn .smb-btn {
        padding: 20px 50px; } }
    .cmn_btn .smb-btn::after {
      transition: all 0.3s ease-in-out;
      content: '\e901';
      font-family: "icomoon";
      position: absolute;
      right: 5%;
      top: 50%;
      transform: translateY(-50%); }
    .cmn_btn .smb-btn:hover {
      background-color: #00b478 !important;
      color: #fff; }
      .cmn_btn .smb-btn:hover::after {
        right: 4%; }

.cmn_pdf_btn {
  padding: 0; }
  .cmn_pdf_btn a::after {
    content: "" !important; }

.cmn_sub_top {
  background: #f1f1f1;
  margin: 0 0 60px  !important;
  padding: 0 !important; }
  .cmn_sub_top .c-container {
    margin: !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important; }
    .cmn_sub_top .c-container .c-row .c-row__col:nth-child(1) {
      padding: 30px;
      width: 40%; }
    .cmn_sub_top .c-container .c-row .c-row__col:nth-child(2) {
      width: 60%; }
  .cmn_sub_top .smb-section__subtitle a {
    color: #006845;
    font-size: 1.5rem;
    font-weight: 400; }
  .cmn_sub_top .smb-section__title {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0; }
  .cmn_sub_top .smb-section__lede {
    font-size: 1.5rem; }
  .cmn_sub_top > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .c-row > .c-row__col > .smb-section-break-the-grid__figure {
    margin: 0 !important; }
  .cmn_sub_top .smb-section-break-the-grid__content {
    margin-bottom: 0 !important; }
  .cmn_sub_top .smb-section-break-the-grid__body {
    margin-top: 0 !important; }
  @media (max-width: 1023px) {
    .cmn_sub_top .c-row {
      flex-direction: column-reverse !important; }
      .cmn_sub_top .c-row .c-row__col:nth-child(1), .cmn_sub_top .c-row .c-row__col:nth-child(2) {
        width: 100% !important; }
        .cmn_sub_top .c-row .c-row__col:nth-child(1) .smb-section-break-the-grid__figure, .cmn_sub_top .c-row .c-row__col:nth-child(2) .smb-section-break-the-grid__figure {
          left: 0 !important; }
      .cmn_sub_top .c-row .c-row__col:nth-child(1) {
        padding: 40px 4% !important; }
    .cmn_sub_top .smb-section__title {
      font-size: 2.4rem; } }

.cmn_intro_mg {
  margin-bottom: 30px !important; }

.centermode {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media (max-width: 767px) {
  .sp_imgfirst .wp-block-column:first-child {
    order: 2; }
  .sp_imgfirst .wp-block-column:nth-child(2) {
    order: 1; } }

.cmn_lst_box {
  margin-bottom: 30px; }
  .cmn_lst_box ol {
    list-style: decimal; }
  .cmn_lst_box .cmn_ttl_green_middle {
    margin-top: 20px; }
    .cmn_lst_box .cmn_ttl_green_middle:first-child {
      margin-top: 0; }

.cmn_number_lst {
  list-style: decimal; }

.cmn_ttl_large {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 20px; }

.cmn_ttl_middle {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 15px 0 15px; }

.cmn_ttl_green_middle {
  color: #0b9f5c;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0; }

.cmn_bortop_ttl {
  color: #0b9f5c !important;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px !important;
  padding: 0; }
  .cmn_bortop_ttl::before {
    background: #0b9f5c;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 15px;
    width: 30px; }

.cmn_borbtm_ttl {
  border-bottom: 1px solid #dbd8d5 !important;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 20px !important;
  padding: 0 0 10px !important; }

.cmn_borbtm_dashed {
  border-bottom: 1px dashed #dbd8d5;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 100;
  padding: 0 20px 5px 0;
  margin: 0 0 5px; }

.cmn_borbtm_dashed_bigtxt {
  border-bottom: 1px dashed #dbd8d5;
  display: inline-block;
  font-weight: normal;
  font-size: 2.4rem;
  margin: 0 0 10px;
  padding: 0 20px 10px 0; }

.cmn_catch_txt {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: normal;
  margin: 0 0 20px !important;
  padding: 0; }

.cmn_note_txt {
  color: #4d4d4d;
  font-size: 1.3rem; }

.cmn_btn.external a::after {
  content: '\e90b' !important; }
@media (max-width: 767px) {
  .cmn_btn.external a {
    padding: 20px 50px; } }

.cmn_imgs_wrap figure.wp-block-image {
  margin-bottom: 20px; }
.cmn_imgs_wrap .cmn_ttl_green_middle {
  margin-bottom: 20px !important; }

.cmn_border_box_w {
  padding: 20px 30px;
  border: 1px solid #dbd8d5; }

.sub_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .sub_wrap {
      padding-left: 4%;
      padding-right: 4%; } }
  .sub_wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 20px !important; }
  .sub_wrap .sub_wrap_box {
    margin-bottom: 50px; }

.cmn_ul_dot {
  padding-left: 0; }
  .cmn_ul_dot li {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 10px;
    padding-left: 2rem;
    position: relative; }
    .cmn_ul_dot li::before {
      color: #0b9f5c;
      content: '\f111';
      font-family: "Icomoon", serif;
      left: 0;
      position: absolute;
      top: 1px; }
    .cmn_ul_dot li .sdgs_li_ttl {
      display: block; }
    @media (max-width: 1023px) {
      .cmn_ul_dot li br {
        display: none; } }

.c-fluid-container .c-row {
  height: 50px; }

@media (min-width: 1200px), print {
  .p-global-nav {
    min-width: 860px; } }
@media (max-width: 1199px), print {
  .p-global-nav {
    min-width: 800px; } }
.p-global-nav .c-navbar__item > a {
  font-size: 1.4rem;
  font-weight: normal; }
  @media (min-width: 1200px), print {
    .p-global-nav .c-navbar__item > a {
      padding-bottom: 15px !important;
      padding-top: 8px !important; } }
  @media (max-width: 1199px), print {
    .p-global-nav .c-navbar__item > a {
      padding: 12px; } }

@media (max-width: 1023px) {
  .c-site-branding__title {
    text-align: center;
    padding-right: 30px; } }
.c-site-branding__title a {
  display: inline-block; }
  .c-site-branding__title a .custom-logo {
    width: 200px !important; }

@media (min-width: 1200px), print {
  .c-container {
    padding-left: 0; } }
@media (max-width: 1199px), print {
  .c-container {
    padding: 0 0; } }

@media (max-width: 1023px) {
  .c-hamburger-btn__bars {
    height: 23px;
    width: 30px; } }

@media (max-width: 1023px) {
  .c-hamburger-btn__bar {
    height: 2px; }
    .c-hamburger-btn__bar:nth-of-type(2) {
      top: 10px; }
    .c-hamburger-btn__bar:nth-of-type(3) {
      top: 20px; } }

.c-hamburger-btn__label {
  display: none; }

@media (min-width: 1024px), print {
  .l-2row-header__row:first-child {
    padding-bottom: 0 !important; } }
@media (min-width: 1024px), print {
  .l-2row-header__row:last-child {
    margin: 0 !important; } }
@media (min-width: 1024px), print {
  .l-2row-header__row .u-invisible-md-down {
    margin: 0 !important; } }

@media (min-width: 1024px), print {
  .hd_subbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    width: 220px; } }
@media (min-width: 1024px), print {
  .hd_subbox .cmn_sns ul {
    padding: 10px 0 4px; } }

.cmn_sns ul {
  display: flex;
  padding: 0; }
  .cmn_sns ul li {
    margin-right: 15px; }

.cmn_accordion .smb-accordion__item__title {
  background: #fff;
  border-bottom: 1px solid #dbd8d5;
  border-top: 1px solid #0b9f5c;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 15px 50px 15px 0;
  position: relative; }
  .cmn_accordion .smb-accordion__item__title::before {
    border: 1px solid #0b9f5c;
    border-radius: 50%;
    content: '+';
    color: #0b9f5c;
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: calc(50% - 15px);
    right: 4%; }
  @media (min-width: 768px), print {
    .cmn_accordion .smb-accordion__item__title {
      font-size: 2.2rem; } }
  @media (max-width: 767px) {
    .cmn_accordion .smb-accordion__item__title {
      font-size: 1.8rem; } }
.cmn_accordion .smb-accordion__item__control:checked + .smb-accordion__item__title::before {
  content: '-'; }
.cmn_accordion .smb-accordion__item__title__icon {
  display: none; }
.cmn_accordion .smb-accordion__item__body {
  padding: 0; }
.cmn_accordion h5 {
  color: #0b9f5c;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0; }
.cmn_accordion .smb-information {
  margin: 0; }
  .cmn_accordion .smb-information .smb-information__item {
    border-bottom: 1px solid #dbd8d5;
    margin: 0 0 15px;
    padding: 0 0 15px; }
    .cmn_accordion .smb-information .smb-information__item .smb-information__item__label {
      color: #0b9f5c;
      font-weight: 600; }
  .cmn_accordion .smb-information:last-child .smb-information__item {
    border: none;
    margin: 0;
    padding: 0; }

.cmn_notebox {
  background: #f7f7f7;
  border: 1px solid #dbd8d5;
  margin: 0 0 20px;
  padding: 20px 30px; }
  .cmn_notebox p:last-child {
    margin-bottom: 0; }

.wp-block-cover.cmn_cv {
  min-height: auto; }
  @media (min-width: 768px), print {
    .wp-block-cover.cmn_cv {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .wp-block-cover.cmn_cv {
      padding: 30px 0; } }
  .wp-block-cover.cmn_cv h2 {
    font-weight: normal; }
    @media (min-width: 768px), print {
      .wp-block-cover.cmn_cv h2 {
        font-size: 2.2rem; } }
    @media (max-width: 767px) {
      .wp-block-cover.cmn_cv h2 {
        font-size: 1.8rem;
        margin-bottom: 40px; } }
  .wp-block-cover.cmn_cv .wp-block-columns {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1054px; }
    @media (max-width: 1023px) {
      .wp-block-cover.cmn_cv .wp-block-columns {
        padding-left: 4%;
        padding-right: 4%; } }
    .wp-block-cover.cmn_cv .wp-block-columns .wp-block-column .cmn_btn {
      padding: 0; }
      .wp-block-cover.cmn_cv .wp-block-columns .wp-block-column .cmn_btn .btn_br a {
        background-color: #b67013; }
        .wp-block-cover.cmn_cv .wp-block-columns .wp-block-column .cmn_btn .btn_br a:hover {
          background-color: #00b478; }

.btn_grn a {
  background-color: #0b9f5c !important; }

@media (max-width: 767px) {
  .cmn_bnr {
    padding: 10px 0; } }
@media (max-width: 767px) {
  .cmn_bnr .wp-block-column {
    max-width: 48%;
    margin: 0 1% !important; } }

.breadcrumbs {
  color: #fff;
  font-size: .1rem;
  margin: 0;
  overflow-x: auto;
  padding: 20px 4%;
  white-space: nowrap; }
  .breadcrumbs a, .breadcrumbs span {
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }
  .breadcrumbs a span {
    color: #000 !important;
    font-weight: 400 !important;
    transition: .3s all ease-in-out; }
    .breadcrumbs a span:hover {
      color: #0b9f5c !important; }
  .breadcrumbs span span {
    color: #0b9f5c;
    font-weight: 700; }
  .breadcrumbs a::before, .breadcrumbs a::after {
    color: #000;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .breadcrumbs a::after {
    content: '\f105';
    display: inline-block;
    margin: 0 7px; }
  .breadcrumbs a:hover {
    color: #0b9f5c; }
  .breadcrumbs a.home::before {
    content: '\e902';
    transition: .3s all ease-in-out; }
  .breadcrumbs a.home:hover::before {
    color: #0b9f5c; }
  .breadcrumbs a.home span {
    display: none; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current {
    padding: 5px 10px;
    border-bottom: solid 1px #0b9f5c;
    color: #0b9f5c; }
  .wp-pagenavi a {
    color: #000;
    display: block;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out; }
  .wp-pagenavi a:hover, .wp-pagenavi a:hover::before {
    color: #0b9f5c; }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #fff;
    font-size: .1rem; }
    .wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
      color: #000;
      font-family: 'icomoon' !important;
      font-size: 2rem;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      transition: all 0.3s ease-in-out;
      line-height: 1; }
  .wp-pagenavi .nextpostslink {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0; }
    .wp-pagenavi .nextpostslink::before {
      content: '\f105'; }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    top: 0; }
    .wp-pagenavi .previouspostslink::before {
      content: '\f104'; }

.cmn_ttl_cat {
  border: 1px solid #004e34;
  color: #004e34;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 1.4rem;
  padding: 5px 15px;
  margin-bottom: 10px; }

footer {
  background-color: #f7f5f2; }
  @media (min-width: 1024px), print {
    footer {
      padding-top: 60px; } }
  @media (max-width: 1023px) {
    footer {
      padding-top: 30px; } }

.ft_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .ft_wrap {
      padding-left: 4%;
      padding-right: 4%; } }

.ft_link {
  margin-bottom: 20px; }
  @media (min-width: 1024px), print {
    .ft_link {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1024px), print {
    .ft_link .ft_logo {
      max-width: 290px; } }
  @media (max-width: 1023px) {
    .ft_link .ft_logo {
      max-width: 220px;
      margin-bottom: 10px; } }
  .ft_link .ft_box {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif; }
    .ft_link .ft_box .ft_box_txt01 {
      color: #006845;
      font-size: 1.6rem; }
      @media (max-width: 1023px) {
        .ft_link .ft_box .ft_box_txt01 {
          font-size: 1.4rem; } }
    @media (min-width: 1024px), print {
      .ft_link .ft_box .ft_box_txt02 {
        font-size: 1.4rem; } }
    @media (max-width: 1023px) {
      .ft_link .ft_box .ft_box_txt02 {
        font-size: 1.2rem; } }
  @media (min-width: 1024px), print {
    .ft_link .ft_info {
      margin-top: -4px; } }
  .ft_link .ft_info .ft_info_tel {
    color: #006845; }
    @media (min-width: 1024px), print {
      .ft_link .ft_info .ft_info_tel {
        display: block;
        font-size: 2.2rem; } }
    @media (max-width: 1023px) {
      .ft_link .ft_info .ft_info_tel {
        display: inline-block;
        font-size: 2rem; } }
    .ft_link .ft_info .ft_info_tel a {
      color: #006845; }
  .ft_link .ft_info .ft_info_txt {
    display: block;
    line-height: 1;
    text-align: right; }
    @media (min-width: 1024px), print {
      .ft_link .ft_info .ft_info_txt {
        display: block;
        font-size: 1.4rem; } }
    @media (max-width: 1023px) {
      .ft_link .ft_info .ft_info_txt {
        display: inline-block;
        font-size: 1.2rem;
        padding-left: 10px; } }

.ft_sitemap {
  border-top: 1px solid #dbd8d5;
  margin: 0 0 30px; }
  .ft_sitemap dl {
    border-bottom: 1px solid #dbd8d5;
    padding: 15px 0 18px; }
    @media (min-width: 1024px), print {
      .ft_sitemap dl {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px), print {
      .ft_sitemap dl dt {
        width: 100%;
        max-width: 200px; } }
    @media (max-width: 1023px) {
      .ft_sitemap dl dt {
        margin-bottom: 5px; } }
    .ft_sitemap dl dt a {
      color: #006845;
      font-size: 1.6rem;
      font-weight: normal; }
    @media (min-width: 1024px), print {
      .ft_sitemap dl dd {
        width: calc(100% - 200px); } }
    .ft_sitemap dl dd a {
      display: inline-block;
      color: #000;
      font-size: 1.4rem; }
      @media (max-width: 1023px) {
        .ft_sitemap dl dd a {
          font-size: 1.2rem; } }
      .ft_sitemap dl dd a:hover {
        color: #0b9f5c; }
      .ft_sitemap dl dd a::after {
        content: '／';
        padding: 0 10px;
        color: #006845; }

@media (min-width: 1024px), print {
  .ft_subbox {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.ft_subbox .ft_general ul {
  padding: 0; }
  @media (max-width: 1023px) {
    .ft_subbox .ft_general ul {
      margin-bottom: 20px; } }
  .ft_subbox .ft_general ul li {
    display: inline-block; }
    @media (min-width: 1024px), print {
      .ft_subbox .ft_general ul li {
        margin-bottom: 10px; } }
    .ft_subbox .ft_general ul li a {
      color: #000;
      font-size: 1.4rem; }
      @media (max-width: 1023px) {
        .ft_subbox .ft_general ul li a {
          font-size: 1.2rem; } }
      .ft_subbox .ft_general ul li a:hover {
        color: #0b9f5c; }
      .ft_subbox .ft_general ul li a::after {
        content: '|';
        padding: 0 10px;
        color: #006845; }

.ft_copyright {
  font-size: 1.2rem;
  padding: 60px 0;
  text-align: center; }

#page-top {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 20px;
  right: 20px; }
  @media (max-width: 767px) {
    #page-top {
      bottom: 110px; } }
  #page-top a {
    line-height: 100px;
    border: 1px solid #0b9f5c; }
    @media (min-width: 768px), print {
      #page-top a {
        width: 50px;
        height: 50px; } }
    #page-top a::before {
      border-left: 1px solid #0b9f5c;
      border-top: 1px solid #0b9f5c;
      content: "";
      height: 16px;
      left: 50%;
      margin-top: 8px;
      top: 50%;
      width: 16px;
      transform: rotate(45deg); }
    #page-top a svg {
      display: none; }

/*SP NAV*/
.c-drawer--inverse {
  background: #fff !important;
  right: auto !important;
  left: -100% !important;
  width: 260px !important; }
  .c-drawer--inverse .c-drawer__menu {
    margin-top: 70px; }
    .c-drawer--inverse .c-drawer__menu li {
      margin: 0 22px;
      padding: 0;
      border-top: 1px solid #9c9c9c;
      position: relative; }
      .c-drawer--inverse .c-drawer__menu li a {
        padding: 18px 0;
        color: #222;
        display: block;
        font-size: 14px;
        font-size: 1.4rem; }

.c-drawer[aria-hidden="false"] {
  left: 0 !important;
  right: auto !important; }

.c-hamburger-btn {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0); }
  .c-hamburger-btn[aria-expanded="true"] {
    background-color: #fff;
    display: block;
    left: 260px;
    padding: 15px 10px 5px;
    position: fixed;
    top: 72px; }

.l-header {
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  position: fixed;
  width: 100%; }
  .l-header .l-header__content {
    background: #fff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .l-header .l-header__content {
        padding-left: 4%;
        padding-right: 4%; } }
  .l-header .c-fluid-container .c-row {
    transition: 300ms; }
  .l-header .custom-logo-link img {
    transition: all 1s; }
  @media (min-width: 1200px), print {
    .l-header {
      height: 100px !important; } }

.sm-nav-menu-item-highlight {
  border: none !important;
  margin: 10px 22px !important;
  padding: 0 !important; }
  .sm-nav-menu-item-highlight a {
    color: #fff !important;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    text-align: center; }
  .sm-nav-menu-item-highlight.menu-item-2809 a {
    background: #0b9f5c !important; }
  .sm-nav-menu-item-highlight.menu-item-2810 a {
    background: #b67013 !important; }
  .sm-nav-menu-item-highlight.menu-item-2811 {
    display: none; }
    .sm-nav-menu-item-highlight.menu-item-2811 a {
      background: #000 !important; }

.home .sm-nav-menu-item-highlight.menu-item-2811 {
  display: block !important; }

#menu-head_menu_sp_sub {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }
  #menu-head_menu_sp_sub li {
    border: none;
    margin: 0 10px; }
    #menu-head_menu_sp_sub li a {
      padding: 10px 0; }

#sp-nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: .3s all ease-in-out; }
  #sp-nav.showme {
    visibility: visible;
    opacity: 1; }
  #sp-nav ul {
    padding-left: 0; }
    #sp-nav ul li a {
      align-items: center;
      color: #fff;
      display: flex !important;
      font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
      font-size: 1.6rem;
      justify-content: center;
      height: 46px;
      line-height: 1.3;
      padding: 5px !important;
      text-align: center; }
    #sp-nav ul li.third a {
      background: #900000 !important; }
    #sp-nav ul li:nth-child(1) a {
      background: #0b9f5c; }
    #sp-nav ul li:nth-child(2) a {
      background: #b67013; }
    #sp-nav ul li:nth-child(3) a {
      background: #333; }
  @media (min-width: 768px), print {
    #sp-nav {
      right: 20px;
      top: 150px;
      width: 100px; }
      #sp-nav.showme {
        top: 100px; }
      #sp-nav ul li {
        margin-top: 20px; }
        #sp-nav ul li a {
          height: 100px;
          width: 100%; }
        #sp-nav ul li:first-child {
          margin-top: 0; } }
  @media (max-width: 767px) {
    #sp-nav {
      bottom: 0;
      left: 0;
      top: auto !important;
      opacity: 1 !important;
      visibility: visible  !important;
      width: 100%; }
      #sp-nav ul {
        display: flex;
        width: 100%; }
        #sp-nav ul li {
          width: 100%; }
          #sp-nav ul li a {
            font-size: 1.6rem;
            padding: 15px; } }

.js_ofi img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%; }

.ft_cover {
  padding: 60px 0;
  background: #201d19 url("override/src/images/common/user-action-bg.png") 50% 50%;
  background-size: auto;
  background-size: cover; }

.ft_cover_in {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .ft_cover_in {
      padding-left: 4%;
      padding-right: 4%; } }

.ft_cover_ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #fff;
  margin: 0 0 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .ft_cover_ttl {
      font-size: 1.8rem; } }

.ft_cover_btn_lst {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important; }
  .ft_cover_btn_lst li {
    width: 48%; }
    .ft_cover_btn_lst li.btn_grn a {
      background-color: #0b9f5c; }
    .ft_cover_btn_lst li.btn_br a {
      background-color: #b67013; }
  @media (max-width: 767px) {
    .ft_cover_btn_lst {
      display: block; }
      .ft_cover_btn_lst li {
        margin-top: 20px;
        width: 100%; }
        .ft_cover_btn_lst li:first-child {
          margin-top: 0; } }

.ft_bnr_lst {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.725%;
  padding-bottom: 50px;
  padding-top: 30px; }
  @media (max-width: 1023px) {
    .ft_bnr_lst {
      padding-left: 4%;
      padding-right: 4%; } }
  .ft_bnr_lst li {
    width: 18.62%; }
  @media (max-width: 767px) {
    .ft_bnr_lst {
      gap: 4%; }
      .ft_bnr_lst li {
        margin-top: 15px;
        width: 48%; }
        .ft_bnr_lst li:nth-child(-n + 2) {
          margin-top: 0; } }

.c-container {
  /*max-width:  1080px !important;*/
  width: 100% !important; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999; }

#loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loading__el {
  color: #cbcbcb;
  font-size: .9rem;
  margin: 0 auto 0;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  border-radius: 100%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  line-height: 1.2; }
  .loading__el::before, .loading__el::after {
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 0;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out; }
  .loading__el::before {
    left: -3.5em;
    animation-delay: -0.32s; }
  .loading__el::after {
    left: 3.5em; }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
.c-entry__body > :not(:first-child) {
  margin-top: 0 !important; }

body.home .c-section {
  padding-bottom: 0;
  padding-top: 0; }
  body.home .c-section.widget_block {
    display: none; }

.hm_mainvisual {
  position: relative; }
  .hm_mainvisual .spider + .spider__dots {
    position: absolute;
    z-index: 20; }
    @media (min-width: 768px), print {
      .hm_mainvisual .spider + .spider__dots {
        bottom: 40px;
        right: 50px; } }
    @media (max-width: 767px) {
      .hm_mainvisual .spider + .spider__dots {
        bottom: 20px;
        right: 20px; } }
  .hm_mainvisual .spider__dots:not([data-thumbnails=true]) .spider__dot {
    background: #fff;
    height: 11px;
    width: 11px; }
    .hm_mainvisual .spider__dots:not([data-thumbnails=true]) .spider__dot[aria-current=true] {
      background: #004e34; }
  .hm_mainvisual .spider__figure {
    object-fit: cover; }
    @media (min-width: 768px), print {
      .hm_mainvisual .spider__figure {
        height: 80vh; } }
    @media (max-width: 767px) {
      .hm_mainvisual .spider__figure {
        height: 40vh; } }

.hm_topslide_wrap {
  width: 100%;
  max-width: 100%; }

.hm_topslide {
  background: #fff;
  position: relative;
  z-index: 8; }
  .hm_topslide .hm_topslide_bnr {
    padding: 0; }
  .hm_topslide .slick-slider {
    margin-bottom: 0 !important; }
  .hm_topslide .slick-slide {
    opacity: .2; }
    .hm_topslide .slick-slide img {
      width: 100%; }
  .hm_topslide .slick-current,
  .hm_topslide .slick-active {
    opacity: 1; }
  @media (min-width: 768px), print {
    .hm_topslide .slick-prev {
      border-left: 1px solid #555;
      left: 5%;
      transform: translateY(-50%) rotate(-45deg); } }
  @media (min-width: 768px), print {
    .hm_topslide .slick-next {
      border-right: 1px solid #555;
      right: 5%;
      transform: translateY(-50%) rotate(45deg); } }
  @media (min-width: 768px), print {
    .hm_topslide .slick-prev,
    .hm_topslide .slick-next {
      border-top: 1px solid #555;
      transition: all 0.3s ease-in-out;
      height: 60px;
      width: 60px; } }
  .hm_topslide .slick-prev::before,
  .hm_topslide .slick-next::before {
    content: ""; }
  .hm_topslide .slick-prev:hover,
  .hm_topslide .slick-next:hover {
    transition: all 0.3s ease-in-out;
    border-color: #bbb; }
  .hm_topslide .slick-arrow {
    display: block;
    top: 50%;
    z-index: 2 !important; }
  .hm_topslide .slick-dots {
    text-align: right; }
    .hm_topslide .slick-dots li {
      height: 16px;
      width: 16px; }
      .hm_topslide .slick-dots li button::before {
        color: #fff;
        opacity: 1; }
      .hm_topslide .slick-dots li.slick-active button::before {
        color: #004e34; }
    @media (min-width: 768px), print {
      .hm_topslide .slick-dots {
        bottom: 20px;
        right: 14%; }
        .hm_topslide .slick-dots li button::before {
          font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .hm_topslide .slick-dots {
        bottom: 10px;
        right: 3%; }
        .hm_topslide .slick-dots li button::before {
          font-size: 1.2rem; } }

.wp-block-group.hm-event {
  margin-top: 0; }
  @media (min-width: 768px), print {
    .wp-block-group.hm-event {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .wp-block-group.hm-event {
      padding: 30px 0; } }

.events-slider {
  display: none;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  max-width: 980px; }
  @media (min-width: 768px), print {
    .events-slider {
      padding: 0 1.5%; } }
  .events-slider.slick-initialized {
    display: block; }
  .events-slider .slick-prev {
    left: -40px; }
    .events-slider .slick-prev::before {
      font-family: "icomoon";
      content: "\e900"; }
  .events-slider .slick-next {
    right: -40px; }
    .events-slider .slick-next::before {
      font-family: "icomoon";
      content: "\e901"; }
  .events-slider .slick-arrow {
    background: #004e34;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
    opacity: .75;
    top: 93.5px;
    width: 50px;
    z-index: 2 !important; }
  .events-slider .slick-list {
    overflow: hidden; }
    .events-slider .slick-list .slick-slide a {
      color: #000;
      display: block; }
      @media (min-width: 768px), print {
        .events-slider .slick-list .slick-slide a {
          padding: 0 5%; } }
      @media (max-width: 767px) {
        .events-slider .slick-list .slick-slide a {
          padding: 0 2%; } }
      .events-slider .slick-list .slick-slide a figure img {
        height: 186px;
        object-fit: cover;
        object-position: center top; }
      .events-slider .slick-list .slick-slide a .text {
        margin: 16px 0 0;
        font-size: 1.6rem;
        line-height: 1.5;
        word-wrap: break-word; }
      .events-slider .slick-list .slick-slide a .option {
        margin: 10px 0 0;
        padding: 6px 10px;
        border: 1px solid #c3bfba; }
        .events-slider .slick-list .slick-slide a .option li {
          font-size: 1.4rem; }
      .events-slider .slick-list .slick-slide a:hover {
        color: #0b9f5c; }
        .events-slider .slick-list .slick-slide a:hover figure {
          opacity: .7; }
  .events-slider .slick-dots {
    bottom: 0;
    position: relative; }
    @media (min-width: 1024px), print {
      .events-slider .slick-dots {
        margin: 40px 0; } }
    @media (max-width: 1023px) {
      .events-slider .slick-dots {
        margin: 20px 0; } }
    .events-slider .slick-dots li {
      background-color: #d0bea3;
      border-radius: 50%;
      height: 11px;
      padding: 0;
      width: 11px; }
      .events-slider .slick-dots li button::before {
        content: none; }
      .events-slider .slick-dots li.slick-active {
        background-color: #b67013; }

.hm-concept {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .hm-concept {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .hm-concept {
      padding: 30px 4%; } }
  @media (max-width: 767px) {
    .hm-concept {
      margin-top: 30px;
      margin-bottom: 60px; } }
  .hm-concept h2 .hm_message_subttl {
    display: block; }
    @media (min-width: 768px), print {
      .hm-concept h2 .hm_message_subttl {
        font-size: 2.2rem; } }
    @media (max-width: 767px) {
      .hm-concept h2 .hm_message_subttl {
        font-size: 1.5rem; } }
  .hm-concept p {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif; }

@media (min-width: 768px), print {
  .wp-block-group.hm_iedukuri {
    padding: 60px 0; } }
@media (max-width: 767px) {
  .wp-block-group.hm_iedukuri {
    padding: 30px 0;
    margin: 0;
    width: 100%; } }

.hm_iedukuri_box {
  padding: 0; }
  @media (min-width: 1024px), print {
    .hm_iedukuri_box {
      margin-bottom: 60px; } }
  @media (min-width: 768px), print {
    .hm_iedukuri_box li {
      margin-bottom: 60px;
      position: relative; } }
  @media (min-width: 768px), print {
    .hm_iedukuri_box li .hm_iedukuri_box_cont {
      background: rgba(247, 246, 242, 0.85);
      padding: 60px 100px 60px 30px;
      position: absolute;
      z-index: 2; } }
  @media (max-width: 767px) {
    .hm_iedukuri_box li .hm_iedukuri_box_cont {
      padding: 20px 15px; } }
  .hm_iedukuri_box li .hm_iedukuri_box_cont h3 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (min-width: 768px), print {
      .hm_iedukuri_box li .hm_iedukuri_box_cont h3 {
        font-size: 3.2rem; } }
    @media (max-width: 767px) {
      .hm_iedukuri_box li .hm_iedukuri_box_cont h3 {
        font-size: 2.4rem;
        text-align: center; } }
  .hm_iedukuri_box li .hm_iedukuri_box_cont .hm_iedukuri_box_txt {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-size: 2.2rem;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .hm_iedukuri_box li .hm_iedukuri_box_cont .hm_iedukuri_box_txt {
        text-align: center; } }
  .hm_iedukuri_box li .hm_iedukuri_box_cont .cmn_btn {
    padding: 0; }
    @media (max-width: 767px) {
      .hm_iedukuri_box li .hm_iedukuri_box_cont .cmn_btn {
        margin-bottom: 20px; } }
  @media (min-width: 768px), print {
    .hm_iedukuri_box li figure {
      padding-top: 60px; }
      .hm_iedukuri_box li figure img {
        max-width: 80%; } }
  @media (min-width: 768px), print {
    .hm_iedukuri_box li:nth-child(odd) figure img {
      margin-left: auto; } }
  @media (min-width: 768px), print {
    .hm_iedukuri_box li:nth-child(even) .hm_iedukuri_box_cont {
      right: 0; } }

.wp-block-group.hm_zisseki {
  /*margin-bottom: 60px;*/ }
  @media (min-width: 768px), print {
    .wp-block-group.hm_zisseki {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .wp-block-group.hm_zisseki {
      padding: 30px 4%; } }

.zisseki_box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .zisseki_box {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .zisseki_box {
      display: flex;
      flex-wrap: wrap; } }

.zisseki_cont {
  margin: 0 0 4%;
  width: 100%; }
  @media (min-width: 768px), print {
    .zisseki_cont {
      margin: 0 0 2% 2%;
      width: calc(96%/3 - 0.1px); }
      .zisseki_cont:nth-child(3n + 1) {
        margin-left: 0; } }
  .zisseki_cont a {
    color: #000;
    display: block; }
    @media (max-width: 767px) {
      .zisseki_cont a {
        display: flex; } }
    .zisseki_cont a figure {
      overflow: hidden;
      position: relative;
      transition: .3s all ease-in-out; }
      @media (min-width: 768px), print {
        .zisseki_cont a figure {
          height: 15vw;
          max-height: 186px; } }
      @media (max-width: 767px) {
        .zisseki_cont a figure {
          max-height: 212px; } }
      .zisseki_cont a figure img {
        height: 100%;
        object-fit: cover; }
    .zisseki_cont a .text {
      line-height: 1.5;
      word-wrap: break-word; }
      @media (min-width: 768px), print {
        .zisseki_cont a .text {
          margin-top: 16px;
          font-size: 1.6rem; } }
      @media (max-width: 767px) {
        .zisseki_cont a .text {
          font-size: 1.4rem; } }
    .zisseki_cont a .option {
      margin: 10px 0 0;
      padding: 6px 10px;
      border: 1px solid #c3bfba; }
      .zisseki_cont a .option li {
        font-size: 1.4rem; }
    .zisseki_cont a:hover {
      color: #0b9f5c; }
      .zisseki_cont a:hover figure {
        opacity: .8; }

.zisseki_imgbox {
  position: relative; }
  @media (max-width: 767px) {
    .zisseki_imgbox {
      width: 40%; } }

.zisseki_cat {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1; }
  @media (min-width: 768px), print {
    .zisseki_cat {
      left: 0;
      padding: 10px;
      position: absolute;
      top: 0; } }
  @media (max-width: 767px) {
    .zisseki_cat {
      padding: 5px;
      text-align: center;
      width: 100%; } }

.events_imgbox {
  position: relative; }

.events_cat {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0; }

.cat_new, .cat_receiving {
  background-color: #f60; }

.cat_fukushima, .cat_koriyama, .cat_miyagi, .cat_tokyo, .cat_tochigi, .cat_iwaki {
  background-color: #006845; }

.cat_ob, .cat_reception-closed {
  background-color: #b67013; }

.cat_reform, .cat_notice {
  background-color: #0b9f5c; }

.cat_close {
  background-color: #666; }

@media (max-width: 767px) {
  .zisseki_txtbox {
    padding-left: 15px;
    width: 60%; } }

@media (min-width: 768px), print {
  .wp-block-cover.hm_madori {
    padding: 60px 0; } }
@media (max-width: 767px) {
  .wp-block-cover.hm_madori {
    padding: 30px 0; } }
.wp-block-cover.hm_madori .plan .plan_wrap {
  background-color: rgba(255, 255, 255, 0.8); }

.plan {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .plan {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .plan {
      display: flex;
      justify-content: space-between; } }

@media (min-width: 768px), print {
  .plan_wrap {
    width: 48%; } }
@media (max-width: 767px) {
  .plan_wrap {
    padding: 15px;
    margin-bottom: 15px; } }

@media (min-width: 768px), print {
  .plan_inner {
    display: flex;
    padding: 25px 15px; } }
.plan_inner h3 {
  color: #000 !important;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.8rem;
  font-weight: 300; }
  @media (min-width: 768px), print {
    .plan_inner h3 {
      padding-right: 10px;
      writing-mode: vertical-rl; } }
  @media (max-width: 767px) {
    .plan_inner h3 {
      text-align: center;
      margin-bottom: 15px; } }

.plan_cont {
  padding: 0; }
  @media (min-width: 768px), print {
    .plan_cont {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px), print {
    .plan_cont .cmn_btn {
      margin: 0 1% 2%;
      padding: 0 1% 2%;
      width: 48%; } }
  @media (max-width: 767px) {
    .plan_cont .cmn_btn {
      padding: 0 0 3%; } }
  .plan_cont .cmn_btn a {
    background-color: #004e34;
    color: #fff;
    display: block;
    text-align: left; }
    @media (min-width: 768px), print {
      .plan_cont .cmn_btn a {
        padding: 20px; } }
    @media (max-width: 767px) {
      .plan_cont .cmn_btn a {
        padding: 10px 20px; } }
    .plan_cont .cmn_btn a:hover {
      background-color: #00b478; }

.hm_ibuki {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  color: #006845;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif; }
  @media (max-width: 1023px) {
    .hm_ibuki {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .hm_ibuki {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .hm_ibuki {
      padding-top: 30px;
      text-align: center; } }
  @media (min-width: 768px), print {
    .hm_ibuki .hm_ibuki_subtxt {
      font-size: 2.2rem; } }
  @media (min-width: 768px), print {
    .hm_ibuki .hm_ibuki_maintxt {
      font-size: 3.2rem; } }
  @media (max-width: 767px) {
    .hm_ibuki .hm_ibuki_maintxt {
      font-size: 2.4rem; } }
  @media (min-width: 768px), print {
    .hm_ibuki .hm_ibuki_logotxt {
      font-size: 2.2rem; } }
  .hm_ibuki figure {
    display: inline-block;
    max-width: 200px; }
    .hm_ibuki figure a:hover {
      opacity: .8; }

@media (min-width: 768px), print {
  .wp-block-group.hm_exhibition {
    padding: 60px 0; } }
@media (max-width: 767px) {
  .wp-block-group.hm_exhibition {
    margin: 0;
    padding: 30px 0; } }

.hm_ex_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .hm_ex_inner {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .hm_ex_inner .hm_ex_inner_li {
      display: flex; } }
  .hm_ex_inner .hm_ex_inner_li h3 {
    font-size: 3.2rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-weight: normal; }
    @media (min-width: 768px), print {
      .hm_ex_inner .hm_ex_inner_li h3 {
        padding: 30px 5px;
        border: none;
        border-top: solid 1px #000;
        writing-mode: vertical-rl; } }
    @media (max-width: 767px) {
      .hm_ex_inner .hm_ex_inner_li h3 {
        border-bottom: solid 1px #000;
        padding: 0 0 10px;
        text-align: center; } }

@media (min-width: 768px), print {
  .hm_ex_inner_box {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    padding: 30px 0; } }
@media (max-width: 767px) {
  .hm_ex_inner_box {
    padding: 15px 0; } }
@media (min-width: 768px), print {
  .hm_ex_inner_box li {
    margin: 0 1% 2%;
    padding: 0 2% 4%;
    width: 31.3333%; } }
@media (max-width: 767px) {
  .hm_ex_inner_box li {
    padding: 0 0 4%; } }
.hm_ex_inner_box li a {
  align-items: center;
  color: #000;
  display: flex; }
  .hm_ex_inner_box li a:hover {
    color: #0b9f5c; }
  .hm_ex_inner_box li a figure {
    width: 40%; }
  .hm_ex_inner_box li a p {
    font-size: 1.6rem;
    width: 60%;
    padding-left: 15px; }

@media (min-width: 768px), print {
  .wp-block-group.hm_news {
    padding: 60px 0; } }
@media (max-width: 767px) {
  .wp-block-group.hm_news {
    padding: 30px 4%; } }
.wp-block-group.hm_news .smb-recent-posts {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .wp-block-group.hm_news .smb-recent-posts {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .wp-block-group.hm_news .smb-recent-posts {
      margin-bottom: 20px; } }
  .wp-block-group.hm_news .smb-recent-posts .c-entries {
    border: none; }
    .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item {
      border: none; }
      .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item a {
        opacity: 1; }
        .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item a:hover {
          color: #0b9f5c; }
        .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item a .c-entry-summary__meta {
          width: 20%; }
        @media (min-width: 768px), print {
          .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item a .c-meta__item {
            font-size: 1.6rem; } }
        @media (max-width: 767px) {
          .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item a .c-meta__item {
            font-size: 1.2rem; } }
        .wp-block-group.hm_news .smb-recent-posts .c-entries .c-entries__item a h3 {
          font-size: 1.6rem; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .wrap {
      padding-left: 4%;
      padding-right: 4%; } }

.event_wrap {
  margin-top: 50px !important; }

.type-page .c-entry__header {
  display: none; }

.event_lst {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%; }

.event_box {
  margin: 0 1% 20px;
  width: 31.3333%; }
  .event_box a {
    color: #000;
    display: block;
    transition: .3s all ease-in-out; }
    .event_box a figure {
      position: relative;
      padding: 0;
      display: block;
      transition: .3s all ease-in-out; }
    .event_box a .text {
      margin: 0; }
    .event_box a .option {
      padding: 10px 10px;
      border: 1px solid #c3bfba; }
      .event_box a .option li {
        margin: 0 0 5px;
        font-size: 14px;
        font-size: 1.4rem; }
        .event_box a .option li:last-child {
          margin-bottom: 0; }
  .event_box:hover a {
    color: #0b9f5c; }
    .event_box:hover a figure {
      opacity: .8; }
  @media (min-width: 768px), print {
    .event_box figure {
      height: 220px;
      margin: 0 auto 20px; }
    .event_box .option {
      margin: 10px 0 0; } }
  @media (max-width: 767px) {
    .event_box {
      width: 48%; }
      .event_box figure {
        height: 140px;
        margin: 0 auto 10px; }
      .event_box .option {
        margin: 6px 0 0; } }

.title02, .title01, article.events .c-entry__title {
  margin: 0 auto 30px;
  padding: 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  display: table;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all; }
  @media (min-width: 768px), print {
    .title02, .title01, article.events .c-entry__title {
      margin: 20px auto 50px !important;
      font-size: 3.2rem; } }

.wp-profile-box, .p-related-posts {
  display: none !important; }

.c-entry__header .c-entry__meta .c-meta__item {
  display: none; }
  .c-entry__header .c-entry__meta .c-meta__item.c-meta__item--published {
    display: block;
    font-family: "Linden Hill",sans-serif;
    font-size: 1.6rem;
    text-align: right; }
    .c-entry__header .c-entry__meta .c-meta__item.c-meta__item--published svg {
      display: none; }

.c-entry__footer {
  background: none;
  padding-top: 0; }
  .c-entry__footer .c-prev-next-nav {
    display: flex !important;
    justify-content: space-between; }
  .c-entry__footer .c-prev-next-nav__item {
    display: flex;
    justify-content: center;
    width: 25%; }
    .c-entry__footer .c-prev-next-nav__item::before {
      color: #b3b3b3;
      display: block;
      font-family: 'icomoon' !important;
      font-size: 3rem; }
    .c-entry__footer .c-prev-next-nav__item a {
      background: none;
      padding: 0 !important;
      position: absolute; }
      .c-entry__footer .c-prev-next-nav__item a::before {
        color: #000;
        display: block;
        font-family: 'icomoon' !important;
        font-size: 3rem; }
      .c-entry__footer .c-prev-next-nav__item a div {
        display: none; }
    .c-entry__footer .c-prev-next-nav__item.c-prev-next-nav__item--next::before {
      content: '\f104'; }
    .c-entry__footer .c-prev-next-nav__item.c-prev-next-nav__item--next a::before {
      content: '\f104'; }
    .c-entry__footer .c-prev-next-nav__item.c-prev-next-nav__item--prev::before {
      content: '\f105'; }
    .c-entry__footer .c-prev-next-nav__item.c-prev-next-nav__item--prev a::before {
      content: '\f105'; }

ul.option-list {
  margin-bottom: 0;
  border: 1px solid #dbd8d5;
  background: #fefefe;
  padding-left: 0; }
  ul.option-list li a {
    color: #006845;
    display: block;
    padding: 10px 20px;
    transition: .3s all ease-in-out; }
    ul.option-list li a::after {
      display: inline-block;
      font-family: 'icomoon' !important;
      padding-left: 10px !important; }
    ul.option-list li a.pdf::after {
      content: '\f1c1' !important; }
    ul.option-list li a.external::after {
      content: '\e90b' !important; }
    ul.option-list li a:hover {
      color: #0b9f5c; }

.event_singular_btn a {
  background: #0b9f5c !important;
  display: block !important;
  max-width: 314px;
  margin: 0 auto; }
  .event_singular_btn a:hover {
    background: #00b478 !important;
    opacity: 1 !important;
    filter: brightness(100%) !important; }

[data-has-sidebar="false"] .c-entry__content {
  margin-left: 0;
  margin-right: 0; }
  [data-has-sidebar="false"] .c-entry__content p {
    margin-left: 0;
    margin-right: 0; }

@media (min-width: 768px), print {
  .c-eyecatch img {
    max-height: 730px;
    width: auto; } }
@media (max-width: 767px) {
  .c-eyecatch img {
    max-height: 300px;
    width: auto; } }

.single-events .c-entry__body .c-eyecatch,
.single-events .c-entry__body .c-entry__content {
  margin-bottom: 50px; }

.single-post .c-entry__body .c-entry__content {
  margin-bottom: 30px; }

article.events {
  max-width: 1024px;
  margin: 0 auto; }

.sdgs_cover {
  margin-bottom: 60px;
  padding: 100px 0;
  position: relative; }
  @media (max-width: 1023px) {
    .sdgs_cover {
      padding: 52.75% 0 0; } }

.sdgs_logo {
  left: 50px;
  max-width: 180px;
  position: absolute !important;
  top: 25px;
  width: 14%; }
  @media (max-width: 1023px) {
    .sdgs_logo {
      left: 25px;
      max-width: 180px;
      top: 20px;
      width: 29%; } }

.sdgs_cover_in {
  background: rgba(0, 0, 0, 0.7);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  max-width: 640px;
  padding: 30px 60px 40px;
  position: static;
  width: 100%; }
  @media (max-width: 1023px) {
    .sdgs_cover_in {
      max-width: none;
      padding: 30px 3%; } }

.sdgs_cover_ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 4rem !important;
  font-weight: 300 !important;
  text-align: center; }
  .sdgs_cover_ttl::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #d49b52;
    display: block;
    margin: 20px auto; }
  @media (max-width: 1023px) {
    .sdgs_cover_ttl {
      font-size: 3rem !important; } }

.sdgs_cover_txt {
  color: #fff !important;
  font-size: 1.5rem;
  line-height: 1.8; }

.sdgs_ft_ttl span {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  line-height: 1.5;
  text-align: center; }
  @media (max-width: 767px) {
    .sdgs_ft_ttl span {
      font-size: 1.8rem; } }

.sdgs_ft_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  max-width: 1200px; }
  @media (max-width: 1023px) {
    .sdgs_ft_wrap {
      padding-left: 4%;
      padding-right: 4%; } }

.sdgs_box {
  margin-bottom: 40px; }
  .sdgs_box .smb-media-text__title {
    color: #0a4b35;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 12px; }
  @media (max-width: 1023px) {
    .sdgs_box .smb-media-text__title {
      text-align: center; }
    .sdgs_box .smb-media-text__figure {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px; } }
  @media (max-width: 767px) {
    .sdgs_box .smb-media-text__title {
      font-size: 2.4rem; } }

.sdgs_icon {
  padding-left: 5px; }
  .sdgs_icon figure {
    flex-grow: 0 !important;
    margin: 0 !important;
    max-width: 80px !important;
    padding: 0 0 0 14px !important;
    width: 13% !important; }
  @media (max-width: 1023px) {
    .sdgs_icon {
      justify-content: center;
      padding-left: 0; }
      .sdgs_icon figure {
        max-width: none !important; } }
  @media (max-width: 767px) {
    .sdgs_icon {
      justify-content: flex-start; }
      .sdgs_icon figure {
        padding-bottom: 15px !important;
        width: 24% !important; } }

.boxlink {
  cursor: pointer; }

@media (max-width: 767px) {
  .iedukuri_cover {
    display: block !important;
    padding: 0 !important; }
    .iedukuri_cover .wp-block-cover__image-background {
      position: static !important; }
    .iedukuri_cover .sdgs_cover_in {
      background: #000 !important; }
      .iedukuri_cover .sdgs_cover_in br {
        display: none; } }

@media (min-width: 768px), print {
  .iedukuri_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px; } }
@media (max-width: 767px) {
  .iedukuri_nav {
    padding: 0; } }

.iedukuri_nav_box {
  background: #f1f1f1;
  padding: 0 0 20px; }
  @media (min-width: 768px), print {
    .iedukuri_nav_box {
      margin-top: 14px;
      transition: .3s all ease-in-out;
      width: calc(50% - 7px); }
      .iedukuri_nav_box:hover {
        background: #f7fefb;
        opacity: .8; }
      .iedukuri_nav_box:nth-child(-n + 2) {
        margin-top: 0; } }

.iedukuri_nav_box_img {
  margin-bottom: 20px; }
  .iedukuri_nav_box_img img {
    width: 100%; }

.iedukuri_nav_box_ttl {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 20px 10px !important;
  margin: 0 !important; }
  .iedukuri_nav_box_ttl span {
    display: block;
    font-size: 2rem; }
  @media (max-width: 767px) {
    .iedukuri_nav_box_ttl {
      font-size: 2.4rem;
      padding: 0 4% 10px !important; }
      .iedukuri_nav_box_ttl span {
        font-size: 1.8rem; } }

.iedukuri_nav_box_url a {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-weight: 400;
  padding: 0 20px; }
  .iedukuri_nav_box_url a::after {
    content: '\e901';
    font-family: 'icomoon' !important;
    padding-left: 5px; }
  @media (max-width: 767px) {
    .iedukuri_nav_box_url a {
      padding: 0 4%; } }

header + .second_nav {
  margin-bottom: 0 !important; }

.second_nav {
  background: #f0ede8;
  margin-bottom: 40px; }
  .second_nav .subpage_lst {
    align-items: center;
    border-bottom: 1px solid #dbd8d5;
    display: flex;
    flex-wrap: wrap;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
    font-weight: 300;
    padding-left: 0; }
    .second_nav .subpage_lst li {
      border: none !important;
      font-size: 1.4rem;
      width: auto; }
      .second_nav .subpage_lst li a {
        color: #000;
        display: block;
        padding: 15px 10px; }
        .second_nav .subpage_lst li a:hover {
          color: #0b9f5c; }
      .second_nav .subpage_lst li.current a {
        color: #0b9f5c; }
    .second_nav .subpage_lst li.hd {
      width: auto;
      text-align: left;
      font-size: 1.8rem; }
      .second_nav .subpage_lst li.hd a {
        background: #006845;
        color: #fff;
        padding: 15px 30px; }
  @media (max-width: 1199px), print {
    .second_nav .subpage_lst li {
      font-size: 1.2rem; }
    .second_nav .subpage_lst li.hd {
      font-size: 1.4rem; } }
  @media (max-width: 1023px) {
    .second_nav .subpage_lst li {
      border-bottom: 1px solid #dbd8d5 !important;
      width: 50%; }
      .second_nav .subpage_lst li a {
        padding: 16px 20px;
        line-height: 1.6; }
      .second_nav .subpage_lst li:nth-child(2n) {
        border-right: 1px solid #dbd8d5 !important; }
      .second_nav .subpage_lst li:nth-child(2n):nth-last-child(2), .second_nav .subpage_lst li:last-child {
        border-bottom: none !important; }
    .second_nav .subpage_lst li.hd {
      border: none !important;
      text-align: center;
      width: 100%; } }
  @media (max-width: 767px) {
    .second_nav .subpage_lst li {
      font-size: 1.4rem; }
    .second_nav .subpage_lst li.hd {
      font-size: 1.6rem; } }

.shizen_materials_box {
  margin-bottom: 20px; }
  @media (min-width: 768px), print {
    .shizen_materials_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .shizen_materials_box dt, .shizen_materials_box dd {
    border-bottom: 1px solid #dbd8d5;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 0 0 10px; }
  .shizen_materials_box dt {
    font-weight: normal; }
    @media (min-width: 768px), print {
      .shizen_materials_box dt {
        width: 20%; } }
  @media (min-width: 768px), print {
    .shizen_materials_box dd {
      width: 80%; } }

@media (min-width: 768px), print {
  .shizen_tatami_img {
    display: flex; }
    .shizen_tatami_img .wp-block-columns {
      margin-top: 0; } }
.shizen_tatami_img figure.wp-block-image {
  padding: 0; }

.maintenance_tbl table {
  border-spacing: 0;
  margin: 0 auto 30px;
  border-top: 1px solid #dbd8d5;
  border-left: 1px solid #dbd8d5;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%; }
  .maintenance_tbl table .maintenance_tbl_w20 {
    width: 20%; }
  .maintenance_tbl table th, .maintenance_tbl table td {
    border-bottom: 1px solid #dbd8d5;
    border-right: 1px solid #dbd8d5;
    padding: 10px 10px; }
  .maintenance_tbl table thead tr th {
    background-color: #0db76a;
    color: #fff; }
  .maintenance_tbl table tbody tr th {
    background: #dffdef;
    border-bottom: 1px solid #dbd8d5;
    color: #000;
    font-size: 2rem;
    position: relative; }
    .maintenance_tbl table tbody tr th::before {
      border-color: #dbd8d5 transparent transparent transparent;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      bottom: -20px;
      content: '';
      height: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 0;
      z-index: 10; }
    .maintenance_tbl table tbody tr th::after {
      border-color: #dffdef transparent transparent transparent;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      bottom: -18px;
      content: '';
      height: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 0;
      z-index: 11; }
  .maintenance_tbl table tbody tr td dl dd {
    margin: 0 0 15px 5px; }
    .maintenance_tbl table tbody tr td dl dd .maintenance_tbl_grtxt {
      color: #09874e;
      font-weight: 600; }
    .maintenance_tbl table tbody tr td dl dd .maintenance_tbl_free {
      background: #09874e;
      color: #fff;
      display: inline-block;
      font-weight: 600;
      margin-left: 10px;
      padding: 3px 6px; }
  @media (min-width: 1024px), print {
    .maintenance_tbl table tbody tr td figure {
      margin: 0 auto 20px;
      width: 60%; } }
  .maintenance_tbl table tbody tr:last-child th::before, .maintenance_tbl table tbody tr:last-child th::after {
    content: none; }

.furniture_wrap .cmn_bortop_ttl {
  margin-bottom: 10px !important; }
.furniture_wrap .cmn_catch_txt {
  margin: 10px 0 !important; }

.furniture_imgs_wrap .wp-block-image {
  margin-bottom: 10px; }

.furniture_other_btn {
  padding: 0; }
  .furniture_other_btn a::after {
    content: "" !important; }

.evolution_notebox .smb-information__item__body p:first-of-type {
  border-bottom: 1px solid #dbd8d5;
  padding: 0 0 15px; }

.evolution_reform_box .cmn_bortop_ttl {
  margin-top: 20px !important; }

.evolution_perf_wrap {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .evolution_perf_wrap {
      flex-wrap: wrap; } }

.evolution_perf_box {
  background: #f2ecd3; }
  @media (min-width: 1024px), print {
    .evolution_perf_box {
      width: 24%; } }
  @media (max-width: 1023px) {
    .evolution_perf_box {
      width: 48.5%;
      margin-bottom: 10px; } }

.evolution_perf_ttl {
  background: #69942f;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-weight: normal;
  padding: 6px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px), print {
    .evolution_perf_ttl {
      font-size: 2.3rem; } }
  @media (max-width: 767px) {
    .evolution_perf_ttl {
      font-size: 1.6rem; } }

@media (min-width: 768px), print {
  .evolution_perf_cont {
    padding: 20px; } }
@media (max-width: 767px) {
  .evolution_perf_cont {
    padding: 15px; } }

.evolution_perf_grade {
  color: #444;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .evolution_perf_grade {
      font-size: 2.3rem; } }
  @media (max-width: 767px) {
    .evolution_perf_grade {
      font-size: 1.6rem; } }

.evolution_perf_grade_txt {
  color: #69942f;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-weight: bold;
  margin-top: -20px;
  text-align: center; }
  @media (min-width: 768px), print {
    .evolution_perf_grade_txt {
      font-size: 3.2rem; } }
  @media (max-width: 767px) {
    .evolution_perf_grade_txt {
      font-size: 2.4rem; } }
  @media (min-width: 768px), print {
    .evolution_perf_grade_txt span {
      font-size: 7rem; } }
  @media (max-width: 767px) {
    .evolution_perf_grade_txt span {
      font-size: 5rem; } }

.evolution_perf_lst li {
  color: #444;
  margin-left: 1em;
  position: relative; }
  .evolution_perf_lst li::before {
    content: "◎";
    display: block;
    font-size: 2rem;
    left: -1em;
    position: absolute;
    top: -3px; }
  @media (min-width: 768px), print {
    .evolution_perf_lst li {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .evolution_perf_lst li {
      font-size: 1.5rem; } }

.evolution_perf_info {
  color: #444; }
  @media (min-width: 768px), print {
    .evolution_perf_info {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .evolution_perf_info {
      font-size: 1.5rem; } }

.kankyo_eco_recycle .wp-block-column {
  background: #f3f2f0;
  font-size: 2.4rem;
  padding: 3%;
  text-align: center; }

.kankyo_eco_room_img .wp-block-image figcaption {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  margin: 20px 0; }

.kankyo_report_box {
  justify-content: space-between; }

.box_plus {
  margin-bottom: 35px; }
  @media (min-width: 768px), print {
    .box_plus {
      display: flex; } }

.box_plus_plus {
  align-items: center;
  color: #0b9f5c;
  display: flex;
  font-size: 4rem;
  justify-content: center;
  margin: 0;
  padding: 0 0 5px;
  text-align: center; }
  @media (max-width: 767px) {
    .box_plus_plus {
      padding: 0; } }

.box_plus_box {
  background: #f6f6f6;
  margin: 0 !important;
  padding: 20px;
  width: calc((100% - 64px)/3 - .1px); }
  .box_plus_box h4 {
    color: #0b9f5c;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 20px; }
  @media (max-width: 767px) {
    .box_plus_box {
      width: 100%; } }

.airpass_heatflow_box_ttl {
  border-bottom: 1px solid #dbd8d5 !important;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 20px !important;
  padding: 0 0 10px !important; }
  .airpass_heatflow_box_ttl strong {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    margin-right: 10px;
    padding: 5px 9px; }
  .airpass_heatflow_box_ttl.haru strong {
    background: #48bff6; }
  .airpass_heatflow_box_ttl.fuyu strong {
    background: #f60; }

.airpass_heatflow_box_borttl {
  border-bottom: 1px solid #000;
  display: inline-block; }
  .airpass_heatflow_box_borttl strong {
    color: #0b9f5c; }

@media (max-width: 767px) {
  .airpass_heatflow_box {
    display: flex;
    flex-direction: column-reverse; } }

@media (min-width: 768px), print {
  .airpass_heatflow_chart_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.airpass_heatflow_chart_box {
  margin: 20px 0 0 0; }
  @media (min-width: 768px), print {
    .airpass_heatflow_chart_box {
      width: calc(50% - 12px); }
      .airpass_heatflow_chart_box:nth-child(-n + 2) {
        margin-top: 0 !important; } }
  .airpass_heatflow_chart_box figure ~ p {
    font-size: 1.3rem; }

.airpass_heatdes_wrap {
  display: flex;
  flex-wrap: wrap; }
  .airpass_heatdes_wrap.haru .cmn_bortop_ttl {
    color: #48bff6 !important; }
    .airpass_heatdes_wrap.haru .cmn_bortop_ttl::before {
      background: #48bff6 !important; }
  .airpass_heatdes_wrap.fuyu .airpass_heatdes_box {
    width: calc(50% - var(--wp--style--block-gap)); }
  .airpass_heatdes_wrap.fuyu .cmn_bortop_ttl {
    color: #f60 !important; }
    .airpass_heatdes_wrap.fuyu .cmn_bortop_ttl::before {
      background: #f60 !important; }

.airpass_heatdes_box {
  margin: 0 0 20px 0 !important;
  width: calc((100% - var(--wp--style--block-gap)*2)/3); }
  .airpass_heatdes_box:first-child {
    width: 100% !important; }
  @media (max-width: 767px) {
    .airpass_heatdes_box {
      width: 100% !important; } }

.airpass_clienttalk_ttl {
  border-bottom: 1px solid #b67013;
  color: #b67013;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0 0 10px; }

.airpass_clienttalk_subttl {
  color: #b67013;
  margin: 0 0 20px; }

.airpass_clienttalk_img img {
  width: 100%; }

.airpass_clienttalk_box {
  padding-bottom: 60px !important; }

.cmn_bortop_ttl em {
  color: #000;
  font-size: 1.5rem;
  font-style: normal; }

.airpass_effect_col_ttl {
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 300;
  padding: 10px !important;
  margin: 0 0 30px !important;
  text-align: center; }

.airpass_effect_col {
  display: flex;
  flex-direction: column; }
  .airpass_effect_col.fuyu .airpass_effect_col_ttl {
    background: #f60; }
  .airpass_effect_col.fuyu .downarw li::after {
    color: #f60; }
  .airpass_effect_col.haru .airpass_effect_col_ttl {
    background: #48bff6; }
  .airpass_effect_col.haru .downarw li::after {
    color: #48bff6; }
  .airpass_effect_col .downarw {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex: 1; }
    .airpass_effect_col .downarw li {
      margin: 0 0 20px;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .airpass_effect_col .downarw li::after {
        content: '\e90a';
        padding: 0px;
        font-family: "icomoon";
        font-size: 4rem;
        border-radius: 100%;
        color: #0b9f5c;
        display: table;
        margin: 30px auto; }
      .airpass_effect_col .downarw li.plus::after {
        content: '+';
        font-size: 6rem; }

.airpass_effect_conclusion {
  background: #0b9f5c;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 50px !important;
  padding: 15px 30px !important;
  text-align: center; }

.airpass_pointbox {
  background: #f7f7f7;
  border: 1px solid #dbd8d5;
  margin: 0 0 50px !important;
  padding: 20px 30px; }

.airpass_pointbox_ttl {
  color: #006845;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px; }

.airpass_contbox_end {
  background: #0b9f5c;
  color: #fff;
  display: table;
  margin: 20px auto 40px !important;
  padding: 15px 30px; }

a {
  color: #006845; }
  a:hover {
    color: #0b9f5c; }
  a.external::after {
    content: '\e90b' !important;
    display: inline-block;
    font-family: "icomoon";
    padding-left: 20px !important;
    padding-right: 10px !important; }

.ki_arrow_box_outer::after {
  border-radius: 100%;
  color: #0b9f5c;
  content: '\e90a';
  display: table;
  font-family: "icomoon";
  font-size: 4rem;
  margin: 30px auto;
  padding: 0px; }
.ki_arrow_box_outer:last-child::after {
  display: none; }

.ki_arrow_box {
  border: 1px solid #dbd8d5;
  margin: 0 0 20px;
  padding: 20px 30px; }

@media (max-width: 767px) {
  .wp-block-image.size-full.alignright, .wp-block-image.size-full.alignleft {
    display: block;
    float: none !important;
    margin: 0 0 20px !important;
    max-width: none !important;
    width: 100% !important; }
  .wp-block-image.size-full img {
    width: 100%;
    height: auto; } }

.page-template-default .cmn_accordion .smb-accordion__item__title::before {
  line-height: 29px; }
.page-template-default .cmn_accordion .smb-accordion__item__body {
  display: block !important;
  height: 0 !important;
  opacity: 0;
  transition: .5s all ease-in-out;
  pointer-events: none !important;
  overflow: hidden; }
.page-template-default .smb-accordion .smb-accordion__item__control:checked + .smb-accordion__item__body, .page-template-default .smb-accordion .smb-accordion__item__control:checked + .smb-accordion__item__title + .smb-accordion__item__body {
  height: auto !important;
  opacity: 1;
  pointer-events: auto !important; }

@media (max-width: 767px) {
  .sp_2col {
    display: block !important;
    overflow: hidden; }
    .sp_2col .wp-block-column {
      float: left;
      margin-left: 2%;
      width: 48%; }
      .sp_2col .wp-block-column:nth-child(2n + 1) {
        margin-left: 0; } }

.maintenance_tbl th .border {
  display: block; }
  .maintenance_tbl th .border::before {
    border: 1px solid #c3bfba;
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    pointer-events: none;
    top: -1px;
    width: calc(100% + 2px);
    position: absolute; }

@media (max-width: 767px) {
  .sdgs_cover {
    min-height: 0 !important; } }

.zisseki_tab_lst {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%; }
  @media (max-width: 1023px) {
    .zisseki_tab_lst {
      padding-left: 4%;
      padding-right: 4%; } }
  .zisseki_tab_lst li {
    max-width: 200px;
    width: 33.33%; }
    .zisseki_tab_lst li a {
      align-items: center;
      border: 1px solid #0b9f5c;
      border-width: 1px 1px 1px 0;
      color: #0b9f5c;
      display: flex;
      font-size: 1.2rem;
      height: 40px;
      justify-content: center;
      text-align: center;
      padding: 5px; }
    .zisseki_tab_lst li:first-child a {
      border-left: 1px solid #0b9f5c; }
    .zisseki_tab_lst li.current a {
      background: #0b9f5c;
      color: #fff; }

.zisseki_wrap_box .zisseki_cont a {
  color: #006845;
  transition: .3s all ease-in-out; }
.zisseki_wrap_box .zisseki_cont:hover a {
  color: #0b9f5c; }
@media (max-width: 767px) {
  .zisseki_wrap_box .zisseki_cont {
    margin-top: 18px;
    width: 100%; }
    .zisseki_wrap_box .zisseki_cont:first-child {
      margin-top: 0; }
    .zisseki_wrap_box .zisseki_cont a {
      display: block; }
      .zisseki_wrap_box .zisseki_cont a .zisseki_imgbox {
        margin-bottom: 20px;
        width: 100%; }
      .zisseki_wrap_box .zisseki_cont a .zisseki_cat {
        left: 0 !important;
        padding: 10px;
        position: absolute;
        top: 0 !important;
        width: auto !important; }
      .zisseki_wrap_box .zisseki_cont a .zisseki_txtbox {
        padding-left: 0;
        width: 100%; }
        .zisseki_wrap_box .zisseki_cont a .zisseki_txtbox .text {
          font-size: 1.8rem; } }

.zisseki_post h3 {
  color: #0b9f5c !important;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px !important;
  padding: 0; }
  .zisseki_post h3::before {
    background: #0b9f5c;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 15px;
    width: 30px; }

.detail_zisseki_cont {
  margin-bottom: 80px;
  overflow: hidden; }
  .detail_zisseki_cont h3 {
    margin-top: 20px !important; }

.detail_zisseki_cont figure.detail_zisseki_cont_img {
  max-width: none !important;
  width: 45% !important; }
  @media (max-width: 767px) {
    .detail_zisseki_cont figure.detail_zisseki_cont_img {
      float: none !important;
      margin-left: 0 !important;
      margin-bottom: 20px;
      width: 100% !important; } }

.zisseki_post_ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 auto 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .zisseki_post_ttl {
      font-size: 2.4rem;
      margin-bottom: 30px !important; } }

.detail_zisseki_slider {
  margin-bottom: 40px; }
  .detail_zisseki_slider .spider__slide .smb-spider-slider__item {
    padding: 0;
    position: relative; }
    .detail_zisseki_slider .spider__slide .smb-spider-slider__item .smb-spider-slider__item__caption {
      font-size: 1.5rem;
      margin: 10px 0 0; }
  .detail_zisseki_slider.smb-spider-slider > .spider > .spider__canvas > .spider__slide {
    text-align: center; }
  .detail_zisseki_slider .smb-spider-slider__figure-wrapper {
    display: flex;
    justify-content: center;
    width: 100%; }
  .detail_zisseki_slider.smb-spider-slider .spider__figure {
    width: auto; }
    @media (min-width: 768px), print {
      .detail_zisseki_slider.smb-spider-slider .spider__figure {
        max-height: 768px; } }
    @media (max-width: 767px) {
      .detail_zisseki_slider.smb-spider-slider .spider__figure {
        max-height: 65vw; } }

.zisseki_wrap_box .zisseki_imgbox picture, .zisseki_wrap_box .zisseki_imgbox .zisseki_imgbox_inline {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .zisseki_wrap_box .zisseki_imgbox picture img, .zisseki_wrap_box .zisseki_imgbox .zisseki_imgbox_inline img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    max-height: none !important;
    max-width: 120%; }
  @media (min-width: 768px), print {
    .zisseki_wrap_box .zisseki_imgbox picture, .zisseki_wrap_box .zisseki_imgbox .zisseki_imgbox_inline {
      height: 22vw;
      max-height: 218px; } }
  @media (max-width: 767px) {
    .zisseki_wrap_box .zisseki_imgbox picture, .zisseki_wrap_box .zisseki_imgbox .zisseki_imgbox_inline {
      height: 62.5vw; } }

@media (min-width: 768px), print {
  .wp-block-lazyblock-home-zisseki .zisseki_imgbox picture, .wp-block-lazyblock-home-zisseki .zisseki_imgbox .zisseki_imgbox_inline {
    display: block;
    position: relative;
    overflow: hidden;
    height: 22vw;
    max-height: 205px;
    width: 100%; }
    .wp-block-lazyblock-home-zisseki .zisseki_imgbox picture img, .wp-block-lazyblock-home-zisseki .zisseki_imgbox .zisseki_imgbox_inline img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      max-height: none !important;
      max-width: 120%; } }

.exhi_point {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .exhi_point {
      padding-left: 4%;
      padding-right: 4%; } }

.exhi_point_box {
  border: 1px solid #dbd8d5;
  padding: 35px 30px;
  width: 23%; }

.exhi_point_box_lb {
  margin-bottom: 15px; }

.exhibition_pointnmb {
  border-bottom: 1px solid #dbd8d5;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0 20px 5px 0; }
  .exhibition_pointnmb ~ span {
    display: block;
    font-size: 1.8rem;
    font-weight: 400; }
  @media (max-width: 767px) {
    .exhibition_pointnmb {
      font-size: 1.5rem; } }

.exhi_guide_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 80px; }
  @media (max-width: 1023px) {
    .exhi_guide_wrap {
      padding-left: 4%;
      padding-right: 4%; } }

.exhi_guide_sub_ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 55px; }

.exhihall_wrap {
  display: none;
  padding-bottom: 30px; }

.exhihall_wrap_in {
  padding-left: 0; }
  @media (min-width: 768px), print {
    .exhihall_wrap_in {
      display: flex;
      flex-wrap: wrap; } }

.exhihall_box a {
  color: #006845;
  transition: .3s all ease-in-out; }
  .exhihall_box a:hover {
    color: #0b9f5c; }
    .exhihall_box a:hover .exhihall_box_img {
      opacity: .8; }
@media (min-width: 768px), print {
  .exhihall_box {
    margin-left: 2%;
    margin-top: 20px;
    width: 32%; }
    .exhihall_box:nth-child(3n + 1) {
      margin-left: 0; }
    .exhihall_box:nth-child(-n + 3) {
      margin-top: 0; } }
@media (max-width: 767px) {
  .exhihall_box {
    margin-top: 20px; }
    .exhihall_box:first-child {
      margin-top: 0; } }

.exhihall_box_img {
  margin-bottom: 10px;
  transition: .3s all ease-in-out; }

.exhihall_box_ttl {
  font-size: 1.8rem;
  margin-bottom: 15px; }

.exhihall_area {
  border-bottom: 1px solid #dbd8d5;
  border-top: 1px solid #0b9f5c;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 15px 50px 15px 0;
  position: relative; }
  .exhihall_area::before {
    border: 1px solid #0b9f5c;
    border-radius: 50%;
    content: '+';
    color: #0b9f5c;
    width: 30px;
    height: 30px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: calc(50% - 15px);
    right: 4%; }
  .exhihall_area.toggle_on::before {
    content: '-'; }
  @media (min-width: 768px), print {
    .exhihall_area {
      font-size: 2.2rem; } }
  @media (max-width: 767px) {
    .exhihall_area {
      font-size: 1.8rem; } }

/*Detail*/
.detail_exhi_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .detail_exhi_wrap {
      padding-left: 4%;
      padding-right: 4%; } }

.detail_exhi_slider {
  margin-bottom: 20px; }
  .detail_exhi_slider .spider__arrow::before {
    border-bottom: none !important;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-right: none !important;
    transition: 300ms;
    height: 30px;
    width: 30px; }
  .detail_exhi_slider .spider__arrow[data-direction="next"]::before {
    right: -35px;
    transform: rotate(135deg); }
  .detail_exhi_slider .spider__arrow[data-direction="prev"]::before {
    left: -35px;
    transform: rotate(-45deg); }
  @media (max-width: 1023px) {
    .detail_exhi_slider .spider__arrow::before {
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
      height: 20px;
      width: 20px; }
    .detail_exhi_slider .spider__arrow[data-direction="next"]::before {
      right: 15px; }
    .detail_exhi_slider .spider__arrow[data-direction="prev"]::before {
      left: 15px; } }
  .detail_exhi_slider .spider__dots {
    justify-content: flex-end;
    padding-right: 30px; }
    .detail_exhi_slider .spider__dots .spider__dot {
      height: 11px;
      width: 11px; }
      .detail_exhi_slider .spider__dots .spider__dot[aria-current="true"] {
        background: #004e34; }

.detail_exhi_top {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  margin-top: 50px;
  text-align: center; }
  @media (max-width: 1023px) {
    .detail_exhi_top {
      padding-left: 4%;
      padding-right: 4%; } }

.detail_exhi_type {
  border: 1px solid #004e34;
  color: #004e34;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 1.4rem;
  padding: 5px 15px;
  margin-bottom: 10px; }

.detail_exhi_info {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .detail_exhi_info {
      padding-left: 4%;
      padding-right: 4%; } }

.detail_exhi_dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  .detail_exhi_dl dt {
    border-bottom: 1px solid #dbd8d5;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0 0 15px;
    width: 20%; }
    .detail_exhi_dl dt::before {
      display: inline-block;
      font-family: 'icomoon';
      font-size: 2rem;
      line-height: 1;
      padding-right: 10px;
      vertical-align: middle; }
    .detail_exhi_dl dt.ico-holiday::before {
      content: '\f006'; }
    .detail_exhi_dl dt.ico-time::before {
      content: '\f017'; }
    .detail_exhi_dl dt.ico-address::before {
      content: '\e90d'; }
    .detail_exhi_dl dt.ico-tel::before {
      content: '\f095'; }
  .detail_exhi_dl dd {
    border-bottom: 1px solid #dbd8d5;
    font-size: 1.4rem;
    padding: 0 0 10px;
    margin: 0 0 15px;
    width: 80%; }
  @media (max-width: 767px) {
    .detail_exhi_dl {
      display: block; }
      .detail_exhi_dl dt, .detail_exhi_dl dd {
        width: 100%; } }

.detail_exhi_housemap {
  margin-bottom: 35px; }
  .detail_exhi_housemap img {
    height: auto;
    width: 100%; }

.detail_exhi_dlmap {
  color: #006845;
  transition: .3s all ease-in-out; }
  .detail_exhi_dlmap::after {
    content: '\e90b';
    display: inline-block;
    font-family: 'icomoon';
    padding-left: 10px;
    vertical-align: middle; }
  .detail_exhi_dlmap:hover {
    color: #0b9f5c; }

.exhi_cat_btn {
  margin-top: 25px; }

.madori_post.area .madori_post_ttl span {
  background: #006845 !important; }
.madori_post.area .detail_madori_ttl {
  border-left: 20px solid #004e34 !important; }
.madori_post.style .madori_post_ttl span {
  background: #b67013 !important; }
.madori_post.style .detail_madori_ttl {
  border-left: 20px solid #b67013 !important; }

.madori_post_ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  margin: 0 auto 50px;
  text-align: center; }
  .madori_post_ttl span {
    background: #006845;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 30px;
    padding: 5px 10px;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .madori_post_ttl {
      font-size: 2.4rem;
      margin-bottom: 30px !important; } }

.detail_madori_block {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .detail_madori_block {
      margin-bottom: 50px; } }

@media (max-width: 767px) {
  .detail_madori_cont {
    flex-direction: column-reverse; }
    .detail_madori_cont .detail_madori_right {
      margin-bottom: 15px; } }

.detail_madori_ttl {
  border-bottom: 1px solid #dbd8d5 !important;
  border-left: 20px solid #006845;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 10px 15px !important; }

.detail_madori_tbl {
  border: none; }
  .detail_madori_tbl tr td {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #dbd8d5;
    padding: 15px 5px 15px 0 !important;
    width: 80%; }
    .detail_madori_tbl tr td:first-child {
      border-width: 0 0 1px 0;
      border-bottom: 1px solid #dbd8d5;
      padding: 15px 5px 15px 0 !important;
      width: 20%; }
  @media (max-width: 767px) {
    .detail_madori_tbl td {
      display: block;
      width: 100% !important; } }

.detail_madori_right .spider__dots {
  margin-top: -25px !important;
  position: relative;
  z-index: 9; }
@media (min-width: 768px), print {
  .detail_madori_right .spider__arrows {
    display: none !important; } }

@media (min-width: 768px), print {
  .rl-gallery-container .rl-gallery-item {
    width: 49% !important; } }

.cm_video_lst {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .cm_video_lst {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (max-width: 1023px) {
    .cm_video_lst .wp-block-columns {
      display: block; } }

.president_notebox {
  margin-bottom: 60px; }

.president_contbox {
  margin-bottom: 60px; }
  .president_contbox p {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .president_contbox figure {
      margin: 0 0 10px !important;
      max-width: 100%; } }

.company_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .company_wrap {
      padding-left: 4%;
      padding-right: 4%; } }
  .company_wrap table th, .company_wrap table td {
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 10px 0;
    vertical-align: top; }
    @media (max-width: 767px) {
      .company_wrap table th, .company_wrap table td {
        display: block !important; } }

.costomer_lst {
  padding: 0; }
  @media (min-width: 768px), print {
    .costomer_lst {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px), print {
    .costomer_lst li {
      width: 23%;
      margin: 1% 10px; } }
  @media (max-width: 767px) {
    .costomer_lst li {
      margin-bottom: 10px; } }
  .costomer_lst li a {
    color: #006845; }
    .costomer_lst li a:before {
      content: '\e909';
      font-family: 'icomoon';
      font-size: 1.2rem;
      margin-right: 5px; }
    .costomer_lst li a:hover {
      color: #0b9f5c; }

.customer_cont {
  margin: 0 0 60px;
  padding: 30px;
  border: 1px solid #dbd8d5;
  background: #f7f7f7; }
  .customer_cont .customer_cont_ttl {
    text-align: center; }
    @media (min-width: 768px), print {
      .customer_cont .customer_cont_ttl {
        font-size: 3.2rem; } }
    .customer_cont .customer_cont_ttl span {
      display: block; }
      @media (min-width: 768px), print {
        .customer_cont .customer_cont_ttl span {
          font-size: 2.2rem; } }
      @media (max-width: 767px) {
        .customer_cont .customer_cont_ttl span {
          font-size: 1.6rem; } }

.customer_reply h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 2.4rem;
  margin: 0 0 20px; }
.customer_reply p {
  margin-bottom: 10px; }

@media (min-width: 768px), print {
  .orijin_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.orijin_box {
  margin-bottom: 40px; }
  @media (min-width: 768px), print {
    .orijin_box {
      display: flex;
      width: 48%; } }
  .orijin_box figure {
    margin: 0 auto 20px; }
    @media (min-width: 768px), print {
      .orijin_box figure {
        padding-right: 30px;
        width: 50%; } }

@media (min-width: 768px), print {
  .orijin_cont {
    width: 50%; } }
.orijin_cont h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 15px; }
.orijin_cont h4 {
  color: #0b9f5c;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px; }
.orijin_cont p:nth-of-type(odd) {
  border-bottom: 1px dashed #dbd8d5;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: normal !important;
  margin-bottom: 4px;
  padding: 0 0 2px 0; }
.orijin_cont p:nth-of-type(even) {
  padding-bottom: 20px; }
.orijin_cont p:last-of-type {
  border-bottom: none; }

.newsletter_text {
  display: inline-block; }
  .newsletter_text::after {
    content: "" !important;
    font-family: "icomoon";
    margin-left: 8px;
    position: relative;
    top: 1px; }

.form_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  margin-top: 50px !important; }
  @media (max-width: 1023px) {
    .form_wrap {
      padding-left: 4%;
      padding-right: 4%; } }
  .form_wrap h1 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif; }
    @media (min-width: 768px), print {
      .form_wrap h1 {
        font-size: 3.2rem;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .form_wrap h1 {
        font-size: 2.4rem;
        margin-bottom: 30px; } }

.form_flow {
  display: flex;
  flex-direction: row;
  padding: 0; }
  @media (min-width: 768px), print {
    .form_flow {
      margin: 0 0 70px; } }
  @media (max-width: 767px) {
    .form_flow {
      margin: 0 0 40px; } }
  .form_flow li {
    border-bottom: 1px solid #dbd8d5;
    border-right: 1px solid #dbd8d5;
    border-top: 1px solid #dbd8d5;
    padding: 15px 0;
    text-align: center;
    width: 34%; }
    .form_flow li.current {
      color: #fff;
      background: #004e34;
      font-weight: 600; }
    .form_flow li:first-child {
      border-left: 1px solid #dbd8d5; }
    @media (max-width: 767px) {
      .form_flow li {
        font-size: 1.2rem; } }

.form_box {
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 767px) {
    .form_box th, .form_box td {
      display: block; } }
  .form_box th {
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    text-align: left; }
    @media (min-width: 768px), print {
      .form_box th {
        padding: 20px 0;
        width: 250px; } }
    @media (max-width: 767px) {
      .form_box th {
        padding-bottom: 10px;
        width: 100%; } }
    .form_box th .required {
      border: 1px solid #cc0000;
      border-radius: 3px;
      color: #cc0000;
      display: block;
      font-size: 1.4rem;
      font-weight: normal;
      padding: 1px 3px;
      text-align: center;
      width: 45px; }
  .form_box td {
    width: 100%; }
    @media (min-width: 768px), print {
      .form_box td {
        padding: 10px 0 10px 35px; } }
    @media (max-width: 767px) {
      .form_box td {
        padding-bottom: 20px; } }
    .form_box td input[type="text"], .form_box td input[type="email"], .form_box td select, .form_box td textarea {
      border: 1px solid #dbd8d5;
      border-radius: 4px;
      line-height: normal;
      padding: 10px 12px;
      width: 100%; }
      .form_box td input[type="text"]::placeholder, .form_box td input[type="email"]::placeholder, .form_box td select::placeholder, .form_box td textarea::placeholder {
        color: #999; }
      .form_box td input[type="text"]:focus, .form_box td input[type="email"]:focus, .form_box td select:focus, .form_box td textarea:focus {
        outline: 2px solid #000; }
    .form_box td select, .form_box td input[type="radio"] {
      cursor: pointer; }
    .form_box td select {
      appearance: none;
      background: url("override/src/images/common/ico-arrow-down.svg") calc(100% - 10px) center/10px auto no-repeat; }
      .form_box td select[name="time"] {
        width: 160px; }
    .form_box td .mwform-radio-field {
      margin-right: 10px;
      position: relative; }
      .form_box td .mwform-radio-field label input[type="radio"] {
        appearance: none;
        display: none; }
        .form_box td .mwform-radio-field label input[type="radio"] + span {
          padding-left: 26px; }
          .form_box td .mwform-radio-field label input[type="radio"] + span::before {
            position: absolute;
            content: "";
            display: block;
            top: 50%;
            left: 0;
            margin-top: -10px;
            width: 18px;
            height: 18px;
            border: 2px solid #dbd8d5;
            border-radius: 50%; }
        .form_box td .mwform-radio-field label input[type="radio"]:checked + span::after {
          background-color: #0b9f5c;
          position: absolute;
          content: "";
          display: block;
          top: 15px;
          left: 4px;
          margin-top: -10px;
          width: 10px;
          height: 10px;
          border-radius: 50%; }

.submit_btn {
  margin-bottom: 20px;
  padding-bottom: 40px;
  position: relative;
  text-align: center; }
  .submit_btn .next_button input[type="submit"] {
    transition: all 0.3s ease-in-out;
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 55px;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px), print {
      .submit_btn .next_button input[type="submit"] {
        max-width: 260px; } }
    .submit_btn .next_button input[type="submit"]:hover {
      background-color: #00b478; }
  .submit_btn .back_button {
    position: absolute;
    bottom: 0;
    left: 0; }
    .submit_btn .back_button input[type="submit"] {
      background: none;
      border: none;
      color: #999;
      cursor: pointer;
      padding: 0;
      text-decoration: underline;
      width: auto; }
      .submit_btn .back_button input[type="submit"]:hover {
        opacity: .7; }

.city_fukushima,
.city_miyagi,
.city_tokyo,
.city_chiba,
.city_saitama,
.city_tochigi,
.city_other {
  display: none; }

.showchoose {
  display: block; }

#city_tr_show {
  display: table-row; }

#city_td_show {
  display: table-cell; }

.monthly-calendar table caption {
  font-size: 1.5rem;
  margin-bottom: 20px; }
.monthly-calendar table th, .monthly-calendar table td {
  width: 14.2%; }

.booking_confirm_wrap button {
  transition: all 0.3s ease-in-out;
  background-color: #999;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 20px auto;
  width: 100%; }
  @media (min-width: 768px), print {
    .booking_confirm_wrap button {
      max-width: 260px; } }
  .booking_confirm_wrap button:hover {
    background-color: #00b478; }

.content-form {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px; }
  @media (max-width: 1023px) {
    .content-form {
      padding-left: 4%;
      padding-right: 4%; } }
  .content-form form legend, .content-form form th, .content-form form td, .content-form form input, .content-form form textarea {
    font-size: 1.5rem; }
  .content-form form .content-text.small {
    width: 5rem; }
  .content-form form input, .content-form form textarea {
    border: 1px solid #dbd8d5;
    border-radius: 4px;
    line-height: normal;
    margin-bottom: 10px;
    padding: 10px; }
  .content-form form th, .content-form form td {
    border: none; }
  .content-form form button {
    transition: all 0.3s ease-in-out;
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 55px;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px), print {
      .content-form form button {
        max-width: 260px; } }
    .content-form form button:hover {
      background-color: #00b478; }

@media (min-width: 768px), print {
  .grecaptcha-badge {
    bottom: 90px !important; } }
@media (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 60px !important; } }

.news_lst {
  display: flex;
  flex-wrap: wrap; }
  .news_lst dt {
    font-weight: 300;
    padding: 10px 0;
    width: 19%; }
  .news_lst dd {
    width: 81%; }
    .news_lst dd a {
      color: #000;
      display: block;
      font-size: 1.6rem;
      padding: 10px 0; }
      .news_lst dd a:hover {
        color: #0b9f5c; }
  @media (max-width: 767px) {
    .news_lst dt, .news_lst dd {
      width: 100%; }
    .news_lst dt {
      font-size: 1.2rem; }
    .news_lst dd a {
      padding-top: 0; } }

.c-entry__title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0 auto 50px !important;
  text-align: center; }
  @media (max-width: 767px) {
    .c-entry__title {
      font-size: 2.4rem;
      margin: 0 auto 30px !important; } }

.c-entry__meta .c-meta {
  justify-content: flex-end; }

.sitemap_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1054px;
  padding-bottom: 40px; }
  @media (max-width: 1023px) {
    .sitemap_wrap {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 768px), print {
    .sitemap_wrap {
      display: flex; } }

@media (min-width: 768px), print {
  .sitemap_box {
    width: 50%; } }

.pagelst a, .pagelink a {
  color: #000;
  font-weight: 300; }
  .pagelst a::before, .pagelink a::before {
    content: '\e904';
    font-family: "icomoon"; }
  .pagelst a:hover, .pagelink a:hover {
    color: #0b9f5c; }
.pagelst dt, .pagelink dt {
  font-size: 2rem;
  margin: 40px 0 0 0; }
  .pagelst dt:first-child, .pagelink dt:first-child {
    margin-top: 0; }

.pagelink {
  font-size: 2rem;
  margin: 40px 0 0 0; }

.sitemap_pagelst {
  padding-left: 12px; }
  .sitemap_pagelst li {
    margin-top: 10px; }

article.post {
  max-width: 1024px;
  margin: 0 auto; }

.column_box .zisseki_imgbox {
  margin-bottom: 15px; }
.column_box .colmun_txtbox_ttl {
  font-size: 1.8rem;
  margin-bottom: 15px; }

.colum_tablist li {
  max-width: 300px;
  width: 50%; }

.column_currentyear_ttl {
  text-align: center; }

.column_post_wrap {
  padding-bottom: 60px; }
  .column_post_wrap .rtoc-mokuji-content {
    margin: 40px 0; }
    .column_post_wrap .rtoc-mokuji-content .mokuji_ol > .rtoc-item > a:first-child {
      font-weight: bold; }
  .column_post_wrap h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 20px; }
  .column_post_wrap p {
    margin: 0 0 30px;
    line-height: 1.8; }
  .column_post_wrap h3 {
    color: #0b9f5c !important;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 50px 0 30px !important;
    padding: 0; }
    .column_post_wrap h3::before {
      background: #0b9f5c;
      content: '';
      display: block;
      height: 1px;
      margin-bottom: 15px;
      width: 30px; }
  .column_post_wrap h4 {
    border-bottom: 1px solid #dbd8d5 !important;
    color: #000;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 40px !important;
    padding: 0 0 10px !important; }
  .column_post_wrap figure {
    margin: 0 0 30px; }
    @media (min-width: 768px), print {
      .column_post_wrap figure.wp-block-post-featured-image {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .column_post_wrap figure.wp-block-post-featured-image {
        float: none;
        max-width: 100%;
        margin-left: 0 !important; } }

.column_update {
  font-family: "Linden Hill",sans-serif;
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 20px; }
  .column_update time::before {
    background: url("override/src/images/common/ico-update.svg") center/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 6px;
    width: 20px; }
  @media (max-width: 767px) {
    .column_update {
      text-align: center; } }
