@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Base
 */
button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

button,
input[type="text"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder {
  opacity: 1;
}

input[type="text"]::placeholder {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1280px;
  color: #2f2725;
  font-family: 'Open Sans', 'Zen Kaku Gothic Antique', 'arial', 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", 'Noto Sans JP', "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    line-height: 2;
    font-size: 1.4rem;
  }
}

body.pg-en {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  body.pg-en {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}

body.scroll_off {
  overflow: hidden;
}

body.pg-hotel-top .c-hotel-loading {
  opacity: 1;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #204D97;
  background: -webkit-gradient(linear, left bottom, left top, from(#204D97), to(#122a5e));
  background: linear-gradient(0deg, #204D97 0%, #122a5e 100%);
  -webkit-animation: hotelLoading 1.8s 1.8s forwards;
  animation: hotelLoading 1.8s 1.8s forwards;
}

body.pg-hotel-top .c-hotel-loading .loadingInner {
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}

@media screen and (max-width: 767px) {
  body.pg-hotel-top .c-hotel-loading .loadingInner {
    height: calc( 100vh - 93px);
  }
}

body.pg-hotel-top .c-hotel-loading .loadingInner .title {
  width: 98px;
}

body.pg-hotel-top .c-hotel-loading .loadingInner .bgItemWrapper {
  opacity: 0.05;
}

body.pg-hotel-top .c-hotel-loading .loadingInner .c-hotel-bgItem {
  right: -142px;
  bottom: 118px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

body.pg-hotel-top .c-hotel-loading .loadingInner .c-hotel-bgItem2 {
  top: -310px;
  left: -96px;
}

body.pg-hotel-top .c-hotel-loading.is_close {
  display: none;
}

a {
  color: #2f2725;
  text-decoration: none;
}

/**
* Header
*/
.l-hotel_header__over {
  opacity: 0;
  display: block;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header__over.is-active {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
  }
}

.l-hotel_header {
  position: relative;
  width: 100%;
  height: 72px;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header {
    height: 64px;
  }
}

.l-hotel_header .headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-hotel_header .logoArea {
  opacity: 0;
  margin: 12px 24px;
  width: 48px;
  height: 48px;
  visibility: hidden;
}

.l-hotel_header .logoArea a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-hotel_header .logoArea a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .logoArea {
    margin: 8px 10px;
  }
}

.l-hotel_header .menuBtn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuBtn {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    background-color: #204D97;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .l-hotel_header .menuBtn .item {
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .l-hotel_header .menuBtn .item--left {
    left: 26px;
  }
  .l-hotel_header .menuBtn .item--middle {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .l-hotel_header .menuBtn .item--right {
    right: 26px;
  }
}

.l-hotel_header .menuContents {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.l-hotel_header .menuContents .contentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .contentsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
  }
}

.l-hotel_header .menuContents .hotel-accordion__tb > a::after {
  content: "+";
  margin-left: 5px;
  font-family: 'Open Sans', 'Zen Kaku Gothic Antique', 'arial', 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .hotel-accordion__tb > a {
    pointer-events: none;
  }
  .l-hotel_header .menuContents .hotel-accordion__tb > a::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .hotel-accordion__tb {
    position: relative;
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn {
    position: absolute;
    top: 1.35em;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: #EEEEEE;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn .item {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn .item--vertical {
    top: 75%;
    left: 25%;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn .item--horizontal {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn.is-active {
    background-color: #204D97;
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn.is-active .item {
    background-color: #FFFFFF;
  }
  .l-hotel_header .menuContents .hotel-accordion__tb .hotel-accordionBtn.is-active .item--vertical {
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(0) translateX(-50%);
    transform: rotate(0) translateX(-50%);
  }
}

.l-hotel_header .menuContents .naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .naviList {
    padding: 0;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none;
  }
}

.l-hotel_header .menuContents .naviList .listItem {
  position: relative;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .naviList .listItem {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .listItem,
  .l-hotel_header .menuContents .language {
    width: 100%;
  }
}

.l-hotel_header .menuContents .listItem > a,
.l-hotel_header .menuContents .listItem .language_btn,
.l-hotel_header .menuContents .listItem .hotel-accordion__tb > a,
.l-hotel_header .menuContents .language > a,
.l-hotel_header .menuContents .language .language_btn,
.l-hotel_header .menuContents .language .hotel-accordion__tb > a {
  position: relative;
  padding: 26.5px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(47, 39, 37, 0.65);
}

.l-hotel_header .menuContents .listItem > a::before,
.l-hotel_header .menuContents .listItem .language_btn::before,
.l-hotel_header .menuContents .listItem .hotel-accordion__tb > a::before,
.l-hotel_header .menuContents .language > a::before,
.l-hotel_header .menuContents .language .language_btn::before,
.l-hotel_header .menuContents .language .hotel-accordion__tb > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .listItem > a,
  .l-hotel_header .menuContents .listItem .language_btn,
  .l-hotel_header .menuContents .listItem .hotel-accordion__tb > a,
  .l-hotel_header .menuContents .language > a,
  .l-hotel_header .menuContents .language .language_btn,
  .l-hotel_header .menuContents .language .hotel-accordion__tb > a {
    display: block;
    padding: 17px 0;
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    color: #2f2725;
    text-shadow: none;
  }
  .l-hotel_header .menuContents .listItem > a::after,
  .l-hotel_header .menuContents .listItem .language_btn::after,
  .l-hotel_header .menuContents .listItem .hotel-accordion__tb > a::after,
  .l-hotel_header .menuContents .language > a::after,
  .l-hotel_header .menuContents .language .language_btn::after,
  .l-hotel_header .menuContents .language .hotel-accordion__tb > a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 5px;
    top: 50%;
    right: 0;
    background-image: url(/assets/images/common/com_hotel_btn_ar.png);
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.l-hotel_header .menuContents .listItem:hover > a::before,
.l-hotel_header .menuContents .listItem:hover .language_btn::before,
.l-hotel_header .menuContents .listItem:hover .hotel-accordion__tb > a::before,
.l-hotel_header .menuContents .language:hover > a::before,
.l-hotel_header .menuContents .language:hover .language_btn::before,
.l-hotel_header .menuContents .language:hover .hotel-accordion__tb > a::before {
  content: "";
  visibility: visible;
  opacity: 1;
}

.l-hotel_header .menuContents .listItem > a.is-current::before,
.l-hotel_header .menuContents .listItem .hotel-accordion__tb > a.is-current::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 15px;
  border: double 1px #fff;
  border-left: none;
  border-right: none;
  visibility: visible;
  opacity: 1;
}

.l-hotel_header .menuContents .subNaviList {
  position: absolute;
  display: none;
  padding: 20px;
  width: 260px;
  top: 47px;
  left: 50%;
  border-top: solid 2px #204D97;
  background-color: #EEEEEE;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .subNaviList {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.l-hotel_header .menuContents .subNaviList li {
  font-family: "fot-tsukuardgothic-std", 'Noto Sans JP', "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.l-hotel_header .menuContents .subNaviList li a {
  position: relative;
  display: block;
  padding: 16px 40px 16px 0;
  line-height: 1.4;
  border-bottom: solid 2px rgba(47, 39, 37, 0.2);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-hotel_header .menuContents .subNaviList li a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 5px;
  top: 50%;
  right: 0;
  background-image: url(/assets/images/common/com_hotel_btn_ar.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-hotel_header .menuContents .subNaviList li a:hover {
  color: #204D97;
}

.l-hotel_header .menuContents .subNaviList li a:hover::after {
  background-image: url(/assets/images/common/com_hotel_ar01_b.png);
}

.l-hotel_header .menuContents .subNaviList li:last-of-type a {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .subNaviList {
    position: static;
    padding: 0 20px;
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.l-hotel_header .menuContents .language {
  position: relative;
  padding: 0 43px 0 40px;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .language {
    position: absolute;
    top: calc(100% - 20px);
    padding: 0 0 80px 0;
    width: calc(100% - 40px);
  }
}

.l-hotel_header .menuContents .language .language_btn {
  display: inline;
  cursor: pointer;
}

.l-hotel_header .menuContents .language .language_btn span {
  position: relative;
  padding: 26.5px 0 26.5px 20px;
}

.l-hotel_header .menuContents .language .language_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(/assets/images/common/com_hotel_icon_language_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-hotel_header .menuContents .language .subNaviList {
  display: none;
  padding: 24px 40px;
  width: 220px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .language .subNaviList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px;
    width: calc(100% - 40px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: none;
    border-bottom: solid 1px #EEEEEE;
  }
}

.l-hotel_header .menuContents .language .subNaviList li {
  display: inline-block;
  margin-right: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-hotel_header .menuContents .language .subNaviList li:last-of-type {
  margin-right: 0;
}

.l-hotel_header .menuContents .language .subNaviList li a {
  padding: 4px;
  width: 98px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #EEEEEE;
  border-radius: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-hotel_header .menuContents .language .subNaviList li a::after {
  display: none;
}

.l-hotel_header .menuContents .language .subNaviList li a:hover, .l-hotel_header .menuContents .language .subNaviList li a.is-current {
  background-color: #EEEEEE;
  opacity: 1;
}

.l-hotel_header .menuContents .bgBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-hotel_header .menuContents .bgBtnArea .contact a,
.l-hotel_header .menuContents .bgBtnArea .reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 72px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-hotel_header .menuContents .bgBtnArea .contact a {
  background-color: #EEEEEE;
}

.l-hotel_header .menuContents .bgBtnArea .contact a:hover {
  background-color: #ccc;
}

.l-hotel_header .menuContents .bgBtnArea .reserve a {
  background-color: #204D97;
  color: #FFFFFF;
}

.l-hotel_header .menuContents .bgBtnArea .reserve a:hover {
  color: #204D97;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .l-hotel_header .menuContents .bgBtnArea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    width: calc(100% - 40px);
    border-bottom: solid 1px #EEEEEE;
    margin-left: -15px;
  }
  .l-hotel_header .menuContents .bgBtnArea .contact,
  .l-hotel_header .menuContents .bgBtnArea .reserve {
    margin-left: 15px;
  }
  .l-hotel_header .menuContents .bgBtnArea .contact a,
  .l-hotel_header .menuContents .bgBtnArea .reserve a {
    width: 160px;
    height: 64px;
  }
}

.l-hotel_header.is-fixed {
  background-color: #fff;
}

.l-hotel_header.is-fixed .logoArea {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .l-hotel_header.is-fixed .menuContents {
    font-family: 'Open Sans', 'Zen Kaku Gothic Antique', 'arial', 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .l-hotel_header.is-fixed .naviList {
    border-right: solid 1px #2f2725;
  }
  .l-hotel_header.is-fixed .listItem > a,
  .l-hotel_header.is-fixed .listItem .language_btn,
  .l-hotel_header.is-fixed .listItem .hotel-accordion__tb > a,
  .l-hotel_header.is-fixed .language > a,
  .l-hotel_header.is-fixed .language .language_btn,
  .l-hotel_header.is-fixed .language .hotel-accordion__tb > a {
    color: #2f2725;
    text-shadow: none;
  }
  .l-hotel_header.is-fixed .listItem > a::before,
  .l-hotel_header.is-fixed .listItem .language_btn::before,
  .l-hotel_header.is-fixed .listItem .hotel-accordion__tb > a::before,
  .l-hotel_header.is-fixed .language > a::before,
  .l-hotel_header.is-fixed .language .language_btn::before,
  .l-hotel_header.is-fixed .language .hotel-accordion__tb > a::before {
    border: double 1px #204D97;
    border-left: none;
    border-right: none;
  }
  .l-hotel_header.is-fixed .listItem:hover > a,
  .l-hotel_header.is-fixed .listItem:hover .language_btn,
  .l-hotel_header.is-fixed .listItem:hover .hotel-accordion__tb > a,
  .l-hotel_header.is-fixed .language:hover > a,
  .l-hotel_header.is-fixed .language:hover .language_btn,
  .l-hotel_header.is-fixed .language:hover .hotel-accordion__tb > a {
    color: #204D97;
  }
  .l-hotel_header.is-fixed .listItem > a.is-current,
  .l-hotel_header.is-fixed .listItem .hotel-accordion__tb > a.is-current {
    color: #204D97;
  }
  .l-hotel_header.is-fixed .listItem > a.is-current::before,
  .l-hotel_header.is-fixed .listItem .hotel-accordion__tb > a.is-current::before {
    border: double 1px #204D97;
    border-left: none;
    border-right: none;
  }
  .l-hotel_header.is-fixed .language .language_btn span::before {
    background-image: url(/assets/images/common/com_hotel_icon_language.png);
  }
  .l-hotel_header.is-fixed .language:hover .language_btn span::before {
    background-image: url(/assets/images/common/com_hotel_icon_language_blue.png) !important;
  }
}

@media screen and (max-width: 1024px) {
  .l-hotel_header.is-active {
    height: 100vh;
    overflow: auto;
  }
  .l-hotel_header.is-active .logoArea {
    visibility: visible;
    opacity: 1;
  }
  .l-hotel_header.is-active .menuBtn {
    background-color: #FFFFFF;
  }
  .l-hotel_header.is-active .menuBtn .item {
    margin-top: -10px;
    top: 50%;
    left: 50%;
    background-color: #204D97;
  }
  .l-hotel_header.is-active .menuBtn .item--left {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .l-hotel_header.is-active .menuBtn .item--middle {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-hotel_header.is-active .menuBtn .item--right {
    display: none;
  }
  .l-hotel_header.is-active .menuContents {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

/*========= 上部固定させるためのCSS ===============*/
#l-hotel_header {
  position: fixed;
  /*fixedを設定して固定*/
  width: 100%;
  z-index: 999;
}

/*　上に上がる動き　*/
#l-hotel_header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/
#l-hotel_header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

/**
 * Footer
 */
.l-footer {
  position: relative;
  display: block;
  padding: 0;
  background-color: #2f2725;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
}

.l-footer a {
  color: #fff;
}

.l-footer .pageTopBtn {
  position: absolute;
  top: -29px;
  left: 50%;
  display: block;
  width: 104px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .l-footer .pageTopBtn {
    top: -20px;
    width: 70px;
  }
}

.l-footer .pageTopBtn a {
  position: relative;
  display: block;
}

.l-footer .pageTopBtn a img {
  width: 100%;
  height: auto;
}

.l-footer .pageTopBtn a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  display: block;
  width: 18px;
  height: 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("/assets/images/common/com_pagetop.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .l-footer .pageTopBtn a::before {
    top: 10px;
    width: 12px;
    height: 6px;
  }
}

.l-footer .pageTopBtn a:hover::before {
  opacity: 0.5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-footer .footerContetns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer .footerContetns .logoList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
  padding-bottom: 54px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: 30px;
    padding: 0 0 20px;
  }
}

.l-footer .footerContetns .logoList::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7D7876;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList::after {
    left: 25px;
  }
}

.l-footer .footerContetns .logoList li {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li {
    margin-left: 25px;
    margin-bottom: 20px;
  }
}

.l-footer .footerContetns .logoList li.is-amblekyoto img {
  width: 162px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li.is-amblekyoto img {
    width: calc( 162px * 0.8);
  }
}

.l-footer .footerContetns .logoList li.is-tamao img {
  width: 106px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li.is-tamao img {
    width: calc( 106px * 0.8);
  }
}

.l-footer .footerContetns .logoList li.is-hotori img {
  width: 68px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li.is-hotori img {
    width: calc( 68px * 0.8);
  }
}

.l-footer .footerContetns .logoList li.is-valor img {
  width: 94px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li.is-valor img {
    width: calc( 94px * 0.8);
  }
}

.l-footer .footerContetns .logoList li.is-akezu img {
  width: 229px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li.is-akezu img {
    width: calc( 229px * 0.8);
  }
}

.l-footer .footerContetns .logoList li.is-ten_en img {
  width: 165px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .logoList li.is-ten_en img {
    width: calc( 165px * 0.8);
  }
}

.l-footer .footerContetns .logoList li img {
  height: auto;
}

.l-footer .footerContetns .logoList li a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-footer .footerContetns .logoList li a:hover {
  opacity: 0.5;
}

.l-footer .footerContetns .addressArea {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .addressArea {
    margin-bottom: 30px;
    width: auto;
  }
}

.l-footer .footerContetns .addressArea address {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-family: 'Open Sans', 'arial', 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .addressArea address {
    line-height: 1.4;
    font-size: 1.1rem;
  }
}

.l-footer .footerContetns .addressArea address:last-child {
  margin-bottom: 0;
}

.l-footer .footerContetns .naviArea {
  display: block;
  width: 46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .naviArea {
    padding: 0;
    width: auto;
  }
}

.l-footer .footerContetns .naviArea .c-naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Open Sans', 'arial', 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.l-footer .footerContetns .naviArea .c-naviList .listItem a {
  line-height: 1;
}

.l-footer .footerContetns .naviArea .c-naviList--footer {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .naviArea .c-naviList--footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.l-footer .footerContetns .naviArea .c-naviList--footer .listItem {
  display: block;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .naviArea .c-naviList--footer .listItem {
    margin: 0 12px 16px;
  }
}

.l-footer .footerContetns .naviArea .c-naviList--footer .listItem:first-child {
  margin-left: 0;
}

.l-footer .footerContetns .naviArea .c-naviList--footer .listItem a {
  display: block;
  font-size: 1.8rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .naviArea .c-naviList--footer .listItem a {
    font-size: 1.2rem;
  }
}

.l-footer .footerContetns .naviArea .c-naviList--footer .listItem a:hover {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-footer .footerContetns .naviArea .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .naviArea .snsList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footer .footerContetns .naviArea .snsList .listItem {
  display: block;
  margin-left: 16px;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerContetns .naviArea .snsList .listItem {
    margin-left: 12px;
  }
}

.l-footer .footerContetns .naviArea .snsList .listItem:first-child {
  margin-left: 0;
}

.l-footer .footerContetns .naviArea .snsList .listItem a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-footer .footerContetns .naviArea .snsList .listItem a img {
  width: 100%;
  height: auto;
}

.l-footer .footerContetns .naviArea .snsList .listItem a:hover {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-footer .copyright {
  display: block;
  padding-top: 80px;
  font-family: 'Open Sans', 'arial', 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-footer .copyright {
    padding-top: 26px;
    font-size: 1rem;
    text-align: center;
  }
}

.l-footer .footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer .footerLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer .footerLink .accessArea,
.l-footer .footerLink .contactArea {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .l-footer .footerLink .accessArea,
  .l-footer .footerLink .contactArea {
    width: 100%;
  }
}

.l-footer .footerLink .accessArea a,
.l-footer .footerLink .contactArea a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer .footerLink .accessArea a::before,
.l-footer .footerLink .contactArea a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer .footerLink .accessArea a::after,
.l-footer .footerLink .contactArea a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 39, 37, 0.3);
}

.l-footer .footerLink .accessArea a:hover,
.l-footer .footerLink .contactArea a:hover {
  opacity: 0.7;
}

.l-footer .footerLink .accessArea a:hover::before,
.l-footer .footerLink .contactArea a:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-footer .footerLink .accessArea .innerBlock,
.l-footer .footerLink .contactArea .innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 142px 0;
}

.l-footer .footerLink .accessArea .innerBlock .title,
.l-footer .footerLink .contactArea .innerBlock .title {
  position: relative;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  z-index: 1;
}

.l-footer .footerLink .accessArea .innerBlock .title::after,
.l-footer .footerLink .contactArea .innerBlock .title::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 5px;
  top: 50%;
  right: -64px;
  background-image: url(/assets/images/common/com_hotel_btn_ar_w.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l-footer .footerLink .accessArea .innerBlock,
  .l-footer .footerLink .contactArea .innerBlock {
    padding: 67px 0;
  }
  .l-footer .footerLink .accessArea .innerBlock .title,
  .l-footer .footerLink .contactArea .innerBlock .title {
    font-size: 2.2rem;
  }
  .l-footer .footerLink .accessArea .innerBlock .title::after,
  .l-footer .footerLink .contactArea .innerBlock .title::after {
    right: -54px;
  }
}

.l-footer .footerLink .accessArea a::before {
  background-image: url(/assets/images/common/com_hotel_footer_access.jpg);
}

.l-footer .footerLink .contactArea {
  margin-left: 1px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerLink .contactArea {
    margin: 1px 0 0;
  }
}

.l-footer .footerLink .contactArea a::before {
  background-image: url(/assets/images/common/com_hotel_footer_contact.jpg);
}

.l-footer .footerSNS {
  padding: 73px 0 71px;
  background-image: url(/assets/images/common/com_hotel_footer_twitter_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS {
    padding: 100px 20px;
  }
}

.l-footer .footerSNS .footerSNSInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 800px;
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS .footerSNSInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
}

.l-footer .footerSNS .linkList li {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS .linkList li .c-hotel-child-btn03 {
    width: 100%;
  }
}

.l-footer .footerSNS .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2f2725;
}

.l-footer .footerSNS .textArea .title {
  margin-bottom: 40px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS .textArea .title {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}

.l-footer .footerSNS .textArea .c-hotel-child-btn03 a {
  color: #2f2725;
}

.l-footer .footerSNS .textArea .c-hotel-child-btn03 a:hover {
  color: #204D97;
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS .textArea .c-hotel-child-btn03 {
    width: 82%;
  }
  .l-footer .footerSNS .textArea .c-hotel-child-btn03 a {
    padding: 0 40px 0 0;
  }
  .l-footer .footerSNS .textArea .c-hotel-child-btn03 a::before {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS .textArea {
    width: 100%;
  }
}

.l-footer .footerSNS .twitterArea {
  margin-left: 100px;
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 767px) {
  .l-footer .footerSNS .twitterArea {
    margin: 60px 0 0;
    width: 100%;
  }
}

.l-footer .footerMenu {
  padding: 46px 0 40px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .l-footer .footerMenu {
    padding: 26px 20px 40px;
  }
}

.l-footer .footerMenu .footerMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer .footerMenu .footerMenuList li {
  margin: 0 25px;
}

.l-footer .footerMenu .footerMenuList li a {
  color: #2f2725;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: double transparent;
}

.l-footer .footerMenu .footerMenuList li a:hover {
  color: #204D97;
  border-bottom: double #204D97;
}

@media screen and (max-width: 767px) {
  .l-footer .footerMenu .footerMenuList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer .footerMenu .footerMenuList li {
    margin: 0;
  }
  .l-footer .footerMenu .footerMenuList li a {
    position: relative;
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #EEEEEE;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .l-footer .footerMenu .footerMenuList li a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 5px;
    top: 50%;
    right: 0;
    background-image: url(/assets/images/common/com_hotel_btn_ar.png);
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.l-footer .hotelFooterArea {
  position: relative;
  padding: 75px 0 20px;
}

@media screen and (max-width: 767px) {
  .l-footer .hotelFooterArea {
    padding: 45px 20px 15px;
  }
}

.l-footer .hotelPageTopBtn {
  display: block;
  margin: 42px 0 0 auto;
  padding: 0 20px;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .l-footer .hotelPageTopBtn {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 20px;
    right: 20px;
  }
}

.l-footer .hotelPageTopBtn a {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
}

.l-footer .hotelPageTopBtn a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 1px 0 0 1px;
  -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
  transform: translateX(-50%) translateY(-25%) rotate(45deg);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-footer .hotelPageTopBtn a:hover::before {
  opacity: 0.5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.cookiePolicy {
  position: fixed;
  padding: 30px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: auto;
  background-color: #EEEEEE;
  z-index: 2000;
}

@media screen and (max-width: 767px) {
  .cookiePolicy {
    padding: 12px 20px 15px;
  }
}

.cookiePolicy .cookiePolicyContetns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cookiePolicy .cookiePolicyContetns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cookiePolicy__txt {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .cookiePolicy__txt {
    font-size: 1.2rem;
  }
}

.cookiePolicy__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
  min-width: 220px;
  height: 60px;
  border-radius: 45px;
  background: #fff;
  border: 1px solid #707070;
  color: #2f2725;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cookiePolicy__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 24px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_ar01.png);
}

@media screen and (max-width: 767px) {
  .cookiePolicy__btn {
    margin: 11px auto 0;
    width: 100%;
    min-width: initial;
    height: 50px;
    font-size: 1.5rem;
  }
}

.cookiePolicy__btn:hover {
  background: #204D97;
  border-color: #204D97;
  color: #fff;
}

.cookiePolicy__btn:hover::before {
  background-image: url(/assets/images/common/com_hotel_ar01_w.png);
}

.l-contents-hotel {
  overflow: hidden;
}

.l-contents__hotel-child {
  overflow: hidden;
  position: relative;
  padding: 72px 0 240px;
}

@media screen and (max-width: 767px) {
  .l-contents__hotel-child {
    padding: 64px 0 120px;
  }
}

.l-contents__hotel-child .bottomBg {
  bottom: -118px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .l-contents__hotel-child .bottomBg {
    bottom: -60px;
    right: -80px;
  }
}

.l-contents__hotel-form {
  overflow: hidden;
  position: relative;
  padding: 72px 0 0;
}

@media screen and (max-width: 767px) {
  .l-contents__hotel-form {
    padding: 64px 0 0;
  }
}

.l-form {
  padding: 0 80px 80px;
}

@media screen and (max-width: 767px) {
  .l-form {
    margin: -15px 0;
    padding: 0 0 30px;
  }
}

.l-form iframe {
  width: 100%;
  height: 100%;
  min-height: 64vh;
}

@media screen and (max-width: 767px) {
  .l-form iframe {
    height: 350px;
  }
}

/**
* hotel top
*/
.p-hotel-top__mainvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1281px) {
  .p-hotel-top__mainvisual {
    height: calc( 100vh - 93px);
  }
}

@media screen and (max-width: 767px) {
  .p-hotel-top__mainvisual {
    height: calc( 100vh - 93px);
    background-position: right 40% center;
  }
}

.p-hotel-top__mainvisual:before {
  content: "";
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #204D97;
}

.p-hotel-top__mainvisual .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__mainvisual .title {
    width: 98px;
  }
}

.p-hotel-top__mainvisual .title img {
  height: 100%;
}

.p-hotel-top__mainvisual .scrollArea {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.p-hotel-top__mainvisual .scrollArea .scroll {
  padding-bottom: 36px;
  color: #fff;
  font-size: 2rem;
}

.p-hotel-top__mainvisual .scrollArea .scroll::before, .p-hotel-top__mainvisual .scrollArea .scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-hotel-top__mainvisual .scrollArea .scroll::before {
  bottom: 0;
  background-color: #fff;
}

.p-hotel-top__mainvisual .scrollArea .scroll::after {
  bottom: -25px;
  background-color: #000;
}

.p-hotel-top__mainvisual.is-topGradient::after {
  content: "";
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: -webkit-gradient(linear, left top, left bottom, from(#204d97), to(rgba(32, 77, 151, 0)));
  background: linear-gradient(to bottom, #204d97 0%, rgba(32, 77, 151, 0) 100%);
}

.p-hotel-top__lead {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead__spTextalignStart {
    text-align: start;
  }
}

.p-hotel-top__lead .title {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .title {
    font-size: 2rem;
  }
}

.p-hotel-top__lead .lead {
  line-height: 2;
  font-size: 1.6rem;
}

.p-hotel-top__lead .innerBlock {
  position: relative;
}

.p-hotel-top__lead .bgArea01 {
  top: -190px;
  left: -68px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .bgArea01 {
    top: -140px;
    left: -20px;
  }
}

.p-hotel-top__lead .bgArea02 {
  right: -190px;
  bottom: -340px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .bgArea02 {
    right: -50px;
    bottom: -140px;
  }
}

.p-hotel-top__lead .bgArea03 {
  top: -305px;
  right: 145px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .bgArea03 {
    top: -140px;
    left: 35px;
  }
}

.p-hotel-top__lead .bgArea04 {
  top: -121px;
  right: 0;
}

.p-hotel-top__lead .text__vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: start;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .text__vertical__pc {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.p-hotel-top__lead .text__vertical .title {
  text-align: start;
  font-size: 2.8rem;
  letter-spacing: -0.8rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .text__vertical .title {
    font-size: 2.2rem;
  }
}

.p-hotel-top__lead .text__vertical .lead {
  line-height: 2.2;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__lead .text__vertical .lead {
    letter-spacing: 0;
    line-height: 2;
  }
}

.p-hotel-top__message {
  padding: 140px 0 152px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__message {
    padding: 50px 5px 80px;
  }
}

.p-hotel-top__message .lead {
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__message .lead {
    margin: 20px 0 0;
  }
}

.p-hotel-top__message .lead p {
  margin-top: 1.4em;
}

.p-hotel-top__message .lead p:first-child {
  margin-top: 0;
}

.p-hotel-top__detail-head {
  padding: 200px 0 128px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__detail-head {
    padding: 130px 0 40px;
  }
}

.p-hotel-top__detail-head .title {
  line-height: 2;
  letter-spacing: 0.18em !important;
}

.p-hotel-top__access {
  padding: 220px 0 130px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__access {
    padding: 210px 0 80px;
  }
}

.p-hotel-top__access .title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__access .title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    text-align: left;
  }
}

.p-hotel-top__access .lead {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__access .lead {
    margin-top: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-hotel-top__info {
  overflow: hidden;
  padding: 140px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2ede6), to(rgba(243, 238, 231, 0)));
  background: linear-gradient(to bottom, #f2ede6 0%, rgba(243, 238, 231, 0) 100%);
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info {
    padding: 80px 0;
  }
}

.p-hotel-top__info .innerBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock {
    display: block;
  }
}

.p-hotel-top__info .innerBlock::before {
  content: "";
  position: absolute;
  right: -148px;
  bottom: -116px;
  width: 564px;
  height: 495px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/contents/hotel_bg_white01.png);
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock::before {
    right: 0;
    top: 0;
    bottom: auto;
    width: 282px;
    height: 248px;
  }
}

.p-hotel-top__info .innerBlock .textArea {
  position: relative;
  width: 47.16%;
  max-width: 500px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea {
    width: 100%;
    text-align: center;
  }
}

.p-hotel-top__info .innerBlock .textArea .title {
  margin-bottom: 35px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea .title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

.p-hotel-top__info .innerBlock .textArea p {
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea p {
    font-size: 1.6rem;
  }
}

.p-hotel-top__info .innerBlock .textArea .en {
  font-weight: bold;
}

.p-hotel-top__info .innerBlock .textArea .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding: 24px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea .infoBox {
    display: block;
    margin-top: 40px;
  }
}

.p-hotel-top__info .innerBlock .textArea .infoBox dt {
  padding-right: 40px;
  font-size: 1.8rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea .infoBox dt {
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-hotel-top__info .innerBlock .textArea .infoBox dd {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea .infoBox dd {
    padding: 0;
    text-align: center;
  }
}

.p-hotel-top__info .innerBlock .textArea .infoBox dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .textArea .infoBox dd::before {
    display: none;
    content: none;
  }
}

.p-hotel-top__info .innerBlock .textArea .infoBox dd .mail::before,
.p-hotel-top__info .innerBlock .textArea .infoBox dd .tel::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-hotel-top__info .innerBlock .textArea .infoBox dd .mail::before {
  background-image: url(/assets/images/contents/hotel_com_mail01.png);
}

.p-hotel-top__info .innerBlock .textArea .infoBox dd .tel::before {
  background-image: url(/assets/images/contents/hotel_com_tel01.png);
}

.p-hotel-top__info .innerBlock .mapArea {
  position: relative;
  width: 43.3%;
  max-width: 460px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__info .innerBlock .mapArea {
    margin-top: 40px;
    width: 100%;
  }
}

.p-hotel-top__photo {
  padding: 0 8.3% 120px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__photo {
    padding: 0 20px 80px;
  }
}

.p-hotel-top__photo .photoList::after {
  content: "";
  display: block;
  clear: both;
}

.p-hotel-top__photo .photoList li {
  margin: 1.5%;
  float: left;
  width: 30.3%;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__photo .photoList li {
    margin: 20px 0;
    float: none;
    width: 100%;
  }
}

.p-hotel-top__photo .photoList li.is-reverse {
  float: right;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__photo .photoList li.is-reverse {
    float: none;
  }
}

.p-hotel-top__detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-hotel-top__detail .slideAreaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__detail .slideAreaInner {
    display: block;
  }
}

.p-hotel-top__detail .slideWrapper {
  width: 56%;
  min-width: 740px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__detail .slideWrapper {
    overflow: visible;
    width: 89.33vw;
    min-width: 89.33vw;
  }
}

.p-hotel-top__detail .slideWrapper .slide {
  height: 31.9vw;
  min-height: 460px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__detail .slideWrapper .slide {
    height: 55.53vw;
    min-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: -28px;
    left: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-pagination-bullet::before {
    background-color: #dcdcdc;
  }
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-pagination-bullet:hover,
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-pagination-bullet-active {
    border: 1px solid #889CBE;
  }
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-pagination-bullet:hover::before,
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-pagination-bullet-active::before {
    background-color: #889CBE;
  }
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper {
    overflow: visible;
  }
  .p-hotel-top__detail .js-hotel-slideTopSide .swiper-slide {
    overflow: hidden;
  }
}

.p-hotel-top__link {
  position: relative;
  padding: 200px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 238, 231, 0.3)), to(#f2ede6));
  background: linear-gradient(0deg, rgba(243, 238, 231, 0.3) 0%, #f2ede6 100%);
}

.p-hotel-top__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-position: top -430px center;
  background-size: auto;
  background-image: url(/assets/images/contents/hotel_top_bg_link.png);
}

@media screen and (max-width: 767px) {
  .p-hotel-top__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 180px;
    padding: 0 0 100px;
  }
}

.p-hotel-top__largeImg {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__largeImg {
    height: 66.66vw;
  }
}

.p-hotel-top__largeImg img {
  width: 100%;
  height: 100% !important;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-hotel-top__linkInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__linkInner {
    margin-top: -60px;
  }
}

.p-hotel-top__insta a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 120px 40px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__insta a {
    padding: 40px 15px;
  }
}

.p-hotel-top__insta a::after, .p-hotel-top__insta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.p-hotel-top__insta a::before {
  opacity: 0.92;
  background: linear-gradient(36deg, #fdffec 10%, #e6f8ef 90%);
  z-index: 1;
}

.p-hotel-top__insta a::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 40% center;
  background-image: url(/assets/images/contents/hotel_top_mv01.jpg);
  z-index: 0;
}

.p-hotel-top__insta a:hover::before {
  opacity: 0.75;
}

.p-hotel-top__insta a:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-hotel-top__insta a .linkInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.p-hotel-top__insta a .linkInner img {
  vertical-align: middle;
}

.p-hotel-top__insta a .linkInner .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__insta a .linkInner .icon {
    width: 20px;
  }
}

.p-hotel-top__insta a .linkInner .txt {
  margin-left: 30px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 2.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__insta a .linkInner .txt {
    margin-left: 16px;
    font-size: 1.8rem;
  }
}

.p-hotel-top__insta a .linkInner .blank {
  margin-left: 40px;
  width: 11px;
}

@media screen and (max-width: 767px) {
  .p-hotel-top__insta a .linkInner .blank {
    margin-left: 10px;
  }
}

.p-hotel-room__room {
  position: relative;
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room {
    margin-bottom: 100px;
  }
}

.p-hotel-room__room .mainImage {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .mainImage {
    height: 66.66vw;
  }
}

.p-hotel-room__room .mainImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-hotel-room__room .mainImage .bgItem01 {
  top: -190px;
  left: 18.75%;
}

.p-hotel-room__room .mainImage .bgItem02 {
  right: 4.1%;
  bottom: -172px;
}

.p-hotel-room__room .c-container--hotel {
  padding: 0 20px;
}

.p-hotel-room__room .leadBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock {
    display: block;
    margin-top: 53px;
  }
}

.p-hotel-room__room .leadBlock .titleArea {
  margin-bottom: 30px;
  padding-right: 60px;
  width: 31.1%;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock .titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
    padding: 0 15px;
    width: 100%;
  }
}

.p-hotel-room__room .leadBlock .titleArea .title {
  font-size: 4.8rem;
  line-height: 1;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock .titleArea .title {
    font-size: 3.2rem;
    margin-right: 55px;
  }
}

.p-hotel-room__room .leadBlock .titleArea .title .room {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", 'Noto Sans JP', "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock .titleArea .title .room {
    font-size: 1.2rem;
  }
}

.p-hotel-room__room .leadBlock .titleArea .title small {
  margin: 0 0.2em;
  font-size: 60%;
}

.p-hotel-room__room .leadBlock .titleArea .subTitle {
  margin-top: 24px;
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock .titleArea .subTitle {
    margin-top: -0.1em;
  }
}

.p-hotel-room__room .leadBlock .textArea {
  margin-top: -20px;
  width: 68.86%;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock .textArea {
    margin-top: 0;
    width: 100%;
  }
}

.p-hotel-room__room .leadBlock .textArea .c-hotel-child-subTitle:first-of-type {
  margin: 20px 0 25px;
}

.p-hotel-room__room .leadBlock .textArea .c-hotel-child-note + p {
  margin-top: 30px;
}

.p-hotel-room__room .leadBlock .textArea p {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .leadBlock .textArea p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.p-hotel-room__room .leadBlock .bgItem03 {
  top: 30px;
  left: -160px;
}

.p-hotel-room__room .detailBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock {
    display: block;
    margin-top: 46px;
  }
}

.p-hotel-room__room .detailBlock .slideArea {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc( 50% + 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock .slideArea {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-hotel-room__room .detailBlock .slideArea .slideAreaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-hotel-room__room .detailBlock .slideArea .slideWrapper {
  width: 560px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock .slideArea .slideWrapper {
    width: 84vw;
  }
}

.p-hotel-room__room .detailBlock .slideArea .slideWrapper .slide {
  height: 350px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock .slideArea .slideWrapper .slide {
    height: 52.5vw;
  }
}

.p-hotel-room__room .detailBlock .slideArea .swiper {
  overflow: visible;
}

.p-hotel-room__room .detailBlock .slideArea .swiper-slide {
  overflow: hidden;
}

.p-hotel-room__room .detailBlock .textArea {
  width: calc( 50% - 30px);
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock .textArea {
    width: 100%;
  }
}

.p-hotel-room__room .detailBlock .textArea .textAreaInner {
  padding: 0 0 0 70px;
  max-width: 530px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock .textArea .textAreaInner {
    padding: 0 20px;
    max-width: 100%;
  }
}

.p-hotel-room__room .detailBlock .textArea .c-hotel-child-table th {
  width: 3em;
  text-align: center;
}

.p-hotel-room__room .detailBlock .textArea p {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .detailBlock .textArea p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-hotel-room__room .mapBlock {
  position: relative;
  margin-top: 100px;
  padding: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-hotel-room__room .mapBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc( ( 100vw - 1060px / 2 ) + 1060px);
  background: linear-gradient(36deg, #fdffec 10%, #e6f8ef 90%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .mapBlock {
    display: block;
    margin-top: 60px;
    padding: 20px;
  }
  .p-hotel-room__room .mapBlock::before {
    width: 100%;
  }
}

.p-hotel-room__room .mapBlock .c-hotel-child-subTitle:first-child {
  margin-top: 0;
}

.p-hotel-room__room .mapBlock .mapList {
  display: block;
}

.p-hotel-room__room .mapBlock .mapList li {
  margin: 0;
  max-width: 100%;
}

.p-hotel-room__room .btnBlock {
  margin: 100px auto 0;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .btnBlock {
    margin: 30px auto 0;
    width: 78.66%;
    max-width: 78.66%;
  }
}

.p-hotel-room__room .btnBlock_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 940px;
}

@media screen and (min-width: 768px) {
  .p-hotel-room__room .btnBlock_2col .c-hotel-child-btn02 {
    width: calc((100% - 60px)/2);
  }
}

@media screen and (max-width: 767px) {
  .p-hotel-room__room .btnBlock_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 78.66%;
    max-width: 78.66%;
  }
}

.p-hotel-room__room .bgItem04 {
  right: 13.88%;
  bottom: -30px;
}

.p-hotel-room__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 155px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2ede6), to(#f3eee7));
  background: linear-gradient(to bottom, #f2ede6 0%, #f3eee7 100%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__item {
    padding-top: 55px;
  }
  .p-hotel-room__item .c-container--hotel {
    padding: 0 20px;
  }
}

.p-hotel-room__item::before, .p-hotel-room__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.p-hotel-room__item::before {
  top: -183px;
  left: -60px;
  width: 1252px;
  height: 904px;
  background-image: url(/assets/images/common/com_hotel_bg02_01.png);
}

.p-hotel-room__item::after {
  right: -10px;
  bottom: 21px;
  width: 582px;
  height: 418px;
  background-image: url(/assets/images/common/com_hotel_bg02_02.png);
}

.p-hotel-room__itemSection {
  margin-bottom: 155px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__itemSection {
    margin-bottom: 45px;
  }
}

.p-hotel-room__itemTitle {
  margin-bottom: 80px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-hotel-room__itemTitle {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.p-hotel-access__map .mapBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .mapBlock {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-hotel-access__map .mapArea {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .mapArea {
    margin-right: auto;
    width: 89.33%;
    height: 66.66vw;
  }
}

.p-hotel-access__map .mapArea iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .mapArea iframe {
    height: 100%;
  }
}

.p-hotel-access__map .mapArea .c-hotel-bgItem {
  bottom: -30px;
  right: -300px;
}

.p-hotel-access__map .textArea {
  padding-left: 100px;
  width: 50%;
  max-width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .textArea {
    margin-top: 50px;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
}

.p-hotel-access__map .textArea .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .textArea .title {
    margin-bottom: 25px;
  }
}

.p-hotel-access__map .textArea .title img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .textArea .title img {
    width: 140px;
  }
}

.p-hotel-access__map .textArea .mail::before,
.p-hotel-access__map .textArea .tel::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.p-hotel-access__map .textArea .mail::before {
  background-image: url(/assets/images/common/com_hotel_mail.png);
}

.p-hotel-access__map .textArea .tel::before {
  background-image: url(/assets/images/common/com_hotel_tel.png);
}

.p-hotel-access__map .textArea .c-hotel-child-btn01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .textArea .c-hotel-child-btn01 {
    margin-top: 30px;
  }
}

.p-hotel-access__map .p-hotel-access-section .c-hotel-child-btn01 {
  margin-top: 40px;
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .p-hotel-access__map .p-hotel-access-section .c-hotel-child-btn01 {
    margin-top: 30px;
    max-width: 100%;
  }
}

.p-hotel-contact .leadArea {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hotel-contact .leadArea {
    text-align: left;
  }
}

.p-hotel-contact .c-container--hotel {
  width: 860px;
}

@media screen and (max-width: 767px) {
  .p-hotel-contact .c-container--hotel {
    width: auto;
  }
}

.p-hotel-contact .c-hotel-child-btn01 {
  margin: 40px auto 0;
  max-width: 420px;
}

/**
 * Component
 */
.c-container--hotel {
  margin: auto;
  width: 1060px;
}

@media screen and (max-width: 767px) {
  .c-container--hotel {
    padding: 0 15px;
    width: auto;
  }
}

.c-container {
  margin: auto;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .c-container {
    width: auto;
  }
}

.c-container--cookie {
  margin: auto;
  max-width: 1080px;
}

@media screen and (max-width: 767px) {
  .c-container--cookie {
    width: auto;
  }
}

.c-hotel-slideSet {
  position: relative;
  margin-top: 120px;
}

.c-hotel-slideSet:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet {
    margin-top: 160px;
  }
}

.c-hotel-slideSet .c-hotel-slideSetInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .c-hotel-slideSetInner {
    display: block;
    padding: 0;
  }
}

.c-hotel-slideSet .c-hotel-slideSetInner::before {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  width: 77%;
  height: 100%;
  background: linear-gradient(36deg, #fdffec 10%, #e6f8ef 90%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .c-hotel-slideSetInner::before {
    top: 80px;
    right: auto;
    left: 0;
    width: 100%;
  }
}

.c-hotel-slideSet .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  width: 34.84%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .textArea {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .textArea .innerBlock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 40px 0;
  }
}

.c-hotel-slideSet .textArea .innerBlock .title {
  margin-bottom: 50px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .textArea .innerBlock .title {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}

.c-hotel-slideSet .textArea .innerBlock p {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .textArea .innerBlock p {
    font-size: 1.5rem;
  }
}

.c-hotel-slideSet .textArea .innerBlock p:not(:first-of-type) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .textArea .innerBlock p:not(:first-of-type) {
    margin-top: 10px;
  }
}

.c-hotel-slideSet .textArea .innerBlock .c-hotel-child-btn03 {
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .textArea .innerBlock .c-hotel-child-btn03 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: -28px;
    left: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-pagination-bullet::before {
    background-color: #dcdcdc;
  }
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-pagination-bullet:hover,
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-pagination-bullet-active {
    border: 1px solid #889CBE;
  }
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-pagination-bullet:hover::before,
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-pagination-bullet-active::before {
    background-color: #889CBE;
  }
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper {
    overflow: visible;
  }
  .c-hotel-slideSet .js-hotel-slideTopSide .swiper-slide {
    overflow: hidden;
  }
}

.c-hotel-slideSet:nth-child(even) .c-hotel-slideSetInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-hotel-slideSet:nth-child(even) .c-hotel-slideSetInner::before {
  right: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet:nth-child(even) .c-hotel-slideSetInner::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet:nth-child(even) .slideWrapper {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet:nth-child(even) .js-hotel-slideTopSide .swiper-pagination {
    left: -28px;
    right: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-hotel-slideSet:nth-child(even) .textArea {
  padding: 0 80px 0 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-slideSet:nth-child(even) .textArea {
    padding: 0;
  }
}

.c-hotel-slideSet .bgItem01 {
  top: -83px;
  right: 340px;
}

.c-hotel-slideSet .bgItem02 {
  right: -30px;
  bottom: -30px;
}

.c-hotel-slideSet .bgItem03 {
  bottom: -90px;
  right: 55.2%;
}

.c-hotel-linkMediaSet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet {
    display: block;
    margin-bottom: 60px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-hotel-linkMediaSet .imgArea {
  width: 63.88%;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet .imgArea {
    width: 84%;
  }
}

.c-hotel-linkMediaSet .linkArea {
  width: 38.88%;
  max-width: 560px;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet .linkArea {
    position: relative;
    margin: -30px 0 0;
    padding: 0 20px;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
}

.c-hotel-linkMediaSet .linkArea a {
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet .linkArea a {
    display: block;
  }
}

.c-hotel-linkMediaSet .linkArea a:hover {
  background-color: #2f2725;
  color: #fff;
}

.c-hotel-linkMediaSet .linkArea a:hover .title::after {
  background-image: url(/assets/images/common/com_hotel_link_ar_w.png);
}

.c-hotel-linkMediaSet .linkArea .innerBlock {
  padding: 80px 80px 96px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet .linkArea .innerBlock {
    padding: 30px 30px 46px;
  }
}

.c-hotel-linkMediaSet .linkArea .innerBlock .title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 101px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet .linkArea .innerBlock .title {
    margin-bottom: 20px;
    padding-right: 80px;
    width: 100%;
    font-size: 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.c-hotel-linkMediaSet .linkArea .innerBlock .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 70.78px;
  height: 8px;
  background-image: url(/assets/images/common/com_hotel_link_ar.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet .linkArea .innerBlock p {
    margin-top: 5px;
  }
}

.c-hotel-linkMediaSet:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-hotel-linkMediaSet:nth-child(even) .linkArea {
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet:nth-child(even) .linkArea {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMediaSet:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-hotel-linkMediaSet:nth-child(even) .imgArea {
    margin-left: auto;
  }
}

.c-hotel-linkMedia {
  position: relative;
  margin: 0 80px;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMedia {
    margin: 0 20px;
  }
}

.c-hotel-linkMedia a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-linkMedia a:hover {
  color: #fff;
  background-color: #204D97;
}

.c-hotel-linkMedia a:hover .imgArea img {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-hotel-linkMedia a:hover .linkArea .title::after {
  background-image: url(/assets/images/common/com_hotel_link_ar_w.png);
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMedia a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-hotel-linkMedia .imgArea {
  overflow: hidden;
  width: 37.5%;
  min-width: 500px;
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMedia .imgArea {
    width: 100%;
    min-width: initial;
  }
}

.c-hotel-linkMedia .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-linkMedia .linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 98px 80px;
  width: 62.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-hotel-linkMedia .linkArea .title {
  position: relative;
  width: 100%;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
}

.c-hotel-linkMedia .linkArea .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 70.78px;
  height: 8px;
  background-image: url(/assets/images/common/com_hotel_link_ar.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-hotel-linkMedia .linkArea {
    padding: 20px 34px 26px 24px;
    width: auto;
  }
  .c-hotel-linkMedia .linkArea .title {
    font-size: 1.8rem;
  }
  .c-hotel-linkMedia .linkArea .title::after {
    width: 24px;
    height: 5px;
    background-image: url(/assets/images/common/com_hotel_btn_ar.png);
  }
}

.c-hotel-form table {
  width: 100%;
  table-layout: fixed;
}

.c-hotel-form table th, .c-hotel-form table td {
  display: block;
}

.c-hotel-form table .is-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-hotel-form table .is-required::after {
  content: "必須";
  margin-left: 1em;
  padding: 0.2em 0.5em;
  font-family: "fot-tsukuardgothic-std", 'Noto Sans JP', "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  color: #CF0A1D;
  border: 1px solid #CF0A1D;
  border-radius: 2em;
}

.c-hotel-form table .is-required.is-en::after {
  content: "Required";
}

.c-hotel-form textarea {
  width: 100%;
}

.c-hotel-form textarea,
.c-hotel-form input {
  padding: 8px 10px;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-hotel-form input[type="email"] {
  width: 100%;
}

.c-hotel-form .checkArea {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-form .checkArea {
    margin-top: 40px;
    text-align: left;
  }
}

.c-hotel-form .checkArea label {
  display: inline-block;
}

.c-hotel-form .checkArea label input[type="checkbox"] {
  width: auto;
  vertical-align: baseline;
}

.c-hotel-form .checkArea .link a {
  color: #204D97;
  text-decoration: underline;
}

.c-hotel-form .checkArea .link a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 11px;
  height: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_ar_blank_b.png);
}

.c-hotel-form .checkArea .link a:hover {
  text-decoration: none;
}

.c-hotel-form .submitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 -40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-form .submitArea {
    margin: 30px 0 0 -15px;
  }
}

.c-hotel-form .submitArea button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 40px;
  padding: 18px 50px;
  width: calc( (100% - 40px) / 2);
  min-height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #204D97;
  background-color: #204D97;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .c-hotel-form .submitArea button {
    margin: 0 0 0 15px;
    padding: 14px 35px;
    width: calc( (100% - 15px) / 2);
    min-height: 50px;
    font-size: 1.6rem;
  }
}

.c-hotel-form .submitArea button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
  width: 24px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_ar01_w.png);
}

@media screen and (max-width: 767px) {
  .c-hotel-form .submitArea button::before {
    right: 15px;
  }
}

.c-hotel-form .submitArea button:hover {
  color: #204D97;
  background-color: #fff;
}

.c-hotel-form .submitArea button:hover::before {
  background-image: url(/assets/images/common/com_hotel_ar01_b.png);
}

.c-hotel-form .submitArea button[name="submitBack"] {
  color: #2f2725;
  border: 1px solid #2f2725;
  background-color: #fff;
}

.c-hotel-form .submitArea button[name="submitBack"]::before {
  right: auto;
  left: 30px;
  background-image: url(/assets/images/common/com_hotel_ar02.png);
}

@media screen and (max-width: 767px) {
  .c-hotel-form .submitArea button[name="submitBack"]::before {
    left: 15px;
  }
}

.c-hotel-form .submitArea button[name="submitBack"]:hover {
  background-color: #eee;
}

.c-hotel-form input[type="checkbox"] {
  display: none;
}

.c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}

.c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text::before, .c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text::before, .c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text:after {
    top: 0;
  }
}

.c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text::before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #666;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text:after {
  opacity: 0;
  margin: -4px 0 0 3px;
  width: 6px;
  height: 10px;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-hotel-form input[type="checkbox"] + .mwform-checkbox-field-text:after {
    margin: 4px 0 0 7px;
    -webkit-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
  }
}

.c-hotel-form input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  border: 1px solid #204D97;
  background-color: #204D97;
}

.c-hotel-form input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.c-hotel-form .mw_wp_form_confirm .checkArea .link {
  display: none;
}

.c-hotel-form .mw_wp_form_confirm table .is-required::after {
  display: none;
}

.c-hotel-form .error {
  display: block;
  margin-top: 0.5em;
  color: #BC0000 !important;
  font-size: 100% !important;
}

.c-hotel-child-text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-text {
    margin-top: 15px;
  }
}

.c-hotel-child-text a {
  color: #204D97;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-child-text a span {
  border-bottom: 1px solid #204D97;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-child-text a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 11px;
  height: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_ar_blank_b.png);
}

.c-hotel-child-text a:hover {
  opacity: 0.7;
}

.c-hotel-child-text a:hover span {
  border-color: transparent;
}

.c-hotel-child-note {
  margin-top: 30px !important;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-note {
    font-size: 1.2rem;
    margin-top: 20px !important;
  }
}

.c-hotel-child-list {
  margin-top: 10px;
}

.c-hotel-child-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-hotel-child-list li::before {
  content: "・";
}

.c-hotel-child-table {
  margin-top: 40px;
  width: 100%;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-table {
    margin-top: 60px;
  }
}

.c-hotel-child-table th, .c-hotel-child-table td {
  padding: 22px 20px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-table th, .c-hotel-child-table td {
    padding: 20px;
    font-size: 1.6rem;
  }
}

.c-hotel-child-table th {
  width: 15%;
  border-top: 1px solid #2f2725;
  border-bottom: 1px solid #2f2725;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-table th {
    width: 33.33%;
  }
}

.c-hotel-child-table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.c-hotel-child-subTitle + .c-hotel-child-table {
  margin-top: 0;
}

.c-hotel-child-btn01 a,
.c-hotel-child-btn02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 50px;
  min-height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-btn01 a,
  .c-hotel-child-btn02 a {
    padding: 14px 35px;
    min-height: 50px;
    font-size: 1.6rem;
  }
}

.c-hotel-child-btn01 a::before,
.c-hotel-child-btn02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
  width: 24px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_ar01.png);
}

@media screen and (max-width: 767px) {
  .c-hotel-child-btn01 a::before,
  .c-hotel-child-btn02 a::before {
    right: 15px;
  }
}

.c-hotel-child-btn01 a[target="_blank"]::before,
.c-hotel-child-btn02 a[target="_blank"]::before {
  margin-top: -5px;
  width: 11px;
  height: 10px;
  background-image: url(/assets/images/common/com_ar_blank.png);
}

.c-hotel-child-btn01 a:hover,
.c-hotel-child-btn02 a:hover {
  color: #fff;
  background-color: #2f2725;
}

.c-hotel-child-btn01 a:hover::before,
.c-hotel-child-btn02 a:hover::before {
  background-image: url(/assets/images/common/com_hotel_ar01_w.png);
}

.c-hotel-child-btn01 a:hover[target="_blank"]::before,
.c-hotel-child-btn02 a:hover[target="_blank"]::before {
  background-image: url(/assets/images/common/com_ar_blank_w.png);
}

.c-hotel-child-btn02 a {
  color: #fff;
  border: 1px solid #204D97;
  background-color: #204D97;
}

.c-hotel-child-btn02 a::before {
  background-image: url(/assets/images/common/com_hotel_ar01_w.png);
}

.c-hotel-child-btn02 a[target="_blank"]::before {
  background-image: url(/assets/images/common/com_ar_blank_w.png);
}

.c-hotel-child-btn02 a:hover {
  color: #204D97;
  background-color: #fff;
}

.c-hotel-child-btn02 a:hover::before {
  background-image: url(/assets/images/common/com_hotel_ar01_b.png);
}

.c-hotel-child-btn02 a:hover[target="_blank"]::before {
  background-image: url(/assets/images/common/com_ar_blank_b.png);
}

.c-hotel-child-btn03 {
  display: inline-block;
}

.c-hotel-child-btn03 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 40px 14px 0;
  min-height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #2f2725;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-btn03 a {
    padding: 14px 40px 14px 0;
    min-height: 50px;
    font-size: 1.5rem;
  }
}

