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

 file name  : ceremony.css
 author     : Ability Consultant
 style info : 挙式
=================================================================== */
.con_ceremony {
	max-width: 1260px;
	margin: auto;
}

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

.con_ceremony:after, .con_popup:after, .con_popup .box_main .box_info:after, .con_popup .box_garden:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../ceremony/images/img_title-pc.jpg);
}

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

/* -----------------------------------------------------------
	.con_ceremony
----------------------------------------------------------- */
.con_ceremony .box {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 1260px) {
	.con_ceremony .box {
		float: none;
		width: 100%;
	}
}

@media print {
	.con_ceremony .box {
		float: none;
		width: 100%;
	}
}

.ie8 .con_ceremony .box {
	float: none;
	width: 100%;
}

.con_ceremony .box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 768px;
}

@media only screen and (max-width: 1260px) {
	.con_ceremony .box a {
		float: none;
		width: 100%;
		min-height: 500px;
	}
}

@media print {
	.con_ceremony .box a {
		float: none;
		width: 100%;
		min-height: 500px;
	}
}

.ie8 .con_ceremony .box a {
	float: none;
	width: 100%;
	min-height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_ceremony .box a {
		min-height: 40em;
	}
}

@media only screen and (max-width: 767px) {
	.con_ceremony .box a {
		min-height: 20em;
	}
}

.con_ceremony .box a#box_capel {
	background: url(../ceremony/images/bg_capel-pc.jpg) center center/cover no-repeat;
}

.con_ceremony .box a#box_temple {
	background: url(../ceremony/images/bg_temple-pc.jpg) center center/cover no-repeat;
}

.con_ceremony .box a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_ceremony .box a:hover:before {
	opacity: 0.6;
}

