@charset "UTF-8";
/*----------------------------------------------

  FUNCTIONS

----------------------------------------------*/
/*----------------------------------------------

  VARIABLE

----------------------------------------------*/
:root {
  --base-font-color: #58524B;
  --key-color: #9F2220;
  --gutter: 20;
  --container-width: 800;
  --base-font-size: 20;
}

/*----------------------------------------------

  FOUNDATION

----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

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

svg {
  display: block;
}

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

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover img {
  opacity: 1;
}
a:hover {
  outline: none;
  color: inherit;
}

a[target=_blank]:after {
  display: none;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style: none;
}

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

/* '' */
/********************************
	font icon
*********************************/
@font-face {
  font-family: "fontello";
  src: url("../../assets/font/fontello.eot?74949956");
  src: url("../../assets/font/fontello.eot?74949956#iefix") format("embedded-opentype"), url("../../assets/font/fontello.woff2?74949956") format("woff2"), url("../../assets/font/fontello.woff?74949956") format("woff"), url("../../assets/font/fontello.ttf?74949956") format("truetype"), url("../../assets/font/fontello.svg?74949956#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.svg?74949956#fontello') format('svg');
}
 }
 */
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: "\e800";
} /* '' */
.icon-phone:before {
  content: "\e801";
} /* '' */
.icon-basket:before {
  content: "\e802";
} /* '' */
.icon-tag-1:before {
  content: "\e803";
} /* '' */
.icon-hatenabookmark:before {
  content: "\e804";
} /* '' */
.icon-book:before {
  content: "\e805";
} /* '' */
.icon-line:before {
  content: "\e834";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
} /* '' */
.icon-gplus:before {
  content: "\f0d5";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-folder-empty:before {
  content: "\f114";
} /* '' */
.icon-calendar-empty:before {
  content: "\f133";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-apple:before {
  content: "\f179";
} /* '' */
.icon-android:before {
  content: "\f17b";
} /* '' */
.icon-get-pocket:before {
  content: "\f265";
} /* '' */
/*---------------------------------------
   BASE
---------------------------------------*/
body {
  font-family: "Roboto", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: var(--base-font-color);
  background-color: #fff;
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
  line-height: 2;
  word-break: keep-all;
  position: relative;
  background-color: #ffffff;
  background-image: url("../../assets/images/common/body-bg.png");
  background-repeat: repeat;
}

/*----------------------------------------------

  LAYOUT

----------------------------------------------*/
/*---------------------------------------
   l-contents-wrap
---------------------------------------*/
.l-contents-wrap {
  width: 100%;
  overflow: hidden;
}

/*---------------------------------------
   l-container
---------------------------------------*/
.l-container {
  width: 100%;
  max-width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
   l-header
---------------------------------------*/
.l-header {
  height: calc(100vh + 200px);
  min-height: 860px;
  padding-bottom: 270px;
  background-image: url(../images/index/fv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-header {
    min-height: 1350px;
    padding-bottom: 400px;
  }
}
.l-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../assets/images/index/fv-bg.png");
  background-repeat: repeat-x;
  background-size: 2008px 1905px;
  background-position: 50% 99%;
}
.l-header__ashirai {
  width: min(calc(320 / 375 * 100vw), 400px);
  position: absolute;
  z-index: 1;
}
.l-header__ashirai--left {
  top: 20px;
  left: 50%;
  margin-left: min(-300px, calc(-270 / 375 * 100vw));
}
.l-header__ashirai--right {
  bottom: 80px;
  right: 50%;
  margin-right: min(-300px, calc(-270 / 375 * 100vw));
}
@media (min-width: 768px) {
  .l-header__ashirai {
    width: min(calc(900 / 375 * 100vw), 1160px);
  }
  .l-header__ashirai--left {
    top: 130px;
    margin-left: -1200px;
  }
  .l-header__ashirai--right {
    bottom: 0;
    margin-right: -1200px;
  }
}
.l-header__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.l-header__site-title {
  color: #F5F5F5;
}
.l-header__site-title .logo {
  width: min(calc(150 / 375 * 100vw), 150px);
  margin-left: auto;
  margin-right: auto;
}
.l-header__site-title .main {
  font-size:  min(calc(36 / 375 * 100vw), 36px);
  font-family: "EB Garamond", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top:  min(calc(14 / 375 * 100vw), 14px);
  text-shadow: 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color);
}
.l-header__site-title .sub {
  font-size:  min(calc(22 / 375 * 100vw), 22px);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin-top:  min(calc(14 / 375 * 100vw), 14px);
  text-shadow: 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color), 0 0 2px var(--key-color);
}
@media (min-width: 768px) {
  .l-header__site-title .logo {
    width: min(calc(150 / 375 * 100vw), 230px);
    margin-left: auto;
    margin-right: auto;
  }
  .l-header__site-title .main {
    font-size:  min(calc(36 / 375 * 100vw), 80px);
    font-family: "EB Garamond", serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-top:  min(calc(14 / 375 * 100vw), 36px);
  }
  .l-header__site-title .sub {
    font-size:  min(calc(22 / 375 * 100vw), 40px);
    font-family: "EB Garamond", serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    margin-top:  min(calc(14 / 375 * 100vw), 36px);
  }
}

/*---------------------------------------
   l-footer
---------------------------------------*/
.l-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  background-image: url("../../assets/images/common/foot-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.l-footer__logo {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__logo a {
  display: block;
  transition: opacity 0.3s;
}
.l-footer__logo a:hover {
  opacity: 0.8;
}
.l-footer__nav {
  display: none;
}
.l-footer__info {
  margin-top: 40px;
}
.l-footer__info .sns {
  width: 100%;
  max-width: 226px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__info .sns dt {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  width: 100%;
}
.l-footer__info .sns dt::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 84px;
  top: 50%;
}
.l-footer__info .sns dd ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.l-footer__info .sns dd ul li {
  margin-left: 20px;
}
.l-footer__info .sns dd ul li a {
  text-decoration: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #ffffff;
  transition: color 0.3s;
}
.l-footer__info .sns dd ul li a:hover {
  color: var(--key-color);
}
.l-footer__info .copy {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-footer__body {
    position: relative;
  }
  .l-footer__nav {
    display: block;
    margin-top: 40px;
  }
  .l-footer__nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .l-footer__nav-list-item {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
  }
  .l-footer__nav-list-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-footer__nav-list-item:last-child::before {
    display: none;
  }
  .l-footer__nav-list-item a {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
  }
  .l-footer__nav-list-item a:hover {
    color: var(--key-color);
  }
  .l-footer__info .sns {
    margin-left: 0;
  }
  .l-footer__info .copy {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 32px;
  }
}

/*---------------------------------------
   l-main
---------------------------------------*/
.l-main {
  position: relative;
  z-index: 3;
  padding-bottom: min( calc(80 / 375 * 100vw), 100px);
}
.l-main__ashirai {
  position: absolute;
  bottom: -80px;
  left: -80px;
}

/*---------------------------------------
   l-columns
---------------------------------------*/
@media (min-width: 960px) {
  .l-columns {
    display: flex;
  }
}
.l-columns__main {
  flex: 1;
}
.l-columns__aside {
  margin-top: min(calc(80 / 375 * 100vw), 80px);
}
.l-columns__aside > * {
  margin-top: min(calc(50 / 375 * 100vw), 50px);
}
.l-columns__aside > *:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  .l-columns__aside {
    margin-top: 0;
    flex-shrink: 0;
    width: calc(335 / var(--container-width) * 100%);
    margin-left: calc(60 / var(--container-width) * 100%);
  }
}
.l-columns__aside-fixed > * {
  margin-top: min(calc(50 / 375 * 100vw), 50px);
}
.l-columns__aside-fixed > *:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  .l-columns__aside-fixed {
    position: sticky;
    top: 120px;
  }
}

