.current-reserved .c-cover .c-cover__inner h1 {
    margin: 0 0 30px;
}
.current-reserved .c-cover span.c-sub-ttl {
    font-size: 28px;
    letter-spacing: 10px;
    margin: 0 0 40px;
}

.reservation_sec .reserve_bg_01 {
    background: url("../../assets/img/services/img_reserve_01.jpg") no-repeat;
    background-size: auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.reservation_sec .reserve_bg_02 {
    padding-top: 70px;
    background: url("../../assets/img/services/img_reserve_02.jpg") no-repeat;
    background-size: auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.reservation_sec .reserve_bg_03 {
    background: url("../../assets/img/services/img_reserve_03.jpg") no-repeat;
    background-size: auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.reservation_sec .reserve_bg_04 {
    background: url("../../assets/img/services/img_reserve_04.jpg") no-repeat;
    background-size: auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

/*---------------------kenshin corp page--------------------------*/
.current-kenshin_corp .l-main {
    padding: 0;
}
.current-kenshin_corp .form_section,
.current-kenshin_priv .form_section {
    margin: 0;
}
.txt_reserved {
    font-size: 22px;
    margin: 0 0 5px;
    letter-spacing: 5px;
}
.ttl_kenshin {
    font-size: 28px;
    font-weight: bold;
    color: #426c12;
    line-height: 1.5;
    letter-spacing: 5px;
}
.form_section {
    background: #eef7df;
    padding: 15px 0 50px;
}
.txt_form {
    font-size: 14px;
    margin: 0 0 20px;    
}
.txt_form.no_space{
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.contact_label {
    color: #ff0000;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.no_space {
    margin-bottom: 0;
}
.errortxt_notice {
    font-size: 16px;
    color: #ff0c34;
}
.txt_form.last {
    margin: 0 0 40px;
}
.form {
    padding: 50px 50px 0;
    background: #ffffff;
}
.patient_info .ttl_form {
    padding-top: 40px;
}
.schedule_sec {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 2px solid #ebebeb;
    padding: 5px 0;
}
.schedule_sec.date_time{
    flex-direction: column;
}
.ttl_form {
    font-size: 22px;
    font-weight: bold;
    color: #426c12;
    margin: 0 25px 15px 0;
    letter-spacing: 2px;
}
.txt_schedule {
    font-size: 16px;
    color: #494949;
    width: 100%;
}
.form .must {
    line-height: 1.5;
}
.form dl {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 22px 0;
    border-bottom: 2px solid #ebebeb;
    -webkit-align-items: center;
            align-items: center;
}
.confirm .form dl {
    padding: 20px 0;
}
.form dt {
    width: 22%;
    max-width: 220px;
}
.form dt p {
    font-size: 16px;
    font-weight: normal;
    position: relative;
}
.c-cover.js-indicate-start .c-cover__inner .form dt span {
    width: 44px;
    padding: 3px 0;
    text-align: center;
    background: #ffa800;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    transition-duration: none;
    transition-timing-function: none;
    transition-property: none;
}
.form dd {
    width: 78%;
    max-width: 780px;
    font-size: 13px;
    padding: 0 0 0 15px;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
}
.confirm .form dd {
    padding-left: 55px;
    line-height: 1.8;
}
.form dd .dropdown {
    width: 75px;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    position: relative;
    margin: 0 12px 0;
}
.form dd .dropdown.year_select {
    width: 150px;
}
.form dd  select {
    width: 100%;
    padding: 12px 0 16px 15px;
    text-align: left;
}
.form dd  select option {
    text-align: left;
}
.form dd .dropdown::after {
    content: "";
    width: 11px;
    height: 7px;
    position: absolute;
    background: url("../../assets/img/reserved/icon_arrow_down.png") no-repeat;
    -webkit-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
}
.form .dd_input {
    padding-left: 55px;
    display: inline-block;
}
.input_long,
.input_age {
    width: 436px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
        border: 1px solid #c9c9c9;
    padding: 11px 0 12px 20px;
}
.radio_sec {
    margin: 20px 0 0 0;
}
.radio_sec label {
    margin: 0 35px 0 0;
}
.radio_sec label input {
    margin: 0 10px 0 0;
}
.form .no_margin_top {
    margin-top: 0;
}
.form dd .dropdown_year {
    width: 122px;
}
.form dl.age_section {
    -webkit-align-items: baseline;
            align-items: baseline;
}
.age_section dd {
    display: inline-block;
    padding-left: 55px;
}
.age_section .drop_cover {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 20px;
    -webkit-align-items: center;
            align-items: center;
}
.input_age {
    width: 140px;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border: none;
    padding: 0;
    margin: 0 0 0 10px;
    -webkit-align-items: center;
            align-items: center;
}
.input_age input {
    width: 70px;
    padding: 12px 0 16px 15px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.address_sec .dd_input {
    padding
}
.input_address {
    width: 204px;
    margin: 0 15px;
}
.address_cover {
    margin: 0 0 15px;
}
.c-cover .form .address_sec dd span {
    font-size: 13px;
    color: #494949;
    display: inline-block;
}
.c-cover .form .address_sec dd .txt_half_number {
    padding: 5px 0 0 22px;
}
.address_sec dd p {
    padding-left: 0;
}
.address_cover .prefecture {
    width: 269px;
    margin-left: 0;
}
/*--form2--*/
.form_02 dl.radio_exam {
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.form_02 .radio_sec label {
    display: inline-block;
    margin-bottom: 10px;
}
.form_02 textarea {
    width: 100%;
    max-width: 725px;
    border: 1px solid #c9c9c9;
    padding: 15px;
}
/*--/.form2--*/

/*--form03--*/
.form_03 .option_check li {
    margin: 0 0 10px;
}
.form_03 .option_check label {
    font-size: 14px;
    color: #494949;
    margin-bottom: 10px;
}
[type="checkbox"] {
    border: 1px solid #c9c9c9;
    margin-right: 10px;
}
/*/.--form03--*/
.form_04 {
    padding-bottom: 50px;
}
.form_04 .radio_exam {
    margin: 0 0 50px;
}
.confirm_sec p {
    text-align: center;
    margin: 0 0 20px;
}
.confirm_sec .p-contact__button {
    margin: 0 auto 15px;
}
.p-contact__button .c-button {
    width: 100%;
}
.txt_link {
    line-height: 2.1em;
}

/* calendar */

.calendar_box_wrap{
    margin: 0 15px;
}

.calendar_box{
    padding: 7px 0;
    border: 1px solid #c9c9c9;
    width: 100%;
    font-size: 14px;
    text-indent: 0;
    border-radius: 5px;
    padding: 12px 0 13px 15px;
}

/* calendar */
/*/.---------------------kenshin corp page--------------------------*/

/* For SP */
@media only screen and (max-width: 768px) {

    /*---------------------kenshin corp page--------------------------*/
    .confirm .form dd {
        padding-left: 0;
    }
    .txt_reserved {
        font-size: 16px;
        margin: 0 0 18px;
        letter-spacing: 5px;
    }
    .ttl_kenshin {
        font-size: 19px;
        font-weight: bold;
        color: #426c12;
        line-height: 1.5;
        letter-spacing: 5px;
    }
    .form_section {
        margin: 0;
        padding: .3rem 0 1rem;
    }
    .txt_form {
        font-size: 12px;
        margin: 0 0 .4rem;
    }
    .form {
        padding: 1rem 1rem 0;
        background: #ffffff;
    }
    .schedule_sec {
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        border-bottom: 2px solid #ebebeb;
        padding: 5px 0;
    }
    .ttl_form {
        font-size: 16px;
        color: #426c12;
        margin: 0 25px 15px 0;
    }
    .txt_schedule {
        font-size: 12px;
        color: #494949;
    }
    .form .must {
        line-height: 1.5;
        margin: 0 0 0.5rem;
    }
    .form dl {
        display: block;
        padding: 0.5rem 0;
        border-bottom: 2px solid #ebebeb;
        -webkit-align-items: center;
                align-items: center;
    }
    .form dt {
        width: 100%;
        max-width: 100%;
    }
    .form dt p {
        font-size: 12px;
        font-weight: normal;
        position: relative;
        display: inline-block;
    }
    .c-cover.js-indicate-start .c-cover__inner .form dt span {
        width: 35px;
        padding: 3px 0;
        text-align: center;
        background: #ffa800;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        display: inline-block;
        font-size: 10px;
        color: #ffffff;
        position: absolute;
        right: -55px;
    }
    .form dd {
        width: 100%;
        max-width: 100%;
        font-size: 0.7rem;
        padding: 0;
    }
    .form dd .dropdown {
        width: 4rem;
        text-align: center;
        border: 1px solid #c9c9c9;
        border-radius: 0.5rem;
        position: relative;
        margin: 0 0 0 0.5rem;
        font-size: 0.7rem;
    }
    .form dd  select {
        width: 100%;
        padding: 0.7rem 0 0.8rem 0.6rem;
        text-align: left;
    }
    .form .dd_input {
        padding-left: 0;
    }
    .input_long,
    .input_age {
        width: 100%;
        padding: 11px 0 12px 20px;
    }
    .radio_sec {
        margin: 20px 0 0 0;
    }
    .radio_sec label {
        margin: 0 35px 0 0;
    }
    .radio_sec label input {
        margin: 0 10px 0 0;
    }
    .form .no_margin_top {
        margin-top: 0;
    }
    .form dd .dropdown_year {
        width: 122px;
    }
    .form dl.age_section {
        -webkit-align-items: baseline;
                align-items: baseline;
    }
    .age_section dd {
        display: inline-block;
        padding-left: 0;
    }
    .age_section .drop_cover {
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 0 20px;
        -webkit-align-items: center;
                align-items: center;
    }
    .input_age {
        width: 140px;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        border: none;
        padding: 0;
        margin: 0 0 0 10px;
        -webkit-align-items: center;
                align-items: center;
    }
    .input_age input {
        width: 70px;
        padding: 12px 0 16px 15px;
        border: 1px solid #c9c9c9;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    .input_address {
        width: 204px;
        margin: 0 15px;
    }
    .address_cover {
        margin: 0 0 15px;
    }
    .c-cover .form .address_sec dd span {
        font-size: 13px;
        color: #494949;
        display: inline-block;
    }
    .address_sec dd p {
        padding-left: 0;
    }
    .address_cover .prefecture {
        width: 269px;
        margin: 0 0 15px;
    }
    /*--form2--*/
    .form_02 dl.radio_exam {
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
    .form_02 .radio_sec label {
        display: inline-block;
        margin-bottom: 10px;
    }
    .form_02 textarea {
        width: 100%;
        max-width: 725px;
        border: 1px solid #c9c9c9;
        padding: 15px;
    }
    /*--/.form2--*/

    /*--form03--*/
    .form_03 .option_check li {
        margin: 0 0 10px;
    }
    .form_03 .option_check label {
        font-size: 10px;
        color: #494949;
        margin-bottom: 10px;
    }
    [type="checkbox"] {
        border: 1px solid #c9c9c9;
        margin-right: 10px;
    }
    /*/.--form03--*/
    .form_04 {
        padding-bottom: 50px;
    }
    .form_04 .radio_exam {
        margin: 0 0 50px;
    }
    .confirm_sec p {
        text-align: center;
        margin: 0 0 20px;
    }
    .confirm_sec .p-contact__button {
        margin: 0 auto 15px;
    }
    .form dd .dropdown.year_select {
        width: 8rem;
    }
    /*/.---------------------kenshin corp page--------------------------*/

    /* calendar */

    .calendar_box_wrap{
        margin: 0 0.5rem;
    }

    .calendar_box{
        border: 1px solid #c9c9c9;
        width: 9rem;
        font-size: 0.7rem;
        text-indent: 0;
        border-radius: 0.5rem;
        padding: 0.7rem 0 0.8rem 0.6rem;
    }

    /* calendar */

}

/*---------------------kenshin priv page--------------------------*/
.current-kenshin_priv .download_main {
    margin: 0 auto 50px;
}
.current-kenshin_priv.confirm .back_btn .c-button--arrow::before,
.current-kenshin_priv.confirm .back_btn .c-button--arrow::after,
.current-kenshin_corp.confirm .back_btn .c-button--arrow::before,
.current-kenshin_corp.confirm .back_btn .c-button--arrow::after {
    content: none;
}

.file_uploade .txt_attach,
.file_uploade.file_sec p {
    margin-bottom: 0;
}

.current-kenshin_priv .download_btn::before {
    width: 24px;
    height: 20px;
    background-image: url(../img/reserved/icon_download.png);
    -webkit-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-position: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
}
.current-kenshin_priv .download_btn::after {
    content: "";
    background-image: none;
}
.current-kenshin_priv .download_btn:hover::after {
    width: 24px;
    height: 20px;
    background-image: url(../img/reserved/icon_download_hover.png);
    -webkit-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-position: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
}
.c-cover.js-indicate-start .c-cover__inner .form dt.no_ttl {
    width: 3%;
}
.c-cover.js-indicate-start .c-cover__inner .form dt.no_ttl span {
    left: 0;
}
.current-kenshin_priv .schedule_sec {
    -webkit-align-items: center;
            align-items: center;
    padding-bottom: 15px;
}
.current-kenshin_priv .ttl_form {
    margin: 0 25px 15px 0;
    width: 100%;
}
.current-kenshin_priv .form_human .option_check label {
    margin: 0 85px 0 0;
}
.current-kenshin_priv .form_human .option_check li {
    width: 392px;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.current-kenshin_priv .form_human .option_check li .human_course {
    position: absolute;
    right: 0;
}
.current-kenshin_priv .form_human .option_check li .people_number {
    width: 67px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding: 10px 5px;
    margin: 0 15px 0 0;
    text-align: center;
}
.attachment .schedule_sec {
    margin: 0 0 10px;
}
.file_sec p {
    font-size: 14px;
    text-align: left;
    margin: 0 0 35px;
}
.file_btn {
    width: 100%;
    max-width: 490px;
}
.file_btn .c-button--wide {
    height: 70px;
}
.file_sec.confirm_sec .p-contact__button {
    margin-bottom: 0;
}

/* For SP */
@media only screen and (max-width: 768px) {
    .current-kenshin_priv .form_human .option_check li {
        width: 100%;
    }

    .current-kenshin_priv .form_human .option_check li .people_number {
        width: 50px;
    }

    .file_btn .c-button--wide {
        height: 35px;
    }
    .current-kenshin_priv .form_human .option_check li .human_course {
      right: 100px;
    }
}

@media only screen and (max-width: 720px) and (max-width: 530px) {
    .current-kenshin_priv .form_human .option_check li .human_course {
      right: 0;
    }
}
@media (min-width: 768px) {
	a.teleph[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color:#494949;
  }
}
@media only screen and (max-width: 768px){
    a.teleph{
        color:#494949;
    }
}

.txt_schedule .txts_index{
    font-size: 16px;
    color: #494949;
    display: inline-block;
    font-weight: 400;
    text-indent: 16px;
}
.txt_schedule.txts_index_icon{
    position: relative;
    text-indent: 16px;
    /* padding-left: 16px; */
}
.txt_schedule.txts_index_icon:before{
    content: "※";
    width: 16px;
    font-size: 16px;
    position: absolute;
    left: -15px;
    top: 0;
}
@media only screen and (max-width: 768px){
    .txt_schedule .txts_index{
        font-size: 12px;
        text-indent: 0px;
        padding-left: 16px;
    }
    .txt_schedule.txts_index_icon{
        position: relative;
        text-indent: 0px;
        padding-left: 16px;
    }
    .txt_schedule.txts_index_icon:before{
        content: "※";
        width: 16px;
        font-size: 16px;
        position: absolute;
        left:-6px;
        top: 0;
    }
}
/*/.---------------------kenshin priv page--------------------------*/

