@charset "UTF-8";
html,
body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none;
}

body *,
::before,
::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

figure {
  line-height: 0;
}

/*-----------------------------------------------
	Font Set
-----------------------------------------------*/
@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;
  font-feature-settings: "palt";
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
figure,
form,
legend,
p,
input {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
  color: inherit;
  transition: 0.2s ease-in-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.65;
  }
}

@media print {
  body {
    min-width: 0;
  }
  body .header-menu,
  body .header-right,
  body .sp-menu,
  body .breadcrumb,
  body .entry,
  body .footer,
  body .footer-2021 {
    display: none !important;
  }
  body .header-wrapper {
    height: auto;
  }
  body .header-logo {
    height: auto;
    padding: 10px !important;
  }
  body .header-logo img {
    width: 180px;
  }
  body main {
    padding-top: 30px;
  }
  body#map .title01 {
    padding-bottom: 16px;
  }
  body#map .block01 {
    margin-top: 20px;
  }
  body#map .block02 {
    display: none;
  }
  body#map .table01 > div {
    align-items: flex-start;
  }
  body #header {
    position: static;
  }
  body .caption01 {
    margin: 40px auto;
  }
}
@media screen and (max-width: 639px) {
  body {
    padding-bottom: 20vw;
  }
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 998;
  width: 100%;
}

h1 p {
  height: 0px;
  overflow: hidden;
}

.body-wrapper {
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 951px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .tb {
    display: block;
  }
}

img#adtag {
  width: 1px;
  height: 1px;
}

