/* CSS Document */

@media screen and (min-width: 767px) {

/*-------プロシード張地-----------*/

.hariTable_kid {
	border-collapse: collapse;
	width: 720px;
	margin: 0 0 35px;
	box-sizing: border-box;
	text-align: center;
	color: #5b5b5b;
	}
.hariTable_kid tr {
}
.hariTable_kid td{
	border:solid 1px #CCCCCC;
	padding: 12px 14px 8px !important;
	text-align:center;
	vertical-align: top;
	}
.hariTable_kid td img {
	width: 100px;
	}
	
/*---------------------------------*/

.kids_thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.2em;
	margin: 0 0 20px;
	}
.kids_thumb::after {
	width: 23.5%;
	height: 0;
	display: block;
	content: "";
	}
.kids_thumb::before {
	width: 23.5%;
	height: 0;
	display: block;
	content: "";
	order: 1;
	}
.kids_thumb li {
	width: 23.5%;
	margin: 0 0 20px;
	padding: 15px 10px;
	text-align: center;
	background: #ffebd8;
	box-sizing: border-box;
}
.kids_thumb li a {
	font-size: .95em;
	transition: .3s ease-out;
}

.kids_thumb li img {
	box-shadow: 0 0 1px 2px #fbaba1;
	margin: 0 0 5px;
	border-radius: 10px;
}
.kids_thumb li a:hover {
	opacity: .7;
}

/*---------------------------------*/

.passoBox{
	width:190px;
	height:400px;
	float:left;
	margin:0 0 10px 0;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-left:2px;
	}

.passoBox250{
	width:220px;
	height:250px;
	float:left;
	}
	
#passo h2{
	font-size:25px;
	}
#passo dl{
	line-height:1.4;
	background:#F7F7F7;
	padding:10px;
	}
#passo dl dt{
	float: left;
	text-align: right;
	margin: 0 8px 0 0;
	width: 88px;
	}
#passo dl dd{
	margin-left: 96px;
	}	
#allprice{
	border:solid 4px #B8D803;
	width:700px;
	padding:10px;
	line-height:1.5;
	}
#allprice img{
	float:left;
	margin:0 10px 10px 0;
	}

.passoBox2 {
	float:left;
	margin-top: 0;
	margin-bottom: 10px;
	border-left:dotted 1px #CCCCCC;
	padding-left: 7px;
	line-height: 1.4;
}

/*------------Ys・NAZERO-----------------------*/

.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin: 20px 0 40px;
	padding: 0 0 20px;
	border-bottom: 4px dotted #d2824f;
}
.column3 li {
		/*position: relative;*/
	margin: 0 0 10px;
	line-height: 1.5;
	padding: 10px 10px 20px;
	width: 32.5%;
	box-sizing: border-box;
	background: #ffebd8;
}
	

.column3 li .kids_zabu {
	/*position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);*/
	text-align: center;
	color: #bd2706;
	/*background: #ffebd8;*/
	font-weight: bold;
	margin: 0 0 5px;
	/*padding: 5px 2px;*/
	font-size: 1.1em;
	box-sizing: border-box;
}
	
.column3 li p {
		text-align: left;	
}	
	
.column3 li img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto 10px !important;
}	
.column3 li a img {
	border-radius: 10px;
	box-shadow: 0 0 1px 1px #fbaba1;
	transition: .3s ease-in-out;
}	
.column3 li a img:hover {
	opacity: .7;
}	
	
.column3::after {
	width: 32.5%;
	margin: 0 0 10px;
	content: "";
	display: block;
}


	
/*------PRO QUON CRES（2カラム）ー---*/

.column2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 20px 0 40px;
	padding: 0 0 20px;
	border-bottom: 4px dotted #d2824f;
	}

.column2 li {
	position: relative;
	box-sizing: border-box;
	width: 48.5%;
	padding: 10px;
	margin:0 0 20px;
	background: #ffebd8;
}
	
.column2 li .kids_zabu {
	/*position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);*/
	text-align: center;
	color: #bd2706;
	background: #ffebd8;
	font-weight: bold;
	margin: 0 0 10px;
	/*padding: 5px 2px;*/
	font-size: 1.1em;
	box-sizing: border-box;
}	

.column3 li p {
	text-align: left;	
}		
	
.column2 li img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto 10px !important;
	box-sizing: border-box;
}
	.column2 li a img {
	border-radius: 10px;
	box-shadow: 0 0 1px 1px #fbaba1;
	transition: .3s ease-in-out;	
}	
.column2 li a img:hover {
	opacity: .7;
}
.column2 li p:last-of-type {
	text-align: right;
}	
	

/*----------------------*/
	


