@charset "UTF-8";

/* common */

*{
    box-sizing:border-box;
}
body{
    font-family: "Noto Sans Japanese", sans-serif;
    color:#333;
}

img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.cf:after{
    content:"";
    display:block;
    clear:both;
}

.three-icon{
    
}
.footer__box{
    display: block;
//    border-bottom: 6px dotted #f2f5f7;
    margin: 80px auto -20px;
    width:1000px;
}
.marker__1{
    background:linear-gradient(transparent 70%, #e07170 70%);
}
.marker__2{
    background:linear-gradient(transparent 70%, #b6c2d3 70%);
}
.marker__3{
    background:linear-gradient(transparent 70%, #eeb2b2 70%);
}

.main-container{

}
@media screen and (max-width:768px){
	.main-container{
		    margin-top:70px;
	}
}

.header-container{
    height:100px;
    background:#fff;
    position:relative;
    z-index:99;
}
.header{
    width:1000px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.header__left{
    width:480px;
    display:flex;
}
.header__logo__link{
    display:block;
    width:250px;
    margin-bottom:4px;
    padding-top:15px;
}
.header__logo__description{
    font-size: 12px;
    color: #777;
    text-align: center;
    padding-top: 46px;
    padding-left: 13px;
}
.header__right{
    width:486px;
    display:flex;
    justify-content:space-between;
    text-align:center;
    padding-top:20px;
}
.header__right__left__top{
    font-size:27px;
    color:#e07170;
    font-weight:800;
}
.header__right__left__top .fas{
    margin-right:4px;
}
.header__right__left__bottom{
    font-size:13px;
    font-weight: 500;
    color:#555;
}
.header__right__right__tel__link{
    display: block;
    width: 250px;
    height: 60px;
    margin-top: 3px;
    line-height: 60px;
    background: #e07170;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
}

@media screen and (max-width:768px){
    .header-container__sp{

    }
    .header__sp{
        display: flex;
			justify-content:space-between;
        height: 70px;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 999;
        box-shadow:0 0 10px #ccc;
    }
    .header__logo__description__sp{
        font-size: 11px;
        text-align: center;
    }
    .header__left__sp{
        width:40%;
        padding: 18px 10px 0 12px;
    }
    .header__right__sp{
		width:52%;
        text-align: center;
    }
    .header__right__box__sp{
        display:flex;
    }
    .header__right__box__sp__button{
        width: 40px;
        height: 40px;
        line-height: 40px;
        background:#a6362a;
        display: block;
        font-size: 19px;
        font-weight: 800;
        color: #fff;
        border-radius: 20px;
        margin: 17px 0 0 11px;
    }
	.header__right__box__sp__button__text{
		font-size:12px;
		margin-top:18px;
	}
}

.mainVisual{
    position:relative;
    height:600px;
}
.mainVisual__left__top__img{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:160px;
}
.mainVisual__right__bottom__img{
    position:absolute;
    right:0;
    bottom:0;
    z-index:2;
    width:160px;
}

.mainVisual__img{
    height:600px;
    background-size:cover;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.mainVisual__box{
    width:1000px;
    position:absolute;
    top:50px;
    left:0;
    right:0;
    margin:auto;
}
.mainVisual__box__list{
    display:flex;
    justify-content:space-between;
    width:550px;
}
.mainVisual__box__list__items{
    width:170px;
    text-align:center;
}
.mainVisual__box__list__items__top{
    color:#fff;
    font-weight:500;
}
.mainVisual__box__list__items__bottom{
    width:170px;
    height:170px;
    background:#fff;
    border-radius:50%;
    font-weight:600;
    font-size:22px;
    padding-top:50px;
}
.mainVisual__box__list__items:nth-child(3) .mainVisual__box__list__items__bottom{
    padding-top:27px;
}

.mainVisual__arrow{
    width:550px;
    text-align:center;
    margin:20px 0;
}
.mainVisual__arrow__icon{
    display:inline-block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #738331 transparent transparent transparent;
}

.mainVisual__bottom__text{
    font-size: 62px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-shadow:0 0 10px #555;
}
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #c07b60 0%) repeat scroll 0 0;}
.mainVisual__bottom__text__large{
    font-weight:900;
}

@media screen and (max-width:768px){
    .mainVisual__box__list{
        width: 93%;
        margin: 0 auto;
    }
    .mainVisual__arrow{
        width:100%;
    }
    .mainVisual__bottom__text{
        font-size:32px;
        width: 90%;
        margin: 0 auto;
    }
    .mainVisual__box__list__items{
        width:110px;
    }
    .mainVisual__box__list__items__bottom{
        width: 110px;
        height: 110px;
        font-size: 15px;
        padding-top: 30px;
    }
    .mainVisual__box__list__items:nth-child(3) .mainVisual__box__list__items__bottom{
        padding-top: 16px;
    }
    .mainVisual__box__list__items__top{
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }
    .mainVisual{
        height:480px;
    }
    .mainVisual__img{
        height:480px;
    }
}


/*  */
.contents__1{
    background:#fdfcf5;
    padding:50px 0;
}
.contents__1__box{
    display:flex;
    width:1000px;
    margin:0 auto;
}
.contents__1__box__left{
    width:500px;
    padding-left:50px;
    padding-top:17px;
}
.contents__1__box__left__title{
    font-size:33px;
    margin-bottom:30px;
    position:relative;
}
.contents__1__box__left__title .three-icon{
    position: absolute;
    left: -31px;
    top: -21px;
    width: 40px;
}
.contents__1__box__left__marginLeft{
    margin-left:40px;
}
.contents__1__box__left__text{
    width:400px;
    line-height:1.8;
}
.contents__1__box__right{
    width:500px;
}

@media screen and (max-width:768px){
    .contents__1__box{
        display:block;
    }
    .contents__1__box__left{
        width:100%;
        padding:0;
    }
    .contents__1__box__left__text{
        width:100%;
        margin-bottom:20px;
    }
    .contents__1__box__right{
        width:100%;
    }
    .contents__1__box__left__title{
        font-size: 23px;
        padding-left:40px;
        margin-bottom: 20px;
    }
    .contents__1__box__left__title .three-icon{
        left: 14px;
        top: -17px;
        width: 30px;
    }
}


/*  */

.contents__2{
    background:url(../image/contents__2__box__bg.png);
    background-repeat:repeat-x;
    background-size: 100%;
    padding: 50px 0 0;
}
.contents__2__box{

}
.contents__2__list{
    width:760px;
    margin:0 auto;
}
.contents__2__list__items{
    float:left;
    width:360px;
    margin-right:40px;
    margin-bottom:40px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%);
}
.contents__2__list__items:nth-child(even){
    margin-right:0;
}
.contents__2__list__items__link{
    display:block;
}
.contents__2__list__items__link__top{
    height:240px;
}
.contents__2__list__items__link__top img{
    height:100%;
    object-fit:cover;
}
.contents__2__list__items__link__bottom{
    padding:30px;
}
.contents__2__list__items__link__bottom__title{
    margin-bottom:14px;
}
.contents__2__list__items__link__bottom__text{

}
/* リンクボタン　CSS */
.contents__2__next__link__1{
    display: block;
    width: 630px;
    height: 60px;
    line-height: 60px;
    background: #e07170;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    position: relative;
}
.contents__2__next__link__1 img{
    width: 24px;
    position: absolute;
    right: 20px;
    top: 18px;
}
/* 見出し　CSS */
.contents__2__box__title{
    text-align: center;
    margin-bottom: 40px;
}
.contents__2__box__title__box__top{
    font-size: 13px;
    color: #99ab4e;
}
.contents__2__box__title__box__bottom{
    font-size: 30px;
    font-weight:900;
}

@media screen and (max-width:768px){
    .contents__2{
        background-size:auto;
    }
    .contents__2__list{
        width:90%;
    }
    .contents__2__list__items{
        float:none;
        width:100%;
    }
    .contents__2__next__link__1{
        width:90%;
    }
    .contents__2__box__title__box__bottom{
        font-size:21px;
    }
}



/*  */
.contents__3{
    background:url(../image/contents__3__list__img__bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px 0 70px;
}
.contents__3__box{
    width:880px;
    margin:0 auto;
}
.contents__3__list{
    margin-top:90px;
}
.contents__3__list__items{
    float:left;
    width:420px;
    height: 214px;
    margin-right:40px;
    margin-bottom:60px;
    background:rgba(225,131,130,0.9);
    border-radius:14px;
    padding: 42px;
    position:relative;
}
.contents__3__list__items:nth-child(even){
    margin-right:0;
}
.contents__3__list__items__icon{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -46px;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #b64645;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
}
.contents__3__list__items__icon__top{
    margin-bottom: -9px;
    display: block;
    font-size: 13px;
}
.contents__3__list__items__icon__bottom{
    font-weight:900;
    font-size:32px;
}
.contents__3__list__title{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 13px;
}
.contents__3__list__text{
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
}
.contents__3__box .contents__2__box__title__box__top{
    color:#fff;
}
.contents__3__box .contents__2__box__title__box__bottom{
    color:#fff;
}

@media screen and (max-width:768px){
    .contents__3{
        padding: 30px 0 60px;
    }
    .contents__3__box{
        width:100%;
    }
    .contents__3 .contents__2__box__title{
        margin-bottom:-20px;
    }
    .contents__3__list__items{
        float:none;
        width:90%;
        height:auto;
        margin:0 auto 80px;
        padding: 40px 32px 32px;
    }
    .contents__3__list__items:nth-child(even){
        margin:0 auto 60px;
    }
    .contents__3__list__title{
        font-size:18px;
    }
    .contents__3__list__text{
        font-size:15px;
    }
    .contents__3__list__items__icon{
        width: 70px;
        height: 70px;
    }
    .contents__3__list__items__icon__top{
        font-size:12px;
    }
    .contents__3__list__items__icon__bottom{
        font-size: 28px;
    }
    .contents__3__list__items:nth-child(4){
        margin-bottom:0;
    }
}


/*  */
.contents__4{
    padding:60px 0;
}
.contents__4__box{
    margin-bottom:80px;
}
.contents__4__list{
    width:840px;
    margin:60px auto 0;
}
.contents__4__list__items{
    display:flex;
    margin-bottom:30px;
}
.contents__4__list__items__left{
    width:310px;
}
.contents__4__list__items__left img{
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 10%);
}
.contents__4__list__items__right{
    width:530px;
    padding-left:40px;
}
.contents__4__list__items__right__title{
    font-size:21px;
    margin-bottom:10px;
}
.contents__4__list__items__right__text{
    color:#555;
    font-size:16px;
}

@media screen and (max-width:768px){
    .contents__4__box{
        margin-bottom:0;
    }
    .contents__4__list{
        width:100%;
    }
    .contents__4__list__items{
        display:block;
    }
    .contents__4__list__items__left{
        width: 90%;
        margin: 0 auto 20px;
    }
    .contents__4__list__items__right{
        width:90%;
        margin:0 auto;
        padding:0;
    }
    .contents__4__list__items__right__title{
        font-size:19px;
    }
    .contents__4__list__items__right__text{
        font-size:15px;
    }
}



/*  */
.contents__6{
    padding:60px 0 80px;
}
.contents__6__box{

}
.contents__6__box__box{
    background:url(../image/contents__6__bg.png);
    background-size:cover;
    width:860px;
    height:480px;
    margin:0 auto;
    position:relative;
}
.contents__6__box__box__inBox{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 85%;
    height: 85%;
    border:10px solid rgba(255,255,255,0.7);
    background:transparent;
}
.contents__6__box__box__inBox__inBox{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 97%;
    height: 94%;
    background:rgba(255,255,255,0.7);
}
.contents__6__box__box__inBox__inBox__title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 18%;
    font-size: 36px;
    color: #e07170;
    width: 70%;
    font-family:serif;
}

@media screen and (max-width:768px){
    .contents__6__box__box{
        width:90%;
        height: 320px;
    }
    .contents__6__box__box__inBox__inBox__title{
		font-size: 22px;
		top: 30px;
		width: 100%;
    }
}


/*  */
.contents__7{
    background:#fdf4f4;
    padding:60px 0 70px;
}
.contents__7__box{
    width:1000px;
    margin:0 auto;
}
.contents__7__box__top{
    display:flex;
    justify-content:space-between;
    width:660px;
    margin:0 auto;
}
.contents__7__box__top__img{
    display:block;
    width:90px;
}
.contents__7 .contents__2__box__title{
    margin-bottom:0;
    margin-top: -27px;
}
.contents__7__box__content{
    display:flex;
    width:1000px;
}
.contents__7__box__content__left{
    width:500px;
}
.contents__7__box__content__left__text{
    font-size:16px;
    line-height:1.8;
    margin-bottom:20px;
    color:#444;
}
.contents__7__box__content__right{
    width:500px;
    padding-left:60px;
}
.contents__7__box__content__right__img{
    width:360px;
    margin-bottom:40px;
}
.contents__7 .contents__2__box__title__box__top{
    color:#e07170;
}
.contents__7 .contents__2__box__title__box__bottom{
    font-size:24px;
}

@media screen and (max-width:768px){
    .contents__7{
        position:relative;
    }
    .contents__7__box__top{
        width:100%;
        margin: 0 auto 20px;
    }
    .contents__7__box__content{
        display:block;
        width:100%;
    }
    .contents__7__box__content__left{
        width:100%;
    }
    .contents__7__box__content__left__text{
        font-size:15px;
    }
    .contents__7__box__content__right{
        width:100%;
        padding:0;
    }
    .contents__7__box__content__right__img{
        width:100%;
    }
    .contents__7 .contents__2__box__title{
        margin:0 auto;

    }
    .contents__7 .contents__2__box__title__box__bottom{
        font-size:19px;
    }
    .contents__7__box__top__img__left{
        position:absolute;
        top:10px;
        left:10px;
        width:60px;
    }
    .contents__7__box__top__img__right{
        position:absolute;
        top:10px;
        right:10px;
        width:60px;
    }
}


/*  */
.contents__8{

}
.contents__8__box{

}
.contents__8__box__top{

}
.contents__8__box__top__border{

}
.contents__8__list{
    width:900px;
    margin:0 auto;
}
.contents__8__list__items{
    display:flex;
    justify-content:space-between;
    background:#f1e5c8;
    margin-bottom:25px;
    border-radius:12px;
    padding:36px 55px;
}
.contents__8__list__items__left{
    width:160px;
    text-align:center;
}
.contents__8__list__items__left__img{
    margin-bottom:10px;
}
.contents__8__list__items__left__date{
    font-size:14px;
    margin-bottom:2px;
}
.contents__8__list__items__left__name{
    font-size:14px;
}
.contents__8__list__items__right{
    width:570px;
}
.contents__8__list__items__right__title{
    background: #fff;
    margin-top:10px;
    padding: 20px;
    border-radius: 13px;
    text-align: center;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 10%);
    position:relative;
}
.contents__8__list__items__right__title:before{
    position:absolute;
    left:-20px;
    top:26px;
    display:inline-block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(73deg);
}
.contents__8__list__items__right__text{
    margin-top:20px;
    line-height:1.8;
}
.contents__8 .contents__8__box__top{
    position: relative;
    width: 500px;
    margin: 30px auto 50px;
}
.contents__8__box__top__left__border{
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 63px;
    font-weight: 100;
    transform: rotate(-10deg);
    color:#9b7828;
}
.contents__8__box__top__right__border{
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 63px;
    font-weight: 100;
    transform: rotate(10deg);
    color:#9b7828;
}
.contents__8 .contents__2__box__title__box__top{
    color:#9b7828;
}

@media screen and (max-width:768px){
    .contents__8__list{
        width:90%;
    }
    .contents__8__list__items{
        display:block;
        padding: 28px 32px;
    }
    .contents__8__list__items__left{
        width: 60%;
        margin: 0 auto;
    }
    .contents__8__list__items__right{
        width:100%;
    }
    .contents__8 .contents__8__box__top{
        width:90%;
    }
    .contents__8__box__top__left__border{
        top: 40px;
        left: 8px;
        font-size: 43px;
    }
    .contents__8__box__top__right__border{
        top: 40px;
        right: 8px;
        font-size: 43px;
    }
    .contents__8__list__items__right__title{
        font-size:17px;
    }
    .contents__8__list__items__right__text{
        font-size:15px;
    }
    .contents__8__list__items__right__title:before{
        left: 40px;
        top: -34px;
        transform: rotate(203deg);
    }
}


/*  */
.contents__9{
    padding:60px 0 70px;
}
.contents__9__box{

}
.contents__9__topText{
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
    color: #444;
}
.contents__9__list{
    width:890px;
    margin:0 auto;
}
.contents__9__list__items{
    padding:30px;
}
.contents__9__list__items:nth-child(odd){
    background:#ebeedc;
}
.contents__9__list__items:nth-child(even){
    background:#f4eed4;
}
.contents__9__list__items__title{
    font-size:21px;
    margin-bottom:16px;
}
.contents__9__list__items__title__icon{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #99ab4e;
    text-align: center;
    background: #fff;
    font-size: 19px;
    margin-right:12px;
}
.contents__9__list__items__box{
    display:flex;
}
.contents__9__list__items__box__left{
    width:180px;
}
.contents__9__list__items__box__right{
    width:650px;
    padding-left:20px;
    padding-top:10px;
    line-height:1.8;
}
.contents__9__list__items__box__right__text a{
	text-decoration:underline;
}
@media screen and (max-width:768px){
    .contents__9__topText{
        font-size: 14px;
        width: 80%;
        margin: -30px auto 20px;
        color:#555;
    }
    .contents__9__list{
        width:100%;
    }
    .contents__9__list__items__box{
        display:block;
    }
    .contents__9__list__items__box__left{
        width:100%;
    }
    .contents__9__list__items__box__right{
        width:100%;
        padding:0;
    }
    .contents__9__list__items:nth-child(odd),
    .contents__9__list__items:nth-child(even){
        width:90%;
        margin:0 auto 20px;
        padding:24px;
    }
    .contents__9__list__items__title{
        font-size:19px;
    }
    .contents__9__list__items__title__icon{
        display:block;
        margin-bottom:10px;
    }
    .contents__9__list__items__box__right__text{
        font-size: 14px;
        margin-top: 17px;
    }
}


/*  */
.contents__10{
    background:#fdf4f4;
    padding:60px 0 70px;
}
.contents__10__box{
    width:800px;
    margin:0 auto;
    position:relative;
}
.contents__10__box__number{
    position: absolute;
    top: -20px;
    left: -40px;
    display: flex;
    color:#e07170;
}
.contents__10__box__number__transform{
    transform:rotate(90deg);
    line-height: 5;
}
.contents__10__box__number__large{
    font-size: 70px;
    font-weight: 800;
}

.contents__10__box__top{
    display:flex;
    position:relative;
    margin-bottom:30px;
}
.contents__10__box__top__img{
    width:450px;
}
.contents__10__box__top__img img{
    box-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%)
}
.contents__10__box__top__title{
    padding: 24px 46px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 2;
    font-size: 32px;
    color: #e07170;
    box-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%)
}
.contents__10__box__text{
    margin-bottom:30px;
    line-height:1.8;
}
.contents__10__list{

}
.contents__10__list__items{
    display:flex;
    margin-bottom:30px;
}
.contents__10__list__items__left{
    width:320px;
}
.contents__10__list__items__left img{
    box-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%)
}
.contents__10__list__items__right{
    width:480px;
    padding-top:20px;
    padding-left:30px;
}
.contents__10__list__items__right__title{
    font-size:21px;
    margin-bottom:10px;
}
.contents__10__list__items__right__text{
    line-height:1.8;
    color:#444;
}
.contents__10 .contents__2__box__title__box__top{
    color:#e07170;
}

