@charset "UTF-8";
html {
  font-size: 16px;
  line-height: 1.8;
  color: #4b4b4b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

img {
  height: auto;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.lora {
  font-family: "Lora", serif;
}

#main {
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 64px;
  }
}

.site-main {
  padding-top: 6.4rem;
}

.inner {
  max-width: 1364px;
  margin: 0 auto;
  padding: 0 82px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 3rem;
  }
}

.inner-with-padding {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner-with-padding {
    padding: 0;
  }
}

.inner-800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner-800 {
    padding: 0;
  }
}

.inner-900 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner-900 {
    padding: 0 2rem;
  }
}

.inner-980 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner-980 {
    padding: 0 2rem;
  }
}

.inner-middle {
  max-width: cacl(1028px);
  margin: 0 auto;
  padding: 0 24px;
}

.inner-swiper {
  overflow: hidden;
}

.fade {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

:target {
  scroll-margin-top: 100px;
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
body.page-home header {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
  -webkit-transition: none !important;
  transition: none !important;
}

body.page-home.content-visible header {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  -webkit-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important;
}

.btn {
  background: -webkit-gradient(linear, left top, right top, from(#f8ddbd), to(#bcd300));
  background: linear-gradient(to right, #f8ddbd, #bcd300);
  color: #fff;
  text-align: center;
  height: 58px;
  width: 100%;
  margin: 0 auto;
  line-height: 58px;
  position: relative;
  z-index: 1;
  border-radius: 99px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 5rem;
    line-height: 5rem;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#bcd300), to(#f8ddbd));
  background: linear-gradient(to right, #bcd300, #f8ddbd);
  border-radius: 99px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.btn:hover::before {
  opacity: 1;
}
.btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}

.news-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .news-list {
    margin-top: 1.8rem;
  }
}

.news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
}

.news-list__title {
  color: #004896;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #004896;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .news-list__title {
    -webkit-line-clamp: 2;
  }
}

.news-list__date {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 404
========================================================== 
*/
.error {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .error {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}

.error__img {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .error__img {
    width: 25rem;
  }
}

.error__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .error__text {
    margin-top: 5rem;
  }
}

.error__btn-wrap {
  width: 290px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .error__btn-wrap {
    width: 100%;
    margin-top: 5rem;
  }
}

footer {
  background-color: #004896;
}
.footer__nav-link-img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .footer__nav-item {
    text-align: center;
  }
}

.footer-inner {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0 3.5rem;
    gap: 4rem;
  }
}

.footer__logo-img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .footer__logo-img {
    width: 11rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-item._instagram {
    margin-top: 1rem;
  }
}

.footer__nav-link-img-wrap {
  text-align: center;
}

.footer__nav-link-text {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer__nav-link-img {
    width: 3.8rem;
  }
}

header {
  position: fixed;
  width: auto;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  height: 100px;
  top: 0;
}

.header-wrap {
  padding: 0px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}

.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-logo__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 8px;
    position: relative;
    z-index: 10000;
  }
}

.header-logo__img {
  width: 200px;
  height: auto;
}

.header-logo__text {
  font-size: 11px;
}
@media screen and (max-width: 1000px) {
  .header-logo__text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-logo__text {
    display: block;
  }
}

