@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap");
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.55em;
  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;
}

.en {
  font-family: "EB Garamond", serif;
  font-weight: 400 !important;
  line-height: 1;
}

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

.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.4rem;
  }
  .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;";
}

/*----------------------------------
共通パーツ
----------------------------------*/
.f17 {
  font-size: 1.7rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.fxs {
  font-size: 1.2rem;
}

@media (max-width: 540px) {
  .f17 {
    font-size: 1.6rem;
  }
  .f14 {
    font-size: 1.3rem;
  }
  .f13 {
    font-size: 1.2rem;
  }
  .fxs {
    font-size: 1.1rem;
  }
}
/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  max-width: 1920px;
}

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

.inner1000 {
  width: 90%;
  max-width: 1024px;
}

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



@media (max-width: 960px) {
  main {
    padding-top: 70px;
  }
  section {
    padding: 55px 0;
  }
}
@media (max-width: 540px) {
  main {
    padding-top: 58px;
  }
  section {
    padding: 60px 0;
  }
}

/*--------------------------
見出し・テキスト
----------------------------*/
.title-wrap {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}


.text-wrap {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}


h2.title {
  display: block;
  line-height: 1.2;
  font-size: 2.8rem;
  letter-spacing: 0.35rem;
}

h2.title2 {
  display: block;
  line-height: 1.2;
  font-size: 3.6rem;
  letter-spacing: 0.35rem;
}

.txt-center h2.title {
  text-indent: 0.35rem;
}

.title-sub {
  display: block;
  margin-top: 1.5rem;
}
.title-sub span {
  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;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
}
.title-sub span:before {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 10px;
  background-color: #777777;
  content: "";
}
.title-sub span:after {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-left: 10px;
  background-color: #777777;
  content: "";
}

.danraku p {
  margin-bottom: 1.7rem;
  line-height: 2.2;
}
.danraku p:last-child {
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .title-wrap {
    margin-bottom: 40px;
  }
  h2.title {
    font-size: 2.0rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .title-sub span {
    font-size: 1.3rem;
  }
  .danraku p {
    margin-bottom: 1rem;
    line-height: 2;
  }
}
/*----------------------------
メニュー
---------------------------*/
#nav li a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.6rem;
}

@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 10px;
  }
  #nav li.nav-sns a {
    padding: 0 8px;
    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;
    background: #B60F2F;
  }
  .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: #fff;
    -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: #C9A227;
      opacity: 0.8;
    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: 26px;
  }
  #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: 30px 15px 15px 25px;
}
header.transform {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px 10px 20px;
}
header.transform #logo {
  width: 180px;
}

header #logo {
  width: 157px;
  -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;
  }
}
@media (max-width: 540px) {
  header,
  header.transform {
    padding: 0 0 0 10px;
    height: 58px;
  }
  header #logo,
  header.transform #logo {
    width: 130px;
  }
}
/*-----------------------
footer
------------------------*/
.footer-wrap {
  padding: 80px 0 80px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-logo {
  width: 100%;
  text-align: center;
}
.footer-logo .f-logo img {
  width: 92px;
  margin-bottom: 30px;
}
.footer-logo .f-logo img img {
  width: 100%;
  height: auto;
}

@media (max-width: 540px) {
  .footer-logo .f-logo img {
    width: 80px;
  }
}
.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.footer-flex li {
  text-align: center;
  padding: 1% 2%;
  width: 33.3333%;
  border-right: 1px dotted #777777;
}
.footer-flex li:nth-child(1) {
  border-left: 1px dotted #777777;
}
.footer-flex .f-jp-tit {
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.footer-flex .f-jp-tit i {
  margin-right: 6px;
}
.footer-flex .f-en-tit {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.07em;
}
.footer-flex .f-en-tit small {
  font-size: 1.5rem;
}

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

@media (max-width: 540px) {
  .footer-wrap {
    padding: 55px 0 105px;
  }
  .footer-flex {
    display: none;
  }
}
/*-----------------------
トップへ戻るボタン
------------------------*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
  z-index: 5;
}
@media (max-width: 540px) {
  #pageTop {
    bottom: 54px;
  }
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: #B60F2F;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 540px) {
  #pageTop a {
    width: 48px;
    height: 48px;
  }
}
/*-----------------------
CTA
------------------------*/
@media screen and (min-width: 541px) {
  .cta {
    display: none;
  }
}
@media (max-width: 540px) {
  .cta {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .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: 50%;
  }
  .cta ul li:nth-child(1) a {
    background: #B60F2F;
      opacity: 0.8;
  }
  .cta ul li:nth-child(2) a {
    background: #0f5c40;
      opacity: 0.8;
  }
  .cta ul li a {
    height: 54px;
    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;
  }
  .cta ul li a i {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}

.colored-box {
  background-color: #f5f5f5; /* 薄いグレー */
/* テキストと背景の間に余白を入れる */
}

