@charset "UTF-8";
.custompage-header {
  text-align: left;
  padding: 15px;
  margin-bottom: 15px;
}

.ch-catch {
  color: #5885d7;
  font-size: 24px;
  font-weight: 500;
}

.index-panel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px 0;
}
.index-panel li {
  text-align: left;
  border-left: solid 1px #ccc;
}
.index-panel li:first-child, .index-panel li:nth-child(4n) {
  border-left: none;
}
.index-panel li a {
  text-decoration: none;
  padding: 20px;
  display: block;
  position: relative;
}
.index-panel li a:after {
  content: url("../img/common/arrow-right-black.svg");
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 0.5;
  transition: all 0.3s;
}
.index-panel li h2 {
  font-size: 20px;
  padding-right: 2em;
}
.index-panel li p {
  font-size: 14px;
}
.index-panel li figure {
  width: 60%;
  margin: 0 auto;
}
.index-panel.subcate {
  grid-template-columns: repeat(4, 1fr);
}
.index-panel.subcate li {
  border-left: solid 1px #ccc;
}
.index-panel.subcate li:first-child {
  border-left: none;
}
.index-panel.subcate li h2 {
  padding-right: 0;
}
.index-panel.subcate li figure {
  width: auto;
  height: 60px;
  margin-bottom: 8px;
}
.index-panel.subcate li figure img {
  width: auto;
  height: 100%;
}
.index-panel.contact-type li h2 small {
  font-size: 75%;
  font-weight: normal;
  display: inline-block;
}
.index-panel.contact-type li p.button-frame {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin: 0.75em 0;
  padding: 0.5em 0 0.5em calc(0.25em + 30px);
  position: relative;
}
.index-panel.contact-type li p.button-frame small {
  font-weight: normal;
  font-size: 75%;
  margin-left: 0.5em;
  color: black;
}
.index-panel.contact-type li p.button-frame:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 5px));
}
.index-panel.contact-type li p span {
  display: inline-block;
}
.index-panel.contact-type li.contact-tel a:after {
  content: url("../img/common/icon-target.svg");
}
.index-panel.contact-type li.contact-tel p.button-frame {
  color: green;
  font-family: "Roboto", sans-serif;
}
.index-panel.contact-type li.contact-tel p.button-frame:after {
  content: url("../img/common/icon-phone.svg");
}
.index-panel.contact-type li.contact-web p.button-frame {
  color: #5885d7;
}
.index-panel.contact-type li.contact-web p.button-frame:after {
  content: url("../img/common/icon-mail.svg");
}

a.target-blank:after {
  content: url("../img/common/icon-target.svg") !important;
}

.share-button {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
  justify-content: right;
}

@media (max-width: 991px) {
  .index-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
  .index-panel li:first-child, .index-panel li:nth-child(odd) {
    border-left: none;
  }
  .index-panel li:nth-child(even) {
    border-left: solid 1px #ccc;
  }
  .index-panel li a {
    padding: 15px;
  }
  .index-panel li h2 {
    font-size: 18px;
  }
  .index-panel.subcate li {
    border-left: solid 1px #ccc;
  }
}
@media (max-width: 767px) {
  .index-panel {
    grid-template-columns: 1fr;
  }
  .index-panel li {
    border-left: none !important;
    border-bottom: solid 1px #ccc;
  }
  .index-panel li:last-child {
    border-bottom: none;
  }
  .index-panel.subcate {
    grid-template-columns: 1fr;
  }
}
.if-sect h2 {
  font-size: 22px;
  background: #5885d7;
  color: #fff;
  line-height: 1.5;
  padding: 0.3em 0.5em 0.38em 0.5em;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .if-sect h2 {
    font-size: 20px;
    margin-bottom: 0.75em;
  }
}
.if-sect h2 small {
  font-weight: 400;
}
.if-sect h2.add-link {
  padding: 0;
}
.if-sect h2.add-link a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0.3em 0.5em 0.38em 0.5em;
  display: block;
  background: transparent;
  border-radius: 5px;
}
.if-sect h2.add-link a:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
  opacity: 1;
  transform: translate3d(-10px, -20%, 0px) rotate3d(0, 0, 1, 45deg);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
  transition: 0.3s;
}
.if-sect h2.add-link a:hover:after {
  transform: translate3d(0, -20%, 0) rotate3d(0, 0, 1, 45deg);
}
.if-sect h2.add-link a:hover {
  background: #749de7;
}
.if-sect .ifh-lead {
  text-align: left;
  padding: 0;
  margin-bottom: 1.5em;
}
.if-sect .ifh-lead .button-common {
  text-align: left;
}

