@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  margin: 0;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
IEハック用mixin
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

/* !Base Fonts -------------------------------------------------------------- */
.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

.fzSS {
  font-size: 78%;
}

/* base 16px -> 12px */
.fzS {
  font-size: 85%;
}

/* base 16px -> 14px */
.fzM {
  font-size: 100%;
}

.fzL {
  font-size: 115%;
}

/* base 16px -> 18px */
.fzLL {
  font-size: 130%;
}

/* base 16px -> 20px */
.fzLLL {
  font-size: 143%;
}

/* base 16px -> 22px */
sup {
  font-size: 78%;
  vertical-align: top;
}

sub {
  font-size: 78%;
  vertical-align: baseline;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left   !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right  !important;
}

.vaT {
  vertical-align: top    !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .blockC {
  margin-right: 0;
  margin-left: 0;
}

.blockR {
  margin-left: auto;
  text-align: left;
}

* html .blockR {
  margin-left: 0;
}

/* !Width ------------------------------------------------------------------- */
/* 960px Grid */
.w960 {
  width: 960px;
}

.w800 {
  width: 800px;
}

.w640 {
  width: 640px;
}

.w480 {
  width: 480px;
}

.w320 {
  width: 320px;
}

.w160 {
  width: 160px;
}

.wHalf {
  width: 48%;
}

.wTri {
  width: 33%;
}

.wQuart {
  width: 24%;
}

.wFull {
  width: 99.9%;
}

.wMax {
  width: 100%;
}

.w03per {
  width: 3%  !important;
}

.w05per {
  width: 5%  !important;
}

.w10per {
  width: 10% !important;
}

.w13per {
  width: 13% !important;
}

.w15per {
  width: 15% !important;
}

.w20per {
  width: 20% !important;
}

.w23per {
  width: 23% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w33per {
  width: 33% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w43per {
  width: 43% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

.w53per {
  width: 53% !important;
}

.w55per {
  width: 55% !important;
}

.w60per {
  width: 60% !important;
}

.w63per {
  width: 63% !important;
}

.w65per {
  width: 65% !important;
}

.w70per {
  width: 70% !important;
}

.w73per {
  width: 73% !important;
}

.w75per {
  width: 75% !important;
}

.w80per {
  width: 80% !important;
}

.w83per {
  width: 83% !important;
}

.w85per {
  width: 85% !important;
}

.w90per {
  width: 90% !important;
}

.w93per {
  width: 93% !important;
}

.w95per {
  width: 95% !important;
}

/* !Floats ------------------------------------------------------------------ */
.flL {
  display: inline;
  float: left;
}

.flR {
  display: inline;
  float: right;
}

.flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}

.flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}

.ftBox {
  overflow: hidden;
  *zoom: 1;
}

/* SP */
@media screen and (max-width: 640px) {
  .flL, .flR {
    display: block;
    float: none;
  }

  .w03per, .w05per, .w10per, .w13per, .w15per, .w20per, .w23per, .w25per, .w30per, .w33per, .w35per, .w40per, .w43per, .w45per,
  .w50per, .w53per, .w55per, .w60per, .w63per, .w65per, .w70per, .w73per, .w75per, .w80per, .w83per, .w85per, .w90per, .w93per, .w95per {
    width: 100% !important;
  }
}
/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both;
}

.block {
  display: block;
}

.hide {
  display: none;
}

.bgN {
  background: none !important;
}

.tdU {
  text-decoration: underline;
}

.tdN {
  text-decoration: none;
}

.atode {
  border: 2px solid #96c;
  padding: 10px;
  text-align: center;
  background-color: #f9f;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-size: 30px;
  color: #fff;
}

/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0    !important;
}

.mt05 {
  margin-top: 0.5% !important;
}

.mt10 {
  margin-top: 1%   !important;
}

.mt15 {
  margin-top: 1.5% !important;
}

.mt20 {
  margin-top: 2%   !important;
}

.mt25 {
  margin-top: 2.5% !important;
}

.mt30 {
  margin-top: 3%   !important;
}

.mt35 {
  margin-top: 3.5% !important;
}

.mt40 {
  margin-top: 4%   !important;
}

.mt45 {
  margin-top: 4.5% !important;
}

.mt50 {
  margin-top: 5%   !important;
}

.mt55 {
  margin-top: 5.5% !important;
}

.mt60 {
  margin-top: 6%   !important;
}

.mt65 {
  margin-top: 6.5% !important;
}

.mt70 {
  margin-top: 7%   !important;
}

.mt75 {
  margin-top: 7.5% !important;
}

.mt80 {
  margin-top: 8%   !important;
}

.mt85 {
  margin-top: 8.5% !important;
}

.mt90 {
  margin-top: 9%   !important;
}

.mt95 {
  margin-top: 9.5% !important;
}

.mt100 {
  margin-top: 10% !important;
}

.mr00 {
  margin-right: 0    !important;
}

.mr05 {
  margin-right: 0.5% !important;
}

.mr10 {
  margin-right: 1%   !important;
}

.mr15 {
  margin-right: 1.5% !important;
}

.mr20 {
  margin-right: 2%   !important;
}

.mr25 {
  margin-right: 2.5% !important;
}

.mr30 {
  margin-right: 3%   !important;
}

.mr35 {
  margin-right: 3.5% !important;
}

.mr40 {
  margin-right: 4%   !important;
}

.mr45 {
  margin-right: 4.5% !important;
}

.mr50 {
  margin-right: 5%   !important;
}

.mr55 {
  margin-right: 5.5% !important;
}

.mr60 {
  margin-right: 6%   !important;
}

.mr65 {
  margin-right: 6.5% !important;
}

.mr70 {
  margin-right: 7%   !important;
}

.mr75 {
  margin-right: 7.5% !important;
}

.mr80 {
  margin-right: 8%   !important;
}

.mr85 {
  margin-right: 8.5% !important;
}

.mr90 {
  margin-right: 9%   !important;
}

.mr95 {
  margin-right: 9.5% !important;
}

.mr100 {
  margin-right: 10% !important;
}

.mb00 {
  margin-bottom: 0    !important;
}

.mb05 {
  margin-bottom: 0.5% !important;
}

.mb10 {
  margin-bottom: 1%   !important;
}

.mb15 {
  margin-bottom: 1.5% !important;
}

.mb20 {
  margin-bottom: 2%   !important;
}

.mb25 {
  margin-bottom: 2.5% !important;
}

.mb30 {
  margin-bottom: 3%   !important;
}

.mb35 {
  margin-bottom: 3.5% !important;
}

.mb40 {
  margin-bottom: 4%   !important;
}

.mb45 {
  margin-bottom: 4.5% !important;
}

.mb50 {
  margin-bottom: 5%   !important;
}

.mb55 {
  margin-bottom: 5.5% !important;
}

.mb60 {
  margin-bottom: 6%   !important;
}

.mb65 {
  margin-bottom: 6.5% !important;
}

.mb70 {
  margin-bottom: 7%   !important;
}

.mb75 {
  margin-bottom: 7.5% !important;
}

.mb80 {
  margin-bottom: 8%   !important;
}

.mb85 {
  margin-bottom: 8.5% !important;
}

.mb90 {
  margin-bottom: 9%   !important;
}

.mb95 {
  margin-bottom: 9.5% !important;
}

.mb100 {
  margin-bottom: 10% !important;
}

.ml00 {
  margin-left: 0    !important;
}

.ml05 {
  margin-left: 0.5% !important;
}

.ml10 {
  margin-left: 1%   !important;
}

.ml15 {
  margin-left: 1.5% !important;
}

.ml20 {
  margin-left: 2%   !important;
}

.ml25 {
  margin-left: 2.5% !important;
}

.ml30 {
  margin-left: 3%   !important;
}

.ml35 {
  margin-left: 3.5% !important;
}

.ml40 {
  margin-left: 4%   !important;
}

.ml45 {
  margin-left: 4.5% !important;
}

.ml50 {
  margin-left: 5%   !important;
}

.ml55 {
  margin-left: 5.5% !important;
}

.ml60 {
  margin-left: 6%   !important;
}

.ml65 {
  margin-left: 6.5% !important;
}

.ml70 {
  margin-left: 7%   !important;
}

.ml75 {
  margin-left: 7.5% !important;
}

.ml80 {
  margin-left: 8%   !important;
}

.ml85 {
  margin-left: 8.5% !important;
}

.ml90 {
  margin-left: 9%   !important;
}

.ml95 {
  margin-left: 9.5% !important;
}

.ml100 {
  margin-left: 10% !important;
}

/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0    !important;
}

.pt05 {
  padding-top: 0.5% !important;
}

.pt10 {
  padding-top: 1%   !important;
}

.pt15 {
  padding-top: 1.5% !important;
}

.pt20 {
  padding-top: 2%   !important;
}

.pt25 {
  padding-top: 2.5% !important;
}

.pt30 {
  padding-top: 3%   !important;
}

.pt35 {
  padding-top: 3.5% !important;
}

.pt40 {
  padding-top: 4%   !important;
}

.pt45 {
  padding-top: 4.5% !important;
}

.pt50 {
  padding-top: 5%   !important;
}

.pt55 {
  padding-top: 5.5% !important;
}

.pt60 {
  padding-top: 6%   !important;
}

.pt65 {
  padding-top: 6.5% !important;
}

.pt70 {
  padding-top: 7%   !important;
}

.pt75 {
  padding-top: 7.5% !important;
}

.pt80 {
  padding-top: 8%   !important;
}

.pt85 {
  padding-top: 8.5% !important;
}

.pt90 {
  padding-top: 9%   !important;
}

.pt95 {
  padding-top: 9.5% !important;
}

.pt100 {
  padding-top: 10% !important;
}

.pr00 {
  padding-right: 0    !important;
}

.pr05 {
  padding-right: 0.5% !important;
}

.pr10 {
  padding-right: 1%   !important;
}

.pr15 {
  padding-right: 1.5% !important;
}

.pr20 {
  padding-right: 2%   !important;
}

.pr25 {
  padding-right: 2.5% !important;
}

.pr30 {
  padding-right: 3%   !important;
}

.pr35 {
  padding-right: 3.5% !important;
}

.pr40 {
  padding-right: 4%   !important;
}

.pr45 {
  padding-right: 4.5% !important;
}

.pr50 {
  padding-right: 5%   !important;
}

.pr55 {
  padding-right: 5.5% !important;
}

.pr60 {
  padding-right: 6%   !important;
}

.pr65 {
  padding-right: 6.5% !important;
}

.pr70 {
  padding-right: 7%   !important;
}

.pr75 {
  padding-right: 7.5% !important;
}

.pr80 {
  padding-right: 8%   !important;
}

.pr85 {
  padding-right: 8.5% !important;
}

.pr90 {
  padding-right: 9%   !important;
}

.pr95 {
  padding-right: 9.5% !important;
}

.pr100 {
  padding-right: 10% !important;
}

.pb00 {
  padding-bottom: 0    !important;
}

.pb05 {
  padding-bottom: 0.5% !important;
}

.pb10 {
  padding-bottom: 1%   !important;
}

.pb15 {
  padding-bottom: 1.5% !important;
}

.pb20 {
  padding-bottom: 2%   !important;
}

.pb25 {
  padding-bottom: 2.5% !important;
}

.pb30 {
  padding-bottom: 3%   !important;
}

.pb35 {
  padding-bottom: 3.5% !important;
}

.pb40 {
  padding-bottom: 4%   !important;
}

.pb45 {
  padding-bottom: 4.5% !important;
}

.pb50 {
  padding-bottom: 5%   !important;
}

.pb55 {
  padding-bottom: 5.5% !important;
}

.pb60 {
  padding-bottom: 6%   !important;
}

.pb65 {
  padding-bottom: 6.5% !important;
}

.pb70 {
  padding-bottom: 7%   !important;
}

.pb75 {
  padding-bottom: 7.5% !important;
}

.pb80 {
  padding-bottom: 8%   !important;
}

.pb85 {
  padding-bottom: 8.5% !important;
}

.pb90 {
  padding-bottom: 9%   !important;
}

.pb95 {
  padding-bottom: 9.5% !important;
}

.pb100 {
  padding-bottom: 10% !important;
}

.pl00 {
  padding-left: 0    !important;
}

.pl05 {
  padding-left: 0.5% !important;
}

.pl10 {
  padding-left: 1%   !important;
}

.pl15 {
  padding-left: 1.5% !important;
}

.pl20 {
  padding-left: 2%   !important;
}

.pl25 {
  padding-left: 2.5% !important;
}

.pl30 {
  padding-left: 3%   !important;
}

.pl35 {
  padding-left: 3.5% !important;
}

.pl40 {
  padding-left: 4%   !important;
}

.pl45 {
  padding-left: 4.5% !important;
}

.pl50 {
  padding-left: 5%   !important;
}

.pl55 {
  padding-left: 5.5% !important;
}

.pl60 {
  padding-left: 6%   !important;
}

.pl65 {
  padding-left: 6.5% !important;
}

.pl70 {
  padding-left: 7%   !important;
}

.pl75 {
  padding-left: 7.5% !important;
}

.pl80 {
  padding-left: 8%   !important;
}

.pl85 {
  padding-left: 8.5% !important;
}

.pl90 {
  padding-left: 9%   !important;
}

.pl95 {
  padding-left: 9.5% !important;
}

.pl100 {
  padding-left: 10% !important;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}
.blue-btn:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #535353;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #AB885A;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #535353;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.index {
  background-color: #F8E2BE;
}
body.lower {
  background-color: #FFFAE2;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
#contents {
  padding: 0 0 30px 0;
}

.wrap {
  width: 89.6%;
  max-width: 1200px;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #3074b7;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #265d93;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.red, a.red:visited {
  color: #ec5656;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a.red:hover, a.red:focus, a.red:visited:hover, a.red:visited:focus {
  color: #f00000;
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #FFF;
  border-bottom: 1px solid #c9c9c9;
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  z-index: 9998;
}
#header .wrap {
  width: 100%;
}
#header .head_inner {
  position: relative;
  z-index: 9966;
  padding: 13px 5.2%;
  background: #FFF;
}
#header #hd_logo {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
  text-align: center;
  /*text-align: right;*/
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#header #hd_logo img {
  width: 182px;
  height: auto;
}
#header #breadcrumb {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#header #breadcrumb ol {
  margin: 0 auto;
  padding: 5px 0 5px 0;
}
#header #breadcrumb ol li {
  float: left;
  font-size: .75em;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#header #breadcrumb ol li:after {
  content: '>';
  padding: 0 5px;
}
#header #breadcrumb ol li:last-child:after {
  content: '';
}
#header #breadcrumb ol li a {
  color: #fff;
  text-decoration: none;
}
#header #breadcrumb ol li a:hover {
  text-decoration: underline;
}

/*********************
NAVIGATION STYLES
*********************/
#open_menu {
	position: relative;
  /*position: fixed;
  top: 15px;
  left: 15px;*/
  margin: 0;
  /*width: 50px;
  height: 50px;*/
  padding: 9px 0;
  /*background: rgba(255, 255, 255, 0.8);*/
  /*z-index: 9999;*/
  cursor: pointer;
}
#open_menu .menu-trigger,
#open_menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#open_menu .menu-trigger {
  position: relative;
  width: 35px;
  height: 30px;
 top: -2px
}
#open_menu .menu-trigger:link, #open_menu .menu-trigger:visited {
  color: #535353;
  text-decoration: none;
}
#open_menu .menu-trigger:after {
  position: absolute;
	bottom: -18px;
  display: block;
  width: 35px;
  color:#FFF;
  content: 'MENU';
  font-size: .66em;
  font-weight: bold;
  letter-spacing: .2em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
/*#open_menu .menu-trigger:before {
  position: relative;
  top: -14px;
  display: block;
  width: 35px;
  color:#FFF;
  content: 'MENU';
  font-size: .562em;
  font-weight: bold;
  letter-spacing: .2em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}*/
#open_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  /*background-color: #535353;*/
  border-radius: 0;
}
#open_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#open_menu .menu-trigger span:nth-of-type(2) {
  top: 14px;
}
#open_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#open_menu .menu-trigger.active {
  width: 34px;
  height: 34px;
}
#open_menu .menu-trigger.active:before {
  content: none;
}
#open_menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
#open_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#open_menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}

#global_nav {
  position: fixed;
  bottom: -9999px;
  left: 0;
  width: 100%;
  height: auto;
  background: #e9f6fe;
  z-index: 9998;
  color: #535353;
padding-bottom: 70px;
	border-top: 2px solid #404b73;
  /*
  li:nth-child(7) a:after {
  	content:'Reservation';
  }
  li:nth-child(7) a {
  	background: rgba(30,44,91,.85);
  	color: #FFF !important;
  }
  li:nth-child(8) {
  	position: relative;
  	font-family: $gothic;
  	span {
  		display: block;
  		padding: 4px 5px;
  		border: 1px solid #404b73;
  		cursor: pointer;
  	}
  	ul {
  		position: absolute;
  		display: none;
  		border: 1px solid #404b73;
  		border-top: none;
  		
  		li {
  			color: #FFF;
  			display: block;
  			border-bottom: 1px solid #404b73;
  			background: #929cc1;
  			
  			&:last-child {
  				border-bottom: none;
  			}
  			
  			a {
  				color: #FFF;
  				font-family:$mincho;
  				&:after {
  					content: none;
  				}
  			}
  		}
  	}
  }
  */
  /*li:nth-child(8) {
  	span {
  		@include hack(gteIE11){
  			padding: 12px 5px 1px 5px;
  		}
  	}
  	ul li a {
  		@include hack(gteIE11){
  			padding: 12px 5px 1px 5px !important;
  		}
  	}
  }*/
}
#global_nav .nav_logo {
  margin: 0;
  padding: 25px 5.2% 10px 5.2%;
  /*text-align: right;*/
	text-align: center;
}
#global_nav .nav_logo img {
  width: 182px;
  height: auto;
}
#global_nav .wrap {
  width: 100%;
}
#global_nav ul {
  margin: 4px 0 0 0;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #c9c9c9;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#global_nav li {
  width: 50%;
  padding: 5px 20px;
  text-align: center;
  /*&:nth-child(7) {
  	width: 100%;
  }*/
}
#global_nav li:nth-child(odd) {
  float: right;
}
#global_nav li:nth-child(even) {
  float: left;
}
#global_nav li a {
  display: block;
  padding: 10px 5px;
  color: #535353;
  text-decoration: none;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
#global_nav li a span {
  margin-right: .5em;
}
#global_nav li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#global_nav li a:after {
  display: block;
  font-size: .58em;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: .1em;
}
#global_nav li:nth-child(1) a:after {
  content: 'Room';
  position: relative;
}




#global_nav li:nth-child(1) a:after {
  content: 'Room';
}
#global_nav li.sp {
  display: none !important;
}

#global_nav li:nth-child(2) a:after {
  content: 'Spa';
}

#global_nav li:nth-child(3) a:after {
  content: 'Sauna';
}
#global_nav li:nth-child(4) a:after {
  content: 'Pool & Fitness';
}
#global_nav li:nth-child(5) a:after {
  content: 'Dish';
}
#global_nav li:nth-child(6) a:after {
  content: 'Feature';
}
#global_nav li:nth-child(7) a:after {
  content: 'Day trip';
}
#global_nav li:nth-child(8) a:after {
  content: 'Access';
}
#global_nav li:nth-child(9) a:after {
  content: 'Reservation';
}
/* #global_nav li:nth-child(10) a:after {
  content: 'Access';
}
#global_nav li:nth-child(11) a:after {
  content: 'Sightseeing';
}
#global_nav li:nth-child(12) a:after {
  content: 'Spa area';
}
#global_nav li:nth-child(13) a:after {
  content: 'Reservation';
} */
#global_nav li:nth-child(9) a {
  background: rgba(30, 44, 91, 0.85);
  color: #FFF !important;
}
#global_nav li:nth-child(10) {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#global_nav li:nth-child(10) span {
  display: block;
  padding: 4px 5px;
  border: 1px solid #404b73;
  cursor: pointer;
}
#global_nav li:nth-child(10) ul {
  position: absolute;
  display: none;
  border: 1px solid #404b73;
  border-top: none;
  width: calc(100% - 6px);
}
#global_nav li:nth-child(10) ul li {
  color: #FFF;
  display: block;
  border-bottom: 1px solid #404b73;
  background: #929cc1;
}
#global_nav li:nth-child(10) ul li:last-child {
  border-bottom: none;
}
#global_nav li:nth-child(10) ul li a {
  color: #FFF;
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
}
#global_nav li:nth-child(10) ul li a:after {
  content: none;
}
_:-ms-fullscreen, :root #global_nav li:nth-child(10) span {
  padding: 12px 5px 1px 5px;
}
_:-ms-fullscreen, :root #global_nav li:nth-child(10) ul li a {
  padding: 12px 5px 1px 5px !important;
}
#global_nav #lang-menu-sp {
  padding-bottom: 30px;
  text-align: center;
  /*border-bottom: 1px solid #C9C9C9;*/
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  font-size: .92rem;
}

/*sp_menu*/
	#sp_foot_menu {
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
		display: table;
		background: #404b73;
		z-index: 9999999; }
  #sp_foot_menu li {
	  display: table-cell;
	  border-right: 1px solid #8491b1;
	  font-size: 0.75em;
	  text-align: center;
	  vertical-align: middle;
      color: #FFFFFF;
 }
  #sp_foot_menu li:last-child {
      border-right: none; }
  #sp_foot_menu li a {
      display: block;
      padding: 8px 0 3px 0;
      color: #FFFFFF;
      text-decoration: none; }
  #sp_foot_menu li img {
      margin: 0 auto 3px auto;
      display: block;
      width: 38px;
      height: auto; }

/* AI Concierge */
#trip_ai_container{display:none!important;}

/*********************
PAGE STYLES
*********************/
/* COMMON
*********************/
.slider {
  margin-top: 0;
}
.slider li img {
  width: 100%;
  height: auto;
}

.red_information{
	border: 2px solid #f00000;
	padding: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.red_information_02{
	border: 2px solid #f00000;
	padding: 18px;
	margin-bottom: 15px;
}
.red_information.w1000{
    max-width: 1000px;    
    margin: 50px auto 0;
}

.red_information .deco_under {
    text-decoration: none;
    border-bottom: 1px solid #403323;
    padding-bottom: 2px;
    font-size:1.2em;
}
.red_information .left_yose {
    font-size:1.1em;
    text-align:left;
    width: 45%;
    margin: 0 auto 0;
}

.red_information .center_yose {
    font-size:1.1em;
    text-align:center;
    width: 80%;
    margin: 0 auto 0;
}

.red_information .para{
  margin-bottom:0.5em;
}

.red_information.toya_color {
	border: 4px solid rgba(30, 44, 91, 0.85);
    font-size:1em;
}
.red_information.toya_color a{
    text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, .red_information .deco_under {
    text-decoration: underline;
    border-bottom:none;
}

#contents {
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
}

#news {
  margin: 0 0 50px 0;
}
#news h2 {
  margin: 60px 0 20px 0;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: 1.25rem;
}
#news ul {
  height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#news ul dl dt, #news ul dl dd {
  display: inline-block;
}
#news ul dl dt {
  font-size: .687rem;
}
#news ul dl dt time {
  color: #002e73;
}
#news ul dl dt .cat {
  display: inline-block;
  padding: 0 15px;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
#news ul dl dd {
  display: block;
  font-size: .687rem;
}

