@charset "UTF-8";
/* Import files */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC|Noto+Serif+SC:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Serif+TC:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR|Noto+Serif+KR:400,600,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Variables */
/* Fonts */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("./fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("./fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("./fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("./fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("./fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("./fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("./fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url("./fonts/NotoSerifCJKjp-SemiBold.woff2") format("woff2"), url("./fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Optima";
  src: url("./fonts/Optima-Regular.woff2") format("woff2"), url("./fonts/Optima-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("./fonts/OpenSans-SemiBold.woff2") format("woff2"), url("./fonts/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2"), url("./fonts/OpenSans-Bold.woff") format("woff");
}
/**
 * Default styles
 * @date 10 Jul 2017
 */
html {
  font-size: 62.5%;
}

body {
  font-family: "OpenSans-Regular", "NotoSansCJKjp-Regular", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #555;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans-SemiBold", "NotoSansCJKjp-Medium", sans-serif;
  font-weight: normal;
  margin: 0 0 20px;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  font-size: 3rem;
  line-height: 1.2;
}

h3 {
  font-size: 2rem;
  line-height: 1.42;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.42;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.42;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.42;
}

p, ul, ol, dl, table, figcaption {
  font-size: 1.36rem;
  line-height: 1.572;
  margin: 0 0 10px;
}

table {
  border-collapse: collapse;
}

table th {
  font-family: "OpenSans-Regular", "NotoSansCJKjp-Regular", sans-serif;
  font-weight: normal;
}

figure {
  margin: 0 0 20px;
}

figcaption {
  margin: 5px 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #555;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Display for devices */
.pc {
  display: block;
}

.pc.inline {
  display: inline;
}

.pc.inline-block {
  display: inline-block;
}

.smp {
  display: none;
}

.smp.inline {
  display: none;
}

.smp.inline-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc.inline {
    display: none;
  }
  .pc.inline-block {
    display: none;
  }
  .smp {
    display: block;
  }
  .smp.inline {
    display: inline;
  }
  .smp.inline-block {
    display: inline-block;
  }
}
/* Header */
.header {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9996;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo a {
  width: 220px;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/common/header-logo.png) no-repeat 0 0;
  background-size: 220px auto;
  display: block;
}

.header .gnav {
  width: 960px;
}

.header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
}

.header .gnav ul li {
  position: relative;
}

.header .gnav ul li a {
  height: 120px;
  padding: 20px 10px 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header .gnav ul li a::before, .header .gnav ul li a::after {
  content: "";
  display: block;
}

.header .gnav ul li a::before {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.header .gnav ul li a::after {
  width: auto;
  height: 0;
  border-bottom: 4px solid #fff;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.header .gnav ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header .gnav ul li a .txt {
  height: 50px;
  font-size: 1.6rem;
  line-height: 1.32;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .gnav ul li a .txt.multiline {
  font-size: 1.3rem;
}

.header .gnav ul li a.icon::before {
  background: url(../img/common/gnav-icons.png) no-repeat 0 0;
  background-size: 400px 40px;
}

.header .gnav ul li a.icon-stay::before {
  background-position-x: 0;
}

.header .gnav ul li a.icon-banquet::before {
  background-position-x: -40px;
}

.header .gnav ul li a.icon-restaurant::before {
  background-position-x: -80px;
}

.header .gnav ul li a.icon-shop::before {
  background-position-x: -120px;
}

.header .gnav ul li a.icon-about::before {
  background-position-x: -160px;
}

.header .gnav ul li a.icon-access::before {
  background-position-x: -200px;
}

.header .gnav ul li a.icon-faq::before {
  background-position-x: -240px;
}

.header .contact ul {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.header .contact ul li a {
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 1px;
  position: relative;
}

.header .contact ul li a.icon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/gnav-icons.png) no-repeat 0 0;
  background-size: 400px 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.header .contact ul li a.icon-contact::before {
  background-position-x: -280px;
}

.header .contact ul li a.icon-language {
  border-bottom: 0;
}

.header .contact ul li a.icon-language::before {
  background-position-x: -320px;
}

.header .contact ul li a.icon-language.active::before {
  background-position-x: -360px;
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    z-index: 9996;
  }
  .header .inner {
    display: block;
    padding-right: 210px;
  }
  .header .logo a {
    width: 128px;
    height: 70px;
    background-size: auto 70px;
  }
  .header .gnav {
    display: none;
  }
  .header .contact {
    display: none;
  }
}
/* Language */
#language {
  width: 180px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 9999;
}

#language ul {
  text-align: center;
  margin: 0;
}

#language ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#language ul li a,
#language ul li span {
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

/* Menu */
#menu #menu-buttons {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9998;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu #menu-buttons li .btn {
  width: 100px;
  height: 100px;
  background: url(../img/common/menu-buttons.png) no-repeat 0 0;
  background-size: 200px 300px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

#menu #menu-buttons li .btn.btn-menu {
  background-position-y: 0;
}

#menu #menu-buttons li .btn.btn-menu.active {
  background-position-x: -100px;
}

#menu #menu-buttons li .btn.btn-rsv {
  background-position-y: -100px;
}

#menu #menu-buttons li .btn.btn-rsv-restaurant {
  background-position-y: -200px;
}

#menu #menu-contents {
  width: 100%;
  height: 100%;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9997;
  display: none;
}

#menu #menu-contents a {
  color: #fff;
  text-decoration: none;
}

#menu #menu-contents a:hover {
  text-decoration: underline;
}

#menu #menu-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu #menu-contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 50px;
}

#menu #menu-contents .primary {
  width: 50%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu #menu-contents .primary ul {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.2rem;
  line-height: 1.42;
  margin: 0;
}

#menu #menu-contents .primary ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu #menu-contents .primary ul li a {
  padding: 20px 20px 20px 25px;
  background: url(../img/common/menu-arrow.png) no-repeat left center;
  background-size: 20px auto;
  display: block;
}

#menu #menu-contents .secondary {
  width: 50%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu #menu-contents .secondary ul {
  font-size: 1.4rem;
  line-height: 1.42;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  margin: 0;
}

#menu #menu-contents .secondary ul li {
  margin: 10px 0;
}

#menu #menu-contents .secondary ul li a {
  padding: 0 20px 0 25px;
  background: url(../img/common/menu-arrow.png) no-repeat left center;
  background-size: 20px auto;
  display: block;
}

#menu #menu-contents .secondary ul li.ttl {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  #menu #menu-buttons {
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu #menu-buttons li .btn {
    width: 70px;
    height: 70px;
    background: url(../img/common/menu-buttons-smp.png) no-repeat 0 0;
    background-size: 210px auto;
  }
  #menu #menu-buttons li .btn.btn-menu {
    background-position: 0 0;
  }
  #menu #menu-buttons li .btn.btn-menu.active {
    background-position: 0 -70px;
  }
  #menu #menu-buttons li .btn.btn-rsv {
    background-position: -70px 0;
  }
  #menu #menu-buttons li .btn.btn-rsv-restaurant {
    background-position: -140px 0;
  }
  #menu #menu-contents .inner {
    padding: 120px 20px;
  }
  #menu #menu-contents .primary {
    width: 100%;
    padding: 0;
  }
  #menu #menu-contents .primary ul {
    font-size: 1.8rem;
  }
  #menu #menu-contents .secondary {
    width: 100%;
    padding: 0;
  }
  #menu #menu-contents .secondary ul {
    font-size: 1.4rem;
  }
}
/* Main visual */
.main-visual {
  width: 100%;
  background: #000;
  overflow: hidden;
}

.main-visual.main-visual-home .bx-wrapper {
  position: relative;
}

.main-visual.main-visual-home .bx-wrapper .bx-viewport {
  z-index: 1;
}

.main-visual.main-visual-home .bx-wrapper .bx-viewport ul {
  margin: 0;
}

.main-visual.main-visual-home .bx-wrapper .bx-viewport ul li {
  height: 800px;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-visual.main-visual-home .bx-wrapper .bx-controls {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.main-visual.main-visual-home .bx-wrapper .bx-controls .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-visual.main-visual-home .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  margin: 0 5px;
}

.main-visual.main-visual-home .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 25px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

.main-visual.main-visual-home .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background: white;
}

@media screen and (max-width: 768px) {
  .main-visual.main-visual-home .bx-wrapper .bx-viewport ul li {
    height: 400px;
  }
  .main-visual.main-visual-home .bx-wrapper .bx-controls {
    left: 10px;
    bottom: 10px;
  }
  .main-visual.main-visual-home .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin: 0 4px;
  }
  .main-visual.main-visual-home .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 20px;
    height: 3px;
  }
}
/* Page structure */
/* Footer */
.footer {
  background: url(../img/common/footer-bg.png) repeat 0 0;
  border-top: 1px solid #d9e1ea;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  margin: 0 auto;
}

.footer .info {
  text-align: center;
  padding: 0 20px;
}

.footer .info .logo {
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/common/footer-logo.png) no-repeat center center;
  background-size: 200px auto;
  margin: 0 auto 10px;
}

.footer .info p {
  font-size: 1.3rem;
  line-height: 1.572;
  margin: 0 0 20px;
}

.footer .info .sns {
  margin: 0;
}

.footer .info .sns li {
  margin: 0 0 10px;
}

