/*----------------------------------------*/
/*common.css*/
/*----------------------------------------*/

/* body {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
} */
.row {
  margin: 0 -12px;
}
.row > * {
  padding: 0 12px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
a:focus,
button:focus {
  outline: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn {
  transition: 0.3s;
}

/*----------------------------------------*/
/*基本*/
/*----------------------------------------*/

/*タイトル*/
/* h1,.h1 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 96px;
	line-height: 1.2;
	letter-spacing: -0.016em;
	margin-bottom: 8px;
}
h2,.h2 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: -0.008em;
}
h3,.h3 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 36px;
	line-height: 1.6;
	margin-bottom: 8px;
}
h4,.h4 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0.007em;
	margin-bottom: 8px;
} */
h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #333333;
  letter-spacing: 0.118em;
  margin-bottom: 8px;
}
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  letter-spacing: -0.018em;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* h1,
  .h1 {
    font-size: 70px;
    line-height: 1.6;
  }
  h2,
  .h2 {
    font-size: 50px;
    line-height: 1.4;
  }
  h3,
  .h3 {
    font-size: 44px;
    line-height: 1.3;
  }
  h4,
  .h4 {
    font-size: 34px;
    line-height: 1.2;
  } */
  h5,
  .h5 {
    font-size: 22px;
    line-height: 1.1;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.has-underline {
  margin-bottom: 2.14em;
}
.has-underline::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background-color: #000000;
  margin: 15px auto 0;
}

/*text*/
.subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
}
/* p, */
.p {
  font-style: normal;
  /* font-weight: 300; */
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 1.9em;
}
/* p:last-child,
.p:last-child {
  margin-bottom: 0;
} */
.caption {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 15px;
    line-height: 1.6;
  }
  /* p,
  .p {
    font-size: 13px;
    line-height: 2.23;
    margin-bottom: 32px;
  } */
}

.more {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  padding: 0.25em 2em 0.25em 0;
  margin: 0;
  border-bottom: solid 1px #694e2e;
  color: #694e2e;
}
.more::after {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #694e2e;
  border-right: solid 1px #694e2e;
}

.img {
  background-position: center;
  background-size: cover;
  /* background-size: contain; */
  background-repeat: no-repeat;
}
.img-square {
  padding-bottom: 100%;
}
.img-wide {
  padding-bottom: 75%;
}
.img-vertical {
  padding-bottom: 133%;
}

/*.fade-slide*/
ul.fade-slide.slick-dotted {
  padding: 0 0 24px;
  margin: 0;
  overflow: hidden;
}
ul.fade-slide.slick-dotted .slick-list {
  overflow: visible !important;
}
ul.fade-slide li.slick-slide {
}
ul.fade-slide li.slick-slide .img {
  display: block;
  width: 100%;
  padding-bottom: 420px;
}
ul.fade-slide ul.slick-dots {
  display: flex;
  padding: 0;
  margin: 0 -8px 0 0;
  bottom: 0;
}
ul.fade-slide ul.slick-dots li {
  margin: 0;
  padding: 0;
  width: 45px;
  height: 10px;
}
ul.fade-slide ul.slick-dots li button {
  margin: 0;
  padding: 0;
  width: 37px;
  height: 10px;
  background-color: #c4c4c4;
  border-top: solid 4px #ffffff;
  border-bottom: solid 4px #ffffff;
}
ul.fade-slide ul.slick-dots li.slick-active button {
  background-color: #694e2e;
}
ul.fade-slide ul.slick-dots li button::before {
  content: none;
}

.wrapper {
  padding: 0;
  background-color: #f3f1ea;
}
.archive-container {
  max-width: 1112px;
  padding: 0 40px;
  margin-inline: auto;
}
.container-s {
  max-width: 980px;
  margin-inline: auto;
}
.container-ss {
  max-width: 700px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 4.5%;
  }
  .container-ss {
    max-width: 100%;
  }
}

/*color*/
.brown {
  color: #694e2e;
}