.explain-box {
  padding: 0 15px;
}
.explain-box.col_2fr-1fr {
  grid-template-columns: 2fr 1fr;
  display: grid;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 767px) {
  .explain-box.col_2fr-1fr {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.kinrin-map {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 7%;
  justify-content: center;
  align-items: center;
  padding: 0 10% 7% 10%;
}
.kinrin-map figure img {
  max-height: 382px;
}

@media (max-width: 767px) {
  .kinrin-map {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 0 10% 7vw 10%;
  }
  .kinrin-map figure img {
    max-height: inherit;
  }
}
.grid-column3.area-info {
  gap: 30px;
  margin-bottom: 20px;
}
.grid-column3.area-info li h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0.75em;
  line-height: 1;
  background: #ccc;
  border-radius: 3px;
}
.grid-column3.area-info li.onomichi-area h3 {
  background: #a64e00;
}
.grid-column3.area-info li.shimanami-area h3 {
  background: #173f98;
}
.grid-column3.area-info li.kinrin-area h3 {
  background: #676767;
}
.grid-column3.area-info li p {
  font-size: 14px;
  text-align: left;
  color: #555;
}

.around-city {
  text-align: left;
}
.around-city h4 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.around-city ul {
  margin-bottom: 1em;
}
.around-city ul li {
  display: inline-block;
  padding: 0 0.5em 1em 0.5em;
}
.around-city ul li h5 {
  font-size: 17px;
  font-weight: 500;
}
.around-city ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 0.75em 1em;
  border: solid 1px #ccc;
  border-radius: 50px;
  line-height: 1;
  margin: 0 0.25em;
}

.banner-list li {
  margin-bottom: 10px;
}
.banner-list li:last-child {
  margin-bottom: 0;
}
.banner-list li a {
  display: block;
  border: solid 1px #ccc;
  position: relative;
}

.table-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .table-wrap.for-history {
    max-height: 50vh;
  }
}
.tw-annotate img {
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-2px);
}

.temperature {
  width: 100%;
  min-width: 920px;
  box-sizing: border-box;
}
.temperature thead {
  background: #eee;
  font-size: 16px;
}
.temperature thead tr th {
  font-weight: 400;
}
.temperature th,
.temperature td {
  padding: 0.5em 0.25em;
}
.temperature tbody tr th,
.temperature tbody tr td {
  font-weight: 500;
}
.temperature tbody tr td small {
  font-size: 80%;
  font-weight: 400;
}
.temperature tbody tr th h3 {
  font-size: 16px;
}
.temperature tbody tr.avg-temper {
  background: white;
  color: #E10052;
}
.temperature tbody tr.max-temper {
  background: #fff7f2;
  color: #E8641B;
}
.temperature tbody tr.min-temper {
  background: #E8F6F6;
  color: #23a39f;
}
.temperature tbody tr.ave-precipitation {
  background: #f1f3ff;
  color: #6776c1;
}

