@charset "UTF-8";
/* Scss Document */
#mainImg {
  overflow: hidden; }
  #mainImg:after {
    bottom: 0; }
  #mainImg #top_catch {
    width: 100%;
    position: absolute;
    padding: 0 10px;
    left: 0;
    z-index: 20; }
  @media (min-width: 1380px) {
    #mainImg #top_catch {
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 1379px) and (min-width: 768px) {
    #mainImg #top_catch {
      width: 63.8%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 768px) {
    #mainImg #slideSP, #mainImg .slideSP {
      display: none; }
    #mainImg #slidePC {
      position: relative;
      margin: 0 auto;
      max-width: 1380px; }
      #mainImg #slidePC .slidePC {
        width: 100%;
        height: 100%;
        overflow: visible;
        z-index: 1; }
      #mainImg #slidePC .slider-thumbnail {
        display: flex;
        max-width: 580px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%);
        padding: 5px 20px 20px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 5px; }
        #mainImg #slidePC .slider-thumbnail .swiper-slide {
          opacity: 0.6;
          filter: alpha(opacity=60);
          max-width: 80px;
          margin: 0 5px; }
          #mainImg #slidePC .slider-thumbnail .swiper-slide img {
            width: 80px;
            height: 27px; }
          #mainImg #slidePC .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
            opacity: 1;
            filter: alpha(opacity=100); }
          #mainImg #slidePC .slider-thumbnail .swiper-slide:hover {
            cursor: pointer; }
          #mainImg #slidePC .slider-thumbnail .swiper-slide:hover img, #mainImg #slidePC .slider-thumbnail .swiper-slide:active img {
            opacity: 1;
            filter: alpha(opacity=100); } }
  @media (max-width: 767px) {
    #mainImg:after {
      background: url("../images/cmn/bg_jagged_sp.png") repeat-x center;
      height: 34px;
      bottom: 25px; }
    #mainImg #top_catch {
      top: 7%; }
    #mainImg #slidePC, #mainImg .slidePC {
      display: none; }
    #mainImg #slideSP .swiper-slide {
      padding-bottom: 20px; }
      #mainImg #slideSP .swiper-slide .mainVisual {
        position: relative;
        overflow: hidden;
        max-width: 750px;
        margin: 0 auto; }
        #mainImg #slideSP .swiper-slide .mainVisual .main_visual_abso {
          position: absolute;
          width: 100%;
          padding: 0 10px;
          top: 7%;
          left: 0;
          z-index: 10; }
    #mainImg #slideSP .swiper-pagination {
      background: #FFF; }
    #mainImg #slideSP .swiper-pagination-bullet {
      bottom: 0;
      margin: 0 5px; }
    #mainImg #slideSP .swiper-pagination-bullet-active {
      background-color: #9B1845 !important; } }

/* ----------------------------------------------------------
// ::: メインイメージ　アニメーション :::::::::
   ---------------------------------------------------------- */
@keyframes FadeInimage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes FadeOutimage {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#slidePC {
  /*フェードイン*/
  /*フェードアウト*/ }
  #slidePC .fadeInimage {
    animation: FadeInimage 4s; }
  #slidePC .fadeOutimage {
    animation: FadeOutimage 3s; }

#introDiv {
  margin-left: 0;
  margin-right: 0; }
  #introDiv img {
    margin: 0 auto; }
  #introDiv .introTxt {
    text-align: center;
    line-height: 2em;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }
    #introDiv .introTxt span {
      font-size: 158%; }
  @media (min-width: 768px) {
    #introDiv {
      margin-bottom: 50px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #introDiv .introTxt {
      margin: 0 10px 80px; } }
  @media (max-width: 480px) {
    #introDiv .introTxt {
      margin: 0 10px 40px; } }

.bg_line {
  width: 100%;
  height: 7px;
  background: url("../images/index/bg_line.png") no-repeat center;
  background-size: contain;
  margin-top: 20px; }

/* ----------------------------------------------------------
// ::: infoBox【responsive】 :::::::::
   ---------------------------------------------------------- */
