@charset "UTF-8";

#con_right+section .inner_item_img{
	position: relative
}
#con_right+section .inner_item_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/pt_kin2.png) repeat;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  top: 0px;
  right: -30px;
	transform: rotate(4deg);
}
@media screen and (max-width: 900px){
#con_right+section .inner_item_img::before {
  top: -10px;
  right: -10px;
	transform:none;
}
}

#con_left+section .inner_item_img{
	position: relative
}
#con_left+section .inner_item_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/pt_kin2.png) repeat;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  top: 0px;
  left: -30px;
	transform: rotate(-4deg);
}
@media screen and (max-width: 900px){
#con_left+section .inner_item_img::before {
  top: -10px;
  left: -10px;
	transform:none;
}
}

/*金箔*/
#con_right+section .content_wrapper{
	position: relative;
}

#con_right+section .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/kin2_3.png) no-repeat;
  background-position: right top;
  position: absolute;
  top: 180px;
  right: -230px;
  z-index: -1;
  background-size: 265px auto;
}
@media screen and (max-width: 1300px){
	#con_right+section .content_wrapper::before {
    	top: -70px;
    	right: -70px;
	}
}
@media screen and (max-width: 800px){
	#con_right+section .content_wrapper::before {
    	top: -100px;
    	right: 0px;
    	background-size: 200px auto;
	}
}
@media screen and (max-width: 500px){
	#con_right+section .content_wrapper::before {
    	top: -80px;
    	right: -30px;
    	background-size: 190px auto;
	}
}

/*スマホ時画像調整*/
@media screen and (max-width: 900px){
	#voice01+section.contents_box01 .inner_item_img img,
	#voice02+section.contents_box01 .inner_item_img img,
	#voice03+section.contents_box01 .inner_item_img img,
	#voice04+section.contents_box01 .inner_item_img img{
		width: 50% !important;
	}
}
@media screen and (max-width: 700px){
	#voice01+section.contents_box01 .inner_item_img img,
	#voice02+section.contents_box01 .inner_item_img img,
	#voice03+section.contents_box01 .inner_item_img img,
	#voice04+section.contents_box01 .inner_item_img img{
		width: 70% !important;
	}
}
@media screen and (max-width: 500px){
	#voice01+section.contents_box01 .inner_item_img img,
	#voice02+section.contents_box01 .inner_item_img img,
	#voice03+section.contents_box01 .inner_item_img img,
	#voice04+section.contents_box01 .inner_item_img img{
		width: 90% !important;
	}
}