/*margin-top*/
.mt-128 {
  margin-top: 128px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .mt-md-128 {
    margin-top: 128px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mt-md-56 {
    margin-top: 56px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-128 {
    margin-top: 128px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mt-lg-56 {
    margin-top: 56px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
}

/*margin-bottom*/
.mb-128 {
  margin-bottom: 128px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  .mb-md-128 {
    margin-bottom: 128px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .mb-md-56 {
    margin-bottom: 56px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
}

/*padding-top*/
.pt-128 {
  padding-top: 128px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
@media (max-width: 767px) {
  .pt-md-128 {
    padding-top: 128px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pt-md-56 {
    padding-top: 56px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-128 {
    padding-top: 128px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pt-lg-56 {
    padding-top: 56px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
}

/*padding-bottom*/
.pb-128 {
  padding-bottom: 128px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
@media (max-width: 767px) {
  .pb-md-128 {
    padding-bottom: 128px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pb-md-56 {
    padding-bottom: 56px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
}

/*----------------------------------------*/
/*header*/
/*----------------------------------------*/
.g-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: #f0edec;
  padding: 7px;
  z-index: 100;
}

/*ロゴ*/
.g-header .site-logo-wrap {
  text-align: center;
}
.g-header .site-logo-wrap a {
  display: block;
  line-height: 1;
  width: 53px;
  margin: 0 auto;
  overflow: hidden;
}
.g-header .site-logo-wrap .site-logo {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 44px;
  height: 58px;
  transition: 0.3s;
}
.g-header .site-logo-wrap .site-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.g-header .site-logo-wrap .site-logo .header-logo-w {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .g-header .site-logo-wrap {
  }
  .g-header .site-logo-wrap .site-logo {
  }
}

/*ハンバーガー*/
.g-header #hamburger {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 110;
}
.g-header #hamburger:hover {
  opacity: 0.6;
}
.g-header #hamburger span {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
  transform-origin: center;
  background-color: #694e2e;
}
.g-header #hamburger span:nth-child(1) {
  transform: translate(-50%, -11px);
}
.g-header #hamburger span:nth-child(2) {
  transform: translate(-50%, 0px);
}
.g-header #hamburger span:nth-child(3) {
  transform: translate(-50%, 11px);
}
/*ナビオープンの処理*/
.nav-open .g-header #hamburger span {
  background-color: #000000;
}
.nav-open .g-header #hamburger span:nth-child(1),
.nav-open .g-header #hamburger span:nth-child(3) {
  transform: translate(-50%, 0) rotate(45deg);
}
.nav-open .g-header #hamburger span:nth-child(3) {
  opacity: 0;
}
.nav-open .g-header #hamburger span:nth-child(2) {
  transform: translate(-50%, 0) rotate(135deg);
}
@media (max-width: 767px) {
  .g-header #hamburger {
  }
}

/*ナビゲーション*/
.g-header .g-nav .closebox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
  z-index: 101;
  transition: 0.3s;
}

.g-header .g-nav .g-nav-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 180px;
  width: 375px;
  max-width: 100%;
  background-color: #f0edec;
  font-size: 33px;
  font-weight: 300;
  z-index: 102;
  transform: translateX(100%);
  transition: 0.3s;
  overflow: auto;
}
.g-header .g-nav .g-nav-box .container {
  padding-left: 20px;
  padding-right: 20px;
}
.g-header .g-nav .g-nav-box .to-home-wrap {
  padding: 50px 0 40px;
  border-bottom: 1px solid #694e2e;
}
.g-header .g-nav .g-nav-box .to-home-wrap a {
  display: block;
  width: 39px;
  margin: 0 auto;
  color: #694e2e;
}
.g-header .g-nav .g-nav-box .to-home-wrap a img {
  display: block;
}
.g-header .g-nav .g-nav-box .main-nav {
  padding: 50px 30px;
  border-bottom: 1px solid #694e2e;
}
.g-header .g-nav .g-nav-box .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g-header .g-nav .g-nav-box .main-nav ul li {
  padding: 0;
  margin: 0 0 30px;
}
.g-header .g-nav .g-nav-box .main-nav ul li:last-child {
  margin-bottom: 0;
}
.g-header .g-nav .g-nav-box .main-nav ul li a {
  display: inline-block;
  color: #694e2e;
}
.g-header .g-nav .g-nav-box .main-nav ul li a::after {
  content: "";
  display: block;
  background-color: #694e2e;
  height: 3px;
  transform: scaleX(0%);
  transform-origin: right;
  transition: transform 0.3s;
}
.g-header .g-nav .g-nav-box .main-nav ul li a:hover {
  opacity: 1;
}
.g-header .g-nav .g-nav-box .main-nav ul li a:hover::after {
  transform: scaleX(100%);
  transform-origin: left;
}
.g-header .g-nav .g-nav-box .sub-nav {
  padding: 35px 0;
  font-size: 25px;
  border-bottom: 1px solid #694e2e;
}
.g-header .g-nav .g-nav-box .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g-header .g-nav .g-nav-box .sub-nav ul li {
  padding: 0;
  margin: 0 0 10px;
}
.g-header .g-nav .g-nav-box .sub-nav ul li:last-child {
  margin-bottom: 0;
}
.g-header .g-nav .g-nav-box .sub-nav ul li a {
  color: #694e2e;
}
.g-header .g-nav .g-nav-box .g-nav-footer {
  padding-top: 100px;
  max-width: 300px;
  margin: 0 auto;
}
.g-header .g-nav .g-nav-box .g-nav-footer > .row {
}
.g-header .g-nav .g-nav-box .g-nav-footer > .row > * {
}
.g-header .g-nav .g-nav-box .g-nav-footer .logo-wrap {
}
.g-header .g-nav .g-nav-box .g-nav-footer .logo-wrap a {
}
.g-header .g-nav .g-nav-box .g-nav-footer .sns-wrap {
  margin-bottom: 15px;
}
.g-header .g-nav .g-nav-box .g-nav-footer .sns-wrap > .row {
  padding: 0;
  list-style: none;
}
.g-header .g-nav .g-nav-box .g-nav-footer .sns-wrap > .row > * {
}
.g-header .g-nav .g-nav-box .g-nav-footer .sns-wrap a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 9px;
}
.g-header .g-nav .g-nav-box .g-nav-footer .info-wrap {
}
.g-header .g-nav .g-nav-box .g-nav-footer .info-wrap p {
  margin-bottom: 0;
}
.g-header .g-nav .g-nav-box .copyright-wrap {
  margin-top: 40px;
}
.g-header .g-nav .g-nav-box .copyright-wrap p {
}