/*----------------------------------------------

  OBJECT - COMPONENT

----------------------------------------------*/
/*---------------------------------------
   hover
---------------------------------------*/
/* c-hover-opacity
---------------------------------------*/
.c-hover-opacity {
  display: block;
  transition: opacity 0.3s;
}
.c-hover-opacity:hover {
  opacity: 0.7;
}

/* c-hover-key-color
---------------------------------------*/
.c-hover-key-color {
  display: block;
  transition: color 0.3s;
  color: inherit;
}
.c-hover-key-color:hover {
  color: var(--key-color);
}

/*---------------------------------------
   img
---------------------------------------*/
/* c-img-cover
---------------------------------------*/
.c-img-cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-cover:before {
  content: "";
  display: block;
}
.c-img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* c-img-contain
---------------------------------------*/
.c-img-contain {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-contain:before {
  content: "";
  display: block;
}
.c-img-contain img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/*---------------------------------------
   table
---------------------------------------*/
/* c-table
---------------------------------------*/
.c-table table {
  border-collapse: separate;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
.c-table table th,
.c-table table td {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.4rem;
  padding: 11px 16px;
}
.c-table table thead th {
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #e0e0e0;
}

/* c-table-responsive
---------------------------------------*/
.c-table-responsive table {
  width: 100%;
  min-width: 800px;
}
.c-table-responsive__note {
  text-align: right;
  font-size: 1.4rem;
}
.c-table-responsive__note .c-icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.5em 0.2em;
  vertical-align: middle;
  width: 1.43em;
  height: 1.43em;
  margin-left: 0.57em;
  margin-right: 0.57em;
}
@media (min-width: 800px) {
  .c-table-responsive__note {
    display: none;
  }
}
.c-table-responsive__body {
  position: relative;
}
.c-table-responsive__body::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%) 0% 0% no-repeat;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 100%;
}
@media (min-width: 800px) {
  .c-table-responsive__body::after {
    display: none;
  }
}
.c-table-responsive__inner {
  overflow-x: scroll;
}
@media (min-width: 800px) {
  .c-table-responsive__inner {
    overflow-x: unset;
  }
}

