@charset "UTF-8";
html,
body {
  font-family: "fot-tsukubrdgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #FFFFDC;
  background: url(../images/bg.png) repeat 0 0;
}

.inner_section {
  background-color: #F9F5C5;
  background: url(../images/bgFront.png) repeat 0 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .inner_section {
    width: 100vw;
  }
}

.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;
  }
}

.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;
  }
}

.bg_ttl_wrap {
  position: relative;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  width: 100%;
}
.bg_ttl_wrap .bg_ttl_item {
  background: no-repeat transparent center bottom;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.bg_ttl_wrap .bg_ttl_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.bg_ttl_wrap h1.bg_ttl {
  min-height: 200px;
  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;
  color: #fff;
  text-shadow: 0 0 6px #000;
  font-size: 32px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .bg_ttl_wrap h1.bg_ttl {
    font-size: 24px;
    min-height: 100px;
    background-size: 100% auto;
    background-attachment: scroll;
  }
}

.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%;
  }
  .only_pc {
    display: none !important;
  }
}
.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 {
  padding: 20px 20px 15px;
  font-weight: 700;
  color: #3995A2;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 15px;
  }
}
#header a {
  color: #3995A2;
}
#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 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;
  margin: 0 50px;
}
#header #navbar_header_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header #navbar_header_nav ul li img {
  display: inline-block;
  margin-top: 5px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  #header #navbar_header_nav {
    display: none;
  }
  #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;
  }
  #header #navbar_header_nav.is-active ul li:last-of-type a {
    border: none;
  }
  #header #navbar_header_nav.is-active ul a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #3995A2;
    padding: 5vw;
  }
  #header #navbar_header_nav.is-active ul a p {
    width: 10vw;
  }
  #header #navbar_header_nav.is-active ul a span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #header #navbar_header_nav.is-active ul a img {
    margin-top: 0;
    vertical-align: bottom;
  }
}

#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;
  }
}

@media screen and (min-width: 1024px) {
  #navbar_header_nav {
    min-height: auto;
    margin: 40px 0 0;
    background-color: transparent;
    padding: 5px 0;
  }
}

#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 (min-width: 769px) and (max-width: 1023px) {
  #navbar_header_nav {
    margin-top: 30px;
  }
}
#navbar_header_nav .navbar-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  #navbar_header_nav {
    min-height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #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 (min-width: 769px), print {
  #navbar_header_nav .navbar-start {
    margin: 0 auto;
  }
  #navbar_header_nav .navbar-start a.navbar-item,
  #navbar_header_nav .navbar-start .navbar-link {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
  }
  #navbar_header_nav .navbar-start .item-news {
    border: 1px solid #34bbff !important;
    border-radius: 10px;
    color: #4bcfff;
    margin: 0;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  #navbar_header_nav .navbar-start .item-news:hover {
    background-color: #4bcfff;
    color: #fff;
  }
  #navbar_header_nav .navbar-start .navbar-item {
    padding: 5px 0;
    border-left: 1px solid #333;
    font-size: 16px;
  }
  #navbar_header_nav .navbar-start .navbar-item:nth-child(2) {
    border-left: none;
  }
  #navbar_header_nav .navbar-start .navbar-item:hover > a, #navbar_header_nav .navbar-start .navbar-item.current > a, #navbar_header_nav .navbar-start .navbar-item.current-parent > a {
    color: #b5b5b5;
  }
  #navbar_header_nav .navbar-start .has-dropdown {
    position: static;
  }
  #navbar_header_nav .navbar-start .has-dropdown:hover > a {
    position: relative;
  }
  #navbar_header_nav .navbar-start .has-dropdown:hover > a::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom: 14px solid #000;
    border-bottom-color: #4bcfff;
    -webkit-animation-name: slideup;
            animation-name: slideup;
    -webkit-animation-duration: var(--bulma-duration);
            animation-duration: var(--bulma-duration);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes slideup {
    0% {
      -webkit-transform: translate(-50%, 5px);
              transform: translate(-50%, 5px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 1;
    }
  }
  @keyframes slideup {
    0% {
      -webkit-transform: translate(-50%, 5px);
              transform: translate(-50%, 5px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 1;
    }
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown {
    top: calc(100% - 5px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown .inner {
    background-color: #4bcfff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px 0;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    position: relative;
    border: none;
    width: auto;
    padding: 2px 15px;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.item25, #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.item509 {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1149px) {
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px), print {
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item span {
    display: block;
    position: relative;
    padding: 5px 15px;
    color: #fff;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item:hover span * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.line span {
    position: relative;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.line span::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.current.line span::after, #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.line:hover span::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item:not(:first-child) {
    border: none;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item:not(:first-child)::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #navbar_header_nav .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navbar_header_nav .navbar-start a.navbar-item,
  #navbar_header_nav .navbar-start .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #navbar_header_nav .navbar-start .navbar-item .navbar-dropdown {
    display: none;
  }
}

@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 {
  padding: 50px 0 100px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1023px) {
  #footer {
    padding-bottom: 50px;
  }
  #footer #footer_character {
    margin: 50px 0;
  }
}
#footer #footer_character {
  margin: 100px 0 80px;
}
#footer #footer_character p {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  #footer #footer_character p {
    padding: 0 20px;
  }
}
#footer #footer_logo {
  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;
}
#footer #footer_logo a {
  display: inline-block;
}
#footer #footer_logo img {
  width: 85px;
  margin-right: 10px;
}
#footer #footer_logo strong {
  font-size: 23px;
}
#footer .footer_address {
  margin: 10px 0 15px;
  font-size: 20px;
}
#footer .copyright {
  font-size: 14px;
  color: #3995A2;
}
@media screen and (max-width: 1023px) {
  #footer .footer_address {
    font-size: 4vw;
  }
}

