@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;
		}

	}



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

.breadcrumb {
	width: 100%;
	max-width: 290px;
	height:auto;
	margin-left: 10px;
}

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

.breadcrumb li:after{/* >を表示*/
	width: 100%;
	max-width: 290px;
	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:first-child a:before{/*家アイコン*/
 /* font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}*/

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

	@media screen and (max-width: 800px) {

		.breadcrumb {
			width: 100%;
			max-width: 290px;
			height:auto;
			margin-left: 10px;
			position: relative;
			top:100px;
		}

	}


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





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

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

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

@media screen and (max-width: 800px) {
	.main_wrapper{
		width:100%;
		max-width: 1200px;
		height: 3900px;
		display: block;
		background-color: #ffffff;
		margin: 0 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 0px auto;
}

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

.title_sentence1 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_sentence{
		width:100%;
		max-width: 350px;
		height: auto;
		display:block;
		margin:40px  auto 0 auto;
		position: relative;
		text-align: center;
	}

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

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

.title_sentence2 {
	width:100%;
	max-width: 1200px;
	height: auto;
	display:inline-block;
	margin:20px auto 20px auto;
	text-align: justify;
}


.title_sentence2 li a{
	width:100%;
	max-width: 1200px;
	height: auto;
	display:inline-block;
	margin:0 auto;
	text-align: center;
	font-size: 18px;
	color: #898989;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 800px) {
	
	.title_sentence2 li a{
		width:100%;
		max-width: 350px;
		height: auto;
		display:inline-block;
		margin:0 auto;
		text-align: left;
		font-size: 16px;
		color: #898989;
		font-weight: bold;
		line-height: 1.5;
		}
}

.product_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: block;
	background-color: #ffffff;
	margin: 30px auto;
}


.main_product{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row-reverse;
	position: relative;	
	margin: 50px auto;
	justify-content: center
}

.mp_image,.mp_image img{
	width: 100%;
	max-width: 710px;
	height: auto;
	display: block;
	position: relative;
}



@media screen and (max-width:800px){
	
	.main_product{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		flex-direction: column;
		position: relative;	
		margin: 50px auto;
		justify-content: center
	}
	
	.mp_image,.mp_image img{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: block;
		position: relative;
	}
	
}



.mp_sentence_wrapper{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	
}

.mp_sentence_title{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mp_sentence_price{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}

.mp_price{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.mp_sentence{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}


.mp_expiration_date{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
}



@media screen and (max-width:800px){
	
	.mp_sentence_title{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}

	.mp_sentence_price{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: inline-block;
		font-size: 20px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}

	.mp_price{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: inline-block;
		font-size: 20px;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
	}

	.mp_sentence{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}


	.mp_expiration_date{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
	}

	
}




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

.middle_image,.middle_image img{
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 20px 5px 20px 5px;
	display: block;
	position: relative;
}


@media screen and (max-width:800px){
	
	.middle_image_wrapper{
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.middle_image,.middle_image img{
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: 10px auto;
		display: block;
		position: relative;
	}
	
}




.bottom_title_wrapper{
	width:100%;
	max-width: 1170px;
	height: auto;
	display: flex;
	align-items: center;
	margin: 50px auto 10px auto;
	font-size: 25px;
	font-weight: bold;
}

.bottom_title_wrapper:after{
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 1rem;
}

@media screen and (max-width:800px){
	
	.bottom_title_wrapper{
		width:100%;
		max-width: 1200px;
		height: auto;
		display: block;
		margin: 100px auto 10px auto;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	.bottom_title_wrapper:after{
		border: none;
		content: none;
	}

}

.bottom_product_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto 50px auto;
}


@media screen and (max-width:800px){
	
	.bottom_product_wrapper{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto 50px auto;
	}

}


.bottom_product{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: 20px 15px 20px 15px;
}

@media screen and (max-width:800px){
	
	.bottom_product{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		flex-direction: column;
		margin: 20px auto;
	}

	
}


.bp_image{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	flex-direction: column;
	margin: 0 auto;
}


.bp_image img{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	flex-direction: column;
	margin: 0 auto;
	padding: 1px;
	border: solid 1px #000000 !important;
	
}








@media screen and (max-width:800px){
	
	.sentence_outer{
		width:100%;
		max-width: 250px;
		height: auto;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		text-align: center;
	}
	
	.sentence_inner{
		width:100%;
		max-width: 250px;
		height: auto;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		text-align: center;
	}
	
}


.sentence_title{
	width: 100%;
	max-width: 200px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 10px auto;
}

.sentence_price{
	width: 100%;
	max-width: 430px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}

.price{
	width: 100%;
	max-width: 250px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.sentence{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}


.expiration_date{
	width: 100%;
	max-width: 250px;
	height: auto;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
}


.button{
	width: 100%;
	max-width: 180px;
	height: auto;
	display: inline-block;
	background-color: #ffffff;
	border: 2px #000000 solid;
	/*border-radius: 8px;*/
	text-align:center;
	margin-top: 30px;
}

#adjustment1,#adjustment2{
	margin-top: 25px;
}

.button a{
	width: 100%;
	max-width: 180px;
	height: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-align:center;
	line-height: 2;
	padding-top: 1px;
}

.button a::before,.button2 a::before,
.button a::after,.button2 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button a,
.button a::before,
.button a::after,.button2 a,
.button2 a::before,
.button2 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover,.button2:hover {
  background-color: #C01820;
  border-color: #C01820;
  color: #ffffff;

}

.button a:hover,.button2 a:hover {
  background-color: #C01820;
  border-color: #C01820;
  border: 0px #C01820 solid;
  color: #ffffff;

}


@media screen and (max-width:800px){
	
	.bottom_product_image{
		width:100%;
		max-width: 250px;
		height: auto;
		display: block;
		margin: 0 auto;
		border: 1px solid #000000;
	}

	.bottom_product_image img{
		width:100%;
		max-width: 250px;
		height: auto;
		display: block;
		margin: 0 auto;
	}

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

	.sentence_price{
		width: 100%;
		max-width: 430px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		margin: 0 auto 10px auto;
		text-align: center;
	}

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

	.sentence{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		line-height: 1.5;
		margin: 0 auto 10px auto;
		text-align: center;
	}


	.expiration_date{
		width: 100%;
		max-width: 250px;
		height: auto;
		display: inline-block;
		font-size: 14px;
		line-height: 1.5;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	
	.button{
		width: 100%;
		max-width: 180px;
		height: auto;
		display: block;
		font-size: 13px;
		font-weight: bold;
		color:#000000;
		background-color: #ffffff;
		border: 2px #c31820 solid;
		line-height: 1.5;
		margin: 20px auto;
		text-align: center;
	}

	
}



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

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


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



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

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


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

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

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





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


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

