@charset "UTF-8";

/* 変数 */

/* mediaquery */

/* font */

/* mixin */

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a,
span {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: "classico-urw", "dnp-shuei-mincho-pr6", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 190%;
}

p + p {
  margin-top: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid  #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid  #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.btn-theme {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 295px;
  padding: 20px 20px;
  border-radius: 5px;
  border: none;
  background: #c8a974;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}

.btn-flat {
  display: inline-block;
  padding: 5px 10px;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #a2824b;
  color: #a2824b;
  text-align: center;
}

.btn-flat-ja {
  display: block;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col-contents {
  width: 100%;
}

.is-oneline .col-contents {
  margin-bottom: 0;
}

.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}

.is-2 .col-contents {
  max-width: 48%;
}

.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}

.is-2 .col-contents:nth-child(n + 3) {
  margin-top: 30px;
}

.is-3 .col-contents {
  max-width: 32%;
}

.is-3 .col-contents:not(:nth-child(3n + 1)) {
  margin-left: calc(2% - 1px);
}

.is-3 .col-contents:nth-child(n + 4) {
  margin-top: 30px;
}

.is-4 .col-contents {
  max-width: 23%;
}

.is-4 .col-contents:not(:nth-child(4n + 1)) {
  margin-left: calc(2.6% - 1px);
}

.is-4 .col-contents:nth-child(n + 5) {
  margin-top: 30px;
}

.col-contents-title {
  margin-bottom: 5px;
}

.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}

.flImgContents-img.is-s {
  max-width: 200px;
}

.flImgContents-img.is-ss {
  max-width: 100px;
}

.flImgContents-img.is-l {
  max-width: 47%;
}

.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.cl-theme {
  color: #a2824b;
}

.cl-theme-2 {
  color: #c8a974;
}

/* リスト */

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list-normal > li::before {
  content: '●';
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #a2824b;
}

.list-number {
  padding: 0 0 0 25px;
}

.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl-normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl-normal dd {
  margin-bottom: 30px;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}

.size-60 {
  width: 60%;
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

/*　セクション　*/

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-01:first-child {
  margin-top: 0;
}

.section-02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section-02:first-child {
  margin-top: 0;
}

.section-03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-03:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.table-01 {
  border-collapse: collapse;
  border-top: 1px solid #c8a974;
  border-bottom: 1px solid #c8a974;
}

.table-01 tr {
  border-bottom: 1px solid #c8a974;
}

.table-01 th,
.table-01 td {
  padding: 13px;
}

.table-01 a {
  color: #019ab3;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-l {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 2.2rem;
}

.title-l::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 184px;
  height: 1px;
  background: #a2824b;
}

.title-m {
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.footer {
  margin-top: 100px;
  padding-bottom: 70px;
  background: url(../img/common/bg-footer.jpg) center center/cover no-repeat;
}

.footerContents {
  padding: 70px 0 80px;
  color: #fff;
}

.footerContents-name {
  margin-bottom: 40px;
  text-align: center;
}

.footerContents-name-sub {
  margin-bottom: 10px;
  display: block;
}

.footerContents-name-main {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.footerContents-name-ja {
  letter-spacing: .1rem;
}

.footerContents-address {
  text-align: center;
  font-size: 1.3rem;
}

.footerCopy {
  display: block;
  text-align: center;
  color: #FFF;
}

.dwMenu-input {
  display: none;
}

.dwMenu-hamburger {
  position: fixed;
  top: 0px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  z-index: 3;
}

.dwMenu-hamburger:hover {
  cursor: pointer;
}

.dwMenu-hamburger-text-main {
  text-transform: uppercase;
  font-size: .8em;
  position: absolute;
  top: -3px;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .25s .35s, color .45s .35s;
}

.dwMenu-hamburger-text-main.is-close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}

.dwMenu-active .dwMenu-hamburger-text-main.is-close {
  color: #000;
  width: 100%;
}

.dwMenu-hamburger-text-main.is-open {
  color: #000;
  width: 100%;
}

.dwMenu-active .dwMenu-hamburger-text-main.is-open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

.dwMenu-hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #000;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}

.dwMenu-hamburger > i:before,
.dwMenu-hamburger > i:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #000;
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}