.c-hotel-child-btn03 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 0;
  width: 24px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_ar01.png);
}

.c-hotel-child-btn03 a[target="_blank"]::before {
  margin-top: -5px;
  width: 11px;
  height: 10px;
  background-image: url(/assets/images/common/com_ar_blank.png);
}

.c-hotel-child-btn03 a:hover {
  border-bottom: 2px solid #204D97;
  color: #204D97;
}

.c-hotel-child-btn03 a:hover::before {
  background-image: url(/assets/images/common/com_hotel_ar01_b.png);
}

.c-hotel-child-btn03 a:hover[target="_blank"]::before {
  background-image: url(/assets/images/common/com_ar_blank_b.png);
}

.c-hotel-bgItem {
  position: absolute;
  width: 514px;
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_bg_green01.png);
  -webkit-animation-name: hotelBgItem01;
  animation-name: hotelBgItem01;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-hotel-bgItem {
    -webkit-animation-name: hotelBgItem01_sp;
    animation-name: hotelBgItem01_sp;
    width: 228px;
    height: 170px;
  }
}

.c-hotel-bgItem.is-white {
  -webkit-animation-name: hotelBgItem02;
  animation-name: hotelBgItem02;
  background-image: url(/assets/images/common/com_hotel_bg_white01.png);
}

