@charset 'UTF-8';


/* ▼ ===== 共通部分 ===== ▼ */

img {
    width: 100%;
    max-width: none;
}

body {
    color: #333;
}

/* ----- mainvisual ----- */
.mainvisual_inner {}

.mainvisual_wrap {
    overflow: hidden;
}



.mainvisual_box {
    position: relative;
    background: url(../../images/index/mainvisual_bg.jpg) no-repeat top center;
    background-size: cover;
}

.mainvisual_box:before {
    content: '';
    display: block;
    padding-top: 120%;
}

.mainvisual_lead {
    position: absolute;
    top: 6.5%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 48.666666%;
    margin: auto;
    z-index: 10;
    line-height: 0;
}

.mainvisual_logo {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 80%;
    margin: auto;
    z-index: 12;
    line-height: 0;
}

.mainvisual_item1 {
    position: absolute;
    top: 1%;
    left: 5%;
    width: 100%;
    max-width: 24.9333333%;
    margin: auto;
    line-height: 0;
    z-index: 6;
}

.mainvisual_item2 {
    position: absolute;
    top: 3%;
    right: 9%;
    width: 100%;
    max-width: 30.8%;
    margin: auto;
    line-height: 0;
    z-index: 6;
}

.mainvisual_item3 {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 100%;
    max-width: 60%;
    margin: auto;
    line-height: 0;
    z-index: 6;
}

.mainvisual_item4 {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
    max-width: 55%;
    margin: auto;
    line-height: 0;
    z-index: 6;
}


.mainvisual_anshinman {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 70%;
    margin: auto;
    z-index: 8;
    line-height: 0;
}


/* ----- navi ----- */

.navi_inner {
    background: #fff;
    padding: 5% 0;
}

.navi_wrap {}

.navi_list {
    letter-spacing: -.4em;
    list-style: none;
}

.navi_li {
    display: inline-block;
    width: 31.333333%;
    margin-right: 3%;
    line-height: 0;
}

.navi_li:nth-child(3n) {
    margin-right: 0;
}


/* ----- #about ----- */

.about_inner {
    position: relative;
    background: url(../../images/index/about_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 0;
}

.about_inner:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 51.6%;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    padding-top: 34%;
    background: url(../../images/index/about_anshinman.png) no-repeat bottom center;
    background-size: contain;
}

.about_item1 {
    display: block;
    width: 100%;
    max-width: 35%;
    position: absolute;
    left: 10%;
    bottom: 0;
    line-height: 0;
    padding-top: 35%;
    background: url(../../images/index/about_item1.png) no-repeat bottom center;
    background-size: contain;
    z-index: 10;
}


.about_wrap {}

.about_wrap:after {
    content: '';
    display: block;
    padding-top: 15%;
}

.about_fukidashi {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 8% 8% 20%;
}

.about_fukidashi:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 8%;
    padding-top: 5%;
    background: url(../../images/index/about_fukidashi.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    bottom: -4%;
    left: 50%;
}

.about_title {
    max-width: 78.703703%;
    margin: 0 auto;
    line-height: 0;
}

.about_hr {
    border-top: 2px solid #000;
    margin: 3% 0;
}

.about_text1 {
    max-width: 33.703703%;
}

.about_text2 {
    margin-top: 3%;
}

.about_text3 {
    margin-top: 3%;
}

/* ===== recommend ===== */

.recommend_inner {
    background: url(../../images/index/recommend_bg.jpg) no-repeat center;
    background-size: cover;
}

.recommend_wrap {
    position: relative;
}

.recommend_wrap:before {
    content: '';
    display: block;
    padding-top: 140%;
}

.recommend_wrap img {
    width: 100%;
    max-width: none;
}

.recommend_text1 {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 100%;
    max-width: 73.333333%;
    z-index: 3;
}

.recommend_text2 {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 100%;
    max-width: 73.333333%;
    z-index: 3;
}

.recommend_text3 {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 100%;
    max-width: 73.333333%;
    z-index: 3;
}

.recommend_text4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10;
}



/* ===== price ===== */
.price_inner {
    background: #00a0e9;
    padding: 5% 0 0;
}

.price_wrap {}

.price_box {
    background: #fff;
    padding: 6% 5%;
}

.price_title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: .5em;
}

.price_subtitle {
    border-left: 1vw solid #e83828;
    padding: .1em 0 .1em .6em;
    font-size: 4.5vw;
    margin-bottom: .5em;
}

.price_dl {
    margin-top: 10%;
}

.price_dl:first-child {
    margin-top: 0;
}

.price_dt {}



.price_dd {}

.price_text1 {}

.price_text2 {}

.price_fig1 {}

.price_fig2 {}

.price_text3 {}

.price_text2-1 {
    position: relative;
}

.price_text2-1batsu {
    position: absolute;
    display: block;
    right: 0;
    top: -10%;
    max-width: 39.5%;
    z-index: 3;
}


.mt-3 {
    margin-top: 3%;
}

.mt-5 {
    margin-top: 5%;
}

.mt-8 {
    margin-top: 8%;
}

.mt-10 {
    margin-top: 10%;
}



/* ===== merit ===== */
.merit_inner {
    background: #e4007f;
    padding: 5% 0 0;
}

.merit_wrap {}

.merit_box {
    background: #fff;
    padding: 5%;
}

.merit_title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: .5em;
    color: #fff;
}


.merit_list {
    list-style: none;
}

.merit_li {
    margin-top: 8%;
}

.merit_li:first-child {
    margin-top: 0;
}

.merit_box {
    position: relative;
}

.merit_flag {
    position: absolute;
    top: -3%;
    left: -3%;
    width: 100%;
    max-width: 24.816176%;
    z-index: 5;
}

.merit_photobox {
    position: relative;
}

.merit_photobox:before {
    content: '';
    display: block;
    padding-top: 76.66666%;
}

.merit_photo1 {
    position: absolute;
    max-width: 83.333333%;
    top: 0;
    left: 0;

}

.merit_photo2 {
    position: absolute;
    max-width: 83.333333%;
    right: 0;
    bottom: 0;

}


.merit_subtitle {
    font-size: 4.5vw;
    margin-top: 2%;
}
.merit_textbox {
    margin-top: 2%;
}

.merit_item {
    position: absolute;
    top: -3%;
    right: -3%;
    width: 100%;
    max-width: 28.95220%;
}

/* ===== notice ===== */
.notice_inner {
    background: #fff;
    padding: 5% 0;
    border-bottom: 2px solid #000;
}

.notice_wrap {}

.notice_title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: .5em;
}

.notice_textbox {}

.notice_text {
    margin-top: 1em;
}

.notice_text:first-child {
    margin-top: 0;
}

.kome {
    text-indent: -.6em;
    padding-left: .6em;
}


/* ----- btn ----- */

.btn_wrap {
    padding: 8% 0;
}

.btn_box {
    max-width: 58.82352%;
    margin: 0 auto;
    line-height: 0;
}

.font_sm {
    font-size: 70%;
}


/* ▲ ===== 共通部分 ===== ▲ */



/* ▼ ===== PC ===== ▼ */
@media screen and (min-width: 751px) {

}
/* ▲ ===== PC ===== ▲ */



/* ▼ ===== SP ===== ▼ */
@media screen and (max-width: 750px) {

}
/* ▲ ===== SP ===== ▲ */