@charset 'UTF-8';

/****************************************************
 * 固定ページ用CSS
*****************************************************/

#page img {
  width: 100%;
}

#page .slide {
  position: relative;
}

#page .slide .box {
  line-height: 1.9;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 430px;
  height: 315px;
  margin: auto;
  text-align: center;
  color: #fff;
}

#page .slide .box .ttl {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: .2em;
  opacity: .9;
}

#page .slide p {
  letter-spacing: .15rem;
  opacity: .9;
}

#page .guide {
  max-width: 1125px;
  margin: 0 auto;
  padding: 50px 0 220px;
  background: url(../img/page/map.jpg) no-repeat center center;
  background-size: cover;
}

#page .guide .ttl {
  width: 430px;
}

#page .guide .list {
  font-size: 1.7rem;
  margin: 30px;
}

#page .guide .list li {
  position: relative;
  padding-left: 40px;
  counter-increment: count;
}

#page .guide .list li:before {
  font-size: 1.6rem;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 0 10px;
  content: counter(count);
  color: #fff;
  border-radius: 50%;
}

#page .guide .list li:nth-child(1):before {
  background: #a62006;
}

#page .guide .list li:nth-child(2):before {
  background: #00b5c2;
}

#page .guide .list li:nth-child(3):before {
  background: #00457c;
}

#page .guide .list li:nth-child(4):before {
  background: #d85e67;
}

#page .guide .list li:nth-child(5):before {
  background: #dab300;
}

#page .guide .list li:nth-child(6):before {
  background: #8ab400;
}

#page .guide .list li:nth-child(7):before {
  background: #711471;
}

#page .guide .list li + li {
  margin-top: 15px;
}

#page .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page .nav li {
  width: 33.33%;
}

#page .nav li > div {
  position: relative;
}

#page .nav a {
  position: relative;
  display: block;
}

#page .nav a:hover:before,
#page .nav a:hover .txt {
  opacity: 0;
}

#page .nav .txt {
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page .nav li > div:before,
#page .nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(0, 0, 0, .6);
}

#page .nav .num {
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 100;
}

#page .nav .name {
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page .nav .name:before {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 10px;
  margin: auto;
  content: '';
  background: url(../img/common/icon_arrow.svg) no-repeat center top;
  background-size: contain;
}

#page .nav li:last-child {
  width: 66.66%;
}
.mainvisual-lower .inner {
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
    margin-left: 0;
}
.mainvisual-lower .inner h1 {
    font-size: 3em;
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.mainvisual-lower .inner h1 .page-ttl {
    font-size: inherit;
    text-shadow: 2px 2px 2px #000;
}
@media only screen and (max-width: 768px) {
  #page .slide .box {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #page .slide .box .ttl {
    font-size: 24px;
  }

  #page .guide {
    width: 100%;
    background: url(../img/page/map.jpg) no-repeat center bottom;
    background-size: contain;
  }

  #page .guide .ttl {
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
  }

  #page .nav li {
    width: 100%;
  }

  #page .nav .txt,
  #page .nav .name {
    font-size: 16px;
  }

  #page .nav li:last-child {
    display: none;
    width: 100%;
  }
  .shop-hdsp .inner {
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .shop-hdsp .inner h1 {
    font-size: 2.5em;
    color: #fff;
    display: block;
  }
  .shop-hdsp .inner h1 .page-ttl {
    font-size: inherit;
    text-shadow: 2px 2px 2px #000;
   }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  #page .slide .box {
    font-size: calc(10px + 7 * (100vw - 320px) / 448);
  }

  #page .slide .box .ttl {
    font-size: calc(24px + 8 * (100vw - 320px) / 448);
  }

  #page .nav .txt {
    font-size: calc(16px + 8 * (100vw - 320px) / 448);
  }

  #page .nav .name {
    font-size: calc(16px + 16 * (100vw - 320px) / 448);
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  #page .slide .box {
    font-size: 17px;
  }

  #page .slide .box .ttl {
    font-size: 32px;
  }

  #page .nav .txt {
    font-size: 24px;
  }

  #page .nav .name {
    font-size: 32px;
  }
}

@media all and (-ms-high-contrast: none) {
  #page .guide .list li:before {
    margin-top: -4px;
    padding: 3px 11px 0;
  }
}
/****************************************************
 * IE11
*****************************************************/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
    #page img {
      height: 100%;
    }
}