.container {
  max-width: 1420px;
  margin: 15px auto;
}
@media screen and (min-width: 640px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

main {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}

footer {
  background-color: #fff;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.flex-row-reverse {
  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 {
  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--roomList {
  background: #323c96;
}

.bg_btn--gray {
  background-color: #999 !important;
  color: #777 !important;
}

/****************************************************************************************************************************************************************************************
************* header *******************
*****************************************************************************************************************************************************************************************/
.header-wrapper {
  position: relative;
  height: 94px;
  z-index: 995;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .header-wrapper {
    padding-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    height: 110px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 639px) {
  .header-wrapper {
    height: 70px;
    column-gap: 20px;
  }
}

.header-logo {
  flex: 1;
}
@media screen and (min-width: 640px) {
  .header-logo {
    padding-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .header-logo {
    max-width: 280px;
  }
}
@media screen and (min-width: 640px) {
  .header-logo .logos {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header-logo .logos a {
  display: flex;
  color: #fff;
}
.header-logo .logos a:nth-child(1) img {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .header-logo .logos a:nth-child(1) img {
    width: 100%;
    width: 218px;
  }
}
@media screen and (max-width: 639px) {
  .header-logo .logos a:nth-child(1) img {
    width: 52%;
    max-width: 151px;
  }
}
.header-logo .logos a:nth-child(2) img {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .header-logo .logos a:nth-child(2) img {
    width: 420px;
  }
}
@media screen and (max-width: 639px) {
  .header-logo .logos a:nth-child(2) img {
    width: 100%;
  }
}
.header-logo .logos img {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .header-logo .logos img {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .header-logo .logos img {
    max-width: 280px;
  }
}
.header-logo p {
  color: #999;
}

.header-right {
  align-items: center;
  height: 100%;
}
.header-btn {
  font-family: "RyuminPro", "GaramondPro", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-left: none;
  padding: 3px;
}
@media screen and (min-width: 1201px) {
  .header-btn {
    width: 150px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-btn {
    width: 13vw;
    font-size: 2rem;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header-btn {
    font-size: 3.6vw;
    padding-inline: 20px;
  }
}
.header-btn.bg_btn--roomList {
  max-width: 230px;
  height: 100%;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  .header-btn.bg_btn--roomList {
    width: 278px;
  }
}
@media screen and (max-width: 1200px) {
  .header-btn.bg_btn--roomList {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-btn.bg_btn--roomList {
    height: 94px;
    padding-inline: 8px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 639px) {
  .header-btn.bg_btn--roomList {
    height: 70px;
  }
}
.header-btn.bg_btn--roomList::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .header-btn.bg_btn--roomList::after {
    display: none;
  }
}

div.header-btn.bg_btn {
  background-color: #999;
  color: #777 !important;
}

.hamburger {
  position: relative;
  width: 94px;
  height: 94px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background: #f1e9dc;
  z-index: 50;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .hamburger {
    padding-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    padding-top: 12px;
  }
}
@media screen and (max-width: 639px) {
  .hamburger {
    width: 70px;
    height: 70px;
    padding-top: 10px;
    font-size: 1rem;
  }
}
.hamburger .menu-trigger {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .hamburger .menu-trigger {
    left: 28px;
    top: 42px;
    width: 37px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger .menu-trigger {
    left: 26.5px;
    top: 40px;
    width: 38px;
    height: 23px;
  }
}
@media screen and (max-width: 639px) {
  .hamburger .menu-trigger {
    left: 16.5px;
    top: 30px;
  }
}
.hamburger .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.4s;
}

.hamburger .menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}

.hamburger .menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
  top: 10px;
}

.hamburger .menu-trigger span:nth-of-type(3) {
  top: 20px;
  animation: menu-bar02 0.75s forwards;
}

.hamburger.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

.hamburger.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    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;
  transition: all 0.5s linear;
}
@media screen and (max-width: 768px) {
  .header-menu {
    padding-top: 140px;
  }
}
@media screen and (max-width: 639px) {
  .header-menu {
    display: none;
  }
}
.header-menu::-webkit-scrollbar {
  width: 0;
}
.header-menu.active {
  top: 0;
}
.header-menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .header-menu nav {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu nav {
    width: 47%;
  }
}
@media screen and (min-width: 1025px) {
  .header-menu nav > ul {
    width: 47%;
    max-width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu nav > ul {
    width: 100%;
    max-width: none;
  }
}
.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.has-child > p {
  padding-right: 35px;
  cursor: pointer;
}
.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.active {
  color: #000;
}
.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 nav > ul > li .active .f-en {
  color: #000;
}
.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 nav li {
  text-align: left;
}
.header-menu nav .f-en {
  font-size: 2.6rem;
  color: #615239;
}
.header-menu .container {
  max-width: 1500px;
}
.header-menu .header-menu-other {
  width: 38%;
}
.header-menu .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;
}
@media screen and (max-width: 1400px) {
  .header-menu .header-menu-other ul li a {
    font-size: 1.8rem;
  }
}
.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 .header-menu-other ul li p {
  color: #ccc;
}
.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 {
  color: #fff;
  background-color: #000;
}
.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.active {
  color: #fff;
}
.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.black nav > ul > li > p {
  border-bottom: 1px solid #ccc1af;
  color: #fff;
}
.header-menu.black nav > ul > li > p .f-en {
  color: #fff;
}
.header-menu.black nav a,
.header-menu.black nav p {
  color: #fff;
}
.header-menu.black nav a .f-en,
.header-menu.black nav p .f-en {
  color: #fff;
}
.header-menu.black .header-menu-other ul li a {
  color: #fff;
}
.header-menu.black .header-menu-other ul li a::before {
  background-color: #fff;
}
.header-menu.black .header-menu-other ul li p {
  color: #333;
}
.header-menu.black .header-menu-other ul li p::before {
  background-color: #333;
}

.header-menu-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 25px;
}
@media screen and (min-width: 1025px) {
  .header-menu-right {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu-right {
    width: 48%;
    max-width: 370px;
  }
}

.header-menu-btn {
  width: 57%;
  max-width: 370px;
}
@media screen and (max-width: 1024px) {
  .header-menu-btn {
    width: 100%;
    margin-bottom: 40px;
  }
}
.header-menu-btn li {
  position: relative;
  display: flex;
  align-items: 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;
}
@media screen and (max-width: 1400px) {
  .header-menu-btn li {
    width: 13%;
    font-size: 1.3vw;
    padding: 5px;
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu-btn li {
    padding: 5px;
    font-size: 2rem;
  }
}
.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-btn li p,
.header-menu-btn li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .header-menu-btn li p,
  .header-menu-btn li a {
    padding: 10px;
  }
}
.header-menu-btn a {
  width: 11%;
}
@media screen and (max-width: 768px) {
  .header-menu-btn a {
    width: 11%;
  }
}
.header-menu-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1401px) {
  .header-menu-btn a::before {
    width: 32px;
    left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .header-menu-btn a::before {
    width: 13%;
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu-btn a::before {
    width: 32px;
    left: 7%;
  }
}

.header-sns {
  display: flex;
  align-items: center;
  padding: 5px 0 0 5px;
}
.header-sns a {
  display: block;
  margin-left: 20px;
  line-height: 0;
}

@media screen and (min-width: 640px) {
  .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .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;
    transition: all 0.5s linear;
  }
}
.sp-menu.active {
  top: 0;
}
.sp-menu nav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #b99a31;
  height: calc((14.8437vw + 1px) * 4);
}
.sp-menu nav ul li {
  width: 50%;
  height: 14.8437vw;
  border-bottom: 1px solid #b99a31;
  display: flex;
  align-items: 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(1), .sp-menu nav ul li:nth-of-type(2), .sp-menu nav ul li:nth-of-type(3), .sp-menu nav ul li:nth-of-type(4), .sp-menu nav ul li:nth-of-type(5) {
  border-right: 1px solid #b99a31;
}
.sp-menu nav ul li a {
  color: #000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1024 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  body.nav-open {
    overflow: hidden;
  }
  .header-menu-btn,
  .header-menu-other {
    width: 100%;
  }
  .header-menu-other ul li a {
    font-size: 2rem;
  }
  .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-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) {
  .menu-trigger {
    left: 16.5px;
    top: 30px;
  }
  .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;
    transition: all 0.5s linear;
  }
  .sp-menu.active {
    top: 0;
  }
  .sp-menu nav ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #b99a31;
    height: calc((14.8437vw + 1px) * 4);
  }
  .sp-menu nav ul li {
    width: 50%;
    height: 14.8437vw;
    border-bottom: 1px solid #b99a31;
    display: flex;
    align-items: 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(1),
  .sp-menu nav ul li:nth-of-type(2),
  .sp-menu nav ul li:nth-of-type(3),
  .sp-menu nav ul li:nth-of-type(4),
  .sp-menu nav ul li:nth-of-type(5) {
    border-right: 1px solid #b99a31;
  }
  .sp-menu nav ul li a {
    color: #000;
  }
  /*
  .sp-menu nav ul li:last-child {
          border-bottom: none;
      }
  */
  .sp-menu-sns {
    padding: 10vw 0;
  }
  .sp-menu-sns a {
    display: block;
    margin: 0 20px;
    line-height: 0;
  }
  #information-sec,
  #contents-sec {
    margin-top: 100px !important;
  }
}
/****************************************************************************************************************************************************************************************
***************** breadcrumbs *************
*****************************************************************************************************************************************************************************************/
.breadcrumbs-2025 .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .breadcrumbs-2025 .breadcrumbs__list {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs-2025 .breadcrumbs__list {
    padding: 16px;
  }
}

.breadcrumbs-2025 .breadcrumbs__list li {
  padding-inline: 10px;
}

.breadcrumbs-2025 .breadcrumbs__list li:not(:first-child) {
  border-left: 1px solid #fff;
}

.breadcrumb {
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .breadcrumb {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    padding: 16px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #999;
}
.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: "　＞　";
  display: inline-block;
}
.breadcrumb ul li a {
  color: #fff;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #999;
}

.breadcrumb ul li a {
  color: #fff;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: "　＞　";
  display: inline-block;
}

/****************************************************************************************************************************************************************************************
***************** 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: flex;
  flex-wrap: wrap;
  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:nth-of-type(7),
.footer-menu ul li:last-of-type {
  border-right: 1px solid #767676;
}

.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: flex;
  flex-wrap: wrap;
  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: flex;
  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: flex;
  justify-content: 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 li {
  font-size: inherit;
}

.footer-wrapper__logo {
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
}

.footer-wrapper__logo img {
  width: 137px;
}

.footer-wrapper__logo_jv {
  display: flex;
  justify-content: flex-end;
}

.footer-wrapper__logo_jv li {
  width: 137px;
  margin: 10px;
}

.footer-wrapper nav ul {
  display: flex;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 150px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-bottom: 1px solid #fff;
}

.float-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 150px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  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-menu ul li:nth-of-type(7),
  .footer-menu ul li:last-of-type {
    border-right: none;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 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 {
    justify-content: flex-start;
    flex-direction: column;
    height: 64vw;
  }
  .footer-menu ul li {
    width: 50%;
    height: 16vw;
    /*padding: 20px 10px;*/
    border-bottom: 1px solid #f1e9dc;
    border-left: none;
    display: flex;
    align-items: 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-of-type(4),
  .footer-menu ul li:nth-of-type(8) {
    border-bottom: none;
  }
  .footer-menu ul li:nth-of-type(1),
  .footer-menu ul li:nth-of-type(2),
  .footer-menu ul li:nth-of-type(3),
  .footer-menu ul li:nth-of-type(4) {
    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: flex;
    justify-content: center;
    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: flex;
    width: 100%;
    z-index: 999;
  }
  .fixed-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 20vw;
    text-align: center;
    font-size: 3.2vw;
    border: 1px solid #868076;
  }
  .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 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 20vw;
    text-align: center;
    font-size: 3.2vw;
    border: 1px solid #868076;
  }
  .fixed-btn .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 20vw;
    text-align: center;
    font-size: 3.2vw;
    border: 1px solid #868076;
  }
  .fixed-btn a {
    background-color: #fff;
    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: flex;
    justify-content: space-between;
    background: #fff;
    width: 100%;
  }
  #spfraijo span,
  #spfraijo a {
    display: block;
    width: calc(50% - 1px);
    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: flex;
}

.slick-prev,
.slick-next {
  width: 19px;
  height: 37px;
  background: url(../images/common/arw_slide.png) no-repeat center/contain !important;
}

.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}

