@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/* common color
----------------------------------------------------------------------------*/
/*    google font on web
--------------------------------------------------------------------------------*/
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?6xko8j");
  src: url("fonts/icomoon.eot?6xko8j#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?6xko8j") format("truetype"), url("fonts/icomoon.woff?6xko8j") format("woff"), url("fonts/icomoon.svg?6xko8j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-language01:before {
  content: "\e905"; }

.icon-calendar01:before {
  content: "\e900"; }

.icon-pin01:before {
  content: "\e901"; }

.icon-sakura01:before {
  content: "\e902"; }

.icon-search01:before {
  content: "\e903"; }

.icon-tel01:before {
  content: "\e904"; }

/*    custom
--------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  /* 1260px以上*/ }
@media screen and (max-width: 1024px) {
  /* 1024px以下*/ }
@media screen and (max-width: 768px) {
  /* 768px以下*/ }
@media screen and (max-width: 480px) {
  /* 480px以下*/ }
@media screen and (max-width: 320px) {
  /* 320px以下*/ }
/*================================================================================

reset & default & font

================================================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

address {
  font-style: initial; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*======================================================================

Defaults Styles

======================================================================*/
html {
  font-size: 62.5%; }

body {
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem; }

* {
  font-family: noto-sans-cjk-jp, 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif; }

