@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*line-height: 1;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

/*div,
figure {
  line-height: 0;
}*/

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

html, body {
  height: 100%;
}

body {
  font-family: "Lato", "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

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

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

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

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.sunsSerif {
  font-family: 'Lato', 'Noto Sans JP', YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.Montserrat {
  font-family: 'Montserrat', YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.Futura {
  font-family: futura-pt, YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

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

.weightNormal {
  font-weight: normal !important;
}

.colorBlack {
  color: #333 !important;
}

.colorWhite {
  color: #fff !important;
}

.wrap {
  margin: 0 auto;
  width: min(94%, 1200px);
}

.inlineBlock {
  display: inline-block;
}

.noBreaks {
  word-break: keep-all;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

.fontSize50 {
  font-size: 50%;
}

.fontSize55 {
  font-size: 55%;
}

.fontSize60 {
  font-size: 60%;
}

.fontSize65 {
  font-size: 65%;
}

.fontSize70 {
  font-size: 70%;
}

.fontSize75 {
  font-size: 75%;
}

.fontSize80 {
  font-size: 80%;
}

.fontSize85 {
  font-size: 85%;
}

.fontSize90 {
  font-size: 90%;
}

.fontSize95 {
  font-size: 95%;
}

.fontSize100 {
  font-size: 100%;
}

.fontSize105 {
  font-size: 105%;
}

.fontSize110 {
  font-size: 110%;
}

.fontSize115 {
  font-size: 115%;
}

.fontSize120 {
  font-size: 120%;
}

.fontSize125 {
  font-size: 125%;
}

.fontSize130 {
  font-size: 130%;
}

.fontSize135 {
  font-size: 135%;
}

.fontSize140 {
  font-size: 140%;
}

.fontSize145 {
  font-size: 145%;
}

.fontSize150 {
  font-size: 150%;
}

.fontSize155 {
  font-size: 155%;
}

.fontSize160 {
  font-size: 160%;
}

.fontSize165 {
  font-size: 165%;
}

.fontSize170 {
  font-size: 170%;
}

.fontSize175 {
  font-size: 175%;
}

.fontSize180 {
  font-size: 180%;
}

.fontSize185 {
  font-size: 185%;
}

.fontSize190 {
  font-size: 190%;
}

.fontSize195 {
  font-size: 195%;
}

.fontSize200 {
  font-size: 200%;
}

.fontSize205 {
  font-size: 205%;
}

.fontSize210 {
  font-size: 210%;
}

.fontSize215 {
  font-size: 215%;
}

.fontSize220 {
  font-size: 220%;
}

.fontSize225 {
  font-size: 225%;
}

.fontSize230 {
  font-size: 230%;
}

.fontSize235 {
  font-size: 235%;
}

.fontSize240 {
  font-size: 240%;
}

.fontSize245 {
  font-size: 245%;
}

.fontSize250 {
  font-size: 250%;
}

.fontSize255 {
  font-size: 255%;
}

.fontSize260 {
  font-size: 260%;
}

.fontSize265 {
  font-size: 265%;
}

.fontSize270 {
  font-size: 270%;
}

.fontSize275 {
  font-size: 275%;
}

.fontSize280 {
  font-size: 280%;
}

.fontSize285 {
  font-size: 285%;
}

.fontSize290 {
  font-size: 290%;
}

.fontSize295 {
  font-size: 295%;
}

.fontSize300 {
  font-size: 300%;
}

.fontSize305 {
  font-size: 305%;
}

.fontSize310 {
  font-size: 310%;
}

.fontSize315 {
  font-size: 315%;
}

.fontSize320 {
  font-size: 320%;
}

.fontSize325 {
  font-size: 325%;
}

.fontSize330 {
  font-size: 330%;
}

.fontSize335 {
  font-size: 335%;
}

.fontSize340 {
  font-size: 340%;
}

.fontSize345 {
  font-size: 345%;
}

.fontSize350 {
  font-size: 350%;
}

.fontSize355 {
  font-size: 355%;
}

.fontSize360 {
  font-size: 360%;
}

.fontSize365 {
  font-size: 365%;
}

.fontSize370 {
  font-size: 370%;
}

.fontSize375 {
  font-size: 375%;
}

.fontSize380 {
  font-size: 380%;
}

.fontSize385 {
  font-size: 385%;
}

.fontSize390 {
  font-size: 390%;
}

.fontSize395 {
  font-size: 395%;
}

.fontSize400 {
  font-size: 400%;
}

.fontSize405 {
  font-size: 405%;
}

.fontSize410 {
  font-size: 410%;
}

.fontSize415 {
  font-size: 415%;
}

.fontSize420 {
  font-size: 420%;
}

.fontSize425 {
  font-size: 425%;
}

.fontSize430 {
  font-size: 430%;
}

.fontSize435 {
  font-size: 435%;
}

.fontSize440 {
  font-size: 440%;
}

.fontSize445 {
  font-size: 445%;
}

.fontSize450 {
  font-size: 450%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  .sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 keyframes
==================================================================================*/
/*==================================================================================
 common
==================================================================================*/
:root {
  /* Colors */
  --black: #000;
  --black-2: #666;
  --black-3: #333;
  --black-4: #4c4c4c;
  --white: #fff;
  --gray-1: rgba(0, 0, 0, 0.15);
  --gray-2: #f5f5f5;
  --gray-3: #cdced0;
  --gray-4: #e7e5e2;
  --gray-5: #d9d9d9;
  --gray-6: #aaaaaa;
  --gray-7: #a7a7a7;
  --gray-8: #f2f2f2;
  --red-1: #773b54;
  --red-2: #ef0505;
  --red-3: #a30606;
  --red-4: #c32939;
  --red-5: #d40c34;
  --blue-1: #3b64bf;
  --blue-2: #021851;
  --yellow-1: #a3872e;
  --yellow-2: #ffffe0;
  --pink-1: #ffe9e6;
  --pink-2: #ff197a;
  --pink-3: #9a5a74;
  --pink-4: #c9aeb9;
  --pink-5: #e8dce1;
  --green-1: #14ff00;

  /* Fonts */
  --font-family-sans: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-family-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-family-en: "Lato", sans-serif;
}

html {
  font-feature-settings: "palt";
}
html.scroll-lock {
  overflow: hidden;
}

.allWrap {
  overflow: hidden;
}

main {
  font-weight: bold;
}
main.noSubMenu {
  padding-top: 79.4px;
}
main.dormyinnSubMenu {
  padding-top: 133.4px;
}
main.main-wrapper {
  padding-top: 89px;
}
main.dormyinnSubMenu.infoInkoZukanWrap {
  padding-top: 127.4px;
}
main.hotelsDetailSubMenu {
  padding-top: 132.0px;
}
.hotelsDetailTop main.hotelsDetailSubMenu {
  padding-top: 184.4px;
}
@media (max-width: 1024px) {
  main.noSubMenu {
    padding-top: 59px;
  }
  main.dormyinnSubMenu {
    padding-top: 103px;
  }
  main.main-wrapper {
    padding-top: 59px;
  }
  main.hotelsDetailSubMenu {
    padding-top: 106.4px;
  }
  .hotelsDetailTop main.hotelsDetailSubMenu {
    padding-top: 158.8px; 
  }
}
main li,
main .image,
main figure {
  position: relative;
}
main .caption {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
main img + .caption {
  position: absolute;
  bottom: 1%;
  right: .8%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
main img + .caption.outside {
  display: block;
  position: static;
  padding-top: 5px;
  text-shadow: none;
}
main .dropShadow01 {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
main .commonCatch01 {
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
}
main .commonLead01 {
  line-height: 1.5;
  font-size: 18px;
}
main .commonLead02 {
  line-height: 1.9;
  font-size: 20px;
}
main .commonText01 {
  line-height: 1.4;
  font-size: 16px;
}
main .commonText02 {
  line-height: 2.1;
  font-size: 14px;
}
main .topCouponBanner_2 img {
    width: 35vw;
    height: auto;
    display: block;
    margin: 0 auto;
}
main .commonTitle01 {
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.4;
  font-size: 34px;
  font-weight: 900;
}
main .commonTitle01.small {
  font-size: 18px;
}
main .commonTitle01.small .en {
  padding-bottom: 0;
  font-size: 100%;
}
main .commonTitle01.small02 {
  font-size: 24px;
}
main .commonTitle01.small02 .en {
  padding-bottom: 0;
  font-size: 100%;
}
main .commonTitle01.pattern02 .en {
  padding-top: 5px;
  padding-bottom: 0;
}
main .commonTitle01 .verticallyTitle {
  width: 80px;
}
main .commonTitle01 .en {
  display: block;
  padding-bottom: 15px;
  font-size: 60%;
  color: #B29259;
}
main .commonTitle02 {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 900;
}
main .commonTitle02 .en {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: .7;
  font-size: 120px;
  color: #2B4571;
  opacity: .15;
}
@media (max-width: 1024px) {
  main .commonTitle02 .en {
    font-size: 100px;
  }
}
main .commonTitle02 .en02 {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}
main .commonTitle02.pattern02 {
  padding: 30px calc(50vw - 600px) 80px;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  main .commonTitle02.pattern02 {
    padding: 30px 3% 80px;
  }
}
main .commonTitle02.pattern02 .en {
  letter-spacing: 5px;
  font-size: 140px;
  color: rgba(34, 30, 30, 0.07);
  opacity: 1;
}
main .commonTitle03 {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 24px;
  font-weight: 900;
}
main .commonTitle03:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #2A4574;
  z-index: 0;
}
main .commonTitle03 span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #2A4574;
  background: #EAF2FF;
  z-index: 1;
}
main .commonTitle04 {
  position: relative;
  padding: 8px 3%;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #9A9A9A;
}
main .commonTitle05 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}
main .commonTitle05:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #000;
  z-index: 0;
}
main .commonTitle05.small {
  margin-bottom: 40px;
  font-size: 22px;
}
main .commonTitle05 span {
  display: inline-block;
  position: relative;
  padding: 0 .75em;
  line-height: 1.4;
  background: #fff;
  z-index: 1;
}
main .commonTitle06 {
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
  font-size: 36px;
  color: #fff;
}
main .commonTitle06 .small {
  display: block;
  padding-top: 5px;
  font-size: 20px;
}
main .commonTitle07 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  padding-bottom: 25px;
  line-height: 1;
  font-size: 30px;
}
main .commonTitle07 .en {
  display: inline-block;
  font-size: 20px;
}
main .commonTitle07 .en.small {
  font-size: 12px;
}
main .commonTitle08 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 70px;
  height: 68px;
  line-height: 1;
  font-size: 26px;
  color: #fff;
  background: #2A4574;
}
main .commonTitle08.color02 {
  background: #B29259;
}
main .commonTitle08 img {
  width: 34px;
  filter: brightness(10);
}
main .commonTitle09 {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 25px;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  color: #2A4574;
}
main .commonTitle09:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  background: #2A4574;
  transform: translateX(-50%);
}
main .commonTitle09.color02 {
  color: #333;
}
main .commonTitle09.color02:after {
  background: #B29259;
}
main .commonTitle10 {
  margin-bottom: 60px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #333;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
main .commonTitle11 {
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
  padding: 0 35px;
  line-height: 1.4;
  font-size: 22px;
}
main .commonTitle11:before, main .commonTitle11:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #977D2F;
}
main .commonTitle11:before {
  left: 0;
}
main .commonTitle11:after {
  right: 0;
}
main .commonTitle12 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
main .commonTitle12 span {
  display: inline-block;
  position: relative;
  padding: 0 10px 15px;
  border-bottom: 3px solid #C4C4C4;
  line-height: 1.4;
}
main .commonTitle12 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #666;
}
main .commonTitle13 {
  padding-bottom: 35px;
  text-align: center;
  line-height: 1.4;
  font-size: 26px;
  color: #2A4574;
}
main .commonTitle14 {
  margin-bottom: 15px;
  padding: 5px 10px;
  border-left: 3px solid #000;
  line-height: 1.4;
  font-size: 20px;
}
main .commonTitle14.color02 {
  border-left-color: #B29259;
}
main .commonTitle15 {
  position: relative;
  margin-bottom: 40px;
  padding-right: 200px;
  line-height: 1;
  font-size: 24px;
  color: #39527C;
}
main .commonTitle15:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 12px);
  right: 0;
  left: 0;
  height: 1px;
  background: #39527C;
  z-index: -1;
}
main .commonTitle15 .en {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #A5852E;
}
main .commonTitle15 .ja {
  display: inline-block;
  position: relative;
  padding-right: .5em;
  letter-spacing: 2px;
  line-height: 1.4;
  background: #fff;
  z-index: 1;
}
main .commonButton01 {
  line-height: 1;
  width: 120px;
}
main .commonButton01.center a {
  text-align: center;
}
main .commonButton01.current a {
  pointer-events: none;
  border-color: #fff;
  color: #fff;
  background: #333;
}
main .commonButton01.current a:after {
  border-bottom-color: #fff;
}
main .commonButton01 a,
main .commonButton01 > span {
  display: block;
  position: relative;
  padding: 15px 0;
  border: 2px solid #333;
  text-align: center;
  font-size: 15px;
  color: #333;
  background: #fff;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
main .commonButton01 a:after,
main .commonButton01 > span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-left: 13px solid transparent;
  border-bottom: 13px solid #333;
}
main .commonButton01 a:hover,
main .commonButton01 > span:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonButton01 a:hover,
  main .commonButton01 > span:hover {
    border-color: #fff;
    color: #fff;
    background: #333;
  }
  main .commonButton01 a:after,
  main .commonButton01 > span:after {
    border-bottom-color: #fff;
  }
}
main .commonButton02 {
  margin: auto;
  padding-top: 80px;
  line-height: 1;
  width: 94%;
  max-width: 460px;
}
main .commonButton02.noSpace {
  padding: 0 !important;
}
main .commonButton02.center a {
  text-align: center;
}
main .commonButton02.colorGold a {
  border-color: #B1925F;
  background: #B1925F;
}
@media (min-width: 1025px) {
  main .commonButton02.colorGold a:hover {
    color: #B1925F;
    background: #fff;
  }
  main .commonButton02.colorGold a:hover:after {
    border-bottom-color: #B1925F;
  }
}
main .commonButton02.colorGold.current a {
  pointer-events: none;
  color: #B1925F;
  background: #fff;
}
main .commonButton02.colorGold.current a:after {
  border-bottom-color: #333;
}
main .commonButton02.colorWhite a {
  border-color: #fff;
  color: #333;
  background: #fff;
}
main .commonButton02.colorWhite a:after {
  border-bottom-color: #333;
}
@media (min-width: 1025px) {
  main .commonButton02.colorWhite a:hover {
    border-color: #fff;
    color: #333;
    background-color: #fff;
    opacity: .7;
  }
}
main .commonButton02.colorWhite.current a {
  pointer-events: none;
  border-color: #fff;
  color: #333;
  background-color: #fff;
}
main .commonButton02.colorBlue a/*,
main .commonButton02.colorBlue span*/ {
  border-color: #fff;
  color: #2A4574;
  background: #fff;
cursor: pointer;
}
main .commonButton02.colorBlue a:after/*,
main .commonButton02.colorBlue span:after*/ {
  border-bottom-color: #2A4574;
}
@media (min-width: 1025px) {
  main .commonButton02.colorBlue a:hover/*,
  main .commonButton02.colorBlue span:hover*/ {
    border-color: #2A4574;
    color: #fff;
    background-color: #2A4574;
  }
  main .commonButton02.colorBlue a:hover:after/*,
  main .commonButton02.colorBlue span:hover:after*/ {
    border-bottom-color: #fff;
  }
}
main .commonButton02.colorBlue.current a/*,
main .commonButton02.colorBlue.current span*/ {
  pointer-events: none;
  border-color: #fff;
  color: #2A4574;
  background-color: #fff;
}
main .commonButton02.colorBlue02 a,
main .commonButton02.colorBlue02 button {
  border-color: #2A4574;
  color: #fff;
  background: #2A4574;
}
main .commonButton02.colorBlue02 a:after,
main .commonButton02.colorBlue02 button:after {
  border-bottom-color: #fff;
}
@media (min-width: 1025px) {
  main .commonButton02.colorBlue02 a:hover,
  main .commonButton02.colorBlue02 button:hover {
    border-color: #2A4574;
    color: #2A4574;
    background-color: #fff;
  }
  main .commonButton02.colorBlue02 a:hover:after,
  main .commonButton02.colorBlue02 button:hover:after {
    border-bottom-color: #2A4574;
  }
}
main .commonButton02.colorBlue02.current a {
  pointer-events: none;
  border-color: #fff;
  color: #2A4574;
  background-color: #fff;
}
main .commonButton02.current a/*,
main .commonButton02.current span*/ {
  pointer-events: none;
  border-color: #333;
  color: #333;
  background: #fff;
}
main .commonButton02.current a:after/*,
main .commonButton02.current span:after*/ {
  border-bottom-color: #333;
}
main .commonButton02 a,
/*main .commonButton02 span,*/
main .commonButton02 button {
  display: block;
  position: relative;
  padding: 22px 0;
  border: 2px solid #333;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}
main .commonButton02 button {
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
main .commonButton02 a:after,
/*main .commonButton02 span:after,*/
main .commonButton02 button:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-left: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
main .commonButton02 a:hover,
/*main .commonButton02 span:hover,*/
main .commonButton02 button:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonButton02 a:hover,
  /*main .commonButton02 span:hover,*/
  main .commonButton02 button:hover {
    color: #333;
    background: #fff;
  }
  main .commonButton02 a:after,
  /*main .commonButton02 span:after,*/
  main .commonButton02 button:after {
    border-bottom-color: #333;
  }
}
main .commonButton02.category01 a, main .commonButton02.category02 a {
  padding-left: calc(1.5em + 18px);
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-spa01.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px auto;
}
#staging main .commonButton02.category01 a, main .commonButton02.category02 a {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-spa01.svg");
}
#develop main .commonButton02.category01 a, main .commonButton02.category02 a {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-spa01.svg");
}
main .commonButton02.category02 a {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-spa02.svg");
}
#staging main .commonButton02.category02 a {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-spa02.svg");
}
#develop main .commonButton02.category02 a {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-spa02.svg");
}
main .commonButton03 {
  text-align: right;
  line-height: 1;
  font-size: 16px;
}
main .commonButton03 a {
  display: inline-block;
  position: relative;
  padding: 7px 0 7px 40px;
  color: #2A4574;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow05.svg") no-repeat left center;
  background-size: auto 100%;
}
#staging main .commonButton03 a {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow05.svg");
}
#develop main .commonButton03 a {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow05.svg");
}
main .commonButton04 {
  position: relative;
  padding-right: 70px;
  text-align: right;
  line-height: 1;
  font-size: 16px;
  color: #333;
}
main .commonButton04:before, main .commonButton04:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  background: #000;
}
main .commonButton04:before {
  right: 0;
  width: 60px;
  height: 1px;
}
main .commonButton04:after {
  right: -2px;
  margin-top: -6px;
  width: 25px;
  height: 1px;
  transform: rotate(30deg);
}
main .commonButton05 {
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
}
main .commonButton05 + .commonButton05 {
  border-top: 1px solid #fff;
}
main .commonButton05 a {
  display: block;
  position: relative;
  padding: 60px 0;
  color: #fff;
}
main .commonButton05 a:before, main .commonButton05 a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  background: #fff;
}
main .commonButton05 a:before {
  right: 8%;
  width: 135px;
  height: 1px;
}
main .commonButton05 a:after {
  right: calc(8% - 2px);
  margin-top: -6px;
  width: 25px;
  height: 1px;
  transform: rotate(30deg);
}
main .commonButton05 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonButton05 a:hover {
    background: #BEA67C;
  }
}
main .commonButton06 {
  margin: auto;
  padding-top: 80px;
  width: 94%;
  max-width: 320px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}
