@charset "UTF-8";

.grinding section:first-child {
	margin-top: 30px;
}

.grinding section + section {
	margin-top: 100px;
}

.grinding .m-txt-ttl03 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 200%;
}

.grinding .mainVisual {
	background: url(/grinding/images/bg_mainvisual_pc.jpg) no-repeat top right;
	height: 321px;
	margin-top: 87px;
	padding: 38px 0;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.grinding .mainVisual {
		background: url(/grinding/images/bg_mainvisual_pc.jpg) no-repeat top -25px right;
	}
}

.grinding .mainVisual .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 20px 0 0;
}

.grinding .mainVisual .inner .logo-area img {
	width: 90%;
	height: auto;
}

.grinding .m-btn-box {
	width: 75%;
	margin: 30px auto 0;
}

.grinding .detail-area {
	width: 40%;
}

.grinding .detail-area .m-btn-box {
	width: 95%;
	margin: 30px 0 20px;
}

.grinding .bluearea {
	background: #e5eff8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}

.grinding .btn-area {
	width: 387px;
}
.grinding .end-text .m-txt-ttl03 {
	margin: 50px auto;
}
.grinding .bluearea dl dt {
	margin-bottom: 10px;
}

.grinding .models .col-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}

.grinding .models .col-2 > * {
	width: 48%;
	margin-right: auto;
}

.grinding .models .col-2 > *:nth-child(2n) {
	margin-right: 0;
}

.grinding .models .imgbox {
	margin-bottom: 40px;
}

.grinding .models .imgbox img {
	width: 100%;
	height: auto;
}

.grinding .models .video-inner {
	width: 100%;
}

.grinding .models .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grinding .models .video {
	position: relative;
	padding-bottom: 51.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.grinding .models .models-list .btn-area {
	width: 100%;
}

.grinding .models .models-list .m-btn-box {
	width: 91%;
	margin: 30px auto 0;
}

.grinding .models .models-list .details-area {
	margin-top: 30px;
}

.grinding .models .models-list .details-area .txtbox {
	width: 70%;
}

.grinding .models .models-list .details-area figure {
	margin: 0;
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.grinding .models .models-list .details-area figure img {
	width: 80%;
	height: auto;
}

.map .m-box-fixed {
	position: relative;
}

.map .map-area {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.map .map-title .title {
	font-size: 179%;
	font-weight: bold;
	line-height: 1.5;
}

.map .map-title .m-btn-box {
	margin: 10px 0 0;
}

.map .map-box img {
	width: 100%;
	height: auto;
}

.grinding .detail-list > li {
	position: relative;
	padding-left: 20px;
}

.grinding .detail-list > li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #7d8488;
	border-radius: 100%;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
	.grinding section + section {
		margin-top: 40px;
	}

	.grinding .m-box-fixed img {
		width: 100%;
		height: auto;
	}

	.grinding .m-txt-ttl03 {
		margin-bottom: 25px;
		text-align: center;
		font-size: 150%;
	}

	.grinding .mainVisual {
		background: url(/grinding/images/bg_mainvisual_sp.jpg) no-repeat top 100% center;
		background-size: 100%;
		height: auto;
		margin-top: 0;
		padding: 38px 0 30px;
		margin-bottom: 30px;
	}

	.grinding .mainVisual .inner {
		display: block;
		padding: 0 20px;
	}

	.grinding .mainVisual .inner figure {
		margin: 0;
	}

	.grinding .mainVisual .inner .logo-area {
		margin-bottom: 20px;
	}

	.grinding .end-text .m-txt-ttl03 {
		margin: 30px auto;
	}
	.grinding .mainVisual .inner .logo-area img {
		width: 100%;
		height: auto;
	}

	.grinding .detail-area {
		width: 100%;
	}

	.grinding .detail-area .m-btn-box {
		width: 100%;
	}

	.grinding .m-btn-box {
		width: 100%;
	}

	.m-btn-box,
	.m-btn-listbox li {
		padding: 0 34px 0 20px;
	}

	.grinding .mainVisual .inner .detail-area img {
		width: 75%;
		height: auto;
	}

	.grinding .bluearea {
		display: block;
	}

	.grinding .btn-area {
		width: auto;
	}

	.grinding .models .col-2 {
		display: block;
	}

	.grinding .models .col-2 > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.grinding .models .models-list .m-btn-box {
		width: 100%;
	}

	.grinding .models .models-list .details-area .txtbox {
		width: 100%;
	}

	.grinding .models .models-list .details-area figure {
		margin: 0;
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.grinding .models .models-list .details-area figure img {
		width: 60%;
		height: auto;
	}

	.map .map-area {
		position: relative;
		display: block;
	}

	.map .map-title .m-btn-box {
		margin: 10px 0 0;
		width: 100%;
	}

	.map .map-title .title {
		font-size: 145%;
	}

	.map .map-box {
		position: relative;
		margin-top: 30px;
	}

	.map .map-area {
		position: relative;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.grinding .models .models-list .bluearea.details-area {
		display: block;
	}

	.grinding .models .models-list .details-area .txtbox {
		width: 100%;
	}

	.grinding .models .models-list .details-area figure {
		display: block;
		margin: 30px auto 0;
		text-align: center;
	}
}
