@charset "utf-8";
#header {
    background-color: #fff;
}
#toggle div span {
    background-color: #000;
}
#toggle.open span:nth-of-type(1),
#toggle.open span:nth-of-type(2) {
    background-color: #000;
}
.open .gnav {
    transform: translateY(20px);
}
.header_insta {
    position: absolute;
    top: 21px;
    right: 48px;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-o-transition: all 0.25s;
    transition: all 0.25s;
}
.header_insta a img {
    width: 25px;
}
.open .header_insta {
    opacity: 1;
}
.contact_form_wrapper {
    padding-top: 120px;
}
.contact_form_wrapper h2 {
    font-size: 17px;
    padding-bottom: 5px;
}
.contact_form_wrapper h2 img {
    position: relative;
    top: -6px;
    padding-right: 10px;
}
.contact_form_wrapper .contact_ttl p {
    font-size: 12px;
}
.contact_ttl {
    margin-bottom: 50px;
}
.counseling_reserve {
    padding-top: 25px;
}
#footer .ft_nav {
    padding-bottom: 40px;
}
#footer {
    background-position: top center;
}
.confirm_ttl p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 52px;
}
.confirm_wrapper dl dd {
    background-color: #F4F4F4;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
}
.confirm_wrapper dl:last-of-type dd {

}
.thanks_wrapper b {
    font-weight: bold;
    display: block;
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}
.thanks_wrapper p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 50px;
}

a.btn {
    width: 328px;
    margin: 0 auto 80px auto;
    background-color: #8590B4;
}
.confirm_wrapper .form_wrapper dl.day_line dd select {
    padding: 0;
    font-size: 14px;
    margin-top: -2px;
    margin-left: 10px;
    pointer-events: none;
}
