@charset "UTF-8";
/**** 共通カラー ****/
/* CSS Document */
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../font/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../font/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Jost-Medium";
  src: url("../font/Jost-Medium.ttf") format("truetype");
}
body.is-splash {
  overflow: hidden;
}

.text-medium {
  font-family: "ZenKakuGothicNew-Medium";
}

.text-bold {
  font-family: "ZenKakuGothicNew-Bold";
}

.text-o {
  font-family: "Jost-Medium";
}

html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "ZenKakuGothicNew-Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝体", "MS PMincho", "serif";
  font-style: normal;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #1D1D1D;
  background-color: #FAF8F4;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-size: 100%;
}

section {
  background-color: #FAF8F4;
  background-image: url(../image/top/bg-back.webp);
}

main {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .page {
    overflow-x: hidden;
  }
}
img {
  max-width: 100%;
}

a {
  display: block;
  width: 100%;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.nul {
  position: relative;
  top: -100px;
}

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 30px);
  }
}

.inner.is-fluid {
  max-width: none;
  width: 100%;
}

.l-flex {
  display: flex;
}

.l-flex.reverse {
  flex-direction: row-reverse;
}

.header.is-bg::after {
  opacity: 1;
  transition: 0.3s;
}
.header.is-bg {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .header.is-bg {
    padding-bottom: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}
.header .header_nav {
  position: relative;
}
.header .header_menu {
  display: flex;
  align-items: center;
}
.header .header_menu li {
  position: relative;
}
.header .header_menu li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #ffffff;
}
.header .header_menu li:nth-child(3) {
  margin-right: 14px;
}
.header .header_menu li:nth-child(3)::after {
  display: none;
}
.header .header_menu li a {
  display: block;
  color: #fff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding: 0 26px;
  transition: 0.3s;
}
.header .header_menu li a:hover {
  color: #b69130;
}

/*ハンバーガー--------------------------------------*/
#switch {
  display: none;
}

#switch ~ label {
  cursor: pointer;
  z-index: 99;
}

#switch ~ label .hamburger span {
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, top 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #switch ~ label .hamburger span {
    height: 1px;
  }
}

#switch ~ label .hamburger span:first-child {
  width: 30px;
  top: 14px;
}
@media screen and (max-width: 768px) {
  #switch ~ label .hamburger span:first-child {
    width: 22px;
    top: 10px;
  }
}

#switch ~ label .hamburger span:nth-child(2) {
  width: 30px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #switch ~ label .hamburger span:nth-child(2) {
    width: 22px;
    top: 15px;
  }
}

#switch ~ label .hamburger span:last-child {
  width: 30px;
  top: 26px;
}
@media screen and (max-width: 768px) {
  #switch ~ label .hamburger span:last-child {
    width: 22px;
    top: 20px;
  }
}

/* チェック時のアニメーション */
#switch:checked ~ label .hamburger span:first-child {
  top: 18px;
  width: 30px;
  transform: rotate(28deg);
}
@media screen and (max-width: 768px) {
  #switch:checked ~ label .hamburger span:first-child {
    width: 22px;
    top: 15px;
  }
}

#switch:checked ~ label .hamburger span:nth-child(2) {
  opacity: 0;
}

#switch:checked ~ label .hamburger span:last-child {
  top: 18px;
  width: 30px;
  transform: rotate(-28deg);
}
@media screen and (max-width: 768px) {
  #switch:checked ~ label .hamburger span:last-child {
    width: 22px;
    top: 15px;
  }
}

#switch:checked ~ #NavWrap {
  opacity: 1;
  pointer-events: auto;
  /* クリックを有効化 */
  clip-path: inset(0 0 0 0);
  /* クリップを解除 */
  transition: opacity 0.2s ease-out;
}

#switch:checked ~ label .menu .open {
  display: none;
}

#switch:checked ~ label .menu .close {
  display: block;
}

#NavWrap {
  position: fixed;
  z-index: 97;
  background-image: url(../image/common/bg-01.webp);
  background-repeat: repeat;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}

#switch:checked ~ #NavWrap {
  opacity: 1;
  pointer-events: auto;
  overflow-x: hidden;
}

#NavWrap .header_menu {
  margin-top: 100px;
}
#NavWrap .header_menu li {
  margin: 0;
  border-bottom: solid 1px #707070;
}
#NavWrap .header_menu li:first-child {
  border-top: solid 1px #707070;
}
#NavWrap .header_menu li > a {
  font-size: 14px;
  padding: 30px 10px;
  display: flex;
  align-items: center;
}
#NavWrap .header_menu li > a .sp-menu-tit {
  display: inline-block;
  font-size: 20px;
  margin-right: 18px;
  width: 40%;
}

/*ページナビゲーション--------------------------------------*/
.navigation {
  width: 100%;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}

.navigation .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  white-space: nowrap;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a:hover {
  color: #fff;
}
.wp-pagenavi a:hover:before {
  background-color: #fff;
}

.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 14px;
  aspect-ratio: 1;
  transform: scale(-1, 1);
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 14px;
  left: 8px;
}

.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 14px;
  aspect-ratio: 1;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 14px;
  right: 8px;
}

/*ページナビここまで--------------------------------------*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}