@charset "UTF-8";
html,
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  position: relative;
  z-index: -1;
}

html {
  scroll-padding-top: 228px;
}

.inner_section {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .inner_section {
    width: 100vw;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineClamp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.only_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .only_mobile {
    display: block;
  }
}

#contents {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .post_article {
  width: 820px;
}
#contents #sidebar {
  width: 320px;
}
#contents #sidebar h2, #contents #sidebar h3 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contents {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contents .post_article, #contents #sidebar {
    width: auto;
    margin: 0 5vw 10vw;
  }
}

.font_futura {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.news_container {
  border: 2px solid #3995A2;
  border-radius: 10px;
  margin: 20px auto 0;
  width: 65%;
  padding: 30px;
  position: relative;
}
.news_container::before, .news_container::after {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
}
.news_container::before {
  background: url(../images/top/top_news_chara1.png) no-repeat left center;
  left: -170px;
  top: 70px;
  width: 129px;
  height: 127px;
}
.news_container::after {
  background: url(../images/top/top_news_chara2.png) no-repeat left center;
  right: -180px;
  top: 70px;
  width: 139px;
  height: 125px;
}
.news_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dotted #e83c71;
  padding: 12px 30px 10px;
  font-size: 23px;
}
.news_container dl:first-of-type {
  border: none;
}
.news_container dl dt {
  margin-right: 56px;
  font-size: 20px;
}
.news_container dl dd {
  font-weight: 700;
  line-height: 1;
}
.news_container dl dd span {
  display: inline-block;
  margin-left: 20px;
  background-color: #3995A2;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  padding: 0 10px;
  border-radius: 7px;
}
@media screen and (max-width: 1023px) {
  .news_container {
    width: auto;
    margin: 20px;
    padding: 20px;
  }
  .news_container::before, .news_container::after {
    display: none;
  }
  .news_container dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
    font-size: 4vw;
  }
  .news_container dl dt {
    margin: 0;
    font-size: 3.5vw;
  }
  .news_container dl dd span {
    font-size: 3vw;
    line-height: 3.5vw;
  }
}

.diary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
  margin-top: 50px;
}
.diary__container__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 30%;
  border: 2px solid #3995A2;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  margin: 0 10px;
  line-height: 1;
}
.diary__container__item .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.diary__container__item .date {
  margin-top: 15px;
  font-size: 11px;
}
.diary__container__item .diary_ttl {
  font-weight: 700;
  font-size: 20px;
  margin-top: 25px;
  text-align: center;
}
.diary__container__item .txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .diary__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .diary__container__item {
    max-width: none;
    margin-top: 20px;
  }
  .diary__container__item:first-of-type {
    margin-top: 0;
  }
  .diary__container__item .diary_ttl {
    margin-top: 15px;
  }
}

.navbar-item,
.navbar-link,
a {
  color: #333;
}

@media (prefers-color-scheme: dark) {
  :root h1,
  :root h2,
  :root h3,
  :root h4,
  :root h5,
  :root a,
  :root p,
  :root div,
  :root table th,
  :root table td,
  :root section,
  :root article,
  :root strong,
  :root span,
  :root small,
  :root time {
    color: #333;
  }
}
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  --bulma-navbar-item-background-l-delta: none;
}

.button.is-hovered,
.button:hover {
  --bulma-button-background-l-delta: none;
}

main.container {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .inner.inner_narrow {
    width: 940px;
  }
}

