@charset "UTF-8";

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

attraction css

------------------------------*/
/*---slide navi .slide-dot---*/
.slide-dot{
    margin: 20px auto 40px;
}
.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;
}


/*---#hero---*/
#hero{
    margin-bottom: 150px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #hero{
        margin-bottom: 80px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	a.btn-link {
		width: 65%;
	}
}
