/* ----------misc.---------- */
body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}
.pc {
    display: none !important;
}
.accordion,
.accordion-open {
    cursor: pointer;
}
.accordion-contents {
    display: none;
    padding: 0;
}
.hidden {
    display: none;
}
.visible {
    display: inline;
}
figure {
    width: 100%;
    margin: 0;
}
figure img {
    vertical-align: top;
    width: 100%;
}
main {
    background: #fff;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    overflow-x: hidden;
}
main a {
    color: #2C4398;
    cursor: pointer;
    text-decoration: underline;
}

main a:hover {
    /* text-decoration: none; */
}
/* ----------design---------- */
img {
    max-width: 100%;
    height: auto;
}
.minato {
    color: #333;
    padding: 0 0 0 0;
}
.minato .inner {
    margin: 0 auto 0 auto;
}
.minato p {
    line-height: 1.8;
    font-size: 14px;
}
.minato a {
    color: #2C4398;
}

.minato a:hover {
}
.minato #main_visual {
    background: url(../images/main_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 90vw;
    padding-top: 13.15vw;
}
.minato #main_visual h1 {
    text-align: center;
    padding: 0 16px;
}
.minato #main_visual img {
    width: 100%;
    margin: 0 0 0 0;
    vertical-align: bottom;
}
.minato #nav {
    background: #002e58;
    width: 100%;
}

.minato #nav ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.minato #nav li {
    width: 50%;
    display: flex;
    padding: 0;
    min-height: auto;
    box-sizing: border-box;
}
.minato #nav a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 48px;
    text-decoration: none;
    min-height: auto;
    box-sizing: border-box;
    line-height: 1.2;
}
.minato #nav li:nth-child(3) a,
.minato #nav li:nth-child(4) a {
    min-height: auto;
    display: flex;
    align-items: center;
}
.minato #nav li:last-child {
    border-bottom: none;
}

.minato #nav li:hover {
    opacity: 0.8;
}
.minato #nav li:nth-child(4) {
    background: url(../images/menu_icon4.png) no-repeat left 16px center;
    background-size: 24px 24px;
}

/* Added new border rules for 2x2 grid */
.minato #nav li:nth-child(1),
.minato #nav li:nth-child(2) {
    border-bottom: 1px solid #2b567d;
}
.minato #nav li:nth-child(odd) { /* 1 and 3 */
    border-right: 1px solid #2b567d;
}

.minato #nav span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}
.minato #nav li:nth-child(1) {
    background: url(../images/menu_icon1.png) no-repeat left 12px center;
    background-size: 24px 24px;
}
.minato #nav li:nth-child(2) {
    background: url(../images/menu_icon2.png) no-repeat left 12px center;
    background-size: 24px 24px;
}
.minato #nav li:nth-child(3) {
    background: url(../images/menu_icon3.png) no-repeat left 12px center;
    background-size: 24px 24px;
}
.minato #nav li:nth-child(4) {
    background: url(../images/menu_icon4.png) no-repeat left 12px center;
    background-size: 24px 24px;
}

/* SP adjustments for nav icons positioning */
.minato #nav li {
    background-position: left 16px center !important;
}

.minato #lead {
    margin: 24px 16px 24px 16px;
}
.minato #lead .inner {
    justify-content: space-between;
    width: 100%;
}
.minato #lead h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.minato #lead h2 .lead-title {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 0px;
    padding: 0;
}

.minato #lead p {
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 0 0 0;
}
.minato #lead .note {
    margin: 16px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
}
.minato #lead iframe {
    width: 100%;
    height: 60vw;
    margin: 16px 0 0 0;
}

/* Common panel style */
.panel {
    width: auto;
    padding: 24px 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

/* Common flex unit */
.flexunit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

/* Common CTA button style */
.cta_s a {
    display: inline-block;
    color: #FFF;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    padding: 12px 16px;
    background: #DD327E;
    margin: 24px auto 0 auto;
    box-sizing: border-box;
}

.cta_s span {
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    padding: 0 24px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px auto;
}

.cta_s span.external {
    background-image: url(../images/icon_external_light.png);
}

/* ---------- Parking Section (#parking) ---------- */
.minato #parking {
    background: #EDF8FF;
    padding: 24px 0 16px;
}

.minato #parking .inner {
    width: 100%;
    padding:0 16px;
    margin: 0;
    box-sizing: border-box;
}

/* Anchor Menu */
.minato .anchor-menu {
    margin: 16px 0;
}

.minato .anchor-menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.minato .anchor-menu li {
    width: 100%;
}

.minato .anchor-menu a {
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 48px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    text-decoration: none;
    color: #002e58;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    min-height: 51px;
    box-sizing: border-box;
}

.minato .anchor-menu a::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(../images/arrow_down.png) no-repeat center center / 12px 11px;
}

