@charset "Shift_JIS";

.aboutDetail_01{
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
	strong{
		text-align: center;
	}
	@include media(sp) {
	    margin-top: -60px;
	    padding-top: 60px;
	}
}

.aboutDetailPhoto_01{
	line-height: 0;
}

@media screen and (min-width: 1181px){
	.aboutDetail_01{
		min-width: 960px;
	}
	.aboutDetailText_01{
		width: calc(100% - 660px);
	}
	.aboutDetailTextCont_01{
		margin: 0 auto;
		width: 490px;
	}
	.about01_01{
		margin-top: 70px;
	}
	.about02_01{
		margin-top: 100px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1180px){
	.aboutDetailPhoto_01,
	.aboutDetailText_01{
		width: 48%;
	}
	.aboutDetailTextCont_01{
		width: 97%;
	}
}
@media screen and (min-width: 960px) {
	.aboutDetailPhoto_01,
	.about02_01 .aboutDetailText_01{
		float: left;
	}
	.aboutDetailText_01,
	.about02_01 .aboutDetailPhoto_01{
		float: right;
	}
	.aboutDetailText_01{
		p{
			margin-top: 0px;
			margin-bottom: 30px;
		}
	}
	.aboutDetailText_01{
		padding-top: 0em;
	}
	.about01_01{
		padding-top: 70px;
	}
	.about02_01{
		margin-top: 100px;
	}
}
@media screen and (max-width: 959px){
	.aboutDetail_01{
		width: 100%;
		strong{
			margin-top: 28px;
		}
	}
	.aboutDetailPhoto_01{
		text-align: center;
	}
	.aboutDetailText_01{
		width: 100%;
	}
	.aboutDetailTextCont_01{
		width: 100%;
		padding: 0 15px;
		> p{
			margin-top: 30px;
			margin-bottom: 0px;
		}
	}
	.about01_01{
		strong{
			img{
				width: 79%;
			}
		}
	}
	.about02_01{
		margin-top: 35px;
		strong{
			img{
				width: 43%;
			}
		}
	}
}

/* youjou
 ********************/

.youjouInner_02{
	padding: 0px 35px 50px;
}
.youjouTtl_02{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.youjouList_02{
	margin-top:20px;
	list-style-type: disc;
	padding-left: 0;
}

@media screen and (min-width: 960px) {
	.youjouInner_02{
		padding: 0px 180px 100px;
		text-align: center;
	}
	.youjouTtl_02{
		font-size:2.6rem;
		font-weight: bold;

	}
	.youjouList_02{
		margin-top:20px;
		font-size:1.8rem;
		list-style-type: none;
		text-align: left;
		padding-left: 0;
	}
	.youjouList_02 li::before {
		content: "E";
		margin-right: 0.5em;
	}
}

/*# sourceMappingURL=base.css.map */