.size_button {
	border: 1px #336600 solid;
	padding: 5px 10px;
	margin: 10px 0 !important;
	display: inline;
	text-align: center !important;
	background: #fff;
	transition: .3s ease-in-out;
	box-sizing: border-box;
}
.size_button::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(https://www.ekag.jp/img/mark02.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 2px 1px 0;
}

.size_button:hover {
	border: 1px #66CCCC solid;
}

	
.size_column {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 0 10px;
		
}
	.size_column p {
		width: 48%;
		
	}	
	.size_column p a {
		display: block;
		margin: 0 0 5px !important;
		
	}	
	

/*-------------Ysカラーセレクト--------*/

.hariName_kids {
	background: #fffcd6;
	padding: 10px;
	width: 626px;
	margin: 0 auto;
	border:solid 1px #CCCCCC;
	border-bottom: none;
	}
.hari_h1 {
	color: #ffe301;
	text-shadow:1px 1px 0 #7c7b7b,-1px 1px 0 #7c7b7b,1px -1px 0 #7c7b7b,-1px -1px 0 #7c7b7b;
	letter-spacing: 6px;
	font-size: 2.0em;
}
.hariName_kids dl{
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	}
.hariName_kids dt{
	
	}
.hariName_kids dt::after {
	content: "：";
	}
.hariName_kids dd{
	}

.hariTable_kids {
	border-collapse:collapse;
	width: 648px;
	margin: 0 auto 20px;
	}	
.hariTable_kids td{
	border:solid 1px #CCCCCC;
	padding:4px;
	text-align: center;
	color: #676767;
	}

/*---------------------クオン------------------------*/
	
.pygmyBox{
	width:206px;
	height:400px;
	float:left;
	margin:0 0 10px 0;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-left:2px;
	}
.pygmyBox p {
	margin-left: 8px;
}

	
	
}
	
/*レスポンシブ無効時はコメントアウト*/

/*===================================================================================*/

@media screen and (max-width: 767px) {
	
.kids_thumb{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.2em;
	margin: 0 0 20px;
	}
.kids_thumb::after {
	width: 32%;
	height: 0;
	display: block;
	content: "";
	}
.kids_thumb li {
	width: 32%;
	margin: 0 0 20px;
	text-align: center;
	font-size: .9em;
	padding: 15px 10px;
	text-align: center;
	background: #ffebd8;
	box-sizing: border-box;
}
	
.kids_thumb li a {
	font-size: .95em;
	transition: .3s ease-out;
}

.kids_thumb li img {
	box-shadow: 0 0 1px 2px #fbaba1;
	margin: 0 0 5px;
	border-radius: 10px;
}
.kids_thumb li a:hover {
	opacity: .7;
}	

@media screen and (max-width: 576px) {
	
.kids_thumb::after {
	width: 48%;
	height: 0;
	display: block;
	content: "";
	}
.kids_thumb li {
	width: 48%;
	margin: 0 0 20px;
	text-align: center;
	font-size: .9em;
}
	
}

/*-------プロシード張地-----------*/

.hariTable_kid {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 35px;
	box-sizing: border-box;
	table-layout: fixed;
	color: #5b5b5b;
	}
	
.hariTable_kid td{
	border:solid 1px #CCCCCC;
	padding:2% 1% !important;
	text-align:center;
	vertical-align: top;
	}
.hariTable_kid td img {
	width: 100%;
	max-width: 100px;
	}
	
/*---------------------------------*/
	
.passoBox250{
	width:50%;
	height:250px;
	float:left;
	font-size:0.8rem;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	}
	
.passoBox2 {
	width:50%;
	height:260px;
	float:left;
	font-size:0.8rem;
	text-align:center;
	border-left:0;border-right:0;
	border-bottom:solid 1px #CCCCCC;
}
.passoBox2:nth-child(odd) {
	border-right:solid 1px #CCCCCC;
	}
	
#passo dl{
	line-height:1.4;
	background:#F7F7F7;
	padding:10px;
	font-size:0.8rem;
	}
#passo dl dt{
	clear:both;
	float:left;
	text-align:right;
	margin:0 8px 0 0;
	width:80px;
	}

.pygmyBox,.passoBox{
   width:50%;
	height:415px;
	float:left;
	margin:0 0 10px 0;
	text-align:center;
	border-right:0;
	font-size:0.8rem;
  }
.pygmyBox:nth-child(odd),
.passoBox:nth-child(odd),
.passoBox250:nth-child(odd) {
	border-right:solid 1px #CCCCCC;
}
.pygmyBox p {
	margin-left:0;
}


	
/*--------------Ys・ナゼロ・CHERRY（3カラム）-------------*/
	
