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

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

/* ヒラギノ角ゴ（代替Noto Sans JP）を適用 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

body {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

/* 共通 */
h1:not(.c-postTitle__ttl) {
  color: #004890;
  text-align: center;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
h1:not(.c-headLogo, .c-postTitle__ttl)::before { 
  content: ""; 
  position: absolute;
  bottom: .2em; 
  left: 0; 
  width: 100%; 
  height: .4em;
  background-color: rgba(0, 72, 144, 0.15); 
}
.post_content h2 {
  font-size: 1.75em;
}
.h2-small-margin {
  margin: 4em 0 1em !important;
}
/* #top_title_area {
    display: none;
} */
.p-mainVisual__scroll.c-plainBtn {
  display: none;
}
/* #main_visual {
    height: 60vh !important;
    padding: 1.5em 0;
} */
.c-filterLayer__img img {
  object-fit: contain;
}
/* @media (max-width: 959px) {
    #main_visual {
        height: 60vw !important;
        padding: 0;
    }
} */
@media (max-width: 959px) {
  h2 {
    font-size: 24px !important;
  }
}
.border-bottom-blue {
  border-bottom: 1px solid var(--color_main) !important;
  padding-bottom: 8px !important;
}
/* ヘッダー */
.-txt .c-headLogo__link {
  font-size: 1rem;
}
.l-fixHeader__logo {
  padding: 8px;
}
.l-header__inner.l-container {
  display: flex;
  flex-direction: column;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-gnav {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
#fix_header .c-gnav {
  padding: 0 0 1rem 0 !important;
}
.l-header__tel {
  line-height: 1.1;
}
.tel__wrapper {
  color: var(--color_main);
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0.25rem;
}
.tel__title {
  font-size: 1rem;
}
.tel__number {
  font-size: 2rem;
}
.reception-time {
  font-size: 0.75rem;
  text-align: center;
}
.l-fixHeader__inner {
  justify-content: center;
}
#header .ttl,
#fix_header .ttl {
  font-size: clamp(11px, 16px, 0.8vw);
}
.c-gnav .menu-item {
  position: relative;
  width: 14vw;
  padding: 0 0.75rem;
  height: 2rem;
}
.c-gnav > .menu-item > a {
  padding: 0 !important;
}
#header .c-gnav .menu-item:after,
#fix_header .c-gnav .menu-item:after {
  content: "";
  display: block;
  width: 1px; /* 線の太さ */
  height: 100%; /* 親要素の高さに合わせる */
  background-color: var(--color_main); /* 線の色 */
  position: absolute;
  left: 0; /* 位置調整 */
  top: 0;
	transform: scaleX(0.8);
}
.menu-item-783 {
  color: #fff;
  padding: 0 0 0 1rem !important;
}
.menu-item-1277 a {
  background-color: var(--color_main);
  /* border-radius: 8px; */
  color: #fff !important;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.menu-item-1277 a:hover {
  background-color: #fff;
  color: var(--swl-text_color--black) !important;
}
.menu-item-1277 a:after {
  display: none;
}
.menu-item-1277 span {
  padding: 0 8px !important;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .c-gnav .menu-item {
    width: 17vw;
  }
}
@media (min-width: 960px) {
  .l-header__logo {
    padding: 8px 0 !important;
  }
  .header__top {
    border-bottom: 1px solid;
    margin-bottom: 1rem;
  }
  .header__bottom {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* フィックスヘッダー調整 */
@media (min-width: 960px) {
  .-series .c-headLogo {
    margin-right: 0;
  }
  .l-fixHeader__gnav.c-gnavWrap {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#fix_header .l-fixHeader__inner {
  flex-direction: column;
  justify-content: center;
}
.l-fixHeader__logo {
  margin-right: 0;
  /* justify-content: center; */
}

/* SP開閉メニュー */
.p-spMenu__body {
  font-size: 16px;
}
.p-spMenu__nav {
  padding-bottom: 0 !important;
}
.tel__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
#sp_menu .menu-item-1277 {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
#sp_menu .menu-item-1277 a {
  min-width: 240px !important;
  height: 56px !important;
  border-radius: 28px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.25) !important;
  transition: none;
  position: relative;
  font-size: 16px;
  padding-right: 16px;
}
#sp_menu .menu-item-1277 a::after {
  content: "\f054"; /* Font Awesomeのアイコン（右向き矢印） */
  font-family: "Font Awesome 6 Free"; /* Font Awesomeのフォントを指定 */
  font-weight: 600;
  font-size: 16px; /* アイコンのサイズ */
  position: absolute;
  right: 20px; /* 右端に配置 */
  display: inline-block; /* 明示的に表示を指定 */
  top: 50%;
  transform: translateY(-50%);
}
#sp_menu .menu-item.menu-item-1277::before {
  display: none !important;
}
#sp_menu .menu-item-1277 a:hover {
  background-color: var(--color_main);
  color: #fff !important;
  box-shadow: 0 0 0 !important;
}

