@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
.c-button.--main {
  background-color: #726140;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7f8f8;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RyuminPro";
  src: url("../font/RyuminPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-XLight";
  src: url("../font/Gotham-XLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GaramondPro";
  src: url("../font/AGaramondPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

header {
  border-bottom: 1px solid #f1e9dc;
}

h1 p {
  height: 0px;
  overflow: hidden;
}

.body-wrapper {
  position: relative;
  overflow-x: hidden;
}

figure {
  line-height: 0;
}

.sp,
.tb {
  display: none;
}

img#adtag {
  width: 1px;
  height: 1px;
}

.container {
  max-width: 1420px;
  margin: 15px auto 15px auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.f-en {
  font-family: "Gotham-XLight";
  font-size: 24px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.txt {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.bg_btn {
  background-color: #b4a690;
}

.bg_btn--gallery {
  background-color: #9c8a6f;
}

.bg_btn--btn001 {
  background-color: #5d4c32;
  color: #fff;
}

.bg_btn--btn002 {
  background-color: #c2b974;
  color: #fff;
}

.bg_btn--btn003 {
  background-color: #f5f3ed;
  color: #000;
}

.bg_btn--gray {
  background-color: #999 !important;
  color: #777 !important;
}

/****************************************************************************************************************************************************************************************
************* header *******************
*****************************************************************************************************************************************************************************************/
.header-wrapper {
  position: relative;
  height: 80px;
  padding-left: 20px;
  z-index: 995;
  background-color: #fff;
}

.header-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}

.header-logo img {
  width: 35.43vw;
  max-width: 600px;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 80px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  border-left: none;
  padding: 3px;
}

a.header-btn.bg_btn {
  letter-spacing: -0.03em;
}

div.header-btn.bg_btn {
  background-color: #999;
  color: #777 !important;
  letter-spacing: -0.03em;
}

.hamburger {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 17px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background: #f1e9dc;
  z-index: 50;
  cursor: pointer;
}

.menu-trigger {
  position: absolute;
  left: 21.5px;
  top: 37px;
  width: 37px;
  height: 23px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  top: 20px;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.hamburger.active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
.hamburger.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}
.header-menu {
  position: absolute;
  left: 0;
  top: -100vh;
  width: 100%;
  max-height: 100vh;
  padding: 110px 0;
  background-color: #fff;
  z-index: 5;
  overflow-y: scroll;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-menu.active {
  top: 0;
}

.header-menu.black {
  color: #fff;
  background-color: #000;
}

.header-menu::-webkit-scrollbar {
  width: 0;
}

.header-menu .container {
  max-width: 1500px;
}

.header-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.header-menu nav > ul {
  width: 47%;
  max-width: 330px;
}

.header-menu nav > ul > li > a,
.header-menu nav > ul > li > p {
  position: relative;
  display: block;
  padding: 30px 0 15px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc1af;
}

.header-menu nav > ul > li > p {
  color: #ccc;
}

.header-menu.black nav > ul > li > a {
  color: #fff;
}

.header-menu.black nav > ul > li > p {
  border-bottom: 1px solid #ccc1af;
  color: #999;
}

.header-menu nav > ul > li > a .f-en,
.header-menu nav > ul > li > p .f-en {
  font-size: 2.6rem;
  letter-spacing: -0.035em;
}

.header-menu nav > ul > li > a .f-en {
  color: #615239;
}

.header-menu nav > ul > li > p .f-en {
  color: #ccc;
}

.header-menu.black nav > ul > li > p .f-en {
  color: #999;
}

.header-menu nav > ul > li > p.active .f-en {
  color: #000;
}

.header-menu.black nav > ul > li > p.active .f-en {
  color: #fff;
}

.header-menu nav .f-en {
  color: #615239;
}

.header-menu.black nav {
  color: #333;
}

.header-menu.black nav a .f-en,
.header-menu.black nav a {
  color: #fff;
}

.header-menu nav > ul > li.has-child > p {
  padding-right: 35px;
  cursor: pointer;
}

.header-menu nav > ul > li.has-child > p.active {
  color: #000;
}

.header-menu.black nav > ul > li.has-child > p.active {
  color: #fff;
}

.header-menu nav > ul > li.has-child > p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  width: 25px;
  background: url(../images/common/icn_plus_black.png) no-repeat center/auto;
}

.header-menu nav > ul > li.has-child > p.sub-open::after {
  background: url(../images/common/icn_minus_black.png) no-repeat center/auto;
}

.header-menu.black nav > ul > li.has-child > p::after {
  background: url(../images/common/icn_plus.png) no-repeat center/auto;
}

.header-menu.black nav > ul > li.has-child > p.sub-open::after {
  background: url(../images/common/icn_minus.png) no-repeat center/auto;
}

.header-menu nav > ul > li .sub-menu {
  display: none;
  padding-left: 12%;
  border-bottom: 1px solid #ccc1af;
}

.header-menu nav > ul > li .sub-menu a {
  display: block;
  padding: 18px 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc1af;
}

.header-menu nav > ul > li .sub-menu a.finish {
  border-bottom: none;
}

.header-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 45%;
  padding-top: 25px;
}

.header-menu-btn {
  width: 57%;
  max-width: 370px;
}

.header-menu-btn li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.header-menu-btn li p,
.header-menu-btn li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-btn a::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 32px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-menu-btn li.btn001 {
  background-color: #5d4c32;
  color: #fff;
}

.header-menu-btn li.btn002 {
  background-color: #c2b974;
  color: #fff;
}

.header-menu-btn li.btn003 {
  background-color: #f5f3ed;
  color: #000;
}

.header-menu-other {
  width: 38%;
}

.header-menu-other ul li {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-left: 22px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.header-menu.black .header-menu-other ul li a {
  color: #fff;
}

.header-menu .header-menu-other ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: #000;
}

.header-menu.black .header-menu-other ul li a::before {
  background-color: #fff;
}

.header-menu .header-menu-other ul li p {
  color: #ccc;
}

.header-menu.black .header-menu-other ul li p {
  color: #333;
}

.header-menu .header-menu-other ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: #ccc;
}

.header-menu.black .header-menu-other ul li p::before {
  background-color: #333;
}

.header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0 5px;
}

.header-sns a {
  display: block;
  margin-left: 20px;
  line-height: 0;
  display: none;
}

.header-sns a:nth-child(1) {
  display: none;
}

.sp-menu {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1400 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  .header-menu nav > ul > li > a,
  .header-menu nav > ul > li > p {
    font-size: 1.3vw;
  }
  .header-menu nav > ul > li > a .f-en,
  .header-menu nav > ul > li > p .f-en {
    font-size: 18px;
  }
  .header-menu nav > ul > li .sub-menu a {
    font-size: 1.28vw;
  }
  .header-menu-btn li {
    padding: 5px;
    font-size: 1.3vw;
  }
  .header-menu-btn a::before {
    left: 8%;
    width: 13%;
  }
  .header-menu-other ul li a {
    font-size: 1.8rpm;
  }
  .header-menu-btn li p,
  .header-menu-btn li a {
    padding: 10px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1200 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .header-btn {
    width: 13vw;
    font-size: 1.4166vw;
  }
  .header-menu nav > ul > li > a .f-en,
  .header-menu nav > ul > li > p .f-en {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1024 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  body.nav-open {
    overflow: hidden;
  }
  .header-menu nav {
    width: 47%;
  }
  .header-menu nav > ul,
  .header-menu-btn,
  .header-menu-other {
    width: 100%;
  }
  .header-menu nav > ul {
    max-width: none;
  }
  .header-menu nav > ul > li > a,
  .header-menu nav > ul > li > p,
  .header-menu-other ul li a {
    font-size: 2rem;
  }
  .header-menu nav > ul > li > a .f-en,
  .header-menu nav > ul > li > p .f-en {
    font-size: 3rem;
  }
  .header-menu nav > ul > li .sub-menu a {
    font-size: 2.3rem;
  }
  .header-menu-right {
    width: 48%;
    max-width: 370px;
  }
  .header-menu-btn {
    margin-bottom: 40px;
  }
  .header-menu-btn li {
    padding: 5px;
    font-size: 2rem;
  }
  .header-menu-btn a::before {
    left: 7%;
    width: 32px;
  }
  .header-menu-other ul li a {
    font-size: 2rem;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .header-wrapper {
    height: 110px;
  }
  .header-btn {
    display: none;
  }
  .header-logo img {
    width: 100%;
  }
  .hamburger {
    padding-top: 12px;
  }
  .header-menu {
    padding-top: 140px;
  }
  .header-menu nav > ul > li > a,
  .header-menu nav > ul > li > p {
    font-size: 2.13vw;
  }
  .header-menu nav > ul > li > a .f-en,
  .header-menu nav > ul > li > p .f-en {
    font-size: 3.46vw;
  }
  .header-menu nav > ul > li .sub-menu a {
    font-size: 2.4vw;
  }
  .header-menu-btn a {
    font-size: 2.6vw;
  }
  .header-menu-btn a::before {
    width: 11%;
  }
  .header-menu-other ul li a {
    font-size: 2.4vw;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
  .header-wrapper {
    height: 70px;
  }
  .hamburger {
    width: 70px;
    height: 70px;
    padding-top: 10px;
    font-size: 1rem;
  }
  .menu-trigger {
    left: 16.5px;
    top: 30px;
  }
  .header-menu {
    display: none;
  }
  .sp-menu {
    position: fixed;
    left: 0;
    top: -100vh;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 100px 0 20vw;
    background-color: rgb(255, 255, 255);
    z-index: 990;
    overflow-y: scroll;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .sp-menu.active {
    top: 0;
  }
  .sp-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #b99a31;
  }
  .sp-menu nav ul li {
    width: 50%;
    height: 14.8437vw;
    border-bottom: 1px solid #b99a31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 3.75vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #c7c6c6;
    line-height: 1.2;
    padding: 20px 10px;
  }
  .sp-menu nav ul li:nth-of-type(2n + 1) {
    border-right: 1px solid #b99a31;
  }
  /*
  .sp-menu nav ul li:last-child {
          border-bottom: none;
      }
  */
  .sp-menu nav ul li a {
    color: #000;
  }
  .sp-menu-sns {
    padding: 10vw 0;
  }
  .sp-menu-sns a {
    display: block;
    margin: 0 20px;
    line-height: 0;
    display: none;
  }
  .sp-menu-sns a:nth-child(1) {
    display: none;
  }
  #information-sec {
    margin-top: 100px !important;
  }
  #contents-sec {
    margin-top: 100px !important;
  }
}
/****************************************************************************************************************************************************************************************
***************** footer *************
*****************************************************************************************************************************************************************************************/
.footer-menu {
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #000;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.footer-menu .container {
  max-width: 930px;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-menu ul li {
  display: block;
  padding: 0 10px;
  margin: 10px 0;
  line-height: 1;
  border-left: 1px solid #767676;
  color: #c7c6c6;
  letter-spacing: -0.01em;
  font-size: 14px;
}

.footer-menu ul li br {
  display: none;
}

.footer-menu ul li a {
  color: #000;
  text-decoration: underline;
}

.footer-menu ul li a:hover {
  text-decoration: none;
}

.footer-menu ul li a.current {
  text-decoration: none;
  font-weight: bolder;
}

.footer-recommend__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.footer-recommend__menu li {
  display: block;
  margin-bottom: 10px;
  padding: 0 5px;
  line-height: 1;
  font-size: 1.2rem;
  color: #333;
  border-right: 1px solid #767676;
}

.footer-recommend__menu li:last-child {
  border-right: none;
}

/* おすすめ物件 */
.footer-recommend__ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.footer-recommend__slide {
  max-width: 895px;
  margin: 60px auto 0;
}

.footer-recommend__slide .slick-dots li {
  width: 10px;
  height: 10px;
}

.footer-recommend__slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #707070;
}

.footer-recommend__slide .slick-prev,
.footer-recommend__slide .slick-next {
  top: 33%;
}

.footer-recommend__slide .slick-dots li.slick-active button {
  background-color: rgb(80, 50, 30);
}

.footer-recommend__slide .slick-dots li button:before {
  display: none;
}

.footer-recommend__slide .slick-slide .cont {
  max-width: 240px;
  margin: 0 auto;
}

.footer-recommend__slide img {
  margin: 0 auto;
}

.footer-recommend__slide dl {
  padding: 0 10px;
  font-size: 1.4rem;
}

.footer-recommend__slide dl dt {
  margin: 15px 0 10px;
  font-size: 1.7rem;
  text-decoration: underline;
}

.footer-recommend__slide dl dd p {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 4em;
  text-indent: -4em;
}

/*//おすすめ物件 */
.footer-logo {
  margin-top: 260px;
  padding: 25px 0;
  background-color: #fefcf7;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.footer-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5%;
}

.footer-logo ul li {
  width: 30.33%;
  margin: 0 1.5%;
  padding: 15px 0;
}

.footer-logo ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 10px;
  line-height: 0;
  background-color: #fff;
  border: 1px solid #f1e9dc;
}

.footer-wrapper {
  padding: 25px 15px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.footer-wrapper__logo {
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
}

.footer-wrapper__logo img {
  width: 137px;
}

.footer-wrapper__logo_jv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-wrapper__logo_jv li {
  width: 137px;
  margin: 10px;
}

.footer-wrapper nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 160px;
}

.footer-wrapper nav ul li {
  margin: 0 25px 15px 0;
}

.footer-wrapper nav ul li a i {
  margin-right: 7px;
}

.footer-wrapper p {
  clear: both;
}

.copyright {
  color: #767676;
}

.float-btn {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 3;
}

.float-btn:hover {
  opacity: 1;
}

.float-btn p,
.float-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 150px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  border-bottom: 1px solid #fff;
}

.float-btn a:last-of-type {
  border-bottom: none;
}

.fixed-btn {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 1400 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  .footer-logo {
    margin-top: 140px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 1000 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .footer-recommend__slide .slick-prev {
    left: -10px;
  }
  .footer-recommend__slide .slick-next {
    right: -10px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .footer-logo ul li a {
    height: 80px;
  }
  .float-btn {
    display: none !important;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
  .footer-recommend__menu {
    display: none;
  }
  .footer {
    margin-bottom: 20vw;
  }
  .footer-menu {
    padding: 0;
    margin-bottom: 70px;
  }
  .footer-menu .container {
    padding: 0;
    margin: 0;
  }
  .footer-menu ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-menu ul li {
    width: 50%;
    padding: 20px 10px;
    border-bottom: 1px solid #f1e9dc;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 3.75vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0;
  }
  /*
      .footer-menu ul li:nth-child(2n+1) {
          border-right: 1px solid #f1e9dc;
      }
  */
  .footer-menu ul li:nth-of-type(2n + 1) {
    border-right: 1px solid #f1e9dc;
  }
  .footer-menu ul li:last-child {
    border-bottom: none;
  }
  .footer-menu ul li a {
    text-decoration: none;
  }
  .footer-menu ul li br {
    display: block;
  }
  .footer-recommend__slide {
    margin-top: 30px;
    margin: 30px 30px 0 30px;
  }
  .footer-recommend__slide .slick-prev {
    left: -25px;
  }
  .footer-recommend__slide .slick-next {
    right: -25px;
  }
  .footer-logo ul li {
    width: 97%;
    padding: 12px 0;
  }
  .footer-logo ul li a {
    height: 24vw;
  }
  .footer-wrapper nav ul {
    padding-right: 0;
  }
  .footer-wrapper nav ul li {
    width: 100%;
    margin: 0 0 1em;
  }
  .footer-wrapper nav ul li a {
    display: block;
    font-size: 3.2vw;
  }
  .footer-wrapper__logo {
    position: relative;
    right: 0;
    margin-top: 10vw;
    text-align: center;
  }
  .footer-wrapper__logo img {
    width: 135px;
  }
  .footer-wrapper__logo_jv {
    width: 95%;
    margin-top: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-wrapper__logo_jv li {
    width: 130px;
  }
  .copyright {
    margin-top: 1.2em;
    text-align: center;
    font-size: 2.66vw;
  }
  .float-btn {
    display: none;
  }
  .fixed-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 999;
  }
  .fixed-btn a,
  .fixed-btn div.fixed-btn__tel,
  .fixed-btn div.fixed-btn__map,
  .fixed-btn div.fixed-btn__btn001,
  .fixed-btn div.fixed-btn__btn002,
  .fixed-btn div.fixed-btn__btn003,
  .fixed-btn div.fixed-btn__mail,
  .fixed-btn .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
    height: 20vw;
    text-align: center;
    font-size: 3.2vw;
  }
  .fixed-btn a {
    background-color: #fff;
    border: 1px solid #868076;
    border-right: none;
  }
  .fixed-btn a.fixed-btn__btn001,
  .fixed-btn a.fixed-btn__btn002,
  .fixed-btn a.fixed-btn__btn003 {
    color: #fff;
    background-color: #9d7a41;
  }
  .fixed-btn a.fixed-btn__mail {
    color: #fff;
    background-color: #c59b57;
  }
  .fixed-btn div img,
  .fixed-btn a img {
    max-width: 7vw;
  }
  .fixed-btn div.fixed-btn__tel,
  .fixed-btn div.fixed-btn__map,
  .fixed-btn div.fixed-btn__btn001,
  .fixed-btn div.fixed-btn__btn002,
  .fixed-btn div.fixed-btn__btn003,
  .fixed-btn div.fixed-btn__mail {
    color: #fff;
    background-color: #cdcdcd;
  }
  .fixed-btn .hamburger .menu-trigger {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 10%;
  }
  #spfraijo {
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    width: 100%;
  }
  #spfraijo span,
  #spfraijo a {
    display: block;
    width: calc(50% - 1px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    background: #7c2e2e;
    text-align: center;
    color: #fff;
  }
  #spfraijo span img,
  #spfraijo a img {
    display: block;
    width: 80%;
    max-width: 230px;
    margin: 0 auto;
  }
  #spfraijo span img {
    opacity: 0.4;
  }
}
/****************************************************************************************************************************************************************************************
***************** common *************
*****************************************************************************************************************************************************************************************/
/************** slide **************/
.slick-list,
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-prev,
.slick-next {
  width: 19px;
  height: 37px;
  background: url(../images/common/arw_slide.png) no-repeat center/contain !important;
}

.slick-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

/************** caption **************/
.caption {
  max-width: 1310px;
  margin: 70px auto 65px auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* caption entry 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
  .caption {
    max-width: 90%;
    margin: 70px auto 65px auto;
  }
}
/************** entry **************/
.entry {
  text-align: center;
  padding: 130px 0 95px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #534d44;
}

.entry h2 {
  text-align: center;
  font-size: 3rem;
}

.entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  padding-top: 15px;
}

