@charset "UTF-8";
/* Scss Document */
/* ==============================================================
*  ベース
* ============================================================ */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 970px) {
    html {
      font-size: 54.69%; } }
  @media screen and (max-width: 750px) {
    html {
      font-size: 46.88%; } }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none;
  list-style-type: none; }

a {
  display: block;
  text-decoration: none; }

button {
  background: none;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0; }

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="radio"] {
  display: none; }

input[type="checkbox"] {
  display: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  line-height: inherit; }

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  width: 100%;
  height: 100%; }

body,
html {
  overflow-x: hidden;
  height: auto;
  -webkit-overflow-scrolling: touch; }

iframe {
  box-sizing: border-box;
  border: none; }

@media screen and (max-width: 970px) {
  img {
    width: 100%; } }

.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block; } }

/* テキスト ****************************/
.caption {
  font-size: 1.2rem;
  line-height: 1.6; }

.price {
  color: #c44639;
  font-weight: 700; }

/* リンク ****************************/
a {
  color: #333; }

a:link,
a:hover,
a:visited {
  color: #333; }

/* 検索 ****************************/
select,
input[type="text"],
textarea {
  font-size: 1.2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 0 #abb9d3;
  padding: 5px 10px;
  width: 100%;
  position: relative;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none; }
  @media screen and (max-width: 970px) {
    select,
    input[type="text"],
    textarea {
      font-size: 1.4rem; } }
  @media screen and (max-width: 750px) {
    select,
    input[type="text"],
    textarea {
      font-size: 16px;
      height: 3.6rem; } }

/* ラジオボタン */
.radio-input + label {
  position: relative;
  padding-left: 25px; }

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  background: #FFF;
  top: -3px; }

.radio-input:checked + label {
  color: #333; }

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #003e8b;
  border-radius: 50%;
  top: 1px; }

/* チェックボックス */
.checkbox-parts {
  padding-left: 30px;
  position: relative;
  display: block; }

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  background: #FFF; }

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  font-size: 1.6rem;
  font-family: 'Material Icons';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px; }

/* ==============================================================
*  レイアウト
* ============================================================ */
/*---------------------------------
header
---------------------------------*/
header {
  font-weight: 500;
  font-weight: 500; }

@media screen and (max-width: 970px) {
  .header {
    width: 100%;
    position: fixed;
    background: #FFF;
    z-index: 20;
    height: 75px; } }
@media screen and (max-width: 570px) {
  .header {
    height: 90px; } }