.footer .info .sns li .btn {
  width: 240px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 240px auto;
  display: block;
}

.footer .info .sns li .btn.btn-facebook {
  background-image: url(../img/common/footer-sns-btn-fb.png);
}

.footer .info .sns li .btn.btn-twitter {
  background-image: url(../img/common/footer-sns-btn-tw.png);
}

.footer .sitemap {
  padding: 0 25px;
}

.footer .sitemap ul {
  font-size: 1.3rem;
  line-height: 1.42;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #d9e1ea;
}

.footer .sitemap ul li {
  margin: 6px 0;
}

.footer .sitemap ul li a {
  text-decoration: none;
  background: url(../img/common/footer-fnav-arrow.png) no-repeat left top;
  background-size: 20px auto;
  padding-left: 25px;
  display: block;
}

.footer .weather {
  width: auto;
  padding: 0 25px;
}

.footer .copyright {
  font-size: 1.4rem;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #d9e1ea;
  margin: 0 0 40px;
}

.footer .btn-return {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/common/btn-return.png) no-repeat 0 0;
  background-size: 60px auto;
  display: block;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 998;
}

@media screen and (max-width: 768px) {
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 20px;
  }
  .footer .info {
    width: 100%;
    padding: 0 0 20px;
  }
  .footer .info .logo {
    width: 200px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../img/common/footer-logo.png) no-repeat center center;
    background-size: 200px auto;
    margin: 0 auto 10px;
  }
  .footer .info .sns li .btn {
    margin: 0 auto;
  }
  .footer .sitemap {
    width: 100%;
    padding: 0;
  }
  .footer .sitemap ul {
    line-height: 1.42;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: normal;
    border: none;
    border-top: 1px solid #d9e1ea;
  }
  .footer .sitemap ul li {
    width: 50%;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 3px 0;
  }
  .footer .weather {
    width: 100%;
    padding: 0;
  }
  .footer .copyright {
    font-size: 1.3rem;
  }
  .footer .btn-return {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
}
/**
 * Common styles
 * @date 20 Feb 2018
 */
.col {
  margin-bottom: 100px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

/* Breadcrumb */
.breadcrumb {
  margin: 20px;
}

.breadcrumb a::before, .breadcrumb span::before {
  content: ">";
  text-decoration: none;
  display: inline-block;
  margin: 0 1rem 0 0.8rem;
}

.breadcrumb a:first-child::before, .breadcrumb span:first-child::before {
  display: none;
}

/* Resizing */
.resizing {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/* Animation fade */
.fade {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.fade:hover {
  opacity: 0.6;
}

/* Attention */
p.attention {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}

ul.attention,
ol.attention {
  list-style: none;
  padding: 0;
}

ul.attention li,
ol.attention li {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}

/* Headline */
.headline {
  text-align: center;
  margin: 0 0 40px;
}

.headline.headline-large {
  color: #6e5b44;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 32px auto;
}

.headline.headline-large .jpn,
.headline.headline-large .eng {
  display: block;
}

.headline.headline-large .jpn {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 4.2rem;
}

.headline.headline-large .eng {
  font-family: "Optima", serif;
  font-size: 1.6rem;
  margin: 15px 0 0;
}

.headline.headline-large.headline-large-a {
  background-image: url(../img/common/headline-mark-a.png);
}

.headline.headline-large.headline-large-b {
  background-image: url(../img/common/headline-mark-b.png);
}

.headline.headline-large.headline-large-c {
  color: #fff;
  background-image: url(../img/common/headline-mark-c.png);
}

@media screen and (max-width: 768px) {
  .headline.headline-large {
    padding-top: 35px;
    margin-bottom: 20px;
  }
  .headline.headline-large .jpn {
    font-size: 3rem;
  }
  .headline.headline-large .eng {
    font-size: 1rem;
    margin: 10px 0 0;
  }
}
/* Button */
.btn-deco,
.btn-deco-a,
.btn-deco-b,
.btn-deco-c {
  font-size: 1.4rem;
  color: #fff !important;
  text-decoration: none !important;
  padding: 20px 90px 20px 100px;
  background: #9b661a;
  display: inline-block;
  position: relative;
}

.btn-deco::before, .btn-deco::after,
.btn-deco-a::before,
.btn-deco-a::after,
.btn-deco-b::before,
.btn-deco-b::after,
.btn-deco-c::before,
.btn-deco-c::after {
  content: "";
  height: 10px;
  background: url(../img/common/btn-deco-arrow-a.png) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 26px;
}

.btn-deco::before,
.btn-deco-a::before,
.btn-deco-b::before,
.btn-deco-c::before {
  width: 10px;
  left: -10px;
}

.btn-deco::after,
.btn-deco-a::after,
.btn-deco-b::after,
.btn-deco-c::after {
  width: 60px;
  left: 0;
  background-position-x: right;
  -webkit-transition: width 0.2s ease 0s;
  transition: width 0.2s ease 0s;
}

.btn-deco:hover::after,
.btn-deco-a:hover::after,
.btn-deco-b:hover::after,
.btn-deco-c:hover::after {
  width: 80px;
}

.btn-deco-b {
  background-color: #c39636;
}

.btn-deco-b::before, .btn-deco-b::after {
  background-image: url(../img/common/btn-deco-arrow-b.png);
}

.btn-deco-b::after {
  background-position-x: right;
}

.btn-deco-c {
  color: #555 !important;
  background-color: #fff;
}

.btn-deco-c::before, .btn-deco-c::after {
  background-image: url(../img/common/btn-deco-arrow-c.png);
}

.btn-deco-c::after {
  background-position-x: right;
}

@media screen and (max-width: 768px) {
  .btn-deco-a,
  .btn-deco-b,
  .btn-deco-c {
    padding: 20px 50px 20px 60px;
  }
  .btn-deco-a::after,
  .btn-deco-b::after,
  .btn-deco-c::after {
    width: 40px;
    background-position: right center;
    -webkit-transition: none;
    transition: none;
  }
  .btn-deco-a:hover::after,
  .btn-deco-b:hover::after,
  .btn-deco-c:hover::after {
    width: 40px;
  }
}
/**
 * Homepage Maker
 * @date 6 Mar 2019
 */
.move {
  display: none !important;
}

/* Main photo */
.main-photo {
  background: #000;
}

/* Breadcrumbs */
.breadcrumbs {
  width: auto;
  margin: 10px 10px 25px;
}

.breadcrumbs ul {
  font-size: 1.3rem;
  line-height: 1.42;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.breadcrumbs ul li::before {
  content: ">";
  padding: 0;
  margin: 0 10px;
}

.breadcrumbs ul li:first-child::before {
  display: none;
}

/* Topics and Recommends */
.topics,
.recommends {
  padding: 40px 0;
  position: relative;
}

.topics::after,
.recommends::after {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/common/bg-texture-a.png) repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.topics .btns,
.recommends .btns {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}

.topics .cards,
.recommends .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}

.topics .cards .card,
.recommends .cards .card {
  width: 320px;
  text-decoration: none;
  background: #fff;
  margin: 0 20px;
}

.topics .cards .card .fig,
.topics .cards .card .summary,
.recommends .cards .card .fig,
.recommends .cards .card .summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.topics .cards .card .fig,
.recommends .cards .card .fig {
  text-align: center;
  background: #000;
}

.topics .cards .card .fig img,
.recommends .cards .card .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.topics .cards .card .summary,
.recommends .cards .card .summary {
  padding: 20px;
}

.topics .cards .card .summary h2,
.recommends .cards .card .summary h2 {
  font-size: 1.6rem;
  line-height: 1.42;
  margin: 0 0 10px;
}

.topics .cards .card .summary p,
.recommends .cards .card .summary p {
  font-size: 1.3rem;
  line-height: 1.572;
  margin: 10px 0 0;
}

.topics .cards .card:hover .fig,
.topics .cards .card:hover .summary,
.recommends .cards .card:hover .fig,
.recommends .cards .card:hover .summary {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .topics::after,
  .recommends::after {
    height: auto;
    top: 300px;
  }
  .topics .hd,
  .recommends .hd {
    font-size: 3rem;
  }
  .topics .hd::after,
  .recommends .hd::after {
    font-size: 1rem;
  }
  .topics .cards,
  .recommends .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  .topics .cards .card,
  .recommends .cards .card {
    width: 100%;
    margin: 10px 0;
  }
}
/* Pickup */
.home-pickup {
  padding: 40px 0;
  position: relative;
}

.home-pickup::before {
  content: "";
  width: 100%;
  height: auto;
  background: url(../img/common/bg-texture-b.png) repeat 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  z-index: 1;
}

.home-pickup .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.home-pickup .fig,
.home-pickup .summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.home-pickup .fig {
  width: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.home-pickup .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.home-pickup .summary {
  width: 500px;
  text-align: center;
  padding: 100px 50px 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.home-pickup .summary .btns {
  margin: 40px 0 0;
}

.home-pickup.reverse .fig {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.home-pickup.reverse .summary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .home-pickup {
    padding: 40px 0;
    position: relative;
  }
  .home-pickup::before {
    content: "";
    width: 100%;
    height: auto;
    background: url(../img/common/bg-texture-b.png) repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    z-index: 1;
  }
  .home-pickup .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .home-pickup .fig,
  .home-pickup .summary {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  .home-pickup .fig {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .home-pickup .fig::before {
    content: "";
    width: 100%;
    padding-top: 56.25%;
    display: block;
  }
  .home-pickup .summary {
    width: 100%;
    text-align: left;
    padding: 40px 20px 20px;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .home-pickup .summary .btns {
    text-align: center;
  }
}
/* Home restaurant */
.home-restaurant {
  padding: 0 0 40px;
  background: url(../img/common/bg-texture-b.png) repeat 0 0;
  margin: 40px 0;
}

.home-restaurant .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  margin-bottom: 40px;
}

.home-restaurant .entries .entry {
  width: 25%;
  height: 300px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: relative;
}

.home-restaurant .entries .entry .summary {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
}

.home-restaurant .entries .entry .summary h2, .home-restaurant .entries .entry .summary h3 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}

.home-restaurant .entries .entry .summary h2 .cat, .home-restaurant .entries .entry .summary h3 .cat {
  font-size: 1.4rem;
  display: block;
  margin: 0 0 5px;
}

.home-restaurant .entries .entry .summary h2 em, .home-restaurant .entries .entry .summary h3 em {
  font-style: normal;
  font-size: 1.3rem;
}

.home-restaurant .entries .entry .summary .btns {
  margin: 20px 0 0;
}

.home-restaurant .entries .entry .summary .btns .btn-detail {
  color: #fff;
  text-decoration: none;
  background: url(../img/common/btn-arrow-w.png) no-repeat left center;
  background-size: 20px auto;
  border: 1px solid #fff;
  padding: 10px 20px 10px 25px;
  display: inline-block;
}

.home-restaurant .summary {
  text-align: center;
}

.home-restaurant .btns {
  text-align: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .home-restaurant {
    padding: 0;
    margin: 40px 0;
  }
  .home-restaurant .entries {
    margin: 0;
  }
  .home-restaurant .entries .entry {
    width: 100%;
    height: auto;
  }
  .home-restaurant .entries .entry .summary {
    position: static;
  }
  .home-restaurant .summary {
    text-align: left;
    padding: 40px 20px;
  }
  .home-restaurant .btns {
    text-align: center;
    margin: 20px 0 0;
  }
}
/* Home access */
.home-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.home-access .gmap {
  width: auto;
  min-height: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.home-access .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-access .summary {
  width: 550px;
  color: #fff;
  background: url(../img/common/bg-texture-c.png) repeat 0 0;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-access .summary .by-train {
  line-height: 1.32;
  border-spacing: 1px;
  margin: 20px 0;
}

.home-access .summary .by-train .train {
  min-height: 30px;
  padding: 0 0 0 120px;
  position: relative;
  margin: 5px 0;
}

.home-access .summary .by-train .train::before {
  content: "";
  width: 100px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100px auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-access .summary .by-train .train.train-metro::before {
  background-image: url(../img/access/line-metro.png);
}

.home-access .summary .by-train .train.train-subway::before {
  background-image: url(../img/access/line-subway.png);
}

.home-access .summary .by-train .train.train-jr::before {
  background-image: url(../img/access/line-jr.png);
}

.home-access .summary .btns {
  text-align: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .home-access {
    padding: 0;
  }
  .home-access .gmap {
    width: 100%;
    min-height: 300px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-access .summary {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home-access .summary .btns {
    margin: 30px 0 0;
  }
}
/* Home banners */
.home-banners {
  max-width: 980px;
  padding: 70px 0;
  margin: 0 auto;
}

.home-banners .bx-wrapper {
  position: relative;
}

.home-banners .bx-wrapper .bx-viewport ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-banners .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.home-banners .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  width: 40px;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px auto;
  display: block;
  position: absolute;
  top: 0;
}

.home-banners .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background-image: url(../img/common/bx-carousel-prev.png);
  left: -50px;
}

.home-banners .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background-image: url(../img/common/bx-carousel-next.png);
  right: -50px;
}

@media screen and (max-width: 768px) {
  .home-banners {
    max-width: 980px;
    padding: 40px 0;
    margin: 0 auto;
  }
  .home-banners .bx-wrapper {
    width: 300px;
    margin: 0 auto;
  }
}
/* Book */
#book {
  width: 100%;
  background: rgba(25, 22, 20, 0.96);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

#book #book-button .btn-book {
  width: 100%;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  background: #072e5c url(../img/common/book-title.png) no-repeat center 0;
  background-size: 200px auto;
  display: block;
}

#book #book-button .btn-book.active {
  background-position-y: -40px;
}

#book #book-contents {
  color: #fff;
}

#book #book-contents a {
  color: #fff;
  text-decoration: none;
}

#book #book-contents .radios {
  margin: 0;
}

#book #book-contents .radios li {
  margin: 5px 0;
}

#book #book-contents .radios li label {
  padding-left: 5px;
}

#book #book-contents .book-selectors {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  margin: 0 auto;
}

