@charset "UTF-8";
/*==========================

	index

============================*/
.formyself {
	position: absolute;
	bottom: 0;
	right: 3%;
	z-index: 1;
}
.catchphrase {
	font-size: 18px;
	margin: 0 0 90px;
	text-align: center;
}
/*-----------------
	About
------------------*/
#about {
	background: url(../img/index/flower.svg) no-repeat center 75% #f2e7e4;
	padding: 80px 0;
	text-align: center;
}
#about strong {
	display: block;
	margin: 0 0 40px;
}
/*-----------------
	merit
------------------*/
#merit ul {
	margin: 0 auto;
	max-width: 1100px;
}
#merit li {
	float: left;
	margin: 0 2.66% 0 0;
	width: 23%;
}
#merit li:last-child {margin: 0;}
#merit li span {
	display: block;
	font-size: 60px;
	margin: -35px 0 15px 5px;
}
#merit li dt {
	border-bottom: 1px solid #f2e7e4;
	font-size: 18px;
	margin: 0 0 13px;
	min-height: 63px;
}
/*-----------------
	school
------------------*/
#school .innerBox {
	margin: 0 auto;
	max-width: 1400px;
}
#school ul {
	float: left;
	width: 50%;
}
#school .itemText {
	text-align: center;
}
#school .itemText .winebtn {
	margin: 0 auto;
	width: 83%;
}
#school .itemImg img {width: 100%;}
#school .itemImg, #school .itemText {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
/*-----------------
	specialist
------------------*/
#specialist .innerBox {
	margin: 0 auto;
	max-width: 1100px;
}
#specialist .itemImg {
	float: left;
	width: 50%;
}
#specialist .cell {
	display: table-cell;
	padding: 0 0 0 4%;
	width: 50%;
	vertical-align: middle;
}
#specialist dl {
	margin: 0 0 3vw;
}
#specialist dl:nth-of-type(2) {margin: 0;}
#specialist dl dt {
	border-bottom: 1px solid #aa9268;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#specialist dl span {
	display: block;
	line-height: 1.5;
}
#specialist .logo {
	margin: 0 0 0 auto;
	width: 8vw;
}

/*media queries--------------------------------------css*/
@media screen and (max-width: 900px) {
	/*-----------------
		school
	------------------*/
	#school ul {
		float: none;
		width: 100%;
	}
	#school .itemText {
		text-align: center;
	}
	#school .itemText .winebtn {
		margin: 0 auto;
		width: 68%;
	}
	#school .itemImg img {width: 100%;}
	#school .itemImg, #school .itemText {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
}
@media screen and (max-width: 786px) {
	/*==========================

		index

	============================*/
	.formyself {
		bottom: 3%;
		position: absolute;
		right: 5%;
		width: 35%;
		z-index: 1;
	}
	.catchphrase {
		font-size: 4.5vw;
		margin: 0 0 10%;
		text-align: center;
	}
	/*-----------------
		About
	------------------*/
	#about {
		background: url(../img/index/flower.svg) no-repeat center 35% /30% auto #f2e7e4;
		padding: 12% 0;
		text-align: center;
	}
	#about strong {
		display: block;
		margin: 0 0 8%;
		font-size: 5vw;
		font-weight: normal;
		line-height: 1.8;
	}
	#about p {
		text-align: left;
		margin: 0 auto;
		width: 92%;
	}
	/*-----------------
		merit
	------------------*/
	#merit ul {
		margin: 0 auto;
		max-width: 100%;
		width: 92%;
	}
	#merit li {
		float: none;
		margin: 0 0 10% 0;
		width: 100%;
	}
	#merit li:last-child {margin: 0;}
	#merit li span {
		display: block;
		font-size: 18vw;
		margin: -11% 0 4% 2%;
	}
	#merit li dt {
		border-bottom: 1px solid #f2e7e4;
		font-size: 5vw;
		margin: 0 0 5%;
		min-height: unset;
		padding: 0 0 5%;
	}
	/*-----------------
		school
	------------------*/
	#school .innerBox {
		margin: 0 auto;
		max-width: 100%;
	}
	#school ul {
		float: none;
		width: 100%;
	}
	#school .itemText {
		text-align: center;
	}
	#school .itemText .winebtn {
		margin: 0 auto;
		width: 83%;
	}
	#school .itemImg img {width: 100%;}
	#school .itemImg, #school .itemText {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	/*-----------------
		specialist
	------------------*/
	#specialist .innerBox {
		margin: 0 auto;
		max-width: 100%;
	}
	#specialist .itemImg {
		float: none;
		margin: 0 auto 10%;
		width: 67%;
	}
	#specialist .cell {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 92%;
	}
	#specialist dl {
		display: block;
		height: auto!important;
		vertical-align: bottom;
	}
	#specialist dl:nth-of-type(2) {margin: 0 0 3vw;}
	#specialist dl dt {
		border-bottom: 1px solid #aa9268;
		margin: 0 0 5%;
		padding: 0 0 5%;
	}
	#specialist dl span {
		font-size: 4vw;
		display: inline-block;
		line-height: 1.5;
	}
	#specialist dl span.shopName {display: block;}
	#specialist dl span.name {
		font-size: 6vw;
		margin: 0 4% 0 0;
	}
	#specialist .logo {
		margin: 0 0 0 auto;
		width: 23vw;
	}
}