main .commonButton06 a {
  display: block;
  position: relative;
  padding: 20px 30px;
  border: 1px solid #333;
  color: #333;
  background: #fff;
}
main .commonButton06 a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
main .commonButton06 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonButton06 a:hover {
    border-color: #BEA67C;
    color: #fff;
    background: #BEA67C;
  }
  main .commonButton06 a:hover:after {
    border-color: #fff;
  }
}
main .commonButton06.small {
  font-size: 14px;
}
main .commonButton06.small a {
  padding: 16px 12px;
}
main .commonButton06.small a:after {
  top: calc(50% - 3px);
  right: 6px;
  width: 5px;
  height: 5px;
}
main .commonButton06.color02 a {
  color: #fff;
  background: #333;
}
main .commonButton06.color02 a:after {
  border-color: #fff;
}
@media (min-width: 1025px) {
  main .commonButton06.color02 a:hover {
    border-color: #BEA67C;
    color: #fff;
    background: #BEA67C;
  }
  main .commonButton06.color02 a:hover:after {
    border-color: #fff;
  }
}
main .commonButton07 {
  margin: auto;
  margin-top: 80px;
  position: relative;
  width: 94%;
  max-width: 300px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
main .commonButton07:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  width: 90px;
  height: 1px;
  background: #221E1E;
  transform: translateY(-50%);
}
main .commonButton07 a {
  display: block;
  position: relative;
  padding: 16px 50px;
  border: 1px solid #221E1E;
  border-radius: 28px;
  color: #221E1E;
  background: #fff;
}
main .commonButton08 {
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
main .commonButton08 a {
  display: block;
  position: relative;
  padding: 12px 0;
  border-radius: 25px;
  line-height: 1.4;
  color: #fff;
  background: #2A4574;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
main .commonButton08.color02 a {
  background: #B1925F;
}
main .commonButton08.color03 a {
  background: #4A6394;
}
main .commonButton09 {
  padding-top: 50px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
main .commonButton09 a,
main .commonButton09 .wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  color: #2A4574;
}
main .commonButton09 a:before,
main .commonButton09 .wrapper:before {
  content: '';
  flex: 0 0 70px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow13.svg") no-repeat center center #2A4574;
  background-size: 12px 12px;
}
#staging main .commonButton09 a:before,
#staging main .commonButton09 .wrapper:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow13.svg");
}
#develop main .commonButton09 a:before,
#develop main .commonButton09 .wrapper:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow13.svg");
}
main .commonButton09 a .en,
main .commonButton09 .wrapper .en {
  display: block;
  padding-top: 8px;
}
@media (min-width: 768px) {
  main .commonButton09.small a,
  main .commonButton09.small .wrapper {
    gap: 0 10px;
  }
  main .commonButton09.small a:before,
  main .commonButton09.small .wrapper:before {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
main .commonButton09.pattern02 a,
main .commonButton09.pattern02 .wrapper {
  color: #4C4C4C;
}
main .commonButton09.pattern02 a:before,
main .commonButton09.pattern02 .wrapper:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-external02.svg");
  background-color: #4C4C4C;
}
#staging main .commonButton09.pattern02 a:before,
#staging main .commonButton09.pattern02 .wrapper:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-external02.svg");
}
#develop main .commonButton09.pattern02 a:before,
#develop main .commonButton09.pattern02 .wrapper:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-external02.svg");
}
main .commonButton09.pattern03 a,
main .commonButton09.pattern03 .wrapper {
  flex-direction: row-reverse;
}
main .commonButton09.pattern03 a:before,
main .commonButton09.pattern03 .wrapper:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-plus03.svg");
  background-size: 17px 17px;
}
#staging main .commonButton09.pattern03 a:before,
#staging main .commonButton09.pattern03 .wrapper:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-plus03.svg");
}
#develop main .commonButton09.pattern03 a:before,
#develop main .commonButton09.pattern03 .wrapper:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-plus03.svg");
}
main .commonButton09.pattern03.open a:before,
main .commonButton09.pattern03.open .wrapper:before {
  transform: rotate(45deg);
}
main .commonButton10 a {
  position: relative;
  Display: block;
  padding-left: 30px;
  color: #2A4574;
}
main .commonButton10 a::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #2A4574;
  border-right: 2px solid #2A4574;
  transform: rotate(45deg);
}
main .commonButtons01 {
  display: flex;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  main .commonButtons01 {
    font-size: 16px;
  }
}
main .commonButtons01 li {
  flex: 1 0 50%;
}
main .commonButtons01 li.current a {
  pointer-events: none;
  color: #fff;
  background: #475574;
}
main .commonButtons01 li.current a span:before, main .commonButtons01 li.current a span:after {
  background: #fff;
}
main .commonButtons01 li.centerBtn {
    flex: 0 0 calc(50% - 10px);
    margin: 0 auto;
}
main .commonButtons01 li:last-child {
  flex: 0 0 calc(50% - 10px);
}
main .commonButtons01 li:last-child.current a {
  color: #fff;
  background: #B27765;
}
main .commonButtons01 li:last-child.current a:before {
  background: #B27765;
}
main .commonButtons01 li:last-child.current a span:before, main .commonButtons01 li:last-child.current a span:after {
  background: #fff;
}
main .commonButtons01 li:last-child a {
  border-color: #B27765;
  color: #B27765;
}
main .commonButtons01 li:last-child a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -18px;
  border-bottom: 1px solid #B27765;
  border-left: 1px solid #B27765;
  width: 40px;
  background: #fff;
  transform: skew(-20deg, 0deg);
}
main .commonButtons01 li.centerBtn a:before {
    content: none;
}
@media (min-width: 1025px) {
  main .commonButtons01 li:last-child a:hover {
    color: #fff;
    background: #B27765;
  }
  main .commonButtons01 li:last-child a:hover:before {
    background: #B27765;
  }
  main .commonButtons01 li:last-child a:hover span:before, main .commonButtons01 li:last-child a:hover span:after {
    background: #fff;
  }
}
main .commonButtons01 li:last-child span:before, main .commonButtons01 li:last-child span:after {
  background: #B27765;
}
main .commonButtons01 a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  border: 1px solid #222A3B;
  color: #222A3B;
  background: #fff;
}
main .commonButtons01 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonButtons01 a:hover {
    color: #fff;
    background: #475574;
  }
  main .commonButtons01 a:hover span:before, main .commonButtons01 a:hover span:after {
    background: #fff;
  }
}
main .commonButtons01 span {
  display: inline-block;
  position: relative;
  padding-right: 165px;
  line-height: 1.4;
  z-index: 1;
}
main .commonButtons01 span:before, main .commonButtons01 span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  background: #222A3B;
}
main .commonButtons01 span:before {
  right: 0;
  width: 135px;
  height: 1px;
}
main .commonButtons01 span:after {
  right: -2px;
  margin-top: -6px;
  width: 25px;
  height: 1px;
  transform: rotate(30deg);
}
main .commonButtons01.color02 li:first-child.current a {
  color: #333;
  background: #fff;
}
main .commonButtons01.color02 li:first-child a {
  border-color: #333;
  color: #fff;
  background: #333;
}
@media (min-width: 1025px) {
  main .commonButtons01.color02 li:first-child a:hover {
    color: #333;
    background: #fff;
  }
  main .commonButtons01.color02 li:first-child a:hover span:before, main .commonButtons01.color02 li:first-child a:hover span:after {
    background: #333 !important;
  }
}
main .commonButtons01.color02 li:first-child span:before, main .commonButtons01.color02 li:first-child span:after {
  background: #fff !important;
}
main .commonButtons01.color02 li:last-child.current a {
  color: #fff;
  background: #333;
}
main .commonButtons01.color02 li:last-child a {
  border-color: #333;
  color: #333;
  background: #fff;
}
main .commonButtons01.color02 li:last-child a:before {
  border-color: #333;
}
main .commonButtons01.color02 li:last-child a.noLink,
main .commonButtons01.color02 li:last-child a.noLink:before {
  background: #ccc;
}
@media (min-width: 1025px) {
  main .commonButtons01.color02 li:last-child a:hover {
    color: #fff;
    background: #333;
  }
  main .commonButtons01.color02 li:last-child a:hover:before {
    background: #333;
  }
  main .commonButtons01.color02 li:last-child a.noLink:hover {
    color: #333;
    background: #ccc;
  }
  main .commonButtons01.color02 li:last-child a.noLink:hover:before {
    background: #ccc;
  }
  main .commonButtons01.color02 li:last-child a:hover span:before, main .commonButtons01.color02 li:last-child a:hover span:after {
    background: #fff !important;
  }
  main .commonButtons01.color02 li:last-child a.noLink:hover span:before, main .commonButtons01.color02 li:last-child a.noLink:hover span:after {
    background: #333 !important;
  }
}
main .commonButtons01.color02 li:last-child span:before, main .commonButtons01.color02 li:last-child span:after {
  background: #333 !important;
}
main .commonButtons01.color03 li:first-child.current a {
  background: #6B778F;
}
main .commonButtons01.color03 li:first-child a {
  border-color: #6B778F;
}
@media (min-width: 1025px) {
  main .commonButtons01.color03 li:first-child a:hover {
    background: #6B778F;
  }
}
main .commonButtons01.color03 li:last-child.current a {
  background: #B27765;
}
main .commonButtons01.color03 li:last-child a {
  border-color: #B27765;
}
@media (min-width: 1025px) {
  main .commonButtons01.color03 li:last-child a:hover:before {
    background: #B27765;
  }
}
main .commonButtons02 {
  display: flex;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
}
main .commonButtons02 li {
  flex: 1 0 50%;
}
main .commonButtons02 li.current a {
  pointer-events: none;
  color: #fff;
  background: #475574;
}
main .commonButtons02 li.current a span:before, main .commonButtons02 li.current a span:after {
  background: #fff;
}
main .commonButtons02 li:last-child {
  flex: 0 0 calc(50% - 10px);
}
main .commonButtons02 li:last-child.current a {
  color: #fff;
  background: #B27765;
}
main .commonButtons02 li:last-child.current a:before {
  background: #B27765;
}
main .commonButtons02 li:last-child.current a span:before, main .commonButtons02 li:last-child.current a span:after {
  background: #fff;
}
main .commonButtons02 li:last-child a {
  border-color: #B27765;
  color: #B27765;
}
main .commonButtons02 li:last-child a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -18px;
  border-bottom: 1px solid #B27765;
  border-left: 1px solid #B27765;
  width: 40px;
  background: #fff;
  transform: skew(-20deg, 0deg);
}
@media (min-width: 1025px) {
  main .commonButtons02 li:last-child a:hover {
    color: #fff;
    background: #B27765;
  }
  main .commonButtons02 li:last-child a:hover:before {
    background: #B27765;
  }
  main .commonButtons02 li:last-child a:hover span:before, main .commonButtons02 li:last-child a:hover span:after {
    background: #fff;
  }
}
main .commonButtons02 li:last-child span:before, main .commonButtons02 li:last-child span:after {
  background: #B27765;
}
main .commonButtons02 a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  border: 1px solid #222A3B;
  color: #222A3B;
  background: #fff;
}
main .commonButtons02 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonButtons02 a:hover {
    color: #fff;
    background: #475574;
  }
  main .commonButtons02 a:hover span:before, main .commonButtons02 a:hover span:after {
    background: #fff;
  }
}
main .commonButtons02 span {
  display: inline-block;
  position: relative;
  padding-right: 165px;
  line-height: 1.4;
  z-index: 1;
}
main .commonButtons02 span:before, main .commonButtons02 span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  background: #222A3B;
}
main .commonButtons02 span:before {
  right: 0;
  width: 135px;
  height: 1px;
}
main .commonButtons02 span:after {
  right: -2px;
  margin-top: -6px;
  width: 25px;
  height: 1px;
  transform: rotate(30deg);
}
main .commonButtons02.color02 li:first-child.current a {
  color: #333;
  background: #fff;
}
main .commonButtons02.color02 li:first-child a {
  border-color: #333;
  color: #fff;
  background: #333;
}
@media (min-width: 1025px) {
  main .commonButtons02.color02 li:first-child a:hover {
    color: #333;
    background: #fff;
  }
  main .commonButtons02.color02 li:first-child a:hover span:before, main .commonButtons02.color02 li:first-child a:hover span:after {
    background: #333 !important;
  }
}
main .commonButtons02.color02 li:first-child span:before, main .commonButtons02.color02 li:first-child span:after {
  background: #fff !important;
}
main .commonButtons02.color02 li:last-child.current a {
  color: #fff;
  background: #333;
}
main .commonButtons02.color02 li:last-child a {
  border-color: #333;
  color: #333;
  background: #fff;
}
main .commonButtons02.color02 li:last-child a:before {
  border-color: #333;
}
@media (min-width: 1025px) {
  main .commonButtons02.color02 li:last-child a:hover {
    color: #fff;
    background: #333;
  }
  main .commonButtons02.color02 li:last-child a:hover:before {
    background: #333;
  }
  main .commonButtons02.color02 li:last-child a:hover span:before, main .commonButtons02.color02 li:last-child a:hover span:after {
    background: #fff !important;
  }
}
main .commonButtons02.color02 li:last-child span:before, main .commonButtons02.color02 li:last-child span:after {
  background: #333 !important;
}
main .commonMapSearchArea01 .searchAreaMaps {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease, opacity .2s ease;
}
main .commonMapSearchArea01 .searchAreaMaps:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
main .commonMapSearchArea01 .searchAreaMaps.visible {
  visibility: visible;
  opacity: 1;
}
main .commonMapSearchArea01 .searchAreaMaps iframe {
  width: 100% !important;
  overflow: hidden;
}
main .commonMapSearchArea01 .searchAreaMaps .areaButtons li {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}
main .commonMapSearchArea01 .searchAreaMaps .areaButtons li.disable {
  display: none;
}
main .commonMapSearchArea01 .searchAreaMaps .areaButtons li.noLink {
  width: auto;
}
main .commonMapSearchArea01 .searchAreaMaps .areaButtons li.noLink a {
  pointer-events: none;
  display: inline-block;
  padding: 0;
  border: none;
  color: #fff;
  background: none;
}
main .commonMapSearchArea01 .searchAreaMaps .areaButtons li.noLink a:after {
  display: none;
}
main .commonMapSearchArea01 .searchAreaMaps .areaMaps li:not(:first-child) {
  display: none;
}
main .commonMapSearchArea01 .searchAreaMaps .areaMaps img {
  width: 100%;
}
main .commonMapSearchArea01 .searchAreaMaps .areaMap {
  padding: 5% 10%;
}
main .commonMapSearchArea01 .searchAreaMaps .areaMap img {
  width: 100%;
}
main .commonMapSearchArea01 .searchAreaMaps .areaMap img:not(:first-child) {
  display: none;
}
main .commonMapSearchArea01 .searchAreaMaps .nationwideMapButton {
  position: absolute;
  top: -5px;
  left: 5%;
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:first-child {
  top: 10%;
  left: 68%;
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(2) {
  top: 38%;
  right: 1%;
  left: auto;
  transform: translateY(-50%);
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(3) {
  top: 60%;
  right: 1%;
  left: auto;
  transform: translateY(-50%);
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(4) {
  top: 74%;
  right: 1%;
  left: auto;
  transform: translateY(-50%);
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(5) {
  top: 55%;
  left: 54%;
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(6) {
  top: 78%;
  left: 54%;
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(7) {
  top: 88%;
  left: 64%;
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(8) {
  top: 67%;
  left: 5%;
  transform: translateY(-50%);
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(9) {
  top: auto;
  bottom: 0;
  left: 5%;
  transform: none;
}
main .commonMapSearchArea01 .searchAreaMaps.nationwide .areaButtons li:nth-child(10) {
  top: 43%;
  left: 5%;
  transform: translateY(-50%);
}
main .commonMapSearchArea01 .searchAreaMaps.hokkaido .areaButtons li:first-child {
  top: 44%;
  left: 52%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaMap {
  padding-right: 25%;
  padding-left: 25%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaButtons li:first-child {
  top: 16%;
  left: 52%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaButtons li:nth-child(2) {
  top: 36%;
  left: 78%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaButtons li:nth-child(3) {
  top: 64%;
  left: 72%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaButtons li:nth-child(4) {
  top: 40%;
  left: 31%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaButtons li:nth-child(5) {
  top: 62%;
  left: 25%;
}
main .commonMapSearchArea01 .searchAreaMaps.tohoku .areaButtons li:nth-child(6) {
  top: 82%;
  left: 46%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaMap {
  padding-right: 8%;
  padding-left: 8%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:first-child {
  top: 55%;
  left: 84%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(2) {
  top: 40%;
  left: 67%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(3) {
  top: 50%;
  left: 46%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(4) {
  top: 62%;
  left: 55%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(5) {
  top: 76%;
  left: 82%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(6) {
  top: 72%;
  left: 55%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(7) {
  top: 82%;
  left: 54%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(8) {
  top: 26%;
  left: 54%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(9) {
  top: 61%;
  left: 20%;
}
main .commonMapSearchArea01 .searchAreaMaps.kanto .areaButtons li:nth-child(10) {
  top: 77%;
  left: 29%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaMap {
  padding-right: 10%;
  padding-left: 10%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:first-child {
  top: 21%;
  left: 57%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:nth-child(2) {
  top: 13%;
  left: 32%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:nth-child(3) {
  top: 37%;
  left: 20%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:nth-child(4) {
  top: 46%;
  left: 44%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:nth-child(5) {
  top: 60%;
  left: 79%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:nth-child(6) {
  top: 58%;
  left: 48%;
}
main .commonMapSearchArea01 .searchAreaMaps.chubu .areaButtons li:nth-child(7) {
  top: 72%;
  left: 26%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaMap {
  padding-right: 10%;
  padding-left: 10%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaButtons li:first-child {
  top: 18%;
  left: 82%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaButtons li:nth-child(2) {
  top: 15%;
  left: 52%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaButtons li:nth-child(3) {
  top: 48%;
  left: 52%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaButtons li:nth-child(4) {
  top: 31%;
  left: 27%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaButtons li:nth-child(5) {
  top: 61%;
  left: 80%;
}
main .commonMapSearchArea01 .searchAreaMaps.kinki .areaButtons li:nth-child(6) {
  top: 76%;
  left: 47%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaMap {
  padding-right: 3%;
  padding-left: 3%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:first-child {
  top: 8%;
  left: 85%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(2) {
  top: 17%;
  left: 33%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(3) {
  top: 26%;
  left: 83%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(4) {
  top: 33%;
  left: 49%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(5) {
  top: 46%;
  left: 18%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(6) {
  top: 56%;
  left: 86%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(7) {
  top: 42%;
  left: 82%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(8) {
  top: 62%;
  left: 34%;
}
main .commonMapSearchArea01 .searchAreaMaps.chugoku .areaButtons li:nth-child(9) {
  top: 72%;
  left: 67%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaMap {
  padding-right: 11%;
  padding-left: 11%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:first-child {
  top: 13%;
  left: 45%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:nth-child(2) {
  top: 22%;
  left: 20%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:nth-child(3) {
  top: 36%;
  left: 16%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:nth-child(4) {
  top: 47%;
  left: 38%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:nth-child(5) {
  top: 26%;
  left: 84%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:nth-child(6) {
  top: 59%;
  left: 80%;
}
main .commonMapSearchArea01 .searchAreaMaps.kyushu .areaButtons li:nth-child(7) {
  top: 73%;
  left: 23%;
}
main .commonMapSearchArea01 .searchAreaMaps.overseas .areaMap {
  padding-right: 15%;
  padding-left: 15%;
}
main .commonMapSearchArea01 .searchAreaMaps.overseas .areaButtons li:first-child {
  top: 48%;
  left: 54%;
}
main .commonTabs01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 2%;
  padding-bottom: 25px;
}
main .commonTabs01 li {
  flex: 0 0 18.4%;
}
main .commonTabs02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 1.875%;
  padding-bottom: 90px;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  main .commonTabs02 {
    gap: 20px 2.5%;
    font-size: 15px;
  }
}
main .commonTabs02 li {
  flex: 0 0 18.5%;
}
@media (max-width: 1024px) {
  main .commonTabs02 li {
    flex: 0 0 23%;
  }
}
main .commonTabs02 li a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  box-sizing: border-box;
  padding: 0 25px;
  height: 60px;
  border-radius: 10px;
  border: 4px solid #2A4574;
  color: #2A4574;
}
main .commonTabs02 li a:before {
  content: '>';
  transform: scale(1.3, 1) rotate(90deg);
}
main .commonTabs02 li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonTabs02 li a:hover {
    color: #fff;
    background: #2A4574;
  }
}
main .commonTabs02 li.current a {
  pointer-events: none;
  color: #fff;
  background: #2A4574;
}
main .commonSectionTabs01 {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin-bottom: 60px;
  border-bottom: 2px solid #2A4574;
}
main .commonSectionTabs01 li {
  flex: 0 0 155px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1024px) {
  main .commonSectionTabs01 li {
    flex: 0 0 110px;
    font-size: 16px;
  }
}
main .commonSectionTabs01 li a {
  display: block;
  position: relative;
  margin: 10px 0 5px;
  padding: 25px 0;
  border-top: 2px solid  #2A4574;
  border-right: 2px solid  #2A4574;
  border-left: 2px solid  #2A4574;
  border-radius: 20px 20px 0 0;
  color: #2A4574;
  background: #fff;
  z-index: 1;
  transition: margin .1s, padding .1s;
}
main .commonSectionTabs01 li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  height: 10px;
  background: #fff;
  z-index: -1;
}
main .commonSectionTabs01 li a:hover {
  opacity: 1;
}
main .commonSectionTabs01 li a:hover:after {
  display: none;
}
@media (min-width: 1025px) {
  main .commonSectionTabs01 li a:hover {
    margin: 0;
    padding: 35px 0 30px;
    background: #2A4574;
    color: #fff;
  }
}
main .commonTabAreas01:not(.tokyo) {
  display: none;
}
main .commonTabList01 {
  background: #2A4574;
}
main .commonTabList01.color02 {
  background: #333;
}
@media (min-width: 1025px) {
  main .commonTabList01.color02 .tabs li:hover {
    background: #333;
  }
}
main .commonTabList01.color02 .tabs li.current {
  background: #333;
}
main .commonTabList01 .tabs {
  display: flex;
  text-align: center;
  font-size: 16px;
}
main .commonTabList01 .tabs li {
  flex: 1 0 auto;
  cursor: pointer;
  padding: 15px 0;
  color: #8A92A0;
  background: #fff;
}
@media (min-width: 1025px) {
  main .commonTabList01 .tabs li:hover {
    color: #fff;
    background: #2A4574;
  }
}
main .commonTabList01 .tabs li.current {
  pointer-events: none;
  color: #fff;
  background: #2A4574;
}
main .commonTabList01 .tabContents {
  padding: 20px 18px;
  overflow: auto;
  height: 300px;
}
main .commonTabList01 .tabContents::-webkit-scrollbar {
  width: 12px;
}
main .commonTabList01 .tabContents::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
main .commonTabList01 .tabContents::-webkit-scrollbar-track {
  background-color: #c3c3c3;
  border-radius: 6px;
}
main .commonTabList01 .tabContents:not(:first-of-type) {
  display: none;
}
main .commonTabList01 .tabContents li a/*,
main .commonTabList01 .tabContents li span*/ {
  padding-top: 15px;
  padding-bottom: 15px;
}
main .commonItems01 .items a,
main .commonItems01 li a {
  display: block;
  color: #333;
  background: #FAFAFA;
}
main .commonItems01 .items .textArea,
main .commonItems01 li .textArea {
  position: relative;
  padding: 25px 15px 20px;
}
main .commonItems01 .items .textArea:after,
main .commonItems01 li .textArea:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #333;
}
main .commonItems01 .items .textArea .text,
main .commonItems01 li .textArea .text {
  height: 68px;
  overflow: hidden;
}
main .commonItems01 .items .textArea .date,
main .commonItems01 li .textArea .date {
  padding-top: 1.5em;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}
main .commonItems01 .items .image img,
main .commonItems01 li .image img {
  width: 100%;
}
main .commonItems01:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
main .commonItems01:not(.slick-initialized) .items {
  flex: 0 0 30%;
}
main ul.commonItems01 {
  display: flex;
  justify-content: space-between;
}
main ul.commonItems01 li {
  flex: 0 0 30%;
}
main .commonItems02 {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
}
main .commonItems02 li a {
  display: block;
  text-align: center;
  color: #333;
  background: #fff;
}
main .commonItems02 li .image {
  margin-bottom: 15px;
}
main .commonItems02 li .text {
  line-height: 1.7;
  font-size: 20px;
}
main .commonItems02 li .text .small {
  display: block;
  font-size: 70%;
}
main .commonItems03 .items a,
main .commonItems03 li a {
  display: block;
  overflow: hidden;
  color: #333;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
}
main .commonItems03 .items .textArea,
main .commonItems03 li .textArea {
  position: relative;
  padding: 16px 20px 20px;
}
main .commonItems03 .items .textArea:after,
main .commonItems03 li .textArea:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  right: 6px;
  border-left: 21px solid transparent;
  border-bottom: 21px solid #333;
}
main .commonItems03 .items .textArea .category,
main .commonItems03 li .textArea .category {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 3px 10px 3px;
  border-radius: 10px;
  min-width: 80px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #CB2C2C;
}
main .commonItems03 .items .textArea .category.category02,
main .commonItems03 li .textArea .category.category02 {
  background: #B1DD95;
}
main .commonItems03 .items .textArea .category.category03,
main .commonItems03 li .textArea .category.category03 {
  background: #95C7DD;
}
main .commonItems03 .items .textArea .date,
main .commonItems03 li .textArea .date {
  padding-bottom: 5px;
  line-height: 1;
  font-size: 12px;
  color: #908F8F;
}
main .commonItems03 .items .textArea .text,
main .commonItems03 li .textArea .text {
  height: 48px;
  line-height: 1.7;
  font-size: 14px;
  overflow: hidden;
}
main .commonItems03 .items .image img,
main .commonItems03 li .image img {
  width: 100%;
}
main .commonItems03:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
main .commonItems03:not(.slick-initialized) .items {
  flex: 0 0 30%;
}
main .commonItems03.arrowPattern02 .items .textArea:after,
main .commonItems03.arrowPattern02 li .textArea:after {
  bottom: 6px;
  right: 8px;
  border: none;
  width: 24px;
  height: 24px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow10.svg");
  background-size: 100% 100%;
}
#staging main .commonItems03.arrowPattern02 .items .textArea:after,
#staging main .commonItems03.arrowPattern02 li .textArea:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow10.svg");
}
#develop main .commonItems03.arrowPattern02 .items .textArea:after,
#develop main .commonItems03.arrowPattern02 li .textArea:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow10.svg");
}
@media (max-width: 1200px) {
  main .commonItems03.arrowPattern02 .items .textArea:after,
  main .commonItems03.arrowPattern02 li .textArea:after {
    width: 18px;
    height: 18px;
  }
}
main .commonItems03.pattern02 {
  border-radius: 0;
}
main .commonItems03.pattern02 .items .image,
main .commonItems03.pattern02 li .image {
  border-radius: 1.2vw;
  overflow: hidden;
}
main .commonItems03.pattern02 .items a,
main .commonItems03.pattern02 li a {
  background: none;
  box-shadow: none;
}
main .commonItems03.pattern02 .items .textArea,
main .commonItems03.pattern02 li .textArea {
  padding-right: 0;
  padding-left: 0;
}
main .commonItems03.pattern02 .items .textArea:after,
main .commonItems03.pattern02 li .textArea:after {
  display: none;
}
main .commonItems03.pattern02 .items .textArea .date,
main .commonItems03.pattern02 li .textArea .date {
  padding-bottom: 10px;
}
main .commonItems03.pattern02 .items .textArea .text,
main .commonItems03.pattern02 li .textArea .text {
  height: auto;
}
main ul.commonItems03 {
  display: flex;
  justify-content: space-between;
}
main ul.commonItems03 li {
  flex: 0 0 30%;
}
main .commonItems04 .items a,
main .commonItems04 li a {
  display: block;
  color: #333;
  background: #fff;
}
main .commonItems04 .items dl,
main .commonItems04 li dl {
  position: relative;
  padding: 30px 15px 45px;
}
main .commonItems04 .items dl:after,
main .commonItems04 li dl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  right: 6px;
  border-left: 21px solid transparent;
  border-bottom: 21px solid #333;
}
main .commonItems04 .items dl dt,
main .commonItems04 li dl dt {
  margin-bottom: 15px;
  height: 46px;
  overflow: hidden;
}
main .commonItems04 .items dl .text,
main .commonItems04 li dl .text {
  height: 64px;
  font-size: 15px;
  overflow: hidden;
}
main .commonItems04 .items dl .more,
main .commonItems04 li dl .more {
  position: absolute;
  right: 40px;
  bottom: 12px;
  line-height: 1;
  font-size: 15px;
}
main .commonItems04 .items .image img,
main .commonItems04 li .image img {
  width: 100%;
}
main .commonItems04:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
main .commonItems04:not(.slick-initialized) .items {
  flex: 0 0 30%;
}
main ul.commonItems04 {
  display: flex;
  justify-content: space-between;
}
main ul.commonItems04 li {
  flex: 0 0 30%;
}
main .commonItems05 .items a,
main .commonItems05 li a {
  display: block;
  color: #333;
  background: #FAFAFA;
}
main .commonItems05 .items dl,
main .commonItems05 li dl {
  position: relative;
  padding: 30px 15px 30px;
}
main .commonItems05 .items dl dt,
main .commonItems05 li dl dt {
  margin-bottom: 15px;
  height: 44px;
  overflow: hidden;
}
main .commonItems05 .items dl .text,
main .commonItems05 li dl .text {
  height: 72px;
  line-height: 1.7;
  font-size: 14px;
  overflow: hidden;
}
main .commonItems05 .items .more,
main .commonItems05 li .more {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .commonItems05 .items .more,
  main .commonItems05 li .more {
    padding-right: 75px;
  }
  main .commonItems05 .items .more:before,
  main .commonItems05 li .more:before {
    width: 65px;
  }
}

main .commonItems05 .items .image,
main .commonItems05 li .image {
  height: min(240px, 19vw);
}
@media (max-width: 767px) {
  main .commonItems05 .items .image,
  main .commonItems05 li .image {
    height: 62.5vw;
  }
}
main .commonItems05 .items .image img,
main .commonItems05 li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .commonItems05:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
main .commonItems05:not(.slick-initialized) .items {
  flex: 0 0 30%;
}
main ul.commonItems05 {
  display: flex;
  justify-content: space-between;
}
main ul.commonItems05 li {
  flex: 0 0 30%;
}
main .commonItems06 .items a,
main .commonItems06 li a {
  display: block;
  color: #333;
  background: #fff;
}
main .commonItems06 .items dl,
main .commonItems06 li dl {
  padding-top: 15px;
}
main .commonItems06 .items dl dt,
main .commonItems06 li dl dt {
  margin-bottom: 15px;
}
main .commonItems06 .items dl .text,
main .commonItems06 li dl .text {
  font-size: 14px;
}
main .commonItems06 .items .image img,
main .commonItems06 li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .commonItems06:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
main .commonItems06:not(.slick-initialized) .items {
  flex: 0 0 30%;
}
main .commonItems06:not(.slick-initialized) .image {
  height: min(240px, 19vw);
}
@media (max-width: 767px) {
  main .commonItems06:not(.slick-initialized) .image {
    height: 62.5vw;
  }
}
main .commonItems06.slick-initialized .image {
  height: min(247px, 18.6vw);
}
@media (max-width: 767px) {
  main .commonItems06.slick-initialized .image {
    height: 62.5vw;
  }
}
main ul.commonItems06 {
  display: flex;
  justify-content: space-between;
}
main ul.commonItems06 li {
  flex: 0 0 30%;
}
main .commonItems07 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  counter-reset: itemNumber;
}
main .commonItems07 li {
  flex: 0 0 23%;
  counter-increment: itemNumber;
}
main .commonItems07 li .image {
  position: relative;
  margin-bottom: 10px;
}
main .commonItems07 li .image img {
  width: 100%;
}
main .commonItems07 li .text {
  line-height: 1.7;
  font-size: 16px;
  font-weight: normal;
}
main .commonItems08 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 55px 0;
}
main .commonItems08 li {
  flex: 0 0 30%;
}
main .commonItems08 li img {
  height: min(240px, 19vw);
  object-fit: cover;
}
@media (max-width: 767px) {
  main .commonItems08 li img {
    height: 30vw;
  }
}
main .commonItems08 li .text {
  display: block;
  padding-top: 15px;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
main .commonItems09 .items,
main .commonItems09 li {
  color: #333;
  background: #FAFAFA;
}
main .commonItems09 .items .textArea,
main .commonItems09 li .textArea {
  padding: 13px 20px 20px;
}
main .commonItems09 .items .image img,
main .commonItems09 li .image img {
  width: 100%;
}
main .commonItems09 .items .dateArea,
main .commonItems09 li .dateArea {
  display: flex;
  align-items: center;
  gap: 10px 15px;
  padding-bottom: 15px;
  font-weight: normal;
}
main .commonItems09 .items .dateArea span,
main .commonItems09 li .dateArea span {
  display: inline-block;
  line-height: 1;
}
main .commonItems09 .items .dateArea .date,
main .commonItems09 li .dateArea .date {
  font-size: 14px;
}
@media (max-width: 1024px) {
  main .commonItems09 .items .dateArea .date,
  main .commonItems09 li .dateArea .date {
    font-size: 13px;
  }
}
main .commonItems09 .items .dateArea .tags,
main .commonItems09 li .dateArea .tags {
  padding: 10px 15px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  main .commonItems09 .items .dateArea .tags,
  main .commonItems09 li .dateArea .tags {
    padding: 8px 12px;
    font-size: 11px;
  }
}
main .commonItems09 .items .name,
main .commonItems09 li .name {
  margin-bottom: 25px;
  height: 48px;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main .commonItems09 .items .name,
  main .commonItems09 li .name {
    height: 40px;
    font-size: 15px;
  }
}
main .commonItems09 .items .moreButton,
main .commonItems09 li .moreButton {
  padding-top: 0;
}
main .commonItems09:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}
main .commonItems09:not(.slick-initialized) .items {
  flex: 0 0 30%;
}
main ul.commonItems09 {
  display: flex;
  justify-content: space-between;
}
main ul.commonItems09 li {
  flex: 0 0 30%;
}
main .commonItems10 .items,
main .commonItems10 li {
  color: #333;
}
main .commonItems10 .items dl,
main .commonItems10 li dl {
  padding: 25px 0;
}
main .commonItems10 .items dl dt,
main .commonItems10 li dl dt {
  margin-bottom: 15px;
  padding-left: calc(.3em + 18px);
  line-height: 1.3;
  font-size: 16px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-spa01.svg") no-repeat left center;
  background-size: 20px auto;
}
#staging main .commonItems10 .items dl dt,
#staging main .commonItems10 li dl dt {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-spa01.svg");
}
#develop main .commonItems10 .items dl dt,
#develop main .commonItems10 li dl dt {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-spa01.svg");
}
main .commonItems10 .items dl dd,
main .commonItems10 li dl dd {
  height: 46px;
  line-height: 1.7;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
}
main .commonItems10 .items .image img,
main .commonItems10 li .image img {
  width: 100%;
}
main .commonItems10 .items.category02 dl dt,
main .commonItems10 li.category02 dl dt {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-spa02.svg");
  background-size: 15px auto;
}
#staging main .commonItems10 .items.category02 dl dt,
#staging main .commonItems10 li.category02 dl dt {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-spa02.svg");
}
#develop main .commonItems10 .items.category02 dl dt,
#develop main .commonItems10 li.category02 dl dt {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-spa02.svg");
}
main .commonItems10 .items .moreButton,
main .commonItems10 li .moreButton {
  padding-top: 0;
}
main .commonItems10:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 3.5%;
}
main .commonItems10:not(.slick-initialized) .items {
  flex: 0 0 31%;
}
main ul.commonItems10 {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 3.5%;
}
main ul.commonItems10 li {
  flex: 0 0 31%;
}
main .commonButtonList01 {
  display: flex;
  flex-flow: column;
  gap: 10px 0;
}
main .commonButtonList01 li {
  width: 100%;
  max-width: none;
}
main .commonButtonList01 li a,
main .commonButtonList01 li span {
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-align: left;
}
main .commonBgSection01 {
  position: relative;
  z-index: 1;
}
main .commonBgSection01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F0F4F8;
  transform: translateX(-50%);
  z-index: -1;
}
main .commonBgSection01.bgColor02 {
  color: #fff;
}
main .commonBgSection01.bgColor02:after {
  background-color: #2B4571;
}
main .commonBgSection01.bgColor03:after {
  background-color: #F8F8F8;
}
main .commonSlantingBg01 {
  padding: 100px 0 110px;
  background: url("https://img.dormy-hotels.com/static/img/common/bg-slanting02.webp") no-repeat center center;
  background-size: 100% 100%;
}
#staging main .commonSlantingBg01 {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/bg-slanting02.webp");
}
#develop main .commonSlantingBg01 {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/bg-slanting02.webp");
}
main .commonNewsList01 {
  display: flex;
  flex-flow: column;
  gap: 25px 0;
  font-size: 14px;
}
main .commonNewsList01.fontSize18 {
  font-size: 18px;
}
main .commonNewsList01.fontSize16 {
  font-size: 16px;
}
main .commonNewsList01.colorBlack a {
  color: #333;
}
main .commonNewsList01 a {
  display: flex;
  color: #fff;
}
main .commonNewsList01 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  main .commonNewsList01 a:hover {
    text-decoration: underline;
  }
}
main .commonNewsList01 a > span {
  display: block;
  line-height: 1.4;
}
main .commonNewsList01 .date {
  flex: 0 0 10em;
}
main .commonNewsList01 .content {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  overflow: hidden;
}
main .commonPointText01 {
  position: relative;
  margin-top: 90px;
  padding: 42px 10px 20px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
}
main .commonPointText01 > span {
  position: absolute;
  top: -30px;
  left: 50%;
  padding: 15px 45px 15px 30px;
  border: 1px solid #333;
  border-radius: 40px;
  font-size: 28px;
  background: #fff;
  transform: translateX(-50%);
}
main .commonPointText01 > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 78px;
  height: 88px;
  background: url("https://img.dormy-hotels.com/static/img/common/illust-character02.svg") no-repeat center center;
  background-size: 100%, 100%;
  transform: translateY(-50%);
}
#staging main .commonPointText01 > span:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/illust-character02.svg");
}
#develop main .commonPointText01 > span:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/illust-character02.svg");
}
main .commonPointText01 dt {
  line-height: 2;
  font-size: 18px;
}
main .commonPointText01 .text,
main .commonPointText01 dd {
  line-height: 2;
  font-size: 16px;
}
main .commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
main .commonSlider01 .slick-slide {
  position: relative;
}
main .commonSlider01 .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .commonSlider01 .slick-dots {
  display: flex;
  gap: 0 10px;
  justify-content: flex-end;
  position: static;
  bottom: 0;
  padding-top: 20px;
  line-height: 0;
}
main .commonSlider01 .slick-dots li {
  display: block;
  margin: 0;
  width: 40px;
  height: 3px;
}
main .commonSlider01 .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #E6E6E6;
}
main .commonSlider01 .slick-dots li button:before {
  display: none;
}
main .commonSlider01 .slick-dots li.slick-active button {
  background: #B29259;
}
main .commonSlider01 .dotsCenter .slick-dots {
  justify-content: center;
}
main .commonSlider01 .dotsColor02 .slick-dots li button {
  background: #B29259;
}
main .commonSlider01 .dotsColor02 .slick-dots li.slick-active button {
  background: #2A4574;
}
main .commonSlider01 .dotsType02 {
  margin-bottom: 0;
}
main .commonSlider01 .dotsType02 .slick-dots {
  position: absolute;
  right: 0;
  bottom: 2.5%;
  left: 0;
  padding: 0;
}
main .commonSlider01 .dotsType02 .slick-dots li {
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transition: width .3s;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
}
main .commonSlider01 .dotsType02 .slick-dots li button {
  border-radius: 5px;
  background: #fff;
}
main .commonSlider01 .dotsType02 .slick-dots li.slick-active {
  width: 50px;
}
main .commonSlider01 .dotsType02 .slick-dots li.slick-active button {
  background: #977D2F;
}
main .commonSlider01 .commonSlideController01 li {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 12px);
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow03.svg") no-repeat center center;
  background-size: 100% 100%;
  /* z-index: 2; */
}
#staging main .commonSlider01 .commonSlideController01 li {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow03.svg");
}
#develop main .commonSlider01 .commonSlideController01 li {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow03.svg");
}
main .commonSlider01 .commonSlideController01 li.prev {
  left: -15px;
  transform: rotate(180deg);
}
main .commonSlider01 .commonSlideController01 li.next {
  right: -15px;
}
@media (min-width: 1025px) {
  main .commonSlider01 .commonSlideController01 li:hover {
    opacity: .7;
  }
}
main .commonSlider01 .commonSlideController01.color02 li {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-arrow04.svg");
}
#staging main .commonSlider01 .commonSlideController01.color02 li {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow04.svg");
}
#develop main .commonSlider01 .commonSlideController01.color02 li {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow04.svg");
}
main .commonSlider01 .commonSlideController01.color03 li {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-arrow14.svg");
}
#staging main .commonSlider01 .commonSlideController01.color03 li {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow14.svg");
}
#develop main .commonSlider01 .commonSlideController01.color03 li {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow14.svg");
}
main .commonSlider01 .commonSlideController01.pattern02 li {
  top: -130px;
  margin-top: 0;
  width: 60px;
  height: 60px;
}
main .commonSlider01 .commonSlideController01.pattern02 li.prev {
  right: calc(5% + 90px);
  left: auto;
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-arrow12.svg");
}
#staging main .commonSlider01 .commonSlideController01.pattern02 li.prev {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow12.svg");
}
#develop main .commonSlider01 .commonSlideController01.pattern02 li.prev {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow12.svg");
}
main .commonSlider01 .commonSlideController01.pattern02 li.next {
  right: 5%;
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-arrow11.svg");
}
#staging main .commonSlider01 .commonSlideController01.pattern02 li.next {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow11.svg");
}
#develop main .commonSlider01 .commonSlideController01.pattern02 li.next {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow11.svg");
}
main .commonSlider01 .slick-initialized.commonItems01:not(.textFixed) .slick-track {
  display: flex;
  align-items: center;
}
main .commonSlider01 .slick-initialized.commonItems01:not(.textFixed) .items .textArea {
  overflow: hidden;
  transition: padding .3s, height .3s;
}
main .commonSlider01 .slick-initialized.commonItems01:not(.textFixed) .items:not(.slick-center) .textArea {
  padding: 0;
  height: 0;
}
main .commonSlider01 .slick-initialized.commonItems03:not(.textFixed) .slick-track {
  display: flex;
  align-items: center;
}
main .commonSlider01 .slick-initialized.commonItems03:not(.textFixed) .items .textArea {
  overflow: hidden;
  transition: padding .3s, height .3s;
}
main .commonSlider01 .slick-initialized.commonItems03:not(.textFixed) .items:not(.slick-active) .textArea {
  padding: 0;
  height: 0;
}
main .commonSlider01 .thumbnails .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .commonSlider02 {
  box-sizing: border-box;
  position: relative;
}
main .commonSlider02 .slick-slide {
  position: relative;
}
main .commonSlider02 .slick-slide img {
  width: 100%;
}
main .commonSlider02 .thumbnails {
  margin-top: 1.5%;
  padding: 0 25px;
}
main .commonSlider02 .thumbnails .slick-track {
  display: flex;
  gap: 0 .4%;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  line-height: 0;
}
main .commonSlider02 .thumbnails .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: auto;
  padding: 0;
  font-size: 0;
  transform: none;
}
main .commonSlider02 .thumbnails .slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
main .commonSlider02 .thumbnails .slick-arrow.slick-prev {
  left: 0;
}
main .commonSlider02 .thumbnails .slick-arrow.slick-prev:before {
  left: 8px;
  transform: rotate(-135deg);
}
main .commonSlider02 .thumbnails .slick-arrow.slick-next {
  right: 0;
}
main .commonSlider02 .thumbnails .slick-arrow.slick-next:before {
  right: 5px;
  transform: rotate(45deg);
}
main .commonSlider02 .thumbnails .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .commonSlider03 {
  box-sizing: border-box;
  position: relative;
}
main .commonSlider03 .slider {
  padding: 0 40px;
}
main .commonSlider03 .slick-slide {
  margin: 0 15px;
}
main .commonSlider03 .controller li {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow08.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}
#staging main .commonSlider03 .controller li {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow08.svg");
}
#develop main .commonSlider03 .controller li {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow08.svg");
}
main .commonSlider03 .controller li.prev {
  left: 0;
  transform: rotate(180deg);
}
main .commonSlider03 .controller li.next {
  right: 0;
}
@media (min-width: 1025px) {
  main .commonSlider03 .controller li:hover {
    opacity: .7;
  }
}
main .commonSearchArea01 {
  position: relative;
  background: #EAF2FE;
  z-index: 2;
}
main .commonSearchArea01 .searchTypeTabs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 21px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1200px) {
  main .commonSearchArea01 .searchTypeTabs {
    font-size: 14px;
  }
}
main .commonSearchArea01 .searchTypeTabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  /*width: 33.33333%;*/
  width: 50%;
  height: 54px;
  line-height: 1.2;
  color: #8A92A0;
  background: #fff;
}
main .commonSearchArea01 .searchTypeTabs li:first-child,
main .commonSearchArea01 .searchTypeTabs li:nth-of-type(2) {
  width: 50%;
}
main .commonSearchArea01 .searchTypeTabs li:nth-child(3) {
  color: #fff;
  background-color: #004A99;
}
main .commonSearchArea01 .searchTypeTabs li:nth-child(4) {
  color: #fff;
  background-color: #00BCD4;
}
main .commonSearchArea01 .searchTypeTabs li:nth-child(5) {
  color: #fff;
  background-color: #f6ad48;
}
/* 背景アイコンを無効化 */
.searchTypeTabs .tab-airport,
.searchTypeTabs .tab-train,
.searchTypeTabs .tab-car {
  background: none !important;
}
/* 常時：アイコン↑ テキスト↓ の縦並び */
.searchTypeTabs li > .tab-airport,
.searchTypeTabs li > .tab-train,
.searchTypeTabs li > .tab-car {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  padding: 10px 6px;
  box-sizing: border-box;
}
/* 擬似要素アイコン */
.searchTypeTabs .tab-airport::before,
.searchTypeTabs .tab-train::before,
.searchTypeTabs .tab-car::before {
  content: "";
  width: 20px; height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.searchTypeTabs .tab-airport::before { background-image: url("https://img.dormy-hotels.com/static/img/common/icon-tab-airport.svg"); }
.searchTypeTabs .tab-train::before   { background-image: url("https://img.dormy-hotels.com/static/img/common/icon-tab-train.svg"); }
.searchTypeTabs .tab-car::before     { background-image: url("https://img.dormy-hotels.com/static/img/common/icon-tab-car.svg"); }
#staging .searchTypeTabs .tab-airport::before { background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-tab-airport.svg"); }
#staging .searchTypeTabs .tab-train::before   { background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-tab-train.svg"); }
#staging .searchTypeTabs .tab-car::before     { background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-tab-car.svg"); }
#develop .searchTypeTabs .tab-airport::before { background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-tab-airport.svg"); }
#develop .searchTypeTabs .tab-train::before   { background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-tab-train.svg"); }
#develop .searchTypeTabs .tab-car::before     { background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-tab-car.svg"); }
/* 文字長による高さ暴れを抑える */
.searchTypeTabs .tab-airport span,
.searchTypeTabs .tab-train span,
.searchTypeTabs .tab-car span {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1025px) {
  main .commonSearchArea01 .searchTypeTabs li:hover {
    border-top-color: #2A4574;
    color: #2A4574;
    background: #EAF2FE;
  }
  main .commonSearchArea01 .searchTypeTabs li:nth-child(3):hover {
    border-top-color: #004A99;
    color: #fff;
    background: #004A99;
  }
  main .commonSearchArea01 .searchTypeTabs li:nth-child(4):hover {
    border-top-color: #00BCD4;
    color: #fff;
    background: #00BCD4;
  }
  main .commonSearchArea01 .searchTypeTabs li:nth-child(5):hover {
    border-top-color: #f6ad48;
    color: #fff;
    background: #f6ad48;
  }
}
main .commonSearchArea01 .searchTypeTabs li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}
/* 1番目と2番目のタブ（地図から探す、エリアから探す）の矢印色を変更 */
/* 通常時の矢印色 */
main .commonSearchArea01 .searchTypeTabs li:first-child:after,
main .commonSearchArea01 .searchTypeTabs li:nth-child(2):after {
  border-right-color: #8A92A0;
  border-bottom-color: #8A92A0;
}
/* ホバー時の矢印色 */
main .commonSearchArea01 .searchTypeTabs li:first-child:hover:after,
main .commonSearchArea01 .searchTypeTabs li:nth-child(2):hover:after {
  border-right-color: #2A4574;
  border-bottom-color: #2A4574;
}
@media (max-width: 1200px) {
  main .commonSearchArea01 .searchTypeTabs li:after {
    right: 5px;
    margin-top: -5px;
    width: 6px;
    height: 6px;
  }
}
main .commonSearchArea01 .searchTypeTabs li.current {
  pointer-events: none;
  border-top-color: #2A4574;
  color: #2A4574;
  background: #EAF2FE;
}
/* 3番目：航空券＋ホテル */
main .commonSearchArea01 .searchTypeTabs li:nth-child(3).current {
  border-top-color: #004A99;
  color: #fff;
  background: #004A99;
}
/* 4番目：JR＋ホテル */
main .commonSearchArea01 .searchTypeTabs li:nth-child(4).current {
  border-top-color: #00BCD4;
  color: #fff;
  background: #00BCD4;
}
/* 5番目：レンタカー＋ホテル */
main .commonSearchArea01 .searchTypeTabs li:nth-child(5).current {
  border-top-color: #f6ad48;
  color: #fff;
  background: #f6ad48;
}
/* モディファイア（中央寄せ＋幅50%＋右パディング0） */
.commonSummitButton01.btn--centerHalf {
  width: 50%;
  padding-right: 0;
  display: block;
  margin: 12px auto 0;  /* 中央寄せ */
  box-sizing: border-box;
  font-weight: 500;
}
/* 航空券検索ボタン用 */
.btn-airport-theme {
  color: #004A99 !important;
}
/* JR検索ボタン用 */
.btn-train-theme {
  color: #00BCD4 !important;
}
/* レンタカー検索ボタン用 */
.btn-car-theme {
  color: #f6ad48 !important;
}
/* 航空券フォーム用 */
.form-airport-theme {
  border-color: #004A99 !important;
  background-color: #004A99 !important;
}
/* JRフォーム用 */
.form-train-theme {
  border-color: #00BCD4 !important;
  background-color: #00BCD4 !important;
}
/* レンタカーフォーム用 */
.form-car-theme {
  border-color: #f6ad48 !important;
  background-color: #f6ad48 !important;
}
main .commonSearchArea01 .searchTypeTabs li span {
  line-height: 1.3;
}
main .commonSearchArea01 .searchTypes {
  position: relative;
  padding: 0 5%;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease, opacity .2s ease;
}
main .commonSearchArea01 .searchTypes.visible {
  visibility: visible;
  opacity: 1;
}
main .commonSearchArea01 .searchTypes .inputArea {
  padding-bottom: 20px;
}
main .commonPagination01 {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding-top: 80px;
  font-size: 26px;
  font-weight: normal;
}
main .commonPagination01 li.current a {
  pointer-events: none;
  color: #B29259;
  border-bottom-color: #B29259;
}
main .commonPagination01 li.disable {
  display: none;
}
main .commonPagination01 a {
  display: block;
  padding: 7px 5px;
  border-bottom: 2px solid transparent;
  color: #555252;
}
main .commonResults01 {
  overflow: auto;
  background: #F4F4F4;
}
main .commonResults01 .parentCategory {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 0;
  border-bottom: 15px solid #fff;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #333;
  z-index: 1;
}
main .commonResults01 .categorys {
  padding: 25px 30px;
}
main .commonResults01 .categorys .childCategory {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  line-height: 1.3;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.commonFormLabel01 .inputText {
  display: block;
  padding-bottom: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.commonFormLabel01 .inputWrapper {
  position: relative;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-calendar.svg") no-repeat 12px center #fff;
  background-size: 22px auto;
}
#staging .commonFormLabel01 .inputWrapper {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-calendar.svg");
}
#develop .commonFormLabel01 .inputWrapper {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-calendar.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper {
    background-position: 10px center;
    background-size: 16px auto;
  }
}
.commonFormLabel01 .inputWrapper.stays {
  background: url("https://img.dormy-hotels.com/static/img/common/icon-bed.svg") no-repeat 11px center #fff;
  background-size: 25px auto;
}
#staging .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-bed.svg");
}
#develop .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-bed.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper.stays {
    background-position: 8px center;
    background-size: 20px auto;
  }
}
.commonFormLabel01 .inputWrapper.rooms {
  background: url("https://img.dormy-hotels.com/static/img/common/icon-peoples.svg") no-repeat 11px center #fff;
  background-size: 25px auto;
}
#staging .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-peoples.svg");
}
#develop .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-peoples.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper.rooms {
    background-position: 8px center;
    background-size: 20px auto;
  }
}
.commonFormLabel01 .inputWrapper.facility {
  background: url("https://img.dormy-hotels.com/static/img/common/icon-facility.svg") no-repeat 11px center #fff;
  background-size: 25px auto;
}
#staging .commonFormLabel01 .inputWrapper.facility {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-facility.svg");
}
#develop .commonFormLabel01 .inputWrapper.facility {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-facility.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper.facility {
    background-position: 8px center;
    background-size: 20px auto;
  }
}
.commonFormLabel01 .inputWrapper.airport {
  background: url("https://img.dormy-hotels.com/static/img/common/icon-airport.svg") no-repeat 11px center #fff;
  background-size: 25px auto;
}
#staging .commonFormLabel01 .inputWrapper.airport {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-airport.svg");
}
#develop .commonFormLabel01 .inputWrapper.airport {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-airport.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper.airport {
    background-position: 8px center;
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
  .searchTypeTabs .tab-airport {
    background-position: 8px center;
    background-size: 20px auto;
  }
  .searchTypeTabs .tab-train {
    background-position: 8px center;
    background-size: 20px auto;
  }
  .searchTypeTabs .tab-car {
    background-position: 8px center;
    background-size: 20px auto;
  }
}
.commonFormLabel01 .inputWrapper.textSearch {
  background: url("https://img.dormy-hotels.com/static/img/common/icon-map.svg") no-repeat 11px center #fff;
  background-size: 25px auto;
}
#staging .commonFormLabel01 .inputWrapper.textSearch {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-map.svg");
}
#develop .commonFormLabel01 .inputWrapper.textSearch {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-map.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper.textSearch {
    background-position: 8px center;
    background-size: 20px auto;
  }
}
.commonFormLabel01 .inputWrapper.keyword {
  background: url("https://img.dormy-hotels.com/static/img/common/icon-pin.svg") no-repeat 14px center #fff;
  background-size: 18px auto;
}
#staging .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin.svg");
}
#develop .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin.svg");
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper.keyword {
    background-position: 10px center;
    background-size: 16px auto;
  }
}
.commonFormLabel01 .inputWrapper.facility::after,
.commonFormLabel01 .inputWrapper.facilitys::after,
.commonFormLabel01 .inputWrapper.airport::after,
.commonFormLabel01 .inputWrapper.stays::after,
.commonFormLabel01 .inputWrapper.peoples::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  pointer-events:none;
}
.commonFormLabel01 .inputWrapper select{
  -webkit-appearance: none;
  appearance: none;
}
.commonFormLabel01 .inputWrapper input,
.commonFormLabel01 .inputWrapper select,
.commonFormLabel01 .inputWrapper .inputDisplay {
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 5px 15px 5px 50px;
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #C3C3C3;
  border-radius: 0;
  font-size: 14px;
  color: #333;
  background: none;
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper input,
  .commonFormLabel01 .inputWrapper select,
  .commonFormLabel01 .inputWrapper .inputDisplay {
    padding: 5px 15px 5px 35px;
    height: 34px;
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .commonFormLabel01 .inputWrapper input,
  .commonFormLabel01 .inputWrapper select,
  .commonFormLabel01 .inputWrapper .inputDisplay {
    font-size: 12px;
  }
}
.commonFormLabel01 .inputWrapper .inputDisplay {
  line-height: 1;
  font-weight: normal;
}
.commonFormLabel01 .inputWrapper .inputDisplay .texts.children {
  display: none;
}
.commonFormLabel01 .inputWrapper input[type="date"] {
  padding: 10px 15px 10px 50px;
}
@media (max-width: 1200px) {
  .commonFormLabel01 .inputWrapper input[type="date"] {
    padding: 12px 10px 11px 50px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper input[type="date"] {
    padding: 13px 4px 13px 37px;
    letter-spacing: -1px;
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .commonFormLabel01 .inputWrapper input[type="date"] {
    font-size: 11px;
  }
}
.commonFormLabel01 .inputWrapper .commonDatepicker01 {
  padding-left: 54px;
}
@media (max-width: 767px) {
  .commonFormLabel01 .inputWrapper .commonDatepicker01 {
    padding-left: 39px;
  }
}
.commonFormLabel01 .inputWrapper input::-webkit-date-and-time-value {
  text-align: left;
}
.commonFormLabel01 .hotelSelectNote {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
  color: var(--white);
  font-size: 13px;
}
.commonFormLabel01 .hotelSelectNote:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

.commonFormLabel02 {
  display: flex;
  align-items: center;
}
.commonFormLabel02 .inputText {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.commonFormLabel02 .inputText.afterText {
  margin-left: 5px;
}
.commonFormLabel02 .inputText:not(.afterText) {
  padding-top: 3px;
}
.commonFormLabel02 .inputText img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.commonFormLabel02 input,
.commonFormLabel02 select {
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 15px 15px;
  min-width: 70px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
}

.commonRecommendArea01 {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  border-radius: 4px;
  font-weight: bold;
  background: #fff;
  z-index: 1;
}
.commonRecommendArea01 .text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0 10px;
  height: 25px;
  line-height: 1;
  font-size: 12px;
  background: #D9D9D9;
}
.commonRecommendArea01 .recommends {
  font-size: 13px;
}
.commonRecommendArea01 .recommends li {
  border-bottom: 1px solid #aaa;
}
.commonRecommendArea01 .recommends li div {
  display: flex;
  align-items: center;
  gap: 0 8px;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  color: #333;
  cursor: pointer;
}
.commonRecommendArea01 .recommends li div .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 18px;
  height: 18px;
}
.commonRecommendArea01 .recommends li div .icon img {
  width: auto;
  height: 100%;
}
.commonRecommendArea01 .recommends li div .nameArea {
  line-height: 1.4;
}
.commonRecommendArea01 .recommends li div .nameArea .areaDetail {
  display: block;
  padding-top: .2em;
  font-weight: normal;
}

.commonSummitButton01 {
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 15px;
  padding-right: 30px;
  width: 70%;
  height: 50px;
  border: none;
  text-align: center;
  font-size: 15px;
  color: #000000;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-search01.svg") no-repeat calc(50% + 40px) center #fff;
  background-size: 26px auto;
  padding-left: 0;
}
#staging .commonSummitButton01 {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-search01.svg");
}
#develop .commonSummitButton01 {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-search01.svg");
}
@media (min-width: 1025px) {
  .commonSummitButton01:hover {
    opacity: .7;
  }
}
.commonSummitButton01.color02 {
  background-color: #000;
}