.minato .anchor-menu a:hover {
    color: #002e58;
}

/* Section Title Common Style */
.minato #parking h2,
.minato #prepaid-card h2,
.minato #service h2,
.minato #spots h2 {
    background: #FFFAD6;
    border-bottom: 8px solid #FFFAD6;
    box-sizing: border-box;
    padding: 0 0 0 48px;
    position: relative;
    margin-right: 8px;
}
.minato #parking h2 span,
.minato #prepaid-card h2 span,
.minato #service h2 span,
.minato #spots h2 span {
    background: #002E58;
    color: #FFF;
    display: inline-block;
    width: calc(100% + 8px);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 16px;
    box-sizing: border-box;
    margin-top:-8px;
    margin: right -8px;
}

.minato #parking h2 {
    background: #FFFAD6 url(../images/title_icon1.png) no-repeat left 8px center;
    background-size: 32px 32px;
}
.minato #prepaid-card h2 {
    background: #FFFAD6 url(../images/title_icon2.png) no-repeat left 8px center;
    background-size: 32px 32px;
}
.minato #service h2 {
    background: #FFFAD6 url(../images/title_icon3.png) no-repeat left 8px center;
    background-size: 32px 32px;
}
.minato #spots h2 {
    background: #FFFAD6 url(../images/title_icon4.png) no-repeat left 8px center;
    background-size: 32px 32px;
}

/* ---------- Spots Section (#spots) ---------- */
.minato #spots {
    background-color: #ffffff;
    padding: 32px 0 16px;
}

.minato #spots .inner {
    width: 100%;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
}

.minato #spots .anchor-menu ul {
    flex-direction: row;
}

.minato #spots .anchor-menu li {
    width: calc(50% - 6px);
}

.minato #spots .panel-spot {
    margin-top: 24px;
    padding: 24px 0;
}

.minato .spot-cards-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.minato #spots .spot-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.minato .spot-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D1D1D1;
}

.minato .spot-section .spot-card:last-child {
    border-bottom: none;
}

.minato .spot-card-image {
    width: 100%;
    margin-bottom: 0;
}

.minato .spot-card-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.minato .spot-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.minato .spot-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}

.minato .spot-card-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/title_icon4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.minato .spot-card-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    margin: 0;
}

/* Parking Detail Section (SP) */
.minato .parking-detail-section {
    width: 100%;
    margin: 24px auto 0 auto;
    padding: 0 0 24px 0;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.minato .section-title {
    padding: 12px 16px;
    background: #007BCC;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.minato .parking-detail-anchors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 8px;
    padding: 16px 0;
    margin: 0 0 0 16px;
}

.minato .parking-detail-anchors .anchor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px 8px 24px;
    color: #002e58;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    box-sizing: border-box;
    flex: 0 1 auto;
    background: url(../images/arrow_down.png) no-repeat left 0 center / 12px 11px;
}

.minato .parking-detail-anchors .anchor-link:hover {
    color: #002e58;
}

.minato .parking-detail-content {
    padding: 0 16px;
}

.minato .parking-description-map {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.minato .parking-description {
    width: 100%;
}

.minato .parking-description p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

.minato .parking-map {
    width: 100%;
}

.minato .parking-map img {
    width: 100%;
    height: auto;
    display: block;
}

.minato .parking-map iframe {
    width: 100%;
    height: 60vw;
    max-height: 275px;
    border: 0;
    display: block;
}

.minato .spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.6;
    margin: 24px 0 0 0;
}

.minato .spec th {
    padding: 8px 0;
    vertical-align: middle;
    width: auto;
}

.minato .spec th span {
    background: #F1F1F1;
    display: block;
    color: #333333;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    box-sizing: border-box;
}

.minato .spec td {
    padding: 8px 12px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    width: auto;
}

.minato .spec tr {
    display: block;
}

.minato .spec tr:last-child {
    border-bottom: none;
}

.minato .spec th,
.minato .spec td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.minato .spec th {
    padding: 0 0;
}

.minato .spec td {
    padding: 4px 0 4px 8px;
}


.minato .parking-status-button {
    margin: 24px 0;
    text-align: center;
}

.minato .btn-status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 8px;
    background-color: #FFEA62;
    color: #002E58;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    gap: 0;
}

.minato .btn-status::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_p.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}

