@charset "UTF-8";
/*!--------------------------------------
□ 最終更新日（Author）: 2017/1/19（Plamo）
□ Theme Name: 京王プラザホテルCSS
□ Theme URI:
□ Author: QLEA, Plamo
□ Author URI:
□ Description:
□ Version: 1.1
-------------------------------------- */
/* WEB FONT */
/*@import url(http://weloveiconfonts.com/api/?family=entypo);*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*! 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;
}
/* 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 {
  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 */
  /* 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;
}
/*====================
 *    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
 *====================*/
html, button, input, select, textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/*====================
 *    Helper classes
 *====================*/
/*--------------------
 *    margin
 *--------------------*/
.mauto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mall0 {
  margin: 0px !important;
}
@media screen and (max-width: 767px) {
  .mall0 {
    margin: 0px !important;
  }
}
.mall5 {
  margin: 5px !important;
}
@media screen and (max-width: 767px) {
  .mall5 {
    margin: 3px !important;
  }
}
.mall10 {
  margin: 10px !important;
}
@media screen and (max-width: 767px) {
  .mall10 {
    margin: 5px !important;
  }
}
.mall15 {
  margin: 15px !important;
}
@media screen and (max-width: 767px) {
  .mall15 {
    margin: 8px !important;
  }
}
.mall20 {
  margin: 20px !important;
}
@media screen and (max-width: 767px) {
  .mall20 {
    margin: 10px !important;
  }
}
.mall25 {
  margin: 25px !important;
}
@media screen and (max-width: 767px) {
  .mall25 {
    margin: 13px !important;
  }
}
.mall30 {
  margin: 30px !important;
}
@media screen and (max-width: 767px) {
  .mall30 {
    margin: 15px !important;
  }
}
.mall35 {
  margin: 35px !important;
}
@media screen and (max-width: 767px) {
  .mall35 {
    margin: 18px !important;
  }
}
.mall40 {
  margin: 40px !important;
}
@media screen and (max-width: 767px) {
  .mall40 {
    margin: 20px !important;
  }
}
.mall45 {
  margin: 45px !important;
}
@media screen and (max-width: 767px) {
  .mall45 {
    margin: 23px !important;
  }
}
.mall50 {
  margin: 50px !important;
}
@media screen and (max-width: 767px) {
  .mall50 {
    margin: 25px !important;
  }
}
.mall55 {
  margin: 55px !important;
}
@media screen and (max-width: 767px) {
  .mall55 {
    margin: 28px !important;
  }
}
.mall60 {
  margin: 60px !important;
}
@media screen and (max-width: 767px) {
  .mall60 {
    margin: 30px !important;
  }
}
.mall65 {
  margin: 65px !important;
}
@media screen and (max-width: 767px) {
  .mall65 {
    margin: 33px !important;
  }
}
.mall70 {
  margin: 70px !important;
}
@media screen and (max-width: 767px) {
  .mall70 {
    margin: 35px !important;
  }
}
.mall75 {
  margin: 75px !important;
}
@media screen and (max-width: 767px) {
  .mall75 {
    margin: 38px !important;
  }
}
.mall80 {
  margin: 80px !important;
}
@media screen and (max-width: 767px) {
  .mall80 {
    margin: 40px !important;
  }
}
.mall85 {
  margin: 85px !important;
}
@media screen and (max-width: 767px) {
  .mall85 {
    margin: 43px !important;
  }
}
.mall90 {
  margin: 90px !important;
}
@media screen and (max-width: 767px) {
  .mall90 {
    margin: 45px !important;
  }
}
.mall95 {
  margin: 95px !important;
}
@media screen and (max-width: 767px) {
  .mall95 {
    margin: 48px !important;
  }
}
.mall100 {
  margin: 100px !important;
}
@media screen and (max-width: 767px) {
  .mall100 {
    margin: 50px !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }
}
.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 3px !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 8px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 13px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 18px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .mt45 {
    margin-top: 23px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .mt55 {
    margin-top: 28px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .mt65 {
    margin-top: 33px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .mt70 {
    margin-top: 35px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .mt75 {
    margin-top: 38px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .mt85 {
    margin-top: 43px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .mt90 {
    margin-top: 45px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .mt95 {
    margin-top: 48px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}
.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}
.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}
.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}
.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}
.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}
.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}
.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}
.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}
.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}
.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 28px !important;
  }
}
.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}
.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 33px !important;
  }
}
.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}
.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 38px !important;
  }
}
.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 43px !important;
  }
}
.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}
.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .mb95 {
    margin-bottom: 48px !important;
  }
}
.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}
.mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0px !important;
  }
}
.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .mr5 {
    margin-right: 3px !important;
  }
}
.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .mr10 {
    margin-right: 5px !important;
  }
}
.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .mr15 {
    margin-right: 8px !important;
  }
}
.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .mr20 {
    margin-right: 10px !important;
  }
}
.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .mr25 {
    margin-right: 13px !important;
  }
}
.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .mr30 {
    margin-right: 15px !important;
  }
}
.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .mr35 {
    margin-right: 18px !important;
  }
}
.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .mr40 {
    margin-right: 20px !important;
  }
}
.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .mr45 {
    margin-right: 23px !important;
  }
}
.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .mr50 {
    margin-right: 25px !important;
  }
}
.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .mr55 {
    margin-right: 28px !important;
  }
}
.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .mr60 {
    margin-right: 30px !important;
  }
}
.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .mr65 {
    margin-right: 33px !important;
  }
}
.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .mr70 {
    margin-right: 35px !important;
  }
}
.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .mr75 {
    margin-right: 38px !important;
  }
}
.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .mr80 {
    margin-right: 40px !important;
  }
}
.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .mr85 {
    margin-right: 43px !important;
  }
}
.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .mr90 {
    margin-right: 45px !important;
  }
}
.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .mr95 {
    margin-right: 48px !important;
  }
}
.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .mr100 {
    margin-right: 50px !important;
  }
}
.ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0px !important;
  }
}
.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .ml5 {
    margin-left: 3px !important;
  }
}
.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .ml10 {
    margin-left: 5px !important;
  }
}
.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .ml15 {
    margin-left: 8px !important;
  }
}
.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .ml20 {
    margin-left: 10px !important;
  }
}
.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .ml25 {
    margin-left: 13px !important;
  }
}
.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .ml30 {
    margin-left: 15px !important;
  }
}
.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .ml35 {
    margin-left: 18px !important;
  }
}
.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .ml40 {
    margin-left: 20px !important;
  }
}
.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .ml45 {
    margin-left: 23px !important;
  }
}
.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .ml50 {
    margin-left: 25px !important;
  }
}
.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .ml55 {
    margin-left: 28px !important;
  }
}
.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .ml60 {
    margin-left: 30px !important;
  }
}
.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .ml65 {
    margin-left: 33px !important;
  }
}
.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .ml70 {
    margin-left: 35px !important;
  }
}
.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .ml75 {
    margin-left: 38px !important;
  }
}
.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .ml80 {
    margin-left: 40px !important;
  }
}
.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .ml85 {
    margin-left: 43px !important;
  }
}
.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .ml90 {
    margin-left: 45px !important;
  }
}
.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .ml95 {
    margin-left: 48px !important;
  }
}
.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .ml100 {
    margin-left: 50px !important;
  }
}
/*--------------------
 *    padding
 *--------------------*/
.pall0 {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .pall0 {
    padding: 0px !important;
  }
}
.pall5 {
  padding: 5px !important;
}
@media screen and (max-width: 767px) {
  .pall5 {
    padding: 3px !important;
  }
}
.pall10 {
  padding: 10px !important;
}
@media screen and (max-width: 767px) {
  .pall10 {
    padding: 5px !important;
  }
}
.pall15 {
  padding: 15px !important;
}
@media screen and (max-width: 767px) {
  .pall15 {
    padding: 8px !important;
  }
}
.pall20 {
  padding: 20px !important;
}
@media screen and (max-width: 767px) {
  .pall20 {
    padding: 10px !important;
  }
}
.pall25 {
  padding: 25px !important;
}
@media screen and (max-width: 767px) {
  .pall25 {
    padding: 13px !important;
  }
}
.pall30 {
  padding: 30px !important;
}
@media screen and (max-width: 767px) {
  .pall30 {
    padding: 15px !important;
  }
}
.pall35 {
  padding: 35px !important;
}
@media screen and (max-width: 767px) {
  .pall35 {
    padding: 18px !important;
  }
}
.pall40 {
  padding: 40px !important;
}
@media screen and (max-width: 767px) {
  .pall40 {
    padding: 20px !important;
  }
}
.pall45 {
  padding: 45px !important;
}
@media screen and (max-width: 767px) {
  .pall45 {
    padding: 23px !important;
  }
}
.pall50 {
  padding: 50px !important;
}
@media screen and (max-width: 767px) {
  .pall50 {
    padding: 25px !important;
  }
}
.pall55 {
  padding: 55px !important;
}
@media screen and (max-width: 767px) {
  .pall55 {
    padding: 28px !important;
  }
}
.pall60 {
  padding: 60px !important;
}
@media screen and (max-width: 767px) {
  .pall60 {
    padding: 30px !important;
  }
}
.pall65 {
  padding: 65px !important;
}
@media screen and (max-width: 767px) {
  .pall65 {
    padding: 33px !important;
  }
}
.pall70 {
  padding: 70px !important;
}
@media screen and (max-width: 767px) {
  .pall70 {
    padding: 35px !important;
  }
}
.pall75 {
  padding: 75px !important;
}
@media screen and (max-width: 767px) {
  .pall75 {
    padding: 38px !important;
  }
}
.pall80 {
  padding: 80px !important;
}
@media screen and (max-width: 767px) {
  .pall80 {
    padding: 40px !important;
  }
}
.pall85 {
  padding: 85px !important;
}
@media screen and (max-width: 767px) {
  .pall85 {
    padding: 43px !important;
  }
}
.pall90 {
  padding: 90px !important;
}
@media screen and (max-width: 767px) {
  .pall90 {
    padding: 45px !important;
  }
}
.pall95 {
  padding: 95px !important;
}
@media screen and (max-width: 767px) {
  .pall95 {
    padding: 48px !important;
  }
}
.pall100 {
  padding: 100px !important;
}
@media screen and (max-width: 767px) {
  .pall100 {
    padding: 50px !important;
  }
}
.pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px !important;
  }
}
.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .pt5 {
    padding-top: 3px !important;
  }
}
.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}
.pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .pt15 {
    padding-top: 8px !important;
  }
}
.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}
.pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .pt25 {
    padding-top: 13px !important;
  }
}
.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}
.pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .pt35 {
    padding-top: 18px !important;
  }
}
.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}
.pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .pt45 {
    padding-top: 23px !important;
  }
}
.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}
.pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .pt55 {
    padding-top: 28px !important;
  }
}
.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}
.pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .pt65 {
    padding-top: 33px !important;
  }
}
.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .pt70 {
    padding-top: 35px !important;
  }
}
.pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .pt75 {
    padding-top: 38px !important;
  }
}
.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}
.pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .pt85 {
    padding-top: 43px !important;
  }
}
.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .pt90 {
    padding-top: 45px !important;
  }
}
.pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .pt95 {
    padding-top: 48px !important;
  }
}
.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}
.pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0px !important;
  }
}
.pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .pb5 {
    padding-bottom: 3px !important;
  }
}
.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}
.pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .pb15 {
    padding-bottom: 8px !important;
  }
}
.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}
.pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .pb25 {
    padding-bottom: 13px !important;
  }
}
.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}
.pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .pb35 {
    padding-bottom: 18px !important;
  }
}
.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}
.pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .pb45 {
    padding-bottom: 23px !important;
  }
}
.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}
.pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .pb55 {
    padding-bottom: 28px !important;
  }
}
.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}
.pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .pb65 {
    padding-bottom: 33px !important;
  }
}
.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}
.pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .pb75 {
    padding-bottom: 38px !important;
  }
}
.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}
.pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .pb85 {
    padding-bottom: 43px !important;
  }
}
.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}
.pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .pb95 {
    padding-bottom: 48px !important;
  }
}
.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.pr0 {
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0px !important;
  }
}
.pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .pr5 {
    padding-right: 3px !important;
  }
}
.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .pr10 {
    padding-right: 5px !important;
  }
}
.pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .pr15 {
    padding-right: 8px !important;
  }
}
.pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .pr20 {
    padding-right: 10px !important;
  }
}
.pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .pr25 {
    padding-right: 13px !important;
  }
}
.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .pr30 {
    padding-right: 15px !important;
  }
}
.pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .pr35 {
    padding-right: 18px !important;
  }
}
.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .pr40 {
    padding-right: 20px !important;
  }
}
.pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .pr45 {
    padding-right: 23px !important;
  }
}
.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .pr50 {
    padding-right: 25px !important;
  }
}
.pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .pr55 {
    padding-right: 28px !important;
  }
}
.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .pr60 {
    padding-right: 30px !important;
  }
}
.pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .pr65 {
    padding-right: 33px !important;
  }
}
.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .pr70 {
    padding-right: 35px !important;
  }
}
.pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .pr75 {
    padding-right: 38px !important;
  }
}
.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .pr80 {
    padding-right: 40px !important;
  }
}
.pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .pr85 {
    padding-right: 43px !important;
  }
}
.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .pr90 {
    padding-right: 45px !important;
  }
}
.pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .pr95 {
    padding-right: 48px !important;
  }
}
.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .pr100 {
    padding-right: 50px !important;
  }
}
.pl0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0px !important;
  }
}
.pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .pl5 {
    padding-left: 3px !important;
  }
}
.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .pl10 {
    padding-left: 5px !important;
  }
}
.pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .pl15 {
    padding-left: 8px !important;
  }
}
.pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .pl20 {
    padding-left: 10px !important;
  }
}
.pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .pl25 {
    padding-left: 13px !important;
  }
}
.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .pl30 {
    padding-left: 15px !important;
  }
}
.pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .pl35 {
    padding-left: 18px !important;
  }
}
.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .pl40 {
    padding-left: 20px !important;
  }
}
.pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .pl45 {
    padding-left: 23px !important;
  }
}
.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .pl50 {
    padding-left: 25px !important;
  }
}
.pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .pl55 {
    padding-left: 28px !important;
  }
}
.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .pl60 {
    padding-left: 30px !important;
  }
}
.pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .pl65 {
    padding-left: 33px !important;
  }
}
.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .pl70 {
    padding-left: 35px !important;
  }
}
.pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .pl75 {
    padding-left: 38px !important;
  }
}
.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .pl80 {
    padding-left: 40px !important;
  }
}
.pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .pl85 {
    padding-left: 43px !important;
  }
}
.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .pl90 {
    padding-left: 45px !important;
  }
}
.pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .pl95 {
    padding-left: 48px !important;
  }
}
.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .pl100 {
    padding-left: 50px !important;
  }
}
/*--------------------
 *    text font
 *--------------------*/