@media (max-width: 959px) {
  .l-header__tel {
    display: none !important;
  }
  .l-header__inner.l-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .tel__container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
    background-color: var(--swl-color_hov_gray);
  }
  .tel__container a {
    width: 100%;
  }
  .tel__wrapper {
    margin-bottom: 0;
  }
  .tel__number {
    font-size: 2rem;
  }
  .reception-time {
    font-size: 1rem;
    text-align: center;
  }
}
/* フッターウィジェット */
#footer {
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.3);
}
#custom_html-3 {
  margin-top: 14px;
}
.footerw-company .company-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--color_main);
}
.w-footer__box .list-marker {
  color: #7d94c0;
}
.w-footer__box #nav_menu-13 {
  text-align: right;
}
.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.c-widget__title.-footer {
  font-weight: normal;
  font-size: 14px !important;
  margin-bottom: 14px;
  padding: 0 !important;
}
.c-widget__title.-footer::before {
  display: none !important;
}
.c-widget__title.-footer::after {
  display: none !important;
}
.w-footer__box .footerw-company li {
  font-size: 14px;
}
.w-footer__box .c-listMenu a {
  border-bottom: none;
  padding: 0 0 10px 0 !important;
}
.c-widget.widget_media_image {
  width: 50%;
  position: relative;
}
.w-footer__box .c-listMenu a:hover {
  background-color: transparent !important;
}
.menu-item {
  position: relative;
}
.menu-item::before {
  background: var(--color_main);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
/* .menu-item:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
} */
@media (min-width: 960px) {
  .w-footer__box {
  margin-top: auto;
  }
  .w-footer__box .c-listMenu li:last-child a {
    padding: 0 !important;
  }
}
@media (max-width: 959px) {
  .w-footer__box + .w-footer__box {
    margin-top: 0 !important;
  }
  .c-widget__title.-footer {
    text-align: left;
    padding-bottom: 0;
    font-size: 1rem;
    display: none;
  }
  .menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1em !important;
    text-align: center;
  }
  #footer .c-widget.widget_media_image {
    text-align: center;
  }
  .w-footer__box {
    padding: 1em 0 0 0 !important;
  }
  .c-widget__title.-footer {
    padding-left: 0 !important;
  }
  li.comany-detail:last-child {
    margin-bottom: 1rem !important;
  }
}
/* お問い合わせフォーム */
.form-content {
  margin-bottom: 2rem;
}
.form-content input,
.form-content textarea {
  width: 100%;
}
.form-content .required {
  display: inline-block;
  font-size: 12px;
  background-color: red;
  color: #fff;
  padding: 1px 6px;
  margin-left: 20px;
  margin-bottom: 4px;
}
.form-accept {
  text-align: center;
  margin-bottom: 2rem;
}
.form-submit {
  text-align: center;
}
.form-submit input {
  padding: 10px 50px;
}
.form-submit .wpcf7-spinner {
  position: absolute;
}
/* お問い合わせ（鮫島）_20250322 */
.form-submit input {
  border: 1px solid #004890;
  transition: 0.3s;
}
.form-submit input,
.btn-submit a {
  width: 240px !important;
  min-width: unset !important;
  height: 56px !important;
  border-radius: 28px !important;
  box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.25) !important;
  background-color: #004890;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.form-submit input:hover,
