@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: T
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
#wpadminbar,
#admin-panel {
  display: none;
}

.home .entry-title,
.home .date-tags,
.page .date-tags,
.author-info {
  display: none;
}

.tagline {
  display: none;
}
@media only screen and (min-width: 834px) {
  .tagline {
    display: block;
  }
}

.content-bottom {
  margin: 3em 0 0;
  background: #20b5af;
  padding: 1.2rem;
  color: #fff;
  text-align: center;
}
.content-bottom .widget h2 {
  margin-bottom: 0.4em;
}
.content-bottom .wp-block-buttons {
  margin: auto;
  display: inline-block;
  margin-top: 0.8rem;
}
.content-bottom .wp-block-button__link {
  border: 1px solid #fff;
}
.content-bottom + .footer {
  margin-top: 0;
}

@media (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.sidebar {
  padding: 0;
  background: none;
}

.sidebar_block {
  background-color: #fff;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar_block > * {
  margin: 18px;
}
.sidebar_block h2 {
  background-color: #20b5af;
  color: #fff;
  margin-top: 0;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 1.6rem;
  padding: 0.3em 1em;
  font-size: 20px;
}

.pc {
  display: none;
}
@media only screen and (min-width: 834px) {
  .pc {
    display: block;
  }
}

@media only screen and (min-width: 834px) {
  .sp {
    display: none;
  }
}

.navi {
  font-family: "UD新ゴ M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.fa-file-o::before {
  content: "\f054";
}

.wp-block-button__link {
  background-color: #20b5af;
  border-radius: 8px;
}
.wp-block-button__link::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  margin-left: 0.5em;
}
.wp-block-button__link:hover {
  filter: brightness(1.1);
  color: #fff;
  transition: filter 0.1s ease;
}

.gmap {
  margin-bottom: 0.6rem;
}
.gmap iframe {
  width: 100%;
  height: 300px;
}

#main .wpsm_nav.wpsm_nav.wpsm_nav-tabs,
#main .tab-content.tab-content {
  font-family: var(--cocoon-default-font) !important;
}
#main .wpsm_nav.wpsm_nav.wpsm_nav-tabs a,
#main .tab-content.tab-content a {
  font-family: var(--cocoon-default-font) !important;
}

h1,
h2,
h3,
h4 {
  font-family: "UD新ゴ M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.entry-title {
  padding: 0.5em 0 0;
  color: #0d8580;
}
.entry-title::after {
  content: "";
  display: block;
  height: 5px;
  background: url(/wp-content/uploads/2023/08/bar_midashi.jpg);
  margin-top: 0.5em;
}
@media only screen and (min-width: 834px) {
  .entry-title {
    padding: 0.5em 0 1em;
    font-size: 28px;
  }
}

h2.wp-block-heading.wp-block-heading {
  background-color: #d2ebea;
}

h3.wp-block-heading.wp-block-heading {
  border-left-color: #d2ebea;
  border-bottom-color: #d2ebea;
  border-top: none;
  border-right: none;
}
@media only screen and (min-width: 834px) {
  h3.wp-block-heading.wp-block-heading {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
  }
}

.wp-block-heading.wp-block-heading {
  margin-bottom: 1.2em;
  margin-top: 1.8em;
}
.wp-block-heading.wp-block-heading:nth-child(1) {
  margin-top: 0;
}

.caption-box {
  border-color: #20b5af;
}

.caption-box-label {
  background-color: #20b5af;
}
.caption-box-label a {
  color: #fff;
  text-decoration: none;
}
.caption-box-label a::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  margin-left: 0.5em;
}

.wp-block-table table {
  border: 1px solid rgba(210, 235, 234, 0.4);
  overflow: hidden;
}
.wp-block-table tr {
  background-color: #f9f9f9;
}
.wp-block-table tr:nth-of-type(2n + 1) {
  background-color: rgba(210, 235, 234, 0.6);
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.3em 0.6em;
  border: none;
}

.is-layout-flex > div {
  margin-bottom: 0 !important;
}

.wp-block-image a {
  position: relative;
}

.wp-block-image a:after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  background: #20b5af;
  display: block;
  width: 1.2em;
  height: 1.2em;
  padding: 0.4em 0.2em 0.4em 0.5em;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 17px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: auto;
}
@media only screen and (min-width: 834px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  }
}

.timeline-item-title {
  font-feature-settings: "palt";
}

