@charset "UTF-8";
.page-title { text-align: center; color: #136eab; margin-bottom: 4rem; }
.page-title .en { font-size: clamp(2.4rem, 3vw, 32px); }

.btn_container { margin-bottom: 4rem; }

/*----------------------------- MAP
-------------------------------*/
#map .fig { width: 100%; max-width: 920px; margin: 2rem auto 0; }
#map .img { width: 100%; max-width: 900px; margin: 2rem auto 0; }
#map .img img { width: 100%; height: auto; }
#map .mg { width: 100%; max-width: 900px; margin: 7rem auto 4rem; }
#map .mg .img { width: 100%; max-width: inherit; }
#map .mg .root { margin: 4rem auto 0; font-feature-settings: "halt"; }
#map .mg .root .tab-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1%; list-style: none; }
#map .mg .root .tab-list li { position: relative; display: flex; justify-content: center; align-items: center; gap: 0.2rem 1%; padding: 1rem 0.5rem; text-align: center; font-size: 1.4rem; background: #ccd8ea; cursor: pointer; }
#map .mg .root .tab-list li.active { background: #014099; color: #fff; }
#map .mg .root .tab-list li::after { content: ''; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto; background-color: #fff; width: 12px; height: 12px; clip-path: polygon(100% 40%, 50% 90%, 0 40%, 10% 30%, 50% 70%, 90% 30%); }
#map .mg .root .tab-container { margin-top: 2rem; }
#map .mg .root .tab-content { display: none; }
#map .mg .root .tab-content.active { display: block; }
#map .mg .root .tab-content .ttl { text-align: center; font-size: 2.2rem; color: #014099; }
#map .mg .root .tab-content .inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 1%; }
#map .mg .root .tab-content .inner .txt { margin-top: 1rem; font-size: 1.4rem; }
#map .mg .btn_container ul { flex-direction: column-reverse; align-items: center; row-gap: 1rem; }
@media screen and (max-width: 600px) { #map .fig { container-type: inline-size; }
  #map .fig figure { margin-inline: calc(50% - 50cqi); }
  #map .mg .root .tab-list { grid-template-columns: 1fr; }
  #map .mg .root .tab-content .inner { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }

/*----------------------------- OUTLINE
-------------------------------*/
#outline .contents_inner { width: 88%; max-width: 1100px; margin: 0 auto; }
#outline .outline-box { width: 92%; margin: 0 auto; }
#outline .outline-box table { font-size: 1.6rem; line-height: 2.5rem; border: 0; border-collapse: collapse; width: 100%; font-feature-settings: "halt"; }
#outline .outline-box table caption { font-weight: bold; font-size: 2rem; padding-bottom: 2.4rem; text-align: center; }
#outline .outline-box table th, #outline .outline-box table td { padding: 1.625rem; border: thin solid #ccc; background: #fff; color: #333; font-size: 1.4rem; line-height: 2rem; text-align: left; vertical-align: top; }
#outline .outline-box table th { /*width: 10rem;*/ width: 22rem; background: #f2f2f2; color: #000; font-weight: 400; white-space: nowrap; }
#outline .outline-box table td { vertical-align: middle; }
#outline .outline-box table td.note { border: none; border-top: thin solid #ccc; font-size: 1.2rem; }
#outline .outline-box table .red { color: #C6181D; }
#outline .outline-box table + table { margin-top: 1rem; }
#outline .outline-box + .outline-box { margin-top: 4rem; }
@media screen and (max-width: 600px) { #outline .outline-box { width: 100%; }
  #outline .outline-box table td, #outline .outline-box table th { display: block; width: 100%; }
  #outline .outline-box table th { border-bottom: none; }
  #outline .outline-box table td { border-bottom: none; }
  #outline .outline-box table td.last { border-bottom: 1px solid #ccc; }
  #outline .outline-box table .note { font-size: 1.0em; } }

/* 印刷用 */
/*body {
	-webkit-print-color-adjust: exact;
}
@media print {
	h2,h2 img,.snav, .btn_container,.freedial,.company {
		display: none;
	} .appBnr, footer{ display: none!important; } .map-box{ .img-box{ width: 36%; } .map-txt{ width: calc((100% - 36%) - 2rem); } }
}*/
