@charset "UTF-8";
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*theme*/
/*このLPでのみ使用しているものをここにまとめています
色や背景の設定も全てここで変更してください*/
/*************************************/
/*スマホ640pxサイズが基準です*/
.hokurikuLP {
  color: #333;
  letter-spacing: 0.05rem; }

figure * img {
  vertical-align: top;
  height: auto; }

.uk-offcanvas-bar {
  background-color: #fff;
  color: #666; }

.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5 !important; }

.uk-nav-default > li.uk-active > a {
  color: #222 !important; }

.uk-nav-default > li > a, .uk-nav-sub > li > a {
  color: #999 !important; }
  .uk-nav-default > li > a:hover, .uk-nav-default > li > a:focus, .uk-nav-sub > li > a:hover, .uk-nav-sub > li > a:focus {
    color: #666 !important; }

.uk-close {
  color: #999 !important; }
  .uk-close:hover, .uk-close:focus {
    color: #666 !important; }

.uk-offcanvas-content button:active, .uk-offcanvas-content button:focus {
  color: #666 !important; }

.uk-open {
  width: 100vw; }
  .uk-open:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; }

.uk-offcanvas-page .m-area-nav {
  display: none; }

.uk-button {
  border-radius: 5px; }

.uk-icon, .fontAwesome {
  padding-right: 0.5em; }

.uk-link-text {
  color: #04c !important; }
  .uk-link-text:hover, .uk-link-text:active, .uk-link-text:focus {
    color: #34a8f9 !important; }
  .uk-link-text:visited {
    color: #34a8f9 !important; }

.uk-link-text a:not(:hover), a.uk-link-text:not(:hover) {
  color: #04c !important; }

/* ツアー詳細リンクボタン */
.uk-button-default {
  width: 100%;
  background: #d0a052;
  border: 1px solid #7F7F7F;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 0.25em 1.25em;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
  margin: 2px; }
  .uk-button-default:visited, .uk-button-default:active, .uk-button-default:focus {
    color: #fff;
    /*background-color: #fff;*/ }
  .uk-button-default:hover {
    color: white;
    background: #000;
    border: 1px solid #000;
    box-shadow: none;
    margin: 4px 0 -2px 4px; }

.btn_default_small {
  font-weight: bold;
  font-size: 1em;
  padding: 0 2em;
  width: 90%; }

/* ページ内リンクボタン */
.uk-button-secondary {
  background-color: #fff;
  line-height: 2.4em;
  padding: 0 1.5em;
  border: 1px solid #666;
  color: #666; }
  .uk-button-secondary:hover {
    color: #000 !important;
    border: 1px solid #000;
    background-color: #fff; }
  .uk-button-secondary:visited, .uk-button-secondary:active, .uk-button-secondary:focus {
    color: #666; }

/* PCヘッダー地図ボタン */
.uk-button-primary {
  line-height: 2.4em;
  padding: 0 1.5em;
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #a78922; }
  .uk-button-primary:hover {
    color: #fff !important;
    background-color: #bfaa87;
    border: 1px solid #fff; }
  .uk-button-primary:visited, .uk-button-primary:active, .uk-button-primary:focus {
    color: #fff; }

.uk-label {
  margin-left: 0.25rem;
  padding: 0 0.25rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  line-height: 1.5;
  font-size: 0.5rem;
  color: #666; }

.l_page-wrapper {
  position: relative; }

#move-page-top {
  display: block;
  width: 5em;
  height: 5em;
  color: #000;
  background: #fff;
  border: 1px solid #333;
  z-index: 9999; }
  #move-page-top:hover {
    color: #ccc;
    border: 1px solid #999; }

.l_area-subContent {
  display: none; }

h1, h2, h3, h4 {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }

h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

h3 {
  font-size: 1.25rem; }

.txtLong {
  font-size: 0.75em; }

.txtCation {
  font-size: 0.75em;
  color: #fff;
  text-shadow: 0px 0px 5px #000, 0px 0px 3px #000;
  padding: 0.25em 0.5em 0.1em; }

.txtRight {
  display: block;
  text-align: right; }

.lines {
  background: -webkit-linear-gradient(transparent 60%, #ccea9c 60%);
  background: linear-gradient(transparent 60%, #ccea9c 60%); }

.uk-offcanvas-bar h3 {
  color: #333 !important; }

/* header内設置要素 ///////////////////////*/
.l_page-header {
  height: 15em;
  margin-bottom: 5em; }
  .l_page-header .header-mainBlock .m_area-title {
    margin-top: 0; }
    .l_page-header .header-mainBlock .m_area-title .m_title-sub {
      font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
      color: #fff;
      font-size: 1.05em;
      line-height: 2.5em;
      text-shadow: 0px 0px 10px #000, 0px 0px 5px #000; }
    .l_page-header .header-mainBlock .m_area-title h2 {
      background-color: rgba(255, 255, 255, 0.75);
      line-height: 0; }
  .l_page-header .header-mainBlock .hg_area-title {
    bottom: -6.5em; }
    .l_page-header .header-mainBlock .hg_area-title .hg_title {
      color: #fff;
      font-size: 6em;
      text-shadow: 0px 0px 10px #000, 0px 0px 5px #000; }
    .l_page-header .header-mainBlock .hg_area-title .m_summary p {
      font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
      font-weight: bold; }
      .l_page-header .header-mainBlock .hg_area-title .m_summary p span {
        display: block; }
  .l_page-header .header-mainBlock .map_hokuriku {
    width: 50%;
    bottom: -5.5em; }
  .l_page-header .m_topicPath ul li {
    color: #fff;
    text-shadow: 0px 0px 10px #000, 0px 0px 5px #000; }
    .l_page-header .m_topicPath ul li > a {
      text-decoration: underline; }
      .l_page-header .m_topicPath ul li > a:hover {
        color: #34a8f9 !important;
        text-shadow: none; }
      .l_page-header .m_topicPath ul li > a:visited {
        color: #fff; }

/* page-content///////////////////////*/
.l_page-content {
  padding-top: 0.75em;
  width: 100%;
  /* PCページナビゲーション */ }
  .l_page-content .m-area-nav {
    top: -3.75em; }
    .l_page-content .m-area-nav > .uk-button {
      position: fixed;
      z-index: 999;
      top: 0.25em;
      right: 0.25em;
      padding: 0 0.75em;
      background-color: #fff;
      border: 1px solid #000;
      border-radius: 0; }
      .l_page-content .m-area-nav > .uk-button > span {
        font-size: 0.5em;
        padding: 0 0.5em; }
  .l_page-content .m-area-nav_pc {
    margin-top: -2em;
    /* ページ内ナビゲーションナビ*/ }
    .l_page-content .m-area-nav_pc .mainNav {
      background-color: #fff;
      background: -webkit-linear-gradient(white, #f7f4e3);
      background: linear-gradient(white, #f7f4e3);
      border-bottom: 1px dotted #ccbda6; }
    .l_page-content .m-area-nav_pc .uk-navbar-nav {
      width: 1120px; }
      .l_page-content .m-area-nav_pc .uk-navbar-nav > li {
        /* width: 25%; メニュー4つ*/
        /* width: 33.33%; メニュー3つ */
        width: 50%;
        position: relative; }
        .l_page-content .m-area-nav_pc .uk-navbar-nav > li:after {
          position: absolute;
          bottom: 0;
          left: 50%;
          content: '';
          width: 0;
          height: 1px;
          background-color: #000;
          -webkit-transition: .3s;
          transition: .3s;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .l_page-content .m-area-nav_pc .uk-navbar-nav > li:hover:after {
          width: 100%; }
        .l_page-content .m-area-nav_pc .uk-navbar-nav > li a {
          font-size: 1.25em;
          padding: 0 0.5em 0 0.25em;
          color: #000;
          height: auto;
          line-height: 3em; }
          .l_page-content .m-area-nav_pc .uk-navbar-nav > li a:hover {
            color: #80701f; }
      .l_page-content .m-area-nav_pc .uk-navbar-nav > .uk-active {
        background: -webkit-linear-gradient(#fff, rgba(255, 235, 59, 0.15));
        background: linear-gradient(#fff, rgba(255, 235, 59, 0.15));
        position: relative;
        border-bottom: 2px solid #000; }
        .l_page-content .m-area-nav_pc .uk-navbar-nav > .uk-active:after {
          -webkit-transition: none;
          transition: none;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          top: 101%;
          left: 50%;
          content: " ";
          border-style: solid;
          background-color: #fff;
          border-width: 10px;
          margin-left: -10px;
          border-color: #000 transparent transparent transparent; }
        .l_page-content .m-area-nav_pc .uk-navbar-nav > .uk-active:hover {
          background-color: #fff; }
          .l_page-content .m-area-nav_pc .uk-navbar-nav > .uk-active:hover:after {
            width: 1em;
            top: 101%;
            left: 50%;
            content: " ";
            border-style: solid;
            background-color: #fff;
            border-width: 10px;
            margin-left: -10px;
            border-color: #000 transparent transparent transparent; }
        .l_page-content .m-area-nav_pc .uk-navbar-nav > .uk-active a {
          font-weight: bold; }

/* mainContent///////////////////////*/
.l_area-mainContent {
  margin-top: 1em; }

.body-contents {
  padding: 0.5em 0.5em; }

.body-contents-cover {
  padding: 0; }

#recommendTours > .body-detail > .m_area-title h3 {
  background-image: url(../images/icon_recommend.png), url(../images/icon_recommend.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, auto 90%;
  background-position: 10% top, 90% top;
  padding-bottom: 0.5em; }
  #recommendTours > .body-detail > .m_area-title h3 span {
    padding-top: 0.5em; }

#recommendTours h4 {
  font-size: 1rem; }

#recommendTours .uk-slider-items > .uk-padding-small {
  padding: 0 0.75em; }

#recommendTours a:hover {
  text-decoration: none !important; }

#recommendTours p {
  font-size: 0.75rem;
  line-height: 1.75; }

#recommendTours .img_recommendTour {
  height: 114px; }

#recommendTours .block_dotnav > a {
  padding: 0;
  margin: 0; }
  #recommendTours .block_dotnav > a i {
    font-size: 2rem;
    padding: 0; }
  #recommendTours .block_dotnav > a svg {
    display: none; }
  #recommendTours .block_dotnav > a:visited {
    color: rgba(102, 102, 102, 0.5); }

#areaContents .m_area-title .m_summary {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }

#areaContents .areaDetails {
  box-shadow: 0 -5px 20px -10px rgba(0, 0, 0, 0.75); }
  #areaContents .areaDetails > ul > li {
    border-top: 5px solid #a78922;
    /*デフォルトエリアカラー*/
    background-color: #f6f6f6; }
    #areaContents .areaDetails > ul > li > .areaDetail > .m_area-title {
      background-color: #fff; }

.areaGuide {
  background: -webkit-linear-gradient(bottom, rgba(237, 237, 232, 0.9), rgba(237, 237, 232, 0.5)), url(../images/bg_areaguide.png) repeat top center;
  background: linear-gradient(bottom, rgba(237, 237, 232, 0.9), rgba(237, 237, 232, 0.5)), url(../images/bg_areaguide.png) repeat top center;
  /*PCのみ表示*/ }
  .areaGuide .otherHokuriku {
    background-color: #fff;
    box-shadow: 0 -5px 20px -10px rgba(0, 0, 0, 0.75);
    padding-bottom: 1.5em; }
    .areaGuide .otherHokuriku .m_area-title .m_title-heading {
      color: #8e8e8e;
      font-size: 1.1rem;
      letter-spacing: 0.15em;
      padding-bottom: 0.5em; }
    .areaGuide .otherHokuriku .otherAreaImage {
      height: 5em !important;
      background-color: rgba(34, 34, 34, 0.15); }
      .areaGuide .otherHokuriku .otherAreaImage:hover {
        opacity: 0.75; }
      .areaGuide .otherHokuriku .otherAreaImage .txtCation {
        font-size: 1.1rem;
        font-weight: bold;
        font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }
  .areaGuide .areaMap ul li .uk-button-secondary {
    width: 100%;
    padding: 0 0.75em; }
  .areaGuide .areaCaption .m_area-title {
    margin-bottom: 0.5em; }
    .areaGuide .areaCaption .m_area-title > .m_title-heading {
      border-bottom: 1px solid;
      -webkit-border-image: -webkit-linear-gradient(left, #bdbdbd 0%, #efefed 100%);
      border-image: linear-gradient(to right, #bdbdbd 0%, #efefed 100%);
      border-image-slice: 1; }

.spotImage {
  background-color: rgba(34, 34, 34, 0.15); }
  .spotImage:hover {
    opacity: 0.75; }
  .spotImage > .txtCation {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }

.pickup .img_pickupthumb {
  height: 114px; }

.pickup .captionBox .m_area-title > .m_title-heading {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
  margin-bottom: 0.25rem; }

.pickup .captionBox > p {
  font-size: 0.75rem;
  letter-spacing: 0.05rem; }

.pickup .captionBox > .uk-button-secondary {
  font-size: 0.75rem; }

.hotelContents .uk-card-body > ul > li > .hotelBox {
  border-top: 1px dotted #d6d6d6; }

.hotelContents .uk-card-body > ul > li:first-child > .hotelBox {
  border: none;
  padding-top: 0; }

.hotel_subarea {
  border-left: 5px solid #ab803a; }
  .hotel_subarea > h5 {
    padding: 0.5em;
    background-color: #F7F4E3;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }

.link_hotelList {
  line-height: 2; }

.hotelBox, .hotelInfo {
  color: #666;
  letter-spacing: 0.05rem; }
  .hotelBox h5, .hotelInfo h5 {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }
    .hotelBox h5 .ruby, .hotelInfo h5 .ruby {
      font-size: 0.5rem;
      font-weight: normal; }
  .hotelBox .caption, .hotelInfo .caption {
    font-size: 0.5rem;
    font-weight: normal; }
  .hotelBox .img_hotelthumb, .hotelInfo .img_hotelthumb {
    height: 98.33px; }
  .hotelBox .hotel_category, .hotelInfo .hotel_category {
    margin-bottom: 0.25rem; }
    .hotelBox .hotel_category > li:first-child, .hotelInfo .hotel_category > li:first-child {
      margin-left: 0; }
  .hotelBox .txtCation, .hotelInfo .txtCation {
    font-size: 0.7em; }
  .hotelBox .hotel-caption tbody, .hotelBox .uk-table tbody, .hotelInfo .hotel-caption tbody, .hotelInfo .uk-table tbody {
    font-size: 0.7rem; }
    .hotelBox .hotel-caption tbody tr, .hotelBox .uk-table tbody tr, .hotelInfo .hotel-caption tbody tr, .hotelInfo .uk-table tbody tr {
      width: 100%;
      border-bottom: #d6d6d6 dotted 1px; }
      .hotelBox .hotel-caption tbody tr th, .hotelBox .uk-table tbody tr th, .hotelInfo .hotel-caption tbody tr th, .hotelInfo .uk-table tbody tr th {
        font-size: 0.7rem;
        padding: 0.3em 0;
        color: #666;
        width: 30%;
        border-bottom: #d6d6d6 solid 1px; }
      .hotelBox .hotel-caption tbody tr td, .hotelBox .uk-table tbody tr td, .hotelInfo .hotel-caption tbody tr td, .hotelInfo .uk-table tbody tr td {
        padding: 0.3em 0 0.25em 0.75em;
        width: 70%; }
  .hotelBox p, .hotelInfo p {
    font-size: 0.75rem; }

.hotelInfo h5 {
  font-size: 1.25rem; }

#passContents #pass_hokuriku {
  background-color: #eaf3fc; }

#passContents #pass_kanazawa {
  background-color: #fdf2f6; }

#passContents #pass_toyama {
  background-color: #f4eff6; }

#passContents #pass_fukui {
  background-color: #e9f4e3; }

/*北陸LP各ページリンク*/
#hokurikuLinkContents .m_area-title .m_title-heading p {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }

#hokurikuLinkContents .hokurikuLinkImage {
  background-color: rgba(34, 34, 34, 0.15);
  height: 105px; }
  #hokurikuLinkContents .hokurikuLinkImage:hover {
    opacity: 0.75; }
  #hokurikuLinkContents .hokurikuLinkImage .txtCation {
    font-size: 1rem;
    font-weight: bold;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important; }

/* ---------------------------------*/
/*ページ別個別設定*/
/* ---------------------------------*/
/*石川県*/
.page_ishikawa {
  /* 各エリアごとのボーダー色指定 */
  /* 見出し丸アイコン画像指定 */ }
  .page_ishikawa #areaContents .areaDetails > ul > li {
    border-top: 5px solid #D1645E; }
  .page_ishikawa .areaGuide > .m_area-title, .page_ishikawa #grumetContents > div > .m_area-title, .page_ishikawa #passContents > div > .m_area-title {
    background-image: url(../../ishikawa/images/icon_circle_ishikawa.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-blend-mode: multiply; }
    .page_ishikawa .areaGuide > .m_area-title h2, .page_ishikawa #grumetContents > div > .m_area-title h2, .page_ishikawa #passContents > div > .m_area-title h2 {
      padding-left: 0.5em; }

/*富山県*/
.page_toyama {
  /* 各エリアごとのボーダー色指定 */
  /* 見出し丸アイコン画像指定 */ }
  .page_toyama #areaContents .areaDetails > ul > li {
    border-top: 5px solid #8569AB; }
  .page_toyama .areaGuide > .m_area-title, .page_toyama #grumetContents > div > .m_area-title, .page_toyama #passContents > div > .m_area-title {
    background-image: url(../../toyama/images/icon_circle_toyama.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-blend-mode: multiply; }
    .page_toyama .areaGuide > .m_area-title h2, .page_toyama #grumetContents > div > .m_area-title h2, .page_toyama #passContents > div > .m_area-title h2 {
      padding-left: 0.5em; }

/*富山県*/
.page_fukui {
  /* 各エリアごとのボーダー色指定 */
  /* 見出し丸アイコン画像指定 */ }
  .page_fukui #areaContents .areaDetails > ul > li {
    border-top: 5px solid #83A93F; }
  .page_fukui .areaGuide > .m_area-title, .page_fukui #grumetContents > div > .m_area-title, .page_fukui #passContents > div > .m_area-title {
    background-image: url(../../fukui/images/icon_circle_fukui.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-blend-mode: multiply; }
    .page_fukui .areaGuide > .m_area-title h2, .page_fukui #grumetContents > div > .m_area-title h2, .page_fukui #passContents > div > .m_area-title h2 {
      padding-left: 0.5em; }

/* footer内設置要素 ///////////////////////*/
.l_page-footer .m-relationLink .m_area-title {
  border-bottom: solid 2px #463a1c; }
  .l_page-footer .m-relationLink .m_area-title .m_title-heading, .l_page-footer .m-relationLink .m_area-title .m_summary {
    color: #463a1c; }

/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/******************************************************************************************/
/******************************************************************************************/
/*Media Queries****************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/* < 640　タブレット */
@media screen and (min-width: 640px) {
  .l_page-header {
    height: 22em; }
    .l_page-header .header-mainBlock .m_area-title {
      position: absolute;
      right: 1em;
      top: 1em; }
      .l_page-header .header-mainBlock .m_area-title h2 {
        background-color: rgba(255, 255, 255, 0); }
      .l_page-header .header-mainBlock .m_area-title .m_title-heading > img {
        background-color: rgba(255, 255, 255, 0.75); }
      .l_page-header .header-mainBlock .m_area-title .m_title-sub {
        font-size: 1.5em;
        line-height: 1.5em; }
    .l_page-header .header-mainBlock .hg_area-title {
      bottom: 0; }
      .l_page-header .header-mainBlock .hg_area-title h1 {
        padding-left: 0.5em;
        -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
        writing-mode: horizontal-tb !important; }
      .l_page-header .header-mainBlock .hg_area-title .m_summary {
        position: relative; }
        .l_page-header .header-mainBlock .hg_area-title .m_summary p {
          position: absolute;
          font-size: 1.25em;
          bottom: 1em;
          left: 0;
          color: #fff;
          text-shadow: 0px 0px 10px #000, 0px 0px 5px #000; }
    .l_page-header .header-mainBlock .map_hokuriku {
      width: 35%;
      right: 2%;
      /* PC・タブレットのみ他北陸ページナビ*/ }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul li {
        position: absolute;
        z-index: 99; }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul .btn_ishikawa {
        top: 5em;
        right: 9em; }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul .btn_toyama {
        top: 11em;
        right: 0; }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul .btn_fukui {
        bottom: 3em;
        right: 5em; }
    .l_page-header .m_topicPath {
      padding-left: 1em; }
  #recommendTours > .body-detail > .m_area-title h3 {
    background-image: url(../images/line_recommend_l.png), url(../images/line_recommend_r.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: 10% top, 90% top;
    padding-bottom: 0.5em; }
    #recommendTours > .body-detail > .m_area-title h3 span {
      padding-top: 0; }
  #areaContents .areaDetails {
    box-shadow: 0 -5px 20px -10px rgba(0, 0, 0, 0.75); }
    #areaContents .areaDetails > ul > li > .areaDetail > .m_area-title {
      position: relative; }
      #areaContents .areaDetails > ul > li > .areaDetail > .m_area-title > div {
        height: 18em;
        background-position: 0% 50%; }
      #areaContents .areaDetails > ul > li > .areaDetail > .m_area-title .m_summary {
        position: absolute;
        color: #fff;
        bottom: 1em;
        padding: 0.5em;
        width: 96%;
        text-shadow: 0px 0px 5px #000, 0px 0px 3px #000; }
  #areaContents .areaGuide .otherHokuriku .m_area-title .m_title-heading {
    line-height: 4em; }
  #areaContents .hotelContents .uk-card-body > ul > li > .hotelBox {
    border: none;
    padding: 0; }
  #areaContents .hotelContents .uk-card-body .uk-grid-small > .uk-grid-margin {
    margin-top: 1.5em; }
  #areaContents .hotelContents .uk-card-body .uk-grid-small > * {
    padding-left: 1.5em; }
  #areaContents .hotelContents .hotelInfo h5 {
    font-size: 1.5rem; }
  /*北陸LP各ページリンク*/
  #hokurikuLinkContents .m_area-title .m_title-heading p {
    line-height: 3.4em; }
  #hokurikuLinkContents .hokurikuLinkImage .txtCation {
    font-size: 1.1rem; } }

/* < 960　PC */
@media screen and (min-width: 960px) {
  /*改行*/
  .PCbreak {
    display: block; }
  .l_page-header {
    height: 28em; }
    .l_page-header .header-mainBlock .m_area-title {
      position: relative;
      margin-top: 16.5em; }
      .l_page-header .header-mainBlock .m_area-title .m_title-heading > img {
        width: 62%; }
      .l_page-header .header-mainBlock .m_area-title .m_title-sub {
        font-size: 2em; }
    .l_page-header .header-mainBlock .hg_area-title .m_summary p span {
      display: inline;
      padding-right: 0.5em; }
    .l_page-header .header-mainBlock .map_hokuriku {
      right: 0; }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul .btn_ishikawa {
        top: 8em;
        right: 12em; }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul .btn_toyama {
        top: 15em; }
      .l_page-header .header-mainBlock .map_hokuriku .pageNav ul .btn_fukui {
        bottom: 7em;
        right: 6em; }
  .l_page-footer {
    margin-top: 5em; }
  /*観光スポット画像・グルメ画像*/
  .spotImage {
    height: 12em; }
  #areaContents .areaDetails > ul > li > .areaDetail > .m_area-title > div {
    background-position: 50% 50%; }
  #areaContents .pickup {
    margin-top: 2.5em !important; }
  #recommendTours > .body-detail > .m_area-title h3 {
    background-position: 25% top,75% top; }
  /*北陸LP各ページリンク*/
  #hokurikuLinkContents .hokurikuLinkImage {
    height: 140px; } }

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