/*
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);
*/
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600);

@font-face {
	font-family: 'Alecko Engraved';
	src: url('/fonts/Alecko-Engraved.woff') format('woff'), url('/fonts/Alecko-Engraved.ttf') format('truetype');
}

body {
	-webkit-text-size-adjust: 100%;
	font: 62.5% "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: none;
	width: 100%;
}

img,
a {
	border: none;
}

/* Clear Fix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height:0;
	overflow: hidden;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/* Centered texts in each section
	* --------------------------------------- */
.section {
/*
	text-align: center;
*/
	color: #fff;
}

/* Backgrounds will cover all the section
	* --------------------------------------- */
.section,
.slide {
/*
	min-width: 960px;
*/
	background: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Defining each sectino background and styles
	* --------------------------------------- */
#section0 {
/*
	background-image: url(/images/photo/191325.jpg);
*/
	background-image: url(/images/photo/PA020034.jpg);
}
#section4 {
/*
	background-image: url(/images/photo/192421.jpg);
*/
	background-image: url(/images/photo/PA030037.jpg);
}

/*Adding background for the slides
	* --------------------------------------- */

/* section1 */
#slide1-1 {
/*
	background-image: url(/images/photo/182000.jpg);
*/
	background-image: url(/images/photo/PA020028.jpg);
}
#slide1-2 {
	background-image: url(/images/photo/210712.jpg);
}
#slide1-3 {
	background-image: url(/images/photo/183106.jpg);
}
/* section2 */
#slide2-1 {
	background-image: url(/images/photo/202645.jpg);
}
#slide2-2 {
	background-image: url(/images/photo/204011.jpg);
}
#slide2-3 {
/*
	background-image: url(/images/photo/194202.jpg);
*/
	background-image: url(/images/photo/PA010007.jpg);
}
/* section3 */
#slide3-1 {
	background-image: url(/images/photo/wedding2.jpg);
}
#slide3-2 {
	background-image: url(/images/photo/wedding3.jpg);
}
#slide3-3 {
	background-image: url(/images/photo/voice11.jpg);
}
#slide3-4 {
	background-image: url(/images/photo/voice21.jpg);
}
#slide3-5 {
	background-image: url(/images/photo/voice31.jpg);
}

/* ==================================================
	ヘッダー・フッター部
================================================== */
#header,
#footer {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #f2f2f2;
	background: rgba(0,0,0,0.75);
}
#header {
	display: block;
	top: 0;
	height: 60px;
	vertical-align: top;
}
#header .logo {
	display: inline-block;
	margin: 10px 15px 0px 0px;
}
#header .logo h1 {
	color: #fff;
	font: 32px 'Alecko Engraved';
}
#footer {
	font: 600 10px 'Titillium Web', Verdana, Geneva, sans-serif;
	bottom: 25px;
	height: 60px;
	display: none;
}
#copyright {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #f2f2f2;
	background: rgba(0,0,0,0.75);

	font: 600 10px 'Titillium Web', Verdana, Geneva, sans-serif;
	bottom: 0;
	height: 25px;
}
#copyright p {
	position: fixed;
	display: block;
	width: 100%;
	bottom: 3px;
	font-size: 13px;
	text-align: center;
}
/* ==================================================
	レスポンシブ
================================================== */
/* ----------------
	パソコン
---------------- */
@media screen and (max-width: 1100px) and (min-width: 960px) {

}
/* ----------------
	タブレット
---------------- */
@media screen and (max-width: 960px) and (min-width: 768px) {

}
/* ----------------
	タブレット
---------------- */
@media screen and (max-width: 768px) and (min-width: 480px) {

}
/* ----------------
	スマートフォン
---------------- */
@media screen and (max-width: 480px) {

}
/* Responsive Menu Bar 
-------------------------------------------------- */
/* ---- パソコン ---- */
@media screen and (max-width: 767px) {
}

/* ==================================================
	メニュー部
================================================== */
ul.menu {
	display: inline-block;
	font: 600 1.6em 'Titillium Web', Verdana, Geneva, sans-serif;
	vertical-align: top;
}
ul.menu li {
	display: inline-block;
	margin: 10px 5px;
	border-bottom: 2px solid #321;
}
ul.menu li.active {
	color: #fff;
	border-bottom: 2px solid #963;
}
ul.menu li a {
	text-decoration: none;
	color: #ccc;
}
ul.menu li a:hover {
	color: #fff;
}
ul.menu li.active a:hover {
	color: #fff;
}
ul.menu li:hover {
	background: rgba(255,255,255,0.1);
	border-bottom: 2px solid #963;
}
ul.menu li.active:hover {
	background: transparent;

}
.menu li a,
.menu li.active a {
	padding: 2px 15px;
	width: 80px;
	display: block;
}
.menu li.active a {
	color: #fff;
}

