@charset "UTF-8";

/*------------------各店舗に画像------------------------*/

#hisaya1+div .content_wrapper,
#melsa1+div .content_wrapper,
#chukyo1+div .content_wrapper,
#kanayama1+div .content_wrapper,
#masaki1+div .content_wrapper{
	position: relative;
}

#hisaya1+div .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/tempo_img1.png) no-repeat;
  background-position: left top;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 1;
  background-size: 150px auto;
}
#melsa1+div .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/tempo_img2.png) no-repeat;
  background-position: left top;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 1;
  background-size: 150px auto;
}
#chukyo1+div .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/tempo_img3.png) no-repeat;
  background-position: left top;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 1;
  background-size: 150px auto;
}
#kanayama1+div .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/tempo_img4.png) no-repeat;
  background-position: left top;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 1;
  background-size: 150px auto;
}
#masaki1+div .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/tempo_img5.png) no-repeat;
  background-position: left top;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 1;
  background-size: 150px auto;
}

@media screen and (max-width: 1300px){
	#hisaya1+div .content_wrapper::before,
	#melsa1+div .content_wrapper::before,
	#chukyo1+div .content_wrapper::before,
	#kanayama1+div .content_wrapper::before,
	#masaki1+div .content_wrapper::before{
    	left: -20px;
    	background-size: 120px auto;
	}
}

@media screen and (max-width: 800px){
	#hisaya1+div .content_wrapper::before,
	#melsa1+div .content_wrapper::before,
	#chukyo1+div .content_wrapper::before,
	#kanayama1+div .content_wrapper::before,
	#masaki1+div .content_wrapper::before{
    	left: 30px;
    	background-size: 140px auto;
    	top: -20px;
	}
}
@media screen and (max-width: 450px){
	#hisaya1+div .content_wrapper::before,
	#melsa1+div .content_wrapper::before,
	#chukyo1+div .content_wrapper::before,
	#kanayama1+div .content_wrapper::before,
	#masaki1+div .content_wrapper::before{
    	left: -10px;
    	background-size: 90px auto;
    	top: -20px;
	}
}

#hr+div.contents_hr hr{
	border-bottom: 1px solid rgba(255,255,255,0.14);
	max-width: 1270px;
}


#moyori+section .content_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/nagoya-kishimen-ippachicom2/image/kin_3.png) no-repeat;
  background-position: left top;
  position: absolute;
  top: 140px;
  left: -190px;
  z-index: -1;
  background-size: 265px auto;
}

@media screen and (max-width: 900px){
#moyori+section .content_wrapper::before {
	display: none;
}
}


#moyori+section .inner_item_img{
	position: relative
}
#moyori+section .inner_item_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  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){
#moyori+section .inner_item_img::before {
  top: -10px;
  left: -10px;
	transform:none;
}
}

#moyori2+section .inner_item_img{
	position: relative
}
#moyori2+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){
#moyori2+section .inner_item_img::before {
  top: -10px;
  right: -10px;
	transform:none;
}
}