.temper-chart {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .temper-chart {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.diagram-annotate {
  margin: 0;
  text-align: right;
  font-size: 15px;
  padding-top: 0.55em;
}

.graph--banner {
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  padding: 0 30px;
  grid-template-columns: 1.38fr 1fr;
  gap: 50px;
}

.wn-banner {
  padding-top: 30px;
}

.link-button {
  border: solid 1px #ccc;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  display: block;
  text-align: left;
  transition: all 0.3s;
}
.link-button strong {
  font-size: 120%;
}

.link-button:hover {
  border: solid 1px #0C419A;
  background: #f4f7fd;
}

.coordinate-info {
  text-align: left;
  padding: 10px 30px 30px 30px;
}

.wn-banner h4 {
  font-size: 18px;
  margin-bottom: 0.7em;
  margin-top: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .graph--banner {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .wn-banner {
    padding-top: 0;
    margin-bottom: 10vw;
  }
  .link-button {
    margin: 0 auto;
    width: 86%;
    border: solid 1px #0C419A;
    background: #f4f7fd;
    padding: 15px;
    transition: inherit;
  }
}
@media (max-width: 767px) and (max-width: 399px) {
  .link-button strong {
    display: block;
    line-height: 1.35em;
  }
}
.eb-info {
  display: grid;
  font-size: 20px;
  grid-template-columns: 7em auto;
  padding: 0 50px;
  gap: 30px;
}
.eb-info .ebi-name {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  background: #c00;
  color: #fff;
  border-radius: 50%;
}
.eb-info .ebi-name h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 1.25;
}
.eb-info .ebi-text {
  text-align: left;
  font-size: 16px;
}
.eb-info .ebi-text p {
  margin: 0;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .eb-info {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 3.5vw;
  }
  .eb-info .ebi-name {
    aspect-ratio: inherit;
    border-radius: 2vw;
  }
  .eb-info .ebi-name h3 {
    position: static;
    left: inherit;
    top: inherit;
    transform: inherit;
    padding: 0.75em 0.5em;
  }
  .eb-info .ebi-name h3 br {
    display: none;
  }
  .eb-info .ebi-text {
    text-align: left;
    font-size: 16px;
  }
  .eb-info .ebi-text p {
    margin: 0;
    padding-bottom: 1em;
  }
}
.history {
  width: 100%;
  min-width: 860px;
  box-sizing: border-box;
}
.history thead {
  background: #eee;
  font-size: 15px;
}
.history thead tr th {
  font-weight: 400;
  text-align: center;
  border-right: solid 1px #fff;
}
.history thead tr th:last-child {
  border-right: none;
}
.history th,
.history td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
.history tbody tr th,
.history tbody tr td {
  font-size: 13px;
  font-weight: 400;
  box-sizing: border-box;
}
.history tbody tr th {
  min-width: 4em;
  padding-top: 0.4em;
  line-height: 1;
  font-weight: 500;
  width: 9%;
  background: #f7f6e6;
  color: #aea307;
  font-size: 126%;
  font-family: "Roboto", sans-serif;
}
.history tbody tr td {
  padding-right: 1.5em;
  width: 20%;
}
.history tbody tr td:nth-child(2) {
  width: 33%;
}

.faq-list li {
  padding-bottom: 15px;
}
.faq-list li h2 a {
  background: #f5f5f5;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.6;
  padding: 18px 48px;
  display: block;
  color: #333;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.faq-list li h2 a:before {
  content: url("../img/common/icon-q.png");
  position: absolute;
  left: 18px;
  top: 20px;
}
.faq-list li h2 a:after {
  content: url("../img/common/arrow-down-black.svg");
  position: absolute;
  right: 1em;
  top: 1.15em;
  opacity: 0.5;
  transition: all 0.3s;
}
.faq-list li h2.faq-q {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
}
.faq-list li h2.faq-q.open a:after {
  top: 0.9em;
  transform: rotate(-180deg);
}
.faq-list li .faq-a {
  background: #fffbf4;
  text-align: left;
  padding: 0 0 0 50px;
  position: relative;
}
.faq-list li .faq-a:before {
  content: url("../img/common/icon-a.png");
  position: absolute;
  left: 20px;
  top: 20px;
}
.faq-list li .faq-a a {
  color: #00c;
}
.faq-list li .faq-a p {
  padding: 0 20px 0 0;
  margin: 0;
}
.faq-list li .faq-a p:first-child {
  padding-top: 20px;
}
.faq-list li .faq-a p:last-child {
  padding-bottom: 20px;
}
.faq-list li .faq-a .add-link,
.faq-list li .faq-a .add-contact {
  text-align: right;
}

.access_subtitle {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  background: #2aa41d;
  padding: 0.5em 0;
  border-radius: 5px;
  width: 300px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1em;
}
.access_subtitle:after {
  content: "";
  border: solid 0.5em transparent;
  border-top: solid 0.5em #2aa41d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.access_subtitle span {
  font-size: 15px;
  display: inline-block;
  font-weight: 400;
}

@media (max-width: 767px) {
  .access_subtitle {
    font-size: 18px;
    width: 70%;
  }
  .access_subtitle span {
    font-size: 14px;
    display: block;
  }
}
.access_dl {
  margin: 0 10px 50px 10px;
  border: solid 2px #2aa41d;
  border-radius: 6px;
  background: #f2fbf1;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: stretch;
}
.access_dl dt,
.access_dl dd {
  box-sizing: border-box;
  border-top: solid 1px #8fcf88;
  color: #000;
  margin: 0;
  text-align: left;
}
.access_dl dt.brdnn,
.access_dl dd.brdnn {
  border-top: none;
}
.access_dl dt {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 15px 15px 4%;
  line-height: 1.2em;
}
.access_dl dt h3 {
  font-size: 20px;
}
.access_dl dt span {
  display: inline-block;
  font-size: 15px;
  font-weight: lighter;
  color: #333;
}
.access_dl dd {
  font-size: 15px;
  padding: 15px 4%;
  line-height: 1.2em;
  background: #fff;
}
@media (max-width: 767px) {
  .access_dl dd {
    border-top: none;
  }
}
.access_dl dd.dlbtm_box {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 30px 15px;
  line-height: 1.5em;
  width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px/0 0 5px 5px;
  border-bottom: none;
}
.access_dl dd.dlbtm_box h3 {
  font-size: 18px;
  line-height: 1.1;
  padding: 0.5em 1.5em;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 0.5em;
}
.access_dl dd.dlbtm_box p {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
.access_dl dd.dlbtm_box p span {
  display: inline-block;
  text-align: left;
}
.access_dl dd p {
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .access_dl {
    display: block;
    margin: 0 0 30px 0;
    border: solid 2px #2aa41d;
  }
  .access_dl dt,
  .access_dl dd {
    width: 100%;
  }
  .access_dl dt {
    padding: 3.5vw 3.5vw 1.5vw 3.5vw;
  }
  .access_dl dd {
    padding: 1.5vw 3.5vw 1.5vw 3.5vw;
  }
}
.access_dl.for_bus {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.access_dl.for_bus dt span {
  display: block;
}
.access_dl.for_bus li {
  display: block;
}
@media (max-width: 767px) {
  .access_dl.for_bus {
    display: block;
  }
  .access_dl.for_bus dt,
  .access_dl.for_bus dd {
    width: 100%;
  }
  .access_dl.for_bus dt {
    padding: 3.5vw 3.5vw 1.5vw 3.5vw;
  }
  .access_dl.for_bus dd {
    padding: 1.5vw 3.5vw 1.5vw 3.5vw;
  }
}
.access_dl.for_train {
  grid-template-columns: 1fr;
}
.access_dl.for_train dd.train-chart {
  padding: 5% 0;
}
.access_dl.for_train dd.train-chart figure {
  max-width: 90%;
  margin: 0 auto;
}
.access_dl.for_plain .db-btns li {
  margin-bottom: 10px;
}
.access_dl.for_plain .db-btns li h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 18px;
  color: #5885d7;
}
.access_dl.for_plain .db-btns li a.btn_tellink {
  font-size: 22px;
}
.access_dl.for_plain .db-btns.singles {
  display: block;
  max-width: 480px;
  margin-bottom: 0;
}
.access_dl.for_plain .db-btns.singles li:last-child {
  margin-bottom: 0;
}
.access_dl.for_parking dt {
  position: relative;
  padding-left: 38px;
}
.access_dl.for_parking dt h3 {
  font-size: 17px;
}
.access_dl.for_parking dt img {
  position: absolute;
  left: 10px;
  top: 15px;
}

.access-data {
  font-size: 18px;
  color: #2aa41d;
  font-weight: bold;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: left;
}
.access-data li {
  display: inline-block;
  padding: 4px 0 4px calc(30px + 1em);
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.access-data li.separator {
  width: 100%;
  display: block;
  border-bottom: dashed 1px #2aa41d;
  padding-top: 5px;
  margin-bottom: 5px;
}
.access-data li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.access-data li.access_length {
  min-width: 6em;
}
.access-data li.access_length:before {
  background: url("../img/access/icon_length.png") no-repeat center center;
  background-size: cover;
}
.access-data li.access_time:before {
  background: url("../img/access/icon_clock.png") no-repeat center center;
  background-size: cover;
}
.access-data li.access_bus:before {
  background: url("../img/access/icon_bus.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .access-data li {
    display: block;
    width: 100%;
  }
}

.db-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  margin-bottom: 30px;
  padding: 0 5%;
}
@media (max-width: 991px) {
  .db-btns {
    grid-template-columns: 1fr;
    padding: 0 15%;
  }
}
@media (max-width: 767px) {
  .db-btns {
    padding: 0 3.5%;
  }
}
.db-btns li {
  text-align: center;
}
.db-btns li a {
  display: block;
  box-sizing: border-box;
  background: url(../img/access/icon_link.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  background-repeat: no-repeat;
  background-position: left center;
  border: solid 1px #888;
  border-radius: 8px;
  padding: 1em 0.75em 1em calc(35px + 1em);
  margin: 0 auto;
  font-size: 18px;
  color: #353535;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.1em;
}
@media (max-width: 499px) {
  .db-btns li a {
    background-size: 7.5vw auto;
    padding: 1em 0.5em 1em 8.5vw;
    font-size: 3.5vw;
  }
}
.db-btns li a.btn_tellink {
  background: url(../img/access/icon_mobile.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  border: solid 1px #2d660b;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.75em 0.75em 0.75em calc(50px + 1em);
  font-family: "Roboto", sans-serif;
}

.tel-comment {
  padding: 0 0 0.5em 0;
  text-align: center;
}

.park_morebtn_wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.park_morebtn_wrap a {
  display: inline-block;
  box-sizing: border-box;
  background: url(../img/common/icon_link.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  background-repeat: no-repeat;
  background-position: left center;
  border: solid 1px #777;
  border-radius: 8px;
  padding: 0.75em 0.75em 0.75em calc(35px + 1em);
  margin: 0 auto;
  font-size: 18px;
  color: #353535;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.1em;
}
@media (max-width: 499px) {
  .park_morebtn_wrap a {
    background-size: 7.5vw auto;
    padding: 1em 0.5em 1em 8.5vw;
    font-size: 3.5vw;
  }
}
.park_morebtn_wrap a.btn_tellink {
  background: url(../img/common/icon_mobile.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  border: solid 1px #2d660b;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Roboto", sans-serif;
  width: 304px;
}
.park_morebtn_wrap a.btn_morelink {
  background: url(../img/common/icon_more_blue.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #a8bafa), color-stop(1, #4b5475));
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  min-width: 150px;
}
.park_morebtn_wrap a.btn_gmaplink {
  display: inline-block;
  background: url(../img/common/icon_gmapicon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
  min-width: 150px;
}
@media (max-width: 499px) {
  .park_morebtn_wrap a.btn_tellink {
    width: 96%;
    font-size: 6.2vw;
    padding: 0.75em 0.75em 0.75em calc(50px + 0.5em);
  }
  .park_morebtn_wrap a.btn_morelink {
    min-width: inherit;
    width: 47%;
  }
  .park_morebtn_wrap a.btn_gmaplink {
    min-width: inherit;
    width: 47%;
  }
  .park_morebtn_wrap a.btn_gmaplink.fullwidth {
    width: 90%;
  }
}

.go_parklist {
  text-align: right;
}
.go_parklist a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em 0.75em;
  margin-right: 0.5em;
  margin-bottom: 0.35em;
  color: #5885d7;
  line-height: 1.1;
  border: solid 1px #5885d7;
  border-radius: 8px;
}

.access-flow {
  margin-bottom: 15px;
}
.access-flow li {
  font-size: 16px;
}
.access-flow li em {
  font-size: 18px;
  display: inline-block;
  color: #2aa41d;
  line-height: 1.1;
  font-weight: 600;
  padding: 0.25em 1em;
  border: solid 1px #2aa41d;
  border-radius: 60px;
}
.access-flow li.af-arrow {
  padding: 0.75em 0 0.75em 2em;
  position: relative;
  margin-bottom: 3px;
}
.access-flow li.af-arrow:before, .access-flow li.af-arrow:after {
  content: "";
  position: absolute;
  left: 1.25em;
  bottom: 0;
  width: 1px;
  background: #2aa41d;
}
.access-flow li.af-arrow:before {
  height: 100%;
}
.access-flow li.af-arrow:after {
  height: 8px;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}
.access-flow li.af-arrow span {
  display: inline-block;
}

.af-h4 {
  font-size: 17px;
  margin-bottom: 1em;
  padding-left: 0.55em;
  border-left: 5px solid #2aa41d;
}

.af-annotate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
}
.af-annotate p {
  text-align: right;
}

.separator-min {
  margin: 15px 0;
}

.support-menu {
  padding-top: 15px;
}
.support-menu a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em calc(1.5em + 10px) 0.5em 0.75em;
  margin-right: 0.5em;
  margin-bottom: 0.35em;
  color: #5885d7;
  line-height: 1.1;
  border: solid 1px #5885d7;
  border-radius: 60px;
  position: relative;
}
.support-menu a:after {
  content: url("../img/common/arrow-line-right-min.svg");
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.support-menu p {
  margin-top: 0;
}

.linkbtn-box {
  margin-bottom: 35px;
}
.linkbtn-box a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 1.25em calc(1em + 40px) 1.25em calc(1em + 75px);
  position: relative;
  display: block;
}
.linkbtn-box a:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.linkbtn-box a:after {
  content: url("../img/common/arrow-right-black.svg");
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.linkbtn-box a.lb-parking {
  display: inline-block;
  text-align: left;
  color: #3156c0;
  line-height: 1.3;
  border: solid 1px #ccc;
  border-radius: 7px;
}
.linkbtn-box a.lb-parking:before {
  background: url("../img/access/icon-p.png") no-repeat left center;
  background-size: 50px 50px;
}
@media (max-width: 767px) {
  .linkbtn-box a.lb-parking {
    font-size: 18px;
    padding: 0.75em calc(1em + 40px) 0.75em calc(1.5em + 30px);
  }
  .linkbtn-box a.lb-parking:before {
    background: url("../img/access/icon-p.png") no-repeat left center;
    background-size: 30px 30px;
    left: 0.75em;
  }
}

.loupemap {
  margin-bottom: 25px;
  position: relative;
}

/* unused
.loupemap_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  background: #2aa41d;
  padding: 15px 0;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.0em;

  span{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    display: block;
    line-height: 1.2em;
    margin: 5px;
  }
}
*/
#imgContainer {
  aspect-ratio: 3/2;
  width: 900px;
  height: 600px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.zoomableContainer {
  background: #fff;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
}

#positionButtonDiv {
  background: rgb(58, 56, 63);
  background: rgba(58, 56, 63, 0.8);
  color: #FFFFFF;
  padding: 5px;
  border-radius: 0 0 5px 5px/0 0 5px 5px;
  text-align: left;
}
#positionButtonDiv p {
  text-align: center;
}
#positionButtonDiv p span .zoomButton {
  cursor: pointer;
}

@media (max-width: 991px) {
  #imgContainer {
    width: 690px;
    height: 460px;
  }
}
@media (max-width: 767px) {
  #imgContainer {
    width: 420px;
    height: 280px;
  }
}
@media (max-width: 499px) {
  #imgContainer {
    width: 100%;
  }
}
.button-getpos {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 10px;
}
.button-getpos input {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  padding: 0.3em 1em 0.3em 35px;
  border: solid 1px #888;
  outline: none;
  border-radius: 5px;
  background: #f3f3f3 url("../img/access/icon-current-location.svg") no-repeat 5px center;
}
.button-getpos input:before {
  position: absolute;
  left: 0;
  top: 0;
}

img.icobtn {
  margin: 0 4px 4px 4px;
}

#gmap {
  width: 100%;
  height: 550px;
}