.dwMenu-hamburger > i:before {
  transform: translate(-50%, -14px);
}

.dwMenu-hamburger > i:after {
  transform: translate(-50%, 14px);
}

.dwMenu-active .dwMenu-hamburger > i {
  background-color: transparent;
  transform: rotate(90deg);
}

.dwMenu-active .dwMenu-hamburger > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}

.dwMenu-active .dwMenu-hamburger > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 3;
  transition: background-color .3s;
  will-change: background-color;
}

.is-headerNarrow .header {
  background: rgba(255, 255, 255, 0.8);
}

body:not(#top).is-headerNarrow .header {
  height: 70px;
}

.headerTitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 30px 0 0;
  transition: all .3s;
  transform-origin: left top;
  will-change: padding;
}

.is-headerNarrow .headerTitle {
  transform: scale(0.7);
}

.headerTitle-sub {
  display: block;
  font-size: 1.5rem;
  transition: all .3s;
}

#top .headerTitle-sub {
  margin-bottom: 10px;
}

.headerTitle-main {
  display: block;
  margin-bottom: 15px;
  font-size: 2.5rem;
  transition: all .3s;
  transform-origin: left top;
}

#top .headerTitle-main {
  font-size: 3.1rem;
}

.headerTitle-ja {
  display: none;
  font-size: 2.1rem;
  transition: all .3s;
}

#top .headerTitle-ja {
  display: block;
}

.gNavi {
  position: fixed;
  top: 50px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gNavi-ul {
  display: flex;
}

.gNavi-ul-li {
  text-align: center;
  font-family: "classico-urw", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  color: #fff;
  font-size: 1.5rem;
}

.gNavi-ul-li a {
  display: block;
  padding: 23px 35px 7px;
  color: #fff;
  line-height: 1;
}

.gNavi-ul-li a::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: -1px auto 0;
  background: url(../img/common/arrow-b.svg) center center/contain no-repeat;
}

.gNavi-ul-li-sub {
  display: flex;
  flex-wrap: wrap;
}

.gNavi-ul-li-sub li {
  width: 25%;
  font-size: 1.4rem;
  text-align: center;
}

.wpArticle {
  word-break: break-all;
}

.wpArticle p a {
  text-decoration: underline;
}

.wpArticle em {
  font-style: italic;
  color: initial;
}

.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}

.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

.wpArticle ul li {
  list-style: unset;
}

.wpArticle blockquote p {
  font-size: 1.8rem;
}

.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1.6rem;
  font-weight: bold;
}

.wpArticle h2 {
  margin: 50px auto 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #a2824b;
}

.wpArticle h3 {
  margin: 50px auto 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
  color: #a2824b;
  font-size: 1.6rem;
  font-weight: bold;
}

.wpArticle h4 {
  margin: 50px auto 5px;
  font-size: 1.5rem;
  font-weight: bold;
}

.wpArticle img {
  height: auto;
}

.wpArticle table {
  border-collapse: collapse;
}

.wpArticle table a {
  text-decoration: underline;
}

.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.wpArticle table th {
  background: #eee;
}

.wpArticle .wp-block-button__link {
  font-size: 1.4rem;
}

.wpArticle .more-link {
  color: #019ab3;
}

.wpArticle .wp-caption {
  max-width: 100%;
}

.wpArticle .alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.wpArticle .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.wpArticle .aligncenter {
  display: block;
  margin: 0 auto;
}

.section404 {
  margin-top: 300px;
}

.roomMv-wrap {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
}

.roomMv {
  position: relative;
  overflow: hidden;
}

.roomMv-subImgShowArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 100%;
  text-align: center;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: all .3s;
}

.is-hov .roomMv-subImgShowArea {
  opacity: 1;
}

.roomMv-subImgShowArea-img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: 90%;
  padding-top: 5%;
  text-align: center;
}

.roomMv-subImgShowArea-img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  border: 1px solid #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}

