@charset "UTF-8";

/*------------------------------------*\
    使用されているスタイルのみ
\*------------------------------------*/

.inner {
    max-width: 920px;
    margin: auto;
    padding: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.red {
    color: #BD052C;
    font-weight: bold;
}

.center {
    text-align: center;
}

.bold700 {
    font-weight: 700;
}

.white-bg {
    background: #fff;
}

.flex {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* con8セクション */
.con8 {
    background: #FFF7E5;
    padding-top: 4rem;
}

/* con9セクション */
.con9 {
    padding-top: 4rem;
}

h2.tit9 {
    vertical-align: middle;
    line-height: 2.8;
    margin-bottom: 2rem;
}

/* 予約コンテンツ */
.reserve-content {
    padding: 2rem;
    box-shadow: 0px 0px 15px -5px #777777;
}

/* CTAテーブル */
.cta_table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto 2%;
}

.cta_table thead th {
    padding: 1.8% 0 1%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: #234a7d;
    border: 1px solid #bdbdbd;
}

.cta_table tbody tr {
    background: #fefefe;
}

.cta_table tbody tr:nth-child(2n) {
    background: #ededed;
}

.cta_table tbody td {
    padding: 1% .5em;
    line-height: 1;
    border: 1px solid #bdbdbd;
    text-align: center;
    vertical-align: middle;
}

.cta_link {
    font-size: 80% !important;
    -webkit-border-radius: 20px;
    border-radius: 5px;
    border-bottom: 4px solid #004683;
    background: #035ca9;
    color: #FFF;
    display: block;
    padding: 0.5rem 0.3rem 0.4rem 0.3rem;
    width: 80%;
    margin: auto auto;
}

/* フォーム関連 */
.form-box {
    background: #e0f2f6;
    padding: 4rem;
}

.entry__header {
    text-align: center;
    background: #1c758c;
    width: 100%;
    padding: 0.8rem;
    margin: 1rem auto;
}

.entry__leed {
    width: 18%;
    font-size: 110%;
    margin: auto;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #FFF;
    line-height: 1.4;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #1c758c;
    padding: 0;
}

.entry__subleed {
    width: 28%;
    color: #FFF;
    font-size: 120%;
    min-width: 125px;
    margin: auto;
    font-weight: 700;
    display: inline-block;
    padding: 0;
}

.entry__area {
    background: #FFF;
    padding: 1rem 2rem;
}

.entry__area.first {
    padding: 2rem 2rem 3rem 2rem;
}

.entry__area.gender input {
    margin-right: 0.2rem;
}

.entry__area.gender div {
    display: inline-block;
    width: 10%;
    font-weight: 500;
    font-size: calc(16px + 6 * (100vw - 375px)/1610);
}

.entry__area.tel {
    padding-bottom: 3rem;
}

.entry__name {
   /* font-size: calc(15px + 4 * (100vw - 375px)/1610);*/
	 font-size:1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

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

.entry__band {
    width: 100%;
}

.entry__input {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0.7em;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 0 5px 1.7px rgb(0 0 0 / 4%);
    font-weight: 700;
    font-size: calc(16px + 6 * (100vw - 375px)/1610);
}

.entry__selectbox select {
    text-align: left;
		font-size:1.25rem;
    /*font-size: calc(14px + 8 * (100vw - 375px)/1610);*/
    border: solid 1px #e1e1e1;
    box-shadow: 0 0 5px 1.7px rgb(0 0 0 / 4%);
    border-radius: 4px;
    font-weight: 700;
    width: 100%;
    margin: auto;
    color: #878282;
}

.form_input_input {
    display: inline-block;
    background: #fff url(../images/select-arrow.png) no-repeat;
    background-position: 98% 40%;
    max-width: 100%;
    white-space: nowrap;
    padding: 1rem 3rem 1rem 1rem;
    box-sizing: border-box;
    min-width: 140px;
    position: relative;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 0 5.32px 1.68px rgb(0 0 0 / 4%);
    font-weight: 700;
}

.entry__button {
    text-decoration: none;
    background-color: #ff5400;
    box-shadow: 0 4px 0 #d14805;
    color: #fff;
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    -ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    font-size: 130%;
    font-weight: 700;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem 3rem;
    border-radius: 50px;
    position: relative;
    width: 100%;
    margin: 3rem auto 0 auto;
}

#js-entry-button:hover {
    opacity: 0.8;
}

/* バリデーション関連 */
.is-invalid {
    border-color: #e24545 !important;
}

.is-disabled {
    background: #ccc;
    border-color: #ccc;
    color: #8e8e8e;
    box-shadow: 0 4px 0 #8e8e8e;
    pointer-events: none;
}

.entry__red::after {
    content: '*';
    color: #f00;
    position: absolute;
    right: -10px;
    top: 45%;
    transform: translateY(-50%);
    display: inline-block;
}

.entry__red.is-ok::after {
    content: '';
    width: 10px;
    height: 5px;
    border-left: 3px solid green;
    border-bottom: 3px solid green;
    transform: rotate(-45deg);
}

/* レスポンシブ対応 */
@media (min-width: 767px) {
    
    .entry__button {
        font-size: 26px;
        padding: 1.5rem 3rem;
        width: 35%;
        min-width: 580px;
        transition: .3s;
    }
    
    .cta_table thead th {
        font-size: 1rem;
    }
    
    .cta_table tbody td {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .reserve-content {
        padding: 0;
    }
    
    .entry__subleed {
        width: 100%;
    }
    
    .entry__leed {
        width: 50%;
    }
    
    .form-box {
        padding: 1rem;
    }
    
    .entry__area {
        padding: 0.1rem 1rem;
    }
    
    .entry__area.gender div {
        width: auto;
        margin: 0 1rem;
    }
    
    .entry__button {
        padding: 1rem 0.5rem;
        line-height: 1.5;
        margin: 2rem auto 1rem auto;
    }
    
    .con9 {
        padding-bottom: 1rem;
        padding-top: 0;
    }
    
    h2.tit9 {
        font-size: 120% !important;
        margin-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .cta_table thead th {
        font-size: 1rem;
    }
    
    .cta_table tbody td {
        font-size: 1rem;
    }
}

@media (min-width: 1982px) {
    .entry__input {
        font-size: 20px;
    }
}