@charset "UTF-8";
html, div, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

button {
  width: 100%;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.hdr {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0px;
  width: 100%;
}

h1.hdr__logo {
  margin-left: 3%;
  display: inline-block;
  width: 100%;
}

.hdr__logo a {
  height: 35px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(https://www.hokkaidotours.co.jp/sp/img/svg/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
}

.hdr__nav {
  display: inline-block;
  position: fixed;
  right: 3%;
  background-position: center;
}

.hdr__btn {
  color: #004ea2;
  margin-left: 15px;
  height: 60px;
}

.hdr__btn_hbg {
  width: 18px;
  height: 15px;
  margin: 0 auto 5px;
  position: relative;
  display: block;
}

.hdr__btn_hbg span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 100px;
  background: #004ea2;
  position: absolute;
}

.hdr__btn_hbg span:nth-of-type(1) {
  top: 0;
}

.hdr__btn_hbg span:nth-of-type(2) {
  top: 40%;
}

.hdr__btn_hbg span:nth-of-type(3) {
  bottom: 0;
}

.globalNav {
  width: 80%;
  height: 100vh;
  position: fixed;
  background: #fff;
  top: 0;
  right: -115%;
  z-index: 200;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.globalNav.-isShow {
  right: 0;
}

.globalNav__closeBtn {
  position: absolute;
  width: 25%;
  right: 100%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
  background: #aaa;
}

.globalNav__closeBtn::before {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: 35px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 50px;
}

.globalNav__closeBtn::after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: 35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50px;
}

.globalNav__inner {
  height: 100%;
  overflow: scroll;
  padding-bottom: 60px;
  background: #333;
}

.globalNav__list {
  padding: 24px;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak-as: 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;
}

.globalNav__list li {
  margin-bottom: 16px;
  border-bottom: #eee solid 1px;
}

.globalNav__list li a {
  color: #f2f8fe;
  display: block;
  position: relative;
  padding: 8px 0;
}

.globalNav__list li a::before {
  display: inline-block;
  font-family: 'icomoon';
  color: #ccc;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.globalNav__list li.icon-home a::before {
  content: "\e900";
}

/* icomoon */
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?j2hsln");
  src: url("/fonts/icomoon.eot?j2hsln#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?j2hsln") format("truetype"), url("/fonts/icomoon.woff?j2hsln") format("woff"), url("/fonts/icomoon.svg?j2hsln#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* トップ */
.globalNav__list li.icon-home a::before {
  content: "\e900";
}

/* 固定・変動について */
.globalNav__list li.icon-edit a::before {
  content: "\e904";
}

/* お気に入り */
.globalNav__list li.icon-like a::before {
  content: "\e905";
}

/* 沖縄コラム */
.globalNav__list li.icon-coconut a::before {
  content: "\e912";
}

/* よくある質問 */
.globalNav__list li.icon-question a::before {
  content: "\e91d";
}

/* 予約方法 */
.globalNav__list li.icon-infomark a::before {
  content: "\e91f";
}

/* キャンセル */
.globalNav__list li.icon-stop a::before {
  content: "\e91b";
}

/* 出発までの */
.globalNav__list li.icon-airplane a::before {
  content: "\e902";
}

/* 傷害保険 */
.globalNav__list li.icon-insurance a::before {
  content: "\e91c";
}

.globalNav__list li.-tour a::before {
  content: "\e920";
}

.globalNav__list li.-new a::before {
  content: "\e924";
}

.globalNav__list li.-recommend a::before {
  content: "\e923";
}

.globalNav__list li.-config a::before {
  content: "\e91f";
}

.globalNav__list li.-reserves a::before {
  content: "\e928";
}

.globalNav__list li.-reservation a::before {
  content: "\e916";
}

.globalNav__list li.-aboutprice a::before {
  content: "\e951";
}

/* icomoon_end */
/* h_info */
#h_info {
  margin: 20px 0 13px 11px;
  background-color: #eee;
  /*line-height: 10px;*/
}

.select_dep {
  height: 25px;
}

/* h2-pan */
#h2-pan {
  padding-top: 60px;
}

#h2-pan h2.title {
  padding: 8px 4%;
  color: #ffffff;
  background: #1ea6c9;
}

#h2-pan .breadcrumb {
  margin: 0 auto;
  padding: 0 0 0 4%;
}

#h2-pan .breadcrumb ol {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}

#h2-pan .breadcrumb ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#h2-pan .breadcrumb ol li a {
  color: #3949AB;
}

#h2-pan .breadcrumb ol li:first-of-type:after {
  margin: 0;
  padding: 0 5px;
  content: ">";
  display: inline-block;
}

/* footer */
footer {
  background-image: -webkit-linear-gradient(45deg, #1ea6c9 25%, #1ea6c9 25%, transparent 25%, #1ea6c9 75%, #1ea6c9 75%, transparent 75%), -webkit-linear-gradient(225deg, #1ea6c9 25%, #1ea6c9 25%, #1ea6c9 25%, #1ea6c9 75%, #1ea6c9 75%, transparent 75%);
  background-image: linear-gradient(45deg, #1ea6c9 25%, #1ea6c9 25%, transparent 25%, #1ea6c9 75%, #1ea6c9 75%, transparent 75%), linear-gradient(-135deg, #1ea6c9 25%, #1ea6c9 25%, #1ea6c9 25%, #1ea6c9 75%, #1ea6c9 75%, transparent 75%);
}

/*footer{background:#1ea6c9;background-image: linear-gradient(45deg, #1ea6c9 25%, #1ea6c9 25%, transparent 25%, transparent 75%, #1ea6c9 75%, #1ea6c9 75%), linear-gradient(-135deg, #1ea6c9 25%, #1ea6c9 25%, transparent 25%, transparent 75%, #1ea6c9 75%, #1ea6c9 75%);background-size: 10px 10px;
    background-position: 0 0, 5px 5px;}*/
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #fff;
  padding: 2% 1%;
}

footer ul li {
  width: calc(88% / 2);
  position: relative;
  padding-left: 15px;
  line-height: 28px;
}

footer ul li a, footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}

footer ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.small2 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 black;
  padding: 2%;
  background: #0d2d58;
}

/* page to top */
.scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background-color: #9FD6D2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  color: #fff;
}

.scroll-top span {
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
}

.fade-in {
  display: block;
}

@media (max-width: 414px) {
  h1.hdr__logo {
    width: 50%;
    padding-top: 6px;
  }
}

@media (min-width: 768px) {
  footer ul {
    padding: 1.5% 1%;
  }
  .small2 {
    padding: 1.5%;
  }
}

@media (min-width: 1024px) {
  .ftr-box ul li {
    width: calc(68% / 4);
  }
}

@media (min-width: 1200px) {
  .ftr-box ul li {
    width: calc(56% / 4);
  }
}
/*# sourceMappingURL=hf.css.map */