@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CHURCH
//////////////////////////////////////////////////////////*/

#church {}

/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/
#church h1 em{
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px;
	    font-size: 28px;

}
#church h1 + .en{
	text-align: center;
	ont-family: Oswald, sans-serif;
}
#church h2#title {
display: none!important;
}

#church h2#title img#pagebase { display: none; }
#church h2#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -190px;
}

#church h1#name {
	position: relative;
	text-align: center;å
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

#church h1#name .area span {
	position: relative;
	top: -15px;
	color: #fff;
	font-size: 12px;
	background-color: #03bae8;
	padding: 5px 10px;
}

#church h1#name em {
	font-size: 28px;
	font-weight: bold;
}

#church h1#name .en {}


/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#church #contents {
	padding: 60px 0 80px 0;
}

#church #contents .main .innerblock {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/*----------------------------------------------------------
  - INNER NAVIGATION
----------------------------------------------------------*/

#church #contents .innernavi {
	position: relative;
	margin: 0 0 60px 0;
	_zoom: 1;
	overflow: hidden;
}

#church #contents .innernavi ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#church #contents .innernavi li {
	position: relative;
	float: left;
	left: -50%;
	margin: 0;
	padding: 0;
}

#church #contents .innernavi li a,
#church #contents .innernavi li a small { display: block; }

#church #contents .innernavi li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #b0ab9c;
	padding: 10px 30px;
	line-height: 120%;
	color: #000!important;
}
#church #contents .innernavi li.last a { border-right: 1px solid #b0ab9c; }

#church #contents .innernavi li.current a {
	color: #000!important;
/*	border-bottom: 1px solid #fe4f78;*/
}

#church #contents .innernavi li a small {
	font-size: 12px;
	font-weight: normal;
}

#church #contents .innernavi li a i { display: none; }


/*----------------------------------------------------------
  - DETAIL
----------------------------------------------------------*/

#church #contents .detail {
	margin: 0 0 40px 0;
	_zoom: 1;
	overflow: hidden;
}

#church #contents .detail .pict {

}

#church #contents .detail .pict img {
	width: 100%;

}

#church #contents .detail .text {

}

#church #contents .detail .text .description { margin-bottom: 20px; }

#church #contents .detail .text .table table {
	width: 100%;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top: 1px solid #8c8776;
}

#church #contents .detail .text .table table th,
#church #contents .detail .text .table table td {
	padding: 5px 10px;
	border-bottom: 1px solid #8c8776;
}

#church #contents .detail .text .table table th { width: 30%; border-right: 1px solid #8c8776; }
#church #contents .detail .text .table table td { width: 70%; }

#church #contents .message {
	display: table;
	width: 100%;
	margin: 0 auto 60px auto;
}

#church #contents .message .pict,
#church #contents .message .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

#church #contents .message .pict img {
	width: 180px;
}

#church #contents .message .text p {
	font-size: 12px;
	line-height: 160%;
	margin: 5px 0 15px 0;
}


/*----------------------------------------------------------
  - PHOTO
----------------------------------------------------------*/

#church #contents .photo {
	width: 100%;
	padding: 60px 0 40px 0;
}

#church #contents .photo h2 {
	text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}

#church #contents .movie { margin-bottom: 40px; }


/*----------------------------------------------------------
  - PRICE
----------------------------------------------------------*/

#church #contents .price {
	width: 100%;
	padding: 50px 0 80px 0;
}

#church #contents .price h2 {
	text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}

#church #contents .price h3 {
	color: #fe4f78;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#church #contents .price .date {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#church #contents .price .table {
	border-top: 1px solid #8c8776;
}

#church #contents .price .table dl {
	position: relative;
	display: table;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

#church #contents .price .table .plan {
	width: 25%;
	border-left: 1px solid #8c8776;
}

#church #contents .price .table .value {
	text-align: center;
	width: 25%;
	border-left: 1px solid #8c8776;
}

#church #contents .price .table .items {
	width: 50%;
	border-right: 1px solid #8c8776;
	border-left: 1px solid #8c8776;
}

#church #contents .price .table .plan,
#church #contents .price .table .value,
#church #contents .price .table .items {
	display: table-cell;
	padding: 10px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #8c8776;
}

#church #contents .price .table .value em {
	font-size: 18px;
	font-weight: bold;
}