/*----------------------------------------------

  OBJECT - PROJECT

----------------------------------------------*/
/*---------------------------------------
   p-main-title
---------------------------------------*/
.p-main-title {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: min(calc(30 / 375 * 100vw), 40px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(calc(30 / 375 * 100vw), 60px);
}
.p-main-title--red {
  color: var(--key-color);
}
.p-main-title--white {
  color: #F5F5F5;
}

/*---------------------------------------
   p-sub-title
---------------------------------------*/
.p-sub-title {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: min(calc(20 / 375 * 100vw), 26px);
  line-height: 1.5;
  margin-bottom: min(calc(24 / 375 * 100vw), 40px);
  position: relative;
  padding-bottom: 10px;
}
.p-sub-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--key-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-sub-title--red {
  color: var(--key-color);
}
.p-sub-title--white {
  color: #F5F5F5;
}

/*---------------------------------------
   p-button
---------------------------------------*/
.p-button {
  display: flex;
  justify-content: center;
  margin-top: min(calc(30 / 375 * 100vw), 50px);
}
.p-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min( calc(300 / 375 * 100vw), 400px);
  height: min( calc(60 / 375 * 100vw), 76px);
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: calc(30 / var(--base-font-size) * 100%);
  border: 4px solid #000000;
  color: #000000;
  background-color: #F5F5F5;
  transition: 0.3s;
}
.p-button a:after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow-b.svg);
  background-size: 100%;
  position: absolute;
  width: 49px;
  height: 28px;
  top: 50%;
  right: -38px;
  margin-top: -14px;
  transition: 0.3s;
}
.p-button a:hover:after {
  margin-right: -5px;
}
.p-button--fv a {
  border: 4px solid var(--key-color);
  color: var(--key-color);
}
.p-button--fv a:after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow-r.svg);
  background-size: 100%;
  position: absolute;
  width: 28px;
  height: 49px;
  top: 100%;
  right: 50%;
  margin-top: -11px;
  margin-right: -14px;
  transition: 0.3s;
}
.p-button--fv a:hover:after {
  margin-right: -14px;
  margin-top: -6px;
}

/*---------------------------------------
   p-youtube
---------------------------------------*/
.p-youtube {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.p-youtube:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
   p-lang-switch
---------------------------------------*/
.p-lang-switch {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
}
.p-lang-switch select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 5px 8px;
  width: 7em;
  padding-right: 25px;
  color: #000000;
}
.p-lang-switch span.select_label {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #666666;
  position: relative;
}
.p-lang-switch span.select_label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #333333;
}
.p-lang-switch label {
  margin: 0 10px 0 2px;
  font-weight: normal;
}
.p-lang-switch label input[type=checkbox], .p-lang-switch label input[type=radio] {
  margin: 0 5px 0 0;
}