.roomMv-img {
  position: relative;
}

.roomMv-img-imgwrap {
  height: 580px;
}

.roomMv-img-imgwrap.is-default {
  position: relative;
  -webkit-mask-image: linear-gradient(10deg, #000 0%, #000 33%, transparent 66%, transparent 100%);
  mask-image: linear-gradient(10deg, #000 0%, #000 33%, transparent 66%, transparent 100%);
  -webkit-mask-position: left 100%;
  mask-position: left 100%;
  -webkit-mask-size: auto 300%;
  mask-size: auto 300%;
  transition: -webkit-mask-position .3s 0s ease-in;
  transition: mask-position .3s 0s ease-in;
  transition: mask-position .3s 0s ease-in, -webkit-mask-position .3s 0s ease-in;
  z-index: 1;
}

.is-hov .roomMv-img-imgwrap.is-default {
  -webkit-mask-position: left 0;
  mask-position: left 0;
}

.roomMv-img-imgwrap.is-default img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.roomMv-img-imgwrap.is-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s 0s ease-in;
  transform: translate(-50%, -50%);
}

.is-hov .roomMv-img-imgwrap.is-sub {
  opacity: .5;
  filter: saturate(20%);
}

.roomMv-img-imgwrap.is-sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit:cover;object-position: center center;';
}

.roomInfo {
  position: absolute;
  right: -1px;
  top: 30px;
  max-width: 515px;
  padding: 20px 50px 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #999;
  z-index: 1;
  transform-origin: right top;
  transition: transform .2s .3s ease-out;
}

.roomInfo::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  pointer-events: none;
}

.roomInfo-number {
  font-size: 2.8rem;
  text-align: right;
  line-height: 1;
}

.roomInfo-name {
  margin-bottom: 30px;
  font-size: 4.8rem;
  border-bottom: 1px solid #999;
  line-height: 1.2;
}

.roomInfo-name.is-s {
  font-size: 3.8rem;
}

.roomInfo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.roomInfo-list-ul {
  padding-left: 20px;
  width: 49%;
}

.roomInfo-list-ul-li {
  list-style: disc;
  line-height: 170%;
}

.roomInfo-list-ul-li + .roomInfo-list-ul-li {
  margin-top: 6px;
}

.is-en .roomInfo-list-ul-li {
  font-size: 1.7rem;
}

.roomInfo-list-ul-li sup {
  font-size: 70%;
  line-height: 2.1;
}

.roomInfo-note {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}

.roomInfo-madori {
  margin-top: 35px;
}

.roomMvSub-wrap {
  margin-bottom: 100px;
  overflow: hidden;
}

.roomMvSub {
  margin: 30px auto 80px;
}

.roomMvSub-one {
  max-width: 165px;
  min-width: 165px;
  height: 165px;
  margin: 0 20px;
  border-radius: 50%;
  overflow: hidden;
  outline: none;
}

.roomMvSub-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.roomMvSub .slick-dots {
  bottom: auto;
  top: 100%;
}

.roomMvSub .slick-dots li button include sp {
  padding: 0;
}

.roomMvSub.slick-dotted.slick-slider {
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.availability {
  display: flex;
  width: 645px;
  padding: 10px 30px;
  border: 1px solid #a2824b;
  margin: 0 auto 80px;
}

.availability-title {
  display: inline-block;
  margin-right: 20px;
  color: #a2824b;
  line-height: 200%;
}

.availability-title-en {
  display: block;
  font-size: 2rem;
}

.availability-title-ja {
  font-size: 1.8rem;
}

.availability-main {
  flex-grow: 1;
  padding: 5px 0 0;
  font-size: 3.2rem;
  text-align: center;
}

.roomLead {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.roomLead-one {
  width: 45%;
}

.roomLead-one-title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 160%;
}

.roomLead-one-main p {
  line-height: 250%;
}

.dateNormal {
  font-weight: normal;
  font-size: 1.4rem;
}

.RolesCol-wrap {
  padding: 60px 0;
  background: #f5f5f5;
}

.RolesCol {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.RolesCol-section {
  flex-grow: .5;
}

.roomSpec {
  position: relative;
  background: url(../img/common/bg-roomdetail.jpg) left top/cover no-repeat;
}

.roomSpec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: .5;
}

.roomSpec-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 60px 0;
  position: relative;
  color: #fff;
}