.btn-submit a:hover {
  color: #004890;
  background-color: #ffffff;
  cursor: pointer;
}
.form-submit input:disabled:hover {
  color: #ffffff;
  background-color: #004890;
  cursor: not-allowed;
}

/* サイトマップ用 */
.wsp-container {
  display: grid;
}
.wsp-container h2 {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 36px;
  margin: 40px 0 10px;
  background-color: #f6f6f6;
  color: #454545;
  font-size: 1em;
}
.wsp-container h2:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c29f54;
}
.wsp-container ul {
  list-style: none !important;
  margin: 0;
}
.wsp-container a {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 36px;
  margin: 10px 0;
  background-color: #f6f6f6;
  color: #454545;
  font-size: 0.8em;
}
.wsp-container a:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c29f54;
}
.wsp-container a:last-child {
  margin-bottom: 0;
}
.wsp-container a:hover {
  background-color: #fff;
}
.wsp-areas-list a {
  padding: 4px 9px 4px 34px;
  margin-left: 20px;
  font-size: 14px;
  color: #454545;
}
.wsp-areas-list a:before {
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #5d2240bb;
}
.sitemap-title {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
  margin-bottom: 30px;
  transition: 0.4s;
}
.sitemap-title:hover {
  opacity: 0.7;
}

/* お知らせ一覧ページ_森 */
.p-termContent {
  margin-top: 0;
}

.c-pageTitle__inner {
  /* color: #004890;
    text-align: center;
    font-size: 48px;
    visibility: hidden; */
  /* display: none; */
}

/* .c-pageTitle__inner::before {
    content: 'お知らせ一覧';
    visibility: visible;
} */

.c-tabBody__item h2 {
  color: #004890;
  text-align: center;
  font-size: 48px;
  margin-bottom: 100px;
}

.p-postList .p-postList__title {
  font-weight: 400;
}

.c-pageTitle__subTitle {
  display: none;
}

.p-postList__item .p-postList__link {
  padding: 24px 16px;
}

time {
  font-size: 12px;
}

.p-postList.-type-simple {
  border-top: none;
}

.-type-simple .p-postList__link,
.c-postTitle__ttl,
.p-pnLinks__title {
  border-bottom: 1px dotted rgba(0, 72, 144, 0.3);
}

.c-postThumb__cat,
.c-categoryList__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  background-color: transparent;
  color: #004890;
  border: 1px solid #004890;
  border-radius: 15px;
}

.p-postList__body {
  display: flex;
  align-items: center;
  gap: 56px;
}

.p-postList__meta {
  flex-direction: column;
}

.p-postList__meta :before {
  display: none;
}

.-type-simple .p-postList__meta {
  margin: 0;
  gap: 8px;
}

.-type-simple .p-postList__title {
  font-size: 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}

.-type-simple .p-postList__link:hover,
.page-numbers {
  background-color: rgb(167, 170, 189, 0.1);
  transition: background-color 0.3s;
  color: #004890;
}

.c-pagination {
  margin: 80px 0 0;
}

@media (max-width: 1150px) {
  .c-tabBody {
    padding: 0 80px;
  }
}

@media (max-width: 599px) {
  .c-tabBody {
    padding: 0 16px;
  }

  .p-postList__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .p-postList__item:first-child .p-postList__link {
    padding: 0 16px 24px;
  }

  .p-postList__item .p-postList__link {
    padding: 24px 16px;
  }

  .p-postList__meta {
    flex-direction: row;
  }

  .-type-simple .p-postList__title {
    font-size: 14px !important;
  }
}

