@media screen and (min-width: 768px) {
  .pcview {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pcview {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .spview {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spview {
    display: initial;
  }
}

html {
  font-size: 62.5%;
}

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

p {
  font-family: "tbudgothic-std", sans-serif;
  color: #231815;
}

h2,
h3,
h4,
dt,
dd {
  color: #231815;
}

.din {
  font-family: "din-2014", sans-serif;
}

.l_h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_h2 {
    font-size: 3.5833333333vw;
  }
}
.l_h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 9.375vw;
  height: 0.3125vw;
  background: #231815;
  bottom: -1.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_h2::after {
    width: 13.3333333333vw;
    height: 0.462962963vw;
    bottom: -3.2407407407vw;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    background: #fff;
    width: 100%;
  }
}
.header__wrap {
  width: 87.5vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-block: 5vw 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    width: 88.1481481481vw;
    margin: 0 auto;
    justify-content: space-between;
    padding-block: 3.9814814815vw 2.2222222222vw;
    position: relative;
    z-index: 100;
  }
}
.header__wrap .logo {
  width: 5.3645833333vw;
  margin-right: 10.8333333333vw;
}
@media screen and (max-width: 767px) {
  .header__wrap .logo {
    width: 5.3703703704vw;
    margin-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap .burger {
    width: 7.4074074074vw;
    height: 7.4074074074vw;
    background: #277ac0;
    border-radius: 50%;
    position: relative;
  }
  .header__wrap .burger span {
    display: block;
    position: absolute;
    width: 3.3333333333vw;
    height: 0.0925925926vw;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__wrap .burger span:first-child {
    top: 2.2222222222vw;
    transition: 0.5s;
  }
  .header__wrap .burger span:nth-child(2) {
    top: 3.6111111111vw;
    transition: 0.5s;
  }
  .header__wrap .burger span:last-child {
    top: 5vw;
    transition: 0.5s;
  }
  .header__wrap .burger.active span:first-child {
    top: 2.5925925926vw;
    left: 45%;
    transform: rotate(-45deg) translateX(-50%);
    transition: 0.5s;
  }
  .header__wrap .burger.active span:nth-child(2) {
    opacity: 0;
    transition: 0.5s;
  }
  .header__wrap .burger.active span:last-child {
    top: 5vw;
    left: 45%;
    transform: rotate(45deg) translateX(-50%);
    transition: 0.5s;
  }
}
.header__wrap nav {
  margin-right: 5.9895833333vw;
}
@media screen and (max-width: 767px) {
  .header__wrap nav {
    top: 13.6111111111vw;
    position: absolute;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: 5;
    box-shadow: 1.4814814815vw 1.4814814815vw 1.4814814815vw rgba(0, 0, 0, 0.1);
    display: none;
  }
}
.header__wrap nav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__wrap nav ul {
    flex-direction: column;
    background: #fff;
    padding-block: 3.6111111111vw;
  }
}
.header__wrap nav ul li {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 1.5833333333vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.04em;
  margin-right: 2.2916666667vw;
}
@media screen and (max-width: 767px) {
  .header__wrap nav ul li {
    font-size: 3.5185185185vw;
    line-height: 6.2962962963vw;
    color: #231815;
    height: 9.2592592593vw;
    padding: 1.7592592593vw 3.5185185185vw;
    text-align: center;
    border-top: 0.0925925926vw solid #efefef;
    margin-right: unset;
  }
}
.header__wrap nav ul li a {
  display: block;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .header .menu {
    display: flex;
    align-items: center;
    gap: 3.8888888889vw;
  }
}
.header-tel {
  display: flex;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .header-tel {
    display: none;
  }
}
.header-tel p {
  font-family: "tbudgothic-std", sans-serif;
  font-size: 1.6145833333vw;
  letter-spacing: 0.18em;
  line-height: 4.375vw;
  color: #277ac0;
}
@media screen and (max-width: 767px) {
  .header-tel p {
    font-size: 2.2962962963vw;
    line-height: 6.2222222222vw;
  }
}
.header-tel a {
  font-family: "din-2014", sans-serif;
  font-size: 2.7083333333vw;
  line-height: 4.375vw;
  letter-spacing: 0.04em;
  color: #277ac0;
}
@media screen and (max-width: 767px) {
  .header-tel a {
    font-size: 3.8888888889vw;
    line-height: 6.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .header-tel-sp {
    display: flex;
    gap: 0.7407407407vw;
  }
  .header-tel-sp p {
    font-family: "tbudgothic-std", sans-serif;
    font-size: 1.6145833333vw;
    letter-spacing: 0.18em;
    line-height: 4.375vw;
    color: #277ac0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-tel-sp p {
    font-size: 2.2962962963vw;
    line-height: 6.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .header-tel-sp a {
    font-family: "din-2014", sans-serif;
    font-size: 2.7083333333vw;
    line-height: 4.375vw;
    letter-spacing: 0.04em;
    color: #277ac0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-tel-sp a {
    font-size: 3.8888888889vw;
    line-height: 6.2222222222vw;
  }
}

.mainvisual {
  height: 33.3333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: 46.7592592593vw;
    padding-top: 13.7037037037vw;
  }
}
.mainvisual__wrap {
  width: 87.5vw;
  height: 33.3333333333vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual__wrap {
    width: 88.1481481481vw;
    margin: 0 auto;
    height: 46.7592592593vw;
  }
}
.mainvisual-img {
  width: 71.1979166667vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual-img {
    width: 71.1111111111vw;
  }
}
.mainvisual-logo {
  width: 24.0104166667vw;
  position: absolute;
  bottom: -16.40625vw;
  left: 3.125vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainvisual-logo {
    width: 23.9814814815vw;
    bottom: -2.962962963vw;
    left: 3.7037037037vw;
  }
}

.concept {
  position: relative;
}
.concept::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 104.1666666667vw;
  background: #efefef;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .concept::after {
    height: 122.2222222222vw;
  }
}
.concept__wrap {
  padding-top: 21.3541666667vw;
}
@media screen and (max-width: 767px) {
  .concept__wrap {
    padding-top: 20.8333333333vw;
  }
}
.concept-txt {
  margin-top: 6.875vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept-txt {
    margin-top: 7.0833333333vw;
  }
}
.concept-txt .img {
  margin: 0 auto;
}
.concept-txt .img.img01 {
  width: 27.5vw;
}
@media screen and (max-width: 767px) {
  .concept-txt .img.img01 {
    width: 39.1111111111vw;
  }
}
.concept-txt .img.img02 {
  margin-top: 1.4583333333vw;
  width: 23.59375vw;
}
@media screen and (max-width: 767px) {
  .concept-txt .img.img02 {
    margin-top: 2.2222222222vw;
    width: 33.537037037vw;
  }
}
.concept-txt p {
  font-size: 1.71875vw;
  line-height: 3.5416666667vw;
  letter-spacing: 0.18em;
  margin-top: 2.8125vw;
}
@media screen and (max-width: 767px) {
  .concept-txt p {
    font-size: 2.4166666667vw;
    line-height: 5.0185185185vw;
  }
}
.concept-txt p:nth-of-type(2) {
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .concept-txt p:nth-of-type(2) {
    margin-top: 3.5185185185vw;
  }
}
.concept-txt p:last-of-type {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .concept-txt p:last-of-type {
    margin-top: 1.8518518519vw;
  }
}

