/*共通css*/
.font-weight-700{
	font-weight: 700;
}
.text-center{
	text-align: center;
}

/*スライドショー*/
.slider{
    width: 90%;
    margin: 0 auto;
}
.slick-slider {
	margin-bottom: 45px;
}

.slick-slider img{
	width: 100%;
	border-radius: 15px 15px 0 0;
	margin-bottom: -1px;
}

.slick-slider div.slide-title{
	background: white;
}

.slick-slider p{
	padding: 5px 0px;
    color: #317CB5;
    height: 3.8em;
    line-height: 1.2;
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
    text-align: left;
}

.slick-slider li.slick-slide{
	margin: 0 3px;
	border-radius: 15px;
    border: solid 1px black;
    overflow: hidden;
}

/*アコーディオン*/
.following-content p{
	color: #3880b8;
}
.ranking-btn {
	display: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.following-content{
	display: none;
}
.close-btn{
	display: none;
}



/*指定の場所までスクロールした時*/
section.is-fixed {
    display: block !important;
	position: fixed;
	bottom: 15px;
	left: 8px;
	z-index: 99;
	transition: 0.1s;
	padding: 15px;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    font-size: 19px;
    color: white;
    background: rgba(149, 151, 147, 0.5);
}

section.is-fixed .open-btn {
    width: 112px;
    margin: 0 auto;
}

.ranking-btn .open-btn{
	position: relative;
	overflow: hidden;
	margin: 0 3px;
	border-radius: 15px;
    border: solid 1px black;
    background: white;
}

.ranking-btn .btn-text{
    margin-top: 10px;
    margin-bottom: 5px;
}

.ranking-btn .slide-title p{
	width: 112px;
    padding: 6px;
    height: 2.6em;
    color: #317CB5;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: justify;
}

.ranking-btn img {
  width: 112px;
}

/*クリック時*/
.open .following-content{
	position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    width: 100%;
    transition: 1.3s;
    margin-bottom: 0px;
    display: block;
    padding: 15px;
    padding-left: 15vw;
    background: rgba(255, 255, 255, 0.8);
    /*background: rgba(149, 151, 147, 0.5);*/
}

.open .following-content .btn-text{
	margin-bottom: 10px;
}
.open .following-content ul.following{
	margin-bottom: 5px;
	z-index: 999;
}

.open .is-fixed{
	background: none;
	width: 112px;
}


/*.open .following-ranking .following{
	position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    width: 100vw;
    transition: 1.3s;
    margin-bottom: 0px;
    display: block;
    padding: 30px;
    padding-left: 15vw;
    background: rgba(255, 255, 255, 0.8);
}*/
.open .following p{
	height: 2.6em;
}

.open .open-btn{
	display: none;
}

/*.open .ranking-btn .btn-text{

	position: absolute;
    top: -135px;
    left: 18vh;
    width: 200%;
}*/


/*閉じるボタン*/
.open .close-btn{
	display: block;
	width: 60px;
    height: 60px;
    margin: 20px 20px 50px 20px;
    border-radius: 50%;
    background: #66666661;
    padding: 11px;
    position: relative;
}

.open .close-btn p{
	position: absolute;
    bottom: -41px;
    left: 0px;
    width: 200%;
    color: #3880b8;
}

.open .triangle{
	display: block;
	width: 0;
	height: 0;
	border-top: 24px solid white;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    margin-top: 10px;
}

.open .ranking-btn .btn-text{
    display: none;
}





