@charset "UTF-8";
/*===============================================
Web font
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap");
/*===============================================
 mixin
=================================================*/
/*===============================================
変数
=================================================*/
/*===============================================
デフォルト設定
=================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  font-size: 10.5px;
  font-size: 3.28125vw;
  line-height: 2.2em;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/*===============================================
Utility
=================================================*/
.u-mrgnBottom--20 {
  margin-bottom: 20px;
}

.u-mrgnBottom--30 {
  margin-bottom: 30px;
}

.u-mrgnBottom--40 {
  margin-bottom: 40px;
}

.u-mrgnBottom--60 {
  margin-bottom: 60px;
}

.u-mrgnBottom--80 {
  margin-bottom: 80px;
}

.u-pdngTopBottom--30 {
  padding: 30px 0;
}

.u-pdngTopBottom--40 {
  padding: 40px 0;
}

.u-pdngTopBottom--60 {
  padding: 60px 0;
}

.u-pdngTopBottom--80 {
  padding: 80px 0;
}

.u-fntClr--brown {
  color: #573A31;
}

.u-fntFamily--min {
  font-family: "Noto Serif JP", serif;
}

.u-txtAlign--center {
  text-align: center;
}

.u-flex--between {
  justify-content: space-between;
}

.u-visible--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-visible--pc {
    display: block;
  }
}

.u-visible--sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-visible--sp {
    display: none;
  }
}

