/***********************/
/***regist start***/

.regist {
    width: 1036px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8.5rem 0 3rem;
}

.regist_title {
    position: relative;
    margin-bottom: 8rem;

}

.regist_title:before,
.regist_title:after {
    content: '';
    background: #024873;
    width: 30%;
    height: 1px;
}

.regist_title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.regist_title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.regist_title p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #bf573f;
    border-radius: 100px;
    padding: 1.2rem 1rem .5rem;
    width: 226px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
}

.regist_title p span {
    font-size: 25px;
    font-weight: bold;
    color: #feda7c;
    font-family: 'El Messiri';
    margin-right: 1rem;
}

/*schedule*/

.regist .schedule {
    margin-bottom: 1rem;	
}

.schedule label span:first-of-type{
	font-size: 20px;
	color: #024873;
	font-weight: bold;
}

.schedule label span:not(:first-of-type){
	font-size: 18px;
	color: #bf573f
}

/*label*/
.label_left{
display: inline-block;
vertical-align:top;
margin-right:1em;
margin-bottom:1rem;
width: 48%;
	text-align: left;
}
.label_right{
display: inline-block;
vertical-align:top;
margin-bottom:1rem;
width: 48%;	
text-align: left;
}
input[type=checkbox], input[type=radio] {    
    width: 20px;
    height: 20px;
}

.schedule label{
	padding: 0;
}
.schedule .charter span:not(:first-of-type){
	padding: 0 0 0 2.3rem;
	line-height: 2;
}


.schedule_txt{
	    margin-bottom: 9.8rem;
	text-align: left;
}

.schedule_txt p{
	    font-size: 18px;
    color: #bf573f;
}


/*time*/

.time {
    margin-bottom: 10rem;
}

.time .time_inner {
    width: 824px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.time_inner .time_date {
    width: 50%;
    text-align: left;
}

.time_inner .info_left {
    font-size: 18px;
    font-weight: bold;
    color: #024873;
    display: inline-block;
    width: 35%;
}

.time_inner .info_right {
    display: inline-block;
    width: 40%;
}

.time_inner .time_time {
    width: 50%;
    text-align: left;
}

.time input[type=text],
.time input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 1.5rem 1rem 1rem 1rem;
}

.time select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 1rem 1rem 1rem 1rem;
}


.time_txt{
	margin-top: 3rem;
	text-align: left;
}
.time_txt p{
	    font-size: 18px;
    color: #bf573f;
}


/*coupon*/

.coupon {
    margin-bottom: 10rem;
}

.coupon .coupon_inner {
    width: 824px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.coupon_inner .info_list {
    font-size: 18px;
    font-weight: bold;
    color: #024873;
    width: 33.34%;
    display: flex;
    align-items: baseline;

}

.coupon_inner .info_list .info_left {
    display: inline-block;
    width: 30%;
}

.coupon_inner .info_list .info_right {
    display: inline-block;
    text-align: left;
}

.coupon_inner input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 50%;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 1.5rem 1rem 1rem 1rem;
    display: inline-block;
    margin-right: .5rem;
    text-align: center;
    font-weight: 500;
}





/*name*/

.name {
    margin-bottom: 10rem;
}

.name .name_inner {
    width: 824px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.name_inner .info_list {
    font-size: 18px;
    font-weight: bold;
    color: #024873;
    margin-bottom: 2.7rem;
    width: 50%;
    text-align: left;
}

.name_inner .info_list:nth-child(1) {
    width: 100%;
    text-align: left;
}

.name_inner .info_list .info_left {
    display: inline-block;
}
.name_inner .info_list .info_left sub{
        font-size: 25px;
		color: #FF0004;
	}

.name_inner .info_list .info_right {
    display: inline-block;
    text-align: left;
    width: 60%;
}

.name_inner .info_list .info_right .sbr {
    display: inline-block;
}



.name_inner input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 1.5rem 1rem 1rem 1rem;
    display: inline-block;
    margin-right: .5rem;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
}

.name_inner .info_list:nth-of-type(1) .info_right {
    width: 56%;
}

