@charset "UTF-8";

.flex{
	display: flex;
	flex-direction:column
	
}
figure{
	margin: auto;
}
figure img{
	max-width: 100%;
	padding: 5px;
}

.renaissance{
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	width: 100%;
	align-items:flex-start;
}
.renaissance p{
	width: 60%;
}
.renaissance a{
	width: 35%;
	margin-right: 5px;
	text-align: center;
}
.renaissance a img{
	width: 100%;
	text-align: center;
}



#products{}
#products .category{
	position: relative;
	font-size: 1.4rem;
	margin:10px auto 10px;
	padding: 5px 0 5px 12px;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #a2c426;
	color: #333;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #d7d7d7 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 50%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 50%,#d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
	text-shadow: 1px 1px 2px #fff;
}
#products .category::before{
	content: "";
	width: 3px;
	top: 5px;
	bottom: 5px;
	left: 5px;
	position: absolute;
	margin:0px auto 0;
	padding: 0;
	background: #73d9f2;
	box-shadow:0px 0px 3px 0px #ffffff;
}

#products .category h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	margin: 0;
	
}

#products .category ul{
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	justify-content:space-around;
	content: "";
}
#products .category li{
	
}
#products .category li a{
		color: #09F;
    text-decoration: underline;

	
}
#products .category li span{
	font-weight: bold;
}

#products h3{
	font-size:2rem;
	color: #333;
}
#products h3::before{
	content: "";
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: #73D9F2;
    vertical-align: middle;
    margin-right: .5rem;
}


.list_tbl{}
.list_tbl dl{
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction:column
}
.list_tbl dt{
	background: #d8e8df;
	font-weight: 600;
		margin: 0;
	padding: 5px;
}
.list_tbl dd{
	margin: 0;
	padding: 5px;
}
.list_tbl dd dl{
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction:row;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}
.list_tbl dd dl+dl{
	border-top: 0px solid #c7c7c7;
}

.list_tbl dd dt{
	background: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px;
	width: 12em;
	border-right: 1px solid #c7c7c7;
}
.list_tbl dd dd{
	margin: 0;
	padding: 5px;
	width: calc(100% - 13em);
	border-right: 1px solid #c7c7c7;
}
.list_tbl dd ul{
	margin: 0 1em;
	padding: 5px;
}
.list_tbl dd ul li{
	padding:0 0 5px;
}
.gmap iframe{
	width: 100%;
	height: 250px
}

.fb{
	width: 100%;
		margin: auto;
	max-width: 500px;
}
.items{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.items .item{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	cursor: pointer;
	width: calc( (100% / 3 ) - 21px);
	margin-bottom: 40px;
	border-left: 1px dotted #CCC;
	margin:0 0px 40px;
	padding:0 10px;
}
.items .item:nth-child(3n+1){
	border-left: 0px none;
}
.items .item .ph{
    min-width: 60px;
}
.items .item .ph img{
	width: auto;
	height: 130px;
	display: block;
	margin: auto;
}
.items .item .spec{
	font-size: 1rem;
}
.items .item .spec strong{
	font-size: 1.2rem;
}




.modal_item{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.modal_item .ph{
	width: 50%;
}
.modal_item .ph img{
	width: auto;
	display: block;
	margin: auto;
}
.modal_item .spec{
	width: 50%;
	font-size: 1.4rem;
}

.modal_item .spec p{
	color: #663300;
}
.modal_item .spec h1{
	color: gray;
    font-family: 'Noto Serif JP', serif;
}
.modal_item .spec h1 span{
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 1.4rem;
}
.modal_item .article{
	margin: 10px;
}

.modal_item .article h2{
	color: #663300;
	font-size: 1.4rem;
}


.modal_item .article p{
	font-size: 1.4rem;
}

.modal_item .article h1{
	color: gray;
    font-family: 'Noto Serif JP', serif;
}

@media (min-width: 768px) {
	.renaissance{
		margin: 10px 0;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		display: flex;
		flex-direction:row;
		justify-content: space-between;
		width: 100%;
		align-items:flex-start;
	}
	.renaissance p{
		width: 75%;
	}
	.renaissance a{
		width: 20%;
		margin-right: 5px;
		text-align: center;
	}
	.renaissance a img{
		width: 100%;
		text-align: center;
	}
	
#products{}
#products .category{
	display: flex;
	align-items:flex-end;
	justify-content: flex-end;
	height: 4em;
}
#products .category::before{
	content: "";
	width: 3px;
	top: 5px;
	bottom: 5px;
	left: 5px;
	position: absolute;
	margin:0px auto 0;
	padding: 0;
	background: #73d9f2;
	box-shadow:0px 0px 3px 0px #ffffff;
}

#products .category h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 3.5rem;
	margin: 0;
	
}
#products .category h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 3.5rem;
    margin: auto;
    display: block;
    text-align: left;
    position: absolute;
    top: 0px;
    bottom: 0px;
	left: 15px;
    line-height: 1em;
    height: 1em;
}

#products .category ul{
	margin: 0 15px;
	padding: 0;
	display: flex;
	list-style-type: none;
	justify-content:space-around;
	content: "";
	width: 50%
}
#products .category li{
	
}
#products .category li a{
		color: #09F;
    text-decoration: underline;

	
}
#products .category li span{
	font-weight: bold;
}

	
	
	
.flex{
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
	width: 100%;
	align-items:flex-start;
}
.flex figure{
	width: 40%;
}
.flex .article{
	width: 55%;
}

	.list_tbl dl{
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction:row;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}
.list_tbl dl+dl{
	border-top: 0px solid #c7c7c7;
}
.list_tbl dt{
	background: #d8e8df;
	font-weight: 600;
		margin: 0;
	padding: 5px;
	width: 10em;
	border-right: 1px solid #c7c7c7;
}
.list_tbl dd{
		margin: 0;
	padding: 5px;
	width: calc(100% - 10em);
	border-right: 1px solid #c7c7c7;

}
.gmap iframe{
	width: 100%;
	height: 450px
}
	
.fb{
	width: 100%;
	margin: auto;
	max-width: 500px;
}
.items{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.items .item{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	cursor: pointer;
}
.items .item .ph{
    min-width: 60px;
}
.items .item .ph img{
	width: 60px;
	height: 130px;
	display: block;
	margin: auto;
	object-fit: contain;
}
.items .item .spec{
	min-width: 60%;
	font-size: 1rem;
	position: relative;
}
.items .item .spec strong{
	font-size: 1.2rem;
}
.items .item .spec .details{
	position: absolute;
	bottom: 0;
	width: 6em;
	border: 1px solid #3e9be0;
	border-radius: 2px;
	height: 1.8rem;;
	line-height: 1.8rem;;
	background: -moz-linear-gradient(top,  #82c9f9 1%, #3094db 50%, #227dbf 50%, #1277bf 100%);
	background: -webkit-linear-gradient(top,  #82c9f9 1%,#3094db 50%,#227dbf 50%,#1277bf 100%);
	background: linear-gradient(to bottom,  #82c9f9 1%,#3094db 50%,#227dbf 50%,#1277bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c9f9', endColorstr='#1277bf',GradientType=0 );

	text-align: center;
    color: #fff;
}

	
	
}