.u-link--hover {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

@media screen and (min-width: 768px) {
  .u-link--hover:hover {
    opacity: .5;
  }
}

/*===============================================
Project
=================================================*/
.p-column .p-column__txt {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-column {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .p-column.u-column--reverse {
    flex-flow: row-reverse;
  }
  .p-column .p-column__txt,
  .p-column .p-column__img {
    width: 50%;
  }
  .p-column .p-column__txt {
    padding: 0 30px;
  }
}

.p-sideBySide {
  display: flex;
}

.p-sideBySide.u-sideBySideChild--48 .p-sideBySide__item {
  width: 48%;
}

.p-commonBnts {
  max-width: 600px;
  margin: 0 auto !important;
}

.p-commonsBnts {
  max-width: 500px;
  margin: 0 auto !important;
}
.p-sectionTit {
  font-size: 14px;
  font-size: 4.375vw;
  letter-spacing: .1rem;
}

.p-sectionTit.u-tit--border::after {
  display: block;
  content: "";
  width: 10%;
  height: 1px;
  margin: 30px auto 0;
  background: #573A31;
}

@media screen and (min-width: 768px) {
  .p-sectionTit {
    font-size: 7px;
    font-size: 2.1875vw;
  }
}

/*===============================================
カスタマイズ
=================================================*/
.l-inner {
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 960px;
    margin: 0 auto;
  }
}

.l-pagenation {
  display: flex;
  justify-content: center;
}

.l-pagenation.p-pagenationTop {
  margin-bottom: 30px;
}

.l-pagenation .l-pagenation__item {
  width: 20px;
  height: 20px;
  margin: 0 .12rem;
  font-size: 7px;
  font-size: 2.1875vw;
  background: white;
}

.l-pagenation .l-pagenation__item > a,
.l-pagenation .l-pagenation__item > span {
  display: block !important;
  width: 100%;
  height: 100%;
  letter-spacing: -.05rem;
  border: 1px solid #573A31;
}

.l-pagenation .l-pagenation__item > a {
  color: #573A31;
}

.l-pagenation .l-pagenation__item > span {
  color: white;
  background: #573A31;
  border: none;
}

@media screen and (min-width: 375px) {
  .l-pagenation .l-pagenation__item {
    width: auto;
    height: auto;
    margin: 0 .15rem;
  }
  .l-pagenation .l-pagenation__item > a,
  .l-pagenation .l-pagenation__item > span {
    padding: 4px 4.5px;
  }
}

@media screen and (min-width: 414px) {
  .l-pagenation .l-pagenation__item > a,
  .l-pagenation .l-pagenation__item > span {
    padding: 4px 6px;
  }
}

@media screen and (min-width: 768px) {
  .l-pagenation .l-pagenation__item {
    font-size: 13px;
    margin: 0 .2rem;
  }
  .l-pagenation .l-pagenation__item > a,
  .l-pagenation .l-pagenation__item > span {
    padding: 4px 7px;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  background: white;
  padding: .8rem;
  z-index: 10;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
}

.l-header .l-header__contents {
  align-items: center;
}

.l-header .l-header__contents .l-header__logo {
  width: 25%;
  padding-right: 1rem;
}

.l-header .l-header__contents .l-header__Btns {
  width: 70%;
  display: flex;
}

.l-header .l-header__contents .l-header__Btns .l-header__Btns__item {
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__contents {
    max-width: 1000px;
    margin: auto;
  }
  .l-header .l-header__contents .l-header__logo {
    width: 18%;
  }
  .l-header .l-header__contents .l-header__Btns {
    min-width: 500px;
    max-width: 45%;
  }
  .l-header .l-header__contents .l-header__Btns .l-header__Btns__item {
    margin-left: 1rem;
  }
}

.l-footer {
  color: #F0EEED;
  background-color: #573A31;
  background-repeat: repeat;
  background-position: left center;
  background-image: url(../images/common/footer_bg.jpg);
}

.l-footer p {
  font-size: 8px;
  font-size: 2.5vw;
}

.l-footer a {
  color: #F0EEED;
}

.l-footer .l-footer__logo {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer .l-footer__info {
  margin-bottom: 20px;
  border-top: 1px solid #F0EEED;
  border-bottom: 1px solid #F0EEED;
}

.l-footer .l-footer__links {
  margin-bottom: 20px;
}

.l-footer .l-footer__links > li {
  display: inline-block;
  font-size: 8px;
  font-size: 2.5vw;
}

.l-footer .l-footer__links > li:not(:last-child)::after {
  content: "｜";
}

@media screen and (min-width: 768px) {
  .l-footer p,
  .l-footer a {
    font-size: 13px;
  }
  .l-footer .l-footer__logo {
    max-width: 200px;
  }
  .l-footer .l-footer__links > li {
    font-size: 13px;
  }
}

#wrap {
  overflow: hidden;
}

.l-hero {
  margin-top: 16%;
  background: #573A31;
}

@media screen and (min-width: 768px) {
  .l-hero {
    margin-top: 102px;
  }
}

.l-information .l-information__logo {
  width: 100%;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.l-information .slick-slider {
  margin-bottom: 80px !important;
  padding-bottom: 30px;
}

.l-information .slick-slider .slick-track {
  position: relative;
}

.l-information .slick-dots > li > button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #573A31;
}

.l-information .l-information__map iframe {
  width: 100% !important;
  height: 450px !important;
}

@media screen and (min-width: 768px) {
  .l-information .l-information__logo {
    max-width: 200px;
  }
  .l-information .slick-slider .slick-track .slick-slide {
    margin: 0 10px;
  }
  .l-information .l-information__bnr {
    max-width: 500px;
    margin: auto;
  }
}

.home .l-information {
  background-color: #F0EEED;
}

.page .l-furnitureList {
  background-color: #F0EEED;
}

.page .l-furnitureList .l-furnitureList__number {
  color: #573A31;
}

.page .l-furnitureList .l-furnitureList__number > span {
  margin: 0 .3rem;
  font-size: 1.4em;
}

.page .l-furnitureList .l-furnitureList__contents {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page .l-furnitureList .l-furnitureList__contents::after {
  content: "";
  display: block;
  width: 32%;
}

.page .l-furnitureList .l-furnitureList__contents .l-furnitureList__contents__item {
  position: relative;
  width: 32%;
  margin-bottom: 10px;
  overflow: hidden;
  background: white;
  overflow: hidden;
  border: 1px solid #573A31;
  box-sizing: content-box !important;
}

.page .l-furnitureList .l-furnitureList__contents .l-furnitureList__contents__item:nth-child(3n+1):nth-last-child(-n+3),
.page .l-furnitureList .l-furnitureList__contents .l-furnitureList__contents__item:nth-child(3n+1):nth-last-child(-n+3) ~ .l-furnitureList__contents__item {
  margin-bottom: 0;
}

.page .l-furnitureList .l-furnitureList__contents .l-furnitureList__contents__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #573A31;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .page .l-furnitureList .l-furnitureList__contents .l-furnitureList__contents__item:hover span {
    opacity: 1;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.9) !important;
  opacity: 1 !important;
}

.hiddenPager {
  border: 1px solid red;
  display: none;
}
