@charset "UTF-8";
/* ▼▼▼ アクセス
====================================================== */
.page_ttl .ttl_head:before {
  content: "ACCESS";
}

.top {
  padding-top: 32px;
}
@media screen and (min-width: 769px) {
  .top {
    padding-top: 60px;
  }
}

.contents_list {
  display: flex;
  gap: 6px;
  margin-bottom: 25px;
}
.contents_list li {
  width: 33.3333333333%;
}
.contents_list li a {
  color: #383838;
  font-size: 13px;
  border: 1px solid #C1C1C1;
  padding: 12px 20px 12px 10px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.contents_list li a:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.contents_list li a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #716F6F;
  border-bottom: 1px solid #716F6F;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 10px;
}
.contents_list li:first-child a:before {
  background-image: url(../img/access/icon_train.svg);
  width: 24px;
  height: 20px;
}
.contents_list li:nth-child(2) a:before {
  background-image: url(../img/access/icon_car.svg);
  width: 24px;
  height: 20px;
}
.contents_list li:last-child a:before {
  background-image: url(../img/access/icon_bicycle.svg);
  width: 24px;
  height: 16px;
}
@media screen and (min-width: 769px) {
  .contents_list {
    max-width: 500px;
    margin: 0 auto 40px;
    gap: 10px;
  }
  .contents_list li a {
    font-size: 16px;
  }
  .contents_list li a:before {
    margin-right: 20px;
  }
  .contents_list li:first-child a:before {
    width: 25px;
    height: 25px;
  }
  .contents_list li:nth-child(2) a:before {
    width: 30px;
    height: 25px;
  }
  .contents_list li:last-child a:before {
    width: 34px;
    height: 25px;
  }
}

.googlemap {
  position: relative;
  width: calc(100% + 40px);
  transform: translateX(-20px);
  padding-top: 59.3%;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .googlemap {
    width: 100%;
    transform: none;
  }
}

.address {
  color: #505050;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  .address {
    margin-bottom: 50px;
  }
}

.attention {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .attention {
    text-align: center;
  }
}

.access_box {
  background-color: #fff;
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.access_box .wrap:not(:first-of-type) {
  margin-top: 24px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.access_box .ttl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.access_box .ttl:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.access_box .sub_ttl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.access_box ul,
.access_box p {
  color: #505050;
}
.access_box ul em,
.access_box p em {
  color: #D41265;
  font-style: normal;
  font-weight: 500;
}
.access_box p.park_free {
  color: #151515;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .access_box p.park_free {
    font-size: 17px;
  }
}
.access_box ul {
  padding-left: 1em;
  text-indent: -1em;
}
.access_box ul li:before {
  content: "・";
}
.access_box .img {
  margin: 14px 0;
}
.access_box .access_dlist {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.access_box .access_dlist.pt0 {
  padding-top: 0;
}
.access_box .access_dlist.pb0 {
  padding-bottom: 0;
}
.access_box .access_dlist.no_bdr {
  border-bottom: none;
}
.access_box .access_dlist dt {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
}
.access_box .access_dlist dd {
  line-height: 1.6;
}
.access_box .access_dlist dd a {
  text-decoration: underline;
}
.access_box .access_dlist dd a::after {
  content: "";
  background: url(../img/tb.png) center/contain no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .access_box .access_dlist {
    padding: 22px 0;
  }
  .access_box .access_dlist dt {
    font-size: 17px;
    line-height: 1.7;
  }
  .access_box .access_dlist dd a::after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .access_box {
    padding: 20px 40px 35px;
  }
  .access_box .ttl {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .access_box .sub_ttl {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .access_box .img {
    margin: 24px 0;
  }
}

/* 電車での行き方 */
#train {
  padding-top: 24px;
}
#train .wrap:not(:first-of-type) {
  padding-top: 25px;
}
#train .ttl:before {
  background-image: url(../img/access/icon_train.svg);
  width: 28px;
  height: 28px;
}

/* 車での行き方 */
#car {
  padding-top: 24px;
}
#car .ttl:before {
  background-image: url(../img/access/icon_car.svg);
  width: 26px;
  height: 20px;
}
#car .sub_ttl {
  text-align: center;
  margin-top: 24px;
}
#car .img {
  width: calc(100% + 40px);
  transform: translateX(-20px);
}
#car .wrap {
  padding: 50px 0;
  margin-top: 0;
}
#car .wrap:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
#car .wrap:last-child {
  padding-bottom: 0;
}
#car .wrap p.no_border {
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-align: start;
  line-height: 1.75;
  padding: 0;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  #car .wrap p.no_border {
    font-size: inherit;
  }
}
#car .parking {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 13px;
}
#car .parking:before {
  content: "";
  background: url(../img/access/icon_car.svg) center/contain no-repeat;
  width: 26px;
  height: 20px;
}
#car .flex {
  align-items: flex-start;
  gap: 40px;
  margin-top: 16px;
}
#car .flex .flex-inner:first-child {
  width: 65%;
}
@media screen and (min-width: 769px) {
  #car .flex .flex-inner:first-child {
    width: 100%;
  }
}
#car .flex .flex-inner .txt {
  width: 100%;
}
#car .flex p:last-child {
  font-size: 24px;
  font-weight: 500;
  border: 1px solid;
  text-align: center;
  line-height: 1;
  padding: 1rem;
  border-radius: 10px;
}
#car .flex p:last-child.full {
  color: #D41265;
}
#car .flex p:last-child.emp {
  color: #2068CB;
}
#car .flex p:last-child.rush {
  color: #69635F;
}
#car .txt2 {
  margin-top: 12px;
}
#car .txt2 em {
  color: #D41265;
  font-style: normal;
  font-weight: 500;
}
#car .kome {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  #car {
    padding-top: 50px;
  }
  #car .img {
    width: 500px;
    transform: none;
    margin: 24px auto 0;
  }
  #car .sub_ttl {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  #car .parking {
    font-size: 18px;
  }
  #car .flex .txt {
    width: 85%;
  }
}

/* 自転車での行き方 */
#bicycle {
  padding-top: 24px;
}
#bicycle .ttl:before {
  background-image: url(../img/access/icon_bicycle.svg);
  width: 42px;
  height: 25px;
}
#bicycle .wrap {
  padding: 50px 0;
  margin-top: 0;
}
#bicycle .wrap:first-of-type {
  padding-top: 0;
}
#bicycle .img {
  width: calc(100% + 40px);
  transform: translateX(-20px);
  margin-bottom: 0;
}
#bicycle .kome {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  #bicycle {
    padding-top: 50px;
  }
  #bicycle .img {
    width: 500px;
    transform: none;
    margin: 0 auto;
  }
}