.commonSummitButton02 {
  box-sizing: border-box;
  cursor: pointer;
  margin: 5px auto 0 !important;
  max-width: 400px;
  height: 56px;
  border: none;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #333;
}
@media (min-width: 1025px) {
  .commonSummitButton02:hover {
    opacity: .7;
  }
}

.commonModalArea {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.commonModalArea:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.commonModalArea .movieArea {
  position: relative;
  padding: 28% 0;
  width: 94vw;
  max-width: 600px;
}
.commonModalArea .movieArea > iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.commonModalArea .modalOverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 110vw;
  height: 110vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -2;
  transform: translate(-50%, -50%);
}
.commonModalArea .modalCloseButton {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 1;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-close02.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging .commonModalArea .modalCloseButton {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-close02.svg");
}
#develop .commonModalArea .modalCloseButton {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-close02.svg");
}
.commonModalArea.channelModal .modalCloseButton {
  width: 28px;
  height: 28px;
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-close04.svg");
}
#staging .commonModalArea.channelModal .modalCloseButton {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-close04.svg");
}
#develop .commonModalArea.channelModal .modalCloseButton {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-close04.svg");
}
main.inputModalMode {
  position: relative;
  z-index: 1000;
}
main.inputModalMode section.intro .searchArea {
  z-index: 3;
}

.inputModalOverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 110vw;
  height: 110vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transform: translate(-50%, -50%);
}

.inputModal {
  display: none;
  flex-direction: column;
  gap: 30px 0;
  position: absolute;
  left: 0;
  padding: 25px;
  min-width: 440px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.inputModal.right {
  right: 0;
  left: auto;
}
.inputModal .inputCategorys {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.inputModal .inputCategorys.category02 {
  display: block;
  overflow-y: auto;
}
.inputModal .inputCategorys.category02 .room-group {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.inputModal .inputCategorys.category02 .room-group:not(:first-child) {
  border-top: 1px solid #E6E6E6;
    margin-top: 10px;
    padding-top: 10px;
}
.inputModal .inputCategorys:not(:last-of-type):after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 1px;
  background: #d4d4d4;
}
.inputModal .inputCategorys .categoryName {
  flex: 0 0 10em;
  margin-right: 15px;
  padding: 10px 0;
  border-right: 1px solid #d4d4d4;
}
.inputModal .inputCategorys .detailInputArea {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  flex: 1 1 auto;
  padding: 7px 0;
  font-size: 14px;
}
.inputModal .inputCategorys .detailInputArea > .annotation {
  margin-top: -25px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
  color: #EF0505;
}
.inputModal .inputCategorys > .annotation {
  box-sizing: border-box;
  flex: 0 0 100%;
  margin-top: 10px;
  padding-left: calc(5em + 15px + 18px);
  text-indent: -18px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
  color: #EF0505;
}
.inputModal .inputCategorys > .annotation .icon {
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.inputModal .inputCategorys.category02 > .annotation {
  text-indent: 0;
  padding-left: calc(11em + 15px + 18px);
}
.inputModal .inputCategorys .subCategorys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.inputModal .inputCategorys .subCategorys:not(:last-of-type):not(.noBorder):after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 1px;
  background: #d4d4d4;
}
.inputModal .inputCategorys .subCategorys.noBorder {
  margin-bottom: -10px;
}
.inputModal .inputCategorys .subCategoryName {
  padding-right: 50px;
}
.inputModal .numberSelect {
  display: flex;
  gap: 0 10px;
  align-items: center;
  font-size: 120%;
}
.inputModal .numberSelect .icons {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  line-height: 0;
}
.inputModal .numberSelect .icons.disable {
  cursor: auto;
  opacity: .3;
}
.inputModal .numberSelect .number {
  display: inline-block;
  min-width: 2em;
  line-height: 1;
  text-align: center;
}
.inputModal .inputModalButtons {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
.inputModal .inputModalButtons li {
  flex: 0 0 160px;
}
.inputModal .inputModalButtons button {
  cursor: pointer;
  padding: 15px 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #fff;
}
@media (min-width: 1025px) {
  .inputModal .inputModalButtons button:hover {
    opacity: .7;
  }
}
.inputModal .inputModalButtons button.close {
  font-weight: bold;
  color: #000;
  background: #d4d4d4;
}
.inputModal .inputModalButtons button.fix {
  border-color: #a5852e;
  font-weight: bold;
  color: #fff;
  background: #a5852e;
}
.inputModal .inputModalCloseButton {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-close02.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 34px 34px;
}
#staging .inputModal .inputModalCloseButton {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-close02.svg");
}
#develop .inputModal .inputModalCloseButton {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-close02.svg");
}
.externalSubmitModal {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.externalSubmitModal .character {
  margin: auto;
  padding-bottom: 20px;
  width: 50%;
  max-width: 280px;
}
.externalSubmitModal .lead {
  padding-bottom: 20px;
  line-height: 1.9;
  font-size: 16px;
  color: #2B4571;
}
.externalSubmitModal .externalSubmitButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
  margin: 0 auto 20px;
  max-width: 290px;
  height: 60px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #333;
}
@media (min-width: 1025px) {
  .externalSubmitModal .externalSubmitButton:hover {
    opacity: .7;
  }
}
.externalSubmitModal .externalSubmitButton:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-external03.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging .externalSubmitModal .externalSubmitButton:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-external03.svg");
}
#develop .externalSubmitModal .externalSubmitButton:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-external03.svg");
}
.externalSubmitModal .externalSubmitModalClose {
  cursor: pointer;
  display: block;
  margin: auto;
  width: 3.5em;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  color: #000;
}

@media (min-width: 1025px) {
  .pcJustifyFlexStart {
    justify-content: flex-start !important;
  }
}

.commonFaqList01 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.commonFaqList01 dl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  cursor: pointer;
  position: relative;
}
.commonFaqList01 dl.open:after {
  display: none;
}
.commonFaqList01 dl:before, .commonFaqList01 dl:after {
  content: '';
  display: block;
  position: absolute;
  background: #666;
}
.commonFaqList01 dl:before {
  top: 17px;
  right: 20px;
  width: 17px;
  height: 2px;
}
.commonFaqList01 dl:after {
  top: 9px;
  right: 27px;
  width: 2px;
  height: 17px;
}
.commonFaqList01 dt,
.commonFaqList01 dd {
  position: relative;
  padding: 0 50px 0 60px;
  line-height: 2;
  font-size: 15px;
}
.commonFaqList01 dt:before,
.commonFaqList01 dd:before {
  display: block;
  position: absolute;
  left: 30px;
  line-height: 1;
  font-size: 20px;
}
.commonFaqList01 dt a,
.commonFaqList01 dd a {
  color: #333;
  text-decoration: underline;
}
.commonFaqList01 dt a:hover,
.commonFaqList01 dd a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .commonFaqList01 dt a:hover,
  .commonFaqList01 dd a:hover {
    text-decoration: none;
  }
}
.commonFaqList01 dt a[target="_blank"]:after,
.commonFaqList01 dd a[target="_blank"]:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  padding-left: 8px;
  width: 12px;
  height: 12px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-external01.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging .commonFaqList01 dt a[target="_blank"]:after,
#staging .commonFaqList01 dd a[target="_blank"]:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-external01.svg");
}
#develop .commonFaqList01 dt a[target="_blank"]:after,
#develop .commonFaqList01 dd a[target="_blank"]:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-external01.svg");
}
.commonFaqList01 dt {
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
}
.commonFaqList01 dt:before {
  content: 'Q';
  top: 3px;
  color: #2A4574;
}
.nono .commonFaqList01 dt:before {
  color: #BEA67C;
}
.commonFaqList01 dd {
  display: none;
}
.commonFaqList01 dd:before {
  content: 'A';
  top: 4px;
  color: #A33C48;
}
.commonFaqList01 dd:not(:first-of-type):before {
  display: none;
}
.commonFaqList01 dd + dd {
  padding-top: .5em;
}

.commonAllergyArea01 {
  box-sizing: border-box;
  margin-top: 60px;
  padding: 40px 30px 50px;
  max-width: 1000px;
  text-align: center;
  background: #F4F4F4;
}
.commonAllergyArea01 .text01 {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 24px;
}
.commonAllergyArea01 .text02,
.commonAllergyArea01 .text03 {
  line-height: 1.7;
}
.commonAllergyArea01 .text02 {
  padding-bottom: 25px;
}
.commonAllergyArea01 .categorys {
  box-sizing: border-box;
  margin: 0 auto 8px;
  max-width: 700px;
  border: 1px solid #333;
  background: #fff;
}
.commonAllergyArea01 .categorys dt,
.commonAllergyArea01 .categorys dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonAllergyArea01 .categorys dt {
  height: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #333;
}
.commonAllergyArea01 .categorys dd {
  gap: 0 1.25em;
  padding: 25px 15px;
  font-size: 16px;
}

.commonBestRateIcon01 {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 60px;
  width: 150px;
  text-align: center;
}
.commonBestRateIcon01 img {
  width: 110px;
}
.commonBestRateIcon01 .text {
  display: block;
  margin-top: 10px;
  padding: 5px 0 6px;
  line-height: 1.5;
  font-size: 13px;
  color: #fff;
  background: #000;
}
.commonBestRateIcon01 .closeButton {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  padding: 0 0 3px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  background: #000;
}

.commonRoomList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3.5%;
}
.commonRoomList01 li {
  flex: 0 0 31%;
  box-sizing: border-box;
  padding: 25px 2.2% 18px;
  text-align: center;
  color: #2B4571;
  background: #F0F4F8;
}
.commonRoomList01 li .name {
  padding-bottom: 15px;
  line-height: 1.3;
  font-size: 16px;
}
.commonRoomList01 li .reserveButton {
  padding-top: 18px;
}

