@charset "UTF-8";

/* ページタイトル */
.page_title {
	background: url(/photowedding/img/page_title.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767.98px){
.page_title {
	padding-left: 4vw;
	background: url(/photowedding/img/page_title.jpg) right -50px center no-repeat;
	background-size: cover;
	}
}

.page_title h1 {
	}
@media screen and (max-width:767.98px){
.page_title h1 {
	text-align: left;
	}
}

.page_title h1 span {
	}
@media screen and (max-width:767.98px){
.page_title h1 span {
	display: block;
	font-size: .7em;
	letter-spacing: .05em;
	}
}

.page_title p {
	}
@media screen and (max-width:767.98px){
.page_title p {
	text-align: left;
	}
}

/* コラム */
.column {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
@media screen and (max-width:767.98px){
.column {
	padding: 5vw;
	text-align: left;
	}
}

.column img {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	}

.column p {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}