img{
	max-width:100%;
}
img.pic00 {
    float: right;
    width: 30%;
    margin-left: 5%;
}

ul.wrap_paging {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
ul.wrap_paging li {
    margin: 0 .2em;
    border: 1px solid #999;
    border-radius: 3px;
    position: relative;
}
ul.wrap_paging li a {
	display: block;
    text-decoration: none;
    padding: 0.2em 0.5em;
    color: #777;
}
ul.wrap_paging li a:hover {
    background-color: #000;
    color:#fff;
}
ul.wrap_paging li.now{
    padding: 0.2em 0.5em;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
ul.wrap_paging li.btn_prev a {
    padding-left: 1.5em;
}
ul.wrap_paging li.btn_next a {
    padding-right: 1.5em;
}
ul.wrap_paging li.btn_prev:before,ul.wrap_paging li.btn_next:after {
    content: "\25BC";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 10px;
    color: #ccc;
}
ul.wrap_paging li.btn_prev:before {
    left: 0;
    -webkit-transform: translate(10px, -50%) rotate(90deg);
    -ms-transform: translate(10px, -50%) rotate(90deg);
    transform: translate(10px, -50%) rotate(90deg);
}
ul.wrap_paging li.btn_next:after {
    right: 0;
    -webkit-transform: translate(-10px, -50%) rotate(-90deg);
    -ms-transform: translate(-10px, -50%) rotate(-90deg);
    transform: translate(-10px, -50%) rotate(-90deg);
}
.slick-dots li button:before{
	font-size:40px;
}
.slick-prev,.slick-next {
    width: 12%;
    height: 40%;
    z-index: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before,.slick-next:before {
    font-size: 40px;
}
.slick-prev:before {
    content: "\2329";
}
.slick-next:before {
    content: "\232A";
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: rgba(0,0,0,.4);
}
.slick-initialized .slick-slide {
    margin: 0 !important;
}
.slick-initialized .slick-slide img {
    margin: 0 !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.slick-dots {
    bottom: -30px;
}

.pic_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.pic_flex img {
	width: calc((100% - 40px) * .65);
	min-width: 300px;
}
.pic_flex p {
	width: calc((100% - 40px) * .35);
	min-width: 300px;
}
.pic_flex img {
	display: block;
}
.pic_flex p {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1.4em !important;
}
.pic .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.pic .flex_box img {
	display: block;
	width: calc((100% - 20px) / 2) !important;
	min-width: 300px;
}



.image {
	margin-bottom: 30px;
}
.image .hora_building {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.image .hora_building .wrap_img,
.image .hora_building p {
	width: calc((100% - 20px) / 2);
	min-width: 300px;
}
.image .hora_building .wrap_img img {
	display: block;
	width: 100%;
}
.image .bonus_track {
	
}
.image .bonus_track .wrap_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.image .bonus_track .wrap_img img {
	display: block;
	width: calc((100% - 20px) / 2);
	min-width: 300px;
}
.image p {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1.4em !important;
}
ruby.ruby_s > rt{
	zoom:80%;
}


@media screen and (max-width: 660px){
	img.pic00 {
	    width: 30%;
	}
	.slick-prev, .slick-next{
		width: 9%;
	}
	.slick-prev:before, .slick-next:before {
	    font-size: 30px;
	}
	.pic_flex img {
		width: 100%;
	}
	.pic_flex p {
		width: 100%;
	}
	.pic .flex_box img{
		width:100% !important;
	}
	
}
