@charset "UTF-8";
/* CSS Document */



.common_bg {
    background: #fff;
}

.nav-block__item {
    border: 1px solid #1F3B71;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    height: 103px;
    justify-content: center;
    text-align: center;
    width: 188px;
}

.nav-block__wrapper {
    display: flex;
    /* justify-content:space-evenly; */
    margin: 0 auto;
    width: 999px;
}
.nav-block__wrapper li{
    margin-right: 15px;
}
.nav-block__wrapper li:last-child{
    margin-right: 0;
}
.nav-block__item--d,
.nav-block__item--b,
.nav-block__item--y,
.nav-block__item--i,
.nav-block__item--c {
    box-shadow: 0 1.5rem 2rem -2rem #1F3B71;
    cursor: pointer;
    position: relative;
}

.nav-block__item--d:hover,
.nav-block__item--b:hover,
.nav-block__item--y:hover,
.nav-block__item--i:hover,
.nav-block__item--c:hover {
    box-shadow: 0 0rem 0rem -2rem #fff;
    opacity: 0.8;
    transition: all 0.3s;
}

.nav-block__item--d::after,
.nav-block__item--b::after,
.nav-block__item--y::after,
.nav-block__item--i::after,
.nav-block__item--c::after {
    border-bottom: 1px solid #1F3B71;
    border-right: 1px solid #1F3B71;
    bottom: 15%;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 47%;
    transform: translateY(-80%) rotate(45deg);
    width: 8px;
}

.nav-block__item--d:hover::after,
.nav-block__item--b:hover::after,
.nav-block__item--y:hover::after,
.nav-block__item--i:hover::after,
.nav-block__item--c:hover::after {
    border-bottom: 1px solid #1F3B71;
    border-right: 1px solid #1F3B71;
    bottom: 13%;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 47%;
    transform: translateY(-80%) rotate(45deg);
    transition: all 0.2s;
    width: 8px;
}

.nav-block__item--d::before {
    content: url(/attending/best10/images/inc-map.svg);
    display: block;
    position: absolute;
    right: 45%;
    top: 10%;
}

.nav-block__item--b::before {
    content: url(/attending/best10/images/inc-bus.svg);
    display: block;
    position: absolute;
    right: 44%;
    top: 10%;
}

.nav-block__item--y::before {
    content: url(/attending/best10/images/inc-hotel.svg);
    display: block;
    position: absolute;
    right: 44%;
    top: 10%;
}

.nav-block__item--i::before {
    content: url(/attending/best10/images/inc-tikyu.svg);
    display: block;
    position: absolute;
    right: 44%;
    top: 10%;
}

.nav-block__item--c::before {
    content: url(/attending/best10/images/inc-cr.svg);
    display: block;
    position: absolute;
    right: 40%;
    top: 10%;
}


/*top-botページ*/

.ranking-button__black {
    margin: 20px auto 0;
    width: 980px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: 252px;
    align-content: space-between;
}

.ranking-button__item {
    margin-left: 12px;
    text-align: center;
}

.ranking-button__link {
	display: flex;
	align-items: flex-end;
    justify-content: center;
    color: #fff;
	background: #1F3B71;
    border-radius: 10px;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 25px;
    position: relative;
    width: 300px;
	height: 120px;
	transition: all 0.4s;
	padding-bottom: 5px;
}

.ranking-button__link::after {
    border-right: 1px solid white;
    border-top: 1px solid white;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate( 45deg);
    width: 8px;
}

.ranking-button__link:hover {
    cursor: pointer;
    opacity: 0.9;
    transform: translateY(-3px);
}

.map--ran-icn::before {
    bottom: 59px;
    content: url("/attending/best10/images/map-r-icn.svg");
    display: block;
    position: absolute;
}

.bus--ran-icn::before {
    bottom: 59px;
    content: url("/attending/best10/images/bus-r-icn.svg");
    display: block;
    position: absolute;
}

.yado--ran-icn::before {
    bottom: 59px;
    content: url("/attending/best10/images/yado-r-icn.svg");
    display: block;
    position: absolute;
}

.i--ran-icn::before {
    bottom: 59px;
    content: url("/attending/best10/images/i-r-icn.svg");
    display: block;
    position: absolute;
}

.cruise--ran-icn::before {
    bottom: 59px;
    content: url("/attending/best10/images/cruise-r-icn.svg");
    display: block;
    position: absolute;
}