@media screen and (max-width: 767px) {
  .c-hotel-bgItem.is-white {
    -webkit-animation-name: hotelBgItem02_sp;
    animation-name: hotelBgItem02_sp;
  }
}

.c-hotel-bgItem2 {
  position: absolute;
  width: 930px;
  height: 786px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_bg_white02.png);
  -webkit-animation-name: hotelBgItem02;
  animation-name: hotelBgItem02;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-hotel-bgItem2 {
    -webkit-animation-name: hotelBgItem02_sp;
    animation-name: hotelBgItem02_sp;
    width: 228px;
    height: 170px;
  }
}

.c-hotel-pageTitle01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 114px;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.c-hotel-pageTitle01 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 .title {
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-hotel-pageTitle01 .title .titleInner {
  display: inline-block;
  padding: 40px 23px 46px;
  border-color: #2f2725;
  border-style: solid;
  border-width: 2px 0;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.18em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 .title .titleInner {
    padding: 34px 16px;
    width: 100%;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-width: 0 0 2px;
  }
}

.c-hotel-pageTitle01 .img {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 .img {
    width: 100%;
  }
}

.c-hotel-pageTitle01 .bgItem01 {
  top: 82px;
  left: -62px;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 .bgItem01 {
    top: auto;
    bottom: -88px;
    left: -120px;
  }
}

.c-hotel-pageTitle01 .bgItem02 {
  top: 216px;
  left: -264px;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 .bgItem02 {
    display: none;
  }
}

.c-hotel-pageTitle01 .bgItem03 {
  bottom: -303px;
  right: -210px;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle01 .bgItem03 {
    display: none;
  }
}

.c-hotel-pageTitle02 {
  position: relative;
  margin: 120px auto 75px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle02 {
    margin: 50px auto 45px;
    padding: 0 15px;
  }
}

.c-hotel-pageTitle02 .title {
  display: inline-block;
  padding-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #2f2725;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle02 .title {
    padding: 0 16px 34px;
    width: calc(100% - 30px);
    font-size: 2.4rem;
    text-align: left;
  }
}