/* ==================================================
	プルダウン・メニュー部
================================================== */
#hb-menu-wrapper {
	position: relative;
	width: 95%;
}
#hb-menu {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 10000;
}
#hb-icon1 {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	margin: 5px 0px;
	cursor: pointer;
}
#hb-icon2,
#hb-icon3 {
	display: inline-block;
	vertical-align: top;
	margin: 5px 30px 5px 0px;
}
#hb-button {
	position: absolute;
	width: 32px;
	height: 6px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: linear .5s;
	-webkit-transition: all linear .5s;
	background: #fff;
}
#hb-button::after {
	content: ' ';
	position: absolute;
	width: 32px;
	height: 6px;
	top: 200%;
	left: 0;
	background: #fff;
}
#hb-button::before {
	content:' ';
	position: absolute;
	width: 32px;
	height: 6px;
	top: -200%;
	left: 0;
	background: #fff;
}
#hb-button.action {
	position: absolute;
	width: 32px;
	height: 6px;
	top: 50%;
	left: 49%;
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transition: linear .5s;
	-webkit-transition: all linear .5s;
	background: none;
}
#hb-button.action::after {
	content: ' ';
	position: absolute;
	width: 32px;
	height: 6px;
	top: 50%;
	left: 49%;
	transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transition: linear .5s;
	-webkit-transition: all linear .5s;
	background: #fff;
	cursor: pointer;
}
#hb-button.action::before {
	content: ' ';
	position: absolute;
	width: 32px;
	height: 6px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(180deg);
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	transition: linear .5s;
	-webkit-transition: all linear .5s;
	background: #fff;
}
#hb-contents {
	display: none;
	position: absolute;
	top: 50px;
	right: -16px;
	padding: 50px 0 25px;
	background: #612c16;
	width: 200px;
	z-index: 9999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#hb-contents ul {
	margin: 10px 0;
}
#hb-contents ul li {
	padding: 0 5%;
	text-align: center;
}
#hb-contents ul li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	font: bold 18px Cinzel;

	color: #fff;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px dotted #000;
}
#hb-contents ul li a:hover {
	color: #ffc;
	background: rgba(0,0,0,0.2);
	transition: all 0.5s ease;
}
.hb-contact {
	color: #fff;
	font: 16px Cinzel;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
#hb-contents .logo p {
	font: 32px 'Alecko Engraved';
	color: #fff;
}
#qrcode {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* ==================================================
	session0 - トップページ
================================================== */
#section0-inner {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(/images/bk_dot.png) repeat-x bottom;
}
#section0-news-wrapper,
#section0-navi-wrapper {
	position: relative;
	width: 95%;
	max-width: 960px;
	margin: 20px auto;
}
#section0-news {
	height: 70px;
	min-height: 70px;
	padding: 10px;
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	background-color: rgba(0,0,0,0.5);
}
a.news-inline {
	font: 15px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	line-height: 1.5;
}
a.news-inline:link {
	color: #fff;
}
a.news-inline:visited {
	color: #fff;
}
a.news-inline:hover {
	color: #fff;
}
a.news-inline:active {
	color: #fff;
}
.news-popup {
	font-size: 14px;
	-webkit-text-shadow: 1px 1px 1px #666;
	-moz-text-shadow: 1px 1px 1px #666;
	text-shadow: 1px 1px 1px #666;
	color: #000;
	line-height: 1.5;
}
#section0-navi {
	width: 100%;
	text-align: center;
	wite-space: nowrap;
}
li.navi-box,
li.navi-box a,
li.navi-box img {
	width: 100%;
	height: auto;
}
li.navi-box {
	position: relative;
	display: inline-block;
	margin: 0 0.25%;

	background: #fff;
	overflow: hidden;
	height: 220px;
	width: 23.5%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
li.navi-box a {
	display: block;
	position: relative;
}
li.navi-box a img {
	position: relative;
	border: none;

	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);

	height: 220px;
	width: auto;
}
li.navi-box a img:hover {
	transition: all 0.5s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
li.navi-box p {
	position: absolute;
	top: 0;
	color: white;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	margin: 5px 10px;
	font: 600 1.8em 'Titillium Web', Tahoma, Geneva, sans-serif;
}
li.navi-box h3 {
	position: absolute;
	top: 30px;
	text-align: left;
	color: white;
	font: 1.2em Verdana, Geneva, sans-serif;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	margin: 5px 10px;
}
#section0-slick-wrapper {
	position: relative;
	width: 95%;
	max-width: 960px;
	margin: 0 auto 50px;
/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
*/
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	background-color: rgba(255,255,255,0.25);
}
#section0-slick {
	padding: 10px;
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