.footer-sitemap {
  display: none;
}
@media only screen and (min-width: 834px) {
  .footer-sitemap {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    justify-content: center;
    padding-top: 1.6rem;
  }
}
.footer-sitemap ul.footer-sitemap-list {
  padding-left: 2rem;
  border-left: 1px solid #ddd;
}
.footer-sitemap ul.footer-sitemap-list:first-child {
  border: none;
}
.footer-sitemap ul.footer-sitemap-list li {
  list-style: none;
}
.footer-sitemap ul.footer-sitemap-list a {
  text-decoration: none;
  color: #0d8580;
  padding: 0.3em;
  display: inline-block;
}
.footer-sitemap ul.footer-sitemap-list a:hover {
  text-decoration: underline;
}
.footer-sitemap ul.footer-sitemap-list .children {
  font-size: 15px;
  padding: 0 0.5em;
}
.footer-sitemap ul.footer-sitemap-list .children li::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  color: #0d8580;
  margin-right: 0.5em;
}

.footer-bottom {
  width: 100%;
  max-width: 800px;
  margin: 24px auto;
}

.footer-bottom-content {
  float: none;
  text-align: center;
}
@media only screen and (min-width: 834px) {
  .footer-bottom-content {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #ddd;
  }
}

.footer-bottom-logo {
  float: none;
  position: static;
}

@media only screen and (min-width: 834px) {
  .footer-bottom-link {
    position: relative;
    top: -0.3em;
  }
}
.footer-bottom-link ul {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 834px) {
  .footer-bottom-link ul {
    display: flex;
  }
}
@media only screen and (min-width: 834px) {
  .footer-bottom-link li:first-child::after {
    content: "";
    display: inline-block;
    border-right: 1px solid #ddd;
    height: 1em;
    width: 1px;
    vertical-align: text-bottom;
  }
}
.footer-bottom-link a {
  display: inline-block;
  padding: 0.3em 1em;
  color: #0d8580;
}

.copyright {
  text-align: center;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #ddd;
}

.mobile-menu-buttons .menu-caption {
  font-size: 16px;
}
.mobile-menu-buttons li {
  padding-bottom: 3px;
}

.appeal {
  background: url(/wp-content/uploads/2023/08/top_heroimage_bg_sp-1.png?t=2);
  border-top: 8px solid #6aefea;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1.6rem;
  padding-top: 60%;
  padding-bottom: 0;
}
@media only screen and (min-width: 834px) {
  .appeal {
    border: none;
    min-height: 336px;
    position: relative;
    padding: 0;
    padding-bottom: 3.2rem;
    background: none;
  }
  .appeal::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2023/08/top_heroimage_bg_pc-1.png?t=3);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
  }
}
.appeal .pc-image {
  position: relative;
  top: -8px;
}

.appeal-in {
  padding: 0;
}

.appeal-content {
  background: none;
  padding: 0;
  max-width: 1195px;
  width: 100%;
}