body.en * {
  line-height: 1.4;
  font-family: roboto-condensed, 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/*selection*/
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

/*placeholder*/
::placeholder-shown {
  color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc; }

/* Firefox 18- */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

/* IE 10+ */
::-ms-input-placeholder {
  color: #cccccc; }

img,
svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

ul,
dl,
ol {
  list-style-type: none; }

picture {
  display: block; }

/*    Link
--------------------------------------------------------------------------------*/
a:link {
  color: #000000;
  text-decoration: none; }

a:visited {
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #000000;
  text-decoration: none; }

a:active {
  color: #000000;
  text-decoration: none; }

*:focus {
  outline: none; }

/*================================================================================

common parts

================================================================================*/

/* hover img クリックできる画像はホバーでズームとフェイドアウト */
 a:link img {
	 opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
	cursor:none;
}
a:hover img {
	opacity: 0.6;
	-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
	transform: scale(1.01);
	overflow: hidden;
	cursor: pointer; 
}

/* hover img  end */

.loading-anime {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #ffffff; }
  .loading-anime .logo {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 200px; }
  .loading-anime .innerWrap {
    position: relative;
    width: 100%;
    height: 100%; }
  .loading-anime .loadingMap {
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .loading-anime .p-title_sXL {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*-----breadCrumbs------*/
.breadCrumbs {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA; }
  .breadCrumbs .innerWrap {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .breadCrumbs .innerWrap .links li {
      display: inline-block;
      font-size: 1.2rem;
      color: #000000; }
      .breadCrumbs .innerWrap .links li:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        margin: -3px 10px 0; }
      .breadCrumbs .innerWrap .links li:last-of-type:after {
        display: none; }
      .breadCrumbs .innerWrap .links li a {
        font-size: 1.2rem;
        text-decoration: none;
        font-weight: bold; }
      .breadCrumbs .innerWrap .links li.home a img {
        width: 14px;
        vertical-align: text-top; }

/*-mq-*/
@media screen and (max-width: 960px) {
  #breadCrumbs .inner {
    width: 100%;
    padding: 10px 20px; } }
/*-------------
headArea
-------------*/
.kvArea.-other .p-titleArea {
  padding: 30px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCCC; }

/*-------------
slide
-------------*/
body:not(.top):not(.hotel) .kvArea:not(.-other) {
  position: relative; }
  body:not(.top):not(.hotel) .kvArea:not(.-other) .p-title_sXL,
  body:not(.top):not(.hotel) .kvArea:not(.-other) .p-title_sL {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 10px;
    color: #ffffff; }
    body:not(.top):not(.hotel) .kvArea:not(.-other) .p-title_sXL a,
    body:not(.top):not(.hotel) .kvArea:not(.-other) .p-title_sL a {
      color: #ffffff; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99; }
  .slick-slider .slick-prev::after,
  .slick-slider .slick-next::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
.slick-slider .slick-prev::after {
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-130deg);
  transform: translateY(-50%) rotate(-130deg); }

.slick-slide img {
  width: 50%; }

@media screen and (min-width: 960px) {
  .kvSlide.-center .slick-slide {
    padding: 0 5px; } }
.kvSlide.-center .slick-next {
  right: 282px; }
  @media screen and (max-width: 960px) {
    .kvSlide.-center .slick-next {
      right: 0; } }
.kvSlide.-center .slick-prev {
  left: 282px; }
  @media screen and (max-width: 960px) {
    .kvSlide.-center .slick-prev {
      left: 0; } }
  .kvSlide.-center .slick-prev::after {
    right: 10px; }

/*
-------------*/
.p-listWrap.-dot {
  list-style-type: none; }
  .p-listWrap.-dot > li {
    padding-left: 1em;
    text-indent: -1em; }
    .p-listWrap.-dot > li:before {
      content: "●";
      font-size: 0.8rem;
      padding: 0 5px 0 0; }
.p-listWrap.-asterisk {
  list-style-type: none; }
  .p-listWrap.-asterisk > li {
    padding-left: 1em;
    text-indent: -1em; }
    .p-listWrap.-asterisk > li:before {
      content: "※"; }

dl.item {
  display: table; }
  dl.item {
    margin-top: 10px; }
  dl.item + dl.item {
    margin-top: 5px; }
  dl.item dt,
  dl.item dd {
    display: table-cell; }

* + .p-linkWrap {
  margin-top: 15px; }

.p-linkWrap + .p-linkWrap {
  margin-top: 15px; }
.p-linkWrap a {
  display: block;
  transition: all 0.4s; }
  .p-linkWrap a:not(.-btn):hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.4s;
    color: #E4026A; }
.p-linkWrap.-center {
  text-align: center; }
  .p-linkWrap.-center > a {
    display: inline-block !important; }
.p-linkWrap.-left {
  text-align: left; }
.p-linkWrap.-sizeVariable {
  text-align: center; }
  .p-linkWrap.-sizeVariable.-right {
    text-align: right; }
  .p-linkWrap.-sizeVariable > a {
    display: inline-block;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .p-linkWrap.-sizeVariable > a {
        width: auto; } }
.p-linkWrap .iconPic {
  display: inline-block;
  margin-right: 10px;
  width: 30px; }
  .p-linkWrap .iconPic.-wifi01 img {
    max-width: 30px; }
  .p-linkWrap .iconPic.-train01 img {
    max-height: 25px; }
.p-linkWrapList.-line a {
  display: block;
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  color: #E4026A;
  border: 1px solid #E4026A;
  position: relative;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center; }

.p-linkWrapList.-pageContMenu {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 960px) {
    .p-linkWrapList.-pageContMenu {
      width: 960px;
      margin: auto; } }
  .innerWrap + .p-linkWrapList.-pageContMenu {
    margin-top: 40px; }
  .p-linkWrapList.-pageContMenu .elem {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
    width: calc(100% / 3);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; 
	background: #EAEAEA; }

    .p-linkWrapList.-pageContMenu .elem a {
      display: block;
      position: relative;
      background: #EAEAEA;
      padding: 15px;
      text-align: center; }
      .p-linkWrapList.-pageContMenu .elem a::after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-radius: 2px;
        border-top: 2px solid #999999;
        border-right: 2px solid #999999;
        -webkit-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg); }

.p-indListWrap > .elem {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC; }
  .p-indListWrap > .elem > a {
    display: block;
    padding: 10px;
    transition: all 0.4s; }
    .p-indListWrap > .elem > a:hover {
      background: #fffddd;
      transition: all 0.4s; }

.link {
  display: block;
  position: relative;
  margin-bottom: 5px; }
  .link + .link {
    margin-top: 15px; }
  .link::before, .link::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block; }


  .link.-btn {
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    transition: all 0.4s; }
    /*.link.-btn::after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: 2px solid #CCCCCC;
      border-right: 2px solid #CCCCCC;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      border-radius: 2px;
      transition: all 0.4s; } hotel Info Ancher の::after > を非表示に */ 
    .link.-btn:hover {
      transition: all 0.4s;
      background: #E4026A;
      border: 1px solid #E4026A;
      color: #ffffff; }
      .link.-btn:hover::after {
        transition: all 0.4s;
        border-top-color: #ffffff;
        border-right-color: #ffffff; }
    .link.-btn.-emphasis {
      background: #E4026A;
      border: 1px solid #E4026A;
      color: #ffffff;
      margin-bottom: 0;
      min-width: 240px; }
      .link.-btn.-emphasis.-sizeS {
        min-width: auto; }
      .link.-btn.-emphasis::after {
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transition: all 0.4s; }
/*sns icon*/
.snslink {
  display: block;
  position: relative;
  margin-bottom: 5px; }
  .snslink + .link {
    margin-top: 15px; }
  .snslink::before, .link::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block; }


  .snslink.-btn {
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    transition: all 0.4s; }
    /*.link.-btn::after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: 2px solid #CCCCCC;
      border-right: 2px solid #CCCCCC;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      border-radius: 2px;
      transition: all 0.4s; } hotel Info Ancher の::after > を非表示に */ 
    .snslink.-btn:hover {
      transition: all 0.4s;
      background: #E4026A;
      border: 1px solid #E4026A;
      color: #ffffff; }
    .snslink.-btn:hover::after {
        transition: all 0.4s;
        border-top-color: #ffffff;
        border-right-color: #ffffff; }
    .snslink.-btn.-emphasis {
      background: #E4026A;
      border: 1px solid #E4026A;
      color: #ffffff;
      margin-bottom: 0;
      min-width: 240px; }
      .snslink.-btn.-emphasis.-sizeS {
        min-width: auto; }
      .snslink.-btn.-emphasis::after {
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transition: all 0.4s; }
/*sns icon end*/
      @media screen and (max-width: 960px) {
        .link.-btn.-emphasis {
          min-width: inherit; } }
      .link.-btn.-emphasis:hover {
        color: #E4026A;
        background: #ffffff;
        cursor: pointer;
        transition: all 0.4s; }
        .link.-btn.-emphasis:hover::after {
          transition: all 0.4s;
          border-top: 2px solid #E4026A;
          border-right: 2px solid #E4026A; }
    /*.link.-btn.-ancer::after {
      content: "";
      transform: translateY(-50%) rotate(135deg); }  hotel Info Ancher の::after > を非表示に */ 
  .link.-txt {
    padding: 0 0 0 20px;
    text-align: center;
    color: #000000;
    display: inline-block; }
    .link.-txt::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: 2px solid #000000;
      border-right: 2px solid #000000;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      border-radius: 2px; }
    .link.-txt.-ancer::before {
      content: "";
      left: 3px;
      transform: translateY(-50%) rotate(135deg); }
  .link.-pdf::before {
    content: "\e904";
    font-size: 1.8rem;
    vertical-align: -3px;
    margin-right: 5px; }

.p-linkPicBox {
  position: relative; }
  .p-linkPicBox figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    width: 100%; }
  .p-linkPicBox::after {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 5px;
    background: #ffffff;
    border-radius: 100px;
    color: #000000;
    font-size: 1.4rem;
    z-index: 3; }

.p-imgHover01 {
  overflow: hidden; }
  .p-imgHover01.-sizeM .linkPic {
    overflow: hidden; }
  .p-imgHover01 img {
    transition: all 0.6s ease 0s; }
  .p-imgHover01:hover img {
    cursor: pointer;
    transform: scale(1.4, 1.4); }

.p-picBox img {
  width: 100%; }

.c-pic {
  width: 100%; }

.p-titleArea {
  margin-bottom: 20px; }

*[class*="p-title"] {
  font-weight: 700; }
  *[class*="p-title"].-discreet {
    color: #4C4C4C;
    text-align: left; }
  *[class*="p-title"].-cPnk {
    /*color: #E4026A;*/
	color: #5b5b5b;
    margin-bottom: 30px; }
  *[class*="p-title"].-cWht {
    color: #ffffff; }
  *[class*="p-title"].-left {
    text-align: left; }
  *[class*="p-title"].-bar {
    padding: 5px 15px;
    background: #EAEAEA;
    text-align: left; }
  *[class*="p-title"].-barGra {
    padding: 5px 15px;
    background: #999999;
    text-align: left;
    color: #ffffff; }

.p-title_sXL {
  font-size: 4rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px; }
  div + .p-title_sXL {
    margin-top: 60px; }
  .p-title_sXL .sub {
    font-size: 2.0rem; }
.p-title_sL {
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.4; }
  div + .p-title_sL {
    margin-top: 60px; }
  @media screen and (max-width: 960px) {
    .p-title_sL {
      font-size: 2.6rem; } }
  .p-title_sL .sub {
    font-size: 2.0rem; }
  .p-title_sL.-cPnk:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(/assets/common/images/icon_sakura01.png) no-repeat center 0/auto 100%;
    margin-top: 20px; }
.p-title_sM {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4; }
  @media screen and (max-width: 960px) {
    .p-title_sM {
      font-size: 2.2rem; } }
.p-title_sS {
  font-size: 1.8rem;
  text-align: center; }
  .p-title_sS.-cPnk {
    font-size: 1.4rem;
    color: #E4026A;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px !important; }
.p-title_lineS {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px; }
  * + .p-title_lineS {
    margin-top: 30px; }

.p-lead {
  margin-top: 20px; }
  .p-lead.-lineTop {
    border-top: 1px solid #CCCCCC;
    padding-top: 30px; }
  .p-title_sL.-cPnk + .p-lead {
    text-align: center; }
    .p-title_sL.-cPnk + .p-lead + .l-gridWrap {
      margin-top: 40px; }

* + .p-text {
  margin-top: 15px; }
* + .p-textBox {
  margin-top: 30px; }
.p-textBox .p-title_sM {
  margin-bottom: 5px; }
.p-textBox *[class*="p-title"].-bar {
  margin-bottom: 10px; }

.p-linkWrap + .p-txt {
  margin-top: 10px; }

.p-txt + .p-txt {
  margin-top: 15px; }

.p-boxWrap + .p-boxWrap {
  margin-top: 40px; }
.p-boxWrapLine {
  border: 1px solid #E4026A;
  padding: 15px;
  border-radius: 5px; }
  .p-boxWrapLine.-gray {
    border: 1px solid #CCCCCC; }
.p-boxWrapBg {
  padding: 15px;
  border-radius: 5px;
  background: #EAEAEA; }

/* accordion */
.p-accordionArea01 + .p-accordionArea01 {
  margin-top: 30px; }
.p-accordionArea01:not(.p-subMenuArea) .accoTitle {
  background: #E4026A; }
.p-accordionArea01 .accoTitle {
  padding: 10px 40px 10px 10px;
  font-size: 2.0rem;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-accordionArea01 .accoTitle {
      font-size: 1.6rem;
      padding: 15px 40px 15px 15px; } }
  .p-accordionArea01 .accoTitle .num {
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    color: #E4026A;
    font-size: 1.2rem;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 10px; }
  .p-accordionArea01 .accoTitle:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.4s; }
  .p-accordionArea01 .accoTitle:after {
    content: "";
    position: absolute;
    right: 25px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 45%; }
  .p-accordionArea01 .accoTitle.active:after {
    top: 38%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .p-accordionArea01 .accoTitle.-line {
    color: #E4026A;
    background: #ffffff;
    border: 1px solid #E4026A; }
    .p-accordionArea01 .accoTitle.-line:after {
      border-top: solid 2px #E4026A;
      border-right: solid 2px #E4026A; }
.p-accordionArea01 .accoCont {
  display: none;
  padding-top: 15px;
  position: relative; }
  .p-accordionArea01 .accoCont a {
    display: inline-block; }

/* dataArea */
.p-dataArea .p-title_sS {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4C4C4C; }
.p-dataArea .p-title_sM {
  text-align: left; }
.p-dataArea .dataTbl {
  margin-top: 20px;
  border-top: 1px dashed #4C4C4C;
  width: 100%;
  text-align: left; }
  .p-dataArea .dataTbl th,
  .p-dataArea .dataTbl td {
    border-bottom: 1px dashed #4C4C4C;
    padding: 10px 0; }
  .p-dataArea .dataTbl th {
    width: 20%;
    font-weight: bold;
    vertical-align: top; }

.p-railPassArea .p-title_sM {
  text-align: center; }
.p-railPassArea .discountBlock {
  text-align: center;
  margin-top: 15px; }
  .p-railPassArea .discountBlock .tits {
    text-align: center; }
    .p-railPassArea .discountBlock .tits span {
      font-size: 1.6rem;
      font-weight: 700;
      color: #ffffff;
      padding: 5px 30px;
      text-align: center;
      background: #000000;
      border-radius: 100px;
      display: inline-block; }
@media screen and (min-width: 960px) {
  .p-railPassArea .p-linkWrap .link.-btn.-line {
    padding: 15px 60px;
    padding-right: 70px;
    font-size: 1.8rem; } }

.p-bnrBtn {
  display: block; }
  .p-bnrBtn.-picBg {
    color: #ffffff;
    font-size: 2rem;
    padding: 20px 40px 20px 20px;
    line-height: 1.2;
    position: relative;
    font-weight: 700; }
    .p-bnrBtn.-picBg::after {
      content: "\e900";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      padding: 5px;
      background: #ffffff;
      border-radius: 100px;
      color: #000000;
      font-size: 1.4rem; }
    .p-bnrBtn.-picBg .-large {
      font-size: 2.8rem; }
  .p-bnrBtn.-reservation {
    padding: 40px 40px 40px 40px;
    background: url(/assets/common/images/link_reservation_bg01.jpg) no-repeat 0 0/100%; }

.p-tabArea {
  width: 100%; }
  .p-tabArea .tab-group {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    margin-bottom: 30px; }
    @media screen and (min-width: 960px) {
      .p-tabArea .tab-group {
        width: 50%;
        margin-bottom: 20px !important; } }
  .p-tabArea :not(.l-gridWrap) .tab {
    flex-grow: 1;
    margin: 0;
    margin-right: 0;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    background: #ffffff; }
    .p-tabArea :not(.l-gridWrap) .tab:hover {
      cursor: pointer;
      opacity: 0.6;
      transition: all 0.4s; }
  .p-tabArea .l-gridWrap .tab {
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    background: #EAEAEA;
    font-size: 1.4rem; }
    .p-tabArea .l-gridWrap .tab:hover {
      cursor: pointer;
      opacity: 0.6;
      transition: all 0.4s; }
  .p-tabArea .l-gridWrap.-col03 .elem {
    width: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column; }
    .p-tabArea .l-gridWrap.-col03 .elem:not(:nth-of-type(3n)) {
      margin-right: 0; }
  .p-tabArea .tab.is-active {
    background: #4C4C4C;
    color: #fff;
    transition: all 0.2s ease-out; }

.p-cardBox + .p-cardBox:not(.elem) {
  margin-top: 30px; }
.p-cardBox .inner {
  padding: 20px; }
.p-cardBox picture {
  display: block; }
.p-cardBox:not(.-hotel) picture {
  margin-bottom: 10px; }
.p-cardBox .p-title_sS {
  margin-bottom: 10px; }

.p-cardBox.elem.-hotel .data {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px; }
  .p-cardBox.elem.-hotel .data .roomName {
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .p-cardBox.elem.-hotel .data .roomName {
        font-size: 1.4rem; } }
  .p-cardBox.elem.-hotel .data .price {
    font-size: 3.2rem;
    padding-left: 10px;
    vertical-align: -0.2em; }
@media screen and (max-width: 768px) {
  .p-cardBox.elem.-hotel {
    padding-bottom: 30px;
    border-bottom: 1px solid #999999; }
    .p-cardBox.elem.-hotel:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; } }
.p-cardBox.elem.-hotel .p-linkWrap {
  margin-top: 30px; }

.panelDefault {
  padding: 20px;
  border: 1px solid #000000; }
.panelBg {
  padding: 20px 0 50px; }
  .panelBg.-gray {
    background: #EAEAEA; }

.p-lead + .detaBox {
  margin-top: 20px; }
.detaBox dl {
  display: table;
  width: 100%; }
  .detaBox dl dt.icon {
    width: 35px;
    display: table-cell; }
    .detaBox dl dt.icon::before {
      margin-right: 5px; }
    .detaBox dl dt.icon::after {
      content: "：";
      display: inline-block; }
  .detaBox dl dd {
    display: table-cell; }
  .detaBox dl.tel dt.icon::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    display: inline-block; }
  .detaBox dl.add dt.icon::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block; }

/*---------------------------------------------
table
---------------------------------------------*/
.tableWrap {
  display: block;
  margin-top: 30px; }
  .tableWrap table[class^="table"] {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC; }
    .tableWrap table[class^="table"] tr > * {
      padding: 15px;
      border-right: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      background: #ffffff;
      color: #000000; }
    .tableWrap table[class^="table"] th {
      background: #EAEAEA;
      text-align: left;
      vertical-align: middle; }
  .tableWrap .tableColumn01 {
    width: 100%;
    table-layout: fixed;
    width: 100%;
    background: #ffffff; }
    .tableWrap .tableColumn01 th,
    .tableWrap .tableColumn01 td {
      vertical-align: top; }
      .tableWrap .tableColumn01 th.-wSizeM,
      .tableWrap .tableColumn01 td.-wSizeM {
        width: 30%; }
    .tableWrap .tableColumn01 .-vMid {
      vertical-align: middle; }
    .tableWrap .tableColumn01 .-tCent {
      text-align: center; }
  @media screen and (max-width: 960px) {
    .tableWrap:not(.tblScroll01) .tableColumn01 th,
    .tableWrap:not(.tblScroll01) .tableColumn01 td {
      display: block;
      width: 100% !important; } }

@media screen and (max-width: 960px) {
  .tblScroll01 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .tblScroll01:after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 60px;
      background-size: contain;
      position: absolute;
      left: 0;
      /* 初期位置 */
      margin: -25px 0 0 -25px;
      top: 50%;
      opacity: 0;
      /* 透明度100%で実質非表示 */ }
    .tblScroll01.show:after {
      opacity: 1;
      /* 透明度の変化で表示させる */
      -webkit-transition: .8s;
      transition: .8s;
      /* アニメーション */
      left: 50%;
      /* 移動 */ }
    .tblScroll01.del:after {
      /* 矢印を隠す */
      display: none; }
    .tblScroll01::-webkit-scrollbar {
      /*tableにスクロールバーを追加*/
      height: 5px; }
    .tblScroll01::-webkit-scrollbar-track {
      /*tableにスクロールバーを追加*/
      background: #F1F1F1; }
    .tblScroll01::-webkit-scrollbar-thumb {
      /*tableにスクロールバーを追加*/
      background: #BCBCBC; }
    .tblScroll01 table.tableColumn01 {
      width: 960px; }
      .tblScroll01 table.tableColumn01 th,
      .tblScroll01 table.tableColumn01 td {
        padding: 12px;
        display: table-cell; } }

.policyBox {
  padding: 16px;
  height: 12em;
  border: 1px solid #bbb;
  overflow-y: auto;
  margin-bottom: 30px; }

.policyBox::-webkit-scrollbar {
  width: 6px;
  height: 2px; }

.policyBox::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #F1F1F1; }

.policyBox::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #BCBCBC; }

.policyBox p:last-child {
  margin-bottom: 0; }

/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/
/*    header
--------------------------------------------------------------------------------*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

.l-header {
  width: 100%;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.4s; }
  @media screen and (max-width: 1200px) {
    .l-header {
      padding: 5px 10px; } }
  .l-header .menuWrap {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start; }
    @media screen and (min-width: 1200px) {
      .l-header .menuWrap {
        padding: 10px; } }
  .l-header a {
    color: #000000; }
  .l-header .logo {
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 0;
    flex: 2;
    margin-right: 20px; }
    .l-header .logo img {
      transition: all 0.4s;
      width: 160px; }
      @media screen and (max-width: 960px) {
        .l-header .logo img {
          width: 120px; } }
  .l-header .menu {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin-right: 20px; }
    .l-header .menu > ul {
      position: relative;
      display: flex;
      flex-flow: column;
      justify-content: center; }
      .l-header .menu > ul > li {
        padding: 0 10px;
        font-size: 1.2rem; }
        .l-header .menu > ul > li a.inquiry {
          background: #E4026A;
          text-align: center;
          color: #ffffff;
          font-weight: bold;
          padding: 10px 10px;
          border-radius: 4px; }
        .l-header .menu > ul > li i {
          font-size: 1.6rem;
          vertical-align: -3px; }
          .l-header .menu > ul > li i.icon-language01::before {
            margin-right: 5px; }
    .l-header .menu .languageChange .pulldown {
      font-size: 1.4rem;
      display: block; }
      .l-header .menu .languageChange .pulldown:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .l-header .menu .languageChange .pulldown.is_Open {
        color: #E4026A; }
    .l-header .menu .languageChange .list {
      display: none;
      position: absolute;
      z-index: 99;
      background: #000000;
      box-shadow: 0 0 3px 0px #333;
      padding: 5px;
      border-radius: 2px;
      left: 0;
      right: 0;
      margin: auto;
      width: 150%; }
      .l-header .menu .languageChange .list li {
        border-bottom: 1px solid #CCCCCC; }
        .l-header .menu .languageChange .list li:last-of-type {
          border-bottom: 0; }
        .l-header .menu .languageChange .list li a {
          padding: 10px;
          font-size: 1.4rem;
          display: block;
          color: #ffffff; }
    .l-header .menu .share .list {
      display: none; }
  .l-header .spMenuTrigger {
    position: relative;
    z-index: 99999;
    display: flex;
    justify-content: center;
    flex-flow: column;
    height: 40px; }
    @media screen and (min-width: 1200px) {
      .l-header .spMenuTrigger {
        display: none; } }
    .l-header .spMenuTrigger .text {
      font-size: 1.0rem; }
  .l-header .menu-trigger,
  .l-header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box; }
  .l-header .menu-trigger {
    position: relative;
    width: 20px;
    height: 12px;
    margin: auto; }
  .l-header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    border-radius: 4px; }
  .l-header .menu-trigger span:nth-of-type(1) {
    top: 0; }
  .l-header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%); }
  .l-header .menu-trigger span:nth-of-type(3) {
    bottom: 0; }
  .l-header .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards; }
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
  .l-header .menu-trigger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1; }
  .l-header .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 0.75s forwards;
    animation: menu-bar02 0.75s forwards; }
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
  .l-header .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards;
    top: 0; }
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }
  .l-header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .l-header .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards;
    top: 20px; }
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg); } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(-10px) rotate(-45deg); } }
  .l-header.-headerFix {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.9); }
    .l-header.-headerFix .logo img {
      width: 120px; }
    .l-header.-headerFix .navigationWrap .gnav a {
      padding: 3px 20px;
      transition: all 0.4s; }

@media screen and (min-width: 1200px) {
  .l-navigation {
    display: block;
    padding-right: 20px; } }
@media screen and (max-width: 1200px) {
  .l-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999; } }

.navigationWrap {
  position: relative;
  z-index: 9999; }
  @media screen and (max-width: 1200px) {
    .navigationWrap {
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      background: #4C4C4C; } }
  @media screen and (min-width: 1200px) {
    .navigationWrap .gnav {
      width: 960px;
      margin: auto; }
      .navigationWrap .gnav > li {
        position: relative; }
        .navigationWrap .gnav > li:not(:last-of-type)::after {
          content: "";
          display: inline-block;
          background: #CCCCCC;
          width: 1px;
          height: 10px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      .navigationWrap .gnav a {
        display: block;
        padding: 10px 20px;
        transition: all 0.4s; } }
  @media screen and (max-width: 1200px) {
    .navigationWrap .gnav a {
      color: #ffffff;
      padding: 20px;
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.5); }
    .navigationWrap .gnav .first_level {
      position: relative; }
      .navigationWrap .gnav .first_level > a {
        background: #4C4C4C;
        position: relative;
        transition: all 0.4s; }
        .navigationWrap .gnav .first_level > a.-emphasis {
          background: #E4026A; }
      .navigationWrap .gnav .first_level .second_level li > a {
        background: rgba(238, 236, 223, 0.8);
        position: relative;
        color: #000000; }
        .navigationWrap .gnav .first_level .second_level li > a::after {
          content: "";
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 50%;
          width: 8px;
          height: 8px;
          border-radius: 2px;
          border-top: 2px solid #999999;
          border-right: 2px solid #999999;
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); } }
  @media screen and (min-width: 1200px) {
    .navigationWrap .gnav {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      width: 100%; }
      .navigationWrap .gnav .first_level {
        position: relative; }
        .navigationWrap .gnav .first_level a {
          font-weight: 700;
          font-size: 1.4rem; }
          .navigationWrap .gnav .first_level a:hover {
            cursor: pointer;
            transition: all 0.4s;
            color: #E4026A; }
        .navigationWrap .gnav .first_level .first_link.-active {
          transition: all 0.4s;
          color: #E4026A;
          border-bottom: 1px solid #E4026A; }
      .navigationWrap .gnav .second_level {
        position: fixed;
        background: black;
        width: 100%;
        padding: 15px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 10px;
        border-radius: 2px; }
        .navigationWrap .gnav .second_level ul {
          width: 960px;
          margin: auto;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          text-align: center; }
        .navigationWrap .gnav .second_level li {
          border-right: 1px dotted #ffffff;
          display: inline-block;
          width: calc(100%/5); }
          .navigationWrap .gnav .second_level li:last-of-type {
            border-right: none; }
          .navigationWrap .gnav .second_level li a {
            padding: 10px;
            display: block;
            color: #ffffff; } }
  .navigationWrap .gnav .accordionIcon,
  .navigationWrap .gnav .accordionIcon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box; }
  .navigationWrap .gnav .accordionIcon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-5px); }
    @media screen and (min-width: 1200px) {
      .navigationWrap .gnav .accordionIcon {
        display: none; } }
  .navigationWrap .gnav .accordionIcon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc; }
  .navigationWrap .gnav .accordionIcon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  .navigationWrap .gnav .accordionIcon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  .navigationWrap .gnav .active .accordionIcon span:nth-of-type(1) {
    display: none; }
  .navigationWrap .gnav .active .accordionIcon span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .navigationWrap .otherNav {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1200px) {
      .navigationWrap .otherNav {
        display: none; } }
    .navigationWrap .otherNav li {
      display: flex;
      flex-flow: column;
      justify-content: center;
      width: 49%; }
      .navigationWrap .otherNav li.-block {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
      .navigationWrap .otherNav li .link.-btn.-yellow {
        padding: 15px;
        min-width: auto;
        line-height: 1.2; }
        .navigationWrap .otherNav li .link.-btn.-yellow .-sml {
          font-size: 1rem; }
  .navigationWrap .otherLinkArea {
    padding: 20px;
    background: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5); }
    .navigationWrap .otherLinkArea li {
      margin: 0 0 15px; }
    .navigationWrap .otherLinkArea a {
      color: #ffffff; }

/*    div.contents
--------------------------------------------------------------------------------*/
/*    main
--------------------------------------------------------------------------------*/
.-pcOnly {
  display: block; }
  @media screen and (max-width: 1200px) {
    .-pcOnly {
      display: none; } }

.-spOnly {
  display: none; }
  @media screen and (max-width: 1200px) {
    .-spOnly {
      display: block; } }

.contents {
  overflow: hidden;
  min-width: 320px; }

main {
  padding: 40px 0; }

section + section {
  /*margin-top: 60px;*/ }
section.-noSpace {
  margin-top: 0; }

.-bgGray {
  background: #EAEAEA;
  padding: 60px 0; }
  div + .-bgGray {
    margin-top: 60px; }

.innerWrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 960px) {
    .innerWrap {
      width: calc(100% - 40px); } }

.l-w25 {
  width: 25%; }

.l-w50 {
  width: 50%; }

.l-w100p {
  width: 100%; }

.l-h100p {
  height: 100%; }

/*  margin */
.l-mg0a {
  margin: 0 auto; }

.l-mgt0 {
  margin-top: 0 !important; }

.l-mgt1 {
  margin-top: 1px !important; }

.l-mgt2 {
  margin-top: 2px !important; }

.l-mgt3 {
  margin-top: 3px !important; }

.l-mgt4 {
  margin-top: 4px !important; }

.l-mgt5 {
  margin-top: 5px !important; }

.l-mgt6 {
  margin-top: 6px !important; }

.l-mgt7 {
  margin-top: 7px !important; }

.l-mgt8 {
  margin-top: 8px !important; }

.l-mgt9 {
  margin-top: 9px !important; }

.l-mgt10 {
  margin-top: 10px !important; }

.l-mgt15 {
  margin-top: 15px !important; }

.l-mgt20 {
  margin-top: 20px !important; }

.l-mgt25 {
  margin-top: 25px !important; }

.l-mgt30 {
  margin-top: 30px !important; }

.l-mgt35 {
  margin-top: 35px !important; }

.l-mgt40 {
  margin-top: 40px !important; }

.l-mgt45 {
  margin-top: 45px !important; }

.l-mgt50 {
  margin-top: 50px !important; }

.l-mgt55 {
  margin-top: 55px !important; }

.l-mgt60 {
  margin-top: 60px !important; }

.l-mgl0 {
  margin-left: 0 !important; }

.l-mgl5 {
  margin-left: 5px !important; }

.l-mgl10 {
  margin-left: 10px !important; }

.l-mgl15 {
  margin-left: 15px !important; }

.l-mgl20 {
  margin-left: 20px !important; }

.l-mgl25 {
  margin-left: 25px !important; }

.l-mgl30 {
  margin-left: 30px !important; }

.l-mgl35 {
  margin-left: 35px !important; }

.l-mgl40 {
  margin-left: 40px !important; }

.l-mgl45 {
  margin-left: 45px !important; }

.l-mgl50 {
  margin-left: 50px !important; }

.l-mgl55 {
  margin-left: 55px !important; }

.l-mgl60 {
  margin-left: 60px !important; }

.l-mgr0 {
  margin-right: 0 !important; }

.l-mgr5 {
  margin-right: 5px !important; }

.l-mgr10 {
  margin-right: 10px !important; }

.l-mgr15 {
  margin-right: 15px !important; }

.l-mgr20 {
  margin-right: 20px !important; }

.l-mgr25 {
  margin-right: 25px !important; }

.l-mgr30 {
  margin-right: 30px !important; }

.l-mgr35 {
  margin-right: 35px !important; }

.l-mgr40 {
  margin-right: 40px !important; }

.l-mgr45 {
  margin-right: 45px !important; }

.l-mgr50 {
  margin-right: 50px !important; }

.l-mgr55 {
  margin-right: 55px !important; }

.l-mgr60 {
  margin-right: 60px !important; }

/* padding */
.l-pdt0 {
  padding-top: 0 !important; }

.l-pdt1 {
  padding-top: 1px !important; }

.l-pdt2 {
  padding-top: 2px !important; }

.l-pdt3 {
  padding-top: 3px !important; }

.l-pdt4 {
  padding-top: 4px !important; }

.l-pdt5 {
  padding-top: 5px !important; }

.l-pdt6 {
  padding-top: 6px !important; }

.l-pdt7 {
  padding-top: 7px !important; }

.l-pdt8 {
  padding-top: 8px !important; }

.l-pdt9 {
  padding-top: 9px !important; }

.l-pdt10 {
  padding-top: 10px !important; }

.l-pdt15 {
  padding-top: 15px !important; }

.l-pdt20 {
  padding-top: 20px !important; }

.l-pdt25 {
  padding-top: 25px !important; }

.l-pdt30 {
  padding-top: 30px !important; }

.l-pdt35 {
  padding-top: 35px !important; }

.l-pdt40 {
  padding-top: 40px !important; }

.l-pdt45 {
  padding-top: 45px !important; }

.l-pdt50 {
  padding-top: 50px !important; }

.l-pdt55 {
  padding-top: 55px !important; }

.l-pdt60 {
  padding-top: 60px !important; }

.l-pdl0 {
  padding-left: 0 !important; }

.l-pdl5 {
  padding-left: 5px !important; }

.l-pdl10 {
  padding-left: 10px !important; }

.l-pdl15 {
  padding-left: 15px !important; }

.l-pdl20 {
  padding-left: 20px !important; }

.l-pdl25 {
  padding-left: 25px !important; }

.l-pdl30 {
  padding-left: 30px !important; }

.l-pdl35 {
  padding-left: 35px !important; }

.l-pdl40 {
  padding-left: 40px !important; }

.l-pdl45 {
  padding-left: 45px !important; }

.l-pdl50 {
  padding-left: 50px !important; }

.l-pdl55 {
  padding-left: 55px !important; }

.l-pdl60 {
  padding-left: 60px !important; }

.l-pdr0 {
  padding-right: 0 !important; }

.l-pdr5 {
  padding-right: 5px !important; }

.l-pdr10 {
  padding-right: 10px !important; }

.l-pdr15 {
  padding-right: 15px !important; }

.l-pdr20 {
  padding-right: 20px !important; }

.l-pdr25 {
  padding-right: 25px !important; }

.l-pdr30 {
  padding-right: 30px !important; }

.l-pdr35 {
  padding-right: 35px !important; }

.l-pdr40 {
  padding-right: 40px !important; }

.l-pdr45 {
  padding-right: 45px !important; }

.l-pdr50 {
  padding-right: 50px !important; }

.l-pdr55 {
  padding-right: 55px !important; }

.l-pdr60 {
  padding-right: 60px !important; }

.l-floatL {
  float: left; }

.l-floatR {
  float: right; }

.l-alL {
  text-align: left; }

.l-alC {
  text-align: center; }

.l-alR {
  text-align: right; }

.l-vaT {
  vertical-align: top; }

.l-vaM {
  vertical-align: middle; }

.l-vaB {
  vertical-align: bottom; }

.l-fwB {
  font-weight: bold; }

.l-disnon {
  display: none; }

.l-nowrap {
  white-space: nowrap; }

.l-w100per {
  width: 100%;
  height: auto; }

/*clear*/
.l-clearfix {
  clear: both;
  background: transparent;
  height: 1px;
  font-size: 1px; }

/* clearfix micro */
.l-cf:before,
.l-cf:after {
  content: "";
  display: table; }

.l-cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.l-cf {
  *zoom: 1; }

.l-gridWrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .l-gridWrap.-left {
    justify-content: left; }
  .l-gridWrap.-center {
    justify-content: center; }
  .l-gridWrap:not(.l-gridWrap:first-of-type) {
    margin-top: 50px; }
  .l-gridWrap + .l-gridWrap {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .l-gridWrap + .l-gridWrap {
        margin-top: 30px; } }
  .l-gridWrap > .elem.-heightSame {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .l-gridWrap > .elem.-heightSame > a {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      height: 100%; }
  .l-gridWrap.-grow_2t1 + .-grow_2t1 {
    margin-top: 20px; }
  .l-gridWrap.-grow_2t1 > .elem {
    flex-basis: auto; }
    .l-gridWrap.-grow_2t1 > .elem:first-of-type {
      padding-right: 20px;
      box-sizing: border-box; }
    .l-gridWrap.-grow_2t1 > .elem.-grow1 {
      flex-basis: 30%;
      max-width: 30%;
      flex-grow: 1; }
    .l-gridWrap.-grow_2t1 > .elem.-grow2 {
      flex-grow: 2;
      flex-basis: 70%;
      max-width: 70%; }
  .l-gridWrap.-grow_2t1.-sizeS > .elem.-grow1 {
    flex-basis: 15%;
    max-width: 15%;
    flex-grow: 1; }
  .l-gridWrap.-grow_2t1.-sizeS > .elem.-grow2 {
    flex-grow: 2;
    flex-basis: 85%;
    max-width: 85%; }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-grow_2t1.-noneBreak {
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-grow_2t1:not(.-noneBreak) {
      display: block; }
      .l-gridWrap.-grow_2t1:not(.-noneBreak) > .elem {
        flex-grow: initial;
        flex-basis: 100%;
        max-width: 100%; }
        .l-gridWrap.-grow_2t1:not(.-noneBreak) > .elem:first-of-type {
          padding-right: 0;
          padding-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-col02.nonBreak {
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .l-gridWrap.-col02.pcBlock {
      display: block; }
      .l-gridWrap.-col02.pcBlock > .elem {
        width: 100%; } }
  .l-gridWrap.-col02 > .elem {
    width: 48%;
    width: calc((100% - 30px) / 2); }
    .l-gridWrap.-col02 > .elem:nth-of-type(odd) {
      margin-right: 30px; }
    .l-gridWrap.-col02 > .elem:not(:nth-of-type(-n + 2)) {
      margin-top: 30px; }
    .l-gridWrap.-col02 > .elem .block {
      display: block;
      width: 100%; }
    .l-gridWrap.-col02 > .elem.p-linkWrap {
      margin-top: 0; }
  .l-gridWrap.-col02.-reverse {
    justify-content: space-between; }
    .l-gridWrap.-col02.-reverse > .elem {
      margin-right: 0; }
      .l-gridWrap.-col02.-reverse > .elem:nth-of-type(1) {
        order: 2; }
      .l-gridWrap.-col02.-reverse > .elem:nth-of-type(2) {
        order: 1; }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-col02:not(.nonBreak) > .elem:not(.l-gridWrap.-col02:not(.nonBreak) > .elem:first-of-type) {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-col02:not(.nonBreak) > .elem:nth-of-type(odd) {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-col02:not(.nonBreak) > .elem {
      width: 100%; }
      .l-gridWrap.-col02:not(.nonBreak) > .elem:not(:first-of-type) {
        margin-top: 15px; } }
  .l-gridWrap.-col02.-picRight .-posRitght {
    order: 2;
    margin-right: 0;
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      .l-gridWrap.-col02.-picRight .-posRitght {
        order: 1;
        margin-left: 0; } }
  .l-gridWrap.-col03 .elem {
    width: 30%;
    width: calc((100% - 30px) / 3); }
    .l-gridWrap.-col03 .elem:not(:nth-of-type(3n)) {
      margin-right: 15px; }
    .l-gridWrap.-col03 .elem:not(:nth-of-type(-n + 3)) {
      margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-col03.-spCol02 .elem {
      width: 48%;
      width: calc((100% - 20px) / 2); }
      .l-gridWrap.-col03.-spCol02 .elem:not(:nth-of-type(-n + 3)) {
        margin-top: 0; }
      .l-gridWrap.-col03.-spCol02 .elem:not(:nth-of-type(-n + 2)) {
        margin-top: 15px; }
      .l-gridWrap.-col03.-spCol02 .elem:nth-of-type(3n) {
        margin-right: 20px; }
      .l-gridWrap.-col03.-spCol02 .elem:nth-of-type(even) {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .l-gridWrap.-col03.-spCol01 {
      display: block; }
      .l-gridWrap.-col03.-spCol01 .elem {
        width: 100%;
        display: block;
        margin-top: 20px; }
        .l-gridWrap.-col03.-spCol01 .elem:not(:nth-of-type(-n + 3)) {
          margin-top: 20px; }
        .l-gridWrap.-col03.-spCol01 .elem:not(:nth-of-type(-n + 2)) {
          margin-top: 20px; }
        .l-gridWrap.-col03.-spCol01 .elem:nth-of-type(3n) {
          margin-right: 0; }
        .l-gridWrap.-col03.-spCol01 .elem:nth-of-type(even) {
          margin-right: 0; } }
  .l-gridWrap.-col04 .elem {
    width: 25%;
    width: calc((100% - 30px) / 4);
    margin-right: 10px; }
    .l-gridWrap.-col04 .elem:nth-of-type(4n) {
      margin-right: 0; }
    .l-gridWrap.-col04 .elem:not(:nth-of-type(-n + 4)) {
      margin-top: 10px; }
    @media screen and (max-width: 960px) {
      .l-gridWrap.-col04 .elem {
        width: 48%;
        width: calc((100% - 15px) / 2);
        margin-right: 15px; }
        .l-gridWrap.-col04 .elem:not(:nth-of-type(-n + 2)) {
          margin-top: 15px; }
        .l-gridWrap.-col04 .elem:nth-of-type(4n), .l-gridWrap.-col04 .elem:nth-of-type(2n) {
          margin-right: 0; }
        .l-gridWrap.-col04 .elem .block {
          display: block;
          width: 100%; } }
  .l-gridWrap.-col05 .elem {
    width: 20%;
    width: calc((100% - 40px) / 5); }
    .l-gridWrap.-col05 .elem:not(:nth-of-type(5n)) {
      margin-right: 10px; }
  @media screen and (max-width: 960px) {
    .l-gridWrap.-col05.-spCol03 .elem {
      width: 30%;
      width: calc((100% - 30px) / 3); }
      .l-gridWrap.-col05.-spCol03 .elem:not(:nth-of-type(5n)) {
        margin-right: 0; }
      .l-gridWrap.-col05.-spCol03 .elem:not(:nth-of-type(3n)) {
        margin-right: 15px; }
      .l-gridWrap.-col05.-spCol03 .elem:not(:nth-of-type(-n + 3)) {
        margin-top: 15px; } }
  .l-gridWrap.-col06 .elem {
    width: 20%;
    width: calc((100% - 50px) / 6); }
    .l-gridWrap.-col06 .elem:not(:nth-of-type(6n)) {
      margin-right: 10px; }
  @media screen and (max-width: 960px) {
    .l-gridWrap.-col06.-spCol03 .elem {
      width: 30%;
      width: calc((100% - 30px) / 3); }
      .l-gridWrap.-col06.-spCol03 .elem:not(:nth-of-type(6n)) {
        margin-right: 0; }
      .l-gridWrap.-col06.-spCol03 .elem:not(:nth-of-type(3n)) {
        margin-right: 15px; }
      .l-gridWrap.-col06.-spCol03 .elem:not(:nth-of-type(-n + 3)) {
        margin-top: 15px; } }
  .l-gridWrap.infoItemSlider .slick-prev, .l-gridWrap.contItemSlider .slick-prev {
    left: -20px; }
  .l-gridWrap.infoItemSlider .slick-next, .l-gridWrap.contItemSlider .slick-next {
    right: -20px; }

body.top .kvArea {
  position: relative; }
  body.top .kvArea .p-titleArea {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    display: block;
    text-align: center;
    transform: translateY(-50%);
    color: #fff; 
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
    body.top .kvArea .p-titleArea .sub {
      font-size: 2rem;
      line-height: 1.4; }
    body.top .kvArea .p-titleArea .p-title_sL {
      line-height: 1.6; }
body.top .welcomeArea {
  background: url(/assets/common/images/fig_worldmap01.png) no-repeat 0 0/100%; }
  body.top .welcomeArea .welcomeTitle {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #E4026A; }
  body.top .welcomeArea .welcomePic {
    margin-top: 20px; }
  body.top .welcomeArea .welcomePoint {
    margin-top: 20px;
    color: #E4026A;
    background: #ffffff; }
    body.top .welcomeArea .welcomePoint li {
      border: 1px solid #E4026A;
      padding: 10px;
      font-weight: bold;
      border-radius: 6px;
      padding-left: 80px;
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        body.top .welcomeArea .welcomePoint li {
          padding-left: 10px;
          padding-top: 65px; } }
      body.top .welcomeArea .welcomePoint li:nth-of-type(1) {
        background: url(/assets/common/images/icon_language01.png) no-repeat left 10px center/50px; }
      body.top .welcomeArea .welcomePoint li:nth-of-type(2) {
        background: url(/assets/common/images/icon_cafe01.png) no-repeat left 10px center/50px; }
      body.top .welcomeArea .welcomePoint li:nth-of-type(3) {
        background: url(/assets/common/images/icon_kitchen01.png) no-repeat left 10px center/50px; }
      body.top .welcomeArea .welcomePoint li:nth-of-type(4) {
        background: url(/assets/common/images/icon_front01.png) no-repeat left 10px center/50px; }
      @media screen and (max-width: 768px) {
        body.top .welcomeArea .welcomePoint li:nth-of-type(1), body.top .welcomeArea .welcomePoint li:nth-of-type(2), body.top .welcomeArea .welcomePoint li:nth-of-type(3), body.top .welcomeArea .welcomePoint li:nth-of-type(4) {
          background-position: left 52% top 20px;
          line-height: 1.4;
          text-align: center; } }
  body.top .welcomeArea .otherPoint {
    margin-top: 50px; }
body.top .longStayArea .longStayBtn {
  margin-top: 20px;
  text-align: center; }
  body.top .longStayArea .longStayBtn a {
    width: 70%;
    display: inline-block; }
body.top .newsArea .newsBox {
  margin-top: 40px; text-align: center; }
  body.top .newsArea .newsBox .title {
    background: #EAEAEA;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px; }
  body.top .newsArea .newsBox .item {
    display: block; }
    body.top .newsArea .newsBox .item dl.list {
      display: table;
      width: 100%; }
      body.top .newsArea .newsBox .item dl.list dt,
      body.top .newsArea .newsBox .item dl.list dd {
        display: table-cell; }
    body.top .newsArea .newsBox .item.-award {
      margin-top: 10px;
      padding-bottom: 10px; }
      body.top .newsArea .newsBox .item.-award dl.list:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      @media screen and (min-width: 960px) {
        body.top .newsArea .newsBox .item.-award dl.list {
          border-bottom: 1px solid #EAEAEA; } }
      body.top .newsArea .newsBox .item.-award dl.list dt {
        width: 60px; }
      body.top .newsArea .newsBox .item.-award dl.list dd {
        padding-left: 10px; }
    body.top .newsArea .newsBox .item.-media dl.list dt {
      max-width: 200px; }
    body.top .newsArea .newsBox .item.-media dl.list dd {
      padding-left: 15px; }

	.newsArea .innerWrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;text-align: center; }
  @media screen and (max-width: 960px) {
    .newsArea .innerWrap {
      width: calc(100% - 40px);text-align: center; } }

@media screen and (max-width: 960px) {
    body.top .newsArea .newsBox {
    margin-top: 40px;
    text-align: center;
} }


body.top .columnBox {
  padding: 60px;
  background: url(/assets/top/images/top_group_pic01-pc.jpg) no-repeat center/100%;
  border: 1px solid #E4026A;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center; 
  color: #FFFFFF;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 0px 5px 3px rgba(0, 0, 0, 1);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);}
  @media screen and (max-width: 960px) {
    body.top .columnBox {
	  padding: 10px;
      text-align: left; } }

.searchArea .p-title_sS {
  margin-bottom: 20px; }
.searchArea.-reservation {
  margin-top: 40px;
  background: #EAEAEA; }
  .searchArea.-reservation .p-title_sS {
    background: #E4026A;
    padding: 20px; }
  .searchArea.-reservation .innerWrap {
    padding: 20px 0;
    width: 674px; }
    @media screen and (max-width: 960px) {
      .searchArea.-reservation .innerWrap {
        width: calc(100% - 40px); } }
.searchArea.-roomType .p-tabArea .tab-group {
  margin-bottom: 1px; }
.searchArea.-roomType .p-lead {
  font-weight: bold;
  text-align: center;
  margin-top: 10px; }
@media screen and (min-width: 960px) {
  .searchArea.-roomType .p-picBox {
    width: 50%;
    margin: auto; } }
.searchArea .link:not(.-btn):hover {
  color: #ffffff; }
.searchArea.p-accordionArea01 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  .searchArea.p-accordionArea01 .p-title_sS {
    margin-bottom: 0;
    padding: 20px; }
  .searchArea.p-accordionArea01 .innerWrap {
    padding: 0; }
  .searchArea.p-accordionArea01.onFoot {
    position: absolute; }

.hotelInfoArea .p-linkWrapList {
  text-align: center;
  justify-content: center;
  margin-bottom: 30px; }
.hotelInfoArea .icon {
  display: block; }
  .hotelInfoArea .icon span {
    display: inline-block;
    font-size: 1.6rem; }
.hotelInfoArea .hotelInfoBox {
  padding: 40px 0; }
@media screen and (min-width: 960px) {
  .hotelInfoArea .p-cardBox .l-gridWrap {
    margin-top: 15px; } }
.hotelInfoArea .p-cardBox .p-picBox {
  margin-top: 10px;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .hotelInfoArea .p-cardBox .p-picBox {
      width: 45%;
      margin-top: 0; } }
  .hotelInfoArea .p-cardBox .p-picBox + .elem {
    width: 100%; }
    @media screen and (min-width: 960px) {
      .hotelInfoArea .p-cardBox .p-picBox + .elem {
        width: 50%; }
        .hotelInfoArea .p-cardBox .p-picBox + .elem .p-lead {
          margin-top: 0; } }
.hotelInfoArea .p-cardBox .l-gridWrap.-col02 > .elem:nth-of-type(odd) {
  margin-right: 15px; }
.hotelInfoArea .p-cardBox .l-gridWrap.-col02 > .elem {
  width: calc((100% - 15px) / 2); }
/*.hotelInfoArea .-ancer::after {
  border-top: 2px solid #E4026A;
  border-right: 2px solid #E4026A; }   hotel Info Ancher の::after > を非表示に */
.hotelInfoArea .p-linkWrap .elem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column; }
.hotelInfoArea .p-linkWrap .link.-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  height: 100%; }

body.hotel .kvArea {
  padding: 20px 0; }
  body.hotel .kvArea .p-titleArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  body.hotel .kvArea .p-title_sL {
    line-height: initial; }
  body.hotel .kvArea .sub {
    font-size: 1.4rem;
    font-weight: normal;
    display: block; }
  body.hotel .kvArea .p-picBox {
    background: #EAEAEA; }
body.hotel .pointIconList {
  justify-content: center; }
  body.hotel .pointIconList .elem {
    width: 15%;
    margin: 0 10px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      body.hotel .pointIconList .elem {
        width: 70px; } }
    body.hotel .pointIconList .elem .p-picBox {
      margin-bottom: 10px; }
      body.hotel .pointIconList .elem .p-picBox img {
        height: 60px;
        width: auto; }
        @media screen and (max-width: 960px) {
          body.hotel .pointIconList .elem .p-picBox img {
            height: auto; } }
  body.hotel .pointIconList + .p-cardBox {
    margin-top: 40px; }
body.hotel .hotelServiceBox {
  margin-top: 30px;
  border: 1px solid #CCCCCC; }
  body.hotel .hotelServiceBox .title {
    background-color: #EAEAEA;
    background-size: auto 60%;
    background-position: left 15px top 50%;
    color: #E4026A;
    font-weight: bold;
    padding: 15px 15px 15px 50px; }
    body.hotel .hotelServiceBox .title.-service {
      background-image: url(/assets/common/images/icon_baggage02.png); }
    body.hotel .hotelServiceBox .title.-facilities01 {
      background-image: url(/assets/common/images/icon_facilities01.png); }
    body.hotel .hotelServiceBox .title.-amenity01 {
      background-image: url(/assets/common/images/icon_amenity01.png); }
  body.hotel .hotelServiceBox .inner {
    padding: 20px 10px; }
    body.hotel .hotelServiceBox .inner .item {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dashed #CCCCCC; }
      body.hotel .hotelServiceBox .inner .item:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
    body.hotel .hotelServiceBox .inner .title_sS + * {
      margin-top: 10px; }
body.hotel .howToAccess.-bgGray {
  background: #EAEAEA; }
body.hotel .howToAccess .l-gridWrap + .p-title_lineS {
  margin-top: 40px; }
* + body.hotel .howToAccess .transitBox {
  margin-top: 20px; }
body.hotel .howToAccess .transitBox .list {
  text-align: center;
  position: relative; }
  body.hotel .howToAccess .transitBox .list::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
    height: 10px;
    background: #CCCCCC;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      body.hotel .howToAccess .transitBox .list::before {
        top: 0;
        width: 10px;
        height: 100%;
        transform: translateY(0); } }
  body.hotel .howToAccess .transitBox .list .station span {
    border: 1px solid #000000;
    padding: 5px 20px;
    background: #ffffff;
    border-radius: 100px;
    min-width: 150px;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      body.hotel .howToAccess .transitBox .list .station span {
        display: block; } }
  body.hotel .howToAccess .transitBox .list li {
    position: relative;
    z-index: 2; }
    body.hotel .howToAccess .transitBox .list li .-pcOnly {
      display: inline; }
    @media screen and (max-width: 960px) {
      body.hotel .howToAccess .transitBox .list li + li {
        margin-top: 20px; } }
  @media screen and (min-width: 960px) {
    body.hotel .howToAccess .transitBox .list {
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      body.hotel .howToAccess .transitBox .list li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-flow: column; } }
body.hotel .hotelRoomSlide01 {
  margin-top: 30px;
  margin-right: -20px; }
  body.hotel .hotelRoomSlide01 .p-cardBox.-hotel {
    margin-right: 20px; }
  body.hotel .hotelRoomSlide01 .slick-prev {
    left: -70px; }
  body.hotel .hotelRoomSlide01 .slick-next {
    right: -50px; }
body.hotel .detaBox dl.tel dd {
  font-weight: bold;
  font-size: 2rem; }

body.other.-reservationPage .stepFlow ul {
  display: flex;
  justify-content: space-between; }
  body.other.-reservationPage .stepFlow ul li {
    width: calc((100% - 30px) / 4);
    background: #CCCCCC;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-right: 10px; }
    body.other.-reservationPage .stepFlow ul li:nth-of-type(4n) {
      margin-right: 0; }
    body.other.-reservationPage .stepFlow ul li span {
      font-size: 1.8rem; }
    body.other.-reservationPage .stepFlow ul li.stay {
      background: #E4026A; }
body.other.-reservationPage .searchArea.-reservation {
  margin-top: 0; }
body.other.-reservationPage .searchArea .p-title_sS {
  margin-bottom: 0; }
body.other.-reservationPage .searchArea .inner {
  padding: 20px; }
body.other.-reservationPage .searchArea .submitBtn01 {
  margin-top: 40px; }
body.other.-reservationPage .otherReservation .link {
  font-weight: bold; }
  body.other.-reservationPage .otherReservation .link span {
    font-size: 1.6rem; }
body.other.-reservationPage dl.item {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #EAEAEA; }
  @media screen and (max-width: 768px) {
    body.other.-reservationPage dl.item {
      display: block; } }
  body.other.-reservationPage dl.item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  body.other.-reservationPage dl.item dt {
    width: 8%;
    font-weight: bold; }
  body.other.-reservationPage dl.item dd {
    width: 90%; }
    body.other.-reservationPage dl.item dd li {
      display: inline-block;
      margin-right: 20px; }
  @media screen and (max-width: 960px) {
    body.other.-reservationPage dl.item dt,
    body.other.-reservationPage dl.item dd {
      width: 100%;
      display: block; } }
body.other.-reservationPage .selectTable .p-boxWrap {
  border-top: 2px solid #E4026A;
  margin-top: 15px;
  padding-top: 15px; }
  body.other.-reservationPage .selectTable .p-boxWrap + .p-boxWrap {
    margin-top: 60px; }
  body.other.-reservationPage .selectTable .p-boxWrap .p-title_sM {
    margin-bottom: 15px; }
@media screen and (max-width: 960px) {
  body.other.-reservationPage .selectTable .table {
    border-left: none; }
    body.other.-reservationPage .selectTable .table td {
      border-left: 1px solid #CCCCCC; } }
@media screen and (max-width: 960px) {
  body.other.-reservationPage .selectTable .table tr:not(:last-of-type):after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #CCCCCC; } }
body.other.-reservationPage .selectTable .table th.-center,
body.other.-reservationPage .selectTable .table td.-center {
  text-align: center; }
@media screen and (max-width: 768px) {
  body.other.-reservationPage .selectTable .table th,
  body.other.-reservationPage .selectTable .table td {
    display: block;
    border-left: 1px solid #ccc;
    width: 100%; } }
body.other.-reservationPage .selectTable .table .price_td span {
  font-size: 1.6rem;
  font-weight: bold; }
@media screen and (max-width: 768px) {
  body.other.-reservationPage .selectTable .table .heading {
    display: none; }
  body.other.-reservationPage .selectTable .table td {
    display: block;
    width: 100%; }
    body.other.-reservationPage .selectTable .table td.-spOnTitle:before {
      content: attr(data-label);
      display: block;
      border-bottom: 1px dashed #CCCCCC;
      padding-bottom: 5px;
      margin-bottom: 5px; } }
body.other.-reservationPage .selectTable .roomDescription a {
  display: block;
  padding: 10px;
  transition: all 0.4s;
  border-radius: 10px; }
  body.other.-reservationPage .selectTable .roomDescription a:hover {
    background: #fffddd;
    transition: all 0.4s; }
body.other.-reservationPage .selectTable .roomDescription dl {
  text-align: left;
  display: flex;
  justify-content: flex-start; }
  body.other.-reservationPage .selectTable .roomDescription dl dt {
    margin-right: 10px; }
body.other.-reservationPage .selectTable .roomDescription .typeName {
  font-size: 1.8rem;
  font-weight: bold; }
body.other.-reservationPage .selectTable .selectBox01 {
  width: auto; }
body.other.-reservationPage .selectTable .table.totalTable th {
  text-align: right; }
body.other.-reservationPage.input .price_td {
  width: 150px; }
body.other.-reservationPage.input .none {
  background: #EAEAEA; }
body.other.-reservationPage.input .roomAvailability {
  text-align: center; }
body.other.-reservationPage .infoInput th {
  width: 30%; }
body.other.-reservationPage .comment {
  margin-bottom: 10px; }
body.other.-reservationPage.-groupreservation .l-gridWrap.lead {
  align-items: center; }
  body.other.-reservationPage.-groupreservation .l-gridWrap.lead p {
    font-size: 1.8rem;
    font-weight: bold; }
body.other.-reservationPage.-groupreservation .p-title_sM.-numbering {
  text-align: left;
  padding: 5px 0 10px;
  padding-left: 50px;
  position: relative; }
  body.other.-reservationPage.-groupreservation .p-title_sM.-numbering .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    background: #E4026A;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center; }
body.other.-reservationPage.-groupreservation #sec01 .l-gridWrap {
  margin-top: 20px; }
  body.other.-reservationPage.-groupreservation #sec01 .l-gridWrap b {
    font-size: 1.8rem; }
body.other.-reservationPage.-groupreservation #sec01 .-emphasis.sizeS {
  display: inline-block; }

body.other.-media .mediaItem a,
body.other.-media .mediaItem {
	
  justify-content: space-between; }
  body.other.-media .mediaItem a + .mediaItem,
  body.other.-media .mediaItem + .mediaItem {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #CCCCCC; }
  body.other.-media .mediaItem a .pic,
  body.other.-media .mediaItem .pic {
    width: 260px; }
  body.other.-media .mediaItem a .txt,
  body.other.-media .mediaItem .txt {
    width: calc(100% - 280px); }
    body.other.-media .mediaItem a .txt .day,
    body.other.-media .mediaItem .txt .day {
      font-size: 1.3rem;
      font-weight: bold; }
    body.other.-media .mediaItem a .txt .title,
    body.other.-media .mediaItem .txt .title {
      font-size: 1.8rem;
      font-weight: bold; }
body.other.-media .mediaItem a {
  transition: all 0.4s; }
  body.other.-media .mediaItem a:hover {
    opacity: 0.7;
    transition: all 0.4s; }

@media screen and (max-width:960px) {
		body.other.-media .mediaItem a, body.other.-media .mediaItem {
			display: inline-block !important;
			width: 100% !important;
			text-align: left;
		}
		.mediaItem .pic {
			width: 100% !important;
		}
		.mediaItem .txt {
			width: 100% !important;
		}
	}

	@media screen and (min-width:961px) {
		body.other.-media .mediaItem a, body.other.-media .mediaItem {
			display: flex !important;
		}
	}



body.other.-eatDrink .kvArea {
  height: 460px;
  overflow: hidden; }
body.other.-eatDrink .p-boxWrap {
  border-top: 1px dashed #CCCCCC;
  margin-top: 50px;
  padding-top: 50px; }
body.other.-eatDrink .cafeSlide {
  width: 500px;
  margin: 20px auto 0; }
  @media screen and (max-width: 960px) {
    body.other.-eatDrink .cafeSlide {
      width: 100%; } }
body.other.-eatDrink .p-title_sL.-cPnk + .p-lead + .l-gridWrap {
  margin-top: 20px; }

body.other.-jobOpportunity .p-boxWrap {
  border-top: 1px dashed #CCCCCC;
  margin-top: 30px;
  padding-top: 30px; }
body.other.-jobOpportunity .border_non {
  border-top: none; }
  body.other.-jobOpportunity .p-boxWrap .p-title_sL {
    margin-bottom: 30px; }
  body.other.-jobOpportunity .p-boxWrap .p-title_sM {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left; }
  body.other.-jobOpportunity .p-boxWrap .p-picBox {
    text-align: center; }
  body.other.-jobOpportunity .p-boxWrap .entryBtn {
    margin-top: 40px; }

/*    article & section
----------------------------------------------------------------------------*/
/*    footer
----------------------------------------------------------------------------*/
.snsLinkArea {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px; }
  .snsLinkArea li {
    width: 35px;
    margin-right: 10px; }
    .snsLinkArea li:last-of-type {
      margin-right: 0; }
    /*@media screen and (max-width: 960px) {
      .snsLinkArea li {
        width: 8%; } }*/

.l-footer {
  padding: 0;
  position: relative; }
  .l-footer .copy {
    background: #E4026A;
    color: #ffffff;
    padding: 10px 0;
    display: block;
    text-align: center; }

.footNavArea {
  background: #EAEAEA; }
  .footNavArea .navList {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 960px) {
      .footNavArea .navList {
        width: 960px;
        margin: auto; } }
    .footNavArea .navList li {
      width: 50%;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .footNavArea .navList li {
          border-bottom: 1px solid #ffffff; } }
      @media screen and (max-width: 960px) {
        .footNavArea .navList li:nth-of-type(2n) {
          border-right: 1px solid #ffffff; } }
      @media screen and (min-width: 960px) {
        .footNavArea .navList li {
          width: auto;
          border: none !important; } }
      .footNavArea .navList li a {
        display: block;
        padding: 10px; }
      @media screen and (max-width: 960px) {
        .footNavArea .navList li.-block {
          display: block;
          width: 100%; } }

.backToTop {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #000000;
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 99;
  text-indent: -9999px; }
  .backToTop:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 37%;
    top: 43%;
    margin: auto; }

/*    footer
----------------------------------------------------------------------------*/
form {
  /* IE */
  /* Edge */ }
  form mark {
    background: none;
    border: 1px solid #cc0000;
    padding: 1px 5px;
    color: #cc0000;
    font-size: 1.0rem;
    display: inline-block;
    margin-left: 5px; }
  form input::placeholder {
    color: #000000; }
  form input:-ms-input-placeholder {
    color: #000000; }
  form input::-ms-input-placeholder {
    color: #000000; }
  form .onSubitem + .onSubitem {
    margin-top: 5px; }
  form .onSubitem .name {
    display: inline-block;
    width: 30%; }
  form .onSubitem .inpSelect {
    width: 70%; }
  form .inpSelect {
    width: 100%; }
  form .datepicker,
  form .select,
  form .label {
    width: 100%;
    display: block; }
  form .select {
    position: absolute;
    top: 0;
    opacity: 0;
    border: 0 none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    background: #ffffff; }
  form .label {
    position: relative;
    padding: 5px 10px;
    cursor: pointer; }
  form .open .label::after {
    content: "▲"; }
  form .label::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    border-left: 5px solid #ffffff; }
  form textarea,
  form input[type="text"],
  form input[type="number"] {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    background: #ffffff;
    color: #000000; }
  form input[type="text"]:focus {
    border-color: #E4026A;
    box-shadow: 0 0 8px 0 #000000; }
  form .inpSelect {
    /*
overflow: hidden;
*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1; }
    form .inpSelect select {
      background-color: #ffffff;
      outline: none;
   /*   -webkit-appearance: none; */
      -moz-appearance: none;
      appearance: none;
      position: relative;
      z-index: 2;
      display: block;
      margin: 0;
      padding: 10px 35px 10px 10px;
      background: transparent;
      line-height: 1.5;
      box-sizing: border-box;
      border: 1px solid #ccc;
      background-color: #ffffff;
      width: 100%;
      border-radius: 4px; }
      form .inpSelect select option {
        margin-bottom: 1px; }
    form .inpSelect:before {
      content: '';
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-top: 8px solid #000000;
      position: absolute;
      z-index: 99;
      top: 50%;
      right: 12px;
      margin-top: -5px; }
  form .inpRadio input[type=radio] {
    display: none; }
  form .inpRadio + .inpRadio:not(.elem) {
    margin-top: 15px; }
  form .inpRadio .radioLabel {
    position: relative;
    border: 1px solid #EAEAEA;
    background: rgba(234, 234, 234, 0.5);
    padding: 10px 10px 10px 35px;
    display: block;
    border-radius: 3px; }
    form .inpRadio .radioLabel:after, form .inpRadio .radioLabel:before {
      position: absolute;
      content: "";
      display: block;
      top: 50%; }
    form .inpRadio .radioLabel:after {
      left: 8px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 1px solid #CCCCCC;
      border-radius: 50%;
      background: #ffffff; }
    form .inpRadio .radioLabel:before {
      left: 13px;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      background: #E4026A;
      border-radius: 50%;
      opacity: 0;
      z-index: 2; }
  form .inpRadio input[type=radio]:checked + .radioLabel:before {
    opacity: 1; }
  form .inpRadio .radioLabel:hover:after {
    border-color: #E4026A; }
  form .inputWithIcon input[type="text"] {
    padding-left: 40px; }
  form .inputWithIcon {
    position: relative; }
  form .inputWithIcon i {
    position: absolute;
    left: 10px;
    top: 50%;
    padding: 0;
    color: #000000;
    transition: 0.3s;
    transform: translateY(-50%);
    font-size: 1.8rem; }
  form .inputWithIcon input[type="text"]:focus + i:before {
    color: #E4026A; }
  form .inputWithIcon.inputIconBg i {
    color: #ffffff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px; }
  form .inputWithIcon.inputIconBg input[type="text"]:focus + i {
    color: #ffffff;
    background-color: #E4026A; }
  form .submitBtn01 {
    border-radius: 2px;
    background: #4C4C4C;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    border: none;
    width: 100%;
    display: block;
    padding: 8px 10px;
    margin: 20px auto;
    min-width: 150px; }
    form .submitBtn01:hover {
      background: #eee;
      color: #4C4C4C; }

.searchArea .l-gridWrap {
  margin-top: 20px; }
.searchArea .col02 .elem {
  margin-top: 20px; }

.btnBox {
  width: 100%;
  display: block;
  margin-top: 40px; }
  .btnBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .btnBox ul {
        width: 100%; } }
    .btnBox ul li {
      width: 48%;
      text-align: center; }
      .btnBox ul li:not(:nth-of-type(2n)) {
        margin-right: 2%; }
      .btnBox ul li.back a {
        background: #EAEAEA;
        border: 1px solid #CCCCCC; }
        .btnBox ul li.back a::after {
          right: auto;
          left: 15px;
          transform: translateY(-50%) rotate(-135deg); }
        .btnBox ul li.back a:hover {
          transition: all 0.4s;
          background: #CCCCCC;
          color: #ffffff;
          border: 1px solid #CCCCCC; }
          .btnBox ul li.back a:hover::after {
            transition: all 0.4s;
            border-top-color: #ffffff;
            border-right-color: #ffffff; }
      .btnBox ul li.next a {
        background: #E4026A;
        color: #ffffff;
        border: 1px solid #E4026A; }
        .btnBox ul li.next a:hover {
          transition: all 0.4s;
          background: #ffffff;
          color: #E4026A;
          border: 1px solid #E4026A; }
          .btnBox ul li.next a:hover::after {
            transition: all 0.4s;
            border-top-color: #E4026A;
            border-right-color: #E4026A; }


/*  SNS
----------------------------------------------------------------------------*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* トップページアワード小さいほう　*/
	.top-awards-s {
		text-align: center;
	}


	.top-awards-s img {
		width: 8%;}
		@media screen and (max-width: 768px) {
	.top-awards-s img {
	width: 16%;} }

/* 写真下キャプション*/

.caption-left {
	color: #000000;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	/* font-size: 14px; */
	font-size: 1.3rem;
	float: left;
}

.caption-right {
	color: #000000;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	line-height: 1.2;
	/* font-size: 14px; */
	font-size: 1.3rem;
	text-align: right;
}

.caption-tohokubokujo {
	color: #000000;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	line-height: 1.0;
	/* font-size: 14px; */
	font-size: 1.1rem;
	text-align: center;
	padding-left: 30%;
}



/* cookie alert cookie-consent-bar-grt*/



.grt-cookie {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding: 20px;
	background:#CCC;
	color:#333;
	width: 90%;
    text-align: center;
    margin: 0 5%;
    border-radius: 5px 5px 0 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	z-index:99999;
	/*cursor: pointer;*/
}

.grt-cookie-active {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
}

.grt-cookie p {
	font-size: 14px;
	margin: 0;
	padding:0;
	color:#333;
	font-weight: normal;
}

.grt-cookie p a {
	color:#333;
	text-decoration: underline;
	font-size: 14px;
	margin: 0;
	padding:0;
}

.grt-cookie-button {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 18px;
	margin-left:12px;
	background: #E4026A;
	color: #FFF;
	text-transform: capitalize;
	white-space: nowrap;
}

@media (max-width:767px) {

	.grt-cookie {
		flex-direction: column;
		padding: 15px;
	}

	.grt-cookie p, .grt-cookie p a {
		font-size:13px;
	}

	.grt-cookie-button {
		font-size:13px;
		padding: 3px 14px;
		margin:8px 0 0 0;
	}

}




/* 世界の旅人の気まぐれ料理　*/



	.world-dining-subtitle {
		text-align: left;
		padding: 60px 0 0 20px;
		color: #5f3819;
		font-size: 2.8rem;
		line-height: normal;}
		@media screen and (max-width: 480px) {
		.world-dining-subtitle {
		padding: 10px 0 0 0;
		margin: 0 auto;
		font-size: 1.7rem; 
		text-align: center;
		line-height: normal;} }

		.flag {
			float: left;
			padding: 3px 10px 0 0;
		}

		.menu-title {
			font-weight: 900;
			font-size: 1.6rem;
			color: #5f3819;
		}

		.menu-sub {
			font-weight: 500;
			font-size: 1.5rem;
			color: #5f3819;
		}

		.menu-desc {
			clear: both;
			padding-top: 10px;
			color: #5f3819;}
			@media screen and (max-width: 480px) {
		.menu-desc {
		line-height: 1.7rem;} }

		.menu-price {
			font-weight: 900;
			color: #5f3819;
			padding: 10px 0 0 20px;
			margin: 0 auto;
			font-size: 1.9rem; }
			@media screen and (max-width: 480px) {
			.menu-price {
			font-size: 1.7rem; } }


		.menu-tax {
			font-weight: 900;
			color: #5f3819;
			font-size: 1.4rem; 
			padding: 0 0 0 5px;}
			@media screen and (max-width: 480px) {
			.menu-tax {
			font-size: 1.3rem; } }


	.guest-title{
	  color: #5f3819;
	  font-size: 1.5rem;  
		}
	.guest-voice {
	  margin: 0;
	}
	.guest-voice p {
	  font-size: 1.4rem;
	  display: inline-block;
	  position: relative; 
	  margin: 50px 10px 0 0;
	  padding: 8px;
	  max-width: 45%;
	  border-radius: 12px;
	  background: #bfdca2;
	  float:left;
	}

	.guest-voice p:after {
	  content: "";
	  position: absolute;
	  top: 10px; 
	  right: -19px;
	  border: 8px solid transparent;
	  border-left: 18px solid #bfdca2;
	  -webkit-transform: rotate(-35deg);
	  transform: rotate(-35deg);
	}
	
	.guest-photo {
		float:left;
		width: 50%;
	}

/* 14週間自主待機　*/
body.other.-reservationPage.-groupreservation .l2-gridWrap.lead p {
    font-size: 1.4rem;
	margin: 10px 0 20px;

}

#camp14 {
	
}

#camp14 .cont_wap {
	background-color: #FCE1E2;
	padding: 10px;
	margin: 0 0 30px 0;
}
#camp14 .cont_wap h3 {
    background-color: #fce1e2;
    padding: 10px;
    margin: 10px;
    font-size: 1.6em;
    border-bottom: #fff solid;
}
#camp14 .cont_wap .price_box {
	display: table;
    margin: 0 0 2% 0;
	width: 100%;
}
#camp14 .cont_wap .price_box dl {
	text-align: center;
    display: table-cell;
    width: 30%;
	line-height: 2.5em;
}
#camp14 .cont_wap .price_box dl dt {
	background-color: #FF4F00;
    color: #FFFFFF;
    border: 1px solid;

}
#camp14 .cont_wap .price_box dl dd {
	background-color: #FFFFFF;
    color: #000000;
	height: 60px;
    line-height: 1.7em;
	padding: 15px 0 0 0;
	border: 1px #ff4f00 solid;
}
#camp14 .cont_wap .price_box dl dd.text_hight {
	padding: 0px ;
}

#camp14 .cont_wap .imgbox {
	width: 50%;
	float: left;
	margin: 15px 20px 15px 10px;
}
#camp14 .cont_wap .imgbox p {

}
#camp14 .cont_wap .imgbox ul {
	display: table;

}
#camp14 .cont_wap .imgbox ul li {
	/*width: 28%;*/
	display: table-cell;
	border: #FCE1E2 2px solid;

}
#camp14 .cont_wap .textbox {
	width: 100%;
}
.cap_text {
    margin: 20px 0 0 0;
}
.inqbox {
	display: grid;
    grid-template-columns: repeat(3,1fr);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;

}
.inqbox a {
	color: #FFFFFF;

}
.inqbox a:hover {
  color: #FFFFFF;
  opacity:0.8;

}


.inqbox .mailbox {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px;
    padding: 6% 0 0 0;
	border-radius: 10px;
	border: #FFD9AF 5px solid;
	background: linear-gradient(#e4026a 0%, #d60063 80%);
	
}
.inqbox .telbox {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
	border: #FFD9AF 5px solid;
	background: linear-gradient(#e4026a 0%, #d60063 80%);
}
.inqbox2 {
	display: grid;
    grid-template-columns: repeat(2,1fr);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;

}
.inqbox2 a {
	color: #FFFFFF;

}
.inqbox2 a:hover {
  color: #FFFFFF;
  opacity:0.8;

}


.inqbox2 .mailbox {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px;
    padding: 6% 0;
	border-radius: 10px;
	border: #FFD9AF 5px solid;
	background: linear-gradient(#e4026a 0%, #d60063 80%);
	
}
.inqbox2 .telbox {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px;
    padding: 6% 0;
    border-radius: 10px;
	border: #FFD9AF 5px solid;
	background: linear-gradient(#e4026a 0%, #d60063 80%);
}

@media (max-width:767px) {

	#camp14 .cont_wap .imgbox {
	background-color: #fff;
	width: 100%;
	margin: 0 0 0 0;
}
	#camp14 .cont_wap .textbox {
	width: 100%;
	margin: 0 0 20px 0;
}

}
/*キャンペーン14　フッター追従　POPUP*/
h2.camp14tit{
	padding: 10px;
	border-bottom: 2px solid #e4026a;
	
}

.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:5px 0 5px 0;
  text-align:center;
  background: linear-gradient(#e4026a 0%, #d60063 80%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  /*background: #e4026a;*/ /* 背景色*/
  font-size:1.3em; /*テキストの大きさ*/
  color:#000000; /*  文字色*/
  /*border-top:2px solid #ffffff;*/ /*ボタン上部の縁取りの色*/
}
.footer_fix_btn a {
  color: #FFFFFF;
  display:block;
  width:100%;
  text-decoration:none;
}
.footer_fix_btn a span {
  font-size: 1.5em;
  font-weight: bold;
}
.footer_fix_btn a:hover {
  color: #FFFFFF;
  opacity:0.8;
}
/*グリッドデザイン*/
.grid_wap {
	display:grid;
    grid-template-columns: repeat(2,1fr);
	margin: 10px 0 20px 0;
}
.grid_wap dl {
	background: #ececec;
	margin: 10px;
	padding: 10px;
	
}
.grid_wap dl dt {
	text-align: center;
    font-weight: bold;
	
}
.grid_wap dl dd {
	
}


@media (max-width:767px) {

.grid_wap {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: 10px 0 10px 0;
}
	
#camp14 .cont_wap .price_box dl dd.text_hight {
	line-height: 1.6em;
    font-size: 0.8em;
	padding: 0;
}
.inqbox {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.inqbox .telbox {
    font-size: 0.78em;
}
.inqbox .mailbox {
	font-size: 0.85em;
	padding: 6% 0 6% 0;
}
.inqbox2 {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.inqbox2 .telbox {
    font-size: 0.78em;
}
.inqbox2 .mailbox {
	font-size: 0.85em;
	padding: 6% 0 6% 0;
}
}

/*goto キャンペーン*/
.midle_text {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;


}
.goto_box {
	display: grid;
    grid-template-columns: repeat(2,1fr);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;

}

.goto_box a {
	color: #FFFFFF;

}
.goto_box a:hover {
  color: #FFFFFF;
  opacity:0.8;

}


.goto_box .mailbox {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px;
    padding: 6% 0 0 0;
	border-radius: 10px;
	border: #FFD9AF 5px solid;
	background: linear-gradient(#e4026a 0%, #d60063 80%);
	
}
.goto_box .telbox {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    border: #bef2ff 5px solid;
    background: linear-gradient(#009ae9 0%, #00b5e9 80%);
}

/**/



/**/

@media (max-width:767px) {


.goto_box {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.goto_box .telbox {
    font-size: 0.78em;
}
.goto_box .mailbox {
	font-size: 0.85em;
	padding: 6% 0 6% 0;
}
}

/**/
.goto_box2 {
	margin: 20px 0 0 0;
	display: grid;
    grid-template-columns: repeat(1,1fr);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;

}

.goto_box2 a {
	color: #FFFFFF;

}
.goto_box2 a:hover {
  color: #FFFFFF;
  opacity:0.8;

}

.goto_box2 p.goto_btm {
	color: #FFFFFF;
	background: #ececec;
    margin: 10px 0 0 0;
    padding: 15px;
    border-radius: 10px;
    border: #bef2ff 5px solid;
    background: linear-gradient(#009ae9 0%, #00b5e9 80%);
}
/*グリッドデザイン*/
.grid_wap2 {
	display:grid;
    grid-template-columns: repeat(2,1fr);
	margin: 10px 0 20px 0;
}
.grid_wap2 p {
	background: #ececec;
	margin: 10px;
	padding: 10px;
	
}
.grid_wap2 p.r {
	text-align: center;
    font-weight: bold;
	
}
.grid_wap2 dl dd {
	
}
/*リモートワーク　専用フォームページ*/
dl.tere_atend {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    padding: 10px;
    background-color: #fffdc6;
    margin: 0 5px 25px 5px;
}
dl.tere_atend dt {
    font-weight: bold;
    font-size: 1.1em;
}
dl.tere_atend dd {
	margin: 0 0 0 20px;
	
}
dl.tere_atend2 {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    background-color: #fffdc6;
    margin: 0 5px 25px;
}
dl.tere_atend2 dt {
    font-weight: bold;
    font-size: 1.1em;
}
dl.tere_atend2 dd {
	margin: 0 0 0 20px;
	
}


@media (max-width:767px) {

.grid_wap {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: 10px 0 10px 0;
}
h2.camp14tit {
    line-height: 1.3;
	font-size: 1.3em;
}
/*リモートワーク　専用フォームページ sp*/
dl.tere_atend {
    vertical-align: top;
    padding: 10px;
	width: 100%;
}
dl.tere_atend dt {
    font-weight: bold;
    font-size: 1.1em;
}
dl.tere_atend dd {
	margin: 0 0 0 20px;
	
}
}
	
span.goto_tit {
	font-weight: bold;
	font-size: 1.4em;
	color: #FF3700;
		
}
/*notes*/

#notes_box ul {
	
}
#notes_box ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin: 10px;
    background-color: #c4fffc;
    padding: 10px 10px 10px 30px;

}
/*リンクカラー*/
a.linkbtm {
    color: #e4026a;
}

/*margin*/
.mg_b20px {
	margin: 0 0 20px 0;
}
.mg_b30px {
	margin: 0 0 30px 0;
}
.mg_b40px {
	margin: 0 0 40px 0;
}



