@charset "UTF-8";

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #00042D;
}

p {
    font-size: 16px;
    font-weight: 400;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}
a {
    color: #007bff; /* 青色にしてリンクだとわかりやすく */
    text-decoration: underline; /* 下線をつけてリンクを強調 */
}

a:hover {
    color: #0056b3; /* ホバー時に少し濃く */
    text-decoration: underline; /* ホバー時も下線を保持 */
}

a:active {
    color: #003f7f; /* クリック時にさらに濃い色に */
}

span {
    display: inline-block;
}

.sp {
    display: none;
}

.sp_br {
	display: none;
}

@media screen and (max-width:751px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
	.sp-br {
	display: block;
    }
}

.fv {
    width: 100%;
    position: relative;
}

.logo {
    position: absolute;
    right: 15vw;
    top: 2vw;
    width: 15vw;
}

.copyright {
    background-color: #19325f;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 24px 0;
    font-weight: 500;
}

.wrapper {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

section {
    background-color: #19325f;
    color: #FFF;
    padding: 20px 0;
}

.details_item {
    margin: 20px 0;
}

.details_head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.details_head h2 {
    width: 110px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #FFF;
}

.txt_big {
    font-size: 30px;
}

.details_head p {
    font-size: 20px;
}

.details_item > p {
    font-size: 14px;
    margin-top: 20px;
}

.sponser table {
    width: 100%;
}

.sponser table th,
.sponser table td {
    padding: 5px 0;
}

.sponser table th {
    width: 50px;
}

.sponser table td {
    font-size: 12px;
    vertical-align: middle;
}

.form {
    padding: 0;
    color: #00042D;
}

.form .form_box > h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #19325f;
    margin-bottom: 20px;
}

.form_box {
    background-color: #FFF;
    padding: 40px 10%;
}

form {
    margin-top: 40px;
}

.form_contents {
    border: 1px solid #000;
}

.form_item {
    display: flex;
    align-items: center;
    gap: 0px;
    border-bottom: 1px solid #000;
    padding: 15px;
}

.form_item:last-child {
    border-bottom: 0;
}

label {
    width: 30%;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

input, select {
    width: 70%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 20px;
}

.require {
    color: red;
}

input:focus, select:focus {
    border-color: #19325f;
    outline: none;
}

.form_btn {
    text-align: center;
}

button {
    width: 300px;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #D4C45B;
    color: #000;
}

.form .details_head h2 {
    border: 1px solid #000;
}

.important {
    font-size: 20px!important;
    font-weight: 600;
}

.agreement div {
    width: 30%;
}

.agreement label {
    width: 340px;
}

.agreement input {
    margin-left: 0;
}

.tel {
    color: #FFF;
}

@media screen and (max-width:751px) {
    .logo {
        width: 20vw;
    }
    
    .details_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .details_head h2 {
        width: 100%;
    }

    .txt_big {
        font-size: 22px;
    }

    .details_head p {
        font-size: 16px;
    }

    .form_contents {
        border: none;
    }

    .form_box {
        padding: 30px 5%;
    }

    .form .form_box > h2 {
        font-size: 26px;
    }

    .form_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

    label {
        width: 100%;
    }

    input, select {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .sponser table th,
    .sponser table td {
        display: block;
        width: 100%;
    }

    .copyright {
        font-size: 11px;
    }

    .agreement {
        flex-direction: initial;
        flex-wrap: wrap;
    }

    .agreement div {
        width: 100%;
        margin-bottom: 10px;
    }

    .agreement label {
        font-size: 14px;
        width: initial;
    }

    .agreement input {
        margin-top: 7px;
        margin-right: 5px;
    }

    button {
        width: 90%;
    }

    .important {
        font-size: 16px!important;
        font-weight: 600;
    }
}

/* 2026年版に伴う修正 */

.parking {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parking > div {
    width: 80%;
}

.parking_img {
    width: 15%!important;
}

.parking_img img {
    width: 100%;
}

@media screen and (max-width:751px) {
    .parking {
        flex-direction: column;
        gap: 30px;
    }
    .parking > div {
        width: 100%;
    }
    .parking_img {
        width: 50%!important;
    }
}