@charset "UTF-8";
.room_pic {
    margin-top: 20px;
    margin-bottom: 40px;
}
.room_pic li {
	margin-bottom: 10px;
}
.room_pic img {
	width: 100%;
}
.link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
}
.link_list li {
    line-height: 1;
    border-right: 50px solid #1477cf;
    font-weight: bold;
    background: #429DED;
    position: relative;
    display: inline-block;
    margin: 10px;
    text-align: left;
}
.link_list li a {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    height: 40px;
    width: 120px;
    line-height: 44px;
}
.link_list li a:hover {
  opacity: .75;
}
.link_list li a::after {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    width: 31px;
    height: 11px;
    display: block;
    position: absolute;
    top: 13px;
    right: -41px;
}