@media screen and (max-width: 1023px) {
  article.inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rounded-border-link {
  text-align: center;
}
.rounded-border-link a {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  color: #333;
}

@media screen and (max-width: 1199px) {
  .grid_wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid_wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .grid_wrap .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid_wrap .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.ttl-style-border-b {
  font-weight: bold;
  font-size: 26px;
  border-bottom: 1px solid #333;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-style-border-b {
    margin-bottom: 20px;
  }
}

.ttl_border_t {
  border-top: 1px solid #333;
  padding-top: 5px;
}

.ttl_border_b {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.ttl_border_tb {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 5px 0;
}

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

.is-text-left {
  text-align: left;
}

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

.is-block-center {
  margin-left: auto;
  margin-right: auto;
}

.is-sticky {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .is-sticky {
    top: 62px;
  }
}

.is-position-top0 {
  top: 0;
}

.gap-0 {
  gap: 0;
}

.news_list > li {
  padding: 12px 0;
}
.news_list > li:not(:last-of-type) {
  border-bottom: 1px dotted #7e7e7e;
}
.news_list > li.item_cat27 {
  border: 1px solid red;
  padding: 10px;
  border-radius: 5px;
}
.news_list > li .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_list > li .cat_date .cat .post-categories li {
  padding: 0;
  display: inline-block;
}
.news_list > li .cat_date .cat .post-categories li:not(:first-child) {
  border: none;
}
.news_list > li .cat_date .cat .post-categories li:not(:first-child)::before {
  content: ", ";
}
.news_list > li .cat_date .cat .post-categories li a {
  line-height: 1;
  padding: 0;
}
.news_list > li .cat_date .date {
  text-align: right;
}
.news_list > li.is_new .date time::before {
  content: "NEW";
  font-size: 0.7rem;
  color: red;
  display: inline-block;
  margin-right: 0.5rem;
}
.news_list .news_ttl a {
  color: #333;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_list .news_ttl a {
    font-size: 20px;
  }
}
.news_list .news_excerpt {
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_list .news_excerpt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sp-w100p {
    width: 100%;
  }
  .sp-w100p img {
    width: 100%;
  }
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #3995A2;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    right: 10px;
  }
}
.pagetop:hover {
  background-color: #3995A2;
  color: #fff;
}
.pagetop:hover .pagetop__arrow {
  border-color: #fff;
}
.pagetop .pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #3995A2;
  border-right: 3px solid #3995A2;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.slideup {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.slidein {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.invisible {
  opacity: 0;
}
.invisible.slideup {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.invisible.slidein {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.visible {
  opacity: 1;
}
.visible.slideup, .visible.slidein {
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes flashing {
  0% {
    background-color: #efa0a9;
  }
  50% {
    background-color: #f7fd58;
  }
  100% {
    background-color: #efa0a9;
  }
}

@keyframes flashing {
  0% {
    background-color: #efa0a9;
  }
  50% {
    background-color: #f7fd58;
  }
  100% {
    background-color: #efa0a9;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 0 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0 !important;
  }
  #header .navbar-burger {
    color: #000;
  }
}
#header #header__subpage {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header section.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header #header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
}
#header #header__logo h1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header__logo h1 img {
  margin: 0;
  width: auto;
  height: 58px;
}
#header #header__logo h1 div.header-title {
  margin-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#header #header__logo h1 div.header-title span {
  font-size: 17px;
}
#header #header__logo h1 div.header-title strong {
  font-size: 34px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  #header #header__logo {
    padding: 15px;
  }
  #header #header__logo h1 > a img {
    margin: 0 10px 0 0 !important;
    width: auto !important;
    height: 10vw;
  }
  #header #header__logo h1 > a div.flex {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  #header #header__logo h1 > a div.flex span {
    font-size: 3vw !important;
  }
  #header #header__logo h1 > a div.flex strong {
    font-size: 4vw !important;
  }
  #header #header__logo h1 div.header-title {
    margin-left: 0;
  }
}
#header #header__contact .header__contact__ttl {
  letter-spacing: 3px;
  text-align: center;
  background-color: #caf2f6;
  border-radius: 5px;
  line-height: 37px;
}
#header #header__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
#header #header__contact ul .tel,
#header #header__contact ul .addr {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
#header #header__contact ul .tel img,
#header #header__contact ul .addr img {
  height: 30px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
