@charset "UTF-8";
body {
    min-width: 1140px;
    color: #434343;
}
picture {
    display: block;
    font-size: 0;
}
.c-main {
    max-width: 1240px;
    min-width: 1050px;
    width: 100%;
    margin: 0 auto;
}
.mv_wrap {
    background: #7BCBDA;
}
.mv_img {
    max-width: 1700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
/* .mv_img::before {
    position: absolute;
    content: "";
    background: url(img/sakura01.png) no-repeat;
    width: 116px;
    height: 78px;
    left: 0;
    bottom: -20px;
}
.mv_img::after {
    position: absolute;
    content: "";
    background: url(img/sakura02.png) no-repeat;
    width: 104px;
    height: 102px;
    right: -10px;
    bottom: -45px;
} */
.mv-ttl img {
    width: 100%;
    height: auto;
}
.present_wrap {
    margin-top: -46px;
    padding: 90px 0 100px;
    background: #FFEDF1 url(img/bg.png) repeat 0 0 / 27px auto;
}
.present_in {
    box-sizing: border-box;
    padding: 85px 0 125px;
    background: #fff;
    border-radius: 10px;
}
.present_box {
    width: 950px;
    margin: 0 auto;
}
.pre-ttl {
    text-align: center;
    margin-bottom: 40px;
}
.pre-txt {
    text-align: center;
    font-size: 22px;
    line-height: 1.63;
    margin-bottom: 10px;
}
.pre-txt:last-of-type {
    margin-bottom: 60px;
}
.pre_img {
    margin-bottom: 105px;
}
.pre_img:last-of-type {
    margin-bottom: 0;
}
.pre_list {
    max-width: 1200px;
    margin: 10px auto 0;
}
.pre_list li {
    position: relative;
    padding-left: 1em;
}
.pre_list li span {
    position: absolute;
    left: 0;
}
.oubo_wrap {
    background: #FFF9E9;
    padding: 100px 0 120px;
}
.oubo_in {
    background: #fff;
    padding: 75px 0 80px;
    margin-bottom: 80px;
    border-radius: 10px;
}
.oubo_in:last-of-type {
    margin-bottom: 0;
}
.oubo_box {
    width: 950px;
    margin: 0 auto;
    text-align: center;
}
.oubo-ttl {
    margin-bottom: 15px;
}
.check_wrap {
    margin-bottom: 65px;
}
.check_wrap.ver2 {
    position: relative;
    margin-bottom: 0;
}
.check-ttl {
    margin-bottom: 5px;
}
.check-txt {
    font-size: 18px;
    margin-bottom: 30px;
}
.check_wrap.ver2 .check-txt {
    margin-bottom: 0;
}
.check-txt a {
    font-weight: bold;
    text-decoration: underline;
    color: #434343;
}
.cp_box {
    border: solid 4px #FFDBE3;
    padding: 27px 0 29px;
    border-radius: 10px;
}
.cp-ttl {
    font-weight: bold;
    font-size: 26px;
    color: #EC6E6B;
}
.cp-time {
    font-weight: bold;
    font-weight: bold;
    font-size: 26px;
}
.cp-txt {
    font-size: 18px;
}
.step_select {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center
}
.or_img {
    margin: 0 8px;
}
.yoyaku_box {
    border: solid 4px #FFDBE3;
    padding: 20px 30px 15px;
    border-radius: 10px;
    width: 447px;
    height: 460px;
}
.yoyaku_box a {
    display: block;
}
.yayaku-ttl {
    font-weight: bold;
    font-size: 26px;
    color: #EC6E6B;
    margin-bottom: 3px;
}
.yoyaju-txt {
    font-size: 18px;
}
.yoyaku-btn {
    margin-top: 35px;
    cursor: pointer;
}
.callLink {
    pointer-events: none;
    margin-top: 28px;
}
.yoyaku_img {
    margin-bottom: 10px;
}
.yoyaku_img.ver2 {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
}
.txt-ttl {
    line-height: 1.57;
    font-size: 28px;
    color: #EC6E6B;
    margin-bottom: 15px;
    font-weight: bold;
}
.contact_wrap {
    position: relative;
    padding-left: 90px;
    margin-top: 45px;
    text-align: left;
}
.contact_wrap:last-of-type {
    margin-top: 55px;
}
.contact_wrap::before {
    position: absolute;
    content: "";
    width: 69px;
    height: 69px;
    left: 0;
    top: 0;
}
.contact_wrap.is-mail::before {
    background: url(img/mail.png) no-repeat 0 0 / 100% auto;
}
.contact_wrap.is-call::before {
    background: url(img/call.png) no-repeat 0 0 / 100% auto;
}
.contact-ttl {
    color: #009BB3;
    font-size: 26px;
    line-height: 1.5;
}
.contact-txt {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-list li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.contact-list li span {
    position: absolute;
    left: 0;
}
.cv_wrap {
    background: #009BB3;
    padding: 60px 0 65px;
}
.cv_in {
    width: 940px;
    margin: 0 auto;
}
.cv_box {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 0;
}
.cv-ttl {
    text-align: center;
    margin-bottom: 30px;
}
.cv-ttl span {
    display: inline-block;
    position: relative;
}
.cv-ttl span::before {
    position: absolute;
    content: "";
    background: url(img/sakura04.png) no-repeat 0 0 / 100% auto;
    width: 38px;
    height: 33px;
    left: -65px;
    top: -10px;
}
.web_btn {
    background: #fff;
    cursor: pointer;
}
.call_btn a {
    pointer-events: none;
}
.message_wrap {
    padding: 75px 0 120px;
    background: #F6FDFF;
    text-align: center;
}
.txt-ttl.ver2 {
    color: #009BB3;
    margin-bottom: 40px;
}
.message-ttl {
    margin-bottom: 40px;
}
.message {
    font-size: 16px;
    text-align: left;
    line-height: 1.625;
}
.message.ver2 {
    margin: 20px 0;
}
.message_in {
    padding: 0 80px;
    box-sizing: border-box;
    position: relative;
}
.message_in::before {
    position: absolute;
    content: "";
    background: url(img/sakura03.png) no-repeat 0 0 / 100% auto;
    width: 402px;
    height: 277px;
    bottom: -36px;
    right: 0;
}
.yoko_wrap {
    background: #FFEDF1;
    padding: 100px 0 110px;
}
.yoko_in {
    padding: 100px 80px 75px 80px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.yoko-ttl {
    margin-bottom: 35px;
}
.yoko_in .check-txt {
    margin-bottom: 45px;
}
.gaiyo_wrap {
    text-align: left;
    padding-left: 20px;
    padding-right: 65px;
    margin-bottom: 60px;
}
.gaiyo_wrap.ver2 {
    margin-bottom: 100px;
}
.gaiyo_wrap:last-of-type {
    margin-bottom: 0;
}
.gaiyo-ttl {
    font-size: 20px;
    position: relative;
    color: #009BB3;
    margin-bottom: 12px;
}
.gaiyo-ttl.ver2 {
    margin-bottom: 5px;
}
.gaiyo-ttl::before {
    position: absolute;
    content: "";
    background: #009BB3;
    width: 2px;
    height: 32px;
    left: -22px;
    top: 50%;
    margin-top: -16px;
}
.gaiyo-txt {
    font-size: 16px;
}
.gaiyo-txt a {
    color: #434343;
    text-decoration: none;
}
.gaiyo_list {
    margin-top: 10px;
}
.gaiyo_list.is-pl {
    padding-left: 3px;
}
.gaiyo_list li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.gaiyo_list li span {
    position: absolute;
    left: 0;
}
.gaiyo_list.ver2 {
    margin-top: 0;
}
.gaiyo_list.ver3 {
    margin-top: 0;
    padding-left: 1em;
}
.gaiyo_list.ver2 li::before {
    position: absolute;
    content: "";
    background: #009BB3;
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    left: 3px;
    top: 10px;
}
.gaiyo_list.ver2 li a {
    font-weight: bold;
    color: #434343;
    text-decoration: underline;
}
.gaiyo_list.ver3 li {
    padding-left: 2em;
}
.gaiyo-bigtxt {
    font-size: 18px;
    font-weight: bold;
}
.gaiyo-dtl {
    margin-top: 20px;
}
.gaiyo-dtl.is-mb {
    margin-bottom: 20px;
}
.gaiyo-dtl dt {
    font-weight: bold;
    color: #009BB3;
    font-size: 18px;
}
.gaiyo-dtl dd {
    padding-left: 1.5em;
}
.gaiyo-dtl dd span {
    font-weight: bold;
}
.cp_contact {
    border-radius: 10px;
    border: solid 3px #009BB3;
    width: 1000px;
    margin: 0 auto 50px;
    padding: 60px 0 40px;
}
.cpc_ttl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    background: #009BB3;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    width: 460px;
    height: 56px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin: -88px auto 30px;
    border-radius: 28px;
}
.cpc-bigtxt {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0;
}
.cp_contact .cpcLink {
    font-size: 30px;
    font-weight: bold;
    color: #434343;
    text-decoration: none;
    padding-left: 55px;
    position: relative;
}
.cp_contact .cpcLink::before {
    position: absolute;
    content: "";
    background: url(img/mail_sml.png) no-repeat 0 0 / 100% auto;
    width: 43px;
    height: 43px;
    left: 0;
    top: 50%;
    margin-top: -18px;
}
.cpc-txt {
    margin: 11px 0 15px;
    font-weight: bold;
    font-size: 16px;
}
.cpc-list_in {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.cpc-list li {
    position: relative;
    padding-left: 1em;
    text-align: left;
}
.cpc-list li span {
    position: absolute;
    left: 0;
}
@media (min-width: 896px) {
    .yoyaku-btn:hover {
        opacity: 0.8;
    }
    .web_btn p:hover {
        opacity: 0.8;
    }
    .gaiyo-txt a:hover {
        text-decoration: underline;
    }
    .cp_contact .cpcLink:hover {
        text-decoration: underline;
    }
    .check-txt a:hover {
        text-decoration: none;
    }
    .gaiyo_list li a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 1360px) {
    .present_wrap {
        padding: 90px 40px 100px;
        box-sizing: border-box;
        width: 100%;
    }
    .oubo_wrap {
        padding: 100px 40px 120px;
        box-sizing: border-box;
        width: 100%;
    }
    .message_wrap {
        padding: 75px 40px 120px;
        box-sizing: border-box;
        width: 100%;
    }
    .yoko_wrap {
        padding: 100px 40px 110px;
    }
    .cp_contact {
        width: 900px;
    }
}
@media only screen and (max-width: 896px) {
    body {
        min-width: 320px;
    }
    .mv_img::after {
        content: none;
    }
    .c-main {
        min-width: initial;
        width: 100%;
    }
    .cv_wrap {
        padding: 35px 30px 30px;
        box-sizing: border-box;
    }
    .cv_in {
        width: 100%;
        margin: 0 auto;
    }
    .cv_box {
        display: block;
        text-align: center;
    }
    .cv-ttl {
        margin-bottom: 20px;
    }
    .cv-ttl span {
        padding: 0 40px;
    }
    .cv-ttl span::before {
        background: url(img/sp/sakura03.png) no-repeat 0 0 / 100% auto;
        width: 26px;
        height: 24px;
        left: -8px;
        top: -15px;
    }
    .web_btn {
        margin-bottom: 20px;
        background: none;
    }
    .call_btn a {
        pointer-events: all;
    }
    .present_wrap {
        margin-top: -32px;
        padding: 50px 15px 33px;
        background: #FFEDF1 url(img/sp/bg.png) repeat 0 0 / 13px auto;
        box-sizing: border-box;
    }
    .present_in {
        border-radius: 5px;
        padding: 30px 15px 35px;
    }
    .present_box {
        width: 100%;
    }
    .pre-ttl {
        margin-bottom: 30px;
    }
    .pre-txt {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .pre-txt:last-of-type {
        margin-bottom: 25px;
    }
    .pre_img {
        text-align: center;
        margin-bottom: 45px;
    }
    .pre_list li {
        font-size: 12px;
    }
    .oubo_wrap {
        padding: 25px 15px;
    }
    .oubo_in {
        padding: 30px 15px;
        margin-bottom: 25px;
        border-radius: 5px;
    }
    .oubo_box {
        width: 100%;
    }
    .oubo-ttl {
        margin-bottom: 10px;
    }
    .check_wrap {
        margin-bottom: 40px;
    }
    .check_wrap.ver2 {
        position: relative;
        margin-bottom: 0;
    }
    .check-ttl {
        margin-bottom: 10px;
    }
    .check-txt {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .check_wrap.ver2 .check-txt {
        margin-bottom: 0;
    }
    .cp_box {
        border: solid 2px #FFDBE3;
        padding: 20px 15px;
        border-radius: 5px;
    }
    .cp-ttl {
        font-weight: bold;
        font-size: 18px;
        color: #EC6E6B;
        margin-bottom: 5px;
    }
    .cp-time {
        font-weight: bold;
        font-weight: bold;
        font-size: 17px;
    }
    .cp-txt {
        font-size: 14px;
        text-align: left;
        margin-top: 8px;
    }
    .step_select {
        display: block;
    }
    .or_img {
        margin: 15px 0;
    }
    .yoyaku_box {
        border: solid 2px #FFDBE3;
        padding: 15px 13px 20px;
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
    .yoyaku_box a {
        display: block;
    }
    .yoyaku-btn p img {
        width: 100%;
        height: auto;
    }
    .yayaku-ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .yoyaju-txt {
        font-size: 15px;
        text-align: left;
    }
    .yoyaku-btn {
        margin-top: 10px;
    }
    .callLink {
        pointer-events: all;
        margin-top: 15px;
    }
    .yoyaku_img.ver2 {
        position: inherit;
    }
    .txt-ttl {
        font-size: 18px;
    }
    .contact_wrap {
        padding-left: 65px;
        margin-top: 25px;
    }
    .contact_wrap:last-of-type {
        margin-top: 27px;
    }
    .contact_wrap::before {
        width: 47px;
        height: 47px;
    }
    .contact_wrap.is-mail::before {
        background: url(img/sp/mail.png) no-repeat 0 0 / 100% auto;
    }
    .contact_wrap.is-call::before {
        background: url(img/sp/call.png) no-repeat 0 0 / 100% auto;
    }
    .contact-ttl {
        padding-top: 7px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact-txt {
        font-size: 14px;
        margin: 0 0 10px -65px;
    }
    .contact-list {
        margin-left: -65px;
    }
    .contact-list li {
        font-size: 12px;
    }
    .message_wrap {
        padding: 30px 15px 125px;
    }
    .message-ttl {
        margin-bottom: 5px;
    }
    .txt-ttl.ver2 {
        margin-bottom: 15px;
    }
    .message {
        font-size: 14px;
        line-height: 1.42;
    }
    .message span {
        display: block;
        margin-bottom: 10px;
    }
    .message.ver2 {
        margin: 10px 0;
    }
    .message_in {
        padding: 0 ;
    }
    .message_in::before {
        position: absolute;
        content: "";
        background: url(img/sp/sakura02.png) no-repeat 0 0 / 100% auto;
        width: 220px;
        height: 151px;
        bottom: -100px;
        right: 0;
    }
    .yoko_wrap {
        padding: 30px 15px;
    }
    .yoko_in {
        padding: 33px 15px 40px;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .yoko-ttl {
        margin-bottom: 30px;
    }
    .yoko_in .check-txt {
        margin-bottom: 20px;
    }
    .gaiyo_wrap {
        text-align: left;
        padding-left: 15px;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .gaiyo_wrap.ver2 {
        margin-bottom: 50px;
    }
    .gaiyo_wrap:last-of-type {
        margin-bottom: 0;
    }
    .gaiyo-ttl {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .gaiyo-ttl::before {
        width: 2px;
        height: 22px;
        left: -14px;
        top: 50%;
        margin-top: -11px;
    }
    .gaiyo-txt {
        font-size: 13px;
    }
    .gaiyo_list {
        margin-top: 12px;
    }
    .gaiyo_list.is-pl {
        padding-left: 0;
    }
    .gaiyo_list li {
        font-size: 12px;
        padding-left: 1.2em;
    }
    .gaiyo_list li span {
        position: absolute;
        left: 0;
    }
    .gaiyo_list.ver2 {
        margin-top: 20px;
    }
    .gaiyo_list.ver2.ver4 {
        margin-top: 0;
    }
    .gaiyo_list.ver2 li::before {
        width: 10px;
        height: 10px;
        left: 0;
        top: 4px;
    }
    .gaiyo_list.ver3 {
        padding-left: 0.9em;
    }
    .gaiyo_list.ver3 li {
        padding-left: 1.7em;
    }
    .gaiyo-bigtxt {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .gaiyo-dtl {
        margin-top: 20px;
    }
    .gaiyo-dtl dt {
        font-size: 15px;
    }
    .gaiyo-dtl dd {
        padding-left: 0;
    }
    .gaiyo-dtl dd span {
        font-size: 15px;
    }
    .cp_contact {
        border-radius: 5px;
        border: solid 2px #009BB3;
        width: 100%;
        margin: 40px auto 35px;
        padding: 35px 13px 25px;
    }
    .cpc_ttl {
        width: 287px;
        height: 35px;
        font-size: 14px;
        margin: -54px auto 20px;
    }
    .cpc-bigtxt {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .cp_contact .cpcLink {
        font-size: 18px;
        pointer-events: all;
        padding-left: 45px;
    }
    .cp_contact .cpcLink::before {
        background: url(img/sp/mail_sml.png) no-repeat 0 0 / 100% auto;
        width: 35px;
        height: 35px;
        left: 0;
        top: 50%;
        margin-top: -18px;
    }
    .cpc-txt {
        margin: 15px 0 10px;
        font-weight: normal;
        font-size: 13px;
    }
    .cpc-list li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 374px) {
    .pre-ttl img {
        width: 100%;
        height: auto;
    }
    .pre-txt {
        font-size: 13px;
    }
    .pre_img img {
        width: 100%;
        height: auto;
    }
    .yoyaju-txt {
        font-size: 13px;
    }
    .yoyaku-btn img {
        width: 100%;
        height: auto;
    }
    .cp-time {
        font-size: 15px;
    }
    .callLink img {
        width: 100%;
        height: auto;
    }
    .txt-ttl {
        font-size: 16px;
    }
    .web_btn img,.call_btn img {
        width: 100%;
        height: auto;
    }
    .cpc_ttl {
        font-size: 13px;
        width: 230px;
    }
}