@charset "utf-8";
/* CSS Document */
#new-mark {
  height: 42px;
  margin: 0!important;
  padding: 2px 1px;
  color: red!important;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  border: 1px solid red;
}
#Box2-chocolate,#Box2-strawberry{
	max-height: 645px;
	min-height: 300px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin: 50px auto;
	/*padding: 70px 10px 50px;*/
	padding: 70px 705px 100px 10px;
	width: 930px;
	height: 640px;
	background: url("https://www.isuzuchaya.com/pages/media/sun_img2_chocolate.jpg") no-repeat top right;
}
#Box2-strawberry{
	padding: 70px 10px 70px;
	background: url("https://www.isuzuchaya.com/pages/media/sun_img2_strawberry.jpg") no-repeat top left;  
}
#Box2-chocolate h2,#Box2-strawberry h2{
	font-size: 4rem;
	line-height: 6rem;
}
#Box2-chocolate p,#Box2-strawberry p{
	color:#221815;
	margin: 40px 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.Box3 .text2{
  width: 624px;
}
#shop-list{
  margin: 0 0 100px;
  font-size: 1.9rem;
  line-height: 3.2rem;
  text-align: center;
}
#shop-list h2,#shop-list p{
  margin: 0 0 20px;
}

@media screen and (max-width:1000px) {
  #Box1 h2{
    text-align: center;
  }
  #new-mark {
    width: 37px;
    height: auto;
    margin: 15px 0 0!important;
    text-align: center!important;
  }  
	#Box2-chocolate,#Box2-strawberry{
		background: none;
		height: auto;
		max-height: none;
		margin: 0 auto;
		padding: 50px 0;
		writing-mode: horizontal-tb;
		width: 80%;
	}
	#Box2-chocolate p,#Box2-strawberry p{
		margin: 5px 0 0;
	}
  .Box3 .text2{
    width: 400px;
  }  
  #shop-list{
    margin: 0 0 50px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width:605px) {
  .Box3 .text2{
    width: 90%;
  }    
}