@charset "UTF-8";
.gm-style-mot {
  text-align: center;
}

html {
  font-size: 0.1333333333vmin;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

.animated {
  opacity: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: #1e1e1e;
}

.pc {
  display: none;
}

p {
  line-height: 1.8;
  color: #1e1e1e;
  font-size: 25rem;
  text-align: justify;
  letter-spacing: 0.08em;
}

.hstyle-basic {
  font-size: 54rem;
  line-height: 1.3;
  margin-bottom: 40rem;
  letter-spacing: 0.1em;
}
.hstyle-basic span.ja {
  display: block;
  font-size: 24rem;
  margin-top: 16rem;
}

.scroll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50rem;
  bottom: 118rem;
  z-index: 2;
  padding: 60rem 0 200rem;
  overflow: hidden;
  width: 1em;
}
.scroll-top span {
  display: block;
  font-size: 20rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #1e1e1e;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Open Sans", sans-serif;
}

.scroll-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 130rem;
  background: #1e1e1e;
  -webkit-animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
header {
  position: relative;
}
header .logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40rem;
  z-index: 10;
}
header .wrap-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 64rem;
  z-index: 10;
}
header .wrap-sns .icon {
  width: auto;
  height: 40rem;
  margin-right: 35rem;
}
header .wrap-sns .icon img {
  height: 100%;
  width: auto;
}

.scroll-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 30rem;
  bottom: 60rem;
  z-index: 2;
  padding: 200rem 0 60rem;
  overflow: hidden;
  width: 1em;
}
.scroll-bottom span {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #1e1e1e;
  font-size: 14rem;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
}

.scroll-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 130rem;
  background: #1e1e1e;
  -webkit-animation: up 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: up 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@keyframes up {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
section.g-map {
  width: 80%;
  margin: 0 auto;
}

.area-info {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 100rem 0 0;
}
.area-info .company-name {
  font-weight: bold;
  font-size: 26rem;
  margin-bottom: 20rem;
}
.area-info .company-name a.shop-link {
  font-weight: bold;
  display: block;
  position: relative;
}
.area-info .company-name a.shop-link::after {
  content: "";
  display: block;
  width: 56rem;
  height: 56rem;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 16rem;
  top: -10rem;
}
.area-info .address {
  font-size: 26rem;
  color: #646464;
}
.area-info .info {
  font-size: 26rem;
  color: #646464;
}

.area-gmap {
  margin-top: 60rem;
}
.area-gmap .box-gmap {
  margin-top: 60rem;
}
.area-gmap .box-gmap .gmap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

footer {
  position: relative;
  margin-top: 100px;
}
footer .wrap-sns {
  display: none;
}
footer .logo-footer {
  width: 50%;
  margin: 0 auto;
}
footer small {
  display: block;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 13rem;
  margin-top: 60rem;
  margin-bottom: 60rem;
}

section.g-map {
  margin-top: 100rem;
}
section.g-map a.btn-small {
  margin-top: 30rem;
}
section.g-map .gmap {
  width: 100%;
  height: 450rem;
  overflow: hidden;
  border: 0;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
section.g-map .gmap iframe {
  width: 100%;
  height: 860rem;
  margin-top: -170rem;
}
section.g-map .map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
}
section.g-map .map-btn .btn {
  margin: 0 20rem;
}
section.g-map .map-btn a {
  font-size: 24rem;
  font-family: "Open Sans", sans-serif;
  display: block;
  position: relative;
  padding-left: 80rem;
  font-weight: bold;
  letter-spacing: 0.18em;
}
section.g-map .map-btn a::before {
  content: "";
  width: 58rem;
  height: 58rem;
  display: block;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: content;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    letter-spacing: 0.03em;
    font-size: 15px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  p {
    font-size: 18px;
    line-height: 1.9;
  }
  .hstyle-basic {
    font-size: 5.4rem;
    line-height: 1.3;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .hstyle-basic span.ja {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .scroll-top {
    left: 70px;
    bottom: 220px;
    padding: 60px 0 120px;
  }
  .scroll-top span {
    font-size: 12px;
  }
  .scroll-top::after {
    bottom: 0;
    width: 1px;
    height: 80px;
  }
  header .logo {
    width: 52.6315789474%;
    max-width: 1000px;
    top: 50px;
  }
  header .wrap-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: 64px;
    margin-right: 10px;
    z-index: 2;
  }
  header .wrap-sns .icon {
    height: 45px;
    margin-right: 45px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .wrap-sns .icon:hover {
    opacity: 0.7;
  }
  .scroll-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 30px;
    bottom: 60px;
    z-index: 2;
    padding: 200px 0 60px;
    overflow: hidden;
    width: 1em;
  }
  .scroll-bottom span {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #1e1e1e;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
  }
  .scroll-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 130px;
    background: #1e1e1e;
    -webkit-animation: up 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: up 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @-webkit-keyframes up {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
  }
  @keyframes up {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
  }
  .area-info {
    max-width: 1300px;
    margin: -30px auto 0;
  }
  .area-info .company-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .area-info .company-name a.shop-link {
    font-weight: bold;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .area-info .company-name a.shop-link:hover {
    opacity: 0.8;
  }
  .area-info .company-name a.shop-link::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("../images/btn-arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: -5rem;
    top: -0.3rem;
  }
  .area-info .address {
    font-size: 16px;
  }
  .area-info .info {
    font-size: 16px;
  }
  footer {
    position: relative;
  }
  footer .logo-footer {
    display: block;
    width: 365px;
    margin: 140px auto 0;
  }
  footer .wrap-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
  }
  footer .wrap-sns .icon {
    width: 30px;
    margin: 0 15px 0;
  }
  footer small {
    font-size: 11px;
    margin-top: 80px;
    margin-bottom: 90px;
    letter-spacing: 0.1em;
  }
  section.g-map {
    max-width: 1280px;
    width: 90%;
    margin: 5rem auto 0;
  }
  section.g-map a.btn-small {
    margin-top: 30px;
  }
  section.g-map .gmap {
    height: 100%;
    overflow: hidden;
  }
  section.g-map .gmap iframe {
    height: 860px;
    margin-top: -170px;
  }
  section.g-map .map-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
  }
  section.g-map .map-btn .btn {
    margin: 0 20px;
  }
  section.g-map .map-btn a {
    font-size: 1.4rem;
    padding-left: 40px;
    font-weight: bold;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  section.g-map .map-btn a:hover {
    opacity: 0.6;
  }
  section.g-map .map-btn a::before {
    content: "";
    width: 32px;
    height: 32px;
  }
  .area-gmap {
    margin-top: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8.4rem;
  }
  .area-gmap .box-gmap {
    margin-top: 0;
  }
  .area-gmap .box-gmap .gmap {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  header .wrap-sns .icon {
    height: 35px;
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.g-map .map-btn {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  header .wrap-sns .icon {
    width: 35px;
    margin-right: 40px;
  }
  .area-info .address {
    font-size: 13px;
  }
  .area-info .info {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  html {
    font-size: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  body,
  p {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  body,
  p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=common2.css.map */