@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  contactus.css
 style info :  サブスタイル指定
=================================================================== */
.page_top.displaynone {
    display: none !important;
}

/*お問い合わせ*/
.page_topimg_container.contactus {
    background-image: url(../images/contactus/contact_main_01.webp);
    padding: 3.3rem 0;
}

.page_topimg_container.contactus h2 {
    display: inline-block;
    background: rgba(255,255,255,0.6);
    padding: 10px 50px;
    width: 30%;
    color: #000000;
}
/* BreakPoint 639px sp
=============================================================*/
@media only screen and (max-width: 639px) {
    .page_topimg_container.contactus {
        padding: 2.3rem 0;
    }
    .page_topimg_container.contactus h2 {
        width: 90%;
    }
}

.page_topimg_container.contactus .toptitle {
    top: 47%;
}

.contactguide {
    position: relative;
    margin: 0 auto 100px;
    max-width: 700px;
}

.bluebg {
    background-color: #17abe8;
    padding: 15px 15px 15px 15px;
}

.bluebg p {
    font-size: 22px;
    color: #ffffff;
    line-height: 140%;
}

.contactguide>img {
    max-width: 700px;
    width: 100%;
}

/**/
.contacttxt {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contacttxt h3 {
    color: #17abe8;
    padding: 8px 10px;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px #17abe8 solid;
    margin-bottom: 15px;
}

.contacttxt p {
    padding: 0 10px;
    text-align: left;
}

.contactnote {
    background-color: #ecece7;
    padding: 20px;
    margin: 0 3% 60px;
}

h3.contacttitle {
    color: #17abe8;
    padding: 8px 10px;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px #17abe8 solid;
    margin-bottom: 25px;
}

.reservation_contact div.day ul li {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.reservation_contact div.day ul li h4 {
    width: 160px;
    text-align: left;
    font-size: 18px;
    color:#17abe8;
}

.reservation_contact div.day ul li h4 span {
    color: #ed3833;
    margin: 0 0 0 -0.5em;
}

.reservation_contact div.day ul li .input_wrapper {
    width: 30%;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
    background: url(/images/realestate/common/form_schedule.svg) no-repeat;
    background-size: 15%;
    background-position-x: 95%;
    background-position-y: 50%;
}

.reservation_contact div.day ul li .input_wrapper input {
    height: 30px;
    border-radius: 5px;
    padding: 0 20px;
    border: 0;
    font-size: 18px;
    color: #333;
}

.reservation_contact div.day ul li .input_wrapper input::placeholder {
    color: #c0c0c0;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    width: 30px!important;
    max-width: initial;
}

.reservation_contact div.day {
    width: 94%;
    margin: 20px 3% 0;
    display: table;
}

/* BreakPoint 1100px
=============================================================*/
@media only screen and (max-width: 1100px) {
    /*お問い合わせ*/
}

@media only screen and (min-width: 1101px) {

    /*お問い合わせ*/
    .contactinp .wrapper {
        width: 1000px;
        max-width: 1000px;
    }
}

/* BreakPoint 639px sp
=============================================================*/
@media only screen and (max-width: 639px) {
    .reservation_contact div.day ul li .input_wrapper {
        width: 100%;
        height: 58px;
    }

    .reservation_contact div.day ul li .input_wrapper input {
        width: 100%;
        height: 56px;
        font-size: 16px;
    }

    img.ui-datepicker-trigger {
        width: 35px;
        margin: 0 15px;
    }
	.confirm_text {
		position: relative!important;
		top: 0!important;
	}

}

@media only screen and (min-width: 640px) {}

/*お問い合わせ*/
.reservation_contact {
    padding: 42px 0 52px;
    background: #fafafa;
}

.reservation_contact .reservation .now ul,
.reservation_contact .contact .now ul {
    display: flex;
}

.reservation_contact .reservation .now ul li,
.reservation_contact .contact .now ul li {
    width: 170px;
    border: solid #17abe8;
    border-width: 1px 0 1px 1px;
    position: relative;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0 25px 0 0;
    color: #17abe8;
    padding: 0 0 0 25px;
}

.reservation_contact .reservation .now ul li:last-of-type,
.reservation_contact .contact .now ul li:last-of-type {
    width: 200px;
    border: solid #17abe8;
    border-width: 1px;
    margin: 0;
    padding: 0;
}

.reservation_contact .reservation .now ul li.active,
.reservation_contact .contact .now ul li.active {
    background: #f39c12;
    color: #fff;
    border: solid #f39c12;
}

.reservation_contact .reservation .now ul li::after,
.reservation_contact .contact .now ul li::after {
    content: "";
    height: 31px;
    margin-top: -16px;
    position: absolute;
    right: -17px;
    top: 50%;
    width: 31px;
    z-index: 1;
    transform: rotate(45deg);
    border: solid #17abe8;
    border-width: 1px 1px 0 0;
    background: #ffffff;
}

.reservation_contact .reservation .now ul li.active::after,
.reservation_contact .contact .now ul li.active::after {
    background: #f39c12;
    border: solid #f39c12;
    border-width: 1px 1px 0 0;
}

.reservation_contact .reservation .now ul li:last-of-type:after,
.reservation_contact .contact .now ul li:last-of-type:after {
    display: none;
}

.reservation_contact .reservation .info,
.reservation_contact .contact .info {
    margin: 30px auto;
    width: 960px;
    background: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 13px;
    max-width: 100%;
}

.reservation_contact .reservation .info dl,
.reservation_contact .contact .info dl {
    width: 100%;
    border: solid #333;
    border-width: 0 0 1px;
    display: flex;
    font-size: 22px;
}

.reservation_contact .reservation .info dl dt,
.reservation_contact .contact .info dl dt {
    height: 65px;
    display: flex;
    align-items: center;
    color: #17abe8;
    width: 165px;
}

.reservation_contact .reservation .info dl dd,
.reservation_contact .contact .info dl dd {
    height: 65px;
    display: flex;
    align-items: center;
    text-align: left;
    width: calc(100% - 165px);
}

.reservation_contact .reservation .info dl dd .pay,
.reservation_contact .contact .info dl dd .pay {
    color: #ed3833;
}

.reservation_contact .reservation>div h3,
.reservation_contact .contact>div h3 {
    font-size: 20px;
    color: #17abe8;
    text-align: left;
}

.reservation_contact .reservation>div h3 span,
.reservation_contact .contact>div h3 span {
    color: #ed3833;
    font-size: 14px;
}

.form_req {
    color: #ffffff!important;
    font-size: 12px;
    background: #ed3833;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 5px;
}
.form_opt {
    color: #ffffff!important;
    font-size: 12px;
    background: #17abe8;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 5px;
}

.reservation_contact div.bikou,
.reservation_contact div.other {
    margin: 30px auto 0;
}

.reservation_contact div.formLayout  {
    margin: 0;
}
.reservation_contact div.formLayout textarea,
.reservation_contact div.bikou textarea,
.reservation_contact div.other textarea {
    margin: 13px 0 0;
    width: 100%;
    height: 180px;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    font-weight: bold;
    color: #333;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
}

.reservation_contact div.formLayout textarea::placeholder,
.reservation_contact div.bikou textarea::placeholder,
.reservation_contact div.other textarea::placeholder {
    color: #c0c0c0;
}

.reservation_contact div.formLayout,
.reservation_contact div.name,
.reservation_contact div.name_kana,
.reservation_contact div.mail {
    margin: 30px auto 0;
}

.reservation_contact div.formLayout input,
.reservation_contact div.name input,
.reservation_contact div.name_kana input,
.reservation_contact div.mail input,
.reservation_contact div.tel input {
    margin: 10px auto 0;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    color: #333;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
}

.reservation_contact div.formLayout select {
    margin: 10px 0 0 0;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    color: #333;
}
.reservation_contact div.day select {
    margin: 10px 0 0 0;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    color: #333;
}
.reservation_contact div.formLayout select.kara {
    margin-left: 40px;
}

@media only screen and (min-width: 640px){
	.reservation_contact div.day select,
	.reservation_contact div.formLayout select {
	    max-width: 100%;
	    width: auto;
	    height: 40px;
	    box-shadow: 3px 3px 3px #ccc;
	    border: 1px solid #ccc;
	}
	.reservation_contact div.day select{
	    margin: 0 0 0 10px;
	}
}

.reservation_contact div input::placeholder {
    color: #c8c8c8;
}

.reservation_contact div.tel {
    margin: 30px auto 0;
}

.reservation_contact div.tel ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
}

.reservation_contact div.tel ul li {
    width: 180px;
}

.reservation_contact div.tel ul li input {
    margin: 10px auto 0;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    font-size: 22px;
    border-radius: 10px;
    border: 0;
    color: #333;
}

.reservation_contact div.tel ul li.hyphen {
    width: 30px;
    font-weight: bold;
}

.reservation_contact div.re {
    margin: 30px auto 0;
}

.reservation_contact div.re ul {
    margin: 10px auto 0;
}

.reservation_contact div.re ul li {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin:0;
    text-align: left;
}

.reservation_contact div.re ul li input[type="radio"] {
    display: none;
}

.change_label {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 18px;
}

.change_label:after,
.change_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.change_label:after {
    left: 0;
    margin-top: -14px;
    width: 25px;
    height: 25px;
    border: 1px solid #333333;
}

.change_label:before {
    left: 5px;
    top: 0px;
    margin-top: 0px;
    width: 18px;
    height: 10px;
    opacity: 0;
    border-left: 5px solid #17abe8;
    border-bottom: 5px solid #17abe8;
    transform: rotate(-45deg);
}

.reservation_contact div.re ul li input[type="radio"]:checked+.change_label:before {
    opacity: 1;
}

.change_label:hover:after {
    border-color: #0171bd;
}

.reservation_contact div>div.text {
    margin: 20px 0 0;
    font-size: 18px;
    text-align: left;
}

.reservation_contact div>div.text p.pp {
    margin: 20px 0 0;
    font-size: 18px;
    text-align: left;
}

.reservation_contact div>div.text p.pp a {
    color: #53bfe6;
    border: solid #53bfe6;
    border-width: 0 0 1px;
}

.reservation_contact div>.btn {
    width: 450px;
    margin: 30px auto 0;
    position: relative;
}

.reservation_contact div>.btn input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17cec7;
    background: #17cec7;
    border-radius: 35px;
    height: 70px;
    width: 100%;
    font-size: 21px;
    color: #fff;
}