.slick-prev::before {
  display: none;
}

.slick-next::before {
  display: none;
}

/************** caption **************/
.caption01 {
  max-width: 1310px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8rem;
  margin: 70px auto 65px;
  padding-inline: 2.5%;
  box-sizing: content-box;
}

.container.ma_to20.ma_bo20 {
  font-feature-settings: normal;
}

/************** entry **************/
.entry {
  text-align: center;
  padding: 4vw 0 4vw;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #534d44;
}

.entry h2 {
  text-align: center;
  font-size: 3rem;
}

.entry-btn {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  align-items: 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: flex;
  align-items: 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,
.entry-btn--3 p.entry-btn-p {
  width: 31%;
}

.entry-btn--2 a,
.entry-btn--4 a,
.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 p.step_p {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.entry-tel__num span {
  font-size: 4.8rem;
}

.entry-tel__num img {
  margin-right: 15px;
  vertical-align: 3px;
}

.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-tel p.step_p {
    font-size: 4vw;
  }
  .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;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/************** TOPへ戻るボタン **************/
@media (min-width: 769px) {
  #page_top {
    bottom: 160px;
    position: fixed;
    right: 10px;
    width: 60px;
    height: 60px;
    opacity: 0.9;
  }
}
@media (max-width: 768px) {
  #page_top {
    display: none !important;
  }
}
/************** 空室情報フロートバナー **************/
@media (min-width: 769px) {
  #roomInfo {
    bottom: 270px;
    position: fixed;
    right: 10px;
    width: 140px;
    height: auto;
    opacity: 0.9;
    transition: 0.3s;
  }
  #roomInfo:hover {
    opacity: 1;
    box-shadow: 0 0 20px #fff;
  }
  #roomInfo a:hover {
    opacity: 1;
  }
  #roomInfo:hover img {
    opacity: 1;
    transform: scale(1.01);
  }
  #btnClose {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 14px;
    height: auto;
  }
  #btnClose:hover {
    filter: brightness(1.75);
    cursor: default;
  }
  .btnErase {
    display: none !important;
  }
  .btnShadow {
    box-shadow: 0 0 20px #fff;
  }
}
@media (max-width: 768px) {
  #roomInfo {
    display: none !important;
  }
  #roomInfoSP {
    position: fixed;
    left: 0;
    bottom: 78px;
    width: 100%;
    z-index: 999;
    opacity: 0.9;
  }
}


/*# sourceMappingURL=common.css.map */
