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

@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 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: 3500px;
		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{
		width:100%;
		max-width: 1200px;
		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: 1200px;
		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: center;
}


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


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


.main_sentencr_wrapper{
	width: 100%;
	max-width: 600px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	margin: 20 auto;
}

.title_small{
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	justify-content: center;
	position: relative;
	margin: 10 auto;
}

.main_sentence{
	width: 100%;
	max-width: 640px;
	height: auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	justify-content: center;
	position: relative;
	margin: 10px auto;
}


.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;
	border: 2px #000000 solid;
}


.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;
  color: #ffffff;
}




.main_image{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	position: relative;
	margin: 10px;
}

@media screen and (max-width: 800px) {
	
	.main_product_wrapper{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	position: relative;
	margin: 10px auto !important;
}
	
	.main_image{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	position: relative;
	margin: 10px;
}
	
	.main_image > img{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	position: relative;
	margin: 10px;
}
	
}




.product_all_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: block;
	position: relative;
	margin: 30px auto;
}

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

.product_wrapper2{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.product_contents_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}




/* フロランタン */

/*.product_wrapper:last-child > .product_contents_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	position: relative;
	margin-left: 0 auto !important;
	
}*/


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

/* フロランタン */




/* フロランタン6個入り */

.product_wrapper2:last-child > .product_contents_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
	position: relative;
	margin-left: 120px;
}


@media screen and (max-width:800px){
	
	
	.product_wrapper2:last-child > .product_contents_wrapper{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	margin-left: 0px;
}
	
	
}

/* フロランタン6個入り */




@media screen and (max-width:800px){
	
	
	.main_wrapper > .product_all_wrapper:nth-child(2){
		width: 100%;
		max-width: 350px;
		height: auto;
		display: block;
		position: relative;
		margin: 30px auto;
		border-bottom: 2px solid #c31820;
	}
	
	.main_wrapper > .product_all_wrapper:last-child > .product_wrapper2:nth-child(2){
		width: 100%;
		max-width: 350px;
		height: auto;
		display: block;
		position: relative;
		margin: 30px auto;
		border-top: 2px solid #c31820;
	}
	
	.product_wrapper{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		margin: 30px auto;
	}

	.product_wrapper2{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		margin: 0 auto;
	}

	
	

	
	
}


	/*
	========================================
		アソートタイトル ここから
	=========================================
	*/

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

.product_wrapper2:nth-child(2) > .product_wrapper_title{
	width: 100%;
	max-width: 930px;
	height: auto;
	display: flex;
	align-items: center;
	margin: 40px auto 10px auto;
	font-size: 25px;
	font-weight: bold;
}


@media screen and (max-width:800px){
	
	.product_wrapper_title{
		width: 100%;
		max-width: 930px;
		height: auto;
		display: flex;
		align-items: center;
		margin: 10px auto;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.product_wrapper2:nth-child(2) > .product_wrapper_title{
		width: 100%;
		max-width: 930px;
		height: auto;
		display: flex;
		align-items: center;
		margin: 40px auto 10px auto;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

}


.product_wrapper_title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	}

.product_wrapper_title:after {
	margin-left: 1rem;
	}


@media screen and (max-width:800px){
	
	.product_wrapper_title{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		align-items: center;
		margin: 10px auto;
		font-size: 20px;
		font-weight: bold;
	}

	.product_wrapper_title:before,.product_wrapper_title:after {
		border-top: 1px solid;
		content: "";
		flex-grow: 1;
		}

	.product_wrapper_title:before{
		margin-right: 1rem;
		}
	
	.product_wrapper_title:after {
		margin-left: 1rem;
		}
	
	
	
	.product_wrapper2:nth-child(2) > .product_wrapper_title{
		width: 100%;
		max-width: 350px;
		height: auto;
		display: flex;
		align-items: center;
		margin: 40px auto 10px auto;
		font-size: 20px;
		font-weight: bold;
	}
	
	.product_wrapper2:nth-child(2) > .product_wrapper_title:before,.product_wrapper2:nth-child(2) > .product_wrapper_title:after {
		border-top: 1px solid;
		content: "";
		flex-grow: 1;
		}

	.product_wrapper2:nth-child(2) > .product_wrapper_title:before{
		margin-right: 1rem;
		}
	
	.product_wrapper2:nth-child(2) > .product_wrapper_title:after {
		margin-left: 1rem;
		}


}




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

.bottom_product{
	width: 100%;
	max-width:400px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
	position: relative;
}

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

	
}



	/*
	========================================
		アソートタイトル ここまで
	=========================================
	*/



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


.assort_image{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto;
	/*border:1px solid #000000 !important;*/
}

.assort_image img{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1px;
}

.sentence_wrapper{	
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	position: relative;
}


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

	
}


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

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

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

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

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



/*
========================================
	sentence2 ここから
=========================================
*/



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

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

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

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

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


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

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

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

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

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


/*
========================================
	sentence2 ここまで
=========================================
 */

.bottom_product:nth-child(1) > .sentence_wrapper > .button{
	width: 100%;
	max-width: 180px;
	height: auto;
	display: inline-block;
	background-color: #ffffff;
	text-align:center;
	margin-top: 30px;
}

.bottom_product:nth-child(2) > .sentence_wrapper > .button{
		width: 100%;
		max-width: 180px;
		height: auto;
		display: block;
		background-color: #ffffff;
		text-align:center;
		margin-top: 50px;
	}
	
.bottom_product:nth-child(3) > .sentence_wrapper > .button{
		width: 100%;
		max-width: 180px;
		height: auto;
		display: block;
		background-color: #ffffff;
		text-align:center;
		margin-top: 67px;
	}



/*.product_wrapper2:nth-child(1) > .product_contents_wrapper > .product:nth-child(3) > .sentence_wrapper > .button{
	width: 100%;
	max-width: 180px;
	height: auto;
	display: inline-block;
	background-color: #ffffff;
	text-align:center;
	margin-top: 30px;
	position: relative;
	/*top:41px;*/
/*}*/


@media screen and (max-width:800px){
	
	.bottom_product:nth-child(1) > .sentence_wrapper > .button{
	width: 100%;
	max-width: 180px;
	height: auto;
	display: inline-block;
	background-color: #ffffff;
	text-align:center;
	margin: 20px auto;
}

.bottom_product:nth-child(2) > .sentence_wrapper > .button{
		width: 100%;
		max-width: 180px;
		height: auto;
		display: block;
		background-color: #ffffff;
		text-align:center;
		margin: 20px auto;
	}
	
.bottom_product:nth-child(3) > .sentence_wrapper > .button{
		width: 100%;
		max-width: 180px;
		height: auto;
		display: block;
		background-color: #ffffff;
		text-align:center;
		margin: 20px auto;
	}
	


}


#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;
	border: 2px #000000 solid;
}




.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;
  color: #ffffff;
}




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