#book #book-contents .book-selectors .book-selector {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#book #book-contents .book-selectors .book-selector p {
  font-size: 1.3rem;
  line-height: 1.32;
  margin: 0 0 10px;
}

#book #book-contents .book-selectors .book-selector p:last-child {
  margin: 0;
}

#book #book-contents .book-selectors .book-selector ul {
  font-size: 1.2rem;
  line-height: 1.42;
}

#book #book-contents .book-selectors .book-ttl {
  font-size: 1.3rem;
  line-height: 1.42;
}

#book #book-contents .book-selectors .hint {
  font-size: 1rem;
}

#book #book-contents .book-selectors .btn {
  width: 100%;
  color: #fff;
  background: #aaa;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  display: block;
  cursor: pointer;
}

#book #book-contents .book-selectors .btn.btn-search {
  height: 40px;
  font-size: 1.6rem;
  letter-spacing: 4px;
  text-indent: -4px;
  background: #9f865b;
  margin: 0 0 10px;
}

#book #book-contents .book-selectors .btn.btn-cancel {
  height: 30px;
  font-size: 1.2rem;
  background: #675028;
}

#book #book-contents #nitteiarea {
  position: relative;
}

#book #book-contents #nitteiarea #calid {
  position: absolute !important;
  left: 0;
  bottom: 30px;
}

#book #book-contents #nitteiarea #calid table {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #book #book-contents .radios {
    margin: 0;
  }
  #book #book-contents .radios li {
    margin: 5px 0;
  }
  #book #book-contents .radios li label {
    padding-left: 5px;
  }
  #book #book-contents .book-selectors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px;
  }
  #book #book-contents .book-selectors .book-selector {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #book #book-contents .book-selectors .book-selector:first-child {
    border: none;
  }
  #book #book-contents #nitteiarea #calid {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: auto;
  }
}
/* Overview */
.overview th, .overview td {
  padding: 20px;
  border: 1px solid #e8e3ce;
}

.overview th {
  white-space: nowrap;
  background: #f7f5ee;
}

/* Accommodation (Stay) */
.stay {
  max-width: 1080px;
  margin: 50px auto;
}

.stay.stay-greeting {
  text-align: center;
  margin-top: 0;
}

.stay.stay-snav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.stay.stay-snav ul li {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Page structure reset */
.content {
  width: auto;
  margin: 0;
}

.content .inner {
  width: auto;
  margin: 0;
}

.content h2 {
  height: auto;
  text-align: initial;
  margin: 0 0 20px;
  letter-spacing: normal;
  line-height: initial;
  font-size: inherit;
  border: none;
}

.wrapper {
  margin: 0;
}

/* Column reset */
.column {
  width: auto;
  padding: 0;
  margin: 0;
  clear: none;
}

.column .column-inner {
  padding: 0;
  margin: 0;
  border: none;
}

.column .column-inner::after {
  content: none;
}

.column .column-inner h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.column .column-inner h3::before {
  content: none;
}

.column .column-inner p {
  margin: 0 0 10px;
}

.column .column-inner p span {
  margin: 0;
  line-height: inherit;
}

.column .column-inner table {
  width: auto;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 10px;
}

.column .column-inner table th, .column .column-inner table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.column .column-inner table th {
  background: #eee;
}

.column .column-inner .photos,
.column .column-inner .photos-right,
.column .column-inner .photos-left {
  width: auto !important;
}

.column .column-inner .plandetail {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 1.62;
  overflow: visible;
}

.column .column-inner .plandetail h3 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.4rem;
  color: #6e5b44;
  line-height: 1.42;
  margin: 0 0 20px;
  border: none !important;
}

.column .column-inner .plandetail .btns {
  margin: 30px 0 0;
}

.column .column-inner .plandetail ul li {
  list-style-position: outside;
}

.column .column-inner .photos-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.column .column-inner .photos-right + .plandetail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 40px;
}

.column .column-inner .photos-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.column .column-inner .photos-left + .plandetail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 40px;
}

/* Column */
.column {
  width: auto;
  clear: none;
  max-width: 1080px;
  margin: 0 auto;
}

.column .column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border: none;
  border-top: 1px solid #e3dfd1;
  margin: 0;
}

.column .column-inner > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.column .column-inner::after {
  display: none;
}

.column .column-inner h3 {
  font-weight: normal;
  margin: 0 0 10px;
}

.column .column-inner h3::before {
  display: none;
}

.column .column-inner p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 10px;
}