/*ナビオープンの処理*/
.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.nav-open .g-header .g-nav .closebox {
  opacity: 0.5;
  visibility: visible;
}
.nav-open .g-header .g-nav .g-nav-box {
  transform: translateX(0);
}

.footer {
  background-color: #f0edec;
  padding: 60px 0 80px;
}
.footer .footer-nav {
}
.footer .footer-nav .container {
  max-width: 820px;
}
.footer .footer-nav .container > .row {
}
.footer .footer-nav .container > .row > * {
}
.footer .footer-nav .footer-logo-wrap {
}
.footer .footer-nav .footer-logo-wrap a {
  display: block;
  max-width: 74px;
}
.footer .footer-nav .site-name {
}
.footer .footer-nav .site-name p {
}
.footer .footer-nav .footer-nav-wrap {
  font-size: 12px;
}
.footer .footer-nav .footer-nav-wrap > ul {
  list-style: none;
  padding: 0;
}
.footer .footer-nav .footer-nav-wrap > ul > li {
  margin-bottom: 15px;
  letter-spacing: 0.083em;
}
.footer .footer-nav .footer-nav-wrap > ul > li > a {
}
.footer .footer-nav .info-wrap {
  max-width: 260px;
  margin-left: auto;
}
.footer .footer-nav .info-wrap .logo-wrap {
}
.footer .footer-nav .info-wrap .logo-wrap .logo {
}
.footer .footer-nav .info-wrap .sns-wrap {
  margin-bottom: 15px;
}
.footer .footer-nav .info-wrap .sns-wrap ul {
  display: flex;
  padding: 0;
  margin-right: 9px;
  list-style: none;
}
.footer .footer-nav .info-wrap .sns-wrap ul li {
  padding-right: 9px;
}
.footer .footer-nav .info-wrap .sns-wrap a {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px;
}
.footer .footer-nav .info-wrap .site-info {
}
.footer .footer-nav .info-wrap .site-info p {
}
.footer .footer-nav .info-wrap .copyright-wrap {
}
.footer .footer-nav .info-wrap .copyright-wrap p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer .footer-nav .info-wrap {
    max-width: 100%;
    margin-top: 16px;
  }
  .footer .footer-nav .footer-logo-wrap a {
    width: 65px;
    margin: 0 auto;
  }
  .footer .footer-nav .info-wrap .copyright-wrap p {
    font-size: 12px;
    line-height: 1.9;
  }
}

/*トップへ戻る*/
.footer .to-top {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.footer .to-top.visible {
  visibility: visible;
  opacity: 1;
}
.footer .to-top a {
  position: fixed;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  border-bottom: solid 1px #000000;
  margin: 0;
  padding: 10px 25px 10px 0;
  right: 35px;
  bottom: 35px;
}
.footer .to-top a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #000000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 7px;
  top: 50%;
}
@media (max-width: 767px) {
  .footer .to-top a {
    right: 20px;
    bottom: 10px;
  }

  .archive-container {
    max-width: 100%;
    padding: 0 18px;
    margin-inline: auto;
  }
}

.day {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
