@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : report.css
 author     : Ability Consultant
 style info : ウエディングレポート
=================================================================== */
.box_container {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.box_container {
		width: 95%;
	}
}

.box_container:after, .row:after, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
	display: block;
}

.row {
	display: block;
}

.col {
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
}

.col_4 {
	width: 33.33333%;
}

.col_6 {
	width: 50%;
}

.col_12 {
	width: 100%;
}

.row_tbl {
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: top;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	height: 446px;
	position: relative;
	background-image: url(../report/images/img_title-pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_title {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.con_title {
		height: 350px;
		background-image: url(../report/images/img_title-sp.jpg);
	}
}

.con_title h2 {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	font-weight: normal;
	line-height: 1.1;
	text-shadow: 1px 1px 1px #c3c3c3, 0 0 10px #c3c3c3;
	padding-left: 10%;
	padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
	.con_title h2 {
		padding-left: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_title h2 {
		text-align: left;
		top: auto;
		bottom: 5%;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.con_title h2 .jp {
	display: block;
	font-size: 125%;
	color: #787878;
	margin-bottom: 0.7em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_title h2 .jp {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	.con_title h2 .jp {
		font-size: 113%;
	}
}

.con_title h2 .en {
	display: block;
	font-family: "Crimson Text", serif;
	font-size: 344%;
	color: #787878;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_title h2 .en {
		font-size: 282%;
	}
}

@media only screen and (max-width: 767px) {
	.con_title h2 .en {
		font-size: 219%;
	}
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
	margin-top: 15px;
	margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_topicpath {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_topicpath {
		margin-bottom: 5%;
	}
}

.con_topicpath ul li {
	display: inline-block;
	vertical-align: baseline;
}

.con_topicpath ul li:first-child .ic_item {
	padding-left: 0;
}

.con_topicpath ul li,
.con_topicpath ul li a {
	font-size: 82%;
	color: #787878;
}

@media only screen and (max-width: 767px) {
	.con_topicpath ul li,
	.con_topicpath ul li a {
		font-size: 88%;
	}
}

.con_topicpath ul li .ic_item {
	padding-left: 8px;
	padding-right: 4px;
}

/* -----------------------------------------------------------
	.con_x
----------------------------------------------------------- */

/*# sourceMappingURL=../maps/report.css.map */
