/* -----------
   お問い合わせフォーム専用 ----------- */


/* --- 日本語箇所 ---*/
.c_contact_ja {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    padding: 20px 10px;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
}

.c_contact_ja h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #349A09;
}

.c_contact_ja h2 {
    position: relative;
    padding: 0.3rem 0rem;
}
.c_contact_ja h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#349603));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #349603 100%);
    background-image: linear-gradient(to left, #2af598 0%, #349603 100%);
}


.c_contact_ja h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #007BFF;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #444;
}

.contact-table th,
.contact-table td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.contact-table th {
    font-weight: bold;
    width: 200px;
}

/*.contact-table td {
    width: 75%;
}*/

.c_contact_ja strong {
    color: #e60000;
}

.c_contact_ja ul {
    list-style: disc;
    margin-bottom: 20px;
}

.c_contact_ja ul li {
    margin-bottom: 10px;
    color: #555;
}

.c_contact_ja p {
    margin-bottom: 20px;
}

.c_contact_ja p:last-child {
    margin-bottom: 0;
}

.c_contact_ja p a {
    color: #007BFF;
    text-decoration: none;
}

.c_contact_ja p a:hover {
    text-decoration: underline;
}

.c_bikou {
    padding: 30px;
    background-color: #f9f9f9;
    margin: 30px 0;
}

.c_box_1 {
    color: #e60000;
    background-color: #ffdfdf;
}
.c_box_2 {
    padding-left: 20px;
}

ul.c_ul_box li{
    list-style-type: disc !important;
    margin-left: 15px;
}
.col1_1{
    color: #007BFF;
}

#secform h3{

}
#secform h3 {
    position: relative;
    padding: 0.6em;
    background: #0F7A44;
    margin-bottom: 15px;
    color: #FFF;
}

#secform h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #0F7A44;
    width: 0;
    height: 0;
}

/* --- ボタン --- */
.btn-book-now {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #007BFF;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.5s ease; /* 背景色の変化を追加 */
    margin: 20px auto;
    display: block;
    text-align: center;
    max-width: fit-content;
}
a.btn-book-now {
    color: #fff;
}

.btn-book-now:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    background-color: #e60000;
}