.lower #main_visual01 {
  margin: 0;
}
.lower #main_visual01 img {
  width: 100%;
}
.lower #lead01 {
  margin: 0;
  padding: 55px 0 0 0;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: .15em;
  line-height: 2;
}
.lower #lead01 span {
  font-size: .938rem;
}
.lower .tit01 {
  margin: 50px 0 35px 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: .15em;
  line-height: 2;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  background: url("../img/bg_tit_border01.png") no-repeat 50% 100%;
}
.lower .tit01 .sub {
  display: block;
  font-size: .938rem;
  line-height: 1;
}
.lower .tit_en {
  margin: 30px 0 15px 0;
  padding: 3px 20px 3px 0;
  text-align: right;
  border-right: 5px solid #535353;
}
.lower .tit_en dt {
  font-family: aller, sans-serif;
  font-size: .938rem;
  letter-spacing: .12em;
  line-height: 1.4;
}
.lower .tit_en dd {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: .938rem;
  letter-spacing: .12em;
  line-height: 1.4;
}
.lower .synchro-slider {
  margin: 0;
}
.lower .synchro-slider img {
  width: 100%;
}
.lower .synchro-slider-nav {
  width: 100%;
}
.lower .synchro-slider-nav .slick-track {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.lower .synchro-slider-nav li {
  padding-right: 1.5%;
  width: 12.5%;
  cursor: pointer;
  float: none;
  flex-direction: column;
}
.lower .synchro-slider-nav li.slick-current {
  opacity: .5;
}
.lower .synchro-slider-nav li img {
  width: 100%;
}
.lower .more_detail {
  position: relative;
  padding: 15px 0;
  border: 1px solid #535353;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: .938rem;
  letter-spacing: .15em;
  cursor: pointer;
  overflow: hidden;
}
.lower .more_detail.ank {
  padding: 0;
}
.lower .more_detail a {
  display: block;
  padding: 15px 0;
  color: #535353;
}
.lower .more_detail a:link, .lower .more_detail a:visited {
  color: #535353;
  text-decoration: none;
}
.lower .more_detail a:hover {
  color: #FFF;
}
.lower .more_detail.open {
  display: none;
}
.lower .more_detail::before, .lower .more_detail::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
.lower .more_detail, .lower .more_detail::before, .lower .more_detail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.lower .more_detail:hover {
  color: #fff;
}
.lower .more_detail::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.lower .more_detail:hover::after {
  top: 0;
  background-color: #1e2c5b;
}
.lower .limited {
  margin: 0 auto;
  max-width: 1000px;
  text-align: right;
  letter-spacing: .1em;
}
.lower .limited a {
  text-decoration: none;
  color: #404b73;
}
.lower .limited a:link, .lower .limited a:visited {
  color: #404b73;
}
.lower .limited a:hover {
  opacity: .8;
}
.lower .recommend_section {
  margin: 50px 0 0 0;
  text-align: right;
}
.lower .recommend_section .inner01 {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}
.lower .recommend_section .inner01 h4 {
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #a0a0a0;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.125rem;
}
.lower .recommend_section .inner01 h4 .ch{
  font-family: 'Noto Serif HK', serif;
  font-weight: 700;
}
.lower .recommend_section .inner01 h4:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 60px;
  height: 3px;
  background: #a0a0a0;
}
.lower .recommend_section .inner01 h4 .recommend_en {
  font-size: 1.125rem;
  font-family: alda, sans-serif;
  color: #002e73;
  letter-spacing: 2px;
}
.lower .recommend_section .inner01 h4 .recommend_jp {
  font-size: .925rem;
}
.lower .recommend_section .inner01 h4 .sub_tit {
  display: block;
  font-size: .875rem;
  color: #002e73;
}
.lower .recommend_section .inner01 .image {
  margin-bottom: 20px;
}
.lower .recommend_section .inner01 ul {
  position: relative;
  margin: -10px 0 40px 0;
}
.lower .recommend_section .inner01 ul.menu_list {
  display: inline-block;
  max-width: 100%;
}
.lower .recommend_section .inner01 ul li {
  font-size: .813rem;
  line-height: 2em;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  /*&:before {
  	content: '・';
  }*/
}
.lower .recommend_section .inner01 ul li span.tit {
  display: block;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.lower .recommend_section .inner01 ul li span.menu {
  display: block;
}
.lower .recommend_section .inner01 ul li span.others {
  position: absolute;
  right: 15px;
}
.lower .recommend_section .inner01 ul li strong {
  font-size: 130%;
  font-weight: bold;
}
.lower .recommend_section .inner01 ul li strong .ch{
  font-family: 'Noto Serif HK', serif;
  font-weight: 700;
}
.lower .operation dl {
  margin: 25px 0 0 0;
}
.lower .operation dl > dt {
  margin-bottom: 15px;
  font-size: .813rem;
  font-weight: bold;
  letter-spacing: .15em;
}
.lower .operation dl > dt.sp_fl {
  float: left;
}
.lower .operation dl > dd {
  margin-bottom: 15px;
  font-size: .813rem;
}
.lower .operation dl > dd.add_padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lower .operation dl > dd.sp_fl {
  margin-left: 6em;
  letter-spacing: .15em;
}
.lower .operation_enkai dl > dd.sp_fl {
    margin-left: 8em;
    letter-spacing: .15em;
}
.lower .operation_enkai dl > dd.sp_fl .enkai_time {
    font-size: 0.8rem;
}
.lower .operation dl .note {
  margin: 5px 0 0 0;
}
.lower .operation dl .note li {
  margin-top: 3px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: .688rem;
}
.lower .operation dl dd dl{
  margin: 0;
}
.lower .corona_info {
    border-top: 1px solid #bfbfbf;
    width: 70%;
    text-align: left;
    min-width: 610px;
    margin: 20px auto 0;
    padding: 0 20px;
}
.lower .corona_info dl.buffet_time {
    margin: 0 auto;
    padding: 0;
}

.lower .redbox dl.buffet_time {
/*    font-family: yu-mincho-pr6n, 游明朝, sans-serif;*/
    border-top: none;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}
.lower .operation dl dd dl dt{
  float: left;
  font-size: .813rem;
  font-weight: normal;
}
.lower .corona_info dl.buffet_time dt{
  float: left;
  font-size: .813em;
  font-weight: normal;
}

.lower .operation dl dd dl dt .sub {
  display: block;
  font-size: .75rem;
}
.lower .operation dl dd dl dd{
  margin-left: 5em;
  font-size: .813rem;
  letter-spacing: .05em;
}
.lower .corona_info dl.buffet_time dd{
  margin-left: 6em;
  font-size: .813em;
  letter-spacing: .15em;
}

.lower .operation dl dd dl.day_std dd {
  margin-left: 0em;
  /* font-size: .813rem; */
  letter-spacing: .15em;
}
.lower .operation dl dd dl dd .sub {
  display: inline-block;
  background: #404b73;
  font-size: .82rem;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 3px 5px;
  letter-spacing: 0;
  color: #fff;
}
.lower .operation .capacity li {
  display: flex;
  letter-spacing: .15em;
}
.lower .operation .capacity li span {
  display: inline-block;
}
.lower .operation .capacity li span:nth-child(1) {
  width: 6em;
}
.lower .operation .capacity li span:nth-child(2) {
  width: 8em;
  text-align: center;
}
.lower .operation .capacity li span:nth-child(3) {
  width: 4em;
  text-align: right;
}

/* INDEX
*********************/
.index #index-video,
.index #index-video2 {
  position: relative;
  margin-top: 0;
  background: #000;
  overflow: hidden;
}
.index #index-video video,
.index #index-video2 video {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


.index #index-video2::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/index/akeome.png") 85% 50% no-repeat;
    z-index: 100;
    background-size: 50%;
}


.index #index-video .loader,
.index #index-video2 .loader {
  position: absolute;
  z-index: 0;
  top: 16%;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #000;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.index #index-video .loader:before,
.index #index-video2 .loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.index #index-video .loader:after,
.index #index-video2 .loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.index .crosscover {
  height: 100%;
  background-size: cover !important;
  background-position: 50% 100%;
}
.index #lead {
  padding: 50px 0 0 0;
  margin-bottom: -5px;
}
.index #lead .wrap {
  text-align: center;
}

.index #lead p {
  display: inline-block;
  color: #535353;
  letter-spacing: .15em;
}
.index #lead p span.pdb {
  display: inline-block;
  padding-bottom: 20px;
}
.index #lead p span.space01 {
  margin-right: 5em;
  font-size: .85rem;
  display: block;
  text-align: center;
}
.index #lead p span.space02 {
  margin-left: 0;
  font-size: .85rem;
  display: block;
  text-align: center;
}
.index #lead p span.space03 {
  display: block;
  font-size: 1.08rem;
  text-align: center;
  letter-spacing: 0;
}
.index #lead p span.space04 {
  display: block;
  font-size: 1.08rem;
  text-align: right;
  letter-spacing: 0;
}
.index .index_section01 {
  padding: 60px 0 0 0;
}
.index .index_section01 .wrap {
  max-width: 1780px;
}
.index .index_section01 h2 {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: .15em;
  text-indent: .15em;
  background: url("../img/bg_tit_border01.png") no-repeat 50% 100%;
}
.index .index_section01 .lead {
  margin: 30px 0;
  font-size: .75rem;
  text-align: center;
  letter-spacing: .15em;
  text-indent: .15em;
}
.index .index_section01 a:hover img {
  opacity: .8;
}

.top_bnr_campaign{
  text-align:center;
  margin:0 15px;
}
.top_bnr_campaign img{
  width: 100%;
}

/*cafe*/
.index .index_section01 .wrap.cafe_bnr{
    margin: 30px auto 0 ;
    max-width: 1200px;
    width: 80%;
}

.index .index_section01 .wrap.cafe_bnr img{
    width: 100%;
}

@media screen and (min-width: 0\0) {
  .index .index_section01 a:hover img.is-gteIE9 {
    /* IE9以上 */
    opacity: .8;
  }
}
.index .toGray {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.5s;
  transition: 0.5s;
}
.index .toGray:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.index #ft_banners {
  margin: 80px 0 0 0;
  padding: 25px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.index #ft_banners .index_carousel a:hover img {
  opacity: .8;
}
.index #ft_banners #index_carousel02 li.slick-slide {
  margin: 0 5px;
  width: 207px;
}
.index #ft_banners #index_carousel02 li.slick-slide a {
  height: 107px;
  display: inline-block;
  text-decoration: none;
  color: #565656;
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  overflow: hidden;
}
.index #ft_banners #index_carousel02 li.on_text a {
  display: table;
  width: 207px;
}
.index #ft_banners #index_carousel02 li.on_text img {
  display: table-cell;
  width: 105px;
  vertical-align: bottom;
}
.index #ft_banners #index_carousel02 li.on_text dl {
  display: table-cell;
  padding: 0 3px;
  width: 102px;
  vertical-align: middle;
  text-align: center;
}
.index #ft_banners #index_carousel02 li.on_text dl dt {
  font-size: .4rem;
  text-align: center;
}
.index #ft_banners #index_carousel02 li.on_text dl dd {
  font-size: .5rem;
  text-align: center;
}
.index #news ul {
  max-width: 1200px;
}
.index .facebook-wrapper {
  max-width: 85%;
  margin: 0 auto;
}
.index .facebook-wrapper > .fb-page {
  width: 100%;
}
.index .facebook-wrapper > .fb-page > span,
.index .facebook-wrapper iframe {
  width: 100% !important;
}
.index #others dl {
  margin: 40px 0 0 0;
}
.index #others dl dt {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.25rem;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
.index #others dl dt span {
  font-size: .875rem;
}
.index #others dl dd {
  text-align: center;
}
.index #others dl dd img {
  display: inline-block;
  width: 85%;
}
.index #others .questionnaire {
  margin: 5px 0 40px 0;
  text-align: center;
  font-size: .686rem;
}
.index #others .questionnaire a {
  color: #3074b7;
}
.index #others #reviews #bn_trustyou {
  width: 50%;
  float: left;
  display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height:150px;
}
.index #others #reviews #bn_trustyou p {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.index #others #reviews #bn_tripadvisor {
  position: relative;
  width: 50%;
  float: right;
  text-align: center;
  overflow: hidden;
}
.index #others #reviews #bn_tripadvisor img:nth-child(1),
.index #others #reviews #bn_tripadvisor img:nth-child(2),
.index #others #reviews #bn_tripadvisor img:nth-child(3) {
  position: absolute;
}
.index #others #reviews #bn_tripadvisor #CDSRATINGWIDGET500 {
  position: relative;
  top: auto;
  left: auto;
}
.index #others #reviews #bn_tripadvisor #CDSRATINGWIDGET500 img {
  position: relative;
}
.index #others #reviews #bn_tripadvisor .cdsROW.narrow.border {
  padding: 10px 11px 8px 11px !important;
  width: 100% !important;
}
.index #others #reviews #bn_tripadvisor .post {
  padding: 5px 0 0 0;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/* ROOM
*********************/
/* SPA
*********************/
/* BUFFET
*********************/
#contents.room .wrap,
#contents.spa .wrap,
#contents.buffet .wrap {
  max-width: 1780px;
}

#contents.room .data,
#contents.spa .data,
#contents.buffet .data {
  position: relative;
}
#contents.room .data .detail,
#contents.spa .data .detail,
#contents.buffet .data .detail {
  display: none;
  position: relative;
  padding: 15px 15px 50px 15px;
  text-align: left;
  border: 1px solid #002e73;
  background: #FFF;
}
#contents.room .data .detail h4,
#contents.spa .data .detail h4,
#contents.buffet .data .detail h4 {
  margin: 0 0 15px 0;
  font-size: 1.25rem;
  letter-spacing: .15em;
}
#contents.room .data .detail h4 span,
#contents.spa .data .detail h4 span,
#contents.buffet .data .detail h4 span {
  font-size: 1rem;
}
#contents.room .data .detail h4 .room_caution,
#contents.spa .data .detail h4 .room_caution,
#contents.buffet .data .detail h4 .room_caution {
  font-weight: normal;
  font-size: .688rem;
  letter-spacing: .15em;
}

#contents.room .data .detail h4 .room_caution.lh2{
  display: block;
  line-height: 2;
}

#contents.room .data .detail dl dt,
#contents.spa .data .detail dl dt,
#contents.buffet .data .detail dl dt {
  font-weight: bold;
}

#contents.room .data .detail dl dd span{
  margin-top:5px;
  font-size:0.8rem;
  display: block;
  padding-left:1em;
  text-indent:-1em;
}

#contents.room .data .detail dl dt.fl,
#contents.spa .data .detail dl dt.fl,
#contents.buffet .data .detail dl dt.fl {
  float: left;
  margin-right: 1em;
  margin-bottom: 10px;
}
#contents.room .data .detail dl dd,
#contents.spa .data .detail dl dd,
#contents.buffet .data .detail dl dd {
  margin-bottom: 10px;
}

#contents.spa .data .detail dl dt.sauna{
	border-top:3px double #535353;
	padding-top:10px;
}
#contents.spa .data .detail dl dd.sauna{
	border-bottom:3px double #535353;
	padding-bottom:10px;
}

/*slider_s*/
#contents.spa .slider_s .slick-prev,
#contents.spa .slider_s .slick-next{
    width: 20px;
    height: 50px;
    bottom:inherit!important;
    top: calc(50% - 25px);
}

/*sauna_caution*/
#contents.spa .sauna_caution dt{
  margin: 0 0 10px;
}
#contents.spa .sauna_caution dt span{
  display: inline-block;
  background: #002e73;
  color: #FFF;
  letter-spacing: 3px;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: bold;
}
#contents.spa .sauna_caution dd span{
  color: #3074b7;
}

/*spa_tit*/
#contents.spa .spa_tit span{
  font-size: 15px;
}

/*time*/
#contents.spa dl.time{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#contents.spa dl.time dt:nth-of-type(1){
  background: #845d00;
  color: #FFF;
  width: 90px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  line-height: 1;
  font-weight: bold;
}
#contents.spa dl.time dt:nth-of-type(2){
  background: #002e73;
  color: #FFF;
  width: 90px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  font-weight: bold;
}

#contents.spa dl.time dd{
  width: calc(100% - 100px);
  margin: 0 0 0 10px;
  padding: 0 0 5px;
}

/*saunoa_bnr*/
#contents.spa .data .detail .sauna.flex_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
#contents.spa .data .detail .sauna.flex_box a{
  margin-bottom:10px;
  display: block;
}
#contents.spa .data .detail .sauna.flex_box a img{
  width: 100%;
}
#contents.spa .data .detail .sauna.flex_box .saunoa_bnr02{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width:230px;
  margin:0 auto;
}
#contents.spa .data .detail .sauna.flex_box .saunoa_bnr02 a{
  display: block;
  width: 80px;
  margin:0 auto;
}
#contents.spa .data .detail .sauna.flex_box .saunoa_bnr02 a:hover{
  opacity: 0.7;
}
#contents.spa .data .detail .sauna.flex_box .saunoa_bnr02 img{
  width:100%;
  display:block;
  border:1px solid #0051e1;
}
#contents.spa .data .detail .sauna.flex_box .saunoa_bnr02 span{
  /*color:#0051e1;*/
  font-size:0.8rem;
  letter-spacing: .12em;
}

#contents.spa .data .detail dl dd.sauna .auto_rouryu{
  display: inline-block;
  border: 1px solid #900;
  padding: 0 10px;
  font-size: 0.9em;
}
#contents.room .data .detail dl dd .room_indext01_sp,
#contents.spa .data .detail dl dd .room_indext01_sp,
#contents.buffet .data .detail dl dd .room_indext01_sp {
  display: inline-block;
  margin-left: 3em;
}
#contents.room .data .detail .image,
#contents.spa .data .detail .image,
#contents.buffet .data .detail .image {
  margin-top: 30px;
}
#contents.room .data .detail .image img,
#contents.spa .data .detail .image img,
#contents.buffet .data .detail .image img {
  display: block;
  margin: 0 auto;
  max-width: 181px;
}
#contents.room .data .detail .close,
#contents.spa .data .detail .close,
#contents.buffet .data .detail .close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#contents.room .data .detail .close:hover,
#contents.spa .data .detail .close:hover,
#contents.buffet .data .detail .close:hover {
  opacity: 0.8;
}
#contents.room #esthe .esthe_reserve,
#contents.spa #esthe .esthe_reserve,
#contents.buffet #esthe .esthe_reserve {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
}
_:-ms-fullscreen, :root #contents.room #esthe .esthe_reserve,
:root #contents.spa #esthe .esthe_reserve,
:root #contents.buffet #esthe .esthe_reserve {
  padding-top: 18px;
  padding-bottom: 0;
}
#contents.room .slick-prev, #contents.room .slick-next,
#contents.spa .slick-prev,
#contents.spa .slick-next,
#contents.buffet .slick-prev,
#contents.buffet .slick-next {
  width: 21px;
  bottom: 15%;
}
#contents.room .slick-prev,
#contents.spa .slick-prev,
#contents.buffet .slick-prev {
  left: 20px;
  background-size: 100% 100%;
}
#contents.room .slick-next,
#contents.spa .slick-next,
#contents.buffet .slick-next {
  right: 20px;
  background-size: 100% 100%;
}
#contents.room .slick-dots li button::before,
#contents.spa .slick-dots li button::before,
#contents.buffet .slick-dots li button::before {
  font-size: 20px;
}

#contents.room .p_bnr a img{
  margin: 0 auto;
  width: 100%;
  /* max-width: 768px; */
}
#contents.room .room_list{
  margin:50px 0 60px;
}

#contents.room .room_list .cap{
  margin:0 0 30px;
  text-align: center;
  line-height:1.5em;
  font-size:16px;
  letter-spacing: 1px;
}
#contents.room .room_list .table_wrap {
  overflow: auto;
}
#contents.room .room_list .table_wrap::-webkit-scrollbar {
  height: 5px; /* スクロールバーの高さ */
}
 
#contents.room .room_list .table_wrap::-webkit-scrollbar-thumb {
  background: #888; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
#contents.room .room_list .table_wrap::-webkit-scrollbar-track {
  background: #f1f1f1; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
#contents.room .table_wrap table{
  margin: auto auto 20px;
  border: none;
  width:880px;
  white-space: nowrap;
}
#contents.room .table_wrap table img{
  vertical-align:top;
}
#contents.room .table_wrap table a:hover{
  opacity:0.7;
}
#contents.room .table_wrap table thead th:nth-child(1){width:115px;}
#contents.room .table_wrap table thead th:nth-child(2){width:461px;}
#contents.room .table_wrap table thead th:nth-child(3){width:126px;}
#contents.room .table_wrap table thead th:nth-child(4){width:163px;}
#contents.room .table_wrap table tbody td:nth-of-type(2){width:210px;}
#contents.room .table_wrap table tbody td:nth-of-type(3){width:244px;}

#contents.room .table_wrap table td,
#contents.room .table_wrap table th{
  border: none;
  border-top: 1px dashed #333;
  border-right:6px solid #fff;
  text-align: center;
  white-space: nowrap;
}
#contents.room .table_wrap table tbody td:nth-of-type(3),
#contents.room .table_wrap table tbody td:nth-of-type(4){
  border-right:10px solid #fff;
}
#contents.room .table_wrap table td:first-child,
#contents.room .table_wrap table th:first-child{
  border-left:none;
}
#contents.room .table_wrap table tr:first-child td,
#contents.room .table_wrap table tr:first-child th{
  border-top:none;
}
#contents.room .table_wrap table .non-border{
  border-top:none;
}
#contents.room .table_wrap table .blank-line{
  padding-bottom: 3px;
}
#contents.room .table_wrap table .solid-border{
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
#contents.room .table_wrap table th{
  background-color:#f7f4f0;
  border-right:5px solid #fff;
  padding:5px 0 0;  
  font-weight: 500;
}
#contents.room .table_wrap table td{
  padding:3px 0 0;
}
#contents.room .table_wrap table tr.kan-title td{
  padding-top:5px;
}
#contents.room .table_wrap table .bg1{
  height:233px
}
#contents.room .table_wrap table .bg1 span{
  background-color: #bcd8e2;
  padding:6px 0;
}
#contents.room .table_wrap table .bg2{
  height:158px
}
#contents.room .table_wrap table .bg2 span{
  background-color: #bfd7cd;
  padding:5px 0;
}
#contents.room .table_wrap table .bg3{
  /* height:385px コンビあり */
  height: 310px;
}
#contents.room .table_wrap table .bg3 span{
  background-color: #dee5cd;
  padding:5px 0;
}
#contents.room .table_wrap table span{
  padding:10px;
  display: flex;
  text-align: center;
  height: 100%;
  justify-content:center;
  align-items:center;
}

#contents.room .data .data_wrap01 {
  display: none;
  margin: 40px auto;
  padding: 0;
  height: auto;
  width: 100%;
  text-align:left;
}
#contents.room .data .data_wrap01 .room_sec{
  padding:0;
  border-top: 1px solid #171c61;
}
#contents.room .data .data_wrap01 .room_cont{
  padding:30px 0;
}
#contents.room .data .data_wrap01 .room_cont.border_top {
  border-top:1px dotted #171c61;
  margin-bottom: 20px;
}
#contents.room .data .data_wrap01 .room_cont h4 {
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  letter-spacing: .15em;
}
#contents.room .data .data_wrap01 .room_cont h4 span{
  font-size: 1rem;
}
#contents.room .data .data_wrap01 .room_flex{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
#contents.room .data .data_wrap01 .room_cont .info{
  width:100%;
  max-width: 436px;
  margin: 0 auto;
  order: 2;
  text-align:center;
}
#contents.room .data .data_wrap01 .room_cont .info ul.note{
  margin:10px 0 20px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#contents.room .data .data_wrap01 .room_cont .info ul.note li{
  padding-left:1em;
  text-indent: -1em;
  text-align:left;
}

#contents.room .data .data_wrap01 .room_cont ul.room_flex{
  width:100%;
  max-width: 436px;
  margin: 0 auto;
  order: 2;
  justify-content:flex-start;
}
#contents.room .data .data_wrap01 .room_cont ul.room_flex li{
  width:calc( calc( 100% - 45px ) / 4 );
  max-width: 94px;

}
#contents.room .data .data_wrap01 .room_cont ul.room_flex li{
  margin:0 15px 15px 0;
}
#contents.room .data .data_wrap01 .room_cont ul.room_flex li:nth-of-type(4n){
  margin-right:0;
}

#contents.room .data .data_wrap01 .room_cont ul.room_flex li img{
  display: block;
  width:100%;
  order:1;
}
#contents.room .data .data_wrap01 .room_cont .image {
  width: 100%;
  order: 1;
  margin: 0 0 25px;
}
#contents.room .data .data_wrap01 .room_cont .image .img-responsive {
  display: block;
  margin: 0 auto;
  /* max-width: 280px; */
  height: auto;
}

#contents.room .data .data_wrap01 .room_rsv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 30px;
  font-size:14px;
  /*! padding: 13px 0; */
}
#contents.room .data .data_wrap01 .room_rsv a.plan_link {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  background: red;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  
}
#contents.room .data .data_wrap01 .room_detail {
  width:100%;
}
#contents.room .data.grp_blue .data_wrap01 .room_rsv a.plan_link {
  background: #0686b5;
}
#contents.room .data .data_wrap01 .room_rsv a.plan_link:visited {
  color: #fff;
}
#contents.room .data .data_wrap01 .room_rsv .room_caution {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .15em;
}

#contents.room .data .data_wrap01 dl {
  padding: 20px 15px;
  margin: 14px 0 7px;
  background-color: #f9f5f1;
}
#contents.room .data .data_wrap01 dl dt {
  margin: 0 0 4px;
  padding: 0;
  font-weight: bold;
  font-size: .875em;
}
#contents.room .data .data_wrap01 dl dd {
  padding: 0 0 15px 15px;
  font-size: .875em;
  line-height: 1.4;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  

}
#contents.room .data .data_wrap01 dl dd:last-of-type {
  padding: 0 0 0 15px;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex{
  display:flex;
  justify-content:flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}

#contents.room .data .data_wrap01 .room_cont .icon_flex li{
  width: calc((100% - 20px) / 3);
  background-color: #e5e1dc;
  aspect-ratio: 1 / 0.83;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li h6{
  margin: 10px 0 5px;
  text-align: center;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}

#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_1,
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_2,
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_3{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_1 span{
  text-align: center;
  height: calc(100% - 17px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  line-height: 1.2em;
  font-size: 0.9em;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_1.info_column_5 span{
  line-height: 0.88em;
  font-size: 0.88em;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_2 dl{
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: calc(100% - 20px);
  height: calc(100% - 17px);
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_2 dt{
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_2 dd{
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  line-height: 1.2em;
}

#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_3 dl{
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: calc(100% - 20px);
  height: 35px;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_3 dt{
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_3 dt img{
  height:30px;
  width: auto;
}
#contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_3 dd{
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}

#contents.room .data .btn_room_open.active img {
  transform: rotate(180deg);
}
#contents.room .data .btn_room_open img {
  display: block;
  margin: 3px auto 0 auto;
  width: 22px;
  height: auto;
}
#contents.room .data .btn_room_open {
  margin: 20px auto 60px;
  padding: 10px 0;
  text-align: center;
  background-image: none;
  cursor: pointer;
  color: #fff;
  font-size: 0.92em;
  border: none;
  width: 100%;
  background-color: #171c61;
}


#contents.spa .download {
  margin: 30px 0 30px 0;
  font-size: .75em;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  display: flex;
  justify-content: center;
}
#contents.spa .download a {
  position: relative;
  display: block;
  width: 257px;
  padding: 15px 29px 15px 10px;
  border: 1px solid rgba(83, 83, 83, 0.4);
  background: url("../img/ico_download.png") no-repeat 80% 50%;
  background-size: 19px 19px;
  overflow: hidden;
  text-align: center;
  /*&:hover {
  	opacity: .8;
  }*/
}
#contents.spa .inner{
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#contents.spa .flex_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
#contents.spa .flex_wrap .photo{
  width: 100%;
}
#contents.spa .flex_wrap .photo ul{
  margin-top: 0;
}
#contents.spa .flex_wrap .photo ul li img{
  width: 100%;
}
#contents.spa .flex_wrap .text{
  width: 100%;
}
#contents.spa .flex_wrap .text h4{
  color: #002e73;
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #a0a0a0;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  margin:0;
}
#contents.spa .flex_wrap .text h5{
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  margin: 0;
}
#contents.spa .flex_wrap .text h5::before {
  content: '';
  width: 9px;
  height: 9px;
  background:#845d00;
  position: absolute;
  left: 0;
  top:calc(50% - 4px);
}
#contents.spa .flex_wrap .text h5 ul{
  margin-top:0;
}
#contents.spa .flex_wrap .text a img.to_sauna{
  width: 100%;
}
#contents.spa .flex_wrap .text .bnr_sauna{
  margin-top: 20px;
}
#contents.spa .flex_wrap .text .bnr_sauna img{
  width: 100px;
  display: block;
  border: 1px solid #0051e1;
  margin-left: 10px;
}
#contents.spa .flex_wrap .text .bnr_sauna.flex_wrap{
  align-items: center;
  flex-direction: row;
  justify-content: right;
}

.lower .recommend_section .inner01 h4:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 60px;
  height: 3px;
  background: #a0a0a0;
}

#contents.spa .flex_wrap .text h5{
  
}
#contents.spa .flex_wrap .text ul{
  
}
#contents.spa .flex_wrap .text ul li{
  
}




#contents.spa .download a:link, #contents.spa .download a:visited {
  color: #535353;
  text-decoration: none;
}
#contents.spa .download a::before, #contents.spa .download a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
#contents.spa .download a, #contents.spa .download a::before, #contents.spa .download a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contents.spa .download a:hover {
  color: #fff;
  background-image: url("../img/ico_download_wt.png");
}
#contents.spa .download a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#contents.spa .download a:hover::after {
  top: 0;
  background-color: #1e2c5b;
}
#contents.spa .download.nextstep {
  margin: 30px 0 70px 0;
  justify-content: center;
}
#contents.spa .download.nextstep.sauna{
  margin-bottom:0;
  margin-top: 10px;
}
#contents.spa .download.nextstep a {
  padding: 15px 10px 15px 10px;
  background: none;
}
#contents.spa .download.nextstep.sauna a {
  padding:7px 10px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  letter-spacing: .15em;
  width: 100%;
}
#contents.spa .tit01 span {
  display: block;
  font-size: .938rem;
}
#contents.spa .lead {
  margin-bottom: 15px;
  text-align: center;
  font-size: .625rem;
}
#contents.spa .operation {
  margin: 40px 0 0 0;
}
#contents.spa .operation dl dd dl dt {
  margin-bottom: 5px;
}
#contents.spa .operation dl dd dl dd {
  margin-left: 0;
  clear: both;
}