/* パンくずリスト消す＿森 */
.p-breadcrumb {
  display: none;
}

/* 全体の上下余白＿森 */
.l-topTitleArea__body {
  padding-top: 80px;
  margin: 0 !important;
}

@media (max-width: 959px) {
  .l-topTitleArea__body {
    padding-top: 64px;
  }
}

/* h1以下の余白＿森 */
.p-breadcrumb + .l-content {
  padding: 64px 0 80px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .p-breadcrumb + .l-content {
    padding: 40px 0 64px;
  }
}

/* フルワイド時の上下padding */
.swell-block-fullWide:not(:last-child) {
  padding: 0 0 100px !important;
}

@media (max-width: 959px) {
  .swell-block-fullWide:not(:last-child) {
    padding: 0 0 80px !important;
  }
}

.swell-block-fullWide:last-child {
  padding: 0 !important;
}

/* .swell-block-fullWide {
    padding: 0 !important;
    margin-bottom: 100px;
} */

/* tab,sp時の左右padding */
@media (max-width: 959px) {
  .swell-block-fullWide__inner.l-container,
  .swell-block-fullWide__inner.l-article {
    padding: 0 24px;
  }
}

@media (max-width: 599px) {
  .swell-block-fullWide__inner.l-container,
  .swell-block-fullWide__inner.l-article {
    padding: 0 16px;
  }
}

/* お知らせ記事＿森 */
.p-articleMetas.-top {
  margin: 0 0 24px;
}

.l-topTitleArea__body h1 {
  margin: 0 !important;
}

.-frame-border .l-mainContent,
.-frame-border.-frame-on-sidebar #sidebar .c-widget {
  box-shadow: none;
}
.-frame-on .l-mainContent {
  padding: 0;
}

/* タイトルエリア */
.p-articleMetas.-top {
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  order: -1;
}

.l-mainContent__inner {
  display: flex;
  flex-direction: column;
}

.icon-modified,
.c-postTitle__date,
.c-categoryList:before,
.p-toc,
.-bottom,
.l-articleBottom__section {
  display: none;
}

.c-postTitle__ttl {
  font-size: 32px;
  /* margin-top: 24px; */
  color: #004890;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.post_content {
  margin: 0;
}

.u-thin {
  opacity: unset;
}

.c-postTimes__modified:before,
.c-postTimes__posted:before {
  display: none;
}
@media (max-width: 599px) {
.c-postTitle__ttl {
  margin-bottom: 0;
}
}

/* 見出し */

.l-mainContent__inner > .post_content {
  padding: 0;
  margin: 0 auto 72px;
}

.l-topTitleArea__body {
  text-align: center;
  margin: 32px 0 24px;
}
.l-topTitleArea__body h1 {
  color: #004890;
  background: transparent;
  padding: 0;
  font-size: 40px !important;
}
.post_content h2 {
  background: transparent;
  padding: 0;
  color: #333;
  margin: 0;
}

.p-articleHead .c-postTitle__ttl {
  border-bottom: 1px solid #004890;
}

.post_content h2::before {
  border: none;
}

@media (max-width: 1170px) {
  .-frame-on .l-mainContent {
    padding: 0 80px;
  }
}

@media (max-width: 959px) {
  .l-mainContent__inner .c-pageTitle {
    font-size: 32px !important;
    margin-bottom: 80px;
  }

  .l-mainContent__inner .c-postTitle h1 {
    font-size: 24px;
  }
  .l-topTitleArea__body h1 {
    font-size: 32px !important;
    margin: 0 16px;
  }
}

@media (max-width: 599px) {
  .-frame-on .l-mainContent {
    padding: 0 16px;
  }
}

/* テキスト */
.post_content {
  max-width: 720px;
  line-height: 2;
}

/* テキスト以下 */
.p-articleFoot {
  border-top: 1px solid #004890;
  margin: 0 0 48px;
  padding: 0;
}