.c-hotel-pageTitle02 .bgItem01 {
  top: 82px;
  left: -62px;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle02 .bgItem01 {
    top: auto;
    bottom: -88px;
    left: -120px;
  }
}

.c-hotel-pageTitle02 .bgItem02 {
  top: 216px;
  left: -264px;
}

@media screen and (max-width: 767px) {
  .c-hotel-pageTitle02 .bgItem02 {
    display: none;
  }
}

.c-hotel-childe__lead {
  margin-bottom: 120px;
  margin-left: auto;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead {
    margin-bottom: 110px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-hotel-room .c-hotel-childe__lead {
    margin-bottom: 48px;
  }
}

.c-hotel-childe__lead .innerBlock {
  padding-right: 60px;
  max-width: 890px;
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead .innerBlock {
    padding: 0 20px;
    max-width: 100%;
  }
}

.c-hotel-childe__lead .title {
  margin-bottom: 30px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead .title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.p-hotel-room .c-hotel-childe__lead .title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-hotel-room .c-hotel-childe__lead .title {
    margin-bottom: 31px;
    line-height: 1.9;
  }
}

.c-hotel-childe__lead p {
  margin-top: 25px;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead p {
    font-size: 1.6rem;
  }
}

.c-hotel-childe__lead .em {
  font-weight: 700;
}

.c-hotel-childe__lead .linkArea {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead .linkArea {
    margin-top: 30px;
  }
}

.c-hotel-childe__lead .linkArea a {
  display: block;
  padding: 15px 18px;
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead .linkArea a {
    padding: 16px;
    font-size: 1.6rem;
    text-align: center;
    pointer-events: auto;
  }
}

.c-hotel-childe__lead .linkArea a .tel::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_hotel_tel_l.png);
}