#header #header__contact ul .tel {
  font-size: 30px;
}
#header #header__contact ul .addr {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #header #header__timetable,
  #header #header__contact {
    display: none;
  }
}
#header .header_logo_contact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#header .header_logo_contact #header_logo {
  display: block;
}
#header .header_logo_contact #header_logo h1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header_logo_contact #header_logo img {
  width: 89px;
  margin-right: 10px;
}
#header .header_logo_contact #header_logo strong {
  font-size: 25px;
  color: #000;
}
#header .header_logo_contact #header_contact {
  padding: 15px 30px;
  border: 1px solid #3995A2;
  border-radius: 0 0 10px 10px;
  border-top: none;
  margin-top: -20px;
}
#header .header_logo_contact #header_contact:hover {
  background-color: #fff;
}
#header .header_logo_contact #header_contact div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header_logo_contact #header_contact img {
  width: 36px;
  margin-right: 10px;
}
#header .header_logo_contact #header_contact span {
  font-size: 16px;
}
#header .header_logo_contact .navbar-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .header_logo_contact #header_logo img {
    width: 10vw;
  }
  #header .header_logo_contact #header_logo strong {
    font-size: 4vw;
  }
  #header .header_logo_contact #header_contact {
    display: none;
  }
  #header .header_logo_contact .navbar-burger {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
  }
}
#header #navbar_header_nav {
  background-color: #05004e;
  min-height: auto;
  margin-top: 30px;
  padding: 10px 0;
}
#header #navbar_header_nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
#header #navbar_header_nav ul li {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  #header #navbar_header_nav ul li {
    border-left: 1px solid #fff;
  }
  #header #navbar_header_nav ul li:first-of-type {
    border: none;
  }
  #header #navbar_header_nav ul li a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 10px max(2em, 5vw);
    line-height: 1;
  }
}
#header #navbar_header_nav ul li img {
  display: inline-block;
  margin-top: 5px;
  height: 28px;
}
#header #navbar_header_nav .navbar-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  #header #navbar_header_nav {
    display: none;
    background-color: transparent;
  }
  #header #navbar_header_nav.is-active {
    display: block;
    margin-top: 10px;
  }
  #header #navbar_header_nav.is-active ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header #navbar_header_nav.is-active ul li {
    margin: 0 5vw;
    font-size: 4vw;
    border-bottom: 1px dotted #3995A2;
  }
  #header #navbar_header_nav.is-active ul li:first-of-type {
    border-top: 1px dotted #3995A2;
  }
  #header #navbar_header_nav.is-active ul a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #header #navbar_header_nav {
    margin-top: 30px;
  }
  #header #navbar_header_nav .navbar-menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  #header #navbar_header_nav {
    min-height: auto;
  }
}

#navbar_info {
  padding: 20px 40px 0;
  background-color: #fff;
}
#navbar_info #header-info .header-info_sub1 {
  width: 578px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#navbar_info #header-info .header-info_sub1 .button {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #navbar_info {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navbar_info .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1069px) {
  #navbar_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
  #navbar_info .navbar-brand {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #navbar_info .navbar-end {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
  #navbar_info .navbar-end #header-info {
    padding-top: 10px;
  }
  #navbar_info .navbar-end #header-info .header-info_sub2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #navbar_info {
    padding-top: 0;
  }
}
#navbar_info .navbar-item {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand {
    margin: 0;
  }
}
#navbar_info .navbar-brand #header_logo {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand #header_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#navbar_info .navbar-brand #header_logo img {
  max-height: none;
}
#navbar_info .navbar-brand #header_logo .header_logo__logo {
  margin-right: 30px;
}
#navbar_info .navbar-brand #header_logo .header_logo__logo img {
  height: 75px;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand #header_logo .header_logo__logo {
    margin: 0 !important;
    padding: 20px 0 10px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  #navbar_info .navbar-brand #header_logo .header_logo__logo img {
    height: 60px;
  }
}
#navbar_info .navbar-brand #header_logo .header_logo__text {
  display: grid;
  grid-template-columns: 70px 1fr;
  font-size: 17px;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#navbar_info .navbar-brand #header_logo .header_logo__text img {
  height: 30px;
}
#navbar_info .navbar-brand #header_logo .header_logo__text .header_logo__text__hojin {
  grid-row: 1/2;
  grid-column: 1/2;
}
#navbar_info .navbar-brand #header_logo .header_logo__text .header_logo__text__name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 26px;
  font-weight: bold;
}
#navbar_info .navbar-brand #header_logo .header_logo__text .header_logo__text__name2 {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand #header_logo .header_logo__text {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
    -webkit-transition: height 0.5s, padding 0.5s;
    transition: height 0.5s, padding 0.5s;
  }
  #navbar_info .navbar-brand #header_logo .header_logo__text img {
    height: 20px;
  }
}

