body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #333333;
}

@media only screen and (max-width: 690px) {
    body {
        font-size: 13px;
        line-height: 1.8;
    }
}

.inner {
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
}

.txt_color_red {
    color: #A94C6E;
}


/* --------------------------------------

cta middle

-------------------------------------------------------------------------------*/
.cta_mid {
    max-width: 740px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    width: 100%;
}

.tel_area,
.form_area {
    width: 50%;
    padding: 0 15px;
}

.tel_num {
    font-size: 32px;
    line-height: 1;
    color: #463122;
    font-weight: bold;
    text-align: center;
}

.tel_num .in {
    background: url("../image/common/lp_ctam_icon_tel.png") no-repeat left center;
    padding-left: 50px;
    background-size: 45px;
}

.tel_txt {
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

.form_area a {
    display: block;
}

@media only screen and (max-width: 690px) {
    .cta_mid {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .tel_area,
    .form_area {
        width: 100%;
        padding: 0;
    }


    .tel_num {
        font-size: 26px;
        text-align: center;
    }

}

/* --------------------------------------

header

-------------------------------------------------------------------------------*/
header {
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.header_block {
    display: flex;
    align-items: center;

}

.header_logo {
    margin-left: 0;
}

.header_cv.cta_mid {
    margin-top: 0;
    max-width: 480px;
    margin-left: auto;
}

.header_cv .tel_num {
    font-size: 22px;
}

.header_cv .tel_num .in {
    background-size: 20px;
    padding-left: 30px;
}

.header_cv .tel_txt {
    margin-top: 5px;
    font-size: 10px;
}

.header_cv .form_area a {
    display: block;
}

.header_cv .form_area {
    max-width: 240px;
}

@media only screen and (max-width: 979px) {
    .header_logo {
        max-width: 180px;
    }
}

@media only screen and (max-width: 690px) {
    .header_logo {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .header_cv.cta_mid {
        display: none;
    }
}



/* --------------------------------------

title

-------------------------------------------------------------------------------*/
.subtitle02_1 {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.subtitle02_2_red,
.subtitle02_2_brown {
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    background-position: center;
    background-repeat: repeat-x;
    font-size: 28px;
    z-index: 0;
    background-size: cover;
}

.subtitle02_2_brown {
    background-image: url("../image/common/lp_subtitle02_brown.jpg");
}

.subtitle02_2_red {
    background-image: url("../image/common/lp_subtitle02_red.jpg");
}

.subtitle02_2_red::before,
.subtitle02_2_brown::before {
    display: block;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 4px;
    top: 4px;
    border: 1px solid rgba(255, 255, 255, .5);
    position: absolute;
    z-index: -1;
}

.subtitle03 {
    text-align: center;
    color: #8E692E;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 25px;
}

@media only screen and (max-width: 979px) {
    .subtitle02_1 {
        font-size: 24px;
    }

    .subtitle02_1 br {
        display: none;
    }
}

@media only screen and (max-width: 690px) {
    .subtitle02_1 {
        margin-bottom: 15px;
    }

    .subtitle02_2_red,
    .subtitle02_2_brown {
        padding: 10px;
        margin-bottom: 20px;
    }

    .subtitle03 {
        margin-bottom: 15px;
    }

    .subtitle03 br {
        display: none;
    }
}



/* --------------------------------------

area commont

-------------------------------------------------------------------------------*/
.area_m {
    padding: 80px 0;
}

@media only screen and (max-width: 979px) {
    .area_m {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 690px) {
    .area_m {
        padding: 40px 0;
    }
}



/* --------------------------------------

mainimage

-------------------------------------------------------------------------------*/
.main_area {
    background: url("../image/common/lp_main_bg.jpg") no-repeat center / cover;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 640px;
}

.main_txta {
    padding: 100px 20px;
    margin: auto;
    max-width: 50%;
}

.main_imga {
    background: url("../image/lp_mainimage.jpg") no-repeat left center / cover;
    width: 50%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.main_txt_top {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.main_txt_logo img {
    margin-left: 0;
}

.main_txt_bot {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #8E692E;
    text-align: center;
}

.main_txt_btn a {
    display: block;
}

.main_txt_top br {
    display: none;
}

.main_list {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

.main_list li {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 15px;
    font-size: 18px;
    line-height: 1;
    position: relative;
    border: 2px solid #A94C6E;
}

.main_list li::before {
    content: "";
    width: 160px;
    height: 160px;
    border: 1px solid #A94C6E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
}

.in_color {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    letter-spacing: .05em;
    font-style: italic;
}

.in_color2 {
    line-height: 1.2;
}

.in_color .in {
    font-size: 48px;
}

.main_list li p {
    width: 100%;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1119px) {
 

    .main_list li {
        width: 150px;
        height: 150px;
        border-radius: 150px;
        font-size: 14px;
    }

    .main_list li::before {
        width: 130px;
        height: 130px;
    }

    .in_color {
        font-size: 25px;
    }

    .in_color .in {
        font-size: 40px;
    }
}

@media only screen and (max-width: 979px) {
    .main_txta {
        padding-left: 3%;
        max-width: 100%;
    }

    body,
    html {
        font-size: 20px !important;
    }

    .main_txta {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 30px;
        margin-top: 0;
        text-align: center;
    }

    .main_imga {
        width: 100%;
    }

    .main_area {
        height: auto;
    }

    .main_txt_bot {
        font-size: 23px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .main_txt_top br {
        display: block;
    }

    .main_txt_logo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }

    .main_txt_logo img {
        margin-left: auto;
    }

    .main_imga {
        width: 100%;
        height: 400px;
    }

    .main_txt_btn {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }

    .main_list {
        bottom: 30px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        bottom: -20px;
        left: 0;
    }

    .main_list li {
        margin: 0 5px;
        font-size: 11px;
        width: 200px;
        height: 200px;
    }

    .main_list li::before {
        width: 180px;
        height: 180px;
    }

    .in_txt {
        font-size: 20px;
    }

    .main_txt_top {
        font-size: 25px;
    }
}

@media only screen and (max-width: 690px) {
    .main_txt_logo {
        max-width: 320px;
    }

    .main_txt_btn {
        max-width: 280px;
    }

    .main_txta {
        padding-top: 30px;
    }

    .main_imga {
        height: 200px;
    }

    .main_list {
        bottom: -20px;
    }

    .main_list li {
        margin: 0 10px;
        font-size: 11px;
        width: 145px;
        height: 145px;
    }

    .main_list li::before {
        width: 155px;
        height: 155px;
    }

    .in_txt {
        font-size: 17px;
    }

    .in_color {
        font-size: 23px;
    }

    .in_color2 {
        font-size: 17px;
    }

    .in_color .in {
        font-size: 35px;
    }
}

@media only screen and (max-width: 340px) {
    .main_list li {
        width: 125px;
        height: 125px;
    }

    .main_list li::before {
        width: 135px;
        height: 135px;
    }

    .in_txt {
        font-size: 15px;
    }
}

/* --------------------------------------

reco_title

-------------------------------------------------------------------------------*/
.reco_area {
    background-image: url("../image/common/lp_reco_bg_top01.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 220px 0 50px;
    position: relative;
    z-index: 2;
    background-size: contain;
    margin-top: -145px;
}

.reco_title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 30px;
    line-height: 1;
    border-bottom: 1px solid #A94C6E;
}

.reco_title .in {
    font-size: 64px;
}

.reco_block {
    display: flex;
    flex-wrap: wrap;
}

.reco_col {
    width: 32.333%;
    margin-bottom: 40px;
    margin-right: 1.5%;
    background: url("../image/common/lp_reco_item_bg_bottom.png") right bottom no-repeat;
    padding: 0 20px 20px;
    display: flex;
    position: relative;
    background-size: cover;
}

.reco_col:nth-child(3n) {
    margin-right: 0;
}

.reco_col::before {
    content: "";
    background: url("../image/common/lp_reco_item_bg_top.png") left top no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -19px;
    left: -1px;
}

.reco_num {
    width: 50px;
    position: relative;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background: url("../image/common/lp_reco_num_bg.png") no-repeat left top / 50px auto;
}

.reco_txt {
    width: calc(100% - 50px - 10px);
    margin-left: 10px;
}

.reco_txt .txt_color_red {
    font-weight: bold;
}

@media only screen and (max-width: 979px) {
    .reco_area {
        background-size: auto 100px, 150% auto;
        padding: 160px 0 30px;
        background-position: center top, center 100px;
        margin-top: -100px;
    }

    .reco_col {
        padding: 0 10px 20px;
    }
}

@media only screen and (max-width: 690px) {
    .reco_area {
        background-size: auto 80px, 150% auto;
        padding: 140px 0 20px;
        background-position: center top, center 80px;
        margin-top: -80px;
    }

    .reco_title {
        font-size: 26px;
        margin-bottom: 40px;
        padding-bottom: 15px;
    }

    .reco_title .in {
        font-size: 36px;
    }

    .reco_col,
    .reco_col:nth-child(3n) {
        padding: 0 20px 20px;
        width: 100%;
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }

}

/* --------------------------------------

map

-------------------------------------------------------------------------------*/
.map_area {
    background: url("../image/common/lp_finish_bg.jpg") repeat center;
}

.map_block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid #8E692E;
}

.map_txta .subtitle02_1 {
    text-align: left;
    margin-bottom: 20px;
}

.map_txta {
    width: 50%;
}

.map_title {
    padding-left: 90px;
    background: url("../image/common/lp_map_icon.png") no-repeat left center;
    position: relative;
    line-height: 1.8;
}

.map_title::after {
    position: absolute;
    top: 7px;
    left: 60px;
    content: '';
    height: 40px;
    width: 1px;
    border-bottom: 1px solid #A94C6E;
    border-right: 1px solid #A94C6E;
    transform: skew(-30deg);
}

.map_col {
    padding: 20px 30px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.map_col+.map_col {
    margin-top: 10px;
}

.map_imga {
    width: 45%;
    margin-left: 5%;
}

.gmap_link {
    margin-top: 10px;
}

.gmap_link .in {
    padding: 10px 0 10px 30px;
    background: url("../image/common/lp_map_icon_g.png") no-repeat left center;
}

.gmap_link a {
    border-bottom: 1px dotted #313131;
    text-decoration: none;
    padding-bottom: 3px;
}

@media only screen and (max-width: 979px) {
    .map_title {
        padding-left: 30px;
        background-size: 16px auto;
    }

    .map_title::after {
        display: none;
    }

    .map_col {
        padding: 20px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 690px) {
    .map_area {
        padding-bottom: 30px;
    }

    .map_txta {
        width: 100%;
    }

    .map_imga {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .map_txta .subtitle02_1 {
        text-align: center;
        margin-bottom: 20px;
    }

    .map_col {
        padding: 10px 20px;
    }

    .map_col+.map_col {
        margin-top: 5px;
    }
}

/* --------------------------------------

point tate

-------------------------------------------------------------------------------*/
.pointtate_area {
    background-image: url("../image/common/lp_contact_bg_top.jpg"), url("../image/common/lp_contact_bg_bottom.jpg");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.pointtate_col {
    padding: 20px 70px 40px;
    border-left: 1px solid #8E692E;
    position: relative;
    background: url("../image/common/lp_pointtate_col_bg_bottom.png") right bottom no-repeat;
}

.pointtate_col::before {
    content: "";
    background: url("../image/common/lp_pointtate_col_bg_top.png") left top no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -19px;
    left: -1px;
    border-right: 1px solid #8E692E;
}

.pointtate_col+.pointtate_col {
    margin-top: 50px;
}

.pointtate_col .subtitle03 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #8E692E;
}

@media only screen and (max-width: 979px) {
    .pointtate_area {
        padding-top: 80px;
    }

    .pointtate_col {
        padding: 10px 40px 30px;
    }

    .pointtate_col+.pointtate_col {
        margin-top: 40px;
    }

    .pointtate_col .subtitle03 {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 690px) {
    .pointtate_area {
        padding-top: 50px;
    }

    .pointtate_col {
        padding: 10px 20px 30px;
    }

    .pointtate_col+.pointtate_col {
        margin-top: 30px;
    }
}

/* --------------------------------------

point large

-------------------------------------------------------------------------------*/
.pointl_area {
    background-image: url("../image/common/lp_pointl_bg_r.png"), url("../image/common/lp_pointl_bg_l.png");
    background-position: 130% top, left bottom;
    background-repeat: no-repeat;
}

.pointl_block {
    display: flex;
    flex-wrap: wrap;
}

.pointl_imga {
    width: 50%;
    position: relative;
}

.pointl_imga::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 9px;
    left: 9px;
    border: 1px solid rgba(255, 255, 255, .7);
}

.pointl_txta {
    width: 45%;
    margin-left: 5%;
    line-height: 2.5;
}

@media only screen and (max-width: 979px) {
    .pointl_area {
        background-position: right top, left bottom;
        background-size: 60% auto;
    }

    .pointl_txta {
        line-height: 2;
    }
}

@media only screen and (max-width: 690px) {
    .pointl_area {
        background-size: 100% auto;
    }

    .pointl_imga {
        width: 100%;
    }

    .pointl_txta {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        line-height: 1.8;
        font-size: 20px;
    }
}

/* --------------------------------------

point yoko

-------------------------------------------------------------------------------*/
.pointyoko_area {
    background: url("../image/common/lp_pointyoko_bg.jpg") repeat center;
}

.pointyoko_block {
    display: flex;
    flex-wrap: wrap;
}

.pointyoko_col {
    width: 46%;
    padding: 10px 30px 30px;
    border-left: 1px solid #8E692E;
    position: relative;
    background: url("../image/common/lp_pointyoko_col_bg_bottom.png") right bottom no-repeat;
}

.pointyoko_col::before {
    content: "";
    background: url("../image/common/lp_pointyoko_col_bg_top.png") left top no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -19px;
    left: -1px;
    border-right: 1px solid #8E692E;
}

.pointyoko_col+.pointyoko_col {
    margin-left: 8%;
}

@media only screen and (max-width: 979px) {
    .pointyoko_col {
        width: 48%;
    }

    .pointyoko_col+.pointyoko_col {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 690px) {
    .pointyoko_area {
        padding-top: 60px;
    }

    .pointyoko_col {
        width: 100%;
        padding: 5px 20px 20px;
    }

    .pointyoko_col+.pointyoko_col {
        margin-left: 0;
        margin-top: 30px;
    }
}

/* --------------------------------------

movie

-------------------------------------------------------------------------------*/
.movie_block .subtitle02_2_brown {
    margin-bottom: 0;
}

.ie {
    display: none;
}

/* IE hack */
@media all and (-ms-high-contrast:none) {
    .ie {
        display: block;
    }
}

@media only screen and (max-width: 690px) {
    .movie_block .subtitle02_2_brown {
        font-size: 25px;
    }
}

/* --------------------------------------

finish

-------------------------------------------------------------------------------*/
.finish_area {
    background: url("../image/common/lp_finish_bg.jpg") repeat center;
}

.finish_area .subtitle02_1 {
    margin-bottom: 25px;
}

.finish_col2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.finish_col2 .col {
    width: 46%;
    position: relative;
}

.finish_col2 .col+.col {
    margin-left: 8%;
}

.finish_col2 .col::before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    border: 1px solid rgba(255, 255, 255, .7);
    position: absolute;
    top: 14px;
    left: 14px;
}

@media only screen and (max-width: 979px) {
    .finish_col2 .col {
        width: 48%;
    }

    .finish_col2 .col+.col {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 690px) {
    .finish_area .subtitle02_1 {
        margin-bottom: 15px;
    }

    .finish_col2 .col {
        width: 100%;
    }

    .finish_col2 .col+.col {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* --------------------------------------

pavilion

-------------------------------------------------------------------------------*/
.pavilion_area {
    background-image: url("../image/common/lp_pavilion_bg_top.jpg"), url("../image/common/lp_pavilion_bg_bottom.jpg");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
}

.pavilion_block {
    display: flex;
    flex-wrap: wrap;
}

.pavilion_block .col {
    width: 47%;
}

.pavilion_block .col+.col {
    margin-left: 6%;
}

.pavilion_block .subtitle02_1 {
    text-align: left;
}

.level_block {
    margin-bottom: 30px;
}

.level_it {
    margin-top: 15px;
    display: flex;
}

.level_it .col_l {
    width: 30%;
}

.level_it .col_r {
    width: 65%;
    margin-left: 5%;
    font-size: 18px;
    line-height: 1.8;
    margin-top: -5px;
}

.level_title {
    font-size: 20px;
    line-height: 1;
}

@media only screen and (max-width:980px) {
    .level_title {
        font-size: 25px;
    }

    .level_it .col_r {
        font-size: 16px;
    }
}

@media only screen and (max-width: 690px) {
    .pavilion_block .col {
        width: 100%;
    }

    .pavilion_block .col+.col {
        margin-left: 0;
        margin-top: 30px;
    }

    .level_block {
        margin-bottom: 20px;
    }
}

/* --------------------------------------

temple

-------------------------------------------------------------------------------*/
.temple_area {
    background: url("../image/common/lp_temple_bg.jpg") no-repeat center / cover;
}

.temple_txt {
    font-size: 16px;
    line-height: 2.3;
}

@media only screen and (max-width: 690px) {
    .temple_txt {
        line-height: 1.8;
        font-size: 20px;
    }
}

/* --------------------------------------

voice

-------------------------------------------------------------------------------*/
.voice_area {
    background: url("../image/common/lp_voice_bg.jpg") no-repeat center / cover;
}

.voice_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.voice_col {
    width: 46%;
    padding: 10px 30px 30px;
    border-left: 1px solid #8E692E;
    position: relative;
    background: url("../image/common/lp_pointyoko_col_bg_bottom.png") right bottom no-repeat;
}

.voice_col::before {
    content: "";
    background: url("../image/common/lp_pointyoko_col_bg_top.png") left top no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -19px;
    left: -1px;
    border-right: 1px solid #8E692E;
}

.voice_col+.voice_col {
    margin-left: 8%;
}

@media only screen and (max-width: 979px) {
    .voice_col {
        width: 48%;
    }

    .voice_col+.voice_col {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 690px) {
    .voice_block {
        margin-top: 40px;
    }

    .voice_col {
        width: 100%;
        padding: 5px 20px 20px;
    }

    .voice_col+.voice_col {
        margin-left: 0;
        margin-top: 30px;
    }
}

/* --------------------------------------

faq

-------------------------------------------------------------------------------*/
.faq_area {
    padding-bottom: 60px;
}

.faq_col {
    padding: 20px 40px;
    border: 1px solid #A94C6E;
    margin-bottom: 20px;
}

.faq_q,
.faq_a {
    padding: 20px 0 20px 85px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px 70px;
}

.faq_q {
    font-weight: bold;
    background-image: url("../image/common/lp_faq_q.png");
    font-size: 16px;
}

.faq_a {
    background-image: url("../image/common/lp_faq_a.png");
}

@media only screen and (max-width: 980px) {
    .faq_q {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 690px) {
    .faq_area {
        padding-bottom: 20px;
    }

    .faq_col {
        padding: 20px 15px 20px 15px;
        margin-bottom: 10px;
    }

    .faq_q,
    .faq_a {
        padding: 0 0 0 40px;
        background-size: 30px 30px;
        background-position: left 5px;
    }

    .faq_q {
        margin-bottom: 15px;
        line-height: 1.6;
    }
}


/* --------------------------------------

contact

-------------------------------------------------------------------------------*/
.contact_area {
    background-image: url("../image/common/lp_contact_bg_top.jpg"), url("../image/common/lp_contact_bg_bottom.jpg");
    background-position: center top, center bottom -38px;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.contact_block {
    padding: 20px;
    border: 1px solid #A94C6E;
    background-color: #ffffff;
}

@media only screen and (max-width: 979px) {
    .contact_area {
        padding-bottom: 180px;
    }
}

@media only screen and (max-width: 690px) {
    .contact_block {
        padding: 15px;
    }
}

/* --------------------------------------

cta 

-------------------------------------------------------------------------------*/
.cta_area {
    padding: 120px 0 0;
    margin-top: -140px;
    background: url("../image/common/lp_cta_bg.png") no-repeat center top / cover;
}

.cta_block {
    background: url("../image/common/lp_cta_img.png") no-repeat right bottom;
    padding: 170px 480px 0 0;
}

.cta_col {
    position: relative;
    top: -70px;
}

.cta_txt {
    font-size: 36px;
    margin-bottom: 25px;
    color: #463122;
}

.cta_btn a img {
    margin-left: 0;
}

@media only screen and (max-width: 1199px) {
    .cta_area {
        padding-top: 80px;
        background-size: 100% auto;
        background-position: right top;
    }

    .cta_block {
        background-size: 40% auto;
        padding: 120px 40% 0 0;
    }

    .cta_col {
        top: -60px;
    }

    .cta_txt {
        font-size: 32px;
    }

    .cta_btn a img {
        max-width: 400px;
    }
}

@media only screen and (max-width: 979px) {
    .cta_area {
        padding-top: 60px;
        background-size: 100% auto;
    }

    .cta_block {
        background-size: 45% auto;
        padding: 110px 40% 0 0;
    }

    .cta_col {
        top: -60px;
    }

    .cta_txt {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cta_btn a img {
        max-width: 360px;
    }
}

@media only screen and (max-width: 690px) {
    .cta_block {
        background-size: 30% auto;
        padding: 60px 0 0 0;
    }

    .cta_col {
        top: -40px;
    }

    .cta_txt {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 1.6;
    }

    .cta_btn a img {
        max-width: 320px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 479px) {
    .cta_area {
        padding-top: 0;
        background-size: 130% auto;
    }

    .cta_block {
        padding-bottom: 30px;
        background: none;
    }

    .cta_col {
        top: 0;
    }

    .cta_btn a img {
        width: 100%;
    }
}

/* --------------------------------------

footer

-------------------------------------------------------------------------------*/
footer {
    padding: 30px 0;
    background: url("../image/common/lp_footer_bg.jpg") no-repeat center / cover;
}

.footer_block {
    display: flex;
    align-items: center;
}

.footer_nav a {
    color: #ffffff;
    padding-right: 20px;
    font-size: 13px;
}

.footer_nav a+a {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .7);
}

small {
    margin-left: auto;
    color: #ffffff;
    font-size: 13px;
}

@media only screen and (max-width: 979px) {
    .footer_block {
        display: block;
        text-align: center;
    }

    small {
        margin-top: 20px;
        display: block;
        font-size: 11px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 690px) {
    footer {
        padding: 20px 0 70px;
    }
}

@media only screen and (max-width: 480px) {

    .footer_nav a {
        display: block;
    }

    .footer_nav a+a {
        border-left: none;
        padding-left: 0;
        margin-top: 10px;
    }
}

/* --------------------------------------

sp fixed cta cv
 
-------------------------------------------------------------------------------*/
.sp_fixed {
    display: none;
}

@media only screen and (max-width: 690px) {
    .sp_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background:linear-gradient(-135deg, #6ca758, #399848);
        border-top: 1px solid rgba(255, 255, 255, .6);
        display: flex;
        align-items: center;
    }

    .sp_fixed li {
        width: 50%;
        height: 50px;
        line-height: 50px;
    }

    .sp_fixed li+li {
        border-left: 1px solid rgba(255, 255, 255, .6);
    }

    .sp_fixed li a {
        display: block;
        text-align: center;
        color: #ffffff;
        position: relative;
        font-size: 19px;
    }

    .sp_fixed li.tel .in {
        background: url("../image/common/lp_ctam_icon_tel_w.png") no-repeat left center / 25px auto;
        padding-left: 30px;
    }

    .sp_fixed li.form .in {
        background: url("../image/common/icon_letter.png") no-repeat left center / 22px auto;
        padding-left: 30px;
    }
}

.ieText {
    display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ieText {
        display: block;
    }
}

.spTelBtn {
    background: linear-gradient(-135deg, #6ca758, #399848);
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.spTelBtn {
    display: none;
}

@media only screen and (max-width: 690px) {
    .spTelBtn {
        display: block;
    }

    .spNone {
        display: none;
    }
}

.borderWrapper {
    padding: 70px 10px;
    border: 1px solid #A94C6E;
    background-color: #FFF;
    color: #A94C6E;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 690px) {
    .borderWrapper {
        padding: 50px 10px;
        margin-bottom: 30px;
    }
}

/**/

.btnarea a {
    background-color: #3c9848;
    border: solid 2px #FFF;
    color: #FFF;
    -webkit-box-shadow: 0px 7px 28px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 7px 28px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    margin-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.btnarea a:hover {
    text-decoration: none;
    opacity: .8;
}
.btnarea a::before{
    content: "";
    border: solid;
    border-color: transparent transparent transparent #fff100;
    width: 0px;
    height: 0px;
    margin-right: 12px;
    border-width: 5px 0px 5px 10px;
}