#mv{
	background: url(../img/bg_mv.jpg) no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	overflow: hidden;
}
#mv .inside{
	height: 400px;
	position: relative;
}
#mv p{
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	left: 50%;
	letter-spacing: 2px;
	padding: 6px 40px 4px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 4px #333;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 100%;
}
section{
	padding: 120px 0;
}
section .inside{
	overflow: hidden;
}
section:nth-of-type(odd){
	background-color: #e7f1e0;
}
section h2{
	border-bottom: 4px solid #ffc455;
	font-size: 150%;
	font-family: 'Kiwi Maru', serif;
	padding: 0 40px 10px 40px;
	text-align: center;
}
section .red{
	background-color: transparent;
	color: #f00;
	font-weight: bold;
}
section .box{
	margin-top: 60px;
}
section .box p{
	margin-top: 10px;
}
section .box p:first-child{
	margin-top: 0;
}
section .txt{
	font-size: 127%;
	margin-top: 40px;
	text-align: center;
}
#comment .outer-box{
	margin-top: 60px;
}
#comment .box{
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#f7e9e9 3px, #f7e9e9 7px);
	border: 1px solid #fff;
	border-radius: 12px;
	box-shadow: 2px 2px 2px rgb(180, 135, 135);
	box-sizing: border-box;
	margin: 0 2px 2px 0;
	float: right;
	padding: 20px;
	position: relative;
	width: 60%;
}
#comment .photo{
	border: 4px solid #fff;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #ccc;
	float: left;
	width: 38%;
}
#comment .outer-box:nth-of-type(even) .box{
	float: left;
}
#comment .outer-box:nth-of-type(even) .photo{
	float: right;
}
#comment .box h3{
	font-weight: bold;
}
#comment .box p{
	border: 2px dashed #ffc3c3;
	border-radius: 12px;
	padding: 10px 20px;
}
#comment .voice{
	box-shadow: 1px 1px 1px rgb(180, 135, 135);
	position: absolute;
	right: 20px;
	top: -15px;
	transform: rotate(-5deg);
}

.enquete .ques{
	float: left;
	vertical-align: middle;
	width: 26px;
}
.enquete h3{
	background-color: rgb(255, 255, 159);
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 15px;
	font-weight: bold;
}
.enquete h3 span{
	display: block;
	float: left;
	margin-left: 10px;
	width: calc(100% - 36px);
}
.enquete:nth-of-type(2),
.enquete:nth-of-type(3){
	padding-top: 0;
}
.enquete .outer-box{
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 60px;
}
.liquid-box{
	grid-template-areas:
		"a b"
		"c d"
		"e d";
}
.liquid-box .box:nth-of-type(1){
	grid-area: a;
}
.liquid-box .box:nth-of-type(2){
	grid-area: b;
}
.liquid-box .box:nth-of-type(3){
	grid-area: c;
}
.liquid-box .box:nth-of-type(4){
	grid-area: d;
}
.liquid-box .box:nth-of-type(5){
	grid-area: e;
}
.enquete .box{
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0 #7f9271;
	margin: 0 4px 4px 0;
	padding: 30px;
}
.enquete .box img.insert-img{
	border: 20px solid #fff;
	margin-top: 20px;
}
.enquete .box img.insert-img2{
	margin-top: 20px;
}
.enquete:nth-of-type(odd) .box{
	background-color: #fff;
}
.enquete:nth-of-type(even) .box{
	background-color: #e7f1e0;
}
.enquete .box p{
	margin-top: 20px;
}
.enquete .box ul{
	border-top: 2px dashed #d5d690;
	margin-top: 20px;
}
.enquete .box li{
	border-bottom: 2px dashed #d5d690;
	padding: 5px;
}
.enquete .box dl{
	margin-top: 10px;
}
.enquete .box dt{
	/* border: 1px solid #cc983d; */
	display: inline-block;
	font-weight: bold;
	/* padding: 0 5px; */
}
.enquete .box .list-ttl{
	border-bottom: 1px solid #cc983d;
	font-size: 125%;
}

.staff-link{
	margin-top: 60px;
}
.staff-link ul{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.staff-link li img{
	opacity: .5;
}
.staff-link li p{
	color: #fff;
	font-size: 125%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	width: 90%;
}
.staff-link a{
	background-color: #000;
	border: 8px solid #fff;
	box-shadow: 4px 4px 4px #7f9271;
	color: #333;
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	margin: 4px;
	transition: all .3s ease;
}
.staff-link a:hover{
	opacity: .7;
}

@media screen and (max-width: 1024px){
	#mv{
		background-position: 50% 0;
		background-size: 100% auto;
	}
	#mv p{
		border: 0;
		font-size: 120%;
	}
	section{
		padding: 40px 0;
	}
	#comment .outer-box{
		margin: 60px auto 0;
		width: 90%;
	}
	.enquete .outer-box{
		margin: 60px auto 0;
		width: 90%;
	}
	.staff-link ul{
		grid-template-columns: 1fr;
		margin: 0 auto;
		width: 90%;
	}
}
@media screen and (max-width: 829px){
	#mv{
		background-size: auto 100%;
	}
	section h2{
		font-size: 150%;
	}
	.tel img{
		width: 100%;
	}
	#comment .photo{
		float: none;
		width: 100%;
	}
	#comment .box{
		float: none;
		margin-top: 40px;
		width: 100%;
	}
	.enquete .outer-box{
		display: block;
	}
	.enquete .box:not(:first-child){
		display: block;
		margin-top: 40px;
	}
}
@media screen and (max-width: 539px){
	section h2{
		font-size: 127%;
	}
	#mv .inside{
		height: 300px;
	}
	.staff-link a{
		height: 130px;
	}
	.staff-link a p{
		font-size: 100%;
	}
}