/* CSS Document */


@media only screen and (max-width: 767px) {
	
.feature_container {
	box-sizing: border-box;
}
.header_top {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	background: #edeee8;
	padding: 20px 2% 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header_top h2 {
	margin: 0 2% 30px;
}

.header h2 img {
	/*box-shadow: 0 0 1px 1px #796243;*/
}
.head_text {
	font-size: 1.3em;
	margin: 0 0 10px 10px;
	color: #4d667f;
	text-align: center
}
.main_text {
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 10px;
	/*color: #46a050;*/
	color: #5e4423;
}
.main_pic {
	margin: 0 0 30px;
	padding: 0 1%;
}
.head_subtext:first-of-type {
	font-size: 1.3em;
	margin: 0 auto 10px;
	color: #4d667f;
}
	
/*----サブイメージ（モデル）----*/

.top_subimage {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0;
	margin: 10px 0 20px
}
.top_subimage p {
}
.top_subimage p img {
	max-width: 200px;
	width: 100%
}
	
/*---------テキストかっこ---------------*/
	
.subtext_kakko {
	font-size: 1.1em;
	color: #4d667f;
  position: relative;
  width: 96%;
  padding: 10px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 414px) {
	
	.subtext_kakko {
  margin: 0 auto 20px;
}
	
}
	
.subtext_kakko::before,
.subtext_kakko::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subtext_kakko::before {
  top: 0;
  left: 0;
  border-top: 1px solid #4d667f;
  border-left: 1px solid #4d667f;
}
.subtext_kakko::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #4d667f;
  border-right: 1px solid #4d667f;
}
	
/*----------------------------*/
	
.sub_header {
	margin: 0 0 20px;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0;
	background: #edeee8;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.sub_header_item {
	position: relative;
	box-sizing: border-box;
	width: 32%;
	padding: 20px 2%;
	background: #fff;
	/*display: flex;
	flex-direction: column;
	align-items: center;*/
	box-shadow: 0 0 5px 1px #ccc;
}
	
@media only screen and (max-width: 568px) {
	
.sub_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	}
.sub_header_item {
	position: relative;
	box-sizing: border-box;
	width: 99%;
	padding: 15px 3%;
	margin: 0 0 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 5px 1px #ccc;
}
.sub_header_item p img {
	margin: 0 auto;
	display: block;
}

.iron_mark1 {
	position: absolute;
	top: 4px !important;
	left: 4% !important;
	width: 72px !important;
}
.sub_header_item h3 {
	position: static !important;
	margin: 10px auto !important;
	/*position: absolute;
	top: 13px;
	left: 30%;*/
	font-size: 1.2em !important;
}
.sub_header_item p {
}
	
}

/*-----------------------------*/
.sub_header_number {
	position: absolute;
	top: 2%;
	left: 2%;
	background: #46a050;
	color: #fff;
	padding: 4px 10px;
	border-radius: 50%;
}

.iron_mark1 {
	position: absolute;
	top: 0;
	left: 2%;
	width: 45px;
}
	
/*-----------------------------*/
	
