@charset "UTF-8";

/*---------------------------
　メイン周り
---------------------------*/

.head-title-area	{
    position:relative;
    margin-top: -16px;
}
.head-image	{
    display:flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    overflow: hidden;}
.lead	{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 100px;*/
}
.lead-left	{
    flex-basis: 48.5%;
}
.lead-title-image{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.lead-title-image	img{
    max-width: 430px;
    width: 100%;
    height: auto;
    line-height: 0;
}
.lead-title-image.lead	img{
    max-width:100%;
    width: 100%;
}
.lead-side-image	{
    flex-basis: 48%;
}
.lead-catch	{
    margin-bottom: 20px;
    color: #000;
    font-size: 26px;
    font-weight: 200;
}
.lead-title	{
    margin-bottom: 18px;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -1px;
}
.lead-title	.red{
    color: var(--color-01)
}
.lead-text	{
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}
.lead-text	.red{
    color: var(--color-01)
}
.lead-text	.blue{
    color: var(--color-04)
}
.lead-text	.blue  a{
    color: #007287;
}

@media screen and (max-width: 980px) {
    .lead-left,
    .lead-side-image	{flex-basis: 100%}

    .lead-title-image{margin-bottom: 25px;padding-bottom: 25px;}
    .lead-left	{margin-bottom: 40px;}
    .lead-text	{margin-bottom: 10px;}
}

@media screen and (max-width: 768px) {
    .lead	{margin-bottom: 0;}

    .lead-title-image.lead	{margin-bottom: 40px;}
}

.page-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    line-height: 1.2em;
    background-image: url(/Images/refa/page-title-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.post-text {
    font-size: 80%;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .page-title	{
        font-size: 24px;
        margin-top: 20px;
    }
    .post-text	{
        margin-top: 10px;
        font-size: 80%;
    }
}

.home-header-catch	.catch-title	{
    margin-bottom: 20px;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 600;
}
.home-header-catch	.catch-title	.red{
    color: #e83710;
}

@media screen and (max-width: 980px) {
    .home-header-catch	.catch-title	{
        font-size: 80%;
        margin: 0;
        text-align: left;
        padding-right: 5px;
    }
}
.under-layer-block-area {
    margin-top: var(--triangle-height);
    padding-bottom: 5px;
    background: var(--color-02);
}


/*オレンジと黒の帯のタイトル*/
.under-layer-block-sub-title{
    width: 100%;
    margin-bottom: 25px;
    padding: 2px 5px 2px 20px;
    background: linear-gradient(90deg,#000 0%,#000 35%,#ffcc66 35%,#ffcc66 100%);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    text-align: left;}

@media screen and (max-width:800px) {
    .under-layer-block-sub-title{
        background: linear-gradient(90deg,#000 0%,#000 70%,#ffcc66 70%,#ffcc66 100%);
    }
    .contact-tel-area p br{
        display: inline
    }
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　Swiperまわり
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#main	{
    padding: 0;
    background: linear-gradient(90deg, var(--color-01) 0%, var(--color-01) 20%, var(--color-02) 20%, var(--color-02) 100%);
}
.main-inner	{
    margin: 0 auto;
}


/*-- Swiper --*/
.swiper,.swiper-wrapper {
    height: auto;
    line-height: 0;
}
.swiper	{
    max-width: 1150px;
    margin: 0 auto;
    line-height: 0;
}
.swiper	a{
    opacity: 1;
}
.swiper-wrapper	{
    line-height: 0;
}
.swiper-button-prev,
.swiper-button-next {
    top: 45%;
    width: 35px;
    height: 70px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}
.swiper-button-prev {
    left: 0;
    background: var(--color-03) url(/Images/refa/prev.png) no-repeat;
    background-size: 10px 20px;background-position: 5% 48%;border-radius: 0 35px 35px 0;
}
.swiper-button-next {
    right: 0;
    background: url(/Images/refa/next.png) no-repeat var(--color-02);
    background-size: 10px 20px;
    background-position: 95% 48%;
    border-radius: 35px 0 0 35px;
}


/*border: 2px solid var(--color-02);がないとsafariで表示がおかしくなる*/
::-webkit-full-page-media, :future, :root .swiper-button-next {
border: 2px solid var(--color-02);
}


/* ページネーションの位置 */
.swiper-pagination-area	{
    margin-top: 30px;
}
.swiper-pagination	{
    display:flex;
    justify-content: flex-end;
}


/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}


/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #EC008C;
}

@media screen and (max-width: 768px) {
    .swiper-pagination-area	{
        display: none;
        justify-content: center;
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: 50%;
        width: 30px;
        height: 40px;
    }
    .swiper-button-prev {
        background-size: 10px 20px;
        background-position: 25% 48%;
    }
    .swiper-button-next {
        background-size: 10px 20px;
        background-position: 75% 48%;
    }
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　プラン詳細以下
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*triangle-white*/
.home-triangle-white-area	{}

:root {
--triangle-height: 70px;
}
.triangle {
    position: relative;
    padding: 50px 0px 30px;
}
.triangle:after {
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-bottom: var(--triangle-height) solid  var(--color-02);
    content: "";
}
.home-triangle-white-contents-area {
    padding-bottom: 80px;
    background: var(--color-02);
}
.home-title{
    margin-bottom: 75px;
    color: #666666;
    font-family: 'Alex Brush', cursive;
    font-size: 50px;
    line-height: 1.2em;
}
.home-triangle-white-contents-area-inner	{
    max-width: 800px;
    margin: 0 auto;
}
:root {
--triangle2-height: 70px;
--triangle2-height2: -80px;
}
.triangle2 {
    position: relative;
    padding: 10px 0px;
    z-index: 10;
}
.triangle2:after {
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-bottom: var(--triangle2-height) solid  #fff;
    content: "";
}
.home-triangle-white-contents-area2 {
    margin-top: var(--triangle2-height);
    margin-bottom: var(--triangle2-height2);
    padding: 20px 0 0;
    background: #FFF;
}

/*ページtop*/
.home-footer-image	{
    position: relative;
    line-height: 0;
    margin-top: -5%;
    z-index: 10000;
}
.home-footer-image	img	{
    line-height: 0;
}
.home-footer-image	.cwrap{
    position: relative;
}
.home-footer-image-pagetop	{
    bottom: 30px;
    right: 0;
}

@media screen and (max-width: 800px) {
    .home-triangle-white-contents-area-inner	{
        padding: 0 4%;
    }

}

@media screen and (max-width: 768px) {
    .home-footer-image	{
        margin: 0;
        padding-top: 10px;
    }

}


/*campaign*/
.home-campaign	{
    display: flex;
    /*flex-wrap: wrap;*/
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 60px;
    padding-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
}
.home-campaign-title	{
    flex-basis: 18%;
    line-height: 0;
}
.home-campaign-title	img{
    width: 110px
}
.home-campaign-txt	{
    margin-top: 0;
    line-height: 0;
}
.home-campaign-txt	img{
    width: 100%;
}

.home-campaign-catch {
    display:flex;
    width:100%;
    justify-content:end;
}

@media screen and (max-width: 1150px) {
        .home-campaign-title	{
            text-align: center;
        }
}

@media screen and (max-width: 980px) {
        .home-campaign-title	{
            flex-basis: 20%;
        }
        .home-campaign-txt	{
            margin-top: 20px;
        }
}

@media screen and (max-width: 980px) {
        .home-campaign	{
            margin: 0;
        }
}

@media screen and (max-width: 768px) {
        .home-campaign	{
            padding: 20px 0;
        }
        .home-campaign-title{
            /*flex-basis: 100%*/
            margin: 0 10px 0 30px;
        }
        .home-campaign-title	{
            padding: 10px 0;
            background: var(--color-03)
        }
        .home-campaign-title	img{
            width: 80px;
        }
}

.home-campaign-catch	.catch-title	{
    margin: 20px 0 0 80px;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.home-campaign-catch	.catch-title	.red{
    color: #e83710;
}

@media screen and (max-width: 980px) {
    .home-campaign-catch	.catch-title	{
        font-size: 80%;
        margin: 0 20px;
        /*text-align: center;*/
    }
}

.campaign-chosei-block {
    height: 150px;
}
.campaign-chosei-block-02 {
    height: 50px;
}
.campaign-illust {
    padding: 10px 5% 50px 5%;
    text-align: center;
}
.campaign-illust img{
    max-width: 80%;
}

@media screen and (max-width: 768px) {
    .campaign-illust {
        padding: 10px 10px 50px 10px;
    }
        .campaign-illust img{
        max-width: 100%;
    }
}

.summer-campaign	{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.summer-campaign-left	{
    flex-basis: 48.5%;
}
.summer-campaign-title	{
    margin-bottom: 18px;
    color: #007287;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.summer-campaign-text	{
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    font-weight: 600;
}
.summer-campaign-text	strong{
    color: var(--color-01)
}
.summer-campaign-side-image	{
    flex-basis: 48%;
}
.summer-campaign-text	.red{
    color: var(--color-01)
}

@media screen and (max-width: 980px) {
    .summer-campaign-left,
    .summer-campaign-side-image	{
        flex-basis: 100%
    }
    .summer-campaign-left	{
        margin-bottom: 10px;
    }
    .summer-campaign-text	{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .summer-campaign	{
        margin-bottom: 0;
    }
}


/*price*/
.price-block-inner	{
    margin-bottom: 10px;
}
.price-syubetu	{
    margin-bottom: 35px;
    font-family: 'Noto Serif JP', serif;
}
.price-syubetu	dt{
    color: #ff3300;
    font-size: 20px;
}
.price-syubetu	dd{
    margin-bottom: 10px;
}
.price-syubetu.margin-none	{
    margin-bottom: 0;
}


/*印刷をする*/
.for-print	{
    display: block;
    width: 380px;
    text-align: center;
}
.for-print	{
    display: block;
    max-width: 380px;
    margin: 0 auto;
    padding: 10px 0;
    color: #000;
    background: #ececec;
}
.for-print	i{
    margin-right: 10px;
    color: var(--color-01);
    font-size: 24px;
}
.for-print	input	{
    border: none;
    padding: 0;
    font-size: 20px;
    font-weight: 200;
}
.for-print	input:hover	{
    background: #ececec;
}

@media only screen and (max-width: 840px) {
    .for-print	{
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .for-print	input	{
        font-size:18px;
    }
}

@keyframes show{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
}

@media print{
        .for-print	{
            display: none;
        }
}


/*メリット*/
.campaign-merit-title	{
    margin-bottom: 18px;
    color: #007287;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.merit	{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.merit-left	{
    flex-basis: 48.5%;
}
.merit-side-image	{
    flex-basis: 48%
}
.merit-text	{
    margin-bottom: 0px;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}
.merit-text	.red{
    color: var(--color-01)
}
.merit-text	.blue{
    color: var(--color-04)
}
.merit-text	.blue  a{
    color: #007287;
}

@media screen and (max-width: 980px) {
    .merit-text	{
        margin-bottom: 10px;
    }
    .merit-left,
    .merit-side-image	{
        flex-basis: 100%
    }
    .lead-title-image{
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}


/*Q&A*/
.qa-box {
    padding: 10px 0 30px 0;
}

@media screen and (max-width: 768px) {
    .qa-box {
        padding: 10px 0 30px 0;
    }
}

.qa-1 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}
.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-1[open] summary::after {
    transform: rotate(225deg);
}
.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
    transform: none;
    opacity: 1;
}
.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


/*pconly sponly切り替え*/

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1024px) {
	.w1024only{
		display: none;
	}
}

@media screen and (max-width: 1024px) {
    .w1024only{
        display: block;
        /*position:relative;
        z-index: 2;*/
    }

    .w1024pconly{
        display: none;
    }
}

@media screen and (min-width: 769px) {
	.sponly{
		display: none;
	}
}

@media screen and (max-width: 768px) {
    .pconly{
        display: none;
    }
    .sponly{
        display: block;
        position:relative;
        /*z-index: 2;*/
    }
}