/* .p-pnLinks__item {
  font-size: 16px;
} */

/* .p-pnLinks__item.-prev:before {
  color: #004890;
} */

.l-articleBottom {
  display: none;
}

/* .p-pnLinks__title {
  padding-bottom: 4px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-articleFoot {
  padding-top: 0;
}

.p-pnLinks {
  margin: 40px 0;
}

.p-pnLinks__link {
  padding: 0;
}

.p-pnLinks .-prev .p-pnLinks__link {
  padding-left: 24px;
} */

@media (max-width: 599px) {
  .l-mainContent__inner > .post_content {
    margin: 40px auto;
  }
  .p-pnLinks {
    margin: 24px 0;
  }
}

/* トップのボタン＿森 */
.top__button {
  display: flex;
  justify-content: center;
}

.top__button a {
  width: 240px !important;
  min-width: 180px !important;
  height: 56px !important;
  border-radius: 28px !important;
  background-color: #004890;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.25) !important;
  transition: box-shadow 0.3s, background-color 0.3s;
  /* transition: 0.25s ease-out; */
}

/* .top__button a svg {
        transition: transform 1s ease;

    }

    .top__button:active svg {
        transform: translateX(50px);
    } */

.is-style-btn_normal a,
.is-style-btn_shiny a {
  box-shadow: none;
}

.top__button a:hover {
  /* border: 1px solid var(--color_main); */
  /* background-color: #f5f9ff;
  color: #004890; */
  box-shadow: 0 0 0 !important;
  /* background-color: rgba(0, 72, 144, .7); */
  /* transform: translate(4px, 4px); */
  /* opacity: 0.7; */
  /* filter: brightness(0.8); */
}

/* .top__button a:not(:hover) {
 transition: box-shadow 0.3s ease-in-out;
} */

.top__button a svg {
  transition: transform 0.25s;
}

.top__button a:hover svg {
  transform: translateX(8px);
}
/* お問い合わせボタン */
.btn-contact a {
  border-radius: 0;
  background-color: #de9b00;
  box-shadow: none;
  position: relative; /* 疑似要素の位置を相対的に設定 */
  height: 56px !important;
  width: 240px !important;
  font-size: 16px;
}
.btn-contact a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 3px solid #de9b00;
}
.btn-contact:hover {
  transform: translate(3.5px, 3.5px); /* 右下に8px移動 */
  transition: 0.3s;
}
.btn-contact:hover a::after {
  opacity: 0; /* ホバー時に疑似要素を消す */
  transition: 0.3s;
}
.btn-contact a:hover {
  box-shadow: none !important;
  border: none;
  background-color: #de9b00;
  transition: 0.3s;
  color: #fff;
}
/* 20250422_追記 */
.small_txt,
.time-schedule .sch_title,
.time-schedule .sch_tx {
  font-size: 14px !important;
}
/* a_a */
.grecaptcha-badge {
  margin: 0 auto !important;
  width: 254px !important;
  height: 56px !important;
  margin-bottom: 2rem !important;
}
.rc-anchor-invisible-text {
  font-size: 11px !important;
  background-color: #4a7ac2 !important;
  color: #fff;
  border-radius: 0 11px 11px 0;
  padding: 0 10px !important;
}
.rc-anchor-invisible-text a {
  color: #fff !important;
}

.grecaptcha-logo {
	justify-content: space-between;
  flex-direction: row-reverse !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 12px !important;
  height: 56px !important;
}
.rc-anchor-logo-img {
	padding: 5px 12px !important;
}

@media screen and (max-width: 599px) {
  .grecaptcha-badge {
    margin-bottom: 3rem !important;
  }
}
/* a_a */
.l-footer .menu-item {
  font-size: 14px;
}
.rc-anchor-invisible-text {
	white-space: nowrap;
}
.reca-g-badge {
    visibility: hidden;
}

.grecaptcha-badge { visibility: hidden; }