@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*color*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
}

a:link {
  color: #0B3B94;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #0B3B94;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media (width < 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.025rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (width < 767px) {
  body {
    font-size: 1.4rem;
  }
}

.pc {
  display: block !important;
}
@media (width < 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (width < 767px) {
  .sp {
    display: block !important;
  }
}

.site-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.site-header {
  max-width: 100%;
  margin: auto;
  padding: 1.5em 2em 2em;
  position: relative;
}
@media (width < 767px) {
  .site-header {
    background-color: #FDFCFA;
    width: 100%;
    height: 60px;
    margin: auto;
    padding: 0.5em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  }
}
.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  width: 300px;
  height: auto;
}
@media (width < 767px) {
  .site-header__logo {
    width: 190px;
  }
}
.site-header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.site-header__trigger {
  display: none;
}
@media (width < 767px) {
  .site-header__trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 100;
  }
  .site-header__trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header__trigger span:nth-of-type(1) {
    top: 0;
  }
  .site-header__trigger span:nth-of-type(2) {
    top: 12px;
  }
  .site-header__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .site-header__trigger.active span {
    background-color: #FFFFFF;
  }
}
@media (width < 767px) and (width < 767px) {
  .site-header__trigger.active span {
    background-color: #FFFFFF;
  }
}
@media (width < 767px) {
  .site-header__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  .site-header__trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}
