@charset "UTF-8";

html,body {
	background: #fff;
}

/*----------------
  #wrapper
----------------*/
#wrapper {
	background: #fff;
}


@media only screen and (min-width:800px){
	/*----------------
	  #wrapper
	----------------*/
	#wrapper {
	}
}

/*----------------
  #iyashiken
----------------*/
#iyashiken {
    margin: 0 auto;
    padding: 12% 0;
    text-align: center;
    background: url("../../about/img/about_bg.png") center #f3e8d2;
    position: relative;
}
#iyashiken h1 {
	margin: 0 auto 8%;
	color: #de6a08;
	font-size: 6.2vw;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.2;
}
#iyashiken .img {
	margin: 0 auto 8%;
}
#iyashiken h2 {
	margin: 0 auto;
	padding: 1% 5%;
	color: #fff;
	background: #de6a08;
	font-size: 4.2vw;
	letter-spacing: 0.06em;
	line-height: 1.2;
}
#iyashiken .ytBlock {
    margin-right: 0;
    padding-top: 56.25%;
    width: 100%;
	position: relative;
}
#iyashiken .ytBlock iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (min-width:800px){
	/*----------------
	  #iyashiken
	----------------*/
	#iyashiken {
		margin: 0 0 0 370px;
		padding: 80px 50px;
	}
	#iyashiken h1 {
		margin-bottom: 50px;
		font-size: 38px;
	}
	#iyashiken .img {
		margin-bottom: 50px;
	}
	#iyashiken h2 {
		padding: 8px 20px 10px;
		font-size: 26px;
		font-weight: bold;
	}
}