.pagination_wrap {
  margin-bottom: 1rem;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pagination_wrap {
    margin: 50px calc(50% - 50vw) 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;
}

.diary_container .grid {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .diary_container .grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .diary_container .grid .cell {
    margin-bottom: 2rem;
  }
}
.diary_container .grid .cell .diary_link {
  color: #333;
  display: block;
}
.diary_container .grid .cell .diary_link .diary_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.diary_container .grid .cell .diary_link:hover .diary_ttl {
  text-decoration: underline;
}
.diary_container .grid .cell .eyecatch {
  width: 100%;
  height: 200px;
  max-width: 100%;
}
.diary_container .grid .cell .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .diary_container .grid .cell .eyecatch {
    height: 100%;
    aspect-ratio: 5/4;
  }
}
.diary_container .grid .cell .date {
  text-align: right;
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}
.diary_container .grid .cell .diary_ttl {
  border-top: 1px solid #333;
  margin: 0 0 5px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 21px;
}
.diary_container .grid .cell .diary_excerpt {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.8;
}
.diary_container .grid .cell .diary_tags {
  margin-top: 7px;
}

.diary_tags a {
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  display: inline-block;
  padding: 0;
  line-height: 1.8;
  background-color: #cf1fcf;
  width: 63px;
  text-align: center;
  border-radius: 3px;
}
.diary_tags a:not(:last-of-type) {
  margin-right: 4px;
}
.diary_tags a.tags_junior-high-school {
  background-color: #1fbaff;
}
.diary_tags a.tags_high-school {
  background-color: #1f75ff;
}
.diary_tags a.tags_school {
  background-color: #885cff;
}
.diary_tags a.tags_club {
  background-color: #00ae25;
}
.diary_tags a.tags_etc {
  background-color: #868686;
}

.category article.category_article {
  margin-top: 30px;
  margin-bottom: 50px;
}
.category .news_list > li {
  padding: 35px 0;
}
.category .news_list li .cat_date .cat .post-categories li:not(:first-child)::before {
  display: none;
}
.category .news_list li .cat_date .cat .post-categories li a {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 7px;
  color: #333;
  display: block;
  margin-bottom: 5px;
  padding: 8px 10px;
}
.category .news_list li .cat_date .cat .post-categories li.item_cat_link27 a {
  border-color: #f00;
  background-color: rgb(253, 56, 56);
  color: #fff;
  font-weight: bold;
}
.category .news_list .news_ttl {
  margin: 12px 0 10px;
}
.category .news_list .news_ttl a {
  font-size: 20px;
}
.category .news_list .news_excerpt a {
  color: #333;
}

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

.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	align-items: flex-end;
}
.page_nav .page_nav__item {
  width: 8em;
  margin: 0 20px;
}
.page_nav .page_nav__item a {
  display: block;
  border-bottom: 1px dotted #3995A2;
  color: #3995A2;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .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;
  }
}