@media screen and (max-width:768px){
    .contents__10__box{
        width:100%;   
    }
    .contents__10__list__items{
        display:block;
    }
    .contents__10__list__items__right{
        width:100%;
        padding:0;
    }
    .contents__10__box__number{
        top: -110px;
        left: -20px;
    }
    .contents__10__box__top__img{
        width: 90%;
        margin: auto auto auto -90px;
    }
    .contents__10__box__top__title{
        padding: 28px 26px;
        top: 110px;
        right: 20px;
        font-size: 20px;
    }
    .contents__10__box__text{
        font-size: 15px;
        width:90%;
        margin:60px auto 40px
    }
    .contents__10__list{
        width: 90%;
        margin: 0 auto;
    }
    .contents__10__list__items__right__title{
        margin-top: 20px;
        font-size:18px;
    }
    .contents__10__list__items__right__text{
        font-size:15px;
    }
}


/*  */
.contents__11{
    background:#e6ebf1;
}
.contents__11 .contents__10__box__top__title{
    color:#41628f;
}
.contents__11 .contents__10__box__number{
    color:#41628f;
}
.contents__11 .contents__2__box__title__box__top{
    color:#41628f;
}


/*  */
.contents__12{
    padding:60px 0 70px;
}
.contents__12__box{

}
.contents__12__list{
    width:1000px;
    margin:0 auto;
}
.contents__12__list__items{
    float:left;
    width:490px;
    margin-right:20px;
    margin-bottom:16px;
}
.contents__12__list__items:nth-child(even){
    margin-right:0;
}