.roomSpecList-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.roomSpecList {
  padding-left: 20px;
}

.roomSpecList li {
  list-style: disc;
  margin-bottom: 8px;
}

.is-ja .roomSpecList li {
  margin-bottom: 2px;
}

.roomSpecList li.is-margintop {
  margin-top: 30px;
}

.roomSpecDl-title {
  float: left;
  min-width: 168px;
  margin-right: 20px;
  display: block;
  padding: 3px 25px;
  border: 1px solid #fff;
  text-align: center;
}

.is-en .roomSpecDl-title {
  font-size: 1.6rem;
}

.roomSpecDl-text {
  width: 100%;
}

.roomRate {
  background: #f5f5f5;
}

.roomRate-inner {
  padding: 60px 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.roomRatePrace {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c8a974;
}

.roomRatePrace-col {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-around;
}

.roomRatePrace-col-one-title {
  font-size: 2.4rem;
}

.roomRatePrace-col-one-main {
  margin-left: 30px;
  font-size: 5.3rem;
}

.roomRatePrace-col-one-main .text-s {
  font-size: 3.7rem;
}

.roomRatePrace-msg {
  text-align: center;
}

.roomOtherPrace {
  display: flex;
  justify-content: space-between;
}

.roomOtherPrace-one {
  width: 45%;
}

.roomOtherPrace-one p {
  line-height: 220%;
}

.reservationLink {
  margin-top: 20px;
  font-size: 1.7rem;
  float: left;
}

.reservationLink::before {
  content: '▶︎';
  display: inline-block;
  margin-right: 10px;
  color: #c8a974;
  font-size: 1rem;
  vertical-align: middle;
}

.reservationAirbnb {
  width: 253px;
  margin-left: 50px;
  float: left;
}

.contactForm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  width: 100%;
  margin-bottom: 60px;
}

.contactForm tr {
  position: relative;
}

.contactForm input,
.contactForm textarea {
  border-radius: 30px;
}

.formBtn {
  text-align: center;
}

.privacyBox {
  position: relative;
  border: 1px solid #ccc;
  height: 240px;
  overflow: hidden;
}

.privacyBox-inner {
  width: 100%;
  height: calc(100% + 15px);
  padding: 20px 25px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.topMv {
  margin-bottom: 100px;
}

.topMv-img {
  position: relative;
}

.topMv-bottom {
  display: flex;
  flex-wrap: wrap;
  content-visibility: auto;
}

.topMv-bottom-one {
  width: 20%;
}

.topLeadSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
}

.topLeadSection + .topLeadSection {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #a2824b;
}

.topLeadSection + .topLeadSection.is-ja {
  padding-top: 50px;
}

.topLeadSection-title {
  margin-bottom: 35px;
  font-size: 2.6rem;
  color: #a2824b;
  line-height: 150%;
}

.is-ja .topLeadSection-text p {
  line-height: 190%;
}

.is-ja .topLeadSection-text p + p {
  margin-top: 3rem;
}

.topRoom {
  position: relative;
  overflow: hidden;
  content-visibility: auto;
}

.topRoom a {
  display: block;
}

.topRoom::before {
  content: '';
  position: absolute;
  top: 0;
  width: 500px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.topRoom:nth-child(odd)::before {
  background: url(../img/top/bg-roomtext-01.png) left top/cover no-repeat;
  right: 0;
}

.topRoom:nth-child(even)::before {
  background: url(../img/top/bg-roomtext-02.png) right top/cover no-repeat;
  left: 0;
}

.topRoom-img {
  position: absolute;
  top: 0;
  width: calc(100% - 250px);
  height: 100%;
  z-index: 0;
  transition: all .3;
  transition: all 1s;
}

.topRoom:nth-child(odd) .topRoom-img {
  left: 0;
}

.topRoom:nth-child(even) .topRoom-img {
  right: 0;
}

.topRoom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.topRoom-contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 50px 0 80px;
  z-index: 1;
}