.column .column-inner p span {
  margin: 0;
  line-height: inherit;
}

.column .column-inner ul {
  padding-left: 2rem;
}

.column .column-inner table {
  width: auto;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 10px;
}

.column .column-inner table th, .column .column-inner table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.column .column-inner table th {
  background: #eee;
}

.column .column-inner .photos,
.column .column-inner .photos-right,
.column .column-inner .photos-left {
  width: auto !important;
}

.column .column-inner .plandetail {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 1.62;
  overflow: visible;
}

.column .column-inner .plandetail h3 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.4rem;
  color: #6e5b44;
  line-height: 1.42;
  margin: 0 0 20px;
}

.column .column-inner .plandetail .btns {
  margin: 30px 0 0;
}

.column .column-inner .photos-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.column .column-inner .photos-right + .plandetail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 40px;
}

.column .column-inner .photos-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.column .column-inner .photos-left + .plandetail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .column {
    padding: 0 20px;
    margin: 0 auto;
  }
  .column .column-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0 40px;
  }
  .column .column-inner > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  .column .photos,
  .column .photos-right,
  .column .photos-left {
    width: 100% !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .column .plandetail {
    width: 100% !important;
    padding: 20px 0 40px !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .column .plandetail .btns {
    text-align: center;
  }
}
/* Image gallery*/
.imagesurfingnormal {
  width: auto;
}

.imagesurfingnormal > div {
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
}

.imagesurfingnormal > div img {
  width: auto;
  height: 165px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 !important;
}

.imagesurfingnormal ul {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
  margin: 0;
}

.imagesurfingnormal ul li {
  width: 25% !important;
  height: auto !important;
  padding: 5px 5px 0 0;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
}

.imagesurfingnormal ul li a {
  width: 100% !important;
  height: 52px !important;
  border: 3px solid #ddd;
  padding: 0 !important;
  background: #000;
  display: block;
  position: relative;
}

.imagesurfingnormal ul li a.imagesurfing-selected {
  border: none;
  border: 3px solid #cab174;
}

.imagesurfingnormal p.imagesurfing-caption {
  margin: 0 !important;
  padding: 3px 0;
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .imagesurfingnormal ul li {
    width: 80px !important;
    height: auto !important;
    padding: 5px 5px 0 0;
    float: none;
  }
}
/* Page */
@media screen and (max-width: 768px) {
  .page {
    padding-top: 70px;
  }
}
/* Hairline */
hr {
  max-width: 1080px;
  border: none;
  border-top: 1px solid #d9d2c1;
  margin: 40px auto;
}

/* Strong */
strong {
  font-family: "OpenSans-Bold", "NotoSansCJKjp-Bold", sans-serif;
  font-weight: normal;
}

/* Headline */
.hd {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 4.2rem;
  color: #6e5b44;
  text-align: center;
  padding-top: 40px;
  background: url(../img/common/headline-mark-a.png) no-repeat center top;
  background-size: 32px auto;
  display: block;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .hd {
    font-size: 3rem;
  }
}
/* Greeting */
.greeting {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .greeting {
    text-align: left;
    padding: 0 20px;
  }
  .greeting .contact {
    text-align: center;
  }
}
/* Contact tel */
.contact-tel {
  background: #f8f6f1;
  padding: 10px 20px;
  border: 4px double #e9e1cd;
  margin: 20px 0;
}

.contact-tel p {
  font-size: 1.46rem;
  color: #7f5c4c;
  line-height: 1.572;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.contact-tel p .tel {
  white-space: nowrap;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.4rem;
  padding-left: 22px;
  background: url(../img/common/icon-tel.png) no-repeat left center;
  background-size: 20px auto;
  margin: 0 5px 3px;
}

.contact-tel p a {
  color: #7f5c4c;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .contact-tel p {
    font-size: 1.3rem;
    line-height: 1.42;
  }
}
/* Accommodation */
#accommodation .content {
  max-width: 1080px;
  margin: 0 auto 40px;
}

#room .column {
  max-width: 1200px;
  margin: 0 auto;
}

#room .column .imagesurfingnormal ul li {
  width: auto !important;
  height: auto !important;
  padding: 5px 5px 0 0;
}

#room .column .imagesurfingnormal ul li a {
  width: 100px !important;
  height: 66px !important;
  border: 3px solid #ddd;
  padding: 0 !important;
  background: #000;
  display: block;
  position: relative;
}

#room .column .imagesurfingnormal ul li a img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#room .column .imagesurfingnormal ul li a.imagesurfing-selected {
  border: none;
  border: 3px solid #cab174;
}

#room .column .plandetail {
  text-align: center;
  padding: 40px;
}

#room .column .plandetail h3 {
  font-size: 3rem;
}

#room .column .plandetail table {
  margin: 0 auto 20px;
}

#room .column .plandetail table td {
  text-align: left;
}

#room .content {
  max-width: 980px;
  margin: 0 auto 40px;
}

#room .content.content-bottom {
  margin: 80px auto 0;
}

#room .content .read {
  font-size: 1.6rem;
  text-align: center;
}

#room .amenities th, #room .amenities td {
  padding: 20px;
  background: #f7f5ee;
  border: 1px solid #e2d8c0;
}

#room .amenities th {
  text-align: center;
  white-space: nowrap;
  background: #f1ebdc;
}

@media screen and (max-width: 768px) {
  #room .hd {
    font-size: 3rem;
  }
  #room .content {
    text-align: left;
    padding: 0 20px;
  }
  #room .amenities {
    border: 1px solid #e2d8c0;
    border-width: 0 1px 1px;
  }
  #room .amenities th, #room .amenities td {
    border: none;
    border-top: 1px solid #e2d8c0;
    display: block;
  }
  #room .amenities th {
    padding: 10px 20px;
  }
}
/* Location buttons */
.location-btns {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.location-btns li {
  width: 50%;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.location-btns li:nth-child(odd) {
  padding-left: 0;
}

.location-btns li:nth-child(even) {
  padding-right: 0;
}

.location-btns li .btn-deco {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.42;
  text-align: center;
  padding: 25px inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .location-btns {
    margin: 0 !important;
  }
  .location-btns li {
    width: 100%;
    padding: 0 0 10px;
  }
  .location-btns li .btn-deco {
    font-size: 1.3rem;
    padding: 20px inherit;
  }
}
/* Snav buttons */
.snav-btns {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.42;
  padding: 0 !important;
  margin: 0 -5px !important;
}

.snav-btns li {
  width: 50%;
  list-style: none;
  padding: 5px;
  margin: 0;
}

.snav-btns li a {
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 20px;
  display: block;
  -webkit-transition: none;
  transition: none;
}

.snav-btns li a:hover {
  text-decoration: underline;
  background-color: #f5f5f5;
}

.snav-btns li .icon {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 40px auto;
}

.snav-btns li .icon.icon-floormap {
  background-image: url(../img/common/icon-floormap.png);
}

@media screen and (max-width: 768px) {
  .snav-btns {
    font-size: 1.4rem;
    margin: 20px 0 !important;
  }
  .snav-btns li {
    width: 100%;
    padding: 5px 0;
  }
  .snav-btns li a {
    padding: 15px 20px;
  }
}
/* Banquet */
#banquet .content,
#banquet_plan .content,
#banquet_price .content,
#banquet_guide .content,
#banquet_cuisine .content,
#banquet_deli .content,
#banquet_terms .content {
  max-width: 1080px;
  margin: 0 auto 40px;
}

#banquet .content h1, #banquet .content h2, #banquet .content h3,
#banquet_plan .content h1,
#banquet_plan .content h2,
#banquet_plan .content h3,
#banquet_price .content h1,
#banquet_price .content h2,
#banquet_price .content h3,
#banquet_guide .content h1,
#banquet_guide .content h2,
#banquet_guide .content h3,
#banquet_cuisine .content h1,
#banquet_cuisine .content h2,
#banquet_cuisine .content h3,
#banquet_deli .content h1,
#banquet_deli .content h2,
#banquet_deli .content h3,
#banquet_terms .content h1,
#banquet_terms .content h2,
#banquet_terms .content h3 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.6rem;
}

#banquet .content h1 em, #banquet .content h2 em, #banquet .content h3 em,
#banquet_plan .content h1 em,
#banquet_plan .content h2 em,
#banquet_plan .content h3 em,
#banquet_price .content h1 em,
#banquet_price .content h2 em,
#banquet_price .content h3 em,
#banquet_guide .content h1 em,
#banquet_guide .content h2 em,
#banquet_guide .content h3 em,
#banquet_cuisine .content h1 em,
#banquet_cuisine .content h2 em,
#banquet_cuisine .content h3 em,
#banquet_deli .content h1 em,
#banquet_deli .content h2 em,
#banquet_deli .content h3 em,
#banquet_terms .content h1 em,
#banquet_terms .content h2 em,
#banquet_terms .content h3 em {
  font-size: 1.6rem;
  font-style: normal;
}

#banquet .content .tbl-wrapper,
#banquet_plan .content .tbl-wrapper,
#banquet_price .content .tbl-wrapper,
#banquet_guide .content .tbl-wrapper,
#banquet_cuisine .content .tbl-wrapper,
#banquet_deli .content .tbl-wrapper,
#banquet_terms .content .tbl-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 20px;
}

