/* 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: 100%;
	padding: 20px 3%;
	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.1em;
	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 {
	}					
			


@media screen and (max-width: 578px) {	

.creaton_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	font-size: 1.1em;
	}

.creaton_box_item p {
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 10px;
}

.creaton_box_item ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	}

.creaton_box_item ul li {
	}	
		
}

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

.name_color1 {
	color: #f29e94;
}
.name_color2 {
	color: #d98c2f;
}
.name_color3 {
	color: #d1bb66;
}
.name_color4 {
	color: #cbcbcb;
}					
	
/**個別ページ***/
		

#creatonbox,#marbelonbox,,#newonyxbox{
	width: 100%;
	padding:0 1%;
	}
	
	#creatonbox h2,#marbelonbox h2,#newonyxbox h2{
	background:#e4e3e3;
	margin: 8px 0 12px;
	padding: 6px 0;
	color: #FFF;
	font-size: 1.2em !important;
	}
	#creatonbox h3,#marbelonbox h3,#newonyxbox h3{
	background:#e4e3e3;
	margin: 8px 0 12px;
	padding: 6px 4px;
	color: #FFF;
	font-size: 1.2em !important;
	}
	
	#creatonbox h2,#creatonbox h3 {
	background:#f29e94;
	}
	#newonyxbox h2,#newonyxbox h3 {
	background:#d98c2f;
	}
	#marbelonbox h2,#marbelonbox h3 {
	background:#d2bb66;
	}	
#creatonbox p,#marbelonbox p,#newonyxbox p{
	margin-bottom: 6px;
	font-size: 1.0em;
	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;
	display: block;
	margin: 0 auto;
}
/*===============================*/

.dairiseki_color {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dairiseki_item {
	background: #ededed;
	margin: 0 0 20px;
	padding: 20px 2% 10px;
	border-radius: 4px;
	width: 49%;
}
.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){
	max-width: 210px;
	width: 100%;
	height: auto;
	margin: 0 4% 0 0;

}
.arrow_box + p img:nth-child(even){
	max-width: 88px;
	width: 100%;
	height: auto;
	margin: 0;

}
/*吹き出し*/

.arrow_box {
	position: relative;
	background: #838882;
	display: block;
	padding: 4px 24px;
	color: #fff;
	border-radius: 16px;
	margin: 0 0 20px !important;
	width: 140px;
	font-weight: 500;
	font-size: 0.9em !important;
	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;
}
.image_pic {
	margin: 40px 0 0;
}

.stripe_line {
	height: 10px;
	margin: 10px 0;
	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 );
}
.stripe_line::before {
	content:"\4FA1\683C";
	font-size: 1.8em;
	position: absolute;
	top: -30px;
	left: 10px;
	font-weight: bold;
	
}

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

.tokutyo dl{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
	background: #ddd;
	margin: 20px 0;
	}
.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;
	}

@media screen and (max-width: 414px) {	
.tokutyo dt {
    width: 100%;
    float: none;
  }
.tokutyo dd{
    margin-left: auto;
    border-left: none;
  }
}	

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

.aicabox {
}
.aicabox h2 {
	background: #dce1f6;
	margin: 0 0 5px;
	padding:7px 0 7px 12px;
	font-size: 1.2em !important;
}

.meramin_main {
	border: 2px solid #67a647;
	margin: 20px 0;
	padding: 20px 10% 5px;
	border-radius: 8px;
}
.meramin_main p {
	font-size: 1.0em;
	color: #5b5b5b;
}
.meramin_main img {
	margin: 0 auto 15px;
	display: block;
}
#meramin-thum {
	background: #efefef;
	padding: 20px 15px;
	margin: 0 0 20px;
}
#meramin-thum ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
#meramin-thum ul li {
	margin: 0 0 20px;
}
#meramin-thum li a {
	}
#meramin-thum li a img {
	width: 160px;
	height: 189px;
	 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);
	 border-top: #e5e4e4 solid 1px;
	 transition: .3s ease-in-out;
	}
#meramin-thum li a img:hover {
	opacity: .6;
	}

#meramin-thum ul:after {
  content:"";
  display: block;
  width: 160px;
}
#meramin-thum ul:before {
  content:"";
  display: block;
  width: 160px;
  order: 1;
}

@media screen and (max-width: 590px) {	

#meramin-thum {
	background: #efefef;
	padding: 10px 2%;
	margin: 0 0 20px;
}
#meramin-thum ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#meramin-thum li {
	width: 30%;
	height: inherit;
}
#meramin-thum li a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	 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);
	 border-top: #e5e4e4 solid 1px;
	 transition: .3s ease-in-out;
	}
#meramin-thum li a img:hover {
	opacity: .6;
	}
	
#meramin-thum ul:after {
  content:"";
  display: block;
  width: 30%;
}
#meramin-thum ul:before {
  content:"";
  display: block;
  width: 30%;
  order: 1;
}	
}
	
/*問い合わせ*/
	
.aica_contact {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #dce1f6;
	padding: 20px 0;
	margin: 0 0 20px;
	color: #e9e160;
	font-weight: bold;
	text-align: center;
}

.aica_contact_item {
	margin: 0 20px;
}	

/*拡大ページ*/

.aica_img {
	width: 100%;
	padding: 0 0 40px;
	box-sizing: border-box;
}
.aica_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}
.aica_img form {
	text-align: center;
}
	
