body {
  font-family: "Shippori Mincho", serif;
  margin: 0;
  padding: 0;
  font-size: 1.2vw;
  position: relative;
  background: #f7f4ed;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 4vw;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Shippori Mincho", serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #393332;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #393332;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  transform: translateY(-10px) scale(0.99, 0.99);
  transition: 1s;
}

.move {
  opacity: 1;
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  transform: translateY(-50px);
  transition: 1s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}

.move-b {
  opacity: 1;
  transform: translateY(0);
}

.delay1 {
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    transition-delay: 0;
  }
}

.delay2 {
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    transition-delay: 0;
  }
}

.delay3 {
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    transition-delay: 0;
  }
}

.delay4 {
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    transition-delay: 0;
  }
}

.delay5 {
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10000;
  font-size: 1.6vw;
  border-bottom: 1px solid #393332;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .hnavi_btn {
    font-size: 4vw;
    top: 10px;
    right: 16px;
  }
}
.hnavi_btn.onfv {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.hnavi_btn::after {
  content: "Menu";
}

.hnavi_btn.active {
  color: #393332;
  border-bottom: 1px solid #393332;
}
.hnavi_btn.active::after {
  content: "Close";
}

.wrap_gnavi {
  background: #f7f4ed;
  width: 40%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: -40%;
  z-index: 1000;
  padding: 32px 0;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.wrap_gnavi.open {
  opacity: 1;
  right: 0;
  pointer-events: all;
}
@media screen and (max-width: 900px) {
  .wrap_gnavi {
    height: calc(100dvh - 50px);
  }
}
@media screen and (max-width: 640px) {
  .wrap_gnavi {
    width: 100%;
  }
}
.wrap_gnavi .logo {
  width: 10vw;
  font-size: 0;
  margin: 0 auto 100px;
}
@media screen and (max-width: 900px) {
  .wrap_gnavi .logo {
    width: 28vw;
    text-align: center;
    margin-bottom: 10vw;
  }
}
.wrap_gnavi .logo img {
  width: 100%;
}
.wrap_gnavi .gnavi {
  text-align: center;
}
.wrap_gnavi .gnavi li {
  font-size: 1.5vw;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .wrap_gnavi .gnavi li {
    font-size: 4.2vw;
  }
}
.wrap_gnavi .gnavi li.ig {
  margin: 32px auto 0;
  font-size: 0;
  width: 28px;
}
.wrap_gnavi .gnavi li.ig img {
  width: 28px;
}
.wrap_gnavi .gnavi li a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.wrap_gnavi .gnavi li a.external {
  position: relative;
}
.wrap_gnavi .gnavi li a.external::after {
  content: "";
  display: block;
  background: url("../img/common/external_icon.svg") no-repeat;
  background-size: 100%;
  width: 1vw;
  height: 1vw;
  position: absolute;
  right: -10px;
  bottom: 50%;
  transform: translateX(100%) translateY(60%);
}
@media screen and (max-width: 900px) {
  .wrap_gnavi .gnavi li a.external::after {
    width: 3.2vw;
    height: 3.2vw;
    right: -4px;
    transform: translateX(100%) translateY(70%);
  }
}

.header {
  padding: 32px 0;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 7vw 0;
  }
}
.header .hlogo {
  width: 10vw;
  font-size: 0;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .header .hlogo {
    width: 28vw;
    text-align: center;
  }
}
.header .hlogo img {
  width: 100%;
}

.top_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}
.top_header .hlogo {
  width: 10vw;
  font-size: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top_header .hlogo {
    width: 28vw;
    text-align: center;
  }
}
.top_header .hlogo img {
  width: 100%;
}
.top_header .fv_navi {
  text-align: center;
}
.top_header .fv_navi li {
  font-size: 1.3vw;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .top_header .fv_navi li {
    font-size: 4vw;
  }
}
.top_header .fv_navi li a {
  display: block;
  color: #FFF;
}
.top_header .fv_navi li a.external {
  position: relative;
}
.top_header .fv_navi li a.external::after {
  content: "";
  display: block;
  background: url("../img/common/external_icon_w.svg") no-repeat;
  background-size: 100%;
  width: 0.9vw;
  height: 0.9vw;
  position: absolute;
  right: -5px;
  bottom: 50%;
  transform: translateX(100%) translateY(60%);
}
@media screen and (max-width: 900px) {
  .top_header .fv_navi li a.external::after {
    width: 2.7vw;
    height: 2.7vw;
  }
}

