@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');

@font-face {
    font-family: 'Agenda';
    src:  url('../fonts/agenda/Agenda-Medium.eot');
    src: url('../fonts/agenda/Agenda-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/agenda/Agenda-Medium.woff2') format('woff2'),
url('../fonts/agenda/Agenda-Medium.woff') format('woff'),
url('../fonts/agenda/Agenda-Medium.ttf') format('truetype'),
url('../fonts/agenda/Agenda-Medium.svg#Agenda-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  height: auto;
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

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

dl,
dl dt,
dl dd {
  margin: 0; }

p {
  margin: 0; }

body {
    font-size: 14px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 300;
    font-style: normal;
  color: #54585a;
  line-height: 1.6; }
  @media (min-width: 1201px) {
    body {
      padding-top: 107px; } }

/* ----------------------------------------------------------------
	LV Layout
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

::selection {
	background: #a00262;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #a00262; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #a00262; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.page {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
    padding: 0 10px;
}
.page:after {
	content: "";
	clear: both;
	display: block;
}

.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}
.nomg, .nomargin { margin: 0 !important}
.nomg-top { margin-top: 0 !important}
.nomg-bot { margin-bottom: 0 !important}

.anc {
	float: left;
	width: auto;
	height: 0;
	position: relative;
	top: -100px;
}

.pc, .spc, .sspc, .lpc {	display: block !important;}
.sp, .ssp, .sssp, .lsp {	display: none !important;}

.wow {
	visibility: hidden;
}
.blk-r,
.blk-l {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.blk-r {
    float: right;
}

img {
    width: 100%;
    height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ofh {
    overflow: hidden !important;
	position: relative;
	display: block;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

.secHeading {
  font-size: 25px;
  font-weight: normal;
  font-family: 'Agenda';
  text-align: center;
  text-transform: uppercase;
  color: #a00262;
  letter-spacing: 5px;
  padding-bottom: 27px;
  margin-bottom: 35px;
  position: relative;
  z-index: 5; }

  @media (min-width: 641px) {
      .secHeading {
          font-size: 30px;
      }
      .secHeading.ja {
          font-size: 20px;
      }
  }
  @media (min-width: 769px) {
    .secHeading {
        font-size: 40px;
      } 
      .secHeading.ja {
          font-size: 28px;
      }
  }

  .secHeading::before, .secHeading::after {
    content: "";
    margin: 0 auto;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .secHeading::before {
    width: 83px;
    background-color: #dbdbdb; }
  .secHeading::after {
    width: 27px;
    background-color: #a00262; }
  .secHeading__ja {
    font-size: 14px;
    display: block; }
    @media (min-width: 769px) {
      .secHeading__ja {
        font-size: 18px; } }

.secHeading.ja {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.secCatch {
  font-size: 20px;
  font-weight: normal;
  color: #a00262;
  text-align: center;
  max-width: 442px;
  width: 100%;
  margin: 0 auto 55px;
  display: block; }
  @media (min-width: 769px) {
    .secCatch {
      font-size: 28px;
      margin-bottom: 75px; } }
  .secCatch .spbr {
    display: block; }
    @media (min-width: 769px) {
      .secCatch .spbr {
        display: none; } }

.secDesc {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
  box-sizing: border-box; }
  @media (min-width: 769px) {
    .secDesc {
      font-size: 16px;
      padding: 0; } }

.secLink {
  font-size: 15px;
  color: #a00262;
  text-align: center;
  max-width: 187px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #a00262;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  transition: all .2s; }
  .secLink:hover {
    color: #fff;
    background-color: #a00262; }

.moreLink {
  font-size: 15px;
  color: #a00262;
  text-align: center;
  max-width: 187px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #a00262;
     background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  transition: all .2s; }
  .moreLink:hover {
    color: #fff;
    background-color: #a00262; }

.moreLink.ja {
    font-family: 'M PLUS 1p', sans-serif !important;
}
.slick-dots {
  padding-top: 15px;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    margin-right: 15px; }
    .slick-dots li button {
      font-size: 0;
      width: 15px;
      height: 15px;
      text-indent: 100%;
      padding: 0;
      border: none;
      border-radius: 50%;
      display: block;
      background-color: #ececeb;
      overflow: hidden;
      white-space: nowrap;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .slick-dots li.slick-active button {
      background-color: #54585a; }
    .slick-dots li:last-child {
      margin-right: 0; }

.accommodation__container .slick-dots {
    position: relative;
    padding-top: 0;
    margin-top: -30px;
    z-index: 100;
}
.slick-arrow {
  font-size: 0;
  text-indent: 100%;
  width: 22px;
  height: 50px;
  border: none;
  background: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  @media (min-width: 321px) {
    .slick-arrow {
      width: 32px;
      height: 60px; } }
  .slick-arrow.slick-prev {
    background-image: url(../images/common/arrow_prev.svg);
    left: 15px; }
  .slick-arrow.slick-next {
    background-image: url(../images/common/arrow_next.svg);
    right: 15px; }

.recommend__plan__list .slick-arrow.slick-prev,
.recommend__plan__list .slick-arrow.slick-next {
    width: 23px;
    height: 45px;
    
}
.recommend__plan__list .slick-arrow.slick-prev {
    background-image: url("../images/common/arrow_prev02.png");
    left: -25px;
}
.recommend__plan__list .slick-arrow.slick-next {
    background-image: url("../images/common/arrow_next02.png");
    right: -25px;
}


.header {
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 981px) {
    .header {
      position: relative; } }
  @media (min-width: 1201px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10; } }
  .header.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9); }
    .header.on .header__menu__btm {
      bottom: 0; }
  .header__wrap {
    position: relative; }
  .header__container {
    max-width: 1200px;
    height: 55px;
    margin: 0 auto;
    padding: 16px 15px 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 641px) {
      .header__container {
        height: 77px; } }
    @media (min-width: 1201px) {
      .header__container {
        height: 107px;
        padding: 18px 15px 17px;
        align-items: stretch; } }
  .header__logo {
    width: 125px; }
    @media (min-width: 641px) {
      .header__logo {
        width: 135px; } }
    @media (min-width: 789px) {
      .header__logo {
        width: 156px; } }
    @media (min-width: 1201px) {
      .header__logo {
        width: 215px; } }
    .header__logo__link {
      display: block; }
      .header__logo__link:hover {
        opacity: .6; }
      .header__logo__link img {
        width: 100%;
        height: auto;
        display: block; }
  .header__menu {
    width: calc(100% - 215px);
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 1201px) {
      .header__menu {
        display: block; } }
    .header__menu__top {
      display: flex;
      justify-content: flex-end;
      position: relative;
      z-index: 10; }
      @media (min-width: 1201px) {
        .header__menu__top {
          margin-bottom: 10px; } }
    .header__menu__btm {
      width: 100%;
      height: calc(100% - 55px);
      padding-bottom: 90px;
      display: none;
      background: #fff url(../images/index/accommodation_bg.png) repeat top left;
      position: fixed;
      top: auto;
      bottom: 100%;
      left: 0;
      overflow: auto;
      z-index: 7; }
      @media (min-width: 641px) {
        .header__menu__btm {
          height: calc(100% - 77px); } }
      @media (min-width: 981px) {
        .header__menu__btm {
          height: auto;
          padding-bottom: 0;
          position: absolute;
          top: 77px;
          bottom: auto; } }
      @media (min-width: 1201px) {
        .header__menu__btm {
          display: block;
          background: none;
          position: static; } }
    .header__menu__button {
      width: 30px;
      height: 30px;
      border-radius: 3px;
      display: none;
      position: relative;
      transition: all .25s;
      cursor: pointer;
      overflow: hidden;
      transition: all .25s; }
      .header__menu__button::before, .header__menu__button::after {
        content: "";
        width: 17px;
        height: 3px;
        margin: 0 auto;
        display: block;
        background-color: #a00262;
        position: absolute;
        left: 0;
        right: 0; }
      .header__menu__button::before {
        top: 7px; }
      .header__menu__button::after {
        bottom: 7px; }
      .header__menu__button:hover {
        background-color: #a00262; }
        .header__menu__button:hover::before, .header__menu__button:hover::after {
          background-color: #fff; }
        .header__menu__button:hover span {
          background-color: #fff; }
      .header__menu__button.on {
        background-color: #a00262; }
        .header__menu__button.on::before {
          background-color: #fff;
          top: 14px;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        .header__menu__button.on::after {
          background-color: #fff;
          bottom: 13px;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
        .header__menu__button.on span {
          left: 100%; }
      @media (min-width: 981px) {
        .header__menu__button {
          margin-left: 20px;
          display: block; } }
      @media (min-width: 1201px) {
        .header__menu__button {
          margin: 0;
          display: none; } }
      .header__menu__button span {
        width: 17px;
        height: 3px;
        margin: 0 auto;
        border-radius: 50px;
        box-sizing: border-box;
        display: block;
        background-color: #a00262;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%); }
  .header__contact {
    display: none; }
    @media (min-width: 1201px) {
      .header__contact {
        display: flex; } }
    .header__contact__item {
      width: 100px;
      margin-right: 20px; }
    .header__contact__link {
      font-size: 12px;
      color: #54585a;
      transition: all .2s; }
      .header__contact__link:hover {
        color: #a00262; }
      .header__contact__link.tel {
        font-family: 'Agenda'; }
      .header__contact__link img {
        width: 15px;
        margin-right: 5px;
        position: relative;
        top: -1px; }


  .header__lang {
    width: 107px;
    position: relative; }
    .header__lang dt {
      font-size: 12px;
      color: #54585a;
      border: 1px solid #cdcdcd;
      padding: 3px 10px 2px 30px;
      box-sizing: border-box;
      display: block;
      position: relative;
      cursor: pointer; }
      .header__lang dt.on {
        background-color: #ececeb; }
      .header__lang dt:hover {
        background-color: #ececeb; }
      .header__lang dt::before, .header__lang dt::after {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .header__lang dt::before {
        content: "";
        width: 12px;
        height: 12px;
        background-image: url(../images/icon/icon_lang.svg);
        left: 10px; }
      .header__lang dt::after {
        width: 7px;
        height: 5px;
        background-image: url(../images/icon/icon_arrow_btm.svg);
        right: 10px; }
    .header__lang dd {
      width: 100%;
      border: 1px solid #cdcdcd;
      display: none;
      position: absolute;
      top: 100%;
      left: 0; }
    .header__lang__link {
      font-size: 12px;
      color: #54585a;
      padding: 3px 10px 2px;
      box-sizing: border-box;
      display: block;
      background-color: #fff; }
      .header__lang__link:hover {
        background-color: #ececeb; }
      .header__lang__link.en {
        font-family: 'Agenda'; }
  @media (min-width: 1201px) {
    .header__list {
      display: flex;
      justify-content: flex-end; } }
  .header__item {
    margin-bottom: 3px;
    background-color: #fff; }
    .header__list .header__item:nth-child(4) dd {
        display: none !important;
    }
    @media (min-width: 1201px) {
      .header__item {
        margin-bottom: 0;
        background-color: transparent; } }
    .header__item dt {
      cursor: pointer;
      position: relative; }
      .header__item dt.on {
        background-color: #a00262; }
        .header__item dt.on a {
          color: #fff; }
      .header__item dt a {
        display: block; }
      .header__item dt span {
        width: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%); }
        @media (min-width: 1201px) {
          .header__item dt span {
            display: none; } }
        .header__item dt span::after {
          content: "";
          width: 15px;
          height: 15px;
          margin: 0 auto;
          display: block;
          border-top: 2px solid #54585a;
          border-right: 2px solid #54585a;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          transition: all .25s; }
        .header__item dt span.on {
          margin-top: 5px; }
          .header__item dt span.on::after {
            border-top-color: #fff;
            border-right-color: #fff;
            -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
    .header__item dd {
      width: 100%;
      opacity: 1; }
      @media (min-width: 1201px) {
        .header__item dd {
          opacity: 0;
          position: absolute;
          top: 80px;
          left: 0;
          z-index: 6; } }
      .header__item dd.on {
        opacity: 1;
        transition: all .5s; }
        @media (min-width: 1201px) {
          .header__item dd.on {
            top: 90px; } }
  .header__link {
    font-size: 15px;
    color: #54585a;
    padding: 23px 20px 22px;
    box-sizing: border-box;
    display: block; }
    @media (min-width: 1201px) {
      .header__link {
        padding: 5px 20px 10px; } }
    .header__link:hover {
      color: #a00262; }
  .header__subnav {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff url(../images/index/accommodation_bg.png) repeat left top; }
    @media (min-width: 1201px) {
      .header__subnav {
        padding: 17px 17px 0; } }
    .header__subnav__list {
      width: 100%; }
      @media (min-width: 1201px) {
        .header__subnav__list {
          max-width: 925px;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap; } }
    .header__subnav__item {
      margin-bottom: 5px;
      background-color: #fff; }
      @media (min-width: 1201px) {
        .header__subnav__item {
          width: 32%;
          margin-right: 2%;
          margin-bottom: 2%; } }
      .header__subnav__item:nth-child(3n) {
        margin-right: 0; }
      .header__subnav__item:last-child {
        margin-bottom: 0; }
        @media (min-width: 1201px) {
          .header__subnav__item:last-child {
            margin-bottom: 2%; } }
    .header__subnav__link {
      font-size: 15px;
      color: #a00262;
      display: flex;
      align-items: center;
        border-radius: 2px;
        overflow: hidden;
        z-index: 1;
      position: relative; }
      .header__subnav__link div {
        width: 122px;
        min-height: 80px;
        height: 100%;
        position: relative;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .2s; }
        .header__subnav__link div img {
          width: 100%;
          height: 100%; }
      .header__subnav__link p {
        width: 100%;
        min-height: 80px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 15px 15px 135px;
        box-sizing: border-box;
        transition: all .5s; }
      .header__subnav__link:hover div {
        width: 0;
        opacity: 0; }
      .header__subnav__link:hover p {
        color: #fff;
        text-align: center;
        padding-left: 15px;
        justify-content: center;
        background-color: #a00262; }

.footer {
  background: url(../images/common/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 25px;
  box-sizing: border-box;
  position: relative; }
  .footer::before, .footer::after {
    content: "";
    display: block; }
  .footer::before {
    width: 100%;
    height: 138px;
    background-color: #54585a;
    position: relative;
    z-index: 4; }
  .footer::after {
    width: 100%;
    height: 100%;
    background-color: rgba(160, 0, 98, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .footer__container {
    padding-top: 265px; }
  .footer__logo {
    max-width: 1208px;
    width: 90%;
    height: 288px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 4; }
    .footer__logo__link {
      max-width: 193px;
      width: 100%;
      display: block; }
      .footer__logo__link:hover {
        opacity: .6; }
  .footer__desc {
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 4; }
    .footer__desc__hotel, .footer__desc__ihg {
      margin-bottom: 24px; }
    .footer__desc__heading {
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px; }
      .footer__desc__heading.small {
        font-size: 15px;
        margin-bottom: 0; }
    .footer__desc__address {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer__desc__contact {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer__desc__contact dt, .footer__desc__contact dd {
        font-family: 'Agenda'; }
      .footer__desc__contact dt {
        font-size: 16px;
        margin-right: 5px;
        padding-left: 20px;
        position: relative; }
        .footer__desc__contact dt:first-child {
          padding-left: 0; }
        .footer__desc__contact dt:nth-child(3)::before {
          content: "/";
          font-size: 22px;
          position: absolute;
          top: 50%;
          left: -1px;
          transform: translateY(-50%); }
      .footer__desc__contact dd {
        font-size: 16px;
        margin-right: 10px; }
        @media (min-width: 769px) {
          .footer__desc__contact dd {
            font-size: 22px; } }
        .footer__desc__contact dd:last-child {
          margin-right: 0; }
        .footer__desc__contact dd a {
          font-size: 16px;
          color: #fff;
          padding-bottom: 3px; }
          @media (min-width: 769px) {
            .footer__desc__contact dd a {
              font-size: 22px; } }
          .footer__desc__contact dd a:hover {
            opacity: .6; }
      .footer__desc__contact.small dt {
        font-size: 22px; }
      .footer__desc__contact.small dd {
        font-size: 30px; }
        .footer__desc__contact.small dd a {
          font-size: 30px; }
    .footer__desc__time {
      font-size: 14px; }
  .footer__list {
    margin-bottom: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 4; }
  .footer__item {
    white-space: nowrap;
    margin-right: 25px; }
    .footer__item:last-child {
      margin-right: 0; }
  .footer__link {
    font-size: 13px;
    color: #fff; }
    .footer__link:hover {
      text-decoration: underline; }
  .footer__snsList {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .footer__snsItem {
      width: 22px;
    margin-right: 14px; }
    .footer__snsItem:last-child {
      margin-right: 0; }
  .footer__search__link {
    font-size: 14px;
    color: #fff;
    max-width: 371px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 19px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    transition: all .2s; }
    .footer__search__link:hover {
      color: #a00262;
      background-color: #fff; }
  .footer__search__desc {
    font-size: 10px;
    letter-spacing: 5px; }
  .footer__copy {
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 4; }

.mv {
  margin-bottom: 40px; }
  .mv__container {
    position: relative; }
  .mv__list {
    opacity: 0; }
    .mv__list.slick-initialized {
      opacity: 1; }
  .mv__item {
    width: 100%;
    position: relative; }
    .mv__item::after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(35, 24, 21, 0.3);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4; }
  .mv__inner {
    height: 460px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 321px) {
      .mv__inner {
        height: 560px; } }
    @media (min-width: 769px) {
      .mv__inner {
        height: 670px; } }
  .mv__text {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 5; }
    @media (min-width: 321px) {
      .mv__text {
        padding: 0 20px; } }
  .mv__heading {
    font-size: 26px;
    font-family: 'Agenda';
    line-height: 1.2;
    letter-spacing: 2px; }
    @media (min-width: 321px) {
      .mv__heading {
        font-size: 30px; } }
    @media (min-width: 641px) {
      .mv__heading {
        font-size: 36px; } }
    @media (min-width: 769px) {
      .mv__heading {
        font-size: 44px;
        letter-spacing: 5px; } }
  .mv__desc {
    font-size: 18px;
    margin-bottom: 30px; }
  .mv__link {
    font-size: 15px;
    color: #fff;
    text-align: center;
    max-width: 122px;
    width: 100%;
    margin: 0 auto;
    padding: 9px 5px;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    background-color: #a00262;
    transition: all .2s; }
    .mv__link:hover {
      background-color: #CA007B; }
  .mv__scroll {
    font-size: 10px;
    font-family: 'Agenda';
    color: #fff;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .mv__scroll:hover {
      opacity: .6; }
/*.mv__scroll::after*/
    .mv__scroll span {
      width: 1px;
      height: 55px;
      margin: 10px auto 0;
      display: block;
        position: relative;
        overflow: hidden;
      
      /*background-color: #fff;*/ 
}
.mv__scroll span::after {
    content: "";
    float: left;
    width: 1px;
    height: 55px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    animation: bg-color 3s linear infinite;
        transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
@keyframes bg-color {
  0% {
      top:-50px;
    }
  100% {
      top:50px;
    }
}



.notices {
  margin-bottom: 60px;
  padding: 0 15px;
  box-sizing: border-box; }
  .notices__container {
    max-width: 959px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #a00262;
    border-radius: 2px;
    box-sizing: border-box; }
  .notices__heading {
    font-size: 20px;
    color: #a00262;
    text-align: center;
    margin-bottom: 0;
    padding: 10px; }
    @media (min-width: 769px) {
      .notices__heading {
        margin-bottom: 20px; } }
    .notices__heading strong {
      font-weight: normal;
      padding-left: 25px;
      display: inline-block;
      position: relative; }
      .notices__heading strong::before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        background: url(../images/icon/icon_notice.svg) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
  .notices__desc {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px; }


    @media (min-width: 769px) {
      .notices__list {
        text-align: center;
        display: block;
        justify-content: center; } }
.notices__item {
    display: inline-block;
    margin-bottom: 10px; 
    margin-right: 10px;
}
.notices__item:last-child {
    margin-bottom: 0; 
}
  .notices__link {
    font-size: 14px;
    color: #a00262;
    padding-right: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #a00262;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    transition: all .2s; }
    .notices__link:hover {
        border-color: #FFFFFF;}
    .notices__link::after {
      content: "";
      width: 7px;
      height: 11px;
      display: block;
      background: url(../images/icon/icon_arrow.svg) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 49%;
      right: 0;
      transform: translateY(-50%); }

.recommend {
  margin-bottom: 60px; }
  .recommend__container {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto; }
  .recommend__tabList {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececeb;
    display: flex;
    justify-content: center; }
  .recommend__tabItem {
    font-size: 14px;
    color: #a00262;
    text-align: center;
    margin-right: 30px;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: all .25s; }
    @media (min-width: 769px) {
      .recommend__tabItem {
        font-size: 16px; } }
    .recommend__tabItem:last-child {
      margin-right: 0; }
    .recommend__tabItem::after {
      content: "";
      width: 0;
      height: 1px;
      margin: 0 auto;
      display: block;
      background-color: #a00262;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0; }
    .recommend__tabItem.on {
      font-weight: bold; }
      .recommend__tabItem.on::after {
        width: 95%; }
    .recommend__tabItem:hover {
      color: #CA007B; }
  .recommend__plan {
    display: none; }
    .recommend__plan.on {
      display: block; }
    .recommend__plan__list {
      display: none; }
      .recommend__plan__list.slick-initialized {
        display: block; }
    .recommend__plan__item {
      width: calc((100% / 3) - 20px);
      margin: 0 10px;
      border-radius: 3px;
      display: flex !important;
      align-items: stretch;
      background-color: #ececeb; }
      .recommend__plan__item:last-child {
        margin-right: 0; }
    .recommend__plan__itemInner {
      display: flex;
      justify-content: flex-end;
      align-items: stretch;
      width: 100%;
      position: relative; }
    .recommend__plan__image {
      width: 150px;
      height: 100%;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
    .recommend__plan__image a {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
    }
    .recommend__plan__image:hover {
        opacity: 0.7 !important;
    }
    .recommend__plan__desc {
      width: calc(100% - 150px);
      padding: 15px;
      box-sizing: border-box; }
    .recommend__plan__heading {
      font-size: 16px;
      font-weight: normal;
      color: #a00262;
      margin-bottom: 15px; }
    .recommend__plan__heading a { color: #a00262; }
    .recommend__plan__text {
      font-size: 14px;
      margin-bottom: 25px; }
    .recommend__plan__link {
      font-size: 15px;
      color: #fff;
      text-align: center;
      max-width: 122px;
      width: 100%;
      padding: 5px;
      border-radius: 3px;
      box-sizing: border-box;
      display: block;
      background-color: #a00262;
      transition: all .2s; }
      .recommend__plan__link:hover {
        background-color: #CA007B; }

.news {
  margin-bottom: 102px;
  padding: 0 15px;
  box-sizing: border-box; }
  .news__container {
    max-width: 956px;
    width: 100%;
    margin: 0 auto; }
  .news__list {
    margin-bottom: 25px; }
  .news__item {
    border-bottom: 1px solid #dbdbdb;
    position: relative; }
    .news__item::before {
      content: "";
      width: 117px;
      height: 1px;
      background-color: #54585a;
      position: absolute;
      bottom: -1px;
      left: 0; }
  .news__link {
    color: #54585a;
    padding: 10px 0;
    display: block; }
    .news__link:hover {
      opacity: .6; }
    .news__link dl {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .news__link dl dt, .news__link dl dd {
        font-size: 14px; }
      .news__link dl dt {
        width: 140px; }
      .news__link dl dd {
        width: calc(100% - 140px); }

.greeting {
  margin-bottom: 90px; }
  @media (min-width: 769px) {
    .greeting {
      margin-bottom: 145px; } }
  .greeting__container {
    padding: 0 15px;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .greeting__container {
        display: flex;
        justify-content: space-between; } }
  .greeting__text {
    width: 100%;
    margin-bottom: 55px;
    padding: 0 5%;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .greeting__text {
        width: 42%;
        margin-bottom: 0;
        padding-right: 0; } }
  .greeting__heading {
    font-size: 20px;
    font-weight: normal;
    color: #a00262;
    margin-bottom: 40px; }
    @media (min-width: 769px) {
      .greeting__heading {
        font-size: 28px; } }
    .greeting__heading .pcbr {
      display: none; }
      @media (min-width: 769px) {
        .greeting__heading .pcbr {
          display: block; } }
  .greeting__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px; }
  .greeting__link {
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    max-width: 127px;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    background-color: #a00262;
    transition: all .2s; }
    @media (min-width: 769px) {
      .greeting__link {
        margin: 0; } }
    .greeting__link:hover {
      background-color: #CA007B; }
  .greeting__image {
    width: 100%;
    overflow: hidden; }
    @media (min-width: 769px) {
      .greeting__image {
        width: 53%; } }
    .greeting__image img {
      width: 100%;
      height: auto; }

.restaurant {
  margin-bottom: 55px; }
  @media (min-width: 769px) {
    .restaurant {
      margin-bottom: 123px; } }
  .restaurant__item {
    position: relative; }
  .restaurant__itemBg {
    width: 100%;
    height: 472px; }
    .restaurant__itemBg img {
      min-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%); }
  .restaurant__desc {
    color: #fff;
    text-align: center;
    max-width: 323px;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(84, 88, 90, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 5; }
  .restaurant__heading {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Agenda';
    margin-bottom: 10px; }
    .restaurant__heading-large {
      font-size: 28px;
      line-height: 1.0;
      display: block; }
    .restaurant__heading__ja {
      font-size: 18px;
      display: block; }
  .restaurant__link {
    font-size: 15px;
    color: #fff;
    text-align: center;
    max-width: 128px;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    transition: all .2s; }
    .restaurant__link:hover {
      color: #54585a;
      opacity: 1;
      background-color: #fff; }

.banquets {
  margin-bottom: 130px;
  padding: 70px 0;
  position: relative; }
  .banquets::after {
    content: "";
    max-width: 760px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: url(../images/index/banquets_bg.png) repeat top left;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4; }
  .banquets__container {
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 5; }
  .banquets__text {
    padding: 35px 30px;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .banquets__text {
        padding: 17px; } }
  .banquets__list {
    max-width: 490px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .banquets__list {
        max-width: 940px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap; } }
  .banquets__item {
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
    background-color: #a00262;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
      z-index: 1;
}
    @media (min-width: 769px) {
      .banquets__item {
        width: calc((100% / 3) - 20px);
        margin-right: 20px;
        margin-bottom: 0; } }
    .banquets__item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .banquets__link {
    width: 100%;
    display: block; }
    .banquets__link img {
      width: 100%;
      height: auto; }
  .banquets__heading {
    font-size: 24px;
    margin-bottom: 15px; }
    @media (min-width: 769px) {
      .banquets__heading {
        font-size: 18px;
        margin-bottom: 0; } }
  .banquets__desc {
    margin-bottom: 35px; }
    @media (min-width: 769px) {
      .banquets__desc {
        margin-bottom: 40px; } }
  .banquets__more {
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    transition: all .2s; }
    @media (min-width: 769px) {
      .banquets__more {
        max-width: 122px; } }
    .banquets__more:hover {
      color: #a00262;
      background-color: #fff; }

.accommodation {
  margin-bottom: 120px;
  overflow: hidden; }
  .accommodation__container {
    padding: 55px 15px 0;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 769px) {
      .accommodation__container {
        padding: 55px 0 0; } }
    .accommodation__container::after {
      content: "";
      width: 100%;
      height: 80%;
      margin: 0 auto;
      display: block;
      background: url(../images/index/accommodation_bg.png) repeat top left;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 4; }
  .accommodation__list {
    position: relative;
    z-index: 5; }
  .accommodation__item {
    box-sizing: border-box;
    position: relative; }
    .accommodation__item img {
      width: 100%;
      height: auto; }
  .accommodation__text {
    color: #fff;
    background-color: #96c7d2;
      transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .2s;-moz-transition-duration: .2s;-o-transition-duration: .2s;-webkit-transition-duration: .2s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
  .accommodation__heading {
    font-weight: normal;
    margin-bottom: 10px; }
    .accommodation__heading__en {
      font-size: 28px;
      font-family: 'Agenda';
      line-height: 1.2;
      display: block; }
    .accommodation__heading__ja {
      font-size: 18px;
      display: block; }
  .accommodation__text {
    padding: 30px;
    box-sizing: border-box; }
  .accommodation__desc {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .accommodation__desc__text {
      font-size: 14px;
      width: calc(100% - 152px); }
    .accommodation__desc__link {
      font-size: 15px;
      color: #a00262;
      text-align: center;
      max-width: 122px;
      width: 100%;
      padding: 5px;
      border-radius: 3px;
      box-sizing: border-box;
      display: block;
      background-color: #fff;
      transition: all .2s; }
      .accommodation__desc__link:hover {
        color: #fff;
        background-color: #a00262; }
  @media (min-width: 769px) {
    .accommodation .slick-list {
      overflow: visible; } }
  .accommodation .slick-slide {
    transform: scale(1, 1);
    opacity: 1;}
    @media (min-width: 769px) {
      .accommodation .slick-slide {
        margin-top: 60px;
        transform: scale(0.9, 0.9);
        opacity: .6;
        
        transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
        } }
    @media (min-width: 769px) {
      .accommodation .slick-slide .accommodation__text {
          opacity: 0;
          display: block !important;
          overflow: hidden;
        /*display: none; */
        } }
  .accommodation .slick-current {
    transform: scale(1, 1);
    opacity: 1; }
    @media (min-width: 769px) {
      .accommodation .slick-current {
        margin-top: 0; } }
    @media (min-width: 769px) {
      .accommodation .slick-current .accommodation__text {
        display: block;
          opacity: 1;
        } }

.wedding {
  margin-bottom: 115px; }
  .wedding__container {
    display: none !important;
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 0;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .wedding__container {
        display: flex;
        justify-content: center; } }
  .wedding__large__list {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .wedding__large__list {
        width: calc((100% - 26.9%) - 1.3%);
        margin-bottom: 0; } }
  .wedding__large__item img {
    width: 100%;
    height: auto; }
  .wedding__small__list {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 769px) {
      .wedding__small__list {
        width: 26.9%;
        margin-left: 1.3%;
        justify-content: flex-start;
        flex-direction: column; } }
  .wedding__small__item {
    width: 49%;
    position: relative; }
    @media (min-width: 769px) {
      .wedding__small__item {
        width: 100%;
        margin-bottom: 4.5%; } }
    .wedding__small__item:last-child {
      margin-bottom: 0; }
    .wedding__small__item img {
      width: 100%;
      height: auto; }
  .wedding__desc {
    color: #fff;
    max-width: 215px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: rgba(148, 54, 90, 0.6);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
  .wedding__heading {
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px; }
    .wedding__heading__large {
      font-family: 'Agenda';
      display: block; }
    .wedding__heading__ja {
      font-size: 12px;
      font-weight: normal;
      display: block; }
  .wedding__link {
    font-size: 10px;
    color: #fff;
    text-align: center;
    max-width: 85px;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    transition: all .2s; }
    .wedding__link:hover {
      color: #a00262;
      background-color: #fff; }

.access__container {
  padding: 32px 15px 27px;
    margin-bottom: 40px;
  box-sizing: border-box;
  background: #54585a url(../images/index/access_bg.png) repeat top left; }
.access__map {
  width: 100%;
  height: 445px;
  margin-bottom: 25px; }
  .access__map iframe {
    width: 100% !important;
    height: 100% !important; }
.access__link {
  font-size: 15px;
  color: #54585a;
  text-align: center;
  max-width: 187px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 25px 11px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  position: relative;
  transition: all .2s; }
  .access__link:hover {
    opacity: .6; }
  .access__link::after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: url(../images/icon/icon_externallink.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 47%;
    right: 20px;
    transform: translateY(-50%); }

.otherMenu {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 6;
  transition: all .1s; }
  @media (min-width: 641px) {
    .otherMenu {
      top: 77px; } }
  @media (min-width: 981px) {
    .otherMenu {
      display: block;
      position: absolute; } }
  @media (min-width: 1201px) {
    .otherMenu {
      position: fixed;
      top: 107px; } }
  .otherMenu.spRoom, .otherMenu.spTable {
    top: 55px;
    opacity: 1; }
    @media (min-width: 641px) {
      .otherMenu.spRoom, .otherMenu.spTable {
        top: 77px; } }
  .otherMenu__list {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    justify-content: flex-end; }
  .otherMenu__item {
    width: 100%;
    height: calc(100vh - 77px);
    box-sizing: border-box;
    display: none;
    position: relative;
    transition: all .3s ease-in-out .3s;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
}
    @media (min-width: 981px) {
      .otherMenu__item {
        width: 135px;
        height: 88px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; } }
    .otherMenu__item.room {
      background-color: #54585B; }
    .otherMenu__item.table {
      background-color: #96c7d2; }
    .otherMenu__item.on {
      flex-grow: 2; }
      .otherMenu__item.on .otherMenu__desc {
        height: 100%;
        padding: 8px 25px;
        visibility: visible;
        opacity: 1;
        transition: all .2s ease-in-out .2s; }
    .otherMenu__item.hgt {
      height: 130px; }
    .otherMenu__item.spOn {
      height: calc(100vh - 77px);
      display: block; }
  .otherMenu__heading {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out .2s;
    transform: translateX(0); }
    @media (min-width: 981px) {
      .otherMenu__heading {
        font-size: 15px;
        text-align: center;
        padding: 22px 0;
        display: block;
        cursor: pointer; } }
    .otherMenu__heading__en {
      font-size: 20px;
      font-family: 'Agenda';
      display: block; }
      @media (min-width: 981px) {
        .otherMenu__heading__en {
          font-size: 16px; } }
    .otherMenu__heading.on {
      display: none;
      opacity: 0;
      visibility: hidden;
      transform: translateX(-20px); }
  .otherMenu__desc {
    width: 100%;
    height: 0;
    padding: 5px 25px 10px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out .2s; }
    .otherMenu__desc.spOn {
      height: 100%;
      padding: 5px 15px 10px;
      display: block;
      opacity: 1;
      visibility: visible; }
  .otherMenu__form {
    position: relative; }
    .otherMenu__form__search {
      margin-bottom: 5px; }
      @media (min-width: 981px) {
        .otherMenu__form__search {
          margin-bottom: 20px;
          display: flex;
          align-items: flex-end;
          justify-content: space-between; } }
    .otherMenu__form__list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (min-width: 981px) {
        .otherMenu__form__list {
          width: calc(100% - 260px);
          flex-wrap: nowrap;
          justify-content: flex-start; } }
    .otherMenu__form__item {
      color: #fff;
      width: 48%;
      margin-bottom: 15px; }
      @media (min-width: 981px) {
        .otherMenu__form__item {
          width: auto;
          margin: 0 15px 0 0; } }
      @media (min-width: 981px) {
        .otherMenu__form__item:last-child {
          margin-right: 0; } }
      .otherMenu__form__item dl dt, .otherMenu__form__item dl dd {
        font-weight: normal; }
      .otherMenu__form__item dl dt {
        font-size: 15px;
        margin-bottom: 8px; }
        @media (min-width: 981px) {
          .otherMenu__form__item dl dt {
            font-size: 13px; } }
        @media (min-width: 1201px) {
          .otherMenu__form__item dl dt {
            font-size: 15px; } }
      .otherMenu__form__item dl dd {
        width: 100%;
        border: 1px solid #fff;
        border-radius: 3px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        position: relative; }
        @media (min-width: 981px) {
          .otherMenu__form__item dl dd {
            max-width: 134px; } }
        .otherMenu__form__item dl dd.calender {
          justify-content: flex-end;
          align-items: center; }
          .otherMenu__form__item dl dd.calender::before {
            content: "";
            width: 39px;
            height: 100%;
            display: block;
            background: url(../images/icon/icon_room.svg) no-repeat center center;
            background-size: 20px auto;
            position: absolute;
            top: 0;
            left: 0; }
          .otherMenu__form__item dl dd.calender input {
            width: calc(100% - 39px);
            border-left: 1px solid #fff; }
        .otherMenu__form__item dl dd input, .otherMenu__form__item dl dd button {
          font: inherit;
          font-family: 'Agenda';
          line-height: 1.0;
          color: #fff;
          text-align: center;
          padding: 9px 0 8px;
          border: none;
          border-radius: 0;
          box-sizing: border-box;
          display: block;
          background: transparent;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: none; }
        .otherMenu__form__item dl dd input {
          width: 100%; }
          .otherMenu__form__item dl dd input.number {
            text-align: center;
            width: calc(100% - 58px);
            border-right: 1px solid #fff;
            border-left: 1px solid #fff; }
            @media (min-width: 1201px) {
              .otherMenu__form__item dl dd input.number {
                width: calc(100% - 78px); } }
        .otherMenu__form__item dl dd button {
          font-size: 13px;
          width: 29px;
          cursor: pointer; }
          @media (min-width: 981px) {
            .otherMenu__form__item dl dd button {
              font-size: 10px; } }
          @media (min-width: 1201px) {
            .otherMenu__form__item dl dd button {
              width: 39px; } }
    .otherMenu__form__method {
      width: 100%; }
      @media (min-width: 981px) {
        .otherMenu__form__method {
          display: flex;
          justify-content: space-between; } }
      .otherMenu__form__method dl {
        margin-bottom: 20px; }
        @media (min-width: 981px) {
          .otherMenu__form__method dl {
            margin-bottom: 0;
            display: flex; } }
        .otherMenu__form__method dl dt, .otherMenu__form__method dl dd {
          font-size: 15px;
          font-weight: normal;
          color: #fff; }
          @media (min-width: 981px) {
            .otherMenu__form__method dl dt, .otherMenu__form__method dl dd {
              font-size: 13px; } }
          @media (min-width: 1201px) {
            .otherMenu__form__method dl dt, .otherMenu__form__method dl dd {
              font-size: 15px; } }
        .otherMenu__form__method dl dt {
          margin-right: 30px; }
        .otherMenu__form__method dl dd {
          display: flex;
          flex-wrap: wrap; }
          .otherMenu__form__method dl dd p {
            margin-right: 20px;
            position: relative; }
            .otherMenu__form__method dl dd p:last-child {
              margin-right: 0; }
          .otherMenu__form__method dl dd input {
            width: 12px;
            height: 12px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            opacity: 0; }
          .otherMenu__form__method dl dd label {
            padding-left: 20px;
            box-sizing: border-box;
            display: block;
            position: relative;
            cursor: pointer; }
            .otherMenu__form__method dl dd label::before, .otherMenu__form__method dl dd label::after {
              content: "";
              width: 12px;
              height: 12px;
              border: 1px solid #fff;
              border-radius: 50%;
              box-sizing: border-box;
              display: block;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
          .otherMenu__form__method dl dd input:checked + label::before {
            background-color: #fff; }
      @media (min-width: 981px) {
        .otherMenu__form__method ul {
          display: flex; } }
      .otherMenu__form__method ul li {
        margin-right: 20px; }
        .otherMenu__form__method ul li:last-child {
          margin-right: 0; }
        .otherMenu__form__method ul li a {
          font-size: 15px;
          color: #fff; }
          @media (min-width: 981px) {
            .otherMenu__form__method ul li a {
              font-size: 13px; } }
          @media (min-width: 1201px) {
            .otherMenu__form__method ul li a {
              font-size: 15px; } }
          .otherMenu__form__method ul li a:hover {
            text-decoration: underline;
            opacity: .6; }
    @media (min-width: 981px) {
      .otherMenu__form__reserve {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; } }
    .otherMenu__form__reserve dl {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 981px) {
        .otherMenu__form__reserve dl {
          width: calc(100% - 260px);
          margin-bottom: 0; } }
      .otherMenu__form__reserve dl dt, .otherMenu__form__reserve dl dd {
        color: #fff; }
      .otherMenu__form__reserve dl dt {
        font-size: 15px;
        margin-bottom: 10px;
        display: block; }
        @media (min-width: 981px) {
          .otherMenu__form__reserve dl dt {
            font-size: 13px; } }
        @media (min-width: 1201px) {
          .otherMenu__form__reserve dl dt {
            font-size: 15px; } }
      .otherMenu__form__reserve dl dd {
        font-size: 13px;
        border: 1px solid #fff;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative; }
        .otherMenu__form__reserve dl dd::before {
          content: "";
          width: 39px;
          height: 100%;
          border-right: 1px solid #fff;
          box-sizing: border-box;
          display: block;
          background: url(../images/icon/icon_table.svg) no-repeat center center;
          background-size: 20px auto;
          position: absolute;
          top: 0;
          left: 0; }
        .otherMenu__form__reserve dl dd select {
          font-size: 13px;
          color: #fff;
          width: 100%;
          border: 1px solid #fff;
          border-radius: 3px;
          box-sizing: border-box;
          display: block;
          background: transparent;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: none; }
        .otherMenu__form__reserve dl dd .nice-select {
          font-size: 13px;
          line-height: 1.0;
          width: calc(100% - 39px);
          height: auto;
          float: none;
          margin-left: auto;
          padding: 9px 15px 7px;
          border-radius: 0;
          box-sizing: border-box;
          background-color: transparent; }
          .otherMenu__form__reserve dl dd .nice-select::after {
            width: 9px;
            height: 9px;
            border-color: #fff;
            top: 44%; }
          .otherMenu__form__reserve dl dd .nice-select .list li {
            font-size: 13px;
            font-weight: normal;
            color: #54585a;
            background-color: #fff; }
            .otherMenu__form__reserve dl dd .nice-select .list li:hover {
              background-color: #f6f6f6; }
    .otherMenu__form__submit {
      font-size: 14px;
      color: #54585B;
      width: 100%;
      padding: 5px;
      border: 1px solid #fff;
      border-radius: 3px;
      box-sizing: border-box;
      display: block;
      background: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      transition: all .25s;
      cursor: pointer; }
      @media (min-width: 981px) {
        .otherMenu__form__submit {
          width: 240px; } }
      .otherMenu__form__submit:hover {
        color: #fff;
        border: 1px solid #54585B;
        background-color: #54585B; }
      .otherMenu__form__submit.room {
        position: absolute;
        top: 107%; }
        @media (min-width: 981px) {
          .otherMenu__form__submit.room {
            position: static; } }
        .otherMenu__form__submit.room:hover {
          border: 1px solid #fff; }
  .otherMenu__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }
    @media (min-width: 981px) {
      .otherMenu__close {
        top: 17px;
        right: 7px; } }
    .otherMenu__close::before, .otherMenu__close::after {
      content: "";
      width: 100%;
      height: 1px;
      display: block;
      background-color: #fff;
      position: absolute;
      top: 9px; }
      @media (min-width: 981px) {
        .otherMenu__close::before, .otherMenu__close::after {
          top: 0; } }
    .otherMenu__close::before {
      right: 0;
      transform: rotate(135deg); }
    .otherMenu__close::after {
      left: 0;
      transform: rotate(-135deg); }

.spbutton {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12; }
  @media (min-width: 981px) {
    .spbutton {
      display: none; } }
  .spbutton__list {
    display: flex;
    justify-content: center; }
  .spbutton__item {
    color: #fff;
    /*width: calc(100% / 3);*/
    width: calc(100% / 2);
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 640px) {
      .spbutton__item {
        padding: 17px 0; } }
    .spbutton__item.room {
      background-color: #a00262; }
    .spbutton__item.table {
      background-color: #96c7d2; }
    .spbutton__item.menu {
      background-color: #54585a; }
  .spbutton__menu {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
    @media (min-width: 321px) {
      .spbutton__menu {
        font-size: 13px; } }
    @media (min-width: 641px) {
      .spbutton__menu {
        font-size: 15px; } }
    .spbutton__menu__en {
      font-size: 12px;
      font-family: 'Agenda';
      display: block; }
      @media (min-width: 321px) {
        .spbutton__menu__en {
          font-size: 14px; } }
      @media (min-width: 641px) {
        .spbutton__menu__en {
          font-size: 16px; } }
    .spbutton__menu.spmenu {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
  .spbutton__spmenu {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    border-radius: 3px;
    position: relative;
    transition: all .25s;
    cursor: pointer;
    overflow: hidden;
    transition: all .25s; }
    @media (min-width: 321px) {
      .spbutton__spmenu {
        width: 30px;
        height: 30px; } }
    @media (min-width: 641px) {
      .spbutton__spmenu {
        width: 36px;
        height: 36px; } }
    .spbutton__spmenu::before, .spbutton__spmenu::after {
      content: "";
      width: 100%;
      height: 2px;
      margin: 0 auto;
      display: block;
      background-color: #fff;
      position: absolute;
      left: 0;
      right: 0; }
    .spbutton__spmenu::before {
      top: 4px; }
      @media (min-width: 321px) {
        .spbutton__spmenu::before {
          top: 7px; } }
    .spbutton__spmenu::after {
      bottom: 4px; }
      @media (min-width: 321px) {
        .spbutton__spmenu::after {
          bottom: 7px; } }
    .spbutton__spmenu.on::before {
      top: 14px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      @media (min-width: 641px) {
        .spbutton__spmenu.on::before {
          top: 17px; } }
    .spbutton__spmenu.on::after {
      bottom: 14px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
      @media (min-width: 641px) {
        .spbutton__spmenu.on::after {
          bottom: 16px; } }
    .spbutton__spmenu.on span {
      left: 100%; }
    .spbutton__spmenu span {
      width: 100%;
      height: 2px;
      margin: 0 auto;
      border-radius: 50px;
      box-sizing: border-box;
      display: block;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%); }

.colophon {
  padding: 88px 25px 50px;
  box-sizing: border-box; }
  @media (min-width: 769px) {
    .colophon {
      padding: 120px 25px 88px; } }
  .colophon__container {
    max-width: 956px;
    width: 100%;
    margin: 0 auto; }
  .colophon__list {
    width: 100%;
    margin-bottom: 98px; }
    @media (min-width: 769px) {
      .colophon__list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
  .colophon__item {
    width: 100%;
    padding: 22px 20px 22px;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 769px) {
      .colophon__item {
        width: calc(100% / 2);
        margin-bottom: 15px;
        border-right: 1px solid #dbdbdb;
        border-bottom: none; } }
    @media (min-width: 1201px) {
      .colophon__item {
        /*width: calc(100% / 3);*/
        width: calc(100% / 4);
        margin-bottom: 0;
        padding-top: 44px;
        border-bottom: none;
        border-right: 1px solid #dbdbdb; } }
    @media (min-width: 769px) {
      .colophon__item:nth-child(2) {
        border-right: none; } }
    @media (min-width: 1201px) {
      .colophon__item:nth-child(2) {
        border-right: 1px solid #dbdbdb; } }
    .colophon__item:last-child {
      border-right: none;
      border-bottom: none; }
    .colophon__item dl dt {
      height: 62px;
      margin-bottom: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .colophon__item dl dt a {
          width: calc(100% - 5px);
          margin-right: 5px;
          display: block;
          text-align: center;
      }
      .colophon__item dl dt a img {
          max-width: 200px;
          margin: auto;
      }
      .colophon__list li:nth-child(2) dl dt a {
          width: calc(50% - 5px);
          margin-right: 5px;
      }
      .colophon__item dl dt a:last-child {
          margin-right: 0 !important;
      }
        .colophon__item dl dt a:hover {
          opacity: .6; }



    .colophon__item dl dd {
      font-size: 15px;
      padding-bottom: 62px; }
  .colophon__more {
    font-size: 13px;
    color: #a00262;
    text-align: center;
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0 3px;
    border: 1px solid #a00262;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    transition: all .2s; }
    .colophon__more:hover {
      color: #fff;
      background-color: #a00262; }
  .colophon__brands {
    padding: 30px 22px 10px;
    border: 1px solid #231815;
    box-sizing: border-box;
    position: relative; }
    .colophon__brands__heading {
      width: 175px;
      position: absolute;
      display: inline-block;
      background-color: #fff; }
      .colophon__brands__heading.lft {
        top: -25px;
        left: -15px; }
      .colophon__brands__heading.rgt {
        bottom: -20px;
        right: -15px; }
      .colophon__brands__heading a {
        padding: 5px 10px;
        display: block; }
    .colophon__brandsList {
      font-size: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (min-width: 769px) {
        .colophon__brandsList {
          display: block; } }
    .colophon__brandsItem {
      /*width: calc(100% / 3);*/
      width: calc(100% / 4);
      margin-bottom: 20px;
      padding: 0 10px;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      @media (min-width: 769px) {
        .colophon__brandsItem {
          /*width: calc(100% / 8);*/
          width: calc(100% / 9);
          display: inline-block; }
        .colophon__brandsItem.brdclm {
          width: calc(100% / 10);} }
    .colophon__brandsLink {
      margin: 0 auto;
      display: block; }
      .colophon__brandsLink:hover {
        opacity: .6; }
      .colophon__brandsLink img {
        width: 100%;
        height: auto; }


@media screen and (max-width: 975px) {
    
    .pc {	display: none !important;}
    .sp {	display: block !important;}

    .header__menu__btm {
        bottom: -100%;
        transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .4s;-moz-transition-duration: .4s;-o-transition-duration: .4s;-webkit-transition-duration: .4s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
    }
    .otherMenu__form__submit.room {
        position: relative;
        top: auto; 
        margin-top: 30px;
    }

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

    .ssp {	display: block !important;}
    .spc {	display: none !important;}
    
    .blk-r,.blk-l {
        width: 100%;
    }
    

}

@media (max-width:480px) {

    .sspc {	display: none !important;}
    .sssp {	display: block !important;}

}


