@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.print_item {
  display: none;
}
@media print {
  .print_item {
    display: block;
  }
}
/* .main_bg {
  background-image: url(../images/access/bg_01.png);
} */
/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.map_contents {
  position: relative;
}
/* .map_contents::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
} */
@media only screen and (max-width:768px) {
  .map_contents::after {
    background-size: cover;
    height:20px;
  }
}
.top_area {
  margin-top: 173px;
  padding-top: 100px;
  padding-bottom: 100px;
	width: 100%;
	position: relative;
  background: #680107 url(../images/map/bg-object01.png) no-repeat top left;
  background-size: min(200px,20vw) auto;

}
/* .top_area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
} */
@media only screen and (max-width:980px) {
  .top_area {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    position: relative;
     background-size: min(160px,25vw) auto;
  }
}

.top_area .title {
  position: relative;
  width: 240px;
  text-align: center;
  z-index: 3;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .top_area .title {
    width: 160px;
  }
}
.top_area .en {
	font-size: 28px;
  color: #000;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: center;
}

.map_contents {
  position: relative;
}
.map_bg {
  position: relative;
}
.map_bg::after {
  position: absolute;
  content: '';
  background-image: url(../images/map/bg.svg);
  background-size: contain;
  width: 100%;
  height: 56%;
  top: 52%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .map_bg::after {
    background-size: cover;
    height: 62%;
    top: 52%;
  }
}
.map_inner {
  position: relative;
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
  margin:auto;
  z-index: 3;
}


/* ----- 現地住所  ----- */
.salon_area {
  padding-top: 160px;
  padding-bottom: 70px;
  background-color: #ededed;
}
.salon_inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.salon_title {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .salon_title {
    width: 260px;
  }
}
.salon_map {
  margin-top: 30px;
}
.parking {
  margin-top: 20px;
  color: #1a1a1a;
  text-align: left;
  font-size: 16px;
}
.parking span {
  font-size: 18px;
}
@media only screen and (max-width:768px) {
  .salon_area {
    padding-top: 80px;
  }
}
.salon_area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
  border: 2px solid #a3a3a3;
}

@media screen and (max-width: 768px) {
  .salon_area dl {
    display: block;
    margin-top: 30px;
  }
}

.salon_area dt {
  width: 170px;
  background: #680107;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .salon_area dt {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
  }
}

.salon_area dd {
  width: calc(100% - 170px);
  font-size: 20px;
  letter-spacing: 0.08em;
  padding: 24px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .salon_area dd {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 1.8;
  }
}

/* ----- ボタン ----- */
.mapBtnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .mapBtnbox {
    display: block;

  }
}
.map_btn_g-map {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-right: 2%;
  margin-top: 20px;
  text-align: center;
  border: 2px solid #680107;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}


@media screen and (max-width: 980px) {
  .map_btn_g-map {
    margin-inline: auto;
  }
}

.map_btn_g-map a {
  font-size: 22px;
  color: #680107;
  display: block;
  padding: 18px 20px;
}

.map_btn_g-map .icon05 {
  position: absolute;
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  right: 3%;
  height: 100%;
}

.map_btn_g-map .icon06 {
  position: absolute;
  background: url(../images/map/btn-arrow.png) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  right: 3%;
}

.map_btn_g-map:hover {
  background-color: #680107;
}

.map_btn_g-map:hover a {
  color: #fff;
}

.map_btn_g-map:hover .icon05 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.map_btn_g-map:hover .icon06 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.map_btn_print {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  background-color: #e8e3db;
  border: 2px solid #8a754b;
  border-radius: 50px;
}

@media screen and (max-width: 980px) {
  .map_btn_print {
    max-width: 400px;
    margin-top: 10px;
    margin: 10px auto;
  }
}

.map_btn_print a {
  font-size: 22px;
  color: #000;
  display: block;
  padding: 18px 40px;
}

.map_btn_print .icon05 {
  position: absolute;
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  right: 3%;
}

.map_btn_print .icon01 {
  position: absolute;
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
right: 3%;
}

.map_btn_print:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #8a754b;
  border: 2px solid #8a754b;
  cursor: pointer;
}

.map_btn_print:hover a {
  color: #fff;
}

.map_btn_print:hover .icon01 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.map_btn_print:hover .icon06 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.capArea {
  background-color: #fff;
}