.ui-datepicker {
  z-index: 10000 !important;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr th:nth-child(1) {
  color: #B44B3E;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr th:nth-child(7) {
  color: #3B64BF;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.isSaturday .ui-state-default {
  color: #3B64BF;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.isSunday .ui-state-default {
  color: #B44B3E;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.isHoliday .ui-state-default {
  color: #B44B3E;
}

@media (max-width: 1024px) {
  .commonFormLabel02 .inputText {
    font-size: 12px;
  }
  .commonFormLabel02 input,
  .commonFormLabel02 select {
    margin-left: 5px;
    padding: 10px 3px;
    min-width: 40px;
    outline: none;
    border: none;
    font-size: 12px;
  }

  main .commonTabs01 {
    gap: 6px 2%;
  }
  main .commonTabList01 .tabs {
    font-size: 14px;
  }
  main .commonTabList01 .tabContents {
    box-sizing: border-box;
    padding: 20px 5%;
    overflow: auto;
    height: 360px;
  }
  main .commonTabList01 .tabContents li {
    line-height: 1.2;
  }
  main .commonTabList01 .tabContents li a,
  main .commonTabList01 .tabContents li span {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  main ul.commonItems01,
  main ul.commonItems03,
  main ul.commonItems04,
  main ul.commonItems05,
  main ul.commonItems06,
  main ul.commonItems09,
  main ul.commonItems10 {
    flex-flow: column nowrap !important;
    gap: 15px 0;
  }
  main ul.commonItems01 li,
  main ul.commonItems03 li,
  main ul.commonItems04 li,
  main ul.commonItems05 li,
  main ul.commonItems06 li,
  main ul.commonItems09 li,
  main ul.commonItems10 li {
    flex: 0 0 auto;
  }
  main .commonItems02 {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  main .commonItems02 li {
    flex: 0 0 48%;
  }
  main .commonItems02 li .image {
    margin-bottom: 10px;
  }
  main .commonItems02 li .text {
    font-size: 14px;
  }
  main .commonItems02 li .text .small {
    font-size: 80%;
  }
  main .commonNewsList01 {
    gap: 20px 0;
    font-size: 12px;
  }
  main .commonNewsList01.fontSize18 {
    font-size: 14px;
  }
  main .commonNewsList01.fontSize16 {
    font-size: 13px;
  }
  main .commonNewsList01 a {
    flex-direction: column;
    padding: 0 5%;
  }
  main .commonNewsList01 .date {
    flex: 0 0 auto;
    padding-bottom: 5px;
  }
  main .commonNewsList01 .content {
    flex: 0 0  auto;
    white-space: normal;
  }
  main .commonPointText01 {
    position: relative;
    margin-top: 90px;
    padding: 30px 10px 15px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
  }
  main .commonPointText01 > span {
    top: -30px;
    padding: 10px 45px 10px 40px;
    font-size: 22px;
  }
  main .commonPointText01 > span:after {
    right: -35px;
    width: 78px;
    height: 88px;
    background-size: 90%, 90%;
  }
  main .commonPointText01 dt {
    font-size: 16px;
  }
  main .commonPointText01 .text,
  main .commonPointText01 dd {
    font-size: 14px;
  }
  main .commonSlider01 .slick-dots {
    justify-content: center;
    position: static;
    bottom: 0;
    padding-top: 25px;
    line-height: 0;
  }
  main .commonSlider01 .dotsType02 .slick-dots {
    bottom: 5%;
  }
  main .commonSlider01 .commonSlideController01 li {
    top: calc(38% + 12px);
  }
  main .commonSlider01 .commonSlideController01 li.prev {
    left: -35px;
  }
  main .commonSlider01 .commonSlideController01 li.next {
    right: -35px;
  }
  main .commonSlider01 .commonSlideController01.pattern02 li {
    top: -80px;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  main .commonSlider01 .commonSlideController01.pattern02 li.prev {
    right: calc(3% + 60px);
  }
  main .commonSlider01 .commonSlideController01.pattern02 li.next {
    right: 3%;
  }
  main .commonSearchArea01 .searchTypeTabs {
    padding-bottom: 20px;
    font-size: 11px;
  }
  main .commonSearchArea01 .searchTypeTabs li {
    height: 46px;
  }
  main .commonSearchArea01 .searchTypeTabs li .small {
    font-size: 100%;
  }
  main .commonSummitButton01 {
    width: 100%;
    font-size: 15px;
  }
}
/*==================================================================================
 headerContainer
==================================================================================*/
.headerContainer .subMenuContentwrap {
  position: relative;
}
.headerContainer .subMenuArea {
  position: relative;
  background: #2A4574;
}
.headerContainer.menuAreaHidden .subMenuArea {
  background: rgba(42, 69, 116, 0.9);
}
.headerContainer .subMenuArea .facilityName {
  position: absolute;
  top: 15px;
  left: 3%;
  line-height: 1.3;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  /* transform: translateY(80%); */
}
@media (min-width: 1025px) {
  .headerContainer .subMenuArea .facilityName {
    max-width: 270px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .headerContainer .subMenuArea .facilityName {
    font-size: 11px;
  }
}

@media (min-width: 1025px) {
  .headerContainer .subMenuArea .logo {
    display: none;
  }
}
.headerContainer .subMenuArea a {
  display: block;
  color: #fff;
}
.headerContainer .subMenuArea .subMenuNavi {
  padding: 15px 0;
}
.headerContainer .subMenuArea .subMenuNavi .links {
  display: flex;
  /* gap: 0 80px; */
  gap: 0 2.5%;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
/* ONE_KYORITSU_SITE-576
@media (max-width: 1200px) {
  .headerContainer .subMenuArea .subMenuNavi .links {
    gap: 0 60px;
  }
}
*/
.headerContainer .subMenuArea .headerAccordion {
  max-width: none;
  width: 100%;
  background-color: #B29259;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  gap: 24px;
}
.headerAccordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  background-color: #B29259;
  color: #FFFFFF;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border-bottom: none;
  transition: background-color 0.3s ease;
}
.headerAccordion .accordionTitle {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.headerAccordion summary:hover {
  background-color: #927D4C;
}
.headerAccordion details[open] summary {
  background-color: #B29259;
  border-bottom: none;
}
.headerAccordion .accordion-icon {
font-size: 0.6em;
margin-left: 10px;
transition: transform 0.3s ease;
transform: rotate(180deg);
text-decoration:double;
text-underline-offset: 0;
}
.headerAccordion details[open] .accordion-icon {
  transform: rotate(0deg);
}
.headerAccordion .accordionContent {
  padding: 20px;
  background-color: #B29259;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.headerAccordion .accordionContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
  font-size: 1.0em;
  font-weight: bold;
}
.headerAccordion .accordionContent li {
  padding: 0;
  border-bottom: none;
  white-space: nowrap;
}
.headerAccordion a.button-link {
  display: block;
  width: fit-content;
  padding: 24px 50px;
  background-color: #ffffff;
  color: #B29259;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px auto 0 auto;
  font-size: 1.0em;
  border: 1px solid #B29259;
}
.headerAccordion .button-link:hover {
  background-color: #f0f0f0;
  color: #8C784C;
}
@media (max-width: 767px) {
  .subMenuArea .headerAccordion {
    gap: 16px;
  }
  .headerAccordion .accordionContent ul {
    gap: 16px;
    padding: 0 34%;
  }
}
.headerContainer .fixingReserveButton {
  position: fixed;
  top: calc(120px + 15vh);
  right: 0;
  max-width: 78px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}
.headerContainer .fixingReserveButton--en {
  max-width: unset;
}
.headerContainer .fixingReserveButton.color02 a {
  background-color: #BEA67C;
}
.headerContainer .fixingReserveButton.color03 a {
  background-color: #977D2F;
}
.headerContainer .fixingReserveButton a {
  display: block;
  padding: 25px 25px 75px 30px;
  border-radius: 3px;
  border: 5px solid #fff;
  border-right: none;
  color: #fff;
  background: url("https://img.dormy-hotels.com/static/img/common/illust-character01.svg") no-repeat center bottom 20px #2B4571;
  background-size: 70px auto;
  z-index: 110;
}
#staging .headerContainer .fixingReserveButton a {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/illust-character01.svg");
}
#develop .headerContainer .fixingReserveButton a {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/illust-character01.svg");
}
.headerContainer .fixingInputArea {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1100px;
  border-radius: 3px;
  font-size: 15px;
  z-index: 10;
}
.headerContainer .fixingInputArea:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 60vh);
  left: calc(50% - 60vw);
  width: 120vw;
  height: 120vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
@media (max-width: 767px) {
  .headerContainer .fixingInputArea:after {
    display: none;
  }
}
.headerContainer .fixingInputArea.color02 {
  background: #BEA67C;
}
.headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.date {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-calendar-gold.svg");
}
#staging .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.date {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-calendar-gold.svg");
}
#develop .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.date {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-calendar-gold.svg");
}
.headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.facilitys {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-calendar-gold.svg");
}
#staging .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.facilitys {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-calendar-gold.svg");
}
#develop .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.facilitys {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-calendar-gold.svg");
}
.headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-bed-gold.svg");
}
#staging .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-bed-gold.svg");
}
#develop .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-bed-gold.svg");
}
.headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-peoples-gold.svg");
}
#staging .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-peoples-gold.svg");
}
#develop .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-peoples-gold.svg");
}
.headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.peoples {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-peoples-gold.svg");
}
#staging .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.peoples {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-peoples-gold.svg");
}
#develop .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.peoples {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-peoples-gold.svg");
}
.headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin02-gold.svg");
}
#staging .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin02-gold.svg");
}
#develop .headerContainer .fixingInputArea.color02 .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin02-gold.svg");
}
/*
.headerContainer .fixingInputArea.color02 .inner {
  background: #BEA67C;
}
.headerContainer .fixingInputArea.color02 .inputAreaTabs li {
  color: #BEA67C;
  background: #fffaf2;
}
.headerContainer .fixingInputArea.color02 .inputAreaTabs li.current {
  color: #fff;
  background: #BEA67C;
}
*/
.headerContainer .fixingInputArea.color03 {
  background: #977D2F;
}
.headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin-black.svg");
}
#staging .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin-black.svg");
}
#develop .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.keyword {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin-black.svg");
}
.headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.date {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-calendar-black.svg");
}
#staging .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.date {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-calendar-black.svg");
}
#develop .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.date {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-calendar-black.svg");;
}
.headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-bed-black.svg");
}
#staging .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-bed-black.svg");
}
#develop .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.stays {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-bed-black.svg");
}
.headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-peoples-black.svg");
}
#staging .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-peoples-black.svg");
}
#develop .headerContainer .fixingInputArea.color03 .commonFormLabel01 .inputWrapper.rooms {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-peoples-black.svg");
}
.headerContainer .fixingInputArea.color03 .inner {
  background: #977D2F;
}
.headerContainer .fixingInputArea.color03 .inputAreaTabs li {
  color: #977D2F;
  background: #fffaf2;
}
.headerContainer .fixingInputArea.color03 .inputAreaTabs li.current {
  color: #fff;
  background: #977D2F;
}
.headerContainer .fixingInputArea .inner {
  position: relative;
  padding-bottom: 25px;
  background: #2B4571;
  z-index: 1;
}
.headerContainer .fixingInputArea .inputAreaTabs {
  display: flex;
}
.headerContainer .fixingInputArea .inputAreaTabs.airNoTabs {
  display: block;
}
.headerContainer .fixingInputArea .inputAreaTabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  flex: 0 0 25%;
  box-sizing: border-box;
  cursor: pointer;
  height: 66px;
  font-size: 22px;
  font-weight: bold;
  color: #2B4571;
  background: #CED4DF;
}
.headerContainer .fixingInputArea .inputAreaTabs.jrNoTabs li {
  flex: 0 0 33.3333%;
}
.headerContainer .fixingInputArea .inputAreaTabs li.current {
  position: relative;
  color: #fff;
  background: #2B4571;
}
.headerContainer .fixingInputArea .inputAreaTabs li[data-target-form="form01"] {
  color: #fff;
  background: #2B4571; 
}
.headerContainer .fixingInputArea .inputAreaTabs li[data-target-form="form02"] {
  color: #fff;
  background: #004A99;
}
.headerContainer .fixingInputArea .inputAreaTabs li[data-target-form="form03"] {
  color: #fff;
  background: #00BCD4;
}
.headerContainer .fixingInputArea .inputAreaTabs li[data-target-form="form04"] {
  background: #f6ad48;
  color: #fff;
}
.headerContainer .fixingInputArea.form-airport-theme .inner {
  background-color: #004A99;
}
.headerContainer .fixingInputArea.form-train-theme .inner {
  background-color: #00BCD4;
}
.headerContainer .fixingInputArea.form-car-theme .inner {
  background-color: #f6ad48;
}
.headerContainer .fixingInputArea.form-default-theme .inner { 
  background-color: #2B4571;
}
.headerContainer .fixingInputArea .inputAreaTabs li.current:after {
  content: '';
  display: inline-block;
  width: 66px;
  height: 44px;
  background: url("https://img.dormy-hotels.com/static/img/common/illust-character01.svg") no-repeat center center;
  background-size: 100% 100%;
}
.headerContainer .fixingInputArea .inputAreaTabs li.current:after {
  display: none;
}
#staging .headerContainer .fixingInputArea .inputAreaTabs li.current:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/illust-character01.svg");
}
#develop .headerContainer .fixingInputArea .inputAreaTabs li.current:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/illust-character01.svg");
}
.headerContainer .fixingInputArea .closeButton {
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  width: 3.5em;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  font-size: 20px;
  color: #fff;
}
.headerContainer .fixingInputArea .forms:not(.form01) {
  display: none;
}
.headerContainer .fixingInputArea .forms .inputArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
}
.headerContainer .fixingInputArea .forms:not(.form01):not(.form02) .inputArea {
  flex-direction: column;
  align-items: center;
}
.headerContainer .fixingInputArea .forms:not(.form01):not(.form02) .commonFormLabel01 {
  width: 50%;
}
.headerContainer .fixingInputArea .forms .inputArea .commonFormLabel01 {
  padding: 0;
}
.headerContainer .fixingInputArea .forms .inputArea .formLabel01,
.headerContainer .fixingInputArea .forms .inputArea .formLabel02,
.headerContainer .fixingInputArea .forms .inputArea .formLabel07,
.headerContainer .fixingInputArea .forms .inputArea .formLabel08 {
  flex: 0 0 30%;
}
.headerContainer .fixingInputArea .forms .inputArea .formLabel03,
.headerContainer .fixingInputArea .forms .inputArea .formLabel09 {
  flex: 0 0 38%;
}
.headerContainer .fixingInputArea .forms .inputArea .formLabel04 {
  flex: 0 0 100%;
}
.headerContainer .fixingInputArea .forms .inputArea .formLabel05,
.headerContainer .fixingInputArea .forms .inputArea .formLabel06 {
  flex: 0 0 49.5%;
}
.headerContainer .fixingInputArea .forms .inputModal {
  box-sizing: border-box;
  position: fixed;
  top: calc(50% - 260px);
  left: calc(50% - 430px);
  width: 860px;
  box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.7);
  max-height: 50vh;
}
@media (max-width: 1024px) {
  .headerContainer .fixingInputArea .forms .inputModal {
    left: calc(50% - 350px);
    width: 700px;
    max-height: 80vh;
  }
}
.headerContainer .fixingInputArea .forms .inputModal .inputModalCloseButton {
  right: auto;
  left: -20px;
}
.headerContainer .fixingInputArea .inputArea {
  padding: 20px 30px 20px;
}
.headerContainer .fixingInputArea .inputArea > div:not(:last-of-type) {
  padding-bottom: 15px;
}
.headerContainer .fixingInputArea .inputText {
  color: #fff;
}
.headerContainer .fixingInputArea .fixingInputAreaTitle {
  padding-bottom: 15px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.headerContainer .fixingInputArea button[type="submit"] {
  margin-top: 20px;
  width: 100%;
  background: none;
  border: 1px solid #fff;
}
.headerContainer .fixingInputArea .previouslyBooked {
  display: none;
  padding-top: 15px;
  text-align: center;
}
.headerContainer .fixingInputArea .previouslyBooked a {
  display: block;
  line-height: 1.5;
  text-decoration: underline;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
/* .headerContainer .fixingInputArea .bestRateLogo {
  margin: auto;
  width: 40%;
  max-width: 344px;
  text-align: center;
} */
.headerContainer .fixingInputArea .bestRateLogo {
  margin: auto;
  width: 76%;
  text-align: center;
}
.headerContainer .fixingInputArea .bestRateLogo a {
  /* pointer-events: none; */
}
.headerContainer .fixingBestRate {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 150px;
  text-align: center;
}
.headerContainer .fixingBestRate img {
  width: 110px;
}
.headerContainer .fixingBestRate .text {
  display: block;
  margin-top: 10px;
  padding: 5px 0 6px;
  line-height: 1.5;
  font-size: 13px;
  color: #fff;
  background: #000;
}
.headerContainer .fixingBestRate .closeButton {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  padding: 0 0 3px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  background: #000;
}
.headerContainer .bestRateIcon {
  position: absolute;
}
.headerContainer .overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
@media (min-width: 1025px) {
  .headerContainer .overlay {
    display: none !important;
  }
}
.headerContainer .modalArea {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingReserveButton {
    display: none !important;
  }
  .headerContainer.pattern02 .fixingInputArea {
    display: block !important;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 12px 0 13px;
    width: auto;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    box-shadow: none;
  }
  .headerContainer.pattern02 .fixingInputArea:after,
  .headerContainer.pattern02 .fixingInputArea .closeButton,
  .headerContainer.pattern02 .fixingInputArea .fixingInputAreaTitle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .inputWrapper {
    background-position: 12px center;
    background-size: 14px auto;
  }
  .headerContainer.pattern02 .fixingInputArea .inputWrapper.stays {
    background-position: 8px center;
    background-size: 20px auto;
  }
  .headerContainer.pattern02 .fixingInputArea .inputWrapper.rooms {
    background-position: 8px center;
    background-size: 20px auto;
  }
  .headerContainer.pattern02 .fixingInputArea .inputWrapper.textSearch {
    background-position: 8px center;
    background-size: 20px auto;
  }
  .headerContainer.pattern02 .fixingInputArea .inputWrapper.keyword {
    background-position: 10px center;
    background-size: 16px auto;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .commonFormLabel01 .inputWrapper input,
  .headerContainer.pattern02 .fixingInputArea .commonFormLabel01 .inputWrapper select,
  .headerContainer.pattern02 .fixingInputArea .commonFormLabel01 .inputWrapper .inputDisplay {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .commonFormLabel01 .inputWrapper input,
  .headerContainer.pattern02 .fixingInputArea .commonFormLabel01 .inputWrapper select,
  .headerContainer.pattern02 .fixingInputArea .commonFormLabel01 .inputWrapper .inputDisplay {
    padding-left: 35px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 10px;
    padding: 0;
  }
  .headerContainer.pattern02 .fixingInputArea .inputArea > div {
    padding-bottom: 0 !important;
  }
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel01 {
    flex: 0 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel01 {
    flex: 0 0 100px;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel02 {
    flex: 0 0 155px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel02 {
    flex: 0 0 120px;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel03 {
    flex: 0 0 170px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel03 {
    flex: 0 0 170px;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel04 {
    flex: 0 0 260px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea .formLabel04 {
    flex: 0 0 152px;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea button[type="submit"] {
    flex: 0 0 150px;
    margin: 0;
    padding: 0;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    background: #977D2F;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerContainer.pattern02 .fixingInputArea .inputArea button[type="submit"] {
    flex: 0 0 100px;
  }
}
@media (min-width: 768px) {
  .headerContainer.pattern02 .fixingInputArea .inputText {
    color: #000;
  }
}
@media (max-width: 1024px) {
  .headerContainer .siteTitle {
    position: static;
    padding: 9px 0 8px 3%;
    font-size: 10px;
  }
  .headerContainer .siteTitle img {
    padding-top: 7px;
    height: 16px;
  }
  .headerContainer > .icons {
    gap: 0 18px;
    top: 17px;
    right: calc(3% + 55px);
  }
  .headerContainer .menuArea {
    display: flex;
    flex-flow: column;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    margin: auto;
    padding: 15px 0 20px;
    width: 80%;
    text-align: center;
    background: #fff;
    z-index: 100;
    overflow: auto;
    transition: right .3s;
  }
  .headerContainer .menuArea:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    width: 80%;
    background: #fff;
    transition: right .3s;
    z-index: -1;
  }
  .headerContainer .menuArea.active {
    right: 0;
  }
  .headerContainer .menuArea.active:before {
    right: 0;
  }
  .headerContainer .menuArea .user {
    order: 1;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .headerContainer .menuArea .languageSelect {
    order: 0;
    position: static;
    padding-bottom: 30px;
  }
  .headerContainer .menuArea .languageSelect a {
    display: inline-block;
  }
  .headerContainer .menuArea .languageSelect .languages {
    padding: 20px;
    width: 90vw;
    max-width: 500px;
  }
  .headerContainer .menuArea .languageSelect .text {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .headerContainer .menuArea .languageSelect .languageList {
    gap: 15px 15px;
  }
  .headerContainer .menuArea .snsIcons {
    order: 3;
    flex-flow: column;
    gap: 15px 0;
    position: static;
    font-weight: bold;
  }
  .headerContainer .menuArea .snsIcons > li img {
    display: none;
  }
  .headerContainer .menuArea .snsIcons > li .text {
    display: inline-block;
    line-height: 1;
  }
  .headerContainer .menuArea .snsIcons > li a {
    display: block;
    position: relative;
    padding: 5px 0 5px 54px !important;
  }
  .headerContainer .menuArea .snsIcons > li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    width: 33px;
    background: url("https://img.dormy-hotels.com/static/img/common/icon-twitter.svg") no-repeat center center;
    background-size: auto 100%;
  }
  #staging .headerContainer .menuArea .snsIcons > li a:after {
    background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-twitter.svg");
  }
  #develop .headerContainer .menuArea .snsIcons > li a:after {
    background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-twitter.svg");
  }
  .headerContainer .menuArea .snsIcons .instagram a:after {
    background-image: url("https://img.dormy-hotels.com/static/img/common/icon-instagram.svg");
  }
  #staging .headerContainer .menuArea .snsIcons > li a:after {
    background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-instagram.svg");
  }
  #develop .headerContainer .menuArea .snsIcons > li a:after {
    background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-instagram.svg");
  }
  .headerContainer .menuArea .snsIcons .dropDown .links {
    display: flex !important;
    flex-flow: column;
    gap: 15px 0;
    position: static;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .headerContainer .menuArea .snsIcons .dropDown .links a {
    right: auto;
    margin-top: 0;
    height: auto;
    border: none;
    font-size: 16px;
    transform: none !important;
  }
  .headerContainer .menuArea .snsIcons .dropDown > a {
    display: none;
    pointer-events: none;
  }
  .headerContainer .menuArea .globalNavi {
    order: 2;
    flex-flow: column;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
  }
  .headerContainer .menuArea .globalNavi .links {
    flex-flow: column;
  }
  .headerContainer .menuArea .globalNavi .links01 {
    text-align: left;
    align-items: normal;
  }
  .headerContainer .menuArea .globalNavi .links01 li {
    border-top: 1px solid #d0d0d0;
    border-left: none;
  }
  .headerContainer .menuArea .globalNavi .links01 li:last-child {
    border-right: none;
    border-bottom: 1px solid #d0d0d0;
  }
  .headerContainer .menuArea .globalNavi .links01 li a {
    position: relative;
    padding: 20px 10%;
  }
  .headerContainer .menuArea .globalNavi .links01 li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
  }
  .headerContainer .menuArea .globalNavi .links02 {
    display: flex;
    order: -1;
    gap: 15px 0;
    flex-flow: column-reverse;
    padding-bottom: 40px;
  }
  .headerContainer .menuArea .globalNavi .links02 li:first-child {
    padding-top: 15px;
  }
  .headerContainer .menuArea .globalNavi .links02 li:nth-child(2), .headerContainer .menuArea .globalNavi .links02 li:last-child {
    margin: auto;
    width: 94%;
  }
  .headerContainer .menuArea .globalNavi .links02 li:nth-child(2) a, .headerContainer .menuArea .globalNavi .links02 li:last-child a {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 35px;
    border: 3px solid #666;
    color: #555;
    background: #fff;
  }
  .headerContainer .menuArea .globalNavi .links02 li:last-child {
    margin: auto;
    width: 94%;
  }
  .headerContainer .menuArea .globalNavi .links02 li:last-child a {
    color: #fff;
    background: #666;
  }
  /*.headerContainer .subMenuButton {
    position: absolute;
    top: 14px;
    right: 3%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    z-index: 101;
  }
  .headerContainer .subMenuButton img {
    display: inline-block;
    position: relative;
    top: -2px;
    right: -2px;
    padding-left: 4px;
    width: 21px;
    vertical-align: middle;
    transition: transform .3s;
  }
  .headerContainer .subMenuButton img:first-of-type {
    right: 0;
    margin: 3px 0 3px 6px;
    width: 15px;
  }
  .headerContainer .subMenuButton img:last-of-type {
    display: none;
  }
  .headerContainer .subMenuButton.open {
    position: fixed;
  }
  .headerContainer .subMenuButton.open img:first-of-type {
    display: none;
  }
  .headerContainer .subMenuButton.open img:last-of-type {
    display: inline-block;
  }
  .headerContainer .subMenuArea.active .inner {
    right: 0;
  }*/
  .headerContainer .subMenuArea .logo a {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
  }
  .headerContainer .subMenuArea .logo img {
    width: auto;
    height: 22px;
  }
  .headerContainer .subMenuArea .facilityName {
    display: flex;
    align-items: center;
    position: static;
    padding: 0 100px 0 3%;
    height: 50px;
    font-size: 11px;
    transform: none;
  }
  .headerContainer .subMenuArea .subMenuNavi .links {
    gap: 0;
    padding-left: 8vw;
  }
  .headerContainer .subMenuArea .subMenuNavi .links li:not(:nth-of-type(6)) {
    border-right: 1px solid #fff;
  }
  #nono .headerContainer .subMenuArea .subMenuNavi .links li:nth-of-type(5) {
    border-right: none;
  }
  .headerContainer .subMenuArea .subMenuNavi .links .subMenuNavi__spNot {
    display: none;
  }
  .headerContainer .subMenuArea .subMenuNavi .links li a {
    padding: 0 4vw;
  }
  /*.headerContainer .subMenuArea .inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 50px 0;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    margin: auto;
    padding: 120px 0;
    width: 80%;
    height: 100vh;
    text-align: center;
    background: #2A4574;
    z-index: 100;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: right .3s;
  }
  .headerContainer .subMenuArea .subMenuNavi {
    padding: 0;
  }
  .headerContainer .subMenuArea .subMenuNavi .links {
    flex-flow: column;
    gap: 0 0;
    padding-top: 30px;
    font-size: 16px;
  }
  .headerContainer .subMenuArea .subMenuNavi .links li {
    border-top: 1px solid #7185a9;
  }
  .headerContainer .subMenuArea .subMenuNavi .links li:last-child {
    border-bottom: 1px solid #7185a9;
  }
  .headerContainer .subMenuArea .subMenuNavi .links a {
    display: block;
    position: relative;
    padding: 20px 10%;
  }
  .headerContainer .subMenuArea .subMenuNavi .links a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }*/
  .headerContainer .subMenuArea .reserveButton {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
  .headerContainer .subMenuArea .reserveButton a {
    padding: 22px 0 22px 15px;
  }
  .headerContainer .subMenuArea .reserveButton a:before {
    left: 50%;
    width: 25px;
    transform: translateX(-65px);
  }
  .headerContainer .fixingReserveButton {
    top: calc(80px + 15vh);
    font-size: 10px;
  }
  .headerContainer .fixingReserveButton a {
    padding: 10px 34px 45px;
    border-width: 2px;
    background-position: center bottom 8px;
    background-size: 44px auto;
  }
  /* .headerContainer .fixingInputArea .bestRateLogo {
    width: 60%;
    max-width: 590px;
  } */
  .headerContainer .fixingInputArea .bestRateLogo {
    width: 78%;
    max-width: 590px;
  }
  .headerContainer .fixingInputArea .bestRateLogo img {
    margin: 0.6em 0;
  }
  .headerContainer .fixingBestRate {
    right: 5px;
    bottom: 5px;
    width: 110px;
  }
  .headerContainer .fixingBestRate img {
    width: 70px;
  }
  .headerContainer .fixingBestRate .text {
    margin-top: 3px;
    padding: 5px 0;
    font-size: 10px;
  }
  .headerContainer .fixingBestRate .closeButton {
    width: 20px;
    padding: 0 0 2px;
    font-size: 18px;
  }
  .headerContainer.menuAreaHidden .subMenuButton {
    top: 14px;
  }
}

@media (max-width: 767px) {
  .headerContainer .subMenuArea .subMenuNavi .links {
    justify-content: right;
    padding-left: 0;
    font-size: 12px;
  }
  .headerContainer .subMenuArea .subMenuNavi .links li a {
    padding: 0 2vw;
  }
}

/*==================================================================================
 allWrap.comprehensive
==================================================================================*/
.allWrap.comprehensive {
  background: #FDFAF8;
}
.allWrap.comprehensive .headerContainer .subMenuArea {
  background: #43403F;
}
.allWrap.comprehensive .headerContainer .subMenuArea .subMenuNavi {
  background: #43403F;
}
.allWrap.comprehensive .headerContainer .fixingBestRate {
  display: none !important;
}
.allWrap.comprehensive main {
  font-weight: normal;
}
@media (max-width: 1024px) {
  .allWrap.comprehensive .headerContainer .subMenuArea .inner {
    background: #43403F;
  }
  .allWrap.comprehensive .headerContainer .subMenuArea .subMenuNavi .links li {
    border-color: #fff;
  }
}

/*==================================================================================
 dormyinnTop
==================================================================================*/
.mainAirSubmitModalWrap,
.mainJrSubmitModalWrap,
.mainRentalCarSubmitModalWrap {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  z-index: 99;
}
.mainAirSubmitModal,
.mainJrSubmitModal,
.mainRentalCarSubmitModal {
  position: relative;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  z-index: 1;
}
.mainAirSubmitModal .character,
.mainJrSubmitModal .character,
.mainRentalCarSubmitModal .character {
  margin: auto;
  padding-bottom: 20px;
  width: 50%;
  max-width: 280px;
}
.mainAirSubmitModal .character img,
.mainJrSubmitModal .character img,
.mainRentalCarSubmitModal .character img {
  max-width: 100%;
  height: auto;
}
.mainAirSubmitModal .lead,
.mainJrSubmitModal .lead,
.mainRentalCarSubmitModal .lead {
  padding-bottom: 20px;
  line-height: 1.9;
  font-size: 16px;
  color: #2B4571;
}
.mainAirSubmitModal .mainAirSubmitButton,
.mainJrSubmitModal .mainJrSubmitButton,
.mainRentalCarSubmitModal .mainRentalCarSubmitButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
  margin: 0 auto 20px;
  max-width: 290px;
  height: 60px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #333;
}
@media (min-width: 1025px) {
  .mainAirSubmitModal .mainAirSubmitButton:hove,
  .mainJrSubmitModal .mainJrSubmitButton:hove,
  .mainRentalCarSubmitModal .mainRentalCarSubmitButton:hove {
    opacity: .7;
  }
}
.mainAirSubmitModal .mainAirSubmitButton:after,
.mainJrSubmitModal .mainJrSubmitButton:after,
.mainRentalCarSubmitModal .mainRentalCarSubmitButton:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-external03.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging .mainAirSubmitModal .mainAirSubmitButton:after,
#staging .mainJrSubmitModal .mainJrSubmitButton:after,
#staging .mainRentalCarSubmitModal .mainRentalCarSubmitButton:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-external03.svg");
}
#develop .mainAirSubmitModal .mainAirSubmitButton:after,
#develop .mainJrSubmitModal .mainJrSubmitButton:after,
#develop .mainRentalCarSubmitModal .mainRentalCarSubmitButton:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-external03.svg");
}
.mainAirSubmitModal .mainAirSubmitModalClose,
.mainJrSubmitModal .mainJrSubmitModalClose,
.mainRentalCarSubmitModal .mainRentalCarSubmitModalClose {
  cursor: pointer;
  display: block;
  margin: auto;
  width: 3.5em;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  color: #000;
}
.mainAirSubmitModalWrap:after,
.mainJrSubmitModalWrap:after,
.mainRentalCarSubmitModalWrap:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 60vh);
  left: calc(50% - 60vw);
  width: 120vw;
  height: 120vh;
  background: rgba(0, 0, 0, 0.8);
}
#dormyinnTop section.intro {
  display: flex;
  flex-flow: row-reverse;
}
#dormyinnTop section.intro .mainVisual {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
#dormyinnTop section.intro .mainVisual h2 {
  position: absolute;
  top: 12%;
  right: 8%;
  left: 8%;
  line-height: 1.5;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  z-index: 3;
}
#dormyinnTop section.intro .mainVisual .mvSlider {
  height: 100%;
}
#dormyinnTop section.intro .mainVisual .mvSlider .slick-slider,
#dormyinnTop section.intro .mainVisual .mvSlider .slick-list,
#dormyinnTop section.intro .mainVisual .mvSlider .slick-track,
#dormyinnTop section.intro .mainVisual .mvSlider .slick-slide {
  height: 100%;
}
#dormyinnTop section.intro .mainVisual .mvSlider .slider {
  margin-bottom: 0;
}
#dormyinnTop section.intro .mainVisual .mvSlider .slick-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dormyinnTop section.intro .mainVisual .mvSlider .slick-dots {
  justify-content: flex-start;
  position: absolute;
  bottom: 6%;
  left: 6%;
  padding: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  #dormyinnTop section.intro .mainVisual .mvSlider .slick-dots {
    display: none !important;
  }
}
#dormyinnTop section.intro .commonTabAreas01.hokkaido {
  display: block;
}
#dormyinnTop section.intro .commonTabAreas01:not(.hokkaido) {
  display: none;
}
#dormyinnTop .dTopServiceLink {
  display: none;
  margin-top: 12px;
  text-align: center;
}
#dormyinnTop .dTopServiceLink a {
  display: inline-block;
  padding: 0 18px 4px;
  font-size: 13px;
  color: #2B4571;
  line-height: 1.6;
  border-bottom: 1px solid #2B4571;
}
#dormyinnTop section.intro .searchArea {
  flex: 0 0 max(420px, 40%);
}
@media (min-width: 1025px) {
  #dormyinnTop section.intro .searchArea {
    max-width: 700px;
  }
}
#dormyinnTop section.intro .searchArea .searchTypes {
  padding-bottom: 30px;
}
#dormyinnTop section.intro .searchArea .searchTypes:not(.map) {
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
}
#dormyinnTop section.intro .searchArea .inputArea {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3%;
}
#dormyinnTop section.intro .searchArea .inputArea .commonFormLabel01 {
  flex: 0 0 100%;
}
#dormyinnTop section.intro .searchArea .inputArea .commonFormLabel01 .hotelSelectNote {
  color: #fff;
}
#dormyinnTop section.intro .searchArea .inputArea .half {
  flex: 0 0 48.5%;
}
#dormyinnTop section.news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
  padding: 40px 0 30px;
}
#dormyinnTop section.news h3 {
  box-sizing: border-box;
  flex: 0 0 130px;
  margin-bottom: 40px;
  padding: 20px 30px 20px 0;
  border-right: 1px solid #fff;
}
#dormyinnTop section.news .newsList {
  box-sizing: border-box;
  flex: 0 0 calc(100% - 130px);
  margin-bottom: 40px;
  padding: 0 0 0 70px;
}
#dormyinnTop section.news .newsListButton {
  flex: 0 0 100%;
  padding: 0;
}
#dormyinnTop section.topics {
  padding-bottom: 90px;
}
@media (min-width: 1025px) {
  #dormyinnTop .commonSectionTabs {
    display: none;
  }
}
#dormyinnTop .topCommonSections {
  align-items: center;
  flex-wrap: wrap;
  gap: 60px 80px;
  position: relative;
  padding: 50px 0 100px;
  background: #F0F4F8;
  z-index: 1;
}
@media (min-width: 1025px) {
  #dormyinnTop .topCommonSections {
    display: flex !important;
  }
}
#dormyinnTop .topCommonSections > header {
  padding-left: calc(50vw - 600px);
  width: 450px;
}
@media (max-width: 1280px) {
  #dormyinnTop .topCommonSections > header {
    padding-left: 3%;
  }
}
#dormyinnTop .topCommonSections h3 {
  position: static;
  padding: 70px 0 50px;
  text-align: left;
  line-height: 1;
}
#dormyinnTop .topCommonSections h3 .en {
  top: 20px;
  left: 2%;
  letter-spacing: .05em;
  z-index: -1;
}
#dormyinnTop .topCommonSections .catch {
  padding-bottom: 15px;
  line-height: 1.7;
  font-weight: 900;
}
#dormyinnTop .topCommonSections .text {
  word-break: keep-all;
  line-height: 2.4;
}
@media (min-width: 1025px) {
  #dormyinnTop .topCommonSections .commonSlider01 {
    display: none;
  }
}
#dormyinnTop .topCommonSections .imageArea {
  flex: 1 1 0;
  display: flex;
  gap: 1.1vw 1.1vw;
  padding-top: 60px;
}
#dormyinnTop .topCommonSections .imageArea .images {
  display: flex;
  gap: 1.1vw 1.1vw;
}
#dormyinnTop .topCommonSections .imageArea .images.column {
  flex-flow: column;
}
#dormyinnTop .topCommonSections .imageArea .images li {
  line-height: 0;
}
#dormyinnTop .topCommonSections .banner {
  flex: 0 0 100%;
}
#dormyinnTop .topCommonSections .banner a {
  display: block;
  margin: auto;
  width: 94%;
  max-width: 800px;
}
#dormyinnTop section.spa .imageArea .images01 {
  gap: 1.2vw 1.2vw;
}
#dormyinnTop section.breakFast {
  flex-direction: row-reverse;
  background: #fff;
}
#dormyinnTop section.breakFast > header {
  padding-right: calc(50vw - 600px);
  padding-left: 0;
}
@media (max-width: 1280px) {
  #dormyinnTop section.breakFast > header {
    padding-right: 3%;
    padding-left: 0;
  }
}
#dormyinnTop section.breakFast > header h3 .en {
  right: 2%;
  left: auto;
}
#dormyinnTop section.breakFast .imageArea {
  flex-wrap: wrap;
}
#dormyinnTop section.breakFast .imageArea .images01 {
  flex: 0 0 100%;
}
#dormyinnTop section.breakFast .imageArea .images01 li:first-child {
  flex: 0 0 22.8125%;
}
#dormyinnTop section.breakFast .imageArea .images01 li:nth-child(2) {
  flex: 0 0 30.10417%;
}
#dormyinnTop section.breakFast .imageArea .images01 li:nth-child(3) {
  flex: 1 0 42.29167%;
}
#dormyinnTop section.breakFast .imageArea .images02 {
  flex: 0 0 55.20833%;
}
#dormyinnTop section.breakFast .imageArea .images03 {
  flex: 1 0 42.29167%;
}
#dormyinnTop section.rooms {
  margin-bottom: 150px;
}
#dormyinnTop section.concept > header {
  padding-bottom: 130px;
}
#dormyinnTop section.concept > header .lead {
  line-height: 2.4;
}
#dormyinnTop section.concept section.ourConcept h4 {
  /* padding-bottom: 20px; */
  padding-bottom: 60px;
}
#dormyinnTop section.concept section.ourConcept .lead {
  padding-bottom: 60px;
}
#dormyinnTop section.concept section.ourConcept .concepts {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1100px;
  text-align: center;
}
#dormyinnTop section.concept section.ourConcept .concepts li {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 20px 3% 55px; */
  padding: 20px 3% 100px;
}
#dormyinnTop section.concept section.ourConcept .concepts li:nth-child(2n-1) {
  border-right: 1px solid #707070;
}
#dormyinnTop section.concept section.ourConcept .concepts li:nth-child(n+3) {
  padding-top: 55px;
  padding-bottom: 90px;
  border-top: 1px solid #707070;
}
#dormyinnTop section.concept section.ourConcept .concepts .logo {
  padding-bottom: 30px;
}
#dormyinnTop section.concept section.ourConcept .concepts .logo img {
  width: auto;
  height: 90px;
}
#dormyinnTop section.concept section.ourConcept .concepts .lead01 {
  display: inline-block;
  line-height: 2;
  text-align: left;
  max-width: 340px;
}
#dormyinnTop section.concept section.ourConcept .concepts .button {
  /* margin-top: auto;
  padding-top: 20px; */
  position: absolute;
  bottom: 50px;
  right: 100px;
}
#dormyinnTop section.concept section.ourConcept .concepts li:nth-child(n+3) .button {
  bottom: 20px;
}
#dormyinnTop .sections:not(.news) h3 {
  letter-spacing: 1px;
  color: #2A4574;
  font-weight: 600;
}
#dormyinnTop .sections:not(.news) .slider {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #dormyinnTop section.seasonal .seasonalSlider .slick-slide {
    transition: transform .3s;
    transform: scale(0.8);
  }
  #dormyinnTop section.seasonal .seasonalSlider .controller li {
    top: calc(50% + 15px);
    margin-top: -65px;
  }
  #dormyinnTop section.seasonal .seasonalSlider .controller li.prev {
    left: 31%;
  }
  #dormyinnTop section.seasonal .seasonalSlider .controller li.next {
    right: 31%;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #dormyinnTop section.seasonal .seasonalSlider .controller li {
    margin-top: -60px;
    width: 20px;
    height: 20px;
  }
  #dormyinnTop section.seasonal .seasonalSlider .controller li.prev {
    left: 30.5%;
  }
  #dormyinnTop section.seasonal .seasonalSlider .controller li.next {
    right: 30.5%;
  }
}

#dormyinnTop section.seasonal .seasonalSlider a {
  background: #fff;
}
#dormyinnTop section.seasonal .seasonalSlider .text {
  padding-top: 10px;
  line-height: 1.4;
  text-align: center;
  color: #2A4574;
}
#dormyinnTop section.seasonal .seasonalSlider .slick-dots {
  padding-top: 50px;
}
#dormyinnTop section.banner {
  padding: 150px 0 0;
  text-align: center;
}
#dormyinnTop section.youtube {
  padding: 150px 0 0;
  text-align: center;
}
#dormyinnTop section.service {
  padding: 150px 0 110px;
}
#dormyinnTop section.service .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
}
#dormyinnTop section.service .links li {
  flex: 0 0 46%;
}
#dormyinnTop section.service .links li .text {
  display: block;
  padding-top: 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2A4574;
}
#dormyinnTop section.pickup {
  position: relative;
  margin-bottom: 120px;
  padding: 50px 0 60px;
  z-index: 1;
}
#dormyinnTop section.pickup:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F0F4F8;
  z-index: -1;
  transform: translateX(-50%);
}
#dormyinnTop section.pickup .pickupSlider {
  padding: 0 40px;
}
#dormyinnTop section.pickup .pickupSlider a {
  background: none;
}
#dormyinnTop section.pickup .pickupSlider dl {
  padding-top: 10px;
}
#dormyinnTop section.pickup .pickupSlider dt,
#dormyinnTop section.pickup .pickupSlider .text {
  padding-bottom: 5px;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  color: #2A4574;
}
#dormyinnTop section.pickup .pickupSlider .text {
  padding: 10px 0 0;
}
#dormyinnTop section.pickup .pickupSlider dd {
  line-height: 1.7;
  font-size: 14px;
  font-weight: normal;
}
#dormyinnTop section.pickup .pickupSlider .slick-track {
  align-items: normal;
  gap: 0 30px;
}
#dormyinnTop section.pickup .pickupSlider .slick-dots {
  padding-top: 50px;
}
#dormyinnTop section.pickup .pickupSlider .controller li {
  top: calc(50% + 15px);
  margin-top: -65px;
}
#dormyinnTop section.pickup .pickupSlider .controller li.prev {
  left: 0;
}
#dormyinnTop section.pickup .pickupSlider .controller li.next {
  right: 0;
}
#dormyinnTop section.membership {
  margin: 150px auto;
}
#dormyinnTop section.membership .membershipItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
#dormyinnTop section.membership .membershipItem {
  flex: 0 0 32%;
  box-sizing: border-box;
  padding: 50px 40px;
  border: 1px solid #2A4574;
}
#dormyinnTop section.membership .membershipItem .membershipItemIconImg {
  width: auto;
  height: 36px;
}
#dormyinnTop section.membership .membershipItem .membershipItemTitle {
  margin: 18px 0 10px;
  color: #2A4574;
  font-size: 20px;
  line-height: 1.4;
}
#dormyinnTop section.membership .membershipItem .membershipItemText {
  line-height: 1.4;
}

.membershipItemNotice {
  margin-top: 1em;
  line-height: 1.5;
}

.membershipItemNotice a {
  color: inherit;
  text-decoration: underline;
}

#dormyinnTop section.hotels {
  margin: 150px 0 100px;
  padding: 80px 0 100px;
  background: #F0F4F8;
}
#dormyinnTop section.hotels h3 {
  padding-bottom: 20px;
}
#dormyinnTop section.hotels .mapArea {
  max-width: 640px;
}
#dormyinnTop section.faq h3 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  #dormyinnTop section.intro {
    flex-flow: column;
  }
  #dormyinnTop section.intro .mainVisual {
    flex: 0 0 auto;
    height: auto;
  }
  #dormyinnTop section.intro .mainVisual:before {
    display: none;
  }
  #dormyinnTop section.intro .mainVisual h2 {
    top: 15%;
    bottom: auto;
    left: 8%;
    font-size: max(4vw, 15px);
  }
  #dormyinnTop section.intro .mainVisual .mvSlider .slick-slide {
    height: 60vw;
  }
  #dormyinnTop section.intro .mainVisual .mvSlider .slick-dots {
    flex-flow: column;
    align-items: flex-end;
    gap: 10px 0;
    position: absolute;
    bottom: 15%;
    right: 15px;
    left: auto;
    width: 3px;
  }
  #dormyinnTop section.intro .mainVisual .mvSlider .slick-dots li {
    width: 3px;
    height: 40px;
  }
  #dormyinnTop section.intro .mainVisual .bestRate {
    bottom: 16px;
    width: 110px;
  }
  #dormyinnTop section.intro .mainVisual .bestRate img {
    width: 70px;
  }
  #dormyinnTop section.intro .mainVisual .bestRate .text {
    margin-top: 3px;
    padding: 5px 0;
    font-size: 10px;
  }
  #dormyinnTop section.intro .mainVisual .bestRate .closeButton {
    width: 20px;
    padding: 0 0 2px;
    font-size: 18px;
  }
  #dormyinnTop .dTopServiceLink {
    display: block;
  }
  #dormyinnTop section.intro .searchArea {
    flex: 0 0 auto;
    min-width: 0;
    height: auto;
    top: 14px;
  }
  #dormyinnTop section.intro .searchArea .searchTypes {
    padding-bottom: 20px;
  }
  #dormyinnTop section.intro .searchArea .searchTypes:not(.map) {
    top: 120px;
  }
  #dormyinnTop section.intro .searchAreaMaps {
    margin: auto;
    max-width: 600px;
  }
  #dormyinnTop section.news {
    flex-direction: column;
    margin-bottom: 60px;
    padding: 30px 0 20px;
  }
  #dormyinnTop section.news h3 {
    flex: 0 0 auto;
    margin-bottom: 15px;
    padding: 0 30px 15px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #dormyinnTop section.news .newsList {
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding: 0 0 0 0;
  }
  #dormyinnTop section.news .newsListButton {
    flex: 0 0 auto;
    width: 70%;
  }
  #dormyinnTop section.topics .topicsSlider {
    margin: auto;
    width: calc(100% - 70px);
  }
  #dormyinnTop section.topics .topicsSlider .slider {
    margin-bottom: 0;
  }
  #dormyinnTop section.topics .topicsSlider .slider .commonSlideController01 li {
    top: calc(28% + 12px);
  }
  #dormyinnTop .commonSectionTabs {
    display: flex;
    position: relative;
    text-align: center;
    font-size: 16px;
    background: #B1925F;
    z-index: 2;
  }
  #dormyinnTop .commonSectionTabs li {
    flex: 0 1 34%;
    position: relative;
    padding: 22px 0;
    color: #fff;
  }
  #dormyinnTop .commonSectionTabs li:before {
    content: '';
    display: none;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
  }
  #dormyinnTop .commonSectionTabs li:after {
    content: '';
    display: none;
    position: absolute;
    bottom: -17px;
    left: 50%;
    border-top: 18px solid #B1925F;
    border-right: 23px solid transparent;
    border-left: 23px solid transparent;
    transform: translateX(-50%);
  }
  #dormyinnTop .commonSectionTabs li.current {
    pointer-events: none;
    color: #333;
  }
  #dormyinnTop .commonSectionTabs li.current:before, #dormyinnTop .commonSectionTabs li.current:after {
    display: block;
  }
  #dormyinnTop .topCommonSections {
    margin-bottom: 60px !important;
    padding: 40px 0 80px;
    background: #F0F4F8 !important;
  }
  #dormyinnTop .topCommonSections:not(.spa) {
    display: none;
  }
  #dormyinnTop .topCommonSections > header {
    margin-bottom: 35px;
    padding: 0 3% !important;
    width: auto;
  }
  #dormyinnTop .topCommonSections h3,
  #dormyinnTop .topCommonSections .catch,
  #dormyinnTop .topCommonSections .commonSlider01 {
    margin: auto;
    width: calc(100% - 70px);
  }
  #dormyinnTop .topCommonSections h3 {
    padding: 90px 0 10px;
  }
  #dormyinnTop section.concept section.ourConcept .concepts .button {
    position: unset;
    bottom: unset;
    right: unset;
    padding-top: 30px;
  }
  #dormyinnTop section.concept section.ourConcept .concepts li:nth-child(n+3) .button {
    bottom: unset;
  }
  #dormyinnTop section.membership .membershipItems {
    gap: 30px 0;
    max-width: 600px;
    margin: auto;
  }
  #dormyinnTop section.membership .membershipItem {
    flex: 0 0 100%;
  }
  #dormyinnTop section.membership .membershipItem .membershipItemText {
    font-size: 13px;
  }

  .membershipItemNotice {
    font-size: 13px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #dormyinnTop .topCommonSections h3 {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  #dormyinnTop .topCommonSections h3 .en {
    top: 40px;
    right: auto !important;
    left: 1% !important;
    letter-spacing: .05em;
  }
  #dormyinnTop .topCommonSections .text {
    line-height: 2.1;
  }
  #dormyinnTop .topCommonSections .commonSlider01 .slick-slide {
    margin: auto 5px;
  }
  #dormyinnTop .topCommonSections .imageArea {
    display: none;
  }
  #dormyinnTop section.concept > header {
    padding-bottom: 80px;
  }
  #dormyinnTop section.concept section.ourConcept h4 {
    padding-bottom: 15px;
  }
  #dormyinnTop section.concept section.ourConcept .lead {
    padding-bottom: 40px;
  }
  #dormyinnTop section.concept section.ourConcept .concepts {
    flex-direction: column;
    gap: 30px 0;
    margin: auto;
    max-width: 600px;
  }
  #dormyinnTop section.concept section.ourConcept .concepts li {
    box-sizing: border-box;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5% 20px !important;
    border: none !important;
    border-bottom: 1px solid #333 !important;
  }
  #dormyinnTop section.concept section.ourConcept .concepts .logo {
    padding-bottom: 15px;
  }
  #dormyinnTop section.concept section.ourConcept .concepts .logo img {
    height: 70px;
  }
  #dormyinnTop section.concept section.ourConcept .concepts .lead01 {
    line-height: 1.7;
    max-width: none;
    font-size: 13px;
  }
}

/*==================================================================================
 lower common
==================================================================================*/
@keyframes loopImages {
  100% {
    transform: translateX(-200vw);
  }
}
.lower .breadcrumb {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 8px 0;
  padding: 10px 50px;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
}
.lower .breadcrumb li:not(:last-child):after {
  content: '>';
  display: inline-block;
  margin: 0 15px;
}
.lower .breadcrumb span,
.lower .breadcrumb a {
  display: inline-block;
  position: relative;
}
.lower .breadcrumb a {
  color: #333;
}
.lower .breadcrumb a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .lower .breadcrumb a:hover {
    text-decoration: underline;
  }
}
.lower .commonMv01 {
  position: relative;
}
.lower .commonMv01 h1 {
  padding-bottom: 25px;
  line-height: 1.4;
  font-size: 28px;
}
.lower .commonMv01 h1 .logo {
  display: block;
  padding-bottom: 20px;
  width: 180px;
}
.lower .commonMv01 .mvSlider {
  z-index: 0;
}
.lower .commonMv01 .mvSlider .slick-slide {
  height: 600px;
}
.lower .commonMv01 .mvSlider .image {
  height: 100%;
}
.lower .commonMv01 .mvSlider .textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 80px;
  width: 540px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.lower .commonMv01 .mvSlider .textArea .logo {
  padding-bottom: 30px;
  width: 200px;
}
.lower .commonMv01 .mvSlider .textArea .name {
  line-height: 1.5;
  font-size: 27px;
}
.lower .commonMv01 .mvSlider .textArea .lead {
  padding-top: 20px;
}
.lower .commonMv01 .mvSlider .slick-dots {
  position: absolute;
  right: 5%;
  bottom: 6%;
  padding: 0;
  z-index: 3;
}
.lower .commonMv02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
  font-weight: normal;
}
.lower .commonMv02 .textArea {
  position: relative;
}
.lower .commonMv02 h1 {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 50px;
  font-weight: normal;
}
.lower .commonMv02 h1 .en {
  display: inline-block;
  padding-left: 1em;
  vertical-align: middle;
  font-size: 20px;
}
.lower .commonMv02 h1 .en02 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: .7;
  letter-spacing: 5px;
  font-size: 140px;
  color: rgba(34, 30, 30, 0.07);
  opacity: 1;
}
@media (max-width: 1400px) {
  .lower .commonMv02 h1 .en02 {
    padding-top: 10px;
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .lower .commonMv02 h1 .en02 {
    padding-top: 20px;
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .lower .commonMv02 h1 .en02 {
    display: none;
  }
}
.lower .commonMv02 .textArea {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 0 3% 0 10%;
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .lower .commonMv02 .textArea {
    padding: 0 2% 0 5%;
  }
}

.lower .commonMv02 .textArea dl {
  margin-top: 50px;
  margin-left: calc(-5% - 8px);
  padding: 30px 30px;
  max-width: 500px;
  border-left: 8px solid #B29259;
  background: #F8F1E5;
}
.lower .commonMv02 .textArea dt {
  padding-bottom: 15px;
  line-height: 1.4;
  font-size: 20px;
}
.lower .commonMv02 .textArea dd {
  line-height: 2;
  font-size: 14px;
}
.lower .commonMv02 .lead {
  line-height: 2;
  font-size: 18px;
}
.lower .commonMv02 .image {
  flex: 0 0 50%;
  height: 600px;
}
.lower .commonMv02 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower .commonMv02.textType02 h1 {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .lower .commonMv02.textType02 h1 {
    padding: 25px 0 35px;
    font-size: 40px;
  }
  .lower .commonMv02.textType02 h1 .en {
    display: block;
    padding: 0 0 15px 5px;
    font-size: 12px;
  }
}
.lower .commonMv03 {
  position: relative;
}
/* .lower .commonMv03:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
} */
.lower .commonMv03 .mvSlider .slick-slide {
  height: 600px;
}
.lower .commonMv03 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 460px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.lower .commonMv03 h1 img {
  width: auto;
  height: 100%;
}
.lower .commonMv03 video {
  width: 100%;
}
.lower .lowerPageTitle01 {
  position: relative;
  margin-bottom: 130px;
  height: 600px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  background: url("https://img.dormy-hotels.com/static/img/hotels/mv.webp") no-repeat center center;
  background-size: cover;
}
#staging .lower .lowerPageTitle01 {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/mv.webp");
}
#develop .lower .lowerPageTitle01 {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/mv.webp");
}
@media (min-width: 1025px) {
  .lower .lowerPageTitle01 {
    margin-bottom: 0;
  }
  .lower .lowerPageTitle01 + .breadcrumb {
    margin-bottom: 130px;
  }
}
@media (max-width: 1024px) {
  .lower .lowerPageTitle01 {
    margin-bottom: 100px;
    height: 80vw;
  }
}
.lower .lowerPageTitle01 h1 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  line-height: 1;
  font-size: 50px;
  transform: translateY(-50%);
}
.lower .lowerPageTitle01 h1:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  width: 1px;
  height: calc(50vh - 150px + 90px);
  background: linear-gradient(180deg, #fff 50%, #000);
}
@media (min-width: 1025px) {
  .lower .lowerPageTitle01 h1:after {
    display: none;
  }
}
.lower .lowerPageTitle01 h1 .en {
  display: block;
  padding-top: 25px;
  font-size: 28px;
}
.lower .lowerPageTitle01 .textArea {
  padding: calc(40vw - 30px) 3% 0;
}
.lower .flexInputArea01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  padding: 15px 0;
  background: #333;
}
.lower .googleMapArea {
  height: 500px;
}
.lower .googleMapArea iframe {
  width: 100%;
  height: 100%;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 100px;
}
.lower .inSections:not(:last-of-type) {
  padding-bottom: 100px;
}
.lower .commonDetails01 .linksArea:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.lower .commonInformationArea01 {
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 50px 60px 70px;
  background: #F4F4F4;
}
.lower .commonInformationArea01 .informationTabs {
  display: flex;
  justify-content: center;
  gap: 0 2%;
  margin-bottom: 20px;
  border-bottom: 2px solid #B29259;
}
.lower .commonInformationArea01 .informationTabs li {
  box-sizing: border-box;
  flex: 0 0 30%;
  cursor: pointer;
  margin: 10px 0 8px;
  padding: 25px 0;
  border-top: 2px solid #B29259;
  border-right: 2px solid #B29259;
  border-left: 2px solid #B29259;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 18px;
  color: #A3A3A3;
  background: #F4F4F4;
  transition: margin .1s, padding .1s;
}
@media (max-width: 1024px) {
  .lower .commonInformationArea01 .informationTabs li {
    font-size: 16px;
  }
}
.lower .commonInformationArea01 .informationTabs li:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .lower .commonInformationArea01 .informationTabs li:hover {
    margin: 0;
    padding: 35px 0 30px;
    background: #B29259;
    color: #fff;
  }
}
.lower .commonInformationArea01 .informationTabs li.current {
  pointer-events: none;
  margin: 0;
  padding: 35px 0 30px;
  background: #B29259;
  color: #fff;
}
.lower .commonInformationArea01 .informations:not(:first-of-type) {
  display: none;
}
.lower .commonInformationArea01 .informations .items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .lower .commonInformationArea01 .informations .items {
    font-size: 12px;
  }
}
.lower .commonInformationArea01 .informations .items li {
  box-sizing: border-box;
  flex: 0 0 32%;
  position: relative;
  height: 90px;
  background: #fff;
}
.lower .commonInformationArea01 .informations .items li span {
  display: block;
  position: absolute;
}
.lower .commonInformationArea01 .informations .items li .icon {
  display: flex;
  justify-content: center;
  top: 10px;
  bottom: 10px;
  left: 15px;
  min-width: 40px;
}
.lower .commonInformationArea01 .informations .items li .text {
  top: 50%;
  right: 25px;
  left: 64px;
  line-height: 1.65;
  transform: translateY(-50%);
  letter-spacing: -.02em;
}
.lower .commonInformationArea01 .informations .annotation {
  padding-top: 25px;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
}
.lower .commonLoopImages01 {
  overflow: hidden;
}
.lower .commonLoopImages01 ul {
  display: flex;
  justify-content: space-around;
  width: 400vw;
  animation: loopImages 50s linear 0s infinite;
}
.lower .commonLoopImages01 li {
  flex: 0 0 6.4%;
  line-height: 0;
  height: 17.1vw;
}
@media (max-width: 767px) {
  .lower .commonLoopImages01 li {
    height: 34.2vw;
  }
}
.lower .commonLoopImages01 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower .commonDefinitions01 {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.lower .commonDefinitions01.type02 {
  max-width: 940px;
}
.lower .commonDefinitions01.type02 dl dt {
  flex: 0 0 160px;
  padding: 15px 0;
  line-height: 1.2;
}
.lower .commonDefinitions01 dl {
  display: flex;
    gap: 0 20px;
}
.lower .commonDefinitions01 dl dt,
.lower .commonDefinitions01 dl dd {
  display: flex;
  align-items: center;
}
.lower .commonDefinitions01 dl dt {
  flex: 0 0 110px;
  justify-content: center;
  padding: 18px 0;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.lower .commonDefinitions01 dl dt span {
  line-height: 1.2;
}
.lower .commonDefinitions01 dl dd {
  flex: 1 1 auto;
  padding: 5px 0;
  line-height: 1.4;
  font-size: 15px;
}
.lower .commonDefinitions01 dl dd span {
  line-height: 1.4;
}
.lower .googleMapButton01 {
  margin: auto;
  padding-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  width: 300px;
}
.lower .googleMapButton01.center {
  margin: auto;
}
.lower .googleMapButton01.right {
  margin-left: auto;
}
.lower .googleMapButton01 a {
  display: block;
  border: 1px solid #000;
  color: #000;
}
.lower .googleMapButton01 span {
  display: inline-block;
  position: relative;
  padding: 16px 0 16px 40px;
}
.lower .googleMapButton01 span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 23px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-pin.svg") no-repeat center center;
  background-size: 100% auto;
}
#staging .lower .googleMapButton01 span:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin.svg");
}
#develop .lower .googleMapButton01 span:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin.svg");
}
.lower section.newhotels {
  padding-top: 150px;
}
.lower section + section.newhotels {
  padding-top: 0;
}
.lower .commonIntro01 {
  padding: 130px 0 100px;
}
@media (max-width: 1024px) {
  .lower .breadcrumb {
    display: none;
  }
  .lower .commonMv01 .mvSlider .textArea {
    width: 470px;
  }
  .lower .commonMv01 .mvSlider .textArea .logo {
    width: 160px;
  }
  .lower .commonMv01 .mvSlider .textArea .name {
    font-size: 22px;
  }
  .lower .commonMv01 .mvSlider .textArea .lead {
    font-size: 16px;
  }
  .lower .commonMv01 .mvSlider .slick-dots {
    justify-content: flex-end;
  }
  .lower .commonMv02 {
    display: block;
    margin-bottom: 80px;
    height: auto;
  }
  .lower .commonMv02 h1 {
    position: relative;
    margin: 0 auto calc(40vw + 50px);
    padding-bottom: 20px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 18px;
    color: #fff;
  }
  .lower .commonMv02 h1:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 1px;
    height: calc(40vw + 30px);
    background: linear-gradient(180deg, #fff 50%, #000);
  }
  .lower .commonMv02 h1 .en {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    padding: 5px 0 0 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    writing-mode: initial;
    transform: translateX(-50%);
  }
  .lower .commonMv02 .textArea {
    position: relative;
    padding: calc(40vw - 30px) 3% 0;
    z-index: 2;
  }
  .lower .commonMv02 .textArea dl {
    margin: 25px auto 0;
    padding: 20px 18px;
  }
  .lower .commonMv02 .textArea dt {
    font-size: 16px;
  }
  .lower .commonMv02 .textArea dd {
    font-size: 13px;
  }
  .lower .commonMv02 .lead {
    line-height: 1.7;
    font-size: 16px;
    text-align: center;
  }
  .lower .commonMv02 .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80vw;
    background: #000;
  }
  .lower .commonMv02 .image img {
    opacity: .7;
  }
  .lower .flexInputArea01 {
    gap: 15px 20px;
    padding: 10px 3%;
  }
  .lower .commonInformationArea01 {
    margin-bottom: 80px;
    padding: 30px 5% 30px;
    width: auto;
  }
  .lower .commonInformationArea01 .informationTabs {
    gap: 0 3%;
  }
  .lower .commonInformationArea01 .informationTabs li {
    flex: 0 0 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    line-height: 1.3;
    font-size: 12px;
    transition: none;
  }
  .lower .commonInformationArea01 .informationTabs li.current {
    padding: 15px 0;
  }
  .lower .commonInformationArea01 .informations {
    margin: auto;
    max-width: 400px;
  }
  .lower .commonInformationArea01 .informations .items {
    justify-content: space-between;
    gap: 15px 0;
    font-size: 10px;
  }
  .lower .commonInformationArea01 .informations .items li {
    flex: 0 0 49%;
    height: 70px;
  }
  .lower .commonInformationArea01 .informations .items li .icon {
    width: 15px;
    left: 10px;
    min-width: 0;
  }
  .lower .commonInformationArea01 .informations .items li .text {
    left: 35px;
    right: 10px;
    line-height: 1.5;
  }
  .lower .commonInformationArea01 .informations .annotation {
    padding-top: 20px;
    font-size: 11px;
  }
}

/*==================================================================================
 news
==================================================================================*/
#news.lower .lowerPageTitle01 {
  height: unset;
  background: none !important;
  margin-bottom: unset;
  padding: 40px 0;
  color: unset;
}
#news.lower .lowerPageTitle01 h1 {
  position: unset;
  transform: unset;
}
#news.lower .lowerPageTitle01 h1:after {
  display: none;
}
#news.lower .breadcrumb {
  display: flex;
  margin-bottom: 60px;
}

/*==================================================================================
 news.newsIndex
==================================================================================*/
/*==================================================================================
 news.detail
==================================================================================*/
#news.detail .contentsArea h2 {
  padding-bottom: 25px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: normal;
}
#news.detail .contentsArea h2 .date {
  display: block;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 18px;
}
#news.detail .contentsArea p {
  line-height: 1.7;
}
#news.detail .newsArticleImg {
  margin: 20px 0;
}

/*==================================================================================
 topics
==================================================================================*/
#topics .pageTitle {
  background-image: url("https://img.dormy-hotels.com/static/img/topics/mv.webp");
}
#staging #topics .pageTitle {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/topics/mv.webp");
}
#develop #topics .pageTitle {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/topics/mv.webp");
}
#topics .topicsList {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
#topics .topicsList li {
  flex: 0 0 31%;
}

/*==================================================================================
 feature
==================================================================================*/
#feature .pageTitle {
  background-image: url("https://img.dormy-hotels.com/static/img/news/mv.webp");
}
#staging #feature .pageTitle {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/news/mv.webp");
}
#develop #feature .pageTitle {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/news/mv.webp");
}

/*==================================================================================
 hotels
==================================================================================*/
#hotels.lower .lowerPageTitle01 {
  height: unset;
  background: none !important;
  margin-bottom: unset;
  padding: 40px 0;
  color: unset;
}
#hotels.lower .lowerPageTitle01 h1 {
  position: unset;
  transform: unset;
}
#hotels.lower .lowerPageTitle01 h1:after {
  display: none;
}
#hotels.lower .breadcrumb {
  display: flex;
  margin-bottom: 60px;
}
#hotels .searchTypeTabsWrap {
  position: relative;
  margin: 0 auto;
  top: 2px;
}
#hotels .searchTypeTabs {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 86%;
  max-width: 480px;
}
#hotels .searchTypeTabs li {
  flex: 0 0 49%;
}
#hotels .searchTypeTabs li.commonButton01 a {
  padding: 18px 0;
  border: 1px solid #C5C5C5;
  border-bottom: none;
  box-shadow: unset;
  background: #EEEEEE;
  font-size: 18px;
  color: #C5C5C5;
}
#hotels .searchTypeTabs li.commonButton01 a:hover,
#hotels .searchTypeTabs li.commonButton01.current a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #333;
}
#hotels .searchTypeTabs li.commonButton01 a:after {
  display: none;
}
#hotels .searchTypeTabsHr {
  position: relative;
  z-index: 1;
  margin: 0;
  border-top: 1px solid #C5C5C5;
}
#hotels .searchTypes {
  background: #fff;
  padding-top: 70px;
}
#hotels .mapSearch.active {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
/*#hotels .mapSearch .mapArea {
  flex: 0 0 52%;
}
#hotels .mapSearch .listArea {
  flex: 0 0 43%;
}
#hotels .mapSearch .listArea .resultsArea {
  height: 660px;
}*/
#hotels .mapSearch .mapArea {
  width: 60%;
  margin: auto;
}
#hotels .listSearch .listButtonArea {
  padding-bottom: 50px;
  max-width: 900px;
  font-weight: normal;
}
#hotels .listSearch .listButtonArea .searchText {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 13px;
}
/* アイコンのコメントアウト ONE_KYORITSU_SITE-610 9/26アップ希望_ホテル一覧ページの検索カテゴリ修正、追加実装 fukushige
#hotels .listSearch .listButtonArea .searchText:before {
  content: '';
  display: block;
  width: 16px;
  height: 20px;
  background: url("https://img.dormy-hotels.com/static/img/hotels/icon-pin.svg") no-repeat center center;
  background-size: 100% auto;
}
#staging #hotels .listSearch .listButtonArea .searchText:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/icon-pin.svg");
}
#develop #hotels .listSearch .listButtonArea .searchText:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/icon-pin.svg");
}
*/
#hotels .listSearch .listButtonArea .searchText.text02,
#hotels .listSearch .listButtonArea .searchText.text03 {
  margin-top: 30px;
}
/* アイコンのコメントアウト ONE_KYORITSU_SITE-610 9/26アップ希望_ホテル一覧ページの検索カテゴリ修正、追加実装 fukushige
#hotels .listSearch .listButtonArea .searchText.text02:before {
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/icon-type.svg");
}
#staging #hotels .listSearch .listButtonArea .searchText.text02:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/icon-type.svg");
}
#develop #hotels .listSearch .listButtonArea .searchText.text02:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/icon-type.svg");
}
*/
#hotels .listSearch .listButtonArea .listButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
  font-weight: normal;
}
#hotels .listSearch .listButtonArea .listButtons li {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 13px;
}
@media (min-width: 1025px) {
  #hotels .listSearch .listButtonArea .listButtons li:hover {
    color: #fff;
    background: #333;
  }
}
#hotels .listSearch .listButtonArea .listButtons li.current {
  pointer-events: none;
  color: #fff;
  background: #333;
}
#hotels .listSearch .variableContents:not(.hokkaido) {
  display: none;
}
#hotels .listSearch .commonTitle10 {
  color: unset;
  background: unset;
  box-shadow: unset;
  font-size: 26px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
} 
#hotels .listSearch .variableContents .areaName {
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  text-align: center;
  line-height: 1;
  font-size: 26px;
}
#hotels .listSearch .variableContents .areaName:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-plus02.svg") no-repeat center center;
  background-size: 100% 100%;
  transition: transform .2s;
}
#staging #hotels .listSearch .variableContents .areaName:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-plus02.svg");
}
#develop #hotels .listSearch .variableContents .areaName:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-plus02.svg");
}
#hotels .listSearch .variableContents .areaName.listOpen:after {
  transform: rotate(135deg);
}
#hotels .listSearch .variableContents.contents02 ul {
  display: none;
  padding-top: 30px;
}
#hotels .listSearch .variableContents.contents02 .areas:not(:last-of-type) {
  padding-bottom: 50px;
}
#hotels .listSearch .notes {
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: normal;
}
#hotels .listSearch .notes .notesIcon {
  padding-right: 5px;
}
#hotels .listSearch .notes .notesIcon img {
  position: relative;
  top: 4px;
  padding-right: 5px;
}
#hotels main .commonItems10 li {
  display: flex;
  flex-direction: column;
}
#hotels main .commonItems10 li .dateArea {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 6px 0 0;
  font-size: 13px;
  font-weight: normal;
}
#hotels main .commonItems10 li .dateArea .tags {
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
}
#hotels main .commonItems10 li .dateArea .tags.newOpen {
  background: #FF0000;
}
#hotels main .commonItems10 li .dateArea .tags.renewalOpen {
  background: #FF7622;
}
#hotels main .commonItems10 li dl,
#hotels main .commonItems09 .items dl {
  padding: 8px 0 12px;
  flex-grow: 1;
}
#hotels main .commonItems10 li dl.listHoteDateInner {
  padding: 4px 0 12px;
}
#hotels main .commonItems10 li dl dt,
#hotels main .commonItems10 li.category02 dl dt,
#hotels main .commonItems09 .items dl dt {
  margin-bottom: 6px;
  background: unset;
  padding-left: unset;
  color: #2C4B79;
}
#hotels main .commonItems09 .items .name.name-lspacingm04 {
  letter-spacing: -.04em;
}
#hotels main .commonItems10 li dl dd,
#hotels main .commonItems09 .items dl dd {
  height: unset;
  padding-left: calc(.2em + 18px);
  background: url(https://img.dormy-hotels.com/static/img/hotels/icon-pin.svg) no-repeat left 2px;
  background-size: 16px auto;
}
#staging #hotels main .commonItems10 li dl dd,
#staging #hotels main .commonItems09 .items dl dd {
  background-image: url(https://staging-img.kyoritsu-hotels.net/static/img/hotels/icon-pin.svg);
}
#develop #hotels main .commonItems10 li dl dd,
#develop #hotels main .commonItems09 .items dl dd {
  background-image: url(https://develop-img.kyoritsu-hotels.net/static/img/hotels/icon-pin.svg);
}
#hotels main .commonItems09 .items dl dd {
  line-height: 1.7;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
}
#hotels main .commonItems10 li .commonButton02.moreButton a,
#hotels #newHotelsWrap .items .commonButton02.moreButton a {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 0 8px;
  padding: 12px 0;
  border-radius: 5px;
  border-color: #2A4574;
  box-shadow: unset;
}
#hotels main .commonItems10 li .commonButton02.moreButton:not(.colorBlue02) a,
#hotels #newHotelsWrap .items .commonButton02.moreButton:not(.colorBlue02) a {
  background: #fff;
  color: #2A4574;
}
#hotels main .commonItems10 li .commonButton02.moreButton a::before,
#hotels #newHotelsWrap .items .commonButton02.moreButton a::before {
  content: '';
  display: block;
  width: 16px;
  height: 20px;
}
#hotels main .commonItems10 li .commonButton02.moreButton.colorBlue02 a::before,
#hotels #newHotelsWrap .items .commonButton02.moreButton.colorBlue02 a::before {
  width: 24px;
  background: url(https://img.dormy-hotels.com/static/img/hotels/icon_bet_white.svg) no-repeat center center;
  background-size: 100% auto;
}
#staging #hotels main .commonItems10 li .commonButton02.moreButton.colorBlue02 a::before,
#staging #hotels #newHotelsWrap .items .commonButton02.moreButton.colorBlue02 a::before {
  background-image: url(https://staging-img.kyoritsu-hotels.net/static/img/hotels/icon_bet_white.svg);
}
#develop #hotels main .commonItems10 li .commonButton02.moreButton.colorBlue02 a::before,
#develop #hotels #newHotelsWrap .items .commonButton02.moreButton.colorBlue02 a::before {
  background-image: url(https://develop-img.kyoritsu-hotels.net/static/img/hotels/icon_bet_white.svg);
}
#hotels main .commonItems10 li .commonButton02.moreButton:not(.colorBlue02) a::before,
#hotels #newHotelsWrap .items .commonButton02.moreButton:not(.colorBlue02) a::before {
  background: url(https://img.dormy-hotels.com/static/img/hotels/icon_hotel_blue.svg) no-repeat center center;
  background-size: 100% auto;
}
#staging #hotels main .commonItems10 li .commonButton02.moreButton:not(.colorBlue02) a::before,
#staging #hotels #newHotelsWrap .items .commonButton02.moreButton:not(.colorBlue02) a::before {
  background-image: url(https://staging-img.kyoritsu-hotels.net/static/img/hotels/icon_hotel_blue.svg);
}
#develop #hotels main .commonItems10 li .commonButton02.moreButton:not(.colorBlue02) a::before,
#develop #hotels #newHotelsWrap .items .commonButton02.moreButton:not(.colorBlue02) a::before {
  background-image: url(https://develop-img.kyoritsu-hotels.net/static/img/hotels/icon_hotel_blue.svg);
}
#hotels main .commonItems10 li .commonButton02.moreButton a::after,
#hotels #newHotelsWrap .items .commonButton02.moreButton a::after {
  display: none;
}
#hotels main .commonItems10 li .commonButton02.moreButton a:hover,
#hotels #newHotelsWrap .items .commonButton02.moreButton a:hover {
  opacity: .6;
}
#hotels main .commonItems10 li .commonButton02.colorBlue02.moreButton a:hover,
#hotels #newHotelsWrap .items .commonButton02.colorBlue02.moreButton a:hover {
  color: #fff;
  background: #2A4574;
}
#hotels #newHotelsWrap {
  justify-content: left;
  gap: 40px 3.5%;
}
#hotels #newHotelsWrap .items {
  flex: 0 0 31%;
  display: flex;
  flex-direction: column;
}
#hotels #newHotelsWrap .items .dateArea {
  padding: 6px 0 0;
}
#hotels #newHotelsWrap .items .dateArea .dat {
  font-size: 13px;
}
#hotels #newHotelsWrap .items .dateArea .tags {
  padding: 10px 15px;
  border: unset;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
}
#hotels #newHotelsWrap .items .dateArea .tags.newOpen {
  background: #FF0000;
}
#hotels #newHotelsWrap .items .dateArea .tags.renewalOpen {
  background: #FF7622;
}
#hotels .hotelsListBtnWrap {
  display: flex;
  justify-content: space-between;
}
#hotels .hotelsListBtnWrap .moreButton {
  width: 48%;
}
#hotels .hotelsListBtnWrap .moreButton a:after {
  border-bottom-color: #fff;
}
#hotels .hotelsListBtnWrap .moreButton a:hover:after {
  border-bottom-color: #333;
}
#hotels .hotelsListBtnWrap .moreButton.colorBlue02 a:hover:after {
  border-bottom-color: #2A4574;
}
#hotels .commonTitle10--hotelListTwoBlock {
  margin-top: 80px;
}
#hotels section.resortHotelsMovie .commonTitle01 {
  padding-bottom: 30px;
}
#hotels section.resortHotelsMovie .commonLead01 {
  padding-bottom: 30px;
}
#hotels section.resortHotelsMovie .resortHotelsMovieWrep {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
#hotels section.resortHotelsMovie .resortHotelsMovieTabList {
  display: flex;
}
#hotels section.resortHotelsMovie .resortHotelsMovieTab {
  width: 50%;
  text-align: center;
  padding: 16px 12px 18px;
  color: #BEA67C;
  background: #f1f1f1;
  cursor: pointer;
}
#hotels section.resortHotelsMovie .resortHotelsMovieTab.active {
  position: relative;
  background: #f2efe6;
  box-shadow: 0 1px 5px #666;
  z-index: 2;
}
#hotels section.resortHotelsMovie .resortHotelsMovieTab.active.active::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 110%;
  height: 8px;
  background-color: #f2efe6;
  display: block;
  content: "";
  z-index: 1;
}
#hotels section.resortHotelsMovie .resortHotelsMovieTab:last-child.active::after {
  left: unset;
  right: 0;
}
#hotels section.resortHotelsMovie .resortHotelsMovieArea {
  display: none;
  padding: 40px 90px;
  background: #f2efe6;
}
#hotels section.resortHotelsMovie .resortHotelsMovieArea.active {
  position: relative;
  display: block;
  box-shadow: 0 1px 5px #666;
  z-index: 1;
}
#hotels section.resortHotelsMovie .resortHotelsMovieAreaInner {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#hotels section.resortHotelsMovie .resortHotelsMovieAreaInner iframe {
  width: 100%;
  height: 100%;
}
#hotels section.resortHotelsMovie .commonButton02 {
  padding-top: 35px;
}
@media (max-width: 1024px) {
  #hotels main ul.commonItems10 {
    flex-flow: wrap !important;
    gap: 40px 3.5% !important;
  }
  #hotels main ul.commonItems10 li,
  #hotels #newHotelsWrap .items {
    flex: 0 0 48.25%;
  }
  #hotels .mapSearch {
    align-items: normal;
    flex-direction: column;
    gap: 50px 0;
  }
  /* #hotels .mapSearch .mapArea {
    flex: 0 0 auto;
  }
  #hotels .mapSearch .listArea {
    flex: 0 0 auto;
  }
  #hotels .mapSearch .listArea .resultsArea {
    height: 400px;
  }*/
  #hotels .mapSearch .mapArea {
    width: 100%;
  }
}

/*==================================================================================
 faq
==================================================================================*/
#faq {
  background: #fff;
}
#faq.lower .lowerPageTitle01 {
  height: unset;
  background: none !important;
  margin-bottom: unset;
  padding: 40px 0;
  color: unset;
}
#faq.lower .lowerPageTitle01 h1 {
  position: unset;
  transform: unset;
}
#faq.lower .lowerPageTitle01 h1:after {
  display: none;
}
#faq.lower .breadcrumb {
  display: flex;
  margin-bottom: 60px;
}
#faq main .categorysArea {
  margin: auto;
  padding: 80px 0 70px;
  max-width: 900px;
}
#faq main .categorysArea .text {
  padding-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
#faq main .categorysArea .categorys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
  font-size: 16px;
}
#faq main .categorysArea .categorys li {
  flex: 0 0 49%;
}
#faq main .categorysArea .categorys li a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 0 20px 0 30px;
  height: 50px;
  border-radius: 5px;
  line-height: 1.1;
  color: #333;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
}
#faq main .categorysArea .categorys li a:before {
  content: '';
  flex: 0 0 7px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}
/* #faq main .inquiry {
  box-sizing: border-box;
  margin: auto;
  padding: 30px;
  max-width: 740px;
  border: 1px solid #333;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
#faq main .inquiry a {
  color: #333;
  text-decoration: underline;
}
#faq main .inquiry a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #faq main .inquiry a:hover {
    text-decoration: none;
  }
} */
#faq .sections {
  padding: 60px 0 70px;
}
#faq .sections:last-of-type {
  padding-bottom: 0;
}
#faq .sections:nth-of-type(2n-1) {
  position: relative;
  z-index: 1;
}
#faq .sections:nth-of-type(2n-1):last-of-type {
  padding-bottom: 70px;
}
#faq .sections:nth-of-type(2n-1):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F8F8F8;
  z-index: -1;
  transform: translateX(-50%);
}
#faq .sections h3 {
  padding-bottom: 45px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
#faq:not(.comprehensive) .pageTitle {
  background-image: url("https://img.dormy-hotels.com/static/img/faq/mv.webp");
}
#staging #faq:not(.comprehensive) .pageTitle {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/faq/mv.webp");
}
#develop #faq:not(.comprehensive) .pageTitle {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/faq/mv.webp");
}
#faq:not(.comprehensive) .commonIntro01 {
  padding-top: 0;
}
#faq:not(.comprehensive) .categorysArea .categorys li {
  flex: 0 0 48%;
}
#faq:not(.comprehensive) .categorysArea .categorys li a {
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #2A4574;
  color: #2A4574;
  box-shadow: none;
}
#faq:not(.comprehensive) .categorysArea .categorys li a:before {
  border-right: 2px solid #2A4574;
  border-bottom: 2px solid #2A4574;
}
#faq:not(.comprehensive) .inquiry {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding: 30px;
  max-width: 740px;
  border-radius: 10px;
  border: 1px solid #333;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
#faq:not(.comprehensive) .inquiry:before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  right: 35px;
  width: 78px;
  height: 88px;
  background: url("https://img.dormy-hotels.com/static/img/common/illust-character02.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging #faq:not(.comprehensive) .inquiry:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/illust-character02.svg");
}
#develop #faq:not(.comprehensive) .inquiry:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/illust-character02.svg");
}
#faq:not(.comprehensive) .inquiry a {
  color: #333;
  text-decoration: underline;
}
#faq:not(.comprehensive) .sections:nth-of-type(2n-1):after {
  background: #F0F4F8;
}
#faq:not(.comprehensive) .sections h3 {
  font-weight: bold;
}
.sectionsBanners .contentsArea {
  margin: 0 auto 100px;
}
.sectionsBanners .banners {
  display: flex;
  gap: 0 30px;
}
.sectionsBanners .banners li {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px 0;
  height: 230px;
  border: 1px solid #333;
}
.sectionsBanners .banners li .button {
  width: 86%;
}
.sectionsBanners .banners-single {
  margin-top: 30px;
  align-items: center;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
}
.sectionsBanners .banners-single li {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px 0;
  height: 230px;
  border: 1px solid #333;
}
.sectionsBanners .banners-single li .button {
  width: 86%;
}
.login-note {
  font-size: 14px;
}
.faqText {
  text-align: center;
}

/*==================================================================================
 pamphlet
==================================================================================*/
#pamphlet .pageTitle {
  background-image: url("https://img.dormy-hotels.com/static/img/pamphlet/mv.webp");
}
#staging #pamphlet .pageTitle {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/pamphlet/mv.webp");
}
#develop #pamphlet .pageTitle {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/pamphlet/mv.webp");
}
#pamphlet .sections {
  position: relative;
  padding: 60px 0 100px;
  z-index: 1;
}
#pamphlet .sections:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F0F4F8;
  transform: translateX(-50%);
  z-index: -1;
}
#pamphlet .sections:not(:first-of-type) {
  display: none;
}
#pamphlet .sections .facilitys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 2%;
}
@media (max-width: 1024px) {
  #pamphlet .sections .facilitys {
    flex-direction: column;
    gap: 30px 0;
  }
}
#pamphlet .sections .facilitys li {
  flex: 0 0 49%;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #2A4574;
  min-height: 269px;
  background: #fff;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  #pamphlet .sections .facilitys li {
    padding-bottom: 110px;
  }
}
#pamphlet .sections .facilitys li .thumbnail {
  position: absolute;
  top: 65px;
  left: 20px;
  width: 220px;
}
@media (min-width: 1025px) {
  #pamphlet .sections .facilitys li .thumbnail {
    top: auto;
    bottom: 20px;
  }
}
#pamphlet .sections .facilitys li .name {
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #2A4574;
}
@media (min-width: 1025px) {
  #pamphlet .sections .facilitys li .name {
    padding-bottom: 5px;
    line-height: 1.3;
    min-height: 42px;
  }
}
#pamphlet .sections .facilitys li dl {
  display: flex;
  font-size: 14px;
  padding-left: 235px;
}
#pamphlet .sections .facilitys li dl:nth-of-type(3) {
  display: none;
}
@media (max-width: 1200px) {
  #pamphlet .sections .facilitys li dl {
    font-size: 12px;
  }
}
#pamphlet .sections .facilitys li dl dt,
#pamphlet .sections .facilitys li dl dd {
  line-height: 1.7;
}
#pamphlet .sections .facilitys li dl dt {
  flex: 0 0 3.5em;
}
#pamphlet .sections .facilitys li .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 255px;
  padding: 0;
  width: auto;
  max-width: none;
  font-weight: bold;
}

/*==================================================================================
 pamphlet detail
==================================================================================*/
#pamphlet.detail .mainVisual {
  margin: 0 auto max(-2vw, -24px);
  max-width: 1200px;
}
#pamphlet.detail article.contents {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding: 0 min(1.666vw, 20px) min(1.666vw, 20px);
  max-width: 1200px;
  z-index: 1;
}
#pamphlet.detail article.contents:after {
  content: '';
  display: block;
  position: absolute;
  top: min(2vw, 24px);
  right: 0;
  bottom: 0;
  left: 0;
  background: #DCE9FF;
  z-index: -1;
}
#pamphlet.detail article.contents > header {
  margin-bottom: min(1.666vw, 20px);
  padding: min(1.333vw, 16px) min(2.5vw, 30px) min(2.666vw, 32px);
  border-radius: min(1.333vw, 16px);
  background: #3A5686;
}
#pamphlet.detail article.contents > header h2 {
  padding-bottom: min(1.333vw, 16px);
  line-height: 1.4;
  text-align: center;
  font-size: min(3.166vw, 38px);
  color: #fff;
}
#pamphlet.detail article.contents > header .informations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(2.166vw, 26px) 0;
}
#pamphlet.detail article.contents > header .informations dl {
  flex: 0 0 31%;
}
#pamphlet.detail article.contents > header .informations dl:nth-of-type(2n-1) dd {
  background: #F0F6FF;
}
#pamphlet.detail article.contents > header .informations dt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto max(-1.916vw, -23px);
  width: 90%;
  height: min(3.833vw, 46px);
  border: min(.166vw, 2px) solid #2A4574;
  border-radius: min(1.916vw, 23px);
  line-height: 1.4;
  text-align: center;
  font-size: min(1.833vw, 22px);
  color: #2A4574;
  background: #fff;
  z-index: 1;
}
#pamphlet.detail article.contents > header .informations dd {
  box-sizing: border-box;
  padding: min(2.666vw, 32px) min(2.333vw, 28px) 0;
  min-height: min(27.5vw, 330px);
  border: min(.166vw, 2px) solid #2A4574;
  border-radius: min(1.333vw, 16px);
  line-height: 1.4;
  font-size: min(1.166vw, 14px);
  font-weight: normal;
  color: #2A4574;
  background: #DCE9FF;
}
#pamphlet.detail article.contents .informationArea {
  display: flex;
  justify-content: space-between;
  padding: min(2vw, 24px) min(2.5vw, 30px) min(3.333vw, 40px);
  border-radius: min(1.333vw, 16px);
  background: #fff;
}
#pamphlet.detail article.contents .informationArea .inSections {
  box-sizing: border-box;
  padding: 0 min(.833vw, 10px);
}
#pamphlet.detail article.contents .informationArea .inSections h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  margin: 0 max(-.833vw, -10px) min(1.833vw, 22px);
  height: min(2.666vw, 32px);
  border-radius: min(1.333vw, 16px);
  line-height: 1;
  text-align: center;
  font-size: min(1.333vw, 16px);
  color: #2A4574;
  background: #CFE1FF;
}
#pamphlet.detail article.contents .informationArea .inSections .text {
  line-height: 1.3;
  font-size: min(1.333vw, 16px);
  font-weight: normal;
}
#pamphlet.detail article.contents .information {
  flex: 0 0 63.63636%;
  position: relative;
}
#pamphlet.detail article.contents .information .contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(1.5vw, 18px) min(2.5vw, 30px);
  margin-bottom: min(2.5vw, 30px);
}
#pamphlet.detail article.contents .information .contacts li {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  gap: 0 min(.666vw, 8px);
  font-size: min(2.666vw, 32px);
}
#pamphlet.detail article.contents .information .contacts li:first-child {
  color: #B1925F;
}
#pamphlet.detail article.contents .information .contacts li:last-child {
  flex: 0 0 100%;
  color: #2A4574;
}
#pamphlet.detail article.contents .information .contacts li:last-child img {
  position: relative;
  top: min(.166vw, 2px);
}
#pamphlet.detail article.contents .information .contacts li img {
  width: min(1.833vw, 22px);
}
@media (min-width: 768px) {
  #pamphlet.detail article.contents .information .address {
    min-height: min(12.5vw, 150px);
  }
}
#pamphlet.detail article.contents .information .qrCodes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(2.666vw, 32px);
  position: absolute;
  top: min(13.75vw, 165px);
  right: 4%;
  width: min(23.333vw, 280px);
  height: min(13.333vw, 160px);
  border-radius: min(1vw, 12px);
  text-align: center;
  color: #2A4574;
  background: #CFE1FF;
}
#pamphlet.detail article.contents .information .qrCodes li {
  flex: 0 0 min(7.333vw, 88px);
}
#pamphlet.detail article.contents .information .qrCodes li .codeCaption {
  display: block;
  padding-bottom: min(.5vw, 6px);
  line-height: 1.3;
  font-size: min(1.083vw, 13px);
}
#pamphlet.detail article.contents .information .qrCodes li .codeWrap {
  padding: 2px 2px 4px;
  background: #fff;
  border: 1px solid #1b518e;
  border-radius: 3px;
  text-align: center;
}
#pamphlet.detail article.contents .information .qrCodes li .codeNote {
  display: block;
  margin-bottom: 2px;
  color: #1b518e;
  line-height: 1.3;
  font-size: min(1.083vw, 12px);
}
#pamphlet.detail article.contents .information .annotation {
  padding-top: min(2.5vw, 30px);
  line-height: 1.3;
  font-size: min(1vw, 12px);
  font-weight: normal;
}
#pamphlet.detail article.contents .parking {
  flex: 0 0 32.72727%;
}

@media print {
  @page {
    size: A4;
    margin: 10mm 9.5mm;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  #pamphlet .headerContainer,
  #pamphlet .breadcrumb,
  #pamphlet.detail .mainVisual,
  #pamphlet .commonButton02,
  #pamphlet .footerContainer,
  #pamphlet .footerLogo {
    display: none;
  }
  #pamphlet.detail article.contents {
    padding: 0 10px 14px !important;
  }
  #pamphlet.detail article.contents:after {
    margin-top: -8px;
  }
  #pamphlet.detail article.contents > header {
    padding: 14px 10px !important;
  }
  #pamphlet.detail article.contents > header h2 {
    font-size: 22px !important;
  }
  #pamphlet.detail article.contents > header .informations,
  #pamphlet.detail article.contents .informationArea,
  #pamphlet.detail article.contents .information .contacts,
  #pamphlet.detail article.contents .information .addressQrCodes {
    display: block;
    zoom: 1;
  }
  #pamphlet.detail article.contents > header .informations:before,
  #pamphlet.detail article.contents > header .informations:after,
  #pamphlet.detail article.contents .informationArea:before,
  #pamphlet.detail article.contents .informationArea:after,
  #pamphlet.detail article.contents .information .contacts:before,
  #pamphlet.detail article.contents .information .contacts:after,
  #pamphlet.detail article.contents .information #addressQrCodes:before,
  #pamphlet.detail article.contents .information .addressQrCodes:after {
    content: "";
    display: table;
  }
  #pamphlet.detail article.contents > header .informations:after,
  #pamphlet.detail article.contents .informationArea:after,
  #pamphlet.detail article.contents .information .contacts:after,
  #pamphlet.detail article.contents .information .addressQrCodes:after {
    clear: both;
  }
  #pamphlet.detail article.contents > header .informations {
    margin-top: 20px;
  }
  #pamphlet.detail article.contents > header .informations dl {
    float: left;
    width: 33%;
    margin-right: .5%;
    margin-bottom: 24px;
  }
  #pamphlet.detail article.contents > header .informations dl:nth-child(3n) {
    margin-right: 0;
  }
  #pamphlet.detail article.contents > header .informations dt {
    height: 28px !important;
    margin-top: -20px !important;
    font-size: 12px !important;
  }
  #pamphlet.detail article.contents > header .informations dd {
    font-size: 10px !important;
    height: 250px;
    overflow: hidden;
  }
  #pamphlet.detail article.contents .informationArea {
    padding: 14px 10px !important;
  }
  #pamphlet.detail article.contents .information {
    float: left;
    width: 64.5%;
    margin-right: .5%;
  }
  #pamphlet.detail article.contents .parking {
    float: left;
    width: 35%;
  }
  #pamphlet.detail article.contents .informationArea .inSections h3 {
    height: 26px !important;
    font-size: 12px !important;
  }
  #pamphlet.detail article.contents .informationArea .inSections .text {
    font-size: 10px !important;
  }
  #pamphlet.detail article.contents .information .contacts {
    margin-bottom: 20px !important;
  }
  #pamphlet.detail article.contents .information .contacts li {
    width: 50%;
    float: left;
    font-size: 18px !important;
  }
  #pamphlet.detail article.contents .information .contacts li:nth-child(3){
    width: 100%;
    margin-top: 10px;
    clear: both;
  }
  #pamphlet.detail article.contents .information .contacts li img {
    width: 16px !important;
  }
  #pamphlet.detail article.contents .information .addressQrCodes {
    clear: both;
  }
  #pamphlet.detail article.contents .information .address {
    float: left;
    width: 52% !important;
  }
  #pamphlet.detail article.contents .information .qrCodes {
    position: relative !important;
    top: 0 !important;
    display: block !important;
    float: right;
    width: 44% !important;
    height: unset !important;
    margin: 0px !important;
    padding: 4px 10px 4px 18px !important;
    box-sizing: border-box;
  }
  #pamphlet.detail article.contents .information .qrCodes li {
    float: left;
    width: 42% !important;
    margin: 0 4% !important;
    text-align: center;
  }
  #pamphlet.detail article.contents .information .qrCodes li .codeCaption {
    padding-bottom: 2px !important;
  }
  #pamphlet.detail article.contents .information .qrCodes li .codeNote {
    font-size: 8px !important;
  }
  #pamphlet.detail article.contents .information .qrCodes li svg {
    width: 80% !important;
    height: auto;
  }
  #pamphlet.detail article.contents .information .qrCodes li .codeCaption,
  #pamphlet.detail article.contents .information .annotation {
    font-size: 10px !important;
  }
  #pamphlet.detail article.contents .information .annotation {
    margin-top: 0 !important;
    padding-top: 10px !important;
  }
}

/*==================================================================================
 hotelsDetail
==================================================================================*/
@media (min-width: 1025px) {
  #hotelsDetail .headerContainer .subMenuArea .subMenuNavi,
  .newsHotel .headerContainer .subMenuArea .subMenuNavi {
    /* padding-left: 100px; */
  }
}
@media (min-width: 1025px) {
/* ONE_KYORITSU_SITE-576
  #hotelsDetail .headerContainer .subMenuArea .subMenuNavi .links,
  .newsHotel .headerContainer .subMenuArea .subMenuNavi .links {
    gap: 0 60px;
  }
*/
  #hotelsDetail.lower .commonMv01 .mvSlider .slick-slide:first-child .image--tsuruga {
    height: 140%;
  }
}
/* ONE_KYORITSU_SITE-576
@media (min-width: 1025px) and (max-width: 1500px) {
  #hotelsDetail .headerContainer .subMenuArea .subMenuNavi .links,
  .newsHotel .headerContainer .subMenuArea .subMenuNavi .links {
    gap: 0 40px;
  }
}
*/
@media (min-width: 1025px) and (max-width: 1300px) {
  #hotelsDetail .headerContainer .subMenuArea .subMenuNavi .links,
  .newsHotel .headerContainer .subMenuArea .subMenuNavi .links {
    gap: 0 18px;
    padding: 1px 0;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  #hotelsDetail .headerContainer .subMenuArea .inner,
  .newsHotel .headerContainer .subMenuArea .inner,
  #hotelsDetail .headerContainer .fixingReserveButton,
  .newsHotel .headerContainer .fixingReserveButton {
    display: none;
  }
  #hotelsDetail .headerContainer .fixingBestRate,
  .newsHotel .headerContainer .fixingBestRate {
    bottom: 80px;
  }
  #hotelsDetail #js-unnanTsuruga.headerContainer .fixingBestRate {
    bottom: 5px;
  }
}

#hotelsDetail:not(.hotelsDetailTop) section.neighborhood {
  display: none;
}
#hotelsDetail .sections:not(.neighborhood) .commonSlider01 .items {
  /*.image {
    position: relative;
    height: unquote('min(280px, 21.6vw)');
    @include maxWSP {height: 67.5vw;}
  }*/
}
#hotelsDetail .sections:not(.neighborhood) .commonSlider01 .items a {
  border-radius: 0;
  background: none;
  box-shadow: none;
}
@media (min-width: 1025px) {
  #hotelsDetail .sections:not(.neighborhood) .commonSlider01 .slick-dots {
    gap: 0 15px;
    padding-top: 40px;
  }
  #hotelsDetail .sections:not(.neighborhood) .commonSlider01 .slick-dots li {
    width: 90px;
    height: 4px;
  }
}
#hotelsDetail .sections .borderImage .items a .image {
  box-sizing: border-box;
  border: 2px solid #CECECE;
}
#hotelsDetail .seasonSlider,
#hotelsDetail .pickupSlider {
  padding: 0 40px;
}
#hotelsDetail .seasonSlider .slick-track,
#hotelsDetail .pickupSlider .slick-track {
  gap: 0 30px;
}
#hotelsDetail main .commonSlider01 .commonSlideController01 li {
  top: calc(50% - 15px);
}
#hotelsDetail main .commonSlider01 .commonSlideController01 li.prev {
  left: 0;
}
#hotelsDetail main .commonSlider01 .commonSlideController01 li.next {
  right: 0;
}
#hotelsDetail .mainVisual .slider {
  margin-bottom: 0;
}
#hotelsDetail .bgArea01 {
  margin-bottom: 120px;
}
#hotelsDetail section.appeals h3 {
    padding-bottom: 60px;
}
#hotelsDetail section.appeals .inSections {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
#hotelsDetail section.appeals .inSections:not(:last-child) {
  padding-bottom: 100px;
}
#hotelsDetail section.appeals .inSections:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
#hotelsDetail section.appeals .inSections .textArea {
  flex: 0 0 540px;
}
#hotelsDetail section.appeals .inSections .textArea h4 {
  padding-bottom: 25px;
  text-align: left;
}
#hotelsDetail section.appeals .inSections .textArea h4 .newIcon {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px;
  background: #ff0000;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
}
#hotelsDetail section.appeals .inSections .textArea h4 .newIcon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 8px solid #ff0000;
}
#hotelsDetail section.appeals .inSections .textArea h4 .pickupBgBand  {
  background: url("https://img.dormy-hotels.com/static/img/hotels/detail/taitleband.svg") no-repeat center center;
  background-size: cover;
}
#staging #hotelsDetail section.appeals .inSections .textArea h4 .pickupBgBand  {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/taitleband.svg");
}
#develop #hotelsDetail section.appeals .inSections .textArea h4 .pickupBgBand  {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/taitleband.svg");
}
#hotelsDetail section.appeals .inSections .textArea h4 .fontColor--Red  {
  color: #ff0000;
}
#hotelsDetail section.appeals .inSections .textArea .lead {
  padding-bottom: 25px;
  line-height: 1.7;
}
#hotelsDetail section.appeals .inSections .textArea .thumbnails {
  display: flex;
  gap: 0 10px;
}
#hotelsDetail section.appeals .inSections .textArea .thumbnails li {
  flex: 0 0 104px;
  position: relative;
  height: 69px;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #hotelsDetail section.appeals .inSections .textArea .thumbnails li {
    height: 13.8vw;
  }
}
#hotelsDetail section.appeals .inSections .textArea .thumbnails li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hotelsDetail section.appeals .inSections .textArea .moreButton {
  margin: 0;
  padding-top: 35px;
}
#hotelsDetail section.appeals .inSections .images {
  flex: 1 1 auto;
}
#hotelsDetail section.appeals .inSections .images li {
  padding: 33.334% 0;
  line-height: 0;
}
#hotelsDetail section.appeals .inSections .images li:not(:first-child) {
  display: none;
}
#hotelsDetail section.appeals .inSections .images li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hotelsDetail section.topics .topicsSlider .slick-slide {
  margin: auto 15px;
  padding-bottom: 8px;
}
#hotelsDetail section.topics .topicListButton {
  padding-top: 30px;
}
#hotelsDetail section.calendar > header {
  padding-bottom: 50px;
}
#hotelsDetail section.calendar .calendarArea {
  overflow: auto;
}
#hotelsDetail section.calendar .calendarArea img {
  min-width: 800px;
}
#hotelsDetail section.access > header {
  padding-bottom: 30px;
}
#hotelsDetail section.access > header h3 {
  padding-bottom: 30px;
}
#hotelsDetail section.access .accessInfoArea {
  padding-bottom: 60px;
  text-align: center;
}
#hotelsDetail section.access .accessInfoArea address {
  padding-bottom: 15px;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}
#hotelsDetail section.access .accessInfoArea .contacts {
  line-height: 2;
  font-size: 16px;
}
#hotelsDetail section.access .accessInfoArea .contacts .tel {
  color: var(--black);
}
#hotelsDetail section.access .mapImg {
  text-align: center;
}
@media (max-width: 1024px) {
  #hotelsDetail .headerContainer .fixingBestRate {
    bottom: 70px;
  }
  #hotelsDetail section.appeals h3 {
    padding-bottom: 30px;
  }
  #hotelsDetail section.appeals .inSections {
    flex-direction: column !important;
    align-items: normal;
    gap: 15px 0;
  }
  #hotelsDetail section.appeals .inSections:not(:last-child) {
    padding-bottom: 70px;
  }
  #hotelsDetail section.appeals .inSections .textArea {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    flex: 0 0 auto;
  }
  #hotelsDetail section.appeals .inSections .textArea h4 {
    padding-bottom: 0;
  }
  #hotelsDetail section.appeals .inSections .textArea .lead {
    padding-bottom: 0;
  }
  #hotelsDetail section.appeals .inSections .textArea .thumbnails {
    order: -1;
    gap: 0 4%;
    padding-bottom: 10px;
  }
  #hotelsDetail section.appeals .inSections .textArea .thumbnails li {
    flex: 0 0 22%;
  }
  #hotelsDetail section.appeals .inSections .textArea .moreButton {
    margin: auto;
    padding-top: 0;
  }
  #hotelsDetail section.appeals .inSections .images {
    order: -1;
    flex: 0 0 auto;
  }
  #hotelsDetail section.appeals .inSections .images li:not(:first-child) {
    display: none;
  }
}
#hotelsDetail section.movie.movie--hotelTopMovieSeasonBottom .hotelTopMovieWrep {
  width: 100%;
  max-width: 800px;
  margin: auto;
  aspect-ratio: 16 / 9;
}
#hotelsDetail section.movie.movie--hotelTopMovieSeasonBottom .hotelTopMovieWrep iframe {
  width: 100%;
  height: 100%;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .commonTitle01 {
  padding-bottom: 30px;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .commonLead01 {
  padding-bottom: 30px;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMovieWrep {
  width: 100%;
  max-width: 980px;
  margin: auto;
  position: relative;
  z-index: 0;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMoviTabList {
  display: flex;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMoviTab {
  width: 50%;
  text-align: center;
  padding: 16px 12px 18px;
  color: #BEA67C;
  background: #f1f1f1;
  cursor: pointer;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMoviTab.active {
  position: relative;
  background: #f2efe6;
  box-shadow: 0 1px 5px #666;
  z-index: 2;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMoviTab.active::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 110%;
  height: 8px;
  background-color: #f2efe6;
  display: block;
  content: "";
  z-index: 1;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMoviTab:last-child.active::after {
  left: unset;
  right: 0;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMovieArea {
  display: none;
  padding: 40px 90px;
  background: #f2efe6;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMovieArea.active {
  position: relative;
  display: block;
  box-shadow: 0 1px 5px #666;
  z-index: 1;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMovieInner {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .hotelTopMovieInner iframe {
  width: 100%;
  height: 100%;
}
#hotelsDetail section.movie.movie--hotelTopMovieNeighborhoodBottom .commonButton02 {
  padding-top: 35px;
}
#hotelsDetail section.topbanner {
  margin: auto;
  width: 90%;
  max-width: 700px;
}
#hotelsDetail section.topbanner--english {
  width: 90%;
  max-width: 600px;
  padding-bottom: 100px;
}
#hotelsDetail section.topbanner--english a {
  display: block;
}
#hotelsDetail section.topbanner--english img {
  width: 100%;
}
@media (max-width: 767px) {
  #hotelsDetail section.topbanner--english {
    padding-bottom: 80px;
  }
}
#hotelsDetail section.topCouponBanner {
  margin: auto;
  width: 90%;
  max-width: 700px;
}

#hotelsDetail .buttonTextFront {
  position: relative;
  z-index: 2;
}

/*==================================================================================
 hotelsDetail.spa
==================================================================================*/
#hotelsDetail.spa .introArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 60px;
  padding-top: 120px;
  max-width: 1000px;
}
#hotelsDetail.spa .introArea dl {
  flex: 0 0 500px;
}
#hotelsDetail.spa .introArea dl dt {
  padding-bottom: 30px;
  line-height: 1;
  font-size: 14px;
}
#hotelsDetail.spa .introArea dl dt .name {
  display: block;
  padding-top: 15px;
  font-size: 40px;
}
#hotelsDetail.spa .introArea dl dd {
  line-height: 2;
  font-size: 16px;
}
#hotelsDetail.spa .introArea .introImage {
  flex: 1 1 auto;
}
#hotelsDetail.spa .spaInformation {
  padding-bottom: 120px;
}
#hotelsDetail.spa .spaInformation .variableContents {
  padding: 100px 0 100px;
  color: #fff;
  background: #475574;
}
#hotelsDetail.spa .spaInformation .variableContents:not(:first-of-type) {
  display: none;
}
#hotelsDetail.spa .spaInformation .variableContents .inSections:last-of-type {
  margin-bottom: 80px;
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1200px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px 0;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .images {
  flex: 1 1 60%;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .images {
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .images li {
  padding: 33.358% 0;
  line-height: 0;
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .images li:not(:first-child) {
  display: none;
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .images li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .images li .caption {
    font-size: 13px;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .textArea {
  box-sizing: border-box;
  flex: 0 0 500px;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1200px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .textArea {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .textArea {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .textArea dl {
    padding: 0 3%;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .textArea dt {
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 26px;
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .textArea dt .fontSizeDown {
  font-size: 23px;
}
@media (max-width: 1200px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .textArea dt {
    padding-top: 0;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .textArea dd {
  padding-bottom: 85px;
  line-height: 2.4;
  font-weight: normal;
  font-size: 16px;
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .thumbnails {
  display: flex;
  gap: 0 1.3%;
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 0;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .thumbnails {
    order: -1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw 3.5%;
    box-sizing: border-box;
    position: static;
    width: 100%;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .thumbnails li {
  cursor: pointer;
  flex: 0 0 19%;
  height: 53px;
  line-height: 0;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections .thumbnails li {
    flex: 0 0 31%;
  height: 19.387vw;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .inSections .thumbnails li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  #hotelsDetail.spa .spaInformation .variableContents .inSections:nth-of-type(2n) .wrapper {
    flex-direction: row-reverse;
  }
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding: 40px 50px 60px;
  width: 94%;
  border-radius: 40px;
  max-width: 960px;
  color: #333;
  background: #fff;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea .lead {
  padding-bottom: 20px;
  line-height: 1.7;
  font-size: 14px;
  font-weight: normal;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea .illust {
  position: absolute;
  left: 90px;
  bottom: 60px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea .illust img {
  display: block;
  padding-bottom: 10px;
  width: 130px;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 220px;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dt {
  flex: 0 0 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #475574;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dd {
  box-sizing: border-box;
  flex: 0 0 20%;
  padding: 25px 0 15px;
  line-height: 1.4;
  text-align: center;
  font-size: 15px;
  color: #475574;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dd:nth-of-type(2n-1) {
  background: #FAF8F8;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dd .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  height: 40px;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dd .texts {
  display: block;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dd .text01 {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 13px;
}
#hotelsDetail.spa .spaInformation .variableContents .leadArea dl dd .text02 {
  min-height: 38px;
  line-height: 1.3;
  font-size: 15px;
}
/* 浅草別邸専用: 設備一覧6分割（PC時のみ） */
@media (min-width: 768px) {
  #hotelsDetail.spa.nono .spaInformation .variableContents .leadArea dl.six-items dd {
    flex: 0 0 16.6666%;
  }
  #hotelsDetail.spa.nono .spaInformation .variableContents .leadArea dl.six-items dd .text02 {
    font-size: 13px;
  }
}
#hotelsDetail.spa .spaInformation .variableContents.women {
  background: #B27765;
}
#hotelsDetail.spa .spaInformation .variableContents.women .leadArea dl dt {
  background: #B27765;
}
#hotelsDetail.spa .spaInformation .variableContents.women .leadArea dl dd {
  color: #B27765;
}
#hotelsDetail.spa .spaDetails {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 100px 3% 0;
  font-weight: normal;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaDetails {
    flex-direction: column;
    gap: 30px 0;
  }
}
#hotelsDetail.spa .spaDetails h2 {
  flex: 0 0 350px;
  line-height: 1;
  text-align: center;
  font-size: 46px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaDetails h2 {
    flex: 0 0 auto;
  }
}
#hotelsDetail.spa .spaDetails h2 .small {
  display: block;
  padding-bottom: 30px;
  font-size: 20px;
}
#hotelsDetail.spa .spaDetails .informations {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .spaDetails .informations {
    flex: 0 0 auto;
  }
}
#hotelsDetail.spa .spaDetails .informations dl {
  display: flex;
  gap: 0 20px;
}
#hotelsDetail.spa .spaDetails .informations dl dt,
#hotelsDetail.spa .spaDetails .informations dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotelsDetail.spa .spaDetails .informations dl dt {
  flex: 0 0 100px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #707070;
  font-size: 16px;
}
#hotelsDetail.spa .spaDetails .informations dl dd {
  line-height: 1.7;
  font-size: 15px;
}
#hotelsDetail.spa .spaDetails .informations dl dd span {
  line-height: 1.7;
}
#hotelsDetail.spa .spaDetails .informations .annotations {
  font-size: 12px;
}
#hotelsDetail.spa .spaDetails .informations .annotations li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
#hotelsDetail.spa section.others .commonSlider01:not(.mensSlider) {
  display: none;
}
#hotelsDetail.spa section.others .banner {
  padding: 90px 0 100px;
  max-width: 700px;
}
@media (max-width: 1024px) {
  #hotelsDetail.spa .introArea {
    display: flex;
    align-items: normal;
    flex-direction: column;
    gap: 20px 0;
    padding-top: 60px;
    max-width: 500px;
  }
  #hotelsDetail.spa .introArea dl {
    flex: 0 0 auto;
  }
  #hotelsDetail.spa .introArea dl dt {
    padding-bottom: 20px;
    font-size: 13px;
  }
  #hotelsDetail.spa .introArea dl dt .name {
    padding-top: 10px;
    font-size: 28px;
  }
  #hotelsDetail.spa .introArea dl dd {
    line-height: 1.7;
    font-size: 14px;
  }
  #hotelsDetail.spa .introArea .introImage {
    flex: 0 0 auto;
  }
}

/*==================================================================================
 hotelsDetail.floor
==================================================================================*/
#hotelsDetail.floor .globalLink {
  margin-top: 10px;
}
#hotelsDetail.floor .globalLink a {
  color: #B29259;
}
#hotelsDetail.floor .loungeBanner {
  width: min(94%, 580px);
  margin: 100px auto 0;
}
#hotelsDetail.floor .loungeBanner .commonText01 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #hotelsDetail.floor section.others .othersSlider .slick-slide {
    margin: auto 15px;
  }
}

/*==================================================================================
 hotelsDetail.breakfast
==================================================================================*/
#hotelsDetail.breakfast main section {
  font-weight: normal;
}
#hotelsDetail.breakfast main section h2,
#hotelsDetail.breakfast main section h3 {
  font-weight: normal;
}
@media (max-width: 1024px) {
  #hotelsDetail.breakfast .mainVisual .lead {
    display: none;
  }
}
#hotelsDetail.breakfast .pickupArea {
  position: relative;
  margin-bottom: 150px;
  padding: 40px 0 70px;
  z-index: 1;
}
#hotelsDetail.breakfast .pickupArea:before, #hotelsDetail.breakfast .pickupArea:after {
  content: '';
  display: block;
  position: absolute;
}
#hotelsDetail.breakfast .pickupArea:before {
  top: 0;
  left: max(-40px, -3.33333vw);
  width: min(1112px, 92.66666vw);
  height: min(497px, 41.41666vw);
  background: url("https://img.dormy-hotels.com/static/img/hotels/detail/kanda/breakfast/ornament01.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
#staging #hotelsDetail.breakfast .pickupArea:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/breakfast/ornament01.svg");
}
#develop #hotelsDetail.breakfast .pickupArea:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/breakfast/ornament01.svg");
}
#hotelsDetail.breakfast .pickupArea:after {
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: min(320px, 16.66666vw);
  background: url("https://img.dormy-hotels.com/static/img/common/bg01.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
  transform: translateX(-50%);
}
#staging #hotelsDetail.breakfast .pickupArea:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/bg01.webp");
}
#develop #hotelsDetail.breakfast .pickupArea:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/bg01.webp");
}
#hotelsDetail.breakfast .pickupArea .slider {
  margin-bottom: 0;
}
#hotelsDetail.breakfast .pickupArea .name,
#hotelsDetail.breakfast .pickupArea .lead {
  text-align: center;
  font-weight: normal;
}
#hotelsDetail.breakfast .pickupArea .name {
  padding-bottom: 20px;
}
#hotelsDetail.breakfast .pickupArea .name .sub {
  display: block;
  padding-bottom: 12px;
}
#hotelsDetail.breakfast .pickupArea .lead {
  padding-bottom: 30px;
}
#hotelsDetail.breakfast .pickupArea .pickupSlider {
  margin: auto;
  max-width: 700px;
}
#hotelsDetail.breakfast .pickupArea .pickupSlider .items {
  height: 467px;
}
@media (max-width: 767px) {
  #hotelsDetail.breakfast .pickupArea .pickupSlider .items {
    height: 62.5vw;
  }
}
@media (min-width: 1025px) {
  #hotelsDetail.breakfast .pickupArea .pickupSlider .slick-dots {
    gap: 0 10px;
    padding-top: 30px;
  }
  #hotelsDetail.breakfast .pickupArea .pickupSlider .slick-dots li {
    width: 70px;
    height: 4px;
  }
}
#hotelsDetail.breakfast .loopImages {
    padding-bottom: 180px;
}
#hotelsDetail.breakfast section.intro {
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}
#hotelsDetail.breakfast section.intro > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 100px;
  max-width: 1000px;
  z-index: 1;
}
#hotelsDetail.breakfast section.intro > header:after {
  content: '';
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: url("https://img.dormy-hotels.com/static/img/common/bg01.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
  transform: translateX(-50%);
}
#staging #hotelsDetail.breakfast section.intro > header:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/bg01.webp");
}
#develop #hotelsDetail.breakfast section.intro > header:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/bg01.webp");
}
#hotelsDetail.breakfast section.intro > header .textArea {
  flex: 0 0 47%;
  box-sizing: border-box;
}
#hotelsDetail.breakfast section.intro > header h2 {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 28px;
}
#hotelsDetail.breakfast section.intro > header .image {
  flex: 0 0 50%;
  height: min(333px, 31.3vw);
}
@media (max-width: 767px) {
  #hotelsDetail.breakfast section.intro > header .image {
    height: 62.5vw;
  }
}
#hotelsDetail.breakfast section.intro > header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hotelsDetail.breakfast section.intro .lead02 {
  line-height: 1.7;
}
#hotelsDetail.breakfast section.intro .loopImages {
  padding-bottom: 100px;
  order: -1;
}
#hotelsDetail.breakfast section.guide .definitions {
  margin: auto;
  max-width: 840px;
}
#hotelsDetail.breakfast section.guide .banner {
  padding: 100px 0 80px;
  max-width: 700px;
}
#hotelsDetail.breakfast section.guide .banner.banner--noPb {
  padding-bottom: 0;
}
#hotelsDetail.breakfast section.service > header {
  padding-bottom: 50px;
}
#hotelsDetail.breakfast section.service .lead {
  line-height: 1.7;
}
#hotelsDetail.breakfast section.service .contentArea {
  display: flex;
  align-items: center;
  gap: 0 7%;
  max-width: 1000px;
}
#hotelsDetail.breakfast section.service .contentArea .image {
  flex: 1 1 auto;
}
#hotelsDetail.breakfast section.service .contentArea .definitions {
  flex: 0 0 470px;
}
#hotelsDetail.breakfast section.guide .cafeOasisWrap {
  margin-top: 120px;
}
#hotelsDetail.breakfast section.guide .cafeOasisArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}
#hotelsDetail.breakfast section.guide .cafeOasisImgWrap {
  flex: 0 0 50%;
  height: min(333px, 31.3vw);
}
#hotelsDetail.breakfast section.guide .cafeOasisArea .commonDefinitions01 {
  flex: 0 0 44%;
  box-sizing: border-box;
}
#hotelsDetail.breakfast section.guide .cafeOasisWrap .cafeOasisButton {
  padding-top: 40px;
}
#hotelsDetail.breakfast section.guide .cafeOasisWrap .cafeOasisLinkNote {
  text-align: center;
}

/*==================================================================================
 hotelsDetail.rooms
==================================================================================*/
@media (min-width: 1025px) {
  #hotelsDetail.rooms .mainVisual {
    margin-bottom: 0;
  }
}
#hotelsDetail.rooms .contentsArea {
  padding: 160px 0 0;
  background: url("https://img.dormy-hotels.com/static/img/common/bg-slanting03.webp") no-repeat center top;
  background-size: 100% 70%;
}
#staging #hotelsDetail.rooms .contentsArea {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/bg-slanting03.webp");
}
#develop #hotelsDetail.rooms .contentsArea {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/bg-slanting03.webp");
}
#hotelsDetail.rooms .contentsArea .sectionTabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  position: relative;
  margin-bottom: 100px;
  padding: 30px 3%;
  z-index: 1;
  background: #c7d0df;
}
#hotelsDetail.rooms .contentsArea .sectionTabs li {
  flex: 0 0 120px;
  margin: 0;
  padding-top: 0;
  width: auto;
  max-width: none;
}
#hotelsDetail.rooms .contentsArea .sectionTabs li a {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}
#hotelsDetail.rooms .contentsArea .roomsGotembaBanner {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 900px;
}
#hotelsDetail.rooms .contentsArea .roomsBanner {
  margin: auto;
  width: 90%;
  max-width: 700px;
  padding-bottom: 120px;
}
#hotelsDetail.rooms .sections:not(:last-of-type) {
  padding-bottom: 120px;
}
#hotelsDetail.rooms .sections .slideArea .areas {
  position: relative;
}
#hotelsDetail.rooms .sections .slideArea .areas:nth-child(n+2) {
  margin-top: 80px;
}
@media (min-width: 768px) {
  #hotelsDetail.rooms .sections .slideArea .areas .slideArea {
    width: 48%;
  }
#hotelsDetail.rooms .sections .slideArea .areas .textArea {
    position: absolute;
    top: 42%;
    right: 3%;
    left: 52%;
    transform: translateY(-50%);
  }
}
#hotelsDetail.rooms .sections .slideArea .areas .slider .slick-slide {
  height: min(384px, 30vw);
}
@media (max-width: 767px) {
  #hotelsDetail.rooms .sections .slideArea .areas .slider .slick-slide {
    height: 62.5vw;
  }
}
#hotelsDetail.rooms .sections .slideArea .areas .slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hotelsDetail.rooms .sections .slideArea .areas .thumbnails .slick-slide {
  height: min(82px, 6.83333vw);
}
@media (max-width: 767px) {
  #hotelsDetail.rooms .sections .slideArea .areas .thumbnails .slick-slide {
    height: 12.8vw;
  }
}
#hotelsDetail.rooms .sections .slideArea .areas .roomType {
  padding: 0 0 10px;
  line-height: 1;
  font-size: 20px;
}
#hotelsDetail.rooms .sections .slideArea .areas .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
#hotelsDetail.rooms .sections .slideArea .areas .tags li {
  position: relative;
  padding: 8px 12px 8px 50px;
  border: 1px solid #333;
  line-height: 1;
}
#hotelsDetail.rooms .sections .slideArea .areas .tags li:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 10px;
  width: 30px;
  background: url("https://img.dormy-hotels.com/static/img/hotels/detail/kanda/rooms/icon-bed.svg") no-repeat center center;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
#staging #hotelsDetail.rooms .sections .slideArea .areas .tags li:before {
  background: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/rooms/icon-bed.svg");
  background-repeat: no-repeat;
}
#develop #hotelsDetail.rooms .sections .slideArea .areas .tags li:before {
  background: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/rooms/icon-bed.svg");
  background-repeat: no-repeat;
}
#hotelsDetail.rooms .sections .slideArea .areas .tags li.people {
  padding-left: 45px;
}
#hotelsDetail.rooms .sections .slideArea .areas .tags li.people:before {
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/detail/kanda/rooms/icon-people.svg");
  background-size: 22px auto;
  background-repeat: no-repeat;
}
#staging #hotelsDetail.rooms .sections .slideArea .areas .tags li.people:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/rooms/icon-people.svg");
  background-repeat: no-repeat;
}
#develop #hotelsDetail.rooms .sections .slideArea .areas .tags li.people:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/rooms/icon-people.svg");
  background-repeat: no-repeat;
}
#hotelsDetail.rooms .sections .slideArea .areas .roomDetail {
  padding-bottom: 40px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
#hotelsDetail.rooms .sections .slideArea .areas .roomButton {
  padding-top: 0;
  width: auto;
  max-width: none;
}
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--concept,
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--gc_yokohama--lower {
  margin-top: 20px;
}
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--concept a,
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--gc_yokohama--lower a,
#hotelsDetail.rooms .conceptButtonWrap--bottom .commonButton02 a {
  background: #B0A277;
  border-color: #B0A277;
}
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--concept a:hover,
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--gc_yokohama--lower a:hover,
#hotelsDetail.rooms .conceptButtonWrap--bottom .commonButton02 a:hover {
  background: #fff;
  color: #B0A277;
}
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--concept a::after,
#hotelsDetail.rooms .sections .slideArea .areas .roomButton--gc_yokohama--lower a::after,
#hotelsDetail.rooms .conceptButtonWrap--bottom .commonButton02 a::after {
  border-bottom-color: #B0A277;
}
#hotelsDetail.rooms .informationArea {
  margin-top: 120px;
}
#hotelsDetail.rooms .conceptButtonWrap--top .commonButton02 {
  padding-top: unset;
  margin-bottom: 100px;
}

/*==================================================================================
 hotelsDetail.access
==================================================================================*/
#hotelsDetail.access .mapArea {
  padding-bottom: 50px;
  text-align: center;
  font-weight: normal;
}
#hotelsDetail.access .mapArea .googleMapArea,
#hotelsDetail.access .mapArea .mapImg {
  margin-bottom: 50px;
}
#hotelsDetail.access .mapArea address {
  padding-bottom: 15px;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}
#hotelsDetail.access .mapArea .contacts {
  line-height: 2;
  font-size: 16px;
}
#hotelsDetail.access .mapArea .contacts .tel {
  color: var(--black);
}
#hotelsDetail.access .sectionTabs {
  display: flex;
  justify-content: center;
  gap: 0 5%;
  position: relative;
  margin-bottom: 100px;
  padding: 50px 0;
  z-index: 1;
}
#hotelsDetail.access .sectionTabs:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F4F4F4;
  z-index: -1;
  transform: translateX(-50%);
}
#hotelsDetail.access .sectionTabs li {
  flex: 0 0 30%;
  margin: 0;
  padding-top: 0;
  width: auto;
  max-width: none;
}
#hotelsDetail.access .sections {
  position: relative;
}
#hotelsDetail.access .sections:not(:last-of-type) {
  padding-bottom: 100px;
}
#hotelsDetail.access .sections:nth-of-type(2n) {
  position: relative;
  padding: 90px 0;
  z-index: 1;
}
#hotelsDetail.access .sections:nth-of-type(2n):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F4F4F4;
  z-index: -1;
  transform: translateX(-50%);
}
#hotelsDetail.access .sections:nth-of-type(2n):not(:last-of-type) {
  margin-bottom: 100px;
}
#hotelsDetail.access .sections:nth-of-type(2n) .commonTitle05 span {
  background: #F4F4F4;
}
#hotelsDetail.access .sections:nth-of-type(2n) > header {
  padding: 0 55% 0 0;
}
#hotelsDetail.access .sections:nth-of-type(2n) .commonSlider01 {
  top: 160px;
  left: auto;
  right: 0;
}
#hotelsDetail.access .sections:nth-of-type(2n) .textArea {
  margin-right: auto;
  margin-left: 0;
}
#hotelsDetail.access .sections .commonText01 {
  line-height: 2.4;
}
#hotelsDetail.access .sections > header {
  padding-left: 55%;
  min-height: 383px;
}
#hotelsDetail.access .sections > header h2 {
  padding-bottom: 25px;
  line-height: 1.4;
  font-size: 22px;
}
#hotelsDetail.access .sections > header .texts {
  line-height: 2.1;
  font-size: 16px;
  font-weight: normal;
}
#hotelsDetail.access .sections > header .texts + .texts {
  padding-top: 1em;
}
#hotelsDetail.access .sections .commonSlider01 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 50%;
}
#hotelsDetail.access .sections .commonSlider01 .slider {
  margin-bottom: 0;
}
#hotelsDetail.access .sections .commonSlider01 .slider .slick-slide {
  height: min(400px, 31.25vw);
}
@media (max-width: 767px) {
  #hotelsDetail.access .sections .commonSlider01 .slider .slick-slide {
    height: 62.5vw;
  }
}
#hotelsDetail.access .sections .commonSlider01 .slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hotelsDetail.access .sections section.detail {
  padding-top: 70px;
}
#hotelsDetail.access .sections .textArea {
  margin-left: auto;
  min-height: 410px;
  width: 45%;
}
#hotelsDetail.access .sections.parkingNoimg .textArea {
  width: 100%;
  margin-left: unset;
  min-height: unset;
}
#hotelsDetail.access .sections .googleMapButton01 {
  margin: 0;
}
#hotelsDetail.access section.train .routes {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#hotelsDetail.access section.train .routes li {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  position: relative;
  padding: 25px 90px;
  background: #EDF4FF;
}
@media (max-width: 1024px) {
  #hotelsDetail.access section.train .routes li {
    padding: 25px 30px;
  }
}
#hotelsDetail.access section.train .routes li .name {
  position: absolute;
  top: calc(50% - .5em);
  left: 110px;
  width: 8em;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
  color: #2A4574;
}
@media (max-width: 1024px) {
  #hotelsDetail.access section.train .routes li .name {
    left: 30px;
  }
}
#hotelsDetail.access section.train .routes li dl {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  padding-left: 210px;
}
@media (max-width: 1024px) {
  #hotelsDetail.access section.train .routes li dl {
    padding-left: 176px;
  }
}
#hotelsDetail.access section.train .routes li dl dt,
#hotelsDetail.access section.train .routes li dl dd {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 70px;
  font-size: 16px;
}
#hotelsDetail.access section.train .routes li dl dt span,
#hotelsDetail.access section.train .routes li dl dd span {
  line-height: 1.7;
}
#hotelsDetail.access section.train .routes li dl dt {
  flex: 0 0 160px;
  justify-content: center;
  padding: 15px 10px;
  font-weight: bold;
  color: #fff;
  background: #2A4574;
}
#hotelsDetail.access section.train .routes li dl dd {
  flex: 1 1 auto;
  padding: 15px 22px;
  background: #fff;
}

/*==================================================================================
 hotelsDetail.gallery
==================================================================================*/
#hotelsDetail.gallery main {
  padding-bottom: 200px;
}
#hotelsDetail.gallery main .commonTitle05 span {
  background: #F5F5F5;
}
#hotelsDetail.gallery main .sectionTabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px;
  z-index: 1;
}
#hotelsDetail.gallery main .sectionTabs > li {
  flex: 0 0 19%;
  position: relative;
}
#hotelsDetail.gallery main .sectionTabs .categoryTab {
  display: none;
}
#hotelsDetail.gallery main .sectionTabs > li.current > a {
  color: #fff;
  background: #2A4574;
}
#hotelsDetail.gallery main .sectionTabs > li.current > a img {
  filter: brightness(10);
}
#hotelsDetail.gallery main .sectionTabs > li:not(.current) .dropDown {
  display: none !important;
}
#hotelsDetail.gallery main .sectionTabs > li > a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  height: 78px;
  border: 3px solid #2A4574;
  color: #333;
  background: #fff;
}
#hotelsDetail.gallery main .sectionTabs > li > a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #hotelsDetail.gallery main .sectionTabs > li > a:hover {
    color: #fff;
    background: #2A4574;
  }
  #hotelsDetail.gallery main .sectionTabs > li > a:hover img {
    filter: brightness(10);
  }
}
#hotelsDetail.gallery main .sectionTabs > li > a img {
  width: 20px;
}
#hotelsDetail.gallery main .sectionTabs .dropDown {
  display: none !important;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 15px 0;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  background: #fff;
}
#hotelsDetail.gallery main .sectionTabs .dropDown a {
  display: block;
  padding: 8px 12px;
  color: #333;
}
#hotelsDetail.gallery .variableContents:not(:first-of-type) {
  display: none;
}
#hotelsDetail.gallery .variableContents .galleryItems::after{
  content:"";
  display: block;
  width:30%;
}
#hotelsDetail.gallery .variableContents .galleryItems li {
  cursor: pointer;
}
@media (min-width: 1025px) {
  #hotelsDetail.gallery .variableContents .galleryItems li:hover {
    opacity: .7;
  }
}
#hotelsDetail.gallery .variableContents .galleryItems li .text {
  text-align: left;
}
#hotelsDetail.gallery .variableContents .modalArea {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 1000;
}
#hotelsDetail.gallery .variableContents .modalArea .wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 640px;
  padding: 50px 40px 30px;
  width: 90%;
  border-radius: 5px;
  background: #fff;
  transform: translate(-50%, -50%);
}
#hotelsDetail.gallery .variableContents .modalArea .wrapper.fixedOnTop {
  top: 0;
  transform: translate(-50%, 0);
}
#hotelsDetail.gallery .variableContents .modalArea .closeButton {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
#hotelsDetail.gallery .variableContents .modalArea .slider .imageCaption {
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 22px;
  color: #2A4574;
}
#hotelsDetail.gallery .variableContents .modalArea .slider .lead {
  margin: auto;
  padding-top: 20px;
  width: 90%;
}
#hotelsDetail.gallery .variableContents .modalArea .slider .slick-slide .image {
  height: 373px;
}
@media (max-width: 767px) {
  #hotelsDetail.gallery .variableContents .modalArea .slider .slick-slide .image {
    height: 53.333333vw;
  }
}
#hotelsDetail.gallery .variableContents .modalArea .slider .slick-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hotelsDetail.gallery .variableContents .modalArea .thumbnails {
  margin-top: 40px;
  padding: 0 45px;
}
#hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-slide {
  height: 57px;
}
@media (max-width: 767px) {
  #hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-slide {
    height: 14.451vw;
  }
}
#hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-arrow {
  width: 35px;
}
#hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-arrow:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: auto;
  border-top: none;
  border-right: none;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow07.svg") no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}
#staging #hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-arrow:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow07.svg");
}
#develop #hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-arrow:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow07.svg");
}
#hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-arrow.slick-next:before {
  transform: rotate(0);
}
#hotelsDetail.gallery .variableContents .modalArea .thumbnails .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
#hotelsDetail.gallery .variableContents .modalArea .detailButton {
  padding-top: 40px;
}
#hotelsDetail.gallery .footerContainer {
  margin-top: 0;
}
@media (max-width: 1024px) {
  #hotelsDetail.gallery main .sectionTabs {
    flex-wrap: wrap;
    gap: 12px 0;
    padding-bottom: 60px;
    font-size: 13px;
  }
  #hotelsDetail.gallery main .sectionTabs > li {
    flex: 0 0 48.5%;
  }
  #hotelsDetail.gallery main .sectionTabs > li > a {
    gap: 0 5px;
    height: 54px;
  }
  #hotelsDetail.gallery main .sectionTabs > li > a img {
    width: 14px;
  }
  #hotelsDetail.gallery main .sectionTabs .dropDown {
    display: none !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 15px 0;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    background: #fff;
  }
  #hotelsDetail.gallery main .sectionTabs .dropDown a {
    display: block;
    padding: 8px 12px;
    color: #333;
  }
}

/*==================================================================================
 hotelsDetail.topics
==================================================================================*/
#hotelsDetail.topics .mainVisual {
  margin-bottom: 0;
}
#hotelsDetail.topics .contentsArea {
  margin-bottom: 150px;
  padding: 160px 0 150px;
  background: url("https://img.dormy-hotels.com/static/img/common/bg-slanting04.webp") no-repeat center top;
  background-size: 100% 100%;
}
#staging #hotelsDetail.topics .contentsArea {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/bg-slanting04.webp");
}
#develop #hotelsDetail.topics .contentsArea {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/bg-slanting04.webp");
}
#hotelsDetail.topics .contentsArea .topicsList {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
#hotelsDetail.topics .contentsArea .topicsList li {
  flex: 0 0 31%;
}

/*==================================================================================
 hotelsDetail.news
==================================================================================*/
#hotelsDetail.news .mainVisual {
  margin-bottom: 0;
}
#hotelsDetail.news .contentsArea {
  margin-bottom: 150px;
  padding: 160px 0 150px;
  background: url("https://img.dormy-hotels.com/static/img/common/bg-slanting04.webp") no-repeat center top;
  background-size: 100% 100%;
}
#staging #hotelsDetail.news .contentsArea {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/bg-slanting04.webp");
}
#develop #hotelsDetail.news .contentsArea {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/bg-slanting04.webp");
}
#hotelsDetail.news .contentsArea .newsList {
  max-width: 1000px;
}

/*==================================================================================
 hotelsDetail.news.newsDetail
==================================================================================*/
#hotelsDetail.news.newsDetail .contentsArea h2 {
  padding-bottom: 25px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: normal;
}
#hotelsDetail.news.newsDetail .contentsArea h2 .date {
  display: block;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 18px;
}
#hotelsDetail.news.newsDetail .contentsArea .text {
  line-height: 1.7;
}

/*==================================================================================
 hotelsDetail.service
==================================================================================*/
#hotelsDetail.service {
  couter-reset: sectionNumber;
}
#hotelsDetail.service .sectionTabs {
  couter-reset: tabNumber;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 0;
  padding-bottom: 120px;
}
#hotelsDetail.service .sectionTabs::after{
  content:"";
  display: block;
  width:30%;
}
#hotelsDetail.service .sectionTabs li {
  counter-increment: tabNumber;
  flex: 0 0 31%;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
#hotelsDetail.service .sectionTabs li a {
  display: block;
  position: relative;
  padding-bottom: 40px;
  color: #333;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
#hotelsDetail.service .sectionTabs li a:before {
  content: counter(tabNumber);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background: #2B4571;
  transform: translateY(-50%);
}
#hotelsDetail.service .sectionTabs li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #2B4571;
  border-bottom: 3px solid #2B4571;
  transform: rotate(45deg);
}
#hotelsDetail.service .sectionTabs li a img {
  width: 100%;
  height: min(248px, 19.4vw);
  object-fit: cover;
}
@media (max-width: 1024px) {
  #hotelsDetail.service .sectionTabs li a img {
    height: 30vw;
  }
}
#hotelsDetail.service .sectionTabs li .text {
  display: block;
  padding-top: 25px;
  line-height: 1;
  font-size: 22px;
}
#hotelsDetail.service .sections {
  display: flex;
  counter-increment: sectionNumber;
}
#hotelsDetail.service .sections .textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  flex: 0 0 55%;
  box-sizing: border-box;
  position: relative;
  margin-top: 15%;
  padding: 35px 50px 40px 100px;
  min-height: 380px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  font-weight: normal;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
#hotelsDetail.service .sections .textArea h2 {
  position: relative;
  padding-top: 15px;
  line-height: 1;
  font-weight: normal;
  font-size: 28px;
}
#hotelsDetail.service .sections .textArea h2:before {
  content: counter(sectionNumber);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -10px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background: #2B4571;
  transform: translateX(-100%);
}
#hotelsDetail.service .sections .textArea .lead {
  line-height: 1.7;
  font-size: 16px;
}
#hotelsDetail.service .sections .image {
  margin-left: -12%;
}
#hotelsDetail.service .sections .image img {
  height: min(456px, 35.7vw);
  object-fit: cover;
}
@media (max-width: 1024px) {
  #hotelsDetail.service .sections .image img {
    height: 62.5vw;
  }
}
#hotelsDetail.service .sections:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
#hotelsDetail.service .sections:nth-of-type(2n-1) .image {
  margin: 0 -12% 0 0;
}
#hotelsDetail.service .informationArea {
  display: none;
}
@media (max-width: 1024px) {
  #hotelsDetail.service .sectionTabs {
    gap: 40px 0;
    padding-bottom: 70px;
  }
  #hotelsDetail.service .sectionTabs li {
    flex: 0 0 48%;
  }
  #hotelsDetail.service .sectionTabs li a {
    padding-bottom: 30px;
  }
  #hotelsDetail.service .sectionTabs li a:before {
    width: 40px;
    height: 40px;
    border-width: 2px;
    font-size: 20px;
  }
  #hotelsDetail.service .sectionTabs li a:after {
    bottom: 8px;
    margin-left: -4px;
    width: 7px;
    height: 7px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  #hotelsDetail.service .sectionTabs li .text {
    padding-top: 15px;
    font-size: 16px;
  }
  #hotelsDetail.service .sections {
    flex-direction: column !important;
    gap: 30px 0;
  }
  #hotelsDetail.service .sections .textArea {
    gap: 15px 0;
    flex: 0 0 auto;
    margin-top: 0;
    padding: 25px 30px 30px 60px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    min-height: 0;
  }
  #hotelsDetail.service .sections .textArea h2 {
    padding-top: 10px;
    font-size: 20px;
  }
  #hotelsDetail.service .sections .textArea h2:before {
    left: -8px;
    width: 40px;
    height: 40px;
    border-width: 2px;
    font-size: 20px;
  }
  #hotelsDetail.service .sections .textArea .lead {
    font-size: 14px;
  }
  #hotelsDetail.service .sections .image {
    margin: 0 !important;
  }
}

/*==================================================================================
 hotelsDetail.faq
==================================================================================*/
#hotelsDetail.faq main .intro {
  padding-top: 0;
}
#hotelsDetail.faq main .categorysArea {
  margin: auto;
  padding-bottom: 70px;
  max-width: 900px;
}
#hotelsDetail.faq main .categorysArea .text {
  padding-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
#hotelsDetail.faq main .categorysArea .categorys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
  font-size: 16px;
}
#hotelsDetail.faq main .categorysArea .categorys li {
  flex: 0 0 48%;
}
#hotelsDetail.faq main .categorysArea .categorys li a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  box-sizing: border-box;
  padding: 0 20px 0 30px;
  height: 50px;
  border-radius: 10px;
  border: 3px solid #2A4574;
  line-height: 1.1;
  color: #2A4574;
}
#hotelsDetail.faq main .categorysArea .categorys li a:before {
  content: '';
  flex: 0 0 7px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #2A4574;
  border-bottom: 2px solid #2A4574;
  transform: rotate(45deg);
}
#hotelsDetail.faq main .inquiry {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding: 30px;
  max-width: 740px;
  border-radius: 10px;
  border: 1px solid #333;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
#hotelsDetail.faq main .inquiry:before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  right: 35px;
  width: 78px;
  height: 88px;
  background: url("https://img.dormy-hotels.com/static/img/common/illust-character02.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging #hotelsDetail.faq main .inquiry:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/illust-character02.svg");
}
#develop #hotelsDetail.faq main .inquiry:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/illust-character02.svg");
}
#hotelsDetail.faq main .inquiry a {
  color: #333;
  text-decoration: underline;
}
#hotelsDetail.faq main .inquiry a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #hotelsDetail.faq main .inquiry a:hover {
    text-decoration: none;
  }
}
#hotelsDetail.faq main .sections {
  padding: 60px 0 70px;
}
#hotelsDetail.faq main .sections:last-of-type {
  padding-bottom: 0;
}
#hotelsDetail.faq main .sections:nth-of-type(2n-1) {
  position: relative;
  z-index: 1;
}
#hotelsDetail.faq main .sections:nth-of-type(2n-1):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F0F4F8;
  z-index: -1;
  transform: translateX(-50%);
}
#hotelsDetail.faq main .sections h3 {
  padding-bottom: 45px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}

/*==================================================================================
 hotelsDetail.nono
==================================================================================*/
#hotelsDetail.nono {
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/main_bg02.webp"), url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/main_bg01.webp");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, left top;
  background-size: 100% auto, 100% auto;
}
#staging #hotelsDetail.nono {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/main_bg02.webp"), url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/main_bg01.webp");
}
#develop #hotelsDetail.nono {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/main_bg02.webp"), url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/main_bg01.webp");
}
#hotelsDetail.nono .headerContainer .subMenuArea,
#hotelsDetail.nono main,
#hotelsDetail.nono .footerContainer .topArea {
  font-family: 'Noto Serif JP', YuMincho, Yu Mincho, "游明朝", serif;
}
#hotelsDetail.nono .bgArea01,
#hotelsDetail.nono .contentsArea {
  background: none;
}
#hotelsDetail.nono .headerContainer .subMenuButton {
  color: #333;
}
#hotelsDetail.nono .headerContainer .subMenuButton img {
  filter: brightness(0);
}
#hotelsDetail.nono .headerContainer .subMenuArea {
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/content_bg.webp");
  background-repeat: repeat;
  background-position: left center;
  background-size: 100% auto;
}
#staging #hotelsDetail.nono .headerContainer .subMenuArea {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#develop #hotelsDetail.nono .headerContainer .subMenuArea {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#hotelsDetail.nono .headerContainer .subMenuArea .facilityName {
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  z-index: 10;
}
#hotelsDetail.nono .headerContainer .subMenuArea .facilityName a {
  color: #fff;
  font-weight: bold;
}
#hotelsDetail.nono .headerContainer .subMenuArea .facilityName img {
  width: auto;
  height: 30px;
}
#hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi {
  position: relative;
}
#hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent);
}
#hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi a {
  color: #fff;
}
#hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi .links {
  font-weight: bold;
}
#hotelsDetail.nono .headerContainer .fixingReserveButton.color02 {
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/content_bg.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
#staging #hotelsDetail.nono .headerContainer .fixingReserveButton.color02 {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#develop #hotelsDetail.nono .headerContainer .fixingReserveButton.color02 {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#hotelsDetail.nono .headerContainer .fixingReserveButton.color02 a {
  background-color: rgba(78, 115, 63, .5);
  border-radius: unset;
  font-family: 'Noto Serif JP', YuMincho, Yu Mincho, "游明朝", serif;
  font-weight: bold;
}
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inputAreaTabs {
  position: relative;
}
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inputAreaTabs li {
  font-family: 'Noto Serif JP', YuMincho, Yu Mincho, "游明朝", serif;
}
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inputAreaTabs li.current {
  background-color: unset;
}
/*
#hotelsDetail.nono .headerContainer .fixingInputArea button[type="submit"] {
  border: unset;
  background: rgb(77 49 5 / 80%);
}
*/
#hotelsDetail.nono .headerContainer .fixingInputArea .closeButton {
  font-size: 15px;
}
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner {
  position: relative;
  /* background: linear-gradient(180deg, #ECD09F, #AD946A); */
}
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 66px);
  background: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/main_bg02.webp");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}
#staging #hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner::before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/main_bg02.webp");
}
#develop #hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner::before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/main_bg02.webp");
}
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner .forms,
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner .bestRateLogo,
#hotelsDetail.nono .headerContainer .fixingInputArea.color02 .inner .closeButton {
  position: relative;
}
#hotelsDetail.nono main h2,
#hotelsDetail.nono main h3,
#hotelsDetail.nono main h4,
#hotelsDetail.nono main h5,
#hotelsDetail.nono main h6,
#hotelsDetail.nono main dt {
  font-weight: normal;
}
#hotelsDetail.nono main .commonTitle05 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotelsDetail.nono main .commonTitle05:before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-right: 0.5em;
}
#hotelsDetail.nono main .commonTitle05:after {
  position: unset;
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 0.5em;
}
#hotelsDetail.nono main .commonTitle05 span {
  background: unset;
}
#hotelsDetail.nono .breadcrumb {
  background: none;
  border: unset;
}
#hotelsDetail.nono .footerMenuArea .links {
  background: #fff;
}
#hotelsDetail.nono .top-hotelbanner {
  margin: 150px 0 0;
  text-align: center;
} 
#hotelsDetail.nono main .commonSlider01 .commonSlideController01.color03 li {
  background-image: url(https://img.dormy-hotels.com/static/img/common/icon-arrow16-gold.svg);
}
#staging #hotelsDetail.nono main .commonSlider01 .commonSlideController01.color03 li {
  background-image: url(https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow16-gold.svg);
}
#develop #hotelsDetail.nono main .commonSlider01 .commonSlideController01.color03 li {
  background-image: url(https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow16-gold.svg);
}
#hotelsDetail.nono main .commonButton02 a {
  position: relative;
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/content_bg.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  border: unset
}
#staging #hotelsDetail.nono main .commonButton02 a {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#develop #hotelsDetail.nono main .commonButton02 a {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#hotelsDetail.nono main .commonButton02 a::before {
  content: '';
  background-color: rgba(78,115,63,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: unset;
  border-bottom: unset;
}
#hotelsDetail.nono main .commonButton02 a::after {
  display: none;
}
#hotelsDetail.nono main .commonButton02 a:hover {
  opacity: .6;
  color: #fff;
}
#hotelsDetail.nono main .commonButton02 a .buttonText {
  position: relative;
}
#hotelsDetail.nono main .commonSlider01 .slick-dots li button {
  background: #B29259;
}
#hotelsDetail.nono main .commonSlider01 .slick-dots li.slick-active button {
  background: #4E733F;
}

@media (max-width: 1024px) {
  #hotelsDetail.nono .headerContainer .subMenuButton {
    color: #333;
  }
  #hotelsDetail.nono .headerContainer .subMenuButton img {
    filter: brightness(0);
  }
  #hotelsDetail.nono .headerContainer .subMenuArea {
    position: relative;
  }
  #hotelsDetail.nono .headerContainer .subMenuArea:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent);
  }
  #hotelsDetail.nono .headerContainer .subMenuArea .facilityName img {
    height: 30px;
  }
  #hotelsDetail.nono .headerContainer .subMenuArea .inner {
    background: #fff;
  }
  #hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi:before {
    display: none;
  }
  #hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi .links li {
    border-color: #c2c2c2;
  }
  #hotelsDetail.nono .headerContainer .subMenuArea .inner .subMenuNavi .links a:after {
    border-color: #333;
  }
  /* 予約モーダル関連
  #hotelsDetail.nono .headerContainer .fixingInputArea .closeButton {
    font-size: 13px;
  }
  */
}

/*==================================================================================
 hotelsDetail.hotelsDetailTop.nono
==================================================================================*/
#hotelsDetail.hotelsDetailTop.nono .mainVisual .slider .slick-dots {
  display: none !important;
}
#hotelsDetail.hotelsDetailTop .apeealArea {
  padding-bottom: 120px;
}
#hotelsDetail.hotelsDetailTop.nono .apeealArea {
  padding-bottom: 120px;
}
#hotelsDetail.hotelsDetailTop.nono .apeealArea .catch {
  padding-bottom: 30px;
}
#hotelsDetail.hotelsDetailTop.nono section .commonTitle01 .en {
  padding: 5px 0 0;
}
#hotelsDetail.hotelsDetailTop.nono section.news {
    /*@include minWPC {
      position: relative;

      h3 {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
      }

      .newsList {
        padding-left: 170px;
      }
    }*/
}
#hotelsDetail.hotelsDetailTop.nono section.news .newsList {
  gap: 0 0;
}
#hotelsDetail.hotelsDetailTop.nono section.news .newsList li {
  padding: 15px 0;
  border-bottom: 1px solid #4E733F;
}
#hotelsDetail.hotelsDetailTop.nono section.news .newsList li:first-child {
  padding-top: 0;
}
#hotelsDetail.hotelsDetailTop.nono section.news .newsList li a {
  padding: 10px 0;
}
#hotelsDetail.hotelsDetailTop.nono section.news .newsList .date {
  font-weight: normal;
}
#hotelsDetail.hotelsDetailTop.nono section.appeals .inSections .textArea h4 {
  font-weight: normal;
}
@media (min-width: 1025px) {
  #hotelsDetail.hotelsDetailTop.nono section.appeals .inSections {
    gap: 0 60px;
  }
  #hotelsDetail.hotelsDetailTop.nono section.appeals .inSections:nth-of-type(2n) .images:after {
    right: 15px;
    left: -15px;
  }
  #hotelsDetail.hotelsDetailTop.nono section.appeals .images {
    position: relative;
    z-index: 1;
  }
  #hotelsDetail.hotelsDetailTop.nono section.appeals .images:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: -15px;
    bottom: -15px;
    left: 15px;
    background: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono-kanazawa/appeals-bg.webp") no-repeat top left;
    background-size: 100% 100%;
    opacity: 0.6;
    z-index: -1;
  }
  #staging #hotelsDetail.hotelsDetailTop.nono section.appeals .images:after {
    background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono-kanazawa/appeals-bg.webp");
  }
  #develop #hotelsDetail.hotelsDetailTop.nono section.appeals .images:after {
    background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono-kanazawa/appeals-bg.webp");
  }
}

/*==================================================================================
 hotelsDetail.news.nono
==================================================================================*/
#hotelsDetail.news.nono .contentsArea .newsList .date {
  font-weight: normal;
}
#news.nono {
  background: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono-kanazawa/bg.webp") repeat-y left top;
  background-size: 100% auto;
}
#staging #news.nono {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono-kanazawa/bg.webp");
}
#develop #news.nono {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono-kanazawa/bg.webp");
}
#news.nono .headerContainer .subMenuArea,
#news.nono main {
  font-family: 'Noto Serif JP', YuMincho, Yu Mincho, "游明朝", serif;
}
#news.nono .headerContainer .subMenuArea {
  background: #fff;
}
#news.nono .headerContainer.menuAreaHidden .subMenuArea {
  background: rgba(255, 255, 255, 0.9);
}
#news.nono .headerContainer .subMenuArea .facilityName {
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: #333;
  font-weight: normal;
  font-size: 12px;
}
#news.nono .headerContainer .subMenuArea .inner .subMenuNavi:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent);
}
#news.nono .headerContainer .subMenuArea .inner .subMenuNavi .links {
  font-weight: normal;
}
#news.nono .headerContainer .subMenuArea .inner .subMenuNavi a {
  color: #333;
}

/*==================================================================================
 hotelsDetail.topics.nono
==================================================================================*/
/*==================================================================================
 hotelsDetail.spa.nono
==================================================================================*/
#hotelsDetail.spa.nono .spaInformation .variableContents.mens {
  background: #6B778F;
}
#hotelsDetail.spa.nono .spaInformation .variableContents.mens .leadArea dl dt {
  background: #6B778F;
}
#hotelsDetail.spa.nono .spaInformation .variableContents.mens .leadArea dl dd {
  color: #6B778F;
}
#hotelsDetail.spa.nono .spaDetails {
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #333;
}
#hotelsDetail.spa.nono .spaDetails .informations dl dt {
  background: rgb(255 255 255 / 0.8);
}
#hotelsDetail.spa.nono .bathContentWrap {
  position: relative;
  margin-bottom: 150px;
  padding: 40px 0 70px;
  text-align: center;
}
#hotelsDetail.spa.nono .bathContentWrap .bathContentTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 28px;
}
#hotelsDetail.spa.nono .bathContentWrap .bathContentTitleText {
  display: inline-block;
  position: relative;
  padding: 0 0.75em;
  line-height: 1.4;
}
#hotelsDetail.spa.nono .bathContentWrap .bathContentTitle:before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-right: 0.5em;
}
#hotelsDetail.spa.nono .bathContentWrap .bathContentTitle:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 0.5em;
}
#hotelsDetail.spa.nono .bathContentWrap .bathContentLead {
  padding-bottom: 30px;
  line-height: 2.1;
  font-size: 14px;
  font-weight: normal;
}
#hotelsDetail.spa.nono .bathContentWrap .pickupSlider {
  margin: auto;
  max-width: 700px;
}
#hotelsDetail.spa.nono .bathContentWrap .pickupSlider .caption {
  font-size: 14px;
}
#hotelsDetail .dayTripContentWrap {
  width: min(94%, 900px);
  margin-bottom: 120px;
  padding: 40px 6%;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  background: #fbfaf6;
}
#hotelsDetail .dayTripContentTitle {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
}
#hotelsDetail .dayTripContentIneer {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 40px;
}
#hotelsDetail .dayTripContentSubTitle {
  position: relative;
}
#hotelsDetail .dayTripContentSubTitle::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #c2c2c2;
}
#hotelsDetail .dayTripContentSubTitleText {
  position: relative;
  font-size: 22px;
  padding-right: 20px;
  background: #fbfaf6;
}
#hotelsDetail .dayTripContentInfo {
  display: flex;
  gap: 0 20px;
}
#hotelsDetail .dayTripContentInfoTitle,
#hotelsDetail .dayTripContentInfoText {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotelsDetail .dayTripContentInfoTitle {
  flex: 0 0 100px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #707070;
  font-size: 16px;
}
#hotelsDetail .dayTripContentInfoText {
  line-height: 1.7;
  font-size: 15px;
  font-weight: normal;
}
#hotelsDetail .dayTripContentInfoText span {
  line-height: 1.7;
}
#hotelsDetail .dayTripContentNoteList {
  list-style: none
}
#hotelsDetail .dayTripContentNoteListItem {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.4;
  font-weight: normal;
}
#hotelsDetail .dayTripContentNoteListItem:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

/*==================================================================================
 hotelsDetail.breakfast.nono
==================================================================================*/
#hotelsDetail.breakfast.nono .commonMv02 {
  margin-bottom: 0;
}
#hotelsDetail.breakfast.nono section.intro > header {
  padding-bottom: 0;
}
#hotelsDetail.breakfast .breadcrumb {
  background-color: #fff;
}
#hotelsDetail.breakfast.nono .pickupSection {
  padding-top: 120px;
  background-color: #fff;
}
#hotelsDetail.breakfast.nono .pickupArea:after {
  display: none;
}
/* #hotelsDetail.breakfast.nono .pickupArea:after {
  background: #fff url(https://img.dormy-hotels.com/static/img/hotels/detail/kanda/breakfast/ornament01.svg) no-repeat center 100px;
  background-size: 100% auto;
  height: 935px;
}
#staging #hotelsDetail.breakfast.nono .pickupArea:after {
  background-image: url(https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/breakfast/ornament01.svg);
}
#develop #hotelsDetail.breakfast.nono .pickupArea:after {
  background-image: url(https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/kanda/breakfast/ornament01.svg);
} */
#hotelsDetail.breakfast.nono .commonDefinitions01 dl dt {
  background: rgb(255 255 255 / 0.8);
}
#hotelsDetail.breakfast.nono .commonAllergyArea01 {
  background: rgb(244 244 244 / 0.8);
}
@media (min-width: 768px) {
  #hotelsDetail.breakfast.nono section.intro > header {
    flex-direction: row-reverse;
  }
  #hotelsDetail.breakfast.nono section.intro > header .image {
    flex: 0 0 47%;
  }
}
#hotelsDetail.breakfast.nono section.intro > header:after {
  display: none;
}
  #hotelsDetail.breakfast.nono section.guide {
    padding-bottom: 0;
}

/*==================================================================================
 hotelsDetail.rooms.nono
==================================================================================*/
#hotelsDetail.rooms.nono .contentsArea {
  background: unset !important;
}
#hotelsDetail.rooms.nono .contentsArea .roomTypeText {
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #BEA67C;
}
#hotelsDetail.rooms.nono .contentsArea .sectionTabs {
  background: #fff9f0;
}
#hotelsDetail.rooms.nono .sections .slideArea .areas {
  font-weight: normal;
}
#hotelsDetail.rooms.nono .sections .slideArea .areas .lead {
  padding-bottom: 30px;
  line-height: 1.9;
  font-size: 13px;
}
#hotelsDetail.rooms.nono .sections .slideArea .areas .tags li {
  background: rgb(255 255 255 / 0.8);
}
#hotelsDetail.rooms.nono .informationArea {
  background: rgb(244 244 244 / 0.8);
}
@media (min-width: 768px) {
  #hotelsDetail.rooms.nono .sections .slideArea .areas {
    position: relative;
    float: none;
    clear: both;
    padding-left: 53%;
    width: auto;
    min-height: 440px;
  }
  #hotelsDetail.rooms.nono .sections .slideArea .areas:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #hotelsDetail.rooms.nono .sections .slideArea .areas {
    min-height: 34vw;
  }
}
@media (min-width: 768px) {
  #hotelsDetail.rooms.nono .sections .slideArea .areas .commonSlider02 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 47%;
    transform: translateY(-50%);
  }
  #hotelsDetail.rooms.nono .sections .slideArea .areas .roomButton {
    padding-top: 50px;
  }
  #hotelsDetail.rooms.nono .sections:nth-of-type(2n) .commonTitle07 {
    margin-left: auto;
    width: 47%;
  }
  #hotelsDetail.rooms.nono .sections:nth-of-type(2n) .slideArea .areas {
    padding-right: 53%;
    padding-left: 0;
  }
  #hotelsDetail.rooms.nono .sections:nth-of-type(2n) .slideArea .areas .commonSlider02 {
    right: 0;
    left: auto;
  }
}

/*==================================================================================
 hotelsDetail.floor.nono
==================================================================================*/
#hotelsDetail.floor.nono .commonInformationArea01 {
  background: rgb(244 244 244 / 0.8);
}
#hotelsDetail.floor.nono .commonDefinitions01.type02 dl dt {
  background: rgb(255 255 255 / 0.8);
}
#hotelsDetail.floor.nono .globalLink a {
  color: #4E733F;
}

/*==================================================================================
 hotelsDetail.access.nono
==================================================================================*/
#hotelsDetail.access.nono .mapArea {
  background: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono-kanazawa/access/bg.webp") no-repeat center center;
  background-size: cover;
}
#staging #hotelsDetail.access.nono .mapArea {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono-kanazawa/access/bg.webp");
}
#develop #hotelsDetail.access.nono .mapArea {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono-kanazawa/access/bg.webp");
}
#hotelsDetail.access.nono .sectionTabs:after {
  background: #fbf8f0;
}
#hotelsDetail.access.nono .sections:nth-of-type(2n):after {
  background: #fffdf6;
}
#hotelsDetail.access.nono .sections:nth-of-type(2n) .commonTitle05 span {
  background: #fffdf6;
}
#hotelsDetail.access.nono section.train .routes li {
  background: #fbf8ef;
}
#hotelsDetail.access.nono section.train .routes li .name {
  color: #B29259;
}
#hotelsDetail.access.nono section.train .routes li dl dt {
  background: #B29259;
}
#hotelsDetail.access.nono .sections .googleMapButton01 a {
  background-color: rgb(255 255 255 / 60%);
}

/*==================================================================================
 hotelsDetail.service.nono
==================================================================================*/
#hotelsDetail.service.nono .sectionTabs li {
  background: #fff;
}
#hotelsDetail.service.nono .sectionTabs li a:before {
  background: #BEA67C;
}
#hotelsDetail.service.nono .sectionTabs li a:after {
  border-color: #BEA67C;
}
#hotelsDetail.service.nono .sections .textArea h2:before {
  background: #BEA67C;
}

/*==================================================================================
 hotelsDetail.gallery.nono
==================================================================================*/
#hotelsDetail.gallery.nono main {
  background: none;
}
#hotelsDetail.gallery.nono main .sectionTabs > li.current > a {
  background: #B29259;
}
#hotelsDetail.gallery.nono main .sectionTabs > li > a {
  border-color: #B29259;
}
#hotelsDetail.gallery.nono main .sectionTabs > li > a:hover {
  background: #B29259;
}
#hotelsDetail.gallery.nono .variableContents .modalArea .slider .imageCaption {
  font-weight: normal;
  color: #333;
}
#hotelsDetail.gallery.nono .variableContents .modalArea .thumbnails .slick-arrow:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-arrow09.svg");
}
#staging #hotelsDetail.gallery.nono .variableContents .modalArea .thumbnails .slick-arrow:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow09.svg");
}
#develop #hotelsDetail.gallery.nono .variableContents .modalArea .thumbnails .slick-arrow:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow09.svg");
}

/*==================================================================================
 hotelsDetail.faq.nono
==================================================================================*/
#hotelsDetail.faq.nono main .categorysArea .categorys li a {
  border: 3px solid #BEA67C;
  color: #BEA67C;
}
#hotelsDetail.faq.nono main .categorysArea .categorys li a {
  background: #fff;
}
#hotelsDetail.faq.nono main .categorysArea .categorys li a:before {
  border-right: 2px solid #BEA67C;
  border-bottom: 2px solid #BEA67C;
}
#hotelsDetail.faq.nono main .sections:nth-of-type(2n-1):after {
  background: rgb(255 249 240 / 60%);
}
#hotelsDetail.faq.nono main .inquiry {
  background: #fff;
}

/*==================================================================================
 inquiry.comprehensive
==================================================================================*/
#inquiry.comprehensive {
  background: #fff;
}
#inquiry.comprehensive .contentsArea {
  max-width: 900px;
}
#inquiry.comprehensive .contentsArea .banners {
  display: flex;
  gap: 0 30px;
}
#inquiry.comprehensive .contentsArea .banners li {
  flex: 1 1  auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px 0;
  height: 230px;
  border: 1px solid #333;
}
#inquiry.comprehensive .contentsArea .banners li .button {
  width: 86%;
}

/*==================================================================================
 inquiry.comprehensive.dormyinn
==================================================================================*/
#inquiry.comprehensive.dormyinn .sections {
  position: relative;
  padding: 100px 0 140px;
  z-index: 1;
}
#inquiry.comprehensive.dormyinn .sections:nth-of-type(2n-1):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #F0F4F8;
  transform: translateX(-50%);
  z-index: -1;
}
#inquiry.comprehensive.dormyinn .sections:last-of-type {
  padding-bottom: 0;
}
#inquiry.comprehensive.dormyinn .sections .facilitys {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.25%;
}
@media (max-width: 1024px) {
  #inquiry.comprehensive.dormyinn .sections .facilitys {
    justify-content: space-between;
    gap: 30px 0;
  }
}
#inquiry.comprehensive.dormyinn .sections .facilitys li {
  flex: 0 0 32.5%;
  box-sizing: border-box;
  position: relative;
  /* padding: 30px 2% 136px; */
  padding: 30px 2% 190px;
  border-radius: 8px;
  border: 2px solid #2A4574;
  background: #fff;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  #inquiry.comprehensive.dormyinn .sections .facilitys li {
    flex: 0 0 47.5%;
  }
}
#inquiry.comprehensive.dormyinn .sections .facilitys li .name {
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #2A4574;
}
#inquiry.comprehensive.dormyinn .sections .facilitys li dl {
  display: flex;
  font-size: 14px;
}
#inquiry.comprehensive.dormyinn .sections .facilitys li dl dt,
#inquiry.comprehensive.dormyinn .sections .facilitys li dl dd {
  line-height: 1.7;
}
#inquiry.comprehensive.dormyinn .sections .facilitys li dl dt {
  flex: 0 0 3.5em;
}
#inquiry.comprehensive.dormyinn .sections .facilitys li .button {
  position: absolute;
  right: 0;
  bottom: 106px;
  left: 0;
  padding: 0;
  width: 90%;
  font-weight: bold;
}
#inquiry.comprehensive.dormyinn .sections .facilitys li .button.button02 {
  bottom: 30px;
}

/*==================================================================================
 notice.comprehensive
==================================================================================*/
#notice.comprehensive {
  background: #fff;
}
#notice.comprehensive .contentsArea .definitions {
  display: flex;
  gap: 0 30px;
  padding: 20px 40px;
  border-top: 1px solid #CBCBCB;
}
#notice.comprehensive .contentsArea .definitions:last-of-type {
  border-bottom: 1px solid #CBCBCB;
}
#notice.comprehensive .contentsArea .definitions dt,
#notice.comprehensive .contentsArea .definitions dd {
  line-height: 1.9;
  font-size: 16px;
}
#notice.comprehensive .contentsArea .definitions dt a,
#notice.comprehensive .contentsArea .definitions dd a {
  text-decoration: underline;
  color: #333;
}
#notice.comprehensive .contentsArea .definitions dt a:hover,
#notice.comprehensive .contentsArea .definitions dd a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #notice.comprehensive .contentsArea .definitions dt a:hover,
  #notice.comprehensive .contentsArea .definitions dd a:hover {
    text-decoration: none;
  }
}
#notice.comprehensive .contentsArea .definitions dt {
  flex: 0 0 280px;
}
#notice.comprehensive .contentsArea .definitions dd {
  flex: 1 1 auto;
}
#notice.comprehensive .contentsArea .definitions .annotation {
  display: block;
  line-height: 1.7;
  padding-top: .5em;
}

/*==================================================================================
 best
==================================================================================*/
#best {
  background: #fff;
}
#best .sectionTabs li > a,
#best .sections,
#best .specialOffers li {
  position: relative;
  border-radius: 8px;
  border: 2px solid #4C4C4C;
  z-index: 1;
}
#best .sectionTabs li > a:before,
#best .sections:before,
#best .specialOffers li:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 50px solid #4C4C4C;
  border-right: 50px solid transparent;
  border-left: 50px solid #4C4C4C;
  border-bottom: 50px solid transparent;
}
#best .sectionTabs li > a .specialOfferIcon,
#best .sections .specialOfferIcon,
#best .specialOffers li .specialOfferIcon {
  position: absolute;
  top: 20px;
  left: -12px;
  width: 80px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  transform: rotate(-45deg);
}
#best .sectionTabs li > a .emphasis,
#best .sections .emphasis,
#best .specialOffers li .emphasis {
  color: #A5852E;
}
#best .intro {
  padding-bottom: 150px;
}
#best .intro .catch {
  padding-bottom: 15px;
}
#best .intro .lead {
  padding-bottom: 40px;
}
#best .intro .sectionTabs {
  display: flex;
  justify-content: space-between;
}
#best .intro .sectionTabs li {
  flex: 0 0 22%;
}
#best .intro .sectionTabs li a {
  box-sizing: border-box;
  display: block;
  padding: 35px 15px 40px;
  height: 100%;
  color: #A5852E;
}
#best .intro .sectionTabs li .number {
  margin-bottom: -50px;
}
#best .intro .sectionTabs li .number img {
  width: auto;
  height: 94px;
}
#best .intro .sectionTabs li .icon img {
  width: auto;
  height: 70px;
}
#best .intro .sectionTabs li .text {
  padding-top: 40px;
  font-weight: bold;
}
#best .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
#best .sections,
#best .specialOffers li {
  box-sizing: border-box;
  position: relative;
  padding: 80px 15px 80px;
  flex: 0 0 100%;
}
#best .sections h3,
#best .sections .catch,
#best .specialOffers li h3,
#best .specialOffers li .catch {
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  letter-spacing: 2px;
  color: #A5852E;
}
#best .sections .number,
#best .specialOffers li .number {
  margin-bottom: -30px;
}
#best .sections .number img,
#best .specialOffers li .number img {
  width: auto;
  height: 140px;
}
#best .sections .icon img,
#best .specialOffers li .icon img {
  width: auto;
  height: 70px;
}
#best .sections > .text,
#best .specialOffers li > .text {
  padding-top: 40px;
  line-height: 2;
  font-weight: bold;
}
#best .sections .annotation,
#best .specialOffers li .annotation {
  padding-top: 10px;
  line-height: 1.5;
  font-size: 12px;
}
#best .section01 .conditionsArea {
  margin: 40px auto 0;
  width: 94%;
  border-radius: 8px;
  border-right: 1px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
  border-left: 1px solid #4C4C4C;
}
#best .section01 .conditionsArea .conditionsTitle {
  cursor: pointer;
  position: relative;
  padding: 31px 0;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #4C4C4C;
}
#best .section01 .conditionsArea .conditionsTitle:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 50px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-225deg);
}
#best .section01 .conditionsArea .conditionsTitle.open:after {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  #best .section01 .conditionsArea .conditionsTitle:hover {
    opacity: .7;
  }
}
#best .section01 .conditionsArea .conditions {
  display: none;
  margin: auto;
  padding: 30px 0 45px;
  width: 90%;
}
#best .section01 .conditionsArea dl:not(:last-of-type) {
  padding-bottom: 35px;
}
#best .section01 .conditionsArea dl dt {
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgba(76, 76, 76, 0.7);
}
#best .section01 .conditionsArea dl dd {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 2;
  font-size: 13px;
  font-feature-settings: normal;
}
#best .section03,
#best .section04 {
  flex: 0 0 47%;
}
#best article.more {
  position: relative;
  margin-top: 150px;
  padding-bottom: 200px;
  background: rgba(76, 76, 76, 0.1);
  z-index: 1;
}
#best article.more:before, #best article.more:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
}
#best article.more:before {
  top: 0;
  height: 120px;
  background: #fff;
}
#best article.more:after {
  top: 120px;
  border-top: 130px solid #fff;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
}
#best article.more h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 190px;
  line-height: 1.6;
  font-size: 26px;
}
#best article.more h4 .emphasis {
  padding: 40px 30px;
  color: #fff;
  background: url("https://img.dormy-hotels.com/static/img/best/bg01.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging #best article.more h4 .emphasis {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/best/bg01.svg");
}
#develop #best article.more h4 .emphasis {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/best/bg01.svg");
}
#best article.more .specialOffers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 0;
}
#best article.more .specialOffers li {
  flex: 0 0 47%;
  padding: 70px 15px;
  background: #fff;
}
#best article.more .specialOffers li .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 105px;
  height: 70px;
  line-height: 1.2;
}
#best {
  margin-top: 0;
}
@media (max-width: 1024px) {
  #best .sectionTabs li > a:before,
  #best .sections:before,
  #best .specialOffers li:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    border-width: 30px;
  }
  #best .sectionTabs li > a .specialOfferIcon,
  #best .sections .specialOfferIcon,
  #best .specialOffers li .specialOfferIcon {
    top: 12px;
    left: -8px;
    width: 50px;
    font-size: 10px;
  }
  #best .intro {
    padding-bottom: 80px;
  }
  #best .intro .catch {
    padding-bottom: 10px;
  }
  #best .intro .lead {
    padding-bottom: 20px;
  }
  #best .intro .sectionTabs {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #best .intro .sectionTabs li {
    flex: 0 0 49%;
  }
  #best .intro .sectionTabs li a {
    padding: 20px 0 25px;
  }
  #best .intro .sectionTabs li .number {
    margin-bottom: -20px;
  }
  #best .intro .sectionTabs li .number img {
    height: 50px;
  }
  #best .intro .sectionTabs li .icon img {
    height: 40px;
  }
  #best .intro .sectionTabs li .text {
    padding-top: 15px;
  }
  #best .sectionWrapper {
    flex-direction: column;
    gap: 30px 0;
  }
  #best .sections,
  #best .specialOffers li {
    padding: 50px 0 40px;
    flex: 0 0 auto;
  }
  #best .sections h3,
  #best .sections .catch,
  #best .specialOffers li h3,
  #best .specialOffers li .catch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    top: 72px;
    line-height: 1.2;
    font-size: 20px;
  }
  #best .sections .number,
  #best .specialOffers li .number {
    margin-bottom: -15px;
  }
  #best .sections .number img,
  #best .specialOffers li .number img {
    height: 100px;
  }
  #best .sections .icon img,
  #best .specialOffers li .icon img {
    height: 50px;
  }
  #best .sections > .text,
  #best .specialOffers li > .text {
    padding-top: 20px;
  }
  #best .sections .annotation,
  #best .specialOffers li .annotation {
    line-height: 1.3;
    font-size: 10px;
  }
  #best .section01 .conditionsArea {
    margin: 30px auto 0;
  }
  #best .section01 .conditionsArea .conditionsTitle {
    padding: 20px 0;
    font-size: 14px;
  }
  #best .section01 .conditionsArea .conditionsTitle:after {
    top: calc(50% - 6px);
    right: 20px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  #best .section01 .conditionsArea .conditions {
    padding: 20px 0 25px;
  }
  #best .section01 .conditionsArea dl:not(:last-of-type) {
    padding-bottom: 25px;
  }
  #best .section01 .conditionsArea dl dt {
    margin-bottom: 8px;
    padding: 8px 0;
    font-size: 12px;
  }
  #best .section01 .conditionsArea dl dd {
    line-height: 1.7;
    font-size: 11px;
  }
  #best .section03,
  #best .section04 {
    flex: 0 0 auto;
  }
  #best article.more {
    margin-top: 80px;
    padding-bottom: 100px;
  }
  #best article.more:before {
    height: 130px;
  }
  #best article.more:after {
    top: 130px;
    border-top-width: 40px;
  }
  #best article.more h4 {
    padding-bottom: 50px;
    line-height: 1.4;
    font-size: 18px;
  }
  #best article.more h4 .emphasis {
    padding: 30px 20px;
  }
  #best article.more .specialOffers {
    flex-direction: column;
    gap: 30px 0;
  }
  #best article.more .specialOffers li {
    flex: 0 0 auto;
    padding: 50px 0 40px;
  }
  #best article.more .specialOffers li .catch {
    top: 72px;
    height: 56px;
  }
}

/*==================================================================================
 service
==================================================================================*/
#service.lower .lowerPageTitle01 {
  height: unset;
  background: none !important;
  margin-bottom: unset;
  padding: 40px 0;
  color: unset;
}
#service.lower .lowerPageTitle01 h1 {
  position: unset;
  transform: unset;
}
#service.lower .lowerPageTitle01 h1:after {
  display: none;
}
#service.lower .breadcrumb {
  display: flex;
  margin-bottom: 60px;
}
#service section.intro {
  padding-bottom: 200px;
}
#service main .commonTitle01 {
  font-size: 18px;
}
#service section.intro .lead {
  padding-bottom: 120px;
  line-height: 2;
}
#service section.intro section.services h3 {
  color: #2A4574;
}
#service section.intro section.services .serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
@media (max-width: 1024px) {
  #service section.intro section.services .serviceList {
    flex-direction: column;
    margin: auto;
    max-width: 600px;
  }
}
#service section.intro section.services .serviceList li {
  flex: 0 0 48%;
}
#service section.intro section.services .serviceList li a {
  display: flex;
  color: #2B4571;
  background: #F0F4F8;
}
#service section.intro section.services .serviceList li .image {
  flex: 0 0 52%;
}
#service section.intro section.services .serviceList li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service section.intro section.services .serviceList li .textArea {
  flex: 1 1 auto;
  padding: 20px 0 10px;
}
#service section.intro section.services .serviceList li .textArea .nameArea img {
  display: block;
  margin: auto;
}
#service section.intro section.services .serviceList li .textArea .nameArea .number {
  margin-bottom: -35px;
  width: auto;
  height: 90px;
  opacity: .5;
}
#service section.intro section.services .serviceList li .textArea .nameArea .icon {
  width: auto;
  height: 60px;
}
#service section.intro section.services .serviceList li .textArea .nameArea .name {
  display: block;
  padding-top: 20px;
  font-size: 20px;
}
#service section.intro section.services .serviceList li .textArea .button {
  padding-top: 40px;
}
#service .sections {
  position: relative;
  padding: 120px 0 200px;
  background: url("https://img.dormy-hotels.com/static/img/service/ornament01.svg") no-repeat -100px 80px;
}
#staging #service .sections {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/service/ornament01.svg");
}
#develop #service .sections {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/service/ornament01.svg");
}
#service .sections:nth-of-type(2n) {
  background-color: #F0F4F8;
}
#service .sections:nth-of-type(2n+1) {
  background-image: url("https://img.dormy-hotels.com/static/img/service/ornament02.svg");
  background-position-x: calc(100% + 80px);
}
#staging #service .sections:nth-of-type(2n+1) {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/service/ornament02.svg");
}
#develop #service .sections:nth-of-type(2n+1) {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/service/ornament02.svg");
}
#service .sections:nth-of-type(2n+1) .flexArea .point {
  background: #F0F4F8;
}
#service .sections h3 {
  padding-bottom: 70px;
  text-align: center;
}
#service .sections h3 img {
  display: block;
  margin: auto;
}
#service .sections h3 .number {
  margin-bottom: -35px;
  width: auto;
  height: 130px;
}
#service .sections h3 .icon {
  width: auto;
  height: 60px;
}
#service .sections h3 .name {
  display: block;
  padding-top: 15px;
  font-size: 32px;
  color: #2B4571;
}
#service .sections .flexArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  padding-bottom: 80px;
}
#service .sections .flexArea .leads {
  flex: 1 1 auto;
}
#service .sections .flexArea .leads dt {
  padding-bottom: 20px;
}
#service .sections .flexArea .leads dd {
  line-height: 2;
}
#service .sections .flexArea .point {
  flex: 0 0 40%;
  box-sizing: border-box;
  padding: 35px 40px 50px;
  color: #2B4571;
  background: #fff;
}
#service .sections .flexArea .point .pointTitle {
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding-bottom: 15px;
}
#service .sections .flexArea .point .pointTitle .text {
  width: 170px;
}
#service .sections .flexArea .point .pointTitle .character {
  width: 70px;
}
#service .sections .flexArea .point .text {
  line-height: 2;
}
#service .sections .flexArea .point .text .emphasis {
  display: inline-block;
  position: relative;
  margin-bottom: .5em;
  padding: 0 .5em .3em 0;
  z-index: 1;
}
#service .sections .flexArea .point .text .emphasis:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .7em;
  background: #F0F4F8;
  z-index: -1;
}
#service .sections .slider {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #service .sections .slider .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #service .sections .slider .slick-dots {
    padding-top: 30px;
  }
  #service .sections .slider .slick-slide {
    float: none;
    clear: both;
    transition: transform .3s;
    transform-origin: center bottom;
    transform: scale(0.7);
  }
  #service .sections .slider .slick-current {
    transform: scale(1);
  }
}
#service .sections .banner {
  max-width: 800px;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
}
#service .section04 {
  padding-bottom: 0;
}
#service .section04 > header {
  padding-bottom: 50px;
}
#service .section04 > header h3 {
  padding-bottom: 50px;
}
#service .section04 > header .catch {
  padding-bottom: 30px;
}
#service .section04 > header .lead {
  line-height: 2;
}
#service .section04 .contentTabs {
  counter-reset: tabNumber;
  display: flex;
  gap: 0 1px;
  padding-bottom: 60px;
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 1460px) {
  #service .section04 .contentTabs {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #service .section04 .contentTabs {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1px 0;
  }
}
#service .section04 .contentTabs li {
  cursor: pointer;
  counter-increment: tabNumber;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 16.6666666666%;
  box-sizing: border-box;
  position: relative;
  padding: 0 40px 0 50px;
  height: 80px;
  color: #fff;
  background: #2B4571;
}
@media (min-width: 1460px) {
  #service .section04 .contentTabs li {
    padding-left: 70px;
  }
}
@media (max-width: 1200px) {
  #service .section04 .contentTabs li {
    flex: 0 0 calc(33.33333% - .7px);
  }
}
#service .section04 .contentTabs li:before, #service .section04 .contentTabs li:after {
  display: block;
  position: absolute;
}
#service .section04 .contentTabs li:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(tabNumber);
  box-sizing: border-box;
  top: calc(50% - 18px);
  left: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 1460px) {
  #service .section04 .contentTabs li:before {
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}
#service .section04 .contentTabs li:after {
  /*content: '';
  top: calc(50% - 6px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);*/
}
#service .section04 .contentTabs li.current {
  pointer-events: none;
  color: #2B4571;
  background: #F0F4F8;
}
#service .section04 .contentTabs li.current:before {
  color: #2B4571;
  border-color: #2B4571;
}
#service .section04 .contentTabs li.current:after {
  border-right-color: #2B4571;
  border-bottom-color: #2B4571;
}
#service .section04 .contentTabs li:hover {
  color: #2B4571;
  background: #F0F4F8;
}
#service .section04 .contentTabs li:hover:before {
  color: #2B4571;
  border-color: #2B4571;
}
#service .section04 .contentTabs li:hover:after {
  border-right-color: #2B4571;
  border-bottom-color: #2B4571;
}
#service .section04 .variableContents:not(:first-of-type) {
  display: none;
}
#service .section04 .variableContents dl {
  padding-bottom: 40px;
}
#service .section04 .variableContents dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  padding: 0 50px 10px 0;
}
#service .section04 .variableContents dt .number {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  background: #2A4574;
}
#service .section04 .variableContents dd {
  font-weight: normal;
}
#service .section04 .variableContents .image {
  max-width: 700px;
}

/*==================================================================================
 rooms
==================================================================================*/
#infoRooms .pageTitle {
  background-image: url("https://img.dormy-hotels.com/static/img/information/rooms/mv.webp");
}
#staging #infoRooms .pageTitle {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/information/rooms/mv.webp");
}
#develop #infoRooms .pageTitle {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/information/rooms/mv.webp");
}
#infoRooms .breadcrumb {
  margin-bottom: 0;
}
#infoRooms .intro {
  padding: 140px 0;
  background: #F0F4F8;
}
#infoRooms .intro .lead {
  line-height: 2.4;
}
#infoRooms .sections {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
#infoRooms .sections:nth-of-type(2n):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -60vw;
  bottom: 0;
  left: -60vw;
  background: #F0F4F8;
  z-index: -2;
}
#infoRooms .sections:nth-of-type(2n) h3 .ja {
  background: #F0F4F8;
}
#infoRooms .sections:nth-of-type(2n) .pointText {
  background: rgba(255, 255, 255, 0.42);
}
#infoRooms .sections:nth-of-type(2n) .roomList li {
  background: #fff;
}
#infoRooms .sections:nth-of-type(2n) .accButton .wrapper {
  background: #F0F4F8;
}
#infoRooms .sections .accButton {
  position: relative;
  margin-top: 60px;
  padding: 0;
  text-align: right;
}
#infoRooms .sections .accButton:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #39527C;
  z-index: -1;
}
#infoRooms .sections .accButton .wrapper {
  position: relative;
  padding-left: 10px;
  text-align: center;
  background: #fff;
  z-index: 1;
}
#infoRooms .sections .accButton .wrapper:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #infoRooms .sections .sectionIntro {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 100px;
  }
  #infoRooms .sections .sectionIntro .image {
    flex: 1 1 auto;
  }
  #infoRooms .sections .sectionIntro .textArea {
    flex: 0 0 470px;
  }
  #infoRooms .sections .sectionIntro .textArea .lead {
    min-height: 150px;
    color: #39527C;
  }
  #infoRooms .sections .sectionIntro .textArea .pointText {
    margin-top: 78px;
  }
}
#infoRooms .sections .accButton + .roomList {
  display: none;
}
#infoRooms .sections .roomList {
  padding-top: 120px;
}
#infoRooms section.standard .roomList {
  padding-top: 50px;
}

/*==================================================================================
 transmission policy
==================================================================================*/
#transmission_policy .container {
  max-width: 750pt;
  margin: 0 auto;
  padding: 75pt 0 0;
}

@media (max-width: 768px) {
  #transmission_policy .container {
    width:92%;
    margin: 0 auto;
    padding: 60px 0 0
  }
}

/*==================================================================================
 campaign modal
==================================================================================*/
.js-campaignModalBtnOpen {
  cursor: pointer;
}
.campaignModalArea {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
}
.campaignModalContent {
  position: relative;
  width: 100%;
  /* max-height: 80vh; */
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  font-size: 15px;
  box-sizing: border-box;
}
#js-campaignModal--member .campaignModalContent,
#js-campaignModal--winterCampaign .campaignModalContent {
  max-width: 400px;
  padding: 0;
}
.campaignModalImgWrap {
  text-align: center;
}
.campaignModalImgWrap img {
  max-width: 100%;
  height: auto;
}
.campaignModalButton {
  padding-top: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
}
.campaignModalButton a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  color: #2A4574;
}
.campaignModalButton a:before {
  content: '';
  flex: 0 0 40px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow13.svg") no-repeat center center #2A4574;
  background-size: 10px 10px;
}
#staging .campaignModalButton a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow13.svg");
}
#develop .campaignModalButton a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow13.svg");
}
.campaignModalButton a:hover {
  color: #2A4574;
  text-decoration: none;
}
.campaignModalButton a .text {
  font-family: "Lato", "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
  font-weight: bold;
}
.campaignModalTextCloseWrap {
  margin: 20px auto 0;
  text-align: center;
}
.campaignModalTextClose {
  cursor: pointer;
  text-decoration: underline;
  font-family: "Lato", "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
  font-size: 16px;
}
.campaignModalBackOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.campaignModalClose {
  display: block;
  position: absolute;
  cursor: pointer;
  top: -14px;
  right: -14px;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
.campaignModalClose::before, .campaignModalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #333;
}
.campaignModalClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.campaignModalClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media (max-width: 1024px) {
  .campaignModalContent {
    width: 100%;
  }
  .campaignModalButton {
    font-size: 12px;
  }
  .campaignModalButton a {
    gap: 0 10px;
  }
  .campaignModalButton a:before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
  .campaignModalTextClose {
    font-size: 14px;
  }
  .campaignModalClose {
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
  }
  .campaignModalClose::before, .campaignModalClose::after {
    width: 3px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .campaignModalArea {
    width: 80%;
  }
}


/*==================================================================================
 bestrate modal
==================================================================================*/
.js-bestrateModalBtnOpen {
  cursor: pointer;
}
.bestrateModalWrap {
  display: none;
}
.bestrateModalArea {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
}
.bestrateModalContent {
  position: relative;
  width: 50vw;
  max-height: 70vh;
  padding: 10%;
  background: #fff;
  border-radius: 3px;
  font-size: 15px;
  box-sizing: border-box;
}
.bestrateModalTitle {
  margin: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.bestrateModalTitle .emphasis {
  color: #A5852E;
}
.bestrateModalLead {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.bestrateModalInner .annotation {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.bestrateModalBlock {
  margin: 40px auto 0;
  width: 94%;
  border-radius: 8px;
  border-right: 1px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
  border-left: 1px solid #4C4C4C;
}
.bestrateModalSubTitle {
  padding: 31px 0;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #4C4C4C;
  text-align: center;
}
.bestrateModalBox {
  margin: auto;
  padding: 30px 0 45px;
  width: 90%;
}
.bestrateModalDl:not(:last-of-type) {
  padding-bottom: 35px;
}
.bestrateModalDt {
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgba(76, 76, 76, 0.7);
  text-align: center;
}
.bestrateModalDd {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 2;
  font-size: 13px;
  font-feature-settings: normal;
}
.bestrateModalBackOverlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.bestrateModalClose {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
.bestrateModalClose::before, .bestrateModalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #333;
}
.bestrateModalClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.bestrateModalClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media (max-width: 1024px) {
  .bestrateModalContent {
    width: 90vw;
    max-height: 75vh;
    font-size: 12px;
  }
  .bestrateModalTitle {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .bestrateModalLead {
    font-size: 12px;
  }
  .bestrateModalInner .annotation {
    font-size: 10px;
  }
  .bestrateModalBlock {
    margin: 20px auto 0;
    width: 94%;
  }
  .bestrateModalSubTitle {
    padding: 20px 0;
    font-size: 14px;
  }
  .bestrateModalBox {
    padding: 20px 0 25px;
  }
  .bestrateModalDl:not(:last-of-type) {
    padding-bottom: 25px;
  }
  .bestrateModalDt {
    margin-bottom: 8px;
    padding: 8px 0;
    font-size: 12px;
  }
  .bestrateModalDd {
    line-height: 1.7;
    font-size: 11px;
  }
  .bestrateModalClose {
    top: 12px;
    right: 18px;
    width: 24px;
    height: 24px;
  }
  .bestrateModalClose::before, .bestrateModalClose::after {
    width: 3px;
    height: 16px;
  }
}

/*==================================================================================
 error page
==================================================================================*/
#errorPage {
  overflow: unset;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  height: 100%;
}
#errorPage main {
  flex: 1 0 auto;
}
#errorPage .errorContainer {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #errorPage .errorContainer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#errorPage .errorContent {
  max-width: 1240px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 1240px;
  text-align: center;
}
@media (max-width: 767px) {
  #errorPage .errorContent {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }
}
#errorPage .errorImg {
  padding-top: 10px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #errorPage .errorImg {
    margin-bottom: 22px;
  }
  #errorPage .errorImg img {
    width: 160px;
  }
}
#errorPage h1 {
  font-size: 36px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #errorPage h1 {
    font-size: 28px;
  }
}
#errorPage  h1 + p {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #errorPage  h1 + p {
    font-size: 16px;
  }
}
#errorPage .desc {
  font-weight: bold;
  line-height: 1.6;
}
#errorPage .desc a {
  text-decoration: underline;
  color: var(--black);
}
#errorPage .desc a:hover {
  text-decoration: none;
}
#errorPage .btnArea {
  margin: 40px auto;
  line-height: 1.6;
}
#errorPage .btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  position: relative;
  width: 230px;
  font-size: 100%;
  padding: 15px 30px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
#errorPage .btn::after {
  content: "";
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  right: 4px;
  bottom: 4px;
  position: absolute;
}
#errorPage .footerContainer {
  margin-top: 0;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*==================================================================================
 floating banner（追従バナー）
==================================================================================*/
.floatingBannerWrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98;
}
.floatingBannerArea {
  position: relative;
}
.floatingBannerArea img {
  display: block;
  width: 195px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}
.floatingBannerClose {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
.floatingBannerClose::before,
.floatingBannerClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #333;
}
.floatingBannerClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.floatingBannerClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* SP対応 */
@media (max-width: 767px) {
  .floatingBannerWrap {
    bottom: 80px;
    right: auto;
    left: 10px;
  }
  .floatingBannerArea img {
    width: 120px;
  }
  .floatingBannerClose {
    width: 20px;
    height: 20px;
  }
  .floatingBannerClose::before,
  .floatingBannerClose::after {
    height: 10px;
  }
}

/*# sourceMappingURL=style.css.map */