dl.infoBox {
  display: block; }
  dl.infoBox dt.title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important; }
  dl.infoBox dd {
    display: block;
    width: 100%; }
    dl.infoBox dd .date {
      text-align: right; }
    dl.infoBox dd .subTitle {
      margin-bottom: 15px; }
  @media (min-width: 768px) {
    dl.infoBox dt.title {
      line-height: 3em;
      font-size: 129%;
      background: #8C1137;
      font-weight: normal;
      color: #FFF; }
    dl.infoBox dd {
      background: #FFF;
      padding: 15px; }
      dl.infoBox dd .date {
        margin-bottom: 20px; }
      dl.infoBox dd .txt {
        margin: 0 20px;
        font-size: 93%; }
        dl.infoBox dd .txt .subTitle {
          color: #C00;
          font-size: 122%; } }
  @media (max-width: 767px) {
    dl.infoBox {
      border: 2px solid #9B1845; }
      dl.infoBox dt.title {
        color: #9B1845;
        font-weight: bold;
        margin-bottom: 20px; }
      dl.infoBox dd .date {
        margin-bottom: 10px; }
      dl.infoBox dd .txt .subTitle {
        color: #9B1845;
        font-weight: bold;
        font-size: 115%; } }
  @media (min-width: 481px) and (max-width: 767px) {
    dl.infoBox {
      padding: 30px 20px; }
      dl.infoBox dt.title {
        font-size: 172%; } }
  @media (max-width: 480px) {
    dl.infoBox {
      padding: 20px; }
      dl.infoBox dt.title {
        font-size: 129%; } }

#top_news {
  background: #FFF;
  border-radius: 8px;
  padding: 3px;
  position: relative; }
  #top_news:before {
    content: '';
    background: url("../images/index/top_news_top.png") no-repeat top center;
    display: block;
    width: 100%;
    height: 41px;
    position: absolute;
    left: 0;
    top: -33px;
    z-index: 1; }
  #top_news #top_news_main {
    padding: 12px 2px;
    position: relative;
    background-image: url("../images/index/top_news_top_l.png"), url("../images/index/top_news_top_r.png"), url("../images/index/top_news_bottom_r.png"), url("../images/index/top_news_bottom_l.png");
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left, top right, bottom right, bottom left;
    background-color: #FFF;
    border-radius: 9px;
    font-size: 86%; }
    #top_news #top_news_main:after {
      content: '';
      position: absolute;
      display: block;
      border-radius: 10px;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border: solid 1px #B89996;
      left: 0;
      top: 0px; }
    #top_news #top_news_main > * {
      position: relative;
      z-index: 1; }
    #top_news #top_news_main ul.update-scroll {
      overflow: auto;
      overflow-x: hidden;
      padding: 0 3px 0 6px;
      border: 1px solid #BBB; }
      #top_news #top_news_main ul.update-scroll li {
        color: #333;
        border-bottom: dotted 1px #dadada;
        padding: 1px 0;
        margin: 0.3em 0; }
        #top_news #top_news_main ul.update-scroll li span {
          padding-right: 1em; }
  @media (min-width: 768px) {
    #top_news {
      margin-top: 83px;
      margin-bottom: 50px; }
      #top_news #top_news_main ul.update-scroll {
        height: 9.2em; } }
  @media (max-width: 767px) {
    #top_news {
      margin-top: 63px;
      margin-bottom: 30px; }
      #top_news #top_news_main ul.update-scroll {
        height: 18em; }
        #top_news #top_news_main ul.update-scroll li {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
          #top_news #top_news_main ul.update-scroll li span {
            display: block;
            width: 100%;
            margin-bottom: 2px; } }

.sliderpr {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 768px) {
    .sliderpr {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .sliderpr {
      margin-bottom: 30px; } }

.slider__content {
  min-width: 100%;
  animation: sliderAnime 25s ease-in-out infinite; }

@keyframes sliderAnime {
  16.6% {
    transform: translateX(0); }
  33.3% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(-100%); }
  66.6% {
    transform: translateX(-200%); }
  83.2% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(0); } }
/* ----------------------------------------------------------
// ::: campaign【PC/SP】 :::::::::
   ---------------------------------------------------------- */
#campaignBnrSp {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #campaignBnrSp {
      display: none; } }

/* ----------------------------------------------------------
// ::: planBox【PC/SP】 :::::::::
   ---------------------------------------------------------- */
#planBoxSP {
  position: relative;
  background: url("../images/index/plan_bg.jpg") repeat center; }
  @media (min-width: 768px) {
    #planBoxSP {
      display: none; } }
  #planBoxSP:before {
    content: '';
    background: linear-gradient(to right, #FFF 30%, transparent 31%, transparent 69%, #FFF 70%);
    background-image: url(../images/index/plan_bgtop.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-height: 67px;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    #planBoxSP {
      margin: 0 -30px 60px;
      padding: 40px 30px; } }
  @media (max-width: 480px) {
    #planBoxSP {
      margin: 0 -15px 30px;
      padding: 20px 15px; }
      #planBoxSP:before {
        content: '';
        background-repeat: no-repeat; } }