.sp_fimg {
  display: none;
  width: 100%;
  margin-bottom: 14vw;
}
@media screen and (max-width: 900px) {
  .sp_fimg {
    display: block;
  }
}
.sp_fimg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sp_fimg img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer {
    display: block;
    padding-bottom: 88px;
  }
}
.footer .fcnt {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 1.8vw;
}
@media screen and (max-width: 900px) {
  .footer .fcnt {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.footer .fcnt .faccess {
  padding: 0 20%;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .footer .fcnt .faccess {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .footer .fcnt .faccess.spn {
    display: none;
  }
}
.footer .fcnt .faccess .ttl {
  writing-mode: vertical-rl;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 48px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .footer .fcnt .faccess .ttl {
    margin-bottom: 4vw;
  }
}
.footer .fcnt .faccess .ttl.op0 {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .footer .fcnt .faccess .ttl.op0 {
    display: none;
  }
}
.footer .fcnt .faccess .fname {
  font-family: "Marcellus", serif;
  width: 14vw;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .footer .fcnt .faccess .fname {
    width: 44vw;
  }
}
.footer .fcnt .faccess .fadrs {
  font-weight: 500;
  margin-bottom: 16px;
}
.footer .fcnt .faccess .fadrs a {
  text-decoration: none !important;
}
.footer .fcnt .faccess .fadrs_en {
  margin-bottom: 24px;
}
.footer .fcnt .faccess .ftel {
  margin-bottom: 8px;
}
.footer .fcnt .faccess .femail {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .footer .fcnt .faccess .flink {
    text-align: right;
  }
}
.footer .fcnt .faccess .flink a {
  text-decoration: underline;
}
.footer .fimg {
  width: 50%;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .footer .fimg {
    display: none;
  }
}
.footer .fimg img {
  width: 100%;
}
.footer .ffooter {
  margin-top: auto;
  padding: 5%;
}
@media screen and (max-width: 900px) {
  .footer .ffooter {
    padding: 0;
  }
}
.footer .ffooter .fig {
  margin-bottom: 16px;
  font-size: 0;
  width: 24px;
}
.footer .ffooter .fig img {
  width: 100%;
}
.footer .ffooter .fnavi {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer .ffooter .fnavi li {
  display: flex;
  align-items: center;
  font-size: 1vw;
}
@media screen and (max-width: 900px) {
  .footer .ffooter .fnavi li {
    font-size: 3vw;
    margin-bottom: 0.2vw;
  }
}
.footer .ffooter .fnavi li::after {
  content: "|";
  margin: 0 0.5em;
}
@media screen and (max-width: 900px) {
  .footer .ffooter .fnavi li::after {
    margin: 0 0.3em;
  }
}
.footer .ffooter .fnavi li:last-of-type::after {
  display: none;
}
.footer .ffooter .copyright {
  font-size: 0.9vw;
}
@media screen and (max-width: 900px) {
  .footer .ffooter .copyright {
    font-size: 3vw;
  }
}

.side_reserve {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .side_reserve {
    width: 100%;
  }
}
.side_reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #393332;
  color: #FFF;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  padding: 40px 16px;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .side_reserve a {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
  }
}
.side_reserve a:hover {
  background: #5e4932;
}

.page_fv {
  width: 100%;
  margin-bottom: 10vw;
}
.page_fv img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .page_fv img {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_fv {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .top_fv {
    height: 100dvh;
    margin-bottom: 48px;
  }
}
.top_fv ul {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_fv ul {
    height: 100%;
  }
}
.top_fv ul li {
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .top_fv ul li {
    height: 100%;
  }
}
.top_fv ul li img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_fv ul li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.concept {
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .concept {
    margin-bottom: 18vw;
  }
}
.concept .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .concept .wrap {
    display: block;
    margin-bottom: 20vw;
  }
}
.concept .wrap .concept_img {
  font-size: 0;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .concept .wrap .concept_img {
    width: 90%;
    margin-left: auto;
    margin-bottom: 18vw;
  }
}
.concept .wrap .concept_img img {
  width: 100%;
}
.concept .wrap .cnt {
  width: 50%;
  padding: 0 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .concept .wrap .cnt {
    width: 100%;
    padding: 0 24px;
  }
}
.concept .wrap .cnt .copy {
  writing-mode: vertical-rl;
  line-height: 1.6;
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .concept .wrap .cnt .copy {
    font-size: 5vw;
    margin-bottom: 12vw;
  }
}
.concept .wrap .cnt .copy span {
  display: block;
  padding-top: 2.8em;
}
.concept .wrap .cnt .txt {
  display: flex;
  flex-direction: row-reverse;
  height: 18.7vw;
}
@media screen and (max-width: 900px) {
  .concept .wrap .cnt .txt {
    height: 84vw;
  }
}
.concept .wrap .cnt .txt p {
  writing-mode: vertical-rl;
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .concept .wrap .cnt .txt p {
    margin-left: 4vw;
  }
}
.concept .wrap .cnt .txt p:last-of-type {
  margin-left: 0;
}
.concept .concept_en {
  margin: 0 20%;
}
@media screen and (max-width: 900px) {
  .concept .concept_en {
    margin: 0 12%;
  }
}
.concept .concept_en .ttl {
  font-size: 1.4vw;
  font-family: "Marcellus", serif;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .concept .concept_en .ttl {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
}
.concept .concept_en .txt {
  width: 38vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .concept .concept_en .txt {
    width: 100%;
    margin: 0;
  }
}
.concept .concept_en .txt p {
  font-family: "Marcellus", serif;
}

.top_rooms {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .top_rooms {
    margin-bottom: 18vw;
  }
}
.top_rooms .top_rooms_gallery {
  margin-bottom: 140px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top_rooms .top_rooms_gallery {
    margin-bottom: 14vw;
  }
}
.top_rooms .top_rooms_gallery ul {
  width: 100%;
}
.top_rooms .top_rooms_gallery ul li {
  width: 100%;
}
.top_rooms .top_rooms_gallery ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_rooms .top_rooms_gallery ul li img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_rooms .top_rooms_gallery .swiper-pagination {
  position: static;
  margin-top: 1vw;
  display: flex;
  justify-content: flex-start;
  padding: 0 2%;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .top_rooms .top_rooms_gallery .swiper-pagination {
    margin-top: 2vw;
    padding: 0 8px;
  }
}
.top_rooms .top_rooms_gallery .swiper-pagination .swiper-pagination-bullet {
  background: #c9caca;
  opacity: 1 !important;
}
@media screen and (max-width: 900px) {
  .top_rooms .top_rooms_gallery .swiper-pagination .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1vw;
  }
}
.top_rooms .top_rooms_gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #747374;
}
.top_rooms .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 10%;
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap {
    display: block;
    padding: 0 24px;
    margin-bottom: 10vw;
  }
}
.top_rooms .wrap .cnt {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.top_rooms .wrap .cnt .sec_ttl {
  writing-mode: vertical-rl;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  font-size: 1.5vw;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt .sec_ttl {
    font-size: 5vw;
    margin-bottom: 14vw;
  }
}
.top_rooms .wrap .cnt .txt {
  display: flex;
  flex-direction: row-reverse;
  height: 16vw;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt .txt {
    height: 72vw;
  }
}
.top_rooms .wrap .cnt .txt p {
  writing-mode: vertical-rl;
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt .txt p {
    margin-left: 4.8vw;
  }
}
.top_rooms .wrap .cnt .txt p:last-of-type {
  margin-left: 0;
}
.top_rooms .wrap .cnt_en {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt_en {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
  }
}
.top_rooms .wrap .cnt_en .ttl {
  font-family: "Marcellus", serif;
  font-size: 1.4vw;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt_en .ttl {
    font-size: 5vw;
  }
}
.top_rooms .wrap .cnt_en .txt p {
  font-size: 1vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top_rooms .wrap .cnt_en .txt p {
    font-size: 3.6vw;
  }
}
.top_rooms .link {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_rooms .link {
    text-align: right;
    padding: 0 10%;
  }
}
.top_rooms .link a {
  text-decoration: underline;
}

/*/ rooms //////////////////////////////////////////*/
.rooms_head {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 10%;
  margin-bottom: 10vw;
}
@media screen and (max-width: 900px) {
  .rooms_head {
    display: block;
    padding: 0 24px;
    margin-bottom: 16vw;
  }
}
.rooms_head .cnt {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt {
    width: 100%;
    margin-bottom: 20vw;
  }
}
.rooms_head .cnt .sec_ttl {
  writing-mode: vertical-rl;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  font-size: 1.5vw;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt .sec_ttl {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
}
.rooms_head .cnt .txt {
  display: flex;
  flex-direction: row-reverse;
  height: 16vw;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt .txt {
    height: 58vw;
  }
}
.rooms_head .cnt .txt p {
  writing-mode: vertical-rl;
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt .txt p {
    margin-left: 4vw;
  }
}
.rooms_head .cnt .txt p:last-of-type {
  margin-left: 0;
}
.rooms_head .cnt_en {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt_en {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
  }
}
.rooms_head .cnt_en .ttl {
  font-family: "Marcellus", serif;
  font-size: 1.4vw;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt_en .ttl {
    font-size: 5vw;
  }
}
.rooms_head .cnt_en .txt p {
  font-size: 1vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .rooms_head .cnt_en .txt p {
    font-size: 3.6vw;
  }
}

.room_sec {
  width: 72%;
  margin: 0 auto 10vw;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .room_sec {
    width: 100%;
    margin-bottom: 18vw;
  }
}
.room_sec .room_sec_ttl {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  margin-right: 2.4vw;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_ttl {
    display: none;
  }
}
.room_sec .room_sec_ttl span {
  display: block;
  font-size: 1.4vw;
  margin-left: 1.2vw;
}
.room_sec .room_sec_ttl b {
  display: block;
  height: -moz-max-content;
  height: max-content;
  font-weight: 500;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.1em;
  font-size: 1.6vw;
}
.room_sec .room_sec_ttl_sp {
  display: none;
  margin-bottom: 6vw;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_ttl_sp {
    display: block;
  }
}
.room_sec .room_sec_ttl_sp b {
  font-size: 5vw;
  border-bottom: 1px solid #393332;
  margin-right: 0.8em;
}
.room_sec .room_sec_ttl_sp span {
  font-family: "Marcellus", serif;
  font-size: 4vw;
}
.room_sec .room_sec_cnt {
  overflow: hidden;
}
.room_sec .room_sec_cnt .rooms_gallery {
  margin-bottom: 4.8vw;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .rooms_gallery {
    margin-bottom: 16vw;
  }
}
.room_sec .room_sec_cnt .rooms_gallery .swiper-pagination {
  position: static;
  margin-top: 1vw;
  display: flex;
  justify-content: flex-end;
  padding: 0 2%;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .rooms_gallery .swiper-pagination {
    margin-top: 3vw;
    padding: 0 8px;
  }
}
.room_sec .room_sec_cnt .rooms_gallery .swiper-pagination .swiper-pagination-bullet {
  background: #c9caca;
  opacity: 1 !important;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .rooms_gallery .swiper-pagination .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1vw;
  }
}
.room_sec .room_sec_cnt .rooms_gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #747374;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .room_info {
    padding: 0 24px;
  }
}
.room_sec .room_sec_cnt .txt {
  margin-bottom: 2.4vw;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .txt {
    margin-bottom: 10vw;
  }
}
.room_sec .room_sec_cnt .txt_en {
  margin-bottom: 4vw;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .txt_en {
    margin-bottom: 8vw;
  }
}
.room_sec .room_sec_cnt .link {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .room_sec .room_sec_cnt .link {
    text-align: right;
  }
}
.room_sec .room_sec_cnt .link a {
  text-decoration: underline;
}