#header-info {
  padding-top: 4px;
}
#header-info .header_tel {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#header-info .header_tel a {
  color: #333;
}
#header-info .header_tel a::before {
  content: "☎";
  margin-right: 0.25rem;
}
#header-info .header_tel .fa-phone-alt {
  font-size: 14px;
  display: inline-block;
  margin-right: 0.25rem;
}
#header-info .buttons {
  margin-bottom: 0;
}
#header-info .buttons.header-info_sub2 {
  margin-top: 17px;
  gap: 4px;
}
#header-info .buttons.header-info_sub2 .button {
  padding: 0;
  color: #fff;
  width: 190px;
  line-height: 36px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header-info .buttons.header-info_sub2 .button:hover {
  opacity: 0.5;
}
#header-info .buttons.header-info_sub2 .button::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    background-color: #fff;
  }
  .header .header_logo__logo img {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .header_small .header_logo__logo {
    padding: 10px 0 !important;
  }
  .header_small .header_logo__logo img {
    height: 40px !important;
  }
  .header_small .header_logo__text {
    height: 0 !important;
    padding: 0 !important;
  }
}
#footer {
  margin-top: 150px;
  padding: 0 0 50px;
  text-align: center;
  color: #000;
}
#footer #footer_banner li {
  margin-bottom: 30px;
}
#footer #googleMaps {
  border: none;
  width: 100%;
  height: 335px;
}
@media screen and (max-width: 768px) {
  #footer #googleMaps {
    height: 40vw;
    margin-bottom: 10vw;
  }
}
#footer #footer_nav {
  margin: 30px 0 50px;
}
#footer #footer_nav .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #footer_nav ul li {
  border-left: 1px solid #000;
  padding: 0 2em;
  line-height: 1;
}
#footer #footer_nav ul li:first-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  #footer #footer_nav {
    margin: 10vw 0;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_nav {
    display: none;
  }
}
#footer .copyright {
  color: #5e4500;
  display: block;
  font-size: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 10vw 0;
    margin-top: 50px;
  }
  #footer #footer_banner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

#footer__logo .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer__logo .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer__logo .flex img {
  margin: 0;
  width: auto;
  height: 58px;
}
#footer__logo .flex div.footer-title {
  margin-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#footer__logo .flex div.footer-title span {
  font-size: 17px;
}
#footer__logo .flex div.footer-title strong {
  font-size: 34px;
  margin-top: 7px;
}
#footer__logo .tel_addr {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #footer__logo .flex a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer__logo .flex a #footer_logo__img {
    margin-bottom: 0.5em;
  }
  #footer__logo .flex a div.footer-title {
    margin-left: 0;
  }
  #footer__logo .flex a div.footer-title span {
    font-size: 5vw;
  }
  #footer__logo .flex a div.footer-title strong {
    font-size: 7vw;
  }
}

#footer-info {
  margin-top: 50px;
}
#footer-info__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
#footer-info__left dl {
  display: grid;
  grid-template-columns: auto 1fr; /* 2列 */
  gap: 16px;
}
#footer-info__left dl dt,
#footer-info__left dl dd {
  margin: 0;
}
#footer-info__left dl dt span {
  background-color: #ffe100;
  border-radius: 1em;
  font-weight: 700;
  line-height: 1;
  padding: 3px 1em;
  display: inline-block;
}
#footer-info__left dl dd {
  text-align: left;
}
#footer-info__left ul {
  margin-top: 20px;
  text-align: left;
}
#footer-info__left ul li {
  margin-bottom: 5px;
}
#footer-info__left ul .red {
  font-size: 14px;
  display: inline-block;
  background-color: red;
  border-radius: 10px;
  padding: 0 1em;
  color: #fff;
  margin-right: 2em;
}
#footer-info__right {
  width: 618px;
}
#footer-info__right #googleMaps {
  width: 100%;
  height: 330px;
}
@media screen and (max-width: 768px) {
  #footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer-info__left {
    padding: 15px;
  }
  #footer-info__left dl {
    grid-template-columns: 1fr; /* スマホでは1列に */
  }
  #footer-info__left dl dt {
    text-align: left;
  }
  #footer-info__left ul .red {
    margin-right: 1em;
  }
  #footer-info__right {
    width: 100%;
  }
}

.pagination_wrap {
  margin-bottom: 1rem;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pagination_wrap {
    margin: 50px 0;
    width: 100vw;
  }
  .pagination_wrap .nav-links .prev,
  .pagination_wrap .nav-links .next {
    display: none;
  }
}

.pagination {
  padding-left: 0;
  margin-left: 0;
}
.pagination .nav-links > a, .pagination .nav-links > span {
  border: 1px solid #333;
  font-weight: bold;
  padding: 2px 0.75rem;
}
.pagination .nav-links > a {
  background-color: #333;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination .nav-links > a:hover {
  opacity: 0.8;
}

.view-more-button {
  border: 1px solid #009dff;
  background-color: #fff;
  text-align: center;
  width: 200px;
  margin: 50px auto;
  display: block;
  border-radius: 5px;
  padding: 10px 0;
  color: #009dff;
}
.view-more-button:hover {
  background-color: #009dff;
  color: #fff;
}