article.post_article {
  text-align: justify;
  margin-top: 50px;
  line-height: 1.8;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  color: #000;
}
article.post_article.inner_full {
  padding: 0;
}
article.post_article .ribbon_page_ttl {
  text-align: center;
  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;
  background: url(../images/bg_ribbon.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  width: 310px;
  height: 84px;
  margin: 80px auto 0;
  padding-bottom: 10px;
}
article.post_article .chara_img {
  margin: 30px 0 50px;
}
article.post_article .features_ttl_container {
  height: 280px;
}
article.post_article .features_ttl_container h3 {
  font-weight: 700;
}
article.post_article .inner_narrow__p {
  width: 500px;
  margin: 50px auto 130px;
  line-height: 2;
}
article.post_article .inner_narrow__p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  article.post_article .features_ttl_container {
    height: 6em;
  }
  article.post_article .features_ttl_container h3 {
    font-size: 5vw !important;
  }
  article.post_article .inner_narrow__p {
    width: 100%;
    margin: 1em 0 2em;
    padding: 0 20px;
    line-height: 1.6;
  }
}
article.post_article .event_container {
  background: url(../images/event_sep.svg) no-repeat bottom center;
  background-size: 200px auto;
  padding-bottom: 50px;
  margin-top: 40px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
article.post_article .event_container h3 {
  padding-top: 50px;
  background: url(../images/img_month_head.png) no-repeat top center;
  font-weight: 700;
  font-size: 26px;
}
article.post_article .event_container.fd_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  article.post_article .event_container.fd_rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
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 .page_ctrl ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
article.post_article .page_ctrl ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
article.post_article .page_ctrl ul li a {
  color: inherit;
}
article.post_article .page_ctrl ul li.post_next {
  text-align: left;
}
article.post_article .page_ctrl ul li.post_prev {
  text-align: right;
}
@media screen and (max-width: 768px) {
  article.post_article .page_ctrl ul {
    display: grid;
    grid-template-columns: 50%;
  }
  article.post_article .page_ctrl ul li.post_top {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  article.post_article .page_ctrl ul li.post_next {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  article.post_article .page_ctrl ul li.post_prev {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
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_privacy.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-position: center -100px;
  }
}
.bg_ttl_wrap .bg_about.is-active {
  background-image: url(../images/bg_ttl.jpg);
}
.bg_ttl_wrap .bg_nyuen.is-active {
  background-image: url(../images/bg_nyuen.jpg);
}
.bg_ttl_wrap .bg_ps.is-active {
  background-image: url(../images/bg_ps.jpg);
}
.bg_ttl_wrap .bg_diary.is-active {
  background-image: url(../images/bg_diary.jpg);
}
.page-id-2 .pagetop {
  display: none !important;
}

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

.post_article .simple-table-block table {
  border-collapse: separate;
}

.post_article .simple-table-block th,
.post_article .simple-table-block td {
  border: 0 solid #3995a2;
  background-color: #ffffe9;
  color: #3995a2;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

.post_article .simple-table-block thead tr th {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
}

.post_article .simple-table-block thead tr th:first-child {
  border-left-width: 1px;
  border-radius: 19px 0 0;
}

.post_article .simple-table-block thead tr th:last-child {
  border-right-width: 1px;
  border-radius: 0 19px 0 0;
}

.post_article .simple-table-block tbody tr td:first-child {
  border-left-width: 1px;
}

.post_article .simple-table-block tbody tr td:last-child {
  border-right-width: 1px;
}

.post_article .simple-table-block tbody tr:last-child td {
  border-bottom-width: 1px;
}

.post_article .simple-table-block tbody tr:last-child td:first-child {
  border-radius: 0 0 0 19px;
}

.post_article .simple-table-block tbody tr:last-child td:last-child {
  border-radius: 0 0 19px;
}

.post_article .simple-table-block tbody tr.thead td {
  border-top-width: 1px;
}

.post_article .simple-table-block tbody tr.thead td:first-child {
  border-radius: 19px 0 0;
}

.post_article .simple-table-block tbody tr.thead td:last-child {
  border-radius: 0 19px 0 0;
  border-right-width: 1px;
}

@media screen and (max-width: 768px) {
  .post_article .simple-table-block .has-fixed-layout:not(.fixed-important) {
    table-layout: auto;
  }
}
.diary_container {
  margin: 20px auto;
  width: 700px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .diary_container {
    width: 100%;
    margin: 10px 0;
  }
}
.diary_container .diary_item {
  border-top: 1px solid #999;
  padding: 20px 0;
}
.diary_container .diary_item .cat_date {
  font-size: 12px;
  line-height: 1.8;
}
.diary_container .diary_item .cat_date span {
  display: inline-block;
  background-color: #00a0e9;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
}
.diary_container .diary_item .cat_date .d_moyoshi {
  background-color: #e95383;
}
.diary_container .diary_item .cat_date time {
  display: inline-block;
  margin-left: 1em;
}
.diary_container .diary_item .diary_ttl {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
.diary_container .diary_item .diary_ttl a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.diary_container .diary_item .diary_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.diary_container .diary_item .more {
  text-align: right;
  margin-top: 10px;
}

.single .post_article .eyecatch {
  margin-bottom: 20px;
}
.single .post_article div.date {
  font-size: 12px;
}
.single .post_article h2.ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.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;
}

/*追加*/
.has-fixed-layout td{
	border: unset;
}
.PDFbutton{
    background-color: #3995a2;
    color: white!important;
    padding: 10px 30px;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 #9E9E9E;
}
.eyecatch{
	display:none;
}