.about_stay {
  background: #dccfb5;
  padding: 6vw 0;
  margin-bottom: 4.8vw;
}
@media screen and (max-width: 900px) {
  .about_stay {
    padding: 12vw 24px;
    margin-bottom: 0;
  }
}
.about_stay .wrap {
  width: 72%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap {
    display: block;
    width: 100%;
  }
}
.about_stay .wrap .about_stay_ttl {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  margin-right: 2.4vw;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .about_stay_ttl {
    display: flex;
    justify-content: flex-start;
    writing-mode: horizontal-tb;
    margin: 0 0 10vw;
    align-items: baseline;
  }
}
.about_stay .wrap .about_stay_ttl span {
  display: block;
  font-size: 1.4vw;
  margin-left: 1.2vw;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .about_stay_ttl span {
    order: 2;
    font-size: 4vw;
  }
}
.about_stay .wrap .about_stay_ttl b {
  display: block;
  height: -moz-max-content;
  height: max-content;
  font-weight: 500;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.1em;
  font-size: 1.6vw;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .about_stay_ttl b {
    order: 1;
    font-size: 5vw;
    border: none;
    border-bottom: 1px solid #393332;
    margin: 0;
    margin-right: 0.8em;
  }
}
.about_stay .wrap .cnt {
  width: 72%;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt {
    width: 100%;
  }
}
.about_stay .wrap .cnt .about_stay_list {
  margin-bottom: 4.8vw;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt .about_stay_list {
    margin-bottom: 12vw;
  }
}
.about_stay .wrap .cnt .about_stay_list li {
  margin-bottom: 3vw;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt .about_stay_list li {
    margin-bottom: 7vw;
  }
}
.about_stay .wrap .cnt .about_stay_list li:last-child {
  margin-bottom: 0;
}
.about_stay .wrap .cnt .about_stay_list li .ttl {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 1.3vw;
  border-bottom: 1px solid #393332;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt .about_stay_list li .ttl {
    font-size: 4.2vw;
  }
}
.about_stay .wrap .cnt .about_stay_list li .txt p {
  margin-bottom: 1.2em;
}
.about_stay .wrap .cnt .about_stay_list li .txt p:last-child {
  margin-bottom: 0;
}
.about_stay .wrap .cnt .about_stay_list_en li {
  margin-bottom: 2.4vw;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt .about_stay_list_en li {
    margin-bottom: 6.4vw;
  }
}
.about_stay .wrap .cnt .about_stay_list_en li .ttl {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 1.2vw;
  border-bottom: 1px solid #393332;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt .about_stay_list_en li .ttl {
    font-size: 4vw;
  }
}
.about_stay .wrap .cnt .about_stay_list_en li .txt p {
  font-size: 1vw;
}
@media screen and (max-width: 900px) {
  .about_stay .wrap .cnt .about_stay_list_en li .txt p {
    font-size: 3.6vw;
  }
}

