@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								ひでっちについて							*/
/****************************************************************************/
/* ひでっちについて --------------------------------------------------------------------- */
/* main --------------------------------------------------------------------- */

a.underline {
    text-decoration: underline;
}

#main h1 span{
	background-image: url(../img/profile/main_img.jpg);
}

#main_sub h2, #content02 h2 {
	padding: 30px 10px 0;
}

#prof_box {
	display: table;
	width: 100%;
	margin-top: 70px;
}

#prof_box h3 {
	font-family: "genjyuugothic";
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}

#prof_img {
	display: table-cell;
	vertical-align: top;
	width: 380px;
	padding-right: 50px;
}

#prof_txt {
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
}

#prof_txt:after {
	background: url(../img/profile/content01_bg.png) no-repeat bottom;
	content: "";
	display: block;
	height: 0;
	padding-top: 33%;
	background-size: contain;
}

#prof_txt dt {
	margin: 30px 0 15px;
}

.prof_youtube {
	width:100%;
	text-align:center;
	margin-top:50px;
}

.prof_youtube p {
	text-align: left;
	margin: 20px auto;
	width: 560px;
	font-size: 1.2rem;
}

#content02 h2 {
	margin-top: 100px;
}

#trip_box {
	line-height: 1.5;
	text-align: center;
	position: relative;
}

#trip_box:after {
	background: url(../img/profile/content02_bg.png) no-repeat bottom;
	content: "";
	display: block;
	height: 0;
	padding-top: 75%;
	background-size: contain;
}

#content03 h2 {
	margin-top: 100px;
}

#content03 h3 {
	text-align: center;
	margin: 80px 0 30px;
	font-size: 1.5rem;
	font-weight: unset;
}

#content03 .content_innner p {
	text-align: center;
}

#content03 h4 {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: unset;
}

#content03 .small {
	font-size: 1.2rem;
}

#content03 ul li {
	display: inline-block;
	width: 300px;
	margin: 0 33px;
}

#content03 ul#kabe li {
	display: inline-block;
	width: 225px;
	margin: 0 0 0 20px;
}


#content03 ul li:first-child ,
#content03 ul li:last-child,
#content03 ul#kabe li:first-child {

	margin: 0;
}

#content03 ul li p {
	margin: 20px 0 0;
}

#content03 p.lead {
	text-align:left;
	margin: 40px 0 0 0;
}

@media screen and (max-width:640px){
#prof_img, #prof_txt {
	display: block;
	width: 100%;
	padding: 0;
}

#prof_img img {
	width: 100%;
}


#prof_box, #content02 h2 {
	margin-top: 0;
}

,prof_youtube iframe {
	width: 560px;
	height: 315px;
}

.prof_youtube p {
	width: 100%;
}

#content03 img {
	width: 100%;
}

#content03 ul li {
	margin: 50px auto 0;
	width: 100%;
	
}


#content03 ul li:first-child {
	margin: 0 auto;
}

#content03 ul li:last-child,
#content03 ul#kabe li:first-child {

	margin: 50px auto 0;
	width: 100%;
}

#content03 ul#kabe li {
	margin: 50px auto 0;
	width: 100%;
}


#content03 ul li:first-child,
#content03 ul#kabe li:first-child  {
	margin: 0 auto;
}

#content03 ul li:last-child{

	margin: 50px auto 0;
	width: 100%;
}



}