.sub_header_item h3 {
	color: #798da1;
	position: absolute;
	top: 13px;
	left: 30%;
	font-size: 1.0em;
}
.sub_header_item h3:first-letter {
}
.sub_header_item p {
	/*font-size: .9em;
	line-height: 1.6;*/
	color: #798da1;
	margin: 30px 0 10px;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.sub_header_item p:last-of-type {
	margin-top: auto;
}
	
/*---------サブイメージ--------*/
	
.top_image_wrap {
	padding: 10px 0%;
	margin: 10px 0 20px;
	width: 100%;
}
.top_image_wrap .top_image {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.top_image_wrap .top_image p img {
	margin-bottom: 0;
}
.top_image_wrap .top_image p:first-of-type {
	margin: 0 1% 0 0;
}


@media only screen and (max-width: 568px) {
.top_image2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

}
	
.top_image2 {
	display: flex;
	justify-content: space-between;
}
.top_image2 h3 {
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #99C;
}
.top_image2 p {
	margin: 0 0 10px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*---------------------------*/
.top_image2_item1,.top_image2_item2 {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 10px 1%;
}

_:-ms-lang(x)::-ms-backdrop, .top_image2_item1 > div,.top_image2_item2 > div {
	display: none;
}
_:-ms-lang(x)::-ms-backdrop, .top_image2_item1 img,.top_image2_item2 img {
	max-width: 200px;
	text-align: center;
}

.top_image2_item1 img,.top_image2_item2 img {
	width: 100%;
	min-width: 130px;
	transition: .3s ease-in-out;
}

.top_image2_item1 img:hover,.top_image2_item2 img:hover {
	opacity: .6;
}

.pick_up {
	display: inline-block;
	font-size: 1.1em;
	margin: 0 0 10px 10px !important;
	font-weight: bold;
	color: #cc2129;
	border-bottom: 2px solid #cc2129;
}

@media only screen and (max-width: 414px) {
.top_image {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 10px;
}
.top_image_wrap .top_image p img {
	width: 100%;
}
.top_image_wrap .top_image p {
	margin: 0 0 10px !important;
}
}

/*------カテゴリーメニュー---*/
	
.iron_wood_catewrap h3 {
	font-size: 1.4em;
	color:  #5e4423;
	border-bottom: 1px solid #5e4423;
	margin: 0 0 10px;
}
.iron_wood_cate {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;	
}
.iron_wood_cate::after {
	width: 24%;
	content: "";
	display: block;
	height: 0;
}
.iron_wood_cate li {
	width: 22.5%;
	font-size: 0.8em;
	margin: 0 0 20px;
	background: #edeee8;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04), 
              0 2px 2px rgba(0,0,0,0.04), 
              0 4px 4px rgba(0,0,0,0.04), 
              0 6px 8px rgba(0,0,0,0.04),
              0 8px 16px rgba(0,0,0,0.04);
}
@media only screen and (max-width: 414px) {
	
.iron_wood_cate li {
	width: 31%;
}
.iron_wood_cate::after {
	width: 31%;
	content: "";
	display: block;
	height: 0;
}
}
.iron_wood_cate li a {
	padding: 10px;
	display: block;
	font-size: 1.2em;
	text-align: center;
}
.iron_wood_cate li:hover {
	box-shadow: none;
	transition: .3s ease-in-out;
}
.iron_wood_cate li a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}
.iron_wood_cate li a img {
	border-radius: 6px;
}
	
/*--------コンテンツ--------*/

.content_container {
	background: white;
	margin: 0 0 30px;
}
.content_cate,
.content_cate2 {
	margin: 0 0 20px;
	border-radius: 6px;
	padding: 0;
	position: relative;
}

.content_cate img,
.content_cate2 img {
	position: absolute;
	top: -13px;
	right: 10px;
	width: 120px;
	filter: grayscale(.3);
	opacity: .4;
}
.content_cate h3,
.content_cate2 h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5e4423;
	text-align: left;
	margin: 0 0 10px;
}

.content_cate h3 {
	color: #5e4423;
	border-bottom: 1px solid #5e4423;
}

.content_cate2 h3 {
	color: #9b4722;
	border-bottom: 1px solid #9b4722;
}
	
/*--------------------*/

.content_grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

}

_:-ms-lang(x)::-ms-backdrop, .content_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

@media only screen and (max-width: 414px) {
.content_grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

}
	
.content_item,
.content_item2 {
	border-radius: 6px;
	position: relative;
	margin: 0 0 20px;
}

_:-ms-lang(x)::-ms-backdrop, .content_item,.content_item2 {
	width: 31.5%;
}
@media only screen and (max-width: 414px) {
_:-ms-lang(x)::-ms-backdrop, .content_item,.content_item2 {
	width: 31.5%;
	background:#F93;
}
}
	
.content_item a,
.content_item2 a {
	display: block;
	padding: 30px 5% 15px;
}
	
.content_item a:hover,
.content_item2 a:hover {
	opacity: .6;
	transition: .3s ease-in-out;
}

.content_item {
	border: 1px solid #5e4423;
	transition: .3s ease-in-out;
}
	
.content_item2 {
	border: 1px solid #9b4722;
	transition: .3s ease-in-out;
}

.content_item:hover {
	border: 1px solid #a9793c;
}
.content_item2:hover {
	border: 1px solid #ecbea9;
}
	.content_item .price_tax {
	margin: 0 0 5px;
	}	
	
.content_item p:last-of-type,
.content_item2 p:last-of-type {
	font-size: .9em;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

/*------メーカーロゴ------*/
.maker_pr,.maker_qu,.maker_cr,.maker_ch {
	position: absolute;
	background-color: transparent;
	box-shadow: none !important;
	/*filter: sepia(100%);*/
	filter: grayscale(.5);
}
.maker_pr {
	width: 74px;
	right: 16px;
	top: 10px;
}
.maker_qu {
	width: 56px;
	right: 16px;
	top: 10px;
}
.maker_cr {
	width: 44px;
	right: 16px;
	top: 6px;
}
.maker_ch {
	width: 70px;
	right: 16px;
	top: 10px;
}

.content_item h4 {
	color: #5e4423;
	font-size: 1.0em;
}
.content_item2 h4 {
	color: #9b4722;
	font-size: 1.0em;
}
.content_item img,
.content_item2 img {
	display: block;
	margin: 0 auto 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04), 
              0 2px 2px rgba(0,0,0,0.04), 
              0 4px 4px rgba(0,0,0,0.04), 
              0 6px 8px rgba(0,0,0,0.04),
              0 8px 16px rgba(0,0,0,0.04);
}