.site-header__navigation {
  max-width: 100%;
  margin: 0 auto;
}
@media (width < 767px) {
  .site-header__navigation {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    background-color: #0B3B94;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header__navigation.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.site-header__navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (width < 767px) {
  .site-header__navigation ul {
    display: block;
    margin: 0 1em;
  }
}
.site-header__navigation ul li {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  /*&.current_page_parent {
  	&::after {
  		background-color: $orange;
  	}
  }*/
}
@media (width < 767px) {
  .site-header__navigation ul li {
    font-size: 1.8rem;
    color: #FFFFFF;
    width: auto;
    padding: 0;
  }
}
.site-header__navigation ul li::after {
  background-color: #9DACC9;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 10px auto 0;
  border-radius: 50px;
}
@media (width < 767px) {
  .site-header__navigation ul li::after {
    content: none;
  }
}
.site-header__navigation ul li.current-menu-item::after {
  background-color: #FF5900;
}
.site-header__navigation ul li.last a {
  background-color: #FF5900;
  border-radius: 10px;
}
.site-header__navigation ul li a {
  color: #686767;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header__navigation ul li a span {
  font-size: 1.5rem;
  color: #0B3B94;
  display: block;
  margin-top: 8px;
}
@media (width < 767px) {
  .site-header__navigation ul li a span {
    display: none;
  }
}
@media (width < 767px) {
  .site-header__navigation ul li a {
    color: #FFFFFF;
    padding: 20px;
  }
}
.site-header__navigation ul li a:hover {
  opacity: 0.7;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
}

main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider {
  height: 560px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (width < 767px) {
  .main-slider {
    height: auto;
  }
}
.main-slider__list {
  margin: auto;
  overflow: hidden;
}
.main-slider__img {
  position: relative;
}
.main-slider__img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
}
.main-slider .slick-slide {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform, opacity;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 1000px;
}
@media (width < 767px) {
  .main-slider .slick-slide {
    margin-right: 0 !important;
  }
}
.main-slider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.main-slider .slick-track {
  display: block !important;
  -webkit-box-pack: initial !important;
  -webkit-justify-content: initial !important;
      -ms-flex-pack: initial !important;
          justify-content: initial !important;
  padding-left: 0 !important;
}
@media (width < 767px) {
  .main-slider .slick-track {
    padding-left: 0px !important;
  }
}

.top-message {
  max-width: 100%;
  margin: 60px auto 0;
}
@media (width < 767px) {
  .top-message {
    margin: 30px auto 0;
  }
}
.top-message h2 {
  font-size: 1.8rem;
  text-align: center;
}
@media (width < 767px) {
  .top-message h2 {
    font-size: 1.5rem;
  }
}
.top-message figure {
  width: 140px;
  height: auto;
  margin: 20px auto 0;
}
@media (width < 767px) {
  .top-message figure {
    width: 120px;
    margin: 10px auto 0;
  }
}
.top-message figure img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-btn {
  font-weight: 700;
  width: 360px;
  margin: auto;
}
@media (width < 767px) {
  .common-btn {
    width: 260px;
  }
}
.common-btn a {
  background-color: #0B3B94;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border: 2px solid #0B3B94;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.common-btn a:hover {
  background-color: #FFFFFF;
  color: #0B3B94;
}
.common-btn a:hover::after {
  background-image: url("../img/arrow_blue.svg");
}
@media (width < 767px) {
  .common-btn a {
    padding: 15px 0;
  }
}
.common-btn a::after {
  background: url("../img/arrow_white.svg") no-repeat center/100%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 32%;
  right: 20px;
}
@media (width < 767px) {
  .common-btn a::after {
    top: 28%;
    right: 10px;
  }
}

.content-inner {
  max-width: 100%;
  margin: auto;
}

.common-title {
  text-align: center;
}
.common-title::before {
  display: block;
  content: "";
  margin: 0 auto 10px;
}
.common-title h2 {
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
}
@media (width < 767px) {
  .common-title h2 {
    font-size: 2rem;
  }
}
.common-title h2 span {
  font-size: 1.4rem;
  color: #7599DD;
  display: block;
  margin-top: 10px;
  position: relative;
}
@media (width < 767px) {
  .common-title h2 span {
    font-size: 1.2rem;
  }
}
.common-title--about::before {
  background: url("../img/icon_arco.svg") no-repeat center/100%;
  width: 46px;
  height: 64px;
}
.common-title--event::before {
  background: url("../img/icon_event.svg") no-repeat center/100%;
  width: 36px;
  height: 40px;
}
.common-title--shop::before {
  background: url("../img/icon_shop.svg") no-repeat center/100%;
  width: 64px;
  height: 42px;
}
.common-title--information::before {
  background: url("../img/icon_information.svg") no-repeat center/100%;
  width: 60px;
  height: 35px;
}
.common-title--access::before {
  background: url("../img/icon_map.svg") no-repeat center/100%;
  width: 32px;
  height: 42px;
}

.page-common__title h2 {
  font-size: 2.4rem;
  color: #333333;
  line-height: 1;
  padding: 0 0 8px 10px;
  border-bottom: 3px solid #15CE84;
  position: relative;
}
@media (width < 767px) {
  .page-common__title h2 {
    font-size: 2rem;
  }
}
.page-common__title h2::after {
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background-color: #15CE84;
  -webkit-clip-path: polygon(10px 0, 10px 9px, 0 0);
          clip-path: polygon(10px 0, 10px 9px, 0 0);
  position: absolute;
  bottom: -11px;
  left: 40px;
}

.top-about {
  max-width: 960px;
  margin: 100px auto 0;
}
@media (width < 767px) {
  .top-about {
    max-width: 100%;
    margin: 60px 1em 0;
  }
}
.top-about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media (width < 767px) {
  .top-about__content {
    display: block;
    margin-top: 20px;
  }
}
.top-about__img {
  width: 400px;
}
@media (width < 767px) {
  .top-about__img {
    width: auto;
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
  }
}
.top-about__img a {
  display: block;
}
.top-about__img a img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.top-about__text {
  width: calc(100% - 440px);
}
@media (width < 767px) {
  .top-about__text {
    width: auto;
    margin-top: 15px;
  }
}
.top-about__text p {
  margin-bottom: 20px;
}
@media (width < 767px) {
  .top-about__text p {
    margin-bottom: 15px;
  }
}
.top-about__text p span {
  font-size: 1.4rem;
}

.top-event {
  max-width: 100%;
  margin: 120px auto 0;
}
@media (width < 767px) {
  .top-event {
    margin: 80px auto 0;
  }
}
.top-event__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 32px auto 0;
}
@media (width < 767px) {
  .top-event__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin: 24px auto 0;
  }
}
.top-event__box {
  width: 320px;
}
@media (width < 767px) {
  .top-event__box {
    width: 80%;
    margin: auto;
  }
}
.top-event__thumbnails {
  max-height: 240px;
  overflow: hidden;
}
@media (width < 767px) {
  .top-event__thumbnails {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.top-event__thumbnails a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-event__thumbnails a:hover {
  opacity: 0.7;
}
.top-event__thumbnails a img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.top-event__text {
  margin: 16px 8px 0;
}
@media (width < 767px) {
  .top-event__text {
    margin: 8px 8px 0;
  }
}
.top-event__date {
  font-size: 1.4rem;
  line-height: 1;
}
@media (width < 767px) {
  .top-event__date {
    font-size: 1.2rem;
  }
}
.top-event__title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 8px;
}
@media (width < 767px) {
  .top-event__title {
    font-size: 1.6rem;
  }
}
.top-event__title a {
  color: #333333;
  text-decoration: none;
}
.top-event__btn {
  margin: 48px auto 0;
}
@media (width < 767px) {
  .top-event__btn {
    margin: 24px auto 0;
  }
}

.top-shop {
  max-width: 100%;
  margin: 120px auto 0;
}
@media (width < 767px) {
  .top-shop {
    margin: 80px auto 0;
  }
}
.top-shop__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .top-shop__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 16px;
    margin: 24px 1em 0;
  }
}
.top-shop__list li {
  width: 240px;
}
@media (width < 767px) {
  .top-shop__list li {
    width: 48%;
  }
}
.top-shop__list li a {
  display: block;
}
.top-shop__list li a img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-shop__list li a:hover img {
  opacity: 0.7;
}
.top-shop__btn {
  margin: 48px auto 0;
}
@media (width < 767px) {
  .top-shop__btn {
    margin: 32px auto 0;
  }
}