#church #contents .price p { margin: 5px 0 10px 0; }
#church #contents .price p.notice {
	color: #666;
	font-size: 11px;
}


/*----------------------------------------------------------
  - OPTION
----------------------------------------------------------*/

#church #contents .option {
	width: 100%;
	padding: 50px 0 80px 0;
}

#church #contents .option h2 {
	text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}

#church #contents .option .items {
	_zoom: 1;
	overflow: hidden;
}

#church #contents .option .items ul {
	margin: 0 -35px 0 0;
	padding: 0;
}

#church #contents .option .items li {
	float: left;
	width: 310px;
	margin: 0 35px 0 0;
}

#church #contents .option .items li .pict {
	margin: 0 0 10px 0;
}
#church #contents .option .items li .pict img {
	width: 100%;
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#church #contents .option .items li h4 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#church #contents .option .items li p {
	font-size: 12px;
	line-height: 160%;
}


/*----------------------------------------------------------
  - AFTER PARTY
----------------------------------------------------------*/

#church #contents .after-party {
	width: 100%;
	padding: 40px 0 60px 0;
}

#church #contents .after-party h2 {
	text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}

#church #contents .after-party .wrapper {
	margin: 0 0 40px 0;
	_zoom: 1;
	overflow: hidden;
}

#church #contents .after-party .wrapper .pict {
	float: left;
	width: 390px;
}

#church #contents .after-party .wrapper .pict img {
	width: 100%;
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#church #contents .after-party .wrapper .text {
	float: right;
	width: 570px;
}

#church #contents .after-party .wrapper .text h4 {
	font-size: 22px;
	font-weight: bold;
}
#church #contents .after-party .wrapper .text h4 small {
	display: block;
	font-size: 14px;
}

#church #contents .after-party .wrapper .text p {
	margin: 5px 0 15px 0;
}


/*----------------------------------------------------------
  - FLEX SLIDER
----------------------------------------------------------*/

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; position: relative; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.flexslider {
	position: relative;
	margin: 0 0 1px 0;
	_zoom: 1;
	overflow: hidden;
}
.flexslider li { line-height: 0; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a.flex-prev { background: url(../../images/share/btn_slide_prev.png) no-repeat 0 0; }
.flex-direction-nav a.flex-next { background: url(../../images/share/btn_slide_next.png) no-repeat 0 0; }
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
	-webkit-background-size: auto 40px;
	   -moz-background-size: auto 40px;
		    background-size: auto 40px;
}

.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 12px;
	line-height: 12px;
	width: 96%;
	background: rgba(0, 0, 0, 0.3);
	margin: 0 !important;
	padding: 2%;
}

.thumbnail .flex-active-slide {}
.thumbnail .flex-active-slide img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.thumbnail { margin: 0 0 30px 0; }
.thumbnail li { margin: 0 1px 0 0; }
.thumbnail li img {
	width: 100px;
	height: 100px;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
.thumbnail li,
.thumbnail li img { cursor: pointer; }

.slider li img,
.thumbnail li img {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.thumbnail .flex-direction-nav { display: none; }


/*----------------------------------------------------------
  - CONTACT
----------------------------------------------------------*/

#contents .contact {
	width: 820px;
	margin: 0 auto 40px auto;
	_zoom: 1;
	overflow: hidden;
}

#contents .contact ul {
	margin: 0 -20px 0 0;
}

#contents .contact ul li {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}


/*----------------------------------------------------------
  - MORE
----------------------------------------------------------*/

#contents .more {
	margin:70px 0 40px 0;
	_zoom: 1;
	overflow: hidden;
}

#contents .more ul {
	margin: 0 -35px 0 0;
}

#contents .more li {
	float: left;
	width: 310px;
	margin: 0 35px 0 0;
}

#contents .more .label { text-align: center; }

#contents .more .box {
	background-color: #fff;
	padding: 10px 8px;
}
#contents .more .dress .box { border: 2px solid #000; }
#contents .more .honeymoon .box { border: 2px solid #000; }
#contents .more .afterparty .box { border: 2px solid #000; }

#contents .more .box .pict { margin-bottom: 5px; }

#contents .more .box h4 {font-size: 20px;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center; }

#contents .more .box p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}

#contents .more .box a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#contents .more .box a img { text-align: center; }


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