#banquet .content .tbl-wrapper table,
#banquet_plan .content .tbl-wrapper table,
#banquet_price .content .tbl-wrapper table,
#banquet_guide .content .tbl-wrapper table,
#banquet_cuisine .content .tbl-wrapper table,
#banquet_deli .content .tbl-wrapper table,
#banquet_terms .content .tbl-wrapper table {
  margin: 0;
}

#banquet .content ul, #banquet .content ol,
#banquet_plan .content ul,
#banquet_plan .content ol,
#banquet_price .content ul,
#banquet_price .content ol,
#banquet_guide .content ul,
#banquet_guide .content ol,
#banquet_cuisine .content ul,
#banquet_cuisine .content ol,
#banquet_deli .content ul,
#banquet_deli .content ol,
#banquet_terms .content ul,
#banquet_terms .content ol {
  list-style-position: outside;
  padding-left: 2rem;
}

#banquet .content ul,
#banquet_plan .content ul,
#banquet_price .content ul,
#banquet_guide .content ul,
#banquet_cuisine .content ul,
#banquet_deli .content ul,
#banquet_terms .content ul {
  list-style: disc;
}

#banquet .content ol,
#banquet_plan .content ol,
#banquet_price .content ol,
#banquet_guide .content ol,
#banquet_cuisine .content ol,
#banquet_deli .content ol,
#banquet_terms .content ol {
  list-style: decimal;
}

#banquet .content .charges,
#banquet_plan .content .charges,
#banquet_price .content .charges,
#banquet_guide .content .charges,
#banquet_cuisine .content .charges,
#banquet_deli .content .charges,
#banquet_terms .content .charges {
  width: 100%;
}

#banquet .content .charges th, #banquet .content .charges td,
#banquet_plan .content .charges th,
#banquet_plan .content .charges td,
#banquet_price .content .charges th,
#banquet_price .content .charges td,
#banquet_guide .content .charges th,
#banquet_guide .content .charges td,
#banquet_cuisine .content .charges th,
#banquet_cuisine .content .charges td,
#banquet_deli .content .charges th,
#banquet_deli .content .charges td,
#banquet_terms .content .charges th,
#banquet_terms .content .charges td {
  text-align: center;
  background: #eee;
  padding: 5px;
  border: 1px solid #fff;
}

#banquet .content .charges th,
#banquet_plan .content .charges th,
#banquet_price .content .charges th,
#banquet_guide .content .charges th,
#banquet_cuisine .content .charges th,
#banquet_deli .content .charges th,
#banquet_terms .content .charges th {
  color: #fff;
  white-space: nowrap;
  background: #555;
}

@media screen and (max-width: 768px) {
  #banquet .hd,
  #banquet_plan .hd,
  #banquet_price .hd,
  #banquet_guide .hd,
  #banquet_cuisine .hd,
  #banquet_deli .hd,
  #banquet_terms .hd {
    font-size: 3rem;
  }
  #banquet .content,
  #banquet_plan .content,
  #banquet_price .content,
  #banquet_guide .content,
  #banquet_cuisine .content,
  #banquet_deli .content,
  #banquet_terms .content {
    text-align: left;
    padding: 0 20px;
  }
}
/* About */
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px 0 0;
  background: url(../img/common/bg-texture-b.png) repeat 0 0;
  margin: 0 0 40px;
}

.about .fig,
.about .summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about .fig {
  max-width: 520px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.about .summary {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about .summary h2, .about .summary h3, .about .summary h4 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.4rem;
  line-height: 1.42;
  color: #6e5b44;
}

.about .summary p {
  font-size: 1.4rem;
  line-height: 1.82;
}

.about .summary hr.small {
  width: 80px;
  border-top: 4px double #cca74e;
}

.about .summary.center {
  text-align: center;
}

.about.reverse .fig {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about.reverse .summary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 0;
    margin: 0 0 20px;
  }
  .about .fig,
  .about .summary {
    width: 100%;
  }
  .about .fig {
    max-width: initial;
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about .summary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* Spacer */
.spacer {
  margin: 20px 0;
}

/* Restaurant */
#restaurant .content {
  max-width: 960px;
  margin: 0 auto 40px;
}

#restaurant .content .read {
  font-size: 1.6rem;
  text-align: center;
}

#fosse .hd,
#cerisaie .hd,
#ichigaya .hd,
#sui .hd {
  width: 200px;
  height: 120px;
  text-indent: -9999px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px auto;
  overflow: hidden;
  margin: 0 auto 20px;
}

#fosse .hd {
  background-image: url(../img/restaurant/logo-fosse.png);
  margin-bottom: 0;
}

#cerisaie .hd {
  background-image: url(../img/restaurant/logo-cerisaie.png);
}

#ichigaya .hd {
  background-image: url(../img/restaurant/logo-ichigaya.png);
}

#sui .hd {
  background-image: url(../img/restaurant/logo-sui.png);
}

@media screen and (max-width: 768px) {
  #restaurant .hd,
  #fosse .hd,
  #cerisaie .hd,
  #ichigaya .hd,
  #sui .hd,
  #event .hd {
    font-size: 3rem;
  }
  #restaurant .content,
  #fosse .content,
  #cerisaie .content,
  #ichigaya .content,
  #sui .content,
  #event .content {
    text-align: left;
    padding: 0 20px;
  }
}
/* Access */
#access .hd {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 4.2rem;
  color: #6e5b44;
  text-align: center;
  padding-top: 40px;
  background: url(../img/common/headline-mark-a.png) no-repeat center top;
  background-size: 32px auto;
  display: block;
  margin: 0 0 40px;
}

#access .gmap {
  max-width: 960px;
  height: 400px;
  position: relative;
  margin: 0 auto 40px;
}

#access .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#access .content {
  max-width: 960px;
  margin: 50px auto 100px;
}

#access .content h1, #access .content h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0;
  border: none;
  margin: 0 0 20px;
}

#access .content .map {
  max-width: 640px;
  text-align: center;
  margin: 0 auto 40px;
}

#access .content .map img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  #access .hd {
    font-size: 3rem;
  }
  #access .gmap {
    margin: 0 20px;
  }
  #access .content {
    padding: 0 20px;
  }
}
/* Privacy */
#privacy .content {
  max-width: 960px;
  margin: 50px auto 100px;
}

#privacy .content h1, #privacy .content h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0;
  border: none;
  margin: 0 0 20px;
}

#privacy .content ol {
  font-size: 1.4rem;
  list-style: decimal;
  list-style-position: outside;
  padding-left: 2rem;
  margin: 0 0 20px;
}

#privacy .content ol li {
  margin: 0 0 20px;
}

#privacy .content ol ul {
  margin: 20px 0;
}

#privacy .content ol ul:last-child {
  margin-bottom: 0;
}

#privacy .content .overview th, #privacy .content .overview td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

#privacy .content .overview th {
  text-align: center;
  background: #f5f5f5;
}

#privacy .content .tbl-wrapper {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  margin: 0 0 20px;
}

#privacy .content .tbl-wrapper table {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #privacy .content {
    padding: 0 20px;
    margin: 50px auto;
  }
}
/* Mailform */
#page-mailform ul {
  list-style: none;
  padding: 0;
}

#page-mailform .hd {
  text-align: center;
  display: block;
}

#page-mailform .column {
  max-width: 980px;
  padding: 0;
  margin: 100px auto;
}

#page-mailform .column .column-inner {
  padding: 0;
  display: block;
  border: none;
}

#page-mailform .flowchart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
}

#page-mailform .flowchart ul li {
  text-align: center;
  padding: 0 20px;
}

#page-mailform .flowchart ul li .number,
#page-mailform .flowchart ul li span {
  text-align: center;
}

#page-mailform .flowchart ul li .number {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #ccc;
  line-height: 50px;
  border: none;
  border-radius: 999px;
  background: #eee;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px;
}

#page-mailform .flowchart ul li span {
  font-size: 1.2rem;
}

#page-mailform .flowchart ul li span.text {
  font-family: "OpenSans-Bold", "NotoSansCJKjp-Bold", sans-serif;
}

#page-mailform .flowchart ul li.arrow {
  width: 80px;
  height: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
}

#page-mailform .flowchart ul li.active .number {
  color: #fff;
  background: #9b661a;
}

#page-mailform .form .text {
  text-align: center;
}

#page-mailform .form input[type=text],
#page-mailform .form input[type=tel],
#page-mailform .form input[type=email],
#page-mailform .form select,
#page-mailform .form textarea {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.42;
  padding: 5px;
  border: none;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page-mailform .form textarea[name=inquiry] {
  width: 100%;
}

#page-mailform .form #form_wrap {
  margin: 0;
}

#page-mailform .form #form_wrap .form_table {
  width: 100%;
}

#page-mailform .form #form_wrap .form_table th, #page-mailform .form #form_wrap .form_table td {
  padding: 20px;
  border: 1px solid #e8e3ce;
}

#page-mailform .form #form_wrap .form_table th {
  background: #f7f5ee;
}

#page-mailform .form #form_wrap .form_table .count {
  font-size: 1.2rem;
  margin: 10px 0 0;
  float: none !important;
}

#page-mailform .form #form_wrap .form_table ul {
  margin: 0;
}

#page-mailform .form #form_wrap .form_table ul li {
  margin: 0 0 10px;
}