/* common
-------------------- */
.inner {
  max-width: 1300px;
}
.white {
  color: #fff;
}
.color-1 {
  color: #680107;
}
.bgc-white {
  background-color: #fff;
}
.bgc-1 {
  background-color: #680107;
}
.noto-serif{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

/* map-header
------------------------------------- */
.map-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.map-header--2 {
  padding-top: 10px;
  padding-bottom: 10px;

}
.map-header--special {
  padding-top: 110px;
}
.map-header__title {
  font-size: 39px;
  line-height: 64px;
  font-weight: 600;
  padding-bottom: 30px;
}
.map-header__title--2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: min(3rem, 3vw);
}
.map-header__title--2:after {
  display: block;
  content: '';
  width: 3em;
  height: 2px;
  background-color: #680107;
}
.map-header__lead {
  font-size: 25px;
  line-height: 45px;
}

/* grid
------------------------------------- */
.grid__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:30px;
}

/* block01
------------------------------------- */
.block01 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.block01__img {
  position: relative;
  padding-bottom: 30px;
}
.block01__img img {
  box-shadow: 2px 10px 10px rgb(0, 0, 0,0.3);
}
.block01__title {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 20px;
}
.block01__text {
  font-size: 18px;
  line-height: 35px;
}

/* block02
----------------------------- */
.block02 {
  padding-top: 80px;
  background-color: #ededed;
  color: #1a1a1a;
}
  /* .block02__tab {
    width: min(1000px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #680107;
    border-radius: 100rem;
    padding: 10px 40px;
    color: #fff;
    gap: min(20px, 2vw);
    position: relative;
    z-index: 1;
  }
  .block02__tab-item {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border-radius: 100rem;

    transition: all .3s ease-in-out;
  }
  .block02__tab-item:hover,
  .block02__tab-item.is-active {
    background-color: #fff;
    color: #1a1a1a;
  }
  .block02__tab-item:hover {
    cursor: pointer;
  }
  .block02__map {
    margin-top: 40px;
  }
  .block02__map-item {
    display: none;
  }
  .block02__map-item.is-active {
    display: grid !important;
    grid-template-columns: 3fr 2fr;
    gap: min(20px, 2vw);
  }
  .block02__map-info {
    padding-top: 20px;
    counter-reset: list-counter;
  }
  .block02__map-info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
  }
  .block02__map-info-item:not(:last-of-type) {
  border-bottom: 1px solid #a3a3a3;
  }
  .block02__map-info-item::before {
    counter-increment: list-counter;
    content: counter(list-counter) "";
    background-color: #680107;
    border-radius: 100rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    display: grid;
    place-items: center;
    margin-right: 1rem;
  }
  .block02__map-info-right {
    margin-left: auto;
  } */

.block02__header {
  padding-bottom: 30px;
}
.block02__title {
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.block02__tel {
  color: #000;
}
.block02__texts {
  padding: 20px;
}
.block02__texts p {
  font-size: clamp(16px, 2.4vw, 24px);
  padding-bottom: min(20px, 2vw);
}
.block02__text01 {
  font-weight: 700;
}
.block02__text02 {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.block02__text02::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  flex-shrink: 3;
}
/* .block02__text03 {} */

/* access
------------------------- */
.access {
  padding-top: 160px;
  background-color: #ededed;
}
.access__inner {
  background: #680107 url(../images/map/bg-object02.png) no-repeat bottom right / 240px 300px;
}
.access__box {
  transform: translateY(-100px);
}

/* bg-object
-------------------------- */
.bg-object,
.bg-object2 {
  position: relative;
}
.bg-object::before,
.bg-object2::before {
  display: block;
  content: '';
  background: url(../images/map/bg-object.png) no-repeat center center /cover;
  width: 240px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg-object2::before {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  transform: scale(-1,-1);
}

@media screen and (max-width: 768px) {
  .map-header__title {
    font-size: 27px;
    line-height: 47px;
    padding-bottom: 18px;
  }
  .map-header__lead {
    font-size: 18px;
    line-height: 2;
  }
  .block01 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .block01__img {
    padding-bottom: 16px;
  }
  .grid__list {
    grid-template-columns: 1fr;
    width: min(300px,100%);
    margin-inline: auto;
    gap: 60px;
  }
  .block01__title {
    font-size: 20px;
    line-height: 28px;
  }
  .block01__text {
    font-size: 14px;
    line-height: 22px;
  }
  .bg-object::before,
  .bg-object2::before {
    width: 160px;
    height: 200px;
  }
  .access {
    padding-top: 120px;
  }
  .access__inner {
    background-size: 160px 200px;
  }
    /* .block02__tab {
      grid-template-columns: 1fr 1fr;
      border-radius: 0;
      padding: 20px 40px;
    } */
    /* .block02__map-item.is-active {
      grid-template-columns: 1fr;
    } */
  .inner--full {
    padding-left: 0;
    padding-right: 0;
  }
    /* .block02__tab-item {
      font-size: 16px;
    }
    .block02__map-info-item {
      padding: 20px 0;
    }
    .block02__map-info-item p {
      font-size: 14px;
    } */
}
.mb20 {margin-bottom: 20px;}