.salon {
  margin-top: 14.0625vw;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .salon {
    margin-top: 14.2592592593vw;
  }
}
.salon::after {
  content: "";
  display: block;
  position: absolute;
  width: 68.515625vw;
  height: 64.5833333333vw;
  background: url(../image/salon_bg@2x.png);
  background-size: cover;
  bottom: -21.25vw;
  right: -8.4895833333vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .salon::after {
    width: 68.5185185185vw;
    height: 64.6296296296vw;
    bottom: -17.8703703704vw;
    right: -8.4259259259vw;
  }
}
.salon__wrap {
  width: 87.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .salon__wrap {
    width: 82.5925925926vw;
    margin: 0 auto;
  }
}
.salon-contents {
  width: 85.9375vw;
  display: flex;
  gap: 5.46875vw;
  margin-top: 10.2083333333vw;
  margin-left: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .salon-contents {
    width: 82.5925925926vw;
    display: block;
    margin-top: 10.9259259259vw;
    margin-left: unset;
  }
}
.salon-contents-l .item {
  width: 41.9791666667vw;
  display: flex;
  justify-content: space-between;
  background: rgba(114, 157, 176, 0.3);
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item {
    width: 100%;
  }
}
.salon-contents-l .item:not(:first-child) {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item:not(:first-child) {
    margin-top: 8.3333333333vw;
  }
}
.salon-contents-l .item .txt {
  width: 17.8125vw;
  padding: 1.40625vw 0 1.40625vw 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item .txt {
    width: 35vw;
    padding: 2.7777777778vw 0 4.1666666667vw 4.1666666667vw;
  }
}
.salon-contents-l .item .txt h3 {
  font-family: "din-2014", sans-serif;
  font-size: 1.5885416667vw;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item .txt h3 {
    font-size: 3.1111111111vw;
  }
}
.salon-contents-l .item .txt h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 16.3541666667vw;
  height: 0.0520833333vw;
  background: #231815;
  bottom: -1.0416666667vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item .txt h3::after {
    width: 32.037037037vw;
    height: 0.0925925926vw;
    bottom: -2.5925925926vw;
  }
}
.salon-contents-l .item .txt p {
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 1.09375vw;
  line-height: 2.1875vw;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item .txt p {
    font-size: 2.1296296296vw;
    line-height: 3.8888888889vw;
  }
}
.salon-contents-l .item .img {
  width: 24.1145833333vw;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item .img {
    width: 47.4351851852vw;
  }
}
.salon-contents-l .item:last-child .img {
  width: 100%;
}
.salon-contents-l .item:nth-child(2) .txt h3::after {
  left: -2.0833333333vw;
  right: unset;
}
@media screen and (max-width: 767px) {
  .salon-contents-l .item:nth-child(2) .txt h3::after {
    left: -3.7037037037vw;
    right: unset;
  }
}
.salon-contents-r {
  width: 40.625vw;
  height: 58.3333333333vw;
  background: url(../image/salon04@2x.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .salon-contents-r {
    display: none;
  }
}
.salon-contents-r .item {
  width: 100%;
}
.salon-contents-r .item img {
  width: 100%;
}

.priceList {
  margin-top: 31.9791666667vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceList {
    margin-top: 34.537037037vw;
  }
}
.priceList::after {
  content: "";
  display: block;
  position: absolute;
  width: 28.5416666667vw;
  height: 50.8854166667vw;
  background: url(../image/price_bg@2x.png);
  background-size: cover;
  top: 10.2604166667vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .priceList::after {
    content: none;
  }
}
.priceList__wrap {
  width: 75.2083333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .priceList__wrap {
    width: 88.1481481481vw;
    margin: 0 auto;
  }
}
.priceList-contents {
  display: flex;
  gap: 8.75vw;
  width: 54.53125vw;
  margin: 0 0 0 auto;
  margin-top: 7.0833333333vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents {
    flex-direction: column;
    align-items: center;
    gap: unset;
    margin: 0 auto;
    margin-top: 11.5185185185vw;
  }
}
.priceList-contents .item {
  width: 22.8125vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item {
    width: 48.6574074074vw;
  }
}
.priceList-contents .item h3 {
  font-family: "din-2014", sans-serif;
  font-size: 1.5885416667vw;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding-bottom: 0.4166666667vw;
  border-bottom: 0.0520833333vw solid #231815;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item h3 {
    font-size: 3.3796296296vw;
    padding-bottom: 1.8518518519vw;
    border-bottom: 0.0925925926vw solid #231815;
  }
}
.priceList-contents .item .menu {
  margin-block: 1.0416666667vw 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu {
    margin-block: 2.5925925926vw 5.4166666667vw;
  }
}
.priceList-contents .item .menu h4 {
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 1.3541666667vw;
  line-height: 2.1875vw;
  margin-top: 0.625vw;
  margin-left: 1.3541666667vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu h4 {
    font-size: 2.8703703704vw;
    line-height: 4.6574074074vw;
    margin-left: 2.2222222222vw;
  }
}
.priceList-contents .item .menu h4.noMt {
  margin-top: unset;
}
.priceList-contents .item .menu dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 21.4583333333vw;
  margin-left: 1.3541666667vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl {
    width: 46.4351851852vw;
    margin-left: 2.2222222222vw;
  }
}
.priceList-contents .item .menu dl.mt {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl.mt {
    margin-top: 1.4814814815vw;
  }
}
.priceList-contents .item .menu dl dt {
  width: 16.25vw;
  font-family: "din-2014", sans-serif;
  font-size: 1.5885416667vw;
  line-height: 2.3958333333vw;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl dt {
    width: 34.8148148148vw;
    font-size: 3.3796296296vw;
    line-height: 5.5555555556vw;
  }
}
.priceList-contents .item .menu dl dt.kana {
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 1.3541666667vw;
  line-height: 2.1875vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl dt.kana {
    font-size: 2.8703703704vw;
    line-height: 4.6574074074vw;
  }
}
.priceList-contents .item .menu dl dt.kana.small {
  font-size: 1.1979166667vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl dt.kana.small {
    font-size: 2.5462962963vw;
  }
}
.priceList-contents .item .menu dl dd {
  width: 5.2083333333vw;
  font-family: "din-2014", sans-serif;
  font-size: 1.5885416667vw;
  line-height: 2.3958333333vw;
  letter-spacing: 0.04em;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl dd {
    width: 11.6203703704vw;
    font-size: 3.3796296296vw;
    line-height: 5.5555555556vw;
  }
}
.priceList-contents .item .menu dl.shorten {
  width: 14.5833333333vw;
  margin-left: 8.2291666667vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl.shorten {
    width: 30.8333333333vw;
    margin-left: 17.7777777778vw;
  }
}
.priceList-contents .item .menu dl.shorten dt {
  width: 9.375vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu dl.shorten dt {
    width: 19.212962963vw;
  }
}
.priceList-contents .item .menu .box {
  display: flex;
  justify-content: space-between;
}
.priceList-contents .item .menu .box h4 {
  margin: unset;
  margin-left: 1.3541666667vw;
}
@media screen and (max-width: 767px) {
  .priceList-contents .item .menu .box h4 {
    margin-left: 2.2222222222vw;
  }
}
.priceList-contents .item .menu .box dl.shorten {
  margin-left: unset;
}

