@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
/*******************************
Style Start
*******************************/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.is-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc-hidden {
    display: inline-block;
  }
}

.is-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-sp-hidden {
    display: none;
  }
}

.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1006px) {
  .wrapper {
    max-width: 90.625%;
  }
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.telLink {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .telLink {
    pointer-events: auto;
  }
}

#header {
  height: 72px;
}

@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
}

#header h1 {
  padding: 15px 0 17px;
}

@media screen and (max-width: 768px) {
  #header h1 {
    width: 170px;
    padding: 10px 0;
  }
}

#main {
  max-width: 1367px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1006px) {
  #main {
    max-width: 90.625%;
  }
}

@media screen and (max-width: 1367px) {
  #main {
    max-width: 100%;
  }
}

.img01 {
  position: relative;
}

.img01 a {
  position: absolute;
  bottom: 160px;
  left: 50%;
  -webkit-transform: translateX(-51.5%);
          transform: translateX(-51.5%);
}

@media screen and (max-width: 1367px) {
  .img01 a {
    bottom: 11.7vw;
    width: 24.3%;
  }
}

@media screen and (max-width: 768px) {
  .img01 a {
    bottom: 16.2vw;
    -webkit-transform: translateX(-57.5%);
            transform: translateX(-57.5%);
    width: 40%;
  }
}

.img04 {
  position: relative;
}

.img04 a {
  position: absolute;
  bottom: 145px;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

@media screen and (max-width: 1367px) {
  .img04 a {
    bottom: 11.7vw;
    width: 24.3%;
  }
}

@media screen and (max-width: 768px) {
  .img04 a {
    bottom: 12vw;
    width: 40%;
  }
}

.access .title {
  background-color: #00009b;
  padding: 50px 80px;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access .title {
    padding: 20px 5% 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.access .title p {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .access .title p {
    padding: 5px 0;
  }
}

.access .title p + p {
  border-top: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .access .title p + p {
    border-top: 0;
  }
}

.access .shop-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}

@media screen and (max-width: 1006px) {
  .access .shop-wrap {
    max-width: 90.625%;
  }
}

@media screen and (max-width: 768px) {
  .access .shop-wrap {
    max-width: 100%;
    padding: 0;
  }
}

.access .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .access .shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access .shop + .shop {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .access .shop + .shop {
    margin-top: 0;
  }
}

.access .shop .map {
  width: 53.75%;
}

@media screen and (max-width: 1200px) {
  .access .shop .map {
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .access .shop .map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 50%;
    height: 0;
  }
}

@media screen and (max-width: 1200px) {
  .access .shop .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.access .shop .detail {
  background-color: #00009b;
  width: 46.25%;
  padding: 40px 35px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .access .shop .detail {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    padding: 20px 8% 30px;
  }
}

@media screen and (max-width: 768px) {
  .access .shop .detail .address {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 1006px) {
  .access .shop .detail .address {
    max-width: 90.625%;
  }
}

@media screen and (max-width: 640px) {
  .access .shop .detail .address {
    max-width: 100%;
  }
}

.access .shop .detail .address .line1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access .shop .detail .address .line1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.access .shop .detail .address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #fff;
}

.access .shop .detail .address dl dt,
.access .shop .detail .address dl dd {
  padding: 10px 0;
}

.access .shop .detail .address dl dt {
  width: 85px;
}

.access .shop .detail .address dl dd {
  width: calc(100% - 85px);
}

.access .shop .detail .address .button {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access .shop .detail .address .button {
    margin-top: 20px;
  }
}

.access .shop .detail .address .button a {
  display: inline-block;
  background-color: #ffff00;
  border-radius: 8px;
  width: 220px;
  padding: 12px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .access .shop .detail .address .button a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.access .shop .detail .address .button a:hover {
  text-decoration: none;
  opacity: .8;
}

.disabled {
  display: block;
  position: relative;
  cursor: default;
}

.disabled:hover img {
  opacity: 1;
}

.disabled::after {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

#footer {
  background-color: #00009b;
  padding: 25px 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #footer .logo {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}

.coupon {
  text-align: center;
}

.coupon .image {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */