@charset "UTF-8";
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*bace*/
/*タグにかかるCSSをまとめています*/
/*サイト全体の共通部分もここです*/
/*************************************/
/*pure導入時フォント強制変更防止*/
form, .pure-g > li, figcaption {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

/*UIkit導入時 レイアウトｈ強制変更防止*/
address, blockquote, dl, fieldset, figure, ol, p, pre, ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  /*font-family: 'Yu Gothic', YuGothic, sans-serif;*/
}

ol, ul {
  padding: 0;
  margin: 0;
}

body {
  overflow: hidden;
}

figure {
  margin: 0;
}

/*nav内のリンク下線削除*/
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: none;
}
nav a:active {
  text-decoration: none;
}
nav a:focus {
  text-decoration: none;
}

/*heading設定*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 1.5em;
}

h3, h4, h5, h6 {
  font-size: 1.25em;
}

/*webicon設定*/
i {
  padding-right: 0.25em;
}

/*LP内img設定*/
.l_page-baseWrapper * img {
  width: 100%;
}

/* ↑このページの上へ #page-top */
/* 色や線などの記述はthemeへ */
#page-top {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 2%;
  bottom: 2%;
}
#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#move-page-top {
  line-height: 1.2;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*layout*/
/*要素にかかるCSSをまとめています*/
/*このCSSは「l_」で始まるクラスのCSSです*/
/*************************************/
/* mixin ///////////////////////*/
/* 共通設定 ///////////////////////*/
.l_page-baseWrapper, .l_page-wrapper, .l_page-header, .l_page-content, .l_page-footer {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
}
.l_page-baseWrapper:after, .l_page-wrapper:after, .l_page-header:after, .l_page-content:after, .l_page-footer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

.l_inner, .l_area-mainContent, .l_area-subContent {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l_inner:after, .l_area-mainContent:after, .l_area-subContent:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

/* 個別設定 ///////////////////////*/
.l_page-footer {
  margin: 0 0 1em;
  padding-top: 1em;
}

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*module*/
/*使い回しできる要素のCSSをまとめています*/
/*このCSSは「m_」で始まるクラスのCSSです*/
/*************************************/
/* 共通要素 ///////////////////////*/
/*area-title*/
.m_markar-yellow {
  background: linear-gradient(transparent 40%, #faff7f 40%);
  padding: 0 0.25em;
}

/* header内設置要素 ///////////////////////*/
.l_page-header {
  /*area-title*/
}
.l_page-header > .m_area-title {
  width: 100% !important;
  margin-top: 3.8em !important;
}
.l_page-header > .m_area-title .m_summary br {
  display: none;
}
.l_page-header .m_area-title .m_title-sub {
  font-size: 0.75em;
}

/*sns設定*/
.m_sns {
  width: 90%;
  margin: 0 auto; }
  .m_sns ul li > a {
    color: #fff;
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 1em 0.5em;
    line-height: 2em; }
    .m_sns ul li > a:hover {
      text-decoration: none; }
    .m_sns ul li > a span {
      padding-right: 0.5em; }
  .m_sns ul .facebook a {
    background: #4267b2; }
    .m_sns ul .facebook a:hover {
      background: rgba(66, 103, 178, 0.7); }
  .m_sns ul .facebook_iine span {
    padding: 0.15em 0;
    background: #8faae2;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff; }
    .m_sns ul .facebook_iine span:hover {
      background: rgba(143, 170, 226, 0.7); }
  .m_sns ul .twitter a {
    background: #1da1f2; }
    .m_sns ul .twitter a:hover {
      background: rgba(29, 161, 242, 0.7); }
  .m_sns ul .google a {
    background: #db4437; }
    .m_sns ul .google a:hover {
      background: rgba(219, 68, 55, 0.7); }
  .m_sns ul .hatebu a {
    background: #00a5de; }
    .m_sns ul .hatebu a:hover {
      background: rgba(0, 165, 222, 0.7); }
  .m_sns ul .pocket a {
    background-color: #EF4056;
    background: #ef4056; }
    .m_sns ul .pocket a:hover {
      background: rgba(239, 64, 86, 0.7); }
  .m_sns ul .line a {
    background: #00b900; }
    .m_sns ul .line a:hover {
      background: rgba(0, 185, 0, 0.7); }

/*ぱんくず設定*/
.m_topicPath {
  position: absolute;
  z-index: 10000;
  width: 100%;
  padding: 0.5em;
  font-size: 0.8em;
  top: 0;
  left: 1em;
}
.m_topicPath ul li {
  display: inline-block;
  color: #000;
  line-height: 1;
}
.m_topicPath ul li:before {
  content: ">";
  padding: 3px 10px 0 3px;
  font-size: 1em;
}
.m_topicPath ul li:first-child {
  margin-left: 0;
}
.m_topicPath ul li:first-child:before {
  content: "";
  padding: 0;
}

/* footer内設置要素 ///////////////////////*/
/*おすすめツアー設定*/
.m-relationLink .m_area-title {
  margin-bottom: 1em;
  display: block;
  width: 100%;
  border-bottom: solid 2px black;
}
.m-relationLink .m_area-title .m_title-heading, .m-relationLink .m_area-title .m_summary {
  display: block;
  width: 100%;
  color: #000;
}
.m-relationLink .m_area-title .m_title-heading {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
.m-relationLink .m_area-title .m_summary {
  text-align: left;
  font-size: 0.8em;
}
.m-relationLink ul {
  width: 100%;
}
.m-relationLink ul li {
  padding: 0.5em;
  text-align: center;
}
footer .m_sns ul li {
  margin-bottom: 10px !important; }

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/******************************************************************************************/
/******************************************************************************************/
/*Media Queries****************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/* < iPad  */
@media screen and (min-width: 35.5em) {
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*base*/
  /*タグにかかるCSSをまとめています*/
  /*サイト全体の共通部分もここです*/
  /*************************************/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*layout*/
  /*要素にかかるCSSをまとめています*/
  /*このCSSは「l_」で始まるクラスのCSSです*/
  /*************************************/
  .m_topicPath ul li:first-child {
    margin-left: 2%;
  }
  .l_inner, .l_area-mainContent, .l_area-subContent {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

.l_page-header > .m_area-title {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .l_page-header > .m_area-title .m_summary br {
    display: inherit;
  }
    /* footer内設置要素 ///////////////////////*/
    /*おすすめツアー設定*/
    .m-relationLink .m_area-title {
    display: table;
    }
    .m-relationLink .m_area-title .m_title-heading, .m-relationLink .m_area-title .m_summary {
      display: table-cell;
      width: 45%;
    }
    .m-relationLink .m_area-title .m_summary {
      text-align: right;
      width: 55%;
      font-size: 1em;
    }

 footer .m_sns ul li {
    margin-bottom: 0 !important; }

  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*module*/
  /*使い回しできる要素のCSSをまとめています*/
  /*このCSSは「m_」で始まるクラスのCSSです*/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
}
/* < 　PC用 */
@media screen and (min-width: 65em) {
/* header内設置要素 ///////////////////////*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*base*/
  /*タグにかかるCSSをまとめています*/
  /*サイト全体の共通部分もここです*/
  /*************************************/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*layout*/
  /*要素にかかるCSSをまとめています*/
  /*このCSSは「l_」で始まるクラスのCSSです*/
  /*************************************/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*module*/
  /*使い回しできる要素のCSSをまとめています*/
  /*このCSSは「m_」で始まるクラスのCSSです*/

  .l_inner, .l_area-mainContent, .l_area-subContent {
    width: 1120px;
  }
  /*ぱんくず設定*/
  .m_topicPath {
    position: absolute;
    width: 1120px;
    top: 1em;
    padding-bottom: 0;
  }


  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
}
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