.contents__12__list__items__before{
    display:flex;
  padding:24px 20px;
  border-radius: 8px;
  background:#fff;
  position: relative;
  box-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%);
}
.contents__12__list__items__before:hover{
    cursor:pointer;
}
.contents__10__list__items__right__text__icon{
    display:inline-block;
    width:38px;
    height:38px;
    line-height:38px;
    border-radius:50%;
    text-align:center;
    background:#99ab4e;
    color:#fff;
    font-weight:800;
    margin-right:18px;
}

.contents__12__list__items__after{
  padding:14px 14px;
  border-radius: 10px;
  margin-top: 10px;
  background: #99ab4e;
  margin-top:-20px;
}
.active__color{
    box-shadow:none;
    background: #99ab4e;
    transition:0.5s;
    color:#fff;
}
.active__color .contents__10__list__items__right__text__icon{
    background:#fff;
    color:#99ab4e;
}

.contents__12__list__items__before span::before,
.contents__12__list__items__before span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #99ab4e;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
  
.contents__12__list__items__before span::after {
  background: #99ab4e;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.contents__12__list__items__before .active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.contents__12__content__text{
    width:360px;
}
.contents__12__list__items__after__box{
    display:flex;
    background:#fff;
    padding:20px;
}
.contents__10__list__items__right__after__text__icon{
    margin-right:12px;
    color:#99ab4e;
    font-weight:600;
    font-size:28px;
}
.contents__12__content__after__text{

}