.con_ceremony .box a .st_high {
	text-align: center;
	font-weight: normal;
	position: relative;
	color: #484848;
	padding-bottom: 0.7em;
	margin-bottom: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

@media only screen and (max-width: 767px) {
	.con_ceremony .box a .st_high {
		margin-bottom: 30px;
	}
}

.con_ceremony .box a .st_high span {
	display: block;
}

.con_ceremony .box a .st_high span.jp {
	font-size: 225%;
}

@media only screen and (max-width: 767px) {
	.con_ceremony .box a .st_high span.jp {
		font-size: 150%;
	}
}

.con_ceremony .box a .st_high span.en {
	font-family: "Crimson Text", serif;
	font-size: 125%;
	color: #929292;
}

@media only screen and (max-width: 767px) {
	.con_ceremony .box a .st_high span.en {
		font-size: 100%;
	}
}

.con_ceremony .box a .st_high:after {
	content: " ";
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #484848;
}

@media only screen and (max-width: 767px) {
	.con_ceremony .box a .st_high:after {
		width: 60px;
	}
}

.con_ceremony .box a .st_high span {
	color: #fff !important;
}

.con_ceremony .box a .st_high:after {
	background: #fff;
}

.wrp_popup {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

/* -----------------------------------------------------------
	.con_popup
----------------------------------------------------------- */
.con_popup {
	max-width: 1260px;
	margin: 0 auto;
	padding: 80px;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup {
		padding: 80px 35px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup {
		padding: 4.5em 2.5% 4em;
	}
}

.con_popup .box_main .box_slide {
	margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_slide {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_slide {
		margin-bottom: 1.5em;
	}
}

.con_popup .box_main .box_slide img {
	width: 100%;
}

.con_popup .box_main .box_slide .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_slide .slick-dots {
		bottom: 10px;
	}
}

.con_popup .box_main .box_txt {
	margin-bottom: 50px;
	text-align: center;
}

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

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_txt {
		margin-bottom: 2.5em;
	}
}

.con_popup .box_main .box_txt .catch {
	margin-bottom: 10px;
	font-size: 163%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_txt .catch {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_txt .catch {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_txt .catch {
		font-size: 150%;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_txt .catch {
		font-size: 138%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_popup .box_main .box_txt .catch {
		line-height: 1.5;
	}
}

.con_popup .box_main .box_txt .btn {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_txt .btn {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_txt .btn {
		margin-top: 0.5em;
	}
}

.con_popup .box_main .box_info .img {
	float: left;
	width: 63.63636%;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_info .img {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_info .img {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_info .img {
		width: 55%;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_info .img {
		float: none;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (min-width: 1025px) {
	.con_popup .box_main .box_info .img img {
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
}

@media print {
	.con_popup .box_main .box_info .img img {
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
}

.ie8 .con_popup .box_main .box_info .img img {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.con_popup .box_main .box_info .table, .con_popup .box_main .box_info .hall {
	float: right;
	width: 36.36364%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_info .table, .con_popup .box_main .box_info .hall {
		width: 45%;
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_info .table, .con_popup .box_main .box_info .hall {
		float: none;
		width: 100%;
	}
}

.con_popup .box_main .box_info .table .tbl_primary, .con_popup .box_main .box_info .hall .tbl_primary {
	width: 90%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_main .box_info .table .tbl_primary, .con_popup .box_main .box_info .hall .tbl_primary {
		display: inline-block;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_main .box_info .table .tbl_primary, .con_popup .box_main .box_info .hall .tbl_primary {
		width: 100%;
	}
}

.con_popup .box_main .box_info .table .tbl_primary th, .con_popup .box_main .box_info .hall .tbl_primary th {
	text-align: left;
}

.con_popup .box_garden {
	margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_garden {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden {
		margin-top: 4em;
	}
}

.con_popup .box_garden .box_txt {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden .box_txt {
		float: none;
		width: 100%;
	}
}

.con_popup .box_garden .box_txt .wrp {
	padding: 0 40px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_garden .box_txt .wrp {
		padding: 0 30px 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden .box_txt .wrp {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden .box_txt .wrp .st_mid {
		margin-bottom: 1em;
	}
}

.con_popup .box_garden .box_txt .wrp .img {
	margin-bottom: 1.5em;
}

.con_popup .box_garden .box_txt .wrp .catch {
	margin-bottom: 20px;
	font-size: 138%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_garden .box_txt .wrp .catch {
		font-size: 132%;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden .box_txt .wrp .catch {
		font-size: 125%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_popup .box_garden .box_txt .wrp .catch {
		line-height: 1.5;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden .box_txt .wrp .catch {
		margin-bottom: 1em;
	}
}

.con_popup .box_garden .box_img {
	float: right;
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popup .box_garden .box_img {
		padding-top: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.con_popup .box_garden .box_img {
		float: none;
		width: 100%;
		margin-top: 2em;
	}
}

#cboxClose {
	top: 30px !important;
	right: 30px !important;
}

@media only screen and (max-width: 767px) {
	#cboxClose {
		top: 1.1em !important;
		right: 2.5% !important;
	}
}

/*
	.box_flow
----------------------------------------------------------- */
.box_flow .ptn_left_txt {
	margin-bottom: 40px;
	overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
	.box_flow .ptn_left_txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_left_txt .img {
		margin-bottom: 1em;
	}
}

.box_flow .ptn_left_txt .box_txt {
	width: 42%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_left_txt .box_txt {
		width: 100%;
		float: none;
	}
}

.box_flow .ptn_left_txt .box_txt .center_txt {
	padding: 15% 9% 0 9%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_flow .ptn_left_txt .box_txt .center_txt {
		padding: 7%;
	}
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_left_txt .box_txt .center_txt {
		padding: 0;
		width: 95%;
		margin: 0 auto;
	}
}

.box_flow .ptn_left_txt .box_txt .center_txt .number {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_left_txt .box_txt .center_txt .number {
		margin-bottom: 0.2em;
		line-height: 1;
	}
}

.box_flow .ptn_left_txt .box_txt .center_txt .number span {
	font-size: 250%;
	font-family: "Alex Brush", cursive;
}

.box_flow .ptn_left_txt .box_txt .center_txt .txt {
	text-align: left;
	line-height: 1.5;
}

.box_flow .ptn_left_txt .box_img {
	float: right;
	width: 58%;
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_left_txt .box_img {
		width: 100%;
		float: none;
	}
}

.box_flow .ptn_right_txt {
	margin-bottom: 40px;
	overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
	.box_flow .ptn_right_txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_right_txt .img {
		margin-bottom: 1em;
	}
}

.box_flow .ptn_right_txt .box_txt {
	float: right;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_right_txt .box_txt {
		width: 100%;
		float: none;
	}
}

.box_flow .ptn_right_txt .box_txt .center_txt {
	padding: 15% 9% 0 9%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_flow .ptn_right_txt .box_txt .center_txt {
		padding: 7%;
	}
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_right_txt .box_txt .center_txt {
		padding: 0;
		width: 95%;
		margin: 0 auto;
	}
}

.box_flow .ptn_right_txt .box_txt .center_txt .number {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_right_txt .box_txt .center_txt .number {
		margin-bottom: 0.2em;
		line-height: 1;
	}
}

.box_flow .ptn_right_txt .box_txt .center_txt .number span {
	font-size: 250%;
	font-family: "Alex Brush", cursive;
}

.box_flow .ptn_right_txt .box_txt .center_txt .txt {
	text-align: left;
}

.box_flow .ptn_right_txt .box_img {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.box_flow .ptn_right_txt .box_img {
		width: 100%;
		float: none;
	}
}

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