#page-mailform .form #form_wrap .form_table ul li:last-child {
  margin: 0;
}

#page-mailform .form #form_wrap .sendBtn_wrap {
  text-align: center;
  margin: 40px auto;
}

#page-mailform .form #form_wrap .sendBtn_wrap .sendBtn {
  width: auto;
  font-family: "OpenSans-SemiBold", "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 10px;
  text-indent: 10px;
  padding: 20px 40px;
  background: #9b661a;
  border: 0;
  cursor: pointer;
  margin: 10px 0 0;
}

#page-mailform .ssl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-mailform {
    padding: 0 20px;
  }
  #page-mailform ul {
    list-style: none;
    padding: 0;
  }
  #page-mailform .hd {
    text-align: center;
    margin: 0;
  }
  #page-mailform .column {
    margin: 0 0 20px;
  }
  #page-mailform .flowchart {
    width: auto !important;
  }
  #page-mailform .flowchart ul {
    margin: 30px auto;
  }
  #page-mailform .flowchart ul li {
    padding: 0 10px;
  }
  #page-mailform .flowchart ul li .number {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  #page-mailform .flowchart ul li .text {
    font-size: 1rem;
  }
  #page-mailform .flowchart ul li.arrow {
    width: 40px;
    margin-top: 15px;
  }
  #page-mailform .form .text {
    text-align: left;
  }
  #page-mailform .form input[type=text],
  #page-mailform .form input[type=tel],
  #page-mailform .form input[type=email],
  #page-mailform .form select,
  #page-mailform .form textarea {
    width: 100%;
  }
  #page-mailform .form #form_wrap .form_table {
    width: 100%;
    border: 1px solid #e8e3ce;
    border-width: 0 1px 1px;
  }
  #page-mailform .form #form_wrap .form_table th, #page-mailform .form #form_wrap .form_table td {
    width: auto !important;
    padding: 10px;
    border: none;
    border: 1px solid #e8e3ce;
    border-width: 1px 0 0;
    display: block;
  }
}
/* Clause */
#clause .content {
  max-width: 980px;
  margin: 0 auto;
}

#clause .content p {
  margin: 0 0 10px;
}

#clause .content ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 2rem;
  margin: 0 0 10px;
}

#clause .content ol ul {
  margin: 10px 0;
}

#clause .content .overview .separate {
  padding: 0;
}

#clause .content .overview .separate .separate-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../img/common/slash.png) no-repeat 0 0;
  background-size: 100% 100%;
}

#clause .content .overview .separate .separate-inner::before, #clause .content .overview .separate .separate-inner::after {
  content: "";
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#clause .content .overview .separate .separate-inner span {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#clause .content .overview th, #clause .content .overview td {
  text-align: center;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
}

#clause .content .overview th {
  white-space: nowrap;
  background: #f5f5f5;
}

#clause .content .overview .caption {
  text-align: right;
  padding: 10px 0;
  border: none;
}

#clause .content .tbl-wrapper {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  margin: 0 0 20px;
}

#clause .content .tbl-wrapper table {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #clause .content {
    padding: 0 20px;
  }
}
/* Button for PDF */
.btns-pdf,
.btns-arrow {
  font-size: 1.2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  margin: 20px 0 0;
}

.btns-pdf li,
.btns-arrow li {
  width: 50%;
  padding: 5px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none !important;
}

.btns-pdf .btn-pdf,
.btns-pdf .btn-arrow,
.btns-arrow .btn-pdf,
.btns-arrow .btn-arrow {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none !important;
  padding: 10px 20px 10px 50px;
  background: #9b661a url(../img/common/btn-arrow.png) no-repeat left center;
  background-size: 40px auto;
  display: block;
}

.btns-pdf .btn-pdf,
.btns-arrow .btn-pdf {
  background-image: url(../img/common/btn-pdf.png);
}

.btns-pdf.btns-pdf-row, .btns-pdf.btns-arrow-row,
.btns-arrow.btns-pdf-row,
.btns-arrow.btns-arrow-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btns-pdf.btns-pdf-row li, .btns-pdf.btns-arrow-row li,
.btns-arrow.btns-pdf-row li,
.btns-arrow.btns-arrow-row li {
  width: 33.333333333%;
}

.btns-pdf.btns-pdf-two, .btns-pdf.btns-arrow-two,
.btns-arrow.btns-pdf-two,
.btns-arrow.btns-arrow-two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btns-pdf.btns-pdf-2cols, .btns-pdf.btns-arrow-2cols,
.btns-arrow.btns-pdf-2cols,
.btns-arrow.btns-arrow-2cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btns-pdf.btns-pdf-2cols li, .btns-pdf.btns-arrow-2cols li,
.btns-arrow.btns-pdf-2cols li,
.btns-arrow.btns-arrow-2cols li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .btns-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btns-pdf li {
    width: 100%;
  }
  .btns-pdf.btns-pdf-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btns-pdf.btns-pdf-row li {
    width: 100%;
  }
  .btns-pdf.btns-pdf-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btns-pdf.btns-pdf-2cols, .btns-pdf.btns-arrow-2cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .btns-pdf.btns-pdf-2cols li, .btns-pdf.btns-arrow-2cols li {
    width: 100%;
  }
}
/* Banquet terms */
#banquet_terms .list-style-none {
  padding: 0;
  margin: 0 0 20px;
}

#banquet_terms .list-style-none li {
  list-style: none;
  padding: 0;
}

#banquet_terms ol li {
  margin: 0 0 10px;
}

#banquet_terms ol li ul {
  padding: 0 !important;
  margin: 10px 0 0 !important;
}

#banquet_terms ol li ul li {
  margin: 0;
}

#banquet_terms .circle-number li {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}

#banquet_terms .cancel-policy th, #banquet_terms .cancel-policy td {
  padding: 10px;
  border: 1px solid #ddd;
}

#banquet_terms .cancel-policy th {
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  #banquet_terms {
    padding: 0 20px;
  }
  #banquet_terms .content {
    padding: 0;
  }
}
/* Detail */
.page-detail {
  padding-top: 120px;
}

.page-detail .viewer {
  display: none !important;
}

#detail {
  max-width: 1080px;
  margin: 0 auto 50px;
}

#detail .column .column-inner {
  padding: 40px 0;
}

#detail .column .column-inner [class^=photos-],
#detail .column .column-inner .photos-right {
  padding: 0;
}

#detail .column .column-inner [class^=photos-] img,
#detail .column .column-inner .photos-right img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  margin: 0;
}

#detail .column .column-inner .plandetail {
  padding: 20px 40px 20px 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#detail .column .column-inner .plandetail h3 {
  font-size: 2rem;
}

#detail .statement_link {
  padding: 0 !important;
  margin: 0 !important;
}

#detail .statement_link a {
  background: #9b661a;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-detail {
    padding-top: 70px;
  }
  #detail {
    padding: 0 20px;
  }
  #detail .column {
    padding: 0;
  }
  #detail .column .column-inner {
    padding: 20px 0;
  }
  #detail .column .column-inner .plandetail {
    padding: 20px !important;
  }
  #detail .column .column-inner .plandetail .statement_link a {
    margin: 0 auto;
  }
}
/* Content 960px */
.content-960px,
.content-1080px {
  max-width: 960px;
  margin: 0 auto 40px;
}

.content-960px p, .content-960px ul, .content-960px ol, .content-960px dl,
.content-1080px p,
.content-1080px ul,
.content-1080px ol,
.content-1080px dl {
  font-size: 1.46rem;
  line-height: 1.62;
  margin: 0 0 10px;
}

.content-960px p.notice, .content-960px ul.notice, .content-960px ol.notice, .content-960px dl.notice,
.content-1080px p.notice,
.content-1080px ul.notice,
.content-1080px ol.notice,
.content-1080px dl.notice {
  font-size: 1.3rem;
}

.content-960px ul.disc li,
.content-960px ol.disc li,
.content-1080px ul.disc li,
.content-1080px ol.disc li {
  list-style: disc;
  margin-left: 2rem;
}

.content-960px ul.disc ul, .content-960px ul.disc ol,
.content-960px ol.disc ul,
.content-960px ol.disc ol,
.content-1080px ul.disc ul,
.content-1080px ul.disc ol,
.content-1080px ol.disc ul,
.content-1080px ol.disc ol {
  margin: 10px 0;
}

.content-960px ul.circle li,
.content-960px ol.circle li,
.content-1080px ul.circle li,
.content-1080px ol.circle li {
  list-style: circle;
}

.content-960px .headlines.headlines-large,
.content-1080px .headlines.headlines-large {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.6rem;
  line-height: 1.42;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #48311c;
}

.content-960px .headlines.headlines-large em,
.content-1080px .headlines.headlines-large em {
  font-family: "OpenSans-Regular", "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.4rem;
}

.content-960px .headlines.headlines-medium,
.content-1080px .headlines.headlines-medium {
  font-family: "OpenSans-SemiBold", "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  line-height: 1.42;
  color: #bd9018;
  text-align: center;
  border: 3px solid #bd9018;
  border-width: 3px 0;
  padding: 10px 0;
}

.content-960px .headlines.headlines-medium em,
.content-1080px .headlines.headlines-medium em {
  font-size: 1.6rem;
  font-style: normal;
}