@media screen and (max-width:768px){
    .contents__12__list__items{
        float:none;
        width:100%;
    }
    .contents__12__content__text{
        width: 210px;
        font-size: 13px;
    }
    .contents__12__content__after__text{
        font-size:13px;
    }
    .contents__10__list__items__right__after__text__icon{
        margin-right: 22px;
    }
}



/*  */
.contents__14{
    background:url(../image/contents__14__img__bg__1.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    padding: 120px 0 100px;
}
.contents__14__box{

}
.contents__14__title{
    width: 830px;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    text-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%)
    position: relative;
}
.contents__14__title__large{
    font-size:66px;
    font-weight:900;
}
.contents__14__title__arrow__left{
    position:absolute;
    top:-40px;
    left:0;
    width:90px;
}
.contents__14__title__arrow__right{
    position:absolute;
    bottom:-40px;
    right:0;
    width:90px;
}
.contents__14__text{
    text-align: center;
    margin: 60px 0;
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}
.contents__14__button{
    display:flex;
    justify-content:space-between;
    width:930px;
    margin:0 auto;
}
.contents__14__button__left__link{
    display:block;
    width:440px;
    height:90px;
    line-height:90px;
    background:#e07170;
    border-radius:7px;
    color:#fff;
    text-align:center;
    font-size:19px;
    font-weight:600;
}
.contents__14__button__right__link{
    display:block;
    width:440px;
    height:90px;
    line-height:90px;
    background:#b62726;
    border-radius:7px;
    color:#fff;
    text-align:center;
    font-size:19px;
    font-weight:600;
}

