@charset "UTF-8";
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*bace*/
/*タグにかかるCSSをまとめています*/
/*サイト全体の共通部分もここです*/
/*************************************/
/*uikit導入崩れ防止*/
address, blockquote, dl, fieldset, figure, ol, p, pre, ul > li > a, nav, h1, h2, h3, h4, h5, h6 * {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif !important;
  margin: 0; }

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free !important; }

ol, ul {
  margin: 0;
  padding: 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; }

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

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

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

#move-page-top {
  padding-top: 0.75em;
  line-height: 1.2;
  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: 1120px;
  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_mainNav ul {
  width: 1120px; }

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

/* < 640px　スマホ用 */
@media screen and (max-width: 640px) {
  .l_page-footer {
    margin: 1em 0;
    padding-top: 1em; } }

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

.m_txt-small {
  font-size: 0.65rem; }

/* header内設置要素 ///////////////////////*/
.l_page-header {
  /*area-title*/ }
  .l_page-header .m_area-title {
    margin-top: 2em; }
    .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_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 .facebook a {
    background: #4267b2; }
    .m_sns ul .facebook a:hover {
      background: rgba(66, 103, 178, 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;
  width: 1120px;
  padding-bottom: 0;
  font-size: 0.8em;
  top: 1em; }
  .m_topicPath ul li {
    display: inline-block;
    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 {
  border-bottom: solid 2px #000; }
  .m-relationLink .m_area-title .m_summary {
    line-height: 2em; }
  .m-relationLink .m_area-title .m_title-heading {
    font-weight: bold; }

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/******************************************************************************************/
/******************************************************************************************/
/*Media Queries****************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/* < 1024　スマホ横画面・タブレット用 */
@media screen and (max-width: 64em) {
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*base*/
  /*タグにかかるCSSをまとめています*/
  /*サイト全体の共通部分もここです*/
  /*************************************/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*layout*/
  /*要素にかかるCSSをまとめています*/
  /*このCSSは「l_」で始まるクラスのCSSです*/
  /*************************************/
  .l_inner, .l_area-mainContent, .l_area-subContent {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*module*/
  /*使い回しできる要素のCSSをまとめています*/
  /*このCSSは「m_」で始まるクラスのCSSです*/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/ }

/* < 568px　スマホ用 */
@media screen and (max-width: 35.5em) {
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*base*/
  /*タグにかかるCSSをまとめています*/
  /*サイト全体の共通部分もここです*/
  /*************************************/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*layout*/
  /*要素にかかるCSSをまとめています*/
  /*このCSSは「l_」で始まるクラスのCSSです*/
  /*************************************/
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  /*************************************/
  /*module*/
  /*使い回しできる要素のCSSをまとめています*/
  /*このCSSは「m_」で始まるクラスのCSSです*/
  /*ぱんくず設定*/
  .m_topicPath {
    position: absolute;
    width: 100%;
    top: 0.5em;
    padding: 0.5em; }
    .m_topicPath ul li {
      display: inline-block;
      color: #000; }
      .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; }
  .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; }
  /* footer内設置要素 ///////////////////////*/
  /*おすすめツアー設定*/
  .m-relationLink .m_area-title {
    display: block; }
    .m-relationLink .m_area-title .m_title-heading, .m-relationLink .m_area-title .m_summary {
      display: block;
      width: 100%; }
    .m-relationLink .m_area-title .m_summary {
      text-align: left;
      font-size: 0.8em; }
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/ }

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