.content-960px .headlines.headlines-small,
.content-1080px .headlines.headlines-small {
  font-family: "OpenSans-SemiBold", "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  text-align: center;
}

.content-960px .headlines.headlines-small.red,
.content-1080px .headlines.headlines-small.red {
  color: #e1371b;
}

.content-960px .read,
.content-1080px .read {
  text-align: center;
  margin: 40px auto;
}

.content-960px .read p,
.content-1080px .read p {
  font-size: 1.6rem;
}

.content-960px .fig,
.content-1080px .fig {
  text-align: center;
  margin: 0 0 20px;
}

.content-960px .fig img,
.content-1080px .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.content-960px .fig .cap,
.content-1080px .fig .cap {
  margin: 10px 0;
}

.content-960px .fig .cap.cap-top,
.content-1080px .fig .cap.cap-top {
  margin: 0 0 10px;
}

.content-960px .fig .cap.cap-bottom,
.content-1080px .fig .cap.cap-bottom {
  margin: 10px 0 0;
}

.content-960px .flex,
.content-1080px .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-960px .flex .flex-inner,
.content-1080px .flex .flex-inner {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-960px .flex .flex-inner img,
.content-1080px .flex .flex-inner img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.content-960px .flex .flex-inner.flex-self-center,
.content-1080px .flex .flex-inner.flex-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.content-960px .flex.figs,
.content-1080px .flex.figs {
  margin-left: -20px;
  margin-right: -20px;
}

.content-960px .flex.figs .fig,
.content-1080px .flex.figs .fig {
  padding: 20px;
}

.content-960px .flex.reverse,
.content-1080px .flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content-960px .max-content,
.content-1080px .max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.content-960px .contact-tel p,
.content-1080px .contact-tel p {
  margin: 0;
}

.content-960px .charges,
.content-1080px .charges {
  width: 100%;
}

.content-960px .charges th, .content-960px .charges td,
.content-1080px .charges th,
.content-1080px .charges td {
  text-align: center;
  background: #eee;
  padding: 5px;
  border: 1px solid #fff;
}

.content-960px .charges th,
.content-1080px .charges th {
  color: #fff;
  white-space: nowrap;
  background: #555;
}

.content-960px .tbl-wrapper,
.content-1080px .tbl-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 10px;
}

.content-960px .tbl-wrapper table,
.content-1080px .tbl-wrapper table {
  margin: 0;
}

.content-960px hr.short,
.content-1080px hr.short {
  width: 80px;
  height: 3px;
  margin: 40px auto;
  border: none;
  border: 1px solid #d9d2c1;
  border-width: 1px 0;
}

.content-1080px {
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .content-960px,
  .content-1080px {
    padding: 0 20px;
  }
  .content-960px p, .content-960px ul, .content-960px ol, .content-960px dl,
  .content-1080px p,
  .content-1080px ul,
  .content-1080px ol,
  .content-1080px dl {
    font-size: 1.3rem;
  }
  .content-960px p.notice, .content-960px ul.notice, .content-960px ol.notice, .content-960px dl.notice,
  .content-1080px p.notice,
  .content-1080px ul.notice,
  .content-1080px ol.notice,
  .content-1080px dl.notice {
    font-size: 1.1rem;
  }
  .content-960px .headlines.headlines-large,
  .content-1080px .headlines.headlines-large {
    font-size: 2rem;
  }
  .content-960px .headlines.headlines-medium,
  .content-1080px .headlines.headlines-medium {
    font-size: 1.8rem;
  }
  .content-960px .headlines.headlines-medium em,
  .content-1080px .headlines.headlines-medium em {
    font-size: 1.4rem;
  }
  .content-960px .headlines.headlines-small,
  .content-1080px .headlines.headlines-small {
    font-size: 1.8rem;
  }
  .content-960px .read,
  .content-1080px .read {
    text-align: left;
  }
  .content-960px .center,
  .content-1080px .center {
    text-align: left;
  }
  .content-960px .flex,
  .content-1080px .flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-960px .flex .flex-inner.blank,
  .content-1080px .flex .flex-inner.blank {
    display: none;
  }
  .content-960px .flex.figs,
  .content-1080px .flex.figs {
    margin: 0;
  }
  .content-960px .flex.figs .summary,
  .content-1080px .flex.figs .summary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-960px .flex.figs .fig,
  .content-1080px .flex.figs .fig {
    padding: 0 0 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content-960px .flex .summary,
  .content-960px .flex .fig,
  .content-1080px .flex .summary,
  .content-1080px .flex .fig {
    width: 100% !important;
  }
  .content-960px .flex .summary,
  .content-1080px .flex .summary {
    padding: 0 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-960px .flex .fig,
  .content-1080px .flex .fig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content-960px .flex .fig .imagesurfingnormal,
  .content-1080px .flex .fig .imagesurfingnormal {
    width: 100% !important;
  }
  .content-960px .max-content,
  .content-1080px .max-content {
    width: auto;
  }
  .content-960px hr.short,
  .content-1080px hr.short {
    margin: 40px auto;
  }
}
/* Internet */
.page-internet ul.disc > li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page-internet .content-bottom {
    padding: 0 20px;
  }
}
/* Company */
.page-company .overview th {
  text-align: center;
}

.page-company .overview table {
  line-height: 1.42;
}

.page-company .overview table th, .page-company .overview table td {
  text-align: left;
  vertical-align: top;
  padding: 0 20px 6px 0;
  border: none;
  background: transparent;
}

.page-company .overview table th {
  white-space: nowrap;
}

.page-company .overview table:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-company .overview {
    border: 1px solid #e8e3ce;
    border-width: 0 1px 1px;
  }
  .page-company .overview > thead > tr > th,
  .page-company .overview > thead > tr > td,
  .page-company .overview > tbody > tr > th,
  .page-company .overview > tbody > tr > td {
    padding: 10px;
    display: block;
    border-width: 1px 0 0;
  }
  .page-company .overview > thead > tr > th,
  .page-company .overview > tbody > tr > th {
    text-align: center;
  }
  .page-company .content-bottom {
    padding: 0 20px;
  }
}
/* Scrollfix */
.scrollfix {
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .scrollfix {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
/* Sightseeing */
.page-sightseeing,
.page-sightseeing_spot {
  padding-top: 120px !important;
}

.page-sightseeing .content-1080px .fig,
.page-sightseeing_spot .content-1080px .fig {
  margin: 40px auto;
}

.page-sightseeing .content-1080px .fig img,
.page-sightseeing_spot .content-1080px .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.page-sightseeing .content-1080px .spot-list,
.page-sightseeing_spot .content-1080px .spot-list {
  margin: 40px auto;
}

.page-sightseeing .content-1080px .spot-list li,
.page-sightseeing_spot .content-1080px .spot-list li {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page-sightseeing,
  .page-sightseeing_spot {
    padding-top: 70px !important;
  }
  .page-sightseeing .content-bottom,
  .page-sightseeing_spot .content-bottom {
    padding: 0 20px;
  }
}
/* FAQ */
.page-faq .faq-nav {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-faq .faq-nav li {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-faq .faq-nav li a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  background: url(../img/faq/icon-faq-question.png) no-repeat 10px center;
  background-size: 40px auto;
  border: 1px solid #d9d2c1;
  border-radius: 3px;
  display: block;
  -webkit-transition: none;
  transition: none;
}

.page-faq .faq-nav li a:hover {
  text-decoration: underline;
  background-color: #f5f3ee;
}

.page-faq .faq-list {
  font-size: 1.46rem;
  line-height: 1.62;
  margin: 40px 0 0;
}

.page-faq .faq-list dt {
  font-family: "OpenSans-SemiBold", "NotoSansCJKjp-Medium", sans-serif;
  background: url(../img/faq/icon-faq-question.png) no-repeat left top;
  background-size: 40px auto;
  padding: 10px 0 10px 50px;
}

.page-faq .faq-list dd {
  background: url(../img/faq/icon-faq-answer.png) no-repeat left top;
  background-size: 40px auto;
  padding: 10px 0 40px 50px;
}

@media screen and (max-width: 768px) {
  .page-faq .faq-nav {
    font-size: 1.4rem;
  }
  .page-faq .faq-nav li {
    width: 100%;
  }
  .page-faq .faq-nav li a {
    text-align: left;
    padding: 20px 20px 20px 60px;
  }
  .page-faq .faq-list {
    font-size: 1.4rem;
    line-height: 1.42;
    margin: 20px 0 0;
  }
  .page-faq .content-bottom {
    padding: 0 20px;
  }
}
/* Company */
.page-company,
.page-recruit {
  padding-top: 120px !important;
}

.page-company .recruit-info,
.page-recruit .recruit-info {
  width: 100%;
  margin: 0 0 20px;
}

.page-company .recruit-info th, .page-company .recruit-info td,
.page-recruit .recruit-info th,
.page-recruit .recruit-info td {
  padding: 20px !important;
  border: 1px solid #e8e3ce !important;
}

.page-company .recruit-info th,
.page-recruit .recruit-info th {
  text-align: center !important;
  white-space: nowrap !important;
  background: #f7f5ee !important;
}

.page-company .recruit-info ul,
.page-company .recruit-info ol,
.page-recruit .recruit-info ul,
.page-recruit .recruit-info ol {
  padding: 0;
  margin-left: 0;
}

.page-company .recruit-info ul:last-child,
.page-company .recruit-info ol:last-child,
.page-recruit .recruit-info ul:last-child,
.page-recruit .recruit-info ol:last-child {
  margin: 0;
}

.page-company .recruit-info ul li,
.page-company .recruit-info ol li,
.page-recruit .recruit-info ul li,
.page-recruit .recruit-info ol li {
  list-style: disc;
  padding: 0;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .page-company,
  .page-recruit {
    padding-top: 70px !important;
  }
  .page-company .recruit-info,
  .page-recruit .recruit-info {
    border: 1px solid #e8e3ce !important;
    border-width: 0 1px 1px !important;
  }
  .page-company .recruit-info th, .page-company .recruit-info td,
  .page-recruit .recruit-info th,
  .page-recruit .recruit-info td {
    display: block;
    padding: 10px !important;
    border-width: 1px 0 0 !important;
  }
  .page-company .recruit-info th,
  .page-recruit .recruit-info th {
    text-align: center !important;
    white-space: nowrap !important;
    background: #f7f5ee !important;
  }
  .page-company .content-bottom,
  .page-recruit .content-bottom {
    padding: 0 20px;
  }
}
/* Concept */
.page-concept .content-bottom h2 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.4rem;
  color: #6e5b44;
  line-height: 1.42;
  margin: 0 0 20px;
  border: none !important;
}

.page-concept .content-bottom .snav-btns {
  font-size: 1.6rem;
}

/* Price list */
.price-list th, .price-list td {
  vertical-align: top;
  white-space: nowrap;
  padding: 0 !important;
  border: none !important;
}

.price-list th {
  padding-right: 20px !important;
  background: none !important;
}

.price-list.with-disc th {
  text-indent: -1.3rem;
  padding-left: 1.3rem !important;
}

.price-list.with-disc th::before {
  content: "";
  width: 6px;
  height: 6px;
  vertical-align: 2px;
  margin-right: 6px;
  background: #333;
  border-radius: 999px;
  display: inline-block;
}

.price-list .price {
  text-align: right;
}

/* Foreign */
#eng .hd,
#chs .hd,
#cht .hd,
#kor .hd {
  display: none;
}

#eng .foreign-hd,
#chs .foreign-hd,
#cht .foreign-hd,
#kor .foreign-hd {
  display: block;
}

