@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #272727;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li {
  line-height: 1.8;
}
.main-content a {
  color: inherit;
  text-decoration: none;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *, .main-content *::before, .main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content br.pc-br {
  display: none;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__header {
  padding: 0;
  margin: 0;
}

.page-nav__list {
  margin: 36px 0;
}
.page-nav__item {
  margin-bottom: 10px;
}
.page-nav__item01 a {
  background-color: #194469;
}
.page-nav__item02 a {
  background-color: #dcc500;
}
.page-nav__item03 a {
  background-color: #3c6a00;
}
.page-nav__item04 a {
  background-color: #3b3b3b;
}
.page-nav__item05 a {
  background-color: #3b3b3b;
}
.page-nav__item06 a {
  background-color: #3b3b3b;
}
.page-nav a {
  display: block;
  width: 100%;
  height: 52px;
  padding-right: 10px;
  border-radius: 26px;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.1em;
}
.page-nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}

.section {
  margin: 30px auto;
}
.section .section__title {
  margin-bottom: 24px;
}
.section .section__inner {
  padding: 0 16px;
}
.section .img-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .img-box img {
  width: calc(50% - 3px);
  margin-bottom: 6px;
}

.intro {
  margin-top: 30px !important;
}
.intro__album {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
.intro__album img {
  display: block;
  width: calc(50% - 3px);
}

.sec01 h3,
.sec02 h3,
.sec03 h3 {
  margin: 30px 0 20px;
  padding-left: 12px;
  border-left: 4px solid #272727;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec01 h3 span,
.sec02 h3 span,
.sec03 h3 span {
  display: inline-block;
}
.sec01 p,
.sec02 p,
.sec03 p {
  margin-bottom: 1em;
}
.sec01 p span,
.sec02 p span,
.sec03 p span {
  background: #ffffbf;
}

.sec-free .section__inner {
  padding: 0 20px;
}
.sec-free__title {
  margin-bottom: 20px;
}
.sec-free__title img {
  width: 178px;
}
.sec-free__content {
  padding: 40px 18px;
  background-color: #f5f5f5;
  background-image: url("../imgs/sec-free_bg1.png"), url("../imgs/sec-free_bg2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 140px auto, 140px auto;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.sec-free__content__index {
  margin-bottom: 20px;
}
.sec-free__content__index img {
  width: 182px;
}
.sec-free__content__title {
  margin-bottom: 30px;
}
.sec-free__content__title img {
  width: 224px;
}
.sec-free__content__text {
  text-align: left;
}
.sec-free__content__info {
  margin: 30px auto;
}
.sec-free__content__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px 0;
  text-align: left;
}
.sec-free__content__info dl dt {
  width: 70px;
}
.sec-free__content__info dl dd {
  width: calc(100% - 70px);
}
.sec-free .img-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px 24px;
}
.sec-free .img-box img {
  width: 100%;
  margin: 0;
}
.sec-free .btn a {
  display: inline-block;
  width: 284px;
  max-width: 100%;
  height: 55px;
  padding-right: 10px;
  position: relative;
  background-color: #4c4c4c;
  border-radius: 27.5px;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 55px;
}
.sec-free .btn a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.sec-contact {
  width: calc(100% - 40px);
  margin: 60px auto;
  background-color: #ffffff;
  border: 3px solid #194469;
  border-radius: 8px;
}
.sec-contact__header {
  background-color: #194469;
}
.sec-contact__title {
  padding: 0 18px;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 50px !important;
}
.sec-contact__title span {
  display: inline-block;
  margin-left: 6px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
}
.sec-contact .section__inner {
  padding: 24px 18px 24px;
}
.sec-contact .message {
  margin: 0 auto;
  max-width: 466px;
}
.sec-contact .address {
  margin-top: 36px;
}
.sec-contact .address__list li {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3 !important;
}
.sec-contact .address__list li.website {
  font-weight: 700;
}
.sec-contact .address__list li.email, .sec-contact .address__list li.tel {
  letter-spacing: 0;
}
.sec-contact .address__list li.email a, .sec-contact .address__list li.tel a {
  display: inline-block;
  text-align: left;
  word-break: break-all;
}
.sec-contact .website__list {
  margin-top: 24px;
}
.sec-contact .website__list li {
  margin-top: 12px;
  text-align: center;
}
.sec-contact .website__list li a {
  color: #194469;
  font-weight: 700;
  text-decoration: underline;
}

.sec-info .section__title {
  margin: 0 auto 30px;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
}
.sec-info .section__title::before, .sec-info .section__title::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1.5px;
  margin: 0 10px;
  background-color: #272727;
  vertical-align: middle;
}
.sec-info .section__title span {
  font-style: italic;
}
.sec-info ul li {
  margin-bottom: 10px;
}
.sec-info ul li a {
  display: block;
  height: 36px;
  padding-right: 16px;
  position: relative;
  border: 1.5px solid #272727;
  border-radius: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 34px;
}
.sec-info ul li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.sec-info ul li a.info__city::before {
  background-image: url(../imgs/icon_book_sp.png);
}
.sec-info ul li a.info__event::before {
  background-image: url(../imgs/icon_information_sp.png);
}
.sec-info ul li a.info__gallery::before {
  background-image: url(../imgs/icon_camera_sp.png);
}
.sec-info ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 10px;
  background: url(../imgs/icon_arrow_right.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 20px;
    font-size: 1.6rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header {
    margin: 0 auto;
  }
  .page__header .page__title {
    margin: 0 22px;
  }
  .page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-nav__item {
    width: calc(33% - 8px);
    margin-bottom: 12px;
  }
  .page-nav a {
    height: 55px;
    font-size: 1.8rem;
    line-height: 55px;
  }
  .page-nav a:hover {
    opacity: 0.8;
  }
  .section {
    margin: 60px auto;
  }
  .section .section__title {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
  .section .section__inner {
    padding: 0 30px;
  }
  .section .img-box {
    margin-top: 40px;
  }
  .section .img-box img {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .intro__album {
    margin-top: 40px;
    gap: 7px;
  }
  .intro__album img {
    width: calc(33.3% - 5px);
  }
  .sec01 h3,
  .sec02 h3,
  .sec03 h3 {
    margin: 40px 0 20px;
  }
  .sec-free__content {
    padding: 50px 100px;
    background-size: auto, auto;
  }
  .sec-free {
    margin-top: 100px;
  }
  .sec-free__title img {
    width: 220px;
  }
  .sec-free__content {
    padding: 48px 52px;
  }
  .sec-free__content__index img {
    width: 412px;
  }
  .sec-free__content__title {
    margin-bottom: 40px;
  }
  .sec-free__content__title img {
    width: 260px;
  }
  .sec-free__content__text {
    width: 550px;
    margin: 0 auto;
  }
  .sec-free__content__info {
    margin: 50px auto;
  }
  .sec-free__content__info dl {
    width: 380px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .sec-free .img-box {
    margin: 40px auto;
  }
  .sec-free .img-box img {
    width: calc(50% - 12px);
  }
  .sec-contact {
    width: calc(100% - 60px);
    margin: 80px auto;
  }
  .sec-contact .section__inner {
    padding: 50px 0 60px;
  }
  .sec-contact__title {
    padding-left: 20px;
    text-align: left;
  }
  .sec-contact .address {
    margin-top: 30px;
  }
  .sec-contact .address__list {
    text-align: center;
  }
  .sec-contact .address__list li.email, .sec-contact .address__list li.tel {
    display: inline-block;
    margin: 5px 10px;
  }
  .sec-contact .website {
    margin-top: 36px;
  }
  .sec-info .section__title {
    font-size: 2.8rem;
  }
  .sec-info .section__title::before, .sec-info .section__title::after {
    width: 40px;
    height: 3px;
    margin: 0 30px;
  }
  .sec-info ul li {
    margin-bottom: 16px;
  }
  .sec-info ul li a {
    width: 576px;
    height: 56px;
    margin: 0 auto;
    border-width: 3px;
    border-radius: 28px;
    font-size: 2.3rem;
    line-height: 50px;
  }
  .sec-info ul li a::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .sec-info ul li a::after {
    width: 26px;
    height: 26px;
    top: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 750px) {
  .sec-contact .message br {
    display: none;
  }
  .sec-contact .address__list li.email, .sec-contact .address__list li.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .sec-contact .address__list li.email span, .sec-contact .address__list li.tel span {
    display: block;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.min.css.map */