.topRoom:nth-child(odd) .topRoom-contents {
  text-align: right;
}

.topRoom-contents-num {
  font-size: 2.9rem;
}

.topRoom-contents-title {
  margin-bottom: 40px;
  font-size: 4rem;
}

.topRoom-contents-textja {
  margin-bottom: 40px;
  font-size: 1.6rem;
}

.topRoom-contents-texten {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.gmap-main iframe {
  width: 100%;
  height: 390px;
}

.gmap-address {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.gmap-address-one {
  width: 50%;
}

.gmap-address-one-access {
  margin-top: 8px;
  padding-left: 15px;
}

.topFlow {
  padding: 60px 0;
  background: #f5f5f5;
}

.topFlow-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.topFlow-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #a2824b;
}

.topFlow-title-en {
  font-size: 2.5rem;
}

.topFlow-title-ja {
  margin-left: 40px;
  font-size: 2rem;
}

.topFlowContentSection {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #dbc8a8;
  background: #fff;
  display: flex;
}

.topFlowContentSection + .topFlowContentSection {
  margin-top: 40px;
}

.topFlowContentSection-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 30px;
  background: #c8a974;
  font-family: Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

.topFlowContentSection-main {
  flex: 1;
}

.topFlowContentSection-main p + p {
  margin-top: 4rem;
}

.topFlowContentSection-main-tel {
  margin: 30px 0;
  font-family: "arial", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
}

.topFlowContentSection-main-tel-title {
  font-size: 2.2rem;
}

.topFlowContentSection-main-tel-time {
  font-size: 2.2rem;
}

.topAir {
  padding-top: 60px;
}

.topAir-title {
  margin-bottom: 40px;
}

.topAir-title-logo {
  display: block;
  width: 171px;
  margin: 0 auto 30px;
}

.topAir-title-text {
  font-size: 1.6rem;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.topAir-imgs {
  display: flex;
  margin-bottom: 40px;
}

.topAir-imgs-img {
  width: 25%;
}

.topAir-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.topAir-lead-one {
  width: 45%;
}

.topAirArtSection-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
}

.topAirArtSection-img {
  margin: 0 auto 20px;
}

.topAirArtSection-content-title {
  margin-bottom: 10px;
}

.topAirArtSection-content-title-main {
  display: block;
}

.topAirArtSection-content-title-sub {
  font-size: 1.2rem;
}

.topAirArtSection-content-text {
  font-size: 1.3rem;
}

.topAirArtSection-content-text p {
  line-height: 150%;
}

.artMsg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 40px;
  background: #faf8f8;
  border: 1px solid #dac8a9;
}

.artMsg-title {
  margin-bottom: 30px;
  font-family: "arial", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #a2824b;
  text-align: center;
}

.artMsg-title a {
  color: #a2824b;
}

.artMsg-en {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #c8a974;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }

  .btn-theme:hover {
    background: #a2824b;
  }

  .is-headerNarrow#top .header {
    height: 135px;
  }

  body:not(#top) .headerTitle {
    padding-top: 15px;
  }

  .gNavi-ul-li a:hover {
    background: #a2824b;
  }

  .RolesCol-section + .RolesCol-section {
    margin-left: 50px;
  }

  .roomSpec-one + .roomSpec-one {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dotted #fff;
  }

  .roomSpecList + .roomSpecList {
    margin-left: 20px;
  }

  .contactForm-inputTd {
    width: 50%;
  }

  .topRoom {
    margin-bottom: 20px;
  }

  .topRoom a {
    background: linear-gradient(#be8b9a, #d6811f);
  }

  a:hover .topRoom::before {
    opacity: .3;
  }

  a:hover .topRoom-img {
    transform: scale(1.2);
    opacity: .7;
  }

  a:hover .topRoom-img img {
    opacity: 1;
  }

  .topRoom-contents {
    text-shadow: 0 0 5px #fcf8f1, 0 0 5px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .topAirArtSection.is-up {
    margin-bottom: 50px;
    flex-basis: 45%;
  }

  .topAirArtSection.is-up + .topAirArtSection.is-up {
    margin-left: 10%;
  }

  .topAirArtSection.is-bottom {
    flex-basis: 32%;
  }

  .topAirArtSection.is-bottom:not(:nth-of-type(3n)) {
    margin-left: 2%;
  }

  .is-up .topAirArtSection-img {
    width: 53%;
  }

  .is-bottom .topAirArtSection-img {
    width: 100%;
  }

  .artMsg-title a:hover {
    color: #dfb07e;
  }
}