/*/ access //////////////////////////////////////////*/
.access_head {
  margin: -3vw 10% 10vw;
}
@media screen and (max-width: 900px) {
  .access_head {
    margin: 0 24px 18vw;
  }
}
.access_head .sec_ttl {
  writing-mode: vertical-rl;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.1em;
  font-size: 1.5vw;
}
@media screen and (max-width: 900px) {
  .access_head .sec_ttl {
    font-size: 5vw;
  }
}
.access_head .cnt .name {
  width: 20vw;
  margin-bottom: 2vw;
  letter-spacing: 0;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .access_head .cnt .name {
    width: 40vw;
    margin-bottom: 4vw;
  }
}
.access_head .cnt .adrs {
  font-size: 1.4vw;
  margin-bottom: 0.3vw;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .access_head .cnt .adrs {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }
}
.access_head .cnt .adrs a {
  text-decoration: none !important;
}
.access_head .cnt .adrs_en {
  font-size: 1.3vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 900px) {
  .access_head .cnt .adrs_en {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.access_head .cnt .link {
  font-size: 1.4vw;
}
@media screen and (max-width: 900px) {
  .access_head .cnt .link {
    font-size: 3.8vw;
  }
}
.access_head .cnt .link a {
  text-decoration: underline;
}

.way_sec {
  margin-bottom: 8vw;
}
@media screen and (max-width: 900px) {
  .way_sec {
    margin-bottom: 16vw;
  }
}
.way_sec .wrap {
  width: 72%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    display: block;
  }
}
.way_sec .wrap .way_sec_ttl {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  margin-right: 2.4vw;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .way_sec_ttl {
    display: flex;
    justify-content: flex-start;
    writing-mode: horizontal-tb;
    margin: 0 0 7vw;
    align-items: center;
  }
}
.way_sec .wrap .way_sec_ttl span {
  display: block;
  font-size: 1.4vw;
  margin-left: 1.2vw;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .way_sec_ttl span {
    order: 2;
    font-size: 4vw;
  }
}
.way_sec .wrap .way_sec_ttl b {
  display: block;
  height: -moz-max-content;
  height: max-content;
  font-weight: 500;
  border-right: 1px solid #393332;
  margin-left: auto;
  letter-spacing: 0.1em;
  font-size: 1.6vw;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .way_sec_ttl b {
    order: 1;
    font-size: 4vw;
    border: none;
    border-bottom: 1px solid #393332;
    margin: 0;
    margin-right: 0.8em;
  }
}
.way_sec .wrap .cnt {
  width: 72%;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt {
    width: 100%;
  }
}
.way_sec .wrap .cnt .way_list {
  margin-bottom: 4.8vw;
}
.way_sec .wrap .cnt .way_list li {
  margin-bottom: 4vw;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt .way_list li {
    margin-bottom: 3em;
  }
}
.way_sec .wrap .cnt .way_list li:has(.num) {
  position: relative;
  padding-left: 1.5em;
}
.way_sec .wrap .cnt .way_list li:last-child {
  margin-bottom: 0;
}
.way_sec .wrap .cnt .way_list li .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2vw;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt .way_list li .num {
    font-size: 4vw;
  }
}
.way_sec .wrap .cnt .way_list li .ttl {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt .way_list li .ttl {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
.way_sec .wrap .cnt .way_list li .txt {
  margin-bottom: 1.6em;
}
.way_sec .wrap .cnt .way_list li .txt p {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt .way_list li .txt p {
    margin-bottom: 2vw;
  }
}
.way_sec .wrap .cnt .way_list li .txt p:last-child {
  margin-bottom: 0;
}
.way_sec .wrap .cnt .way_list li .ttl_en {
  font-size: 1.2vw;
  margin-bottom: 1vw;
  margin-top: 2em;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt .way_list li .ttl_en {
    font-size: 3.8vw;
    margin-bottom: 3vw;
    margin-top: 8vw;
  }
}
.way_sec .wrap .cnt .way_list li .txt_en p {
  font-size: 1vw;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 900px) {
  .way_sec .wrap .cnt .way_list li .txt_en p {
    font-size: 3.2vw;
  }
}
.way_sec .wrap .cnt .way_list li .txt_en p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */