@charset "UTF-8";
/* v1.0 2018/01/29 */
/* kokunai_htl_top.css */
/* animation
---------------------------------------------------------- */
/* fadeIn1 */
@-webkit-keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* slideIn1 */
@-webkit-keyframes slideIn1 {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slideIn1 {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
/* jQuery plugin - Magnific Popup
---------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/*.mfp-close:active {
	top: 1px;
}*/
.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  		 * Remove all paddings around the image on small screen
  		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* jQuery plugin - darktooltip
---------------------------------------------------------- */
.dark-tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  text-decoration: none;
  font-weight: normal;
  height: auto;
  top: 0;
  left: 0;
}

.dark-tooltip.small {
  font-size: 12px;
  max-width: 150px;
}

.dark-tooltip.medium {
  font-size: 14px;
  max-width: 200px;
}

.dark-tooltip.large {
  font-size: 16px;
  max-width: 250px;
}

/* 20171006:位置を調整 */
.dark-tooltip.north {
  margin-top: 10px;
}

.dark-tooltip.south {
  margin-top: -10px;
}

.dark-tooltip.west {
  margin-left: 10px;
}

.dark-tooltip.east {
  margin-left: -10px;
}

/* Tips */
.dark-tooltip .tip {
  content: "";
  position: absolute;
  display: block;
}

.dark-tooltip.south .tip {
  background: url(/kokunai/images/kokunai_top/ico-tootltip-tip-south.png) no-repeat 0 0;
  width: 18px;
  height: 14px;
  left: 50%;
  top: 100%;
  margin-left: -9px;
}

.dark-tooltip.west .tip {
  background: url(/kokunai/images/kokunai_top/ico-tootltip-tip-west.png) no-repeat 0 0;
  width: 14px;
  height: 18px;
  right: 100%;
  top: 50%;
  margin-top: -9px;
}

.dark-tooltip.north .tip {
  background: url(/kokunai/images/kokunai_top/ico-tootltip-tip-north.png) no-repeat 0 0;
  width: 18px;
  height: 14px;
  left: 50%;
  bottom: 100%;
  margin-left: -9px;
}

.dark-tooltip.east .tip {
  background: url(/kokunai/images/kokunai_top/ico-tootltip-tip-east.png) no-repeat 0 0;
  width: 14px;
  height: 18px;
  left: 100%;
  top: 50%;
  margin-top: -9px;
}

/* confirm */
.dark-tooltip ul.confirm {
  list-style-type: none;
  margin-top: 5px;
  display: inline-block;
  margin: 0 auto;
}

.dark-tooltip ul.confirm li {
  padding: 10px;
  float: left;
  margin: 5px;
  min-width: 25px;
  border-radius: 3px;
}

/* themes */
.dark-tooltip.dark {
  background-color: #fff;
  color: #333;
}

.dark-tooltip.light {
  background-color: #fff;
  color: #333;
}

.dark-tooltip.dark ul.confirm li {
  background-color: #416E85;
}

.dark-tooltip.dark ul.confirm li:hover {
  background-color: #417E85;
}

.dark-tooltip.light ul.confirm li {
  background-color: #C1DBDB;
}

.dark-tooltip.light ul.confirm li:hover {
  background-color: #DCE8E8;
}

/* Animations */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes flipInUp {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(5deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInUp {
  0% {
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(5deg);
  }
  70% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(5deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInRight {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(5deg);
  }
  70% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipIn {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipIn.south,
.flipIn.north {
  -webkit-animation-name: flipInUp;
  animation-name: flipInUp;
}

.flipIn.west,
.flipIn.east {
  -webkit-animation-name: flipInRight;
  animation-name: flipInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Modal */
.darktooltip-modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  display: none;
}

/* body
---------------------------------------------------------- */
body {
  font-size: 1.3rem;
  color: #323743;
}

.dom-contents {
  min-width: 970px;
  position: relative;
  z-index: 0;
}

.dom-contents-body img {
  max-width: 100%;
}

#page_header {
  margin-bottom: 0;
}

/* buttons
---------------------------------------------------------- */
/*波紋のアニメーション*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* pagetopボタン */
.dom__btn-page-top {
  bottom: 30px;
  right: 25px;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
.dom__btn-page-top a {
  text-decoration: none;
  display: block;
  width: 80px;
  height: 50px;
  transition: opacity .2s;
  position: relative;
}
.dom__btn-page-top a:hover {
  opacity: .8;
}
.dom__btn-page-top a:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom__btn-page-top a:before {
  display: inline-block;
  text-align: center;
  font-size: 3rem;
  line-height: 50px;
  width: 100%;
  text-align: center;
  color: #333;
}

/* もっと見る、さらに表示などのテキストトグルボタン */
.dom__btn-more-01 {
  display: inline-block;
  margin: auto;
  cursor: pointer;
  text-align: center;
  transition: opacity .2s;
}
.dom__btn-more-01:hover {
  opacity: .8;
}
.dom__btn-more-01 > span {
  color: #125687;
  font-weight: bold;
  position: relative;
}
.dom__btn-more-01 > span:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom__btn-more-01 > span:before {
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  margin-right: .8em;
  transition: .2s;
}
.dom__btn-more-01.is-open > span:before {
  transform: rotate(-180deg);
}
.dom__btn-more-01 span:after {
  content: "もっと表示する";
}
.dom__btn-more-01.is-open span:after {
  content: "閉じる";
}

.dom__btn-more-03 {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 58px;
  border: 1px solid #195178;
  padding: 0 30px;
  border-radius: 4px;
  text-align: center;
  color: #125687;
  transition: opacity .2s;
}
.dom__btn-more-03:hover {
  opacity: .8;
}
.dom__btn-more-03 span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.dom__btn-more-03 span:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom__btn-more-03 span:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  font-size: 1.5rem;
}
.dom__btn-more-03.is-disabled {
  background-color: #dcdcdc !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: default;
  pointer-events: none;
}
.dom__btn-more-03.is-disabled:hover {
  opacity: 1;
}
.dom__btn-more-03.is-disabled span {
  color: #999 !important;
}
.dom__btn-more-03.is-disabled span:before, .dom__btn-more-03.is-disabled span:after {
  color: #999 !important;
}

/* 赤 検索ボタン */
.dom__btn-submit-01 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: bold;
  background: transparent linear-gradient(112deg, #CC0D21 0%, #ec64a9 100%) 0% 0% no-repeat padding-box;
  transition: .3s;
  outline: none;
  outline: none;
  position: relative;
  overflow: hidden;
  /*クリックした後で波紋が広がる*/
  /*ページが最初に読み込まれた時に波紋が出ない*/
  /*マウスオーバーで波紋が出たら見えるようにする*/
}
.dom__btn-submit-01:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffd2d2;
  border-radius: 100%;
  opacity: .6;
  transform: scale(0);
  /*下記の値はボタンのサイズによる*/
  width: 110%;
  height: 230px;
  margin-left: -55%;
  margin-top: -115px;
}
.dom__btn-submit-01:not(:active):before {
  animation: ripple 1s ease-out;
}
.dom__btn-submit-01:before {
  visibility: hidden;
}
.dom__btn-submit-01:focus:before {
  visibility: visible;
}
.dom__btn-submit-01:hover {
  border-radius: 40px;
}
.dom__btn-submit-01 span {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.dom__btn-submit-01 span:before {
  content: "";
  background: url(../../../kokunai/images/kokunai_htl_top/ico-search.svg) no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: .3rem;
}
.dom__btn-submit-01.is-disabled {
  pointer-events: none;
  background: rgba(192, 197, 203, 0.4);
  color: #95999E;
}
.dom__btn-submit-01.is-disabled span:before {
  background-image: url(../../../kokunai/images/kokunai_htl_top/ico-search-gray.svg);
}

/* 青 詳細リンクボタン */
.dom__btn-detail-01 {
  display: block;
  background-color: #195178;
  border: 1px solid #e3dfdf;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  font-size: 1.3rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}
.dom__btn-detail-01:hover {
  opacity: .8;
}
.dom__btn-detail-01.is-disabled {
  background-color: #dcdcdc !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: default;
  pointer-events: none;
}
.dom__btn-detail-01.is-disabled:hover {
  opacity: 1;
}
.dom__btn-detail-01.is-disabled span {
  color: #999 !important;
}
.dom__btn-detail-01.is-disabled span:before, .dom__btn-detail-01.is-disabled span:after {
  color: #999 !important;
}

/* 赤 選択ボタン */
.dom__btn-select-01 {
  display: block;
  background-color: #cc0000;
  border: 1px solid #9a1b1b;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  font-size: 1.4rem;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.dom__btn-select-01:hover {
  opacity: .8;
}
.dom__btn-select-01.is-disabled {
  background-color: #dcdcdc !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: default;
  pointer-events: none;
}
.dom__btn-select-01.is-disabled:hover {
  opacity: 1;
}
.dom__btn-select-01.is-disabled span {
  color: #999 !important;
}
.dom__btn-select-01.is-disabled span:before, .dom__btn-select-01.is-disabled span:after {
  color: #999 !important;
}

.dom__btn-select-02 {
  background: transparent linear-gradient(112deg, #3498DB 0%, #52C8FF 100%) 0% 0% no-repeat padding-box;
  font-size: 1.4rem;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  outline: none;
  position: relative;
  overflow: hidden;
  /*クリックした後で波紋が広がる*/
  /*ページが最初に読み込まれた時に波紋が出ない*/
  /*マウスオーバーで波紋が出たら見えるようにする*/
}
.dom__btn-select-02:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #c6edff;
  border-radius: 100%;
  opacity: .6;
  transform: scale(0);
  /*下記の値はボタンのサイズによる*/
  width: 110%;
  height: 230px;
  margin-left: -55%;
  margin-top: -115px;
}
.dom__btn-select-02:not(:active):before {
  animation: ripple 1s ease-out;
}
.dom__btn-select-02:before {
  visibility: hidden;
}
.dom__btn-select-02:focus:before {
  visibility: visible;
}
.dom__btn-select-02:hover {
  border-radius: 40px;
}
.dom__btn-select-02.is-disabled {
  background-color: #dcdcdc !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: default;
  pointer-events: none;
}
.dom__btn-select-02.is-disabled:hover {
  opacity: 1;
}
.dom__btn-select-02.is-disabled span {
  color: #999 !important;
}
.dom__btn-select-02.is-disabled span:before, .dom__btn-select-02.is-disabled span:after {
  color: #999 !important;
}

/* 地図表示、一覧表示ボタン */
.dom__btn-show-map-01 {
  display: block;
  background-color: #195178;
  border: 1px solid #e3dfdf;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  position: relative;
}
.dom__btn-show-map-01:hover {
  opacity: .8;
}
.dom__btn-show-map-01:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom__btn-show-map-01:before {
  font-size: 2rem;
  margin-right: .4em;
  position: relative;
  top: -1px;
}
.dom__btn-show-map-01:hover {
  text-decoration: none;
}
.dom__btn-show-map-01.is-disabled {
  background-color: #dcdcdc !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: default;
  pointer-events: none;
}
.dom__btn-show-map-01.is-disabled:hover {
  opacity: 1;
}
.dom__btn-show-map-01.is-disabled span {
  color: #999 !important;
}
.dom__btn-show-map-01.is-disabled span:before, .dom__btn-show-map-01.is-disabled span:after {
  color: #999 !important;
}

/* calendar
---------------------------------------------------------- */
.dom-calendar {
  color: #323743;
}
.dom-calendar__date-undecided .dom-form-checkbox {
  display: inline-block;
}
.dom-calendar__in {
  position: relative;
  padding: 0 30px;
}
.dom-calendar__slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dom-calendar__arr {
  font-size: 0;
  position: absolute;
  top: 130px;
  cursor: pointer;
}
.dom-calendar__arr:before {
  content: "";
  background: url(../../../kokunai/images/kokunai_htl_top/ico-arrow-left.svg) no-repeat center center;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  display: inline-block;
}
.dom-calendar__arr--prev {
  left: -5px;
}
.dom-calendar__arr--next {
  right: -5px;
}
.dom-calendar__arr--next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dom-calendar__column {
  width: 33.3333%;
  padding: 0 10px;
}
.dom-calendar__header {
  font-size: 1.6rem;
  padding: 5px;
  text-align: center;
}
.dom-calendar__tbl {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  width: 100%;
}
.dom-calendar__tbl th {
  background-color: #F4F5F5;
  border: 1px solid #d7d7d7;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.dom-calendar__tbl td {
  border: 1px solid #d7d7d7;
  text-align: center;
}
.dom-calendar__date {
  line-height: 36px;
}
.dom-calendar__date a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.dom-calendar__date a:hover {
  background-color: #ECF9FF;
}
.dom-calendar__date--disabled {
  color: #BCBDC2;
}
.dom-calendar__date--selected {
  background: transparent linear-gradient(112deg, #3498DB 0%, #52C8FF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: bold;
}

/* color
---------------------------------------------------------- */
.dom-red {
  color: #cc0d21;
}

.dom-saturday {
  color: #3498DB;
}

.dom-sunday {
  color: #D94F5D;
}

input::placeholder {
  color: #BCBDC2;
}

input:-ms-input-placeholder {
  color: #BCBDC2 !important;
}

input::-webkit-input-placeholder {
  color: #BCBDC2;
}

/* weight
---------------------------------------------------------- */
.dom-bold {
  font-weight: bold;
}

@font-face {
  font-family: 'jtb-dom';
  src: url("../../../assets/fonts/dom/1.0/jtb-dom.ttf") format("truetype"), url("../../../assets/fonts/dom/1.0/jtb-dom.woff") format("woff"), url("../../../assets/fonts/dom/1.0/jtb-dom.svg#jtb-dom") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="dom__ico-"],
[class*=" dom__ico-"] {
  font-family: 'jtb-dom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-tel-03:before {
  content: "\e976";
}

.ico-dp-flight:before {
  content: "\e975";
}

.ico-dp-jr:before {
  content: "\e974";
}

.ico-dp:before {
  content: "\e979";
}

.ico-scroll:before {
  content: "\e972";
}

.ico-area:before {
  content: "\e973";
}

.ico-arr-pagetop-pc:before {
  content: "\e971";
}

.ico-store-02:before {
  content: "\e96d";
}

.ico-tel-02:before {
  content: "\e96e";
}

.ico-internet-store:before {
  content: "\e96f";
}

.ico-internet:before {
  content: "\e970";
}

.ico-stock-circle:before {
  content: "\e961";
}

.ico-stock-circle-double:before {
  content: "\e969";
}

.ico-stock-cross:before {
  content: "\e96a";
}

.ico-stock-square:before {
  content: "\e96b";
}

.ico-stock-triangle:before {
  content: "\e96c";
}

.ico-add:before {
  content: "\e900";
}

.ico-airhotel:before {
  content: "\e901";
}

.ico-anchor:before {
  content: "\e902";
}

.ico-anchor-02:before {
  content: "\e903";
}

.ico-arr:before {
  content: "\e904";
}

.ico-arr-02:before {
  content: "\e905";
}

.ico-arr-02-down:before {
  content: "\e906";
}

.ico-arr-03:before {
  content: "\e907";
}

.ico-arr-04:before {
  content: "\e908";
}

.ico-arr-05:before {
  content: "\e909";
}

.ico-arr-06:before {
  content: "\e90a";
}

.ico-arr-07:before {
  content: "\e90b";
}

.ico-arr-08:before {
  content: "\e90c";
}

.ico-arr-09:before {
  content: "\e90d";
}

.ico-arr-10:before {
  content: "\e90e";
}

.ico-arr-pagetop:before {
  content: "\e90f";
}

.ico-bag:before {
  content: "\e910";
}

.ico-bag-02:before {
  content: "\e911";
}

.ico-balloon:before {
  content: "\e912";
}

.ico-balloon-02:before {
  content: "\e913";
}

.ico-bed:before {
  content: "\e914";
}

.ico-bell:before {
  content: "\e915";
}

.ico-calendar:before {
  content: "\e916";
}

.ico-calendar-time:before {
  content: "\e917";
}

.ico-car:before {
  content: "\e918";
}

.ico-car-side:before {
  content: "\e919";
}

.ico-carspec-capacity:before {
  content: "\e91a";
}

.ico-carspec-crew:before {
  content: "\e91b";
}

.ico-carspec-handle:before {
  content: "\e91c";
}

.ico-carspec-windmill:before {
  content: "\e91d";
}

.ico-chain:before {
  content: "\e91e";
}

.ico-change:before {
  content: "\e91f";
}

.ico-check:before {
  content: "\e920";
}

.ico-check-02:before {
  content: "\e921";
}

.ico-clip:before {
  content: "\e922";
}

.ico-close:before {
  content: "\e923";
}

.ico-coin:before {
  content: "\e924";
}

.ico-copy:before {
  content: "\e925";
}

.ico-crown:before {
  content: "\e926";
}

.ico-custam:before {
  content: "\e927";
}

.ico-decrease:before {
  content: "\e928";
}

.ico-disable-user:before {
  content: "\e929";
}

.ico-drink:before {
  content: "\e92a";
}

.ico-dustbox:before {
  content: "\e92b";
}

.ico-external:before {
  content: "\e92c";
}

.ico-favorite:before {
  content: "\e92d";
}

.ico-flag:before {
  content: "\e92e";
}

.ico-flag-02:before {
  content: "\e92f";
}

.ico-gift:before {
  content: "\e930";
}

.ico-heart:before {
  content: "\e931";
}

.ico-help:before {
  content: "\e932";
}

.ico-home:before {
  content: "\e933";
}

.ico-hotel:before {
  content: "\e934";
}

.ico-list:before {
  content: "\e935";
}

.ico-mail:before {
  content: "\e936";
}

.ico-mail-02:before {
  content: "\e937";
}

.ico-map:before {
  content: "\e938";
}

.ico-meal:before {
  content: "\e939";
}

.ico-meal-02:before {
  content: "\e93a";
}

.ico-non-smoking:before {
  content: "\e93b";
}

.ico-onsen:before {
  content: "\e93c";
}

.ico-pc:before {
  content: "\e93d";
}

.ico-pdf:before {
  content: "\e93e";
}

.ico-pencil:before {
  content: "\e93f";
}

.ico-pin:before {
  content: "\e940";
}

.ico-place:before {
  content: "\e941";
}

.ico-plane:before {
  content: "\e942";
}

.ico-plane-02:before {
  content: "\e943";
}

.ico-plane-03:before {
  content: "\e944";
}

.ico-planspec-carnavi:before {
  content: "\e945";
}

.ico-planspec-driver:before {
  content: "\e946";
}

.ico-planspec-gasoline:before {
  content: "\e947";
}

.ico-planspec-insurance:before {
  content: "\e948";
}

.ico-point:before {
  content: "\e949";
}

.ico-price:before {
  content: "\e94a";
}

.ico-price-02:before {
  content: "\e94b";
}

.ico-print:before {
  content: "\e94c";
}

.ico-refine:before {
  content: "\e94d";
}

.ico-search:before {
  content: "\e94e";
}

.ico-seat:before {
  content: "\e94f";
}

.ico-seat-02:before {
  content: "\e950";
}

.ico-share:before {
  content: "\e951";
}

.ico-ship:before {
  content: "\e952";
}

.ico-smile:before {
  content: "\e953";
}

.ico-sort:before {
  content: "\e954";
}

.ico-star:before {
  content: "\e955";
}

.ico-star-02:before {
  content: "\e956";
}

.ico-star-outline:before {
  content: "\e957";
}

.ico-store:before {
  content: "\e958";
}

.ico-sublist:before {
  content: "\e959";
}

.ico-succession:before {
  content: "\e95a";
}

.ico-tag:before {
  content: "\e95b";
}

.ico-tel:before {
  content: "\e95c";
}

.ico-time:before {
  content: "\e95d";
}

.ico-time-02:before {
  content: "\e95e";
}

.ico-time-03:before {
  content: "\e95f";
}

.ico-time-04:before {
  content: "\e960";
}

.ico-train:before {
  content: "\e962";
}

.ico-transition:before {
  content: "\e963";
}

.ico-up-grade:before {
  content: "\e964";
}

.ico-user:before {
  content: "\e965";
}

.ico-warning:before {
  content: "\e966";
}

.ico-warning-02:before {
  content: "\e967";
}

.ico-zoom:before {
  content: "\e968";
}

/* form
---------------------------------------------------------- */
.dom-form-checkbox {
  position: relative;
}
.dom-form-checkbox__input {
  display: none;
}
.dom-form-checkbox__label {
  display: block;
  padding: 5px 0 5px 22px;
}
.dom-form-checkbox__label:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.dom-form-checkbox input:checked + label {
  position: relative;
}
.dom-form-checkbox input:checked + label:after {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-form-checkbox input:checked + label:before {
  border-color: #000;
  background-color: #ebebeb;
}
.dom-form-checkbox input:checked + label:after {
  color: #000;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -.4em;
}

.dom-form-radio {
  position: relative;
}
.dom-form-radio__input {
  display: none;
}
.dom-form-radio__label {
  display: inline-block;
  padding: 5px 0 5px 20px;
}
.dom-form-radio__label:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.dom-form-radio input:checked + label:after {
  content: "";
  display: block;
  background-color: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
}

.dom-form-pulldown {
  position: relative;
  z-index: 10;
}
.dom-form-pulldown__input {
  position: relative;
  position: relative;
  z-index: 0;
}
.dom-form-pulldown__input:after {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-form-pulldown__input input {
  border: 1px solid #999;
  height: 40px;
  padding: 0 30px 0 10px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.dom-form-pulldown__input input:focus {
  border-color: #cc0d21;
  box-shadow: 0 0 5px 0 rgba(204, 13, 33, 0.2);
}
.dom-form-pulldown__input:before {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.5rem;
  color: #999;
  margin-top: -.5em;
}
.dom-form-pulldown__input:after {
  font-size: 1.3rem;
  color: #999;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
}
.dom-form-pulldown__input.is-active:before {
  color: #cc0d21;
}
.dom-form-pulldown__input.is-active input {
  border-color: #cc0d21;
  box-shadow: 0 0 5px 0 rgba(204, 13, 33, 0.2);
}
.dom-form-pulldown__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #cc0d21;
  box-shadow: 0 0 5px 0 rgba(204, 13, 33, 0.2);
}

/* error表示
---------------------------------------------------------- */
.is-error .dom-form-input,
.is-error .dom-search__input > input,
.is-error > input {
  background-color: #fff4d3;
  border: 1px solid #ffb72c;
  box-shadow: 0 0 5px rgba(255, 183, 44, 0.3);
}

.error-type-01:before,
.error-type-02:before {
  background-color: #ffd4a5;
  box-shadow: 0 -1px 7px rgba(100, 100, 100, 0.8);
  color: #cc0d21;
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  padding: 8px 1em;
  text-align: center;
  z-index: 99;
}
.error-type-01:after,
.error-type-02:after {
  content: "";
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ffd4a5 transparent;
  position: absolute;
  top: calc(100% - 4px);
  left: 36px;
  z-index: 100;
}

/* 必須項目です */
.error-type-01:before {
  content: "必須項目です";
}

/* 項目から選択してください */
.error-type-02:before {
  content: "項目から選択してください";
}

/* icon
---------------------------------------------------------- */
/* 航空会社アイコン */
.dom-ico-jal {
  background: url(/kokunai/images/kokunai_dp_top/logo-jal.png) no-repeat center center;
  background-size: contain;
}

.dom-ico-ana {
  background: url(/kokunai/images/kokunai_dp_top/logo-ana.png) no-repeat center center;
  background-size: contain;
}

.dom-ico-jetstar {
  background: url(/kokunai/images/kokunai_dp_top/logo-jetstar.png) no-repeat center center;
  background-size: contain;
}

.dom-ico-fda {
  background: url(/kokunai/images/kokunai_dp_top/logo-fda.png) no-repeat center center;
  background-size: contain;
}

/* ヘルプアイコン */
.dom-ico-help {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 1;
}
.dom-ico-help:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-ico-help:before {
  font-size: 1.6rem;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
}

/* ランキング アイコン */
.dom-ico-rank-01,
.dom-ico-rank-02,
.dom-ico-rank-03,
.dom-ico-rank-04,
.dom-ico-rank-05 {
  display: block;
  width: 40px;
  height: 28px;
  font-size: 1rem;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.dom-ico-rank-01 em,
.dom-ico-rank-02 em,
.dom-ico-rank-03 em,
.dom-ico-rank-04 em,
.dom-ico-rank-05 em {
  font-size: 1.5rem;
  font-weight: bold;
}
.dom-ico-rank-01:after,
.dom-ico-rank-02:after,
.dom-ico-rank-03:after,
.dom-ico-rank-04:after,
.dom-ico-rank-05:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 4px solid transparent;
}

.dom-ico-rank-01 {
  background-color: #e6c800;
}
.dom-ico-rank-01:after {
  border-top: 4px solid #7c6b0a;
}

.dom-ico-rank-02 {
  background-color: #bbc1c8;
}
.dom-ico-rank-02:after {
  border-top: 4px solid #667f9c;
}

.dom-ico-rank-03 {
  background-color: #957253;
}
.dom-ico-rank-03:after {
  border-top: 4px solid #51351c;
}

.dom-ico-rank-04,
.dom-ico-rank-05 {
  background-color: #e58690;
}
.dom-ico-rank-04:after,
.dom-ico-rank-05:after {
  border-top: 4px solid #b4313f;
}

/* layout
---------------------------------------------------------- */
*:after,
*:before {
  box-sizing: border-box;
}

.max-width {
  margin: 0 auto;
  max-width: 1130px;
  padding: 0 5px;
}

.jtb-footer {
  padding-bottom: 100px;
}

.dom-contents-body {
  max-width: 1130px;
  padding: 0 5px;
  margin: 0 auto 100px;
}

/* link
---------------------------------------------------------- */
/* 基本リンク（右矢印） */
.dom-link-normal {
  position: relative;
  transition: opacity .2s;
  color: #125687;
  display: inline-block;
  padding-right: 1.5em;
}
.dom-link-normal:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-link-normal:hover {
  opacity: .8;
}
.dom-link-normal:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
}
.dom-link-normal:hover {
  text-decoration: none;
}

/* 外部リンク */
.dom-link-external {
  margin: auto .3em;
  position: relative;
}
.dom-link-external:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url(/kokunai/images/kokunai_top/ico-window.png) no-repeat 0 0;
  background-size: 11px auto;
  margin-left: 3px;
}

/* お気に入り一覧リンク */
.dom-link-favorite-list {
  position: relative;
  transition: opacity .2s;
  text-decoration: none;
}
.dom-link-favorite-list:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-link-favorite-list:hover {
  opacity: .8;
}
.dom-link-favorite-list:before {
  margin-right: .3em;
  color: #cc0d21;
}
.dom-link-favorite-list:hover {
  text-decoration: none;
}

/* modal
---------------------------------------------------------- */
.dom-modal {
  background-color: #fff;
  margin: auto;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: relative;
}
.dom-modal a {
  color: #125687;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  position: absolute;
  top: -40px;
  right: -40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  opacity: 1;
}

/* news
---------------------------------------------------------- */
.dom-news-section {
  padding: 30px 0 0 0;
}

/* note
---------------------------------------------------------- */
/* リスト - 行頭1文字空き */
.dom-note-list-type-01 > li {
  padding-left: 1em;
  text-indent: -1em;
}

/* リスト - 横並びリンク */
.dom-note-list-type-02 {
  font-size: 0;
}
.dom-note-list-type-02 > li {
  display: inline-block;
  position: relative;
  padding-right: .8em;
  margin-right: .8em;
  font-size: 1.3rem;
  color: #777;
}
.dom-note-list-type-02 > li:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #d7d7d7;
}
.dom-note-list-type-02 > li a {
  display: inline-block;
  color: #125687;
}
.dom-note-list-type-02 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.dom-note-list-type-02 > li:last-child:after {
  display: none;
}
.dom-note-list-type-02__label + li {
  margin-left: 0;
}
.dom-note-list-type-02__label + li:after {
  display: none;
}

/* reserve
---------------------------------------------------------- */
/* style - JTBならスタイルに合わせて予約方法が選べる */
.dom-reserve-style {
  background-color: #fff;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.dom-reserve-style-body {
  max-width: 1130px;
  padding: 60px 5px;
  margin: 0 auto;
}
.dom-reserve-style__heading {
  text-align: center;
  margin-bottom: 50px;
}
.dom-reserve-style__heading span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 35px;
  position: relative;
}
.dom-reserve-style__heading span:after, .dom-reserve-style__heading span:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
}
.dom-reserve-style__heading span:after {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.dom-reserve-style__heading span:before {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.dom-reserve-style__in {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -30px 50px;
}
.dom-reserve-style__item {
  width: 25%;
  padding: 0 30px;
}
.dom-reserve-style__item:last-child .dom-reserve-style__image-img {
  max-height: 65px;
}
.dom-reserve-style__image {
  width: 100%;
  height: 80px;
  margin-bottom: 25px;
  position: relative;
}
.dom-reserve-style__image-img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dom-reserve-style__ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 -10px .8em;
}
.dom-reserve-style__link-01 {
  margin-top: .5em;
}
.dom-reserve-style__link-01 a {
  color: #125687;
}
.dom-reserve-style__tel {
  margin-top: 1em;
  line-height: 1.4;
}
.dom-reserve-style__tel-label {
  font-weight: bold;
}
.dom-reserve-style__tel-number {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
.dom-reserve-style__tel-number:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-reserve-style__tel-number:before {
  color: #cc0d21;
  font-size: 2rem;
}
.dom-reserve-style__tel-time {
  font-size: 1.2rem;
}
.dom-reserve-style__btn-01 {
  margin-top: 1em;
}
.dom-reserve-style__note-01 {
  text-align: right;
}

/* search
---------------------------------------------------------- */
.dom-search:before, .dom-search:after {
  content: "";
  display: table;
}
.dom-search:after {
  clear: both;
}
.dom-search__column {
  position: relative;
}
.dom-search__column-label {
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 1rem;
  padding: 0 .5rem;
  z-index: 1;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.dom-search__column-pulldown {
  position: relative;
}
.dom-search__input {
  position: relative;
  z-index: 0;
}
.dom-search__input input {
  border: 1px solid #999;
  height: 40px;
  padding: 0 30px 0 10px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  color: #323743;
}
.dom-search__input:before {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.5rem;
  color: #999;
  margin-top: -.5em;
}
.dom-search__input--area, .dom-search__input--dep-area {
  position: relative;
}
.dom-search__input--area:before, .dom-search__input--dep-area:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--people:before {
  content: "";
  display: inline-block;
  background: url(../../../kokunai/images/kokunai_htl_top/ico-people.svg) no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  transform: translateY(-50%);
}
.dom-search__input--airline, .dom-search__input--section-flight {
  position: relative;
}
.dom-search__input--airline:before, .dom-search__input--section-flight:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--date:before, .dom-search__input--date-pulldown:before {
  content: "";
  display: inline-block;
  background: url(../../../kokunai/images/kokunai_htl_top/ico-calendar.svg) no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  transform: translateY(-50%);
}
.dom-search__input--dep {
  position: relative;
}
.dom-search__input--dep:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--arr {
  position: relative;
}
.dom-search__input--arr:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--flight-01 {
  position: relative;
}
.dom-search__input--flight-01:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--flight-02 {
  position: relative;
}
.dom-search__input--flight-02:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--jr-01, .dom-search__input--jr-02, .dom-search__input--section-jr {
  position: relative;
}
.dom-search__input--jr-01:before, .dom-search__input--jr-02:before, .dom-search__input--section-jr:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--night {
  position: relative;
}
.dom-search__input--night:after {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__input--night:after {
  font-size: 1.3rem;
  color: #999;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
}
.dom-search__input--keyword input, .dom-search__input--pamphlet input, .dom-search__input--plan-code input, .dom-search__input--room input {
  padding-left: 10px;
}
.dom-search__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  width: 100%;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #bcbdc2;
  box-shadow: 2px 2px 10px 0 rgba(50, 55, 67, 0.15);
}
.dom-search__panel-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
.dom-search__panel-btn-close:before {
  content: "";
  display: inline-block;
  background: url(../../../kokunai/images/kokunai_htl_top/ico-close.svg) no-repeat center center;
  background-size: 3rem auto;
  width: 100%;
  height: 100%;
}
.dom-search__panel--people {
  padding: 20px;
  width: 30rem;
  left: auto;
  right: 0;
}
.dom-search__panel--calendar {
  padding: 20px;
  width: 106rem;
  min-width: 106rem;
}
.dom-search__panel--calendar.is-active-homeward {
  margin-top: 54px;
}
.dom-search__panel-people-btn {
  width: 100%;
  margin: 10px auto 0;
  cursor: pointer;
}
.dom-search__note-01 {
  margin-top: 1.5em;
  font-size: 1.2rem;
  color: #777;
}
.dom-search__ico-help {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.dom-search__ico-help a {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.dom-search__people-warning {
  color: #777 !important;
  white-space: nowrap;
  font-size: 1.1rem;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.dom-search__people-warning > a {
  display: inline-block;
  position: relative;
}
.dom-search__people-warning > a:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-search__people-warning > a:before {
  margin-right: .2em;
  text-decoration: none;
  color: #999 !important;
}
.dom-search__people-warning > a:hover {
  text-decoration: none;
}

/* suggest list
---------------------------------------------------------- */
.dom-suggest-list {
  max-height: 192px;
  overflow: auto;
}
.dom-suggest-list__item {
  padding: 5px 10px 5px 30px;
  color: #125687;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.dom-suggest-list__item em {
  color: #cc0d21;
}
.dom-suggest-list__item:hover {
  background-color: #fae5e5;
}
.dom-suggest-list__item:before {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #999;
  margin-top: -.5em;
}
.dom-suggest-list__item--place {
  position: relative;
}
.dom-suggest-list__item--place:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--airport {
  position: relative;
}
.dom-suggest-list__item--airport:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--station {
  position: relative;
}
.dom-suggest-list__item--station:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--hotel {
  position: relative;
}
.dom-suggest-list__item--hotel:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--other {
  position: relative;
}
.dom-suggest-list__item--other:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--flight-01 {
  position: relative;
}
.dom-suggest-list__item--flight-01:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--flight-02 {
  position: relative;
}
.dom-suggest-list__item--flight-02:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--jr-01, .dom-suggest-list__item--jr-02 {
  position: relative;
}
.dom-suggest-list__item--jr-01:before, .dom-suggest-list__item--jr-02:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__item--star {
  position: relative;
}
.dom-suggest-list__item--star:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__child-item {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}
.dom-suggest-list__child-item:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-suggest-list__child-item:before {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -.5em;
  color: #999;
}
.dom-suggest-list__child-item:hover {
  background-color: #fae5e5;
}

/* pulldown list
---------------------------------------------------------- */
.dom-pulldown-list {
  max-height: 198px;
  overflow: auto;
}
.dom-pulldown-list > li {
  padding: 5px 13px;
  line-height: 1.4;
  cursor: pointer;
}
.dom-pulldown-list > li:hover {
  background-color: #fae5e5;
}
.dom-pulldown-list__ico {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 13px;
  margin-right: .8em;
}

/* search option
---------------------------------------------------------- */
.dom-search-option {
  position: relative;
}
.dom-search-option__more-content {
  display: none;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border: 1px solid #aaa;
}
.dom-search-option__more-btn {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1em;
}
.dom-search-option__more-btn span {
  display: inline-block;
  font-size: 1.4rem;
}
.dom-search-option__more-btn span:after {
  content: "条件を追加する";
}
.dom-search-option__more-btn.is-open span:after {
  content: "条件を閉じる";
}
.dom-search-option__selected {
  text-align: right;
  position: relative;
}
.dom-search-option__selected-list {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
  border-right: 1px solid #aaa;
  line-height: 1.2;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dom-search-option__selected-list > li {
  display: inline-block;
  font-size: 1.1rem;
}
.dom-search-option__selected-list > li:after {
  content: ",";
}
.dom-search-option__selected-list > li:last-child:after {
  display: none;
}
.dom-search-option__column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 0;
}
.dom-search-option__label {
  font-weight: bold;
  width: 10em;
  max-width: 10em;
  padding-top: 5px;
}
.dom-search-option__content {
  width: 100%;
}
.dom-search-option__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dom-search-option__item {
  display: inline-block;
  min-width: 15rem;
  padding-right: 2em;
}
.dom-search-option__item .dom-form-checkbox,
.dom-search-option__item .dom-form-radio {
  display: inline-block;
}
.dom-search-option__item-child {
  margin-right: 1.5em;
}
.dom-search-option__item-child:last-child {
  margin-right: 0;
}

/* section
---------------------------------------------------------- */
.dom-section-01 {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 20px;
}

.dom-section-03 {
  margin-bottom: 40px;
}

/* section - heading */
.dom-section-heading-01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.dom-section-heading-01 small {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 1em;
}

.dom-section-heading-02 {
  background-color: #ececec;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 7px 15px;
  margin: 30px 0 20px;
}

.dom-section-heading-03 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 25px 0 5px;
}

.dom-section-01 > .dom-section-heading-03:first-child {
  margin-top: 0;
}

.dom-section-heading-04 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 30px 0 10px;
}
.dom-section-heading-04 small {
  font-size: 1.2rem;
}

.dom-section-heading-05 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 25px;
}

.dom-section-heading-06 {
  font-weight: bold;
  padding-left: 1em;
  margin: 10px 0 5px;
  position: relative;
}
.dom-section-heading-06:before {
  content: "・";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  line-height: 1;
}

.dom-section-heading-07 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0 5px;
}
.dom-section-heading-07 small {
  font-size: 1.2rem;
}

/* section - txtarea */
.dom-section-txtarea-01 {
  padding: 0 10px;
}

/* section - more */
.dom-section__more {
  text-align: center;
}
.dom-section__more-content {
  display: none;
  text-align: left;
}
.dom-section__more-btn {
  padding-top: 20px;
}
.dom-section__more-btn span:after {
  content: "すべて表示する";
}

/* section - table */
.dom-section-tbl-01 {
  width: 100%;
  margin: 15px 0 20px;
}
.dom-section-tbl-01 th {
  background-color: #f5f5f5;
}
.dom-section-tbl-01 th,
.dom-section-tbl-01 td {
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  text-align: center;
}
.dom-section-tbl-01 th.dom-section-tbl-01__left,
.dom-section-tbl-01 td.dom-section-tbl-01__left {
  text-align: left;
}
.dom-section-tbl-01--short {
  width: auto;
}

p + .dom-section-tbl-01 {
  margin-bottom: 20px;
}

.dom-section-tbl-02 {
  width: 100%;
  margin: 15px 0 20px;
}
.dom-section-tbl-02 th,
.dom-section-tbl-02 td {
  border: 1px solid #d7d7d7;
}
.dom-section-tbl-02 thead th {
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px 15px;
}
.dom-section-tbl-02 tbody th {
  background-color: #f5f5f5;
  padding: 10px 15px;
  text-align: right;
}
.dom-section-tbl-02 tbody td {
  padding: 10px 15px;
  text-align: right;
}
.dom-section-tbl-02--short {
  width: auto;
}

p + .dom-section-tbl-01 {
  margin-bottom: 20px;
}

/* spinbox
---------------------------------------------------------- */
.dom-spinbox__list {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dom-spinbox__label {
  line-height: 1.4;
}
.dom-spinbox__label small {
  display: block;
  color: #777;
  font-size: 1.2rem;
}
.dom-spinbox__fix {
  width: 7rem;
  font-weight: bold;
  text-align: center;
}
.dom-spinbox__set {
  width: 14rem;
  min-width: 14rem;
  min-height: 36px;
  position: relative;
}
.dom-spinbox__explain {
  padding-left: 1.2em;
  line-height: 1.4;
  width: 350px;
}
.dom-spinbox__input {
  border: 1px solid #999;
  height: 36px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 45px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.dom-spinbox__input::-webkit-outer-spin-button, .dom-spinbox__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.dom-spinbox__btn {
  background-color: #e0e0e0;
  width: 40px;
  height: 36px;
  border-radius: 4px;
  top: 0;
}
.dom-spinbox__btn:before {
  font-size: 1.2rem;
  color: #333;
}
.dom-spinbox__btn--plus {
  position: relative;
  position: absolute;
  right: 0;
}
.dom-spinbox__btn--plus:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-spinbox__btn--minus {
  position: relative;
  position: absolute;
  left: 0;
}
.dom-spinbox__btn--minus:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-spinbox__btn--disabled {
  background-color: #f5f5f5;
  cursor: default;
}
.dom-spinbox__btn--disabled:before {
  color: #e0e0e0;
}
.dom-spinbox--room {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0;
  margin-top: 15px;
}
.dom-spinbox--room .dom-spinbox__list {
  margin-bottom: 0;
}
.dom-spinbox__total {
  padding-right: 1em;
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
.dom-spinbox__total-number {
  font-size: 2rem;
  margin: 0 .2em;
}
.dom-spinbox__note {
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
  font-size: 1.2rem;
}
.dom-spinbox__note a {
  color: #125687;
}
.dom-spinbox__checkbox {
  text-align: right;
}
.dom-spinbox__checkbox .dom-form-checkbox {
  display: inline-block;
  width: 14rem;
  text-align: left;
}
.dom-spinbox__list + .dom-spinbox__checkbox {
  margin-top: 5px;
}

/* tab
---------------------------------------------------------- */
.dom-tab {
  margin-bottom: 20px;
}
.dom-tab__list > li {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 2em;
}
.dom-tab__list > li a {
  color: #777;
  text-decoration: none;
}
.dom-tab__item {
  display: block;
  padding: 8px 0;
  position: relative;
}
.dom-tab__item.is-active {
  color: #000;
  font-weight: bold;
}
.dom-tab__item.is-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dom-tab-contents {
  display: none;
}
.dom-tab-contents.is-show {
  display: block !important;
  animation: fadeIn1 .2s linear 0s;
}

/* tooltip
---------------------------------------------------------- */
a[data-tooltip] {
  display: block;
}

.dark-tooltip {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 15px !important;
}
.dark-tooltip a {
  color: #125687;
}

.dom-tooltip {
  font-size: 1.2rem;
  width: 23rem;
}
.dom-tooltip__heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.dom-tooltip-link-01 {
  font-size: 1.1rem;
  border-bottom: 1px dotted #125687;
  display: inline-block !important;
  cursor: pointer;
  position: relative;
  margin: auto .3em;
}
.dom-tooltip-link-01:hover {
  text-decoration: none;
}
.dom-tooltip-link-01:after {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-tooltip-link-01:after {
  font-size: .9rem;
  margin-left: .5em;
}

/* tooltip よくある質問 */
.dom-tooltip-help {
  font-size: 1.2rem;
}
.dom-tooltip-help__heading {
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 1em;
}
.dom-tooltip-help__question, .dom-tooltip-help__answer {
  position: relative;
  padding-left: 48px;
}
.dom-tooltip-help__question-ttl, .dom-tooltip-help__answer-ttl {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 3px;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.dom-tooltip-help__question {
  margin-bottom: 1em;
}
.dom-tooltip-help__question-ttl {
  background-color: #4f509e;
}
.dom-tooltip-help__answer-ttl {
  background-color: #ce4da5;
}

/* tooltip 一部屋あたりの利用人数 */
.dom-tooltip-people-warning {
  width: 34rem;
}
.dom-tooltip-people-warning__txt-02 {
  margin-top: 1em;
}

/* warnigs
---------------------------------------------------------- */
/* エラー */
.dom-warnings-01 {
  background-color: #fff4d3;
  padding: 12px 20px 12px 45px;
  margin-bottom: 15px;
  color: #cc0d21;
  font-weight: bold;
  position: relative;
}
.dom-warnings-01:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-warnings-01:before {
  font-size: 1.7rem;
  position: absolute;
  top: 15px;
  left: 20px;
}

/* 注意リンク */
.dom-warnings-link-01 {
  position: relative;
  color: #777 !important;
}
.dom-warnings-link-01:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-warnings-link-01:before {
  margin-right: .2em;
  text-decoration: none;
  color: #999 !important;
}
.dom-warnings-link-01:hover {
  text-decoration: none;
}

/* 注意テキスト */
.dom-warnings-txt-01 {
  position: relative;
  color: #777 !important;
}
.dom-warnings-txt-01:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-warnings-txt-01:before {
  margin-right: .2em;
  text-decoration: none;
  color: #999 !important;
}

/* 重要なお知らせ */
.dom-warnings-02 {
  background-color: #fae5e5;
}
.dom-warnings-02__in {
  max-width: 1130px;
  padding: 15px 5px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dom-warnings-02__ttl {
  color: #cc0d21;
}
.dom-warnings-02__ttl span {
  position: relative;
}
.dom-warnings-02__ttl span:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-warnings-02__ttl span:before {
  font-size: 1.5rem;
  margin-right: .3em;
}
.dom-warnings-02__contents {
  padding-left: 2em;
}

/* Javascript エラー */
.dom-warnings-javascript-01 {
  width: 1130px;
  padding: 0 5px;
  margin: auto;
}
.dom-warnings-javascript-01__in {
  background-color: #fff4d3;
  padding: 20px 20px 20px 45px;
  position: relative;
}
.dom-warnings-javascript-01__in:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-warnings-javascript-01__in:before {
  font-size: 1.7rem;
  position: absolute;
  top: 25px;
  left: 20px;
  color: #cc0d21;
}
.dom-warnings-javascript-01__ttl {
  font-size: 1.6rem;
  color: #cc0d21;
}
.dom-warnings-javascript-01__txt {
  margin-left: 1em;
}

/* top
---------------------------------------------------------- */
/* 重要なお知らせ */
.dom-top-warnings {
  background-color: #fae5e5;
}
.dom-top-warnings__in {
  max-width: 1130px;
  padding: 15px 5px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dom-top-warnings__ttl {
  color: #cc0d21;
}
.dom-top-warnings__ttl span {
  position: relative;
}
.dom-top-warnings__ttl span:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-top-warnings__ttl span:before {
  font-size: 1.5rem;
  margin-right: .3em;
}
.dom-top-warnings__contents {
  padding-left: 2em;
}

.dom-top-layout-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dom-top-layout-01 > div,
.dom-top-layout-01 > section {
  width: 48.66%;
  min-width: 48.66%;
}

.dom-top-layout-02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dom-top-layout-02 > div,
.dom-top-layout-02 > section {
  width: 49.10%;
  min-width: 49.10%;
}

/* mv - メインビジュアル */
.dom-top-mv {
  margin-bottom: 30px;
}
.dom-top-mv__in {
  padding: 60px 5px 25px;
  max-width: 1130px;
  margin: 0 auto;
}

.dom-top-mv-ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  text-shadow: 0 0 9px #000;
}

.dom-top-mv-lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 40px;
  text-shadow: 0 0 9px #000;
}

.dom-top-mv-sale {
  margin-top: 30px;
  padding: 0 22%;
  width: 100%;
}
.dom-top-mv-sale-in {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 8px 75px;
}
.dom-top-mv-sale__image {
  display: inline-block;
  margin-right: 12px;
}
.dom-top-mv-sale__txt {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 26px;
}

/* sale - 訴求エリア */
.dom-top-sale {
  margin-bottom: 45px;
}
.dom-top-sale__in {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.2;
}
.dom-top-sale__heading {
  width: 15rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #cc0d21;
}
.dom-top-sale__heading em {
  font-size: 3rem;
  font-weight: bold;
}
.dom-top-sale__contents {
  width: calc(100% - 28rem);
  padding: 0 20px;
  font-size: 2.3rem;
  color: #000;
}
.dom-top-sale__txt-number {
  font-size: 8.1rem;
  line-height: 1;
  position: relative;
  bottom: -6px;
}
.dom-top-sale__txt-big-01 {
  font-size: 6rem;
}
.dom-top-sale__txt-big-02 {
  font-size: 3.3rem;
}
.dom-top-sale__txt-big-03 {
  font-size: 2.6rem;
}
.dom-top-sale__detail {
  width: 13rem;
}

/* section */
.dom-top-section-01 {
  margin-bottom: 45px;
}

.dom-top-section-header-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.dom-top-section-header-01 .dom-top-heading-01 {
  margin-bottom: 0;
}

.dom-top-section-header-02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}

.dom-top-section-header-link-01 {
  font-size: 1.8rem;
}

.dom-top-section-header-txt-01 {
  font-size: 1.5rem;
}

.dom-top-section-header-txt-02 {
  font-size: 1.2rem;
  text-align: right;
}

/* heading */
.dom-top-heading-01 {
  color: #000;
  font-size: 3.2rem;
  line-height: 1.2;
  padding-right: 1em;
}

/* select-area - 出発地選択 */
.dom-top-select-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.dom-top-select-area__label {
  font-size: 2.4rem;
  color: #777;
  margin-right: .6em;
  line-height: 1;
}
.dom-top-select-area__pulldown {
  position: relative;
}
.dom-top-select-area__input {
  position: relative;
  z-index: 0;
  width: 160px;
  position: relative;
}
.dom-top-select-area__input:before {
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dom-top-select-area__input:before {
  font-size: 2.1rem;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
}
.dom-top-select-area__input input {
  background: transparent;
  font-size: 3.2rem !important;
  color: #125687;
  border: none;
  width: 100%;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  cursor: pointer;
}
.dom-top-select-area__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
}
.dom-top-select-area__panel .dom-pulldown-list {
  min-height: 253px;
}

/* bnr-list - バナーリスト */
.dom-top-bnr-list-01__item {
  margin-bottom: 20px;
}

.dom-top-bnr-list-02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.dom-top-bnr-list-02__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.dom-top-bnr-list-03 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.dom-top-bnr-list-03__item {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.dom-top-bnr-list-04 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.dom-top-bnr-list-04__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.dom-top-bnr-list-05 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.dom-top-bnr-list-05__item {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.dom-top-more-btn {
  margin-bottom: 60px;
}

/* dest-list - 行き先から探す */
.dom-top-dest-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dom-top-dest-list > li {
  width: 20%;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.dom-top-dest-list > li a {
  color: #333;
}
.dom-top-dest-list > li.dom-top-dest-list__wide {
  width: 40%;
}

/* feature おすすめ特集 */
.dom-top-feature {
  border: 1px solid #195178;
  background-color: #fff;
}
.dom-top-feature__in {
  min-height: 16.2rem;
  display: block;
  position: relative;
  transition: opacity .2s;
}
.dom-top-feature__in:hover {
  opacity: .8;
}
.dom-top-feature__in:hover {
  text-decoration: none !important;
}
.dom-top-feature__image {
  background-color: #fff;
  width: 29%;
  min-width: 29%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.dom-top-feature__image-img {
  height: 100%;
  width: auto;
  max-width: initial !important;
}
.dom-top-feature__info {
  padding: 20px 0 0 29%;
  text-align: center;
}
.dom-top-feature__catch {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8px;
  padding: 0 4%;
}
.dom-top-feature__label {
  background-color: #195178;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 13% 7px;
}
.dom-top-feature__price {
  color: #cc0d21;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 7px;
}
.dom-top-feature__price em {
  font-size: 3rem;
  font-weight: bold;
}
.dom-top-feature__txt-01 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 5px 13% 0;
}
.dom-top-feature__txt-02 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 0 13%;
}
.dom-top-feature__txt-03 {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.25;
  padding: 0 13%;
}
.dom-top-feature__ico {
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  min-width: 48px;
  height: 20px;
  vertical-align: middle;
}

/* campaign キャンペーン */
.dom-top-campaign {
  border: 1px solid #195178;
  background-color: #fff;
}
.dom-top-campaign__in {
  display: block;
  position: relative;
  transition: opacity .2s;
}
.dom-top-campaign__in:hover {
  opacity: .8;
}

.dom-top-campaign-big {
  background-color: #fff;
}
.dom-top-campaign-big__in {
  display: block;
  position: relative;
  transition: opacity .2s;
}
.dom-top-campaign-big__in:hover {
  opacity: .8;
}
.dom-top-campaign-big__in:hover {
  text-decoration: none;
}
.dom-top-campaign-big__info {
  padding: 20px;
}
.dom-top-campaign-big__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  min-height: 45px;
}
.dom-top-campaign-big__txt em {
  font-weight: bold;
}

/* theme 目的別 */
.dom-top-theme-section .dom-top-bnr-list-04 > li {
  margin-bottom: 30px;
}

.dom-top-theme a {
  color: #125687;
}
.dom-top-theme__in {
  display: block;
}
.dom-top-theme__image {
  margin-bottom: 8px;
}
.dom-top-theme__txt {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* ranking ランキング */
.dom-top-ranking-section .dom-top-section-header-02 {
  margin-bottom: 20px;
}
.dom-top-ranking-section .dom-top-heading-01 {
  white-space: nowrap;
}
.dom-top-ranking-section .dom-top-section-header-txt-01 {
  width: 100%;
}
.dom-top-ranking-section .dom-top-section-header-txt-02 {
  white-space: nowrap;
}
.dom-top-ranking-section .dom-top-bnr-list-05__item {
  position: relative;
}

.dom-top-ranking-tab .dom-tab__list > li {
  font-size: 1.4rem;
}

.dom-top-ranking__in {
  display: block;
  position: relative;
}
.dom-top-ranking__icon {
  position: absolute;
  top: 10px;
  left: 6px;
  z-index: 10;
}
.dom-top-ranking__image {
  margin-bottom: 8px;
}
.dom-top-ranking__txt {
  line-height: 1.4;
  font-size: 1.3rem;
}

/* history 閲覧履歴 */
.dom-top-history__in {
  display: block;
  position: relative;
}
.dom-top-history__image {
  margin-bottom: 8px;
}
.dom-top-history__txt {
  line-height: 1.4;
  font-size: 1.3rem;
}

/* brand 旅のブランド */
.dom-top-brand-section__in {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dom-top-brand-section__column-01 {
  width: 59.28%;
}
.dom-top-brand-section__column-02 {
  width: 40.72%;
  padding-left: 20px;
}

.dom-top-brand__in {
  display: block;
  position: relative;
}
.dom-top-brand__in:hover {
  text-decoration: none;
}
.dom-top-brand__image {
  margin-bottom: 12px;
  background-color: #fff;
  height: 14rem;
  position: relative;
}
.dom-top-brand__image-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 140px !important;
  max-height: 70px;
}
.dom-top-brand__txt {
  font-size: 1.3rem;
  color: #333;
}

.dom-top-brand-pamphlet__in {
  display: block;
  position: relative;
  text-align: center;
}
.dom-top-brand-pamphlet__in:hover {
  text-decoration: none;
}
.dom-top-brand-pamphlet__image {
  margin-bottom: 12px;
  height: 14rem;
  position: relative;
}
.dom-top-brand-pamphlet__ttl {
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.dom-top-brand-pamphlet__txt {
  font-size: 1.3rem;
  color: #333;
}

/* SEOエリアリスト */
.dom-top-arealist {
  margin: -30px 0 30px;
  background-color: #fff;
}
.dom-top-arealist .dom-section-01 {
  padding: 20px 5px;
  max-width: 1130px;
  margin: 0 auto;
}

/* 下部内部リスト */
.dom-top-footer-link {
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
}
.dom-top-footer-link__in {
  padding: 20px 5px 20px;
  max-width: 1130px;
  margin: 0 auto;
}
.dom-top-footer-link__ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
.dom-top-footer-link__list {
  margin: 5px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dom-top-footer-link__list > li {
  border-left: 1px solid #d7d7d7;
  line-height: 1;
  padding: 0 1em;
  margin-bottom: 10px;
}

.dom-spinbox__label--room:before, .dom-spinbox__label--men:before, .dom-spinbox__label--women:before, .domhotel-room-child__trigger:before, .domhotel-room-child__trigger:after, .domhotel-room-child__trigger span:before {
  display: inline-block;
  font-family: 'jtb-dom' !important;
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'jtb-dom';
  src: url("../../../domhotel/assets/fonts/jtb-dom-v2.ttf") format("truetype"), url("../../../domhotel/assets/fonts/jtb-dom-v2.woff") format("woff"), url("../../../domhotel/assets/fonts/jtb-dom-v2.svg#jtb-dom") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="dom__ico-"],
[class*=" dom__ico-"] {
  font-family: 'jtb-dom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* top
---------------------------------------------------------- */
.domhotel-top-mv {
  background: url(../../../kokunai/images/kokunai_htl_top/bg-mv-01.jpg) no-repeat center top;
  background-size: 1920px auto;
}

/* nav- 検索上部のナビゲーション */
.domhotel-top-mv-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.domhotel-top-mv-nav-condition,
.domhotel-top-mv-nav-map,
.domhotel-top-mv-nav-location,
.domhotel-top-mv-nav-dp-air,
.domhotel-top-mv-nav-dp-jr {
  width: 16rem;
  height: 75px;
  margin-right: 5px;
}
.domhotel-top-mv-nav-condition > a,
.domhotel-top-mv-nav-map > a,
.domhotel-top-mv-nav-location > a,
.domhotel-top-mv-nav-dp-air > a,
.domhotel-top-mv-nav-dp-jr > a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: background .2s;
  color: #323743;
  background-color: rgba(255, 255, 255, 0.9);
  height: 70px;
}
.domhotel-top-mv-nav-condition > a:hover,
.domhotel-top-mv-nav-map > a:hover,
.domhotel-top-mv-nav-location > a:hover,
.domhotel-top-mv-nav-dp-air > a:hover,
.domhotel-top-mv-nav-dp-jr > a:hover {
  background-color: white;
}
.domhotel-top-mv-nav-condition h2,
.domhotel-top-mv-nav-map h2,
.domhotel-top-mv-nav-location h2,
.domhotel-top-mv-nav-dp-air h2,
.domhotel-top-mv-nav-dp-jr h2 {
  display: inline-block;
  line-height: 1;
  padding-top: 28px;
  font-weight: bold;
  color: #323743;
  opacity: .9;
  position: relative;
}
.domhotel-top-mv-nav-condition h2:before,
.domhotel-top-mv-nav-map h2:before,
.domhotel-top-mv-nav-location h2:before,
.domhotel-top-mv-nav-dp-air h2:before,
.domhotel-top-mv-nav-dp-jr h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.domhotel-top-mv-nav-condition {
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.domhotel-top-mv-nav-condition h2 {
  color: #323743;
  opacity: 1;
}
.domhotel-top-mv-nav-condition h2:before {
  background-image: url(../../../kokunai/images/kokunai_htl_top/ico-hotel.svg);
}
.domhotel-top-mv-nav-condition h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #323743;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.domhotel-top-mv-nav-map h2:before {
  background-image: url(../../../kokunai/images/kokunai_htl_top/ico-map.svg);
}

.domhotel-top-mv-nav-dp-air h2:before {
  background-image: url(../../../kokunai/images/kokunai_htl_top/ico-dp-air.svg);
}

.domhotel-top-mv-nav-dp-jr h2:before {
  background-image: url(../../../kokunai/images/kokunai_htl_top/ico-dp-jr.svg);
}

/* search - 検索 */
.domhotel-top-mv-search {
  background-color: rgba(255, 255, 255, 0.9);
}
.domhotel-top-mv-search__in {
  padding: 35px 20px 15px 20px;
}
.domhotel-top-mv-search__contents {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.domhotel-top-mv-search__place {
  width: 52rem;
  min-width: 52rem;
}
.domhotel-top-mv-search__set {
  width: 26rem;
  min-width: 26rem;
}
.domhotel-top-mv-search__date {
  width: 16rem;
  float: left;
}
.domhotel-top-mv-search__night {
  width: 10rem;
  float: left;
  position: relative;
  left: -1px;
}
.domhotel-top-mv-search__people {
  width: 24rem;
  min-width: 24rem;
}
.domhotel-top-mv-search__people .domhotel-people-warning {
  font-size: 1.1rem;
  position: absolute;
  bottom: 100%;
  left: 8rem;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: .5rem 1rem;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 1;
}
.domhotel-top-mv-search__people .dom-search__column-pulldown:hover .domhotel-people-warning {
  opacity: 1;
  visibility: visible;
}
.domhotel-top-mv-search__keyword {
  width: 65.5rem;
  min-width: 65.5rem;
}
.domhotel-top-mv-search__btn-submit {
  width: 18rem;
  position: absolute;
  bottom: -4rem;
  right: 0;
  z-index: 1;
}
.domhotel-top-mv-search__btm {
  margin-top: 2rem;
  position: relative;
}
.domhotel-top-mv-search__favorite {
  color: #125687;
  margin-left: 1em;
}
.domhotel-top-mv-search .dom-search__column {
  margin: 0 15px 15px 0;
}
.domhotel-top-mv-search .dom-search__panel--calendar {
  left: -52.5rem;
}
.domhotel-top-mv-search .dom-search__panel--calendar.is-active-homeward {
  margin-top: -1px;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided {
  margin-bottom: 2rem;
  position: relative;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided__btn {
  border-radius: 2rem;
  padding: .8rem 2rem;
  line-height: 1;
  cursor: pointer;
  outline: none;
  outline: none;
  position: relative;
  overflow: hidden;
  /*クリックした後で波紋が広がる*/
  /*ページが最初に読み込まれた時に波紋が出ない*/
  /*マウスオーバーで波紋が出たら見えるようにする*/
  color: #3498DB;
  background: transparent linear-gradient(112deg, #3498DB 0%, #52C8FF 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided__btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #9fe1ff;
  border-radius: 100%;
  opacity: .6;
  transform: scale(0);
  /*下記の値はボタンのサイズによる*/
  width: 110%;
  height: 230px;
  margin-left: -55%;
  margin-top: -115px;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided__btn:not(:active):before {
  animation: ripple 1s ease-out;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided__btn:before {
  visibility: hidden;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided__btn:focus:before {
  visibility: visible;
}
.domhotel-top-mv-search .dom-search__panel--calendar .domhotel-date-undecided__btn::after {
  border-radius: 40px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: -2;
  background: #fff;
  margin: 2px;
}
.domhotel-top-mv-search .dom-search__panel--people {
  width: 38rem;
}
.domhotel-top-mv-search .dom-spinbox__note {
  border-top: none;
  padding-top: 5px;
}
.domhotel-top-mv-search .dom-spinbox--room {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

.domhotel-top-mv-search__option .dom-search-option__selected {
  text-align: left;
  display: inline-block;
}
.domhotel-top-mv-search__option .dom-search-option__selected-list {
  padding-right: 0;
  border-right: none;
  position: absolute;
  top: -2rem;
  left: 0;
}
.domhotel-top-mv-search__option .dom-search-option__more-content {
  margin: 10px 0 0 0;
  border-color: #aaa;
}
.domhotel-top-mv-search__option .dom-search-option__more-btn {
  padding-left: .5em;
}
.domhotel-top-mv-search__option .dom-search-option__more-btn span:after {
  content: "条件を追加する";
  display: inline-block;
  width: 7em;
  text-align: left;
}
.domhotel-top-mv-search__option .dom-search-option__more-btn.is-open span:after {
  content: "条件を閉じる";
}
.domhotel-top-mv-search__option .dom-search-option__item {
  min-width: 11rem;
  padding-right: 1em;
}

@media screen and (max-width: 1131px) {
  .domhotel-top-mv-search__in:after {
    content: "";
    display: block;
    clear: both;
  }

  .domhotel-top-mv-search__keyword {
    width: 50%;
    min-width: initial;
  }

  .domhotel-top-mv-search .dom-search__panel--people {
    right: auto;
    left: 0;
  }
}
/* modal
---------------------------------------------------------- */
/* 地図から探す */
.domhotel-modal-area {
  width: 1000px;
}
.domhotel-modal-area__in {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.domhotel-modal-area__column-01 {
  width: 55%;
  min-width: 55%;
}
.domhotel-modal-area__column-02 {
  width: 45%;
  min-width: 45%;
  padding-left: 5rem;
}
.domhotel-modal-area__map {
  position: relative;
  width: 100%;
  height: 450px;
}
.domhotel-modal-area__map-area-list {
  position: absolute;
  z-index: 2;
}
.domhotel-modal-area__map-area-list > li {
  border-style: solid;
  border-color: #d7d7d7;
  border-width: 0 1px 1px 1px;
  text-align: center;
}
.domhotel-modal-area__map-area-list > li:first-child {
  border-top-width: 1px;
}
.domhotel-modal-area__map-area-list > li a {
  display: block;
  min-width: 60px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0;
  text-decoration: none;
  background-color: #fff;
  transition: .2s;
}
.domhotel-modal-area__map-area-list > li a.is-active {
  background-color: #fae5e5;
}
.domhotel-modal-area__map-area-01 {
  top: 90px;
  right: 0;
}
.domhotel-modal-area__map-area-02 {
  top: 130px;
  right: 0;
}
.domhotel-modal-area__map-area-03 {
  top: 250px;
  right: 75px;
}
.domhotel-modal-area__map-area-04 {
  top: 30px;
  right: 205px;
}
.domhotel-modal-area__map-area-05 {
  top: 340px;
  right: 180px;
}
.domhotel-modal-area__map-area-06 {
  top: 130px;
  right: 280px;
}
.domhotel-modal-area__map-area-07 {
  top: 370px;
  right: 280px;
}
.domhotel-modal-area__map-area-08 {
  top: 175px;
  right: 355px;
}
.domhotel-modal-area__map-area-09 {
  top: 290px;
  right: 445px;
}
.domhotel-modal-area__map-area-10 {
  top: 40px;
  right: 370px;
}
.domhotel-modal-area__map-svg {
  position: absolute;
  top: -10px;
  left: 60px;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
}
.domhotel-modal-area__map-svg a {
  display: block;
}
.domhotel-modal-area__row {
  margin-bottom: 40px;
}
.domhotel-modal-area__row:last-child {
  margin-bottom: 0;
}
.domhotel-modal-area__ttl-01 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
.domhotel-modal-area__list-01 > li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}
.domhotel-modal-area__list-02 > li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}

.domhotel-modal-area__pref-1 {
  fill: #ddd;
  cursor: pointer;
}

.domhotel-modal-area__pref-2 {
  fill: #ddd;
  stroke: #fff;
  stroke-miterlimit: 10;
  cursor: pointer;
}

.domhotel-modal-area__border {
  fill: none;
  stroke: #999;
  stroke-width: 0.2965;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 人数・室数パネル 修正20191101
---------------------------------------------------------- */
.dom-spinbox--room {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.dom-spinbox__label {
  font-weight: bold;
  position: relative;
  padding-left: 2.4rem;
}
.dom-spinbox__label:before {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  color: #999;
}
.dom-spinbox__label small {
  font-weight: normal;
}
.dom-spinbox__label--room:before {
  content: "";
}
.dom-spinbox__label--men:before {
  content: "";
  font-size: 2rem;
  margin-left: -.3rem;
}
.dom-spinbox__label--women:before {
  content: "";
  font-size: 2rem;
  margin-left: -.3rem;
}
.dom-spinbox__label--room:before {
  content: "";
}

.domhotel-room-child__trigger {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 2.4rem;
  position: relative;
  color: #125687;
}
.domhotel-room-child__trigger:before, .domhotel-room-child__trigger:after {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
}
.domhotel-room-child__trigger:before {
  content: "";
  color: #ddd;
  margin-left: -.3rem;
}
.domhotel-room-child__trigger:after {
  content: "";
  color: #999;
  margin-left: .3rem;
}
.domhotel-room-child__trigger span {
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
  position: relative;
}
.domhotel-room-child__trigger span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  font-size: .8em;
  transition: .2s;
}
.domhotel-room-child__trigger.is-open {
  margin-bottom: 2rem;
}
.domhotel-room-child__trigger.is-open span:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.domhotel-room-child__content {
  display: none;
}
.domhotel-room-child-link a {
  display: inline-block;
  position: relative;
}
.domhotel-room-child-link a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url(../../../assets/images/dom/1.0/ico-window.png) no-repeat 0 0;
  background-size: 11px auto;
  margin-right: 5px;
}

.domhotel-room-total__content {
  border-top: 1px solid #d7d7d7;
  padding: 1rem 0 0;
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.domhotel-room-total__content em {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 .2em;
}
.domhotel-room-total-count {
  color: #cc0d21;
}