/*-----コーディネート例-----*/
	
.coodinate {
	background: #edeee8;
	margin: 40px 0;
	padding: 20px;
}
.coodinate_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.coodinate_logo + p {
	margin: 0 0 20px;
	font-size: 1.4em;
	color: #3a7534;
	text-align: center;
}
.coodi_flower1,.coodi_flower2 {
	width: 62px;
}
.coodi_flower1 {
	margin: 0 5px 0 0 !important;
}
.coodinate p:nth-of-type(2) {
	font-size: 2.8em;
	color: #3a7534;
	font-weight: bold;
	margin: 0 5px 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .coodinate p:nth-of-type(2) {
	font-size: 2.0em;
}

.coodinate img {
	display: block;
	margin: 0 auto;
}
	
/*----------コーデ関連商品（4個）---------*/	
	
.coodi_kanren {
	width:100%;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: dotted 1px #5e4423;
	box-sizing: border-box;
	}
.coodi_kanren ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0 2px;
	}
.coodi_kanren ul::after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
	}	
.coodi_kanren ul::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
	order: 1;
	}	
	
.coodi_kanren li {
	border:solid 1px #ccc;
	margin:0 0 15px;
	text-align:center;
	width: 24%;
	background: #fff;
	box-sizing: border-box;
	}
.coodi_kanren li:hover {
	border:solid 1px #5e4423;
	transition: .3s ease-in-out;
}
.coodi_kanren li a{
	display: block;
	padding:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

.coodi_kanren li img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	transition: .3s ease-in-out;
}
.coodi_kanren li img:hover {
	opacity: .7;
}
.coodi_p {
	border-bottom: dotted 1px #5b5b5b;
	border-left: solid 4px #5e4423;
	padding: 0 0 2px 8px;
	margin: 20px 0 5px;
	font-weight:bold;
	color: #5b5b5b;
}
	
@media only screen and (max-width: 568px) {
	
.coodi_kanren ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0 2px;
	}
.coodi_kanren ul::after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
	}	
.coodi_kanren ul::before {
	content: "";
	display: block;
	width: 31%;
	height: 0;
	order: 1;
	}	
.coodi_kanren li {
	border:solid 1px #ccc;
	margin:0 0 15px;
	text-align:center;
	width: 31%;
	background: #fff;
	box-sizing: border-box;
	font-size: .9em;
	}
	
}
	
@media only screen and (max-width: 568px) {
	
.coodinate p:nth-of-type(2){
	font-size: 2.4em;
	color: #3a7534;
}
.coodi_flower1,.coodi_flower2 {
	width: 60px;
}
}
	
@media only screen and (max-width: 414px) {
	
.coodinate p:nth-of-type(2) {
	font-size: 2.0em;
	color: #3a7534;
}

.coodi_flower1,.coodi_flower2 {
	width: 50px;
}
}
	
/*-------------コンタクト-----------*/
	
.outdoor_contact {
	display: flex;
	margin: 0 0 20px;
	padding: 20px;
	background: #edeee8;
}
.outdoor_contact_item {
	padding: 20px;
	background: #fff;
	width:350px;
	border-radius: 6px 0 0 6px;
}
.outdoor_contact_item:last-of-type {
	border-radius: 0 6px 6px 0;
}
.outdoor_contact_item p {
	color: #5b5b5b;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

@media only screen and (max-width: 667px) {
.outdoor_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 4%;
	background: #edeee8;
	margin: 0 0 20px;
}
.outdoor_contact_item {
	padding: 20px 4%;
	background: #fff;
	width: 99%;
	border-radius: 6px 6px 0 0;
}
.outdoor_contact_item:last-of-type {
	border-radius: 0 0 6px 6px;
}
}
	
/*----------ページトップへ---------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #abf090;
    text-align: center;
    color:  rgba(0,126,174,1);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 18px;
    opacity: 0.8;
	border-radius: 6px;
	transition: .3s ease-in-out;
	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);
}
	
.pagetop a:hover {
    display: block;
    background-color: #6cc04b;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:12px 18px;
    opacity: 0.8;
	border-radius: 6px;
}


}