@media screen and (max-width:768px){
    .contents__14__title{
        width:90%;
    }
    .contents__14__button{
        display:block;
        width:90%;
    }
    .contents__14__button__left__link{
        width:100%;
    }
    .contents__14__button__right__link{
        width:100%;
    }
    .contents__14__title{
        font-size:20px;
    }
    .contents__14__title__large{
        font-size:28px;
    }
    .contents__14__text{
        width:90%;
        margin: 25px auto 35px;
        font-size:23px;
    }
    .contents__14__button__left__link{
        height: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .contents__14__button__right__link{
        height: 70px;
        line-height: 70px;
    }
}


/*  */
.footer{
    padding:60px 0;
    background:#444444;
    color:#fff;
}
.footer__box{
    display:flex;
    width:1000px;
    margin:0 auto;
}
.footer__left{
    width:350px;
    padding-right:70px;
    border-right:1px solid #555;
}
.footer__right{
    display:flex;
    width:650px;
    padding-left:60px;
}
.footer__logo__description{
    margin-top:10px;
    font-size:13px;
    color:#fff;
    text-align:center;
}
.footer__right__left{
    width: 340px;
    font-size: 13px;
    line-height: 2;
    margin:auto 0;
}
.footer__right__right{
    width:310px;
    font-size:13px;
    margin:auto 0;
}
.footer__right__right__sns{
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin:auto 0 20px auto;
}
.footer__right__right__sns__link{
    display:block;
    width:46px;
}
.copyright{
    text-align:right;
}

@media screen and (max-width:768px){
    .footer__box{
        display:block;
    }
    .footer__left{
        width: 70%;
        padding: 0;
        margin: 0 auto 30px;
        border: none;
    }
    .footer__right{
        display:block;
        width:100%;
        padding:0;
    }
    .footer__right__left{
        width: 90%;
        margin: 0 auto 30px;
        text-align:center;
    }
    .footer__right__right__sns{
        text-align: center;
        margin: 0 auto 50px;
    }
    .copyright{
        text-align:center;
    }
}


/* ヘッダーのクローン */
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background:rgba(255,255,255,0.6);
}
.is-show {
    transform: translateY(0);
}