.name_inner .info_list:nth-of-type(1) .info_right input {
    width: auto;
}

.name_inner .info_list:nth-of-type(1) .info_right input[type="text"] {
    width: 70%;
}

.name_inner label {
    vertical-align: middle;
    display: inline-block;
}


/*btn*/

.regist_btn {
    width: 100%;
    white-space: inherit;
    position: relative;
    min-height: 218px;
    padding-top: 10.5rem;
}

.regist_btn.active, .regist_btn:active{
    box-shadow:none;
}

.regist_btn:before {
    content: '';
    background: url(../../images/title_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    background: #fff;
    border-radius: 25px;
    padding: 1.3rem 7.9rem;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgb(73 171 188 / 75%);
    transition: .2s ease all;
    margin: 0 1%;
    color: #000;
    font-size: 22px;
    border: none;
    line-height: 1;
}

button.type1 {
    background: #f08063;
    color: #fff;
}

button.type1:hover {
    background: #1d6572;
}


.regist_btm {
    background: #fffff1;
    padding-top: 3.4rem;
}

@media screen and (max-width:991px){
	.regist .schedule {
   width: 75%;
		margin: 0 auto;
}
	.label_left {
    width: 100%;
	margin-right: 0;
}
.label_right {
    width: 100%;
}
	.schedule_txt{
		width: 75%;
		margin: 0 auto 3rem;
	}
}

@media screen and (max-width:834px) {   

    .time .time_inner,
    .coupon .coupon_inner,
    .name .name_inner {
        padding: 0 1rem;
    }

}

@media screen and (max-width:768px) {
	.regist .schedule{
		padding: 0 1rem;
		        width: 90%;
	}
	.schedule_txt{
		padding: 0 1rem;
		        width: 90%;
	}
	.time_txt{
	padding: 0 1rem;
}
    .coupon_inner .info_list .info_left {
        width: 40%;
    }

    .btn {
        min-height: 170px;
        padding-top: 7rem;
    }
}

@media screen and (max-width:650px) {
    .time_inner .info_left {
        width: 45%;
    }

    .time select {
        padding: 1rem;
    }

    .coupon_inner .info_list .info_left {
        width: 50%;
    }

    .coupon_inner input {
        width: 70%;
    }

    .name_inner .info_list:nth-of-type(1) .info_right {
        width: 80%;
    }
}

@media screen and (max-width:576px) {

    .regist_title:before,
    .regist_title:after {
        width: 20%;
    }

        .regist .schedule {
        width: 90%;
    }
	.schedule_txt{
		width: 90%;
	}
	

    .time .time_inner,
    .coupon .coupon_inner,
    .name .name_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .time_inner .time_date {
        width: 100%;
        margin-bottom: 3rem;
        text-align: center;
    }

    .time_inner .time_time {
        width: 100%;
        text-align: center;
    }

    .time_inner .info_left {
        width: 26%;
    }

    .coupon_inner .info_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .coupon_inner .info_list {
        width: 100%;
        margin-bottom: 3rem;
    }

    .coupon_inner .info_list .info_left {
        width: 13%;
        text-align: left;
    }

    .name_inner .info_list {
        text-align: center;
    }

    .name_inner .info_list .info_left {
        vertical-align: top;
    }

    .name_inner .info_list:nth-child(1) {
        text-align: center;
        width: 70%;
    }

    .name_inner .info_list:nth-of-type(1) .info_right {
        width: 60%;
    }

    .name_inner .info_list:nth-of-type(1) .info_right input[type="text"] {
        width: 100%;
    }

    .name_inner .info_list {
        width: 70%;
    }
}

@media screen and (max-width:450px) {

    .regist .schedule {
        width: 100%;
		font-size: 20px;
    }
	.schedule_txt{
		width: 100%;
		font-size: 20px;
	}
	.schedule label span:first-of-type {
    font-size: 20px;
}
	.schedule label span:not(:first-of-type) {
    font-size: 18px;
}
	.schedule .charter span:not(:first-of-type) {
    padding: 0 0 0 2.5rem;
}

    .time_inner .info_left {
        width: 33%;
    }

    .coupon_inner .info_list .info_left {
        width: 20%;
    }

    .name {
        margin-bottom: 0;
    }

    .name_inner .info_list .info_left {
        vertical-align: top;
    }

    .name_inner .info_list {
        width: 90%;
    }

    .name_inner .info_list:nth-child(1) {
        width: 90%;
    }

    .btn {
        min-height: 120px;
        padding-top: 5rem;
    }
}

@media screen and (max-width:402px) {

    .regist_title:before,
    .regist_title:after {
        width: 15%;
    }

    .time_inner .info_left {
        width: 35%;
    }
}

@media screen and (max-width:393px) {
    .name_inner .info_list {
        width: 100%;
    }

    .name_inner .info_list .info_right .sbr {
        display: block;
    }

    .name_inner .info_list:nth-child(1) {
        width: 100%;
    }

    .name_inner .info_list:nth-of-type(1) .info_right {
        width: 60%;
    }

    .name_inner .info_list:nth-of-type(1) .info_right input[type="text"] {
        width: 100%;
    }
}

@media screen and (max-width:380px) {

    

    .time_inner .info_left {
        width: 40%;
    }
}
@media screen and (max-width:370px){
	    .schedule label span:first-of-type {
        font-size: 18px;
    }
	    .schedule .charter span:not(:first-of-type) {
        padding: 0 0 0 2.2rem;
    }
}
@media screen and (max-width:360px) {
    .time_inner .info_right {
        width: 50%;
    }
}

    @media screen and (max-width:330px) {

        .regist_title:before,
        .regist_title:after {
            width: 10%;
        }
    .schedule label span:first-of-type {
        font-size: 16px;
    }
		.schedule label span:not(:first-of-type) {
        font-size: 16px;
    }
		    .schedule .charter span:not(:first-of-type) {
        padding: 0 0 0 2rem;
    }
        .time_inner .info_left {
            width: 45%;
        }
    }

    @media screen and (max-width:320px) {
        .coupon_inner .info_list .info_right {
            width: 75%;
        }
    }

    @media screen and (max-width:310px) {
        .coupon_inner .info_list .info_left {
            width: 25%;
        }
    }

    @media screen and (max-width:300px) {
        .time_inner .info_left {
            width: 47%;
        }

        .name_inner .info_list:nth-of-type(1) .info_right {
            width: 55%;
        }

        .name_inner .info_list .info_right {
            width: 55%;
        }
    }

    /***regist end****/
    /***********************/
    /***********************/
    /***registcart start***/

    .registcart {
        padding: 10rem 0;
    }

    .registcart .registcart_inner {
        width: 1036px;
        max-width: 100%;
        margin: 0 auto;
    }

    .registcart_inner .reg_set {
        margin-bottom: 1rem;
        display: flex;
    }

    .reg_set .info_list {
        width: 33.34%;
        display: flex;
        align-items: baseline;
        justify-content: space-evenly;
		position: relative;
		    padding-bottom: 3.5rem;
    }

    .reg_set .info_list .info_left {
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        color: #024873;
    }

    .reg_set .info_list .info_right {
        width: 60%;
        text-align: left;
    }
    .reg_set  .info_list .ps{
	font-size: 16px;
    color: #908b8b;
	position: absolute;
	left: 0;
	bottom: 0;
}

    .reg_set .info_list .info_right input {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 100%;
        background: rgb(255, 255, 255);
        border: none;
        border-radius: 20px;
        height: 40px;
        padding: 1.5rem 1rem 1rem 1rem;
        display: inline-block;
        margin-right: .5rem;
        text-align: left;
    }

    @media screen and (max-width:1036px) {
        .registcart .registcart_inner {
            padding: 0 2rem;
        }
    }

    @media screen and (max-width:834px) {
        .reg_set .info_list {
            flex-wrap: wrap;
        }

        .reg_set .info_list .info_left {
            width: 80%;
        }

        .reg_set .info_list .info_right {
            width: 80%;
        }
    }

    @media screen and (max-width:768px) {
        .registcart {
            padding: 4rem 0;
        }
    }

    @media screen and (max-width:450px) {
        .registcart .registcart_inner {
            padding: 0 1rem;
        }

        .reg_set .info_list .info_left {
            width: 100%;
            text-align: center;
        }

        .reg_set .info_list .info_right {
            width: 95%;
        }
    }

    @media screen and (max-width:430px) {
        .registcart {
            padding: 2rem 0 4rem;
        }

        .registcart_inner .reg_set {
            flex-wrap: wrap;
            border-bottom: 1px solid #000;
            padding-bottom: 2rem;
        }

        .reg_set .info_list {
            width: 50%;
            margin-bottom: 1rem;
			padding-bottom: 0;
        }

        .reg_set .info_list:nth-of-type(3) {
            width: 100%;
			padding-bottom: 4rem;
        }

        .reg_set .info_list .info_left {
            text-align: left;
            padding-left: 2rem;
        }
		.reg_set  .info_list .ps{
	left: 2rem;
}
    }

    /***registcart end****/
    /***********************/
    /***********************/
    /***registnote start***/

    .registnote {
        padding: 10rem 0;
    }

    .registnote .registnote_inner {}


    /***list_form***/
    .list_form {
        width: 1300px;
        margin: 2em auto 0;
        max-width: 100%;
        text-align: center;
        position: relative;
        border-radius: 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
        background: #fff;
        padding: 1em;
    }

    .list_line {
        border: solid 1px #377299;
        border-radius: 20px;
        padding: 6em 4em 2em 4em;
    }

    .list_line p {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 2rem;
    }

    /*list_title*/
    .list_title {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 28px;
        border-radius: 0 0 30px 30px;
        padding: .5em 1.5em;
        letter-spacing: 3px;
        background: #377299;
    }

    .list_form ul {
        text-align: left;
        padding: 0 1.5em;
    }

    .list_form li {
        list-style: initial;
    }

    label {
        font-weight: normal;
        display: block;
        text-align: left;
        padding: 1em 0 0 0;
    }

    @media screen and (max-width:1300px) {
        .list_form {
            max-width: 95%;
        }
    }

    @media screen and (max-width: 991px) {
        .list_form ul {
            overflow-y: scroll;
            height: 380px;
        }
    }

    @media screen and (max-width:768px) {
        .registnote {
            padding: 4rem 0;
        }
    }

    @media screen and (max-width: 540px) {
        .list_title {
            width: 75%;
        }
    }

    @media screen and (max-width: 500px) {
        .list_form ul {
            padding: 0 0 0 1.5em;
        }

        .list_line {
            padding: 5em 1em 1em 1em;
        }
    }

    @media screen and (max-width: 430px) {
        .registnote {
            padding: 2rem 0 4rem;
        }

        .list_title {
            transform-origin: top;
            transform: translateX(-50%) scale(.9);
            font-size: 25px;
        }

        .list_line {
            padding: 4em 1em 1em 1em;
        }
    }

    @media screen and (max-width: 350px) {
        .list_title {
            padding: .5em 0em;
        }
    }

    /***registnote end****/
    /***********************/
    /***********************/
    /***registorder start***/

    .registorder {
        padding: 10rem 0;
    }

    /*letter*/
    .letter {
        background: #fff;
        width: 1200px;
        margin: 0 auto;
        max-width: 100%;
        text-align: left;
        padding: 2em 5em;
    }

    /*letter_title*/
    .letter_title {
        text-align: center;
        color: #3a5875;
        font-size: 30px;
        letter-spacing: 3px;
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: solid 1px #3a5875;
    }

    .letter_title span {
        color: #593d28;
        font-size: 16px;
        display: block;
        letter-spacing: 1px;
    }
    .letter_title p{
        color: #593d28;
        font-size: 16px;
        display: block;
		margin: 1rem 0;
    }
    .letter_title p a{
        display: inline-block;
		text-align: left;
    }

    /*table_rwd*/
    .table_rwd {
        color: #593d28;
        text-align: left;
        display: table;
        width: 100%;
        padding: 1em 0;
    }

    .td {
        display: inline;
        vertical-align: top;
    }

    .tr {
        display: block;
        padding: .5em .5em;
    }

    .table_rwd .tr:nth-of-type(2n+1) {
        background: rgb(239, 239, 239);
    }

    .table_rwd span {
        color: #3a5875;
    }

    span.stitle {
        color: #3a5875;
        display: block;
        margin-top: 2em;
    }

    .letter_title p {}

    .letter hr {
        border-top: solid 1px #3a5875;
        margin: 0 0 .5em 0;
    }

    /*letter_btn*/
    .letter_btn {
        text-align: right;
        margin: 2em 0 0;
    }

    .letter_btn a {
        display: inline-block;
        color: #fff;
        letter-spacing: 1px;
        background: #f08063;
        padding: 1.3rem 7.9rem;
        border-radius: 25px;
        box-shadow: 2px 2px 1px rgb(73 171 188 / 75%);
        font-size: 22px;
        border: none;
        line-height: 1;
    }

    .letter_btn a:hover {
        background: #1d6572;
    }

    .con .td {
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }

    @media screen and (max-width:1200px) {
        .letter {
            max-width: 95%;
        }
    }

    @media screen and (max-width:768px) {
        .registorder {
            padding: 4rem 0;
        }
    }

    @media screen and (max-width:550px) {
        .letter {
            padding: 2em;
        }
    }

    @media screen and (max-width:430px) {
        .registorder {
            padding: 2rem 0 4rem;
        }

        .letter {
            padding: 1em;
            margin: 1em auto 0;
        }
    }

@media screen and (max-width:360px){
	.con .td {
    width: 30%;
	font-size: 15px;
}
}
@media screen and (max-width: 320px) {
    .con .td {
        font-size: 13px;
    }
}
@media screen and (max-width: 310px) {
    .con .td {
        font-size: 12px;
    }
}
    /***registorder end****/
    /***********************/

    /***********************/
    /***ordersch start***/


    .ordersch {
        padding: 10rem 0;
    }


    .ordersch .ordersch_inner {
        width: 1036px;
        max-width: 100%;
        margin: 0 auto;
    }

    .ordersch_inner .search {
        margin-bottom: 8rem;
    }

    .ordersch_inner .search .info_list {
        font-size: 18px;
        font-weight: bold;
        color: #024873;
        margin-bottom: 3rem;
    }

    .search .info_list .info_left {
        display: inline-block;
        width: 15%;
		text-align: left;
    }
	.search .info_list .info_left sub{
        font-size: 25px;
		color: #FF0004;
	}

    .search .info_list .info_right {
        display: inline-block;
        text-align: left;
        width: 30%;
		vertical-align: top;
    }

    .ordersch_inner input {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 100%;
        background: rgb(255, 255, 255);
        border: none;
        border-radius: 20px;
        height: 40px;
        padding: 1.5rem 1rem 1rem 1rem;
        display: inline-block;
        margin-right: .5rem;
        text-align: left;
    }

    @media screen and (max-width:768px) {
        .ordersch {
            padding: 4rem 0;
        }

        .search .info_list .info_left {
            width: 20%;
        }
    }

    @media screen and (max-width:576px) {
        .search .info_list .info_left {
            width: 25%;
        }
    }

    @media screen and (max-width:450px) {
        .search .info_list .info_left {
            width: 32%;
        }

        .search .info_list .info_right {
            width: 45%;
        }
    }

    @media screen and (max-width:430px) {
        .ordersch {
            padding: 2rem 0 4rem;
        }
    }

    @media screen and (max-width:360px) {
        .search .info_list .info_left {
            width: 38%;
        }

        .ordersch_inner .search {
            margin-bottom: 6rem;
        }
    }

    @media screen and (max-width:310px) {
        .search .info_list .info_left {
            width: 42%;
        }
    }


    /***ordersch end****/
    /***********************/