@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*13px*/
/*14px*/
/*18px*/
/*24px*/
/*28px*/
/*30px*/
/*35px*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* ブレークポイント */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: 100vh;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  background: #fff;
  text-align: center;
  line-height: 2;
  word-break: break-all;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-text-size-adjust: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body::-webkit-scrollbar {
  display: none;
}
/* リンク色 */
a {
  color: #000000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

/* hover時の画像 */
a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
address {
  font-style: normal;
}

/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

/* ページ幅 */
.layout-container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .layout-container {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.layout-main-column {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 120px;
  box-sizing: border-box;
}
.layout-main-column:nth-of-type(1) {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .layout-main-column {
    width: auto;
    padding: 0px 20px;
    margin-bottom: 100px;
  }
}

/* サブカラム */
.layout-sub-column {
  width: 160px;
  display: block;
  float: right;
}
@media screen and (max-width: 599px) {
  .layout-sub-column {
    width: auto;
    float: none;
  }
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 295px;
  box-sizing: border-box;
}
.layout-section:nth-of-type(1) {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .layout-section {
    padding: 0px 20px;
    margin-bottom: 100px;
  }
  .layout-section:nth-of-type(1) {
    margin-top: 50px;
  }
}

.layout-lead {
  margin-top: 150px;
}
@media screen and (max-width: 599px) {
  .layout-lead {
    padding: 0px 15px;
    margin-top: 60px;
    box-sizing: border-box;
  }
}

.room .layout-section {
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .room .layout-section {
    margin-bottom: 70px;
  }
}
.room .layout-lead {
  margin-top: 50px;
  width: 640px;
  max-width: 100%;
  margin-left: 53px;
  margin-right: auto;
  margin-bottom: 95px;
}
@media screen and (max-width: 599px) {
  .room .layout-lead {
    margin-left: auto;
  }
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  padding: 35px 0px;
  position: fixed;
  left: 0;
  z-index: 9;
  text-align: left;
  transition-duration: 0.4s;
  background: rgba(255, 255, 255, 0);
}
.header .header-site-name {
  display: block;
}
.header.header-floating {
  padding: 35px 0 20px;
  background: rgb(255, 255, 255);
}
.header.header-floating .header-site-name {
  display: block;
}
.header.header-floating .menu-open {
  background: #A4ABAF;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.header-floating .header-tel {
  color: #000000;
  background: url(../img/common/header/ico--tel-black.svg) left top 3px no-repeat;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 0px 15px;
    box-sizing: border-box;
    height: 60px !important;
    top: 10px !important;
  }
  .header.header-floating {
    padding: 0px 15px;
    height: 83px;
    background: rgba(255, 255, 255, 0);
  }
  .header.header-floating .header-site-name {
    display: block;
  }
}

/* ヘッダーメイン部分 */
.header-main {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-main {
    width: auto;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  width: 152px;
  height: 82.5px;
  position: absolute;
  left: calc(50vw - 550px);
  z-index: 1;
}
.header-site-name a {
  background: url(../img/common/header/log--sitename-gray.svg) center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 152px;
  height: 82.5px;
}
@media screen and (max-width: 599px) {
  .header-site-name {
    width: 172px;
    margin: 0;
    top: 5px;
  }
}

.header-tel {
  font-family: futura-pt, sans-serif;
  font-size: 1.88rem;
  color: #000000;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding-left: 20px;
  background: url(../img/common/header/ico--tel-black.svg) left top 3px no-repeat;
}
.header-tel img {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header-tel {
    margin-right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .header-tel {
    display: none;
  }
}

.top .header .header-site-name {
  display: none;
}
.top .header .header-site-name a {
  background: none;
  color: #ffffff;
}
.top .header.header-floating .header-site-name {
  display: block;
}
.top .header.header-floating .header-site-name a {
  background: url(../img/common/header/log--sitename-gray.svg) center center no-repeat;
  background-size: contain;
}
.top .header.header-floating .primal-nav-list > li > a {
  color: #000;
}
.top .header-tel {
  font-family: futura-pt, sans-serif;
  font-size: 1.88rem;
  color: #ffffff;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding-left: 20px;
  background: url(../img/common/header/ico--tel.svg) left top 3px no-repeat;
}
.top .header-tel img {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .top .header-tel {
    display: none;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
.footer {
  background: #4D4D4D;
  clear: both;
  display: block;
  padding-top: 80px;
  padding-bottom: 20px;
}
.footer .layout-container {
  width: 980px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .footer {
    padding-bottom: 80px;
  }
}

.footer-site-name {
  width: 144px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.footer-banner {
  margin-bottom: 50px;
}
.footer-banner__fico {
  width: 276px;
  display: block;
}
.footer-banner__instagram, .footer-banner__recruit {
  width: 254px;
  display: block;
  margin-left: 9px;
}
@media screen and (max-width: 599px) {
  .footer-banner__fico, .footer-banner__instagram, .footer-banner__recruit {
    width: calc(100% - 15px);
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
.primal-nav {
  float: right;
  width: 100%;
  padding: 0px 0px 0px 450px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .primal-nav {
    padding-right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .primal-nav {
    display: none;
  }
}

.primal-nav-list {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.primal-nav-list > li {
  position: relative;
}
.primal-nav-list > li:after {
  content: " ";
  background: transparent;
  height: 1px;
  width: 0;
  transition-duration: 0.4s;
  display: block;
  position: absolute;
  bottom: 10px;
}
.primal-nav-list > li > a {
  display: block;
  text-decoration: none;
  padding: 0px 5px;
  color: #101010;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.primal-nav-list a:hover,
.primal-nav-list a.active {
  position: relative;
  opacity: 1;
}
.primal-nav-list a:hover::after,
.primal-nav-list a.active::after {
  content: "";
  border-bottom: 2px solid #101010;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.top .primal-nav-list > li > a {
  color: #fff;
}
.top .primal-nav-list a:hover::after,
.top .primal-nav-list a.active::after {
  border-bottom: 2px solid #fff;
}

.primal-drop {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0px;
  left: -30px;
  color: #191919;
  border-left: 1px solid #000000;
  padding-top: 60px;
}
.primal-drop a {
  color: #191919;
}
.primal-drop a:link {
  text-decoration: none;
  color: #191919;
}
.primal-drop a:link:hover {
  color: #000000;
}
.primal-drop .primal-drop__list {
  font-size: 0.83rem;
  list-style: none;
  padding-left: 30px;
}
.primal-drop .primal-drop__list li {
  padding-left: 13px;
  margin-right: 10px;
  display: block;
  margin: 20px 0px;
}

/* グローバルナビの設定 */
.global-nav {
  background: url(../img/common/header/nav/bgi--01.svg) left 30px top -50px no-repeat, #7C8990;
  width: 100vw;
  height: 0;
  position: fixed;
  top: 0px;
  right: -120%;
  z-index: 10;
  box-sizing: border-box;
  padding: 5px 0px;
  opacity: 0;
  transition: all 0.5s ease;
  overflow-y: scroll;
  border-bottom-left-radius: 200px;
}
.global-nav::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.global-nav.active {
  height: 100vh;
  right: 0;
  opacity: 1;
}
.global-nav__logo {
  width: 100px;
}
.global-nav .layout-container {
  position: relative;
  padding-top: 94px;
}
@media screen and (max-width: 599px) {
  .global-nav {
    border-bottom-left-radius: 50px;
  }
  .global-nav .layout-container {
    padding: 30px;
    box-sizing: border-box;
  }
}

.global-nav-list-wrap {
  margin-bottom: 58px;
  width: 876px;
  max-width: 100%;
}
.global-nav-list-wrap .row {
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .global-nav-list-wrap {
    margin-bottom: 0px;
  }
  .global-nav-list-wrap .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.global-nav-list {
  list-style: none;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.global-nav-list li {
  width: 100%;
  padding: 5px 0px;
  line-height: 1;
  margin-bottom: 40px;
}
.global-nav-list li:last-child {
  margin-bottom: 0px;
}
.global-nav-list li a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
}
.global-nav-list__jp {
  font-size: 0.88rem;
  margin-top: 15px;
}
.global-nav-list:nth-child(2) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .global-nav-list {
    padding-bottom: 0px;
    padding-top: 50px;
    width: 45%;
    padding-right: 0px;
    box-sizing: border-box;
  }
  .global-nav-list li {
    margin-bottom: 15px;
  }
  .global-nav-list li a {
    font-size: 2rem;
  }
  .global-nav-list:nth-child(2) {
    border-right: none;
  }
  .global-nav-list__jp {
    margin-top: 10px;
  }
}

.global-nav-rooms {
  max-height: calc(100vh - 100px);
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.global-nav-rooms .global-nav-rooms-list {
  height: 500px;
  overflow-y: auto;
}
.global-nav-rooms .global-nav-rooms-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 599px) {
  .global-nav-rooms .global-nav-rooms-list {
    height: auto;
  }
}
.global-nav-rooms .row {
  width: 320px;
  max-width: 100%;
  justify-content: space-between;
}
.global-nav-rooms li {
  list-style: none;
  margin-bottom: 30px;
}
.global-nav-rooms__title {
  color: #ffffff;
  font-size: 1.75rem;
}
.global-nav-rooms__image {
  width: 188px;
  display: block;
}
.global-nav-rooms__name {
  color: #ffffff;
  font-size: 1.88rem;
  line-height: 1;
  position: relative;
  width: 110px;
}
.global-nav-rooms__name::after {
  content: url(../img/common/btn/ico--arrow-line.svg);
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.global-nav-rooms__name-sub {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .global-nav-rooms {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px 0px;
  }
  .global-nav-rooms li {
    margin-right: 30px;
  }
  .global-nav-rooms .global-nav-rooms-list {
    height: 125px;
    max-height: none;
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .global-nav-rooms .row {
    width: 310px;
  }
}

.global-nav-footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .global-nav-footer {
    display: block;
  }
}

.global-nav-footer-left {
  width: 247px;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0px;
  margin-top: 60px;
}
.global-nav-footer-left .global-nav-footer-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.global-nav-footer-left .global-nav-footer-list a {
  font-size: 0.88rem;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .global-nav-footer-left {
    width: calc(100% - 60px);
    margin-top: 20px;
    margin-left: auto;
  }
  .global-nav-footer-left .global-nav-footer-list {
    flex-wrap: wrap;
  }
}

.global-nav-footer-right {
  width: 398px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 60px;
}
.global-nav-footer-right .global-nav-footer-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.global-nav-footer-right .global-nav-footer-list a {
  font-size: 0.88rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .global-nav-footer-right {
    width: calc(100% - 60px);
    margin-top: 20px;
    margin-right: auto;
  }
  .global-nav-footer-right .global-nav-footer-list {
    flex-wrap: wrap;
  }
}

.menu-close {
  background: url(../img/common/header/nav/btn--close.svg) center top no-repeat;
  background-size: contain;
  display: none;
  width: 30px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  position: fixed;
  top: 50px;
  right: calc(50% - 610px);
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  .menu-close {
    top: 30px;
    right: 30px;
  }
}

.active .menu-close {
  display: block;
}

.menu-open {
  display: block;
  position: absolute;
  right: -70px;
  border: none;
  background: #A4ABAF;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .menu-open {
    right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .menu-open {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
  }
}

.language-nav {
  position: absolute;
  top: 120px;
  right: -50px;
  font-family: futura-pt, sans-serif;
  padding-bottom: 3px;
  list-style: none;
}
.language-nav li:first-of-type {
  margin-bottom: 10px;
}
.language-nav a {
  color: #000;
  text-align: center;
}
.language-nav li {
  position: relative;
  text-align: center;
}
.language-nav .active::after {
  content: "";
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .language-nav {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .language-nav {
    display: block;
    position: fixed;
    top: 70px;
    right: 0px;
    background: none;
    border: none;
    width: 70px;
  }
}

.top .language-nav {
  color: #fff;
}
.top .language-nav a {
  color: #fff;
}
.top .language-nav .active::after {
  border-bottom: 1px solid #fff;
}

.top .header-floating .language-nav {
  color: #000;
}
.top .header-floating .language-nav a {
  color: #000;
}
.top .header-floating .language-nav .active::after {
  border-bottom: 1px solid #000;
}

.footer-nav-list {
  display: flex;
}
.footer-nav-list__item {
  list-style: none;
}
.footer-nav-list__item a {
  color: #363636;
}

.footer-nav {
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
  margin-bottom: 75px;
}
.footer-nav .footer-nav-list {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.footer-nav .footer-nav-list__item {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
.footer-nav .footer-nav-list__item a {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer-nav {
    display: none;
  }
  .footer-nav .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
    box-sizing: border-box;
    justify-content: center;
  }
  .footer-nav .footer-nav-list__item {
    white-space: nowrap;
    margin-right: 30px;
  }
  .footer-nav .footer-nav-list__item:last-child {
    margin-right: 0px;
  }
}

.footer-nav2 .footer-nav-list {
  justify-content: flex-start;
}
.footer-nav2 .footer-nav-list__item {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 0.88rem;
  margin-right: 35px;
}
.footer-nav2 .footer-nav-list__item a {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer-nav2 .footer-nav-list {
    justify-content: center;
  }
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  font-family: FuturaPT-Demi, futura-pt, sans-serif;
  font-size: 9rem;
  text-align: center;
  color: #A4ABAF;
  letter-spacing: 40px;
  line-height: 1;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .page-title {
    font-size: 2.5rem;
    letter-spacing: 15px;
  }
}

.page-bicycle .page-title {
  letter-spacing: 3px;
}

.page-title-sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.56rem;
  font-weight: normal;
  text-align: center;
  color: #A4ABAF;
}

.room .layout-title {
  margin-top: -80px;
}
.room .layout-title.layout-title-sub {
  margin-top: -140px;
}
.room .page-title {
  text-align: right;
  margin-right: -50px;
  width: fit-content;
  margin-left: auto;
}
.room .page-title small {
  font-size: 3.75rem;
  display: block;
  margin-right: 35px;
  letter-spacing: 13px;
  text-align: left;
}
.room .page-title-sub {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .room .layout-title.layout-title-sub {
    margin-top: -80px;
  }
  .room .page-title {
    margin-right: 0px;
    margin-top: 85px;
  }
  .room .page-title small {
    font-size: 1.25rem;
    letter-spacing: 3px;
    margin-right: 0px;
  }
  .room .page-title-sub {
    margin-right: 15px;
  }
}

/* 見出し */
.title-lv1, .news-menu__list-item {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 3.13rem;
  margin-bottom: 52px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .title-lv1, .news-menu__list-item {
    margin-bottom: 40px;
  }
}

.title-lv2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 1.56rem;
}
@media screen and (max-width: 599px) {
  .title-lv2 {
    font-size: 1.5rem;
  }
}

.title-lv3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.13rem;
}
/* 汎用見出し */
.title-other-01 {
  font-family: futura-pt, sans-serif;
  font-size: 3.13rem;
  writing-mode: vertical-rl;
  line-height: 1;
  font-weight: 100;
}
.title-other-02 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 24px;
  font-weight: bold;
}
.title-other-03 {
  font-size: 0.88rem;
  font-weight: bold;
  color: #fff;
  background: #A4ABAF;
  display: inline-block;
  padding: 0px 35px;
  border-radius: 80px;
}

.section__title {
  font-size: 1.94rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .section__title {
    font-size: 1.75rem;
    margin-bottom: 35px;
  }
}

.section__title-en {
  text-align: center;
  font-family: futura-pt, sans-serif;
  background: url(../img/common/heading/lin--dots.svg) top center no-repeat;
  padding-top: 40px;
}

.catch__lede {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 57px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.catch__text {
  font-size: 0.94rem;
  text-align: center;
}

.room .catch__text {
  text-align: left;
}

.page-section-title__en {
  font-size: 3.31rem;
  color: #a4abaf;
  opacity: 0.1;
  text-align: center;
  line-height: 1;
}
.page-section-title__jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.13rem;
  text-align: center;
  color: #101010;
  margin-bottom: 60px;
  line-height: 1;
}

.title-line-bottom {
  color: #717B81;
  font-weight: bold;
  background-image: url("../img/improvement/lin--01.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  margin-left: auto;
  margin-right: auto;
  width: 705px;
  max-width: 100%;
}
.table-ptn--01 tr {
  border-bottom: 1px solid #080808;
}
.table-ptn--01 tr:last-of-type {
  border-bottom: none;
}
.table-ptn--01 th {
  padding-left: 115px;
  width: 276px;
  box-sizing: border-box;
}
.table-ptn--01 td {
  padding: 25px 10px;
}
@media screen and (max-width: 599px) {
  .table-ptn--01 {
    width: 100%;
  }
  .table-ptn--01 th {
    padding-left: 10px;
    width: auto;
    white-space: nowrap;
  }
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

.table-ptn--04 tr {
  border-bottom: 1px solid #D5D5D5;
}
.table-ptn--04 tr:last-of-type {
  border-bottom: none;
}
.table-ptn--04 th {
  padding: 25px 10px;
}
.table-ptn--04 td {
  padding: 25px 10px;
}
@media screen and (max-width: 599px) {
  .table-ptn--04 {
    width: 100%;
  }
  .table-ptn--04 th {
    white-space: nowrap;
  }
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  width: 314px;
  max-width: 100%;
  height: 72px;
  border-radius: 13px;
  color: #fff;
  display: flex;
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../img/common/btn/ico--arrow.svg) center right 20px no-repeat, #919697;
  font-size: 1.13rem;
  box-sizing: border-box;
  margin: 0px auto;
  line-height: 1.3;
  box-sizing: border-box;
}

.btn-reserve {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.btn-viewall {
  font-family: futura-pt, sans-serif;
  font-size: 0.88rem;
  color: #363636;
  background: url(../img/common/btn/btn--allview.svg) center right no-repeat;
  height: 68px;
  width: 140px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .btn-viewall {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
}

.btn-map {
  border: 1px solid #fff;
  width: 250px;
  max-width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-size: 1.13rem;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-panel {
  border: 1px solid #fff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 38px;
  color: #fff;
  font-size: 0.88rem;
  margin: 5px;
}
.btn-panel img {
  margin-right: 10px;
}

.btn-googlemap {
  border: 1px solid #363636;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  width: 295px;
  height: 64px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .btn-googlemap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.btn-gallery {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 64px;
  z-index: 10;
}

.btn-instagram {
  position: fixed;
  right: 0px;
  top: calc(50% - 85px);
  width: 64px;
  z-index: 10;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* article */
.post-info {
  margin-bottom: 68px;
}
.post-info.row {
  justify-content: space-between;
  align-items: center;
}

.post__date {
  color: #101010;
  width: 150px;
  max-width: 100%;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .post__date {
    text-align: left;
  }
}

.post__cat {
  font-size: 1.13rem;
  color: #363636;
}

.post__title {
  font-size: 1.25rem;
  width: 725px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .post__title {
    font-size: 1.13rem;
  }
}

.article {
  margin-top: 150px;
}
.article.row {
  justify-content: space-between;
}

.article-cat {
  width: 165px;
  color: #363636;
}
.article-cat .title-lv3 {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 27px;
}

.article-cat-list {
  list-style: none;
}
.article-cat-list a {
  position: relative;
  padding-left: 30px;
  font-size: 1.13rem;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
}
.article-cat-list a::before {
  content: "ー";
  color: #D3D3D3;
  position: absolute;
  text-outline: 0px;
  left: 0px;
}

.article-list {
  width: 660px;
}
.article-list li {
  list-style: none;
  border-bottom: 1px solid #D3D3D3;
  padding: 27px 0px;
  position: relative;
}
.article-list li:first-of-type {
  padding-top: 0px;
}
.article-list li::after {
  content: url(../img/common/btn/ico--arrow-line-gray.svg);
  position: absolute;
  right: 40px;
  bottom: 5px;
}
.article-list .post__date {
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .article-list {
    width: 100%;
  }
}

/* ブログ・お知らせの設定 */
.news-list {
  list-style: none;
}
.news-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #10171F;
  font-size: 0.83rem;
}
.news-list li .news-list__date {
  width: 124px;
}
.news-list li .news-list__cat {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .news-list li {
    display: block;
    font-size: 1rem;
  }
  .news-list li .news-list__date {
    float: left;
  }
  .news-list li .news-list__cat {
    width: calc(100% - 130px);
    float: left;
    margin-bottom: 10px;
  }
  .news-list li .news-list__title {
    clear: both;
  }
}

.article-nav {
  margin: 100px 0px 50px;
  height: 20px;
}
.article-nav.row {
  justify-content: space-around;
}
.article-nav .col {
  text-align: center;
}
.article-nav a {
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px;
}
.article-nav .prev {
  background: url(../img/common/btn/ico--arrow-orange-left.svg) center left no-repeat;
  padding-left: 40px;
}
.article-nav .next {
  background: url(../img/common/btn/ico--arrow-orange.svg) center right no-repeat;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  .article-nav.row {
    display: flex;
  }
  .article-nav .col + .col {
    margin-top: 0px;
  }
  .article-nav .prev {
    padding-left: 25px;
  }
  .article-nav .next {
    padding-right: 25px;
  }
}

.past-article__list {
  list-style: none;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px 0px;
}
.past-article__list:last-child {
  border: none;
}
.past-article__list a {
  color: #222;
  text-decoration: underline;
  margin-left: 20px;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination li {
  list-style: none;
}
.pagination span, .pagination a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: 2px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .current {
  border: 1px solid #000;
  color: #000;
}
.pagination .omit {
  border: none;
}

/*
	サイト全体のアイテムの設定
*/
.top-main {
  height: 100vh;
  position: relative;
  background: url(../img/index/main/bgi--01.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.top-main__title {
  text-indent: -9999px;
  background: url(../img/common/header/log--sitename.svg) top center no-repeat;
  height: 263px;
  width: 286px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.thum-box {
  margin-left: auto;
  margin-right: auto;
}
.thum-box__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thum-box__contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scrolldown {
  position: absolute;
  left: 30px;
  bottom: 10px;
  height: 150px;
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: -10px;
  top: -40px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
/* seach rooms*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  bottom: -120%;
  left: 0;
  width: 100%;
  height: 180px;
  background: #999677;
  transition: all 0.3s;
}
#g-nav .row {
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #g-nav {
    height: auto;
  }
  #g-nav .row {
    display: flex;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.openbtn1 {
  position: absolute;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background-color: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}

.openbtn1 span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

.top-weather {
  position: absolute;
  top: 30px;
  left: 0px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.top-weather .weather1 {
  text-align: center;
}

.global-nav .top-weather {
  display: none;
  top: -10px;
  align-items: center;
  font-size: 0.81rem;
}
.global-nav .top-weather .weather1 {
  line-height: 1;
}
.global-nav .top-weather .weather1 img {
  width: 60px;
}
.global-nav .top-weather .weather2 {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .global-nav .top-weather {
    display: flex;
  }
}

/*TOP*/
.layout-section__01 {
  max-width: 100%;
  display: flex;
}
.layout-section__02 {
  max-width: 100%;
}
.layout-section__02 .title-lv2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .layout-section__01 {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

.top-concept .row {
  align-items: flex-end;
  justify-content: space-between;
}
.top-concept .title-other-01 {
  width: 40px;
}
.top-concept__image {
  width: calc(100% - 40px);
}
.top-concept .layout-section__01 {
  width: 637px;
}
.top-concept .layout-section__02 {
  width: 385px;
}
@media screen and (max-width: 599px) {
  .top-concept__image {
    width: calc(100% - 60px);
  }
}

.top-breakfast .row {
  justify-content: space-between;
}
.top-breakfast__image {
  width: 540px;
  max-width: 100%;
}
.top-breakfast .layout-section__01 {
  width: 539px;
  max-width: 100%;
}
.top-breakfast .layout-section__02 {
  width: 443px;
  max-width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .top-breakfast .layout-section__02 {
    padding-right: 0px;
  }
  .top-breakfast__image {
    width: 249px;
  }
}

.top-rooms {
  margin-right: calc(50% - 50vw);
  position: relative;
}
.top-rooms .layout-section__02 {
  width: 400px;
  padding-left: 60px;
  box-sizing: border-box;
}
.top-rooms .row {
  justify-content: space-between;
}
.top-rooms__slider {
  width: calc(50vw + 62px);
}
@media screen and (max-width: 599px) {
  .top-rooms {
    margin-right: 0px;
  }
  .top-rooms .layout-section__02 {
    width: 100%;
    padding-left: 0px;
  }
  .top-rooms__slider {
    width: calc(100% + 15px);
    margin-bottom: 50px;
  }
}

.rooms-slider {
  background-size: cover;
  position: relative;
  top: 0;
  right: 0;
  width: calc(50vw + 62px);
  height: 615px;
}
.rooms-slider__inner {
  background-size: auto;
  height: 615px;
  position: relative;
}
.rooms-slider__inner::before {
  content: url(../img/common/slider/pic--layer-tl.svg);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.rooms-slider__inner::after {
  content: url(../img/common/slider/pic--layer-bl.svg);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.rooms-slider .slick-slide img {
  width: 100%;
  height: 606px;
  object-fit: cover;
}
.rooms-slider .slick-dots {
  text-align: left;
  bottom: -35px;
}
@media screen and (max-width: 599px) {
  .rooms-slider {
    width: 100%;
  }
  .rooms-slider__inner {
    height: 300px;
  }
  .rooms-slider .slick-slide img {
    height: 290px;
  }
}

.top-facility {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 188px;
}
.top-facility .top-facility-wrap {
  background: #a4abaf;
  padding-left: calc(50vw - 490px);
  padding-right: calc(50vw - 490px);
  width: 980px;
  padding-top: 255px;
  padding-bottom: 70px;
  margin-top: -200px;
  color: #fff;
}
.top-facility__image {
  width: calc(50vw + 490px);
  height: auto;
  margin-right: 0px;
  margin-left: auto;
  display: block;
}
.top-facility .title-lv1, .top-facility .news-menu__list-item {
  padding-left: calc(50vw - 490px);
  font-size: 5rem;
  color: #a4abaf;
  margin-bottom: 20px;
}
.top-facility .title-lv2 {
  margin-bottom: 55px;
}
.top-facility .top-facility-list__image,
.top-facility .u-font-size--large {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .top-facility {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 80px;
  }
  .top-facility .top-facility-wrap {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 0;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .top-facility .title-lv1, .top-facility .news-menu__list-item {
    padding-left: 15px;
  }
  .top-facility__image {
    width: calc(100% - 15px);
  }
}

.top-benefits {
  margin-bottom: 210px;
}
.top-benefits .row {
  justify-content: space-between;
}
.top-benefits .title-other-01 {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 490px);
  background: #a4abaf;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  color: #fff;
  width: 195px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.top-benefits .top-benefits-wrap {
  width: 688px;
  max-width: 100%;
  padding-top: 60px;
}
.top-benefits .top-benefits__catch {
  font-size: 1.44rem;
  padding-top: 10px;
  background: url(../img/index/benefits/ico--star.svg) top left no-repeat;
  position: relative;
}
.top-benefits .top-benefits__catch::after {
  content: "";
  border-top: 1px solid #363636;
  width: 400px;
  position: absolute;
  top: 35px;
  right: 0px;
}
.top-benefits .top-benefits-contents {
  padding-right: 60px;
}
.top-benefits dl {
  padding-top: 52px;
  padding-bottom: 50px;
}
.top-benefits dl.num01 {
  border-bottom: 1px solid #363636;
  margin-bottom: 15px;
}
.top-benefits dl.num02 {
  border-right: 1px solid #363636;
  padding-right: 25px;
}
.top-benefits dl.num03 {
  padding-left: 25px;
}
.top-benefits dt {
  display: flex;
  align-items: center;
  font-size: 1.13rem;
}
.top-benefits dd {
  font-size: 0.88rem;
}
.top-benefits .col + .col {
  margin-left: 0px;
}
.top-benefits .number {
  font-size: 2.31rem;
  margin-right: 23px;
  white-space: nowrap;
}
.top-benefits .u-bg-gray, .top-benefits .contact-info {
  background-color: #efefef;
  color: #363636;
  font-size: 0.88rem;
}
.top-benefits .u-bg-gray.u-bg-round, .top-benefits .u-bg-round.contact-info {
  border-radius: 17px;
  padding: 30px 35px;
}
@media screen and (max-width: 599px) {
  .top-benefits {
    margin-bottom: 120px;
  }
  .top-benefits .title-other-01 {
    width: auto;
    writing-mode: horizontal-tb;
    font-size: 2rem;
    padding-left: 15px;
  }
  .top-benefits .top-benefits__catch::after {
    border: none;
  }
  .top-benefits .top-benefits-contents {
    padding-right: 0px;
  }
  .top-benefits dl {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .top-benefits dl dd {
    border-bottom: 1px solid #363636;
    padding-bottom: 43px;
  }
  .top-benefits dl.num01 {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .top-benefits dl.num02 {
    border-right: none;
    padding-right: 0px;
  }
  .top-benefits dl.num03 {
    padding-left: 0px;
  }
  .top-benefits .col + .col {
    margin-top: 0px;
  }
}

.top-spot {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 490px);
  background: #f0f0f0;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  margin-bottom: 210px;
}
@media screen and (max-width: 599px) {
  .top-spot {
    margin-right: 0px;
    padding-right: 15px;
    width: 100%;
  }
}

.top-access {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  background: #363636;
  color: #fff;
}
.top-access .btn-viewall {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.top-access table {
  width: 100%;
  margin-bottom: 60px;
}
.top-access tr {
  border-bottom: 0.5px solid #fff;
}
.top-access tr:last-child {
  border: none;
}
.top-access th {
  font-size: 1.25rem;
  width: 315px;
  vertical-align: top;
  padding-top: 35px;
  padding-bottom: 35px;
}
.top-access td {
  padding: 35px 20px;
}
.top-access .info-tel {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .top-access th {
    width: auto;
    white-space: nowrap;
  }
}

.top-news {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  margin-top: 50px;
}
.top-news li {
  list-style: none;
}
.top-news .top-news-category {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.top-news .top-news-wrap {
  max-width: 100%;
  width: 100%;
}
.top-news .top-news-article li {
  padding: 30px 0px;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.top-news .top-news-article li:first-child {
  border-top: 1px solid #d3d3d3;
}
.top-news .top-news-article .news__date {
  font-weight: bold;
  margin-right: 37px;
}
.top-news .top-news-article .news__category {
  font-weight: bold;
}
.top-news .top-news-article .row {
  justify-content: space-between;
}
.top-news .top-news-article .thum-box {
  width: 195px;
  height: 195px;
}
.top-news .top-news-article .blog__image {
  width: 195px;
  border-radius: 30px;
}
.top-news .top-news-article .blog__image img {
  border-radius: 30px;
}
.top-news .top-news-article .blog__info {
  max-width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  width: 195px;
}
.top-news .top-news-article .col + .col {
  margin-left: 0px;
}
.top-news .top-news-article#blog li {
  border: none;
}
@media screen and (max-width: 599px) {
  .top-news .top-news-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .top-news .top-news-article li {
    padding: 10px 0px;
  }
  .top-news .top-news-wrap {
    margin-bottom: 40px;
  }
  .top-news .top-news-article .thum-box {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  .top-news .top-news-article .blog__image,
  .top-news .top-news-article .blog__info {
    width: 100%;
  }
}

.news-menu__list-item {
  color: #d3d3d3;
}
.news-menu__list-item.active {
  color: #000;
}
@media screen and (max-width: 599px) {
  .news-menu__list {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.top-gallery {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
  .top-gallery.layout-section {
    padding: 0px;
  }
}

.top-contact {
  background: #4d4d4d;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 80px;
  margin-bottom: 0px;
  color: #fff;
}
.top-contact .btn {
  width: 480px;
  max-width: 100%;
  background: #fff;
  color: #262525;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  padding: 0px;
  justify-content: center;
}
.top-contact .contact-tel {
  font-size: 2.69rem;
  color: #fff;
  line-height: 1;
  padding-left: 40px;
  background: url(../img/index/contact/ico--tel-white.svg) left top 12px no-repeat;
}
.top-contact__image {
  width: 283px;
  max-width: 100%;
  margin-top: 40px;
}

.top-review__image {
  width: 360px;
  max-width: 100%;
}
.top-review__image img {
  width: 255px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-review__contents {
  width: 680px;
  max-width: 100%;
}
.top-review__contents #CDSWIDSSP {
  width: 100% !important;
}
.top-review__contents #CDSWIDSSP .withBorder {
  border: none !important;
}

/*PAGE共通*/
.catch {
  height: 500px;
  background-size: 100% 220px, cover;
  background-repeat: no-repeat;
  background-position: bottom center, center center;
}
@media screen and (max-width: 599px) {
  .catch {
    height: 300px;
  }
}

.catch-rooms {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--rooms.jpg);
}

.catch-breakfast {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--breakfast.jpg);
}

.catch-about {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--about.jpg);
}

.catch-faq {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--faq.jpg);
}

.catch-news {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--news.jpg);
}

.catch-guide {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--guide.jpg);
}

.catch-contact {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--contact.jpg);
}

.catch-privacy {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--privacy.jpg);
}

.catch-bicycle {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 87%, #fff), url(../img/common/catch/bgi--bicycle.jpg);
}

.room .catch {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  padding: 0px;
  width: calc(50vw + 438px);
  height: 647px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 599px) {
  .room .catch {
    width: 100%;
    height: 200px;
    background-size: cover;
  }
}

.catch-twin {
  background-image: url(../img/common/catch/bgi--rooms-twin.jpg);
}

.catch-single {
  background-image: url(../img/common/catch/bgi--rooms-single.jpg);
}

.catch-jw {
  background-image: url(../img/common/catch/bgi--rooms-hwtwin.jpg);
}

.catch-dxtwin {
  background-image: url(../img/common/catch/bgi--rooms-dxtwin.jpg);
}

.catch-double {
  background-image: url(../img/common/catch/bgi--rooms-double.jpg);
}

.catch-triple {
  background-image: url(../img/common/catch/bgi--rooms-triple.jpg);
}

/*Rooms*/
.rooms-list.row {
  justify-content: space-between;
  align-items: end;
}
.rooms-list__item {
  list-style: none;
  width: 404px;
  max-width: 100%;
  margin-bottom: 85px;
}
.rooms-list__title {
  font-size: 3.13rem;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 8.5px;
}
.rooms-list__title-jp {
  font-size: 1.13rem;
  line-height: 1;
  margin-left: 10px;
}
.rooms-list__title-sub {
  font-size: 1.31rem;
  line-height: 1;
  display: block;
}
.rooms-list__image {
  position: relative;
  margin-bottom: 16px;
}

.rooms-list-tag {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #a4abaf;
  right: 10px;
  top: -40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.rooms-list-tag__text {
  width: 100%;
  text-align-last: center;
}
.rooms-list-tag__image {
  padding-top: 7px;
}

.rooms-reason {
  background: url(../img/guest-room/reason/bgi--01.png) top center repeat-x, linear-gradient(to bottom, rgba(164, 171, 175, 0) 0px 70px, rgb(164, 171, 175) 70px);
  background-size: 100% 75px, cover;
  padding-top: 125px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 438px);
  padding-right: calc(50vw - 438px);
}
@media screen and (max-width: 599px) {
  .rooms-reason {
    background: url(../img/guest-room/reason/bgi--01.svg) top center repeat-x, linear-gradient(to bottom, rgba(164, 171, 175, 0) 0px 30px, rgb(164, 171, 175) 30px);
    background-size: auto 30px, cover;
    margin-left: 0px;
    margin-right: 0px;
    padding: 60px 0px;
  }
}

.rooms-reason-wrap.layout-main-column {
  margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
  .rooms-reason-wrap.layout-main-column {
    padding: 0px;
  }
}

.rooms-reason-list {
  list-style: none;
}
.rooms-reason-list.row {
  justify-content: space-between;
}
.rooms-reason-list__item {
  width: 414px;
  max-width: 100%;
  background: #fff;
  border-radius: 80px;
  text-align: center;
  position: relative;
  padding: 50px 35px;
  margin-bottom: 74px;
  box-sizing: border-box;
}
.rooms-reason-list__item::before {
  content: "";
  font-size: 4.38rem;
  color: #fffdfd;
  opacity: 0.3;
  font-family: FuturaPT-Demi, futura-pt, sans-serif;
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 0px;
  line-height: 1;
}
.rooms-reason-list__item:nth-of-type(1)::before {
  content: "1";
}
.rooms-reason-list__item:nth-of-type(2)::before {
  content: "2";
}
.rooms-reason-list__item:nth-of-type(3)::before {
  content: "3";
}
.rooms-reason-list__item:nth-of-type(4)::before {
  content: "4";
}
.rooms-reason-list__title {
  font-size: 1.13rem;
  font-weight: bold;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 39px;
}
@media screen and (max-width: 599px) {
  .rooms-reason-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Breakfast */
.downtown-gallery__slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 60px;
  margin-bottom: 60px;
}

/*Access*/
.access-section {
  text-align: center;
  margin-bottom: 150px;
}
.access-section .title-lv3 {
  padding-bottom: 18px;
  background: url(../img/about/access/lin--dot.jpg) bottom center repeat-x;
  margin-bottom: 55px;
}

/*FAQ*/
.faq-cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}
.faq-cat-list li {
  background: #a4abaf;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 55px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.faq-cat-list li:nth-of-type(5n) {
  margin-right: 0px;
}
.faq-cat-list li a {
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .faq-cat-list li {
    margin: 15px;
  }
  .faq-cat-list li:nth-of-type(5n) {
    margin-right: 15px;
  }
}

.faq dt {
  background: #a4abaf;
  color: #fff;
  font-size: 1.13rem;
  width: 100%;
  padding: 14px 25px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.faq dd {
  padding-left: 25px;
  margin-bottom: 70px;
  box-sizing: border-box;
}

/*Rooms個別ページ*/
.rooms-gallery {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.rooms-gallery .rooms-page-slider .slick-dots {
  text-align: center;
  bottom: -55px;
}
.rooms-gallery .slick-slide {
  height: 654px;
}
.rooms-gallery .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms-gallery .slick-next {
  width: 105px;
  right: -44px;
}
.rooms-gallery .slick-next:before {
  content: url(../img/common/btn/ico--arrow-right.svg);
}
.rooms-gallery .slick-prev {
  z-index: 8;
  left: -44px;
}
.rooms-gallery .slick-prev:before {
  content: url(../img/common/btn/ico--arrow-left.svg);
}
.rooms-gallery__inner1 {
  width: 980px;
  max-width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.rooms-gallery__inner1::before {
  content: url(../img/common/slider/pic--layer-tl.svg);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.rooms-gallery__inner1::after {
  content: url(../img/common/slider/pic--layer-tr.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.rooms-gallery__inner2 {
  width: 980px;
  max-width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.rooms-gallery__inner2::before {
  content: url(../img/common/slider/pic--layer-bl.svg);
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 1;
}
.rooms-gallery__inner2::after {
  content: url(../img/common/slider/pic--layer-br.svg);
  position: absolute;
  bottom: -10px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .rooms-gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rooms-gallery .slick-next {
    width: 50px;
    right: -10px;
  }
  .rooms-gallery .slick-next:before {
    content: url(../img/common/btn/ico--arrow-right-sp.svg);
  }
  .rooms-gallery .slick-prev {
    left: -10px;
  }
  .rooms-gallery .slick-prev:before {
    content: url(../img/common/btn/ico--arrow-left-sp.svg);
  }
  .rooms-gallery .slick-slide {
    height: 250px;
  }
  .rooms-gallery .slick-slide img {
    object-fit: cover;
  }
  .rooms-gallery__inner1::before, .rooms-gallery__inner2::before {
    left: -2px;
  }
  .rooms-gallery__inner1::after, .rooms-gallery__inner2::after {
    right: -2px;
  }
}

.rooms-layout__image {
  width: 705px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  display: block;
}
.rooms-layout .table-ptn--01 {
  color: #fff;
}
.rooms-layout .table-ptn--01 td {
  padding: 15px 10px;
}
.rooms-layout .table-ptn--01 tr {
  border-bottom-color: #fff;
}

.rooms-amenity .col + .col {
  margin-left: 0px;
}
.rooms-amenity__list {
  margin: 40px auto;
  border-top: 0.75px solid #a4abaf;
  border-bottom: 0.75px solid #a4abaf;
  padding: 40px;
  width: 876px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .rooms-amenity__list {
    padding: 15px;
  }
}

.rooms-facilities__list {
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.rooms-facilities__list li {
  width: 150px;
  text-align: center;
  margin-bottom: 35px;
}
.rooms-facilities__list:first-of-type {
  margin-bottom: 50px;
}
.rooms-facilities__title {
  margin-bottom: 30px;
  font-size: 1.13rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .rooms-facilities__list.row {
    display: flex;
    flex-wrap: wrap;
  }
  .rooms-facilities__list li {
    width: 48%;
  }
}

.rooms-point {
  width: 735px;
  max-width: 100%;
  padding-left: 82.8px;
  padding-right: 82.8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 300px;
  margin: 126px auto 0px;
  box-sizing: border-box;
}
.rooms-point__title {
  font-size: 4.56rem;
  text-align: center;
  margin-bottom: 253.6px;
  position: absolute;
  top: -35px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
.rooms-point__01 {
  background-image: url(../img/guest-room/common/reasons/bgi--01.jpg);
}
.rooms-point__02 {
  background-image: url(../img/guest-room/common/reasons/bgi--02.jpg);
}
@media screen and (max-width: 599px) {
  .rooms-point {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
  }
  .rooms-point__title {
    font-size: 3rem;
    margin-bottom: 100px;
    width: 100%;
    top: -25px;
  }
}

.rooms-contact {
  background: #a4abaf;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 80px;
  margin-bottom: 220px;
  color: #fff;
}
.rooms-contact .btn {
  width: 480px;
  max-width: 100%;
  background: #fff;
  color: #a4abaf;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  padding: 0px;
  justify-content: center;
}
.rooms-contact .contact-tel {
  font-size: 2.69rem;
  color: #fff;
  line-height: 1;
  padding-left: 40px;
  background: url(../img/guest-room/common/contact/ico--tel.svg) left top 12px no-repeat;
}
.rooms-contact__image {
  width: 283px;
  max-width: 100%;
  margin-top: 40px;
}

.rooms-other {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}
.rooms-other li {
  width: 316px;
  max-width: 100%;
  list-style: none;
  margin-bottom: 112px;
}
.rooms-other li.active .rooms-other__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.rooms-other__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 3.31rem;
  position: absolute;
  color: #a4abaf;
  opacity: 0.1;
  line-height: 1;
  top: -25px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.rooms-other__title {
  font-weight: bold;
  font-size: 1.12rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rooms-other__image {
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.rooms-other__item {
  position: relative;
  text-align: center;
  color: #a4abaf;
}
.rooms-other__item:hover {
  opacity: 1;
}
.rooms-other__item:hover img {
  opacity: 1;
}
.rooms-other__item:hover .rooms-other__title-en {
  top: -43px;
  opacity: 1;
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (max-width: 599px) {
  .rooms-other li {
    width: 100%;
    margin-bottom: 50px;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    top: -25px;
  }
  100% {
    opacity: 1;
    top: -43px;
  }
}
/*観光ガイド*/
.spot-search {
  margin-bottom: 57px;
}
.spot-search .u-line-dot {
  text-align: center;
  font-weight: bold;
}
.spot-search .btn {
  width: 100%;
}
.spot-search .col + .col {
  margin-left: 8px;
}
@media screen and (max-width: 599px) {
  .spot-search .col + .col {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.spot-cat__image {
  margin-bottom: 160px;
}
.spot-cat__list-item {
  height: 72px;
  border-radius: 13px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.spot-cat__list-item img {
  margin-right: 10px;
}
.spot-cat__list-item.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #a4abaf;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.spot-cat__list-item.showall {
  background-color: #a4abaf;
}
.spot-cat__list-item.showall.active::after {
  border-top: 12px solid #a4abaf;
}
.spot-cat__list-item.way-0 {
  background-color: #e9b8b8;
}
.spot-cat__list-item.way-0.active::after {
  border-top: 12px solid #e9b8b8;
}
.spot-cat__list-item.way-1 {
  background-color: #a7bfd2;
}
.spot-cat__list-item.way-1.active::after {
  border-top: 12px solid #a7bfd2;
}
.spot-cat__list-item.way-2 {
  background-color: #d8d5a8;
}
.spot-cat__list-item.way-2.active::after {
  border-top: 12px solid #d8d5a8;
}
@media screen and (max-width: 599px) {
  .spot-cat__image {
    margin-bottom: 50px;
  }
  .spot-cat__list-item img,
  .spot-cat .showall img {
    margin-right: 0px;
  }
  .spot-cat__list.row {
    display: flex;
  }
  .spot-cat__list .col + .col {
    margin-top: 0px;
  }
}

.showall {
  height: 72px;
  border-radius: 13px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  background-color: #a4abaf;
}
.showall img {
  margin-right: 10px;
}
.showall.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #a4abaf;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  border-top: 12px solid #a4abaf;
}
.showall.spot-cat__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .showall .showall img {
    margin-right: 0px;
  }
}

.area_guide-spot-way {
  width: 154px;
  height: 59px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  position: relative;
  margin-bottom: 27px;
}
.area_guide-spot-way .time {
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  left: 50%;
}
.area_guide-spot-way .time .min {
  font-size: 1.13rem;
}
.area_guide-spot-way.way-0 {
  background-image: url(../img/area-guide/ico--way-0-time.svg);
}
.area_guide-spot-way.way-1 {
  background-image: url(../img/area-guide/ico--way-1-time.svg);
}
.area_guide-spot-way.way-1 .time {
  left: 60%;
}
.area_guide-spot-way.way-2 {
  background-image: url(../img/area-guide/ico--way-2-time.svg);
}

@media screen and (max-width: 599px) {
  .spot-info .u-margin-bottom--max {
    margin-bottom: 50px;
  }
}

.spot-info-list {
  margin-bottom: 170px;
}
.spot-info-list .col + .col {
  margin-left: 38px;
}
.spot-info-list .btn {
  width: 156px;
  height: 38px;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 20px;
  font-size: 1rem;
}
.spot-info-list .spot-photo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
.spot-info-list .u-bg-blue {
  font-size: 0.81rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.spot-info-list .bus-stop {
  text-align: center;
  width: 100%;
}
.spot-info-list .bus-stop th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.spot-info-list .bus-stop td {
  border-right: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}
.spot-info-list .bus-stop th:last-of-type,
.spot-info-list .bus-stop td:last-of-type {
  border-right: none;
}
@media screen and (max-width: 599px) {
  .spot-info-list {
    margin-bottom: 50px;
  }
  .spot-info-list .col + .col {
    margin-left: 0px;
  }
}

.spot-info-detail .spot-info-list {
  margin-bottom: 60px;
}
.spot-info-detail .btn {
  width: auto;
}

/*お問い合わせ*/
.contact-info table {
  width: 488px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-info table tr:first-of-type {
  border-bottom: 1px solid #fff;
}
.contact-info table td {
  padding-left: 20px;
}
.contact-info .contact-tel {
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 599px) {
  .contact-info table td {
    padding-left: 5px;
  }
  .contact-info .contact-tel {
    font-size: 1.5rem;
  }
}

/*プライバシーポリシー*/
.privacy .page-title {
  letter-spacing: 5px;
  font-size: 8.44rem;
}
.privacy .privacy-section {
  margin-bottom: 60px;
}
.privacy .privacy-section:first-of-type {
  margin-top: 125px;
}
.privacy .privacy-section ul {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .privacy .page-title {
    font-size: 2.5rem;
    letter-spacing: 15px;
  }
}

/*サイトマップ*/
.list--sitemap {
  list-style: none;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.list--sitemap li {
  width: 100%;
  padding: 5px 0px;
  line-height: 1;
  margin-bottom: 60px;
}
.list--sitemap li:last-child {
  margin-bottom: 0px;
}
.list--sitemap li a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: futura-pt, sans-serif;
  font-size: 3.44rem;
}
.list--sitemap__jp {
  font-size: 0.88rem;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .list--sitemap {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .list--sitemap li {
    margin-bottom: 20px;
  }
  .list--sitemap li a {
    font-size: 2rem;
  }
}

.list--sitemap-rooms {
  margin-bottom: 60px;
}
.list--sitemap-rooms .list--sitemap-rooms-list {
  display: flex;
  flex-wrap: wrap;
}
.list--sitemap-rooms .list--sitemap-rooms-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 599px) {
  .list--sitemap-rooms .list--sitemap-rooms-list {
    height: auto;
  }
}
.list--sitemap-rooms li {
  list-style: none;
  margin-bottom: 30px;
  width: 188px;
  margin-right: 156px;
}
.list--sitemap-rooms li:nth-child(3n) {
  margin-right: 0px;
}
.list--sitemap-rooms .list--sitemap {
  padding-top: 0px;
}
.list--sitemap-rooms__title {
  color: #000000;
  font-size: 1.75rem;
}
.list--sitemap-rooms__image {
  display: block;
  margin-bottom: 10px;
}
.list--sitemap-rooms__name {
  color: #000000;
  font-size: 1.88rem;
  line-height: 1;
  position: relative;
}
.list--sitemap-rooms__name::after {
  content: url(../img/common/btn/ico--arrow-line.svg);
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.list--sitemap-rooms__name-sub {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .list--sitemap-rooms {
    margin-top: 20px;
  }
  .list--sitemap-rooms .list--sitemap-rooms-list {
    height: auto;
    max-height: none;
    justify-content: space-between;
  }
  .list--sitemap-rooms li {
    width: 45%;
    margin-right: 0px;
  }
  .list--sitemap-rooms li:nth-child(3n) {
    margin-right: 0px;
  }
}

.list--sitemap-other {
  list-style: none;
  font-size: 1.25rem;
  font-weight: bold;
}
.list--sitemap-other li {
  margin-bottom: 38px;
}
@media screen and (max-width: 599px) {
  .list--sitemap-other li {
    margin-bottom: 20px;
  }
}

.list--sitemap-bottom {
  list-style: none;
}
.list--sitemap-bottom li {
  margin-right: 38px;
  font-size: 0.88rem;
}

/*おすすめポイント*/
.feature-list {
  margin-bottom: 110px;
}
.feature-list.row {
  justify-content: space-between;
}
.feature-list.row .feature-list__image {
  width: 477px;
  max-width: 100%;
}
.feature-list.row .feature-list__image img {
  margin-bottom: 70px;
}
.feature-list.row .feature-list__contents {
  width: 362px;
  max-width: 100%;
}
.feature-list .feature-list__image {
  position: relative;
}
.feature-list .feature-list__image::before {
  content: "#01";
  position: absolute;
  top: -30px;
  left: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 2.13rem;
  font-weight: 300;
}
.feature-list .title-lv1, .feature-list .news-menu__list-item {
  font-size: 2.13rem;
  margin-bottom: 23px;
}
.feature-list .title-other-02 {
  line-height: normal;
}
.feature-list.feature-01 .feature-list__image::before {
  content: "#01";
}
.feature-list.feature-01 .btn-viewall {
  margin-left: auto;
  margin-right: auto;
  width: 170px;
}
.feature-list.feature-02 .feature-list__image::before {
  content: "#02";
}
.feature-list.feature-03 .feature-list__image::before {
  content: "#03";
}
.feature-list.feature-04 .feature-list__image::before {
  content: "#04";
}
.feature-list.feature-05 .feature-list__image::before {
  content: "#05";
}
.feature-list.feature-06 .feature-list__image::before {
  content: "#06";
}
.feature-list.feature-07 .feature-list__image::before {
  content: "#07";
}
.feature-list.feature-08 .feature-list__image::before {
  content: "#08";
}
.feature-list.feature-09 .feature-list__image::before {
  content: "#09";
}
.feature-list.feature-10 .feature-list__image::before {
  content: "#10";
}

.feature-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.feature-slider .feature-list__image {
  margin-bottom: 42px;
}
.feature-slider .feature-list {
  padding: 20px;
}

.feature-amenity .u-bg-gray.u-bg-round, .feature-amenity .u-bg-round.contact-info {
  padding: 93px 105px 77px;
}

.feature-rental .u-bg-gray.u-bg-round, .feature-rental .u-bg-round.contact-info {
  background-color: #e4e5e6;
  color: #596369;
  padding: 93px 105px 77px;
}

@media screen and (max-width: 599px) {
  .feature-amenity .u-bg-gray.u-bg-round, .feature-amenity .u-bg-round.contact-info,
  .feature-rental .u-bg-gray.u-bg-round,
  .feature-rental .u-bg-round.contact-info {
    padding: 30px 15px;
  }
  .feature-amenity .row,
  .feature-rental .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature-amenity .col,
  .feature-rental .col {
    width: 45%;
    flex-basis: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .feature-amenity .col + .col,
  .feature-rental .col + .col {
    margin-top: 0px;
  }
}

/*改善事例*/
.improvement-lead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 43px 47px 27px;
}
@media screen and (max-width: 599px) {
  .improvement-lead {
    padding: 15px;
  }
}

.improvement-case {
  padding-bottom: 115px;
  border-bottom: 1px solid #000;
}
.improvement-case:last-of-type {
  border-bottom: none;
}
.improvement-case .title-line-bottom {
  display: inline-block;
  font-size: 0.88rem;
  margin-bottom: 12px;
}
.improvement-case .u-color-gray {
  font-weight: bold;
  font-size: 0.88rem;
}
.improvement-case .col {
  position: relative;
}
.improvement-case .col:first-of-type::before {
  content: url(../img/improvement/ico--arrow.svg);
  position: absolute;
  top: 140px;
  right: -35px;
}
@media screen and (max-width: 599px) {
  .improvement-case .col:first-of-type::before {
    content: "";
  }
}
.improvement-case .col .thum-box {
  width: 400px;
  height: 257px;
  max-width: 100%;
}

.longstay-problem {
  margin-top: 100px;
}
.longstay-problem .title-line-bottom {
  background-image: url(../img/other/longstay/problem/lin--bottom.svg);
  text-align: center;
  font-size: 1.13rem;
  margin-bottom: 50px;
}

.longstay-contact {
  background: #a4abaf;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 80px;
  margin-bottom: 220px;
  color: #fff;
}
.longstay-contact .layout-main-column {
  margin-top: 0px;
  margin-bottom: 0px;
}
.longstay-contact .row {
  justify-content: space-between;
  align-items: center;
}
.longstay-contact .btn {
  width: 480px;
  max-width: 100%;
  background: #fff;
  color: #a4abaf;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  padding: 0px;
  justify-content: center;
  font-size: 1rem;
  height: 120px;
}
.longstay-contact .contact-tel {
  font-size: 2.69rem;
  color: #fff;
  line-height: 1;
  padding-left: 40px;
  background: url(../img/guest-room/common/contact/ico--tel.svg) left top 12px no-repeat;
}
@media screen and (max-width: 599px) {
  .longstay-contact {
    margin-bottom: 80px;
  }
  .longstay-contact .btn {
    height: 80px;
    margin-top: 20px;
  }
}

.longstay-rooms .rooms-other li {
  width: 255px;
}
.longstay-rooms .btn-viewall {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .longstay-rooms .rooms-other li {
    width: 100%;
    margin-bottom: 50px;
  }
}

.longstay-payment .u-bg-gray.u-bg-round, .longstay-payment .u-bg-round.contact-info {
  border-radius: 15px;
  padding: 40px 60px;
  margin-bottom: 42px;
}
.longstay-payment .row {
  align-items: center;
}
.longstay-payment li {
  border-bottom: 1px solid #fff;
  padding: 35px 30px;
}
.longstay-payment li:last-of-type {
  border: none;
}
.longstay-payment__title {
  width: 130px;
  text-align: center;
  margin-right: 50px;
}
.longstay-payment__contents {
  width: 515px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .longstay-payment__title {
    margin-right: auto;
    margin-left: auto;
  }
  .longstay-payment .u-bg-gray.u-bg-round, .longstay-payment .u-bg-round.contact-info {
    padding: 15px;
  }
  .longstay-payment .u-font-bold {
    margin-bottom: 15px;
  }
  .longstay-payment li {
    padding: 30px 15px;
  }
}

.longstay-nearby {
  background: #363636;
  color: #fff;
}
.longstay-nearby .layout-main-column {
  padding-top: 70px;
  padding-bottom: 70px;
}
.longstay-nearby__list {
  width: 280px;
  margin-right: 18px;
  list-style: none;
  margin-bottom: 90px;
  position: relative;
  padding-bottom: 90px;
}
.longstay-nearby__list:nth-of-type(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 599px) {
  .longstay-nearby .row {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .longstay-nearby__list {
    width: 45%;
    margin-right: 0px;
  }
}

.longstay-access .btn {
  background: #a4abaf;
  font-size: 1rem;
}
.longstay-access__title {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #717b81;
  font-weight: bold;
  margin-bottom: 68px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.longstay-access-list:last-of-type {
  margin-bottom: 110px;
}
.longstay-access-list .row {
  justify-content: space-between;
  align-items: center;
}
.longstay-access-list address.row {
  justify-content: flex-end;
}
.longstay-access-list address.row img {
  display: block;
  margin-left: 10px;
}
.longstay-access-list table {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 50px;
}
.longstay-access-list th {
  background: #c9d9e6;
  white-space: nowrap;
}
.longstay-access-list th,
.longstay-access-list td {
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #101010;
  box-sizing: border-box;
  white-space: nowrap;
}
.longstay-access-list td:last-of-type {
  text-align: left;
  width: 530px;
  max-width: 100%;
  white-space: normal;
}
@media screen and (max-width: 599px) {
  .longstay-access-list address.row {
    display: flex;
    justify-content: flex-start;
  }
  .longstay-access-list th,
  .longstay-access-list td {
    padding: 10px;
  }
}

/*検索パネル*/
/* 検索ボタンの文字色と背景色 */
.directin-sp-form .directin-sp-form-submit-button button {
  color: #999677;
  background: #fff;
}

/* 宿泊日カレンダーの選択済日付の文字色と背景色 */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
ｓ .flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #ffffff;
  background: #999677;
  border-color: #999677;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #999677;
  box-shadow: -10px 0 0 #999677;
}

/* 宿泊日・日程未定・人数・客室数の文字色 */
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
  font-size: 1.13rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .directin-sp-form .directin-sp-form-input-group div.directin-sp-form-input:nth-last-child(1) {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 599px) {
  .directin-sp-form .directin-sp-form-input-group .directin-sp-form-input label .directin-sp-form-checkbox-label {
    font-size: 1.13rem;
  }
}

@media screen and (max-width: 599px) {
  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type=text] {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 599px) {
  .search-panel-frame {
    margin-bottom: 20px;
  }
}

/* Loading */
.loading {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
}

.loading .loading__anime {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.dot-falling {
  position: relative;
  left: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #e9b8b8;
  color: #e9b8b8;
  box-shadow: 9999px 0 0 0 #e9b8b8;
  -webkit-animation: dot-falling 1.5s infinite linear;
  animation: dot-falling 1.5s infinite linear;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dot-falling::before,
.dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-falling::before {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #a7bfd2;
  color: #a7bfd2;
  left: -35px;
  -webkit-animation: dot-falling-before 1.5s infinite linear;
  animation: dot-falling-before 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dot-falling::after {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #d8d5a8;
  color: #d8d5a8;
  top: 50px;
  left: -13px;
  -webkit-animation: dot-falling-after 1.5s infinite linear;
  animation: dot-falling-after 1.5s infinite linear;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes dot-falling {
  0% {
    box-shadow: 9999px -100px 0 0 rgba(167, 191, 210, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #a7bfd2;
  }
  100% {
    box-shadow: 9999px 100px 0 0 rgba(167, 191, 210, 0);
  }
}
@keyframes dot-falling {
  0% {
    box-shadow: 9999px -100px 0 0 rgba(167, 191, 210, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #a7bfd2;
  }
  100% {
    box-shadow: 9999px 100px 0 0 rgba(167, 191, 210, 0);
  }
}
@-webkit-keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -100px 0 0 rgba(233, 184, 184, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #e9b8b8;
  }
  100% {
    box-shadow: 9984px 100px 0 0 rgba(233, 184, 184, 0);
  }
}
@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -100px 0 0 rgba(233, 184, 184, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #e9b8b8;
  }
  100% {
    box-shadow: 9984px 100px 0 0 rgba(233, 184, 184, 0);
  }
}
@-webkit-keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -100px 0 0 rgba(216, 213, 168, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #d8d5a8;
  }
  100% {
    box-shadow: 10014px 100px 0 0 rgba(216, 213, 168, 0);
  }
}
@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -100px 0 0 rgba(216, 213, 168, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #d8d5a8;
  }
  100% {
    box-shadow: 10014px 100px 0 0 rgba(216, 213, 168, 0);
  }
}
.leaflet-container {
  z-index: 1;
}

.top-concept__slide {
  width: 100%;
  height: 670px;
  position: relative;
}
.top-concept .intro-slide {
  position: relative;
  width: 100%;
}
.top-concept .intro-slide img {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.4s;
}
.top-concept .intro-slide img.intro-slide__01 {
  z-index: 5;
}
.top-concept .intro-slide img.intro-slide__02 {
  z-index: 4;
}
.top-concept .intro-slide img.intro-slide__03 {
  z-index: 3;
}
.top-concept .intro-slide img.intro-slide__01.is-not-show, .top-concept .intro-slide img.intro-slide__02.is-not-show, .top-concept .intro-slide img.intro-slide__03.is-not-show {
  opacity: 0;
  top: 0;
  left: 400px;
}
.top-concept .intro-slide-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 6;
}
@media screen and (max-width: 599px) {
  .top-concept .intro-slide {
    margin-top: 0px;
    height: 335px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .top-concept .intro-slide-nav {
    top: 50%;
    bottom: auto;
  }
  .top-concept .intro-slide-nav a {
    width: 30px;
    display: block;
  }
  .top-concept__slide {
    height: auto;
  }
}

.gallery-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto;
}
.gallery-list li {
  width: 31%;
  margin: 10px;
}
.gallery-list li a {
  width: 100%;
  height: 200px;
  display: block;
}
.gallery-list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .gallery-list li {
    width: 100%;
  }
}

.link-parking {
  color: #fff;
  text-decoration: underline;
}

.page-bicycle .layout-lead {
  margin-bottom: 100px;
}
.page-bicycle .rooms-gallery .slick-slide img {
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .page-bicycle .rooms-gallery .slick-slide {
    height: 280px;
  }
}

.bicycle-price {
  color: #777777;
  background: url(../img/rental-bicycle/ico--bicycle.svg) left bottom 260px/100% auto no-repeat;
}
.bicycle-price .u-bg-gray, .bicycle-price .contact-info {
  background: #f4f4f4;
  border: #dddddd;
  color: #000000;
  width: 315px;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.bicycle-price .u-bg-gray.u-bg-round, .bicycle-price .u-bg-round.contact-info {
  border-radius: 30px;
  padding: 30px 40px;
}
.bicycle-price .table-ptn--04 th,
.bicycle-price .table-ptn--04 td {
  font-size: 1.13rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .bicycle-price {
    background: none;
  }
}

.bicycle-caution {
  width: 595px;
  max-width: 100%;
  font-size: 0.88rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.bicycle-contact {
  width: 555px;
  max-width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #080808;
  border-bottom: 1px solid #080808;
  padding: 44px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
.bicycle-contact img {
  margin-right: 10px;
}

.philosophy {
  text-align: center;
}
.philosophy ul {
  padding: 45px 60px;
  text-align: left;
  border: 1px solid #000000;
  width: 70%;
  margin: 40px auto;
}
@media screen and (max-width: 599px) {
  .philosophy ul {
    width: calc(100% - 40px);
    padding: 22.5px 15px 22.5px 30px;
  }
}

.company-table, .history-table {
  width: 100%;
}
.company-table th, .history-table th {
  text-align: center;
  padding-left: 0;
  width: 46%;
  max-width: 325px;
}
@media screen and (max-width: 599px) {
  .company-table th, .history-table th {
    text-align: left;
    width: 40%;
    white-space: unset;
  }
}
@media screen and (max-width: 599px) {
  .company-table td, .history-table td {
    text-align: left;
    width: 60%;
  }
}

.history-table tr {
  border-bottom: none;
}
.history-table th {
  position: relative;
  width: 28.2%;
  max-width: 200px;
}
.history-table th::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 32.5px;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .history-table th {
    width: 20%;
  }
}
.history-table td {
  width: 71.8%;
  padding-left: 35.5px;
}
@media screen and (max-width: 599px) {
  .history-table td {
    width: 80%;
    padding-left: 12.5px;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--x-small {
  font-size: 0.81rem;
}

.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.33rem;
}

.u-font-size--xx-large {
  font-size: 1.75rem;
}

.u-font-size--xxx-large {
  font-size: 1.88rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #E26355;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.u-color-sub {
  color: #ffffff;
}

.u-color-gray {
  color: #A4ABAF;
}

.u-ff-en, .global-nav-rooms__title, .global-nav-rooms__name, .page-section-title__en, .post__date, .post__cat, .news-list li .news-list__date, .top-benefits .number, .top-access th, .top-contact .contact-tel, .rooms-list__title, .rooms-list__title-sub, .rooms-point__title, .rooms-contact .contact-tel, .contact-info .contact-tel, .list--sitemap-rooms__title, .list--sitemap-rooms__name, .longstay-contact .contact-tel {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

.u-font-italic {
  font-style: italic;
}

/*.u-ff-sans{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;	
}*/
/* マーカーの設定 */
.u-marker-yellow {
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-border, .rooms-facilities__title {
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.u-line-dot {
  background: url(../img/common/line/lin--dots.svg) bottom center repeat-x;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--medium {
  margin-bottom: 40px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--large {
    margin-bottom: 40px;
  }
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--x-large {
    margin-bottom: 60px;
  }
}

.u-margin-bottom--xx-large {
  margin-bottom: 130px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--xx-large {
    margin-bottom: 60px;
  }
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--max {
    margin-bottom: 120px;
  }
}

/* 改行の設定 */
.u-br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br-sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-br-notsp {
    display: none;
  }
}

/* 親の幅を超える設定 */
.u-over-parent, .top-main, .top-weather, .top-access, .top-contact, .catch, .rooms-layout, .rooms-contact, .contact-info, .longstay-contact, .longstay-nearby {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 550px);
  padding-right: calc(50vw - 550px);
}
@media screen and (max-width: 599px) {
  .u-over-parent, .top-main, .top-weather, .top-access, .top-contact, .catch, .rooms-layout, .rooms-contact, .contact-info, .longstay-contact, .longstay-nearby {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

.u-fr-gray {
  background: #fff;
  border: 2px solid #EDECEB;
  border-radius: 20px;
  box-shadow: 3px 3px 6px #E5E5E5;
  padding: 50px;
  position: relative;
  font-family: noto-sans-cjk-jp, sans-serif;
  box-sizing: border-box;
}
.u-fr-gray:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -13px;
  border: 20px solid transparent;
  border-bottom: 40px solid #FFF;
  z-index: 2;
}
.u-fr-gray:after {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  margin-left: -15px;
  border: 22px solid transparent;
  border-bottom: 42px solid #EDECEB;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .u-fr-gray {
    padding: 10px;
  }
}

.u-bg-gray, .contact-info {
  background: #A4ABAF;
  padding-top: 65px;
  padding-bottom: 65px;
  color: #fff;
}
.u-bg-gray.u-bg-round, .u-bg-round.contact-info {
  border-radius: 80px;
  padding: 50px 120px 15px;
}
@media screen and (max-width: 599px) {
  .u-bg-gray, .contact-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .u-bg-gray.u-bg-round, .u-bg-round.contact-info {
    border-radius: 30px;
    padding: 30px 15px;
  }
}

.u-bg-blue {
  background-color: #A7BFD2;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 0ex 15px;
}

/*カラムの設定*/
.row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .row {
    display: block;
    flex-wrap: nowrap;
  }
}

.col,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 599px) {
  .col,
  .col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col + .col {
  margin-left: 60px;
}
@media screen and (max-width: 599px) {
  .col + .col {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .sp-reverse {
    display: flex;
    flex-flow: wrap-reverse;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*//*# sourceMappingURL=master.css.map */