@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.4em;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-- スクロールバー --*/
@media screen and (min-width: 961px) {
  body::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 3px;
  }
}
.en {
  font-family: "Cinzel", serif;
  font-weight: 400 !important;
  line-height: 1;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400 !important;
}

.min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400 !important;
}

@media screen and (min-width: 961px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.3rem;
  }
  .sp-hide {
    display: none;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt-link {
  text-decoration: underline;
}

a.txt-link:hover {
  text-decoration: none;
}

hr {
  background-color: #cdcabf;
  display: block;
  border: 0;
  height: 1px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

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

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

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

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-navy {
  color: #004a6e;
}

small {
  font-size: 1.3rem;
  color: #4d4d4d;
}

.pt0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 540px) {
  small {
    font-size: 1.2rem;
  }
}
/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 540px) {
  main {
    padding-top: 58px;
  }
}

@media (max-width: 960px) {
  .wp {
    padding-top: 100px;
  }
}
@media (max-width: 540px) {
  .wp {
    padding-top: 70px;
  }
}

.anchor {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
@media (max-width: 540px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.anchor-menu {
  padding-top: 160px;
  margin-top: -160px;
}
@media (max-width: 540px) {
  .anchor-menu {
    padding-top: 100px;
    margin-top: -100px;
  }
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
  position: relative;
  max-width: 1920px;
}
@media (max-width: 960px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  section {
    padding: 50px 0;
  }
}

.wp .wp-index {
  padding-top: 0;
}

.wp .wp-single {
  padding-top: 40px;
}
@media (max-width: 540px) {
  .wp .wp-single {
    padding-top: 10px;
  }
}

.inner {
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

.inner1000 {
  max-width: 1024px;
}

.inner-slim {
  max-width: 800px;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

/*--------------------------
見出し・テキスト
----------------------------*/
h2.title {
  display: block;
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  text-indent: 0.5em;
  color: #004a6e;
  position: relative;
  text-align: center;
  margin: 0 auto 80px;
}
@media (max-width: 540px) {
  h2.title {
    font-size: 1.9rem;
    margin-bottom: 55px;
  }
}
h2.title:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  background: #004a6e;
  width: 1px;
  height: 16px;
  -webkit-transform: translateX(-50%) rotate(40deg);
          transform: translateX(-50%) rotate(40deg);
}
@media (max-width: 540px) {
  h2.title:before {
    bottom: -30px;
    height: 12px;
  }
}

.title-mid {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  color: #004a6e;
}
@media (max-width: 540px) {
  .title-mid {
    font-size: 1.6rem;
  }
}

.danraku p {
  margin-bottom: 1.7rem;
  line-height: 2.2;
}
.danraku p:last-child {
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .danraku p {
    margin-bottom: 1rem;
    line-height: 2;
  }
}

/*----------------------------
メニュー
---------------------------*/
#nav li a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}

@media print, screen and (min-width: 961px) {
  #menu_btn, .overlay {
    display: none;
  }
  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav li {
    position: relative;
  }
  #nav li a {
    padding: 0 12px;
    color: #004a6e;
  }
  #nav li.nav-sns a {
    padding: 0 6px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 70px;
    height: 70px;
    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;
  }
  .menu-trigger {
    width: 26px;
    height: 21px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #004a6e;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  #nav {
    width: 280px;
    height: 100%;
    overflow: auto;
    padding: 80px 0 50px;
    background: rgba(102, 146, 168, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    -webkit-transform: translate(280px);
            transform: translate(280px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #nav.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  #nav ul {
    padding: 17px 40px 10px;
  }
  #nav li {
    text-align: left;
    margin-bottom: 35px;
  }
  #nav li a {
    position: relative;
    color: #fff;
    letter-spacing: 1px;
  }
  #nav li.nav-sns a span {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 540px) {
  #menu_btn {
    width: 58px;
    height: 58px;
  }
  #nav {
    width: 210px;
    -webkit-transform: translate(210px);
            transform: translate(210px);
  }
}
/*-----------------------
header
------------------------*/
header {
  width: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 18px 25px 18px 25px;
}
header.transform {
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 15px 6px 15px;
}
header.transform #logo {
  width: 120px;
}

header #logo {
  width: 168px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  header,
  header.transform {
    padding: 0 0 0 10px;
    height: 70px;
  }
  header #logo,
  header.transform #logo {
    width: 110px;
  }
}
@media (max-width: 540px) {
  header,
  header.transform {
    padding: 0 0 0 10px;
    height: 58px;
  }
  header #logo,
  header.transform #logo {
    width: 88px;
  }
}
/*-----------------------
footer
------------------------*/
/*--- footer -----*/
footer {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 540px) {
  footer {
    padding: 40px 0 80px;
  }
}

.foot-sns {
  margin-top: 15px;
}
.foot-sns i {
  font-size: 2rem;
  color: #535353;
}

.copy {
  font-size: 1.2rem;
}
.copy::before {
  content: "©";
}

/*トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
  z-index: 5;
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: #4d4d4d;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
@media (max-width: 540px) {
  #pageTop a {
    width: 48px;
    height: 48px;
  }
}

#pageTop a:before {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  #pageTop a:before {
    top: 8px;
  }
}

/*-----------------------
サイドボタン
------------------------*/
.side-btn {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 5 !important;
}
@media (max-width: 540px) {
  .side-btn {
    display: none;
  }
}
.side-btn a {
  width: 50px;
  height: 140px;
  background: #6692a8;
  color: #fff;
  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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  font-size: 1.5rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  letter-spacing: 0.4rem;
  font-weight: 500;
  padding-right: 5px;
}
.side-btn a i {
  font-size: 2.2rem;
  margin-bottom: 3px;
  margin-right: -2px;
}

/*-----------------------
CTA
------------------------*/
@media screen and (min-width: 541px) {
  .cta {
    display: none;
  }
}
@media (max-width: 540px) {
  .cta {
    width: calc(100% - 48px);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  .cta ul {
    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;
  }
  .cta ul li {
    width: 100%;
  }
  .cta ul li a {
    height: 48px;
    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;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 1px;
    background: #80a4b6;
  }
  .cta ul li a i {
    font-size: 1.6rem;
    margin-right: 8px;
  }
}