.m-sec-title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 3.05;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-sec-title01 {
    font-size: 4.2666666667vw;
  }
}
.m-sec-title01-en {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: #C5786F;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .m-sec-title01-en {
    font-size: 6.4vw;
  }
}

.m-subtitle {
  color: #C5786F;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  clear: both;
  margin: 2.2rem 0 1.6rem;
  padding-left: 1.5rem;
  border-left: 4px solid #DFB1AA;
}
@media screen and (max-width: 767px) {
  .m-subtitle {
    font-size: 4.2666666667vw;
  }
}

.p-access-home {
  margin-top: 120px;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.p-access-home-img {
  margin-top: 20px;
  text-align: center;
}

.p-access-home-txt {
  line-height: 1.5;
}

.p-access-home-list {
  max-width: 940px;
  margin: 0 auto;
}

.p-access-home-link {
  padding-bottom: 10px;
  border-bottom: solid 1px #1E1E1E;
  display: inline-block;
}
.p-access-home-link a {
  position: relative;
  padding-right: 15px;
  margin-top: 15px;
  display: inline-block;
}
.p-access-home-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-access-home-link:hover {
  border-bottom: solid 1px #F6F4F2;
}

@media screen and (max-width: 767px) {
  .p-access-home {
    margin-top: 13.3333333333vw;
  }
  .p-access-home-img {
    margin-top: 2.6666666667vw;
  }
  .p-access-home-txt {
    font-size: 3.4666666667vw;
  }
  .p-access-home-list {
    margin-top: 8vw;
  }
  .p-access-home-list div + div {
    margin-top: 8vw;
  }
  .p-access-home-link {
    padding-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-access-home-link a {
    position: relative;
    padding-right: 4vw;
    margin-top: 4vw;
  }
  .p-access-home-link a::after {
    width: 2vw;
    height: 2vw;
  }
}
.p-access-nav {
  margin: 50px 0 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 40px;
}
.p-access-nav li {
  border-bottom: 1px solid #1E1E1E;
  display: inline-block;
  padding-bottom: 5px;
}
.p-access-nav li:hover {
  border-bottom: 1px solid #fff;
}
.p-access-nav a {
  position: relative;
  padding-right: 20px;
  display: block;
}
.p-access-nav a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-access-nav {
    margin-top: 6.6666666667vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw 4vw;
  }
  .p-access-nav li {
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 1.3333333333vw;
  }
  .p-access-nav a {
    position: relative;
    padding-right: 5.3333333333vw;
  }
  .p-access-nav a::after {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
.p-access-subtext {
  color: #949494;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-access-subtext {
    font-size: 3.2vw;
    padding-left: 2vw;
  }
}
.p-access-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.p-access-certificate-item-inner {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-access-certificate-item-inner {
    padding-left: 4vw;
  }
}
.p-access-certificate-ta2 {
  width: 100%;
  margin-top: 30px;
}
.p-access-certificate-ta2 th {
  width: 30%;
  text-align: center;
  background: #C5786F;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  padding: 20px 0;
  border: solid 1px #D6D6D6;
  vertical-align: middle;
}
.p-access-certificate-ta2 td {
  width: 30%;
  text-align: center;
  padding: 20px 0;
  border: solid 1px #D6D6D6;
}

@media screen and (max-width: 767px) {
  .p-access-certificate-ta2 {
    margin-top: 4vw;
  }
  .p-access-certificate-ta2 th {
    font-size: 4vw;
    color: #fff;
    padding: 2.6666666667vw 0;
    border: solid 1px #D6D6D6;
    vertical-align: middle;
  }
  .p-access-certificate-ta2 th span {
    font-size: 3.4666666667vw;
  }
  .p-access-certificate-ta2 td {
    font-size: 3.4666666667vw;
    text-align: center;
    padding: 2.6666666667vw 0;
    border: solid 1px #D6D6D6;
    vertical-align: middle;
  }
}
.p-access-certificate-bg {
  background: #F6F4F2 !important;
  color: #000000 !important;
}

@media screen and (max-width: 767px) {
  .p-access-certificate-bg {
    font-size: 3.4666666667vw !important;
  }
}
.p-telbox {
  width: 560px;
  margin: 50px auto 100px;
}

.p-telbox-txt {
  padding: 10px 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-telbox-txt p + p {
  padding-left: 15px;
}
.p-telbox-txt i {
  padding-left: 15px;
}

.p-telbox-b {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-telbox {
    width: 100%;
    margin: 6.6666666667vw auto 13.3333333333vw;
  }
  .p-telbox-txt {
    padding: 1.3333333333vw 0 2.6666666667vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .p-telbox-txt i {
    padding-left: 0;
  }
  .p-telbox-txt p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.p-access-map {
  aspect-ratio: 16/9;
  width: 940px;
  height: 380px;
  margin: 20px auto 0;
}
.p-access-map iframe {
  width: 100%;
  height: 100%;
}

.p-access-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.p-access-item-colum {
  background: #fff;
  width: 460px;
  padding: 0 20px 20px;
}

.p-access-item-colum-txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-access-map {
    width: 100%;
    height: 100%;
    margin: 2.6666666667vw auto 0;
  }
  .p-access-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 2.6666666667vw;
  }
  .p-access-item-colum {
    background: #fff;
    width: 100%;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
  .p-access-item-colum-txt {
    font-size: 3.7333333333vw;
  }
}
.p-access-duration-inner {
  padding-bottom: 100px;
}

.p-access-duration-inner-img {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-access-duration-inner {
    padding-bottom: 13.3333333333vw;
  }
  .p-access-duration-inner-img {
    margin-bottom: 13.3333333333vw;
  }
}
.p-col {
  color: #C5786F;
}

.p-title {
  font-size: 2.2rem;
  letter-spacing: 0.033em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #D6D6D6;
  margin-top: 50px;
}
.p-title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: "";
  background: #C5786F;
}

@media screen and (max-width: 767px) {
  .p-title {
    font-size: 4.8vw;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
    margin-top: 6.6666666667vw;
  }
}
.p-access-route {
  background: #F6F4F2;
  padding: 80px 0;
}

.p-access-route-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-access-route-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-access-route-list li {
  width: 380px;
  margin-bottom: 50px;
}
.p-access-route-list li:nth-child(3n-1) {
  margin: 0 30px;
}

.p-access-route-list-txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
.p-access-route-list-txt span {
  font-size: 1.3rem;
  line-height: 2.1538461538;
  letter-spacing: 0.04em;
  color: #C5786F;
}

@media screen and (max-width: 767px) {
  .p-access-route {
    padding: 10.6666666667vw 0;
  }
  .p-access-route-inner {
    max-width: 1200px;
    margin: 0 2.6666666667vw;
  }
  .p-access-route-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-access-route-list li {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .p-access-route-list li img {
    width: 100%;
  }
  .p-access-route-list li:nth-child(3n-1) {
    margin: 0 0 6.6666666667vw;
  }
  .p-access-route-list-txt {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
  .p-access-route-list-txt span {
    font-size: 3.2vw;
    color: #C5786F;
  }
}
.p-access-take-list {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4);
  grid-template-columns: repeat(4, calc((100% - 30px) / 4));
  gap: 10px 10px;
}

.p-access-take-list-item {
  padding: 20px 0;
  background: #ccc;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 5px;
}
.p-access-take-list-item span {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-access-take-list {
    -ms-grid-columns: calc((100% - 10px) / 3) 1vw calc((100% - 10px) / 3) 1vw calc((100% - 10px) / 3);
    grid-template-columns: repeat(3, calc((100% - 10px) / 3));
    gap: 1vw 1vw;
  }
  .p-access-take-list-item {
    padding: 2vw 0;
  }
  .p-access-take-list-item span {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pagehead {
    height: 50vw;
  }
}
.is-tel-sp {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .is-tel-sp {
    pointer-events: auto;
  }
}