.minato .btn-status .btn-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.minato .btn-status .btn-text-main {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.minato .btn-status .btn-text-sub {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.minato .btn-status::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 16px auto;
    flex-shrink: 0;
}

.minato .parking-detail-link {
    text-align: center;
    margin: -8px 0 0 0;
}

.minato .parking-detail-link a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.minato .parking-service-section {
    margin-top: 32px;
}

.minato .parking-service-section h4 {
    padding: 12px 16px;
    background: #E5EAEE;
    line-height: 1.4;
    color: #002E58;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border:none;
}

.minato .service-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.minato .service-description {
    width: 100%;
}

.minato .service-description p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

.minato .service-price-box {
}

.minato .price-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.minato .price-time {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.minato .price-amount {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.minato .price-unit {
    font-size: 20px;
    font-weight: 400;
    margin-left: 4px;
}

.minato .price-period {
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}

.minato .service-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    font-size: 12px;
}

.minato .service-info-table th {
    background-color: #f8f8f8;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    border-right: 1px solid #d7d7d7;
    width: 30%;
}

.minato .service-info-table td {
    padding: 10px 12px;
    font-size: 12px;
    color: #333333;
    border-right: 1px solid #d7d7d7;
}

.minato .service-info-table tr {
    border-bottom: 1px solid #d7d7d7;
}

.minato .service-info-table tr:last-child {
    border-bottom: none;
}

.minato .service-info-table th:last-child,
.minato .service-info-table td:last-child {
    border-right: none;
}

.minato .service-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.minato .btn-service {
    display: flex;
    width: 100%;
    padding: 16px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #007BCC;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}

.minato .btn-service .btn-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/arrow_right_wh.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.minato .spot-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.minato .spot-card-link {
    margin-top: 16px;
}

.minato .spot-card-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s;
}

.minato .spot-card-link a:hover {
}

.minato .spot-card-link .external-link-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/external_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.minato .spot-card-link a:hover .external-link-icon {
    background-image: url(../images/external_link.png);
}



/* ---------- Description Text (Bottom) ---------- */
.discription_text_wrap {
    background: #f3f1e4;
    padding: 24px 16px;
}

.discription_text {
    border: solid 1px #c0c1af;
    font-size: 13px;
    margin: auto;
    padding: 16px;
    line-height: 1.8;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* ---------- Prepaid Card Section (SP) ---------- */
.minato #prepaid-card {
    padding: 32px 0;
    background-color: #ffffff;
}

.minato #prepaid-card .inner {
    width: 100%;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
}

.minato .prepaid-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 24px 0;
    padding: 0 16px;
}

.minato .prepaid-card-description {
    width: 100%;
}

.minato .prepaid-card-description p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

.minato .prepaid-card-table-wrapper {
    width: 100%;
}

.minato .prepaid-card-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    font-size: 12px;
}

.minato .prepaid-card-table th {
    background-color: #f8f8f8;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    border-right: 1px solid #d7d7d7;
    width: 30%;
    vertical-align: middle;
}

.minato .prepaid-card-table td {
    padding: 12px 16px;
    font-size: 12px;
    color: #333333;
    line-height: 1.8;
    vertical-align: middle;
}

.minato .prepaid-card-table tr {
    border-bottom: 1px solid #d7d7d7;
}

.minato .prepaid-card-table tr:last-child {
    border-bottom: none;
}

.minato .prepaid-card-table .price-highlight {
    color: #FF6600;
    font-weight: 600;
    font-size: 18px;
}

.minato .prepaid-card-table .price-highlight .unit {
    font-size: 12px;
}

.minato .two-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding: 0 16px;
}

.minato .two-buttons .btn-status {
    width: 100%;
    max-width: 100%;
}

/* ---------- Service Section (優待・駐車サービス) (SP) ---------- */
.minato #service {
    padding: 32px 0;
    background-color: #E5EAEE;
}

.minato #service .inner {
    width: 100%;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
}

.minato .service-anchor-menu {
    margin: 24px 0;
    padding: 0 16px;
}

.minato .service-anchor-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.minato .service-anchor-menu li {
    width: 100%;
}

.minato .service-anchor-menu a {
    display: inline-block;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    color: #002e58;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.minato .service-anchor-menu a:hover {
}

.minato .service-content-section {
    width: 100%;
    margin: 24px auto 0 auto;
    padding: 0 0 0 0;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.minato .service-content-section h3 {
    padding: 10px 16px;
    background: #007BCC;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

.minato .service-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
    padding: 16px;
}

.minato .service-description-wrapper {
    width: 100%;
}

.minato .service-description p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 20px 0;
}

.minato .service-link {
    margin-top: 20px;
}

.minato .service-link a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 16px 24px;
    background-color: #585657;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
}

.minato .service-link .external-link-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M14 2v4h-2V4.414L8.414 8 7 6.586 10.586 3H9V1h5v5h-2V2h2zM2 4v10h10V8h2v8H0V2h8v2H2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.minato .service-image {
    width: 100%;
}

.minato .service-image img {
    width: 100%;
    height: auto;
    display: block;
}

.minato #service .two-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding: 0 16px;
}

.minato #service .two-buttons .btn-status {
    width: 100%;
    max-width: 100%;
}

.minato #spots .two-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding: 0 0;
}

.minato #spots .two-buttons .btn-status {
    width: 100%;
    max-width: 100%;
}