.entry-btn--1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.entry-btn--2,
.entry-btn--4 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.entry-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-top: 15px;
  padding: 5px;
  font-size: 2.8rem;
  color: #000;
  background-color: #fff;
  line-height: 1.2;
}

.entry-btn p.entry-btn-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-top: 15px;
  padding: 5px;
  font-size: 2.8rem;
  color: #999;
  background-color: #fff;
  line-height: 1.2;
}

.entry-btn--1 a {
  width: 100%;
}

.entry-btn--3 a {
  width: 31%;
}

.entry-btn--3 p.entry-btn-p {
  width: 31%;
}

.entry-btn--2 a,
.entry-btn--4 a {
  width: 48%;
}

.entry-btn--2 p.entry-btn-p,
.entry-btn--4 p.entry-btn-p {
  width: 48%;
}

.entry-corona a {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}

.entry-corona a i {
  margin-right: 15px;
  font-size: 50%;
  vertical-align: 5px;
}

.entry-tel {
  margin-top: 40px;
  font-size: 1.4rem;
}

.entry-tel__num span {
  font-size: 4.8rem;
}

.entry-tel__num img {
  display: none;
}

.entry-tel__mail {
  font-size: 1.6rem;
}

.entry-tel__mail i {
  margin-right: 12px;
}

.entry-info {
  margin-top: 20px;
  font-size: 1.2rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* common entry 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .entry-btn a {
    font-size: 2.1vw;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* common entry 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
  .entry-btn--2 p.entry-btn-p,
  .entry-btn--3 p.entry-btn-p,
  .entry-btn--4 p.entry-btn-p {
    width: 100%;
    height: 20vw;
    font-size: 5.6vw;
  }
  .entry-btn a {
    width: 100% !important;
    height: 20vw;
    font-size: 5.6vw;
  }
  .entry-corona a {
    font-size: 4vw;
  }
  .entry-tel__num span {
    font-size: 9.6vw;
  }
  .entry-tel,
  .entry-tel__mail {
    font-size: 3.2vw;
    display: block;
  }
  .entry-info {
    font-size: 2.6vw;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* common add
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.images {
  position: relative;
  line-height: 0;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

.num {
  line-height: 0;
}
.num__sm {
  font-size: 70%;
}
.num__md {
  font-size: 120%;
}
.num__lg {
  font-size: 150%;
  position: relative;
  bottom: -1px;
}/*# sourceMappingURL=common.css.map */