@charset "UTF-8";

/*----------------------------イラスト位置の調整(1枚目)----------------------------*/
#top_service + section.contents_box01 .inner_item_img {
	position:relative;
}

#top_service + section.contents_box01 .inner_item_img:after{
	content:"";
	position:absolute;
	top:-256px;
	left:-50px;
	width:270px;
	height:257px;
	background-image:url("/common/upload_data/sakura-wellnessjp/image/bg_01.png");
    	background-position:center;
    	background-size:cover;
    	background-repeat:no-repeat;
}

@media screen and (max-width:500px) {
    #top_service + section.contents_box01 .inner_item_img:after {
        top: -170px;
        left: -50px;
        width: 180px;
        height: 167px;
    }
}

@media screen and (min-width:501px) and (max-width:800px) {
    #top_service + section.contents_box01 .inner_item_img:after {
        top: -220px;
        left: -50px;
        width: 230px;
        height: 217px;
    }
}

/*----------------------------イラスト位置の調整(2枚目)----------------------------*/
#top_instructor + div.widget_staff01 {
	padding-bottom: 10px;      
}

#top_2 + .top_2_image {
	padding-top: 180px;
}

#top_2 + .top_2_image > div.composite_box01 {
	padding-top: 100px;
	padding-bottom: 100px;
}

#top_2 + div.top_2_image:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:309px;
	height:271px;
	background-image:url("/common/upload_data/sakura-wellnessjp/image/bg_02.png");
    	background-position:center;
    	background-size:cover;
    	background-repeat:no-repeat;
}

@media screen and (max-width:500px) {
    #top_2 + div.top_2_image:after {
	  top:85px;
	  right:0;
        width: 219px;
        height: 181px;
    }
}

@media screen and (min-width:501px) and (max-width:800px) {
    #top_2 + div.top_2_image:after {
  	  top:50px;
	  right:0;
        width: 269px;
        height: 231px;
    }
}

/*----------------------------イラスト位置の調整(3枚目)----------------------------*/
#top_qa + div.top_qa_image {
	padding-top: 180px;
	padding-bottom: 0;
}

#top_qa + div.top_qa_image > div.accordion {
	padding-top: 100px;
	padding-bottom: 100px;
}

#top_qa + div.top_qa_image:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:263px;
	height:271px;
	background-image:url("/common/upload_data/sakura-wellnessjp/image/bg_03.png");
    	background-position:center;
    	background-size:cover;
    	background-repeat:no-repeat;
}

@media screen and (max-width:500px) {
    #top_qa + div.top_qa_image:after {
	  top:20px;
	  left:0;
        width: 173px;
        height: 181px;
    }
}

@media screen and (min-width:501px) and (max-width:800px) {
    #top_qa + div.top_qa_image:after {
  	  top:0;
	  left:0;
        width: 223px;
        height: 231px;
    }
}

/*-----------------------写真の周りの枠を削除---------------------------*/
#top_instructor + div.widget_staff01 .inner_item_img {
    border:none;
}