#contents.spa .operation dl dd .note_cmt {
	padding-left: 1em;
	text-indent: -1em;
}

dl.time_change_day{
  width: 100% !important;
  margin: 0 !important;
}
dl.time_change_day dd{
  margin: 0 !important;
  padding-left: 0;
  border-left:none !important;
}


dl.time_change,
div.time_change{
  padding: 20px 40px;
  border: 1px solid #f00000;
  margin-bottom: 25px !important;
}
dl.time_change dl{
  padding: 20px 40px;
  border: 1px solid #f00000;
  margin-bottom: 20px;
}
.red_title{
 color: #f00000;
 width: 100%;
 text-align: left;
}
.width100{
  width: 100%;
  float: none;
  text-align: left;
  margin-top:15px;
  margin-bottom:5px;
}
/*saunoa_bnr*/
#contents.spa .operation dd .saunoa_bnr01 {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#contents.spa .operation dd .saunoa_bnr01 a{
  width: 100px;
  margin:20px auto 0;
  display: block;
}
#contents.spa .operation dd .saunoa_bnr01 a:hover{
  opacity: 0.7;
}
#contents.spa .operation dd .saunoa_bnr01 img{
  width:100%;
  display:block;
  border:1px solid #0051e1;
}
#contents.spa .operation dd .saunoa_bnr01 span{
  /*color:#0051e1;*/
  font-size:0.9rem;
  letter-spacing: .12em;
  width:calc(100% - 100px);
}

/*sauna_bnr_area*/

p.sauna_bnr_area{
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
}
p.sauna_bnr_area img{
  width: 100%;
  max-width: 100%;
}
p.sauna_bnr_area2{
  margin: 20px 0 0;
}
p.sauna_bnr_area img,
p.sauna_bnr_area2 img
{
  width: 100%;
}

#contents.spa #star .note_cmt {
    font-size:.813rem;
	padding-left: 1em;
	text-indent: -1em;
}
#contents.spa .scene_images .image {
  margin: 0;
}
#contents.spa .scene_images .scene_images_more {
  margin: 5px 0 20px -3%;
}
#contents.spa .scene_images .scene_images_more li {
  float: left;
  width: 47%;
  margin-bottom: 5px;
  margin-left: 3%;
}
#contents.spa .scene_images .scene_images_more li img {
  width: 100%;
}
#contents.spa .slick-prev {
  background: url(../../spa/img/arrow_l.png) no-repeat 0 0;
    background-size: auto;
}
#contents.spa .slick-next {
  background: url(../../spa/img/arrow_r.png) no-repeat 0 0;
    background-size: auto;
}

#contents.spa .slick-prev,
#contents.spa  .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: calc(50% - 35px);
  z-index: 500;
  display: block;
  width: 20px;
  height: 55px;
  padding: 0;
  border-radius: 2px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-size: contain;
}
#contents.spa .slick-next{
  right:10px;
}
#contents.spa .slick-prev{
  left:10px;
}


#contents.spa .explain {
  clear: both;
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: .938rem;
  line-height: 1.8;
}
#contents.spa .explain.center {
  text-align: center;
}
#contents.spa .data .detail .detail_inner {
  display: block;
}
#contents.spa .data .detail ul {
  margin: 0 0 0 -2%;
}
#contents.spa .data .detail ul li {
  float: left;
  width: 48%;
  margin: 0 0 20px 2%;
  font-size: .938rem;
  line-height: 1.4;
}
#contents.spa .data .detail dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#contents.spa .data .detail dl dd {
  margin-bottom: 20px;
}
#contents.spa .data .detail dl dd:last-child {
  margin-bottom: 0;
}



.congestion_btn{
	border: 1px solid #002e73;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 10px auto 20px;
	font-size:0.9em;
}


#restaurant .congestion_btn{
	margin-bottom:0;
	font-size:1.2em;
}
.redlink {
    text-align: center;
    font-weight: bold;
    color: #ec5656;
    font-size: 0.9rem;
}

.congestion_list{
	font-size:0.9em;
	text-align: left;
}

/* DISH
*********************/
#contents.dish .wrap {
  max-width: 1780px;
}
#contents.dish .explain {
  clear: both;
  padding-top: 10px;
  font-size: .938rem;
  line-height: 1.8;
}
#contents.dish .renewal .renewal {
  display: block;
  font-size: .938rem;
}
#contents.dish .renewal .sub02 {
  font-size: 1.2rem;
}
#contents.dish .izakaya {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
}
#contents.dish .izakaya .wrap {
  max-width: 1000px;
}
#contents.dish .izakaya dl {
  position: relative;
  margin: 0;
  padding: 35px 0;
}
#contents.dish .izakaya dl dt {
  font-size: 1.125rem;
  letter-spacing: .15;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
#contents.dish .izakaya dl dt img {
  margin: 5px 0 10px 0;
  display: block;
}
#contents.dish .izakaya dl dt img.sp {
  display: block;
}
#contents.dish .izakaya dl dt img.pc {
  display: none;
}
#contents.dish .izakaya dl dd {
  font-size: .938rem;
}
#contents.dish #restaurant .tit_en dt,
#contents.dish #banquet .tit_en dt {
  position: relative;
  top: .7em;
}
#contents.dish .more_detail {
  margin-bottom: 40px;
}
#contents.dish .btn_reserve01 {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto 35px auto;
}
#contents.dish .btn_reserve01.btn_reserve01--ptn01 {
  margin: 0 auto 0 auto;
  margin-bottom: 0;
  padding: 30px 10px 30px 10px;
  border-bottom: 1px solid #bfbfbf;
}
#contents.dish .btn_reserve01.btn_reserve01--ptn02 {
  margin: 30px auto -50px auto;
  margin-bottom: 0;
  padding: 30px 10px 30px 10px;
  border-top: 1px solid #bfbfbf;
}
#contents.dish .btn_reserve01 a {
  position: relative;
  display: block;
  width: 257px;
  padding: 15px 10px 15px 10px;
  border: 1px solid rgba(83, 83, 83, 0.4);
  background-size: 19px 19px;
  overflow: hidden;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .15em;
}
#contents.dish .btn_reserve01 a:link, #contents.dish .btn_reserve01 a:visited {
  color: #535353;
  text-decoration: none;
}
#contents.dish .btn_reserve01 a::before, #contents.dish .btn_reserve01 a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
#contents.dish .btn_reserve01 a, #contents.dish .btn_reserve01 a::before, #contents.dish .btn_reserve01 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contents.dish .btn_reserve01 a:hover {
  color: #fff;
}
#contents.dish .btn_reserve01 a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#contents.dish .btn_reserve01 a:hover::after {
  top: 0;
  background-color: #1e2c5b;
}

/* BUFFET
*********************/
#contents.buffet .lead {
  padding: 40px 0 30px 0;
}
#contents.buffet .lead .wrap {
  text-align: center;
}
#contents.buffet .lead .wrap p:nth-child(1) {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.8;
}
#contents.buffet .lead .wrap p:nth-child(2) {
  font-size: .875rem;
  line-height: 1.8;
}
#contents.buffet .slider_wrap .sp .synchro-slider-nav {
  margin: 1.5% 0 25px -1.5%;
  width: calc(100% + 1.5%);
}
#contents.buffet .slider_wrap .sp .synchro-slider-nav .slick-track {
  justify-content: space-between;
}
#contents.buffet .slider_wrap .sp .synchro-slider-nav .slick-track li {
  padding-right: 0;
  margin: 0 0 0 1.5%;
}
#contents.buffet .explain {
  font-size: .938rem;
  line-height: 1.8;
}
#contents.buffet .explain dl dd {
  margin-bottom: 15px;
}
#contents.buffet #seasonal-dishes{
  margin-top:80px;
}
#contents.buffet #seasonal-dishes h3.t_sp {
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #a0a0a0;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: 1.125rem;
  background: none;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
#contents.buffet #seasonal-dishes h3.t_sp:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 60px;
  height: 3px;
  background: #a0a0a0;
}
#contents.buffet #seasonal-dishes h3.t_sp .recommend_en {
  display: block;
  font-size: 1.125rem;
  font-family: alda, sans-serif;
  color: #002e73;
  letter-spacing: 2px;
}
#contents.buffet #seasonal-dishes h3.t_sp .recommend_jp {
  font-size: .925rem;
}
#contents.buffet #seasonal-dishes .lead {
  padding: 0;
  text-align: center;
  font-size: .625rem;
}
#contents.buffet #seasonal-dishes .slider {
  margin-top: 20px;
}
#contents.buffet #seasonal-dishes .slider li ul {
  display: flex;
  flex-wrap: wrap;
}
#contents.buffet #seasonal-dishes .slider li ul li {
  width: 48%;
  margin: 1%;
  background: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contents.buffet #seasonal-dishes .slider li ul li.w2x {
  width: 98%;
}
#contents.buffet #seasonal-dishes .slider li ul li.d_col {
  background: #FFF;
}
#contents.buffet #seasonal-dishes .slider li ul li.d_col ul li {
  background: #000;
}
#contents.buffet #seasonal-dishes .slider li ul li img {
  opacity: .5;
  -webkit-transition: all 1s;
  transition: all .3s;
}
#contents.buffet #seasonal-dishes .slider li.slick-center ul li {
  background: #FFF;
}
#contents.buffet #seasonal-dishes .slider li.slick-center ul li img {
  opacity: 1;
}
#contents.buffet #seasonal-dishes .slider .slick-prev, #contents.buffet #seasonal-dishes .slider .slick-next {
  width: 40px;
  height: 40px;
  bottom: 43%;
}
#contents.buffet #seasonal-dishes .slider .slick-prev {
  left: 1%;
  background: url("../../buffet/img/ico_prev01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.buffet #seasonal-dishes .slider .slick-next {
  right: 1%;
  background: url("../../buffet/img/ico_next01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.buffet #seasonal-dishes .explain {
  margin-top: -10px;
  padding: 0 0 25px 0;
  text-align: center;
  font-size: .769rem;
}
#contents.buffet #seasonal-dishes .more_detail {
  margin-bottom: 15px;
  padding: 0;
}
#contents.buffet #seasonal-dishes .data .detail {
  margin-bottom: 30px;
}
#contents.buffet #seasonal-dishes .data .detail .menu_head h4 {
  display: block;
}
#contents.buffet #seasonal-dishes .data .detail .menu_head p {
  display: inline-block;
  position: relative;
  padding: 8px 10px;
  font-size: .85rem;
}
#contents.buffet #seasonal-dishes .data .detail ul ul {
  margin: 0 0 0 1em;
}
#contents.buffet #seasonal-dishes .data .detail ul ul li {
  font-size: .75rem;
  text-indent: -1em;
}
#contents.buffet #seasonal-dishes .data .detail ul ul li.blue {
  color: #3074b7;
}
#contents.buffet #seasonal-dishes .data .detail ul + p {
  font-size: .85rem;
}
#contents.buffet .other_dishes_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#contents.buffet .other_dishes_wrap img {
  width: 100%;
  height: auto;
}
#contents.buffet .other_dishes_wrap .image {
  margin-bottom: 15px;
}
#contents.buffet .other_dishes_wrap .slider02 {
  margin: 0;
  border: 1px solid #bfbfbf;
}
#contents.buffet .other_dishes_wrap .slider02 li {
  padding: 25px 1.75% 18px 1.75%;
  font-size: .687rem;
  text-align: center;
}
#contents.buffet .other_dishes_wrap .slider02 li img {
  display: block;
  margin: 0 0 15px 0;
}
#contents.buffet .other_dishes_wrap .slider02 .slick-prev, #contents.buffet .other_dishes_wrap .slider02 .slick-next {
  width: 15px;
  height: 31px;
  bottom: 48%;
}
#contents.buffet .other_dishes_wrap .slider02 .slick-prev {
  left: 3%;
  background: url("../../buffet/img/ico_prev02.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.buffet .other_dishes_wrap .slider02 .slick-next {
  right: 3%;
  background: url("../../buffet/img/ico_next02.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.buffet #drink-fair .image {
  background: #ffeed2;
}
#contents.buffet #drink-fair .image img {
  display: block;
  margin: 0 auto;
  max-width: 216px;
  height: auto;
}
#contents.buffet .buffet_note {
  clear: both;
  font-size: 0.9em;
  padding-top: 30px;
}

/* floorguide
*********************/
#contents.floorguide .tit01 span {
  font-size: .937rem;
  line-height: .8;
}
#contents.floorguide .tit01 .indent01 {
  font-size: 1.375rem;
}
#contents.floorguide .tit01 .label {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  background: #404b73;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0;
  padding: 4px 10px;
  line-height: 1.2;
}
#contents.floorguide .tit01 .mini {
  position: relative;
  top: -5px;
  font-size: .938rem;
}
#contents.floorguide .tit01 .renew {
  display: block;
  font-size: .938rem;
}
#contents.floorguide #facilities_head {
  position: relative;
  z-index: 0;
}
#contents.floorguide #facilities_head h2 {
  margin: 40px 0 0 0;
  font-size: 1.25rem;
  text-align: center;
  text-indent: 0.5em;
}
#contents.floorguide .wrap {
  max-width: 1030px;
  width: 95%;
}
#contents.floorguide .wrap.pdf_link{
  text-align:right;
  margin-top: 10px;
}

#contents.floorguide #facilitie-nav {
  position: relative;
  z-index: 1;
  margin: 40px 0 0 0;
  border-bottom: 2px solid #404b73;
}
#contents.floorguide #facilitie-nav #tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
}
#contents.floorguide #facilitie-nav #tab li {
  margin: 0 0.5% 0 0.5%;
  width: 23%;
  height: calc(100% - 20%);
  text-align: center;
  background: rgba(64, 75, 115, 0.7);
  border: 2px solid rgba(83, 83, 83, 0.5);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
#contents.floorguide #facilitie-nav #tab li a {
  display: block;
  padding: 10px 0;
}
#contents.floorguide #facilitie-nav #tab li a img {
  vertical-align: middle;
  height: 25px;
}
#contents.floorguide #facilitie-nav #tab li a:hover {
  background: rgba(64, 75, 115, 0.9);
  border-radius: 10px 10px 0 0;
}
#contents.floorguide #facilitie-nav #tab li.current {
  width: 26%;
  height: 100%;
  margin-bottom: -2px;
  background: #FFF;
  border: 2px solid #404b73;
  border-bottom: none;
}
#contents.floorguide #facilitie-nav #tab li.current a img {
  height: 36px;
}
#contents.floorguide #facilitie-nav #tab li.current a:hover {
  background: #FFF;
  border-radius: 10px 10px 0 0;
}
#contents.floorguide #place-list dl dt {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  font-size: .937rem;
  border-bottom: 1px solid #535353;
}
#contents.floorguide #place-list dl dd {
  padding: 5px 15px 5px 25px;
  font-size: .937rem;
  text-align: left;
  background: url("../../floorguide/img/ico_arr01.png") no-repeat 14px 13px;
  background-size: 7px 7px;
}
#contents.floorguide #place-list dl dd.no-link {
  padding: 0 0 0 10px;
  background: none;
}
#contents.floorguide #place-list dl dd.no-link:before {
  position: relative;
  top: -2px;
  content: '・';
}
#contents.floorguide #place-list dl dd a {
  color: #545454;
  text-decoration: none;
}
#contents.floorguide #place-list dl dd a:hover {
  text-decoration: underline;
}
#contents.floorguide #place-list dl dd .label,
#contents.floorguide #place-list dl dd a .label {
  position: relative;
  top: 0;
  margin-right: 5px;
  background: #404b73;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0;
  padding: 4px 10px;
  line-height: 1.2;
}
_:-ms-fullscreen, :root #contents.floorguide #place-list dl dd a .label {
  display: inline-block;
  padding: 15px 10px 0 25px;
  line-height: 0.6;
}
#contents.floorguide #place-list dl dd .mini {
  position: relative;
  top: -2px;
  font-size: .92rem;
}
#contents.floorguide .facilitiy_box .map {
  margin: 0 0 20px 0;
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: 30px 15px;
}
#contents.floorguide .facilitiy_box .map a {
  position: relative;
  display: block;
}
#contents.floorguide .facilitiy_box .map a:hover {
  opacity: .8;
}
#contents.floorguide .facilitiy_box .map a:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: '';
  width: 42px;
  height: 42px;
  background: url("../../floorguide/img/ico_zoom01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.floorguide .facilitiy_box .image img {
  width: 100%;
  height: auto;
}
#contents.floorguide .facilitiy_box .detail {
  font-size: .937rem;
}
#contents.floorguide .facilitiy_box .detail .note{
	font-size:.812rem;
	padding-top:10px;
	margin-left: 1em;
	text-indent: -1em;
}
#contents.floorguide .facilitiy_box .detail p {
  margin-bottom: 15px;
}
#contents.floorguide .facilitiy_box .open_info dl {
  margin-top: 0;
}
#contents.floorguide .facilitiy_box .open_info dl dt {
  clear: both;
  float: left;
  padding-bottom: 10px;
  font-size: .812rem;
}
#contents.floorguide .facilitiy_box .open_info dl dd {
  margin-left: 7em;
  padding-bottom: 10px;
  font-size: .812rem;
}
#contents.floorguide .facilitiy_box .open_info dl dd .mini {
  font-size: .92em;
}
#contents.floorguide .facilitiy_box .more_detail {
  margin: 0;
  padding: 0;
}

/* DAY
*********************/
#contents.day .red {
  color:#ff0000;
}

#contents.day #lead {
  margin-top: 80px;
}
#contents.day .download {
  display: flex;
  justify-content: end;
  margin: 30px 0 30px 0;
  font-size: .812em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  display: flex;
  justify-content: flex-end;
}
#contents.day .download a {
  position: relative;
  display: block;
  width: 172px;
  padding: 10px 10px 10px 10px;
  border: 1px solid rgba(83, 83, 83, 0.4);
  background: url("../img/ico_download.png") no-repeat 80% 50%;
  background-size: 19px 19px;
  overflow: hidden;
  text-align: center;
  /*&:hover {
  	opacity: .8;
  }*/
}
#contents.day .download a:link, #contents.day .download a:visited {
  color: #535353;
  text-decoration: none;
}
#contents.day .download a::before, #contents.day .download a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
#contents.day .download a, #contents.day .download a::before, #contents.day .download a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contents.day .download a:hover {
  color: #fff;
  background-image: url("../img/ico_download_wt.png");
}
#contents.day .download a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#contents.day .download a:hover::after {
  top: 0;
  background-color: #1e2c5b;
}
#contents.day .download.anchor {
  margin: 20px 0 40px 0;
}
#contents.day .download.anchor a {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  background-image: none;
}
#contents.day .download.nextstep {
  justify-content: flex-end;
}
#contents.day .download.nextstep a {
  width: 100%;
  background: none;
}
#contents.day .fee_devision {
  margin-bottom: 30px;
  text-align: center;
}
#contents.day .fee_devision p {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid #535353;
  font-size: .973rem;
}
#contents.day .fee_devision p .sp {
  display: inline;
}
#contents.day .operation dt {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0;
}
#contents.day .operation dt .limited {
  display: inline-block;
  background: #404b73;
  font-size: .82rem;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 3px 5px;
  letter-spacing: 0;
  color: #fff;
}
#contents.day .operation dd .sp_br {
  display: block;
  padding-left: 0;
}
#contents.day .operation dd .sp_br.srash {
  margin-top: 5px;
}
#contents.day .operation dd .sp_br.sp_noindent {
  padding-left: 0;
}
#contents.day .operation dd .limited {
  display: inline-block;
  background: #404b73;
  font-size: .82rem;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 3px 5px;
  letter-spacing: 0;
  color: #fff;
}
#contents.day .operation dd .indent01 {
  display: block;
  margin-left: 0;
}
#contents.day .operation dd .sp_indent01 {
  display: block;
  padding-left: 3em;
}
#contents.day .operation dd .space05 {
  display: inline-block;
  width: 1.7rem;
  text-align: right;
}
#contents.day .operation dd .mini_sp {
  font-size: .625rem;
}
#contents.day .operation dd .mini_sp {
  font-size: .813rem;
}
#contents.day .operation dl dd.mini .note_cmt,
#contents.day .operation .attention {
  text-indent: -1em;
  margin-left: 1em;
  font-size: .687rem;
}
#contents.day .operation dl dd.mini .sauna{
  margin-bottom:0;
}
#contents.day .operation dl dd.mini .sauna a{
  padding:7px 0;
}
#contents.day .operation #top-buffet dd .sp_br {
  padding-left: 7.2em;
}
#contents.day .operation #top-morning dd .sp_br {
  padding-left: 6.2em;
}
#contents.day .operation #top-buffet dd .space05 {
  width: 2em;
}
#contents.day .operation #top-buffet dd .sp_indent01 {
  padding-left: 3em;
}
#contents.day .operation #top-dinner dd .sp_br,
#contents.day .operation #top-one-coin dd .sp_br,
#contents.day .operation #top-soup-curry dd .sp_br {
  padding-left: 8.6em;
}
#contents.day .operation #top-dinner dd .space05,
#contents.day .operation #top-one-coin dd .space05,
#contents.day .operation #top-soup-curry dd .space05 {
  width: 7.8em;
}
#contents.day .operation #top-dinner dd .space06,
#contents.day .operation #top-one-coin dd .space06,
#contents.day .operation #top-soup-curry dd .space06 {
  width: 2em;
}
#contents.day .operation #top-dinner dd .space07,
#contents.day .operation #top-one-coin dd .space07,
#contents.day .operation #top-soup-curry dd .space07 {
  width: 4em;
}
#contents.day .operation #top-dinner dd .space08,
#contents.day .operation #top-one-coin dd .space08,
#contents.day .operation #top-soup-curry dd .space08{
  width: 5em;
}

#contents.day .operation #top-soup-curry dd .indent05{
	padding-left: 5em;
	display: block;
}
#contents.day .operation #top-dinner dd .sp_indent01,
#contents.day .operation #top-one-coin dd .sp_indent01,
#contents.day .operation #top-soup-curry dd .sp_indent01 {
  padding-left: 3em;
}
#contents.day .operation #top-dinner dd .sp_indent02,
#contents.day .operation #top-one-coin dd .sp_indent02,
#contents.day .operation #top-soup-curry dd .sp_indent02 {
  display: block;
  padding-left: 4.5em;
}

/*saunoa_bnr*/
#contents.day .operation .saunoa_bnr03.flex_box{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#contents.day .operation .saunoa_bnr03 a{
  display: block;
  width: 100px;
  margin:20px auto 0;
}
#contents.day .operation .saunoa_bnr03 img{
  width: 100%; 
  display:block;
  border:1px solid #0051e1;
}
#contents.day .operation .saunoa_bnr03 span{
  /*color:#0051e1;*/
  font-size:0.9rem;
  letter-spacing: .05em;
  width:calc(100% - 100px);
}

#contents.day #lunch .attention {
  font-size: .687rem;
}
#contents.day #day-operation dt {
  letter-spacing: .15em;
}
#contents.day #day-operation dd {
  letter-spacing: .15em;
}
#contents.day #day-operation dd.day_tit01,
#contents.day #day-operation dd .day_tit01 {
  font-weight: bold;
}
#contents.day #day-operation dd .space05 {
  letter-spacing: 0;
}
#contents.day #day-operation dd .sp_indent01 {
  padding-left: 3.5em;
}
#contents.day .cal {
  margin: 0 0 0 0;
  text-align: right;
}
#contents.day .cal a {
  color: #404b73;
  font-size: .75	rem;
  text-decoration: none;
}
#contents.day .cal a:hover {
  opacity: .8;
}
#contents.day .day_info_box {
  margin: 0 auto;
  max-width: 1020px;
}
#contents.day .day_info_box .label {
  position: relative;
  top: -2px;
  display: inline-block;
  background: #404b73;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0;
  padding: 4px 10px;
  line-height: 1.2;
}
#contents.day .day_info_box .inner .detail {
  padding: 15px 0 0 0;
}
#contents.day .day_info_box .inner .detail p {
  font-size: .937rem;
}
#contents.day .day_info_box .inner .detail .menu {
  position: relative;
  margin: 20px 0 0 0;
}
#contents.day .day_info_box .inner .detail .menu.menu_list {
  display: inline-block;
}
#contents.day .day_info_box .inner .detail .menu dt {
  font-size: .937rem;
  font-weight: bold;
}
#contents.day .day_info_box .inner .detail .menu dd {
  margin: 0 0 0 1em;
  line-height: 1.8;
  font-size: .812rem;
  text-indent: -1em;
}
#contents.day .day_info_box .inner .detail .menu dd:before {
  content: '・';
}
#contents.day .day_info_box .inner .detail .menu dd span.mini {
  font-size: .875rem;
}
#contents.day .day_info_box .inner .detail .menu dd .total {
  position: absolute;
  right: 0;
}
#contents.day .day_info_box .inner .detail .open {
  font-size: .812rem;
  margin-top: 20px;
}
#contents.day .day_info_box .inner .detail .open .mini {
  font-size: .625rem;
}
#contents.day .day_info_box .inner .detail .open dt {
  position: relative;
  top: -4px;
  display: inline-block;
  padding: 0 7px;
  background: #404b73;
  font-size: .812rem;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1.7;
}
_:-ms-fullscreen, :root #contents.day .day_info_box .inner .detail .open dt {
  top: -14px;
  padding: 16px 7px 0 7px;
  line-height: 1;
}
#contents.day .day_info_box .inner .detail .open dd, #contents.day .day_info_box .inner .detail .open li {
  font-size: .812rem;
  line-height: 1.7;
}
#contents.day .day_info_box .inner .detail .open .pc {
  display: none;
}
#contents.day .day_info_box .inner .detail .open .tit {
  display: inline-block;
  width: 6em;
}
#contents.day .day_info_box .inner .image{
  font-size: 1em;
}
#contents.day .day_info_box .open {
  margin-top: 20px;
  font-size: .812rem;
}
#contents.day .day_info_box .open .tit {
  font-weight: bold;
  margin-right: 5px;
}
#contents.day .day_info_box .open .mini {
  font-size: .625rem;
}
#contents.day .day_info_box .open .label {
  position: relative;
  top: -4px;
  font-size: .625rem;
  margin: 0 2px;
  padding: 2px 5px;
  top: 0;
}
#contents.day .day_info_box .operation {
  margin-top: 30px;
}
#contents.day .day_info_box .operation dl dt {
  text-align: left;
}
#contents.day .day_info_box .operation dl dl {
  margin-top: -36px;
}
#contents.day .day_info_box .operation dl dl dt {
  margin-top: 30px;
  margin-left: 55px;
  font-weight: bold;
}

#contents.day #lunch .operation dl dl.yuutei dt,
#contents.day #morning .operation dl dl.yuutei dt {
  margin-top: 50px;
  margin-left: 55px;
  font-weight: bold;
}