@media only screen and (min-width: 834px) {
  .appeal-message {
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 834px) {
  .appeal-message-inner {
    padding: 3.2rem 0 0;
    width: 1000px;
    margin: auto;
  }
}

.appeal-message-txt {
  text-align: left;
  max-width: 100%;
  color: #0d8580;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 834px) {
  .appeal-message-txt {
    color: #fff;
    width: 470px;
    padding: 30px;
    background-color: rgba(32, 181, 175, 0.8);
    border-radius: 16px;
    margin-bottom: 1.6rem;
  }
}
.appeal-message-txt .pc {
  margin-bottom: 1.6rem;
}

.top_lead {
  padding: 2.4rem 1.6rem;
  text-align: center;
  background-color: #20b5af;
  color: #fff;
}

.top_lead_inner {
  width: 800px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
}

.front-top-page .main {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.front-top-page .content {
  margin-top: 0;
}

.top_news {
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  flex-direction: column;
}
@media only screen and (min-width: 834px) {
  .top_news {
    flex-direction: row;
  }
}
.top_news h2.wp-block-heading.wp-block-heading {
  background-color: #20b5af;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem 0.6rem 0 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 834px) {
  .top_news h2.wp-block-heading.wp-block-heading {
    padding: 3rem 2.4rem 3rem;
    width: 224px;
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
.top_news .news {
  background-color: #fff;
  width: 100%;
  margin-block-start: 0;
  padding: 0.3em 0.6em;
  border-radius: 0 0 0.6rem 0.6rem;
  font-size: 16px;
}
@media only screen and (min-width: 834px) {
  .top_news .news {
    border-radius: 0 0.6rem 0.6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.top_news .news_list {
  list-style: none;
  padding: 0.3em 0em;
  text-align: left;
  max-height: 7.5em;
  overflow-y: scroll;
}
.top_news .news_list li {
  padding: 0.8em;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.top_news .news_list li:last-child {
  border: none;
}

.top-services .wp-block-column-is-layout-flow {
  padding: 8.4rem 0.8rem 1.6rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.top-services .wp-block-column-is-layout-flow ul {
  padding: 0 0.5em;
  list-style: none;
  display: inline-block;
  text-align: left;
}
.top-services .wp-block-column-is-layout-flow ul a {
  color: #0d8580;
}
.top-services .wp-block-column-is-layout-flow ul li::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  color: #0d8580;
  margin-right: 0.5em;
}
.top-services .wp-block-image {
  position: absolute;
  top: 16px;
  left: 0;
}
.top-services h2.wp-block-heading {
  background: none;
  margin: 0;
  padding: 0.8rem;
  text-align: center;
}
.top-services h2.wp-block-heading a {
  text-decoration: none;
  color: var(--cocoon-text-color);
}

.blank-box {
  border: none;
  background-color: #ebeadd;
  padding: 0.8em 1.2em;
}

input[type=submit] {
  background-color: #20b5af;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: none;
}

.is-layout-flex {
  flex-direction: column;
}
.is-layout-flex .block-box {
  width: 100%;
}
@media only screen and (min-width: 834px) {
  .is-layout-flex .block-box {
    width: auto;
  }
}
@media only screen and (min-width: 834px) {
  .is-layout-flex {
    flex-direction: row;
  }
}

.fa-angle-right:before {
  content: none;
}

.history_list.wp-block-table,
.member_list.wp-block-table {
  border: none;
  width: 100%;
}
.history_list.wp-block-table table,
.member_list.wp-block-table table {
  border: none;
  min-width: 95%;
  margin: auto;
}
.history_list.wp-block-table tr,
.member_list.wp-block-table tr {
  background: none !important;
}
.history_list.wp-block-table th,
.member_list.wp-block-table th {
  font-size: 15px;
  background: none;
}
.history_list.wp-block-table td,
.member_list.wp-block-table td {
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .history_list.is-content-justification-right {
    display: block;
    padding: 0 0.6em;
    gap: 0 2em;
  }
}
@media screen and (max-width: 834px) {
  .history_list.is-content-justification-right p {
    margin-bottom: 0.2rem;
    display: inline-block;
    width: auto;
    padding-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .history_list.is-content-justification-right p {
    width: 49%;
    padding-right: 0;
  }
}
.history_list.wp-block-table tr {
  display: block;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 834px) {
  .history_list.wp-block-table tr {
    display: table-row;
    border-bottom: 1px solid #d2ebea;
    margin: auto;
  }
}
.history_list.wp-block-table th {
  display: block;
  text-align: center;
  border: 2px solid #d2ebea;
}
@media only screen and (min-width: 834px) {
  .history_list.wp-block-table th {
    display: table-cell;
    width: 10em;
    text-align: left;
    border: none;
  }
}
.history_list .tsubaki,
.history_list .nobara,
.history_list .grouphome,
.history_list .higo {
  display: block;
  padding-left: 0.8em;
  position: relative;
}
.history_list .tsubaki::before,
.history_list .nobara::before,
.history_list .grouphome::before,
.history_list .higo::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
@media only screen and (min-width: 834px) {
  .history_list .tsubaki::before,
  .history_list .nobara::before,
  .history_list .grouphome::before,
  .history_list .higo::before {
    width: 6px;
  }
}
.history_list .tsubaki::before {
  background-color: #ed7c89;
}
.history_list .nobara::before {
  background-color: #6797ce;
}
.history_list .grouphome::before {
  background-color: #e2a123;
}
.history_list .higo::before {
  background-color: #7fc77b;
}
.history_list span + br + span {
  margin-top: 0.3em;
}
.history_list span + br {
  display: none;
  height: 0;
}

.member_list.wp-block-table tr {
  border-bottom: 1px solid #d2ebea;
}
.member_list.wp-block-table th {
  text-align: left;
  width: 6em;
}
@media only screen and (min-width: 480px) {
  .member_list.wp-block-table th {
    width: 10em;
  }
}

.event_list.wp-block-table td,
.event_list .wp-block-table th {
  padding: 1.3em 0.6em;
}
.event_list a {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  margin: 1.2rem auto;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  background-color: #20b5af;
  border-radius: 8px;
  color: #fff;
}
.event_list a::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  margin-left: 0.5em;
}
.event_list a:hover {
  filter: brightness(1.1);
  color: #fff;
  transition: filter 0.1s ease;
}
.event_list .has-text-align-left {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.event_list .has-text-align-left strong {
  font-size: 1.3rem;
  display: block;
}
.event_list .has-text-align-left strong ~ strong {
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
}
.event_list .has-text-align-left strong::before {
  content: "●";
  color: #20b5af;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 0.3em;
}
.event_list br + img,
.event_list strong + br + a {
  margin-top: -1.6rem;
}
.event_list .has-text-align-left a strong {
  display: inline;
}
.event_list .has-text-align-left a strong::before {
  content: none;
}
.sidebar .wp-block-button__link{
	display: block;
    margin-bottom: 0;
	padding:0.4em;
}