@charset "UTF-8";
/* ======================================================================
 * アクセス／駐車場
====================================================================== */
.c-tab-container:not(.-column-2) ul {
  grid-template-columns: 1fr 1fr 1fr;
}

/* アンカーナビのhoverの色 */
@media screen and (min-width: 769px) {
  .p-access-navi a:hover {
    background: #d2dfd7;
  }
}
.p-access-navi.--2col ul {
  padding: 0 6rem;
  grid-template-columns: 1fr 1fr;
}

.p-access-guide h3 {
  color: #fff;
  background: #206139;
}
.p-access-guide h4 {
  font-size: 1.5rem;
  color: #206139;
}
.p-access-guide h4.fz--md {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.p-access-guide h4.--blue {
  color: #0c78d6;
}
.p-access-guide p.place {
  margin: 0;
}
.p-access-guide p.--green {
  color: #206139;
}
.p-access-guide.--border {
  border-bottom: 2px dotted #a3a4a4;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.p-access-guide table.info th {
  width: 8.3rem;
  font-size: 1.2rem;
}
.p-access-guide table.info td {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-access-guide .link-btn__icon {
  margin-right: 0.4rem;
}
.p-access-guide__card .title p {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.p-access-guide__card .title__top {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-left: -5rem;
}
.p-access-guide__card .title__top p {
  font-size: 1.5rem;
  color: #2e5f41;
  margin-top: 2rem;
}
.p-access-guide__card .title__btm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-access-guide__card .title__btm::before, .p-access-guide__card .title__btm::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #2e5f41;
}
.p-access-guide__card .title__btm::before {
  margin-right: 0.2rem;
  transform: rotate(60deg);
}
.p-access-guide__card .title__btm::after {
  transform: rotate(-60deg);
}
.p-access-guide__card .title__btm p {
  font-size: 2rem;
  color: #2e5f41;
  line-height: 1;
}
.p-access-guide__card .title__btm span {
  font-size: 3rem;
}
.p-access-guide__card .img {
  margin: 3rem auto;
  text-align: center;
}
.p-access-guide__service {
  color: #fff;
  background: #4c8060;
  padding: 2rem;
  margin-top: 5rem;
  position: relative;
}
.p-access-guide__service .icon {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
  background: #4c8060;
}
.p-access-guide__service .icon_text {
  position: absolute;
  top: -5%;
  left: 0;
}
.p-access-guide__service .title {
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 2px dotted #fff;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
.p-access-guide__service .title_s {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff100;
  text-align: center;
  margin-bottom: 1rem;
}
.p-access-guide__service___inner {
  background: #fff;
  padding: 2rem 1rem;
}
.p-access-guide__service___inner .lead {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.p-access-guide__service___inner .lead::before, .p-access-guide__service___inner .lead::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #e8380d;
}
.p-access-guide__service___inner .lead::before {
  margin: 1.5rem 0.2rem 0 0;
  transform: rotate(60deg);
}
.p-access-guide__service___inner .lead::after {
  margin: 1.5rem 0 0 0;
  transform: rotate(-60deg);
}
.p-access-guide__service___inner .lead p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e8380d;
  line-height: 1;
}
.p-access-guide__service___inner .lead span {
  font-size: 2.5rem;
}
.p-access-guide__service___item {
  padding: 2rem 1rem;
  background: #e8efeb;
}
.p-access-guide__service___item p {
  font-weight: 700;
  color: #206139;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
.p-access-guide__service___item p.text {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.p-access-guide__service___item p.text_s {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.p-access-guide__service___item p.text_s .num {
  font-size: 3rem;
}
.p-access-guide__service___item p.text_s .emphasis {
  font-size: 2.3rem;
}
.p-access-guide__service___item p.notes {
  font-size: 1rem;
  line-height: 1.5;
}
.p-access-guide__service___item.--btm {
  margin-top: 1.55rem;
  background: #e9f0ff;
  position: relative;
}
.p-access-guide__service___item.--btm .icon_text {
  position: absolute;
  top: -7%;
  left: -7%;
}
.p-access-guide__service___item.--btm p.text {
  font-size: 1.1rem;
  color: #e8380d;
}
.p-access-guide__service___item.--btm p.text_s {
  font-size: 2.5rem;
  color: #0c78d6;
  margin: 0.5rem 0;
}
.p-access-guide__service___item.--btm p.text_s .num {
  font-size: 3.5rem;
}
.p-access-guide__service___item.--btm p.text_s .emphasis {
  font-size: 3rem;
}
.p-access-guide__service___item.--btm p.notes span {
  font-weight: 700;
  color: #e8380d;
}
.p-access-guide__service___item.--img {
  display: flex;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  background: none;
}
@media screen and (min-width: 1600px) {
  .p-access-guide__service___item.--img {
    gap: 1rem;
  }
}
.p-access-guide__service___item.--img .img_text {
  font-size: 1rem;
  color: #5a5a5a;
  padding-top: 1rem;
}
@media screen and (min-width: 1600px) {
  .p-access-guide__service___item.--img .item .img.--tmb img {
    width: 85%;
  }
}
.p-access-guide__service___item.--box {
  padding: 1.5rem 1rem;
  background: #e8380d;
}
.p-access-guide__service___item.--box p.text {
  color: #fff;
}
.p-access-guide__service___item.--box p.text_s {
  font-size: 1.6rem;
  color: #fff100;
  margin: 0.7rem 0 0 0;
}
.p-access-guide__service .icon-plus {
  display: block;
  margin: 1.5rem auto 0 auto;
  color: #206139;
  line-height: 1;
  width: 2em;
  height: 0.35em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.p-access-guide__service .icon-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.p-access-guide__service .plus-icon {
  display: block;
  text-align: center;
}
.p-access-guide__service p:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .p-access-content .img img {
    width: 100%;
  }
}
.p-access-content__link {
  padding-top: 5rem;
}
.p-access-content__link .c-section-title-icon-column::after {
  margin-top: 1rem;
}
.p-access-content__link .c-button.-parking {
  line-height: 1.7;
  border-radius: 8rem;
}
.p-access-content .link_btn {
  margin: 0 auto;
}
.p-access-content .link_btn .c-button-keyword {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.p-access-content .map-image {
  margin-bottom: 2rem;
}