@charset "UTF-8";
body {
    min-width: 1100px;
}
.mv_img {
    text-align: center;
    position: relative;
}
.mv-img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    line-height: 0;
}
.c-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.flow_wrap {
    padding: 48px 0 51px;
    background: #F0E4D6;
}
.flow_ttl {
    text-align: center;
    line-height: 1;
    margin-bottom: 26px;
}
.flow-list {
    margin-bottom: 35px;
}
.flow-item {
    width: 285px;
    height: 327px;
    padding: 24px 25px 29px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
}
.flow-subttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 19px;
    color: #E95532;
}
.flow_img {
    margin-bottom: 16px;
    line-height: 0;
}
.flow_img img {
    border-radius: 12px;
}
.flow_attention {
    margin-bottom: 26px;
}
.flow_attention li a {
    color: #E95532;
    font-weight: bold;
}
.flow_attention li {
    position: relative;
    padding-left: 38px;
    margin: 0 0 2px;
}
.flow_attention li:last-child {
    margin-bottom: 0;
}
.flow_attention li span {
    position: absolute;
    left: 0;
}
.sub-txt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.sub-txt sup {
    font-size: 10px;
}
.sub-txt .note {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0 0;
}
.flow_btn {
    display: table;
    width: 360px;
    height: 70px;
    margin: 0 auto;
}
.flow_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: solid 2px #E95532;
    border-radius: 6px;
    background: #fff;
    color: #E95532;
    text-decoration: none;
    transition: 0.2s;
}
.flow_btn a span {
    display: inline-block;
    padding: 0 0 0 40px;
    background: no-repeat url(img/arrow-icon_u.svg) left center/21px auto;
}
.cv_wrap {
    background: url(img/lp-img05.png) no-repeat left center / cover;
    padding: 52px 0 55px;
}
.cv_box {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    align-items: end;
}
.web_btn {
    background: #fff;
    border-radius: 10px;
}
.web_btn div {
    cursor: pointer;
    line-height: 0;
}
.web_btn img {
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgb(0, 0, 0, 0.3);
}
.call_btn a {
    pointer-events: none;
}
.message_wrap {
    background-color: #FFF4E7;
    padding: 65px 0 73px;
    box-sizing: border-box;
}
.message_ttl {
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
}
.message_accord {
    padding: 48px 109px;
    background-color: #FFFFFF;
    border-radius: 14px;
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto;
}
.message-txt {
    font-size: 16px;
    line-height: 1.625;
    color: #333333;
    font-weight: 400;
}
.message-txt span.f-y {
    background: #FFF6C7;
}
.yoryo_wrap {
    padding: 74px 0 99px;
}
.yoryo_in {
    width: 1000px;
    margin: 0 auto;
}
.yoryo-ttl {
    font-size: 34px;
    color: #E95532;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.yoryo-top-txt {
    font-size: 16px;
    margin: 25px 0 43px;
    text-align: center;
    line-height: 1.25;
}
.yoryo_dtl {
    margin-bottom: 60px;
}
.yoryo_dtl_in {
    width: 900px;
    margin: 0 auto;
}
.yoryo_dtl_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 29px;
    color: #5A3319;
    background-color: #F0E4D6;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
}
.yoryo_dtl_txt {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
}
.yoryo_dtl_txt a {
    color: #E95532;
    text-decoration: none;
}
.yoryo_dtl_txt.ver2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #E95532;
}
.yoryo_dtl_txt.ver3 {
    font-size: 16px;
    margin-bottom: 0;
}
.yoryo_list li {
    position: relative;
    padding-left: 1em;
    text-align: left;
}
.yoryo_list li a {
    color: #E95532;
    font-weight: bold;
}
.yoryo_list li span {
    position: absolute;
    left: 0;
}
.yoryo_list li::before {
    position: absolute;
    content: "";
    background: #ADADAD;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    left: 0;
    top: 10px;
}
.yoryo_list.ver2 li::before,.yoryo_list.ver3 li::before {
    content: none;
}
.yoryo_list.ver2 li {
    padding-left: 1.2em;
}
.yoryo_list.ver3 {
    margin-bottom: 10px;
}
.yoryo_list.ver3 li {
    padding-left: 4em;
}
.yoryo_list li:last-child {
    margin-bottom: 0;
}
.mb_0 {
    margin-bottom: 0;
}
.yoryo_contact_ttl span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}
.yoryo_contact_ct {
    width: 445px;
    margin: 0 auto 31px;
    text-align: center;
    border: 2px solid #E95532;
    box-sizing: border-box;
    padding: 30px 48px 35px;
}
.yoryo_info {
    margin-bottom: 16px;
}
.yoryo_info dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #E95532;
    line-height: 1.3;
}
.yoryo_info dd a {
    text-decoration: none;
    font-weight: bold;
    font-size: 23px;
    color: #E95532;
    padding-left: 44px;
    background: url(./img/mail-icon.svg) no-repeat left bottom / 28px 20px;
    line-height: 1.3;
}
.yoryo_time {
    font-size: 16px;
    line-height: 1.5;
}
.yoryo_dtl_txt a.txt-lnk {
    color: #333333;
}
@media (min-width: 896px) {
    .mv-btn a:hover {
        opacity: 0.6;
    }
    .web_btn {
        margin-right: 40px;
    }
    .mv_img h1 {
        position: relative;
    }
    .mv-reserve_btn {
        position: absolute;
        z-index: 9;
        bottom: max(5.99vw, 66px);
        left: 50%;
        transform: translateX(-50%);
        width: 24.583vw;
        height: 6.458vw;
        min-width: 274px;
        min-height: 72px;
    }
    .mv-reserve_btn img {
        width: 100%;
        height: auto;
    }
    .mv-reserve_btn img:hover {
        cursor: pointer;
    }
    .flow-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flow-list li:not(:last-child) {
        position: relative;
    }
    .flow-list li:not(:last-child)::after {
        content: "";
        width: 39px;
        height: 40px;
        background: url(img/slide-r.svg) no-repeat top center / 100% auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -56px;
    }
    .flow_sub {
        height: calc(100% - 216px);
    }
    .flow_btn a:hover {
        background: #E95532;
        color: #fff;
    }
    .flow_btn a:hover span {
        background: no-repeat url(img/arrow-icon_u-w.svg) left center/21px auto;
    }
    .web_btn div:hover img {
        opacity: 0.8;
    }
    .yoryo_info dd a:hover {
        text-decoration: underline;
    }
    .yoryo_dtl_txt a:hover {
        text-decoration: underline;
    }
    .c-pc {
        display: block;
    }
    .c-sp {
        display: none;
    }
}

