.p-lead {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}

#p-mv {
  background-color: #ecf2f9;
}

.p-main {
  width: 100%;
}

.p-map {
  margin-bottom: 105px;
  margin-bottom: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-map {
    margin: 7.03vw 0;
  }
}

.p-map__box {
  background-color: #efeae1;
}
@media screen and (min-width: 767px), print {
  .p-map__box {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-map__box {
    padding: 4.69vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-map__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-map__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 767px), print {
  .p-map__item {
    width: 53.6%;
  }
}

.p-map__title {
  font-weight: 700;
  border-bottom: 1px solid #231815;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 767px), print {
  .p-map__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-map__title {
    font-size: 4.6vw;
    padding-bottom: 4.69vw;
    margin-bottom: 4.69vw;
  }
}

.p-map__add {
  margin: 30px 0;
  margin: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-map__add {
    margin: 4.69vw 0;
    position: relative;
    padding-left: 8vw;
  }
}

.p-map__add:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../../images/common/icon_map01.svg);
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-map__add:before {
    left: 0;
    position: absolute;
  }
}

.p-map__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-map__tel:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../../images/common/icon_tel01.svg);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-map__tel span {
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-map__fax {
  margin: 20px 0 30px;
  margin: 1.25rem 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-map__fax:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../../images/common/icon_fax01.svg);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-map__fax span {
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (min-width: 767px), print {
  .p-map__item.p-map__img {
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  .p-map__img {
    margin-bottom: 4.69vw;
    width: 100%;
    display: none;
  }
}

.p-map__item.p-map__img iframe {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .p-map__item.p-map__img iframe {
    height: 18.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-map__item.p-map__img iframe {
    height: 12.5rem;
  }
}

.p-map__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-map__access {
    position: relative;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-map__items .c-btn {
    margin: 0;
  }
}

.p-map__access::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../../images/common/icon_access01.svg);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-map__access::before {
    left: 0;
    position: absolute;
  }
}

@media screen and (min-width: 767px), print {
  .p-links__btn {
    display: none;
  }
}

.p-map__titleArea {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-map__titleArea {
    margin-bottom: 4.69vw;
    font-size: 5vw;
  }
}

.p-tab__inner {
  background-color: #cbb99e;
  background-color: rgba(203, 185, 158, .27);
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-tab__inner {
    padding: 7.03vw 0;
  }
}

.p-tab__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-tab__option {
    margin: 0 0 7.03vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-tab-option__item {
  text-align: center;
  color: #ef7300;
  background-color: #1f2020;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-tab-option__item {
    font-size: 1.0625rem;
    width: 14.5rem;
    padding: 0.9375rem 1.875rem;
    margin: 0 0.625rem 0.625rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-tab-option__item {
    padding: 4.69vw 0;
    width: calc(50% - 2.5vw);
    margin-top: 4.69vw;
  }
}

.p-tab-option__item:nth-child(5n) {
  margin-right: 0;
}

/*.p-tab-option__item::after {
  display: inline-block;
  width: rem(30);
  height: rem(5);
  margin: auto 0 auto 10px;
  margin: auto 0 auto 0.625rem;
  background-image: url(../../../../images/common/icon_arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  margin: 0 0 rem(3) rem(20);
  content: "";

  @include mq(sp) {
    margin: 0 0 1vw $padding-sp-s;
  }
}*/
.p-tab-option__item::after {
  right: 20px;
  right: 1.25rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-bottom: 1px solid #ef7300;
  border-right: 1px solid #ef7300;
  -webkit-transform: rotate(45deg) translate(0%, -75%);
  transform: rotate(45deg) translate(0%, -75%);
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-tab-option__item::after {
    right: 7.03vw;
    width: 2vw;
    height: 2vw;
  }
}

.p-tab .p-map__items {
  background-color: #ffffff;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-tab .p-map__items {
    padding: 4.69vw;
  }
}

.p-map__items + .p-map__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-map__items + .p-map__items {
    margin-top: 4.69vw;
  }
}

.p-tab__img {
  display: none;
}

.p-tab__img + .p-tab__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-tab__img + .p-tab__img {
    margin-top: 4.69vw;
  }
}
/*# sourceMappingURL=styles.css.map */