/*-------------リンクボタン-----------------*/	

.link_button,
.link_button2 {
	border-radius: 6px;
	padding: 12px;
	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: 12px;
	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_button2:hover {
	opacity: .7;
	box-shadow: none;
	
}
	




/*-----m-indexbaseから臨時移動----------*/


/*---------------一覧ページネーション オリジナル---------------*/

/*.pagenation_wrap {
	margin: 30px 0 0 !important;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.pagination {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 0 20px;
}
.pagination a {
	display: inline-block;
    padding: .4rem .6rem;
	text-decoration: none;
	color: #5b5b5b;
	
	border: #5b5b5b solid 1px;
	background-color: #fff;
	min-width: 36px;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	margin: 0 6px 0 0;
	
	
}
.pagination a:hover,
.pagination a:focus {
    background-color: #f2bcab;
}

nav.pagination a.pagination__prev::before {
    content: '<';
}

nav.pagination a.pagination__next::before {
    content: '>';
}

.pagination__items {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	counter-reset: pagination;
	margin: 0 1px;
}
.pagination__items li {
    position: absolute;
    top: -100vh;
    counter-increment: pagination;
    margin: 0 1px;
}
.pagination__items li:first-child,
.pagination__items li:last-child {
      position: static;
    }
.pagination__items li.is--active {
      position: static;
}

.pagination__items li.is--active:not(:nth-child(1)):not(:nth-child(2)):before {
          content: '...';
          display: inline-block;
    	  padding: .4rem .6rem;
          background-color: #eee;
          margin-right: 7px;
		  border: #eee solid 1px;
        }

.pagination__items li.is--active + li,
.pagination__items li.is--active + li + li {
        position: static;
      }
	  
.pagination__items li.is--active + li + li:not(:last-child):not(:nth-last-child(2))::after {
          content: '...';
          display: inline-block;
   		  padding: .4rem .6rem;
          background-color: #eee;
          margin-right: 6px;
          margin-left: 2px;
		  border: #eee solid 1px;
        }

.pagination a::before {
      content: counter(pagination);
    }
.is--active a {
    background-color: #a84c2f;
    color: white;
	pointer-events: none;
  }

@media screen and (max-width: 578px) {
	
.pagenation_wrap {
	content: "";
	overflow: auto;
	white-space: wrap;
	display:block;
	width:auto;
	margin: 0 0 20px;
}
	
.pagination {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
	min-width: 390px;
	
}
.pagenation_wrap::-webkit-scrollbar {
	height: 5px;
}

.pagenation_wrap::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.pagenation_wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}


.pagination__arrow {
	min-width: 28px;
	height: 31.5px !important;
	box-sizing: border-box;
}


}

.pagination a {
    padding: .3rem .5rem;
	max-width: 30px;
}

.pagination__arrow {
	min-width: 28px;
	height: 32px;
	box-sizing: border-box;
}

.pagination__items li.is--active:not(:nth-child(1)):not(:nth-child(2)):before {
    padding: .3rem .5rem;
}
.pagination__items li.is--active + li + li:not(:last-child):not(:nth-last-child(2))::after {
    padding: .3rem .5rem;
}*/
	

/*=========画像拡大（横幅720px 商品ページ用 和テーブル）========*/

/*#photo_container_page,
#photo_container_page2 {
	margin: 0 0 40px;
}*/

/*-------メイン画像表示------------*/

/*#main_photo_page,
#main_photo_page2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 720px;
	box-sizing: border-box;
}
#main_photo_page img,
#main_photo_page2 img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: contain;
	object-position: center center;
}	*/

/*-------サムネイル画像表示------------*/

/*#thumbnail_page,
#thumbnail_page2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: hidden;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 15px 10px 0;
	background: #f1f1f1 !important;
	
}


#thumbnail_page li,
#thumbnail_page2 li {
	margin: 0 10px 5px !important;
	list-style: none;
	width: 86px !important;
	
}
#thumbnail_page li img,
#thumbnail_page2 li img {
	width: 86px;
	height: 86px;
	border: 1px solid #fff;
	background: #fff;
	object-fit: contain;
	box-sizing: border-box;	
	transition: .3s ease-in-out;
}

#thumbnail_page li img:hover,
#thumbnail_page2 li img:hover {
	border: 1px solid #b07f77;
	opacity: 1;
}

#thumbnail_page li.current img, 
#thumbnail_page2 li.current img {
	border: 2px solid #b07f77;
	background: #fff;
	opacity: 1;
	width: 86px;
	height: 86px;
	object-fit: contain;
	object-position: center center;
	transition: .3s ease-in-out;
}

@media screen and (max-width: 578px) {
	
#thumbnail_page,
#thumbnail_page2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 15px 10px 0;
	background: #f1f1f1;	
	
}	

#thumbnail_page:after,
#thumbnail_page2:after {
	content: "";
	display: block;
	width: 86px;
	height: 0;
	margin: 0 10px 5px !important;	
}
#thumbnail_page:before,
#thumbnail_page2:before {
	content: "";
	display: block;
	width: 86px;
	height: 0;
	order: 1;
	margin: 0 10px 5px 0 !important;	
}

}*/

/*-------キャプション表示------------*/

/*#caption_page,
#caption_page2 {
	padding: 10px 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}*/


