@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; }

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

body {
  overflow: hidden; }

figure {
  margin: 0; }

/*
.uk-grid > * {
	padding:0;
	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;
    transition: all 0.3s; }

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

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*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;
  padding: 0.5em;
  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: 3em 0 1em;
  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_lines {
  background: -webkit-linear-gradient(transparent 60%, #ccea9c 60%);
  background: linear-gradient(transparent 60%, #ccea9c 60%); }

.m_txt-small, .uk-text-small {
  font-size: 0.75rem; }

.m_txtLong {
  font-size: 0.75em; }

.m_txtCation {
  font-size: 0.75em; }

.m_area-provided {
  font-size: 0.7rem; }

/* header内設置要素 ///////////////////////*/
.l_page-header {
  /*area-title*/ }
  .l_page-header .m_area-title .m_title-sub {
    font-size: 0.75em; }

/*sns設定*/
.m_sns {
  position: absolute;
  margin: 0;
  width: 270px; }
  .m_sns ul {
    *zoom: 1; }
    .m_sns ul:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "";
      clear: both; }
    .m_sns ul li {
      margin-left: 5px;
      display: inline-block; }
      .m_sns ul li:first-child {
        margin-left: 0; }
    .m_sns ul .line img, .m_sns ul .hatebu img {
      width: 20px;
      height: 20px; }

/*ぱんくず設定*/
.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 {
  margin-bottom: 1em;
  display: table;
  width: 100%;
  border-bottom: solid 2px #000; }
  .m-relationLink .m_area-title .m_title-heading, .m-relationLink .m_area-title .m_summary {
    display: table-cell;
    width: 45%;
    color: #000; }
  .m-relationLink .m_area-title .m_title-heading {
    font-weight: bold;
    font-size: 1.5em; }
  .m-relationLink .m_area-title .m_summary {
    text-align: right;
    width: 55%; }

.m-relationLink ul {
  width: 100%; }
  .m-relationLink ul li {
    padding: 0.5em;
    text-align: center; }

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/******************************************************************************************/
/******************************************************************************************/
/*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;
    padding: 0.5em;
    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です*/
  /*sns設定*/
  .m_sns {
    top: 0 !important;
    left: 0;
    padding: 0.5em 0.5em 0;
    background: #fff;
    width: 100%; }
    .m_sns ul {
      *zoom: 1; }
      .m_sns ul:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "";
        clear: both; }
      .m_sns ul li {
        margin-left: 5px;
        display: inline-block; }
        .m_sns ul li:first-child {
          margin-left: 0; }
      .m_sns ul .line img, .m_sns ul .hatebu img {
        width: 20px;
        height: 20px; }
  /*ぱんくず設定*/
  .m_topicPath {
    position: absolute;
    width: 100%;
    top: 3em;
    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; }
  .m-relationLink ul {
    width: 100%; }
    .m-relationLink ul li {
      padding: 0.5em;
      text-align: center; }
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/ }

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