@media only screen and (max-width: 896px) {
    body {
        min-width: 320px;
    }
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .lp_mv {
        background: none;
        padding-bottom: 0;
    }
    .c-wrap {
        width: 100%;
    }
    .mv_img {
        line-height: 0;
    }
    .mv_img_in{
        padding: 0;
    }
    .lp_mv {
        padding: 0;
    }
    .mv-img{
        margin: 0;
    }
    .mv-reserve_btn {
        width: 89.333vw;
        height: 21.6vw;
        margin: 0 auto;
        position: absolute;
        z-index: 9;
        bottom: 33.6vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .mv-reserve_btn div {
        width: 100%;
        height: 100%;
    }
    .flow_wrap {
        padding: 30px 0 36px;
    }
    .flow_in {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .flow_ttl {
        margin-bottom: 8px;
    }
    .flow_ttl img {
        width: 100%;
        height: auto;
        max-width: 325px;
    }
    .flow-list {
        margin-bottom: 22px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .flow-list li:not(:last-child) {
        margin-bottom: 26px;
    }
    .flow-item {
        width: 100%;
        max-width: 295px;
        height: auto;
        padding: 18px 22px 28px;
        margin: 0 auto;
    }
    .flow-subttl {
        font-size: 19px;
        margin-bottom: 13px;
    }
    .flow_img {
        margin-bottom: 16px;
    }
    .flow_img img {
        border-radius: 6px;
        width: 100%;
        height: auto;
    }
    .flow_attention {
        margin-bottom: 20px;
    }
    .flow_attention li {
        font-size: 13px;
        padding-left: 28px;
        margin: 0 0 6px 0;
    }
    .flow_attention li span {
        position: absolute;
        left: 0;
    }
    .sub-txt {
        font-size: 15px;
    }
    .sub-txt .note {
        margin: 4px 0 0;
    }
    .flow_btn {
        width: 315px;
        height: 50px;
    }
    .flow_btn a {
        font-size: 18px;
    }
    .flow_btn a span {
        padding: 0 0 0 32px;
        background: no-repeat url(img/arrow-icon_u.svg) left center / 21px 17px;
    }
    .cv_wrap {
        padding: 28px 0;
    }
    .cv_box {
        display: block;
        text-align: center;
        padding: 0 20px;
    }
    .web_btn {
        background: none;
        margin-bottom: 23px;
    }
    .web_btn div, .call_btn {
        display: inline-block;
    }
    .call_btn a {
        pointer-events: auto;
    }
    .message_wrap {
        padding: 31px 0;
    }
    .message_ttl {
        margin-bottom: 23px;
    }
    .message_accord {
        padding: 24px 20px 27px;
        border-radius: 8px;
        width: 100%;
        margin: 0;
    }
    .message-txt {
        font-size: 15px;
        line-height: 1.5;
    }
    .yoryo_wrap {
        padding: 25px 0 42px;
    }
    .yoryo_in {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .yoryo_list.ver4 {
        padding-left: 15px;
    }
    .yoryo-ttl {
        font-size: 22px;
        line-height: 1.475;
    }
    .yoryo-top-txt {
        font-size: 15px;
        margin: 13px 0 24px;
        line-height: 1.5;
    }
    .yoryo_dtl {
        margin-bottom: 43px;
    }
    .yoryo_dtl_in {
        width: 100%;
        margin: 0;
    }
    .yoryo_dtl_ttl {
        font-size: 16px;
        margin-bottom: 12px;
        height: 35px;
        border-radius: 17px;
    }
    .yoryo_dtl_txt {
        font-size: 15px;
        margin-bottom: 16px;
        line-height: 1.467;
    }
    .yoryo_dtl_txt.ver2 {
        font-size: 17px;
        margin-bottom: 11px;
    }
    .yoryo_dtl_txt.ver3 {
        font-size: 13px;
        line-height: 1.5;
    }
    .yoryo_list li {
        position: relative;
        padding-left: 0;
        text-align: left;
        font-size: 13px;
        line-height: 1.46;
        margin-bottom: 4px;
    }
    .yoryo_list li::before {
        width: 7px;
        height: 7px;
        border-radius: 4px;
        left: -1em;
        top: 6px;
    }
    .yoryo_list.ver2 li::before,.yoryo_list.ver3 li::before {
        content: none;
    }
    .yoryo_list.ver2 li {
        padding-left: 1.2em;
    }
    .yoryo_list.ver3 {
        margin-bottom: 10px;
    }
    .yoryo_list.ver3 li {
        padding-left: 4em;
    }
    .yoryo_list li:last-child {
        margin-bottom: 0;
    }
    .mb_0 {
        margin-bottom: 0;
    }
    .yoryo_contact_in {
        padding: 0 15px;
        margin: 0 auto;
    }
    .yoryo_contact_ct {
        width: 100%;
        margin: 0 0 14px;
        border: 1px solid #E95532;
        padding: 20px 15px;
    }
    .yoryo_info {
        margin-bottom: 15px;
    }
    .yoryo_info dt {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 1.343;
    }
    .yoryo_info dd a {
        font-size: 18px;
        padding-left: 28px;
        background: url(./img/mail-icon.svg) no-repeat left center / 20px 14px;
    }
    .yoryo_time {
        font-size: 14px;
    }
    .message_in {
        padding: 0 15px;
    }
    .message_ttl img {
        width: 100%;
        height: auto;
        max-width: 306px;
    }
    .web_btn img {
        width: 100%;
        height: auto;
        max-width: 335px;
        border-radius: 4px;
    }
    .call_btn img {
        width: 100%;
        height: auto;
        max-width: 335px;
    }
}

@media only screen and (max-width: 374px) {
    .flow_btn {
        width: 100%;
    }
    .yoryo_info dt {
        font-size: 15px;
    }
    .yoryo_dtl_txt.ver2 {
        font-size: 16px;
    }
}