/*----------------------------------------------

  PAGE - INDEX

----------------------------------------------*/
/*---------------------------------------
   idx-about
---------------------------------------*/
.idx-about {
  margin-top: -270px;
  position: relative;
  z-index: 3;
  padding-bottom: min( calc(80 / 375 * 100vw), 100px);
}
.idx-about__img {
  width: min(100%, 1175px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.idx-about__ashirai {
  width: min(calc(200 / 375 * 100vw), 240px);
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 50%;
  margin-right: min(-180px, calc(-150 / 375 * 100vw));
}
@media (min-width: 768px) {
  .idx-about__ashirai {
    width: 580px;
    margin-right: -870px;
    top: 280px;
  }
}
@media (min-width: 768px) {
  .idx-about {
    margin-top: -400px;
  }
}
.idx-about__container {
  padding-top: min( calc(80 / 375 * 100vw), 100px);
  position: relative;
  z-index: 2;
}

/*---------------------------------------
   idx-campaign
---------------------------------------*/
.idx-campaign {
  padding-top: min( calc(80 / 375 * 100vw), 100px);
  padding-bottom: min( calc(80 / 375 * 100vw), 100px);
  background-image: url("../../assets/images/index/idx-topics_bg.svg");
  background-repeat: repeat;
  background-size: 73px 64px;
  background-color: var(--key-color);
  color: #F5F5F5;
}
.idx-campaign__item {
  background-color: #F5F5F5;
  border: 4px solid #000000;
  margin-top: 24px;
  color: var(--base-font-color);
  padding: 20px;
}
.idx-campaign__item-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.idx-campaign__item-body .img {
  width: min( calc(200 / 375 * 100vw), 290px);
}
.idx-campaign__item-body .content {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .idx-campaign__item-body .content {
    margin-top: 0;
    margin-left: 40px;
  }
}
.idx-campaign__item-body .content dl {
  text-align: center;
  line-height: 1.3;
}
.idx-campaign__item-body .content dt {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: calc(30 / var(--base-font-size) * 100%);
}
.idx-campaign__item-body .content dd {
  margin-top: 10px;
}
.idx-campaign__item-body .content .discount {
  font-weight: 900;
  font-size: calc(30 / var(--base-font-size) * 100%);
  position: relative;
  padding-top: 60px;
}
.idx-campaign__item-body .content .discount::before {
  content: "";
  display: block;
  background-image: url(../images/common/arrow-r.svg);
  background-size: 100%;
  position: absolute;
  width: 28px;
  height: 49px;
  top: 10px;
  left: 50%;
  margin-left: -14px;
}
.idx-campaign__item-body .content .discount span {
  font-size: calc(45 / var(--base-font-size) * 100%);
  color: var(--key-color);
}

.idx-access {
  padding-top: min( calc(80 / 375 * 100vw), 100px);
}

.idx-room {
  padding-top: min( calc(80 / 375 * 100vw), 100px);
}
.idx-room__list {
  margin-top: 40px;
}
.idx-room__list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}
.idx-room__list ul li {
  width: 25%;
  padding: 0 8px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .idx-room__list ul li {
    width: 33.3333%;
  }
}
.idx-room__list ul li .c-img-cover:before {
  padding-top: 61.8%;
}

.idx-howto {
  padding-top: min( calc(60 / 375 * 100vw), 80px);
}

.idx-amenity {
  padding-top: min( calc(80 / 375 * 100vw), 100px);
  position: relative;
  z-index: 3;
}
.idx-amenity__list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}
.idx-amenity__list ul li {
  width: 33.3333%;
  padding: 0 8px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .idx-amenity__list ul li {
    width: 25%;
  }
}
.idx-amenity__list ul li .txt {
  text-align: center;
  font-size: calc(16 / var(--base-font-size) * 100%);
  line-height: 1.3;
  margin-top: 4px;
}

.u-left-center {
  text-align: center;
}
@media (min-width: 768px) {
  .u-left-center {
    text-align: center;
  }
}

.u-mt1em {
  margin-top: 1em;
}/*# sourceMappingURL=theme.css.map */