#contents.day .day_info_box .operation dl dl dt:first-child {
  margin-top: -9px;
}
#contents.day .day_info_box .operation dl dl dd {
  clear: both;
  margin-bottom: 0;
  padding-left: 10px;
  border-left: 2px solid #3074b7;
  font-size: .812rem;
  line-height: 1.8;
}
#contents.day .day_info_box .operation dl dl dd .fee_align {
  display: block;
  padding-top: 5px;
}
#contents.day #day-operation dl.day_std dd .fee_align {
  display: block;
  padding-top: 5px;
}

#contents.day .day_info_box .operation dl dl dd .fee_align.towel {
  display: inline-block;
  padding-right: 1em;
}

#contents.day .day_info_box .operation dl dl dd .space03 {
  padding-left: 1.1em;
}
#contents.day .day_info_box .operation dl dl dd .only_dinner {
  margin-bottom: 15px;
}
#contents.day .day_info_box .operation dl dl dd .sp_align {
  display: block;
  padding-left: 1.1em;
}
#contents.day #day-operation dl.day_std dd .sp_align {
  /* display: block; */
  /* padding-left: 1.1em; */
}
#contents.day #dinner.day_info_box .open .mini {
  margin-left: 12.5em;
}
#contents.day .day_attention {
  font-size: .687rem;
}

/* ACCESS
*********************/
#contents.access .bus_fee {
  padding: 0;
  text-align: center;
}
#contents.access .bus_fee ul {
  display: inline-block;
}
#contents.access .bus_fee ul li {
  margin-bottom: 25px;
  font-size: 1.25rem;
  border-bottom: 1px solid #535353;
}
#contents.access .bus_fee ul li span {
  font-size: 1rem;
}
#contents.access .bus_reserve {
  max-width: 800px !important;
  margin: -10px 10px 0 10px !important;
  padding: 15px 0 !important;
  border: 1px solid #535353;
  text-align: center;
}
#contents.access .bus_reserve span.hyphen {
  position: relative;
  top: -.1em;
}
#contents.access .bus_reserve p:first-child {
  font-size: .937rem;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
#contents.access .bus_reserve p:first-child span.number {
  font-size: 1.562rem;
  font-weight: bold;
  color: #b91520;
}
#contents.access .bus_reserve p:first-child span.number .tel_link {
  text-decoration: none;
  color: #b91520;
}
#contents.access .bus_reserve p:first-child span.number .tel_link:link {
  text-decoration: none;
  color: #b91520;
}
#contents.access .bus_reserve p:first-child a {
  text-decoration: none;
  color: #b91520;
}
#contents.access .bus_reserve p:first-child a:link {
  color: #b91520;
  text-decoration: none;
}
#contents.access .bus_reserve p:last-child {
  margin-top: 8px;
  font-size: .812rem;
}
#contents.access .bus_info {
  margin: 15px 0 20px 0;
  padding: 0 15px;
  font-size: .937rem;
}

#contents.access > dl {
  width: auto;
  margin: 25px auto;
  padding: 0 10px;
  overflow: hidden;
}

#contents.access > dl dt {
  margin-bottom: 0;
}

#contents.access > dl dt h2 {
  margin: 7px 0 0;
  text-align: center;
}

#contents.access > dl dt h2 img {
  width: 80%;
  max-width: 415px;
}

#contents.access > dl {
  text-align: center;
}

#contents.access > dl dd {
  display: inline-block;
  margin: 0 auto;
  font-size: .937rem;
  color: #535353;
  text-align: left;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#contents.access > dl dd br.sp {
  display: inline;
}

#contents.access > dl dd span:first-of-type {
  text-align: left;
}

#contents.access > dl dd span:first-of-type:before {
  content: '〒';
  display: inline-block;
  width: 15px;
  margin-right: 2px;
  padding-top: 12px;
  background-size: 100% auto;
}

#contents.access #map {
  width: auto;
  margin: 0 10px 20px;
  border: 1px solid #666;
}
#contents.access #map iframe {
  width: 100% !important;
  height: 350px !important;
  vertical-align: bottom;
}

#contents.access section.cont > div {
  margin: auto;
}

#contents.access section.cont > section {
  margin: auto;
  padding: 0 0 20px;
  color: #535353;
}

#contents.access section.cont .accordion {
  display: none;
}

#contents.access section.cont > .more_btn {
  margin-top: -45px;
  padding: 0 15px;
  background: #FFF;
}
#contents.access section.cont > .more_btn img {
  width: 100%;
  height: auto;
}

#contents.access section.cont > .more_btn.close {
  margin-top: 0;
}

#contents.access section.cont .route {
  margin-top: 0;
  margin-bottom: 50px;
  color: #535353;
}

#contents.access section.cont .route li:nth-child(odd) {
  line-height: 40px;
  padding: 0 10px;
  font-size: .937rem;
  background-color: #fff;
  border: 1px solid #535353;
}
#contents.access section.cont .route li:nth-child(odd) .note {
  font-size: .812rem;
  line-height: 1.4;
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

#contents.access section.cont .route li:nth-child(even) {
  padding: 15px 15px 15px 50px;
  font-size: .812rem;
  text-align: left;
}

#contents.access section.cont .route li:nth-child(even).walk span {
  margin-right: 10px;
  display: inline-block;
}

#contents.access section.cont .route li:first-child {
  background-color: #036eb7;
  color: #fff;
}

#contents.access section.cont .route li:last-child {
  padding: 0;
  font-size: 1em;
  background-color: #edf6fc;
  border: 1px solid;
}
#contents.access section.cont .route li:last-child span {
  float: left;
  display: block;
  padding: 13px 0 0 10px;
  line-height: 1.6;
}
#contents.access section.cont .route li:last-child img {
  float: right;
  margin: 0 !important;
  width: 110px;
}

#contents.access section.cont .route li.car {
  background: url(../../access/img/line_car.png) repeat-y 30px top;
  background-size: 7px auto;
}

#contents.access section.cont .route li.bus {
  background: url(../../access/img/line_bus.png) repeat-y 30px top;
  background-size: 7px auto;
}

#contents.access section.cont .route li.walk {
  background: url(../../access/img/line_walk.png) repeat-y 30px top;
  background-size: 7px auto;
}

#contents.access section.cont .route li.train {
  background: url(../../access/img/line_jr.png) repeat-y 30px top;
  background-size: 7px auto;
}

#contents.access section.cont .route li.subway {
  background: url(../../access/img/line_subway.png) repeat-y 30px top;
  background-size: 7px auto;
}

#contents.access section.cont .route li.highway {
  background: url(../../access/img/line_highway.png) repeat-y 30px top;
  background-size: 7px auto;
}

/*#contents.access section.cont .route li. {
  background:url(../../access/img/line_walk.png)repeat-y 30px top;
  background-size:10px auto; }*/
#contents.access section.cont .route li a {
  color: #535353;
}

#contents.access #cont1 .red {
  color: #b91520;
}

#contents.access #cont1 section h4 {
  margin: 0 0 0 0;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: .15em;
  text-align: center;
}
#contents.access #cont1 section h4 .label {
  position: relative;
  top: -3px;
  display: inline-block;
  background: #404b73;
  font-size: .82rem;
  margin: 0;
  padding: 3px 5px;
  letter-spacing: 0;
  color: #fff;
}

#contents.access #cont1 section h4 span:first-of-type {
  letter-spacing: 0.03em;
}

#contents.access #cont1 section h4 span:last-of-type {
  display: block;
}

#contents.access #cont1 section dl {
  margin: 0 0 0;
  padding: 15px 0 10px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #333;
}

#contents.access #cont1 section dl dt {
  margin-bottom: 5px;
  font-size: 0.9375em;
  font-weight: bold;
}

#contents.access #cont1 section dl dd {
  padding: 0 10px;
  font-size: 0.8125em;
  line-height: 2;
}

#contents.access #cont1 section > div {
  margin: 5px 10px;
}

#contents.access #cont1 section > div div table {
  width: 100%;
}
#contents.access #cont1 section > div div table tr.sp {
  display: table-row;
}
#contents.access #cont1 section > div div table th {
  text-align: center;
  font-size: .875rem;
  font-weight: normal;
}
#contents.access #cont1 section > div div table td {
  text-align: center;
  font-size: .875rem;
}
#contents.access #cont1 section > div div table thead th {
  height: auto;
  padding: 0 0 4px 0;
}
#contents.access #cont1 section > div div table tbody th {
  padding: 0 0 0 15px;
  text-align: left;
}
#contents.access #cont1 section > div div table tbody tr.sp td {
  padding: 0 0 0 9%;
  text-align: left;
}
#contents.access #cont1 section > div div table tbody tr:nth-child(1),
#contents.access #cont1 section > div div table tbody tr:nth-child(3) {
  border-bottom: none;
}
#contents.access #cont1 section > div div table tbody tr:nth-child(1) th, #contents.access #cont1 section > div div table tbody tr:nth-child(1) td,
#contents.access #cont1 section > div div table tbody tr:nth-child(3) th,
#contents.access #cont1 section > div div table tbody tr:nth-child(3) td {
  height: 29px;
  vertical-align: bottom;
}
#contents.access #cont1 section > div div table tbody tr:nth-child(2) th, #contents.access #cont1 section > div div table tbody tr:nth-child(2) td,
#contents.access #cont1 section > div div table tbody tr:nth-child(4) th,
#contents.access #cont1 section > div div table tbody tr:nth-child(4) td {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 29px;
  vertical-align: top;
}
#contents.access #cont1 section > div div table .pc {
  display: none;
}

#contents.access #cont1 section > div div table th {
  height: 57px;
}

#contents.access #cont1 section > div div table td span.pc {
  display: inline;
}

#contents.access #cont1 section > div div table tr {
  border-bottom: 1px solid;
}

#contents.access #cont1 section > div div table tr:nth-child(2) {
  border-bottom: 1px dashed;
}

#contents.access #cont1 section > div div ul {
  margin: 10px 0 0;
}

#contents.access #cont1 section > div div ul li {
  margin: 0 0 3px 1em;
  text-indent: -1em;
  text-align: left;
  font-size: 0.687em;
  line-height: 1.9;
}

#contents.access #cont1 section > div div p {
  margin: 10px 0 20px;
  padding: 10px;
  border: 1px solid #535353;
  background-color: #fff;
  font-size: .812rem;
  text-align: left;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  text-align: center;
}



#contents.access #cont1 .red_information .center_yose {
  font-size:.937rem;
}


#contents.access #cont1 section > div div p .sp {
  display: inline;
}
#contents.access #cont1 section > div div p span {
  font-size: .937rem;
}

#contents.access #cont1 section > div figure p {
  font-size: .937rem;
}
#contents.access #cont1 section > div figure p em {
  color: #b91520;
  font-style: normal;
}

#contents.access #cont1 section > div figure figcaption {
  line-height: 40px;
  font-size: 1.125em;
  text-align: center;
}

#contents.access #cont1 section > div figure img {
  width: 100%;
}

#contents.access #cont2 img {
  margin: 10px 0;
}

#contents.access #cont2 ul.route {
  padding: 15px 10px;
}

#contents.access #cont2 section {
  padding: 0 10px;
  color: #535353;
}

#contents.access #cont2 section h4,
#contents.access #cont3 section h4 {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 1.25rem;
  color: #002e73;
  font-weight: bold;
  letter-spacing: .15em;
  border-bottom: 1px solid #a0a0a0;
}
#contents.access #cont2 section h4 span,
#contents.access #cont3 section h4 span {
  position: relative;
  bottom: -2px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #a0a0a0;
}
#contents.access #cont2 section h4 + p,
#contents.access #cont3 section h4 + p {
  padding: 0 0 30px 0;
  font-size: .875rem;
}

#contents.access #cont2 section dl {
  padding-left: 30px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contents.access #cont2 section dl dt {
  font-size: 0.875em;
  margin: 25px 0 5px;
  font-weight: bold;
  position: relative;
}

#contents.access #cont2 section dl dt:before {
  content: '';
  width: 14px;
  height: 11px;
  background: url(../../access/img/cont2_dt.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: -22px;
  top: 5px;
}

#contents.access #cont2 section dl dd {
  font-size: 0.875em;
}

#contents.access #cont3 section {
  margin: 0 10px;
}

#contents.access #cont3 section ul.list {
  margin: -10px 0 20px;
}

#contents.access #cont3 section ul.list li {
  margin-left: 1em;
  text-indent: -1em;
  text-align: left;
  font-size: 0.875em;
  color: #535353;
}

#contents.access #cont3 section ul.list li a {
  color: #265d93;
}

/* sightseeing
*********************/
#contents.sightseeing .wrap {
  max-width: 1000px;
}
#contents.sightseeing .slider {
  margin: 10px auto 0 auto;
  max-width: 1645px;
}
#contents.sightseeing #sightseeing-nav {
  position: relative;
  z-index: 1;
  margin: 40px 0 50px 0;
  border-bottom: 2px solid #404b73;
}
#contents.sightseeing #sightseeing-nav #tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
}
#contents.sightseeing #sightseeing-nav #tab li {
  margin: 0 0.5% 0 0.5%;
  width: calc(32.33% - 4px);
  height: calc(100% - 20%);
  text-align: center;
  background: rgba(64, 75, 115, 0.7);
  border: 2px solid rgba(83, 83, 83, 0.5);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
#contents.sightseeing #sightseeing-nav #tab li a {
  display: block;
  padding: 10px 0;
}
#contents.sightseeing #sightseeing-nav #tab li a img {
  vertical-align: middle;
  height: 25px;
}
#contents.sightseeing #sightseeing-nav #tab li a:hover {
  background: rgba(64, 75, 115, 0.9);
  border-radius: 10px 10px 0 0;
}
#contents.sightseeing #sightseeing-nav #tab li.current {
  height: 100%;
  margin-bottom: -2px;
  background: #FFF;
  border: 2px solid #404b73;
  border-bottom: none;
}
#contents.sightseeing #sightseeing-nav #tab li.current a img {
  height: 36px;
}
#contents.sightseeing #sightseeing-nav #tab li.current a:hover {
  background: #FFF;
  border-radius: 10px 10px 0 0;
}
#contents.sightseeing #sightseeing-video {
  position: relative;
  margin: 0 0 15px 0;
  background: #000;
  overflow: hidden;
}
#contents.sightseeing #sightseeing-video video {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#contents.sightseeing #sightseeing-video .loader {
  position: absolute;
  z-index: 0;
  top: 16%;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #000;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#contents.sightseeing #sightseeing-video .loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#contents.sightseeing #sightseeing-video .loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contents.sightseeing .main_img {
  margin: 0 0 15px 0;
}
#contents.sightseeing .type_box h2:before {
  display: inline-block;
  position: relative;
  content: '';
}
#contents.sightseeing .type_box:nth-of-type(1) h2 {
  padding-right: 2.5em;
}
#contents.sightseeing .type_box:nth-of-type(1) h2:before {
  top: 0;
  margin-right: 15px;
  background: url("../../ss_demo/img/ico_type01.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 38px;
  height: 20px;
}
#contents.sightseeing .type_box:nth-of-type(2) h2 {
  padding-right: 2.5em;
}
#contents.sightseeing .type_box:nth-of-type(2) h2:before {
  top: 0;
  margin-right: 15px;
  background: url("../../ss_demo/img/ico_type02.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 45px;
  height: 21px;
}
#contents.sightseeing .type_box:nth-of-type(3) h2 {
  padding-right: 2.5em;
}
#contents.sightseeing .type_box:nth-of-type(3) h2:before {
  top: 5px;
  margin-right: 20px;
  background: url("../../ss_demo/img/ico_type03.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 34px;
  height: 30px;
}
#contents.sightseeing .sightseeing_images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
#contents.sightseeing .sightseeing_images li {
  margin: 0 1% 15px 1%;
  width: 48%;
  font-size: .75rem;
  letter-spacing: .15em;
}
#contents.sightseeing .sightseeing_images li img {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
}




#contents.sightseeing .type_box.car{
  border:3px solid #002e73;
  padding:20px;
  overflow: auto;
  margin-top:100px;
}

#contents.sightseeing .type_box.car h3{
  font-size:20px;
  text-align: center;
  margin:0 auto 20px;
}

#contents.sightseeing .type_box.car h3 span{
    font-size:0.8em;
    border:1px solid #535353;
    padding: 5px 10px;
    margin-right:10px;
}
#contents.sightseeing .type_box.car h4{
  line-height: 1;
  margin:0 auto 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
#contents.sightseeing .type_box.car h4 span.small{
  font-weight:bold;
  font-size:16px;
  letter-spacing: 0.2em;
}
#contents.sightseeing .type_box.car h4 span.middle{
  font-weight:bold;
  font-size:20px;
  line-height: 1.82;
}
#contents.sightseeing .type_box.car h4 span.large{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color:#dc1722;
  
}
#contents.sightseeing .type_box.car .text{
  width: 100%;
}
#contents.sightseeing .type_box.car .text img{
  width: 100%;
}
#contents.sightseeing .type_box.car .text dl{
  font-size: 0.8rem;
}
#contents.sightseeing .type_box.car .text dl dt{
  width: 75px;
  float: left;
}
#contents.sightseeing .type_box.car .text dl dd{
  width: calc(100% - 80px);
  display: inline-block;
}
#contents.sightseeing .type_box.car .text p{
  display: block;
  width:100%;
  text-align: center;
  border:1px #535353 solid;
  padding:10px;
  margin-top:20px;
  font-size: 0.8rem;
}



#contents.sightseeing .type_box.car .images{
  width: 100%;
}
#contents.sightseeing .type_box.car .images::after{
  clear: both;
}
#contents.sightseeing .type_box.car .images img{
  width: 100%;
}







#contents.sightseeing .about_toya {
  margin-top: 30px;
  font-size: 1rem;
  letter-spacing: .15em;
}

/* BANQUET
*********************/
#contents.banquet #main_visual01 {
  position: relative;
}
#contents.banquet #main_visual01 span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #FFF;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.9);
  font-size: 1em;
  letter-spacing: .15em;
}
#contents.banquet #place {
  margin: 0 auto;
  max-width: 1000px;
}
#contents.banquet #place .detail .operation dl {
  margin: 0;
}
#contents.banquet #place .detail table {
  margin-top: 10px;
  width: 100%;
}
#contents.banquet #place .detail table th,
#contents.banquet #place .detail table td {
  font-size: .813rem;
  letter-spacing: .16em;
  text-align: center;
}
#contents.banquet #place .detail table thead th {
  font-weight: normal;
}
#contents.banquet #place .detail table thead th:nth-child(2):before, #contents.banquet #place .detail table thead th:nth-child(3):before {
  content: '（';
}
#contents.banquet #place .detail table thead th:nth-child(2):after, #contents.banquet #place .detail table thead th:nth-child(3):after {
  content: '）';
}
#contents.banquet #place .detail table tbody th, #contents.banquet #place .detail table tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#contents.banquet #place .detail table tbody th {
  font-weight: normal;
  text-align: left;
}
#contents.banquet #place .detail table .above01 {
  padding-left: 1.3em;
}
#contents.banquet #place #other-places li {
  margin: 25px 0 0 0;
  text-align: center;
  font-size: .813rem;
  letter-spacing: .15em;
}
#contents.banquet #place #other-places li img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
#contents.banquet #place #other-places li span {
  font-size: .812rem;
}
#contents.banquet .recommend_section {
  margin: 0 auto;
  width: 89.6%;
  max-width: 1000px;
  text-align: left;
}
#contents.banquet .recommend_section .box .image {
  margin-bottom: 10px;
}
#contents.banquet .recommend_section .box .image img {
  width: 100%;
  height: auto;
}
#contents.banquet .recommend_section .box .menu dl {
  margin: 0;
  font-size: .75rem;
  line-height: 1.6;
}
#contents.banquet .recommend_section .box .menu dl dt {
  width: 8em;
  float: left;
}
#contents.banquet .recommend_section .box .menu dl dd {
  margin: 0 0 0 8em;
}
#contents.banquet .recommend_section .btn_reserve01 {
  display: flex;
  justify-content: center;
  margin: 15px 0 35px 0;
}
#contents.banquet .recommend_section .btn_reserve01 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 10px 15px 10px;
  border: 1px solid rgba(83, 83, 83, 0.4);
  background-size: 19px 19px;
  overflow: hidden;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .15em;
}
#contents.banquet .recommend_section .btn_reserve01 a:link, #contents.banquet .recommend_section .btn_reserve01 a:visited {
  color: #535353;
  text-decoration: none;
}
#contents.banquet .recommend_section .btn_reserve01 a::before, #contents.banquet .recommend_section .btn_reserve01 a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
#contents.banquet .recommend_section .btn_reserve01 a, #contents.banquet .recommend_section .btn_reserve01 a::before, #contents.banquet .recommend_section .btn_reserve01 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contents.banquet .recommend_section .btn_reserve01 a:hover {
  color: #fff;
}
#contents.banquet .recommend_section .btn_reserve01 a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#contents.banquet .recommend_section .btn_reserve01 a:hover::after {
  top: 0;
  background-color: #1e2c5b;
}
#contents.banquet #option {
  margin: 0 auto;
  max-width: 1000px;
}
#contents.banquet #option .slider {
  margin-bottom: 15px;
  padding: 25px 35px 55px 35px;
  border: 1px solid #bfbfbf;
}
#contents.banquet #option .slider .caption01 {
  text-align: center;
}
#contents.banquet #option .slider .caption01 dt {
  font-weight: bold;
  font-size: .8125rem;
  color: #535353;
	display: flex;
	justify-content: center;
	align-items: center;

}
#contents.banquet #option .slider .caption01 dt span {
  font-size: .78rem;
  background-color: #002e73;
  color: #fff;
  padding:3px 7px;
  margin-right: 3px;
}
#contents.banquet #option .slider .caption01 dd {
  color: #535353;
  font-size: .687rem;
  line-height: 2;
}
#contents.banquet #option .slider .caption01 dd.note,
#contents.banquet #option .slider .caption01 dd .note {
  font-size: .687rem;
}
#contents.banquet #option .slider .slick-prev, #contents.banquet #option .slider .slick-next {
  width: 15px;
  height: 32px;
  bottom: 60%;
}
#contents.banquet #option .slider .slick-prev {
  left: 8px;
  background: url("../../banquet/img/prev01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.banquet #option .slider .slick-next {
  right: 8px;
  background: url("../../banquet/img/next01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.banquet #option .slider .slick-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  width: 250px;
}
#contents.banquet #option .slider .slick-dots li{
  width: 10px;
}
#contents.banquet #option .slider .slick-dots li button:before {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  content: '〇';
  color: #404b73;
  font-size: 10px;
  font-weight: bold;
  width: 25px;
}
#contents.banquet #option .slider .slick-dots li.slick-active button::before {
  content: '●';
}
#contents.banquet #option .attention {
  margin: 0 0 0 1em;
  text-indent: -1em;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: .687rem;
}
#contents.banquet .contact_group {
  margin: 60px auto 0 auto;
  max-width: 680px;
  width: 89.6%;
  text-align: center;
}
#contents.banquet .contact_group dt {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #403323;
}
#contents.banquet .contact_group dd {
  color: #3d301f;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  font-size: .937rem;
}
#contents.banquet .contact_group dd span {
  color: #970000;
  font-size: 1.75rem;
}
#contents.banquet .contact_group dd span a {
  color: #970000;
  text-decoration: none;
}

/* CMS
*********************/
#contents.cms .detail {
  /* img */
}
#contents.cms .detail p {
  display: block;
}
#contents.cms .detail strong {
  font-weight: bold;
}
#contents.cms .detail em {
  font-style: italic;
}
#contents.cms .detail blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#contents.cms .detail .aligncenter {
  display: block;
  margin: 0 auto;
}
#contents.cms .detail .alignright {
  float: right;
}
#contents.cms .detail .alignleft {
  float: left;
}
#contents.cms .detail img[class*="wp-image-"],
#contents.cms .detail img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

#contents.cms .wrap {
  max-width: 1030px;
}
#contents.cms .post_info {
  font-size: .875rem;
  color: #535353;
}
#contents.cms .post_info time {
  color: #002e73;
}
#contents.cms .post_info .cat {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 0 2px 15px;
  border-left: 1px solid #535353;
}
#contents.cms h3 {
  position: relative;
  margin: 0 0 25px 0;
  padding: 10px 0 15px 0;
  font-size: 1.062rem;
  color: #535353;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  border-bottom: 1px solid #a0a0a0;
}
#contents.cms h3:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 90px;
  height: 3px;
  background: #a0a0a0;
}
#contents.cms .detail {
  font-size: .875rem;
  color: #535353;
}
#contents.cms .detail p {
  margin: 1.7em 0 0 0;
}
#contents.cms .detail img {
  max-width: 100%;
  height: auto;
}
#contents.cms .post_navigation ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
#contents.cms .post_navigation ul li a {
  padding: 0 5px 5px 5px;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: .875rem;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
  color: #535353;
}
#contents.cms .post_navigation ul li:first-child a:before {
  position: relative;
  top: 3px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background: url("../img/ico_cms_arr01.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-decoration: underline;
}
#contents.cms .post_navigation ul li:last-child a:after {
  position: relative;
  top: 3px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
  background: url("../img/ico_cms_arr02.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-decoration: underline;
}
#contents.cms .partner_list {
  display: flex;
  justify-content: normal; /* 奇数の時 */
  flex-wrap: wrap;
  margin: 0 -3%;
}
#contents.cms .partner_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44%;
  min-height: 130px;
  margin: 0 1.5% 3% 1.5%;
  padding: 10px 15px;
  background-color: #dcdcdc;
}
#contents.cms .partner_list li.youtube p{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#contents.cms .partner_list li.youtube p iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  right: 0;
}

#contents.cms .partner_list li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#contents.cms .partner_list li a:hover img {
  opacity: .8;
}
#contents.cms .partner_list_long {
  text-align: center;
}
#contents.cms .partner_list_long img {
  padding: 10px;
  background-color: #dcdcdc;
  display: inline-block;
}
#contents.cms .partner_list_long a:hover img {
  opacity: .8;
}
#contents.cms .download_wrap .box .image {
  text-align: center;
}
#contents.cms .download_wrap .box .image img {
  margin: 15px 0 20px 0;
  max-width: 254px;
  height: auto;
}
#contents.cms .download_wrap .box .image a:hover img {
  opacity: .8;
}
#contents.cms .download_wrap .box.movie p{
	margin-top:7px;
}
#contents.cms .download_wrap .box.movie div.yt {
	width:100%;
	margin:10px 0 1.2em;
	position: relative;
	right:0;
	max-width:470px;
}
#contents.cms .download_wrap .box.movie div.yt::before {
	content: '';
	display: block;
	padding-top:56.25%;
}

#contents.cms .download_wrap .box.movie div.yt iframe{
	width: 100%;
	height:100%;
	margin: 0;
	padding:0;
	position: absolute;
	top:0;
	left:0;

}



#contents.cms .download_wrap .box .btn_download {
  margin: 0 0 15px 0;
  font-size: 1rem;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