.page-load-status {
  text-align: center;
}

.category_contents {
  width: 1100px;
}
.category_contents .category_article {
  width: 700px;
  border-top: 1px dotted #999;
}
.category_contents .category_article .news_article {
  border-bottom: 1px dotted #999;
  padding: 30px 0;
}
.category_contents .category_article .news_article .cat_date {
  font-size: 14px;
  line-height: 20px;
}
.category_contents .category_article .news_article .cat_date .cat {
  background-color: #e95383;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
}
.category_contents .category_article .news_article .cat_date .newmark {
  color: red;
}
.category_contents .category_article .news_article .news_ttl {
  margin: 10px 0;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.category_contents .category_article .news_article .news_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category_contents .category_article .news_article .more {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .category_contents {
    width: auto;
  }
  .category_contents .category_article {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .category_contents .category_article .news_article {
    padding: 15px 0 10px;
  }
}

.page_contents {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .page_contents {
    padding: 20px 0;
  }
}

h1.bg_ttl {
  background: url(../images/bg_ttl/bg_ttl_about.jpg) no-repeat center center;
  background-size: cover;
  color: #05004e;
  font-size: 28px;
  font-weight: 700;
  height: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  h1.bg_ttl {
    height: auto;
    padding: 10vw 5vw;
    font-size: 7vw;
  }
}

.page-id-57 h1.bg_ttl {
  background-image: url(../images/bg_ttl/bg_ttl_cold.jpg);
}

.page-id-3 h1.bg_ttl {
  background-image: url(../images/bg_ttl/bg_ttl_privacy.jpg);
}

.page-id-28 h1.bg_ttl {
  background-image: url(../images/bg_ttl/bg_ttl_annai.jpg);
}

.page-id-104 h1.bg_ttl,
.single h1.bg_ttl,
.category h1.bg_ttl {
  background-image: url(../images/bg_ttl/bg_ttl_news.jpg);
}

.page_nav {
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 40px;
  position: sticky;
  top: 250px;
}
.page_nav h2 {
  text-align: center;
  margin-bottom: 15px;
}
.page_nav .page_nav__item a {
  display: block;
  border-bottom: 1px dotted #999;
  text-align: center;
  padding: 7px 0;
  position: relative;
}
.page_nav .page_nav__item a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5em solid black;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.5em;
}
.page_nav .page_nav__item:last-of-type a {
  border: none;
}
@media screen and (max-width: 768px) {
  .page_nav {
    padding: 5vw 5vw 1vw;
    margin-bottom: 10vw;
  }
  .page_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_nav ul .page_nav__item {
    width: auto;
  }
  .page_nav ul .page_nav__item a {
    margin-bottom: 10px;
  }
}

#sidebar__payment {
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 10px 20px 20px;
}

article.post_article {
  text-align: justify;
  line-height: 1.8;
  font-size: 18px;
}
article.post_article h2,
article.post_article h3,
article.post_article h4,
article.post_article h5 {
  font-weight: 700;
}
article.post_article .wpcf7 {
  margin: 50px auto 0;
  width: min(750px, 90%);
}
article.post_article .wpcf7 dl dt {
  margin-top: 1em;
}
article.post_article .wpcf7 dl dt:first-of-type {
  margin-top: 0;
}
article.post_article .wpcf7 dl dd input,
article.post_article .wpcf7 dl dd textarea {
  width: 100%;
  padding: 0.5em;
}
article.post_article .wpcf7 .require {
  color: red;
  font-weight: bold;
}
article.post_article .wpcf7 .btn_submit {
  margin-top: 2em;
  text-align: center;
}
article.post_article .wpcf7 .btn_submit input {
  width: 10em;
  height: 4em;
  line-height: 4em;
  background-color: #fff;
}
article.post_article a {
  color: #1a0dab;
}
article.post_article .eyecatch img {
  aspect-ratio: 36/25;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
article.post_article iframe {
  max-width: 100%;
}
article.post_article .ttl_mincho_l {
  margin-bottom: 0.5rem;
}
article.post_article .page_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article.post_article .page_ctrl a {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
article.post_article .page_ctrl a:last-of-type {
  margin-left: auto;
}
article.post_article .nav_article_footer {
  margin: 100px 0 30px;
  text-align: center;
}
article.post_article .nav_article_footer a {
  display: inline-block;
  border: 1px solid #3995A2;
  padding: 5px 3rem;
  border-radius: 10px;
}
article.post_article .nav_article_footer a:hover {
  background-color: #3995A2;
  color: #fff;
}
article.post_article .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0 25px;
}
article.post_article .ttl_area .ttl {
  font-weight: bold;
  font-size: 32px;
}
article.post_article .ttl_area .date {
  margin-left: auto;
}
article.post_article .tag_area {
  margin-bottom: 30px;
}
article.post_article p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
article.post_article .wp-block-media-text.pattern01 {
  grid-template-columns: 200px auto;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  article.post_article .wp-block-media-text.pattern01 {
    padding: 0;
  }
}
article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__media {
  -ms-flex-item-align: self-start;
      align-self: self-start;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__media {
    margin: 1rem;
  }
}
article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__content {
  -ms-flex-item-align: self-start;
      align-self: self-start;
  font-size: 0.9rem;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__content {
    padding: 0 1rem;
  }
}
article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__content .has-text-color {
  margin-top: 0;
}
article.post_article .wp-block-file__button {
  background-color: #fff;
  color: #34bfff;
  border: 1px solid #34bfff;
  font-weight: bold;
}
article.post_article .wp-block-file__button:hover {
  background-color: #34bfff;
  color: #fff;
}
article.post_article .cat_container {
  margin: 10px 0;
}
article.post_article .cat_container .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  line-height: 1;
}
article.post_article .cat_container .post-categories li a {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 7px;
  color: #333;
  display: block;
  padding: 8px 10px;
}
article.post_article .cat_container .post-categories li.item_cat_link27 a {
  border-color: #f00;
  background-color: rgb(253, 56, 56);
  color: #fff;
  font-weight: bold;
}