.staff {
  margin-top: 11.4583333333vw;
}
@media screen and (max-width: 767px) {
  .staff {
    margin-top: 16.2962962963vw;
  }
}
.staff__wrap {
  width: 52.0833333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .staff__wrap {
    width: 88.1481481481vw;
    margin: 0 auto;
  }
}
.staff-img {
  width: 41.40625vw;
  margin: 0 auto;
  margin-top: 6.7708333333vw;
}
@media screen and (max-width: 767px) {
  .staff-img {
    width: 73.6111111111vw;
    margin-top: 15.7407407407vw;
  }
}
.staff-name {
  display: flex;
  width: 30.9895833333vw;
  margin: 0 auto;
  justify-content: space-between;
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 1.8229166667vw;
  letter-spacing: 0.3em;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .staff-name {
    width: 55.0925925926vw;
    font-size: 3.2407407407vw;
    margin-top: 4.6296296296vw;
  }
}
.staff-name p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .staff-name p {
    gap: 0.9259259259vw;
  }
}
.staff-name p::after {
  content: attr(data-eng);
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 0.8333333333vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .staff-name p::after {
    font-size: 1.4814814815vw;
  }
}
.staff-txt {
  margin-top: 5.8333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staff-txt {
    width: 100%;
    margin-top: 10.3703703704vw;
  }
}
.staff-txt p {
  font-size: 1.4583333333vw;
  line-height: 3.0208333333vw;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .staff-txt p {
    font-size: 2.5925925926vw;
    line-height: 5.3703703704vw;
  }
}
.staff-logo {
  width: 10.9895833333vw;
  height: 9.0104166667vw;
  margin: 0 auto;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .staff-logo {
    width: 19.537037037vw;
    height: 16.0185185185vw;
    margin-top: 7.037037037vw;
  }
}