#contents.cms .download_wrap .box .btn_download a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 29px 10px 10px;
  border: 1px solid #535353;
  background: url("../img/ico_download.png") no-repeat 75% 50%;
  background-size: 19px 19px;
  overflow: hidden;
  text-align: center;
}
#contents.cms .download_wrap .box .btn_download a.to_right {
  background: url("../img/ico_download.png") no-repeat 85% 50%;
  background-size: 19px 19px;    
}
#contents.cms .download_wrap .box .btn_download a:link, #contents.cms .download_wrap .box .btn_download a:visited {
  color: #535353;
  text-decoration: none;
}
#contents.cms .download_wrap .box .btn_download a::before, #contents.cms .download_wrap .box .btn_download a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
#contents.cms .download_wrap .box .btn_download a, #contents.cms .download_wrap .box .btn_download a::before, #contents.cms .download_wrap .box .btn_download a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contents.cms .download_wrap .box .btn_download a:hover,
#contents.cms .download_wrap .box .btn_download a.to_right:hover{
  color: #fff;
  background-image: url("../img/ico_download_wt.png");
}
#contents.cms .download_wrap .box .btn_download a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#contents.cms .download_wrap .box .btn_download a:hover::after,
#contents.cms .download_wrap .box .btn_download a.to_right:hover::after{
  top: 0;
  background-color: #1e2c5b;
}
#contents.cms .download_wrap .box .btn_download a span {
  font-size: .687rem;
}
#contents.cms .download_wrap .box .note {
  margin: 0 0 40px 1em;
  text-indent: -1em;
  font-size: .687rem;
}
#contents.cms .download_wrap .box .note:before {
  content: '※';
}

#contents.partner .wrap {
  max-width: 1050px;
}

/* FAQ
*********************/
#contents.faq .banner {
  text-align: center;
}
#contents.faq .banner img {
  max-width: 238px;
}
#contents.faq .banner a:hover img {
  opacity: .8;
}
#contents.faq .faq_nav {
  margin: 30px auto 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
#contents.faq .faq_nav li {
  width: 44%;
  margin: 0 3% 15px 3%;
  text-align: center;
  font-size: .875rem;
}
#contents.faq .wrap.pdf_link{
  text-align:center;
  margin-top: 10px;
}

#contents.faq .note_cmt{
	margin:0 auto;
	max-width:1200px;
	width:89.6%;
	font-size:.875rem;
	padding-left:1em;
	text-indent:-1em;
}

#contents.faq .faq_nav li a {
  display: block;
  text-align: center;
  padding: 3px 0;
  text-decoration: none;
  border-bottom: 1px solid #a0a0a0;
  color: #535353;
}
#contents.faq .faq_nav li a:hover {
  opacity: .8;
}
#contents.faq .faq_nav li a span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-left: 10px;
  background: url("../../faq/img/ico_faq01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#contents.faq h3 {
  margin: 40px 0 0 0;
  padding: 0;
  border: none;
  font-size: 1.187rem;
  text-align: center;
}
#contents.faq h3:after {
  content: none;
}
#contents.faq dl dt {
  margin-top: 10px;
  padding: 10px 45px 10px 15px;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: .875rem;
  border: 1px solid #dcdcdc;
  background-image: url("../../faq/img/ico_faq02.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px 11px;
  cursor: pointer;
}
#contents.faq dl dt:hover {
  background-color: #e0eaf0;
}
#contents.faq dl dt.open {
  background-color: #e0eaf0;
  border-bottom: none;
  border-color: #404b73;
  background-image: url("../../faq/img/ico_faq03.png");
}
#contents.faq dl dt.open + dd {
  border-color: #404b73;
}
#contents.faq dl dd {
  display: none;
  margin: 0;
  padding: 10px 15px 10px 30px;
  font-size: .812rem;
  border: 1px solid #dcdcdc;
  border-top: none;
  line-height: 1.8;
}
#contents.faq dl dd br.sp {
  display: inline;
}
#contents.faq dl dd table {
  display: block;
}
#contents.faq dl dd table th {
  display: block;
  width: 100%;
  vertical-align: top;
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  text-align: left;
  font-weight: normal;
}
#contents.faq dl dd table td {
  display: block;
  margin-bottom: 2em;
  width: 100%;
}
#contents.faq dl dd .indent01 {
  display: inline-block;
  margin-left: 1em;
}
#contents.faq dl dd .caution {
  color: #FF0000;
}
#contents.faq dl dd .note {
  margin: 5px 0 5px 1em;
  text-indent: -1em;
}



/* congestion
*********************/

#contents.congestion h2.tit01{
	font-size:1.5rem;
	line-height: 1.2em;
}
#contents.congestion h2.tit01 span{
	font-size:0.8rem;
}

#contents.congestion .text p{
	margin-bottom:10px;
}
#contents.congestion .text{
	text-align: center;
	margin: 0 auto 30px;
	font-size: 1rem;
}

#contents.congestion .text strong{
	color: #002e73;
}

#contents.congestion .text strong span{
	font-size: 1.2rem;
}

#contents.congestion .text img{
	width:90%;
	max-width:512px;
}


#contents.congestion dl dd img{
	width:80%;
}

#contents.congestion dl{
	margin-bottom:50px;
}

#contents.congestion dl dt{
	font-size:1.3em;
	padding:7px;
}

#contents.congestion dl dt,
#contents.congestion dl dd{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#contents.congestion dl dd{
	height: auto;
	background: url("../../congestion/nowloading.gif") no-repeat center center;
	background-size: 80px 80px;
}

#contents.congestion .standard{
		width: 100%;
		max-width:100%;
		margin: 0 auto;
}
#contents.congestion .standard > p{
		background: #d7d7d7;
		text-align: center;
		color: #535353;
		font-size: 1.2rem;
		padding: 10px 15px;
		line-height: 1;
		width: 100%;
		height: auto;
}
#contents.congestion .standard ul{
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
		flex-direction: column;
		background:#f2f2f2;
		width: 100%;
		height:auto;
		margin: 0;
		padding: 15px 30px;
		flex-wrap: wrap;
}
#contents.congestion .standard li{
		display:flex;
		justify-content:flex-start;
		align-items: center;
		align-content: center;
		height: 100%;
		font-size: 0.9rem;
		font-weight: bold;
		width: 40%;
		margin: 15px 0 0;
}

#contents.congestion .standard li:first-of-type{
	margin: 0;
}
	
#contents.congestion .standard li span{
		width: 28px;
		height: 28px;
		display: block;
		line-height: 1;
		margin-right: 10px;
}
	
#contents.congestion .standard li .color_area01{
	background: #5487cf;
}
#contents.congestion .standard li .color_area02{
	background: #ffd800;
}
#contents.congestion .standard li .color_area03{
	background: #db103f;
}

/*********************
FOOTER STYLES
*********************/
#footer {
  padding: 48px 0 0 0;
  text-align: center;
}
#footer .com_info {
  text-align: center;
}
#footer .com_info dt {
  color: #221815;
}
#footer .com_info dt #ft_logo {
  display: inline-block;
  margin-right: 5px;
  width: 200px;
  height: auto;
}
#footer .com_info dt #logo_facebook,
#footer .com_info dt #logo_instagram,
#footer .com_info dt #logo_youtube {
  position: relative;
  top: -3px;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
#footer .com_info dd {
  color: #221815;
}
#footer .com_info dd.address {
  margin: 5px 0 10px 0;
  font-size: .75rem;
}
#footer .com_info dd.tel {
  font-size: .875rem;
}
#footer .com_info dd.tel span {
  font-size: 1.625rem;
}
#footer .com_info dd.tel a {
  color: #221815;
  text-decoration: none;
}
#footer .foot_nav01 ul {
  margin: 0;
}
#footer .foot_nav01 ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: .75em;
}
#footer .foot_nav01 ul li a {
  display: block;
  padding: 10px 0;
}
#footer .foot_nav01 ul li a:link, #footer .foot_nav01 ul li a:visited {
  color: #535353;
  text-decoration: none;
}
#footer .foot_nav01 ul li a:hover {
  background: #efefef;
}
#footer .bus dl {
  margin: 35px 0 30px 0;
}
#footer .bus dl dd .price {
  font-size: 1.5rem;
}
#footer .bus dl dd .attention {
  color: #c00000;
  font-size: .75rem;
}
#footer .download {
  margin: 0 0 70px 0;
  font-size: .75em;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
}
#footer .download a {
  position: relative;
  display: block;
  width: 257px;
  margin: 0 auto;
  padding: 15px 29px 15px 10px;
  border: 1px solid rgba(83, 83, 83, 0.4);
  background: url("../img/ico_download.png") no-repeat 80% 50%;
  background-size: 19px 19px;
  overflow: hidden;
  /*&:hover {
  	opacity: .8;
  }*/
}
#footer .download a:link, #footer .download a:visited {
  color: #535353;
  text-decoration: none;
}
#footer .download a::before, #footer .download a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
}
#footer .download a, #footer .download a::before, #footer .download a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .download a:hover {
  color: #fff;
  background-image: url("../img/ico_download_wt.png");
}
#footer .download a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#footer .download a:hover::after {
  top: 0;
  background-color: #1e2c5b;
}
#footer .group_hotels {
  width: 257px;
  margin: 0 auto 25px auto;
}
#footer .group_hotels li {
  margin: 8px 0;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: .75rem;
  background: url("../img/ico_arr01.png") no-repeat 0 50%;
  background-size: 5px 7px;
}
#footer .group_hotels li a:link, #footer .group_hotels li a:visited {
  color: #535353;
  text-decoration: none;
}
#footer .group_hotels li a:hover {
  text-decoration: underline;
}
_:-ms-fullscreen, :root #footer .group_hotels li a {
  position: relative;
  top: 6px;
}
#footer .lang {
  display: table;
  width: 257px;
  margin: 0 auto 33px auto;
}
#footer .lang li {
  display: table-cell;
  width: 25%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: .75rem;
  border-right: 1px solid #3074b7;
}
#footer .lang li:last-child {
  border-right: none;
}
#footer .foot_nav02 {
/*  padding: 16px 20px 85px 20px;*/ /* 35%bnr space */
  padding: 16px 20px 35px 20px;
  background: #1e2c5b;
}
#footer .foot_nav02.posi02 {
    padding: 16px 20px 85px 20px;
}

#footer .foot_nav02 ul {
  margin: 0;
}
#footer .foot_nav02 ul li {
  float: left;
  width: 50%;
  text-align: left;
  font-size: .75rem;
}
#footer .foot_nav02 ul li a {
  display: block;
  padding: 5px 2px 5px 5px;
  color: #FFF;
  text-decoration: none;
}
#footer .foot_nav02 ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#footer #copyright {
  margin: 0;
  padding: 15px 0 70px 0;
  color: #FFF;
  text-align: center;
  font-size: 0.5em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#footer #to_top {
  display: none;
  width: 47px;
  height: 47px;
  position: fixed;
    /* right: 150px; */
    right: 30px;
    bottom: 110px;
   /* right: 150px;
    bottom: 25px;*/
  /*right: 30px;
  bottom: 100px;*/
  margin: 0;
  z-index: 999;
}

#footer #to_top img {
  width: 100%;
  height: 100%;
}

#footer.lower .info02 {
  display: none;
}

/* ==========================
  フローティングバナー（追従バナー）
========================== */
.bl_floatingBanner {
  position: fixed;
  bottom: 170px;
  right: 30px;
  width: 300px;
  max-width: 100%;
  display: none;/*debug用*/
}
.bl_floatingBanner.js_close {
  display: none !important;
}
.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner_close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
}
.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 7px;
  width: 1px;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1366px) {
    #footer #to_top {
        right: 15px;
        bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
    #footer #to_top,
    #footer #to_top.pc {
        display: none !important;
    }
    .bl_floatingBanner {
      display: none !important;
    }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 769px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #contents.lower {
    padding: 0 0 60px 0;
  }

  .wrap {
    width: 98%;
  }

  /*********************
  HEADER STYLES
  *********************/
  #header {
    position: fixed;
    width: 100%;
    padding: 0;
    background-color: #FFF;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  #header.is_home {
    top: -60px;
    display: none;
  }
  #header .head_inner {
    padding: 0;
  }
  #header #hd_logo {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0 0 0 3%;
    text-align: left;
    line-height: 1em;
  }
  #header #hd_logo img {
    position: relative;
    top: 2px;
    width: 100%;
    vertical-align: middle;
  }

  #header.nav_fixed {
    position: fixed;
    display: block;
  }
	#sp_foot_menu {
    display: none; }
  /*********************
  NAVIGATION STYLES
  *********************/
  #open_menu {
    display: none;
  }

  #global_nav {
    float: right;
    width: 80%;
    position: relative;
    z-index: 999;
    top: 0 !important;
    margin: 5px 0 0 0;
    padding: 0;
    background-color: transparent;
    border-top: none;
  }
  #global_nav .wrap {
    position: relative;
    width: 100%;
  }
  #global_nav .wrap ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  #global_nav .wrap li {
    width: auto;
    padding: 0;
    display: table-cell;
    font-size: .875rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
    padding: 0 3px;
    /*
    &:nth-child(1),
    &:nth-child(2),
    &:nth-child(3),
    &:nth-child(4),
    &:nth-child(5) {
    	width: 12.2%;
    }
    
    &:nth-child(8) {
    	width: 12%;
    	font-family: $mincho;
    	
    	span {
    		margin: 0 0 0 10px;
    	}
    	ul {
    		width: calc(100% - 10px);
    		margin: 0 0 0 10px;
    		
    		li {
    			&:nth-child(1),
    			&:nth-child(2),
    			&:nth-child(3),
    			&:nth-child(4),
    			&:nth-child(5) {
    				width: 100%;
    			}
    		}
    	}
    }
    */
  }
  #global_nav .wrap li:nth-child(odd) {
    float: none;
  }
  #global_nav .wrap li:nth-child(even) {
    float: none;
  }
  #global_nav .wrap li:nth-child(1), #global_nav .wrap li:nth-child(2), #global_nav .wrap li:nth-child(3), #global_nav .wrap li:nth-child(4), #global_nav .wrap li:nth-child(5),#global_nav .wrap li:nth-child(6),#global_nav .wrap li:nth-child(7),#global_nav .wrap li:nth-child(8) {
    width: calc(8% - 6px);
  }
  #global_nav .wrap li:nth-child(11){
    width: 11%;
  }

  #global_nav .wrap li:nth-child(10) li{
    width: 100%;
  }

  #global_nav .wrap li#room_type{
    width: 10% !important;
    font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  }
  #global_nav li#room_type span:after {
    content: 'Room';
    position: relative;
  }
  #global_nav li#room_type span:after {
    display: block;
    font-size: .58em;
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: .1em;
  }
  #global_nav li#room_type span {
    display: block;
    padding: 4px 5px;
    cursor: pointer;
  }
  #global_nav li#room_type ul {
    position: absolute;
    display: none;
    /* border: 1px solid #404b73; */
    border-top: none;
    top:47px;
    width: 100%;
    margin: 0 0 0 10px;
    left: -5px;
  }

  #global_nav li#room_type ul li:first-child,
    #global_nav li#room_type ul li:nth-child(2){
    width: 100%;
    display: block;
  }
  #global_nav li#room_type span{
      position: relative;
      padding-right: 10px;
  }
  #global_nav li#room_type span::before{
      content:'';
      width: 10px;
      height: 6px;
      display: inline-block;
      background: url(../img/gnavi_arrow.png);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top:calc(50% - 5px);
      right: 10px;
  }

  #global_nav li#room_type ul li {
      border-top: 1px solid #fff;
      border-left: none;
      border-right: none;
      background: #3f4b73;
  }
  #global_nav li#room_type ul li:last-child {
    border-bottom: 1px solid #404b73;
  }

  #global_nav li#room_type ul li a {
    color: #FFF;
    font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  }
  #global_nav li#room_type ul li a:after {
    content: none;
  }
  _:-ms-fullscreen, :root #global_nav li#room_type span {
    padding: 12px 5px 1px 5px;
  }
  _:-ms-fullscreen, :root #global_nav li#room_type ul li a {
    padding: 12px 5px 1px 5px !important;
  }

 
  






  #global_nav .wrap li#access_type{
    width: 15% !important;
    font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  }
  #global_nav li#access_type span:after {
    content: 'Access';
    position: relative;
  }
  #global_nav li#access_type span:after {
    display: block;
    font-size: .58em;
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: .1em;
  }
  #global_nav li#access_type span {
    display: block;
    padding: 4px 5px;
    cursor: pointer;
  }
  #global_nav li#access_type ul {
    position: absolute;
    display: none;
    /* border: 1px solid #404b73; */
    border-top: none;
    top:47px;
    width: 100%;
    margin: 0 0 0 10px;
  }

  #global_nav li#access_type ul li:first-child,
    #global_nav li#access_type ul li:nth-child(2){
    width: 100%;
    display: block;
  }
  #global_nav li#access_type span{
      position: relative;
      padding-right: 20px;
  }
  #global_nav li#access_type span::before{
      content:'';
      width: 10px;
      height: 6px;
      display: inline-block;
      background: url(../img/gnavi_arrow.png);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top:calc(50% - 5px);
      right: 5px;
  }

  #global_nav li#access_type ul li {
      border-top: 1px solid #fff;
      border-left: none;
      border-right: none;
      background: #3f4b73;
  }
  #global_nav li#access_type ul li:last-child {
    border-bottom: 1px solid #404b73;
  }

  #global_nav li#access_type ul li a {
    color: #FFF;
    font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  }
  #global_nav li#access_type ul li a:after {
    content: none;
  }
  _:-ms-fullscreen, :root #global_nav li#access_type span {
    padding: 12px 5px 1px 5px;
  }
  _:-ms-fullscreen, :root #global_nav li#access_type ul li a {
    padding: 12px 5px 1px 5px !important;
  }  





  

  #global_nav .wrap li:nth-child(10) {
    word-break: keep-all;
    width: 12%;
    padding: 5px 1% 5px 0;
  }
  #global_nav .wrap li:nth-child(12) {
    width: 12%;
    font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  }
  #global_nav .wrap li:nth-child(12) span {
    margin: 0 0 0 10px;
  }
  #global_nav .wrap li:nth-child(12) ul {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }
  #global_nav .wrap li:nth-child(12) ul li:nth-child(1), #global_nav .wrap li:nth-child(12) ul li:nth-child(2), #global_nav .wrap li:nth-child(12) ul li:nth-child(3), #global_nav .wrap li:nth-child(12) ul li:nth-child(4), #global_nav .wrap li:nth-child(12) ul li:nth-child(5) {
    width: 100%;
  }
  #global_nav .wrap li a {
    display: block;
    margin: 0;
    padding: 5px;
    color: #333333;
    text-decoration: none;
  }
  #global_nav .wrap li a:hover {
    opacity: .7;
  }
	
	/* AI Concierge */
	#trip_ai_container{display:block!important;}
	
  /*********************
  PAGE STYLES
  *********************/
  /* COMMON
  *********************/
  .slider {
    margin-top: 47px;
  }

  #news {
    margin: 0 0 100px 0;
  }
  #news h2 {
    margin: 100px 0 50px 0;
    font-size: 2rem;
  }
  #news ul {
    max-width: 1000px;
    height: 250px;
    margin: 0 auto;
  }
  #news .red_information.toya_color {
    max-width: 1000px;
    margin: 50px auto 0;
  }    
  #news ul li {
    padding-bottom: 1px;
  }
  #news ul dl {
    display: flex;
    margin: 12px 0;
    align-items: center;
  }
  #news ul dl dt {
    font-size: 1rem;
  }
  #news ul dl dt time {
    padding: 5px 35px 5px 0;
  }
  #news ul dl dt .cat {
    padding: 5px 35px 5px 35px;
    border-right: 1px solid #3d3d3d;
    border-left: 1px solid #3d3d3d;
    width: 8.5em;
    text-align: center;
  }
  #news ul dl dd {
    display: inline-block;
    width: 65%;
    padding: 5px 0 5px 35px;
    font-size: 1rem;
  }

  .lower #main_visual01 {
    margin-top: 47px;
    padding-top: 0;
  }
  .lower #lead01 {
    padding: 100px 0 0 0;
    font-size: 2rem;
  }
  .lower #lead01 span {
    font-size: 1.438rem;
  }
  .lower #news {
    margin: 0 0 150px 0;
  }
  .lower .tit01 {
    margin: 100px 0 50px 0;
    padding: 0 0 20px 0;
    font-size: 2rem;
  }
  .lower .tit01.tyamasuyu_distance {
    margin-top: 170px;
  }
  .lower .tit01 .sub {
    font-size: 1.5rem;
  }
  .lower .tit_en {
    display: inline-block;
    float: right;
    margin: 15px 0 0 0;
  }
  .lower .tit_en dt {
    font-size: 1.5rem;
  }
  .lower .tit_en dd {
    font-size: 1.5rem;
  }
  .lower .synchro-slider-nav {
    float: left;
    width: 63.4%;
  }
  .lower .synchro-slider-nav.thumb_center {
    width: 100%;
  }
  .lower .synchro-slider-nav.thumb_center .slick-track{
    margin: 0 auto;
  }
  .lower .synchro-slider-nav.thumb_center li {
    max-width: 210px;
  }
  .lower .more_detail {
    display: inline-block;
    padding: 18px 130px;
    font-size: 1.5rem;
  }
  .lower .more_detail.ank {
    padding: 0;
  }
  .lower .more_detail a {
    padding: 18px 130px;
  }
  .lower .limited {
    font-size: 1.25rem;
  }
  .lower .recommend_section {
    margin: 100px 0 0 0;
    text-align: right;
  }
  .lower .recommend_section .inner01 h4 {
    font-size: 1.5rem;
  }
  .lower .recommend_section .inner01 h4:before {
    width: 120px;
  }
  .lower .recommend_section .inner01 h4 .recommend_en {
    font-size: 1.5rem;
  }
  .lower .recommend_section .inner01 h4 .recommend_jp {
    font-size: 1.25rem;
  }
  .lower .recommend_section .inner01 h4 .sub_tit {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.125rem;
  }
  .lower .recommend_section .inner01 .image {
    margin-bottom: 100px;
  }
  .lower .recommend_section .inner01 ul {
    margin: -90px 0 50px 0;
  }
  .lower .recommend_section .inner01 ul li {
    font-size: 1.125rem;
  }
  .lower .recommend_section .inner01 ul li span.tit {
    display: block;
    float: left;
  }
  _:-ms-fullscreen, :root .lower .recommend_section .inner01 ul li span.tit {
    position: relative;
    top: -10px;
  }
  .lower .recommend_section .inner01 ul li span.menu {
    margin-left: 5.5em;
  }
  .lower #grill .recommend_section .inner01 ul li span.menu {
    margin-left: 10em;
  }
  .lower .recommend_section .inner01 ul li span.menu.space04em {
    margin-left: 4em;
  }
  .lower .operation {
    text-align: center;
  }
  .lower .operation > dl {
    display: inline-block;
  }
  .lower .operation dl {
    margin: 60px 0 0 0;
    text-align: left;
  }
  .lower .operation dl > dt {
    float: left;
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
  .lower .operation dl > dd dl.time_change dt {
    margin-bottom: 0;
  }
  .lower .operation dl > dd {
    margin-bottom: 25px;
    margin-left: 7em;
    font-size: 1.25rem;
  }
  .lower .operation dl > dd dl.time_change dd {
    margin-bottom: 0;
  }
  .lower .operation dl > dd.sp_fl {
    margin-left: 7em;
  }
    .lower .operation_enkai dl > dd.sp_fl {
        margin-left: 9em;
    }
    .lower .operation_enkai dl > dd.sp_fl .enkai_time {
        font-size: 0.8rem;
    }
  .lower .operation dl .note li {
    font-size: .875rem;
  }
  .lower .operation dl dd dl dt{
    font-size: 1.25rem;
  }
  .lower .corona_info dl.buffet_time dt{
    font-size: 1.05em !important;
  }

    .lower .operation dl dd dl dt .sub {
    display: inline;
    font-size: 1rem;
  }
  .lower .operation dl dd dl dd{
    font-size: 1.25rem;
  }
  .lower .corona_info dl.buffet_time dd{
    font-size: 1.05em !important;
  }

    .lower .operation dl dd dl dd .sub {
    display: inline-block;
    font-size: 1rem;
    padding: 2px 10px;
  }
  _:-ms-fullscreen, :root .lower .operation dl dd dl dd .sub {
    position: relative;
    top: -7px;
    padding: 13px 10px 0 10px;
    line-height: 1.2;
  }
  .lower .operation .capacity li span:nth-child(1) {
    width: 6em;
  }
  .lower .operation .capacity li span:nth-child(2) {
    width: 4em;
    text-align: right;
  }
  .lower .operation .capacity li span:nth-child(3) {
    width: 7em;
    text-align: right;
  }

  /* INDEX
  *********************/
  .index #index-video {
    margin-top: -120px;
  }
  .index #index-video:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/index/dotted.png") 0 0 repeat; /* snowのときOFF*/
    z-index: 100;
  }
  .index #index-video .loader {
    top: 42%;
    width: 9em;
    height: 9em;
  }


  /* お正月対策 2020 start */
  .index #index-video2 {
      margin-top: -120px;
  }
  .index #index-video2::before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../../img/index/akeome.png") 85% calc(50% + 60px) no-repeat,url("../../img/index/dotted.png") 0 0 repeat;

      z-index: 100;
      background-size: 43%,auto;
  }
  .index #index-video2 .loader {
    top: 42%;
    width: 9em;
    height: 9em;
  }
  /* お正月対策 2020 end */


  .index .crosscover {
    padding-top: 70px;
    margin-top: 0;
    height: 100vh;
  }
  .index #lead {
    margin: 0 auto 0 auto;
    padding: 120px 0 0 0;
    width: 700px;
  }
  .index #lead p {
    line-height: 2.5em;
  }
  .index #lead p span {
    display: inline-block;
    line-height: 2em;
    /*
    &.space01,
    &.space03 {
    	text-align: left;
    	font-size: 2rem;
    	padding-right: 0;
    }
    &.space02,
    &.space04 {
    	text-align: right;
    	font-size: 2rem;
    	padding-left: 0;
    }
    */
  }
  .index #lead p span.space01 {
    margin-right: 8em;
    text-align: center;
    font-size: 1.5rem;
    padding-right: 0;
  }
  .index #lead p span.space02 {
    margin-left: 5em;
    text-align: center;
    font-size: 1.5rem;
    padding-right: 0;
  }
  .index #lead p span.space03 {
    text-align: center;
    font-size: 2rem;
    padding-right: 0;
    letter-spacing: .1em;
  }
  .index #lead p span.space04 {
    text-align: right;
    font-size: 2rem;
    padding-right: 0;
    letter-spacing: .1em;
  }
  .index #lead p span.pdb {
    padding-bottom: 0;
  }
  .index .index_section01 {
    padding: 120px 0 0 0;
  }
  .index .index_section01 h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 2rem;
  }
  .index .index_section01 .lead {
    margin: 40px 0;
    font-size: 1.25rem;
  }
  .top_bnr_campaign{
    margin:0 auto;
    max-width: 680px;
  }
    /*cafe*/
    .index .index_section01 .wrap.cafe_bnr{
        margin: 60px auto 0 ;
    }
    
  .index #index_carousel01 li {
    width: auto;
    text-align: center;
    text-decoration: none;
  }
  .index #index_carousel01 li a {
    display: inline-block;
    height: 360px;
    text-decoration: none;
    color: #565656;
    border: 1px solid #bfbfbf;
    border-radius: 16px;
    overflow: hidden;
  }
  .index #index_carousel01 li img {
    vertical-align: bottom;
  }
  .index #index_carousel01 li dl {
    font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  }
  .index #index_carousel01 li dl dt {
    font-size: .875rem;
  }
  .index #ft_banners {
    margin: 165px 0 0 0;
    padding: 100px 0;
  }
  .index #ft_banners .row03 {
    padding: 38px 0 0 0;
  }
  .index #ft_banners .row04 {
    padding: 25px 0 0 0;
  }
  .index #ft_banners .slick-prev, .index #ft_banners .slick-next {
    width: 22px;
    height: 46px;
    background-size: 100% 100%;
  }
  .index #ft_banners .slick-prev {
    left: -30px;
    top: 50%;
  }
  .index #ft_banners .slick-next {
    right: -30px;
    top: 50%;
  }
  .index .facebook-wrapper {
    max-width: 50%;
    width: 50%;
    float: left;
    margin: 0 auto;
  }
  .index #others {
    width: 50%;
    float: right;
  }
  .index #others #manmaga {
    margin: 0 0 35px 0;
    padding: 0 0 20px 0;
    background: url("../../img/index/bg_manmaga01.png") no-repeat 0 100%;
  }
  .index #others dl {
    margin: 0;
  }
  .index #others dl dt {
    margin: 0 0 20px 0;
    font-size: 1.875rem;
  }
  .index #others dl dt span {
    font-size: 1.25rem;
  }
  .index #others dl dd img {
    width: 395px;
  }
  .index #others .questionnaire {
    margin: 5px 0 20px 0;
    font-size: 1rem;
  }
  .index #others #reviews {
    width: 375px;
    margin: 0 auto;
  }
  /*
    .index #others #reviews #bn_trustyou {
      width: 50%;
      float: left;
      display: table-cell;
      vertical-align: middle;
    }
    .index #others #reviews #bn_trustyou p {
      margin: -15px 0 0 0;
      padding: 0 25px 0 0;
      text-align: center;
      font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    }
  */
  .index #others #reviews #bn_tripadvisor {
    position: relative;
    width: 50%;
    float: right;
    text-align: center;
    /*img:nth-child(1),*/
  }
  .index #others #reviews #bn_tripadvisor img:nth-child(2),
  .index #others #reviews #bn_tripadvisor img:nth-child(3) {
    position: absolute;
  }
  .index #others #reviews #bn_tripadvisor #CDSRATINGWIDGET174 {
    position: relative;
    top: auto;
    left: auto;
  }
  .index #others #reviews #bn_tripadvisor #CDSRATINGWIDGET174 img {
    position: relative;
  }
  .index #others #reviews #bn_tripadvisor .cdsROW.narrow.border {
    padding: 20px 11px 0 11px !important;
    width: 100% !important;
  }
  .index #others #reviews #bn_tripadvisor .post {
    padding: 5px 0 0 0;
    text-align: center;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }

  /* ROOM
  *********************/
  /* SPA
  *********************/
  /* BUFFET
  *********************/
  #contents.spa .data,
  #contents.buffet .data {
    margin: 40px 0 0 0;
    text-align: right;
  }
  #contents.room .data{
    margin: 100px 0 0 0;
    text-align: right;
  }
  #contents.room .data .detail,
  #contents.spa .data .detail,
  #contents.buffet .data .detail {
    float: right;
    width: 100%;
    max-width: 1100px;
    padding: 35px 45px;
  }
  #contents.room .data .detail h4,
  #contents.spa .data .detail h4,
  #contents.buffet .data .detail h4 {
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 1.875rem;
  }
  #contents.room .data .detail h4 span,
  #contents.spa .data .detail h4 span,
  #contents.buffet .data .detail h4 span {
    font-size: 1.25rem;
  }
  #contents.room .data .detail h4 .room_caution,
  #contents.spa .data .detail h4 .room_caution,
  #contents.buffet .data .detail h4 .room_caution {
    font-weight: normal;
    font-size: .875rem;
  }
  _:-ms-fullscreen, :root #contents.room .data .detail h4,
  :root #contents.spa .data .detail h4,
  :root #contents.buffet .data .detail h4 {
    position: relative;
    top: 10px;
  }
  #contents.room .data .detail .detail_inner,
  #contents.spa .data .detail .detail_inner,
  #contents.buffet .data .detail .detail_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents.room .data .detail dl, #contents.room .data .detail .image,
  #contents.spa .data .detail dl,
  #contents.spa .data .detail .image,
  #contents.buffet .data .detail dl,
  #contents.buffet .data .detail .image {
    flex-direction: column;
  }
  #contents.room .data .detail dl,
  #contents.spa .data .detail dl,
  #contents.buffet .data .detail dl {
    width: 61%;
  }
  #contents.room .data .detail dl dt,
  #contents.spa .data .detail dl dt,
  #contents.buffet .data .detail dl dt {
    float: left;
    margin-bottom: 25px;
    font-weight: normal;
  }
  #contents.room .data .detail dl dt.fl,
  #contents.spa .data .detail dl dt.fl,
  #contents.buffet .data .detail dl dt.fl {
    margin-right: 0;
    margin-bottom: 25px;
  }
	#contents.spa .data .detail dl dt.sauna{
		width:calc(100% - 3em);
	}

  #contents.room .data .detail dl dd,
  #contents.spa .data .detail dl dd,
  #contents.buffet .data .detail dl dd {
    margin-left: 3em;
    margin-bottom: 25px;
    width: calc(100% - 3em);
  }
  #contents.room .data .detail dl dd .room_indext01_sp,
  #contents.spa .data .detail dl dd .room_indext01_sp,
  #contents.buffet .data .detail dl dd .room_indext01_sp {
    display: inline;
    margin-left: 0;
  }
  #contents.room .data .detail dl dd.ml01,
  #contents.spa .data .detail dl dd.ml01,
  #contents.buffet .data .detail dl dd.ml01 {
    margin-left: 12em;
    width: calc(100% - 12em);
  }
  #contents.room .data .detail dl dd.ml02,
  #contents.spa .data .detail dl dd.ml02,
  #contents.buffet .data .detail dl dd.ml02 {
    margin-left: 7em;
    width: calc(100% - 7em);
  }
  #contents.room .data .detail .image,
  #contents.spa .data .detail .image,
  #contents.buffet .data .detail .image {
    width: 34.9%;
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
  }
  #contents.room .data .detail .image img,
  #contents.spa .data .detail .image img,
  #contents.buffet .data .detail .image img {
    display: block;
    max-width: 329px;
    width: 100%;
    height: auto;
  }
  #contents.room .data .detail .close,
  #contents.spa .data .detail .close,
  #contents.buffet .data .detail .close {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  #contents.room #esthe .esthe_reserve,
  #contents.spa #esthe .esthe_reserve,
  #contents.buffet #esthe .esthe_reserve {
    margin-top: 30px;
  }
  #contents.room #esthe .data .detail,
  #contents.spa #esthe .data .detail,
  #contents.buffet #esthe .data .detail {
    max-width: 950px;
  }
  #contents.room #special-room .data .detail .image,
  #contents.room #jp_western .data .detail .image,
  #contents.room #jp-style .data .detail .image,
  #contents.spa #special-room .data .detail .image,
  #contents.spa #jp_western .data .detail .image,
  #contents.spa #jp-style .data .detail .image,
  #contents.buffet #special-room .data .detail .image,
  #contents.buffet #jp_western .data .detail .image,
  #contents.buffet #jp-style .data .detail .image {
    padding: 0;
  }
  #contents.room .slick-prev, #contents.room .slick-next,
  #contents.spa .slick-prev,
  #contents.spa .slick-next,
  #contents.buffet .slick-prev,
  #contents.buffet .slick-next {
    width: 21px;
    bottom: 45%;
  }
  #contents.room .slick-prev,
  #contents.buffet .slick-prev {
    left: -28px;
    bottom: -54px;
    background-size: 100% 100%;
  }
  #contents.spa .slick-prev {
    left: 30px;
    top: calc(50% - 50px);
    background-size: 100% 100%;
  }
  #contents.room .slick-next,
  #contents.buffet .slick-next {
    right: -28px;
    bottom: -54px;
    background-size: 100% 100%;
  }
  #contents.spa .slick-next {
    right: 30px;
    top: calc(50% - 50px);
    background-size: 100% 100%;
  }
  #contents.room .slick-dots li button::before,
  #contents.spa .slick-dots li button::before,
  #contents.buffet .slick-dots li button::before {
    font-size: 20px;
  }

  #contents.room .p_bnr a img{
    max-width: 1200px;
  }


  #contents.room .data .detail dl dd {
    max-width: 497px;
  }
  #contents.room.lower #news {
    margin: 0 0 120px 0;
  }
  #contents.room .room_list{
    margin: 50px auto 120px;
  }
  
  #contents.room .room_list .cap{
    margin:0 0 30px;
    text-align: center;
    line-height:1.5em;
    font-size:24px;
    letter-spacing: 1px;
  }
  #contents.room .room_list .table_wrap {
    overflow: visible;
  }
