@charset "UTF-8";
/* CSS Document */

#body{
	/*background-color:#c31820;*/
}





@media screen and (max-width: 800px) {
	.all_wrapper{
		width:100%;
		height: auto;
		display:block;
		margin:0 auto;
		overflow: hidden;
		display: block;
		position: relative;
		top:115px;
	}	
}



.title_gazou,.title_gazou img{
	width:100%;
	max-width: 5000px;
	height: auto;
	display:block;
	margin:0 auto;
	display: block;
	position: relative;
	/*border-top: 1px #000000 solid;
	border-bottom: 3px #000000 solid;*/
	background-color: #ffffff;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 800px) {
	
	.title_gazou{
		width:100%;
		max-width: 5000px;
		height: auto;
		display:block;
		margin:0 auto;
		display: block;
		position: relative;
		top:100px;
	}
	
	.title_gazou img{
		width:100%;
		max-width: 5000px;
		height: auto;
		display:block;
		margin:0 auto;
		display: block;
		position: relative;
	}
	
}


/*
========================================
    大見出し枠ここまで
=========================================
 */

/*
========================================
    商品紹介タイトルここから
=========================================
 */

.main_wrapper{
	width:100%;
	max-width: 1200px;
	height:1900px;
	display: block;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 800px) {
	.main_wrapper{
		width:100%;
		max-width: 400px;
		height:auto;
		display: block;
		background-color: #ffffff;
		margin: 0 auto;
		position: relative;
		top:100px;
		}

}

	/*
	========================================
		パンくずリストここから
	=========================================
	 */

.breadcrumb {
	width: 100%;
	max-width: 1000px;
	height:auto;
}

.breadcrumb ul{
	margin-left: 10px;
}

.breadcrumb li{
	width: 100%;
	max-width: 1200px;
	height: auto;
	height: auto;
	display:inline;/*横に並ぶように*/
	list-style: none;
	font-weight: bold;/*太字*/
	
}


.breadcrumb li:after{/* >を表示*/
	width: 100%;
	max-width: 1200px;
	max-height: 10px;
  	content: '>';
	position: relative;
	top:-2px;
 	padding: 0px 8px 0px 8px;
  	color: #555;
  	font-size: 8px;
	opacity: 0.7;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	width: 100%;
	max-width: 100px;
	height: auto;
    text-decoration: none;
	font-size: 10px;
    color: gray;
	opacity: 0.7;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
	
	.breadcrumb {
		width: 100%;
		max-width: 1000px;
		height:auto;
		position: relative;
		top:100px;
	}
	
}

	/*
	========================================
		パンくずリストここまで
	=========================================
	 */


.title_sentence{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:inline-block;
	margin:0 auto;
	position: relative;
	text-align: center;
	margin: 40px auto 40px auto;
}