.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	aligen-items: center;
	text-align: center;
	word-break: break-all;
	margin: 0 0 40px;
	padding: 0 0 20px;
	border-bottom: 4px dotted #d2824f;
}
	
.column3::after {
	width: 48.5%;
	margin: 0 0 10px;
	content: "";
	display: block;
}	


.column3 li {
	width: 48.5%;
		position: relative;
	margin: 0 0 10px;
	line-height: 1.5;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	background: #ffebd8;
}
.column3 li .kids_zabu {
	/*position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);*/
	text-align: center;
	color: #bd2706;
	background: #ffebd8;
	margin: 0 0 5px;
	/*padding: 5px 2px;*/
	font-size: 1.0em;
	/*box-sizing: border-box;*/
}

.column3 li p {
		text-align: left;	
}	
.column3 li img {
	width: inherit !important;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.column3 li a img {
	border-radius: 10px;
	box-shadow: 0 0 1px 1px #fbaba1;
	transition: .3s ease-in-out;
}		
	
.column3 li a img:hover {
	opacity: .7;
}		

@media screen and (max-width: 414px) {

.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	aligen-items: center;
	text-align: center;
	word-break: break-all;
}

.column3 li {
	margin: 0 0 20px;
	line-height: 1.6;
	padding: 10px 3% 5px;
	width: 100%;
}
	
}
	
/*------------proceed・cres・QUON（2カラム）--------------------*/
	
.column2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 20px 0 40px;
	padding: 0 0 20px;
	border-bottom: 4px dotted #d2824f;
	}
	
.column2 li {
	position: relative;
	box-sizing: border-box;
	width: 49%;
	padding: 10px;
	margin:0 0 20px;
	background: #ffebd8;
}

.column2 li .kids_zabu {
	/*position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);*/
	text-align: center;
	color: #bd2706;
	background: #ffebd8;
	font-weight: bold;
	margin: 0 0 5px;
	/*padding: 5px 2px;*/
	font-size: .9em;
	box-sizing: border-box;
}	

.column3 li p {
		text-align: left;	
}	
	
.column2 li img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.column2 li a img {
	border-radius: 10px;
	box-shadow: 0 0 1px 1px #fbaba1;
	transition: .3s ease-in-out;	
}			
	
.column2 li a img:hover {
	opacity: .7;
}
.column2 li p:last-of-type {
	text-align: right;
}

@media screen and (max-width: 414px) {
	
.column2 li {
	/*position: relative;*/
	box-sizing: border-box;
	width: 100%;
	padding: 10px 3% 5px;
	margin:0 0 30px;
	/*border: 2px solid #ffebd8;*/
}
	
.column2 li .kids_zabu {
	/*position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);
	text-align: center;
	color: #bd2706;
	background: #ffebd8;
	font-weight: bold;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 2px;*/
	font-size: 1.0em;
}		
	
.column2 li img {
	max-width: 350px;
	margin: 0 auto 10px;
	display: block;
}

}	
	
/*----------------------*/

.size_button {
	border: 1px #336600 solid;
	padding: 5px 10px;
	margin: 15px 0;
	display: inline;
	text-align: center !important;
	background: #fff;
	transition: .3s ease-in-out;
	box-sizing: border-box;
	font-size: .85em;
}
.size_button::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(https://www.ekag.jp/img/mark02.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 2px 1px 0;
}

.size_button:hover {
	border: 1px #66CCCC solid;
}
	
	
.size_column {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 0 10px;
		
}
	
	.size_column p {
		width: 46%;
		
	}	
	.size_column p a {
		display: block;
		margin: 0 0 5px;
		
	}		
	
	

	
/*-------------Ysカラーセレクト--------*/

.hariName_kids_wrap {
	padding: 0 2% 20px;
	text-align:center;
}
.hariName_kids {
	background: #fffcd6;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4em;
	border:solid 1px #CCCCCC;
	border-bottom: none;
	}
.hari_h1 {
	color: #ffe301;
	text-shadow:1px 1px 0 #7c7b7b,-1px 1px 0 #7c7b7b,1px -1px 0 #7c7b7b,-1px -1px 0 #7c7b7b;
	letter-spacing: 6px;
	font-size: 1.6em;
}
.hariName_kids dl{
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	}
.hariName_kids dt::after {
	content: "：";
	}

.hariTable_kids {
	border-collapse:collapse;
	width: 100%;
	margin: 0 auto 20px;
	}	
.hariTable_kids td{
	border:solid 1px #CCCCCC;
	padding:4px;
	text-align: center;
	font-size: 1.1em;
	}
	
	
	
}


	