.fwN {
  font-weight: normal !important;
}
.fwB {
  font-weight: bold !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.fsS {
  font-size: smaller;
}
.fsL {
  font-size: larger;
}
/*--------------------
 *    float
 *--------------------*/
.flL {
  float: left;
}
.flR {
  float: right;
}
/*--------------------
 *    clear
 *--------------------*/
.clear {
  clear: both;
}
/*--------------------
 *    clearfix
 *--------------------*/
.clearfix:after, .kitty__photo__bottom:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*--------------------
 *    column
 *--------------------*/
.col {
  box-sizing: border-box;
}
.col:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.col_1 {
  float: left;
  width: 8.333%;
  box-sizing: border-box;
}
.col_2 {
  float: left;
  width: 16.666%;
  box-sizing: border-box;
}
.col_3 {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.col_4 {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
}
.col_6 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.col_8 {
  float: left;
  width: 66.666%;
  box-sizing: border-box;
}
.col_9 {
  float: left;
  width: 75%;
  box-sizing: border-box;
}
.col_10 {
  float: left;
  width: 83.333%;
  box-sizing: border-box;
}
.col_11 {
  float: left;
  width: 91.666%;
  box-sizing: border-box;
}
.col_12 {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
/*--------------------
 *    font size
 *--------------------*/
.text_9 {
  font-size: 9px !important;
  font-size: 0.5625rem !important;
}
.text_10 {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}
.text_11 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}
@media screen and (max-width: 767px) {
  .text_11 {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
}
.text_12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}
@media screen and (max-width: 767px) {
  .text_12 {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
}
.text_13 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
@media screen and (max-width: 767px) {
  .text_13 {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
.text_14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media screen and (max-width: 767px) {
  .text_14 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.text_15 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media screen and (max-width: 767px) {
  .text_15 {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.text_16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 767px) {
  .text_16 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.text_18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 767px) {
  .text_18 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.text_20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 767px) {
  .text_20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.text_22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (max-width: 767px) {
  .text_22 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.text_24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .text_24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.text_26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (max-width: 767px) {
  .text_26 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.text_28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (max-width: 767px) {
  .text_28 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
/*--------------------
 *    行間
 *--------------------*/
.lh_100 {
  line-height: 1 !important;
}
.lh_120 {
  line-height: 1.2 !important;
}
.lh_140 {
  line-height: 1.4 !important;
}
.lh_160 {
  line-height: 1.6 !important;
}
.lh_180 {
  line-height: 1.8 !important;
}
.lh_200 {
  line-height: 2 !important;
}
.lh_240 {
  line-height: 2.4 !important;
}
.lh_280 {
  line-height: 2.8 !important;
}
.lh_300 {
  line-height: 3 !important;
}
/*--------------------
 *    font
 *--------------------*/
.font_mincho {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif !important;
}
.font__mincho {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/*--------------------
 *    overflow hidden
 *--------------------*/
.o-h {
  overflow: hidden;
}
/* ===== _edit.scss =============================================
   Wordpressの入稿用のcss。開発用にscssは分けておく
   ==================================================================== */
/*************************************
見出し
テキストボックス
イベントフェア詳細
宿泊プラン詳細
など、クライアントが入稿するページで使用する汎用スタイル
***************************************/
.entrybody ul {
  margin: 0;
  padding: 0;
}
.entrybody li {
  list-style: none;
}
.entrybody li.list::before {
  content: '・';
  color: #907a53;
}
.underline1 {
  border-bottom: 1px solid #dbcfa6;
  padding: 0 0 5px;
}
.underline2 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
}
/*コンテンツを要素ごとに囲むdiv。マージン調整用*/
.entrybody .box {
  margin: 10px 0 40px;
}
/*2,3カラムにするときに使う。*/
.block {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.blockchild {
  display: table-cell;
  padding-right: 20px;
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .blockchild {
    display: block;
    padding-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blockchild--sphalf {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .blockchild--sphalf__item {
    width: 100%;
  }
}
/*************************************
背景
***************************************/
.note {
  /*注釈用。背景グレー*/
  background: #efefef;
  padding: 15px;
}
.note2 {
  /*注釈用。背景グレー。paddingを小さくしたもの*/
  background: #efefef;
  padding: 5px;
}
.notebeige {
  /*注釈用。背景ベージュ*/
  background: #e0d9c0;
  padding: 15px;
}
.notebeige2 {
  /*注釈用。背景ベージュ*/
  background: #e0d9c0;
  padding: 5px;
}
.notepink {
  /*特典用。背景ピンク*/
  background: #f6e8ea;
  padding: 15px;
  border: 1px solid #ffffff;
  outline: 1px solid #f0cad3;
  box-sizing: border-box;
}
.notepink2 {
  /*特典用。背景ピンク*/
  background: #f6e8ea;
  padding: 5px;
  border: 1px solid #ffffff;
  outline: 1px solid #f0cad3;
  box-sizing: border-box;
}
/*************************************
背景着色用のclass
***************************************/
.bg--bluedark {
  background: #1a2e51;
  color: #ffffff;
}
.bg--lightgray {
  background: #e5e5e5;
}
.bg--beige {
  background: #f7f5f0;
}
.bg--lightbrown {
  background: #f2eed8;
}
.bg--brown {
  background: #e0d9c0;
}
.bgbrown {
  background: #e0d9c0;
}
/*************************************
文字色
***************************************/
.textbeige {
  /**本文中に茶色で表示**/
  color: #907a53;
}
.textred {
  /**本文中に赤色で表示**/
  color: #ff3300;
}
.textwhite {
  color: #ffffff;
}
.textbrown {
  color: #84590e;
}
.textblue {
  color: #1a2e51;
}
.bold {
  /**太字**/
  font-weight: bold;
}
.imgFull {
  width: 100%;
  height: auto;
}
/*************************************
block要素の上/下にlineを引くclass
***************************************/
.bdr__top {
  border-top: 1px solid #cccccc;
}
.bdr__btm {
  border-bottom: 1px solid #cccccc;
}
.bdr__top--brown {
  border-top: 1px solid #e0d9c0;
}
.bdr__btm--brown {
  border-bottom: 1px solid #e0d9c0;
}
.bdr__brown {
  border: 1px solid #e0d9c0;
}
.bdr__gray {
  border: 1px solid #cccccc;
}
/******
レストランのメニュー用のスタイル
蒼樹庵専用。タイトルと中身の頭がそろうようにする
***************************************/
.menulist:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menulist dt {
  width: 6em;
  float: left;
  clear: left;
}
.menulist dt::before {
  content: '・';
  color: #907a53;
}
.menulist dd {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .menulist dt {
    width: 100%;
    float: none;
    font-weight: bold;
  }
  .menulist dd {
    float: none;
    padding: 0 1em;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
  }
  .menulist dt::after {
    content: '';
  }
}
/*************************************
ワードプレスの記事入校時のalignの制御
***************************************/
.aligncenter {
  text-align: center !important;
}
.alignright {
  text-align: right !important;
}
/*************************************
イベントフェア・ページ内リンク用ボタン
***************************************/
.event__navBox {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  font-size: 0;
}
.event__nav__item {
  line-height: 1.4;
  width: 49%;
  margin-right: 1%;
  display: inline-block;
}
.event__nav__item__btn {
  display: block;
  padding: 15px 0;
  border-bottom: 2px solid #e5e5e5;
  font-size: 14px;
  font-size: 0.875rem;
}
/*************************************
本文、テキストの装飾用
***************************************/
/**本文中に太字で茶色で表示したいとき用**/
.txt_strong--brown {
  font-weight: bold;
  color: #907a53;
}
/**単純に本文中にちょっと大きめに太字で表示したいとき用**/
.cmn__title__sub--bold {
  font-weight: bold;
  font-size: 110%;
}
.cmn__title__sub--line {
  border-bottom: 1px solid #907a53;
  padding: 0 0 10px;
}
/**上下に余白をつけたいとき用**/
.cmnTextBox {
  margin: 15px 0 30px;
}
@media screen and (max-width: 767px) {
  .cmnTextBox {
    margin: 10px 0 20px;
    padding: 0 10px;
  }
}
/*************************************
客室 フリーエリア
***************************************/
@media screen and (max-width: 767px) {
  .freearea img {
    width: 100%;
    height: auto;
  }
}
/* ============================================================

     Common Styles

 * ============================================================ */
html {
  position: relative;
  overflow: auto;
}
body {
  overflow: hidden;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
  }
}
a:link, a:visited {
  color: #666;
  text-decoration: none;
}
a:hover, a:active {
  color: #666;
  text-decoration: underline;
}
a.link--alpha:hover img {
  opacity: 0.8;
}
.noHover a:hover img {
  opacity: 1;
}
.noHidden {
  overflow: visible !important;
}
i {
  font-style: normal;
}
/*** 画像 スマホのときに横幅100%にする ***/
@media screen and (max-width: 767px) {
  .spFit {
    width: 100% !important;
    height: auto;
  }
}
/*** 画像 スマホでサイズを1/2にする ***/
@media screen and (max-width: 767px) {
  .spHalf {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .spw100 {
    width: 100px !important;
    height: auto !important;
  }
}
/*** スマホだけ表示するclass ***/
.pcHidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcHidden {
    display: block;
  }
}
/*** スマホで非表示にするclass ***/
@media screen and (max-width: 767px) {
  .spHidden {
    display: none!important;
  }
}
/*** スマホでfloatを解除 ***/
@media screen and (max-width: 767px) {
  .spflN {
    float: none;
  }
}
/*** スマホでcentering ***/
@media screen and (max-width: 767px) {
  .spCenter {
    text-align: center !important;
    margin: auto;
  }
}
/*** スマホで左寄せ ***/
@media screen and (max-width: 767px) {
  .sptaL {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  *a:hover {
    opacity: 1;
  }
}
/* =======================
   status
   ======================================================= */
.restheader__nav__item--hidden {
  display: none !important;
}
@media screen and (min-width: 767px) {
  .s-header--fix {
    position: fixed !important;
    top: 0;
    background: #ffffff !important;
    height: 50px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .s-header--fix .restheader__nav__item:after {
    display: none;
  }
  .s-header--fix .restheader__nav__item--name {
    text-align: left !important;
    padding: 12px 12px 0 0;
    text-align: left;
  }
  .s-header--fix .restheader__nav__item--hidden {
    display: inline-block !important;
  }
  .s-header--fix .restheader__nav__link {
    padding: 12px 10px;
  }
}
.s-fadeInDown {
  animation-fill-mode: both;
  animation-duration: .4s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.s-nolink {
  cursor: default;
}
/*====================
 *    imge modules
 *====================*/
.w300 {
  width: 300px;
  height: auto;
}
.w320 {
  width: 320px;
  height: auto;
}
/* ============================================================

    Multi Class（マルチクラス汎用）

* ============================================================ */
/*====================
 *    Block
 *====================*/
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0;
  }
}
/*************************************
宿泊のシャトルバスページ用 横幅620pxでセンタリングするblock
***************************************/
.wrapper--660 {
  width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper--660 {
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
  }
}
.cmnBox {
  padding: 40px 0;
}
.cmnBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .cmnBox {
    padding: 20px 0px;
  }
}
.cmnBox--btm {
  padding: 0 0 40px 0;
}
.cmnBox--btm:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .cmnBox--btm {
    padding: 0 0 20px 0;
  }
}
.cmnBox__mainH {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  min-width: 1000px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cmnBox__mainH {
    margin-top: 0px;
    min-width: inherit;
    min-width: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .yohaku--LR {
    padding: 0 10px;
  }
}
/*====================
 *    見出し
 *====================*/
.mainT {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  margin: 0 10px 0 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mainT {
    margin-bottom: 0.5rem;
  }
}
.mainT--no {
  margin: 0 10px 0 10px;
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  padding: 0;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  color: #2b2b2b;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mainT--no {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0.6rem;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
  }
}
.mainT--no--s {
  margin: 10px 10px 20px;
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  padding: 0;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  color: #2b2b2b;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mainT--no--s {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.subT {
  font-size: 18px;
  font-size: 1.125rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  margin: 0 10px 30px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .subT {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mainT:before, .mainT:after {
  position: absolute;
  content: "";
  width: 140px;
  top: 44px;
  left: -160px;
  height: 2px;
  background-image: linear-gradient(to left, #bfbfbf, rgba(191, 191, 191, 0));
}
@media screen and (max-width: 767px) {
  .mainT:before, .mainT:after {
    display: none;
    width: 100px;
    left: -120px;
  }
}
.mainT:after {
  left: auto;
  right: -160px;
  background-image: linear-gradient(to right, #bfbfbf, rgba(191, 191, 191, 0));
}
@media screen and (max-width: 767px) {
  .mainT:after {
    right: -120px;
  }
}
/* 日本語のみのタイトル（1行のみ）の時はTopマージンを調整 */
.mainT--only--ja:before, .mainT--only--ja:after {
  top: 22px;
}
.mainT--ja {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .mainT--ja {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
  }
}
.mainT--en {
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  font-size: 30px;
  font-size: 1.875rem;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  .mainT--en {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* White */
.mainT--line--white:before, .mainT--line--white:after {
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.mainT--line--white:after {
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
/* Brown */
.mainT--line--brown:before, .mainT--line--brown:after {
  background-image: linear-gradient(to left, #1c1609, rgba(28, 22, 9, 0));
}
.mainT--line--brown:after {
  background-image: linear-gradient(to right, #1c1609, rgba(28, 22, 9, 0));
}
.mainT--color--white {
  color: #fff;
}
.mainT--color--brown {
  color: #473818;
}
.midashi--border--brown {
  display: inline-block;
  text-align: center;
  padding: 0 140px;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #a79b74 25%, #a79b74 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.midashi--border--brown:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.midashi--border__inner--brown {
  position: relative;
  display: inline-block;
  top: -22px;
  padding: 0 20px;
  background: #E2D9BA;
}
/* 青背景などの見出し */
.cmnBox__mainH--full {
  margin: 0 0 30px 0;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .cmnBox__mainH--full {
    margin: 0 0 20px 0;
    padding: 10px 0;
  }
}
.cmnBox__mainH--full--nb {
  background-color: #1a2e51;
  color: #fff;
}
.cmnBox__mainH--full--brown {
  background-color: #F2EFE9;
  color: #1f1f1f;
}
.mainT--paint {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mainT--paint {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*====================
 *    文章
 *====================*/
.cmnTextStyle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cmnTextStyle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.cmnTextStyle p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .text--min {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
}
/*====================
 *    Button
 *====================*/
.btnWrap {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btnWrap {
    margin: 20px 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .btnWrap--sp2row {
    padding: 0 10px;
  }
  .btnWrap--sp2row > a {
    width: 48% !important;
    display: inline-block;
    text-align: center !important;
    margin-right: 1%;
  }
}
.btnA, .restMenuReserveBox__link {
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #666;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  transition-property: background-color, color, border-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .btnA, .restMenuReserveBox__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btnA:link, .restMenuReserveBox__link:link, .btnA:visited, .restMenuReserveBox__link:visited {
  color: #fff;
}
.btnA:hover, .restMenuReserveBox__link:hover, .btnA:active, .restMenuReserveBox__link:active {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}
.btn--mincho {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
.btnB {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  transition-property: background-color, color, border-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .btnB {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btnB:link, .btnB:visited {
  color: #666;
}
.btnB:hover, .btnB:active {
  opacity: 0.6;
  color: #666;
  text-decoration: none;
}
.btn--w170 {
  width: 170px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .btn--w170 {
    margin-bottom: 10px;
  }
}
.btn--w220--thin {
  width: 220px;
  line-height: 34px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}
.btn--w240 {
  width: 240px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .btn--w240 {
    margin-bottom: 5px;
  }
}
.btn--w240--h60 {
  box-sizing: border-box;
  padding-top: 10px;
  width: 240px;
  height: 70px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .btn--w240--h60 {
    width: 140px;
  }
}
.btn--w207--h37 {
  box-sizing: border-box;
  padding-top: 7px;
  width: 207px;
  height: 37px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.btn--w250 {
  width: 250px;
  line-height: 40px;
}
.btn--w260 {
  width: 260px;
  line-height: 40px;
}
.btn--w270 {
  width: 270px;
  line-height: 1.2;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .btn--w270 {
    width: 260px;
  }
}
.btn--w270--h40 {
  width: 270px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .btn--w270--h40 {
    width: 260px;
  }
}
.btn--w280 {
  width: 280px;
  line-height: 40px;
}
.btn--w300 {
  width: 300px;
  line-height: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .btn--w300 {
    width: 280px;
    margin-bottom: 20px;
  }
}
.btn--w380 {
  width: 380px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .btn--w380 {
    width: 100%;
    line-height: 1.2;
    padding: 10px 0;
  }
}
.btn--w100per {
  width: 100%;
  line-height: 64px;
}
@media screen and (max-width: 767px) {
  .btn--w100per {
    width: 100%;
    line-height: 1.2;
    padding: 15px 0;
  }
}
.btn--w290--thin {
  width: 290px;
  line-height: 34px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}
.btn--color--brown {
  background-color: #907a53;
  color: #fff;
  border-color: #B7A991;
}
.btn--color--brown:link, .btn--color--brown:visited {
  color: #fff;
}
.btn--color--brown:hover, .btn--color--brown:active {
  opacity: 1;
  background-color: #fff;
  color: #907a53;
  border-color: #907a53;
}
.btn--color--lightBrown {
  background-color: #E9E4D0;
  border-color: #7F6C40;
}
.btn--color--lightBrown:link, .btn--color--lightBrown:visited {
  color: #7F6C40;
}
.btn--color--lightBrown:hover, .btn--color--lightBrown:active {
  opacity: 1;
  background-color: #7F6C40;
  color: #fff;
  border-color: #7F6C40;
}
.btn--color--black {
  background-color: #000;
  color: #fff;
  border-color: #404040;
}
.btn--color--black:hover, .btn--color--black:active {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.btn--color--white {
  background-color: #fff;
  color: #666;
  border-color: #ccc;
}
.btn--color--white:hover, .btn--color--white:active {
  opacity: 1;
  background-color: #ccc;
  color: #fff;
}
.btn--color--pink {
  background-color: #ea3d76;
  color: #fff;
  border-color: #fff;
}
.btn--color--pink:link, .btn--color--pink:visited {
  color: #fff;
}
.btn--color--pink:hover, .btn--color--pink:active {
  opacity: 1;
  background-color: #fff;
  color: #ea3d76;
  border-color: #ea3d76;
}
.btn--color--blue--bg-white, .restMenuReserveBox__link {
  background-color: #fff;
  border-color: #1a2e51;
}
.btn--color--blue--bg-white:link, .restMenuReserveBox__link:link, .btn--color--blue--bg-white:visited, .restMenuReserveBox__link:visited {
  color: #1a2e51;
}
.btn--color--blue--bg-white:hover, .restMenuReserveBox__link:hover, .btn--color--blue--bg-white:active, .restMenuReserveBox__link:active {
  opacity: 1;
  background-color: #1a2e51;
  color: #fff;
}
.btn--color--green--bg-white, .restMenuReserveBox__link {
  background-color: #fff;
  border-color: #195b06; }
  .btn--color--green--bg-white:link, .restMenuReserveBox__link:link, .btn--color--green--bg-white:visited, .restMenuReserveBox__link:visited {
    color: #195b06; }
  .btn--color--green--bg-white:hover, .restMenuReserveBox__link:hover, .btn--color--green--bg-white:active, .restMenuReserveBox__link:active {
    opacity: 1;
    background-color: #195b06;
    color: #fff; }
.btn--color--white--bg-blue {
  background-color: #1a2e51;
  border-color: #fff;
}
.btn--color--white--bg-blue:link, .btn--color--white--bg-blue:visited {
  color: #fff;
}
.btn--color--white--bg-blue:hover, .btn--color--white--bg-blue:active {
  opacity: 1;
  background-color: #fff;
  color: #1a2e51;
  border-color: #1a2e51;
}
.btn--color--bk--bg-white {
  border: none;
  font-weight: normal;
  background-color: #fff;
}
.btn--color--bk--bg-white:link, .btn--color--bk--bg-white:visited {
  color: #000;
}
.btn--color--bk--bg-white:hover, .btn--color--bk--bg-white:active {
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.btn--color--non {
  background: none;
  border-color: #ccc;
}
.btn--color--non:link, .btn--color--non:visited {
  color: #fff;
}
.btn--color--non:hover, .btn--color--non:active {
  opacity: 0.5;
  color: #fff;
}
.btnBg--black--alpha {
  background-color: #000;
  opacity: 0.8;
}
.btnBg--black--alpha--2 {
  background-image: url("/img/bg_toumei_black.png");
  background-color: transparent;
  border-color: #ccc;
}
.btnBg--black--alpha--2:link, .btnBg--black--alpha--2:visited {
  color: #fff;
}
.btnBg--black--alpha--2:hover, .btnBg--black--alpha--2:active {
  opacity: 0.7;
  color: #fff;
}
.btn--color--white--bg-red {
  border: none;
  font-weight: normal;
  background-color: #ec3d00;
  border: 1px solid #ec3d00;
}
.btn--color--white--bg-red:link, .btn--color--white--bg-red:visited {
  color: #fff;
}
.btn--color--white--bg-red:hover, .btn--color--white--bg-red:active {
  opacity: 1;
  background-color: #ca1b00;
  color: #fff;
}
.btn--color--white--bg-pinkred {
  border: none;
  font-weight: normal;
  background-color: #ff3a3a;
  border: 1px solid #ff3a3a;
}
.btn--color--white--bg-pinkred:link, .btn--color--white--bg-pinkred:visited {
  color: #fff;
}
.btn--color--white--bg-pinkred:hover, .btn--color--white--bg-pinkred:active {
  opacity: 1;
  background-color: #fff;
  color: #ff3a3a;
}
.btn--color--white--bg-lightblue {
  border: none;
  font-weight: normal;
  background-color: #1babdc;
  border: 1px solid #1babdc;
}
.btn--color--white--bg-lightblue:link, .btn--color--white--bg-lightblue:visited {
  color: #fff;
}
.btn--color--white--bg-lightblue:hover, .btn--color--white--bg-lightblue:active {
  opacity: 1;
  background-color: #fff;
  color: #1babdc;
}
.btn--color--white--bg-orange {
  border: none;
  font-weight: normal;
  background-color: #e79800;
  border: 1px solid #e79800;
}
.btn--color--white--bg-orange:link, .btn--color--white--bg-orange:visited {
  color: #fff;
}
.btn--color--white--bg-orange:hover, .btn--color--white--bg-orange:active {
  opacity: 1;
  background-color: #c57600;
  color: #fff;
}
.btn--color--white--bg-orange02 {
  border: none;
  font-weight: normal;
  background-color: #ff5400;
  border: 1px solid #e79800;
}
.btn--color--white--bg-orange02:link, .btn--color--white--bg-orange02:visited {
  color: #fff;
}
.btn--color--white--bg-orange02:hover, .btn--color--white--bg-orange02:active {
  opacity: 1;
  background-color: #8a5300;
  color: #fff;
}
.btnBg--w380 {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .btnBg--w380 {
    width: 100%;
    margin-bottom: 20px;
  }
}
a.link--white {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  a.link--white {
    color: #666;
  }
}
a.link--white:hover {
  color: #fff;
  text-decoration: none;
}
.blueArrowBtn {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #0C2E52;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blueArrowBtn {
    width: 13.33333px;
    height: 13.33333px;
    line-height: 13.33333px;
  }
}
.blueArrowBtn:link, .blueArrowBtn:visited {
  color: #fff;
}
.blueArrowBtn:hover, .blueArrowBtn:active {
  text-decoration: none;
}
.blueArrowBtn--30 {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0C2E52;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blueArrowBtn--30 {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.blueArrowBtn--30:link, .blueArrowBtn--30:visited {
  color: #fff;
}
.blueArrowBtn--30:hover, .blueArrowBtn--30:active {
  text-decoration: none;
}
.blueArrowBtn--fr {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__spsubnav__item .blueArrowBtn--fr, .top__guide__item .blueArrowBtn--fr, .top__spsubnav__item .blueArrowBtn--fr {
    background: none;
    color: #666;
    top: 50%;
    bottom: auto;
    margin-top: -5px;
  }
}
.btn__ichiran {
  /* 一覧ボタン */
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.btn__ichiran a:link, .btn__ichiran a:visited {
  color: #000;
}
.btn__ichiran a:hover, .btn__ichiran a:active {
  color: #666;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn__ichiran {
    top: 5px;
  }
}
/* line */
.keisen--a {
  position: relative;
  border: none;
  background-color: #e0e0e0;
  height: 1px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .keisen--a {
    margin: 10px auto;
  }
}
.keisen--a:after {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  background-color: #fff;
  width: 1000px;
  height: 1px;
}
/* Banner */
.banner__style--A {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
/*====================
 *    table
 *====================*/
/********************
共通のtableのスタイル
*********************/
.table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table {
    width: 100%;
  }
}
.table th {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .table th {
    padding: 5px;
  }
}
.table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .table td {
    padding: 5px;
  }
}
.tdtaR td {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table--scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table--scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table--scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table--scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media screen and (max-width: 767px) {
  .table--sticky--th th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .table--sticky--th th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .table--sticky--th tr:first-child th:first-child {
    z-index: 2;
  }
  .table--sticky--th th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  .table--sticky--th {
    overflow: auto;
    white-space: nowrap;
  }
  .table--vertically tr:first-child {
    display: none;
  }
  .table--vertically td {
    display: block;
    position: relative;
  }
  .table--vertically td::before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 85%;
    position: absolute;
    left: 8px;
  }
  .table--vertically tr td:first-child {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #efefef;
    text-align: center;
  }
}
/********************
table / 宿泊サービス用
*********************/
@media screen and (max-width: 767px) {
  .td--2colL {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .td--2colR {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
  }
}
/********************
レストラン店舗用のtableスタイル
*********************/
.table_restaurant {
  border-top: 1px solid #ededed;
}
.table_restaurant th {
  border-bottom: 1px solid #ededed;
  padding: 10px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .table_restaurant th {
    padding: 8px 5px;
    width: 14%;
  }
}
.table_restaurant td {
  border-bottom: 1px solid #ededed;
  padding: 10px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .table_restaurant td {
    padding: 8px 5px;
    width: 86%;
  }
}
/********************
レストランのメニューテーブル用のスタイル
メニュー名と金額の頭がそろうように横幅を指定する
*********************/
.table--s th {
  font-weight: normal;
  width: 20%;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #cccccc;
  padding: 3px 0;
}
.table--s td {
  border-bottom: 1px dotted #cccccc;
  padding: 3px 0;
}
.table--m th {
  font-weight: normal;
  width: 65%;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #cccccc;
  padding: 3px 0;
}
.table--m td {
  border-bottom: 1px dotted #cccccc;
  padding: 3px 0;
}
/********************
レストラン > 朝食のメニュー用
*********************/
@media screen and (max-width: 767px) {
  .table--breakfast {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table--breakfast th {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
  }
}
.table--breakfast td {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table--breakfast td {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
  }
}
/********************
宴会場詳細ページのデータ（table）用スタイル
*********************/
.banquet__data {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.banquet__data th {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background: #efefef;
}
.banquet__data td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
/********************
会社概要
*********************/
.corporate__table {
  font-size: 15px;
  font-size: 0.9375rem;
}
.corporate__table th {
  background-color: #eeece4;
  padding: 4px 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  font-weight: normal;
}
.corporate__table td {
  background-color: #f2f2f2;
  padding: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.corporate__table--inner {
  width: 100%;
}
.corporate__table--inner th, .corporate__table--inner td {
  border: none;
}
.corporate__table--inner__1 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .corporate__table--inner__1 {
    width: 50%;
  }
}
.corporate__table--inner__2 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .corporate__table--inner__2 {
    width: 50%;
  }
}
/********************
会社情報 > 歴史 テーブル
*********************/
@media screen and (max-width: 767px) {
  .table--history th {
    width: 9em;
  }
}
/*====================
 *    Social Button
 *====================*/
/****
ソーシャルメディアボックス。
新着情報の記事
イベントフェアの記事
で使用
**************/
.socialMediaBoxTop {
  margin: 0 0 30px;
}
.socialMediaforEntry {
  margin: 0;
  padding: 0;
}
.socialMediaBoxTop__item {
  list-style: none;
  float: left;
  margin: 0 10px 0 0;
  height: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .socialMediaBoxTop__item {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.socialMediaBoxTop__item--fb {
  /**facebookのマージン調整**/
  margin-top: -5px;
}
.socialMediaBoxTop__item--line {
  margin-top: -4px;
}
/****
記事下用ソーシャルメディアボックス。
・宿泊プラン
・宴会プラン
・イベントフェア
・新着情報
で使用
**************/
.socialmediaBottom {
  margin: 0;
  padding: 0;
}
.socialmediaBottom ul {
  position: relative;
  width: 388px;
  height: 65px;
  margin: 0 auto;
  padding: 0;
  display: table;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom ul {
    padding: 0;
    width: 96%;
    height: auto;
    display: block;
    text-align: left;
  }
}
.socialmediaBottom ul li {
  position: absolute;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
  }
}
.smLbtnFBShare {
  display: block;
  padding: 9px 0px 8px;
  margin: 0;
  background: #3b5998;
  border-radius: 5px;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.smLbtnFBShare img {
  margin: 0;
  width: 30px;
  height: 30px;
}
.smLbtnFBShare p {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1;
  font-size: 10px;
  color: #ffffff;
}
.socialmediaBottom__item--fblike {
  left: 70px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom__item--fblike {
    left: auto;
    bottom: auto;
  }
}
.socialmediaBottom__item--twitter {
  left: 146px;
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom__item--twitter {
    left: auto;
  }
}
.socialmediaBottom__item--line {
  left: 212px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom__item--line {
    left: auto;
    bottom: 20px;
  }
}
.socialmediaBottom__item--hatena {
  left: 252px;
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom__item--hatena {
    left: auto;
  }
}
.socialmediaBottom__item--gplus {
  left: 338px;
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .socialmediaBottom__item--gplus {
    left: auto;
  }
}
/*====================
 *    カバー横fullの画像を100%に設定
 *====================*/
.cmnCoverfull {
  height: 500px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmnCoverfull {
    width: 100%;
    height: auto;
    max-height: inherit;
    max-height: auto;
    overflow: visible;
  }
}
.cmnCoverfull__item {
  min-width: 1200px;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cmnCoverfull__item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-width: inherit;
    min-width: auto;
    height: auto;
    width: 100%;
  }
}
.cmnCoverfull__item--left {
  position: relative;
  width: 66.6666%;
  float: left;
  height: 500px;
  max-height: 500px;
}
@media screen and (max-width: 1200px) {
  .cmnCoverfull__item--left {
    height: auto;
    max-height: inherit;
    max-height: auto;
  }
}
.cmnCoverfull__item--right {
  position: relative;
  width: 33.3333%;
  float: right;
}
.cmnCoverfull__item--sep {
  width: 100%;
  height: auto;
}
.cmnCoverfull__item--name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
}
/*====================
 *    共通レイアウトパッケージ
 *====================*/
/* 調整 */
.adjust--L20 {
  margin-left: -20px;
}
.adjust--L20:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .adjust--L20 {
    margin-left: 0;
  }
}
/* レイアウト A */
.cmn__title {
  margin: 0 0 60px 0;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .cmn__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.cmn__title__sub__wrap {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cmn__title__sub__wrap {
    margin-bottom: 10px;
    padding: 0;
  }
}
.cmn__title__sub {
  margin: 0 0 10px 0;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cmn__title__sub {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}
.cmn__title__sub2 {
  margin: 0 0 10px 0;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .cmn__title__sub2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: left;
  }
}
.cmn__imgBox {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .cmn__imgBox {
    margin: 0 0 20px 0;
  }
}
.cmn__imgBox img {
  width: 100%;
  height: auto;
}
.cmn__price {
  font-size: 16px;
  font-size: 1rem;
}
.cmn__text {
  box-sizing: border-box;
  text-align: left;
  width: 767px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .cmn__text {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/* レイアウト B */
.cmnBox--w490 {
  float: left;
  width: 490px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .cmnBox--w490 {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .cmnBox--w490 img {
    width: 100%;
    height: auto;
  }
  .entrybody .cmnBox--w490 {
    padding: 0;
  }
}
/* レイアウト C */
.cmnCover {
  min-width: 1000px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cmnCover {
    margin-bottom: 20px;
    min-width: inherit;
    min-width: auto;
  }
  .cmnCover img {
    width: 100%;
    height: auto;
  }
}
/*====================
 *    プルダウン用パーツ
 *====================*/
.nav--flex {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.nav--down__p {
  position: relative;
}
/* プルダウンメニューの背景Box */
.nav__subBg {
  text-align: center;
  height: 0px;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav__subBg {
    height: auto;
    position: relative;
    overflow: visible;
  }
}
.nav--down__c {
  cursor: pointer;
}
/*====================
 *    その他
 *====================*/
/* js用のボーダー */
/* ============================================================

      Layout

 * ============================================================ */
.gheader {
  z-index: 999;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .gheader {
    box-sizing: border-box;
    z-index: 1001;
    overflow: scroll;
    top: 0;
    right: -72%;
    position: fixed;
    border-left: 1px solid #ccc;
    background-color: #fff;
    width: 72%;
    height: 100%;
  }
}
.gheaderRecruit {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .gheaderRecruit {
    text-align: center;
  }
}
.content {
  padding: 0;
  margin: 0 auto;
}
.content__box {
  width: 1000px;
}
/*====================
 *    Component
 *====================*/
/*--------------------
 *    header
 *--------------------*/
.logo {
  margin: 0;
}
/* Global Top Navigation */
.gheader__top {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  min-width: 1000px;
}
.gheader__top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .gheader__top {
    min-width: inherit;
    min-width: auto;
  }
}
.logoMain {
  z-index: 998;
  position: absolute;
  top: 7px;
  left: 20px;
  width: 300px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .logoMain {
    padding: 15px 0 15px 10px;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
  }
  .logoMain img {
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .logoMain img.kittyLogo {
    width: 150px;
  }
}
/* recruit */
.logoMain--recruit {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .logoMain--recruit {
    margin-top: 9px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 140px;
  }
  .logoMain--recruit img {
    width: 140px;
    height: auto;
  }
}
/* Menu Icon */
.menuIcon {
  z-index: 2000;
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 7px;
  right: 7px;
  background-image: url("/img/ic_menu.png");
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 3px 3px;
  background-color: #1a2e51;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menuIcon {
    display: block;
  }
}
.menuIcon--close {
  background-image: url("/img/ic_menu_close.png");
}
.navTop, .navTop--corporate {
  float: right;
  font-size: 0;
  height: 50px;
  padding-right: 180px;
}
@media screen and (max-width: 767px) {
  .navTop, .navTop--corporate {
    float: none;
    padding-right: 0;
    height: auto;
  }
}
.navTop--corporate {
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .hotel--text {
    display: none;
  }
}
.navTop__block {
  position: relative;
  margin: 0;
  padding: 0 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .navTop__block {
    text-align: center;
    padding: 0;
  }
}
.navTop__block--reserve {
  box-sizing: border-box;
  width: 180px;
  text-align: center;
}
.navTop__item {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  list-style: none;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .navTop__item {
    font-size: 12px;
    font-size: 0.75rem;
    height: auto;
  }
}
.navTop__item > a {
  line-height: 50px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  height: 50px;
  padding: 0rem 0.5rem;
  cursor: pointer;
  display: block;
}
.navTop__item > a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .navTop__item > a {
    display: block;
    padding: 0.4rem 0.5rem;
    line-height: 1;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .navTop__item__lang {
    display: block;
    margin: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  a.lang--text {
    display: none;
  }
}
.navTop__other, .navTop__other--corporate {
  background-color: #e5e5e5;
  white-space: nowrap;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .navTop__other, .navTop__other--corporate {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .navTop__other--corporate {
    height: auto;
  }
}
.navTop__other__tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .navTop__other__tel {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .navTop__other__tel span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.navTop__member {
  display: inline-block;
  height: 50px;
  white-space: nowrap;
  background-color: #907a53;
}
@media screen and (max-width: 767px) {
  .navTop__member {
    display: block;
    height: auto;
    text-align: center;
    background: none;
  }
}
.navTop__member a {
  color: #fff;
}
/* 宿泊・レストラン予約 */
.navTop__reserveBase {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 10001;
  left: 0;
  top: 0;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .navTop__reserveBase {
    display: none;
  }
}
.navTop__reserve {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 50px;
  white-space: nowrap;
  background-color: #1a2e51;
}
.navTop__reserve a {
  color: #fff;
}
.navTop__reserve--fix {
  position: fixed;
}
/* 不可視部分 */
.navTop__reserve__tabBox {
  position: absolute;
  z-index: 0;
  display: none;
  top: 50px;
  right: 0;
}
.navTop__reserve__bg {
  z-index: 999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.navTop__item__sp {
  position: relative;
  display: block;
  background-color: #907a53;
}
@media screen and (max-width: 767px) {
  .navTop__item__sp a {
    display: block;
    padding: 1.2rem 0;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .navTop__item__sp:before {
    position: absolute;
    left: 10px;
    top: 16px;
    content: ">";
    color: #fff;
    font-family: FontAwesome;
  }
}
.navTop__item__sp--reserve {
  display: none;
}
@media screen and (max-width: 767px) {
  .navTop__item__sp--reserve {
    display: block;
    background-color: #1a2e51;
  }
}
/* Global Main Navigation */
.navMain {
  z-index: 0;
  min-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .navMain {
    min-width: inherit;
    min-width: auto;
  }
}
.nav__block, .nav__block--corporate {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .nav__block, .nav__block--corporate {
    table-layout: auto;
  }
}
@media screen and (max-width: 767px) {
  .nav__block, .nav__block--corporate {
    display: block;
  }
}
.nav__block--corporate {
  table-layout: auto;
}
.navMain__item, .navMain__item--corporate {
  display: table-cell;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .navMain__item, .navMain__item--corporate {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .navMain__item, .navMain__item--corporate {
    display: block;
    padding: 0;
    border-bottom: 1px solid #d5d5d5;
	width: 100% !important;
  }
}
.navMain__item a, .navMain__item--corporate a {
  padding: 20px 0;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.navMain__item a:hover, .navMain__item--corporate a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .navMain__item a, .navMain__item--corporate a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
}
.navMain__item--corporate {
  padding: 0 2.5rem;
}
.navMain__item--corporate a {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .navMain__item--corporate {
    padding: 0;
  }
  .navMain__item--corporate a {
    padding: 20px 0;
  }
}
.navMain__item--member {
  height: 64px;
  overflow: hidden;
}
.navMain__item--member a {
  height: 64px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 25px;
}
.navMain__item--member2l a {
  padding-top: 18px;
}
.navMain__item--active {
  background-color: #1a2e51;
}
.navMain__item--active a:link, .navMain__item--active a:visited {
  color: #fff;
}
.navMain__item--active a:hover, .navMain__item--active a:active {
  color: #fff;
  text-decoration: none;
}
.navMain__item__subtxt {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b2b2b2;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
}
.nav--down__lang, .nav--down__corporate {
  background-color: #1f1f1f;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 50px;
  width: 88px;
}
.nav--down__lang li, .nav--down__corporate li {
  padding: 0.2rem;
}
@media screen and (max-width: 767px) {
  .nav--down__lang li, .nav--down__corporate li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .nav--down__lang, .nav--down__corporate {
    top: auto;
    width: auto;
    background-color: transparent;
  }
}
.nav--down__lang__box {
  margin: 0;
  padding: 10px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav--down__lang__box {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav--down__lang__box li {
    padding: 0.3rem 0.5rem;
    background-color: #ccc;
    border-radius: 0px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .nav--down__lang__box li a {
    color: #666;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
  }
}
.nav--down__corporate {
  top: 36px;
  width: 207px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .nav--down__corporate {
    position: relative;
    padding: 5px 0 0;
    top: auto;
    width: 100%;
    height: auto !important;
  }
  .nav--down__corporate:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .gheader__spclose {
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-size: 0.75rem;
    height: 44px;
    padding: 10px 0 0;
    box-sizing: border-box;
  }
  .gheader__spclose__item {
    width: 20px;
    height: auto;
  }
}
/*--------------------
 *    footer
 *--------------------*/
#js-pagetop {
  position: fixed;
  z-index: 1000;
  padding-top: 6px;
  box-sizing: border-box;
  bottom: 7px;
  right: 7px;
  background-color: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}
.gfooter {
  background-color: #000;
}
.gfooter__wideLink {
  background-image: url("/img/gfoot_widelink_bg.gif");
}
.gfooter__wideLink__searchbox {
  position: relative;
  box-sizing: border-box;
  width: 600px;
  margin: 0 auto;
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .gfooter__wideLink__searchbox {
    width: 100%;
    padding: 20px 10px 10px;
  }
}
/* 保留 */
/* //保留 */
/* Google Search 調整 */
td.gsc-input {
  padding-right: 0 !important;
}
#___gcse_0 .gsc-control-cse {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.gsc-input-box {
  height: 50px !important;
}
.gsib_a .gsc-input {
  padding: 12px 0 !important;
}
.gsc-search-button {
  margin-top: 5px !important;
}
.gsc-search-button .gsc-search-button {
  border-radius: 0;
  padding: 19px 24px;
  background-color: #0C2E52;
  border: none;
}
/* サイトワイドリンク */
.gfooter__wideLink__link {
  padding-top: 20px;
  padding-left: 30px;
}
.gfooter__wideLink__link:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .gfooter__wideLink__link {
    padding-top: 0;
    padding-left: 0px;
  }
}
.widelink__block__inner--ad {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .widelink__block__inner--ad {
    padding-top: 0;
  }
}
.widelink__block {
  float: left;
  width: 193px;
}
@media screen and (max-width: 767px) {
  .widelink__block {
    width: 100%;
  }
}
.widelink__block__inner {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .widelink__block__inner {
    margin: 0;
  }
}
.widelink__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.widelink__title a:link, .widelink__title a:visited {
  color: #000;
}
.widelink__title a:hover, .widelink__title a:active {
  color: #000;
}
@media screen and (max-width: 767px) {
  .widelink__title {
    margin: 0;
    height: 40px;
    box-sizing: border-box;
    padding: 8px 0 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    background: #1a2e51;
    border-bottom: 1px solid #ccc;
  }
  .widelink__title a {
    display: block;
  }
  .widelink__title a:link, .widelink__title a:visited {
    color: #fff;
  }
  .widelink__title a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .widelink__title--icon a {
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  .widelink__title--icon a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    height: 4px;
    width: 4px;
    margin: 0 0 0 -2px;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.widelink__item__wrap {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
}
.widelink__item__wrap a:link, .widelink__item__wrap a:visited {
  color: #000;
}
.widelink__item__wrap a:hover, .widelink__item__wrap a:active {
  color: #000;
}
@media screen and (max-width: 767px) {
  .widelink__item__wrap {
    display: none;
  }
}
.widelink__item__block {
  margin-top: 0.5rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .widelink__item__block {
    margin: 0;
    font-size: 0;
  }
}
.widelink__item {
  margin-bottom: 0.2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .widelink__item {
    font-size: 11px;
    font-size: 0.6875rem;
    border-bottom: 1px solid #efefef;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
  }
  .widelink__item a {
    padding: 10px 0 0 5px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    background: #ffffff;
  }
}
.gfooter__info {
  background-color: #1a2e51;
  color: #fff;
}
.gfooter__info__wrap {
  padding: 18px 0;
}
.gfooter__info__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .gfooter__info__wrap {
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    text-align: center;
  }
}
.gfooter__info__logo, .gfooter__info__logo--recruit {
  float: left;
  width: 370px;
  margin-top: 24px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .gfooter__info__logo, .gfooter__info__logo--recruit {
    float: none;
    margin-top: 12px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .gfooter__info__logo img, .gfooter__info__logo--recruit img {
    width: 260px;
    height: auto;
  }
}
.gfooter__info__logo--recruit {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .gfooter__info__logo--recruit {
    margin-top: 10px;
  }
  .gfooter__info__logo--recruit img {
    width: 220px;
    height: auto;
  }
}
.gfooter__info__add {
  float: left;
  width: 280px;
  font-size: 12px;
  font-size: 0.75rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.gfooter__info__add a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gfooter__info__add {
    margin-bottom: 1rem;
    width: 100%;
    float: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gfooter__info__add a {
    font-size: 16px;
    font-size: 1rem;
  }
  .gfooter__info__add a:link, .gfooter__info__add a:visited {
    color: #fff;
  }
  .gfooter__info__add a:hover, .gfooter__info__add a:active {
    color: #fff;
    text-decoration: none;
  }
}
.gfooter__info__add__title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .gfooter__info__add__title {
    margin-bottom: 1rem;
  }
}
.gfooter__info__disney {
  float: left;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .gfooter__info__disney {
    margin-bottom: 1rem;
    display: inline-block;
    float: none;
    width: auto;
  }
}
.gfooter__info__sns {
  float: left;
}
@media screen and (max-width: 767px) {
  .gfooter__info__sns {
    float: none;
    margin-bottom: 1rem;
  }
}
.gfooter__info__sns__block {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gfooter__info__sns__block {
    white-space: nowrap;
  }
}
.gfooter__info__sns__item {
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.gfooter__info__sns__item a:link, .gfooter__info__sns__item a:visited {
  color: #fff;
}
.gfooter__info__sns__item a:hover, .gfooter__info__sns__item a:active {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gfooter__info__sns__item {
    display: inline-block;
    margin: 5px;
  }
}
.gfooter__other {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .gfooter__other {
    padding: 20px 0 0;
  }
}
.branch__nav {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .branch__nav {
    margin-bottom: 0px;
  }
}
.branch__block {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .branch__block {
    margin-bottom: 20px;
  }
}
.branch__item {
  margin: 0 10px;
  list-style: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .branch__item {
    margin: 5px;
  }
}
.gfooter__other__nav {
  text-align: center;
}
.gfooter__other__nav__title {
  display: none;
}
@media screen and (max-width: 767px) {
  .gfooter__other__nav__title {
    display: block;
    height: 44px;
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top: 1px solid #333;
    padding: 15px 0 0;
  }
  .gfooter__other__nav__title::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    height: 4px;
    width: 4px;
    margin: 0 0 0 -2px;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.gfooter__other__block {
  margin: 0;
  padding: 0;
}
.gfooter__other__item {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.gfooter__other__item a:link, .gfooter__other__item a:visited {
  color: #fff;
}
.gfooter__other__item a:hover, .gfooter__other__item a:active {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gfooter__other__item a {
    padding: 1rem 0;
    display: block;
    border-top: 1px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .gfooter__other__item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gfooter__other__item:before {
    position: absolute;
    left: 10px;
    top: 16px;
    content: ">";
    color: #fff;
    font-family: FontAwesome;
  }
}
.copyright {
  border-top: solid 1px #333;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #ccc;
  font-size: 11px;
  font-size: 0.6875rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding-bottom: 20px;
  }
}
/*====================
 *    Information 共通
 *====================*/
.infoBox {
  background-color: #F2EFE9;
  margin: 0;
  padding: 50px 0;
}
.infoBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .infoBox {
    padding: 25px 10px;
  }
}
.infoBox__main {
  float: left;
  width: 680px;
}
@media screen and (max-width: 767px) {
  .infoBox__main {
    float: none;
    width: 100%;
  }
  .infoBox__main:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.infoBox__head {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
.infoBox__head__title {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .infoBox__head__title {
    margin-left: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.infoBox__head__title__sub {
  font-size: 14px;
  font-size: 0.875rem;
}
.infoBox__item {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.infoBox__item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .infoBox__item {
    padding-top: 15px;
  }
}
.infoBox__item__head {
  padding-top: 0.6rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
}
.infoBox__item__head__label {
  color: #8e7244;
  background-color: #fff;
  border: 1px solid #8e7244;
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .infoBox__item__head__label {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.infoBox__item__img {
  margin: 0;
  float: left;
  width: 60px;
}
.infoBox__item__text {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  line-height: 1.6;
}
.infoBox__item__text a {
  line-height: 1.6;
}
.infoBox__item__text a:link, .infoBox__item__text a:visited {
  color: #000;
}
.infoBox__item__text a:hover, .infoBox__item__text a:active {
  color: #666;
  text-decoration: none;
}
.infoBox__item__text--r {
  float: right;
  width: calc(100% - 75px);
  padding: 1rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  line-height: 1.6;
}
.infoBox__item__text--r a {
  line-height: 1.6;
}
.infoBox__item__text--r a:link, .infoBox__item__text--r a:visited {
  color: #000;
}
.infoBox__item__text--r a:hover, .infoBox__item__text--r a:active {
  color: #666;
  text-decoration: none;
}
.infoBox__side {
  width: 290px;
  float: right;
}
@media screen and (max-width: 767px) {
  .infoBox__side {
    float: none;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}
/*====================
 *    直通問い合わせ 共通
 *====================*/
.directCall {
  padding: 20px 0;
  background-color: #e0d9c0;
}
@media screen and (max-width: 767px) {
  .directCall {
    padding: 10px;
  }
}
.directCall__wrap {
  padding: 2px;
  background-color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.directCall__wrap__inner {
  box-sizing: border-box;
  height: 76px;
  padding: 15px;
  border: 1px solid #d2bc4a;
}
.directCall__wrap__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .directCall__wrap__inner {
    height: auto;
    text-align: center;
  }
}
.directCall__title {
  width: 300px;
  margin: 0;
  padding-top: 0.3rem;
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .directCall__title {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.directCall__no {
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .directCall__no {
    float: none;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.directCall__number {
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  font-size: 28px;
  font-size: 1.75rem;
  color: #53627d;
}
.directCall__number:link, .directCall__number:visited {
  color: #53627d;
}
.directCall__number:hover, .directCall__number:active {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .directCall__number {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.directCall__qaBtn {
  float: right;
}
@media screen and (max-width: 767px) {
  .directCall__qaBtn {
    float: none;
  }
}
.directCall__wrap__inner--h {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .directCall__wrap__inner--h {
    height: auto;
  }
}
.directCall__title--h {
  padding-top: 1rem;
}
.directCall__qaBtn--h {
  padding-top: 1rem;
}
/* メンバー用 */
.directCall--member {
  padding: 20px 0;
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .directCall--member {
    padding: 15px;
  }
}
.directCall--member__title {
  width: 130px;
  line-height: 70px;
  margin: 0 30px 0 0;
  border-right: 1px #ccc solid;
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .directCall--member__title {
    float: none;
    width: 100%;
    border: none;
    line-height: 1;
    padding: 10px 0 20px;
  }
}
/* 長いバージョン 宴会会議で使用 */
.directCall__wrap__inner--xh {
  height: 170px;
}
@media screen and (max-width: 767px) {
  .directCall__wrap__inner--xh {
    height: auto;
  }
}
.directCall__title--xh {
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .directCall__title--xh {
    padding-top: 15px;
  }
}
.directCall__qaBtn--xh {
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .directCall__qaBtn--xh {
    padding-top: 15px;
  }
}
/*************************************
レストランメニュー詳細
宴会会議詳細
のページ内部で使用する電話番号周りのスタイル
***************************************/
.callinbody--left {
  width: 300px;
  float: left;
}
@media screen and (max-width: 767px) {
  .callinbody--left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.callinbody__2columnGroup {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .callinbody__2columnGroup {
    width: 100%;
  }
}
.callinbody__2column {
  float: left;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .callinbody__2column {
    float: none;
    width: 100%;
  }
}
.callinbody__name {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .callinbody__name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/*************************************
レストラン店舗詳細ページ 電話番号とボタンまわり
***************************************/
@media screen and (max-width: 767px) {
  .callinbody__btnbox {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/*====================
 *    Pick Up 共通
 *====================*/
/* ピックアップ上のリード部分（レストランなど） */
.mainLead__wrap {
  background: linear-gradient(#010F26, #182D4F);
  background-repeat: no-repeat;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .mainLead__wrap {
    height: auto;
  }
}
.mainLead__wrap__inner {
  position: relative;
}
.mainLead__bg {
  position: absolute;
  top: 0;
  left: -100px;
  background-image: url("/img/restaurant_lead_bg_img.png");
  width: 740px;
  height: 300px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainLead__bg {
    display: none;
  }
}
.mainLead {
  position: absolute;
  right: 0;
  width: 499px;
  z-index: 100;
  color: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .mainLead {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
}
.mainLead__title {
  margin-top: 34px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mainLead__title {
    margin-top: 24px;
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mainLead__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mainLead__text {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.mainLead__btn--detailes {
  padding-top: 0.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mainLead__btn--detailes {
    text-align: center;
    padding-bottom: 20px;
  }
}
.pickup {
  padding: 30px 0;
  background-image: url("/img/stay_new_bg.jpg");
  color: #fff;
}
.pickup:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .pickup__header {
    width: 100%;
    text-align: center;
  }
  .pickup__header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.pickup__title {
  float: left;
  width: 160px;
  margin: 0 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pickup__title {
    float: none;
    display: inline-block;
    margin: 0;
    width: 33.3%;
    vertical-align: bottom;
  }
  .pickup__title img {
    width: 100%;
    height: auto;
  }
}
.pickup__img {
  float: left;
  width: 300px;
  margin: 0 20px 0 0;
  padding: 0;
}
.pickup__img img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pickup__img {
    float: none;
    display: inline-block;
    margin: 0;
    width: 62.5%;
    vertical-align: bottom;
  }
  .pickup__img img {
    width: 100%;
    height: auto;
  }
}
.pickup__content {
  float: left;
  width: 499px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .pickup__content {
    box-sizing: border-box;
    float: none;
    padding: 10px;
    width: 100%;
  }
}
.pickup__content__cap {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #c4b190;
  height: 20px;
}
.pickup__content__cap__text {
  z-index: 1;
  position: absolute;
  padding-right: 5px;
  background-image: url("/img/stay_new_bg.jpg");
}
.pickup__content__cap__border {
  z-index: 0;
  top: 8px;
  right: 0;
  position: absolute;
  display: block;
  background-color: #c4b190;
  width: 100%;
  height: 1px;
}
.pickup__content__title {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .pickup__content__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup__content__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
  }
}
.stayNew__content__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
.stayNew__content__text p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pickup__content__nav {
    margin-top: 20px;
    text-align: center;
  }
}
.pickup__content__nav__block {
  margin: 0;
  padding: 0;
}
.pickup__content__nav__item {
  display: inline-block;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .pickup__content__nav__item {
    margin-bottom: 10px;
  }
}
/*====================
 *    Feature 共通
 *====================*/
.feature__main {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  width: 1000px;
  height: 300px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .feature__main {
    padding: 10px 20px;
    width: 100%;
    height: auto;
  }
}
.feature__main__text--290 {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .feature__main__text--290 {
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.feature__main__text--460 {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .feature__main__text--460 {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.feature__main__text__title {
  padding-top: 10px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.feature__main__text__title--L {
  padding-top: 5px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .feature__main__text__title--L {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 1rem 0;
  }
}
.feature__main__btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature__main__btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
  }
}
/* 各背景イメージ */
.feature__mainBg--stay--1 {
  background-image: url("/img/stay_feature_main_bg.jpg");
}
@media screen and (max-width: 767px) {
  .feature__mainBg--stay--1 {
    background-position: center;
    background-size: cover;
  }
}
.feature__mainBg--banquet--1 {
  background-image: url("/banquet/img/banquet_index_feature_main_bg.jpg");
}
@media screen and (max-width: 767px) {
  .feature__mainBg--banquet--1 {
    background-position: center;
    background-size: cover;
  }
}
/* ============================================================

      contents

 * ============================================================ */
/*====================
 *    Top Page
 *====================*/
/* Top Main Visual (Cover) */
.cover {
  position: relative;
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .cover {
    overflow: visible;
    min-width: initial;
    min-width: auto;
    max-height: initial;
    max-height: auto;
  }
}
.cover div {
  outline: none;
}
.cover__inner, .cover__inner--speed4000, .cover__inner--speed2000 {
  position: relative;
  max-height: 500px;
}
.cover__inner img, .cover__inner--speed4000 img, .cover__inner--speed2000 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 1279px) {
  .cover__inner, .cover__inner--speed4000, .cover__inner--speed2000 {
    width: 100%;
    height: 500px;
    position: relative;
  }
  .cover__inner .slick-slide, .cover__inner--speed4000 .slick-slide, .cover__inner--speed2000 .slick-slide {
    position: relative;
    height: 500px;
  }
  .cover__inner img, .cover__inner--speed4000 img, .cover__inner--speed2000 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1279px) {
  .cover__inner--s {
    width: 100%;
    height: 345px;
    position: relative;
  }
  .cover__inner--s img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}
.cover__inner--resttop {
  width: 100%;
  height: auto;
  max-height: 1000px;
  position: relative;
}
.cover__inner--resttop .slick-slide {
  position: relative;
  height: auto !important;
}
.cover__inner--resttop img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cover__inner--resttop {
    width: 100%;
    height: auto;
    max-height: 1000px;
    position: relative;
  }
  .cover__inner--resttop .slick-slide {
    position: relative;
    height: auto !important;
  }
  .cover__inner--resttop img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.cover__top {
  height: 1050px;
}
.cover__top > .cover__inner {
  max-height: 1050px;
}
@media screen and (min-width: 1279px) {
  .cover__top .slick-slide {
    position: relative;
	top: auto;
    height: 750px;
  }
  .cover__top .slick-slide img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.cover__inner--restaurant, .cover__inner--kitty {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.cover__inner--restaurant img, .cover__inner--kitty img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px) {
  .cover__inner--restaurant, .cover__inner--kitty {
    width: 100%;
    height: 500px;
    position: relative;
  }
  .cover__inner--restaurant .slick-slide, .cover__inner--kitty .slick-slide {
    position: relative;
    height: 500px;
  }
  .cover__inner--restaurant img, .cover__inner--kitty img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .cover__inner--kitty {
    max-height: 250px;
  }
}
.cover__mainCopy {
  position: absolute;
  left: 80px;
  bottom: 70%;
}
@media screen and (max-width: 767px) {
  .cover__mainCopy {
    left: 10px;
    top: 15%;
    bottom: auto;
  }
  .cover__mainCopy img {
    width: 80%;
    height: auto;
  }
}
.cover__logo {
    position: absolute;
    right: 3%;
    top: 3%;
}
.cover_logo img{
    border: 0;
    width: 200px;
    height: auto;
}
.cover__logo :hover{
	opacity: 0.6;
	transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
    .cover__logo {
        top: 1%;
        right: 1%;
    }
    .cover__logo img {
        height: auto;
        width: 130px;
    }
}
/*====================
 *    top スマホ用トップナビ
 *====================*/
.topSPnav {
  display: none;
}
@media screen and (max-width: 767px) {
  .topSPnav {
    display: block;
  }
}
.topSPnav__group {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}
.topSPnav__item {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #1a2e51;
  line-height: 1.4;
}
.topSPnav__item:last-child {
  border-right: none;
}
.topSPnav__link {
  display: block;
  height: 44px;
  padding: 8px 0 0;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border-top: 2px solid #1a2e51;
  color: #1a2e51 !important;
  font-size: 12px;
  font-size: 0.75rem;
}
.topSPnav__link:hover {
  text-decoration: none;
}
.topSPnav__item--sub {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #907a53;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
}
@media screen and (max-width: 767px) {
  .topReserve__sub {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .topReserve__sub__text {
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .topReserve__sub__btnArea {
    width: 100%;
    padding: 0;
  }
  .topReserve__sub__btnArea .btn--w290--thin {
    display: inline-block;
    width: 100%;
    font-size: 14px;
  }
}
/* 新予約ウィジェット */
	#topReserve_box {
		position: absolute;
		top: 53%;
		width: 100%;
		height: auto;
		background-color: rgba(31,31,31,0.8);
		color: #fff;
	}
	#booking {
		position: relative;
		top: 15px;
	}
	#booking .search-widget-search-container-bf1818 {
		box-shadow: none;
		background: none;
		padding: 0 132px;
	}
	#booking .input-container-title-db81ec,
	#booking .search-widget-day-use-block-da04c0 {
		color: #fff;
	}
	.topReserve_yoyaku {
		font-size: 1rem;
		padding-top: 15px;
		padding-left: 12%;
		margin: 0;
	}
	#topReserve_box .topReserve_yoyaku a {
		color: #fff;
	}
	.topReserve_yoyaku_inner,
	.topReserve__inner {
		width: 1080px;
		margin: 0 auto;
	}
	.topReserve__inner_bg {
		width: 100%;
		background-color: #242424
	}
	.topReserve__sub {
		height: 55px;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.3rem;
		text-align: center;
		padding: 20px 0 60px;
	}
	.btn--color--black {
	  background-color: #000;
	  color: #fff;
	  border-color: #242424;
	}
	.btn--w290--thin {
	  width: 290px;
	  line-height: 34px;
	  font-size: 13px;
	  font-size: 0.8125rem;
	  font-weight: normal;
	}
	.topReserve__txt {
		background-color: #242424;
		font-size: 0.9rem;
		padding: 1% 12%;
		line-height: 1.3rem;
	}
	.txt_mb {
		margin-bottom: 1.5rem;
	}
	.txtRight {
		text-align: right;
		font-weight: bold;
		padding-right: 17%;
	}
	.txtRight:before {
		content: ">";
	}
	#topReserve_box .topReserve__txt a:hover,
	#topReserve_box .topReserve__txt a:active,
	#topReserve_box .topReserve__txt a:link,
	#topReserve_box .topReserve__txt a:visited {
		text-decoration: underline;
		color: #907a53;
	}
	small {
		font-size: 0.9rem;
	}

@media screen and (max-width: 993px) {
	.cover__top {
	max-height: 700px;
	}
  #topReserve_box {
	  top: 37%;
	  background-color: #242424;
  }
}
@media screen and (max-width: 767px) {
  .topReserve {
    position: relative;
    height: auto;
    left: auto;
    bottom: auto;
    text-align: center;
  }
}
.topReserve__bg {
  position: absolute;
  height: 204px;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .topReserve__bg,
	#topReserve_box {
    display: none;
  }
}
.topReserve__bg__foot {
  background-color: #323232;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .topReserve__bg__foot {
    padding: 0;
  }
}
.topReserve__wrap {
  position: absolute;
  width: 1000px;
  height: 180px;
  color: #fff;
  background-color: #404040;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topReserve__wrap {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .topReserve__wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
}
.topReserve__wrap__foot {
  width: 1000px;
  height: 180px;
  color: #fff;
  background-color: #404040;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topReserve__wrap__foot {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .topReserve__wrap__foot {
    text-align: center;
  }
}
.topReserve__main {
  height: 125px;
  box-sizing: border-box;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .topReserve__main {
    height: auto;
    padding: 20px 10px;
  }
}
.topReserve__main__head {
  margin-bottom: 10px;
}
.topReserve__main__head:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.topReserve__main__head__yoyaku {
  float: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
.topReserve__main__head__yoyaku span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .topReserve__main__head__yoyaku {
    float: none;
    white-space: nowrap;
    text-align: left;
  }
}
.topReserve__main__head__contact {
  float: right;
  font-size: 15px;
  font-size: 0.9375rem;
}
.topReserve__main__head__contact a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topReserve__main__head__contact {
    float: none;
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .topReserve__main__head__contact strong {
    font-size: 16px;
    font-size: 1rem;
  }
  .topReserve__main__head__contact strong a:link, .topReserve__main__head__contact strong a:visited {
    color: #fff;
  }
  .topReserve__main__head__contact strong a:hover, .topReserve__main__head__contact strong a:active {
    color: #fff;
    text-decoration: none;
  }
}
.topReserve__main__search__formArea {
  float: left;
}
@media screen and (max-width: 767px) {
  .topReserve__main__search__formArea {
    display: none;
  }
}
.topReserve__boxWrap--date {
  position: relative;
  width: 145px;
}
.topReserve__boxWrap--date .fa {
  position: absolute;
  top: 12px;
  right: 10px;
}
.topReserve__main__search__btnArea {
  float: right;
}
@media screen and (max-width: 767px) {
  .topReserve__main__search__btnArea {
    float: none;
  }
}
.topReserveBtn--default {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .topReserveBtn--default {
    display: none;
    margin-bottom: 0.5rem;
  }
}
.topReserveBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .topReserveBtn {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.topReserve__main__search__btnArea__check {
  line-height: 2.5;
  font-size: 13px;
  font-size: 0.8125rem;
}
.topReserve__main__search__btnArea__check:link, .topReserve__main__search__btnArea__check:visited {
  color: #fff;
}
.topReserve__main__search__btnArea__check:hover, .topReserve__main__search__btnArea__check:active {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topReserve__main__search__btnArea__check {
    margin-top: 1rem;
  }
}
.topReserve__main__field__text {
  padding: 0 0 0 1rem;
  height: 40px;
  border: none;
  width: 175px;
}
.topReserve__main__field__text--bgGray {
  padding: 0 0 0 1rem;
  height: 40px;
  border: none;
  width: 120px;
  background-color: #efefef;
}
.topReserve__main__field__radio {
  margin-left: 1rem;
}
.topReserve__sub {
  height: 55px;
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: #242424;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .topReserve__sub {
    padding: 20px 10px;
    height: auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.topReserve__sub__text {
  float: left;
  font-size: 12px;
}
.topReserve__sub__text a {
  position: relative;
  display: block;
  text-align: left;
}
/*
.topReserve__sub__text a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: url(/img/bestrate_ic01_sp.png) center center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
*/
@media screen and (max-width: 767px) {
  .topReserve__sub__text {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .topReserve__sub__text a {
    text-align: center;
  }
}
.topReserve__sub__btnArea {
  float: right;
}
@media screen and (max-width: 767px) {
  .topReserve__sub__btnArea {
    float: none;
  }
  .topReserve__sub__btnArea a {
    margin-bottom: 0.5rem;
  }
}
.topReserve__main__head__restaurant {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}
.topReserve__main__head__restaurant:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.topReserve__main__head__restaurantTitle {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
  height: 40px;
}
.topReserve__main__head__restaurantTitle span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-right: 5px;
}
.topReserve__main__head__restaurantTitle:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #e1e1e1;
}
.topReserve__main__head__restaurant__block {
  margin: 0;
  padding: 0;
}
.topReserve__main__head__restaurant__item {
  position: relative;
  width: 230px;
  height: 50px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
  display: table;
  border: 1px solid #e1e1e1;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}
.topReserve__main__head__restaurant__item > a {
  line-height: 1.4;
  box-sizing: border-box;
  padding-left: 6px;
  width: 230px;
  height: 50px;
  display: table-cell;
  color: #666;
  vertical-align: middle;
}
.topReserve__main__head__restaurant__item > a:hover, .topReserve__main__head__restaurant__item > a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  text-decoration: none;
}
.topReserve__main__head__restaurant__item > a:hover:hover, .topReserve__main__head__restaurant__item > a:active:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.topReserve__main__head__restaurant__item span {
  position: absolute;
  top: 20px;
  right: 10px;
}
.topReserve__main__head__restaurant__item > div {
  line-height: 1.4;
  box-sizing: border-box;
  padding-left: 6px;
  width: 230px;
  height: 50px;
  display: table-cell;
  color: #666;
  vertical-align: middle;
  background-color: #eee;
}
.topReserve__main__head__restaurant__item > div a {
  color: #666;
}
/* Datepicker */
div.ui-datepicker {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Select Box */
.topReserve__boxWrap, .topReserve__boxWrap--bgGray, .topReserve__boxWrap--nonBg {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 40px;
}
.topReserve__boxWrap--bgGray {
  background-color: #efefef;
}
.topReserve__boxWrap--nonBg {
  line-height: 40px;
  background: none;
}
.topReserve__boxWrap select, .topReserve__boxWrap--bgGray select, .topReserve__boxWrap--nonBg select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: .5rem 2.5rem .5rem 1.2rem;
  background: transparent;
  border: 0;
  outline: none;
  height: 40px;
  line-height: 1.5;
}
.entypo-down-open-mini:before {
  font-family: 'entypo', sans-serif;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}
/* フローティング部 */
.navReserve__main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.navReserve__sub {
  height: 55px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #907a53;
  color: #fff;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 15px;
  font-size: 0.9375rem;
}
.navReserve__main__search__btnArea__check {
  line-height: 2.5;
  font-size: 13px;
  font-size: 0.8125rem;
}
.navReserve__main__search__btnArea__check:link, .navReserve__main__search__btnArea__check:visited {
  color: #1a2e51;
}
.navReserve__main__search__btnArea__check:hover, .navReserve__main__search__btnArea__check:active {
  color: #1a2e51;
  text-decoration: none;
}
.navReserve__main__head__contact {
  padding-left: 36px;
  line-height: 31px;
  background-image: url("/img/ic_reserve_tell.gif");
  background-repeat: no-repeat;
  float: right;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.navReserve__main__head__contact__text1 {
  color: #213556;
  font-weight: bold;
}
.navReserve__main__head__contact__text2 {
  font-size: 16px;
  font-size: 1rem;
  color: #676767;
}
.navReserve__main__head__contact__text3 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #213556;
}
.navReserve__main__head__contact__text3 a {
  color: #213556;
}
.navReserve__main__head__contact__text4 {
  color: #676767;
}
.navReserve__main__head__yoyaku {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.navReserve__main__head__yoyaku__text1 {
  padding-left: 36px;
  line-height: 31px;
  background-image: url("/img/ic_reserve_stay.gif");
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #213556;
}
.navReserve__close {
  line-height: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center 10px center 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  color: #213556;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  cursor: pointer;
}
.navReserve__close:hover {
  opacity: 0.6;
}
/* フローティング資料請求 */
.navShiryou__mainT {
  padding-bottom: 0.5rem;
  color: #444;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #ccc;
}
.navShiryou__contact {
  width: 100%;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  color: #444;
}
.navShiryou__contact:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.navShiryou__contact__box {
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
  width: 280px;
}
.navShiryou__contact__box--r {
  box-sizing: border-box;
  float: right;
  padding-right: 10px;
}
.navShiryou__contact__box__text1 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.navShiryou__contact__box__text2 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #676767;
}
.navShiryou__contact__box__text3 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #53627d;
}
.navShiryou__contact__box__text4 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #676767;
}
/* Thumnaile box （トップ:Topics 他）*/
.thumCont {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .thumCont {
    min-width: inherit;
    min-width: auto;
  }
}
.thumCont__wrap {
  margin-left: -20px;
}
.thumCont__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .thumCont__wrap {
    width: 100%;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .thumCont__wrap__sp__bdr {
    border-bottom: 1px solid #cccccc;
  }
}
.thumCont__slide {
  padding: 10px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  text-align: left;
}
.thumCont__slide a:link, .thumCont__slide a:visited {
  color: #000;
}
.thumCont__slide a:hover {
  text-decoration: none;
  opacity: 1;
}
.thumCont__slide a figure img:link, .thumCont__slide a figure img:visited {
  color: #000;
}
.thumCont__slide a figure img:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .thumCont__slide {
    float: none;
    vertical-align: top;
    width: 100%;
    height: 77px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
    display: block;
  }
  .thumCont__slide:last-child {
    border-bottom: 1px solid #cccccc;
    height: 78px;
  }
  .thumCont__slide a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 8px;
  }
  .thumCont__slide--nolink {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .thumCont__slide--spfull {
    height: auto !important;
  }
  .thumCont__slide--spfull img {
    width: 100%;
    height: auto;
  }
}
.thumCont__slide--ml0 {
  margin-left: 0;
  margin-right: 20px;
}
.thumCont--oh {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thumCont--oh:before {
    background-image: none;
  }
}
.thumCont--oh:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
}
/*
// .thumCont__link {
//     padding: 10px;
//     display: block;
//     &:link, &:visited {
//         color: #000;
//     }
//     &:hover {
//         text-decoration: none;
//         opacity: 1;
//     }

//     figure img {
//         &:link, &:visited {
//             color: #000;
//         }
//         &:hover {
//             text-decoration: none;
//             opacity: 1;
//         }
//     }
// }
*/
.thumCont__slide__imgbox {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thumCont__slide__imgbox {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 60px;
    overflow: hidden;
    margin: 0;
  }
}
.thumCont__slide__imgbox img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .thumCont__slide__imgbox img {
    width: 90px;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}
.thumCont__slide__title__outer {
  display: block;
}
.thumCont__slide__title__outer--restaurant {
  height: 77px;
}
.thumCont__slide__title__outer--banquet {
  height: 57px;
}
@media screen and (max-width: 767px) {
  .thumCont__slide__title__outer {
    display: inline-block;
    /*height: 60px;*/
    width: 200px;
    width: calc(100% - 98px);
    padding: 0 7px 0 0;
    box-sizing: border-box;
  }
  .thumCont__slide--s a .thumCont__slide__title__outer:nth-of-type(n+2){
    margin-left: 95px;
  }
}
@media screen and (max-width: 767px) {
  .thumCont__slide__title__outer--mini {
    float: right;
  }
  .thumCont__slide__title__outer--mini:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.thumCont__slide__title {
  margin: 20px 0 10px;
  padding: 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .thumCont__slide__title {
    margin: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    padding: 0;
  }
}
.thumCont__slide__text {
  padding: 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.thumCont__slide__text p {
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .thumCont__slide__text {
    display: none;
  }
}
.thumCont__slide__text--restname {
  font-size: 10px;
  font-size: 0.625rem;
}
.thumCont__arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
  color: #969696;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .thumCont__arrow {
    bottom: 0px;
    right: 0px;
    display: none;
    bottom: auto;
    top: 50%;
    margin-top: -9px;
  }
  .shop_sparrow {
    display: block!important;
    top:96%!important;
  }
}
/*
4つ並びのサムネイルボックス
*/
.thumCont__slide--s {
  padding: 8px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  width: 235px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  text-align: left;
}
.thumCont__slide--s a:link, .thumCont__slide--s a:visited {
  color: #000;
}
.thumCont__slide--s a:hover {
  text-decoration: none;
  opacity: 1;
}
.thumCont__slide--s a figure img:link, .thumCont__slide--s a figure img:visited {
  color: #000;
}
.thumCont__slide--s a figure img:hover {
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  /**追加**/
}
@media screen and (max-width: 767px) {
  .thumCont__slide--s {
    float: none;
    vertical-align: top;
    width: 100%;
    /*height: 77px;*/
    /*overflow: hidden;*/
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
    display: block;
  }
  .thumCont__slide--s:last-child {
    border-bottom: 1px solid #cccccc;
    /*height: 78px;*/
  }
  .thumCont__slide--s a {
    display: block;
    width: 100%;
    /*height: 60px;*/
    padding: 8px;
  }
  .thumCont__slide--s--nolink {
    padding: 8px;
  }
  .thumCont__slide--s img {
    width: 100%;
    height: auto;
  }
}
.thumCont__slide--s__imgbox {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .thumCont__slide--s__imgbox {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 60px;
    overflow: hidden;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .thumCont__slide--s__imgbox img {
    width: 90px;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}
.thumCont__slide--s__title {
  margin: 20px 0 10px;
  padding: 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .thumCont__slide--s__title {
    margin: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    padding: 0;
  }
}
.thumCont__slide--s__text {
  padding: 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.thumCont__slide--s__text p {
  margin: 0 0 1rem 0;
}
/*
2つ並びのサムネイルボックス
*/
.thumCont__slide--w {
  padding: 10px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  width: 485px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .thumCont__slide--w {
    width: 90%;
    float: none;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
  }
  .thumCont__slide--w img {
    width: 100%;
    height: auto;
  }
}
.thumCont__slide--w a:link, .thumCont__slide--w a:visited {
  color: #000;
}
.thumCont__slide--w a:hover {
  text-decoration: none;
  opacity: 1;
}
.thumCont__slide--w a figure img:link, .thumCont__slide--w a figure img:visited {
  color: #000;
}
.thumCont__slide--w a figure img:hover {
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  /**追加**/
}
.thumCont__slide--w__imgbox {
  margin: 0;
  padding: 0;
}
.thumCont__slide--w__title {
  margin: 20px 0 10px;
  padding: 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.thumCont__slide--w__text {
  padding: 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.thumCont__slide--w__text p {
  margin: 0 0 1rem 0;
}
/* サムネイルボックス高さ調整 */
.thumContH--ss {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .thumContH--ss {
    height: auto;
  }
}
.thumContH--s {
  height: 330px;
}
@media screen and (max-width: 767px) {
  .thumContH--s {
    height: auto;
  }
}
.thumContH--m {
  height: 380px;
}
@media screen and (max-width: 767px) {
  .thumContH--m {
    height: auto;
  }
}
.thumContH--l {
  height: 420px;
}
@media screen and (max-width: 767px) {
  .thumContH--l {
    height: auto;
  }
}
.thumContH--ll {
  height: 480px;
}
@media screen and (max-width: 767px) {
  .thumContH--ll {
    height: auto;
  }
}
.thumContH--ll_half {
  height: 510px;
}
@media screen and (max-width: 767px) {
  .thumContH--ll_half {
    height: auto;
  }
}
.thumContH--3l {
  height: 540px;
}

@media screen and (max-width: 767px) {
.shop_spH-300 {
  height:300px!important;
}
  .shop_spFS12  {
    display: block!important;
    font-size: 12px!important;
  }
  .thumContH--3l {
    height: auto;
  }
}
.thumContH--3l_half {
  height: 560px;
}
@media screen and (max-width: 767px) {
  .thumContH--3l_half {
    height: auto;
  }
}
.thumContH--4l {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .thumContH--4l {
    height: auto;
  }
}
.thumCont--mini {
  box-sizing: border-box;
  padding: 9px;
  float: left;
  margin-left: 20px;
  width: 184px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  text-align: left;
}
.thumCont--mini a:link, .thumCont--mini a:visited {
  color: #000;
}
.thumCont--mini a:hover {
  text-decoration: none;
  opacity: 1;
}
.thumCont--mini a figure img:link, .thumCont--mini a figure img:visited {
  color: #000;
}
.thumCont--mini a figure img:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .thumCont--mini {
    float: none;
    vertical-align: top;
    width: 100%;
    height: 77px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
    display: block;
  }
  .thumCont--mini:last-child {
    border-bottom: 1px solid #cccccc;
    height: 78px;
  }
  .thumCont--mini a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 8px;
  }
  .thumCont--mini img {
    width: 100%;
    height: auto;
  }
}
.thumCont--mini__title {
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .thumCont--mini__title {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
}
.thumCont__icon {
	padding: 0 10px;
	box-sizing: border-box;
}
.thumCont__icon ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	list-style: none;
	padding-left: 0px;
}
.thumCont__icon ul li {
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
}
.thumCont__icon ul li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
.thumContH--icon{
	height:185px!important;
}
.thumCont__icon {
	display: inline-block;
	height: 60px;
	width: 200px;
	width: calc(100% - 25px);
	padding: 0 7px 0 0;
	box-sizing: border-box;
}
.thumCont__icon ul {
	justify-content: left;
}
.thumCont__icon ul li {
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}
}
/* タブまわり（トップ:イベント情報 他） */
@media screen and (max-width: 767px) {
  .topEvent {
    display: none;
  }
}
.tabBox__nav {
  margin: 0;
  padding: 0;
}
.tabBox__navBox {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}
.tabBox__item {
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .tabBox__item {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.tabBox__item--active {
  box-sizing: border-box;
  border-top: 2px solid #1a2e51;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #f2f2f2;
}
.tabBox__item--active .tabBox__item__btn, .tabBox__item--active .tabBox__item__btn--access {
  border-bottom: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.tabBox__item--reserve--active {
  box-sizing: border-box;
  border-top: 2px solid #1a2e51;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
.tabBox__item--reserve--active .tabBox__item__btn--reserve {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
/* Mixin */
.tabBox__item__btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: #e8e8e8;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .tabBox__item__btn {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .tabBox__item__btn {
    line-height: 1.4;
    height: 52px;
    padding: 1rem 0.5rem;
  }
}
.tabBox__item__btn:link, .tabBox__item__btn:visited {
  color: #000;
}
.tabBox__item__btn:hover {
  text-decoration: none;
  opacity: 1;
}
.tabBox__item__btn--reserve {
  box-sizing: border-box;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: #e8e8e8;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  box-sizing: border-box;
  height: 60px;
  padding: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .tabBox__item__btn--reserve {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
  }
}
.tabBox__item__btn--reserve:link, .tabBox__item__btn--reserve:visited {
  color: #1a2e51;
}
.tabBox__item__btn--reserve:hover {
  text-decoration: none;
  opacity: 1;
}
.tabBox__item__reserve--restaurant {
  position: relative;
}
.tabBox__item__reserve--restaurant .fa {
  position: absolute;
  top: 20px;
  right: 100px;
  font-size: 30px;
  font-size: 1.875rem;
}
.tabBox__item__btn--access {
  box-sizing: border-box;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: #e8e8e8;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.4;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .tabBox__item__btn--access {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
  }
}
.tabBox__item__btn--access:link, .tabBox__item__btn--access:visited {
  color: #000;
}
.tabBox__item__btn--access:hover {
  text-decoration: none;
  opacity: 1;
}
.tabBox__item__osusume {
  background-image: url("/img/top_event_ic_osusume.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.tabBox__item__restaurant {
  background-image: url("/img/top_event_ic_restaurant.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.tabBox__item__stay {
  background-image: url("/img/top_event_ic_stay.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.tabBox__item__wedding {
  background-image: url("/img/top_event_ic_wedding.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.tabBox__item__party {
  background-image: url("/img/top_event_ic_party.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.tabBox__item__lobby {
  background-image: url("/img/top_event_ic_gallery.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.tabBox__wrap {
  padding: 30px 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-y: scroll;
  background: #f2f2f2;
  height: 315px;
}
.tabBox__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tabBox__wrap--nohidden {
  padding: 30px 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
}
.tabBox__wrap--nohidden:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .tabBox__wrap--nohidden {
    padding: 15px 15px;
  }
}
.tabBox__wrap__reserve {
  padding: 30px 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px 0px;
  background: #fff;
}
.tabBox__wrap__reserve:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tabBox__cont__cal {
  float: left;
  width: 280px;
}
.tabBox__cont__main {
  float: right;
  width: 610px;
}
.tabBox__cont__thumbBox {
  overflow: hidden;
  float: left;
  width: 290px;
  height: 140px;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.tabBox__cont__thumbBox a {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.tabBox__cont__thumbBox a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.tabBox__cont__thumbBox__img {
  float: left;
  width: 140px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .tabBox__cont__thumbBox__img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}
.tabBox__cont__thumbBox__r {
  float: right;
  width: 140px;
}
.tabBox__cont__thumbBox__r__ic {
  margin-bottom: 10px;
}
.tabBox__cont__thumbBox__r__ic img {
  margin-right: 10px;
}
.tabBox__cont__thumbBox__r__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.tabBox__cont__thumbBox__r__time {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #777;
}
/* Special Offer */
.soBox {
  margin-top: 0;
  box-sizing: border-box;
  background-position: center;
  background-image: url("/img/top_so_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 710px;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .soBox {
    height: auto;
    min-width: inherit;
    min-width: auto;
  }
}
.soCont {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .soCont {
    min-width: inherit;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .soCont .thumCont__slide {
    border: none;
    margin-bottom: 10px;
  }
}
/* Guide of KEIO PLAZA HOTEL */
.top__guideWrap {
  margin-left: -21px;
}
.top__guideWrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .top__guideWrap {
    margin-left: 0px;
  }
}
.top__guide__item, .top__spsubnav__item {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
}
.top__guide__item:after, .top__spsubnav__item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .top__guide__item, .top__spsubnav__item {
    float: none;
    height: 71px;
    overflow: hidden;
    border-bottom: none;
    padding: 10px 0;
    float: none;
    margin: 0px;
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .top__guide__item > a, .top__spsubnav__item > a {
    display: block;
    height: 80px;
  }
  .top__guide__item:last-child, .top__spsubnav__item:last-child {
    border-bottom: 1px solid #ccc;
    height: 72px;
  }
}
.top__guide__item__img, .top__spsubnav__item__img {
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top__guide__item__img, .top__spsubnav__item__img {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
  }
  .top__guide__item__img > img, .top__spsubnav__item__img > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
  }
}
.top__guide__item__text, .top__spsubnav__item__text {
  float: right;
  width: 140px;
  display: table;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .top__guide__item__text, .top__spsubnav__item__text {
    width: 70%;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    float: left;
  }
}
.top__guide__item__text__inner, .top__spsubnav__item__text__inner {
  display: table-cell;
  text-align: center;
  height: 200px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top__guide__item__text__inner, .top__spsubnav__item__text__inner {
    display: block;
    height: auto;
    text-align: left;
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top__guideWrap {
    padding: 0 10px;
  }
  .top__guideWrap br {
    display: none;
  }
}
/*====================
 *    top スマホ用Sub Nav
 *====================*/
.top__spsubnav {
  display: none;
}
.top__spsubnav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .top__spsubnav {
    display: block;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.top__bnr__box {
  margin: 40px auto 0;
  width: 767px;
  font-size: 0;
  min-height: 97px;
}
@media screen and (max-width: 767px) {
  .top__bnr__box {
    width: 100%;
    margin: 0;
  }
}
.top__bnr__link {
  display: inline-block;
  width: 377px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .top__bnr__link {
    width: 100%;
  }
}
.top__bnr__link:first-child {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .top__bnr__link:first-child {
    margin: 0 0 0px;
  }
}
.top__bnr__item {
  width: 100%;
  height: atuo;
}
/* swiper */
@media screen and (max-width: 767px) {
  .swiper-outer {
    margin-bottom: 30px;
  }
  .swiper-slide {
    width: 89.65%;
    height: 300px;
    margin: 0 1% 10px 1%;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    display: inline-block;
  }
  .swiper-slide a {
    padding: 0;
  }
  .swiper-slide .thumCont__slide__imgbox {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    display: block;
  }
  .swiper-slide .thumCont__slide__imgbox img {
    width: 100%;
  }
  .swiper-slide .thumCont__slide__title__outer {
    display: table;
    width: 100%;
    height: 60px;
  }
  .swiper-slide .thumCont__slide__title {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .swiper-slide .thumCont__arrow {
    display: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    margin-top: -35px;
    background-size: 30px;
    left: -5px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    margin-top: -35px;
    background-size: 30px;
    right: -5px;
  }
}
/*====================
 *    Second Page Common
 *====================*/
.secHead {
  padding: 10px 0 15px 0;
  background-color: #f7f7f7;
}
.secHead:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .secHead {
    padding: 1px 0 0 0;
  }
}
.secHead__wrapper {
  position: relative;
}
.secHead--recruit {
  position: absolute;
  background: none;
  width: 100%;
  padding: 10px 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .secHead--recruit {
    display: none;
  }
}
/* パンクズナビ */
.topicpath {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}
.topicpath--only {
  margin-bottom: -5px;
}
.topicpath--clrwhite {
  color: #cccccc;
}
.topicpath--clrwhite > a {
  color: #cccccc;
}
.secHeadT {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .secHeadT--bdrbtm {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
  }
}
.secHeadT--border {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #907a53 25%, #907a53 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.secHeadT--border:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .secHeadT--border {
    margin: 20px 20px 0 20px;
    display: block;
  }
}
.secHeadT--border__inner {
  position: relative;
  display: inline-block;
  top: -12px;
  padding: 0 10px;
  background: #f7f7f7;
}
.secHeadT--en {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2b2b2b;
}
.secHeadT--ja {
  margin-top: -40px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .secHeadT--ja {
    margin: 20px 0;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-align: center;
  }
}
.secHeadT--ja--2 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.secHeadT--ja--2 a {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.secHeadT--ja--2 a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.secHeadT--ja--2 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .secHeadT--ja--2 {
    margin: 15px 0;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-align: center;
  }
}
.secHeadT--en--2 {
  display: inline-block;
  position: relative;
  margin-left: 34px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  .secHeadT--en--2 {
    display: none;
  }
}
.secHeadT--en--2:before, .secHeadT--en--2:after {
  position: absolute;
  content: "";
  width: 30px;
  top: 6px;
  left: -34px;
  height: 1px;
  background-image: linear-gradient(to left, #907a53, rgba(144, 122, 83, 0));
}
@media screen and (max-width: 767px) {
  .secHeadT--en--2:before, .secHeadT--en--2:after {
    display: none;
    width: 100px;
    left: -120px;
  }
}
.secHeadT--en--2:after {
  left: auto;
  right: -34px;
  background-image: linear-gradient(to right, #907a53, rgba(144, 122, 83, 0));
}
@media screen and (max-width: 767px) {
  .secHeadT--en--2:after {
    right: -120px;
  }
}
/* セカンドメニュー */
/* メイン */
.secHead__nav {
  margin: -5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .secHead__nav {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.secHead__MenuBtn {
  display: none;
  padding: 0.5em 0;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  color: #fff;
  background-color: #1a2e51;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secHead__MenuBtn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .secHeadPullDownBox {
    display: none;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
}
.secHead__navBox {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border-spacing: 2px 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .secHead__navBox {
    display: block;
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-right: 1px solid #e5e5e5;
  }
}
.secHead__nav__item {
  display: table-cell;
  text-align: center;
  line-height: 1;
  border-bottom: 2px solid #e5e5e5;
  transition: border-bottom 0.2s linear;
  font-size: 14px;
  font-size: 0.875rem;
}
.secHead__nav__item:hover {
  border-bottom: 2px solid #1a2e51;
}
@media screen and (max-width: 767px) {
  .secHead__nav__item:hover {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .secHead__nav__item {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .secHead__nav__item:nth-child(even) {
    margin-right: 0;
  }
  .secHead__nav__item--wide {
    width: 100%;
  }
  .secHead__nav__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    height: 4px;
    width: 4px;
    margin: -2px 0 0 0;
    border-bottom: solid 1px #666;
    border-right: solid 1px #666;
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
.secHead__nav__item--active {
  box-sizing: border-box;
  border-bottom: 2px solid #1a2e51;
}
@media screen and (max-width: 767px) {
  .secHead__nav__item--active {
    border-bottom: 1px solid #e5e5e5;
  }
}
.secHead__nav__item__btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 30px;
  cursor: pointer;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
.secHead__nav__item__btn:link, .secHead__nav__item__btn:visited {
  color: #000;
}
.secHead__nav__item__btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .secHead__nav__item__btn {
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menutab {
    border-top: 1px solid #e5e5e5;
  }
}
/* サブ */
.secHead__subNav {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .secHead__subNav {
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .secHead__subNavBox {
    margin: 0;
    padding: 20px 0 15px 8px;
  }
}
.secHead__subNav__item {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .secHead__subNav__item {
    margin: 0;
    display: inline-block;
    padding: 0.4rem 0.2rem;
  }
}
.secHead__subNav__item__btn:link, .secHead__subNav__item__btn:visited {
  color: #1a2e51;
}
.secHead__subNav__item__btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*====================
 *    新着情報
 *====================*/
.entrytitle {
  /*記事のタイトルに設定*/
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
.entryDate {
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .entryDate {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.entryCategoryIconBox {
  margin: 0px 0 20px;
  padding: 0;
  float: left;
}
.newsEntryList {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .newsEntryList {
    padding: 0 10px;
  }
}
.newsEntryList__item {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
}
.newsEntryList__item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .newsEntryList__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.newsEntryList__itemlink {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .newsEntryList__itemlink {
    padding: 0;
  }
}
.newsEntryList__itemlink:hover {
  text-decoration: none;
  opacity: 0.8;
}
.newsEntryList__item__date {
  width: 100px;
  margin-right: 10px;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .newsEntryList__item__date {
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
    float: none;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.newsEntryList__item__cat {
  width: 6em;
  float: left;
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newsEntryList__item__cat {
    float: none;
  }
}
.newsEntryList__item__title {
  margin-left: 110px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newsEntryList__item__title {
    margin-left: 0;
  }
}
/*====================
 *    ストーリー
 *====================*/
.story_history_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .story_history_img img {
    width: 100%;
    height: auto;
  }
}
.story_history_img__text {
  position: absolute;
  top: 200px;
  right: 100px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .story_history_img__text {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.table_history {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .table_history {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.table_history th {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  line-height: 1.2;
  white-space: nowrap;
}
.table_history td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
/*====================
 *    宿泊ページ
 *====================*/
/* Guide of KEIO PLAZA HOTEL */
.rePlan__wrap {
  position: relative;
  /*background-color: #F2EFE9;*/
}
.rePlan__cont {
  position: relative;
  margin-left: -20px;
  padding: 50px 0;
}
.rePlan__cont:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .rePlan__cont {
    margin-left: 0px;
    padding: 20px;
  }
}
.rePlan__item {
  z-index: 2;
  float: left;
  background-color: #fff;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 490px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .rePlan__item {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
}
.rePlan__item:before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 80%;
  right: 10px;
  bottom: 15px;
  left: auto;
  width: 70%;
  /*background: #777;*/
  /*box-shadow: 0 15px 15px #777;*/
  /*-ms-transform: rotate(2deg);
  transform: rotate(2deg);*/
}
.rePlan__item__inner {
  background-color: #fff;
  padding: 10px;
}
.rePlan__item__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .rePlan__item__inner {
    box-sizing: border-box;
    position: relative;
  }
}
.rePlan__item__img {
  width: 240px;
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .rePlan__item__img {
    width: 50%;
  }
  .rePlan__item__img img {
    width: 100%;
    height: auto;
  }
}
.rePlan__item__text {
  float: right;
  width: 220px;
  display: table;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .rePlan__item__text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    height: 100%;
    width: 45%;
  }
}
.rePlan__item__text__inner {
  display: table-cell;
  text-align: center;
  height: 200px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .rePlan__item__text__inner {
    padding-top: 20px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rePlan__item__text__inner img {
    margin-top: 10px;
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .rePlan__item__text__inner__plazapremier_logo {
    width: 70px !important;
    height: auto !important;
    margin-top: -5px !important;
  }
}
.rePlan__button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.planNav__block {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  margin-left: -2px;
}
.planNav__block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .planNav__block {
    padding: 0 3px 0 5px;
  }
}
.planNav__item {
  position: relative;
  display: table;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 0 0 2px 2px;
  padding: 0;
  background-color: #FAF7F2;
  text-align: center;
  width: 33%;
  border: 1px solid #E2DDC8;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .planNav__item {
    font-size: 11px;
    font-size: 0.6875rem;
    width: calc(50% - 2px);
  }
}
.planNav__item a {
  display: table-cell;
  padding: 0.2rem 0.5rem;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .planNav__item a {
    height: 24px;
  }
}
.planNav__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .planNav__item--2line a {
    height: 30px;
    padding: 0.2rem 20px;
  }
}
.planNav__item:before {
  position: absolute;
  left: 10px;
  top: 12px;
  content: ">";
  color: #777;
  font-family: FontAwesome;
}
@media screen and (max-width: 767px) {
  .planNav__item:before {
    top: 9px;
  }
}
.planNav__item--active {
  background-color: #E2DDC8;
}
.planNav__item--active:before {
  content: ">";
}
/*
客室詳細ページ
*/
.stayroom__layout__img {
  /**間取り図を横はば490pxのdivに100%でリサイズする**/
  width: 100%;
  height: auto;
}
/*
客室トップ、Luxe用のオリジナルスタイル
*/
.largeBox {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cccccc;
  background: #907a53;
  margin-bottom: 20px;
}
.largeBox__link {
  display: block;
  height: 342px;
  overflow: hidden;
  background: #907a53;
  box-sizing: border-box;
  border: 10px solid #fff;
}
@media screen and (max-width: 767px) {
  .largeBox__link {
    height: auto;
  }
  .largeBox__link:hover {
    text-decoration: none;
  }
}
.largeBox__child {
  color: #ffffff;
  float: left;
  width: 489px;
  height: 322px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .largeBox__child {
    float: none;
    width: 100%;
    height: auto;
  }
}
.largeBox__child__textBox {
  padding: 0 20px 0px 20px;
}
@media screen and (max-width: 767px) {
  .largeBox__child__textBox {
    padding: 0 10px;
  }
}
.largeBox__child__img {
  width: 489px;
  height: 322px;
}
@media screen and (max-width: 767px) {
  .largeBox__child__img {
    width: 100%;
    height: auto;
  }
}
/*
宿泊者限定ディナー
*/
@media screen and (max-width: 767px) {
  .imgSpSmall {
    width: 100px;
    height: auto;
  }
}
.secHead--kitty {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .secHead--kitty {
    z-index: 1000;
    position: absolute;
    padding: 0;
    border: none;
    top: 20px;
    right: 65px;
    width: 80px;
  }
}
.kittySocial {
  position: absolute;
  right: 0;
  top: -5px;
}
.kittySocial__block {
  margin: 0;
  padding: 0;
}
.kittySocial__block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.kittySocial__item {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
}
.kittyMainTitle {
  box-sizing: border-box;
  padding-top: 5px;
  background-image: url("/stay/img/kitty_toptitle_bg.gif");
  height: 70px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kittyMainTitle {
    height: auto;
    padding: 0.5rem 0;
  }
  .kittyMainTitle img {
    width: 95%;
    height: auto;
  }
}
.kitty-slides-thumb-active {
  box-sizing: border-box;
  border: 2px solid #ea3d76;
}
.kph-slides-nav--kitty .kitty-slides-thumb-active {
  border: 2px solid #ea3d76;
}
.cover--kitty__view {
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: right;
  width: 100%;
  padding-right: 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .cover--kitty__view {
    padding-left: 10px;
    padding-right: 0px;
    text-align: left;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
}
.kittyNav {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .kittyNav {
    margin-top: 10px;
  }
}
.kittyNav__block {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 0;
  table-layout: fixed;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kittyNav__block {
    display: block;
  }
  .kittyNav__block:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.kittyNav__item {
  list-style: none;
  display: table-cell;
  background-color: #ea3d76;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kittyNav__item {
    float: left;
    box-sizing: border-box;
    display: table;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .kittyNav__item--wide {
    width: 100%;
  }
}
.kittyNav__item a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .kittyNav__item a {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
  }
}
.kittyNav__item a:link, .kittyNav__item a:visited {
  color: #fff;
}
.kittyNav__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.kittyT--main__wrap {
  position: relative;
  text-align: center;
  background-image: url("/stay/img/dot_line_kitty.gif");
  background-repeat: repeat-x;
  background-position: 0 20px;
  margin-bottom: 40px;
}
.kittyT--main {
  margin: 0;
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
  color: #ea3d76;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (max-width: 767px) {
  .kittyT--main {
    padding-top: 6px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.kittyT--ribbon--wrap {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kittyT--ribbon--wrap {
    display: table;
  }
}
.kittyT--ribbon {
  margin: 0;
  background-image: url("/stay/img/kitty_title_2_bg.gif");
  background-repeat: no-repeat;
  height: 70px;
  color: #888;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  padding: 15px 0 0 65px;
}
@media screen and (max-width: 767px) {
  .kittyT--ribbon {
    padding: 0 10px 5px 65px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
  }
}
.kittyReserve:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kittyReserve img {
    width: 100%;
    height: auto;
  }
}
.kitty__photo__box {
  position: relative;
}
.kitty__photoitem__01 {
  margin: 0 0 4px;
}
.kitty__photoitem__02 {
  float: left;
}
@media screen and (max-width: 767px) {
  .kitty__photoitem__02 {
    float: none;
    margin-bottom: 4px;
  }
}
.kitty__photoitem__03 {
  float: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kitty__photoitem__03 {
    float: none;
  }
}
.kitty_photo__icon__heart {
  position: absolute;
  top: -130px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kitty_photo__icon__heart {
    width: 140px !important;
    height: auto;
    top: -20px;
  }
}
.kittyReserve__wide {
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffedf2;
  text-align: center;
  width: 650px;
  float: left;
}
@media screen and (max-width: 767px) {
  .kittyReserve__wide {
    padding: 10px;
    width: 100%;
  }
}
.kittyReserve__single {
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffedf2;
  text-align: center;
  width: 330px;
  float: right;
}
@media screen and (max-width: 767px) {
  .kittyReserve__single {
    padding: 10px;
    width: 100%;
  }
}
.kittyReserve__box {
  float: left;
  width: 292px;
}
@media screen and (max-width: 767px) {
  .kittyReserve__box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.kittyReserve__box:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .kittyReserve__box:last-child {
    margin-left: 0;
  }
}
.kittyReserve__box__img {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kittyReserve__box__img {
    width: 100%;
  }
  .kittyReserve__box__img img {
    width: 100%;
    height: auto;
  }
}
.kittyReserve__box__title {
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
  height: 48px;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-image: url("/stay/img/kitty_reserve_box_title_bg.gif");
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .kittyReserve__box__title {
    padding-left: 10px;
    padding-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.kittyReserve__box__title span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .kittyReserve__box__title span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.kittyReserve__link {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kittyReserve__link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.kittyReserve__link a {
  padding-left: 18px;
  background-image: url("/stay/img/arrow_kitty_pink.png");
  background-repeat: no-repeat;
  background-position: 0;
}
.kittyReserve__link a:link, .kittyReserve__link a:visited {
  color: #888;
}
.kittyReserve__link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.kittyBg--pink {
  background-color: #ffedf2;
}
.kittyYoutube {
  width: 480px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .kittyYoutube {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  }
  .kittyYoutube iframe {
    width: 100%;
    height: auto;
  }
}
.kittyBtn--480 {
  width: 480px;
  margin: 0 auto 40px;
}
.kittyBtn--480:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kittyBtn--480 {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.kittyBtn--605 {
  width: 605px;
  margin: 0 auto 10px;
}
.kittyBtn--605:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kittyBtn--605 {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.kittyBtn--740 {
  width: 740px;
  margin: 0 auto 40px;
}
.kittyBtn--740:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kittyBtn--740 {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.kittyBtn--800 {
  width: 800px;
  margin: 0 auto 40px;
}
.kittyBtn--800:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kittyBtn--800 {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.kittyBtn__btnArea {
  float: left;
}
@media screen and (max-width: 767px) {
  .kittyBtn__btnArea {
    float: none;
    text-align: center;
  }
}
.kittySocialBtn {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kittySocialBtn {
    float: none;
    width: 100%;
  }
}
.kittySocialBtn__block {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  width: 160px;
  display: table;
}
.kittySocialBtn__block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.kittySocialBtn__item {
  display: table-cell;
  margin: 0;
  vertical-align: top;
}
.kittySocialBtn__item a.smLbtnFBShare {
  display: block;
  padding: 9px 0px 8px;
  margin: 0;
  background: #3b5998;
  border-radius: 5px;
  color: #ffffff;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.kittySocialBtn__item a.smLbtnFBShare img {
  margin: 0;
  width: 30px;
  height: 30px;
}
.kittySocialBtn__item a.smLbtnFBShare p {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1;
  font-size: 10px;
}
.kitty2col__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.kitty2col--l {
  float: left;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .kitty2col--l {
    float: none;
    width: 100%;
  }
}
.kitty2col--r {
  margin-left: 40px;
  float: right;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .kitty2col--r {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .kitty2col--r img {
    width: 100%;
    height: auto;
  }
}
.kitty2col__block {
  margin: 0 0 20px 5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kitty2col__block {
    margin: 0;
    padding-left: 10px;
  }
}
.kitty2col__block--140 {
  float: left;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .kitty2col__block--140 {
    float: none;
  }
}
.kitty2col__block--170 {
  float: left;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .kitty2col__block--170 {
    float: none;
  }
}
.kitty2col__item {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  list-style: square inside;
  color: #ea3d76;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kitty2col__item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.kitty2col__item span {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .kitty2col__item span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.kitty2col__hosoku {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .kitty2col__hosoku {
    margin: 1rem 0;
  }
}
.kittyTable {
  float: left;
  margin-left: 20px;
  width: 490px;
}
@media screen and (max-width: 767px) {
  .kittyTable {
    margin-left: 0px;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.kittyTable th, .kittyTable td {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.7rem 0;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kittyTable th, .kittyTable td {
    padding: 0.5rem 0.2rem;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.kittyTable th {
  background-color: #fef5f8;
}
.kittyTable__title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.kittyContact {
  background-color: #ea3d76;
  color: #fff;
  text-align: center;
  padding: 20px 0 30px;
}
.kittyContact__title {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
.kittyContact__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.kittyContact__box {
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .kittyContact__box {
    white-space: nowrap;
    line-height: 2.5;
    margin-bottom: 1rem;
  }
  .kittyContact__box a:link, .kittyContact__box a:visited {
    color: #fff;
  }
}
.kittyContact__box__hotelName {
  border: 1px solid #fff;
  padding: 0.5rem 0.8rem;
}
.kph-slides-nav--kitty {
  width: 955px;
  margin: 0 auto;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kph-slides-nav--kitty {
    width: 80%;
    padding: 10px 0 10px 10px;
  }
  .kph-slides-nav--kitty .slick-prev, .kph-slides-nav--kitty .slick-next {
    margin-top: 3px;
  }
  .kph-slides-nav--kitty .slick-prev:before, .kph-slides-nav--kitty .slick-next:before {
    font-size: 26px;
  }
}
.kph-slides-nav--kitty img {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kph-slides-nav--kitty img {
    height: auto;
  }
}
/* kitty gallery */
.kittyGalleryHeader {
  position: relative;
  width: 100%;
  height: 50px;
}
.kittyGalleryHeader:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kittyGalleryHeader {
    height: 40px;
  }
  .kittyGalleryHeader .logoMain img {
    width: 150px;
  }
}
.kittyGalleryHeader__social {
  z-index: 999;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 100px;
  height: 50px;
}
.kittyMainTitle__gallery {
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 36px;
  font-size: 2.25rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .kittyMainTitle__gallery {
    padding-top: 28px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*====================
 *    レストラン & バー
 *====================*/
.cover--restaurant__text__wrap {
  display: none;
}
.cover--restaurant__view {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
  text-align: center;
  width: 100%;
  opacity: 0.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cover--restaurant__view {
    padding: 5px 0;
    line-height: 1.2;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/*
.cover--restaurant__view:before {
    @include cover--restaurant__view--btn;
    left: 80px;
    transform: rotate(-180deg);
}

.cover--restaurant__view:after {
    @include cover--restaurant__view--btn;
    right: 80px;
}
*/
.kph-slides-nav--restaurant .slick-slide img {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kph-slides-nav--restaurant img {
    width: 70px;
    height: auto;
  }
}
.kph-slides-thumb-active {
  box-sizing: border-box;
  border: 2px solid #a4a4a4 !important;
}
/* ----- */
/*** レストラン店舗名の改行を制御するclass ***/
br.cntrl {
  display: none;
}
/*** PC&スマホ レストランカードの改行 ***/
.store__name__title br.cntrl {
  display: block;
}
/*** スマホ 店舗詳細ページのタイトル ***/
@media screen and (max-width: 767px) {
  .mainT--no br.cntrl {
    display: block;
  }
}
.thumbRest {
  margin-bottom: 20px;
}
.thumbRest:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .thumbRest {
    text-align: center;
  }
}
.thumbRest__title {
  margin: 0 0 1rem 0;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  background-image: url("/img/line_restrunt_ichiran.gif");
  background-repeat: repeat-x;
  background-position: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .thumbRest__title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 1rem;
    width: 100%;
    background-image: none;
  }
  .entrybody .thumbRest__title {
    width: 100%;
  }
}
.thumbRest__title span {
  background-color: #fff;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .thumbRest__title span {
    padding: 0 10px;
    margin: 0;
  }
  .entrybody .thumbRest__title span {
    padding: 0 0.5rem 0 0;
  }
}
.thumbRest__item {
  float: left;
  box-sizing: border-box;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .thumbRest__item {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 62px;
    margin: 0 0 10px;
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.thumbRest__item__img {
  margin: 0;
  border: 1px solid #c9c9c9;
  padding: 1px;
  margin-bottom: 0.5rem;
}
.thumbRest__item__img:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .thumbRest__item__img {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 62px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-color: #efefef;
  }
}
.thumbRest__item__img__logo {
  position: relative;
  width: 163px;
  height: 96px;
  float: left;
}
@media screen and (max-width: 767px) {
  .thumbRest__item__img__logo {
    width: 100%;
    height: 62px;
    padding: 0;
    margin: 0;
  }
}
.thumbRest__item__img__logo img {
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}
@media screen and (max-width: 767px) {
  .thumbRest__item__img__logo img {
    width: 80%;
    height: auto;
  }
}
.thumbRest__item__img__pht {
  width: 153px;
  height: 96px;
  float: right;
}
@media screen and (max-width: 767px) {
  .thumbRest__item__img__pht {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .thumbRest__item__img__pht img {
    width: auto;
    height: 100%;
  }
}
.thumbRest__btn {
  position: relative;
  height: 26px;
  font-size: 12px;
  font-size: 0.75rem;
}
.thumbRest__btn a:link, .thumbRest__btn a:visited {
  color: #000;
}
.thumbRest__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.thumbRest__btn a .fa {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .thumbRest__btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    width: calc(100% - 105px);
    height: 62px;
  }
  .thumbRest__btn a {
    display: table;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 5px 0 10px;
    background: #efefef;
  }
  .thumbRest__btn a .fa {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .thumbRest__btn__name {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 62px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  a .thumbRest__btn__name {
    color: #666;
  }
}
.restaurant__info {
  background-color: #E2D9BA;
  padding: 60px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .restaurant__info {
    padding: 40px 10px;
  }
}
.restaurantBox__mainH {
  height: 60px;
}
.restaurant__info__lead {
  margin-bottom: 1.5rem;
}
.restaurant__info__box {
  color: #473818;
  margin-bottom: 1rem;
}
.restaurant__info__box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .restaurant__info__box {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
  }
}
.restaurant__info__box:last-child {
  margin-bottom: 1.5rem;
}
.restaurant__info__box__title {
  position: relative;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  margin-bottom: 0.6rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .restaurant__info__box__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.restaurant__info__box__title span {
  padding-right: 1rem;
  position: relative;
  background-color: #E2D9BA;
}
.restaurant__info__box__title:before {
  content: "";
  position: absolute;
  top: 14px;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .restaurant__info__box__title:before {
    display: none;
  }
}
.restaurant__info__box__text {
  float: left;
  width: 820px;
}
@media screen and (max-width: 767px) {
  .restaurant__info__box__text {
    float: none;
    margin-bottom: 1em;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.restaurant__info__box__btn {
  float: right;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .restaurant__info__box__btn {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.searchResult {
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .searchResult {
    text-align: center;
  }
}
.searchResult__head {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #D8CFC0;
  border-bottom: 1px solid #D8CFC0;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .searchResult__head {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
/* 店舗ボックス */
.store__name {
  height: 77px;
}
.store__name:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .store__name {
    margin: 0px;
    padding: 0 0 0 10px;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 60px;
  }
}
.store__name__logo {
  float: left;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .store__name__logo {
    display: none;
  }
}
.store__name__title {
  width: 148px;
  margin: 0;
  display: table;
  float: right;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.store__name__title span {
  height: 77px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .store__name__title span {
    height: 50px;
  }
}
.store__name__title i {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .store__name__title {
    text-align: left;
    display: table;
    height: 60px;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .store__name__title span {
    text-align: left;
    display: table-cell;
    width: 100%;
    height: 60px;
  }
  .store__name__title .cntrl {
    display: none !important;
  }
}
.store__cat {
  text-align: center;
  border-top: 1px solid #D8CFC0;
  border-bottom: 1px solid #D8CFC0;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.store__cat:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .store__cat {
    display: none;
  }
}
.store__cat__cateName {
  float: left;
  padding-left: 5px;
  width: 205px;
}
@media screen and (max-width: 767px) {
  .store__cat__cateName {
    width: 165px;
  }
}
.store__cat__floor {
  text-align: center;
  border-left: 1px solid #D8CFC0;
  float: right;
  width: 80px;
}
.store__meal {
  width: 300px;
  margin: 0 0 10px -2px;
  padding: 0;
}
.store__meal:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .store__meal {
    display: none;
  }
}
.store__meal__item {
  float: left;
  box-sizing: border-box;
  width: 73px;
  margin: 0 0 2px 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  list-style: none;
  background-color: #333;
  color: #e8d4ad;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .store__meal__item {
    width: 62px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.store__meal__item--off {
  background-color: #e2e2e2;
  color: #fff;
}
.store__option {
  margin: 0 0 2px 0px;
  background-color: #f2f2f2;
  padding: 10px 10px 10px 8px;
}
.store__option:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .store__option {
    display: none;
  }
}
.store__option__item {
  float: left;
  width: 138px;
  margin: 0 0 2px 2px;
  box-sizing: border-box;
  border: 1px solid #D8CFC0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  color: #8e7244;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .store__option__item {
    width: 118px;
  }
}
.store__option__item--off {
  background-color: #E6E1D7;
  color: #D0C4B2;
}
@media screen and (max-width: 767px) {
  .thumCont__slide__menucont {
    margin: 0px;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    height: 60px;
  }
  .thumCont__slide__menucont .thumCont__slide__title {
    margin: 0 0 5px;
    padding: 0 0 0 0px;
    display: block;
    height: auto;
  }
  .thumCont__slide__text--menu {
    display: block;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .thumCont__slide__price {
    display: block;
    height: 14px;
    overflow: hidden;
  }
  .thumCont__slide__term {
    display: none;
  }
  .thumCont__slide__excerpt {
    display: none;
  }
}
/* レストラン店舗詳細ページの下のレストラン一覧、ルームタイプ一覧、宴会場一覧 */
.restlistbox {
  background: #f7f7f7;
}
.restlistbox__group {
  padding: 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .restlistbox__group {
    margin: 0 0 15px;
  }
}
.restlistbox__group__item {
  list-style: none;
  display: inline-block;
  width: 33%;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .restlistbox__group__item {
    width: 49%;
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 0.2rem;
  }
}
.restlist__outer {
  font-size: 0;
}
.restlist__group {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.restlist__group--1 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .restlist__group--1 {
    width: 96%;
  }
}
.restlist__group--2 {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .restlist__group--2 {
    width: 96%;
  }
}
.prv__msg__box {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .prv__msg__box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.prv__msg__left {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.prv__msg__right {
  display: inline-block;
  vertical-align: top;
  width: 69%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}
.prv__msg__img {
  width: 100%;
  height: auto;
}
.prv__msg__name {
  font-size: 14px;
  font-size: 0.875rem;
}
.prv__msg__comment {
  font-size: 12px;
  font-size: 0.75rem;
}
/*====================
 *    目的から探す
 *====================*/
.searchTabBox {
  background: #f2f2f2;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .searchTabBox {
    padding: 10px;
  }
}
.searchTabBox__cont {
  background-color: #fff;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .searchTabBox__cont {
    padding: 10px;
  }
}
.searchTabBox__cont__box {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
.searchTabBox__cont__box__title {
  width: 240px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .searchTabBox__cont__box__title {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .searchTabBox__cont__box__cell {
    display: block;
    padding: 10px 5px;
  }
}
.searchTabBox__cont__box__block {
  margin: 0;
  padding: 0;
}
.searchTabBox__cont__box__item {
  float: left;
  width: 24%;
  padding: 5px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .searchTabBox__cont__box__item {
    display: block;
    padding: 10px 5px;
    width: calc(50% - 10px);
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.searchTabBox__cont__box__title--style {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 195px;
  height: 30px;
  background: #e8e8e8;
  padding: 4px 10px;
  position: relative;
  margin: 0 10px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .searchTabBox__cont__box__title--style {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*三角形描写*/
.searchTabBox__cont__box__title--style:after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #e8e8e8;
  /*基要素と同じ色*/
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .searchTabBox__cont__box__title--style:after {
    display: none;
  }
}
/*====================
 *  レストラン店舗 ヘッダー
 *====================*/
.restheader {
  position: relative;
}
.restheader__title {
  margin-top: 40px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -500px;
  z-index: 1000;
}
.restheader__title .cmnBox__mainH {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .restheader__title .cmnBox__mainH {
    text-align: center;
  }
}
.restheader__title .cmnBox__mainH .mainT--no {
  color: #ffffff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .restheader__title .cmnBox__mainH .mainT--no {
    color: #000000;
    text-shadow: none;
    border: none;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .restheader__title {
    position: relative;
    margin: 14px 0 10px auto;
    top: auto;
    left: auto;
    padding-left: 10px;
  }
}
.restheader__nav {
  position: relative;
  background: none;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .restheader__nav {
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.restheader__nav__group {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .restheader__nav__group {
    width: 100%;
    text-align: left;
  }
}
.restheader__nav__item {
  display: inline-block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .restheader__nav__item {
    text-align: left;
  }
}
.restheader__nav__item:after {
  content: '|';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .restheader__nav__item:after {
    margin-top: -10px;
  }
}
.restheader__nav__item:first-child:after {
  display: none;
}
.restheader__nav__item:nth-last-child(2):after {
  display: none;
}
.restheader__nav__item:last-child:after {
  display: none;
}
.restheader__nav__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif !important;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 20px;
}
.restheader__nav__link:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .restheader__nav__link {
    height: 30px;
    padding: 5px 10px;
  }
}
.restheader__nav__link--rsv {
  background: #ec3d00;
  color: #ffffff !important;
}
.restheader__nav__link--rsv:hover {
  background: #ca1b00;
  opacity: 1;
}
/*====================
 *  レストラン メニュー 予約ボタンリスト
 *====================*/
.restMenuReserveBox {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .restMenuReserveBox {
    padding: 0px 10px;
  }
}
.restMenuReserveBox__title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.restMenuReserveBox__group {
  margin: 0;
  padding: 0;
  width: 100%;
}
.restMenuReserveBox__item {
  display: inline-block;
  width: 330px;
  margin-right: 5px;
}
.restMenuReserveBox__item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .restMenuReserveBox__item {
    width: 100%;
  }
}
.restMenuReserveBox__link {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 12px 0;
  height: 44px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .restMenuReserveBox__link {
    margin: -1px 0 0;
  }
}
/*====================
 *    宴会・会議
 *====================*/
/* Recomment Sub Navigation */
.rePlan__subNav {
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .rePlan__subNav {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.rePlan__subNav__item {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .rePlan__subNav__item {
    padding: 0.2rem;
  }
}
.banquet__name {
  width: 100%;
  display: table;
  text-align: center;
}
.banquet__name span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 57px;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .banquet__name span {
    text-align: left;
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .banquet__name {
    text-align: left;
    display: table;
    height: 60px;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .banquet__name i {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .banquet__name .cntrl {
    display: none !important;
  }
}
.banquet__detailes__wrap {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .banquet__detailes__wrap {
    display: none;
  }
}
.banquet__detailes {
  position: relative;
  margin-bottom: 5px;
}
.banquet__detailes:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.banquet__detailes__title {
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 120px;
  line-height: 30px;
  left: 0;
  background-color: #333;
  color: #e8d4ad;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .banquet__detailes__title {
    width: 80px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.banquet__detailes__text {
  padding-top: 5px;
  width: 170px;
  float: right;
}
/*************************************
宴会・会議 フロア
***************************************/
.banquetFloor {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .banquetFloor {
    padding: 0 10px;
    margin: 0;
  }
}
.banquetFloor__left {
  width: 328px;
}
@media screen and (max-width: 767px) {
  .banquetFloor__left {
    display: block;
    width: 100%;
  }
}
.banquetFloor__center {
  width: 345px;
}
@media screen and (max-width: 767px) {
  .banquetFloor__center {
    display: none;
  }
}
.banquetFloor__right {
  width: 327px;
}
@media screen and (max-width: 767px) {
  .banquetFloor__right {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banquetFloor > table > tbody > tr {
    display: block;
    width: 100%;
  }
}
.banquetFloor__box--right {
  vertical-align: bottom;
}
.banquetFloor__bdr {
  border: 1px solid;
}
.banquetFloor__bdr--sb {
  border-color: #1f4280;
}
.banquetFloor__bdr--gb {
  border-color: #92662d;
}
.banquetFloor__table {
  width: 100%;
  font-size: 14px;
}
.banquetFloor__table th {
  border-top: 1px solid #dddddd;
  width: 4em;
}
.banquetFloor__table td {
  border-top: 1px solid #dddddd;
}
.banquetFloor__Title {
  text-align: left;
  padding: 5px 0;
  text-align: center;
  background: #000;
  color: #fff;
}
.banquetFloor__Title--sb {
  border-bottom: 3px solid #1f4280;
}
.banquetFloor__Title--gb {
  border-bottom: 3px solid #92662d;
}
.banquetFloor__link {
  display: block;
  padding: 3px;
}
.icon--lan {
  position: relative;
  width: 800px;
  text-align: right;
  padding-top: 7px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}
.icon--lan__inner {
  position: relative;
}
.icon--lan__item {
  position: absolute;
  top: -1px;
  left: -20px;
  width: 16px;
  height: auto;
}
/*************************************
宴会場詳細ページ/スカイプール/お茶室の写真ギャラリー用スタイル
***************************************/
.banquetphoto {
  width: 100%;
  display: table;
  background: #000000;
  table-layout: fixed;
  font-size: 0;
}
.banquetphoto__link {
  display: table-cell;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banquetphoto__link {
    display: inline-block;
    width: 50%;
  }
}
.banquetphoto__item {
  width: 100%;
  height: auto;
}
/*====================
 *    施設・案内
 *====================*/
@media screen and (max-width: 767px) {
  .rePlan__wrap__text {
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}
.guideMainNav {
  margin: 0 0 40px 0;
  text-align: center;
}
.guideMainNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .guideMainNav {
    margin: 0;
  }
}
.guideMainNav__block {
  margin-left: -10px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.guideMainNav__item {
  margin: 0;
  float: left;
  margin-left: 10px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .guideMainNav__item {
    margin-left: 0;
    width: 48%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .guideMainNav__item__btn {
    width: 100%;
    padding: 0.5rem 0 0.2rem;
    height: auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.guideMainH {
  box-sizing: border-box;
  position: relative;
  min-height: 250px;
  margin-bottom: 40px;
  padding: 20px 0;
  color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.guideMainH:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .guideMainH {
    padding-top: 0;
  }
}
.guideMainH:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  height: 15px;
  width: 100%;
  background-image: url("/guide/img/guide_title_shadow.gif");
  background-repeat: repeat-x;
}
.guideMainHCover--support {
  background-image: linear-gradient(to bottom, #371e0a, #543f2e);
}
.guideMainHCover--art {
  background-image: linear-gradient(to bottom, #510303, #6b2829);
}
.guideMainHCover--beauty {
  background-image: linear-gradient(to bottom, #aa9b8d, #b6aa9e);
}
.guideMainHCover--gym {
  background-image: linear-gradient(to bottom, #292929, #494949);
}
.guideMainH__img {
  float: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .guideMainH__img {
    float: none;
  }
  .guideMainH__img img {
    width: 100%;
    height: auto;
  }
}
.guideMainH__body {
  float: right;
  width: 560px;
  display: table;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .guideMainH__body {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 20px 10px;
  }
}
.guideMainH__body__inner {
  display: table-cell;
  vertical-align: middle;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .guideMainH__body__inner {
    height: auto;
  }
}
.guideMainH__title {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .guideMainH__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
}
.guideMainH__title--2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .guideMainH__title--2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.guideMainH__text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .guideMainH__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*====================
 *    アクセス
 *====================*/
.accessTopMain {
  padding: 30px 0;
  background-color: #F2EFE9;
}
.accessTopMain:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .accessTopMain {
    padding: 10px;
  }
}
.accessTopMain__body {
  float: left;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .accessTopMain__body {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.accessTopMain__body__text {
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .accessTopMain__body__text {
    padding: 20px 0 15px;
    white-space: nowrap;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.accessTopMain__body__text__logo {
  margin-bottom: 20px;
}
.accessTopMain__map {
  float: right;
  width: 442px;
}
@media screen and (max-width: 767px) {
  .accessTopMain__map {
    float: none;
    width: 100%;
  }
  .accessTopMain__map img {
    width: 100%;
    height: auto;
  }
}
.accessBtn {
  background-color: #fff;
  border: 1px solid #c6b28f;
  display: block;
  padding: 12px 0;
}
.accessBtn:link, .accessBtn:visited {
  color: #000;
}
.accessBtn:hover {
  background-color: #c6b28f;
  text-decoration: none;
  color: #fff;
}
.accessTraffic__text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .accessTraffic__text {
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.accessTraffic__map {
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .accessTraffic__map img {
    width: 100%;
    height: auto;
  }
}
.accessTrafficTab__title {
  padding-top: 12px;
  line-height: 1.4;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .accessTrafficTab__title {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
  }
}
.accessTrafficTab__body {
  text-align: left;
  padding: 5px 30px;
  height: 90px;
  font-weight: normal;
}
.accessTrafficTab__body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .accessTrafficTab__body {
    height: 50px;
  }
}
.accessTrafficTab__body__img {
  width: 86px;
  margin: 0;
  padding: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .accessTrafficTab__body__img {
    float: none;
    width: 50px;
    margin: 0 auto;
  }
  .accessTrafficTab__body__img img {
    width: 100%;
    height: auto;
  }
}
.accessTrafficTab__body__text {
  width: 60%;
  float: right;
}
@media screen and (max-width: 767px) {
  .accessTrafficTab__body__text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .access--spot {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .access--spot img {
    width: 100%;
    height: auto;
  }
}
.accessTraffic__text__item {
  margin-bottom: 1rem;
}
#accessG-map {
  margin: 0 auto;
  height: 320px;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  #accessG-map {
    width: 100%;
    height: 240px;
  }
}
/*====================
 *    周辺案内
 *====================*/
.location__table {
  width: 100%;
  margin: 20px auto 0;
}
.location__table td {
  width: 20%;
  position: relative;
  height: 32px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .location__table td {
    display: inline-block;
  }
  .location__table td:nth-child(odd) {
    width: 42%;
  }
  .location__table td:nth-child(even) {
    width: 58%;
  }
}
.location__table td span {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .location__table td span {
    padding-left: 25px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.table_count {
  counter-reset: number;
}
.table_count td::before {
  counter-increment: number;
  content: counter(number);
  background: #1e7e9e;
  color: #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  padding: 1px 5px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .table_count td::before {
    font-size: 10px;
    font-size: 0.625rem;
    width: 20px;
    height: 20px;
    padding: 3px 0 0;
  }
}
.location__ls__group {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .location__ls__group {
    border: none;
  }
}
.location__ls__item {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
.location__ls__item::before {
  content: '・';
  position: absolute;
  color: #907a53;
}
@media screen and (max-width: 767px) {
  .location__ls__item::before {
    content: '';
  }
}
.location__ls__dl {
  font-size: 0;
}
.location__ls__dt {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 0;
  margin: 0 0 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .location__ls__dt {
    width: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
  }
}
.location__ls__dd {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .location__ls__dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/*====================
 *    会社概要
 *====================*/
.navTop--corporate__nav {
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 218px;
}
@media screen and (max-width: 767px) {
  .navTop--corporate__nav {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
  .navTop--corporate__nav li {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .navTop--corporate__nav li {
    width: calc(50% - 20px);
    padding: 0.4rem;
  }
}
.corpoCover__mainCopy {
  box-sizing: border-box;
  padding-left: 190px;
  position: absolute;
  height: 240px;
  width: 1000px;
  left: 0;
  top: 100px;
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.67));
  color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .corpoCover__mainCopy {
    top: 0px;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  }
}
.corpoCover__mainCopy__title {
  margin: 48px 0 20px;
  font-size: 31px;
  font-size: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .corpoCover__mainCopy__title {
    font-size: 16px;
    font-size: 1rem;
    margin: 24px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .corpoCover__mainCopy__text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.thumCont__corpo__imgbox {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thumCont__corpo__imgbox {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 60px;
    overflow: hidden;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .thumCont__corpo__imgbox img {
    width: 90px;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}
.tabBox__cont__corpo__main {
  float: left;
  width: 520px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .tabBox__cont__corpo__main {
    float: none;
    width: 100%;
  }
}
.tabBox__cont__corpo__img {
  margin: 0;
  padding: 0;
  float: right;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .tabBox__cont__corpo__img {
    float: none;
    width: 100%;
  }
  .tabBox__cont__corpo__img img {
    width: 100%;
    height: auto;
  }
}
.tabBox__cont__corpo__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .tabBox__cont__corpo__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .tabBox__cont__corpo__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.tabBox__cont__corpo__info {
  position: relative;
}
.tabBox__cont__corpo__info dt {
  position: absolute;
  left: 0;
  width: 4rem;
  margin-bottom: 0.2rem;
}
.tabBox__cont__corpo__info dd {
  margin-left: 4rem;
  margin-bottom: 0.2rem;
}
.tabBox__cont__corpo__btn {
  margin: 30px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .tabBox__cont__corpo__btn {
    text-align: center;
  }
}
.tabBox__cont__corpo__btn__item {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tabBox__cont__corpo__btn__item {
    margin-bottom: 10px;
  }
}
/*************************************
会社情報>CSR>エコロジー
フローチャート（浄水場）
***************************************/
.flowBoxGroup {
  display: table;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .flowBoxGroup {
    padding: 0 10px;
  }
}
.flowBox__item {
  display: table-cell;
  width: 25%;
  list-style: none;
  position: relative;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .flowBox__item {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .flowBox__item img {
    width: 100%;
  }
}
.flowBox__item::after {
  content: "";
  position: absolute;
  top: 53px;
  right: 15px;
  border: 12px solid transparent;
  border-left: 12px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .flowBox__item::after {
    top: 53px;
    right: -14px;
    border: 8px solid transparent;
    border-left: 8px solid #cccccc;
  }
}
.flowBox__item:last-child::after {
  border: none;
}
.center_block {
  margin: 0 auto;
  display: block;
}
/*************************************
・会社情報>CSR>バーズアイ>各ページ
・ユニバーサル対応
左に画像、右にテキストのスタイル
***************************************/
.cmnBoxHrz {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .cmnBoxHrz {
    margin: 0 0 15px;
  }
}
.cmnBoxHrz__img {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .cmnBoxHrz__img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
}
.cmnBoxHrz__img--card {
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
/* 採用情報
-------------------------*/
.gheader__recruit {
  padding: 8px 0;
  position: relative;
  background-color: #1a2e51;
  min-width: 1000px;
  height: 64px;
}
.gheader__recruit:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .gheader__recruit {
    padding: 4px 0;
    min-width: inherit;
    min-width: auto;
    height: 43px;
  }
}
.navTop--recruit {
  float: right;
  font-size: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .navTop--recruit {
    margin-right: 5px;
  }
}
.btnRecruit {
  margin: 10px 10px;
  width: 210px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .btnRecruit {
    margin: 5px 0;
    width: 140px;
    line-height: 30px;
  }
}
/* cover */
.recruitCover {
  position: relative;
  min-width: 1000px;
  height: 704px;
  background-image: url("/corporate/recruit/img/cover_recruit_main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruitCover {
    min-width: inherit;
    min-width: auto;
    height: 500px;
    background-position: left -50px bottom -100px;
  }
}
.recruitCover__mainCopy {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 300px;
  right: 0;
  padding: 20px 0 30px 0;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.67));
  color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .recruitCover__mainCopy {
    top: auto;
    bottom: 100px;
    padding: 15px 0 20px 0;
  }
}
.recruitCover__mainCopy__inner {
  width: 850px;
  margin-left: 350px;
}
@media screen and (max-width: 767px) {
  .recruitCover__mainCopy__inner {
    width: 90%;
    margin-left: 20px;
  }
}
.recruitCover__mainCopy__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recruitCover__mainCopy__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.recruitCover__mainCopy__text {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruitCover__mainCopy__text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
/* 採用ナビゲーション */
.recruitNav {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  background-image: url("/corporate/recruit/img/recruit_nav_bg.png");
  width: 100%;
  background-repeat: repeat-x;
  height: 65px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .recruitNav {
    height: 95px;
    bottom: auto;
    top: 0;
    background-image: none;
    background-color: #222;
  }
}
.recruitNav__block {
  margin: 0;
  padding: 0;
}
.recruitNav__item {
  margin: 0 15px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .recruitNav__item {
    box-sizing: border-box;
    margin: 0;
    width: 50%;
    float: left;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    background-color: #222;
  }
  .recruitNav__item:first-child {
    display: none;
  }
  .recruitNav__item:nth-child(even) {
    border-right: none;
  }
}
.recruitNav__item a {
  display: block;
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .recruitNav__item a {
    line-height: 1;
    padding: 0.8rem 0;
  }
}
.recruitNav__item a:link, .recruitNav__item a:visited {
  color: #fff;
}
.recruitNav__item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.recruitNav--relative {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitNav--relative {
    margin-bottom: 20px;
  }
}
.recruitTopSec {
  background-image: url("/corporate/recruit/img/recruit_nav_bg_2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
/* 採用ナビ 2 */
.recruitSecNav {
  padding-top: 100px;
  box-sizing: border-box;
  height: 267px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitSecNav {
    padding: 20px;
    height: auto;
  }
}
/* 新着情報 */
.recruitNews {
  padding: 68px 0;
  background-image: url("/corporate/recruit/img/recruit_news_bg.png");
}
.recruitNews:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .recruitNews {
    padding: 20px 0 0;
  }
}
.recruitNews__box {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recruitNews__box {
    display: block;
  }
}
.recruitNews__title {
  float: left;
  width: 185px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #717171;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .recruitNews__title {
    margin: 0 0 20px 0;
    padding-top: 0;
    padding-left: 10px;
    float: none;
    width: 100%;
    text-align: center;
  }
}
.recruitNews__title--en {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #907a53;
}
@media screen and (max-width: 767px) {
  .recruitNews__title--en {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.recruitNews__block {
  padding: 0 0 0 50px;
  float: left;
  width: 764px;
  margin: 0;
  position: relative;
  border-left: 1px solid #c6c6c6;
}
@media screen and (max-width: 767px) {
  .recruitNews__block {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 10px 10px 10px;
    border-top: 1px solid #e5e5e5;
    border-left: none;
  }
}
.recruitNews__date {
  position: absolute;
  left: 50px;
  width: 9em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .recruitNews__date {
    position: relative;
    margin-bottom: 0.5rem;
    left: auto;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.recruitNews__date__new {
  padding: 0.2em;
  border: 1px solid #c37575;
  color: #9D1E1E;
  font-size: 10px;
  font-size: 0.625rem;
}
.recruitNews__text {
  margin-left: 9em;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .recruitNews__text {
    margin-left: 0;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
  }
}
.recruitNews__text:last-child {
  margin-bottom: 0;
}
.recruitNews__text--newgraduate {
  margin-right: 10px;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.1em 0;
  background-color: #67A900;
}
@media screen and (max-width: 767px) {
  .recruitNews__text--newgraduate {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    width: 70px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.recruitNews__text--midCarrer {
  margin-right: 10px;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.1em 0;
  background-color: #1481c7;
}
@media screen and (max-width: 767px) {
  .recruitNews__text--midCarrer {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    width: 70px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.recruitNews__text--supporter {
  margin-right: 10px;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.1em 0;
  background-color: #d14c22;
}
@media screen and (max-width: 767px) {
  .recruitNews__text--supporter {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    width: 70px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/*************************************
「採用情報」のカテゴリラベルの色の編集用
***************************************/
.recruitEntryList__item__cat__newgraduate {
  background: #69a90f;
  border-color: #69a90f;
  color: #ffffff;
}
.recruitEntryList__item__cat__mid-carrer {
  background: #1481c7;
  border-color: #1481c7;
  color: #ffffff;
}
.recruitEntryList__item__cat__supporter {
  background: #d14c22;
  border-color: #d14c22;
  color: #ffffff;
}
/*  */
.recruitLinkThumb {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitLinkThumb {
    padding: 20px;
  }
}
.recruitLinkThumb__box {
  float: left;
  margin-left: 20px;
  width: 490px;
}
@media screen and (max-width: 767px) {
  .recruitLinkThumb__box {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.recruitLinkThumb__box__img {
  margin: 0 0 30px 0;
  padding: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .recruitLinkThumb__box__img {
    margin: 0 0 10px 0;
  }
  .recruitLinkThumb__box__img img {
    width: 100%;
    height: auto;
  }
}
.recruitLinkThumb__box__title {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #907a53;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .recruitLinkThumb__box__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruitLinkThumb__box__title__2 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recruitLinkThumb__box__title__2 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
  }
}
.recruitLinkThumb__box__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .recruitLinkThumb__box__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
/* Staff Interview */
.staffInterview {
  padding: 100px 0;
  background-image: url("/corporate/recruit/img/staff_interview_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .staffInterview {
    padding: 20px 0;
  }
}
.staffInterview__header {
  margin-bottom: 40px;
  text-align: center;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .staffInterview__header {
    margin-bottom: 20px;
  }
}
.staffInterview__title__1 {
  color: #907a53;
  font-family: "Times New Roman", "century", Times, serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .staffInterview__title__1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.staffInterview__title__2 {
  color: #adadad;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .staffInterview__title__2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.staffInterview__item {
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  width: 235px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .staffInterview__item {
    width: calc(50% - 40px);
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
.staffInterview__item__img {
  margin: 0 0 15px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .staffInterview__item__img {
    margin: 0 0 5px 0;
  }
  .staffInterview__item__img img {
    width: 100%;
    height: auto;
  }
}
.staffInterview__item__name {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .staffInterview__item__name {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0.2rem;
  }
}
.staffInterview__item__bumon {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .staffInterview__item__bumon {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.recruitList {
  padding: 100px 0;
  background-image: url("/corporate/recruit/img/recruit_list_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruitList {
    padding: 5px;
  }
}
.recruitList__wrap {
  margin: 0 auto;
  padding: 70px 30px;
  width: 1000px;
  background-image: url("/corporate/recruit/img/recruit_news_bg.png");
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitList__wrap {
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
  }
}
.recruitList__title {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #444;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruitList__title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.recruitList__contact {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  display: table;
  table-layout: fixed;
  width: 910px;
  margin: 0 auto 15px;
}
.recruitList__contact:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .recruitList__contact {
    width: 100%;
  }
}
.recruitList__contact__text {
  display: table-cell;
  width: 50%;
  padding: 0 50px 0 60px;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #444;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruitList__contact__text {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    float: none;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.recruitList__contact__text__tel {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .recruitList__contact__text__tel {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
.recruitList__contact__text__reception {
  font-size: 12px;
  font-size: 0.75rem;
}
.recruitList__contact__btn {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .recruitList__contact__btn {
    margin-right: 0px;
  }
}
.recruitList__contact__text__note {
  margin: -10px 0 15px 30px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .recruitList__contact__text__note {
    margin: 0 0 10px;
  }
}
.btnRecruitContac {
  display: inline-block;
  width: 218px;
  line-height: 54px;
  background-color: #4e4e4e;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  border: 1px solid #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.btnRecruitContac:link, .btnRecruitContac:visited {
  color: #fff;
}
.btnRecruitContac:hover {
  text-decoration: none;
  color: #4e4e4e;
  background-color: #fff;
  border: 1px solid #4e4e4e;
}
.recruitFootNav {
  background-color: #1f1f1f;
  padding: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .recruitFootNav {
    padding: 20px 10px;
  }
}
.recruitFootNav__title {
  margin-bottom: 20px;
  color: #907a53;
  font-size: 27px;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .recruitFootNav__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.recruitFootNav__block {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .recruitFootNav__block {
    border: 1px solid #444;
  }
  .recruitFootNav__block:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
/** 組織図 **/
.organization__group {
  width: 100%;
  display: table;
}
.organization__item {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .organization__item {
    display: block;
    margin: 0 0 30px;
  }
}
.organization__img {
  width: 96%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .organization__img {
    width: 100%;
  }
}
.recruit__guideline__indent {
  text-indent: -1.7em;
  padding-left: 1.7em;
  display: block;
}
/**サポーター採用のフローチャート**/
.jobflowbox {
  display: table;
  margin: 0;
  padding: 0;
}
.jobflowbox__item {
  text-align: center;
  color: #ffffff;
  list-style: none;
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .jobflowbox__item {
    padding: 0px 5px;
    line-height: 1.2;
  }
}
.jobflowbox__item__inner {
  width: 210px;
  height: 210px;
  display: table-cell;
  border-radius: 50%;
  background: #907a53;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jobflowbox__item__inner {
    height: 90px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.jobflowbox__item__inner::after {
  content: "";
  position: absolute;
  top: 95px;
  right: -40px;
  border: 12px solid transparent;
  border-left: 12px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .jobflowbox__item__inner::after {
    top: 42px;
    right: -16px;
    border: 7px solid transparent;
    border-left: 7px solid #cccccc;
  }
}
.jobflowbox__item__inner--last::after {
  border: none;
}
/**新卒採用のスケジュール**/
.recruitflowbox {
  background: #e3dcc9;
  border: 2px solid #907a53;
  position: relative;
  margin: 0 0 40px;
  width: 100%;
  box-sizing: border-box;
}
.recruitflowbox::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -10px;
  border: 20px solid transparent;
  border-top: 20px solid #907a53;
}
.recruitflowbox:last-child::after {
  border: none;
}
.recruitflowbox--naitei {
  background: #1a2e51;
  color: #ffffff;
  border: none;
  position: relative;
}
.recruitflowbox__date {
  float: left;
  width: 32%;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitflowbox__date {
    font-size: 14px;
    font-size: 0.875rem;
	width:56%;
  }
}
.recruitflowbox__detail {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .recruitflowbox__detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*====================
 *    ホテル会員
 *====================*/
.memberCover {
  position: relative;
  height: 340px;
  background-image: url("/member/img/cover_member.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .memberCover {
    height: auto;
  }
}
.memberCover__mainCopy {
  width: 1000px;
  padding-top: 100px;
  margin: 0 auto;
  color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .memberCover__mainCopy {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
  }
}
.memberCover__mainCopy__title {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .memberCover__mainCopy__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.memberCover__mainCopy__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .memberCover__mainCopy__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.secHead--member {
  padding: 20px 0 30px 0;
  background-color: #1d1915;
  color: #fff;
}
.secHead--member a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .secHead--member {
    padding: 0;
  }
}
.secHead--member__nav {
  margin: 10px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .secHead--member__nav {
    margin: 0;
  }
}
.secHead--member__navBox {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: table;
  border-collapse: collapse;
  border-spacing: 0 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .secHead--member__navBox {
    border-top: 1px solid #a5a3a1;
    display: block;
  }
  .secHead--member__navBox:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.secHead--member__nav__item {
  display: table-cell;
  text-align: center;
  border: 1px solid #a5a3a1;
  background-color: #302706;
  vertical-align: bottom;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .secHead--member__nav__item {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    border-top: none;
    border-left: none;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .secHead--member__nav__item:nth-child(even) {
    border-right: none;
  }
  .secHead--member__nav__item:nth-last-child(2) {
    border-bottom: 1px solid #a5a3a1;
  }
  .secHead--member__nav__item:last-child {
    border-bottom: 1px solid #a5a3a1;
    border-right: none;
    width: 100%;
  }
}
.secHead--member__nav__item--login {
  background-color: #1a2e51;
}
.secHead--member__nav__item--active {
  box-sizing: border-box;
  border-bottom: 2px solid #1a2e51;
}
.secHead--member__nav__item__btn {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 1.2;
  cursor: pointer;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .secHead--member__nav__item__btn {
    height: 40px;
    font-weight: normal;
  }
}
.secHead--member__nav__item__btn:link, .secHead--member__nav__item__btn:visited {
  color: #fff;
}
.secHead--member__nav__item__btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.secHead--member__nav__item__btn span {
  display: table-cell;
  vertical-align: middle;
}
.memberCmnText {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .memberCmnText {
    padding: 0 15px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.memberMiryoku {
  background-image: url("/member/img/member_miryoku_bg.gif");
}
.memberMiryoku:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.memberCard {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
}
.memberCard:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .memberCard {
    display: block;
    padding: 10px;
  }
}
.memberCard__box {
  box-sizing: border-box;
  margin-left: 20px;
  padding: 20px 28px;
  text-align: center;
  float: left;
  width: 320px;
  background-color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .memberCard__box {
    padding: 20px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 280px;
  }
}
.memberCard__box--bloom {
  border-color: #b9b9b9;
}
.memberCard__box--prime {
  border-color: #c4b190;
}
.memberCard__box--royal {
  border-color: #797979;
}
.memberCard__box__title__head--bloom {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  line-height: 1.2;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  color: #676767;
}
.memberCard__box__title__head--prime {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  line-height: 1.2;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  color: #695400;
}
.memberCard__box__title__head--royal {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
  line-height: 1.2;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  color: #000;
}
.memberCard__box__title__1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .memberCard__box__title__1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.memberCard__box__title__2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .memberCard__box__title__2 {
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.memberCard__box__img {
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .memberCard__box__img img {
    width: 100%;
    height: auto;
  }
}
.memberCard__box__text {
  margin-bottom: 10px;
}
.memberCard__box__foot {
  font-size: 12px;
  font-size: 0.75rem;
}
.memberCard__box__foot__title, .memberCard__box__foot__title--prime, .memberCard__box__foot__title--royal {
  padding: 0.3rem 0.5rem;
}
.memberCard__box__foot__title--prime {
  background-color: #E9E1D5;
}
.memberCard__box__foot__title--royal {
  background-color: #D1D1D1;
}
/* 特典 */
.memberTokuten {
  padding: 10px 0 0 0;
  background-image: url("/member/img/member_bg_tokuten.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.memberTokuten__lead {
  width: 600px;
  margin: 0 auto 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .memberTokuten__lead {
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px 10px 10px;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.memberTokuten__lead__item {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .memberTokuten__lead__item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn--memberTokuten {
    margin-bottom: 0.5rem;
  }
}
/* 各種リンクエリア */
.member__linkArea__box, .member__linkArea__box--non {
  float: left;
  padding: 10px 20px 20px 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 320px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .member__linkArea__box, .member__linkArea__box--non {
    float: none;
    margin: 0 auto 20px;
    width: calc(100% - 20px);
  }
}
.member__linkArea__box--non {
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .member__linkArea__box--non {
    width: 100%;
  }
}
.member__linkArea__box--h120 {
  height: 120px;
  margin-bottom: 20px;
}
.member__linkArea__box--h165 {
  height: 165px;
}
@media screen and (max-width: 767px) {
  .member__linkArea__box--h165 {
    height: auto;
  }
}
.member__linkArea__box--h315 {
  height: 315px;
}
@media screen and (max-width: 767px) {
  .member__linkArea__box--h315 {
    height: auto;
  }
}
.member__linkArea__box__title, .member__linkArea__box__title--brown, .member__linkArea__box__title--blue {
  line-height: 1.2;
  margin-bottom: 0.8rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
.member__linkArea__box__title--brown {
  color: #695400;
}
.member__linkArea__box__title--blue {
  color: #1a2e51;
}
.member__linkArea__box__text {
  margin-top: 12px;
}
/* 会報誌 */
.kaihou {
  width: 800px;
  margin: 0 auto;
}
.kaihou:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .kaihou {
    margin: 0;
    width: 100%;
  }
}
.kaihou__img {
  float: left;
  width: 340px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kaihou__img {
    margin: 0 auto 20px;
    float: none;
    width: 240px;
    text-align: center;
  }
  .kaihou__img img {
    width: 100%;
    height: auto;
  }
}
.kaihou__body {
  text-align: center;
  position: relative;
  float: right;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .kaihou__body {
    float: none;
    width: 100%;
  }
}
/*************************************
「よくあるご質問」
***************************************/
.faqBox {
  clear: both;
  margin: 20px 0 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .faqBox {
    padding: 0 10px;
  }
}
.faqBox__q__icon {
  float: left;
  background: #907a53;
  color: #ffffff;
  padding: 10px 0;
  width: 3em;
  text-align: center;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .faqBox__q__icon {
    font-size: 10px;
    padding: 5px;
    width: 3.5em;
    margin: 0 0 10px 0;
  }
}
.faqBox__q__item {
  color: #907a53;
  padding: 10px 0;
  margin-bottom: 10px;
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .faqBox__q__item {
    padding: 0px 0;
    margin-left: 3.5em;
  }
}
.faqBox__a__icon {
  clear: left;
  float: left;
  background: #1a2e51;
  color: #ffffff;
  padding: 10px 0;
  width: 3em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faqBox__a__icon {
    font-size: 10px;
    padding: 5px;
    width: 3.5em;
    margin: 0 0 10px 0;
  }
}
.faqBox__a__item {
  padding: 10px 0;
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .faqBox__a__item {
    padding: 0px 0;
    margin-left: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .spfaqml {
    margin-left: -5em;
  }
}
/*************************************
「よくあるご質問」トップ
***************************************/
.faqListBox {
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faqListBox {
    padding: 0 10px;
  }
}
.faqListBox__item {
  display: inline-block;
  width: 33%;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .faqListBox__item {
    display: block;
    width: 100%;
  }
}
/*************************************
クーポンページ
***************************************/
.couponWrapper {
  width: 604px;
  margin: 0 auto;
  padding: 20px 0;
}
.couponWrapper p {
  margin: 0;
}
.couponBox {
  width: 602px;
  margin-bottom: 30px;
  padding: 1px;
  box-sizing: border-box;
  border: 1px solid #907a53;
  background: url("/img/coupon_bg03.gif");
}
.coupon__header {
  background: url("/img/coupon_bg01.gif");
  height: 75px;
}
.coupon__header__title {
  margin: 0;
  padding: 30px 10px 0;
  font-size: 14px;
  text-align: center;
}
.coupon__subtitle {
  color: #907a53;
  text-align: center;
  font-size: 18px;
  margin: 5px 10px 20px;
  line-height: 1.2;
}
.coupon__body {
  background: url("/img/coupon_bg03.gif");
  padding: 0 40px;
}
.coupon__body__copy {
  margin-bottom: 0 0 10px 0;
  font-weight: bold;
  color: #663300;
}
.coupon__footer {
  background: url("/img/coupon_bg02.gif");
  height: 53px;
  text-align: center;
  padding: 15px 0 0;
  box-sizgin: border-box;
}
.s-pc__hidden {
  display: none;
}
@media screen and (max-width: 600px) {
  .coupon__sptext {
    padding: 10px;
  }
  .couponWrapper {
    width: 100%;
  }
  .couponBox {
    width: 100%;
  }
  .coupon__header {
    height: auto;
    background: url("/img/coupon_bg03.gif");
  }
  .coupon__header__title {
    padding: 15px 10px 0;
  }
  .coupon__body {
    padding: 0 10px;
  }
  .s-sp__hidden {
    display: none;
  }
  .s-pc__hidden {
    display: block;
  }
  .s-sp__br {
    display: block;
  }
}
/*************************************
サイトマップ
***************************************/
.sitemapbox {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .sitemapbox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.sitemapgroup__title {
  font-size: 18px;
  font-size: 1.125rem;
}
.sitemapgroup {
  margin: 0;
  padding: 0;
}
.sitemap__item {
  list-style: none;
  padding: 4px 0 6px;
}
@media screen and (max-width: 767px) {
  .sitemap__item {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__item--full {
    width: 100%;
  }
}
.sitemapgroup__child {
  margin: 0;
  padding: 4px 0 0 1em;
}
.sitemap__item--child {
  list-style: none;
  padding: 4px 0 6px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sitemap__item--child {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    box-sizing: border-box;
  }
}
.sitemap__item--child::before {
  content: '-';
  position: absolute;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .sitemap__item--2t {
    width: 100%;
  }
}
/*************************************
スマホ用レストラン予約一覧
***************************************/
.restRervepage__header {
  padding: 10px 0 5px;
  margin: 0 0 10px;
}
.restReservepage__header_title {
  float: left;
  padding: 5px 0 0 10px;
}
.restRervepage__box {
  margin: 0 0 10px;
  padding: 0;
  border-top: 1px solid #ccc;
}
.restRervepage__box__item {
  display: block;
  float: left;
  width: 50%;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
}
.restRervepage__box__item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.restReservepage__box__link {
  min-height: 41px;
  display: block;
  padding: 5px;
  position: relative;
}
.restReservepage__box__link:hover {
  text-decoration: none;
}
.restRervepage__box__link--tel {
  background: #efefef;
}
.restReservepage__box__link span {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media screen and (max-width: 480px) {
  /** 320pxの解像度のスマホ用 **/
  .restRervepage__box__item {
    font-size: 10px;
  }
  .restReservepage__box__link {
    min-height: 35px;
  }
}
/*====================
 *    ニュースリリース
 *====================*/
/* 年別リスト */
.yearnav__group {
  margin: -5px;
  padding: 0;
}
.yearnav__groupBox {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border-spacing: 2px 0;
  table-layout: fixed;
}
.yearnav__group__item {
  display: table-cell;
  text-align: center;
  line-height: 1;
  border-bottom: 2px solid #e5e5e5;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.yearnav__group__item:hover {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.yearnav__group__item:hover {
  border-bottom: 2px solid #1a2e51;
}
.yearnav__group__item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 30px;
  cursor: pointer;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}
.yearnav__group__item a:link, .yearnav__group__item a:visited {
  color: #000;
}
.yearnav__group__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.yearnav__group__item--active {
  box-sizing: border-box;
  border-bottom: 2px solid #1a2e51;
}
@media screen and (max-width: 767px) {
  .yearnav__group__item--active {
    border-bottom: 2px solid #e5e5e5;
  }
}
/* 月別リスト */
.monthlynav__group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.monthlynav__group:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.monthlynav__item {
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  background-color: #FAF7F2;
  text-align: center;
  border: 1px solid #E2DDC8;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}
.monthlynav__item a {
  display: table-cell;
  padding: 0.2rem 0.5rem;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .monthlynav__item a {
    height: 24px;
  }
}
.monthlynav__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.monthlynav__item--active {
  background-color: #E2DDC8;
}
/* ============================================================

    ライブラリ用 CSS の調整など

* ============================================================ */
/* Datepicker */
.ui-state-active {
  background: none;
}
.ui-datepicker {
  width: 238px;
  text-align: center;
  background: #fff;
  margin: 0 0 10px 0;
  border-radius: 0;
  border-box: box-sizing;
  padding: 5px;
  border-color: #ddd;
}
.ui-datepicker-header {
  background: none;
  border: none;
}
.ui-datepicker-title {
  color: #777;
}
.ui-datepicker a {
  color: #777;
}
.ui-datepicker-div {
  border: none;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-group {
  margin: 0 0 10px 0;
  background: #fff;
}
.ui-datepicker-header {
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.ui-datepicker-calendar thead th {
  color: #777;
  padding: 10px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  font-size: 12px;
  color: #378F8F;
  text-align: center;
}
.ui-datepicker-calendar td span {
  display: block;
  padding: 5px;
}
.ui-datepicker-calendar td a {
  color: #fff;
  display: block;
  padding: 5px;
}
.ui-datepicker-calendar td a.ui-state-default {
  background: #f2f2f2;
  border: none;
}
.ui-datepicker-calendar td a.ui-state-highlight {
  background: #ddd;
}
.ui-datepicker-title {
  clear: both;
}
.ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e {
  background-image: url("/img/arrow_cal_r.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w {
  background-image: url("/img/arrow_cal_l.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
}