/* ==================================================
	スライドパーツ
================================================== */
.w100p {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.inner-line {
	width: 100%;
	min-height: 300px;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.5);
}
.bm85 {
	margin-bottom: 85px;
}
.tm20 {
	margin-top: 20px;
}
.tm25 {
	margin-top: 25px;
}
.tp40 {
	padding-top: 40px;
}

/* --------------------------------
	共用 - タイトル他
-------------------------------- */
div.slide-menu-wrapper {
	margin: 10px 0;
}
div.slide-menu-title {
	text-align: center;
}
div.slide-menu-title h1 .main-title,
div.slide-menu-title h1 .sub-title {
	display: block;
	letter-spacing: 2px;
	color: #fff;
}
div.slide-menu-title h1 .main-title {
	font: 600 46px Cinzel;
	-webkit-text-shadow: 2px 2px 4px #666;
	-moz-text-shadow: 2px 2px 4px #666;
	text-shadow: 2px 2px 4px #666;
}
div.slide-menu-title .sub-title {
	font-size: 14px;
	font-weight: bold;
	-webkit-text-shadow: 2px 2px 2px #666;
	-moz-text-shadow: 2px 2px 2px #666;
	text-shadow: 2px 2px 2px #666;
}
div.slide-menu-contents {
	margin: 5px auto;
	text-align: center;
}
div.slide-menu-contents dl {
	display: inline-block;
	width: 280px;
	margin: 0 8px;
	text-align: center;
	cursor: pointer;
}
div.slide-menu-contents dt,
div.slide-menu-contents dd {
	vertical-align: bottom;
	line-height: 1.5;
	text-aligin: center;
}
div.slide-menu-contents dt {
	font: 32px Cinzel;
	border-bottom: 1px solid #333;
	-webkit-text-shadow: 2px 2px 2px #ccc;
	-moz-text-shadow: 2px 2px 2px #ccc;
	text-shadow: 2px 2px 2px #ccc;
	color: #333;
	margin: 10px 0;
}
div.slide-menu-contents dd {
	font-size: 14px;
	-webkit-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
	margin-top: 5px;
}

/* --------------------------------
	session1 & 2 - プライス
-------------------------------- */
div.price-box-wrapper {
	width: 95%;
	max-width: 960px;
	margin: 0 auto 85px;
}
div.price-box,
div.opentime-box {
	float: left;
	width: 30%;
	margin: 10px 1% 0;
}
h2.price-title,
h2.opentime-title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 #ccc;
	padding-bottom: 3px;
	letter-spacing: 2px;
	color: #fff;
	-webkit-text-shadow: 2px 2px 2px #666;
	-moz-text-shadow: 2px 2px 2px #666;
	text-shadow: 2px 2px 2px #666;
	font: italic normal 26px "Times New Roman", serif;
}
div.price-box-inner,
div.opentime-box-inner {
	text-align: left;
	padding-top: 10px;
	letter-spacing: 2px;
}
div.price-box-inner dl,
div.opentime-box-inner dl {
	border-bottom: 1px dotted #ccc;
	padding: 2px 0;
	font-size: 13px;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}
div.price-box-inner dl dt,
div.price-box-inner dl dd {
	display: inline-block;
	vertical-align: bottom;
	line-height: 100%;
}
div.price-box-inner dl dt {
	width: 65%;
	font-size: 12px;
}
div.price-box-inner dl dd {
	width: 31%;
	text-align: right;
	font-size: 13px;
}
div.price-box-inner .price-read,
div.opentime-box-inner .price-read {
	margin: 8px 0 0 0;
	font-size: 11px;
	margin-left: 1em;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}
div.opentime-box-inner dl dt,
div.opentime-box-inner dl dd {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.5;
}
div.opentime-box-inner dl dt {
	width: 26%;
	font-size: 12px;
}
div.opentime-box-inner dl dd {
	width: 70%;
	text-align: right;
	font-size: 12px;
}
div.picture-box-wrapper {
	width: 95%;
	max-width: 960px;
	margin: 20px auto 0;
	text-align: center;
}
div.picture-box-wrapper img {
	max-width: 200px;
	height: auto;
	margin: 3px;
	border: 5px solid #fff;
}
div.info-wrapper {
	width: 95%;
	max-width: 960px;
	margin: 0 auto 85px;
}