.reservation_contact div>.btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}

.reservation_contact div.select {
    margin: 30px auto 0;
    text-align: left;
    display: block;
}

.reservation_contact .textarea {
    width: 100%;
}
.reservation_contact .textarea div.formLayout {
    width: calc(100% - 280px);
}

.reservation_contact div.formLayout ul,
.reservation_contact div.select ul {
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.reservation_contact div.formLayout ul li,
.reservation_contact div.select ul li {
    font-size: 18px;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 0;
    text-align: left;
}

.reservation_contact div.select ul li input[type="checkbox"] {
    display: none;
}


.chenge_check {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 18px;
}

.chenge_check:after,
.chenge_check:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.chenge_check:after {
    left: 0;
    margin-top: -14px;
    width: 25px;
    height: 25px;
    border: 1px solid #333333;
}

.chenge_check:before {
    left: 5px;
    top: 0px;
    margin-top: 0px;
    width: 18px;
    height: 10px;
    opacity: 0;
    border-left: 5px solid #17abe8;
    border-bottom: 5px solid #17abe8;
    transform: rotate(-45deg);
}

.reservation_contact div.select ul li input[type="checkbox"]:checked+.chenge_check:before {
    opacity: 1;
}

.chenge_check:hover:after {
    border-color: #0171bd;
}
@media only screen and (max-width: 639px) {
    /*お問い合わせsp */
    .reservation_contact .reservation .now ul li,
    .reservation_contact .contact .now ul li {
        width: calc(100% / 3);
        height: 30px;
        font-size: 12px;
        margin: 0 25px 0 0;
        color: #17abe8;
        padding: 0 0 0 0px;
    }

    .reservation_contact .reservation .now ul li::after,
    .reservation_contact .contact .now ul li::after {
        height: 20px;
        margin-top: -11px;
        right: -11px;
        width: 20px;
    }

    .reservation_contact .reservation .now ul,
    .reservation_contact .contact .now ul {
        display: flex;
        margin: 20px 0 0;
    }

    .reservation_contact .wrapper {
        padding: 0;
    }

    .reservation_contact .wrapper .wrap-tab-content {
        padding: 0 3%;
    }

    .reservation_contact .reservation .info,
    .reservation_contact .contact .info {
        margin: 3% auto;
        width: 100%;
        padding: 3%;
    }

    .reservation_contact .reservation .info dl,
    .reservation_contact .contact .info dl {
        height: auto;
        width: 100%;
        display: block;
        font-size: 18px;
        margin: 0 0 20px;
    }

    .reservation_contact .reservation .info dl dt,
    .reservation_contact .contact .info dl dt {
        height: auto;
        width: 100%;
    }

    .reservation_contact .reservation .info dl dd,
    .reservation_contact .contact .info dl dd {
        margin: 5px 0 10px;
        height: auto;
        width: 100%;
    }

    .reservation_contact .reservation>div h3,
    .reservation_contact .contact>div h3 {
        font-size: 18px;
    }

    .reservation_contact div.formLayout input,
    .reservation_contact div.name input,
    .reservation_contact div.name_kana input,
    .reservation_contact div.tel input,
    .reservation_contact div.mail input {
        height: 60px;
        font-size: 16px;
    }

    .reservation_contact div.tel ul {
        width: 100%;
    }

    .reservation_contact div.tel ul li input {
        height: 60px;
        padding: 0 15px;
        font-size: 16px;
    }

    .chenge_check:before {
        top: 0px;
    }

    .reservation_contact div.bikou textarea,
    .reservation_contact div.other textarea {
        font-size: 16px;
        padding: 15px;
    }

    .reservation_contact div>div.text p.pp {
        font-size: 14px;
    }

    .reservation_contact div>.btn {
        width: 100%;
        margin: 70px auto 0;
        position: relative;
    }

    .reservation_contact div>.btn input {
        font-size: 17px;
    }

    .reservation_contact div.day ul li {
        display: block;
    }

    .reservation_contact div.day ul li h4 {
        width: 100%;
        text-align: left;
        font-size: 18px;
    }

    .reservation_contact div.day ul li .input_wrapper {
        width: 100%;
        height: 60px;
    }

    .reservation_contact div.day ul li .input_wrapper input {
        width: 100%;
        height: 56px;
        font-size: 16px;
    }

    img.ui-datepicker-trigger {
        width: 35px;
    }
	.reservation_contact .textarea div.formLayout {
	    width: 100%;
	}
}

@media only screen and (min-width: 640px) {
    /*フォーム*/
    .reservation_contact .reservation .info dl,
    .reservation_contact .contact .info dl {}

    .reservation_contact .reservation .info dl dt,
    .reservation_contact .contact .info dl dt {
        height: 60px;
        font-size: 18px;
    }

    .reservation_contact .reservation .info dl dd,
    .reservation_contact .contact .info dl dd {
        height: 60px;
        font-size: 18px;
    }

    .reservation_contact .reservation>div h3,
    .reservation_contact .contact>div h3 {
        font-size: 18px;
    }

    .reservation_contact div.formLayout input,
    .reservation_contact div.name input,
    .reservation_contact div.name_kana input,
    .reservation_contact div.tel input,
    .reservation_contact div.mail input {
        height: 40px;
        box-shadow: 3px 3px 3px #ccc;
        border: 1px solid #ccc;
    }

    .reservation_contact div.tel ul li input {
        height: 60px;
    }

    /*フォーム*/
    .reservation_contact div.contactfr {
        width: 100%;
        margin: 20px 0 0;
        display: table;
    }

    .contactfr>div {
        display: table-cell;
        vertical-align: top;
    }

    .contactfr>div:first-child {
        width: 280px;
    }
    .form .wrapper .inner form h4 {
        width: 280px!important;
    }
    .contactfr>div:last-child {
        min-width: 250px;
    }

    .contactfr>div:first-child h3 {
        line-height: 60px;
    }

    .reservation_contact div.tel ul {
        width: 100%;
    }

    .reservation_contact div.tel ul li {
        width: auto;
    }

    .reservation_contact div>div.text p.pp {
        text-align: center;
    }

    .confirm .contactfr span.confirm_text {
        height: 60px;
        font-size: 18px;
        display: flex;
        align-items: center;
        top: 0px;
        color:#17abe8;
    }

    .confirm div.select ul {
        margin: 0 auto;
    }

    .confirm div.select ul li {
        margin: 0 auto;
        height: auto;
    }

    .confirm .thanks h3 {
        margin: 30px auto;
    }
}
.confirm .thanks h3 {
    margin: 30px auto;
}
.confirm .contactfr span.confirm_text {
    color:#17abe8;
}
/* Forms
----------------------------------------------------------------------------- */
.reservation_contact input[type=text],
.reservation_contact input[type=email],
.reservation_contact input[type=tel] {
    width: 90%;
}

.reservation_contact input[type=text].mini,
.reservation_contact input[type=email].mini,
.reservation_contact input[type=tel].mini {
    width: 50%;
}

.reservation_contact input[type=text].xmini,
.reservation_contact input[type=email].xmini,
.reservation_contact input[type=tel].xmini {
    width: 30%;
}

.reservation_contact input[type=text].xxmini,
.reservation_contact input[type=email].xxmini,
.reservation_contact input[type=tel].xxmini {
    width: 20%;
}

.reservation_contact input[type=text].wide,
.reservation_contact input[type=email].wide,
.reservation_contact input[type=tel].wide {
    width: 80%;
}
.reservation_contact input[type=text].w100,
.reservation_contact input[type=email].w100,
.reservation_contact input[type=tel].w100 {
    width: 100%;
}
.reservation_contact textarea {
    width: 100%;
    max-width: 100%;
    resize: vertical;
    padding: 12px;
}
form .error {
    color: #f00;
    font-weight: 800;
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 0;
    background: url(../images/common/ic_error.gif) no-repeat 0 6px;
}
.reservation_contact .contactfr > div {
    position: relative;
    text-align: left;
}

.reservation_contact .contactfr > div > span {
    display: inline-block;
    position: absolute;
    top: 18px;
    margin-left: 10px;
}
.reservation_contact .contactfr > div > .message {
    display: block;
    margin-top: 5px;
    padding-left: 5px;
}


@media only screen and (max-width: 639px) {
	.reservation_contact textarea {
		width: 100%;
		max-width: 100%;
	}
	.reservation_contact select {
		width: 100%;
	}

	.reservation_contact input[type=text],
	.reservation_contact input[type=email],
	.reservation_contact input[type=tel] {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
	}

	.reservation_contact input[type=text].mini,
	.reservation_contact input[type=email].mini,
	.reservation_contact input[type=tel].mini {
		width: 80%;
	}

	.reservation_contact input[type=text].xmini,
	.reservation_contact input[type=email].xmini,
	.reservation_contact input[type=tel].xmini {
		width: 50%;
	}
	.reservation_contact input[type=text].xxmini,
	.reservation_contact input[type=email].xxmini,
	.reservation_contact input[type=tel].xxmini {
		width: 50%;
	}
	.reservation_contact .contactfr > div > span {
	    top: 25px;
	}

}

.thanks_messages {
    display: flex;
}
.thanks_messages .tmL {
	width: 65%;
}
.thanks_messages .tmR {
	width: 35%;
    margin-top: -85px;
}
.thanks_messages .tmL p {
    margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
    .thanks_messages {
        display: block;
    }
    .thanks_messages .tmL {
    	width: 100%;
    }
    .thanks_messages .tmR {
    	width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .thanks_messages .tmR img {
        margin: 0 auto;
        text-align: center;
    }
}

.fv2 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/contactus/contact_main_01.webp);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	padding: 2.3rem 0;
}

