@charset "UTF-8";

/*////////////////////////////

component

////////////////////////////*/
.megurumasr dl{
    margin-bottom: 0;
}
.megurumasr__wrap{
    width: 800px;
    margin: 0 auto;
}
.mainBenefits__wrap{
    width: 740px;
    margin: 0 auto;
}
.detail__wrap{
    width: 800px;
    margin: 0 auto;
}
.megurumasr__tit{
    text-align: center;
    margin: 105px auto 55px auto;
}
.megurumasr__tit img{
    height: 35px;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
@media screen and (max-width: 768px){
    .megurumasr__wrap{
        width: 94.6%;
        margin: 0 auto;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .mainBenefits__wrap{
        width: 87%;
        margin: 0 auto;
    }
    .detail__wrap{
        width: 100%;
        margin: 0 auto;
    }
    
    .megurumasr__tit{
        text-align: center;
        margin: 130px auto 50px auto;
    }    
    .megurumasr__tit img{
        height: 20px;
    }
    
        }
/*////////////////////////////

mainVisual

////////////////////////////*/
.megurimasr__visual{
    width: auto;
}
.megurimasr__text{
    font-size: 16px;
    margin: 30px 0;
}
@media screen and (max-width: 768px){
    .megurimasr__text{
        font-size: 16px;
        width: 87%;
        margin: 50px auto;
    }
}
/*////////////////////////////

mainBenefits

////////////////////////////*/
.mainBenefits{
    border: #7EA7B1 2px solid;
    border-radius: 16px ;
}
.mainBenefits__tit{
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0;
    color:#fff;
    border-radius: 13px 13px 0 0 ; 
    background: #7EA7B1;
    text-align: center;
    letter-spacing: 1em;
    text-indent:1em;
}
.mainBenefits__text{
    font-size: 19px;
    margin: 30px auto;
}
.mainBenefits__foot{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.foot__pic{
    width: 47%;
}
.foot__explain{
    width: 50%;
    text-align: center;
    margin-top: 33px;
}
.explain__text{
    display: inline;
    font-size: 23px;
    font-weight: bold;
    background:linear-gradient(transparent 60%, #EED480 60%);

}

.explain__foot{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.explainfoot__pic{
    width: 48%;
}
@media screen and (max-width: 768px){
    .mainBenefits__tit{
        font-size: 23px;
    }
    .mainBenefits__foot{
        display: block;
        margin-bottom: 30px;
    }
    .foot__pic{
        width: 100%;
    }
    .foot__explain{
        width: 100%;
        margin-top: 30px;
    }
    .explain__text{
        font-size: 21px;
    }
    .explain__foot{
        margin-top: 30px;
    }
    
}
/*////////////////////////////

megurumasr__generalMap

////////////////////////////*/
.generalMap__map{
    margin-bottom: 30px;
}
.generalMap__body{
    display: flex;
    justify-content: space-between;
}
.generalMapBody__sample{
    max-width: 420px;
}
.generalMapBody__list{
    list-style: none;
    counter-reset: number;
}
.generalMapBody__items{
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 45px ;
}
.generalMapBody__items::before {
    counter-increment: number;
    content: counter(number);
    border-radius: 50%;/*円を作る*/
    height: 36px;/*円の高さを指定*/
    width: 36px;/*円の幅を指定*/
    display: flex;/*円と文字が中央になるよう調整*/
    justify-content: center;
    align-items: center;
    position: absolute;/*左端に配置*/
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background: #7EA7B1;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.generalMapBody__items::after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:15px;
    border-bottom-width:0;
    border-left-width:8px;
    border-right-width:8px;
    margin-left: -8px;
    border-top-color:#7EA7B1;
    top: 36px;
    left: 18px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.generalMapBody__items:first-child{
    margin: 0 0 20px 0;
}

.generalMapBody__items a{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom:solid #7EA7B1 2px ;
    padding-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.generalMapBody__items a:hover{
    opacity: 0.7;
    transition: all 0.3s ease-in-out;

}
.generalMap__linkWrap{
    text-align: center;
}
.generalMap__link{
    position: relative;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background:#7EA7B1;
    padding: 13px 61px;
    margin: 0 auto ;
    border-radius: 9999px;
    transition: all 0.3s ease-in-out;

}
.generalMap__link:hover{
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
    text-decoration: none;
}

.generalMap__link::before , .generalMap__link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.generalMap__link::before{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
}
/* 矢印 */
.generalMap__link::after{
    right: 18px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 8px solid transparent;
    border-left: 14px solid #7EA7B1;
}
@media screen and (max-width: 768px){
    .generalMap__body{
        display: block;
        width: 87%;
        margin: 0 auto;
    }
    .generalMapBody__items{
        height: 60px;
    }
    .generalMapBody__items::before {
        top: 34%;
    }
    .generalMapBody__items::after {
        top:40px
    }
    .generalMap__link{
        margin: 60px auto 0 auto;

    }
}
/*////////////////////////////

megurumasr__srList

////////////////////////////*/
.megurumasr__srList{
    counter-reset: number 0;
}
.srList__detail{
    border-top: solid 1px #808080;
    padding-top: 50px;

}
.detail__headPicL{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.detail__headPicR{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}

.detail__info{
    width: 45%;
}
.megurumasr__srList .info__tit{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    margin-left: 50px;
}
.megurumasr__srList .info__tit::before {
    counter-increment: number 1;
    content: counter(number) ;
    border-radius: 50%;/*円を作る*/
    height: 36px;/*円の高さを指定*/
    width: 36px;/*円の幅を指定*/
    display: flex;/*円と文字が中央になるよう調整*/
    justify-content: center;
    align-items: center;
    position: absolute;/*左端に配置*/
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background: #7EA7B1;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.prodact__def{
    display: flex;
    margin-bottom: 15px;

}
.prodact__defTit{
    background: #7EA7B1;
    width: 84px;
    height: 28px;
    padding: 5px 0 0 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.prodact__defData{
    font-size: 16px;
    font-weight: bold;
    padding:4px 0 4px 10px;
    width: 72%;

}

.info__adress{
    font-size: 16px;
    margin-bottom: 20px;

}
.info__def{
    margin-bottom: 0;
    display: flex;

}
.info__defTit{
    width:27% ;
    font-size: 16px;
    font-weight: bold;
}
.info__defTit::before{
    content: "[";
}
.info__defTit::after{
    content: "]";
}

.info__defData{
    width: 72%;
    font-size: 16px;
}

.detail__picL{
    width: 50%;
    filter: drop-shadow(-15px -15px #7EA7B1) ;
}
.detail__picL img{
    border-radius: 14px;
}
.detail__picR{
    width: 50%;
    filter: drop-shadow(15px 15px #7EA7B1) ;
}
.detail__picR img{
    border-radius: 14px;
}

.detail__text{
    font-size: 16px;
    line-height: 1.8em;
    margin: 30px auto;
}
.detail__map{
    width: 100%;
}
.detail__map iframe{
    width: 100%;
    height: 200px;
}
.detail__linkWrap{
    text-align: center;
}
.detail__link{
    position: relative;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background:#94AF65;
    padding: 18px 100px;
    margin: 30px auto 50px auto ;
    border-radius: 9999px;
    transition: all 0.3s ease-in-out;

}
.detail__link:hover{
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
    text-decoration: none;

}

.detail__link::before , .detail__link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.detail__link::before{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
}
/* 矢印 */
.detail__link::after{
    right: 18px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 8px solid transparent;
    border-left: 14px solid #94AF65;
}
@media screen and (max-width: 768px){
    .megurumasr__srList{
        width: 87%;
        margin: 0 auto;
    }
    .detail__headPicL{
        display:flex ;
        flex-direction: column-reverse;

    }
    .detail__headPicR{
        display:flex ;
        flex-direction: column-reverse;

    }
    .detail__info{
        width: 100%;
    }
    .detail__picL{
        width: 96.3%;
        margin-left: auto;
        filter: drop-shadow(-12px -12px #7EA7B1) ;
    }
    
    .detail__picR{
        width: 96.3%;
        margin-right: auto;
        filter: drop-shadow(12px 12px #7EA7B1) ;
    }
    .megurumasr__srList .info__tit{
        margin-bottom: 40px;
        line-height: 1.2em;
    }
    .megurumasr__srList .info__tit::before {
        height: 39px;/*円の高さを指定*/
        width: 39px;/*円の幅を指定*/
    }
    .prodact__def{
        display: flex;
        justify-content: space-between;
        margin:30px auto 20px auto;
    
    }
    .info__defTit{
        width:33% ;
    }
    .detail__link{
        padding: 13px 75px;
    }
}