.disp-pc {
    display: none;
}
.top.active {
  position: relative;
  background-color: #000
}
.top.active .main {
  background-color: #fff;
  opacity: 0.5
}
.top.active .footer {
  opacity: 0.5
}
body {
  border-top: 4px solid #B09B6D !important;
  color: #4B4439;
  font-family: 'Noto Sans JP', sans-serif
}
.breadcrumb {
  width: 100%;
  margin: 0 auto
}
.breadcrumb__list {
  display: flex;
  padding: 4vw 5vw;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap
}
.breadcrumb__list__item {
  position: relative
}
.breadcrumb__list__item+.breadcrumb__list__item {
  margin-left: 6vw
}
.breadcrumb__list__item+.breadcrumb__list__item:before {
  content: "";
  position: absolute;
  left: -4.5vw;
  top: 0;
  bottom: -1vw;
  margin: auto;
  width: 3vw;
  height: 1px;
  border-top: 1px dotted #4B4439
}
.breadcrumb__list__item__link {
  font-size: 3.5vw;
  color: #B09B6D;
  text-decoration: none
}
.pageNav {
  position: fixed;
  right: 5vw;
  bottom: 5vw;
  width: 10vw;
  height: 10vw;
  z-index: 1000
}
.pageNav__img {
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-color: rgba(255, 255, 255, 0.9)
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 4vw 5vw;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000
}
.header__logo__img {
  width: 24vw
}
.header__social {
  display: none
}
.header__hamburger__icon {
  width: 7vw
}
.nav {
  display: none;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
}
.nav__menu__item {
  border-bottom: 1px solid #EFEFEF
}
.nav__menu__item__link {
  position: relative;
  display: block;
  padding: 5vw 5vw 5vw 12vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 4.25vw;
  text-decoration: none
}
.nav__menu__item__link:before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  background: #B09B6D;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 7vw;
  margin: auto
}
p.nav__menu__item__link {
    padding: 2vw 5vw;
    color: #FFF;
    background-color: #B09B6D;
}
p.nav__menu__item__link:before {
    display: none;
}
.nav.active {
  position: absolute;
  display: block;
  background-color: #fff;
  z-index: 3000;
  width: 100%
}
.nav__inquire {
  display: flex;
  justify-content: center;
  background-color: #B09B6D;
  color: #fff
}
.nav__inquire__button {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 5vw;
  text-decoration: none
}
.nav__inquire__button:last-child {
  border-left: 1px dotted #656565
}
.nav__inquire__button__icon {
  display: block;
  margin: 4vw auto 12px;
  width: 10vw
}
.nav__inquire__button__text {
  display: block;
  margin-bottom: 3vw;
  font-size: 3.5vw
}
.nav__inquire__button__type {
  font-family: 'EB Garamond', serif;
  font-size: 6vw
}
.nav__social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5vw
}
.nav__social__item__link {
  display: block
}
.nav__social__item__link__img {
  width: 9vw;
  vertical-align: middle
}
.nav__social__item+.nav__social__item {
  margin-left: 10vw
}
.inquire {
  padding: 7vw 0;
  background-color: #EFEFEF;
  text-align: center
}
.inquire__contents__midashi {
  margin-bottom: 7vw
}
.inquire__contents__midashi__main {
  display: block;
  margin-bottom: 2vw;
  font-size: 7vw;
  font-family: 'EB Garamond', serif
}
.inquire__contents__midashi__sub {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500
}
.inquire__contents__here {
  display: flex;
  justify-content: center
}
.inquire__contents__here__button {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 5.5vw;
  text-decoration: none
}
.inquire__contents__here__button:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 1.5vw;
  left: 0;
  right: 0;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #4B4439;
  border-right: 1px solid #4B4439;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.inquire__contents__here__button:last-child {
  border-left: 1px dotted #656565
}
.inquire__contents__here__button__icon {
  display: block;
  margin: 3vw auto 4vw;
  width: 8.5vw
}
.inquire__contents__here__button__text {
  display: block;
  margin-bottom: 3vw;
  font-size: 4vw
}
.inquire__contents__here__button__type {
  font-family: 'EB Garamond', serif;
  font-size: 6vw
}
.contentsHeader {
  height: 33vw;
  margin-bottom: 5vw;
  padding: 0 18vw;
  background-color: #F9F6F1;
  background-image: url(/img/common/contentsheader_bg.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center
}
.contentsHeader__midashi {
  text-align: center;
  color: #B09B6D;
  font-family: 'Shippori Mincho', serif;
  font-size: 5.5vw;
  line-height: 1.4;
  font-weight: 500
}
.footer {
  position: relative;
  padding: 7vw 0 5vw;
  background-color: #34312D;
  color: #fff;
  font-size: 3vw
}
.footer__contents {
  padding: 0 5vw
}
.footer__contents__logo {
  margin-bottom: 13vw
}
.footer__contents__logo__img {
  width: 32vw
}
.footer__contents__about__company {
  margin-bottom: 5vw
}
.footer__contents__about__company__name {
  display: block;
  margin-bottom: 4vw
}
.footer__contents__about__company__address {
  display: block
}
.footer__contents__about__copyright {
  font-family: 'EB Garamond', serif;
  letter-spacing: 1px
}
.floating-banner {
    display: none;
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    background: #FFF;
    width: 92vw;
    height: 19.32vw;
    z-index: 2000;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.floating-banner img {
    width: 92vw;
    height: 19.32vw;
}
.floating-banner .pc {
    display: none;
}
.floating-banner-close {
    display: block;
    position: absolute;
    top: -2vw;
    right: -2vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;  /* 丸みの度合い */
    background: #DDD; /* ボタンの背景色 */
    cursor: pointer;
}
 
.floating-banner-close::before, .floating-banner-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 2vw; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
 
.floating-banner-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.floating-banner-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}