/* --------------------------------
	session3 - ウェディング
-------------------------------- */
div.wedding-flow-wrapper {
	width: 95%;
	max-width: 960px;
	margin: 20px auto 0;
	text-align: center;
}
div.wedding-flow-wrapper ul {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
div.wedding-flow-wrapper ul li {
	color: #630;
	font-size: 11px;
	font-weight: bold;
	-webkit-text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}
div.wedding-flow {
	width: 816px;
	margin: 5px auto 10px;
}
div.wedding-flow span.wf {
	display: block;
	float: left;
	height: 85px;
	background: url(/images/wedding-flow.png#1) no-repeat;
	margin: 5px;
}
div.wedding-flow span.wf-p1 {
	background-position: 0px 0px;
	width: 52px;
}
div.wedding-flow span.wf-p2 {
	background-position: -52px 0px;
	width: 52px;
}
div.wedding-flow span.wf-p3 {
	background-position: -104px 0px;
	width: 52px;
}
div.wedding-flow span.wf-p4 {
	background-position: -156px 0px;
	width: 12px;
}
div.wedding-flow span.wf-p5 {
	background-position: -168px 0px;
	width: 102px;
}
div.wedding-flow span.wf-p6 {
	background-position: -270px 0px;
	width: 102px;
}
div.wedding-flow span.wf-p7 {
	background-position: -372px 0px;
	width: 102px;
}
div.wedding-flow span.wf-p8 {
	background-position: -474px 0px;
	width: 102px;
}
div.wedding-flow span.wf-p9 {
	background-position: -576px 0px;
	width: 102px;
}
div.wedding-flow span.wf-p10 {
	background-position: -678px 0px;
	width: 102px;
}
div.wedding-flow span.wf-p11 {
	background-position: -780px 0px;
	width: 102px;
}
div.wedding-flow span.wf-price {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	-webkit-text-shadow: 1px 1px 1px #f29c9f;
	-moz-text-shadow: 1px 1px 1px #f29c9f;
	text-shadow: 1px 1px 1px #f29c9f;
	text-align: left;
	display: block;
	float: left;
	margin: 15px 0 0 10px;
}
div.wedding-flow span.wf-price dl {
	float: left;
	width: 150px;
}
div.wedding-flow span.wf-price dl dt {
	float: left;
	width: 30px;
}
div.wedding-flow span.wf-price dl dd {
	float: left;
	width: 120px;
	text-align: right;
}
div.wedding-flow span.wf-price p {
	float: left;
	width: 240px;
	font-size: 11px;
}

div.voice-wrapper {
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 20px auto 0;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	line-height: 1.5;
}
div.voice-wrapper h2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
div.voice-wrapper p {
	font-size: 14px;
	text-indent: 14px;
}
div.voice-wrapper p img {
	float: left;
	max-width: 280px;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 0 10px;
}

/* --------------------------------
	session4 - お問い合せ
-------------------------------- */
div.info {
	float: left;
	width: 48%;
	margin: 10px 1% 0;
}
h2.info-title {
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
	letter-spacing: 2px;
	color: #333;
	font: italic normal 26px "Times New Roman", serif;
}
div.info-inner {
	text-align: left;
	padding-top: 10px;
	letter-spacing: 2px;
}
div.info-wrapper .info dl {
	border-bottom: 1px dotted #ccc;
	padding: 2px 0;
	font-size: 13px;
	color: #333;
	-webkit-text-shadow: 1px 1px 1px #ccc;
	-moz-text-shadow: 1px 1px 1px #ccc;
	text-shadow: 1px 1px 1px #ccc;
}
div.info-wrapper .info dt,
div.info-wrapper .info dd {
	display: block;
	vertical-align: bottom;
	line-height: 1.5;
}
div.info-wrapper .info dt {
	font-weight: bold;
}
div.info-wrapper .info dd {
	text-align: right;
	font-size: 12px;
}

/* ==================================================
	session4 - お問合せ
================================================== */
#slide4-1 .wrapper {
	width: 100%;
	text-align: center;
}
#slide4-1 .wrapper span {
	display: inline-block;
	width: 300px;
	height: 300px;
/*
	background-image: url(/images/photo/192421.jpg);
*/
	font-size: 28px;
	background-size: cover;
/*
	background-attachment: fixed;
*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
}