/* ----------------------------------------------------------
// ::: hotelGuide :::::::::
   ---------------------------------------------------------- */
#guide .guideField p.guideTxt {
  font-size: 93% !important; }
@media (min-width: 768px) {
  #guide {
    margin-bottom: 20px; }
    #guide .guideField {
      padding-bottom: 10px; }
      #guide .guideField .guideImages ul {
        display: flex;
        flex-wrap: wrap; }
        #guide .guideField .guideImages ul li {
          margin-bottom: 6px; }
          #guide .guideField .guideImages ul li:nth-of-type(1) {
            width: 100%; }
          #guide .guideField .guideImages ul li:nth-of-type(n+2) {
            width: calc(50% - 3px); }
          #guide .guideField .guideImages ul li:nth-of-type(even) {
            margin-right: 6px; }
          #guide .guideField .guideImages ul li img {
            margin: 0 auto; }
      #guide .guideField h4 {
        margin: 0 0 30px; }
      #guide .guideField .guideLink {
        display: none; }
      #guide .guideField p.guideTxt {
        margin-bottom: 20px; }
      #guide .guideField:nth-last-of-type(n+2) {
        margin-bottom: 16.7%; }
        #guide .guideField:nth-last-of-type(n+2):after {
          content: '';
          display: block;
          width: calc(100% - 20px);
          height: 26%;
          margin: 10px; }
        #guide .guideField:nth-last-of-type(n+2):nth-of-type(even):after {
          background: url("../images/cmn/img_footprint01.png") no-repeat;
          background-size: 100% auto; }
        #guide .guideField:nth-last-of-type(n+2):nth-of-type(odd):after {
          background: url("../images/cmn/img_footprint01_2.png") no-repeat;
          background-size: 100% auto; } }
@media (max-width: 767px) {
  #guide .guideField {
    margin-bottom: 20px; }
    #guide .guideField > .flexBox {
      height: 100%; }
    #guide .guideField .guideImages {
      display: none; }
    #guide .guideField h4 {
      display: none; }
    #guide .guideField .guideLink {
      display: block; }
    #guide .guideField p.guideTxt {
      background: #F5F2E8;
      padding: 15px 10px; }
      #guide .guideField p.guideTxt span.visibleMd {
        display: inline !important; }
    #guide .guideField .button01 {
      display: none; } }
@media (max-width: 480px) {
  #guide {
    flex-direction: column; }
    #guide .guideField {
      width: 100%; } }

/* ----------------------------------------------------------
// ::: concept :::::::::
   ---------------------------------------------------------- */
#concept h2, #concept h3 {
  margin-top: 40px;
  padding: 0 40px; }
#concept .article .imgR {
  float: right; }
#concept .article .imgL {
  float: left; }
#concept .article:after {
  content: '';
  display: block;
  clear: both; }
@media (min-width: 481px) {
  #concept .article .imgR {
    margin: 0 0 20px 20px; }
  #concept .article .imgL {
    margin: 0 20px 20px 0; } }
@media (max-width: 480px) {
  #concept .article .imgR {
    margin: 0 0 20px 10px; }
  #concept .article .imgL {
    margin: 0 10px 20px 0; } }

@media (min-width: 768px) {
  #map {
    margin: 30px auto 50px; }
    #map #pdf {
      max-width: 246px;
      margin: 10px auto; }
    #map a:hover img {
      opacity: 0.8; } }
@media (max-width: 767px) {
  #map .map {
    display: none; } }

#message {
  max-width: 670px;
  width: 100%;
  position: relative;
  background: url("../images/index/bg_message.png") no-repeat;
  padding-top: 80.75%;
  margin-bottom: 40px; }
  #message .inner {
    max-width: 570px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #message .inner .flexBox div:nth-of-type(1) {
      width: 55%; }
    #message .inner .flexBox div:nth-of-type(2) {
      width: 45%; }
  @media (min-width: 768px) {
    #message .inner {
      padding: 0 20px 0 40px;
      margin-top: 115px; } }
  @media (max-width: 767px) {
    #message {
      background-size: 100%; }
      #message .inner {
        padding: 0 20px 0 40px;
        margin-top: 18.5%; } }

/* ----------------------------------------------------------
// ::: footer :::::::::
   ---------------------------------------------------------- */
@media (min-width: 768px) {
  #sitemap:before {
    display: none; } }
