/* CSS Document */


.border_color1 {
	border: 2px solid #f29e94;
}
.border_color2 {
	border: 2px solid #d98c2f;
}
.border_color3 {
	border: 2px solid #d1bb66;
}
.border_color4 {
	border: 2px solid #cbcbcb;
}


.creaton_box_wrap {
	width: 720px;
	padding: 20px;
	margin: 0 0 30px;
	box-sizing: border-box;
	border-radius: 6px;
}

.creaton_box {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 1.1em;
	}

.creaton_box p a img {
	transition: .3s ease-in-out;
}
.creaton_box p a img:hover {
	opacity: .7;
}

.creaton_box_item p {
	font-size: 1.4em;
	text-align: right;
	margin: 0 0 10px;
	color: #424d32;
}
	
.creaton_box_item ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	}
	
.creaton_box_item ul li {
	}					
			

.creaton_box_wrap h4 {
	margin: 0 0 5px;
	font-size: 1.3em;
}
.creaton_text {
	font-size: 1.1em;
}

.name_color1 {
	color: #f29e94;
}
.name_color2 {
	color: #d98c2f;
}
.name_color3 {
	color: #d1bb66;
}
.name_color4 {
	color: #cbcbcb;
}




/**個別ページ***/
	
	
#creatonbox,#marbelonbox,#newonyxbox{
	width:720px;
	}
	
	#creatonbox h2,#marbelonbox h2,#newonyxbox h2 {
	background:#e4e3e3;
	margin: 8px 0 12px;
	padding: 6px 0 6px 12px;
	color: #fff;
	}
	#creatonbox h3,#marbelonbox h3,#newonyxbox h3 {
	background:#e4e3e3;
	margin: 8px 0 12px;
	padding: 6px 12px;
	color: #fff;
	}
	#creatonbox h2,#creatonbox h3 {
	background:#f29e94;
	}
	#newonyxbox h2,#newonyxbox h3 {
	background:#d98c2f;
	}
	#marbelonbox h2,#marbelonbox h3 {
	background:#c6af5b;
	}
	
	#creatonbox p,#marbelonbox p,#newonyxbox p{
	margin-bottom:10px;
	font-size: 1.1em;
	line-height: 1.6;
		}
.tokutyo h3 {
	background: #F0F0F0;
	color: #333;
	padding: 4px;
	margin: 30px 0 10px;
	border: 1px solid #333;
	width: 132px;
	text-align: center;
	font-weight: normal;
	
}
.tokutyo p img {
	vertical-align: top;
}
/*=========各カラーサンプル==============*/

.dairiseki_color {
	width: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}

.dairiseki_item {
	background: #f5f5f5;
	margin: 0 0 20px;
	padding: 20px 15px 10px;
	border-radius: 4px;
	width: 45%;
}
.arrow_box + p img {
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);

}
.arrow_box + p img:nth-child(odd){
	margin: 0 12px 0 0;

}
.arrow_box + p img:nth-child(even){
	margin: 0;

}
/*吹き出し*/
.arrow_box {
	position: relative;
	background: #838882;
	display: block;
	padding: 4px 24px;
	color: #fff;
	border-radius: 16px;
	margin: 0 0 20px !important;
	width: 100px;
	font-weight: 500;
	font-size: 1.0em;
	text-align: center;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(131, 136, 130, 0);
	border-top-color: #838882;
	border-width: 10px;
	margin-left: -10px;
}

.stripe_line {
	position: relative;
	height: 10px;
	margin: 0 0 30px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(194, 230, 246, 1) 5px, rgba(194, 230, 246, 1) 10px );
}

/*-------------------------*/

.tokutyo dl{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
	background: #ddd;
	}
	
.tokutyo dt {
	width: 20%;
	float: left;
	padding: 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	}

.tokutyo dd {
  margin-left: 20%;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
	}

.tokutyo dd:after{
  display: block;
  content: "";
  clear: both;
}
.tokutyo dd img {
	vertical-align: middle;
	margin: 0 5px 10px 0;
	}

/*-------------アイカ メラミン化粧板-----------------*/

.aicabox {
	font-size: 1.2em;
}
.aicabox h2 {
	background: #cbcbcb;
	color: #313131;
	margin: 30px 0 10px;
	padding:5px 0 5px 15px;
	font-size: 1.2em !important;
}
.meramin_main {
	/*border: 2px solid #67a647;*/
	border: 2px solid #cbcbcb;
	margin: 20px 0;
	padding: 20px 75px 5px;
	border-radius: 6px;
}
.meramin_main p {
	font-size: 1.0em;
}
.meramin_main img {
	display: block;
	margin: 0 auto 15px;
}
#meramin-thum {
	background: #f1f1f1;
	padding: 20px 15px;
	margin: 0 0 20px;
}
#meramin-thum ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#meramin-thum li {
	margin: 0 0 20px;
}
#meramin-thum li a {
	}
#meramin-thum li a img {
	width: 141px;
	height: 171px;
	 border-top: #e5e4e4 solid 1px;
	 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);
	}
#meramin-thum li a img:hover {
	opacity: .6;
	}
	
/*問い合わせ*/	

.aica_contact {
	display: flex;
	justify-content: space-around;
	background: #fff;
	padding: 20px 0;
	margin: 0 0 20px;
	color: #e9e160;
	font-weight: bold;
	text-align: center;
	font-size: .85em;
}

.aica_contact_item {
	margin: 0 20px;
}
/*拡大ページ*/

.aica_img {
	background: #333;
	padding: 0 0 40px;
	margin: 0 auto;
}
.aica_img form {
}
.aica_img img {
	max-width: 960px;
	width: 100%;
	margin: 0 0 40px;
}

/*-------------リンクボタン-----------------*/
	
.link_button,
.link_button2 {
	border-radius: 6px;
	padding: 10px;
	color: #FFF !important;
	margin: 0 0 8px 0;
	width: 220px;
	text-align: center;
	display: block;
	box-shadow: 1px 1px 1px 1px #ccc;
	transition: .3s ease-in-out;
	box-sizing: border-box;
	 
} 
.link_button3 {
	border-radius: 6px;
	padding: 10px;
	color: #FFF !important;
	margin: 0 0 8px 0;
	width: 220px;
	text-align: center;
	display: block;
	box-shadow: 1px 1px 1px 1px #ccc;
	transition: .3s ease-in-out;
	box-sizing: border-box;
	 
}
.link_button {
	background: #39629a;
}
.link_button2 {
	background: #017c7c;
}
.link_button3 {
	background: #920120;
}
.link_button:hover,
.link_button2:hover,
.link_button3:hover {
	opacity: .7;
	color: #fff !important;
	box-shadow: none;
	
}