#contents.room.lower:has(.data_wrap01) .tit01.sample1209 {
  margin: 100px 0 50px 0;
  }
  #contents.room .data .data_wrap01 .room_sec{
    padding:0;
  }
  #contents.room .data .data_wrap01 {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border:none;
    height: auto;
    width: 90%;
  }
  #contents.room .data .data_wrap01 .room_cont {
    padding: 40px 0;
  }
  #contents.room .data .data_wrap01 .room_cont h4 {
    margin: 0 0 40px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .15em;
    padding: 0;
    border: none;
  }
  #contents.room .data .data_wrap01 .room_cont h4 span{
    font-size: 1.1rem;
  }
#contents.room .data .data_wrap01 .room_cont.border_top {
  margin-bottom: 0;
}
  #contents.room .data .data_wrap01 table {
    width: 47%;
    float: left;
    display: table;
    margin-left: 14px;
    margin-bottom: 15px;
  }
  #contents.room .data .data_wrap01 table tbody {
    display: table-row-group;
  }
  #contents.room .data .data_wrap01 table tr {
    display: table-row;
  }
  #contents.room .data .data_wrap01 table th {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 0;
    /* font-size: .875em; */
    padding-top: 0;
    width: 75px;
    display: table-cell;
    padding-bottom: 15px;
  }
  #contents.room .data .data_wrap01 table td {
    display: table-cell;
    padding-bottom: 15px;
    width: auto;
    text-align: left;
  }
  #contents.room .data .data_wrap01 .room_detail {
    width:82.5%;
    max-width: calc( 100% - 220px );
  }
  #contents.room .data .data_wrap01 .room_rsv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 174px;
  }
  
  #contents.room .data .data_wrap01 .room_rsv a.plan_link {
    display: inline-block;
    width:100%;
    padding: 10px 0;
    text-align: center;
    background: #845d00;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
  }
  #contents.room .data .data_wrap01 .room_rsv a.plan_link:visited {
    color: #fff;
  }

  #contents.room .data .data_wrap01 .room_rsv .room_caution {
    font-weight: normal;
    font-size: 0.686rem;
    letter-spacing: .15em;
  }
  
  #contents.room .data .data_wrap01 .room_sec {
    overflow: auto;
    border-top: 1px solid #171c61;
    /*! padding-top: 20px; */
  }
  #contents.room .data .data_wrap01 .room_cont ul.room_flex{
    width:100%;
    max-width: 436px;
    margin: 20px auto 0;
    order: 2;
  }
  #contents.room .data .data_wrap01 .room_cont ul.room_flex li{
    /*! max-width: 109px; */
  }
  #contents.room .data .data_wrap01 .room_cont ul.room_flex li img{
    width:100%;
    height:auto;
  }

  #contents.room .data .data_wrap01 dl {
    margin: 20px 0 0;
    padding: 25px 30px;
    border: 1px solid #36332e;
    background: none;
  }
  #contents.room .data .data_wrap01 dl dt, 
  #contents.room .data .data_wrap01 dl dd {
    padding-bottom: 15px;
  }
  #contents.room .data .data_wrap01 dl dt{
    margin: 0;
    width: 8em;
    float: left;
    padding: 0;
    color: #878585;
    font-weight: bold;
    text-align: left;
  }

  #contents.room .data .data_wrap01 .room_cont .icon_flex li{
    width: calc((100% - 30px) / 4);
  }
  #contents.room .data .data_wrap01 .room_cont .icon_flex li.fl_column_1.info_column_5 h6{
    margin:10px 0 1px;
  }
  #contents.room .data .data_wrap01 dl dd {
    padding: 0 0 15px 15px;
    /* color: #878585; */
    line-height: 1.6;
    margin: 0 0 0 8em;
    text-align: left;
  }
  #contents.room .data .data_wrap01 dl dd::after {
    content: '';
    display: block;
    clear: both;
  }
  #contents.room .data .btn_room_open {
    display: none;
  }
  #contents.spa {
    /*.tit01 {
    	position: relative;
    	span {
    		position: absolute;
    		top: 23px;
    		right: 0;
    		left: 0;
    		font-size: 1.25rem;
    		margin-left: 55%;
    		text-align: left;
    	}
    }*/
  }
  #contents.spa #spa-video {
    position: relative;
    display: flex;
    margin-top: 6%;
  }
  #contents.spa #spa-video .video_box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-top: 28.125%;
  }
  #contents.spa #spa-video .video_box video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #contents.spa .operarion dl {
    margin: 120px 0 0 0;
  }
  #contents.spa .download {
    margin: 50px 0 0 0;
    font-size: 1.125em;
  }
  #contents.spa .download a {
    width: 360px;
    padding: 20px 40px 20px 10px;
    background: url("../img/ico_download.png") no-repeat 70% 50%;
    background-size: 28px 24px;
    letter-spacing: .15em;
  }
  #contents.spa .download.sauna a {
    width:420px;
  }
  #contents.spa .download.nextstep {
    justify-content: flex-end;
  }
  #contents.spa .download.nextstep a {
    padding: 20px 10px 20px 10px;
    background: none;
  }
  #contents.spa .tit01 span {
    display: inline-block;
    /* margin-left: 40px; */
    font-size: 1.25rem;
    text-align: left;
  }
  #contents.spa .data .detail dl dd.sauna .auto_rouryu{
    margin-left: 10px; 
  }

  /*saunoa_bnr*/
  #contents.spa .data .detail .sauna.flex_box{
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    align-content: center;
  }
  #contents.spa .data .detail .sauna.flex_box a{
  margin-top: 5px;
  margin-bottom: 0;
  }
  #contents.spa .data .detail .sauna.flex_box a img{
    width: inherit;
  }
  #contents.spa .data .detail .sauna.flex_box .saunoa_bnr02 a{
    margin:0 0 0 10px;
  }
  #contents.spa .data .detail .sauna.flex_box .saunoa_bnr02{
    width:210px;
    margin:0 0 0 10px;
  }

  /* #contents.spa .tit01 span:nth-child(1) {
    margin-right: 40px;
  }
  #contents.spa .tit01 span:nth-child(2) {
    margin-left: 40px;
  } */
  #contents.spa .lead {
    font-size: 1.25rem;
  }
  #contents.spa .operation {
    margin: -20px 0 0 0;
  }
  #contents.spa .operation dl > dd {
    margin-left: 12em;
  }
  #contents.spa .operation dl dd dl dt {
    margin-bottom: 5px;
  }
  #contents.spa .operation dl dd dl.time_change dt {
    margin-bottom: 0;
  }
  #contents.spa .operation dl dd dl dd {
    clear: none;
    margin-left: 14em;
    margin-bottom:5px;
  }
  #contents.spa .operation dl dd dl.time_change dd {
    clear: none;
    margin-left: 16em;
  }

  #contents.spa .operation dl dd .note_cmt,
  #contents.spa #star .note_cmt{
  	max-width:730px;
  	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
  }


  /*saunoa_bnr*/
  #contents.spa .operation dd .saunoa_bnr01 {
    justify-content: flex-end;
    margin:20px 0 0;
  }
  #contents.spa .operation dd .saunoa_bnr01 a{
    margin:0 0 0 20px;
  }
  #contents.spa .operation dd .saunoa_bnr01 span{
    width:auto;
  }
  /*sauna_bnr_area*/
  p.sauna_bnr_area{
    text-align: right;
    margin: 20px 0 0;
  }
  p.sauna_bnr_area img{
    max-width: 426px;
  }
  p.sauna_bnr_area2{
    margin: 20px 0 0;
  }

  #contents.spa .scene_images .scene_images_more {
    margin: 20px 0 0  -1.8%;
  }
  #contents.spa .scene_images .scene_images_more li {
    width: 23.2%;
    margin-left: 1.8%;
  }
  #contents.spa .explain {
    margin-bottom: 80px;
    font-size: 1.13rem;
    line-height: 2.5em;
    padding-top: 80px;
  }
  #contents.spa .data .detail .detail_inner {
    display: block;
  }
  #contents.spa .data .detail ul {
    margin: 0 0 0 -1%;
  }
  #contents.spa .data .detail ul li {
    width: 32.33%;
    margin: 0 0 40px 1%;
    font-size: 1rem;
  }
  #contents.spa .data .detail ul li span {
    display: inline;
  }
  #contents.spa .data .detail dl {
    width: 100%;
  }
  #contents.spa .data .detail dl dt {
    float: none;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #contents.spa .data .detail dl dd {
    margin-left: 0;
    margin-bottom: 50px;
  }
  #contents.spa .data .detail dl dd:last-child {
    margin-bottom: 0;
  }
  #contents.spa .flex_wrap{
    flex-direction: row;
  }
  #contents.spa .flex_wrap .photo{
    width: 52%;
  }
  #contents.spa .flex_wrap .text{
    width: 44%;
  }

  #contents.spa .slick-prev,
  #contents.spa  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: calc(50% - 20px);
    z-index: 500;
    display: block;
    width: 39px;
    height: 105px;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  }
  #contents.spa .slick-next{
    right:20px;
  }
  #contents.spa .slick-prev{
    left:20px;
  }

  .congestion_btn{
		width: 40%;
		font-size:1em;
		margin-left:0;
	}
	#restaurant .congestion_btn{
		width:100%;
		font-size:1em;
	}
    .redlink {
        font-size: 1rem;
    }
	.congestion_list{
		width: 320px;
		text-align: left;
		margin:0 auto;
	}

  /* DISH
  *********************/
  #contents.dish .explain {
    margin-top: 0;
    font-size: 1.25rem;
  }
  #contents.dish .renewal {
    padding: 0 0 20px 0;
  }
  #contents.dish .renewal .sub02 {
    font-size: 1.6rem;
  }
  #contents.dish .renewal .renewal {
    display: inline-block;
    margin-left: 20px;
    padding-left: 0;
    font-size: 1.25rem;
    text-align: left;
    letter-spacing: .15em;
  }
  #contents.dish #nanakamado .tit01 .sub {
    display: inline;
    font-size: 2rem;
  }
	#contents.dish #nanakamado .operation dl .note li {
		font-size: 1rem;
	}
  #contents.dish #grill .tit01 .sub {
    display: inline;
    font-size: 2rem;
  }
	#contents.dish #grill .operation dl .note li {
		font-size: 1rem;
	}
  #contents.dish .izakaya {
    margin: 0 auto 70px auto;
  }
  #contents.dish .izakaya dl {
    padding: 80px 0;
  }
  #contents.dish .izakaya dl dt {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  #contents.dish .izakaya dl dt img {
    float: left;
    margin: -63px 0 0 0;
    width: 46.9%;
  }
  #contents.dish .izakaya dl dt img.sp {
    display: none;
  }
  #contents.dish .izakaya dl dt img.pc {
    display: block;
  }
  #contents.dish .izakaya dl dt span {
    margin-left: 50%;
    display: block;
    letter-spacing: .15em;
  }
  #contents.dish .izakaya dl dd {
    margin-left: 50%;
    font-size: 1.125rem;
  }
  #contents.dish .kids dl dt img {
    margin: -27px 0 0 0;
  }
  #contents.dish .btn_reserve01 {
    margin: 0 auto 70px auto;
    padding: 20px 10px 20px 10px;
    font-size: 1.125em;
    justify-content: center;
  }
  #contents.dish .btn_reserve01.btn_reserve01--ptn01 {
    margin: -70px auto 0 auto;
    margin-bottom: 0;
    padding: 50px 10px 50px 10px;
  }
  #contents.dish .btn_reserve01.btn_reserve01--ptn02 {
    margin: 50px auto 0 auto;
    margin-bottom: 0;
    padding: 50px 10px 50px 10px;
  }
  #contents.dish .btn_reserve01.mt60 {
    margin-top: 1% !important;
  }
  #contents.dish .btn_reserve01 a {
    width: 360px;
  }

  /* BUFFET
  *********************/
  #contents.buffet #buffet-head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #contents.buffet #buffet-head #main_visual01 {
    display: none;
  }
  #contents.buffet #buffet-head .operation_wrap {
    background: url("../../buffet/img/img_buffet_head01_pc.jpg") no-repeat 50%;
    background-size: cover;
    order: 1;
    width: 100%;
  }
	#contents.buffet #buffet-head .operation_wrap2 {
		background: url("../../buffet/img/img_buffet_head01_pc_2.jpg") no-repeat 50%;
		background-size: cover;
		order: 1;
		width: 100%;
	}
	#contents.buffet #buffet-head .operation_wrap .wrap {
    display: flex;
    justify-content: flex-end;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation {
    width: 525px;
    margin: 140px 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-shadow: 0 0 7px #000,0 0 5px #000;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl {
    margin: 20px 0 0 0;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl > dt {
    float: none;
    font-size: 1.875rem;
    letter-spacing: 0;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl > dt span {
    font-size: 1.5rem;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl > dd {
    margin-left: 0;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl dd dl dt {
    float: left;
    font-size: 1.25rem;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl dd dl dd {
    margin-left: 5em;
    font-size: 1.25rem;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl dd dl dd .mini {
    font-size: 1rem;
  }
  #contents.buffet #buffet-head .operation_wrap .wrap .operation dl dd dl .note li {
    margin-left: 1.3em;
    font-size: .875rem;
    text-indent: -1.3em;
  }
  #contents.buffet #buffet-head .lead {
    order: 2;
    width: 100%;
    padding: 40px 0 0 0;
  }
  #contents.buffet #buffet-head .lead .wrap p:nth-child(1) {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  #contents.buffet #buffet-head .lead .wrap p:nth-child(2) {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  #contents.buffet .slider_wrap .pc .synchro-slider {
    width: 78.7%;
    float: left;
  }
  #contents.buffet .slider_wrap .pc .synchro-slider-nav {
    width: 20.4%;
    float: right;
    margin: 0 0 15px 0;
  }
  #contents.buffet .slider_wrap .pc .synchro-slider-nav .slick-track {
    flex-wrap: wrap;
  }
  #contents.buffet .slider_wrap .pc .synchro-slider-nav .slick-track li {
    padding-bottom: 3.7%;
    /*&:last-child {
    	padding-bottom: 0;
    }*/
  }
  #contents.buffet .explain {
    font-size: 1.25rem;
  }
  #contents.buffet .explain dl dd {
    margin-bottom: 15px;
  }
  #contents.buffet #seasonal-dishes .lead {
    font-size: 1.625rem;
  }
  #contents.buffet #seasonal-dishes .lead .mini {
    font-size: 1.125rem;
  }
  #contents.buffet #seasonal-dishes .slider li ul li {
    width: 32.33%;
    margin: 0.5%;
  }
  #contents.buffet #seasonal-dishes .slider li ul li.w2x {
    margin: 0.5%;
    width: 65.66%;
  }
  #contents.buffet #seasonal-dishes .slider li ul li.d_col {
    display: flex;
    flex-direction: column;
    margin: 0 .5%;
  }
  #contents.buffet #seasonal-dishes .slider li ul li.d_col ul {
    margin: 0;
  }
  #contents.buffet #seasonal-dishes .slider li ul li.d_col ul li {
    width: 100%;
    margin: 1.5% 0;
  }
  #contents.buffet #seasonal-dishes .slider .slick-prev, #contents.buffet #seasonal-dishes .slider .slick-next {
    width: 80px;
    height: 80px;
    bottom: 42%;
  }
  #contents.buffet #seasonal-dishes .slider .slick-prev {
    left: 19%;
  }
  #contents.buffet #seasonal-dishes .slider .slick-next {
    right: 19%;
  }
  #contents.buffet #seasonal-dishes .explain {
    margin-top: 0;
    font-size: 1.125rem;
  }
  #contents.buffet #seasonal-dishes .more_detail {
    width: 364px;
  }
  #contents.buffet #seasonal-dishes .data {
    margin: 20px 0 0 0;
  }
  #contents.buffet #seasonal-dishes .data .detail {
    margin-bottom: 40px;
    padding: 35px 5px 30px 45px;
  }
  #contents.buffet #seasonal-dishes .data .detail .menu_head h4 {
    display: inline;
    width: 20%;
  }
  #contents.buffet #seasonal-dishes .data .detail .menu_head p {
    display: inline;
    position: relative;
    top: -4px;
    width: 80%;
    margin-left: 40px;
    padding: 8px 20px;
    font-size: 1rem;
  }
  _:-ms-fullscreen, :root #contents.buffet #seasonal-dishes .data .detail .menu_head p {
    top: 3px;
    padding: 15px 20px 0 20px;
  }
  #contents.buffet #seasonal-dishes .data .detail ul {
    display: table;
    width: 100%;
  }
  #contents.buffet #seasonal-dishes .data .detail ul > li {
    display: table-cell;
    width: 33.33%;
    padding: 0 35px 0 0;
  }
  #contents.buffet #seasonal-dishes .data .detail ul ul {
    display: block;
    width: auto;
  }
  #contents.buffet #seasonal-dishes .data .detail ul ul li {
    display: block;
    width: auto;
    padding: 0 0 5px 0;
  }
  #contents.buffet #seasonal-dishes .data .detail ul + p {
    padding-right: 40px;
    text-align: right;
    font-size: 1rem;
  }
  #contents.buffet .other_dishes_wrap p {
    float: left;
    width: 41%;
    margin: 0;
  }
  #contents.buffet .other_dishes_wrap .image {
    position: relative;
    margin-bottom: 0;
  }
  #contents.buffet .other_dishes_wrap .image .recommend_label01 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 10px;
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  #contents.buffet .other_dishes_wrap .slider02 {
    float: right;
    width: 57.8%;
  }
  #contents.buffet .other_dishes_wrap .slider02 li {
    padding: 1% 1.75% 0.7% 1.75%;
    font-size: 1.125rem;
  }
  #contents.buffet .other_dishes_wrap .slider02 .slick-prev, #contents.buffet .other_dishes_wrap .slider02 .slick-next {
    width: 26px;
    height: 52px;
  }
  #contents.buffet #drink-fair .image img {
    max-width: 100%;
  }
  #contents.buffet #recommend .slider02 li {
    padding: .95% 1.75% 0.3% 1.75%;
  }

  /* floorguide
  *********************/
  #contents.floorguide .tit01 span {
    display: inline;
    font-size: 2rem;
    line-height: .7;
  }
  #contents.floorguide .tit01 .indent01 {
    font-size: 2rem;
  }
  #contents.floorguide .tit01 .label {
    top: -6px;
    font-size: 1rem;
    padding: 6px 10px;
  }
  #contents.floorguide .tit01 .mini {
    font-size: 1.25rem;
  }
  #contents.floorguide .tit01 .renew {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: .15em;
  }
  #contents.floorguide #facilities_head {
    position: relative;
    /*height: 315px;
    background: url("../../floorguide/img/img_facilities_head.jpg") 50%;
    background-size: cover;*/
  }
  #contents.floorguide #facilities_head h2 {
    margin: 80px 0;
    font-size: 2rem;
    line-height: 1.8;
    /*position: absolute;
    top: 30%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 0 0 0 0;
    text-indent: 0;
    color: #FFF;
    text-shadow:0px 0px 10px #1c7090, 0px 0px 7px #1c7090, 0px 0px 5px #1c7090, 0px 0px 3px #1c7090;*/
  }
  #contents.floorguide #facilitie-nav {
    margin: 0;
  }
  #contents.floorguide #facilitie-nav #tab li a {
    padding: 15px 0;
  }
  #contents.floorguide #facilitie-nav #tab li a img {
    height: auto;
  }
  #contents.floorguide #facilitie-nav #tab li.current a img {
    height: auto;
  }
  #contents.floorguide #place-list {
    display: flex;
    margin: 0 0 -30px 0;
  }
  #contents.floorguide #place-list dl {
    margin: 70px 1% 0 1%;
    width: 31.3%;
    text-align: center;
  }
  #contents.floorguide #place-list dl dt {
    font-size: 1.25rem;
    padding: 0;
  }
  #contents.floorguide #place-list dl dd {
    margin: 0 0 0 1em;
    padding: 3px 10px;
    font-size: 1.25rem;
    text-indent: -1em;
    background: none;
  }
  #contents.floorguide #place-list dl dd:before {
    content: '・';
  }
  #contents.floorguide #place-list dl dd.no-link:before {
    top: 0px;
  }
  #contents.floorguide #place-list dl dd a .label {
    top: -2px;
  }
  #contents.floorguide .facilitiy_box .map a {
    pointer-events: none;
  }
  #contents.floorguide .facilitiy_box .map a:after {
    content: none;
  }
  #contents.floorguide .facilitiy_box .map img::-moz-selection {
    background: none;
  }
  #contents.floorguide .facilitiy_box .map img::selection {
    background: none;
  }
  #contents.floorguide .facilitiy_box .box {
    display: flex;
  }
  #contents.floorguide .facilitiy_box .box .image {
    width: 48.5%;
  }
  #contents.floorguide .facilitiy_box .box .image img {
    vertical-align: bottom;
  }
  #contents.floorguide .facilitiy_box .box .detail {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 0 0 3%;
    width: 51.5%;
  }
  #contents.floorguide .facilitiy_box .box .detail p {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  #contents.floorguide .facilitiy_box .box .detail dl {
    margin: 0;
  }
  #contents.floorguide .facilitiy_box .box .detail dl dt {
    font-size: 1rem;
  }
  #contents.floorguide .facilitiy_box .box .detail dl dd {
    font-size: 1rem;
  }
  #contents.floorguide .facilitiy_box .box .detail .more_detail {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
  }

  /* DAY
  *********************/
  #contents.day #lead {
    margin-top: 100px;
  }
  #contents.day .download {
    margin: 50px 0 0 0;
    font-size: 1.125em;
  }
  #contents.day .download a {
    width: 360px;
    padding: 20px 10px 20px 10px;
    background: url("../img/ico_download.png") no-repeat 70% 50%;
    background-size: 28px 24px;
    letter-spacing: .15em;
  }
  #contents.day .download.anchor {
    width: 18%;
    margin: 59px 0 0 0;
  }
  #contents.day #coffee .download.anchor {
    width: 100%;
    margin: 59px 0 0 0;
  }
  #contents.day .download.anchor a {
    padding: 20px;
    width: 100%;
  }
  #contents.day .download.nextstep {
    justify-content: flex-end;
  }
  #contents.day .download.nextstep a {
    width: 360px;
    padding: 20px 10px 20px 10px;
    background: none;
  }
  #contents.day .fee_devision {
    margin-bottom: 30px;
    text-align: center;
  }
  #contents.day .fee_devision p {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 1.25rem;
  }
  #contents.day .fee_devision p .pc {
    display: inline;
  }
  #contents.day .fee_devision p .sp {
    display: none;
  }
  #contents.day .operation {
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
  }
  #contents.day .operation dl {
    margin: 50px 0 0 0;
    width: 82%;
  }
  #contents.day .operation dl.day_std {
    margin: 0 0 0 15px;
    width: 100%;
  }  
  #contents.day .operation dl > dt {
    width: 210px;
    text-align: left;
  }
  #contents.day .operation dl > dd {
    margin-left: 210px;
    margin-bottom: 0;
    padding-left: 15px;
    line-height: 1.7;
    border-left: 2px solid #3074b7;
  }
  dl.time_change_day dd{
    margin: 0 !important;
    padding-left: 0;
    border-left:none !important;
  }
  #contents.day .operation dl.day_std > dd {
    margin-left: 0px;
    margin-bottom: 0;
    padding-left: 15px;
    line-height: 1.7;
    border:none;
  }
  #contents.day .operation #top-soup-curry dd .indent05{
	padding-left:0;
	display: block;
  }
  #contents.day .operation dl > dd.day_pb01, #contents.day .operation dl > dd.space {
    padding-bottom: 25px;
  }
  #contents.day .operation dl > dd:last-child {
    padding-bottom: 0;
  }
  #contents.day .operation dl dt {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .15em;
  }
  #contents.day .operation dl dt .limited {
    display: inline-block;
    font-size: 1rem;
    padding: 2px 10px;
  }
  _:-ms-fullscreen, :root #contents.day .operation dl dt .limited {
    position: relative;
    top: -3px;
    padding: 14px 10px 0 10px;
  }
  #contents.day .operation dl dt .mini {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  #contents.day .operation dl dd .sp_br {
    display: inline;
    padding-left: 0;
  }
  #contents.day .operation dl dd .sp_br.srash:before {
    content: none;
  }
  #contents.day .operation dl dd .limited {
    display: inline-block;
    font-size: 1rem;
    padding: 2px 10px;
  }
  #contents.day .operation dl dd .indent01 {
    display: block;
    margin-left: 1.5em;
  }
  #contents.day .operation dl dd .srash {
    margin-top: 0;
  }
  #contents.day .operation dl dd .sp_indent01 {
    display: inline;
    padding-left: 0;
  }
  #contents.day .operation dl dd .sp_br.sp_noindent {
    padding-left: 0;
  }
  #contents.day .operation dl dd .space05 {
    display: inline;
    width: auto;
    text-align: left;
  }
  #contents.day .operation dl dd .indent02 {
    display: block;
    margin-left: 3em;
  }
  #contents.day .operation dl dd .indent02.day_std {
    display: block;
    margin-left: 1.5em;
  }
  #contents.day .operation dl dd .indent03 {
    display: inline-block;
    margin-left: 1.5em;
  }
  #contents.day .operation dl dd .indent04 {
    display: inline-block;
    margin-left: 1.5em;
  }
	#contents.day .operation dl dd .indent05 {
		display: block;
		margin-left: 5em;
	}
  #contents.day .operation dl dd .only_dinner {
    margin-bottom: 0;
  }
  #contents.day .operation dl dd .mini_sp {
    font-size: 1.25rem;
  }
  #contents.day .operation dl dd .mini{
    font-size: 1rem;
  }
	#contents.day .operation dl dd.mini .note_cmt{
		margin-left: 1em;
		text-indent: -1em;
		font-size:1rem;
		margin-bottom:0;
	}
	#contents.day .operation dl dd.mini .note_cmt:first-child{
		padding-top:20px;
	}
	#contents.day .operation dl dd.mini .note_cmt.cmt_01:first-child{
		padding-top:0px;
    padding-bottom:20px;
	}
  #contents.day .operation dl dd.mini .sauna a{
    width: 400px;
  }
  #contents.day .operation dl dd .btn {
    position: absolute;
  }
  #contents.day .operation dl.short dt.same {
    padding: 10px 0;
  }
  #contents.day .operation dl.short dd:nth-of-type(1) {
    padding-top: 10px;
  }
  #contents.day .operation dl.short dd:nth-of-type(2) {
    padding-bottom: 10px;
  }
  #contents.day .operation dl.short dd.adjust_day01 {
    padding-top: 39px;
  }
  #contents.day .operation dl.short dd.curry_pd01 {
    padding-bottom: 40px;
  }
  #contents.day .operation .more_box dl {
    float: left;
  }
  #contents.day .operation .more_box .btn {
    float: right;
  }
  #contents.day .operation .more_box .btn a {
    display: block;
  }
  #contents.day .operation .attention {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 227px;
    font-size: 1rem;
  }
  #contents.day .operation #top-buffet dd .sp_br,
  #contents.day .operation #top-morning dd .sp_br,
  #contents.day .operation #top-dinner dd .sp_br,
  #contents.day .operation #top-dinner dd .sp_br,
  #contents.day .operation #top-one-coin dd .sp_br,
  #contents.day .operation #top-soup-curry dd .sp_br {
    padding-left: 0;
  }
  #contents.day .operation #top-buffet dd .space05,
  #contents.day .operation #top-dinner dd .space05,
  #contents.day .operation #top-dinner dd .space05,
  #contents.day .operation #top-one-coin dd .space05,
  #contents.day .operation #top-soup-curry dd .space05 {
    width: auto;
  }
  #contents.day .operation #top-buffet dd .sp_indent01,
  #contents.day .operation #top-dinner dd .sp_indent01,
  #contents.day .operation #top-dinner dd .sp_indent01,
  #contents.day .operation #top-one-coin dd .sp_indent01,
  #contents.day .operation #top-soup-curry dd .sp_indent01 {
    padding-left: 0;
  }
  #contents.day .operation #top-buffet dd .sp_indent02,
  #contents.day .operation #top-dinner dd .sp_indent02,
  #contents.day .operation #top-dinner dd .sp_indent02,
  #contents.day .operation #top-one-coin dd .sp_indent02,
  #contents.day .operation #top-soup-curry dd .sp_indent02 {
    display: inline;
    padding-left: 0;
  }
  #contents.day .operation #top-buffet .download.anchor {
    margin: 98px 0 0 0;
  }
  #contents.day .operation #top-dinner .download.anchor {
    margin: 98px 0 0 0;
  }
  #contents.day .operation #top-soup-curry .download.anchor {
    margin: 88px 0 0 0;
  }

  /*saunoa_bnr*/
  #contents.day .operation .saunoa_bnr03.flex_box{
    justify-content: flex-end;
    margin:20px 0 0;
  }
  #contents.day .operation .saunoa_bnr03 a{
    margin:0 0 0 10px;
  }
  #contents.day .operation .saunoa_bnr03 span{
    width:auto;
  }

  #contents.day #lunch .attention {
    font-size: 1rem;
  }
  #contents.day #day-operation dt {
    letter-spacing: 0;
  }
  #contents.day #day-operation dd {
    letter-spacing: 0;
  }
  #contents.day #day-operation dd.day_tit01,
  #contents.day #day-operation dd .day_tit01 {
    font-weight: normal;
  }
  #contents.day #day-operation dd .space05 {
    letter-spacing: 0;
  }
  #contents.day #day-operation dd .sp_indent01 {
    padding-left: 0;
  }
  #contents.day .cal {
    margin: 60px 0 0 0;
  }
  #contents.day .cal a {
    font-size: 1.5rem;
  }
  /* #contents.day .day_info_box .tit01.tit01_adjust {
    padding-right: 106px;
  } */
  #contents.day .day_info_box .label {
    top: -6px;
    font-size: 1rem;
    padding: 6px 10px;
  }
  #contents.day .day_info_box .inner {
    margin: 0 0 50px 0;
  }
  #contents.day .day_info_box .inner .image {
    width: 50%;
    float: left;
    margin: 0;
    font-size: 1.25em;
  }
  #contents.day .day_info_box .inner .detail {
    width: 46%;
    float: right;
    padding: 0;
  }
  #contents.day .day_info_box .inner .detail p {
    font-size: 1.25rem;
  }
  #contents.day .day_info_box .inner .detail.premium p {
    font-size: 1rem;
  }
  #contents.day .day_info_box .inner .detail .menu {
    margin: 40px 0 0 0;
  }
  #contents.day .day_info_box .inner .detail .menu dt {
    font-size: 1.25rem;
  }
  #contents.day .day_info_box .inner .detail .menu dd {
    font-size: 1rem;
  }
  #contents.day .day_info_box .inner .detail .menu dd span.mini {
    font-size: .875rem;
  }
  #contents.day .day_info_box .inner .detail .open {
    margin-top: 40px;
  }
  #contents.day .day_info_box .inner .detail .open .mini {
    font-size: 1rem;
  }
  #contents.day .day_info_box .inner .detail .open dt {
    font-size: 1rem;
  }
  #contents.day .day_info_box .inner .detail .open dd, #contents.day .day_info_box .inner .detail .open li {
    font-size: 1.25rem;
  }
  #contents.day .day_info_box .inner .detail .open .pc {
    display: inline;
  }
  #contents.day .day_info_box .inner .detail .open .tit {
    display: inline;
    width: auto;
  }
  #contents.day .day_info_box .open {
    font-size: 1.462rem;
  }
  #contents.day .day_info_box .open .mini {
    font-size: 1rem;
  }
  #contents.day .day_info_box .open .label {
    font-size: 1rem;
    margin: 0 10px;
    padding: 4px 10px;
    top: -4px;
  }
  _:-ms-fullscreen, :root #contents.day .day_info_box .open .label {
    padding: 14px 10px 0 10px;
  }
  #contents.day .day_info_box .operation dl {
    width: 100%;
  }
  #contents.day .day_info_box .operation dl > dt {
    width: 104px;
  }
  #contents.day .day_info_box .operation dl > dd {
    margin-left: 104px;
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
  #contents.day .day_info_box .operation dl dl {
    margin-top: 0;
  }
  #contents.day .day_info_box .operation dl dl dt {
    width: 170px;
    margin-top: 0;
    margin-left: 0;
    font-weight: normal;
    letter-spacing: 0;
  }
  #contents.day .day_info_box .operation dl dl dt:first-child {
    margin-top: 0;
  }
  #contents.day #lunch .operation dl dl.yuutei dt,
  #contents.day #morning .operation dl dl.yuutei dt {
    margin-top: 0;
    margin-left: 0;
    font-weight: normal;
  }
  #contents.day .day_info_box .operation dl dl dd {
    clear: inherit;
    width: auto;
    margin-left: 200px;
    padding-left: 15px;
    border-left: 2px solid #3074b7;
    letter-spacing: 0;
    font-size: 1.25rem;
  }
  #contents.day .day_info_box .operation dl dl dd.space02 {
    margin-bottom: 40px;
  }
  #contents.day .day_info_box .operation dl dl dd .fee_align {
    display: inline-block;
    width: 12em;
    padding-top: 0;
  }
  #contents.day #day-operation dl.day_std dd .fee_align {
    display: inline-block;
    width: 6em;
    padding-top: 0;
  }
  #contents.day #day-operation dd#day_irekae .fee_align {
    display: inline-block;       
    width: 14em;
  }  
  #contents.day .day_info_box .operation dl dl dd .fee_align.fee_align02 {
    width: 12em;
  }
  #contents.day .day_info_box .operation dl dl dd .fee_align.towel {
    display: inline-block;
    padding-right: 0;
  }
  #contents.day .day_info_box .operation dl dl dd .space03 {
    padding-left: .8em;
  }
  #contents.day .day_info_box .operation dl dl dd .sp_align {
    display: inline;
    padding-left: 0;
  }
  #contents.day .day_info_box .operation .attention {
    margin-top: 20px;
    margin-left: 107px;
  }
  #contents.day #dinner.day_info_box .open .mini {
    margin-left: 0;
  }
  #contents.day #soup-curry .tit01 {
    padding-right: 0;
  }
  #contents.day .day_attention {
    padding: 0 0 0 303px;
    font-size: 1rem;
  }
  #contents.day #lunch.day_info_box .operation .margin_l{
    margin-left: 7.3em;
  }

  /* ACCESS
  *********************/
  #contents.access .bus_fee {
    padding: 30px 0 50px 0;
  }
  #contents.access .bus_fee ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #contents.access .bus_fee ul li {
    margin: 0 30px;
  }
  #contents.access .bus_reserve {
    margin: 40px auto 0 auto !important;
  }
  #contents.access .bus_reserve p:first-child {
    font-size: 1.25rem;
  }
  #contents.access .bus_reserve p:first-child span.number {
    font-size: 1.5rem;
  }
  #contents.access .bus_reserve p:first-child .pc {
    display: inline;
  }
  #contents.access .bus_reserve p:last-child {
    margin: 0 -479px 0 0;
    font-size: .875rem;
  }
  #contents.access .bus_info {
    margin: 30px 0 50px 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }

  #contents.access > img {
    max-width: 100%;
  }

  #contents.access > dl {
    max-width: 1030px;
    margin: 50px auto 10px auto;
    padding: 0 15px;
    overflow: hidden;
  }

  #contents.access > dl dt {
    width: 41.5%;
    float: left;
    margin-bottom: 10px;
  }

  #contents.access > dl dt h2 {
    margin: 0;
  }

  #contents.access > dl dt h2 img {
    width: 100%;
    height: auto;
  }

  #contents.access > dl dd {
    font-size: 1.312em;
    color: #535353;
    letter-spacing: 0.05em;
    float: right;
    text-align: right;
    letter-spacing: .1;
  }
  #contents.access > dl dd br.sp {
    display: none;
  }

  _:-ms-fullscreen, :root #contents.access > dl dd {
    position: relative;
    top: 10px;
  }

  #contents.access > dl dd span:first-of-type {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.75em;
  }

  #contents.access > dl dd span:first-of-type:before {
    content: '〒';
    display: inline;
    width: auto;
    margin-right: 0;
    padding-top: auto;
    background-image: none;
  }

  #contents.access > dl dd span:nth-of-type(2) {
    display: inline-block;
    margin-right: 18px;
    font-size: 1.25rem;
  }

  #contents.access > dl dd span:nth-of-type(3) {
    display: inline-block;
    margin-right: 0;
    font-size: 1.25rem;
  }

  #contents.access #map {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #666;
  }
  #contents.access #map iframe {
    width: 100% !important;
    height: 398px !important;
  }

  #contents.access section.cont {
    margin-top: 20px;
  }

  #contents.access section.cont > div {
    max-width: 1030px;
    padding: 0 15px;
    margin: auto;
  }

  #contents.access section.cont > section {
    max-width: 990px;
    margin: auto;
    padding: 0 15px;
    padding: 0;
    color: #535353;
  }

  #contents.access section.cont .accordion {
    display: block;
  }

  #contents.access #cont1 .red {
    color: #b91520;
  }

  #contents.access #cont1 section h4 {
    margin: 0;
    font-size: 1.625em;
    letter-spacing: 0;
    text-align: center;
  }
  #contents.access #cont1 section h4 .label {
    top: -4px;
    font-size: 1rem;
    padding: 2px 10px;
  }
  _:-ms-fullscreen, :root #contents.access #cont1 section h4 .label {
    position: relative;
    top: -4px;
    padding: 12px 10px 0 10px;
  }

  #contents.access #cont1 section h4 span:last-of-type {
    display: inline;
    margin-left: 10px;
  }

  #contents.access #cont1 section dl {
    margin: 0 0 0;
    padding: 35px 0 20px;
    background: url(../../access/img/cont1_1.png) no-repeat left top, url(../../access/img/cont1_2.png) no-repeat right top;
  }

  #contents.access #cont1 section dl dt {
    font-size: 1em;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }

  #contents.access #cont1 section dl dd {
    font-size: 0.8125em;
    line-height: 2;
  }

  #contents.access #cont1 section > div {
    max-width: 990px;
    padding: 0 15px;
    margin: auto;
    overflow: hidden;
  }

  #contents.access #cont1 section > div div {
    width: 60.6%;
    float: left;
  }

  _:-ms-fullscreen, :root #contents.access #cont1 section > div div table thead th {
    position: relative;
    top: 10px;
  }
  #contents.access #cont1 section > div div table tbody tr th {
    padding: 0;
    width: 95px;
    height: 59px;
    text-align: center;
  }
  #contents.access #cont1 section > div div table tbody tr td {
    height: 59px;
  }
  #contents.access #cont1 section > div div table tbody tr td:nth-child(1), #contents.access #cont1 section > div div table tbody tr td:nth-child(2) {
    width: 130px;
  }
  #contents.access #cont1 section > div div table tbody tr:nth-child(1),
  #contents.access #cont1 section > div div table tbody tr:nth-child(3) {
    border-bottom: 1px dashed;
  }
  #contents.access #cont1 section > div div table tbody tr:nth-child(1) th, #contents.access #cont1 section > div div table tbody tr:nth-child(1) td,
  #contents.access #cont1 section > div div table tbody tr:nth-child(3) th,
  #contents.access #cont1 section > div div table tbody tr:nth-child(3) td {
    height: 59px;
    vertical-align: middle;
  }
  #contents.access #cont1 section > div div table tbody tr:nth-child(2) th, #contents.access #cont1 section > div div table tbody tr:nth-child(2) td,
  #contents.access #cont1 section > div div table tbody tr:nth-child(4) th,
  #contents.access #cont1 section > div div table tbody tr:nth-child(4) td {
    padding-top: 0;
    height: 59px;
    vertical-align: middle;
  }
  #contents.access #cont1 section > div div table th {
    text-align: center;
    font-size: 1.125rem;
  }
  #contents.access #cont1 section > div div table td {
    text-align: center;
    font-size: 1.125rem;
  }
  #contents.access #cont1 section > div div table td.pc {
    font-size: .875rem;
  }
  #contents.access #cont1 section > div div table tr.sp {
    display: none;
  }
  #contents.access #cont1 section > div div table .pc {
    display: table-cell;
  }

  #contents.access #cont1 section > div div ul {
    margin: 10px 0 0;
  }

  #contents.access #cont1 section > div div ul li {
    margin: 0 0 3px 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 0.875em;
  }

  #contents.access #cont1 section > div div p {
    display: block;
    line-height: 48px;
    margin: 13px 0 0;
    padding: 0;
    background-color: #fff;
    font-size: 0.937em;
  }
  #contents.access #cont1 section > div div p .sp {
    display: none;
  }

  #contents.access #cont1 section > div figure {
    width: 36.2%;
    float: right;
  }

  #contents.access #cont1 section > div figure figcaption {
    font-size: 1.125em;
  }

  #contents.access #cont1 .red_information .center_yose {
    font-size:1.1em;
  }

  #contents.access #cont2 img {
    margin: 10px auto;
  }

  #contents.access #cont2 section {
    padding: 0;
  }

  #contents.access #cont2 section h4,
  #contents.access #cont3 section h4 {
    margin: 30px 0 25px 0;
    font-size: 1.5rem;
  }
  #contents.access #cont2 section h4:after,
  #contents.access #cont3 section h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 60px;
    height: 3px;
    background: #a0a0a0;
  }
  #contents.access #cont2 section h4 span,
  #contents.access #cont3 section h4 span {
    border-bottom: none;
  }
  #contents.access #cont2 section h4 + p,
  #contents.access #cont3 section h4 + p {
    /*padding: 0 0 30px 0;
    font-size: .875rem;*/
  }

  #contents.access #cont2 section dl {
    padding-left: 30px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #contents.access #cont2 section dl dt {
    margin: 25px 0 10px;
    font-weight: bold;
    position: relative;
  }

  #contents.access #cont2 section dl dt:before {
    content: '';
    width: 18px;
    height: 11px;
    background: url(../../access/img/cont2_dt.png) no-repeat left top;
    position: absolute;
    left: -25px;
    top: 5px;
  }

  #contents.access #cont2 section dl dd {
    font-size: 0.875em;
  }

  #contents.access #cont3 section {
    margin: 0 auto;
  }

  #contents.access #cont3 section img {
    margin: auto;
  }

  #contents.access #cont3 section ul.list {
    margin: 30px 0 40px;
  }

  #contents.access #cont3 section ul.list li {
    text-align: left;
  }

  #contents.access #cont3 section ul.list li a {
    color: #265d933;
  }

  /* sightseeing
  *********************/
  #contents.sightseeing .slider {
    margin: 69px auto 0 auto;
    max-width: 1645px;
  }
  #contents.sightseeing #sightseeing-nav {
    margin: 65px 0 50px 0;
  }
  #contents.sightseeing #sightseeing-nav #tab li a {
    padding: 15px 0;
  }
  #contents.sightseeing #sightseeing-nav #tab li a img {
    height: auto;
  }
  #contents.sightseeing #sightseeing-nav #tab li.current a img {
    height: auto;
  }
  #contents.sightseeing #sightseeing-video {
    margin: 0 0 30px 0;
  }
  #contents.sightseeing #sightseeing-video .loader {
    top: 42%;
    width: 9em;
    height: 9em;
  }
  #contents.sightseeing .main_img {
    margin: 0 0 30px 0;
  }
  #contents.sightseeing .sightseeing_images li {
    margin: 0 1% 30px 1%;
    width: 31.33%;
    font-size: 1rem;
  }

  #contents.sightseeing .type_box.car{
    border:3px solid #002e73;
    padding:50px;
    overflow: auto;
    margin-top:100px;
  }

  #contents.sightseeing .type_box.car h3{
    font-size:24px;
    text-align: center;
    margin:0 auto 50px;
  }

  #contents.sightseeing .type_box.car h3 span{
     font-size:0.8em;
     border:1px solid #535353;
     padding: 5px 10px;
     margin-right:10px;
  }
  #contents.sightseeing .type_box.car h4{
    line-height: 1;
    margin:0 auto;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  #contents.sightseeing .type_box.car h4 span.small{
    font-weight:bold;
    font-size:20px;
    letter-spacing: 0.1em;
  }
  #contents.sightseeing .type_box.car h4 span.middle{
    font-weight:bold;
    font-size:31.5px;
    line-height: 1.82;
    letter-spacing: 0.08em;
  
  }
  #contents.sightseeing .type_box.car h4 span.large{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color:#dc1722;
    
  }
  #contents.sightseeing .type_box.car .text{
    width: 50%;
    float: left;
  }
  #contents.sightseeing .type_box.car .text dl{
    font-size: 1rem;
  }
  #contents.sightseeing .type_box.car .text dl dt{
    width: 80px;
    float: left;
  }
  #contents.sightseeing .type_box.car .text dl dd{
    width: calc(100% - 80px);
    display: inline-block;
  }
  #contents.sightseeing .type_box.car .text p{
    display: block;
    width:100%;
    text-align: center;
    border:1px #535353 solid;
    padding:10px;
    font-size: 1rem;
  }
  #contents.sightseeing .type_box.car .text p .tel_link{
    pointer-events: none;
    text-decoration: none;
    color:#535353;
  }

  #contents.sightseeing .type_box.car .images{
    width: 41%;
    float: right;
  }
  #contents.sightseeing .type_box.car .images::after{
    clear: both;
  }
  #contents.sightseeing .type_box.car .images img{
    width: 100%;
  }

  #contents.sightseeing .type_box:nth-of-type(1) h2 {
    padding-right: 2.8em;
  }
  #contents.sightseeing .type_box:nth-of-type(1) h2:before {
    top: 10px;
    margin-right: 15px;
    width: 75px;
    height: 39px;
  }
  #contents.sightseeing .type_box:nth-of-type(2) h2 {
    padding-right: 3em;
  }
  #contents.sightseeing .type_box:nth-of-type(2) h2:before {
    top: 10px;
    margin-right: 15px;
    width: 90px;
    height: 42px;
  }
  #contents.sightseeing .type_box:nth-of-type(3) h2 {
    padding-right: 3em;
  }
  #contents.sightseeing .type_box:nth-of-type(3) h2:before {
    top: 20px;
    margin-right: 30px;
    width: 68px;
    height: 61px;
  }
  #contents.sightseeing .about_toya {
    font-size: 1.25rem;
  }

  /* BANQUET
  *********************/
  #contents.banquet #main_visual01 span {
    bottom: 20px;
    left: 50px;
    font-size: 2rem;
  }
  #contents.banquet #place .detail {
    width: 47%;
    float: right;
  }
  #contents.banquet #place .detail table {
    margin-top: 0;
  }
  #contents.banquet #place .detail table th, #contents.banquet #place .detail table td {
    font-size: 1.25rem;
  }
  #contents.banquet #place .detail table thead th {
    font-weight: bold;
  }
  #contents.banquet #place .detail table thead th:nth-child(1) {
    text-align: left;
    width: 140px;
  }
  #contents.banquet #place .detail table thead th:nth-child(3) {
    width: 185px;
  }
  #contents.banquet #place .detail table thead th:nth-child(2):before, #contents.banquet #place .detail table thead th:nth-child(3):before {
    content: none;
  }
  #contents.banquet #place .detail table thead th:nth-child(2):after, #contents.banquet #place .detail table thead th:nth-child(3):after {
    content: none;
  }
  #contents.banquet #place .detail table tbody tr.pc {
    display: table-row;
  }
  #contents.banquet #place .detail table tbody th, #contents.banquet #place .detail table tbody td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #contents.banquet #place .detail table .ti01 {
    padding-left: 0.5em;
  }
  #contents.banquet #place .detail table .ti02 {
    padding-left: 1em;
  }
  #contents.banquet #place .detail table .above01 {
    padding-left: 1.7em;
  }
  #contents.banquet #place .detail .note {
    margin: 15px 0 0 1em;
    text-indent: -1em;
  }
  #contents.banquet #place .place_image {
    width: 50%;
    float: left;
  }
  #contents.banquet #place .place_image p {
    position: relative;
    margin-bottom: 3px;
  }
  #contents.banquet #place .place_image p img {
    width: 100%;
    height: auto;
  }
  #contents.banquet #place .place_image p span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.9);
    font-size: 1.625em;
    letter-spacing: .15em;
  }
  #contents.banquet #place .place_image .group p {
    width: 48.8%;
  }
  #contents.banquet #place .place_image .group p:nth-child(1) {
    float: left;
  }
  #contents.banquet #place .place_image .group p:nth-child(2) {
    float: right;
  }
  #contents.banquet .recommend_section .box .image {
    margin-bottom: 30px;
    width: 50%;
    float: left;
  }
  #contents.banquet .recommend_section .box .menu {
    width: 48%;
    float: right;
  }
  #contents.banquet .recommend_section .box .menu dl {
    font-size: .875rem;
  }
  #contents.banquet .recommend_section .btn_reserve01 {
    margin: 0 0 70px 0;
    padding: 20px 10px 20px 10px;
    font-size: 1.125em;
    justify-content: center;
  }
  #contents.banquet .recommend_section .btn_reserve01 a {
    width: 360px;
  }
  #contents.banquet #option .slider {
    margin-bottom: 30px;
    padding: 40px 120px 50px 120px;
  }
  #contents.banquet #option .slider .caption01 dt {
    font-size: 1.25rem;
  }
  #contents.banquet #option .slider .caption01 dd {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  #contents.banquet #option .slider .caption01 dd.note,
  #contents.banquet #option .slider .caption01 dd .note {
    font-size: .875rem;
  }
  #contents.banquet #option .slider .slick-prev, #contents.banquet #option .slider .slick-next {
    width: 26px;
    height: 52px;
    bottom: 52%;
  }
  #contents.banquet #option .slider .slick-prev {
    left: 20px;
    background: url("../../banquet/img/prev01.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  #contents.banquet #option .slider .slick-next {
    right: 20px;
    background: url("../../banquet/img/next01.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  #contents.banquet #option .slider .slick-dots {
    width: 100%;
    bottom: 35px;
    left: -1.5%;
  }
  #contents.banquet #option .slider .slick-dots li{
    width: 25px;
  }
  #contents.banquet #option .slider .slick-dots li button:before {
    font-family: yu-mincho-pr6n, 游明朝, sans-serif;
    font-size: 18px;
    width: 50%;
  }
  #contents.banquet #option .attention {
    font-size: .875rem;
    text-align: center;
  }
  #contents.banquet .contact_group {
    margin: 90px auto 0 auto;
  }
  #contents.banquet .contact_group dt {
    font-size: 1.5rem;
  }
  #contents.banquet .contact_group dd {
    font-size: 1.437rem;
  }
  #contents.banquet .contact_group dd span {
    font-size: 2.75rem;
  }

  /* CMS
  *********************/
  /* DOWNLOAD
  *********************/
  #contents.cms .wrap {
    padding: 0 15px;
  }
  #contents.cms .post_info {
    font-size: 1.25rem;
  }
  #contents.cms h3 {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
  }
  #contents.cms h3:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 60px;
    height: 3px;
    background: #a0a0a0;
  }
  #contents.cms .detail {
    font-size: 1rem;
    color: #535353;
  }
  #contents.cms .post_navigation ul {
    margin: 80px 0 0 0;
  }
  #contents.cms .partner_list {
    margin: 0;
  }
  #contents.cms .partner_list li {
    width: 23.6%;
    min-height: 189px;
    margin: 0 0.7% 1.4% 0.7%;
    padding: 15px 20px;
  }
  #contents.cms .partner_list_long img {
    padding: 15px;
  }
  #contents.cms .download_wrap .box {
    width: 47%;
	  margin-bottom:50px;
  }
  /*#contents.cms .download_wrap .box:first-child,
  #contents.cms .download_wrap .box:nth-child(3),
  #contents.cms .download_wrap .box:nth-child(4) {
    float: left;
  }
  #contents.cms .download_wrap .box:nth-child(2),
    #contents.cms .download_wrap .box:nth-child(5) {
    float: right;
  }*/
  
  /* #contents.cms .download_wrap .box:first-child,
  #contents.cms .download_wrap .box:nth-child(3) {
    float: left;
  }
  #contents.cms .download_wrap .box:nth-child(2),
  #contents.cms .download_wrap .box:nth-child(4) {
    float: right;
  } */
  #contents.cms .download_wrap .box:nth-child(2n+1) {
    float: left;
  }
  #contents.cms .download_wrap .box:nth-child(2n) {
    float: right;
  }

	#contents.cms .download_wrap .box.movie div.yt {
		width:470px;
	}

  #contents.cms .download_wrap .box .image {
    margin: 20px 0 20px 0;
  }
  #contents.cms .download_wrap .box .image img {
    max-width: 355px;
    height: auto;
  }
  #contents.cms .download_wrap .box .btn_download {
    margin: 0 0 15px 0;
    font-size: 1.375rem;
  }
  #contents.cms .download_wrap .box .btn_download a {
    padding: 10px 29px 10px 10px;
    background: url("../img/ico_download.png") no-repeat 75% 50%;
    background-size: 28px 24px;
  }
  #contents.cms .download_wrap .box .btn_download a.to_right {
    background: url("../img/ico_download.png") no-repeat 83% 50%;
    background-size: 28px 24px;      
  }

  #contents.cms .download_wrap .box .btn_download a span {
    font-size: .875rem;
  }
  #contents.cms .download_wrap .box .note {
    margin: 0 0 0 1em;
    font-size: .75rem;
  }

  /* FAQ
  *********************/
  #contents.faq .banner img {
    max-width: 100%;
  }
  #contents.faq .faq_nav {
    margin: 60px auto 0;
    flex-wrap: wrap;
  }
  #contents.faq .wrap.pdf_link{
    text-align:right;
    margin: 10px auto 80px auto;
    max-width: 1200px;
  }
  #contents.faq .faq_nav li {
    width: 31.33%;
    margin: 0 1% 15px 1%;
    font-size: 1rem;
  }
  #contents.faq .note_cmt{
  	text-align:center;
  }
  #contents.faq h3 {
    margin: 60px 0 -5px 0;
    padding: 0;
    border: none;
    font-size: 1.312rem;
  }
  #contents.faq h3:after {
    content: none;
  }
  #contents.faq dl dt {
    font-size: 1rem;
    background-size: 23px 13px;
  }
  #contents.faq dl dd {
    font-size: .875rem;
  }
  #contents.faq dl dd br.sp {
    display: none;
  }
  #contents.faq dl dd table {
    display: table;
  }
  #contents.faq dl dd table th {
    display: table-cell;
    width: auto;
  }
  #contents.faq dl dd table td {
    display: table-cell;
    margin-bottom: 0;
    width: auto;
  }
	/* congestion
	*********************/

	#contents.congestion h2.tit01{
		font-size:2rem;
		line-height: 1.2em;
	}
	#contents.congestion h2.tit01 span{
		font-size:1rem;
	}

	#contents.congestion .text{
		font-size: 1.3rem;
	}

	#contents.congestion .text strong span{
		font-size: 1.5rem;
	}

	#contents.congestion .text{
		padding: 30px;
	}
	
	#contents.congestion dl{
		float: left;
		width:33.3%;
		margin-bottom:100px;
	}

	#contents.congestion dl dt{
		font-size:1.5em;
		padding:7px;
	}
	#contents.congestion .standard{
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
		width: 70%;
		max-width: 730px;
		margin: 0 auto;
	}
	#contents.congestion .standard > p{
		background: #d7d7d7;
		text-align: center;
		color: #535353;
		font-size: 1.1rem;
		display:flex;
		justify-content:center;
		align-items: center;
		align-content: center;
		padding: 15px 30px;
		line-height: 1;
		width: 180px;
		height: 58px;
	}
	#contents.congestion .standard ul{
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
		background:#f2f2f2;
		width: 100%;
		height:58px;
		margin: 0;
		padding: 15px;
		flex-wrap:initial;
		flex-direction: row;
	}
	#contents.congestion .standard li{
		display:flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		height: 100%;
		font-size: 1rem;
		font-weight: bold;
		width: initial;
		margin: 0;
	}
	
	#contents.congestion .standard li span{
		width: 50px;
		height: 28px;
		display: block;
		line-height: 1;
		margin:0 10px;
	}
	
	#contents.congestion .standard li .color_area01{
		background: #5487cf;
	}
	#contents.congestion .standard li .color_area02{
		background: #ffd800;
	}
	#contents.congestion .standard li .color_area03{
		background: #db103f;
	}
	
	
  /*********************
  FOOTER STYLES
  *********************/
  #footer {
    padding: 70px 0 0 0;
  }
  #footer .info01 {
    width: 50%;
    float: left;
    padding: 0 0 0 80px;
  }
  #footer .info02 {
    width: 50%;
    float: right;
    padding: 0 80px 0 0;
  }
  #footer .com_info {
    margin: 0;
  }
  #footer .com_info dt #ft_logo {
    width: 297px;
  }
  #footer .com_info dt #logo_facebook,
  #footer .com_info dt #logo_instagram,
  #footer .com_info dt #logo_youtube {
    top: -3px;
    width: 29px;
    height: 29px;
  }
  #footer .com_info dd.address {
    font-size: 1rem;
  }
  #footer .com_info dd.tel {
    font-size: 1.25rem;
  }
  #footer .com_info dd.tel span {
    font-size: 2.375rem;
  }
  #footer .foot_nav01 ul {
    max-width: 400px;
    margin: 0 auto;
  }
  #footer .foot_nav01 ul li {
    font-size: 1em;
  }
  #footer .foot_nav01 ul li a {
    padding: 5px 0;
  }
  #footer .bus dl {
    margin: 15px 0 30px 0;
  }
  #footer .bus dl dt {
    font-size: 1.25rem;
  }
  #footer .bus dl dd {
    font-size: 1.25rem;
  }
  #footer .bus dl dd .price {
    font-size: 2rem;
  }
  #footer .bus dl dd .attention {
    font-size: .937rem;
  }
  #footer .download {
    margin: 0;
    font-size: 1.125em;
  }
  #footer .download a {
    width: 380px;
    padding: 20px 29px 20px 10px;
    background: url("../img/ico_download.png") no-repeat 80% 50%;
    background-size: 28px 24px;
  }
  #footer .group_hotels {
    width: 100%;
    margin: 80px auto;
    text-align: center;
  }
  #footer .group_hotels li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px 0 15px;
    font-size: 1.062rem;
    background: url("../img/ico_arr01.png") no-repeat 0 50%;
    background-size: 7px 11px;
  }
  #footer .lang {
    display: table;
    width: 300px;
    margin: 0 auto 80px auto;
  }
  #footer .lang li {
    font-size: .875rem;
  }
  #footer .foot_nav02 {
    padding: 70px 20px 70px 20px;
  }
  #footer .foot_nav02 ul {
    display: table;
    margin: 0 auto 20px auto;
    width: auto;
  }
  #footer .foot_nav02 ul li {
    display: table-cell;
    float: none;
    width: auto;
    text-align: center;
    font-size: .875rem;
    letter-spacing: 3px;
  }
  #footer .foot_nav02 ul li a {
    display: block;
    padding: 0 23px;
    color: #FFF;
    text-decoration: none;
    border-right: 1px solid #FFF;
  }
  #footer .foot_nav02 ul li:last-child a {
    border-right: none;
  }
  #footer #copyright {
    font-size: 0.687em;
  }

  #footer.lower .info01 {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
	
	
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  #header #hd_logo {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #header #hd_logo img {
    width: 223px;
  }
  #header #global_nav {
    width: 75%;
    margin: 0;
	  border-top: none;
  }
  #header #global_nav .wrap li {
    font-size: 1rem;
  }
  #header #global_nav .wrap li#room_type ul li {
    font-size: 0.8rem;
    width: 10%;
  }
  #header #global_nav .wrap li#access_type ul li {
    font-size: 0.8rem;
    width: 13%;
  }
  #header #global_nav .wrap li a {
    padding: 5px 3px;
  }

  /* SPA
  *********************/
  #contents.spa #moon .tit01 {
    padding-right: 5em;
  }
  _:-ms-fullscreen, :root #contents.spa #moon .tit01 {
    padding-right: 4.2em;
  }
  #contents.spa #star .tit01 {
    padding-right: 4.4em;
  }
  _:-ms-fullscreen, :root #contents.spa #star .tit01 {
    padding-right: 3.6em;
  }

  #contents.spa #moon .tit01.ver2 {
    padding-right:0;
  }
  #contents.spa #star .tit01.ver2 {
    padding-right:0
  }

  #contents.spa #esthe .tit01 {
    padding-right: 7.2em;
  }
  _:-ms-fullscreen, :root #contents.spa #esthe .tit01 {
    padding-right: 6.8em;
  }
  /* #contents.spa #tyamasuyu .tit01 {
    padding-left: 8.5em;
  } */
  _:-ms-fullscreen, :root #contents.spa #tyamasuyu .tit01 {
    padding-left: 7.8em;
  }
  /* DAY
  *********************/
  #contents.day .operation dl dd .indent01 {
    margin-left: 11.75em;
  }
  #contents.day .operation dl dd .indent04 {
    margin-left: 1em;
  }
  /* DISH
  *********************/
  #contents.dish .renewal .sub {
    margin-left: -13em;
  }

  /* FLOORGUIDE
  *********************/
  #contents.floorguide-dish #sec01 .tit01 {
    padding-right: 3.5em;
  }
  #contents.floorguide-dish #sec02 .tit01 {
    padding-left: 0;
    letter-spacing: 0;
  }
  #contents.floorguide-dish #sec03 .tit01 {
    padding-right: 4em;
  }
  #contents.floorguide-dish #sec04 .tit01 {
    padding-right: 3.5em;
  }
  #contents.floorguide-dish #sec05 .tit01 {
    padding-right: 5em;
  }
  #contents.floorguide-dish #sec06 .tit01 {
    padding-right: 4em;
  }

  #contents.floorguide-spa #sec01 .tit01 {
    padding-left: 0;
  }
  #contents.floorguide-spa #sec01 .tit01 .indent01 {
    padding-right: 3.7em;
  }
  #contents.floorguide-spa #sec02 .tit01 {
    padding-left: 0;
  }
  #contents.floorguide-spa #sec02 .tit01 .indent01 {
    padding-right: 3.7em;
  }
  #contents.floorguide-spa #sec03 .tit01 .indent01.tit_block {
    padding-right: 4.5em;
  }

  #contents.floorguide-shop #sec01 .tit01 {
    padding-right: 1em;
  }
  #contents.floorguide-shop #sec02 .tit01 {
    padding-right: 0.3em;
  }

  #contents.floorguide-activity #sec01 .tit01 {
    padding-right: 5.5em;
  }
  #contents.floorguide-activity #sec02 .tit01 {
    padding-right: 8em;
  }
  #contents.floorguide-activity #sec03 .tit01 {
    padding-right: .5em;
  }
  #contents.floorguide-activity #sec04 .tit01 {
    padding-right: 6.5em;
  }
  #contents.floorguide-activity #sec05 .tit01 {
    padding-right: 0;
  }
  #contents.floorguide-activity #sec05 .tit01 .indent01 {
    padding-right: 9.5em;
  }
  #contents.floorguide-activity #sec07 .tit01 {
    padding-right: 0;
  }
  #contents.floorguide-activity #sec08 .tit01 .indent01.tit_block {
    padding-right: 4.5em;
  }

  /* ROOM
  *********************/
  #contents.room .data .data_wrap01 .room_cont .info{
    width:50%;
    order: 1;
    margin: 0;
  }
  #contents.room .data .data_wrap01 .room_cont ul.room_flex{
    width:50%;
    order: 1;
    margin: 0;
  }  
  #contents.room .data .data_wrap01 .room_cont .info{
    width:50%;
    order: 1;
    margin: 0;
    text-align: left;
  }
  #contents.room .data .data_wrap01 .room_cont .info ul.room_flex{
    width:100%;
  } 
  #contents.room .data .data_wrap01 .room_cont .info a:hover{
    opacity:0.7;
  }
  #contents.room .data .data_wrap01 .room_cont .image {
    width: 50%;
    order: 2;
    margin: 0;
  }
  /* FAQ
  *********************/
  #contents.faq .faq_nav li {
    flex: 1;
    font-size: 1.125rem;
    width: auto;
    margin: 0 1% 0 1%;
  }

  #footer #copyright { padding: 15px 0 0 0;}

}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
@media only screen and (min-width: 1298px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  #contents.spa #spa-video {
    margin-top: 72px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
#esthe .data .detail .detail_inner {
  margin-bottom: 50px;
}