.jump-adjust {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.sitemap-list {
  text-align: left;
  display: grid;
  font-size: 15px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75em 2em;
}
@media (max-width: 991px) {
  .sitemap-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .sitemap-list {
    grid-template-columns: 1fr;
  }
}
.sitemap-list li {
  line-height: 1.35;
}
.sitemap-list li a {
  display: block;
  padding: 0 0 0 24px;
  position: relative;
  text-decoration: none;
}
.sitemap-list li a:before {
  content: url("../img/common/arrow-line-right-min.svg?b");
  position: absolute;
  left: 0;
  top: 0.1em;
}
.sitemap-list li a:hover {
  color: #5885d7;
}
.sitemap-list li a.new-window:after {
  opacity: 0.5;
}
.sitemap-list li .sl-sub {
  margin: 0.75em 0 0 1.5em;
}
.sitemap-list li .sl-sub li {
  margin-bottom: 0.35em;
}
.sitemap-list li .sl-sub li a:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  transform: scale(0.75);
  opacity: 0.75;
}

.sm-h3 {
  border-bottom: dashed 1px #5885d7;
  text-align: left;
  margin-bottom: 1em;
}
.sm-h3 a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #5885d7;
  padding: 0.35em 0.5em 0.35em 0.75em;
  display: block;
}
.sm-h3 a span:after {
  content: url(../img/common/arrow-line-right-min.svg?b);
  vertical-align: middle;
  margin-left: 0.75em;
  transition: all 0.3s;
}
.sm-h3 a:hover span:after {
  margin-left: 1.15em;
}