@media (min-width: 980px) {
  .dwMenu {
    display: none;
  }

  body:not(#top) .gNavi {
    top: 0;
  }

  .gNavi-ul-li.is-drower {
    display: none;
  }
}

@media (max-width: 979px) {
  .gNavi {
    top: 70px;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    overflow: hidden;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.732931) 65%, rgba(0, 0, 0, 0.699317) 65%);
    transition: background-size 1s .2s;
    background-size: 1200%;
  }

  .dwMenu-active .gNavi {
    background-size: 330%;
  }

  .gNavi-ul {
    padding-top: 30px;
    display: block;
  }

  .gNavi-ul-li {
    font-size: 2rem;
  }

  .gNavi-ul-li.is-room {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
  }

  .roomInfo {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto 50px;
  }

  .contactForm input,
  .contactForm textarea {
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 70%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=number],
  textarea {
    font-size: 1.6rem;
  }

  .col {
    display: block;
  }

  .col.is-sp-flex {
    display: flex;
  }

  .col-contents {
    max-width: 100%;
  }

  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }

  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-2 .col-contents:nth-child(n + 3) {
    margin-top: 30px;
  }

  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-3 .col-contents:nth-child(n + 4) {
    margin-top: 10px;
  }

  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-4 .col-contents:nth-child(n + 5) {
    margin-top: 10px;
  }

  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .flImgContents-img {
    max-width: 100%;
  }

  .flImgContents-img.is-s {
    max-width: 100%;
  }

  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .flImgContents-img.is-l {
    max-width: 100%;
  }

  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }

  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }

  .size-30 {
    width: 70%;
  }

  .size-60 {
    width: 100%;
  }

  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .table-01 th,
  .table-01 td {
    font-size: 1.3rem;
  }

  .table-01.sidetitle tr {
    padding: 10px;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .footerContents-name-main {
    font-size: 1.8rem;
  }

  .is-headerNarrow .header {
    height: 70px;
  }

  .headerTitle {
    padding: 5px 3% 0;
  }

  .headerTitle-sub {
    padding-top: 5px;
    padding-right: 60px;
    font-size: 1.4rem;
    line-height: 170%;
  }

  .is-headerNarrow .headerTitle-sub {
    transform: translateY(-80px);
  }

  .headerTitle-main {
    margin-top: 20px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
    font-size: 2.8rem;
  }

  .is-headerNarrow .headerTitle-main {
    margin-top: 0;
    transform: scale(0.8) translateY(-50px);
  }

  .is-headerNarrow#top .headerTitle-main {
    margin-top: 0;
    transform: scale(0.8) translateY(-85px);
  }

  .headerTitle-ja {
    font-size: 1.6rem;
  }

  .is-headerNarrow .headerTitle-ja {
    opacity: 0;
  }

  .gNavi-ul-li a {
    padding: 18px 10px 7px;
  }

  .wpArticle h1 {
    margin-bottom: 30px;
  }

  .wpArticle h2 {
    font-size: 1.8rem;
  }

  .wpArticle img {
    display: block;
    margin: 10px auto;
  }

  .wpArticle table th,
  .wpArticle table td {
    font-size: 1.3rem;
  }

  .wpArticle .alignright {
    float: none;
    margin: 10px auto;
  }

  .wpArticle .alignleft {
    float: none;
    margin: 10px auto;
  }

  .roomMv-wrap {
    margin-top: 70px;
  }

  .roomMv {
    overflow: auto;
  }

  .roomMv-img-imgwrap {
    height: 66vw;
  }

  .roomMv-img-imgwrap.is-default {
    -webkit-mask-size: auto 600%;
    mask-size: auto 600%;
  }

  .roomInfo {
    width: 90%;
    padding: 30px;
  }

  .roomInfo-number {
    font-size: 2rem;
  }

  .roomInfo-name {
    font-size: 2.5rem;
  }

  .roomInfo-name.is-s {
    font-size: 2rem;
  }

  .roomInfo-list-ul-li {
    font-size: 1.4rem;
  }

  .is-en .roomInfo-list-ul-li {
    font-size: 1.4rem;
  }

  .roomMvSub-wrap {
    margin-bottom: 60px;
  }

  .roomMvSub-one {
    min-width: 75px;
    max-width: 75px;
    height: 75px;
  }

  .roomMvSub .slick-dots li {
    margin: 0;
  }

  .availability {
    display: block;
    max-width: 645px;
    width: 90%;
    padding: 10px 10px;
  }

  .availability-title {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .availability-title-en {
    display: inline-block;
    margin-right: 10px;
  }

  .availability-main {
    font-size: 2rem;
  }

  .roomLead {
    display: block;
  }

  .roomLead-one {
    width: 100%;
  }

  .roomLead-one + .roomLead-one {
    margin-top: 60px;
  }

  .roomLead-one-title {
    font-size: 1.8rem;
  }

  .RolesCol {
    display: block;
  }

  .RolesCol-section + .RolesCol-section {
    margin-top: 40px;
  }

  .roomSpec-inner {
    display: flex;
    justify-content: space-between;
  }

  .roomSpec-one {
    width: 48%;
  }

  .roomSpecList-wrap {
    display: block;
  }

  .roomSpecList li.is-margintop {
    margin-top: 0;
  }

  .roomSpecDl-title {
    display: inline-block;
    float: none;
    min-width: 0;
    min-height: 40px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding: 5px 5px;
  }

  .is-ja .roomSpecDl-title {
    font-size: 1.4rem;
  }

  .roomRatePrace-col {
    display: block;
    text-align: center;
  }

  .roomRatePrace-col-one-title {
    font-size: 2rem;
  }

  .roomRatePrace-col-one-main {
    font-size: 4rem;
  }

  .roomRatePrace-msg {
    font-size: 1.5rem;
  }

  .roomOtherPrace {
    display: block;
  }

  .roomOtherPrace-one {
    width: 100%;
  }

  .roomOtherPrace-one + .roomOtherPrace-one {
    margin-top: 50px;
  }

  .reservationLink {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }

  .reservationAirbnb {
    float: none;
    margin: 0 auto;
  }

  .contactForm th:nth-child(1),
  .contactForm th:nth-child(2) {
    display: block;
    width: 50%;
    float: left;
  }

  .contactForm td:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 20px;
  }

  .contactForm td:nth-child(4) {
    padding-top: 5px;
    clear: both;
    width: 100%;
  }

  .topMv {
    margin-bottom: 60px;
  }

  .topMv-img {
    overflow: hidden;
    height: 55vh;
  }

  .topMv-img img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 30%;
    margin-left: -120px;
    max-width: none;
    width: auto;
    height: calc(100% - 70px);
  }

  .topMv-bottom-one {
    width: calc(100% / 3);
  }

  .topMv-bottom-one:nth-child(4) {
    width: 50%;
  }

  .topMv-bottom-one:nth-child(5) {
    width: 50%;
  }

  .topLeadSection-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .topLeadSection-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .topRoom {
    overflow: hidden;
  }

  .topRoom::before {
    display: none;
  }

  .topRoom-img {
    width: 130%;
    position: static;
  }

  .topRoom:nth-child(even) .topRoom-img {
    margin-left: -30%;
  }

  .topRoom-contents {
    padding: 10px 5% 100px;
  }

  .topRoom:nth-child(odd) .topRoom-contents {
    padding-left: 10%;
  }

  .topRoom:nth-child(even) .topRoom-contents {
    padding-right: 10%;
  }

  .topRoom-contents-num {
    font-size: 2.5rem;
  }

  .topRoom-contents-title {
    font-size: 3rem;
  }

  .topRoom-contents-texten {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }

  .topRoom-contents-btn {
    text-align: center;
  }

  .gmap-address {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .gmap-address-one {
    width: 100%;
  }

  .gmap-address-one + .gmap-address-one {
    margin-top: 30px;
  }

  .topFlow-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .topFlow-title-en {
    font-size: 2rem;
  }

  .topFlow-title-ja {
    display: block;
    margin-left: auto;
    font-size: 1.9rem;
  }

  .topFlowContentSection {
    padding: 15px;
  }

  .topFlowContentSection-num {
    margin-right: 15px;
  }

  .topFlowContentSection-main-tel {
    font-size: 2.6rem;
  }

  .topFlowContentSection-main-tel-title {
    font-size: 1.8rem;
  }

  .topFlowContentSection-main-tel-time {
    display: block;
    margin-top: 5px;
    font-size: 1.8rem;
  }

  .topAir-imgs {
    flex-wrap: wrap;
  }

  .topAir-imgs-img {
    width: 50%;
  }

  .topAir-imgs-img:nth-child(5) {
    width: 100%;
  }

  .topAir-lead {
    display: block;
    padding: 0 5%;
  }

  .topAir-lead-one {
    width: 100%;
  }

  .topAir-lead-one + .topAir-lead-one {
    margin-top: 30px;
  }

  .topAirArtSection-wrap {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .topAirArtSection + .topAirArtSection {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    margin-top: 40px;
  }

  .topAirArtSection-img {
    width: 55%;
  }

  .topAirArtSection-content-title-main {
    font-size: 1.8rem;
  }

  .topAirArtSection-content-title-sub {
    font-size: 1.6rem;
  }

  .artMsg-title {
    font-size: 1.8rem;
    word-break: break-all;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .roomLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .RolesCol {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .roomSpec-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .roomRate-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .headerTitle {
    max-width: 90%;
    width: 90%;
  }

  .availability {
    max-width: 645px;
    width: 100%;
  }

  .roomLead {
    max-width: 90%;
    width: 90%;
  }

  .RolesCol {
    max-width: 90%;
    width: 90%;
  }

  .roomSpec-inner {
    max-width: 90%;
    width: 90%;
  }

  .roomRate-inner {
    max-width: 90%;
    width: 90%;
  }

  .contactForm {
    max-width: 90%;
    width: 90%;
  }

  .topLeadSection-wrap {
    max-width: 90%;
    width: 90%;
  }

  .topRoom-contents {
    max-width: 90%;
    width: 90%;
  }

  .gmap-address {
    max-width: 90%;
    width: 90%;
  }

  .topFlow-inner {
    max-width: 90%;
    width: 90%;
  }

  .topAir-lead {
    max-width: 90%;
    width: 90%;
  }

  .topAirArtSection-wrap {
    max-width: 90%;
    width: 90%;
  }

  .artMsg {
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .dwMenu-hamburger {
    top: 10px;
  }

  .gNavi {
    top: 88px;
  }

  .gNavi-ul {
    padding-top: 10%;
  }

  .gNavi-ul-li + .gNavi-ul-li {
    margin-top: 30px;
  }

  .roomMvSub-wrap {
    margin-bottom: 40px;
  }

  .gmap-address {
    display: block;
  }

  .gmap-address-one {
    width: 100%;
  }

  .gmap-address-one + .gmap-address-one {
    margin-top: 30px;
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  .headerTitle {
    transform: scale(0.7);
  }

  body:not(#top) .gNavi-ul-li a {
    padding: 23px 30px 7px;
  }

  .roomInfo {
    padding: 35px;
  }

  .roomInfo-number {
    float: right;
    font-size: 2rem;
  }

  .roomInfo-name {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .roomInfo-madori {
    margin-top: 10px;
  }
}