.top-information {
  max-width: 960px;
  margin: 120px auto 0;
  position: relative;
}
@media (width < 767px) {
  .top-information {
    margin: 80px 1em 0;
  }
}
.top-information__inner {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.top-information__unorder {
  margin: 40px auto 0;
  border-top: 1px solid #DEDEDE;
}
@media (width < 1140px) {
  .top-information__unorder {
    gap: 40px 4%;
    margin: 40px 1.5em 0;
  }
}
@media (width < 767px) {
  .top-information__unorder {
    margin: 20px auto 0;
  }
}
.top-information__list {
  background: url("../img/arrow_black.svg") no-repeat right 15px center/20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  max-width: 100%;
  padding: 20px 15px;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .top-information__list {
    display: grid;
    grid-template-areas: "first second second" "third third third";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    padding: 10px;
  }
}
.top-information__list--pdf {
  background: url("../img/list_pdf.svg") no-repeat right 10px center/18px;
}
.top-information__date {
  font-size: 1.8rem;
  margin-right: 40px;
}
@media (width < 767px) {
  .top-information__date {
    font-size: 1.6rem;
    grid-area: first;
    margin-right: 20px;
  }
}
.top-information__category {
  font-size: 1.4rem;
  background-color: #FFFFFF;
  color: #0B3B94;
  text-align: center;
  width: 140px;
  margin-right: 40px;
  padding: 6px 0 8px;
  border: 1px solid #0B3B94;
  border-radius: 50px;
}
@media (width < 767px) {
  .top-information__category {
    font-size: 1.3rem;
    grid-area: second;
    width: 120px;
    margin-right: 0;
    padding: 4px 0 6px;
  }
}
.top-information__title {
  display: block;
}
@media (width < 767px) {
  .top-information__title {
    font-size: 1.6rem;
    grid-area: third;
    margin-top: 10px;
    padding-right: 20px;
  }
}
.top-information__title a {
  color: #333333;
  text-decoration: none;
}
.top-information__title a:hover {
  text-decoration: underline;
}
.top-information__btn {
  max-width: 100%;
  margin-top: 40px;
}
@media (width < 767px) {
  .top-information__btn {
    margin-top: 32px;
  }
}

.imall-access {
  max-width: 100%;
  margin: 120px auto 0;
}
@media (width < 767px) {
  .imall-access {
    margin: 80px auto 0;
  }
}
.imall-access__map {
  margin: 40px auto 0;
}
@media (width < 767px) {
  .imall-access__map {
    margin: 20px auto 0;
  }
}
.imall-access__map iframe {
  display: block;
  width: 100%;
  height: 450px;
}
@media (width < 767px) {
  .imall-access__map iframe {
    height: 360px;
  }
}

.information-box__title {
  margin-top: 10px;
}
@media (width < 767px) {
  .information-box__title {
    margin-top: 5px;
  }
}

main {
  max-width: 1200px;
  margin: 20px auto 0;
}
@media (width < 1200px) {
  main {
    padding: 0 1em;
  }
}
@media (width < 767px) {
  main {
    max-width: 100%;
    padding: 60px 0 0;
  }
}
main.site-main--top {
  max-width: 100%;
}

.information {
  max-width: 100%;
}
.information__summary {
  max-width: 960px;
  margin: 20px auto 0;
  padding: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
@media (width < 767px) {
  .information__summary {
    max-width: 100%;
    margin: 20px 1em 0;
  }
}
.information__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 56px auto 0;
}
@media (width < 767px) {
  .information__sort {
    margin: 32px 1em 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 16px;
  }
}
.information__sort li {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media (width < 767px) {
  .information__sort li {
    font-size: 1.6rem;
    width: 48%;
  }
}
.information__sort li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 16px 0;
  border: 2px solid;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.information__sort li.eat a {
  color: #FA6450;
  border-color: #FA6450;
}
.information__sort li.eat a:hover {
  color: #FFFFFF;
  background-color: #FA6450;
}
.information__sort li.merchandise a {
  color: #3C96DC;
  border-color: #3C96DC;
}
.information__sort li.merchandise a:hover {
  color: #FFFFFF;
  background-color: #3C96DC;
}
.information__sort li.life a {
  color: #15CE84;
  border-color: #15CE84;
}
.information__sort li.life a:hover {
  color: #FFFFFF;
  background-color: #15CE84;
}
.information__sort li.service a {
  color: #E6B800;
  border-color: #E6B800;
}
.information__sort li.service a:hover {
  color: #FFFFFF;
  background-color: #E6B800;
}
.information__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 40px;
  max-width: 100%;
  margin: 56px auto 0;
}
@media (width < 767px) {
  .information__inner {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 30px 1em 0;
  }
}
.information__inner--single {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.information__box {
  background-color: #FFFFFF;
  width: 32%;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(51, 51, 51, 0.1);
          box-shadow: 1px 1px 10px 1px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
}
@media (width < 767px) {
  .information__box {
    width: 100%;
    margin: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #F1F1F1;
  }
}
.information__box a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.information__box a:hover {
  opacity: 0.7;
}
.information__box__title {
  margin-top: 10px;
}
@media (width < 767px) {
  .information__box__title {
    margin-top: 5px;
  }
}
@media (width < 767px) {
  .information__box--archive {
    width: 100%;
  }
}
.information__box--archive a figure {
  height: auto;
}
.information__photo {
  width: auto;
  height: auto;
}
.information__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.information__excerpt {
  color: #333333;
  padding: 24px 24px 32px;
  position: relative;
}
.information__excerpt::after {
  background: url("../img/arrow_blue.svg") no-repeat center/100%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  bottom: 16px;
}
.information__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 767px) {
  .information__meta {
    margin-top: 10px;
  }
}
.information__time {
  font-size: 1.6rem;
}
@media (width < 767px) {
  .information__time {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.information__cat {
  font-size: 1.2rem;
  color: #0B3B94;
  display: inline-block;
  line-height: 1;
  padding: 4px 20px;
  border: 1px solid #0B3B94;
  border-radius: 50px;
}
@media (width < 767px) {
  .information__cat {
    font-size: 1.3rem;
  }
}
.information__cat.eat {
  background-color: #FA6450;
  color: #FFFFFF;
  border-color: #FA6450;
}
.information__cat.merchandise {
  background-color: #3C96DC;
  color: #FFFFFF;
  border-color: #3C96DC;
}
.information__cat.life {
  background-color: #15CE84;
  color: #FFFFFF;
  border-color: #15CE84;
}
.information__cat.service {
  background-color: #E6B800;
  color: #FFFFFF;
  border-color: #E6B800;
}
.information__heading {
  font-size: 1.6rem;
  min-height: 56px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (width < 767px) {
  .information__heading {
    font-size: 1.6rem;
    min-height: 40px;
    margin-top: 8px;
  }
}
.information__content {
  background-color: #FFFFFF;
  width: 780px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (width < 767px) {
  .information__content {
    width: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.information__header {
  padding-bottom: 10px;
  border-bottom: 2px dotted #c8c8c8;
}
.information__date {
  font-size: 1.8rem;
  line-height: 1;
}
.information__category {
  font-size: 1.3rem;
  background-color: #483C34;
  color: #FFFFFF;
  line-height: 1;
  padding: 4px 10px 5px;
  border-radius: 5px;
}
.information__title {
  font-size: 3rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .information__title {
    font-size: 2rem;
  }
}
.information__post h2 {
  font-size: 2.2rem;
  background-color: #FFF7EC;
  color: #FF5900;
  margin-top: 40px;
  padding: 5px;
}
@media (width < 767px) {
  .information__post h2 {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.information__post h3 {
  font-size: 1.8rem;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .information__post h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.information__post p {
  margin-top: 30px;
}
@media (width < 767px) {
  .information__post p {
    margin-top: 20px;
  }
}
.information__post figure {
  margin-top: 30px;
}
@media (width < 767px) {
  .information__post figure {
    margin-top: 20px;
  }
}
.information__post iframe {
  margin-top: 30px !important;
}
@media (width < 767px) {
  .information__post iframe {
    margin-top: 20px !important;
  }
}
.information__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin: 60px auto 0;
  padding-top: 40px;
  border-top: 2px dotted #c8c8c8;
}
@media (width < 767px) {
  .information__navigation {
    margin: 40px auto 0;
    padding-top: 20px;
  }
}
.information__prev a, .information__next a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.information__prev a:hover, .information__next a:hover {
  text-decoration: underline;
}
.information__prev a {
  background: url("../img/arrow_prev.svg") no-repeat left center/6px;
  padding-left: 20px;
}
.information__next a {
  background: url("../img/arrow_next.svg") no-repeat right center/6px;
  padding-right: 20px;
}
.information__side {
  width: 260px;
}
@media (width < 767px) {
  .information__side {
    width: 100%;
  }
}
.information__pagination {
  font-family: "Lato", serif;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media (width < 767px) {
  .information__pagination {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.information__pagination span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #F89422;
}
.information__pagination span.current {
  background-color: #F89422;
  color: #FFFFFF;
}
.information__pagination a {
  color: #F89422;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #F89422;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.information__pagination a:hover {
  background-color: #F89422;
  color: #FFFFFF;
}

.single-article {
  max-width: 960px;
  margin: 80px auto 0;
  padding: 0 1em;
}
@media (width < 767px) {
  .single-article {
    display: block;
    max-width: 100%;
    margin: 40px auto 0;
  }
}
.single-article__content h3 {
  margin: 40px 0 0;
}
.single-article__content h3:first-child {
  margin-top: 0;
}
.single-article__content h3.wp-block-heading {
  background-color: #F5F8FF;
  color: #0B3B94;
  line-height: 1.2;
  padding: 12px 10px 14px;
}
.single-article__content p {
  line-height: 2;
  margin: 32px auto 0;
}
.single-article__content p:first-child {
  margin-top: 0;
}
@media (width < 767px) {
  .single-article__content p {
    line-height: 1.8;
    margin: 24px auto 0;
  }
}
.single-article__content .wp-block-image {
  margin: 40px auto 0;
}
.single-article__content .wp-block-file a {
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .single-article__content .wp-block-file a {
    font-size: 1.4rem;
  }
}
.single-article__content .wp-block-file a.wp-block-file__button {
  background-color: #F89422;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  padding: 4px 40px 6px;
}
.single-article__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
@media (width < 767px) {
  .single-article__content table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
@media (width < 767px) {
  .single-article__content table tr {
    display: block;
  }
}
.single-article__content table tr th {
  font-weight: 500;
  background-color: #0B3B94;
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  width: 30%;
  padding: 16px;
}
@media (width < 767px) {
  .single-article__content table tr th {
    display: block;
    width: 100%;
  }
}
.single-article__content table tr td {
  vertical-align: middle;
  padding: 16px;
  border: 1px solid #0B3B94;
}
@media (width < 767px) {
  .single-article__content table tr td {
    display: block;
    width: 100%;
  }
}
.single-article__content table tr td p {
  line-height: 1.6;
}
.single-article__gallery {
  margin: 64px auto 0;
}
.single-article__gallery h4 {
  font-size: 1.5rem;
}
@media (width < 767px) {
  .single-article__gallery h4 {
    font-size: 1.3rem;
  }
}
.single-article__gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.333%;
     -moz-column-gap: 1.333%;
          column-gap: 1.333%;
}
.single-article__gallery ul li {
  width: 24%;
}
.single-article__gallery ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.single-article__access {
  margin: 120px auto 0;
}
@media (width < 767px) {
  .single-article__access {
    margin: 60px auto 0;
  }
}
.single-article__access h3 {
  font-size: 2rem;
  line-height: 1;
}
.single-article__map {
  margin: 10px auto 0;
}
.single-article__map iframe {
  display: block;
  width: 100%;
  height: 380px;
}
.single-article__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px auto 0;
}
@media (width < 767px) {
  .single-article__navigation {
    margin: 60px auto 0;
  }
}
.single-article__prev, .single-article__next {
  text-align: center;
  width: 200px;
}
@media (width < 767px) {
  .single-article__prev, .single-article__next {
    width: 48%;
  }
}
.single-article__prev a, .single-article__next a {
  color: #F89422;
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 12px 20px 14px;
  border: 2px solid #F89422;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .single-article__prev a, .single-article__next a {
    padding: 8px 10px 10px;
  }
}
.single-article__prev a::after, .single-article__next a::after {
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 44%;
}
.single-article__prev a:hover, .single-article__next a:hover {
  background-color: #F89422;
  color: #FFFFFF;
}
.single-article__prev a::after {
  background: url("../img/arrow_orange_left.svg") no-repeat center/100%;
  left: 20px;
}
.single-article__prev a:hover::after {
  background-image: url("../img/arrow_white_left.svg");
}
.single-article__next a::after {
  background: url("../img/arrow_orange.svg") no-repeat center/100%;
  right: 20px;
}
.single-article__next a:hover::after {
  background-image: url("../img/arrow_white.svg");
}

.sidebar-content__block {
  margin-bottom: 40px;
}
@media (width < 767px) {
  .sidebar-content__block {
    margin-bottom: 20px;
  }
}
.sidebar-content__block h4 {
  font-size: 1.6rem;
  background-color: #FFF7EC;
  color: #F89422;
  line-height: 1;
  padding: 10px 10px 12px;
}
.sidebar-content__list {
  padding: 10px;
}
.sidebar-content__list li {
  line-height: 1.6;
}
.sidebar-content__list li::before {
  content: "・";
  display: inline-block;
}
.sidebar-content__list li a {
  color: #333333;
  text-decoration: none;
}
.sidebar-content__year {
  padding: 10px;
}
.sidebar-content__year select {
  width: 100%;
  padding: 10px;
}

.common-contact {
  max-width: 800px;
  margin: 140px auto 0;
  padding: 20px;
  border: 3px solid #E6B800;
  border-radius: 10px;
}
@media (width < 767px) {
  .common-contact {
    margin: 80px 1em 0;
  }
}
.common-contact__header {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media (width < 767px) {
  .common-contact__header {
    font-size: 1.5rem;
  }
}
.common-contact__btn {
  margin-top: 20px;
}
.common-contact__btn a {
  background-color: #F89422;
  border: 2px solid #F89422;
}
.common-contact__btn a:hover {
  background-color: #FFFFFF;
  color: #F89422;
}
.common-contact__btn a:hover::after {
  background-image: url("../img/arrow_orange.svg");
}
@media (width < 767px) {
  .common-contact__btn a {
    padding: 15px 0;
  }
}

.key-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: auto;
  padding: 0 1em 48px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
@media (width < 767px) {
  .key-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    max-width: 100%;
    margin: auto;
    padding: 0 1em 24px;
  }
}
.key-visual--single {
  padding-bottom: 0;
  border-bottom: none;
}
.key-visual__header {
  width: calc(100% - 400px);
  z-index: 1;
}
@media (width < 767px) {
  .key-visual__header {
    width: 100%;
  }
}
.key-visual__header--single {
  width: calc(100% - 680px);
}
@media (width < 767px) {
  .key-visual__header--single {
    width: 100%;
  }
}
.key-visual__header h1 {
  font-size: 3.8rem;
  color: #333333;
  line-height: 1.2;
}
@media (width < 767px) {
  .key-visual__header h1 {
    font-size: 2.6rem;
  }
}
.key-visual__header h1 span {
  font-size: 1.6rem;
  color: #0B3B94;
  display: block;
  margin-bottom: 8px;
}
@media (width < 767px) {
  .key-visual__header h1 span {
    font-size: 1.3rem;
  }
}
.key-visual__header p {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.2;
  margin-top: 24px;
}
@media (width < 767px) {
  .key-visual__header p {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
.key-visual__guide p {
  line-height: 1.6;
  margin-top: 8px;
}
.key-visual__category {
  padding: 2px 15px 4px;
  border: 1px solid #333333;
  border-radius: 50px;
}
.key-visual__photo {
  max-width: 340px;
  height: 180px;
}
@media (width < 767px) {
  .key-visual__photo {
    display: none;
  }
}
.key-visual__photo--single {
  max-width: 640px;
  height: 480px;
}
@media (width < 767px) {
  .key-visual__photo--single {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.key-visual__photo img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}

.page-wrapper {
  max-width: 960px;
  margin: 60px auto 0;
}
@media (width < 767px) {
  .page-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
  }
}

@media (width < 767px) {
  .about-content {
    margin: 0 1em;
  }
}
.about-content--activity {
  margin: 60px auto 0;
}
@media (width < 767px) {
  .about-content--activity {
    margin: 40px 1em 0;
  }
}
.about-content--freedom {
  margin: 80px auto 0;
}
@media (width < 767px) {
  .about-content--freedom {
    margin: 60px 1em 0;
  }
}
.about-content--access {
  margin: 80px auto 0;
}
@media (width < 767px) {
  .about-content--access {
    margin: 60px 1em 0;
  }
}
.about-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
@media (width < 767px) {
  .about-content__inner {
    display: block;
    margin: 30px auto 0;
  }
}
.about-content__inner--freedom {
  display: block;
}
.about-content__img {
  max-width: 360px;
}
@media (width < 767px) {
  .about-content__img {
    max-width: 100%;
  }
}
.about-content__img figure {
  position: relative;
}
.about-content__img figure + figure {
  margin-top: 20px;
}
.about-content__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-content__text {
  max-width: 560px;
}
@media (width < 767px) {
  .about-content__text {
    max-width: 100%;
    margin-top: 20px;
  }
}
.about-content__text--freedom {
  max-width: 100%;
  margin-top: 30px;
}
.about-content__text h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (width < 767px) {
  .about-content__text h3 {
    font-size: 2.4rem;
  }
}
.about-content__text p {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .about-content__text p {
    margin-bottom: 15px;
  }
}
@media (width < 767px) {
  .about-content__text figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.about-content__text ul {
  margin-bottom: 20px;
}
.about-content__text ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media (width < 767px) {
  .about-content__text ul li {
    font-size: 1.4rem;
  }
}
.about-content__pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 20px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .about-content__pdf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px auto 0;
  }
}
.about-content__pdf li {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  width: 30%;
}
@media (width < 767px) {
  .about-content__pdf li {
    font-size: 1.6rem;
    width: auto;
  }
}
.about-content__pdf li a {
  background-color: #15CE84;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  padding: 30px 0;
  border-radius: 10px;
  position: relative;
}
@media (width < 767px) {
  .about-content__pdf li a {
    padding: 20px 0;
  }
}
.about-content__pdf li a img {
  display: block;
  min-width: 100%;
  height: auto;
}
.about-content__pdf li a::after {
  background: url("../img/link_pdf.svg") no-repeat center/100%;
  display: block;
  content: "";
  width: 22px;
  height: 28px;
  position: absolute;
  top: 24px;
  right: 20px;
}
@media (width < 767px) {
  .about-content__pdf li a::after {
    top: 14px;
    right: 10px;
  }
}
.about-content__access {
  margin-top: 30px;
}
.about-content__access p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-content__access iframe {
  width: 100%;
  height: 480px;
}

/* === Lightbox (gallery + fade) === */
.__lb__overlay {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  /* ふわっと表示（オーバーレイ） */
  opacity: 0;
  -webkit-transition: opacity 0.18s ease-out;
  transition: opacity 0.18s ease-out;
}

.__lb__overlay.is-open {
  opacity: 1;
}

.__lb__img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 画像自体のふわっとズーム */
  opacity: 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: opacity 0.18s ease-out, -webkit-transform 0.18s ease-out;
  transition: opacity 0.18s ease-out, -webkit-transform 0.18s ease-out;
  transition: opacity 0.18s ease-out, transform 0.18s ease-out;
  transition: opacity 0.18s ease-out, transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}

.__lb__img.is-shown {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.__lb__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
}

.__lb__close:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* 矢印ナビ */
.__lb__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  /* 画像1枚のときはJSが付けない */
}

.__lb__nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

.__lb__nav--prev {
  left: 16px;
}

.__lb__nav--next {
  right: 16px;
}

/* ギャラリーの体裁（任意） */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.faq-content {
  max-width: 100%;
  margin: 56px auto 0;
}
@media (width < 767px) {
  .faq-content {
    margin: 32px 1em 0;
  }
}
.faq-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin: auto;
}
@media (width < 767px) {
  .faq-content__inner {
    row-gap: 32px;
  }
}
.faq-content__block {
  border: 1px solid #0B3B94;
  border-radius: 12px;
}
.faq-content__block dt {
  font-size: 1.8rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 32px;
  background-color: #0B3B94;
  border: 1px solid #0B3B94;
  border-radius: 10px;
}
@media (width < 767px) {
  .faq-content__block dt {
    font-size: 1.4rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 8px 16px;
  }
}
.faq-content__block dt::before {
  font-family: "Lato", serif;
  font-size: 3.6rem;
  color: #FFFFFF;
  content: "Q";
  line-height: 1;
}
@media (width < 767px) {
  .faq-content__block dt::before {
    font-size: 2.4rem;
  }
}
.faq-content__block dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 24px 32px;
}
@media (width < 767px) {
  .faq-content__block dd {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 16px;
  }
}
.faq-content__block dd::before {
  font-family: "Lato", serif;
  font-size: 3.6rem;
  color: #FA6450;
  content: "A";
  line-height: 1;
}
@media (width < 767px) {
  .faq-content__block dd::before {
    font-size: 2.4rem;
  }
}
.faq-content__block dd p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (width < 767px) {
  .faq-content__block dd p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.side-bar__block {
  margin-bottom: 40px;
}
@media (width < 767px) {
  .side-bar__block {
    margin-bottom: 20px;
  }
}
.side-bar__title {
  font-size: 1.8rem;
  color: #FF5900;
  text-align: center;
  line-height: 1;
  padding: 12px 0 14px;
  border: 2px solid #FF5900;
  border-radius: 10px;
}
.side-bar__category {
  padding: 20px 10px;
}
@media (width < 767px) {
  .side-bar__category {
    padding: 15px 10px 0;
  }
}
.side-bar__list {
  line-height: 1.8;
}
.side-bar__list a {
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}
.side-bar__list a:hover {
  text-decoration: underline;
}
.side-bar__form {
  padding: 20px 10px;
}
@media (width < 767px) {
  .side-bar__form {
    padding: 15px 10px 0;
  }
}
.side-bar__select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  width: 100%;
  padding: 5px;
}
.side-bar__select:focus {
  border: 1px solid #686767;
}
.side-bar__select option {
  font-weight: 500;
}

.searching-post {
  max-width: 1040px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .searching-post {
    max-width: 100%;
    margin: 40px 1em 0;
  }
}
.searching-post__inner {
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (width < 767px) {
  .searching-post__inner {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.searching-post__header {
  padding-bottom: 10px;
  border-bottom: 2px dotted #c8c8c8;
}
.searching-post__label {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  width: 120px;
  padding: 5px 0;
  border-radius: 50px;
}
.searching-post__label.label01 {
  background-color: #FF5900;
}
.searching-post__label.label02 {
  background-color: #0B3B94;
}
.searching-post__label.label03 {
  background-color: #15CE84;
}
.searching-post__label.label04 {
  background-color: #FF006F;
}
.searching-post__title {
  font-size: 3rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .searching-post__title {
    font-size: 2rem;
  }
}
.searching-post__content {
  margin: 40px auto 0;
}
@media (width < 767px) {
  .searching-post__content {
    margin: 20px auto 0;
  }
}
.searching-post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (width < 767px) {
  .searching-post__main {
    display: block;
  }
}
.searching-post__img {
  width: 500px;
}
@media (width < 767px) {
  .searching-post__img {
    width: auto;
  }
}
.searching-post__img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
@media (width < 767px) {
  .searching-post__meta {
    margin-top: 10px;
  }
}
.searching-post__meta li {
  line-height: 2;
}
@media (width < 767px) {
  .searching-post__meta li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.searching-post__photo {
  margin-top: 60px;
}
.searching-post__scene {
  font-size: 1.8rem;
  line-height: 1;
  padding: 4px 0 6px 15px;
  border-left: 5px solid #FF5900;
}
.searching-post__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 20px;
}
.searching-post__slider li {
  width: 32%;
}
.searching-post__slider li img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
.searching-post__slider .slick-dots li button::before {
  font-size: 2rem !important;
}
@media (width < 767px) {
  .searching-post__slider .slick-dots li button::before {
    font-size: 4rem !important;
  }
}
.searching-post__slider .slick-dots li.slick-active button::before {
  color: #FF5900 !important;
}
.searching-post__text {
  margin-top: 60px;
}
@media (width < 767px) {
  .searching-post__text {
    margin-top: 80px;
  }
}
.searching-post__text h3 {
  font-size: 2rem;
  color: #FF5900;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #FF5900;
}
@media (width < 767px) {
  .searching-post__text h3 {
    font-size: 1.8rem;
  }
}
.searching-post__text p {
  margin-bottom: 20px;
}
@media (width < 767px) {
  .searching-post__text iframe {
    width: 100%;
  }
}
.searching-post__link {
  margin-top: 60px;
  padding: 20px;
  border: 1px dashed #483C34;
  border-radius: 10px;
}
@media (width < 767px) {
  .searching-post__link {
    margin-top: 30px;
    padding: 10px;
  }
}
.searching-post__link p {
  text-align: center;
  margin-bottom: 0 !important;
}
.searching-post__link p a {
  font-weight: 600;
  color: #FF5900;
}
.searching-post__link p a:visited {
  color: #FF5900;
}
.searching-post__btn {
  margin: 60px auto 0;
}

.page-content {
  max-width: 100%;
  margin: 40px 1em 100px;
}
@media (width < 767px) {
  .page-content {
    margin: 30px 1em 60px;
  }
}
.page-content__inner {
  max-width: 960px;
  margin: auto;
}
@media (width < 767px) {
  .page-content__inner {
    max-width: 100%;
  }
}

.privacy-content {
  max-width: 100%;
}
.privacy-content__lead {
  padding: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
}
@media (width < 767px) {
  .privacy-content__lead {
    padding: 15px;
  }
}
.privacy-content__lead p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (width < 767px) {
  .privacy-content__lead p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.privacy-content__block {
  margin: 40px 1.5em 0;
}
@media (width < 767px) {
  .privacy-content__block {
    margin: 30px auto 0;
  }
}
.privacy-content__block h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0B3B94;
  padding-bottom: 10px;
  border-bottom: 2px dotted #0B3B94;
}
@media (width < 767px) {
  .privacy-content__block h3 {
    font-size: 1.6rem;
  }
}
.privacy-content__block p {
  line-height: 1.8;
  margin-top: 10px;
}
@media (width < 767px) {
  .privacy-content__block p {
    line-height: 1.6;
  }
}

.wsp-pages-list li {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .wsp-pages-list li {
    font-size: 1.5rem;
  }
}
.wsp-pages-list li a {
  background-color: #7599DD;
  color: #0B3B94;
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .wsp-pages-list li a {
    padding: 10px;
  }
}
.wsp-pages-list li a:hover {
  opacity: 0.6;
}

.contact-content {
  max-width: 100%;
  margin: 20px auto 0;
}
@media (width < 767px) {
  .contact-content {
    margin: 30px auto 60px;
    padding: 0;
  }
}
.contact-content__lead {
  text-align: center;
  padding: 0 20px;
}
@media (width < 767px) {
  .contact-content__lead {
    text-align: left;
    padding: 0 10px;
  }
}
.contact-content__lead--center {
  text-align: center;
}
.contact-content__lead p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (width < 767px) {
  .contact-content__lead p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-content__message {
  background-color: #FFFFFF;
  padding: 80px 40px;
  border-radius: 10px;
}
@media (width < 767px) {
  .contact-content__message {
    padding: 30px 15px;
  }
}
.contact-content__message h2 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #0B3B94;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media (width < 767px) {
  .contact-content__message h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.contact-content__message p {
  text-align: center;
  margin-top: 20px;
}
.contact-content__message p strong {
  font-size: 120%;
}
@media (width < 767px) {
  .contact-content__message p {
    text-align: left;
  }
}
.contact-content__table table {
  width: 100%;
  margin: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
@media (width < 767px) {
  .contact-content__table table tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-content__table table tr:last-child {
    margin-bottom: 0;
  }
}
.contact-content__table table tr th {
  font-weight: 600;
  color: #0B3B94;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  padding: 20px 10px;
  border: 1px solid #0B3B94;
}
@media (width < 767px) {
  .contact-content__table table tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.contact-content__table table tr td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .contact-content__table table tr td {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
}
.contact-content__table table tr td input {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact-content__table table tr td input[type=text] {
  font-size: 1.6rem;
  width: 100%;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td input[type=text] {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.contact-content__table table tr td input.contact-tel {
  width: 60%;
}
.contact-content__table table tr td input[type=email] {
  font-size: 1.6rem;
  width: 60%;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td input[type=email] {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.contact-content__table table tr td select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td select {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.contact-content__table table tr td textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td textarea {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.contact-content__attention {
  text-align: center;
  margin-top: 40px;
}
.page-id-4926 .contact-content__attention {
  display: none;
}
@media (width < 767px) {
  .contact-content__attention {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.contact-content__attention a {
  color: #FA6450;
}
.contact-content__attention a:hover {
  text-decoration: none;
}
.page-id-2797 .contact-content__attention {
  display: none;
}
.contact-content__btn {
  width: 330px;
  margin: 40px auto 0;
  position: relative;
}
@media (width < 767px) {
  .contact-content__btn {
    width: 240px;
  }
}
.contact-content__btn--return {
  margin: 20px auto 0;
}
.contact-content__btn input[type=submit] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #0B3B94;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border: 2px solid #0B3B94;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (width < 767px) {
  .contact-content__btn input[type=submit] {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
.contact-content__btn input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #0B3B94;
}
.contact-content__btn input[name=submitBack] {
  margin-top: 20px;
  background-color: #FFFFFF;
  color: #686767;
  border: 2px solid #686767;
}
.contact-content__btn input[name=submitBack]:hover {
  background-color: #686767;
  color: #FFFFFF;
}
.contact-content .mwform-checkbox-field-text {
  font-weight: 500;
}

.not-found {
  padding: 60px 0 100px;
}
@media (width < 767px) {
  .not-found {
    margin: 0 4%;
  }
}
.not-found__inner {
  background-color: #FFFFFF;
  text-align: center;
  max-width: 1080px;
  margin: auto;
  padding: 60px;
  border-radius: 20px;
}
.not-found__title {
  font-size: 7rem;
  font-weight: 700;
  color: #FA6450;
  line-height: 1;
  margin-bottom: 10px;
}
.not-found__text {
  margin-bottom: 20px;
}
.not-found__small-text {
  font-size: 1.4rem;
}
.not-found__btn {
  margin-top: 60px;
}

.site-footer {
  background-color: #F5F8FF;
  text-align: center;
  max-width: 100%;
  margin: 120px auto 0;
  padding: 50px 0 10px;
  position: relative;
}
.home .site-footer {
  margin-top: 0;
}
@media (width < 767px) {
  .site-footer {
    margin: 60px auto 0;
    padding: 30px 0 60px;
  }
}
.site-footer::before, .site-footer::after {
  display: block;
  content: "";
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 500px;
  height: 39px;
  position: absolute;
  bottom: 0;
}
.site-footer::before {
  background-image: url("../img/town01.svg");
  left: 0;
}
.site-footer::after {
  background-image: url("../img/town02.svg");
  right: 0;
}
@media (width < 767px) {
  .site-footer::after {
    display: none;
  }
}
.site-footer h2 {
  font-size: 2rem;
}
@media (width < 767px) {
  .site-footer h2 {
    font-size: 1.6rem;
  }
}
.site-footer p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 10px;
}
@media (width < 767px) {
  .site-footer p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.site-footer p a {
  color: #0B3B94;
  text-decoration: underline;
}
.site-footer p a:hover {
  text-decoration: none;
}
.site-footer__copy {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  margin: 60px auto 0;
}
@media (width < 767px) {
  .site-footer__copy {
    font-size: 1.2rem;
    margin: 30px auto 0;
  }
}

.fade-in-list .fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.breadcrumbs {
  font-size: 1.3rem;
  background-color: #F1F1F1;
  max-width: 100%;
  margin: auto;
  padding: 16px;
}
@media (width < 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
    margin: 15px 1em 0;
    padding: 0;
  }
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .current {
  font-weight: 600;
}

.send-complete {
  max-width: 960px;
  background-color: #FFFFFF;
  margin: 80px auto;
  padding: 40px;
  border-radius: 20px;
}
@media (width < 767px) {
  .send-complete {
    margin: 40px 4%;
  }
}
.send-complete p {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}
@media (width < 767px) {
  .send-complete p {
    font-size: 1.4rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (width < 767px) {
  .anker-link {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.wsp-pages-title {
  display: none;
}

.wsp-pages-list li a {
  background-color: rgba(21, 206, 132, 0.1);
  color: #15CE84;
}/*# sourceMappingURL=style.css.map */