.title{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:inline-block;
	margin:0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.sub_title li a{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:inline-block;
	margin:10px auto;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.title{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:inline-block;
		margin:0 auto;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		}

	.sub_title li a{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:inline-block;
		margin:10px auto;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		}
}

.sentence_wrapper {
	width:100%;
	max-width: 1200px;
	height: auto;
	display:block;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #ffffff;
}


.paragraph_wrapper{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:flex;
	flex-direction: row;
	margin: 30px auto;
	text-align: center;
}

@media screen and (max-width: 800px) {
	
	.paragraph_wrapper{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		margin: 50px auto;
		text-align: center;
	}	
	
	.paragraph_wrapper:nth-child(1){
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		margin: 0 auto 50px auto;
		text-align: center;
	}	
	
}

.paragraph1{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
}

.paragraph2{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top:-100px;
}

.paragraph3,.paragraph4{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top:-250px;
}

.paragraph5,.paragraph6{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top:-300px;
}

.paragraph7{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 50px auto;
	text-align: center;
	position: relative;
	top:-300px;
}

@media screen and (max-width: 800px) {
	
	.paragraph1{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 auto;
		text-align: center;
	}
	
	.paragraph2{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top:0px;
	}

	.paragraph3,.paragraph4{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top:0px;
	}
	
	.paragraph5,.paragraph6{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top:0px;
	}
	
	.paragraph7{
		width:100%;
		max-width: 1200px;
		height: auto;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 50px auto;
		text-align: center;
		position: relative;
		top:0px;
	}
	
	
}

.sentence_bottom{
	width:100%;
	max-width: 900px;
	height: auto;
	display:block;
	margin: 0 auto 20px auto;
	text-align: center;
}

.sentence_sentence{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:inline-block;
	margin:0 auto 40px auto;
	text-align: center;
	color: #898989;
	font-weight: bold;
	font-size: 20px;
}

.classification{
	width: 100%;
	min-width: 200px;
	height: auto;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	vertical-align: baseline;
	list-style: none;
}

.sentence{
	width: 100%;
	max-width: 600px;
	height: auto;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	margin-left: 10px;
	line-height: 2;
	vertical-align: baseline;
	list-style: none;
}

.sentence2{
	width: 100%;
	max-width: 950px;
	height: auto;
	display: block;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: 2;
	vertical-align: baseline;
	list-style: none;
}

@media screen and (max-width: 800px) {
	
	.classification{
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 10px auto;
		display: inline-block;
		font-size: 14px;
		text-align: left;
		vertical-align: baseline;
		list-style: none;
	}
	
	.sentence{
		width: 100%;
		max-width: 300px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		text-align: left;
		margin-left: 10px;
		line-height: 1.5;
		vertical-align: baseline;
		list-style: none;
	}
	
	.sentence2{
		width: 100%;
		max-width: 300px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		text-align: left;
		margin: 10px auto 10px 10px;
		line-height: 1.5;
		vertical-align: baseline;
		list-style: none;
	}
	
}




.story_image,.story_image img{
	width:100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin-left: 15px;
}

.story_image2,.story_image2 img{
	width:100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin-left: 15px;
	position: relative;
	top:-60px
}


@media screen and (max-width: 800px) {
	
	.story_image,.story_image img{
		width:100%;
		max-width: 200px;
		height: auto;
		display: block;
		margin: 10px auto;
	}

	.story_image2,.story_image2 img{
		width:100%;
		max-width: 200px;
		height: auto;
		display: block;
		margin: 10px auto;
		position: relative;
		top:0px;
	}
	
}



.image_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	margin-bottom: 100px;
	position: relative;
	top: -300px;
}

.story_image3,.story_image3 img{
	width:100%;
	max-width: 430px;
	height: auto;
	display: block;
	margin: 0 17px 0 17px;
	position: relative;
	top:0px;
}

.story_image4,.story_image4 img{
	width:100%;
	max-width: 250px;
	height: auto;
	display: block;
	margin-left: 17px;
}
	
@media screen and (max-width: 800px) {
	
	.image_wrapper{
		width: 100%;
		max-width: 1200px;
		height: 700px;
		display: flex;
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 100px;
		position: relative;
		top: 0px;
	}
	
	.story_image3,.story_image3 img{
		width:100%;
		max-width: 300px;
		height: auto;
		display: block;
		margin: 5px auto 5px auto;
		position: relative;
		top:0px;
	}

	.story_image4,.story_image4 img{
		width:100%;
		max-width: 300px;
		height: auto;
		display: block;
		margin: 5px auto 5px auto;
	}
	
}




/*@media screen and (max-width: 800px) {
	
	.sentence_wrapper {
		width:100%;
		max-width: 310px;
		height: auto;
		display:block;
		margin: 0 auto 0 auto;
		text-align: center;
		background-color: #ffffff;
	}
	
	.sentence_sentence{
		width:100%;
		max-width: 400px;
		height: auto;
		display:inline-block;
		margin:0 auto 40px auto;
		text-align: left;
		color: #898989;
		font-weight: bold;
		font-size: 18px;
	}
	
	.classification{
		width: 100%;
		min-width: 70px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		text-align: left;
	}

	.sentence{
		width: 100%;
		max-width: 400px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		text-align: left;
		margin: 0;
		line-height: 2;
		word-break: break-all;
	}
	
	
	
	

	
	
}*/


/*
========================================
    商品紹介タイトルここまで
=========================================
 */

/*
========================================
    商品紹介ここから
=========================================
 */


	/*
	========================================
		商品１ここから
	=========================================
	 */



	/*
	========================================
		商品１ここまで
	=========================================
	 */

	/*
	========================================
		商品2〜5ここまで
	=========================================
	 */


	/*font-family: '游ゴシック','Yu Gothic',San-Serif;*/
	

	/*
	========================================
		商品2〜5ここまで
	=========================================
	 */

/*
	========================================
		商品6ここから
	=========================================
	 */





	/*
	========================================
		商品6ここまで
	=========================================
	 */


/*
========================================
    商品紹介ここまで
=========================================
 */

