.main_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 630px;
  background: url(../images/access/main_bg.webp) center/cover no-repeat;
}
.main_image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: url(../images/caries/main_kazari.webp) center/cover no-repeat;
}
.main_image .text {
  position: relative;
  z-index: 2;
  width: 600px;
  margin: 150px auto 0;
  font-size: 48px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff;
  color: #673606;
}
.main_image .text:before {
  content: "ACCESS";
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 18px;
  text-shadow: none;
}
.main_image .text:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -90px;
  top: 0;
  bottom: 0;
  transform: translateY(-10%);
  width: 135px;
  height: 137px;
  margin: auto 0;
  background: url(../images/caries/main_logo.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vw;
    background: url(../images/access/main_bg.webp) left 40% top -5.5vw/cover no-repeat;
  }
  .main_image:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80vw;
    background: url(../images/caries/main_kazari.webp) center bottom/contain no-repeat;
  }
  .main_image .text {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 13.8vw auto 0;
    font-size: 8vw;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-shadow: 2px 2px 1px #fff;
    color: #673606;
    text-align: center;
  }
  .main_image .text:before {
    content: "ACCESS";
    position: absolute;
    left: 0;
    right: 0;
    top: -5.5vw;
    font-size: 4vw;
    text-shadow: none;
  }
  .main_image .text:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 8vw;
    top: -13.8vw;
    bottom: 0;
    transform: translateY(-10%);
    width: 21.3vw;
    height: 21.6vw;
    margin: auto 0;
    background: url(../images/caries/main_logo.webp) center/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px;
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #673606;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #673606;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
}

.sec01 {
  margin-bottom: 150px;
}
.sec01 .dlist {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px dashed #dd9e51;
}
.sec01 .row:nth-of-type(4),
.sec01 .row:nth-of-type(5),
.sec01 .row:nth-of-type(6) {
  align-items: center;
}
.sec01 .term {
  width: 230px;
  text-align: center;
}
.sec01 .term_text {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.sec01 .desc_text01 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sec01 .desc_text02 {
  color: #d47d47;
  letter-spacing: 0.1em;
}
.sec01 .desc_text03 {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec01 .row:nth-of-type(1) .desc_text01 {
  margin-bottom: 15px;
}
.sec01 .row:nth-of-type(4) .desc_text03,
.sec01 .row:nth-of-type(5) .desc_text03,
.sec01 .row:nth-of-type(6) .desc_text03 {
  margin-bottom: 15px;
}
.sec01 .googlemap {
  width: 600px;
  max-width: 100%;
  height: 370px;
}
.sec01 .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .dlist {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .row {
    display: block;
    align-items: center;
    padding: 5.5vw 0;
    border-bottom: 1px dashed #dd9e51;
  }
  .sec01 .row:nth-of-type(4),
  .sec01 .row:nth-of-type(5),
  .sec01 .row:nth-of-type(6) {
    align-items: center;
  }
  .sec01 .term {
    width: 100%;
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec01 .term_text {
    font-size: 5.5vw;
    letter-spacing: 0.2em;
  }
  .sec01 .desc_text01 {
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .sec01 .desc_text02 {
    color: #d47d47;
    letter-spacing: 0.1em;
  }
  .sec01 .desc_text03 {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec01 .row:nth-of-type(1) .desc_text01 {
    margin-bottom: 4vw;
  }
  .sec01 .row:nth-of-type(4) .desc_text03,
  .sec01 .row:nth-of-type(5) .desc_text03,
  .sec01 .row:nth-of-type(6) .desc_text03 {
    margin-bottom: 4vw;
  }
  .sec01 .googlemap {
    width: 100%;
    max-width: 100%;
    height: 66.6vw;
  }
  .sec01 .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

.sec02 {
  padding-bottom: 150px;
}
.sec02 .timetable {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_body {
    padding: 0;
  }
}

.sec03 {
  padding-bottom: 150px;
}
.sec03 .box {
  position: relative;
  padding: 80px 80px 150px;
  background: rgba(237, 223, 179, 0.43);
}
.sec03 .box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 265px;
  height: 129px;
  margin: 0 auto;
  background: url(../images/access/sec03_illust.webp) center/contain no-repeat;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 .item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 0;
  }
  .sec03 .sec_header {
    margin-bottom: 0;
  }
  .sec03 .sec_body {
    padding: 0;
  }
  .sec03 .box {
    position: relative;
    padding: 8vw 5.5vw 27.7vw;
  }
  .sec03 .box:before {
    content: "";
    position: absolute;
    bottom: 2.7vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 27vw;
    margin: 0 auto;
    background: url(../images/access/sec03_illust.webp) center/contain no-repeat;
  }
  .sec03 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec03 .item {
    width: 41.8vw;
    margin-bottom: 5.5vw;
  }
  .sec03 .item img {
    width: 100%;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .sec_text {
  width: 640px;
  margin: 0 auto 50px;
}
.sec04 .sec_text .rinji {
  color: #d36c51;
}
.sec04 .sec_text .rinji :hover {
  opacity: 0.5s;
  transition: 0.5s;
}
.sec04 .btn_wrap {
  display: flex;
  justify-content: center;
}
.sec04 .tel_btn {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .sec_text {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .sec04 .btn_wrap {
    display: block;
    justify-content: center;
  }
  .sec04 .tel_btn {
    width: 80vw;
    margin: 0 auto 5.5vw;
  }
  .sec04 .tel_btn img {
    width: 100%;
  }
  .sec04 .reserve_btn {
    width: 80vw;
    margin: 0 auto;
  }
  .sec04 .reserve_btn img {
    width: 100%;
  }
}/*# sourceMappingURL=access.css.map */