#contents.spa #esthe .data .detail .detail_inner table td:nth-child(1) {
  width: 200px;
}

#contents.spa #esthe .data .detail .detail_inner table td:nth-child(2) {
  width: 150px;
  text-align: right;
}

#contents.spa #esthe .data .detail .detail_inner table td:nth-child(3) {
  color: #8f7315;
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 0.9em;
  padding-left: 20px;
}

#contents.spa #esthe .data .detail .detail_inner table.set td:nth-child(1) {
  width: 300px;
}

#contents.spa #esthe .data .detail ul {
  margin: 10px;
}

#contents.spa #esthe .data .detail ul li {
  width: 100%;
  float: none;
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}

#contents.spa #esthe .data .btn_menu {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contents.spa #esthe .data .detail .detail_inner table {
    width: 100%;
  }

  #contents.spa #esthe .data .detail .detail_inner table td:nth-child(1) {
    width: 60%;
    float: left;
  }

  #contents.spa #esthe .data .detail .detail_inner table td:nth-child(2) {
    width: 40%;
    float: left;
  }

  #contents.spa #esthe .data .detail .detail_inner table td:nth-child(3) {
    width: 100%;
    float: left;
    padding-left: 0;
  }

  #contents.spa #esthe .data .detail .detail_inner table.set td:nth-child(1),
  #contents.spa #esthe .data .detail .detail_inner table.set td:nth-child(2) {
    width: 100%;
  }

  /*time*/
  #contents.spa dl.time{
    flex-direction: column;
  }
  #contents.spa dl.time dd{
    width:100%;
    margin: 0;
    padding: 0 0 5px;
  }

    #contents.day .operation .note_cmt{
        font-size:.687rem !important;
    }
    .red_information.w1000{
        width: 89.6%;
        margin: 50px auto 0;
    }
    .red_information_02{
	   padding: 14px;
    }
    .lower .operation dl dd dl.red_information_02 dd {

        margin-left: 3.5em;
    }
      .lower .corona_info dl.buffet_time dd {

        margin-left: 5.5em;
    }
    .lower .corona_info {
        width: 100%;
        min-width:auto;
        padding: 0;
    }

    .lower .corona_info dl.buffet_time {
        width: 100%;
    }
    .lower .redbox.corona_info dl.buffet_time {
        padding: 0;
    }

    .lower .corona_info dl.buffet_time dt,
    .lower .corona_info dl.buffet_time dd {
        font-size: 0.9em;
    }
    .lower .corona_info dl.buffet_time dd .note{
        font-size: 0.813em;
    }
    .lower .redbox.news{
        margin: 50px 0 0;
        padding:5px 15px 20px;
        font-size: 0.78rem;
    }
    .lower .redbox.news h3{
        font-size: 0.98rem;
    }
    .lower .redbox.news strong{
        font-size: 0.85rem;
    }

}

