@charset "utf-8";
/* CSS Document */

body {	
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch;
}

.marker {/*強調マーカー*/
 	background:linear-gradient(transparent 75%, #ffadad 75%);
}
.marker2 {/*強調マーカー*/
	 background:linear-gradient(transparent 40%, rgba(0, 255, 0, 0.6) 60%);
}


@media screen and (min-width: 768px) {
.bent_container {
	width: 720px;
	box-sizing: border-box;
}
/*-----------------------------------------------*/	
.bent_wrap1,.bent_wrap2,.bent_wrap3,.bent_wrap4 {
	width: 100%;
	background-size: cover;
	background-position:  center center;
	background-attachment: fixed;
	
}
.bent_wrap1 {
		background-image: url(../img/back.jpg);
}
.bent_wrap2 {
		background-image: url(../img/back4.jpg);
}
.bent_wrap3 {
		background-image: url(../img/back5.jpg);
}
.bent_wrap4 {
		background-image: url(../img/back2.jpg);
}
/*-----------------------------------------------*/
.bent_head {
	width: 720px;
	height: 320px;
	background: #fbfbf9;
	margin: 0;
}
.bent_head img {
}
/*-----------------------------------------------*/
.bent_foot {
	width: 720px;
	height: 320px;
	margin: 8px 0 0;
	background: #fbfbf9;
	border-top: 2px solid #fdfce8;
}
.bent_head_text_wrap {
	width: 720px;
	box-sizing: border-box;
	background: #eee3c9;
	border-top: 2px solid #fdfce8;
	padding: 16px;
	margin: 0 auto;
}
.bent_head_text {
	box-sizing: border-box;
	padding: 32px;
	margin: 0 auto;
	border-radius: 6px;
	background: #fbfbf9;
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
}
.bent_head_text p {
	background: #fbfbf9;
	color: #4d3306;
	font-size: 1.2em;
	margin: 0 0 16px;
}
.bent_head_text p:last-of-type {
	font-size: 1.1em;
	margin: 0 0 4px;
}
.bent_head_text p:nth-of-type(5) {
	color: #fd202f;
}
/*------------------------------------------------*/
.cell {
	display: flex;
	flex-diretion: row;
	flex-wrap:wrap;
	justify-content: space-between;
	padding: 50px 16px 20px;
}

.cell_item {
	box-sizing: border-box;
	background: #fdfce8;
	width: 216px;
	padding: 10px;
	margin: 0 0 50px;
	transition: .8s ease-in-out;
	position: relative;
	box-sizing: border-box;
	border-radius: 6px;
	/*box-shadow: rgba(50, 50, 93, 0.2) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
}
.cell_item a {
	display: flex;
	height: 100%;
	background: #fefef3;
}
.cell_item:hover {
	transition: .6s ease-in-out;
	background: #eee3c9;
}
.cell:after {/*左寄せ対策*/
  content:"";
  display: block;
  width: 216px;
}
.cell:before {
  content:"";
  display: block;
  width: 216px;
  order: 1;
}

/*----------------------------------------------*/
.fig_pic figure {
	overflow: hidden;
	height: 267px;
	transition: 0.3s ease-in-out;
}
.fig_pic figure img {
	width: 100%;
	transition: .7s ease-in-out;
}

.fig_pic figure:before {
	content: "商品ページへ";
	position: absolute;
	width: 196px;
	height: 240px;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-shadow: 0 0 2px #000;
	background: radial-gradient(rgba(0, 0, 0, 0.2), #543707); 
	transition: 0.6s ease-in-out;
	opacity: 0;
}

.fig_pic figure:hover::before {
	opacity: 1; 
	transition: .7s ease-in-out;
}


h4 {
	/*background: #fefef3;*/
	color: #4d644d;
	padding: 15px 15px 0;
	margin: -30px 0 0;
}
.fig_pic p {
	/*background: #fefef3;*/
	padding: 10px 15px;
	font-weight: bold;
}
.sale_red {
	color: #d21100;
	font-weight: bold;
}
.fig_cap{
	/*background: #fefef3;*/
	color: #8a4c17;
	padding: 0 15px 15px;
	font-size: 1.0em;
	text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align-last: left;
}
/*-------------------見出し----------------------------*/
h3 {
	padding: 16px 0 4px 16px;
	margin: 0;
	background: #eee3c9;
	color: #492b1f;
	font-size: 1.4em;
	border-top: 2px solid #fbfbf9;
}
.bent_text {
	background: #eee3c9;
	color: #492b1f;
	padding: 4px 16px 16px 16px;
	font-size: 14px;
	border-bottom: 2px solid #fbfbf9;
	
}
/*-----------------コンタクト--------------------------*/
.bent_contact {
	display: flex;
	border-top: 2px solid #fbfbf9;
}

.bent_contact_item {
	padding: 20px;
	background: #eee3c9;
	width: 50%;
}
.bent_contact_item p {
	color: #492b1f;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}
}

/*====================タブレット・モバイル=========================*/

@media screen and (max-width: 767px) {

.bent_container {
	width: 100%;
	min-width: 320px;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 -30px;
}


.color_w,.color_w a {/*ぱんくず*/
	color: white !important;
}
/*-----------------------------------------------*/	
.bent_wrap1,.bent_wrap2,.bent_wrap3,.bent_wrap4 {
	width: 100%;
}
.bent_container::before {
		content:"";
		display:block;
		position:fixed;
		top: 60px;
		left:0;
		z-index:-1;
		width:100%;
		height: 100vh;
		background:url(../img/back.jpg) center no-repeat;
		background-size:cover;
}
.bent_wrap2 {
		/*background-image: url(../img/back4.jpg);*/
}
.bent_wrap3 {
		/*background-image: url(../img/back5.jpg);*/
}
.bent_wrap4 {
		/*background-image: url(../img/back2.jpg);*/
}

_::-webkit-full-page-media, _:future, :root .bent_wrap1,.bent_wrap2,.bent_wrap3,.bent_wrap4 {
    /*background-color: #221f20;
	background-image: none !important;*/
}
/*---------------------------------------------*/
.bent_head {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background: transparent;
}
.bent_head img {
	margin: 0;
}
.bent_foot {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}


.bent_head_text_wrap {
	width: 100%;
	box-sizing: border-box;
	margin: -16px auto 0;
	background: #eee3c9;
	border-top: 2px solid #fdfce8;
	border-bottom: 1px solid #fdfce8;
	padding: 16px;
}
.bent_head_text {
	box-sizing: border-box;
	padding: 4%;
	margin: 0 auto;
	border-radius: 6px;
	background: #fbfbf9;
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
}
.bent_head_text p {
	background: #fbfbf9;
	color: #4d3306;
	font-size: 1.05em;
	margin: 0 0 16px;
	text-align: justify;
}
.bent_head_text p:last-of-type {
	font-size: 1.0em;
	margin: 0 0 4px;
}
.bent_head_text p:nth-of-type(5) {
	color: #fd202f;
}


/*----------------------------------------------*/
.cell {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 48px 0 24px;
}

.cell_item {
	background: #fdfce8;
	width: 32%;
	padding: 10px;
	margin: 0 0 24px;
	transition: .7s ease-in-out;
	z-index: 1;
	border-radius: 8px;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 25px 50px -10px, rgba(0, 0, 0, 0.3) 0px 15px 30px -15px;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
}
.cell_item a {
	display: flex;
	height: 100%;
	background: #fefef3;
}

.cell_item:hover {
	transition: .6s ease-in-out;
	background: #eee3c9;
}

.cell:after {
  content:"";
  display: block;
  width: 32%;
}
.cell:before {
  content:"";
  display: block;
  width: 32%;
  order: 1;
}
/*----------------------------------------------*/

.fig_pic figure {
	overflow: hidden;
	max-width: 220px;
	transition: .3s ease-in-out;
	position: relative;
}
.fig_pic figure img {
	width: 100%;
	display: block;
	margin: 0 auto;
	transition: .8s ease-in-out;
}

.fig_pic figure:before {
	content: "商品ページへ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 1.6em;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-shadow: 0 0 2px #000;
	background: radial-gradient(rgba(0, 0, 0, 0.2), #543707); 
	transition: 0.6s ease-in-out;
	opacity: 0;
}

.fig_pic figure:hover::before {
	opacity: 1; 
	transition: .6s ease-in-out;
}


h4 {
	color: #4d644d;
	padding: 10px 6% 0;
	margin: 0 !important;
}
.fig_pic p {
	color: #492b1f;
	padding: 10px 6% 15px;
	font-weight: bold;
}
.sale_red {
	color: #d21100;
	font-weight: bold;
}
.fig_cap{
	color: #8a4c17;
	padding: 0 6% 15px;
	margin: -10px 0 0;
	font-size: 0.95em;
	text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align-last: left;
}
/*-----------------見出し-----------------------------*/
h3 {
	padding: 24px 5% 4px;
	background: #eee3c9;
	color: #492b1f;
	font-size: 1.4em;
	border-top: 2px solid #fdfce8;
}

.bent_text {
	background: #eee3c9;
	padding: 4px 5% 24px;
	font-size: 1.05em;
	color: #492b1f;
	border-bottom: 2px solid #fdfce8;
	text-align: justify;
	
}
/*-----------------コンタクト--------------------------*/
.bent_contact {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 0 16px;
	background: #fbfbf9;
	border-top: 2px solid #fdfce8;
	border-bottom: 2px solid #fdfce8;
}

.bent_contact_item {
	padding: 20px;
	width: 100%;
	background: #eee3c9;
}

.bent_contact_item:last-of-type {
	padding: 20px 20px 40px;
	width: 100%;
}
.bent_contact_item p {
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #492b1f;
}


}


/*====================モバイル=========================*/

@media screen and (max-width: 576px) {
	
.head_text {
	padding: 25px 4% 15px;
}
.head_text p {
	color: #4d3306;
	font-size: 1.1em;
	word-wrap: break-word;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 10px;
}	
.cell {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.cell_item {
	width: 48%;
	padding: 2%;
	transition: .3s ease-in-out;
	font-size: .95em;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
}

.cell:after {
  content:"";
  display: block;
  width: 48%;
}
.cell:before {
  content:"";
  display: block;
  width: 48%;
  order: 1;
}
.fig_pic figure {
	position: relative;
}
.fig_pic figure:before {
	content: "商品ページへ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	color: #fff;
	font-size: 1.6em;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-shadow: 0 0 2px #000;
	background: radial-gradient(rgba(0, 0, 0, 0.2), #543707); 
	transition: 0.6s ease-in-out;
	opacity: 0;
}

h4 {
	padding: 10px 6% 0;
}
	
}
	
@media screen and (max-width: 414px) {

	
.cell {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	box-sizing: border-box;
}	
.cell_item {
	width: 48%;
	padding: 2%;
	transition: .3s ease-in-out;
	font-size: .9em;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.cell:after {
  content:"";
  display: block;
  width: 48%;
}
.cell:before {
  content:"";
  display: block;
  width: 48%;
  order: 1;
}	
}
	
	
	
	
	
	
	
