@charset "UTF-8";

/*------------------サロンページ------------------------*/
#voa_t+.block_table_8 tr{
	border-bottom: 1px solid var(--i_border_color);
}

#voa+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2),
#garden+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2),
#oriental+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2),
#enlied+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2){
	width: 50%;
}
#voa+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1) ,
#garden+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
#oriental+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
#enlied+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 50%;
    margin-left: 0%;
}
a[id*="bnr"]+.composite_box01.block_images_1 a:hover .inner_item_img img {
	opacity: 0.95 !important;;
}
@media screen and (max-width: 700px){
	#voa+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
	#garden+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
	#oriental+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
	#enlied+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1){
    width: 50% !important;
    margin-left: 0%!important;
}
}
@media screen and (max-width: 480px){
	#voa+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
	#garden+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
	#oriental+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1),
	#enlied+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1){
		 width: 100% !important;
	}
	#voa+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2),
	#garden+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2),
	#oriental+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2),
	#enlied+.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2){
		 margin-bottom: 0 !important;
	}
	a[id*="bnr"]+.composite_box01 .content_wrapper{
		width: 94%;
	}
	a[id*="bnr"]+.composite_box01.block_images_1 .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
		margin-bottom: 15px !important;
	}
	a[id*="bnr"]+.composite_box01.block_images_1 a + .inner_item_txt {
		 margin-top: 0px;
	}
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(1){
	position: relative;
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(1) span{
	padding-left: 2rem;
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(1):after {
	position: absolute;
	left: calc(50% - 8rem);
	top: calc(50% - 1rem);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:url("/common/upload_data/voasortecojp/image/ico_instagram.png") no-repeat;
	background-size: 2rem auto;
	border: none;
}

a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(2){
	position: relative;
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(2) span{
	padding-left: 2rem;
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(2):after {
	position: absolute;
	left: calc(50% - 8rem);
	top: calc(50% - 1rem);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:url("/common/upload_data/voasortecojp/image/ico_facebook_1.png") no-repeat;
	background-size: 2rem auto;
	border: none;
}

a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(3){
	position: relative;
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(3) span{
	padding-left: 2rem;
}
a[id*="salon_btn"]+.contents_btn01 .content_wrapper a:nth-of-type(3):after {
	position: absolute;
	left: calc(50% - 8rem);
	top: calc(50% - 1rem);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:url("/common/upload_data/voasortecojp/image/ico_blog_1.png") no-repeat;
	background-size: 1.8rem auto;
	border: none;
}
