/* 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;
  	overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
	
.feature_container {
	box-sizing: border-box;
}
.header {
	box-sizing: border-box;
	width: 720px;
	margin: 0 0 30px;
	background: #fff;
	/*display: flex;
	flex-direction: column;
	align-items: center;*/
}
.header h2 {
	margin: 0 0 20px;
}
.header h2 img {
	/*box-shadow: 0 0 1px 1px #796243;*/
}
.head_text {
	font-size: 1.3em;
	margin: 0 0 10px 10px;
	color: #4d667f;
}
.main_text {
	font-size: 1.8em;
	margin: 0 0 10px 10px;
	color:  #5e4423;
}
.head_subtext {
	font-size: 1.2em;
	margin: 0 0 20px 10px;
	color: #4d667f;
}
	
/*------モデル----*/
	
.top_subimage {
	width: 720px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.top_subimage p {
}
/*----------------*/
.header_top {
	box-sizing: border-box;
	width: 720px;
	height: auto;
	margin: 0 0 30px;
	background: #edeee8;
	padding: 40px 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.header_top h2 {
	font-size: 2.0em;
	margin: 0 0 20px;
	
}
/*---------テキストかっこ---------------*/
	
.subtext_kakko {
	font-size: 1.2em;
	color: #4d667f;
  position: relative;
  width: 500px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
}
.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: 720px;
	padding: 15px 10px;
	background: #edeee8;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.sub_header_item {
	position: relative;
	box-sizing: border-box;
	width: 224px;
	padding: 10px;
	background: #fff;
	/*display: flex;
	flex-direction: column;
	align-items: center;*/
	box-sizing: border-box;
	/*max-width: 100%;
	flex-basis: auto;*/
	box-shadow: 0 0 5px 1px #ccc;
}
.sub_header_item p img {
	display: block;
	margin: -25px auto 0 !important;
}
/*--------------------------*/
.sub_header_number {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #46a050;
	color: #fff;
	padding: 4px 10px;
	border-radius: 50%;
	
}
.iron_mark1 {
	position: absolute;
	top: 0;
	left: 8px;
	filter: sepia(10%);
}

/*-------------------------*/
.sub_header_item h3 {
	color: #798da1;
	position: absolute;
	top: 14px;
	left: 31%;
}
.sub_header_item h3:first-letter {
	/*font-size: 1.6em*/
}
.sub_header_item p {
	color: #798da1;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	margin: 50px 0 0;
}
.sub_header_item p img {
	margin: -35px 0 0;
}
/*---------サブイメージ--------*/
.top_image_wrap {
	padding: 10px 10px;
	margin: 0 0 20px;
	width: 720px;
	box-sizing: border-box;
}
.top_image {
	display: flex;
	justify-content: space-between;
	aligen-items: center;
	margin: 20px 0 30px;
}
.top_image_wrap .top_image p img {
}
.top_image_wrap .top_image p:first-of-type {
	margin: 0 5px 0 0;
	}
/*----------------------*/
.top_image2 {
	display: flex;
	justify-content: space-around;
}
.top_image2 h3 {
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #99C;
}
.top_image2 p {
	margin: 0 0 0 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: 340px;
	padding: 10px;
}
.img_wrap {
	display: block;
	width: 200px;
	height: 310px;
	overflow: hidden;
}
.img_wrap2 {
	display: block;
	width: 200px;
	height: 310px;
	overflow: hidden;
}
.top_image2_item1 img,
.top_image2_item2 img {
	transition-duration: .6s;
}
.top_image2_item1 img:hover,
.top_image2_item2 img:hover {
	transform:scale(1.1,1.1);
	transition: .3s ease-in-out;
}
.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;
	
}
/*------カテゴリーメニュー---*/
.iron_wood_catewrap h3 {
	font-size: 1.4em;
	color:  #5e4423;
	border-bottom: 1px solid #5e4423;
	margin: 0 0 10px;
}
.iron_wood_cate {
	width: 720px;
	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: 23.5%;
	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);
}
.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 40px;
}
.content_container:last-of-type {
	margin: 0 0 60px;
}

.content_cate,.content_cate2 {
	margin: 0 0 20px;
	border-radius: 6px;
	padding: 0;
	position: relative;
}
.content_cate img,.content_cate2 img {
	position: absolute;
	top: -20px;
	right: 10px;
	width: 140px;
	filter: grayscale(.3);
	opacity: .7;
}

.content_cate h3,
.content_cate2 h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #00758f;
	margin-bottom: 5px;
}

.content_cate h3 {
	color: #5e4423;
	border-bottom: 1px solid #5e4423;
}

.content_cate2 h3 {
	color: #9b4722;
	border-bottom: 1px solid #9b4722;
}
.content_cate p,.content_cate2 {
	font-size: 1.1em;
}
/*-------------------------*/
.content_grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	margin: 0 0 -20px;
}
_:-ms-lang(x)::-ms-backdrop, .content_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.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%;
}
.content_item a,
.content_item2 a {
	display: block;
	padding: 30px 15px 15px;
	transition-duration: .3s;
}
.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 {
	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: grayscale(.5);
}
.maker_pr {
	width: 74px;
	right: 16px;
	top: 10px;
}
.maker_qu {
	width: 56px;
	right: 16px;
	top: 12px;
}
.maker_cr {
	width: 44px;
	right: 16px;
	top: 8px;
}
.maker_ch {
	width: 70px;
	right: 16px;
	top: 12px;
}
/*------------------------------*/
.content_item a:hover,.content_item2 a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}
.content_item h4 {
	/*color: #00758f;*/
	color: #5e4423;
	font-size: 1.1em;
}
.content_item2 h4 {
	color: #9b4722;
	font-size: 1.1em;
}
.content_item img,.content_item2 img {
	display: block;
	margin: 0 auto 16px;
	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);
}
.content_item img:hover,.content_item2 img:hover {
	box-shadow: none;
}

/*-----コーディネート例-----*/
	
.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: 80px;
}
.coodi_flower1 {
	margin: 0 10px 0 0 !important;
}
.coodinate_logo p:nth-of-type(2) {
	font-size: 2.85em;
	color: #3a7534;
	font-weight: bold;
	margin: 0 10px 0 0 !important;
	
}
.coodinate img {
	display: block;
	margin: 0 auto;
}
/*----------コーデ関連商品----------*/	
	
.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: flex-start;
	margin: 15px 0 2px;
	}
	
.coodi_kanren li {
	border:solid 1px #ccc;
	margin:0 15px 15px 0;
	text-align:center;
	width: 130px;
	background: #fff;
	}
.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;
}
	
/*---------コンタクト-------*/
	
.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;
}

/*-------ページトップへ------*/
.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;
}


}