.map {
  margin-top: 6.25vw;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 15.9259259259vw;
  }
}
.map__wrap {
  width: 87.5vw;
  margin: 0 auto;
  padding-block: 6.25vw;
}
@media screen and (max-width: 767px) {
  .map__wrap {
    width: 88.1481481481vw;
    margin: 0 auto;
    padding-block: 11.1111111111vw 16.1111111111vw;
  }
}
.map-txt {
  margin-top: 6.25vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .map-txt {
    margin-top: 11.5740740741vw;
  }
}
.map-txt p {
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 1.875vw;
  line-height: 3.0729166667vw;
  letter-spacing: 0.04em;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .map-txt p {
    font-size: 3.3333333333vw;
    line-height: 5.462962963vw;
    margin-top: 1.8518518519vw;
  }
}
.map-txt p span {
  font-family: "tbudgothic-std", sans-serif;
  font-size: 1.4583333333vw;
  line-height: 3.0729166667vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .map-txt p span {
    font-size: 2.5925925926vw;
    line-height: 5.3703703704vw;
  }
}
.map-reserve {
  display: grid;
  place-items: center;
  margin-top: 1.875vw;
}
@media screen and (max-width: 767px) {
  .map-reserve {
    margin-top: 3.3333333333vw;
  }
}
.map-reserve .tel {
  width: 45.8333333333vw;
  height: 4.375vw;
  background: #277ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .map-reserve .tel {
    width: 81.4814814815vw;
    height: 7.7777777778vw;
    gap: 0.7407407407vw;
  }
}
.map-reserve .tel p {
  font-family: "tbudgothic-std", sans-serif;
  font-size: 1.6145833333vw;
  letter-spacing: 0.18em;
  line-height: 4.375vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .map-reserve .tel p {
    font-size: 2.8703703704vw;
    line-height: 7.7777777778vw;
  }
}
.map-reserve .tel a {
  font-family: "din-2014", sans-serif;
  font-size: 2.7083333333vw;
  line-height: 4.375vw;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .map-reserve .tel a {
    font-size: 4.8148148148vw;
    line-height: 7.7777777778vw;
  }
}
.map-reserve .line {
  text-align: center;
}
.map-reserve .line p {
  margin-top: 1.25vw;
  font-family: "fot-udkakugo-small-pr6n", sans-serif;
  font-size: 1.6666666667vw;
  line-height: 3.0645833333vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .map-reserve .line p {
    margin-top: 2.962962963vw;
    font-size: 2.962962963vw;
    line-height: 5.4481481481vw;
  }
}
.map-reserve .line img {
  margin-top: 1.25vw;
  width: 9.375vw;
}
@media screen and (max-width: 767px) {
  .map-reserve .line img {
    margin-top: vwSP(24);
    width: 24.9351851852vw;
  }
}
@media screen and (max-width: 767px) {
  .map-gmap {
    height: 57.4074074074vw;
  }
  .map-gmap iframe {
    height: 100%;
  }
}

.scrollElement {
  opacity: 0;
  transform: translateY(5.2083333333vw);
}
.scrollElement.animateOfEach {
  opacity: 1;
  transform: translateY(0);
  transition: linear 0.8s;
}

.fadeIn01,
.fadeIn02 {
  opacity: 0;
  visibility: hidden;
}
.fadeIn01.visible,
.fadeIn02.visible {
  opacity: 1;
  visibility: visible;
  transition: linear 1.2s;
}/*# sourceMappingURL=style.css.map */