@charset "UTF-8";
/*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
/*************************************/
/*theme*/
/*このLPでのみ使用しているものをここにまとめています
色や背景の設定も全てここで変更してください*/
/*************************************/
.hiroshimaLP {
  background: #fffcf1; }

.uk-card-badge {
  top: 10px;
  left: 10px;
  right: auto;
  line-height: 1.9; }

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

.l_page-wrapper {
  position: relative; }

#page-top {
  z-index: 99;
  background-color: #ba0f1c; }
  #page-top p {
    height: 100%;
    background-color: #ba0f1c; }
    #page-top p:hover {
      background-color: #ff708d; }

#move-page-top {
  color: #fff; }

.uk-grid {
  margin-left: 0; }

.uk-grid {
  margin-left: 0; }
  .uk-grid > * {
    padding-left: 0; }
  .uk-grid > .uk-grid-margin {
    margin-top: 0; }

.uk-grid > * > :last-child {
  margin-bottom: 2px; }

.uk-button {
  padding: 0 7.5px;
  width: 100%; }

/*大阪発ボタン*/
.uk-button-default {
  background-color: #76c300;
  color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0.25em;
  box-shadow: 2px 2px 0px 0px #a6a6a6;
  margin: 2px; }
  .uk-button-default:hover {
    margin: 4px 0 0 4px;
    color: #fff;
    box-shadow: none;
    background-color: #61A000; }
    .uk-button-default:hover:visited {
      color: #fff; }
  .uk-button-default:visited {
    color: #fff; }
  .uk-button-default:active {
    color: #76c300;
    background-color: #9ad83c; }

/*福岡発ボタン*/
.btn_kyushu {
  background-color: #54BBD5; }
  .btn_kyushu:hover {
    margin: 4px 0 0 4px;
    color: #fff;
    background-color: #459AAF; }
    .btn_kyushu:hover:visited {
      color: #fff; }
  .btn_kyushu:visited {
    color: #fff; }
  .btn_kyushu:active {
    color: #009BC1;
    background-color: #3CB9D8; }

/*押せないボタン*/
.btn_none {
  background-color: #e5e5e5;
  color: #999 !important;
  border-color: #ccc;
  pointer-events: none;
  margin: 4px 0 0 4px;
  box-shadow: none; }

.uk-heading-line > span:before, .uk-heading-line > span:after {
  border-bottom: 7px double #ba0f1c; }

.name-area {
  color: #000;
  border: #666 1px solid;
  background-color: rgba(255, 255, 255, 0.8); }

.l_area-subContent {
  display: none; }

h2 {
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 2px 2px 0px #ba0f1c, 3px 3px 0px #ba0f1c;
  letter-spacing: .1em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em !important; }

h5 {
  font-size: 1.15em; }

.m_area-provided {
  color: #fff;
  text-shadow: 0px 0px 10px black,0px 0px 10px black;
  padding: 5px 10px; }
  .m_area-provided > a {
    color: #fff;
    text-decoration: underline; }
    .m_area-provided > a:visited {
      color: #fff; }
    .m_area-provided > a:hover {
      color: #00add4; }

.uk-navbar-nav > li > a {
  min-height: 50px; }

/* header内設置要素 ///////////////////////*/
.l_page-header .l_inner .header-mainBlock {
  padding-top: 2em; }
  .l_page-header .l_inner .header-mainBlock .m_area-title {
    margin: 1em 0; }
    .l_page-header .l_inner .header-mainBlock .m_area-title .m_title-heading {
      width: 45%; }
    .l_page-header .l_inner .header-mainBlock .m_area-title > .m_summary {
      width: 50%; }

.l_page-header .l_inner .m_sns {
  top: 2em;
  right: 0; }

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #ba0f1c; }

.uk-navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  height: 60px; }

.uk-navbar-nav > li:hover > a {
  color: #fff; }

.m-area-nav ul {
  width: 1120px; }
  .m-area-nav ul li {
    border-right: #ff949c 1px dotted; }
    .m-area-nav ul li:hover {
      background-color: #dc1f2e; }
    .m-area-nav ul li:first-child {
      border-left: #ff949c 1px dotted; }
    .m-area-nav ul li .uk-icon {
      padding-right: 0.5em; }

.block_tour .m_title-heading {
  color: #ba0f1c;
  margin-bottom: 0.5em; }

.block_tour .uk-heading-line > :after, .block_tour .uk-heading-line > :before {
  border-bottom: 2px solid #ba0f1c; }

.box_tour > li {
  padding: 0.5em; }
  .box_tour > li .m_area-title {
    position: relative;
    background-color: #FFEFE1;
    border: 1px solid #EA8C8C;
    border-radius: 5px; }
    .box_tour > li .m_area-title:before, .box_tour > li .m_area-title:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .box_tour > li .m_area-title:before {
      border-color: rgba(234, 140, 140, 0);
      border-top-color: #EA8C8C;
      border-width: 10px;
      margin-left: -10px; }
    .box_tour > li .m_area-title:after {
      border-color: rgba(255, 239, 225, 0);
      border-top-color: #FFEFE1;
      border-width: 9px;
      margin-left: -9px; }
    .box_tour > li .m_area-title .m_title-heading {
      padding: 0.25em 0.5em;
      margin-bottom: 0; }
      .box_tour > li .m_area-title .m_title-heading .subTxt {
        color: #000;
        font-size: 0.75em;
        display: block; }
      .box_tour > li .m_area-title .m_title-heading .mainTxt {
        color: #ba0f1c; }
  .box_tour > li > ul {
    padding: 0.75em 0 0 0.5em; }
    .box_tour > li > ul > li {
      padding-right: 0.75em; }

.tourPurpose > li {
  padding: 0.5em; }
  .tourPurpose > li .m_area-title:before {
    border-width: 10px;
    margin-left: -10px; }
  .tourPurpose > li .m_area-title:after {
    border-width: 9px;
    margin-left: -9px; }
  .tourPurpose > li .m_area-title .m_title-heading .mainTxt {
    font-weight: bold; }

/* page-content///////////////////////*/
.l_page-content {
  width: 100%; }

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

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

.mainContent {
  width: 100%; }

#recomeTour {
  padding: 0 0.25em; }
  #recomeTour .m_title-heading {
    color: #ba0f1c; }
  #recomeTour .uk-heading-line > :after, #recomeTour .uk-heading-line > :before {
    border-bottom: 2px solid #ba0f1c; }
  #recomeTour .m_area-contents {
    border-bottom: 2px solid #ba0f1c;
    padding: 0 0.5em; }



.hellokitty{
  display: block;
  border: 3px solid #ff6699;
  background-color: #FFF;
  text-decoration: none;
  max-width: 850px;
  margin: auto;
  }
.hellokitty .hellokitty_info{
  text-align: center;
    }
.hellokitty p{
    color: #333;
    }
.hellokitty:hover p{
    color: #999;
    }
.hellokitty img.title{
  max-width: 400px;
}

#about {
  padding: 0 0.25em; }
  #about .block_image {
    border-left: 1px solid #ffb03c;
    border-right: 1px solid #ff708d; }
    #about .block_image:before {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background: -webkit-linear-gradient(left, #ffb03c, #ff708d);
      background: linear-gradient(left, #ffb03c, #ff708d); }
    #about .block_image:after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background: -webkit-linear-gradient(left, #ffb03c, #ff708d);
      background: linear-gradient(left, #ffb03c, #ff708d); }
  #about .uk-card > .m_area-title > .m_title-heading {
    color: #ba0f1c; }
    #about .uk-card > .m_area-title > .m_title-heading:before, #about .uk-card > .m_area-title > .m_title-heading:after {
      border-bottom: 2px solid #ba0f1c; }

#hiroshimaMap {
  padding: 0 0.25em; }
  #hiroshimaMap > .m_area-contents {
    position: relative;
    padding: 0 0.9em; }
    #hiroshimaMap > .m_area-contents .uk-tab {
      position: absolute;
      z-index: 10;
      top: -2.3em;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      #hiroshimaMap > .m_area-contents .uk-tab:before {
        border-bottom: none; }
      #hiroshimaMap > .m_area-contents .uk-tab > * a {
        color: #000;
        font-size: 1.25em;
        text-decoration: none;
        padding-bottom: 2px; }
      #hiroshimaMap > .m_area-contents .uk-tab .uk-active > a {
        color: #ba0f1c;
        font-weight: bold;
        border-bottom: #ba0f1c 10px solid;
        position: relative; }
        #hiroshimaMap > .m_area-contents .uk-tab .uk-active > a:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(186, 15, 28, 0);
          border-top-color: #ba0f1c;
          border-width: 20px;
          margin-left: -20px; }
    #hiroshimaMap > .m_area-contents > .uk-switcher {
      position: relative;
      height: 550px;
      margin-top: 3em; }
      #hiroshimaMap > .m_area-contents > .uk-switcher > * {
        width: 100%;
        display: block; }
      #hiroshimaMap > .m_area-contents > .uk-switcher > :not(.uk-active) {
        position: absolute;
        display: block;
        z-index: 2; }
      #hiroshimaMap > .m_area-contents > .uk-switcher > .uk-active {
        position: absolute;
        display: block;
        z-index: 3; }
      #hiroshimaMap > .m_area-contents > .uk-switcher > li {
        border-left: 10px solid #ffb03c;
        border-right: 10px solid #ff708d; }
        #hiroshimaMap > .m_area-contents > .uk-switcher > li:before {
          content: "";
          display: block;
          height: 10px;
          width: 100%;
          background: -webkit-linear-gradient(left, #ffb03c, #ff708d);
          background: linear-gradient(left, #ffb03c, #ff708d); }
        #hiroshimaMap > .m_area-contents > .uk-switcher > li:after {
          content: "";
          display: block;
          height: 10px;
          width: 100%;
          background: -webkit-linear-gradient(left, #ffb03c, #ff708d);
          background: linear-gradient(left, #ffb03c, #ff708d); }
      #hiroshimaMap > .m_area-contents > .uk-switcher iframe {
        width: 100%;
        height: 520px; }

.body-map {
  width: 100%;
  height: 520px; }
  .body-map .inner-info {
    width: 100%; }
    .body-map .inner-info .m_area-title .title-heading {
      padding-top: 0.2em; }
    .body-map .inner-info .m_area-title p {
      border-radius: 3px;
      text-align: center;
      padding: 0 0.5em; }
    .body-map .inner-info .m_area-title .name-area {
      position: absolute;
      right: 1.5em;
      top: 0; }
    .body-map .inner-info .m_area-title .hotel-category {
      color: #DD5E00;
      border: #DD5E00 1px solid; }
    .body-map .inner-info .m_area-title .spot-category {
      color: #18a700;
      border: #18a700 1px solid; }
    .body-map .inner-info .m_area-title .event-category {
      color: #F8537D;
      border: #F8537D 1px solid; }
    .body-map .inner-info .box-info figure {
      font-size: 0.75em; }
      .body-map .inner-info .box-info figure ul li {
        position: relative; }
        .body-map .inner-info .box-info figure ul li > img {
          max-width: 100% !important; }
        .body-map .inner-info .box-info figure ul li > p {
          position: absolute;
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          bottom: 0;
          padding: 0.25em;
          color: #fff;
          font-size: 0.5em; }
        .body-map .inner-info .box-info figure ul li .m_area-provided {
          background: none;
          width: auto;
          right: 0; }
      .body-map .inner-info .box-info figure .switchImage {
        width: 100%;
        margin-top: 0.1em; }
        .body-map .inner-info .box-info figure .switchImage li {
          width: 50%;
          padding: 0.25em;
          border: 1px white solid;
          text-align: center;
          background-color: #d6cdbf; }
          .body-map .inner-info .box-info figure .switchImage li a {
            width: 100%;
            font-size: 0.85em;
            border-radius: 0;
            text-decoration: none;
            display: block;
            color: #666; }
        .body-map .inner-info .box-info figure .switchImage .uk-active {
          position: relative;
          background: #c7af87;
          color: #fff; }
          .body-map .inner-info .box-info figure .switchImage .uk-active:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(199, 175, 135, 0);
            border-bottom-color: #c7af87;
            border-width: 0.5em;
            margin-left: -0.5em; }
          .body-map .inner-info .box-info figure .switchImage .uk-active > a {
            color: #fff; }
    .body-map .inner-info .box-info figcaption {
      vertical-align: top;
      padding-left: 0.5em; }
      .body-map .inner-info .box-info figcaption .spot-caption, .body-map .inner-info .box-info figcaption .hotel-caption {
        width: 100%; }
      .body-map .inner-info .box-info figcaption .hotel-caption {
        margin-bottom: 0.5em; }
        .body-map .inner-info .box-info figcaption .hotel-caption tr th, .body-map .inner-info .box-info figcaption .hotel-caption tr td {
          font-size: 0.85em;
          border: #fff 1px solid;
          padding: 0.25em 0.5em; }
        .body-map .inner-info .box-info figcaption .hotel-caption tr th {
          background: #f5f0e7;
          width: 25%; }
          .body-map .inner-info .box-info figcaption .hotel-caption tr th > span {
            font-size: 0.8em; }
        .body-map .inner-info .box-info figcaption .hotel-caption tr td {
          border-top: #f5f0e7 1px solid;
          border-bottom: #f5f0e7 1px solid; }
          .body-map .inner-info .box-info figcaption .hotel-caption tr td > span {
            font-size: 0.8em;
            display: inline-block;
            background-color: #c7af87;
            padding: 0 0.25em;
            margin: 0 0.25em;
            color: #fff;
            border-radius: 5px; }
        .body-map .inner-info .box-info figcaption .hotel-caption tr .td-first-child {
          border-top: none; }
        .body-map .inner-info .box-info figcaption .hotel-caption tr .td-last-child {
          border-bottom: none; }
      .body-map .inner-info .box-info figcaption .block_tour {
        padding-bottom: 0.5em; }

#sightseeing {
  padding: 0 0.25em; }
  #sightseeing > .m_area-contents {
    padding: 0 0.5em; }
  #sightseeing .block_tour > ul li > .uk-button {
    width: 100%; }

#otoku {
  padding: 0 0.25em;
  /*ぐるりんパス*/ }
  #otoku .otokuPass {
    padding: 0 0.5em; }
    #otoku .otokuPass > .m_area-title > .m_title-heading {
      color: #ba0f1c; }
    #otoku .otokuPass .uk-card-body .m_txtCation {
      margin-top: 0.5em;
      display: block; }

#tour {
  padding: 0 0.25em; }
  #tour > .inner_contents > .m_area-contents {
    padding: 0 0.5em; }
    #tour > .inner_contents > .m_area-contents > .inner_contents > .m_area-title {
      padding: 0.5em 1em;
      border-bottom: 2px #ba0f1c dotted; }
      #tour > .inner_contents > .m_area-contents > .inner_contents > .m_area-title > .m_title-heading {
        color: #ba0f1c;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }
    #tour > .inner_contents > .m_area-contents > .inner_contents .block_tour {
      padding: 1em; }

/* footer内設置要素 ///////////////////////*/
/*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/
/******************************************************************************************/
/******************************************************************************************/
/*Media Queries****************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/* < 1024　タブレット横 */
/* < 960　スマホ横画面・タブレット用 */
@media screen and (max-width: 960px) {
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  .l_page-header {
    width: 100%; }
    .l_page-header .l_inner .header-mainBlock .m_area-title {
      width: 75%; }
      .l_page-header .l_inner .header-mainBlock .m_area-title .m_title-heading {
        font-size: 2.5em;
        width: 70%; }
      .l_page-header .l_inner .header-mainBlock .m_area-title .m_summary {
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
        width: 70%; }
    .l_page-header .l_inner .header-mainBlock .body-mainImage {
      padding-top: 1em; }
  .l_page-content {
    width: 100%;
    padding: 0; }
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/ }

/* < 640px　スマホ用 */
@media screen and (max-width: 640px) {
  /*▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽*/
  .l_page-header {
    padding-top: 0;
    height: auto; }
    .l_page-header .l_inner {
      height: auto; }
      .l_page-header .l_inner .header-mainBlock {
        display: block; }
        .l_page-header .l_inner .header-mainBlock .m_area-title {
          display: block;
          width: 100%;
          padding: 0.5em 0 0;
          margin-bottom: 0; }
          .l_page-header .l_inner .header-mainBlock .m_area-title .m_title-heading {
            width: 100%; }
          .l_page-header .l_inner .header-mainBlock .m_area-title .m_summary {
            width: 100%; }
        .l_page-header .l_inner .header-mainBlock .body-mainImage {
          display: block;
          width: 100%; }
      .l_page-header .l_inner .m_sns {
        position: absolute;
        left: 0;
        height: 2.5em;
        padding-bottom: 0.5em;
        margin-top: 0; }
  .l_page-content .l_area-mainContent {
    padding: 0; }
  .l_page-content .mainContent .body-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    .l_page-content .mainContent .body-contents .m_area-title {
      margin-bottom: 1em; }
  .m-area-nav ul {
    width: 100%; }
    .m-area-nav ul li {
      border-bottom: #ff949c 1px dotted; }
      .m-area-nav ul li a {
        font-size: 0.8em;
        height: 3.5em; }
  h2 {
    font-size: 1.85em;
    letter-spacing: 2px; }
  #recomeTour .m_area-title {
    margin-bottom: 0em; }
  #recomeTour .m_area-contents ul li {
    border-bottom: #ba0f1c 1px dotted; }
    #recomeTour .m_area-contents ul li:last-child {
      border: none; }
    .hellokitty{
      padding: 10px;
        }
    .hellokitty .hellokitty_info{
      text-align: left;
        }
  #hiroshimaMap > .m_area-contents > .uk-tab {
    top: -1.2em; }
    #hiroshimaMap > .m_area-contents > .uk-tab a {
      font-size: 0.85em;
      padding: 0 0.5em; }
    #hiroshimaMap > .m_area-contents > .uk-tab > * {
      padding-left: 0; }
  #hiroshimaMap > .m_area-contents > .uk-switcher {
    margin-top: 2em;
    height: 460px; }
    #hiroshimaMap > .m_area-contents > .uk-switcher iframe {
      height: 440px; }
  .body-map {
    height: 440px; }
    .body-map .inner-info .m_area-title .name-area {
      position: static; }
    .body-map .inner-info .box-info figcaption .block_tour .uk-padding-small {
      padding: 0.5em; }
  .box_tour > li > ul {
    padding-top: 0; }
  #sightseeing > .m_area-contents > li {
    padding-right: 0; }
  #tour > .inner_contents > .m_area-contents > .inner_contents > .m_area-title {
    margin-bottom: 0; }
  #otoku > .inner_contents > .otokuPass > .m_area-contents > li {
    padding-right: 0; }
  /*△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/ }

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