/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 8.5rem;
  }
  .intro-ttl__em {
    margin-bottom: 3rem;
  }
  .intro-ttl__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C7B299), to(#C7B299));
    background: linear-gradient(to bottom, transparent 70%, #C7B299 70%, #C7B299 100%);
  }
  .intro-ttl__num {
    font-size: 0.742em;
  }
  .intro-ttl__num span {
    line-height: 1;
    font-size: 1.957em;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 10rem 0 11.5rem;
  }
  .map .cbtn {
    width: 100%;
    height: 60px;
    letter-spacing: 0.08em;
    margin-bottom: 5rem;
  }
  .map .cphone-block__item dd::before {
    background-image: url(../../images/icon_tel.svg);
  }
  .map .cphone-block__item.cphone-block__item--free {
    margin-bottom: 1.3rem;
  }
  .map .cphone-block__item.cphone-block__item--free dd:before {
    background-image: url(../../images/icon_dial.svg);
  }
  .map__embed {
    position: relative;
    width: 100%;
    padding-top: 41.64%;
    margin-bottom: 10rem;
  }
  .map__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .map__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3%;
  }
  .map__img {
    width: 59%;
  }
  .map__content {
    width: 380px;
  }
  .map__logo {
    width: 170px;
    margin-bottom: 2.2rem;
  }
  .map__address {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  /* access__item 
  ---------------------------------------------------------------------- */
  .access__item {
    padding: 10rem 0 1rem;
  }
  .access__ttl {
    font-size: 3rem;
    letter-spacing: 0.06em;
    margin-bottom: 6rem;
    font-weight: bold;
    color: #5A3A1B;
    text-align: center;
  }
  .access-route__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .access__img {
    margin-bottom: 5.9rem;
  }
  .access-route {
    position: relative;
    border-top: 2px solid #00422B;
  }
  .access-route::before,
  .access-route::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #00422B;
    position: absolute;
    top: 0;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .access-route::before {
    left: 0;
  }
  .access-route::after {
    right: 0;
  }
  .access-route__item {
    padding: 3.3rem 2rem 4rem;
  }
  .access-route__ttl {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #006837;
  }
  /* parking 
  ---------------------------------------------------------------------- */
  .parking {
    padding-top: 3rem;
  }
  .parking__img {
    position: relative;
    margin-bottom: 2.2rem;
  }
  .parking__img-icon {
    position: absolute;
    top: 20px;
    left: 19px;
    width: 171px;
  }
  .parking__ttl {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #006837;
  }
  .parking__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .parking__txt a {
    font-weight: bold;
    color: #006837;
  }
}
@media (max-width: 1000px) {
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 10vw;
  }
  .intro .intro-ttl__em {
    font-size: 1em;
    margin-bottom: 3rem;
  }
  .intro-ttl__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C7B299), to(#C7B299));
    background: linear-gradient(to bottom, transparent 70%, #C7B299 70%, #C7B299 100%);
  }
  .intro-ttl__num {
    font-size: 0.742em;
  }
  .intro-ttl__num span {
    line-height: 1;
    font-size: 1.957em;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 10vw 0 10vw;
  }
  .map .cbtn {
    width: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 5vw;
  }
  .map .cphone-block__item dd::before {
    background-image: url(../../images/icon_tel.svg);
  }
  .map .cphone-block__item.cphone-block__item--free {
    margin-bottom: 1vw;
  }
  .map .cphone-block__item.cphone-block__item--free dd:before {
    background-image: url(../../images/icon_dial.svg);
  }
  .map__embed {
    position: relative;
    width: 100%;
    padding-top: 50vw;
    margin-bottom: 10vw;
  }
  .map__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .map__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
  .map__logo {
    width: 34vw;
    margin-bottom: 2.2rem;
  }
  .map__address {
    font-size: 3.7333333333vw;
    margin-bottom: 1.5rem;
  }
  /* access__item 
  ---------------------------------------------------------------------- */
  .access__item {
    padding: 10rem 0 1rem;
  }
  .access__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.06em;
    margin-bottom: 6rem;
    font-weight: bold;
    color: #5A3A1B;
    text-align: center;
  }
  .access-route__txt {
    line-height: 1.8;
  }
  .access__img {
    margin-bottom: 5.9rem;
  }
  .access-route {
    position: relative;
    border-top: 2px solid #00422B;
  }
  .access-route::before,
  .access-route::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #00422B;
    position: absolute;
    top: 0;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .access-route::before {
    left: 0;
  }
  .access-route::after {
    right: 0;
  }
  .access-route__item {
    padding: 3.3rem 1rem 4rem;
  }
  .access-route__ttl {
    font-size: 2.9rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #006837;
  }
  /* parking 
  ---------------------------------------------------------------------- */
  .parking {
    padding-top: 3rem;
  }
  .parking__img {
    position: relative;
    margin-bottom: 2.2rem;
  }
  .parking__img-icon {
    position: absolute;
    top: 2rem;
    left: 1.9rem;
    width: 17rem;
  }
  .parking__ttl {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #006837;
  }
  .parking__txt {
    line-height: 1.8;
  }
  .parking__txt a {
    font-weight: bold;
    color: #006837;
  }
}/*# sourceMappingURL=style.css.map */