.header .logo-utility {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  align-items: center;
  -webkit-align-items: center; }
  @media screen and (max-width: 970px) {
    .header .logo-utility {
      width: 95%;
      padding: 0; } }
  .header .logo-utility .logo {
    width: 330px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    @media screen and (max-width: 970px) {
      .header .logo-utility .logo {
        margin-top: 1.0rem; } }
    @media screen and (max-width: 400px) {
      .header .logo-utility .logo {
        width: 60%; } }
    .header .logo-utility .logo h1 {
      width: 185px; }
      @media screen and (max-width: 400px) {
        .header .logo-utility .logo h1 {
          width: 50%; } }
    .header .logo-utility .logo p {
      color: #003e8b;
      font-size: 1.8rem;
      font-weight: 700; }
      @media screen and (max-width: 970px) {
        .header .logo-utility .logo p {
          margin-top: 0.5rem; } }
      @media screen and (max-width: 400px) {
        .header .logo-utility .logo p {
          font-size: 1.6rem;
          margin-top: 8px; } }
    .header .logo-utility .logo p span {
      margin-right: 5px; }
      .header .logo-utility .logo p span img {
        width: 25px;
        vertical-align: sub; }
        @media screen and (max-width: 400px) {
          .header .logo-utility .logo p span img {
            width: 20px; } }
    .header .logo-utility .logo .single_logo {
      width: 185px; }
      @media screen and (max-width: 400px) {
        .header .logo-utility .logo .single_logo {
          width: 50%;
          margin-top: 8px; } }
  .header .logo-utility .utility {
    width: 520px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    @media screen and (max-width: 970px) {
      .header .logo-utility .utility {
        display: none; } }
    .header .logo-utility .utility li {
      font-size: 1.2rem; }
    .header .logo-utility .utility li span {
      margin-right: 5px;
      vertical-align: middle; }
      .header .logo-utility .utility li span img {
        width: 13px;
        vertical-align: text-top; }
    .header .logo-utility .utility li.home a:before {
      font-family: 'Material Icons';
      content: '';
      margin-right: 5px;
      vertical-align: sub;
      font-size: 1.4rem; }

/*追加部分*/
@media screen and (max-width: 970px) {
  .ui-datepicker {
    width: 33rem !important; }

  .ui-datepicker td {
    padding: 2.5px !important; }

  .ui-datepicker table {
    font-size: 1.5em !important; } }
.br_sp_head {
  display: none; }

@media screen and (max-width: 570px) and (min-width: 420px) {
  .br_sp_head {
    display: block; } }
.head_copy {
  width: 100%;
  background-color: #f6f6f6;
  padding: 5px 0; }

.head_copy .logo_description {
  width: 1000px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  margin: 0 auto;
  color: #7b7b7b; }

@media screen and (max-width: 970px) {
  .head_copy {
    width: 100%; } }
@media screen and (max-width: 970px) {
  .head_copy .logo_description {
    width: 95%; } }
/*ここまで*/
/* ハンバーガーボタン　*/
@media screen and (max-width: 970px) {
  .btn-hamburger {
    position: absolute;
    top: 0;
    right: 2vh;
    margin-left: 0;
    margin-top: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer; } }
@media screen and (max-width: 570px) {
  .btn-hamburger {
    margin-top: 40px; } }
@media screen and (max-width: 400px) {
  .btn-hamburger {
    margin-top: 38px; } }

@media screen and (max-width: 970px) {
  .btn-hamburger .line {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 3px;
    background: #003e8b;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } }

@media screen and (max-width: 970px) {
  .btn-hamburger .line_01 {
    top: 16px; } }

@media screen and (max-width: 970px) {
  .btn-hamburger .line_02 {
    top: 24px; } }

@media screen and (max-width: 970px) {
  .btn-hamburger .line_03 {
    top: 32px; } }

@media screen and (max-width: 970px) {
  .btn-hamburger.is-active .line_01 {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@media screen and (max-width: 970px) {
  .btn-hamburger.is-active .line_02 {
    opacity: 0; } }

@media screen and (max-width: 970px) {
  .btn-hamburger.is-active .line_03 {
    top: 24px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

/*---------------------------------
nav
---------------------------------*/
body.fixed {
  position: fixed;
  width: 100%; }

/*ハンバーガーメニューが押されたときに付与するクラス*/
@media screen and (max-width: 970px) {
  .nav.is-active {
    transform: translateY(50px); } }

.nav {
  background: #f6f6f6; }
  @media screen and (max-width: 970px) {
    .nav {
      width: 100%;
      background: none;
      position: fixed;
      transform: translateY(-100%);
      transition: all 0.6s;
      z-index: 15;
      top: 0;
      left: 0;
      overflow: auto;
      height: 92%;
      -webkit-overflow-scrolling: touch; } }

/* 第一階層 ********************************/
.nav-main {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  @media screen and (max-width: 970px) {
    .nav-main {
      width: 100%;
      display: block;
      height: auto;
      z-index: 99;
      background: #FFF;
      padding-top: 25px; } }
  @media screen and (max-width: 570px) {
    .nav-main {
      padding-top: 40px; } }
  .nav-main li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #c2c2c2;
    font-size: 1.4rem; }
    @media screen and (max-width: 970px) {
      .nav-main li {
        width: 100%;
        border-right: none;
        text-align: left;
        border-bottom: 1px solid #f2f3f5;
        background: #003e8b; } }
  .nav-main li.no-link {
    opacity: .5; }
    @media screen and (max-width: 970px) {
      .nav-main li.no-link {
        opacity: .2; } }
  .nav-main li:first-child {
    border-left: 1px solid #c2c2c2; }
    @media screen and (max-width: 970px) {
      .nav-main li:first-child {
        border-left: none; } }
  .nav-main button {
    font-weight: 700;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media screen and (max-width: 970px) {
      .nav-main button {
        width: 100%;
        padding: 1.5rem;
        text-align: left;
        position: relative;
        font-size: 2rem;
        color: #FFF; } }
  .nav-main button.current--main {
    width: 100%;
    background: #003e8b;
    color: #FFF;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    height: 50px; }
    @media screen and (max-width: 970px) {
      .nav-main button.current--main {
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        height: auto; } }
  @media screen and (max-width: 970px) {
    .nav-main button a {
      color: #FFF; }
  }

/* アコーディオンボタン */
@media screen and (max-width: 970px) {
  .btn-aco:after {
    font-family: 'Material Icons';
    content: '';
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 3.6rem; } }

@media screen and (max-width: 970px) {
  .btn-aco.header_nav_active:after {
    font-family: 'Material Icons';
    content: '';
    font-size: 3.6rem; } }

/* 第二階層 ********************************/
.nav-sub {
  background: #003e8b;
  margin: 0 -500%;
  padding: 0 500%;
  position: absolute;
  top: 50px; }
  @media screen and (max-width: 970px) {
    .nav-sub {
      background: #FFF;
      position: inherit;
      margin: 0;
      padding: 0;
      top: 0; } }
  .nav-sub ul {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    @media screen and (max-width: 970px) {
      .nav-sub ul {
        width: 100%;
        height: auto;
        display: block; } }
  .nav-sub li {
    width: 20%;
    text-align: center;
    font-size: 1.6rem;
    border-right: 1px dotted #FFF;
    color: #FFF; }
    @media screen and (max-width: 970px) {
      .nav-sub li {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #f2f3f5;
        text-align: left;
        padding: 1.5rem;
        position: relative;
        font-size: 1.8rem;
        background: #FFF;
        color: #003e8b; } }
  .nav-sub li:first-child {
    border-left: 1px dotted #FFF; }
    @media screen and (max-width: 970px) {
      .nav-sub li:first-child {
        border-left: none; } }
  .nav-sub li a {
    color: #FFF;
    display: block; }
    @media screen and (max-width: 970px) {
      .nav-sub li a {
        color: #003e8b;
        position: relative; } }
  .nav-sub li.current--sub a {
    font-weight: 700;
    position: relative; }
  .nav-sub li.current--sub a:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffe400; }
    @media screen and (max-width: 970px) {
      .nav-sub li.current--sub a:after {
        position: inherit;
        height: auto;
        background: none; } }
  @media screen and (max-width: 970px) {
    .nav-sub li:after {
      position: absolute;
      top: 0.7rem;
      right: 1.5rem;
      font-family: 'Material Icons';
      content: '';
      font-size: 3.6rem; } }
  @media screen and (max-width: 970px) {
    .nav-sub li a:after {
      position: absolute;
      right: 0; } }

/* 総合TOPへ（スマホのみ）*/
.utility-sp {
  display: none; }
  @media screen and (max-width: 970px) {
    .utility-sp {
      display: block;
      background: #666;
      font-size: 1.4rem;
      padding: 1.5rem;
      text-align: center;
      color: #FFF; } }
  .utility-sp a {
    display: block;
    color: #FFF; }
    .utility-sp a:before {
      display: inline-block;
      font-family: 'Material Icons';
      content: ' ';
      vertical-align: bottom;
      margin-right: 5px; }

/* 閉じるボタン（スマホのみ）*/
.close-sp {
  display: none; }
  @media screen and (max-width: 970px) {
    .close-sp {
      display: block;
      text-align: center;
      background: #f2f3f5;
      padding: 1.5rem 0; }
      .close-sp p {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        color: #333;
        padding: 1.5rem 0;
        width: 60%;
        margin: 0 auto;
        border: 1px solid #333;
        background: #FFF; }
      .close-sp p:before {
        font-family: 'Material Icons';
        content: ' '; } }

/*---------------------------------
footer
---------------------------------*/
footer {
  border-top: 1px solid #d6d6d6;
  background: #eaecee;
  /* utility */
  /* コピーライト */ }
  footer .footer__wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /* 運営会社 */
    /* サイトマップ */ }
    @media screen and (max-width: 970px) {
      footer .footer__wrapper {
        width: 90%;
        padding: 4rem 0; } }
    footer .footer__wrapper .company-info {
      width: 320px; }
      @media screen and (max-width: 970px) {
        footer .footer__wrapper .company-info {
          width: 100%; } }
      footer .footer__wrapper .company-info .logo {
        width: 160px;
        margin-bottom: 25px; }
        @media screen and (max-width: 970px) {
          footer .footer__wrapper .company-info .logo {
            width: 30%;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 750px) {
          footer .footer__wrapper .company-info .logo {
            width: 50%;
            margin-bottom: 2rem; } }
      footer .footer__wrapper .company-info .catch {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 25px; }
        @media screen and (max-width: 970px) {
          footer .footer__wrapper .company-info .catch {
            font-size: 1.4rem;
            line-height: 1.8; } }
      footer .footer__wrapper .company-info .sns {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px; }
        footer .footer__wrapper .company-info .sns p {
          width: 20px;
          margin-right: 5px; }
      footer .footer__wrapper .company-info .name {
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 10px; }
      footer .footer__wrapper .company-info .mark {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        footer .footer__wrapper .company-info .mark li {
          margin-right: 10px; }
    footer .footer__wrapper .sitemap {
      /* 国内ツアー */
      /* 海外・国内・ジェットツアー */ }
      @media screen and (max-width: 970px) {
        footer .footer__wrapper .sitemap {
          display: none; } }
      footer .footer__wrapper .sitemap .ttl-domestic {
        font-size: 1.8rem;
        font-weight: 700;
        color: #003e8b;
        margin-bottom: 20px; }
        footer .footer__wrapper .sitemap .ttl-domestic span img {
          width: 20px;
          vertical-align: bottom;
          margin-right: 5px; }
      footer .footer__wrapper .sitemap .link-domestic {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        flex-wrap: -webkit-nowrap; }
        footer .footer__wrapper .sitemap .link-domestic .link {
          margin-left: 20px; }
          footer .footer__wrapper .sitemap .link-domestic .link .ttl-sub {
            font-size: 1.4rem;
            font-weight: 700;
            color: #b5b5b5;
            line-height: 1.2;
            margin-bottom: 15px; }
          footer .footer__wrapper .sitemap .link-domestic .link ul {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            flex-wrap: -webkit-wrap; }
            footer .footer__wrapper .sitemap .link-domestic .link ul li {
              font-size: 1.2rem;
              color: #b5b5b5;
              margin-bottom: .7rem; }
            footer .footer__wrapper .sitemap .link-domestic .link ul li:nth-child(odd) {
              margin-right: 15px; }
            footer .footer__wrapper .sitemap .link-domestic .link ul li.no-link:before {
              font-family: 'Material Icons';
              content: '';
              color: #b5b5b5;
              font-size: 1.4rem; }
            footer .footer__wrapper .sitemap .link-domestic .link ul li a:before {
              color: #003e8b;
              font-family: 'Material Icons';
              content: ''; }
        footer .footer__wrapper .sitemap .link-domestic .link:first-child {
          margin-left: 0; }
        footer .footer__wrapper .sitemap .link-domestic .feature {
          width: 155px; }
      footer .footer__wrapper .sitemap .link-sub {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        footer .footer__wrapper .sitemap .link-sub .tour-overseas,
        footer .footer__wrapper .sitemap .link-sub .tour-jet,
        footer .footer__wrapper .sitemap .link-sub .tour-domestic {
          margin-right: 40px; }
          footer .footer__wrapper .sitemap .link-sub .tour-overseas li a,
          footer .footer__wrapper .sitemap .link-sub .tour-jet li a,
          footer .footer__wrapper .sitemap .link-sub .tour-domestic li a {
            font-size: 1.2rem;
            margin-bottom: .7rem; }
          footer .footer__wrapper .sitemap .link-sub .tour-overseas li a:before,
          footer .footer__wrapper .sitemap .link-sub .tour-jet li a:before,
          footer .footer__wrapper .sitemap .link-sub .tour-domestic li a:before {
            font-family: 'Material Icons';
            content: '';
            vertical-align: sub;
            color: #003e8b;
            font-size: 1.4rem; }
        footer .footer__wrapper .sitemap .link-sub .ttl-sub {
          font-size: 1.6rem;
          font-weight: 600;
          margin-bottom: 10px; }
        footer .footer__wrapper .sitemap .link-sub .tour-overseas .ttl-sub:before,
        footer .footer__wrapper .sitemap .link-sub .tour-jet .ttl-sub:before {
          font-family: 'Material Icons';
          color: #003e8b;
          font-size: 2rem;
          vertical-align: sub;
          margin-right: 5px; }
        footer .footer__wrapper .sitemap .link-sub .tour-overseas .ttl-sub:before {
          content: ''; }
        footer .footer__wrapper .sitemap .link-sub .tour-jet .ttl-sub:before {
          content: ''; }
        footer .footer__wrapper .sitemap .link-sub .tour-domestic .ttl-sub img {
          width: 20px;
          vertical-align: bottom;
          margin-right: 5px; }
  footer .utility {
    border-top: 1px solid #d6d6d6;
    background: #FFF;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem; }
    @media screen and (max-width: 970px) {
      footer .utility {
        padding: 0; } }
    footer .utility .utility__wrapper {
      width: 900px;
      margin: 0 auto; }
      @media screen and (max-width: 970px) {
        footer .utility .utility__wrapper {
          width: 100%; } }
      footer .utility .utility__wrapper ul {
        text-align: center; }
        @media screen and (max-width: 970px) {
          footer .utility .utility__wrapper ul {
            width: 90%;
            text-align: left; } }
        footer .utility .utility__wrapper ul li {
          margin-bottom: 1rem;
          display: inline-block; }
          @media screen and (max-width: 970px) {
            footer .utility .utility__wrapper ul li {
              margin-bottom: 1.5rem; } }
        footer .utility .utility__wrapper ul li a:after {
          content: '|';
          padding-left: 10px;
          margin-right: 10px; }
        @media screen and (max-width: 970px) {
          footer .utility .utility__wrapper ul li.pc {
            display: none; } }
      @media screen and (max-width: 970px) {
        footer .utility .utility__wrapper ul.sp {
          width: 100%;
          text-align: center;
          border-bottom: 1px solid #f2f3f5; }
          footer .utility .utility__wrapper ul.sp li {
            width: 32%;
            border-right: 1px solid #f2f3f5;
            padding: 2rem 0;
            margin-bottom: 0; }
          footer .utility .utility__wrapper ul.sp li:last-child {
            border-right: none; }
          footer .utility .utility__wrapper ul.sp li a:after {
            content: '';
            padding-left: 0;
            margin-right: 0; } }
      @media screen and (max-width: 970px) {
        footer .utility .utility__wrapper ul.pc-sp {
          width: 90%;
          margin: 0 auto;
          padding: 2rem 0 1rem 0; } }
  footer .copyright {
    background: #666666;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    padding: 15px 0;
    font-style: normal;
    line-height: 1.8; }
    @media screen and (max-width: 970px) {
      footer .copyright p {
        width: 90%;
        margin: 0 auto; } }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top a {
    background: #003e8b;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-family: 'Material Icons';
    font-size: 2rem;
    opacity: .9;
    line-height: 70px; }
    @media screen and (max-width: 970px) {
      .page-top a {
        width: 50px;
        height: 50px;
        line-height: 50px; } }

/* ==============================================================
*  モジュール（汎用的に使用できるスタイル）
* ============================================================ */
/*---------------------------------
ボタン
---------------------------------*/
/* 色のバリエーション  ******************/
/* メインで使う三色
	.btn--blue……メインで使う色
	.btn--yellow……選択している状態
	.btn--red……コンバージョンボタン
*/
.btn--blue,
.btn--yellow,
.btn--red {
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 10px;
  transition: 0.2s all ease 0s;
  cursor: pointer; }
  @media screen and (max-width: 970px) {
    .btn--blue,
    .btn--yellow,
    .btn--red {
      padding: 1rem;
      transition: none; } }

.btn--blue {
  background: #003e8b;
  box-shadow: 0px 3px 0 #002c63;
  color: #FFF; }
  .btn--blue a {
    color: #FFF; }

.btn--yellow {
  background: #ffe400;
  box-shadow: 0px 3px 0 #d7cb00;
  color: #333; }

.btn--red {
  background: #c44639;
  box-shadow: 0px 3px 0 #a13125;
  color: #FFF; }

.btn--blue:hover,
.btn--yellow:hover,
.btn--red:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: none; }
  @media screen and (max-width: 970px) {
    .btn--blue:hover,
    .btn--yellow:hover,
    .btn--red:hover {
      transform: none; } }

@media screen and (max-width: 970px) {
  .btn--blue:hover {
    box-shadow: 0px 3px 0 #002c63; } }

@media screen and (max-width: 970px) {
  .btn--yellow:hover {
    box-shadow: 0px 3px 0 #d7cb00; } }

@media screen and (max-width: 970px) {
  .btn--red:hover {
    box-shadow: 0px 3px 0 #a13125; } }

/* 白背景のボタン */
.btn--white {
  transition: 0.2s all ease 0s;
  box-shadow: 0px 4px 0 #d1d1d1;
  cursor: pointer; }
  @media screen and (max-width: 970px) {
    .btn--white {
      transition: none; } }

.btn--white:hover {
  transform: translate3d(0, 4px, 0);
  box-shadow: none; }
  @media screen and (max-width: 970px) {
    .btn--white:hover {
      transform: none;
      box-shadow: 0px 4px 0 #d1d1d1; } }

/* 検索ボタン ***********************/
/* ベース */
.btn-search {
  width: 290px;
  margin: 0 auto;
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 15px 0;
  box-shadow: 0px 5px 0 #a13125; }
  @media screen and (max-width: 970px) {
    .btn-search {
      width: 70%;
      font-size: 2.2rem;
      padding: 1.2rem 0; } }

@media screen and (max-width: 970px) {
  .btn-search:hover {
    box-shadow: 0px 5px 0 #a13125; } }

/* ツアーを検索する */
.btn-search--tour:before {
  font-family: 'Material Icons';
  content: '';
  margin-right: 5px; }

/* ホテルを検索する */
.btn-search--hotel:before {
  font-family: 'Material Icons';
  content: '';
  margin-right: 5px; }

/*---------------------------------
パンくず
---------------------------------*/
.pan {
  font-size: 1.2rem;
  color: #333;
  padding: 10px 0; }
  .pan ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 970px) {
      .pan ul {
        width: 90%; } }
  .pan li:after {
    color: #d2d2d2;
    content: '〉';
    margin: 0 7px; }
  .pan li:last-child:after {
    content: ''; }

.pan_link {
  display: inline; }

.pan_link_in {
  color: #003e8b !important;
  /*color:#003e8b!important;テスト環境ではこれ*/
  /*background-color:#003e8b;
  color:white!important;
  padding:2.5px 7.5px;
  box-shadow:0 3px 0 #002c63;
  border-radius:30px;*/ }

/*---------------------------------
アイコン
---------------------------------*/
/* ポイント ***************************/
/* ホテルのポイント */
.point-icon--hotel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  font-weight: 500;
  text-align: center; }
  .point-icon--hotel li {
    border: 1px solid #003e8b;
    padding: 5px 10px;
    font-size: 1.2rem;
    color: #003e8b;
    margin-right: 10px;
    margin-top: 10px; }
    @media screen and (max-width: 750px) {
      .point-icon--hotel li {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        margin-right: 0.5rem;
        margin-top: 0.5rem; } }
  .point-icon--hotel li:before {
    font-size: 1.4rem;
    font-family: 'Material Icons';
    vertical-align: sub;
    margin-right: 5px; }
  .point-icon--hotel li.beach:before {
    content: ''; }
  .point-icon--hotel li.premium:before {
    content: ''; }
  .point-icon--hotel li.night-view:before {
    content: ''; }
  .point-icon--hotel li.ocean-view:before {
    content: ''; }
  .point-icon--hotel li.spa:before {
    content: ''; }
  .point-icon--hotel li.activity:before {
    content: ''; }
  .point-icon--hotel li.private-beach:before {
    content: ''; }
  .point-icon--hotel li.nosmork-room:before {
    content: ''; }

/* エリアアイコン */
.area-icon {
  padding: 5px 0;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center; }
  @media screen and (max-width: 970px) {
    .area-icon {
      font-size: 1.4rem;
      font-weight: 700; } }
  .area-icon:before {
    font-family: 'Material Icons';
    content: '';
    margin-right: 3px;
    font-size: 1.4rem;
    vertical-align: middle; }

/*---------------------------------
ツアーリスト
---------------------------------*/
/* ツアー検索 ************************************/
/* 検索結果 件数 */
.tour-result {
  width: 1000px;
  margin: 0 auto 45px auto; }
  @media screen and (max-width: 970px) {
    .tour-result {
      width: 90%;
      margin: 0 auto 4vh auto; } }
  .tour-result p {
    background: #FFF;
    border: double 6px #003e8b;
    padding: 15px 0;
    text-align: center;
    font-size: 1.6rem;
    color: #003e8b;
    font-weight: 700; }
    @media screen and (max-width: 970px) {
      .tour-result p {
        padding: 1rem; } }
    .tour-result p span {
      font-size: 3.4rem;
      vertical-align: sub;
      font-weight: 600;
      color: #c44639;
      font-family: "Barlow Semi Condensed", sans-serif; }
  .tour-result .caption {
    margin-top: 20px; }
    @media screen and (max-width: 970px) {
      .tour-result .caption {
        margin-top: 2rem; } }

/* ツアー検索中 */
.search-loading {
  width: 1000px;
  margin: 0px auto;
  padding: 60px 0; }
  @media screen and (max-width: 970px) {
    .search-loading {
      width: 90%;
      margin: 0 auto;
      padding: 4vh 0; } }
  .search-loading p {
    text-align: center;
    color: #004080;
    margin-top: 10px;
    font-weight: 700; }
  .search-loading .loader,
  .search-loading .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em; }
  .search-loading .loader {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.8em solid rgba(0, 64, 128, 0.2);
    border-right: 0.8em solid rgba(0, 64, 128, 0.2);
    border-bottom: 0.8em solid rgba(0, 64, 128, 0.2);
    border-left: 0.8em solid #004080;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*　条件に合うツアーが無かった場合 */
.search-none {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  font-size: 1.6rem; }
  @media screen and (max-width: 970px) {
    .search-none {
      width: 90%;
      margin: 0 auto;
      padding: 4vh 0; } }
  .search-none .btn--blue {
    width: 270px;
    margin: 0 auto;
    margin-top: 2rem; }
    .search-none .btn--blue:before {
      content: '';
      font-family: 'Material Icons';
      margin-right: 5px; }

/*　js用の要素を消すclass */
.none_list_search,
.none_list_narrow {
  display: none; }

/* ツアーランキング　*/
.tour-ranking {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 970px) {
    .tour-ranking {
      width: 90%; } }
  .tour-ranking .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 970px) {
      .tour-ranking .ttl {
        margin-bottom: 2rem; } }
    .tour-ranking .ttl span {
      font-size: 3rem;
      color: #c44639;
      font-weight: 700; }
  .tour-ranking .btn-more {
    width: 165px;
    margin: 0 0 0 auto;
    font-size: 1.4rem; }
  .tour-ranking .btn-more a {
    color: #FFF; }
  .tour-ranking .btn-more a:after {
    font-family: 'Material Icons';
    content: '';
    vertical-align: sub; }
  .tour-ranking .unit {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 970px) {
      .tour-ranking .unit {
        margin-bottom: 3vh;
        display: block; } }
    .tour-ranking .unit .left {
      width: 85px;
      background: #003e8b;
      -webkit-border-top-left-radius: 10px;
      -moz-border-radius-topleft: 10px;
      border-top-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-left-radius: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      @media screen and (max-width: 970px) {
        .tour-ranking .unit .left {
          width: 100%;
          -webkit-border-top-left-radius: 10px;
          -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
          -webkit-border-top-right-radius: 10px;
          -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 0;
          padding: 1vh 0; } }
      @media screen and (max-width: 970px) {
        .tour-ranking .unit .left img {
          width: 5%; } }
      @media screen and (max-width: 750px) {
        .tour-ranking .unit .left img {
          width: 8%; } }
    .tour-ranking .unit .right {
      padding: 30px;
      width: 915px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      @media screen and (max-width: 970px) {
        .tour-ranking .unit .right {
          padding: 3vh;
          width: 100%; } }
      @media screen and (max-width: 750px) {
        .tour-ranking .unit .right {
          display: block; } }
      .tour-ranking .unit .right .photo-box {
        width: 150px; }
        @media screen and (max-width: 970px) {
          .tour-ranking .unit .right .photo-box {
            width: 30%; } }
        @media screen and (max-width: 750px) {
          .tour-ranking .unit .right .photo-box {
            width: 100%; } }
      .tour-ranking .unit .right .photo-box img {
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .tour-ranking .unit .right .photo-box .photo {
        margin-bottom: 10px; }
      .tour-ranking .unit .right .photo-box .area-icon {
        margin-bottom: 5px; }
      .tour-ranking .unit .right .txt-box {
        width: 680px;
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: 600; }
        @media screen and (max-width: 970px) {
          .tour-ranking .unit .right .txt-box {
            width: 65%; } }
        @media screen and (max-width: 750px) {
          .tour-ranking .unit .right .txt-box {
            width: 100%; } }
        .tour-ranking .unit .right .txt-box .hotel-icon {
          font-size: 1.2rem;
          margin-top: 17px;
          font-weight: 500;
          text-indent: -7rem;
          padding-left: 7rem; }
          @media screen and (max-width: 970px) {
            .tour-ranking .unit .right .txt-box .hotel-icon {
              margin-top: 1.5rem; } }
          .tour-ranking .unit .right .txt-box .hotel-icon span {
            background: #666;
            color: #FFF;
            padding: 3px 10px;
            margin-right: 7px; }
        .tour-ranking .unit .right .txt-box .price {
          margin-top: 15px;
          font-size: 2rem; }
  .tour-ranking .unit a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px; }

/*---------------------------------
ツアー検索（条件で絞り込む）
---------------------------------*/
.search-box__common {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ccd6ea;
  padding-bottom: 30px;
  /* 項目名 */
  /* 旅行代金 */
  /* 出発日　カレンダー */
  /* 出発日削除 */ }
  .search-box__common .flex.col-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .search-box__common .flex.col-2 .flex_item {
      width: 48%;
      margin-right: 4%; }
      .search-box__common .flex.col-2 .flex_item:nth-child(2n) {
        margin-right: 0; }
  .search-box__common .flex.col-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .search-box__common .flex.col-3 .flex_item {
      width: 32%;
      margin-right: 2%; }
      .search-box__common .flex.col-3 .flex_item:nth-child(3n) {
        margin-right: 0; }
  .search-box__common .ttl {
    margin-bottom: 30px;
    background: #003e8b;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 0; }
  .search-box__common input {
    box-sizing: border-box; }
  .search-box__common .detail_search_title {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    background-color: #333333; }
  .search-box__common .border_bottom {
    border-bottom: 1px solid #fff; }
  .search-box__common .parrent {
    padding: 0 0 15px;
    margin: 0 30px 15px; }
  .search-box__common .flex.col-2 {
    align-items: center; }
  .search-box__common .flex.col-2.child .flex_item:nth-child(1) {
    width: 100px;
    margin-right: 10px; }
  .search-box__common .flex.col-2.child .flex_item:nth-child(2) {
    width: calc(100% - 110px); }
  .search-box__common .flex-side {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*line-height: 2;*/ }
    .search-box__common .flex-side div {
      /*&:nth-child(2){
      	display: -webkit-flex;
      	display: flex;
      	width: 245px;
      	align-items: center;
      	p{
      		white-space: nowrap;
      		margin-right: 10px;
      	}
      	&.select01{
      		width: 100%;
      		margin-right: 0;
      	}
      }*/ }
      .search-box__common .flex-side div:nth-child(6) {
        width: 19%;
        max-width: 155px; }
    .search-box__common .flex-side.no1 {
      justify-content: flex-start; }
      .search-box__common .flex-side.no1 div {
        margin-right: 20px; }
        .search-box__common .flex-side.no1 div.caption {
          margin-right: 0; }
    .search-box__common .flex-side.no2 {
      justify-content: flex-start; }
      .search-box__common .flex-side.no2 p {
        margin-right: 10px; }
        .search-box__common .flex-side.no2 p:last-child {
          margin-right: 0; }
    .search-box__common .flex-side.no3 .select01 {
      max-width: 290px;
      width: 35%; }
    .search-box__common .flex-side.no3 span {
      color: #000033; }
    .search-box__common .flex-side.no3 .caption {
      color: #000033; }
    .search-box__common .flex-side.no4 {
      justify-content: flex-start; }
      .search-box__common .flex-side.no4 p {
        margin-right: 15px;
        color: #000033;
        font-size: 13px; }
  .search-box__common_title {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    background-color: #333333; }
  .search-box__common .select01 {
    position: relative; }
    .search-box__common .select01::after {
      z-index: 1;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) translateX(0%);
      -webkit-transform: translateY(-50%) translateX(0%);
      content: "keyboard_arrow_down";
      font-family: "Material Icons";
      color: #7F878C;
      pointer-events: none; }
    .search-box__common .select01 select {
      outline: none;
      /*vertical-align: middle;*/
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 6px 10px;
      width: 100%;
      border-radius: 3px;
      /*font-size: 12px;*/ }
  .search-box__common .date__wrapper {
    width: 75%;
    display: inline-block;
    vertical-align: middle; }
    .search-box__common .date__wrapper #date-icon {
      display: inline-block; }
      .search-box__common .date__wrapper #date-icon:hover {
        cursor: pointer; }
    .search-box__common .date__wrapper .material-icons {
      font-size: 18px;
      vertical-align: middle; }
    .search-box__common .date__wrapper input {
      width: 90%; }
  .search-box__common .delete {
    display: inline-block;
    width: calc(100% - 76%);
    vertical-align: middle; }
    .search-box__common .delete:hover {
      cursor: pointer; }

@media screen and (max-width: 1100px) {
  .search-box__common .flex-side.no1 div.caption {
    width: 100%;
    max-width: 100%;
    argin-top: 10px; }
  .search-box__common .flex-side.no2 p {
    margin-bottom: 2rem; }
    .search-box__common .flex-side.no2 p:last-child {
      margin-bottom: 0; }
  .search-box__common .date__wrapper {
    width: calc(100% - 78px); }
    .search-box__common .date__wrapper input {
      width: calc(100% - 25px); }
  .search-box__common .delete {
    width: auto; } }
@media screen and (max-width: 970px) {
  .search-box__common .flex-side.no1 {
    justify-content: flex-start; }
    .search-box__common .flex-side.no1 div {
      line-height: 3rem; }
  .search-box__common .flex-side.no2 {
    justify-content: flex-start; }
    .search-box__common .flex-side.no2 p {
      margin-right: 10px; }
      .search-box__common .flex-side.no2 p:last-child {
        margin-right: 0;
        margin-bottom: 2rem; }
  .search-box__common .flex-side.no4 p {
    margin-right: 10px; } }
@media screen and (max-width: 750px) {
  .search-box__common .flex.col-2 {
    align-items: flex-start; }
    .search-box__common .flex.col-2 .flex_item:nth-child(1) {
      margin-bottom: 15px; }
  .search-box__common .flex.col-2.child .flex_item {
    margin-bottom: 0; }
  .search-box__common .date__wrapper {
    width: calc(100% - 57px); } }
@media screen and (max-width: 480px) {
  .search-box__common .ttl {
    font-size: 2.0rem; }
  .search-box__common .detail_search_title {
    font-size: 1.6rem;
    padding: 6px 0; }
  .search-box__common .parrent {
    margin: 0 10px 15px; }
  .search-box__common_title {
    font-size: 1.2rem;
    padding: 6px 0; }
  .search-box__common .flex.col-2.child .flex_item:nth-child(1) {
    width: 80px; }
  .search-box__common .flex.col-2.child .flex_item:nth-child(2) {
    width: calc(100% - 90px); }
  .search-box__common .flex-side.no1 {
    font-size: 1.6rem; }
    .search-box__common .flex-side.no1 div:last-child {
      margin-bottom: 0; }
  .search-box__common .flex-side.no2 p {
    font-size: 1.6rem;
    margin-right: 0;
    width: 100%; }
    .search-box__common .flex-side.no2 p:last-child {
      margin-bottom: 0; }
  .search-box__common .flex-side.no3 .select01 {
    width: 88%;
    margin-bottom: 8px; }
  .search-box__common .flex-side.no3 span {
    width: 12%;
    text-align: center; }
  .search-box__common .flex-side.no4 p {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    .search-box__common .flex-side.no4 p:last-child {
      margin-bottom: 0; } }
/* safari ハック
**********************/
_::-webkit-full-page-media, _:future, :root .search-box__common .delete {
  width: calc(100% - 77%); }

/*---------------------------------
ホテル名テキストリンク
---------------------------------*/
.link-hotellist {
  font-size: 1.2rem;
  background: #f2f3f5;
  border-top: 1px solid #d6d6d6;
  padding: 40px 0; }
  .link-hotellist_title {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem; }
  .link-hotellist ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 970px) {
      .link-hotellist ul {
        width: 90%; } }
  .link-hotellist li {
    display: inline-block;
    margin-bottom: 1rem; }
    .link-hotellist li .hotellist_atag {
      text-decoration-line: underline;
      display: inline;
      color: #000000 !important; }
    .link-hotellist li .hotellist_atag:hover {
      text-decoration-line: none; }
  .link-hotellist li:after {
    color: #d2d2d2;
    content: '|';
    margin: 0 7px; }

/* ==============================================================
*  各ページ固有のスタイル
* ============================================================ */
/*---------------------------------
エリアTOP
---------------------------------*/
/* headline ***********************************/
/* h2 */
.h2-tour h2,
.h2-result h2 {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #003e8b; }
  @media screen and (max-width: 970px) {
    .h2-tour h2,
    .h2-result h2 {
      margin-bottom: 2.5rem; } }

/* h3 */
.h3-order {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px; }
  .h3-order h3 {
    font-size: 2.4rem; }
    @media screen and (max-width: 970px) {
      .h3-order h3 {
        font-size: 2.2rem; } }
  .h3-order p {
    font-size: 6.0rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    border-bottom: solid 3px #ffe400;
    position: relative;
    margin-right: 20px; }
  .h3-order p span.ye {
    color: #ffe400; }
  .h3-order p span.bl {
    color: #003e8b; }
  .h3-order p:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    border-bottom: 3px solid #003e8b; }

/* メインビジュアル ***********************************/
.main-visual {
  background: #1774c4;
  margin-top: 50px; }
  @media screen and (max-width: 970px) {
    .main-visual {
      margin-top: 0;
      padding-top: 75px; } }
  .main-visual .area-name_map {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    z-index: 5; }
    @media screen and (max-width: 970px) {
      .main-visual .area-name_map {
        display: none; } }
  .main-visual .area-name {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 5.5rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    color: #FFF;
    opacity: 0.9; }
  .main-visual .map {
    position: absolute;
    left: 50px;
    top: -90px; }

/* swiper */
.swiper-container_01 {
  padding: 75px 0;
  position: relative; }
  @media screen and (max-width: 970px) {
    .swiper-container_01 {
      padding: 5vh 0; } }
  .swiper-container_01 .s-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 970px) {
      .swiper-container_01 .s-wrap {
        width: 90%; } }
  .swiper-container_01 .s-wrap img {
    filter: drop-shadow(0px 5px 0 #1b5ea1);
    width: 100%;
    height: 330px;
    object-fit: cover;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  .swiper-container_01 .s-wrap-icon,
  .swiper-container_01 .s-wrap-sub--place,
  .swiper-container_01 .s-wrap-sub--description {
    position: absolute; }
  .swiper-container_01 .s-wrap-icon {
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    padding: 10px 15px;
    top: 140px;
    left: 40px; }
    @media screen and (max-width: 970px) {
      .swiper-container_01 .s-wrap-icon {
        left: 5%;
        padding: 1rem; } }
  .swiper-container_01 .s-wrap-icon:before {
    font-family: 'Material Icons';
    content: '';
    vertical-align: middle;
    margin-right: 5px; }
  .swiper-container_01 .s-wrap-sub--place,
  .swiper-container_01 .s-wrap-sub--description {
    background: rgba(0, 3, 51, 0.9);
    padding: 10px 15px;
    color: #FFF;
    font-weight: 700;
    left: 40px; }
    @media screen and (max-width: 970px) {
      .swiper-container_01 .s-wrap-sub--place,
      .swiper-container_01 .s-wrap-sub--description {
        left: 5%;
        padding: 1rem; } }
  .swiper-container_01 .s-wrap-sub--place {
    font-size: 40px;
    top: 190px; }
    @media screen and (max-width: 970px) {
      .swiper-container_01 .s-wrap-sub--place {
        font-size: 26px; } }
  .swiper-container_01 .s-wrap-sub--description {
    font-size: 16px;
    top: 250px;
    line-height: 1.8; }
    @media screen and (max-width: 970px) {
      .swiper-container_01 .s-wrap-sub--description {
        font-size: 1.4rem;
        top: 234px;
        width: 90%; } }
  .swiper-container_01 .swiper-slide-active .s-wrap-icon,
  .swiper-container_01 .swiper-slide-active .s-wrap-sub--place,
  .swiper-container_01 .swiper-slide-active .s-wrap-sub--description {
    animation: slideFromRightSub 2.0s ease 0s 1 normal; }
@keyframes slideFromRightSub {
  0%, 45% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
/* swiper.cssの変更 */
.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 100%;
  background: #003e8b;
  opacity: 1;
  border: 2px solid #FFF; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffe400; }

.swiper-pagination-fraction, .swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 970px) {
    .swiper-pagination-fraction, .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 10px; } }

/* 新着ツアー ***********************************/
.new-arrival-tour {
  padding: 35px 0;
  background: url("../images/area/okinawa/bg_newtour.jpg"); }
  .new-arrival-tour .h2-new {
    font-size: 2.4rem;
    color: #003e8b;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 970px) {
      .new-arrival-tour .h2-new {
        margin-bottom: 2rem; } }

/* swipper */
.swiper-container_02 {
  position: relative; }
  .swiper-container_02 .tour-unit {
    transition: 0.2s all ease 0s;
    background: #FFF;
    padding: 30px;
    min-width: 485px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 0 #bfd3de;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 970px) {
      .swiper-container_02 .tour-unit {
        width: 90%;
        margin: 0 auto;
        min-width: auto;
        padding: 2rem;
        transition: none; } }
    .swiper-container_02 .tour-unit .left {
      width: 30%; }
      .swiper-container_02 .tour-unit .left .photo {
        margin-bottom: 10px; }
      .swiper-container_02 .tour-unit .left .photo img {
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .swiper-container_02 .tour-unit .right {
      width: 67%; }
      .swiper-container_02 .tour-unit .right .txt {
        font-size: 1.2rem;
        line-height: 1.8;
        font-weight: 700; }
        @media screen and (max-width: 970px) {
          .swiper-container_02 .tour-unit .right .txt {
            font-size: 1.4rem; } }
      .swiper-container_02 .tour-unit .right .price {
        font-size: 1.8rem;
        margin-top: 10px; }
  .swiper-container_02 .tour-unit:hover {
    transform: translate3d(0, 4px, 0);
    box-shadow: none; }
    @media screen and (max-width: 970px) {
      .swiper-container_02 .tour-unit:hover {
        transform: none;
        box-shadow: 0px 4px 0 #bfd3de; } }
  .swiper-container_02 .tour-unit a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px; }

/* swiper.cssの変更 */
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  background: #003e8b; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  color: #ffe400;
  text-align: center;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -22px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 34px; }
  @media screen and (max-width: 750px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 30px;
      height: 30px;
      font-size: 20px; } }

.swiper-button-prev {
  left: 2rem; }
  @media screen and (max-width: 970px) {
    .swiper-button-prev {
      left: 2rem; } }
  @media screen and (max-width: 750px) {
    .swiper-button-prev {
      left: 1rem; } }

.swiper-button-next {
  right: 2rem; }
  @media screen and (max-width: 970px) {
    .swiper-button-next {
      right: 2rem; } }
  @media screen and (max-width: 750px) {
    .swiper-button-next {
      right: 1rem; } }

.swiper-button-prev:before {
  content: '';
  font-family: 'Material Icons';
  vertical-align: text-bottom; }

.swiper-button-next:before {
  content: '';
  font-family: 'Material Icons';
  vertical-align: text-bottom; }

/* 01 エリア・出発地・日時・人数を選ぶ ***********************************/
.search-tour {
  margin-top: 75px;
  /* 条件で絞り込む　※エリアトップだけ特殊。地図とセットで表示 */
  /* 検索ボックス ※あとで整理*/ }
  @media screen and (max-width: 970px) {
    .search-tour {
      margin-top: 7vh; } }
  .search-tour .search-tour__wrapper {
    padding-top: 70px; }
    @media screen and (max-width: 970px) {
      .search-tour .search-tour__wrapper {
        padding: 5vh 0; } }
  .search-tour .h2-tour {
    text-align: center; }
    .search-tour .h2-tour h2 {
      margin-top: 15px; }
    @media screen and (max-width: 970px) {
      .search-tour .h2-tour img {
        width: 20%; } }
  .search-tour .h3-order h3 {
    color: #FFF; }
  .search-tour .inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 970px) {
      .search-tour .inner {
        width: 90%; } }
  .search-tour .search-map {
    position: relative;
    height: 520px; }
    @media screen and (max-width: 970px) {
      .search-tour .search-map {
        height: auto; } }
  .search-tour .search-map__search-box {
    position: absolute;
    width: 410px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: rgba(235, 238, 243, 0.9);
    border-bottom: 4px solid #abb9d3;
    z-index: 1;
    /* 出発日 */
    /* 航空会社 */
    /* レンタカー */
    /* 旅行代金 */
    /* ボタン */
    /* 検索条件の追加と閉じる */ }
    @media screen and (max-width: 970px) {
      .search-tour .search-map__search-box {
        width: 100%;
        position: static;
        margin: 5vh auto 0 auto; } }
    .search-tour .search-map__search-box .ttl {
      background: #003e8b;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-top-right-radius: 5px;
      color: #FFF;
      font-size: 1.6rem;
      text-align: center;
      padding: 10px 0; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .ttl {
          font-size: 2rem; } }
    .search-tour .search-map__search-box dl {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      font-size: 1.2rem;
      padding: 20px 20px 0; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box dl {
          padding: 2rem 2rem 0;
          font-size: 1.6rem; } }
    .search-tour .search-map__search-box dt {
      background: #333;
      color: #FFF;
      height: 27px;
      padding: 6px 0 0 0;
      text-align: center;
      width: 90px;
      margin-bottom: 10px;
      margin-right: 5px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box dt {
          width: 25%;
          margin-bottom: 1.5rem;
          margin-right: 0.5rem; } }
    .search-tour .search-map__search-box dd {
      width: 270px;
      margin-bottom: 10px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box dd {
          width: 72%;
          margin-bottom: 1.5rem; } }
    .search-tour .search-map__search-box .date {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; }
      .search-tour .search-map__search-box .date .date__wrapper {
        /*width: 170px;*/
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle; }
        @media screen and (max-width: 970px) {
          .search-tour .search-map__search-box .date .date__wrapper {
            width: 70%; } }
        .search-tour .search-map__search-box .date .date__wrapper #date-icon {
          display: inline-block;
          margin-left: 5px; }
    .search-tour .search-map__search-box .airline {
      margin-top: 3px; }
    .search-tour .search-map__search-box .airline span {
      margin-left: 10px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .airline span {
          margin-left: 1rem; } }
    .search-tour .search-map__search-box .airline p {
      margin-bottom: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .airline p {
          margin-bottom: 2rem; } }
    .search-tour .search-map__search-box .airline p.caption {
      margin-bottom: 1rem;
      font-size: 1rem; }
    .search-tour .search-map__search-box .departure-time {
      width: 135px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .departure-time {
          width: 60%; } }
    .search-tour .search-map__search-box .rent-car p {
      margin-bottom: 15px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .rent-car p {
          margin-bottom: 2rem; } }
    .search-tour .search-map__search-box .travel-price select {
      width: 240px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .travel-price select {
          width: 70%; } }
    .search-tour .search-map__search-box .travel-price p {
      margin-bottom: 10px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .travel-price p {
          margin-bottom: 1rem; } }
    .search-tour .search-map__search-box .btn-terms--open, .search-tour .search-map__search-box .btn-terms--close {
      width: 200px;
      margin: 0 auto; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .btn-terms--open, .search-tour .search-map__search-box .btn-terms--close {
          width: 70%; } }
    .search-tour .search-map__search-box .btn-terms--open:before {
      font-family: 'Material Icons';
      content: '';
      vertical-align: middle; }
    .search-tour .search-map__search-box .btn-terms--close:before {
      font-family: 'Material Icons';
      content: '';
      vertical-align: middle; }
    .search-tour .search-map__search-box .btn-search--hotel {
      margin: 20px auto 30px; }
      @media screen and (max-width: 970px) {
        .search-tour .search-map__search-box .btn-search--hotel {
          margin: 2rem auto 2.5rem; } }
    .search-tour .search-map__search-box dl#block_search_extra {
      max-height: 0;
      min-height: 0;
      overflow-y: hidden;
      transition: all .5s ease-in-out;
      padding-top: 10px; }
    .search-tour .search-map__search-box dl.is_open#block_search_extra {
      max-height: 9999px;
      transition: all 2s ease-in-out; }
    .search-tour .search-map__search-box .btn-terms.is_open .btn-terms--open {
      display: none; }
    .search-tour .search-map__search-box .btn-terms .btn-terms--close {
      display: none; }
    .search-tour .search-map__search-box .btn-terms.is_open .btn-terms--close {
      display: block; }

/* 地図　*/
.search-map__map p:before {
  font-family: 'Material Icons';
  content: '';
  vertical-align: middle; }

/* 02 ホテルを選ぶ ***********************************/
.search-hotel {
  width: 1000px;
  margin: 0 auto;
  padding: 75px 0; }
  @media screen and (max-width: 970px) {
    .search-hotel {
      width: 90%;
      padding: 7vh 0; } }
  .search-hotel .h3-order h3 {
    color: #333; }

/* 条件で絞り込む */
.search-narrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 60px; }
  @media screen and (max-width: 970px) {
    .search-narrow {
      margin-bottom: 6vh;
      display: block; } }
  @media screen and (max-width: 1170px) {
    .search-narrow .search-narrow__wrapper:first-child {
      margin-bottom: 3vh; } }
  .search-narrow .search-narrow__wrapper {
    width: 480px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #f2f3f5;
    padding: 30px; }
    @media screen and (max-width: 970px) {
      .search-narrow .search-narrow__wrapper {
        width: 100%;
        padding: 3vh; } }
    .search-narrow .search-narrow__wrapper .h4-narrow {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      color: #333; }
      @media screen and (max-width: 970px) {
        .search-narrow .search-narrow__wrapper .h4-narrow {
          margin-bottom: 1.5rem; } }
      .search-narrow .search-narrow__wrapper .h4-narrow h4 {
        font-size: 1.8rem; }
      .search-narrow .search-narrow__wrapper .h4-narrow p {
        font-size: 1.2rem;
        cursor: pointer; }
      .search-narrow .search-narrow__wrapper .h4-narrow p:before {
        font-family: 'Material Icons';
        content: '';
        vertical-align: sub;
        font-size: 1.4rem; }
    .search-narrow .search-narrow__wrapper ul {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; }
      .search-narrow .search-narrow__wrapper ul li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px; }
        @media screen and (max-width: 970px) {
          .search-narrow .search-narrow__wrapper ul li {
            font-size: 1.6rem; } }

/* ホテル一覧 */
.hotel-list .hotel-list__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-right: -35px;
  overflow: hidden;
  flex-flow: wrap; }
  @media screen and (max-width: 970px) {
    .hotel-list .hotel-list__wrapper {
      margin-right: -3vh; } }
  @media screen and (max-width: 750px) {
    .hotel-list .hotel-list__wrapper {
      margin-right: 0; } }
.hotel-list .unit {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 310px;
  margin-bottom: 35px;
  margin-right: 35px; }
  @media screen and (max-width: 970px) {
    .hotel-list .unit {
      width: 46.5%;
      margin-bottom: 3vh;
      margin-right: 3vh; } }
  @media screen and (max-width: 750px) {
    .hotel-list .unit {
      width: 100%;
      margin-right: 0; } }
  .hotel-list .unit .check-name {
    background: #003e8b;
    font-size: 1.6rem;
    color: #FFF;
    padding: 1.5rem;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px; }
    @media screen and (max-width: 970px) {
      .hotel-list .unit .check-name {
        font-size: 1.8rem;
        padding: 1rem; } }
    @media screen and (max-width: 750px) {
      .hotel-list .unit .check-name {
        font-size: 2rem;
        padding: 1.5rem; } }
    .hotel-list .unit .check-name label {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .hotel-list .unit .photo {
    line-height: 0; }
  .hotel-list .unit .area {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    background: #f2f3f5;
    font-size: 1.2rem; }
    @media screen and (max-width: 970px) {
      .hotel-list .unit .area {
        font-size: 1.4rem; } }
    .hotel-list .unit .area p.area-icon {
      padding: 5px 10px; }
    .hotel-list .unit .area p.sub {
      padding: 5px 10px;
      background: #f2f3f5; }
  .hotel-list .unit .txt {
    padding: 30px;
    line-height: 1.8;
    font-weight: 600; }
    @media screen and (max-width: 970px) {
      .hotel-list .unit .txt {
        padding: 3rem;
        font-size: 1.6rem; } }
    @media screen and (max-width: 750px) {
      .hotel-list .unit .txt {
        padding: 2rem;
        font-size: 1.8rem;
        line-height: 1.6; } }
  .hotel-list .unit .price {
    border-top: 1px solid #d1d1d1;
    text-align: center;
    padding: 15px 0;
    font-size: 2.2rem; }
    @media screen and (max-width: 970px) {
      .hotel-list .unit .price {
        padding: 1.5rem;
        font-size: 2.4rem; } }
    .hotel-list .unit .price span {
      color: #333;
      font-size: 1.2rem; }
      @media screen and (max-width: 970px) {
        .hotel-list .unit .price span {
          font-size: 1.4rem; } }
  .hotel-list .unit .checkbox-parts {
    width: 20px;
    height: 20px; }
  .hotel-list .unit .checkbox-input {
    width: 2rem;
    height: 2rem; }
  .hotel-list .unit .checkbox-input:checked + .checkbox-parts {
    color: #003e8b; }

/* ツアー検索 ***********************************/
.search-result {
  background: #f2f3f5;
  padding-bottom: 75px; }
  @media screen and (max-width: 970px) {
    .search-result {
      padding-bottom: 7vh; } }
  .search-result .arrow {
    text-align: center; }
    @media screen and (max-width: 970px) {
      .search-result .arrow img {
        width: 15%; } }
  .search-result .h2-result {
    text-align: center;
    margin-top: 60px; }
    @media screen and (max-width: 970px) {
      .search-result .h2-result {
        margin-top: 7vh; } }
    .search-result .h2-result p .cls-1, .search-result .h2-result p .cls-2 {
      fill: none; }
    .search-result .h2-result p .cls-1 {
      stroke: #003e8b;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.44px; }
    .search-result .h2-result p .cls-2 {
      stroke: #003e8b;
      stroke-miterlimit: 10;
      stroke-width: 4px; }

/*---------------------------------
ホテル詳細
---------------------------------*/
.hoteldetail img {
  max-width: 100%; }

.hoteldetail .lwrap {
  max-width: 1000px;
  margin: auto; }

.hoteldetail .flex.col-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hoteldetail .flex.col-2 .flex_item {
    width: 48%;
    margin-right: 4%; }
    .hoteldetail .flex.col-2 .flex_item:nth-child(2n) {
      margin-right: 0; }
.hoteldetail .flex.col-3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hoteldetail .flex.col-3 .flex_item {
    width: 32%;
    margin-right: 2%; }
    .hoteldetail .flex.col-3 .flex_item:nth-child(3n) {
      margin-right: 0; }

/* メインビジュアル */
.hoteldetail .main-visual {
  background-color: transparent; }

/* パンくず */
.hoteldetail .pan {
  border-bottom: 1px solid #eaeaea; }

/* ホテルの名前 */
.hoteldetail .hotel_name {
  vertical-align: middle;
  display: inline;
  font-size: 30px; }
  .hoteldetail .hotel_name_wrap {
    max-width: 1000px;
    margin: auto;
    padding: 30px 0; }
  .hoteldetail .hotel_name_title {
    font-size: 30px;
    margin-bottom: 10px; }
  .hoteldetail .hotel_name_area {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background-color: #00d5e8;
    text-align: center;
    padding: 8px 15px;
    margin-right: 10px;
    vertical-align: middle; }
    .hoteldetail .hotel_name_area .material-icons {
      font-size: 16px;
      position: relative;
      top: 2px;
      margin-right: 3px; }

/* スライド */
.hoteldetail .slick-slide img {
  width: 100%; }

.hoteldetail .slide_wrap .lwrap {
  position: relative; }
.hoteldetail .slide_wrap .absolute {
  color: #fff;
  text-align: center;
  position: absolute;
  right: -79px;
  top: -20px;
  background-color: #c44639;
  box-shadow: 0px 5px 0 #a13125;
  z-index: 9;
  border-radius: 50%;
  transition: 0.2s all ease 0s; }
  .hoteldetail .slide_wrap .absolute:hover {
    transform: translate3d(0, 5px, 0);
    box-shadow: none; }
  .hoteldetail .slide_wrap .absolute a {
    color: #fff;
    display: block;
    padding: 15px 30px 10px; }
  .hoteldetail .slide_wrap .absolute i {
    display: block;
    text-align: center;
    margin-bottom: 6px; }
    .hoteldetail .slide_wrap .absolute i.material-icons {
      margin-bottom: 0;
      font-size: 20px; }
  .hoteldetail .slide_wrap .absolute p {
    line-height: 1.5;
    font-weight: bold; }

/* タイトル　※本当は他のページでも使いまわしたい */
.hoteldetail .title_01 {
  font-size: 24px;
  font-weight: 500;
  color: #005bac;
  line-height: 1.5; }
.hoteldetail .title_02 {
  font-size: 20px;
  font-weight: 500;
  color: #005bac; }
.hoteldetail .title_03 {
  font-size: 24px;
  font-weight: 500;
  background: url("../images/hotel/icon_title_03.jpg") no-repeat left center;
  background-size: 48px;
  padding-left: 63px;
  margin-bottom: 25px; }
.hoteldetail .title_04 {
  font-size: 16px;
  font-weight: 500;
  color: #005bac; }
.hoteldetail .title_05 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #f2f3f5;
  padding: 10px 0; }

/* ホテルの説明 */
.hoteldetail .hotelDetails {
  margin-top: 70px; }
  .hoteldetail .hotelDetails .title_01 {
    margin-bottom: 30px; }
  .hoteldetail .hotelDetails .title_02 {
    margin-bottom: 10px; }
  .hoteldetail .hotelDetails p {
    line-height: 1.5; }
    .hoteldetail .hotelDetails p.hotelDetails_top_text {
      line-height: 1.8; }
  .hoteldetail .hotelDetails .flex.col-2 {
    margin-bottom: 2%; }
    .hoteldetail .hotelDetails .flex.col-2 .flex_item {
      margin-bottom: 4%; }
    .hoteldetail .hotelDetails .flex.col-2 img {
      margin-bottom: 20px; }
  .hoteldetail .hotelDetails .flex.col-3 {
    margin-bottom: 5%; }
    .hoteldetail .hotelDetails .flex.col-3 .flex_item {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 3.5%; }
      .hoteldetail .hotelDetails .flex.col-3 .flex_item:nth-child(3n) {
        margin-right: 0; }
      .hoteldetail .hotelDetails .flex.col-3 .flex_item img {
        margin-bottom: 25px; }
      .hoteldetail .hotelDetails .flex.col-3 .flex_item .title_04 {
        margin-bottom: 10px; }
  .hoteldetail .hotelDetails .accordion_wrap {
    margin-bottom: 90px; }
  .hoteldetail .hotelDetails .accordion_title {
    font-size: 18px;
    color: #fff;
    background-color: #003e8b;
    border-radius: 30px;
    padding: 15px 20px;
    position: relative; }
    .hoteldetail .hotelDetails .accordion_title:hover {
      cursor: pointer; }
    .hoteldetail .hotelDetails .accordion_title::after {
      font-feature-settings: 'liga';
      content: "minimize";
      font-family: "Material Icons";
      vertical-align: sub;
      font-size: 20px;
      position: absolute;
      right: 30px;
      top: 38%;
      transform: translateY(-50%) translateX(0%);
      -webkit-transform: translateY(-50%) translateX(0%); }
    .hoteldetail .hotelDetails .accordion_title i {
      font-size: 18px;
      margin-right: 10px; }
    .hoteldetail .hotelDetails .accordion_title.active::after {
      content: "add";
      top: 50%; }
  .hoteldetail .hotelDetails .accordion_inner {
    padding-top: 15px; }

/* ホテルの概要 */
.hoteldetail .table_01 {
  border-collapse: collapse;
  width: 100%; }
  .hoteldetail .table_01 tr {
    border-bottom: 1px solid #e1e1e1; }
  .hoteldetail .table_01 th {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    padding: 15px 10px;
    width: 15%;
    line-height: 1.5;
    white-space: nowrap; }
  .hoteldetail .table_01 td {
    font-size: 14px;
    width: 85%;
    padding: 15px 10px;
    line-height: 1.5; }

/* アクセス・観光情報 */
.hoteldetail .hotelAccess_bottom {
  background-color: #003e8b;
  color: #fff;
  padding: 30px 0 60px; }
  .hoteldetail .hotelAccess_bottom_icon {
    background-color: #fff;
    border-radius: 15px;
    color: #333;
    margin-bottom: 30px; }
    .hoteldetail .hotelAccess_bottom_icon .flex.col-2 {
      align-items: center;
      padding: 10px 0; }
      .hoteldetail .hotelAccess_bottom_icon .flex.col-2 .flex_item {
        width: 10%;
        margin-right: 0; }
        .hoteldetail .hotelAccess_bottom_icon .flex.col-2 .flex_item:nth-child(1) {
          text-align: center; }
        .hoteldetail .hotelAccess_bottom_icon .flex.col-2 .flex_item:nth-child(2) {
          width: 90%;
          border-left: 1px solid #dfdfdf;
          padding-left: 20px; }
    .hoteldetail .hotelAccess_bottom_icon .icon_list li {
      display: inline-block;
      margin-right: 10px; }
      .hoteldetail .hotelAccess_bottom_icon .icon_list li:last-child {
        margin-right: 0; }
      .hoteldetail .hotelAccess_bottom_icon .icon_list li i {
        vertical-align: middle;
        margin-right: 3px; }
        .hoteldetail .hotelAccess_bottom_icon .icon_list li i img {
          vertical-align: middle; }
      .hoteldetail .hotelAccess_bottom_icon .icon_list li span {
        vertical-align: middle; }
  .hoteldetail .hotelAccess_bottom .spot_name {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px; }
  .hoteldetail .hotelAccess_bottom .spot .img_box {
    position: relative;
    margin-bottom: 15px; }
    .hoteldetail .hotelAccess_bottom .spot .img_box img {
      width: 100%; }
    .hoteldetail .hotelAccess_bottom .spot .img_box .absolute {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 12px;
      text-align: center;
      padding: 5px 10px;
      background-color: #003e8b; }
  .hoteldetail .hotelAccess_bottom .spot .text_box_top {
    margin-bottom: 30px; }
    .hoteldetail .hotelAccess_bottom .spot .text_box_top p {
      font-size: 12px;
      line-height: 1.6; }
  .hoteldetail .hotelAccess_bottom .spot .text_box_bottom {
    border-left: 1px solid #fff; }
    .hoteldetail .hotelAccess_bottom .spot .text_box_bottom dl {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 15px; }
      .hoteldetail .hotelAccess_bottom .spot .text_box_bottom dl dt {
        width: 60px;
        font-size: 12px;
        line-height: 1.8; }
      .hoteldetail .hotelAccess_bottom .spot .text_box_bottom dl dd {
        width: calc(100% - 60px);
        font-size: 12px;
        line-height: 1.8; }

/* このホテルが選べるツアー情報 */
.hoteldetail .detail_search {
  padding: 70px 0 30px;
  background-color: #f2f3f5; }
  .hoteldetail .detail_search .tour-ranking {
    margin-bottom: 60px; }
    .hoteldetail .detail_search .tour-ranking:last-child {
      margin-bottom: 0; }

/* ツアー、ホテルに関するお問い合わせ */
.hoteldetail .contact_wrap {
  padding: 60px 0; }
  .hoteldetail .contact_wrap .flex.col-2 .flex_item {
    border: 1px solid #d1d1d1;
    box-shadow: 0px 4px 0 #d1d1d1;
    padding: 30px;
    border-radius: 15px; }
    .hoteldetail .contact_wrap .flex.col-2 .flex_item p.center {
      text-align: center;
      font-size: 14px;
      line-height: 1.8; }
      .hoteldetail .contact_wrap .flex.col-2 .flex_item p.center .small {
        display: block;
        font-size: 12px; }
    .hoteldetail .contact_wrap .flex.col-2 .flex_item:nth-child(2) p.center {
      font-size: 12px;
      margin-bottom: 10px; }
  .hoteldetail .contact_wrap .title_05 {
    margin-bottom: 10px; }
  .hoteldetail .contact_wrap .tel_wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0; }
    .hoteldetail .contact_wrap .tel_wrap .left p {
      font-size: 30px; }
      .hoteldetail .contact_wrap .tel_wrap .left p i {
        font-size: 30px;
        vertical-align: middle; }
    .hoteldetail .contact_wrap .tel_wrap .right {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #333333; }
      .hoteldetail .contact_wrap .tel_wrap .right p {
        font-size: 12px; }
  .hoteldetail .contact_wrap .btn--blue {
    max-width: 225px;
    margin: auto; }
    .hoteldetail .contact_wrap .btn--blue a {
      color: #fff; }
      .hoteldetail .contact_wrap .btn--blue a i {
        vertical-align: middle;
        margin-right: 6px;
        font-size: 14px; }

@media screen and (max-width: 1170px) {
  .hoteldetail .slide_wrap .absolute {
    right: 0; } }
@media screen and (max-width: 1100px) {
  .hoteldetail .lwrap {
    margin: 0 5rem; }

  .hoteldetail .hotel_name_wrap {
    margin: 0 5rem; } }
@media screen and (max-width: 970px) {
  .hoteldetail img {
    width: auto; }

  .hoteldetail .title_01 {
    font-size: 20px; }

  .hoteldetail .contact_wrap .tel_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hoteldetail .contact_wrap .tel_wrap .left {
      width: 100%;
      text-align: center; }
    .hoteldetail .contact_wrap .tel_wrap .right {
      width: 100%;
      text-align: center;
      border: none;
      margin-left: 0;
      padding-left: 0;
      margin-top: 5px; }
      .hoteldetail .contact_wrap .tel_wrap .right p {
        line-height: 1.5; } }
@media screen and (max-width: 750px) {
  .hoteldetail .title_04 {
    font-size: 20px; }

  .hoteldetail .flex.col-2 .flex_item {
    width: 100%;
    margin-right: 0; }
  .hoteldetail .flex.col-3 .flex_item {
    width: 100%;
    margin-right: 0; }

  .hoteldetail .lwrap {
    margin: auto;
    width: 90%; }

  .hoteldetail .hotel_name {
    display: block; }
    .hoteldetail .hotel_name_wrap {
      margin: auto;
      width: 90%; }
    .hoteldetail .hotel_name_area {
      font-size: 12px;
      padding: 6px 10px;
      margin-right: 0;
      margin-bottom: 10px; }
      .hoteldetail .hotel_name_area .material-icons {
        font-size: 12px; }
    .hoteldetail .hotel_name_title {
      font-size: 22px;
      margin-bottom: 15px; }

  .hoteldetail .hotelDetails {
    margin-top: 60px; }
    .hoteldetail .hotelDetails .flex.col-2 {
      margin-bottom: 4%; }
      .hoteldetail .hotelDetails .flex.col-2 img {
        width: 100%; }
      .hoteldetail .hotelDetails .flex.col-2 .flex_item {
        margin-bottom: 8%; }
    .hoteldetail .hotelDetails .flex.col-3 {
      margin-bottom: 4%; }
      .hoteldetail .hotelDetails .flex.col-3 img {
        width: 100%; }
      .hoteldetail .hotelDetails .flex.col-3 .flex_item {
        margin-bottom: 8%;
        width: 100%;
        margin-right: 0; }
    .hoteldetail .hotelDetails .accordion_wrap {
      margin-bottom: 60px; }

  .hoteldetail .table_01 th {
    white-space: normal;
    display: block;
    width: 100%;
    padding-bottom: 0; }
  .hoteldetail .table_01 td {
    display: block;
    width: 100%;
    padding-top: 10px;
    line-height: 1.8; }

  .hoteldetail .hotelAccess_bottom .flex.col-3 .flex_item {
    margin-bottom: 8%; }
    .hoteldetail .hotelAccess_bottom .flex.col-3 .flex_item:last-child {
      margin-bottom: 0; }
  .hoteldetail .hotelAccess_bottom_icon .flex.col-2 .flex_item {
    width: 70px; }
    .hoteldetail .hotelAccess_bottom_icon .flex.col-2 .flex_item:nth-child(2) {
      width: calc(100% - 70px); }
  .hoteldetail .hotelAccess_bottom .spot .text_box_top {
    margin-bottom: 15px; }

  .hoteldetail .detail_search {
    padding: 60px 0; }
    .hoteldetail .detail_search .flex.col-2 {
      align-items: flex-start; }
      .hoteldetail .detail_search .flex.col-2 .flex_item:nth-child(1) {
        margin-bottom: 15px; }
    .hoteldetail .detail_search .flex.col-2.child .flex_item {
      margin-bottom: 0; }

  .hoteldetail .slick-dots li {
    margin: 0 3px; }
    .hoteldetail .slick-dots li button:before {
      width: 15px;
      height: 15px; }

  .hoteldetail .pan ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5; }

  .hoteldetail .contact_wrap .flex.col-2 .flex_item {
    padding: 30px 15px; }
    .hoteldetail .contact_wrap .flex.col-2 .flex_item:nth-child(1) {
      margin-bottom: 30px; }

  /* ツアー検索結果 */
  .hoteldetail .search-result {
    padding-bottom: 60px; } }
@media screen and (max-width: 480px) {
  .hoteldetail .title_01 {
    font-size: 18px; }
  .hoteldetail .title_02 {
    font-size: 16px;
    line-height: 1.5; }
  .hoteldetail .title_03 {
    font-size: 18px;
    line-height: 1.5;
    background-size: 28px;
    padding-left: 40px; }
  .hoteldetail .title_04 {
    font-size: 16px;
    line-height: 1.5; }

  .hoteldetail .slide_wrap .absolute {
    font-size: 10px;
    right: -4%; }
    .hoteldetail .slide_wrap .absolute a {
      padding: 10px 18px 8px; }
    .hoteldetail .slide_wrap .absolute i img {
      display: block;
      width: 16px;
      margin: 0 auto 6px; }
    .hoteldetail .slide_wrap .absolute i.material-icons {
      font-size: 14px; }

  .hoteldetail .hotel_name_title {
    font-size: 18px; }
  .hoteldetail .hotel_name_area {
    font-size: 10px;
    padding: 4px 10px; }

  .hoteldetail .hotelDetails .flex.col-2 .flex_item {
    margin-bottom: 10%; }
  .hoteldetail .hotelDetails .flex.col-2 img {
    margin-bottom: 10px; }
  .hoteldetail .hotelDetails .flex.col-3 .flex_item {
    margin-bottom: 10%; }
    .hoteldetail .hotelDetails .flex.col-3 .flex_item img {
      margin-bottom: 10px; }
  .hoteldetail .hotelDetails .accordion_title {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 20px; }
    .hoteldetail .hotelDetails .accordion_title i {
      font-size: 16px;
      margin-right: 8px; }
    .hoteldetail .hotelDetails .accordion_title::after {
      right: 15px;
      top: 33%; }

  .hoteldetail .table_01 th {
    padding-top: 10px;
    font-weight: bold;
    color: #003e8b; }
  .hoteldetail .table_01 td {
    padding-top: 5px;
    padding-bottom: 10px; } }