@media screen and (max-width: 767px) {
  .c-hotel-childe__lead .linkArea a .tel::before {
    width: 14px;
    height: 14px;
  }
}

.c-hotel-child-subTitle {
  position: relative;
  margin: 60px 0 25px;
  padding: 2px 0 2px 24px;
  line-height: 1.4;
  font-size: 2.2rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-subTitle {
    margin: 45px 0 20px;
    padding: 2px 0 2px 14px;
    font-size: 1.8rem;
  }
}

.c-hotel-child-subTitle::before {
  content: "";
  width: 4px;
  height: calc( 100% - 0.4em);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2f2725;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-subTitle::before {
    width: 2px;
  }
}

.c-hotel-child-smallTitle {
  margin: 35px 0 15px;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-smallTitle {
    margin: 25px 0 15px;
    font-size: 1.6rem;
  }
}

.c-hotel-child-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 -26px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-step {
    margin: 25px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-hotel-child-step .stepItem {
  position: relative;
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-step .stepItem {
    margin: 0 0 60px;
  }
}

.c-hotel-child-step .stepItem::after {
  content: "";
  position: absolute;
  top: 95px;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #2f2725;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-step .stepItem::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    border-width: 10px 10px 0 10px;
    border-color: #2f2725 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-hotel-child-step .stepItem p {
  margin-top: 15px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-step .stepItem p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-hotel-child-step .stepItem:last-child {
    margin: 0;
  }
}

.c-hotel-child-step .stepItem:last-child::after {
  display: none;
}

.c-hotel-child-anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1px 0 120px -28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink {
    margin: 1px 0 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-hotel-child-anchorLink li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -1px 0 0 28px;
  width: calc( ( 100% - 28px * 4 ) / 4);
  line-height: 1;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink li {
    margin: -1px 0 0;
    width: calc( ( 100% - 15px ) / 2);
    border-top: 1px solid #ccc;
  }
}

.c-hotel-child-anchorLink li:nth-child(-n+4) {
  border-top: 1px solid #ccc;
}

.c-hotel-child-anchorLink li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink li a {
    padding: 10px 0 24px;
    line-height: 1.6;
    font-size: 1.6rem;
  }
}