@media screen and (max-width:768px){
    .border__circle,
    .contents__1__box,
    .contents__7__box,
    .contents__12__list,
    .footer__box{
        width:90%;
    }
    .contents__7__box__content,
    .mainVisual__box{
        width:100%;
    }
}

.sns__follow__button__twitter{
    font-size: 18px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    color: #1DA1F2;
	font-weight:800;
}
.sns__follow__button__instagram{
    font-size: 18px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    color: #CF2E92;
	font-weight:800;
}
.sns__follow__button__facebook{
    font-size: 18px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    color: #1877f2;
	font-weight:800;
}

.banner{
	  width: 840px;
    margin: 10px auto 50px;
}
@media screen and (max-width:768px){
	.banner{
		width: 90%;
      margin: 10px auto 30px;
	}
}


/* 商品一覧の下のお問い合わせ導線 */
.product__content__dl{
    background:orange;
    padding: 60px 0px;
    background: #99ab4e;
    background:url(https://breezegarden-kobo.net/campaign-kobo/wp-content/uploads/2021/06/c__1__bg-1.png);
    background-size: cover;
    color:#333;
}
.product__content__dl__box{
    width:1000px;
    margin:0 auto;
    position:relative;
}
.product__content__dl__box__box{
    display:flex;
    justify-content:space-between;
}
.product__content__dl__box__box__left{

}
.product__content__dl__box__box__right{

}
.product__content__dl__box__box__link{
    display: block;
    width: 480px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    border-radius: 50px;
    //border: 1px solid #fff;
    background:#e28c30;
    position:relative;
    transition:0.4s;
	 //color:#41628f;
	 color:#fff;
    //box-shadow: 0 0 10px #aaa;
	 box-shadow:0 1rem 2rem hsl(0deg 0% 0% / 10%)
}
.product__content__dl__box__box__left .product__content__dl__box__box__link{
	 background:#cd3b19;
}
.product__content__dl__box__box__link:after{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight:900;
    display:block;
    position:absolute;
    top:0;
    right:30px;
    font-size:13px;
}
.product__content__dl__box__box__link:hover{
    transition:0.4s;
    box-shadow: none;
	 opacity:0.7;
}
.product__content__dl__box__title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
	  //color:#41628f;
	 color:#333;
}
.product__content__dl__box__title__icon{
    width: 250px;
    margin-left: 10px;
    position: absolute;
    top: -110px;
    right: -190px;
}
.product__content__dl__box__box__tel{
    text-align: center;
    margin-top: 60px;
}
.product__content__dl__box__box__tel__number{
    display:block;
    font-size: 57px;
    font-weight: 800;
//    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
    //color:#ac811c;
    //color:#e07170;
	color:#cd3b19;
}
.product__content__dl__box__box__tel__topSmallText{
    font-size: 21px;
    line-height: 0.8;
    font-weight:600;
}
.product__content__dl__box__box__tel__bottomSmallText{
    font-size:21px;
    line-height:1;
}
.product__content__dl__box__box__iconImg__1{
    position: absolute;
    bottom: 0px;
    right: 140px;
    width: 100px;
    height: auto;
}
@media screen and (max-width:768px){
    .product__content__dl{
        background-position: -270px;
    }
    .product__content__dl__box{
        width:90%;
        margin:0 auto;
    }
    .product__content__dl__box__box{
        display:block;
    }
    .product__content__dl__box__box__link{
        width:100%;
        height: 60px;
        line-height: 60px;
        font-size:16px;
        margin-bottom: 14px;
    }
    .product__content__dl__box__title{
        font-size: 19px;
    }
    .product__content__dl__box__box__tel{
        margin-top:30px;
    }
    .product__content__dl__box__box__tel__number{
        background: #cd3b19;
        border-radius: 50px;
        padding: 8px 0;
        font-size: 29px;
        margin-top: 20px;
        margin-bottom: 13px;
        box-shadow: 0 0 6px #777;
        text-shadow:none;
        color:#fff;
    }
    .product__content__dl__box__box__iconImg__1{
        /*
        right: 20px;
        width: 50px;
        */
        display:none;
    }
    .product__content__dl__box__box__tel__topSmallText{
        font-size: 17px;
    }
    .product__content__dl__box__box__tel__bottomSmallText{
        font-size: 15px;
        line-height:1.8;
    }
    .product__content__dl__box__title__icon{
        width:20px;
        position:static;
        display:block;
        width:70%;
        margin:auto;
    }
}



/* レスポンシブ表示・非表示 */
.sp-show{
    display:none;
}
@media screen and (max-width:768px){
    .sp-show{
        display:block;
    }
    .pc-show{
        display:none;
    }
}

/* レスポンシブ表示・非表示（flexボックス用） */
.sp-show-flex{
    display:none!important;
}
@media screen and (max-width:768px){
    .sp-show-flex{
        display:flex!important;;
    }
    .pc-show-flex{
        display:none!important;
    }
}