.privacy-policy {
  text-align: left;
}
.privacy-policy .explain-box {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .privacy-policy .explain-box {
    margin-bottom: 5vw;
  }
}
.privacy-policy .explain-box p {
  font-size: 15px;
  padding-left: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.privacy-policy .explain-box p:last-child {
  padding-bottom: 0;
}
.privacy-policy .explain-box address {
  font-style: normal;
  margin-left: 2em;
}
.privacy-policy .explain-box .banner-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 50px;
  align-items: flex-start;
  justify-content: left;
}
.privacy-policy .explain-box .banner-thumb li {
  text-align: center;
  max-width: 200px;
}
.privacy-policy .explain-box .banner-thumb li figure {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background: #fff;
}

.pp-h3 {
  border-bottom: dashed 1px #5885d7;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 0.35em 0.5em 0.35em 0.75em;
}

.pp-h4 {
  padding: 0.35em 1em 0.35em 1em;
  border: solid 1px #333;
  display: inline-block;
  margin-left: 1em;
}

.banner-paste {
  border-collapse: collapse;
}
.banner-paste tr {
  border-bottom: solid 1px #eee;
}
.banner-paste thead tr th {
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  padding: 0.5em;
}
.banner-paste tbody tr td {
  padding: 10px 15px;
  font-size: 14px;
  box-sizing: border-box;
}
.banner-paste tbody tr td:first-child {
  text-align: center;
}
.banner-paste tbody tr td figure {
  margin: 0 auto;
}
.banner-paste tbody tr td figure.square {
  width: 120px;
}
.banner-paste tbody tr td figure.rectangle {
  width: 210px;
}
@media (max-width: 767px) {
  .banner-paste tbody tr td figure.square {
    width: 90px;
  }
  .banner-paste tbody tr td figure.rectangle {
    width: 158px;
  }
}
@media (max-width: 767px) {
  .banner-paste tbody tr td {
    display: block;
    width: 100%;
  }
}

