@charset "utf-8";
/* CSS Document */

.mt15 {
    margin-top: 15px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb15 {
    margin-bottom: 15px;
}
.mr5 {
    margin-right: 5px;
}
a {
    color: #0033ac;
    text-decoration: underline;
}
.hosoku {
    font-size: 1rem;
    line-height: 1.3;
}
.hosoku-waku {
    font-size: 1rem;
    line-height: 1.3;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #ccc;
}
.c-form__row-header {
    display: flex;
}
.c-form__required {
    margin-left: auto;
}
.c-form__error {
    flex-basis: 100%;
}
.c-form__field.is-small {
    width: 200px;
}
.c-form__field.is-xsmall {
    width: 140px;
}
.l-page__body {
    margin-bottom: 50px;
}
.p-contact, .p-contact-done {
    margin-top: 40px;
}
.l-page__title span {
    font-size: 52px;
    line-height: 1.2;
}
.c-form__radio-group, .c-form__checkbox-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.c-form__radio-group label, .c-form__checkbox-group label {
    margin-right: 15px;
}
.c-form__radio {
    margin-right: 5px;
}
.c-form__image-group li {
    margin-bottom: 15px;
}
.preview-image {
    max-width: 100px;
    margin-right: 10px;
}
.c-form__checkbox input {
    margin-right: 5px;
}
.p-terms {
    font-size: 1.125rem;
    color: #0033ac;
    text-decoration: underline;
    margin-bottom: 15px;
}
.p-contact__actions {
    margin-top: 50px;
}
input:disabled, textarea:disabled {
    background-color: #eee;
    color: #666;
    cursor: not-allowed;
}
.char-count {
    text-align: right;
    margin-top: 5px;
}
#sns-list dl, #parking-list dl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#parking-list dl {
    margin-bottom: 20px;
}
#sns-list dt, #parking-list dt {
    font-weight: bold;
}
#sns-list dt {
    width: 120px;
}
#parking-list dt {
    width: 220px;
}
#sns-list dd, #parking-list dd {
    flex: 1;
    margin: 0;
}
#sns-list dl:last-child, #parking-list dl:last-child{
  margin-bottom: 0;
}
#opentime-table th {
    font-weight: bold;
}
#opentime-table th {
    padding: 0 15px 10px 0;
}
#opentime-table td {
    padding: 0 15px 10px;
}
@media screen and (max-device-width: 750px), screen and (min-device-width: 751px) and (max-width: 750px) {
    .c-form__required {
        margin-left: 15px;
    }
    .l-page__title {
         margin-left: -10px; 
    }
    #gmap_entry .l-page__title {
         margin-left: -40px; 
    }
    #rakuraku_entry .l-page__title {
        margin-left: -130px;
    }
    .l-page__title span {
        font-size: 22px;
        line-height: 1.3;
    }
    .c-form__image-group img {
        margin-top: 10px;
    }
    .c-form__radio-group label:not(:last-of-type), .c-form__checkbox-group label:not(:last-of-type) {
        margin-bottom: 5px;
    }
    #sns-list, #parking-list {
        margin-left: 10px;
    }
    #sns_list dl {
        display: block;
    }
    #sns_list dt {
        margin-bottom: 5px;
    }
    #parking-list dt {
        width: 180px;
    }
    #opentime-table {
        margin-left: 10px;
    }
    #opentime-table table, #opentime-table tr, #opentime-table th, #opentime-table td {
        display: block;
    }
    #opentime-table tr {
        margin-bottom: 10px;
    }
    #opentime-table th {
        margin-bottom: 5px;
    }
    #opentime-table th, #opentime-table td {
        text-align: left;
    }
    .c-form__row-header::before {
        content: "■ ";
        color: #333;
    }
}

/* gbp-form-confirm */
.c-form__image-group li:not(:last-child) {
    margin-top: 10px;
}