.c-hotel-child-anchorLink li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2f2725;
  border-right: 1px solid #2f2725;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink li a::before {
    bottom: 10px;
    width: 6px;
    height: 6px;
  }
}

.c-hotel-child-anchorLink li a.is-room {
  padding: 11px 0 36px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink li a.is-room {
    padding: 8px 0 24px;
  }
}

.c-hotel-child-anchorLink li a.is-room::before {
  bottom: 13px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink li a.is-room::before {
    bottom: 13px;
  }
}

.c-hotel-child-anchorLink li a.is-room small {
  margin-bottom: 3px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorLink li a.is-room small {
    margin-bottom: 0;
    font-size: 1.0rem;
  }
}

.c-hotel-child-anchorLink li a:hover {
  opacity: 0.5;
}

.c-hotel-child-anchorBlock {
  margin-top: -72px;
  padding-top: 72px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-anchorBlock {
    margin-top: -64px;
    padding-top: 64px;
  }
}

.c-hotel-child__blockTitle {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__blockTitle {
    font-size: 2rem;
  }
}

.c-hotel-slide--full {
  height: 600px;
}

.c-hotel-slide--full .swiper-wrapper {
  background: #ccc;
}

.c-hotel-slideWrapper--full {
  position: relative;
}

.c-hotel-child__block01 {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 {
    margin-bottom: 100px;
  }
}