.note-title {
  font-size: 16px;
  margin: 1em 0 0.5em 0;
  padding-left: 10px;
  border-left: solid 3px #5885d7;
}

.annotate-list {
  margin: 0 0 0 0.5em;
  padding: 0 0 0 1em;
  list-style: disc;
  font-size: 14px;
}
.annotate-list li {
  margin-bottom: 0.15em;
}
.annotate-list li:last-child {
  margin-bottom: 0;
}
.annotate-list li .al-attent {
  color: #f00;
}

.req-annotate {
  text-align: right;
  margin-bottom: 10px;
}
.req-annotate p {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin: 0;
}

.required-mark {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  color: red;
  padding: 0.25em 0.55em 0.3em 0.55em;
  margin: 0 0.5em;
  border: solid 1px red;
  border-radius: 5px;
  vertical-align: middle;
  transform: translateY(-1px);
}

.message-box {
  border: solid 1px red;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  background: rgba(255, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
}
.message-box p {
  margin: 0;
  padding: 0;
  text-align: left;
}
.message-box p.mb--title {
  font-size: 18px;
  color: red;
}
.message-box p.mb--title:after {
  content: " ：";
  color: #000;
}
.message-box p.mb--message {
  font-size: 16px;
}
@media (max-width: 767px) {
  .message-box {
    grid-template-columns: 1fr;
    justify-content: left;
    padding: 10px 15px;
  }
  .message-box p {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

.form-body {
  font-size: 16px;
  display: grid;
  grid-template-columns: 14em auto;
  gap: 2em 2.5%;
  text-align: left;
  padding: 50px;
  margin: 0;
  border: solid 1px #eee;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .form-body {
    gap: 1.5em 0;
    padding: 15px;
  }
}
.form-body dt,
.form-body dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.form-body dt p,
.form-body dd p {
  margin: 0;
  padding: 0;
}
.form-body dt p.form-annotate,
.form-body dd p.form-annotate {
  display: block;
  font-size: 13px;
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 0.75em;
}
.form-body dt p.form-annotate:before,
.form-body dd p.form-annotate:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.form-body dt textarea,
.form-body dd textarea {
  height: 10.5em;
}
.form-body dt a.new-window {
  display: inline-block;
  padding-right: 30px;
}

.address-input {
  font-size: 15px;
  display: grid;
  grid-template-columns: 10em auto;
  align-items: center;
  gap: 1em 3%;
}
@media (max-width: 991px) {
  .address-input {
    gap: 1em 0;
  }
}
.address-input dt,
.address-input dd {
  margin: 0;
  padding: 0;
}
.address-input dd.zip-mark {
  text-indent: -1em;
}

.zipin-auto {
  border: solid 1px #777;
  border-radius: 5px;
  background: linear-gradient(to top, #eee 0%, #fff 100%);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 0.5em 0.5em;
  line-height: 1;
  text-decoration: none;
  text-indent: 0;
  margin: 0 5px;
}

.agree-check {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: left;
  gap: 50px;
  align-items: center;
}
.agree-check li {
  line-height: 1em;
}
.agree-check li label {
  cursor: pointer;
}
.agree-check li input {
  vertical-align: middle;
  margin-right: 0.3em;
}
@media (max-width: 767px) {
  .agree-check {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.form-completebox {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
.form-completebox h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  padding: 0 20px 16px 20px;
  border-bottom: solid 3px #181021;
  margin-bottom: 20px;
  font-family: inherit;
}
.form-completebox .form-completebox .form-complete-txt {
  font-size: 16px;
  padding: 0 20px 15px 20px;
  line-height: 1.5em;
  text-align: left;
}

@media (max-width: 767px) {
  .form-body {
    display: block;
    gap: 0;
    padding: 0;
  }
  .form-body dt,
  .form-body dd {
    width: 100%;
    display: block;
  }
  .form-body dt {
    background: #f5f5f5;
    padding: 0.5em;
  }
  .form-body dd {
    padding: 0.75em 1em 1em 1em;
  }
  .address-input {
    display: block;
    gap: 0.5em;
  }
}
.print-button-box {
  text-align: right;
  margin-top: -50px;
}
@media (max-width: 499px) {
  .print-button-box {
    margin-top: -10vw;
  }
}
.print-button-box a {
  font-size: 16px;
  line-height: 1;
  border: 1px solid #888;
  padding: 0.3em 1em 0.35em calc(20px + 1.5em);
  border-radius: 3px;
  color: #333;
  background: #f0f0f0;
  text-decoration: none;
  position: relative;
}
.print-button-box a:before {
  content: url("../img/common/icon-printer.svg");
  position: absolute;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}

.grecaptcha-badge {
  bottom: 120px !important;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .grecaptcha-badge {
    bottom: calc(22.5vw + 85px) !important;
  }
}

/*# sourceMappingURL=custom-page.css.map */