#eng > .column,
#chs > .column,
#cht > .column,
#kor > .column {
  border: none;
  padding: 0 !important;
}

#eng > .column > .column-inner,
#chs > .column > .column-inner,
#cht > .column > .column-inner,
#kor > .column > .column-inner {
  border: none;
  padding: 0 !important;
}

#eng .contact-tel p,
#chs .contact-tel p,
#cht .contact-tel p,
#kor .contact-tel p {
  margin: 0 !important;
}

#chs {
  font-family: "Noto Sans SC", sans-serif;
}

#chs h2, #chs h2.hd, #chs h3 {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
}

#cht {
  font-family: "Noto Sans TC", sans-serif;
}

#cht h2, #cht h2.hd, #cht h3 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}

#kor {
  font-family: "Noto Sans KR", sans-serif;
}

#kor h2, #kor h2.hd, #kor h3 {
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
}

/* Recommends foreign */
#recommends-foreign {
  margin-bottom: 50px;
}

#recommends-foreign .entries {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#recommends-foreign .entries .entry {
  max-width: 270px;
  background: #fff;
  margin: 0 20px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

#recommends-foreign .entries .entry:hover {
  opacity: 0.6;
}

#recommends-foreign .entries .entry .fig {
  margin: 0;
}

#recommends-foreign .entries .entry .fig img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#recommends-foreign .entries .entry .summary {
  padding: 20px;
}

#recommends-foreign .entries .entry .summary h3 {
  font-size: 1.6rem;
  margin: 0 0 10px !important;
}

#recommends-foreign .entries .entry > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #recommends-foreign .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recommends-foreign .entries .entry {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* Book eng */
#book-eng {
  width: 100%;
  background: rgba(25, 22, 20, 0.96);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

#book-eng #book-eng-button .btn-eng-book {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background: #072e5c;
  background-size: 200px auto;
  display: block;
}

#book-eng #book-eng-button .btn-eng-book::before, #book-eng #book-eng-button .btn-eng-book::after {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px auto;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

#book-eng #book-eng-button .btn-eng-book::before {
  background-image: url(../img/common/book-eng-icon-search.png);
}

#book-eng #book-eng-button .btn-eng-book::after {
  background-image: url(../img/common/book-eng-icon-arrow.png);
}

#book-eng #book-eng-button .btn-eng-book.active::after {
  background-position-y: -40px;
}

#book-eng #book-eng-contents {
  color: #fff;
  padding: 20px;
}

#book-eng #book-eng-contents #dynSearchTest1 {
  display: table !important;
  margin: 0 auto;
}

#book-eng #book-eng-contents #dynSearchTest1 #dynCalendarTest1 {
  left: 0 !important;
  bottom: 0 !important;
}

#book-eng #book-eng-contents #dynSearchTest1 #dynCalendarTest1 table {
  margin: 0;
}

#book-eng #book-eng-contents #dynSearchTest1 .book-section {
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

#book-eng #book-eng-contents #dynSearchTest1 .book-section h4 {
  font-size: 1.4rem;
  margin: 0;
}

#book-eng #book-eng-contents #dynSearchTest1 .book-section.book-section-hidden {
  display: none;
}

#book-eng #book-eng-contents #dynSearchTest1 .book-section > div {
  margin: 5px 0;
}

#book-eng #book-eng-contents #dynSearchTest1 .book-section > div:last-child {
  margin: 5px 0 0;
}

#book-eng #book-eng-contents #dynSearchTest1 .buttonSubmit,
#book-eng #book-eng-contents #dynSearchTest1 .buttonCancel {
  width: 160px;
  color: #fff !important;
  background: #aaa;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  display: block;
  cursor: pointer;
}

#book-eng #book-eng-contents #dynSearchTest1 .buttonSubmit {
  height: 40px;
  font-size: 1.6rem;
  background: #9f865b;
  margin: 0 0 10px;
}

#book-eng #book-eng-contents #dynSearchTest1 .buttonCancel {
  height: 30px;
  font-size: 1.2rem;
  background: #675028;
  border-radius: 0;
}

#book-eng #book-eng-contents a {
  color: #fff;
  text-decoration: none;
}

#book-eng #book-eng-contents .radios {
  margin: 0;
}

#book-eng #book-eng-contents .radios li {
  margin: 5px 0;
}

#book-eng #book-eng-contents .radios li label {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  #book-eng #book-eng-contents #dynSearchTest1 {
    display: block !important;
  }
  #book-eng #book-eng-contents #dynSearchTest1 .book-section {
    display: block;
    padding: 10px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #book-eng #book-eng-contents #dynSearchTest1 .book-section.book-section-hidden {
    display: none !important;
  }
  #book-eng #book-eng-contents #dynSearchTest1 .buttonSubmit,
  #book-eng #book-eng-contents #dynSearchTest1 .buttonCancel {
    width: 100%;
  }
}
/* S4 */
.recommends + .recommends {
  display: none;
}

.recommends .cards a {
  text-decoration: none;
}

.panel_wrap button,
.panel_wrap input,
.panel_wrap optgroup,
.panel_wrap select,
.panel_wrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 宿泊日・日程未定・人数・客室数の文字色 */
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
  color: #fff;
  font-size: 14px;
}

/* 検索ボタンの文字色と背景色 */
.directin-sp-form .directin-sp-form-submit-button button {
  color: #ffffff;
  background: #9f865b;
}

.kensaku_announce {
  width: 90%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px 20px 40px;
  border-radius: 10px;
  border: 1px solid #475936;
  font-size: 16px;
  background-color: #fff;
}
.kensaku_announce .sp__mode {
  display: none;
}
.kensaku_announce .c_red {
  color: #ef0f0f;
}
.kensaku_announce .fwb {
  font-weight: bold;
}
.kensaku_announce h3 {
  font-weight: bold;
  font-size: 24px;
}
.kensaku_announce h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
}
.kensaku_announce p {
  margin-top: 1em;
}
.kensaku_announce p a {
  text-decoration: underline;
  color: #194cbf;
}
.kensaku_announce ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: left;
  padding: 0 !important;
}
.kensaku_announce ul li {
  list-style: none;
}
.kensaku_announce ul li + li {
  margin-top: 5px;
}
.kensaku_announce ul li a {
  text-decoration: underline;
  color: #194cbf;
}

@media screen and (max-width: 680px) {
  .kensaku_announce {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px 14px 30px;
    border-radius: 8px;
    font-size: 14px;
  }
  .kensaku_announce .sp__mode {
    display: block;
  }
  .kensaku_announce h3 {
    font-size: 18px;
  }
  .kensaku_announce h4 {
    font-size: 1.1em;
  }
  .kensaku_announce p {
    text-align: left;
  }
  .kensaku_announce p.ta_center {
    text-align: center;
  }
  .kensaku_announce ul {
    margin-top: 24px;
    text-align: center;
  }
  .kensaku_announce ul li + li {
    margin-top: 10px;
  }
}/*# sourceMappingURL=HPM.css.map */