.c-hotel-child__block01 .imageSlideWrapper {
  position: relative;
  margin: auto;
  width: calc( 100% - 120px);
  max-width: 1440px;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .imageSlideWrapper {
    width: calc( 100% - 30px);
  }
}

.c-hotel-child__block01 .imageSlideWrapper .slide {
  height: 600px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .imageSlideWrapper .slide {
    height: 56vw;
  }
}

.c-hotel-child__block01 .imageSlideWrapper .bgItem01 {
  left: -30px;
  bottom: -190px;
}

.c-hotel-child__block01 .imageSlideWrapper .bgItem02 {
  top: -150px;
  right: 90px;
}

.c-hotel-child__block01 .innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .innerBlock {
    padding: 35px 0 0;
    display: block;
  }
}

.c-hotel-child__block01 .innerBlock .c-hotel-child__blockTitle {
  padding: 0 60px 0 40px;
  width: 28.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .innerBlock .c-hotel-child__blockTitle {
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }
}

.c-hotel-child__block01 .innerBlock .textArea {
  width: 71.6%;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .innerBlock .textArea {
    width: 100%;
  }
}

.c-hotel-child__block01 .innerBlock .textArea p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .innerBlock .textArea p {
    margin-top: 12px;
  }
}

.c-hotel-child__block01 .innerBlock .textArea p a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_ar_blank.png);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-child__block01 .innerBlock .textArea p a:hover {
  text-decoration: underline;
}

.c-hotel-child__block01 .innerBlock .textArea .c-hotel-child-btn03 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .innerBlock .textArea .c-hotel-child-btn03 {
    margin-top: 20px;
  }
}

.c-hotel-child__block01 .innerBlock .textArea *:first-child {
  margin-top: 0;
}

.c-hotel-child__block01 .itemBlock {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .itemBlock {
    margin-top: 60px;
  }
}

.c-hotel-child__block01 .itemBlock .itemBox + .itemBox {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .itemBlock .itemBox + .itemBox {
    margin-top: 60px;
  }
}

.c-hotel-child__block01 .itemBlock .itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .itemBlock .itemTitle {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}

.c-hotel-child__block01 .itemBlock .itemTitle:before, .c-hotel-child__block01 .itemBlock .itemTitle:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
}

.c-hotel-child__block01 .itemBlock .itemTitle:before {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .itemBlock .itemTitle:before {
    margin-right: 10px;
  }
}

