@charset "UTF-8";

.marker{
    font-size: 20px;
    background: linear-gradient(transparent 75%,#ECD6BC 75%);
}

/*------------------------------

 アンカーリンク

------------------------------*/
.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.box-anchor{
    margin: 0 0 150px;
    padding: 60px 0 40px;
    position: relative;
}
.box-anchor ul{
    margin-right: -20px;
}
.box-anchor .item{
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 20px;
}
.box-anchor .item a{
    background: #fff;
}
.box-anchor .item a .img{
    width: 41.142%;
}
.box-anchor .item a p{
    font-size: 12px;
    width: 58.858%;
    padding: 0 20px;
}
.box-anchor .item a p span{
    font-size: 16px;
}

.box-anchor:before{
    content: "";
    display: block;
    width: 100%;
    height: 140%;
    background: #e6ebec;
    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .box-anchor .item a p{
        font-size: 14px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .box-anchor{
        margin: 0 0 90px;
        padding: 30px 0 20px;
    }
    .box-anchor ul{
        margin-right: 0;
    }
    .box-anchor .item{
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
}

/*------------------------------

Sec01

------------------------------*/
section{
    margin-top: -180px;
    padding-top: 180px;
}
section .sec01{
    margin-bottom: 40px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	section {
		margin-top: -100px;
		padding-top: 100px;
	}
	section .sec01{
		margin-bottom: 30px
	}
	section .box-lead{
		width: 85%;
	}
}


/*------------------------------

Slide

------------------------------*/
.slide-dot{
    margin: 10px auto 40px;
    position: relative;
    z-index: 10;
}
.slide-dot .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #82A2A5;
    opacity: 1;
    transition: all 300ms 0s ease;
}
.slide-dot .swiper-pagination-bullet-active{
    background: #2F6368;
}

/*------------------------------

detail

------------------------------*/
.d-course .detail{
    background: #fff;
    border: double 3px #9e9e9e;
    padding: 30px;
}
.d-course .notes{
    text-align: left;
    margin: 50px auto;
}

/*------------------------------

見積もり

------------------------------*/
#sec-estimate .member{
    margin: 5px auto 10px;
}
#sec-estimate .member span{
    font-size: 36px;
    font-weight: bold;
    
    display: inline-block;
    vertical-align: middle;
}
#sec-estimate .member .tag{
    font-size: 20px;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 3px 15px;
    color: #fff;
    background: #df9864;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-estimate .member span{
        font-size: 28px;
    }
}

/*------------------------------

オプション

------------------------------*/
#sec-dining, #sec-option{
    position: relative;
}
#sec-dining:before, #sec-option:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    background: #fff;
}
#sec-option .list{
    margin: 0 -20px 0 0;
    align-items: normal;
}
#sec-option .list .item{
    width: 33.333%;
    margin-bottom: 30px;
    padding-right: 20px;
}
#sec-option .list .item p{
    margin: 10px 0;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #sec-dining:before, #sec-option:before{
        height: 90%;
        top: 140px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-dining:before, #sec-option:before{
        height: 98%;
        top: 60px;
    }
	#sec-option .list .item {
		width: 50%;
	}
    #sec-option .list .item p{
        font-size: 12px;
        text-align: left;
    }
}