.menu-list {
  text-decoration: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-list__item {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 0;
  font-weight: 400;
  line-height: 1.5;
}
.menu-list__item a {
  position: relative;
  padding: 6px 12px;
  border-radius: 4px 4px 0 0;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color, color;
}
@media screen and (hover: hover) {
  .menu-list__item a:hover {
    background-color: #004896;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .menu-list__item a {
    padding: 0 0 6px;
    width: 100%;
    position: relative;
  }
  .menu-list__item a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid #000;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    z-index: 1;
  }
  .menu-list__item a:hover {
    background-color: transparent;
    color: inherit;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__link {
    border-bottom: 1px solid #000;
    padding: 0 0 12px;
  }
}

.menu-list__img {
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.menu-list__item:last-child {
  position: relative;
}
.menu-list__item:last-child a:hover {
  background-color: transparent;
  color: inherit;
}
.menu-list__item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/common/icon_instagram_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (hover: hover) {
  .menu-list__item:last-child:hover .menu-list__img {
    opacity: 0;
  }
  .menu-list__item:last-child:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .menu-list__item {
    font-size: 20px;
  }
  .menu-list__item:not(:first-of-type) {
    margin-top: 37px;
  }
}
.header-empty {
  height: 90px;
}

.Overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*　ハンバーガー
  ====================================================================== */
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
  }
  header .logo {
    padding: 6px 20px;
    position: relative;
    z-index: 1001;
  }
  header .logo a img {
    width: 103px;
  }
  header.action.open .logo {
    background: unset;
  }
  header .toggle-menu {
    display: inline-block;
    width: 64px;
    height: 80px;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -9999px;
    width: 40px;
    height: 3px;
    background-color: #4b4b4b;
  }
  .header-wrap .toggle-menu .toggle-line::before {
    top: -14px;
    -webkit-animation: menu-barTop 0.6s forwards;
    animation: menu-barTop 0.6s forwards;
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #4b4b4b;
    -webkit-transition: 0.4s;
  }
  header .toggle-menu .toggle-line::after {
    top: 14px;
    -webkit-animation: menu-barBottom 0.6s forwards;
    animation: menu-barBottom 0.6s forwards;
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #4b4b4b;
    -webkit-transition: 0.4s;
  }
  .header-wrap.open {
    /* 付け外し用 */
  }
  .header-wrap.open .toggle-menu .toggle-line {
    height: 0;
  }
  .header-wrap.open .toggle-menu .toggle-line::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: -2px;
    width: 40px;
  }
  .header-wrap.open .toggle-menu .toggle-line::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: -2px;
    width: 40px;
  }
  .header-wrap.open .menu-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    font-size: 16px;
  }
  .header-wrap.open .Overlay {
    visibility: visible;
    opacity: 1;
  }
  .menu-wrap {
    width: 500px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1000;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    padding: 64px 24px 60px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu-wrap {
    width: 100%;
    padding: 116px 24px 60px;
  }
}
.toggle-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .toggle-text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1000px) {
  header .header__inner .logo {
    padding: 6px 20px;
  }
  header .header_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  header .header__inner .header_nav nav ul.header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 12px;
  }
  header .header__inner .header_nav {
    color: #fff;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .header__inner .header_nav nav ul.header__list li.header__item a {
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0 9px 7px;
  }
  header .header__inner .header_nav nav {
    width: 100%;
  }
  header .header__inner .header_nav {
    gap: 30px;
  }
  header .header__inner .header_nav .header__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    width: 100%;
    text-align: center;
    gap: 20px;
    height: auto;
  }
  header .header__inner .header_nav .header__contact a.header__link1 {
    padding: 9px 0 21px;
    background-color: unset;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 3.4px 0 #051c0f;
            box-shadow: 0 0 3.4px 0 #051c0f;
    font-weight: 700;
  }
  header .header__inner .header_nav .header__contact a.header__link2 {
    background-color: #fff;
    color: #0c401f;
    letter-spacing: 0;
    padding: 9px 0 21px;
    -webkit-box-shadow: 0 0 3.4px 0 #051c0f;
            box-shadow: 0 0 3.4px 0 #051c0f;
    font-weight: 700;
  }
  header .sns {
    margin: 0 auto;
    gap: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .header__inner .header_nav nav ul.header__list li.header__item {
    letter-spacing: 0;
  }
  header .header__inner .header_nav .header__contact a.header__link1:hover,
  header .header__inner .header_nav .header__contact a.header__link2:hover {
    opacity: unset;
  }
}
@media screen and (max-width: 1300px) {
  header .header__inner .header_nav nav ul.header__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  header .header__inner .header_nav nav ul.header__list {
    gap: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-list__contact {
    text-align: center;
  }
}
.menu-list__contact a {
  position: relative;
  background-color: #174c4f;
  width: 130px;
  height: 40px;
  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;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #174c4f;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color, color;
}
.menu-list__contact a:hover {
  background-color: #fff;
  color: #174c4f;
}
@media screen and (max-width: 1000px) {
  .menu-list__contact a {
    width: 200px;
    height: auto;
    margin: 24px auto 0;
    font-size: 16px;
  }
}

.menu-list__item.has-submenu {
  position: relative;
}
.menu-list__item.has-submenu .menu-list__sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 1000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .menu-list__item.has-submenu .menu-list__sub {
    padding: 0;
  }
}
@media screen and (hover: hover) {
  .menu-list__item.has-submenu:hover .menu-list__sub {
    display: block;
  }
  .menu-list__item.has-submenu:hover > a {
    background-color: #004896;
    color: #fff;
  }
}

.menu-list__sub {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .menu-list__sub {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .menu-list__sub {
    margin-top: 0;
  }
}
.menu-list__sub-item {
  padding: 4px 0;
}
.menu-list__sub-item:not(:last-child) {
  border-bottom: 1px solid #004896;
}
.menu-list__sub-item a {
  font-size: 16px;
  color: #004896;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu-list__sub-item a {
    color: #4b4b4b;
  }
}
.menu-list__sub-item a:hover {
  background-color: unset;
  color: #004896;
}
@media screen and (max-width: 1000px) {
  .menu-list__sub-item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__item.has-submenu .menu-list__sub {
    position: static;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-list__item._instagram {
    text-align: center;
  }
  .menu-list__item._instagram a::after {
    display: none;
  }
}