body {
  min-width: 1150px;
  border-top: 4px solid #B09B6D !important;
  color: #4B4439;
  font-family: 'Noto Sans JP', sans-serif
}
.disp-sp {
    display: none;
}
.pageNav {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 55px;
  height: 55px;
  z-index: 1000
}
.pageNav__img {
  position: absolute;
  width: 55px;
  height: 55px
}
.breadcrumb {
  width: 1100px;
  margin: 0 auto
}
.breadcrumb__list {
  display: flex;
  padding: 15px 0
}
.breadcrumb__list__item {
  position: relative
}
.breadcrumb__list__item+.breadcrumb__list__item {
  margin-left: 30px
}
.breadcrumb__list__item+.breadcrumb__list__item:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 0;
  bottom: -5px;
  margin: auto;
  width: 13px;
  height: 1px;
  border-top: 1px dotted #4B4439
}
.breadcrumb__list__item__link {
  font-size: 14px;
  color: #B09B6D;
  text-decoration: none
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0
}
.header__logo__img {
  width: 165px
}
.header__social {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center
}
.header__social__item+.header__social__item {
  margin-left: 5px
}
.header__social__item__link {
  display: block
}
.header__social__item__link__img {
  width: 30px;
  vertical-align: middle
}
.header__hamburger {
  display: none
}
.nav {
  position: relative;
  z-index: 100;
  padding: 0;
  border-top: 1px solid #656565;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}
.nav__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin: 0 auto
}
.nav__menu__item {
    position: relative;
}
.nav__menu__item__link {
    display: block;
    padding: 15px 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none
}
.nav__menu__inner {
    display: none;
}
p.nav__menu__item__link {
    cursor: pointer;
}
p.nav__menu__item__link:hover + .nav__menu__inner,
.nav__menu__inner:hover {
    display: block;
    position: absolute;
    top: 44px;
    left: calc(50% - 100px);
    width: 200px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.nav__menu__inner .nav__menu__item a {
    display: block;
    padding: 15px;
    text-align: center;
}
.nav__social {
  display: none
}
.nav__inquire {
  display: none
}
.inquire {
  padding: 50px 0;
  background-color: #EFEFEF;
  text-align: center
}
.inquire__contents__midashi {
  margin-bottom: 35px
}
.inquire__contents__midashi__main {
  display: block;
  margin-bottom: 8px;
  font-size: 43px;
  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: 270px;
  padding-bottom: 25px;
  border-left: 1px dotted #656565;
  text-decoration: none
}
.inquire__contents__here__button:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4B4439;
  border-right: 1px solid #4B4439;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.inquire__contents__here__button:last-child {
  border-right: 1px dotted #656565
}
.inquire__contents__here__button__icon {
  display: block;
  margin: 10px auto 24px;
  width: 60px
}
.inquire__contents__here__button__text {
  display: block;
  margin-bottom: 10px;
  font-size: 14px
}
.inquire__contents__here__button__type {
  font-family: 'EB Garamond', serif;
  font-size: 26px
}
.contentsHeader {
  height: 148px;
  margin-bottom: 55px;
  background-color: #F9F6F1;
  background-image: url(/img/common/contentsheader_bg.svg);
  background-repeat: no-repeat;
  background-size: 850px 90px;
  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: 28px;
  font-weight: 500
}
.footer {
  position: relative;
  padding: 30px 0 20px;
  background-color: #34312D;
  color: #fff;
  font-size: 12px
}
.footer__contents {
  width: 1100px;
  padding: 0 20px;
  margin: 0 auto
}
.footer__contents__logo {
  margin-bottom: 25px
}
.footer__contents__logo__img {
  width: 165px
}
.footer__contents__about {
  display: flex;
  align-items: end;
  justify-content: space-between
}
.footer__contents__about__company__name {
  display: block;
  margin-bottom: 15px
}
.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: 20px;
    right: 20px;
    background: #FFF;
    width: 300px;
    height: 250px;
    z-index: 2000;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.floating-banner img {
    width: 300px;
    height: 250px;
}
.floating-banner .sp {
    display: none;
}
.floating-banner-close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    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: 10px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
 
.floating-banner-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.floating-banner-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}