/*********************
add place
*********************/
/* add. 2020_06_22 */
.redbox{
	border: 1px solid red;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align:center;
	color:#403323;
/*	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: yu-mincho-pr6n, 游明朝, sans-serif;    
}
.redbox.center{
    margin: 0 0 20px;
    text-align:initial;
    display: flex;
    justify-content: center;
}
.redbox.news{
    margin: 100px auto 0px;
    padding:5px 10% 20px;
    font-size: 0.98rem;
    display: inline-block;
    text-align: center;
/*    font-family: yu-mincho-pr6n, 游明朝, sans-serif;*/
}
.redbox.news h3{
    font-weight: bold;
    font-size: 1.25rem;
}
.redbox.news strong{
    font-size:1.13rem;
    text-decoration: underline;
}
.t_left{
	text-align:left;
}

.doumin {
	writing-mode: tb-rl;
	display: block;
	padding: 15px;
	color: #fff;
	position: fixed;
	right: 0;
	top: 70px;
	z-index: 999;
	font-size: 1.2em;
	background: linear-gradient(135deg, #eca71a 0%, #da0641 100%);
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.doumin a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.doumin a:hover,
.doumin a:focus,
.doumin a:visited:hover,
.doumin a:visited:focus{
	text-decoration: underline;
	color: #fff;
}

.s_size_pc {
	display: none;
}

@media only screen and (max-width: 1366px) {
	.s_size_pc {
		display: block;
	}
    .thankyou .pc{
        display: none;
    }
	.doumin{
		padding: 20px 10px;
	}
}

@media only screen and (max-width: 768px) {
	.s_size_pc {
		display: block;
	}
	.doumin{
		writing-mode: lr-tb;
		width: 100%;
		border-right: 5px solid #fff;
		font-size: 0.85em;
		text-align: center;
		padding: 10px;
		top: auto;
		bottom: 65px;
	}
    .red_information .left_yose {
        font-size:1.1em;
        text-align:left;
        width: 100%;
        margin: 0 auto 0;
    }
    
    .red_information.toya_color {
        margin:40px auto 0;
    }    
}
/* 縦バナー */
.thankyou {
    display: block;
    padding: 0;
    position: fixed;
    right: 30px;
    bottom: 175px;
    z-index: 1;
}
.thankyou img{
    height:30vh;
    max-height: 300px;
    width: auto;
}
.thankyou .pc{
    display: inline-block;
}
.thankyou img:hover{
    opacity: 0.85;
}


@media only screen and (max-width: 768px) {

.thankyou .pc{
    display: none;
}

    .thankyou {
        right: 0;
        top: auto;
        bottom:65px;
    }
    .thankyou img{
        width:100%;
        max-width: 750px;
        margin: 0 auto;
        height: auto;
    }
}

/* フロートバナー */
.float_bnr {
	display: block;
	padding: 0;
	position: fixed;
  right: 30px;
  bottom: 175px;
	z-index: 5;
}


.float_bnr img{
    height:30vh;
    max-height: 300px;
    width: auto;
}

@media only screen and (max-width: 768px) {

	.float_bnr {
		right: 0;
		top: auto;
		bottom:65px;
	}
	.float_bnr img{
		width:100%;
		max-width: 750px;
		margin: 0 auto;
		height: auto;
	}
	#footer{
		/*padding-bottom:118px;*/
	}
}


@media only screen and (min-width: 769px) {

  .batsu{
    font-size: 100%;/*ボタンの大きさ*/
    font-weight: bold;
    border: 1px solid #999;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.3em;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    background:#fff;
    top:-1em;
    right:-1em;
    z-index: 10;
  }
      
  .batsu:hover{
      background: #333;
      border-color: #333;
      color: #FFF;
  }

  /* close button */
  .action-close {
      position: relative;
      margin-top: 2em;
  }
  .action-close .btn {
      position: absolute;
      right: -0.5em;
      top: -0.8em;
  }
  .action-close .box {
      margin-bottom: 2em;
  }
  
  /* checkbox 非表示 */
  .add-control .checkbox {
      display: none;
  }
  
  /* close button's control */
  .add-control .action-close #close:checked ~ .btn {
      display: none;
  }
  .add-control .action-close #close:checked ~ .box {
      display: none;
  }
}

/*popup*/


.cc-message{
	font-size: 12px !important;
  line-height: 1.5em !important;
}

.cc-window{
  padding:10px !important;
  margin-bottom: 150px !important;
}

.cc-revoke.cc-bottom{
  bottom:66px !important;
  left: 3px !important;
}

@media only screen and (min-width: 769px) {

  /*popup*/

  .cc-message{
    font-size: 14px !important;
  }

  .cc-window{
    padding:30px !important;
    width: calc(100% - 360px) !important;
    margin-bottom:0 !important;
  }

  .cc-revoke.cc-bottom{
    bottom:0 !important;
  }
}