.c-hotel-child__block01 .itemBlock .itemTitle:after {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block01 .itemBlock .itemTitle:after {
    margin-left: 10px;
  }
}

.c-hotel-child__block02 .innerBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  padding: 120px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock {
    display: block;
    margin-bottom: 120px;
    padding: 0;
  }
}

.c-hotel-child__block02 .innerBlock::before {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  width: 76.38%;
  height: 100%;
  background: linear-gradient(36deg, #fdffec 10%, #e6f8ef 90%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc( 100% - 80px);
  }
}

.c-hotel-child__block02 .innerBlock .imgArea {
  padding-left: 60px;
  width: 55.55%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock .imgArea {
    padding: 0;
    width: 89.33%;
  }
}

.c-hotel-child__block02 .innerBlock .textArea {
  padding-left: 80px;
  width: 44.44%;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock .textArea {
    padding: 50px 40px 60px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.c-hotel-child__block02 .innerBlock .textArea .c-hotel-child__blockTitle {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock .textArea .c-hotel-child__blockTitle {
    margin-bottom: 30px;
  }
}

.c-hotel-child__block02 .innerBlock .textArea .c-hotel-child-btn01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock .textArea .c-hotel-child-btn01 {
    margin-top: 30px;
  }
}

.c-hotel-child__block02 .innerBlock .bgItem01 {
  top: -30px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock .bgItem01 {
    top: 95px;
    right: auto;
    left: -115px;
  }
}

.c-hotel-child__block02 .innerBlock .bgItem02 {
  right: 55.9%;
  bottom: -130px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block02 .innerBlock .bgItem02 {
    right: -45px;
    bottom: -65px;
  }
}

.c-hotel-child__block03 .imgArea {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding: 0 60px;
  max-height: 600px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03 .imgArea {
    margin-bottom: 50px;
    padding: 0 15px;
    height: 56vw;
    max-height: 56vw;
  }
}

.c-hotel-child__block03 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-hotel-child__block03 .textArea {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03 .textArea .c-container--hotel {
    padding: 0 20px;
  }
}

.c-hotel-child__block03 .textArea .c-hotel-child__blockTitle {
  margin-bottom: 75px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03 .textArea .c-hotel-child__blockTitle {
    margin-bottom: 40px;
  }
}

.c-hotel-child__block03 .textArea .c-hotel-child-btn01 {
  margin: 80px auto 0;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03 .textArea .c-hotel-child-btn01 {
    margin: 30px auto 0;
    max-width: 88%;
  }
}

.c-hotel-child__block03 .textArea .bgItem01 {
  top: -100px;
  left: -42px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03 .textArea .bgItem01 {
    top: -120px;
    left: -70px;
  }
}

.c-hotel-child__block03 .textArea p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03 .textArea p {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.c-hotel-child__block03__inner {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child__block03__inner {
    padding-top: 100px;
  }
}

.c-hotel-child-itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 0 0 -38px;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-itemList {
    margin: -16px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-hotel-child-itemList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0 38px;
  width: calc( ( 100% - 38px * 3 ) / 3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-itemList li {
    margin: 16px 0 0;
    width: calc( ( 100% - 15px ) / 2);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-hotel-child-itemList li .icon {
  overflow: hidden;
  margin-right: 16px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-itemList li .icon {
    width: 40px;
    margin-right: 10px;
  }
}

.c-hotel-child-itemList li .text {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-hotel-child-itemList li .text {
    padding-top: 0.8em;
    font-size: 1.4rem;
  }
}

.c-hotel-child-itemList.is-color li .icon {
  background-color: #F3EEE7;
}

.c-hotel-child-link {
  color: #204D97;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-child-link span {
  border-bottom: 1px solid #204D97;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hotel-child-link[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 11px;
  height: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/common/com_ar_blank_b.png);
}

.c-hotel-child-link:hover {
  opacity: 0.7;
}

.c-hotel-child-link:hover span {
  border-color: transparent;
}

/**
 * Project
 */
.js_sa {
  opacity: 0;
  -webkit-transition: visibility .6s, opacity .8s ,-webkit-transform .8s;
  transition: visibility .6s, opacity .8s ,-webkit-transform .8s;
  transition: visibility .6s, opacity .8s ,transform .8s;
  transition: visibility .6s, opacity .8s ,transform .8s, -webkit-transform .8s;
}

.js_sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.js_sa--slow {
  -webkit-transition: visibility 3s, opacity 3s !important;
  transition: visibility 3s, opacity 3s !important;
}

.js_sa--up {
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
}

@media screen and (max-width: 767px) {
  .js_sa--up {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
}

.js_sa--down {
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
}

@media screen and (max-width: 767px) {
  .js_sa--down {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}

.slideList {
  background-color: #eee;
}

.js-hotel-slideTopSide,
.js-hotel-slideSide,
.js-hotel-slideFull {
  position: relative;
}

.js-hotel-slideTopSide .slide-media,
.js-hotel-slideSide .slide-media,
.js-hotel-slideFull .slide-media {
  position: relative;
  overflow: hidden;
}

.js-hotel-slideTopSide .slide-media img,
.js-hotel-slideSide .slide-media img,
.js-hotel-slideFull .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-hotel-slideTopSide .swiper-pagination,
.js-hotel-slideSide .swiper-pagination,
.js-hotel-slideFull .swiper-pagination {
  position: absolute;
  bottom: 27px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .js-hotel-slideTopSide .swiper-pagination,
  .js-hotel-slideSide .swiper-pagination,
  .js-hotel-slideFull .swiper-pagination {
    bottom: 10px;
    left: 10px;
  }
}

.js-hotel-slideTopSide .swiper-pagination-bullet,
.js-hotel-slideSide .swiper-pagination-bullet,
.js-hotel-slideFull .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: border .3s;
  transition: border .3s;
}

@media screen and (max-width: 767px) {
  .js-hotel-slideTopSide .swiper-pagination-bullet,
  .js-hotel-slideSide .swiper-pagination-bullet,
  .js-hotel-slideFull .swiper-pagination-bullet {
    margin: 0;
    width: 14px;
    height: 14px;
  }
}

.js-hotel-slideTopSide .swiper-pagination-bullet::before,
.js-hotel-slideSide .swiper-pagination-bullet::before,
.js-hotel-slideFull .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .js-hotel-slideTopSide .swiper-pagination-bullet::before,
  .js-hotel-slideSide .swiper-pagination-bullet::before,
  .js-hotel-slideFull .swiper-pagination-bullet::before {
    width: 4px;
    height: 4px;
  }
}

.js-hotel-slideTopSide .swiper-pagination-bullet:hover,
.js-hotel-slideTopSide .swiper-pagination-bullet-active,
.js-hotel-slideSide .swiper-pagination-bullet:hover,
.js-hotel-slideSide .swiper-pagination-bullet-active,
.js-hotel-slideFull .swiper-pagination-bullet:hover,
.js-hotel-slideFull .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.js-hotel-slideTopSide .swiper-fade .swiper-slide,
.js-hotel-slideSide .swiper-fade .swiper-slide,
.js-hotel-slideFull .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.js-hotel-slideTopSide .swiper-fade .swiper-slide-active,
.js-hotel-slideSide .swiper-fade .swiper-slide-active,
.js-hotel-slideFull .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.js-hotel-slideTopSide .slide,
.js-hotel-slideSide .slide,
.js-hotel-slideFull .slide {
  display: grid;
  place-content: center;
  text-align: center;
}

.js-hotel-slideTopSide .slide-media,
.js-hotel-slideSide .slide-media,
.js-hotel-slideFull .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 1.2;
}

.js-hotel-slideTopSide .slide-media img,
.js-hotel-slideSide .slide-media img,
.js-hotel-slideFull .slide-media img {
  -webkit-transition: 5s 1s linear;
  transition: 5s 1s linear;
  -webkit-transform: translateX(1.1%);
  transform: translateX(1.1%);
}

.swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-1.1%);
  transform: translateX(-1.1%);
}

.js-hotel-slideSide .slide-media {
  scale: 1.3;
}

.js-hotel-slideSide .slide-media img {
  -webkit-transform: translateX(1.15%);
  transform: translateX(1.15%);
}

.js-hotel-slideSide .swiper-slide[class*=-active] .slide-media img {
  -webkit-transform: translateX(-1.15%);
  transform: translateX(-1.15%);
}

/**
 * Other
 */
/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-notPc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-notTbSp {
    display: none !important;
  }
}

.u-textRight {
  text-align: right;
}

.u-textCenter {
  text-align: center !important;
}

.u-del {
  text-decoration: line-through;
}

.u-note {
  margin-top: 1em;
  font-size: 1.2rem;
}

.u-sup {
  vertical-align: super;
  font-size: 1rem;
}

.u-bold {
  font-weight: bold !important;
}

/**
* keyframes
*/
@-webkit-keyframes hotelBgPhoto01 {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -60px center;
  }
}
@keyframes hotelBgPhoto01 {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -60px center;
  }
}

@-webkit-keyframes hotelSlideImg01 {
  0% {
    left: 0;
  }
  100% {
    left: -60px;
  }
}

@keyframes hotelSlideImg01 {
  0% {
    left: 0;
  }
  100% {
    left: -60px;
  }
}

@-webkit-keyframes hotelLoading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hotelLoading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hotelBgItem01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
}

@keyframes hotelBgItem01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
}

@-webkit-keyframes hotelBgItem02 {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
}

@keyframes hotelBgItem02 {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
}

@-webkit-keyframes hotelBgItem01_sp {
  0% {
    opacity: 1;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes hotelBgItem01_sp {
  0% {
    opacity: 1;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@-webkit-keyframes hotelBgItem02_sp {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes hotelBgItem02_sp {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

/*　上に上がる動き　*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  -moz-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