.fv2 .container {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

.fv2 .main_typo {
	max-width: 600px;
	margin: 0 auto 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 40px;
}

.fv2 .main_typo .ttl {
	color: #4c4c4c;
}

.fv2 .main_typo .ttl em {
	display: block;
	position: relative;
	font-size: 36px;
	font-style: normal;
	letter-spacing: 0.1em;
}

.fv2 .main_typo .ttl em::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	border-bottom: 2px solid #4c4c4c;
}

.fv2 .main_typo .ttl small {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.fv2 .main_typo .ttl em .sp_mode {
    display: none;
}

@media only screen and (max-width: 639px) {
	.fv2 {
		padding: 0;
		height: 180px;
		min-height: auto;
	}

	.fv2 .main_typo {
		padding: 3px 15px;
		width: 70%;
	}

	.fv2 .main_typo .ttl em {
		font-size: 24px;
        line-height: 1.2;
	}

	.fv2 .main_typo .ttl small {
		font-size: 13px;
	}
    .fv2 .main_typo .ttl em .sp_mode {
        display: block;
    }

}
.reservation_contact.confirm {
    background: #ffffff;
}
@media only screen and (max-width: 639px) {
    .confirm .wrap-tab-content{
        padding: 0!important;
    }
}
.confirmblock {

}
.confirmblock > div{
    margin: 0!important;
    padding: 10px!important;
    border-bottom: #4c4c4c 1px dashed;
}
@media only screen and (max-width: 639px) {
    .confirmblock > div{
        border-bottom: none;
    }
    .confirmblock > div:nth-child(even){
        background: #F6F6F6;
    }
}
.confirmblock div.day {
    width: 100%;
    margin: 20px 0 0;
    display: table;
}
.confirmblock .confirm_text {
    overflow-wrap: break-word;
    word-break: break-all;
}
@media only screen and (max-width: 639px) {
    .confirmblock div.day ul {
        padding: 0 10px;
    }
}
.confirm_headtext {
    font-size: 18px;
    border: 1px solid #17abe8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 20px;
    color: #17abe8;
    padding: 10px;
    width: 80%;
    background: #edfaff;
}
@media only screen and (max-width: 639px) {
    .confirm_headtext {
        font-size: 14px;
        padding: 0 10px;
    }
    .confirm .btn {
        padding: 0 25px;
    }
}


