@charset "utf-8";
/*
 * news.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
.about-top {
	max-width: 65rem;
	width: 100%;
	margin: 8.7rem auto 0;
	text-align: center;
}
.about-top .tit-p {
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	line-height: 1.75;
	margin-top: 1.5rem;
}
.about-top .tit-p span{
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.75;
}
.about-top .txt-p {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.89;
	letter-spacing: 0.08em;
	margin-top: 1.5rem;
	font-family: 'Shippori Mincho',"Sawarabi Mincho", serif !important;
}

.about-speech {
	margin-top: 9.3rem;
	background: #F2F2F2;
	padding: 12rem 0 12.8rem;
}
.speech-in {
	display: flex;
}
.speech-in .img-p {
	width: 34.7rem;
	margin-right: 7.1rem;
}
.speech-in .img-p img {
	width: 100%;
}
.speech-info {
	width: calc(100% - 41.8rem);
}
.speech-info  .txt-p {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.89;
	letter-spacing: 0.08em;
	margin-top: 1.9rem;
	font-family: 'Shippori Mincho',"Sawarabi Mincho", serif !important;
}
.speech-info  .txt-p span {
	display: block;
}
.speech-info  .txt-p span+span {
	margin-top: 1.9rem;
}
.about-area {
	margin: 7.5rem 0 13.9rem;
}
.about-item .tit-p {
	text-align: center;
}
.about-item .tit-p span{
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	line-height: 2.3rem;
	position: relative;
	display: inline-block;
	padding: 0 2.2rem 1.4rem;
}
.about-item .tit-p span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 0.1rem;
	background: #000;
}
.about-in {
	display: flex;
	margin-top: 6.4rem;
}
.about-info {
	width: calc(100% - 47.8rem);
	margin-top: -2.5rem;
}
.about-info dl {
	display: flex;
	padding: 2.5rem 0 1.5rem;
}
.about-info dl {
	border-bottom: 0.1rem dashed #808080;
}
.about-info dt {
	width: 10.8rem;
	font-family: 'Shippori Mincho',"Sawarabi Mincho", serif !important;
}
.about-info dd {
	width: calc(100% - 10.8rem);
	font-family: 'Shippori Mincho',"Sawarabi Mincho", serif !important;
}
.about-info dt span {
	font-size: 1.5rem;
	line-height: 1.65;
	letter-spacing: 0.08em;
	font-weight: 400;
}
.about-info dd {
	font-size: 1.5rem;
	line-height: 1.65;
	letter-spacing: 0.08em;
	font-weight: 300;
}
/*.about-info dl+dl dd {
	padding-left: 2.5rem;
}*/
.goole-map {
	width: 41.2rem;
	margin-left: 6.6rem;
}
.goole-map .map {
	width: 100%;
	padding-top: 90.53%;
	position: relative;
}
.goole-map .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*** スマ��320px ~ 767px***/
@media screen and (max-width: 767px) {
	.about-top .area-tit {
		text-align: center;
	}
	.about-top {
		max-width: unset;
		width: 100%;
		margin: 3.2rem auto 0;
		text-align: left;
	}
	.about-top .tit-p span{
		font-size: 1.4rem;
	}
	.about-top .tit-p {
		font-size: 1.5rem;
		line-height: 1.73;
		margin-top: 1rem;
		text-align: center;
	}
	.about-top .txt-p {
		font-size: 1.1rem;
		line-height: 1.72;
		margin-top: 1rem;
	}
	
	.about-speech {
		margin-top: 6.2rem;
		background: #fff;
		padding: 0 0 4.4rem;
	}
	.speech-in {
		display: flex;
		flex-direction: column-reverse;
	}
	.speech-info .area-tit {
		text-align: center;
	}
	.speech-in .img-p {
		width: auto;
		margin-right: 0;
		margin-top: 3.7rem;
	}
	.speech-in .img-p img {
		width: 100%;
	}
	.speech-info {
		width: auto;
	}
	.speech-info  .txt-p {
		font-size: 1.1rem;
		line-height: 1.72;
		margin-top: 1rem;
	}
	.speech-info  .txt-p span+span {
		margin-top: 2rem;
	}
	.about-area {
		margin: 0;
	}
	.about-item .tit-p {
		text-align: center;
	}
	.about-item .tit-p span{
		padding-bottom: 0.6rem;
		font-size: 1.5rem;
		line-height: 1.73;
		padding: 0 0.5rem;
	}
	.about-in {
		display: block;
		margin-top: 3.3rem;
	}
	.about-info {
		width: auto;
		margin-top: -1.6rem;
	}
	.about-info dl {
		display: flex;
		align-items: center;
		padding: 1.6rem 0 1rem;
	}
	.about-info dl {
		border-bottom: 0.1rem dashed #808080;
	}
	.about-info dt {
		width: 6.9rem;
	}
	.about-info dd {
		width: calc(100% - 6.9rem);
	}
	.about-info dt span {
		font-size: 1rem;
		line-height: 1.75;
	}
	.about-info dd {
		font-size: 1rem;
		line-height: 1.75;
	}
	.about-info dl+dl dd {
		padding-left: 1.6rem;
	}
	.goole-map {
		width: calc(100% + 4rem);
		margin-left: -2rem;
	}
	.goole-map .map {
		margin-top: 5.2rem;
		width: 100%;
		padding-top: 49.93%;
		position: relative;
	}
	.goole-map .map iframe {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