.grid-custom .cell {
  text-align: center;
  font-size: 0.75rem;
}
.grid-custom .cell a {
  color: #333;
}
.grid-custom .cell .eyecatch {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.grid-custom .cell .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.grid-custom .cell .eyecatch img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.grid-custom .cell .ttl {
  margin-top: 3px;
}

@media screen and (min-width: 1024px) {
  .grid4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .grid3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid3 .cell .eyecatch {
  height: 100%;
  aspect-ratio: 16/9;
}

.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid2 .cell .eyecatch {
  height: 100%;
}

.grid-textoverlay .cell a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.grid-textoverlay .cell a .eyecatch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.grid-textoverlay .cell a .eyecatch::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}
.grid-textoverlay .cell a:hover .eyecatch::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.grid-textoverlay .cell a .ttl {
  color: #fff;
  text-shadow: 0 0 5px #333;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .grid-textoverlay .cell a .ttl {
    font-size: 1rem;
  }
}

.bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl.jpg);
  background-position: center -400px;
}
.bg_ttl_wrap .bg_ttl_item.is-active::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl.jpg);
    background-position: center -100px;
  }
}

.page-id-2 .pagetop {
  display: none !important;
}

.post_article .page_ctrl {
  margin-bottom: 30px;
}

.form_container {
  border: 1px solid #333;
  padding: 40px 60px 15px;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .form_container {
    padding: 25px 25px 0;
    font-size: 14px;
  }
}
.form_container h3 {
  border-bottom: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.form_container table {
  width: 100%;
}
.form_container table th {
  width: 5em;
  padding: 5px 0;
}
.form_container .notice {
  font-size: 12px;
  line-height: 1.2;
}
.form_container .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form_container .row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_container .row-wrap .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_container .item {
  padding: 5px 10px;
}
.form_container textarea,
.form_container input[type=text],
.form_container input[type=tel],
.form_container input[type=email] {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #333;
  vertical-align: bottom;
  border-radius: 6px;
  font-size: 16px;
}
.form_container .form-block {
  margin: 10px 0 20px;
}
.form_container .form-block table th, .form_container .form-block table td {
  padding: 5px 0;
  vertical-align: middle;
}
.form_container .wpcf7-radio {
  display: grid;
  gap: 10px;
  font-size: 16px;
}
.form_container .item-col2 .wpcf7-radio {
  grid-template-columns: 65% 35%;
}
.form_container .item-col3 .wpcf7-radio {
  grid-template-columns: repeat(3, 1fr);
}
.form_container .wpcf7-list-item {
  margin: 0;
}
.form_container .require {
  color: red;
  text-wrap: nowrap;
}

.form_submit_container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_submit_container input[type=submit] {
  vertical-align: top;
  width: 245px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}
.form_submit_container input[type=submit]:hover {
  background-color: #BCEDFF;
  border-color: #34bfff;
}