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


.min {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}


.noto {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.noto500 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}


.notosan {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.petit {
  font-family: "Petit Formal Script", cursive;
  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;";
}

.c-red {
  color: #ED1C24;
}

.txt-s {
  font-size: 1.25rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

@media screen and (max-width: 540px) {
  .danraku p {
    margin-bottom: 1rem;
    line-height: 2;
  }
}
/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.sec-half {
  padding-bottom: 60px;
}

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

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

@media (max-width: 960px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  section {
    padding: 50px 0;
  }
}
/*----------------------------
メニュー
---------------------------*/
#nav li a {
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media print, screen and (min-width: 961px) {
  #menu_btn,
.overlay {
    display: none;
  }
  #nav {
    margin-top: 20px;
    margin-left: 25px;
    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 16px 0 0;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 500;
  }
  header.transform #nav li a {
    color: #333;
  }
  #nav li.nav-sns a {
    font-size: 1.7rem;
  }
  .btn-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-menu li a {
    width: 200px;
    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;
    letter-spacing: 0.06em;
    font-size: 1.4rem;
    line-height: 1;
  }
  .btn-menu li a i {
    margin-right: 4px;
  }
  .btn-menu li:nth-child(1) a {
    background-color: #d998a6;
  }
  .btn-menu li:nth-child(2) a {
    background-color: #a5bd79;
  }
}

@media only screen and (max-width: 960px) {
  .btn-menu {
    display: none;
  }
  .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: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.transform .menu-trigger span {
    background-color: #333;
  }
  #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(150, 130, 110, 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: 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%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-----------------------
footer
------------------------*/
footer {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}

.footer-logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.f-sns-btn {
  margin-bottom: 40px;

}
.f-sns-btn i {
  font-size: 24px;
}

.copy {
  font-size: 1.1rem;
  margin-top: 20px;
}
.copy::before {
  content: "©";
}

@media (max-width: 540px) {
  footer {
    padding: 35px 0 80px;
  }
  .footer-logo img {
    width: 240px;
  }
  .f-sns-btn {
    margin-bottom: 15px;
  }
}
/*-----------------------
トップへ戻る
------------------------*/
#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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #6e5e54;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
#pageTop a:hover {
  opacity: 1;
}

@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: 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: 50%;
  }
  .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: 0px;
  }
  .cta ul li a i {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .cta ul li:nth-child(1) a {
    background: #d998a6;
  }
  .cta ul li:nth-child(2) a {
    background: #a5bd79;
  }
}


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

h2.title {
  display: block;
  line-height: 1.8;
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
}

h4.cp {
  font-size: 2rem;
  margin-bottom: 20px;s
}

.cp {
  font-size: 1.6rem;
  margin-bottom: 40px;
}


.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.2rem;
    line-height: 1.5;
  }
  .title-sub span {
    font-size: 1.3rem;
  }
  .danraku p {
    margin-bottom: 1rem;
    line-height: 2;
  }
}


/*----------------------------------
共通パーツ
----------------------------------*/
.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;
  }
}


.tax {
  font-size: 0.8em;
  color: #666;
  margin-left: 0.25em;
  letter-spacing: 0.05em;
}


.mini {
  font-size: 0.8em;
  margin-left: 0.25em;
  letter-spacing: 0.05em;
}
