@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
	Basic Layout
------------------------------------------------*/

/*------------------------------------------------
	Topimage
------------------------------------------------*/
#Topimage {
	height: auto;
	margin: 20px 0 30px 0;
	background-image: none;
}

/* PC専用スタイル */
@media ( min-width : 768px ) {
	#Topimage {
		height: 376px;
		margin-top: 35px;
		background: url(../images/top/bg_topimage.png) no-repeat left top;
	}
}

/*	slideshow
------------------------------------------*/
#slideshow {
	position: relative;
	display: block;
	padding: 10px;
	background: url(../images/top/bg_topimage.png) no-repeat left top;
	background-size: cover;
}

#slideshow div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 8;
	opacity: 0.0;
}

#slideshow > div.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow > div.last-active {z-index: 9;}

/* PC専用スタイル */
@media ( min-width : 768px ) {
	#slideshow {background-image: none;}
}
/*	Topix
------------------------------------------*/
#Topix {
	margin: -1px auto 0;
}
#Topix p{
	text-align: center;
}	

/* PC専用スタイル */
@media ( min-width : 768px ) {
	#Topix {
	margin-top: 345px;
	}
	#Topix p{
		text-align: center;
	}	
}
/*	PR
------------------------------------------*/
#PR {
	position:relative;
/*	right: 0;*/
/*	top: 0;*/
/*	z-index: auto;*/
/*	width: 365px;*/
	width: 100%;
	height: auto;
	margin-top: 15px;
	border: 4px solid #504014;
	background-image:none;
	background: #000c18; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMGMxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMDMzYzZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwZTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #000c18 0%, #033c6d 8%, #000e1b 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000c18), color-stop(8%,#033c6d), color-stop(25%,#000e1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000c18 0%,#033c6d 8%,#000e1b 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000c18 0%,#033c6d 8%,#000e1b 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000c18 0%,#033c6d 8%,#000e1b 25%); /* IE10+ */
	background: linear-gradient(to bottom, #000c18 0%,#033c6d 8%,#000e1b 25%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c18', endColorstr='#000e1b',GradientType=0 ); /* IE6-8 */
}

/* IE9のfilterを解除する */
#PR:not(:target){filter: none\9;}

#PR ul {
	display: table;
	width: 100%;
	text-align: center;
}

#PR ul li {
	display: table-cell;
	width: 50%;
	max-width: 100px;
	padding: 10px;
	vertical-align: middle;
}

#PR p {
	color: #ffffff;
/*	color: #9B926A;*/
	font-family: 'IPA Mincho';
/*	font-weight: bold;*/
	font-size: 11px;
	text-align: center;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		0px 0px 25px rgba(97, 97, 97, 0.7),
		0px 0px 20px rgba(97, 97, 97, 0.7);
	line-height: 1.8;
}

#PR p span {font-size: 14px}

#PR p a {
	display: inline-block;
	margin-top: 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

/* PC専用スタイル */
@media ( min-width : 768px ) {
	#PR {
		position: absolute;
		right: -12px;
		top: -15px;
		z-index: 500;
		width: 365px;
		height: 403px;
		margin-top: 0;
		border: none;
		background: url(../images/top/bg_pr.png) no-repeat left top;
	}

	#PR ul {
		display: block;
		margin-top: 35px;
	}

	#PR ul li {
		display: block;
		width: 100%;
		padding: 0;
		max-width: none;
		text-align: center;
	}
	
	#PR ul li a {text-align: center;}
	
	#PR ul li a.pc {margin-top: 8px;}
}

/*------------------------------------------------
	Contents
------------------------------------------------*/
/*	BLOG
---------------------------*/
div#blog iframe {
/*	margin: 0 0 10px 0;*/
	border: 1px solid #504217;
	background: #f3efe3;
}

div#blog {
	margin-top: 15px;
	margin-bottom: 15px;
}

div#blog p img {border: 1px solid #504217;}

div#blog p span {
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

div#blog .box {
	margin-top: -8px;
	border: 1px solid #504217;
	background-color: #f3efe3;
}

#blog h2 {
	padding-left: 10px;
	background-color: #c8c1a2;
	background: url(../images/top/bg_bloglist.gif) repeat-x 0 50%;
	font-size: 12px;
	line-height: 24px;
}

#blog p a {
	display: block;
	max-height: 107px;
}

div#blog ul li img {border: 1px solid #504217;}

div#blog ul {
	display: table;
	width: 100%;
	text-align: center;
}

div#blog ul li {
	display: table-cell;
	width: 50%;
	max-width: 100px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;	
}

div#blog ul.weddingbn li img {
	margin: 0 auto;
	}

/* PC専用スタイル */
@media ( min-width : 768px ) {
	div#blog {
		margin-top: 12px;
		margin-bottom: 0;
	}
	
	div#blog ul {
		display: block;
	}

	div#blog ul li {
		display: block;
		width: 100%;
		padding: 0;
		max-width: none;
		text-align: center;
	}
	div#blog ul.weddingbn {
		margin-bottom: 7px;
	}
}

/* 画面サイズが320px以下の場合にはバナーを一列にする */
/*@media ( max-width : 320px ) {
	div#blog ul {
		display: block;
	}
	div#blog ul li {
		display: block;	
		width: 100%;
		padding: 0;
		max-width: none;
		text-align: center;
}
} */

/*	RSS
---------------------------*/
#weddingblog, #weddingblog div, #lockblog, #lockblog div {
	background: none;
	color: #1d1410;
	font-size: 10px;
}

#weddingblog, #lockblog {
	padding: 28px 20px;
}

.rssBody li {margin-top: 10px;}

.rssBody li:first-child {margin-top: 0;}

.rssBody li div {display: none;}

.rssBody li span.date {
	display: inline-block;
	width: 6em;
}

/*	News
---------------------------*/
#News {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#News h2 {
	padding-bottom: 12px;
	text-align: center;
}

#News .linkNews {text-align: right;}

.linkNews span {
	position: relative;
	padding-left: 18px;
}

.linkNews span:before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: " ";
	width: 11px;
	height: 11px;
	margin-top: -7px;
	background: url(../images/top/icon_news.png) no-repeat 0 0;
}

#Newsarea {height: auto;}

#Newsarea li {
	display: table;
	width: 100%;
	padding: 15px 0;
	line-height: 160%;
}

#Newsarea li.newsfirst {
	padding-top: 0;
}
/*バナー用*/
#Newsarea li.item_bn {
	padding: 0;
}

#Newsarea li p.date {
/*	display:table-cell;*/
	display: none;
	width: 100px;
}

#Newsarea li p + p {
	display: table-cell;
	padding-left: 12px;
	word-break: break-all;
	word-wrap: break-word;
}

#Newsarea li span.title {
	font-weight: bold;
	color: #821a02;
}

#Newsarea a:link, #Newsarea a:visited {
	color: #821a02;
	text-decoration: underline;
}

#Newsarea a:hover, #Newsarea a:active {
	color: #9c6154;
	text-decoration: underline;
}
/* youtube */	
#Newsarea .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#Newsarea .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* PC専用スタイル */
@media ( min-width : 768px ) {
	#Newsarea .youtube_box {
	  width: 560px;
	  height: 315px;
	  padding-top: 0;
	}
}

/* #btnMore
--------------------------- */
/* もっと見るボタン */
#btnMore {
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	border: 1px solid #ac9573;
	border-radius: 3px;
	background-color: #decea9;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1) inset;
}

#Banner {
	padding: 27px 2%;
	border-top: 1px solid #9f8a5a;
	border-bottom: 1px solid #9f8a5a;
	background-color: #fffefc;
	background-image: -webkit-linear-gradient(90deg, #dbcd9d 0%, #fefaf4 2%, #ffffff 97%, #ebe5d2 100%);
	background-image: -moz-linear-gradient(90deg, #dbcd9d 0%, #fefaf4 2%, #ffffff 97%, #ebe5d2 100%);
	background-image: -o-linear-gradient(90deg, #dbcd9d 0%, #fefaf4 2%, #ffffff 97%, #ebe5d2 100%);
	background-image: linear-gradient(0deg, #dbcd9d 0%, #fefaf4 2%, #ffffff 97%, #ebe5d2 100%);
}

#Banner ul li {
	display: inline-block;
	padding: 0 3px 5px;
	text-align: center;
}

#Banner ul li a {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

#Banner ul li a img{
	vertical-align:middle;
}

#Banner ul li.line{
	padding-top: 18px;
	padding-bottom: 6%;
}

#Banner ul li.line + li.line {
	padding-top: 0;
	padding-bottom: 0;
}

/*#Banner ul li.lineEnd{
	padding-top: 0;
}*/

#Banner ul li.line a + a,
#Banner ul li.lineEnd a + a {
	margin-top: 5%;
}

#Banner ul li a#parfum {
	margin-top: 10px;
}

#Banner .bottom li {
	height: 74px;
	line-height: 74px;
}

#Banner .bottom li img {vertical-align: middle;}

#Banner .col {width:50%;} /* 2列にする */

#SNS {
	padding: 38px 2%;
	border-bottom: 1px solid #7a6b45;
	background-color: #c5b081;
}

#SNS ul {text-align:center;}

#SNS ul li {
	display: inline-block;
	margin-left: 0;
	text-align: center;
}

/* PC専用スタイル */
@media ( min-width : 768px ) {
	#Banner {
		padding-left: 0;
		padding-right: 0;
	}

	#Banner .gutters .span_4 { width: 23.5%;}
	
	#Banner .first, #Banner .middle {margin-bottom: 20px;}
	
	#Banner ul li.line{
		padding-top: 18px;
		padding-bottom: 0;
	}

	#Banner ul li.line + li.line {
		padding-top: 18px;
	}

	#Banner ul li.lineEnd{
		padding-top: 18px;
		padding-bottom: 0;
	}
	
	#Banner ul li.line a + a {
		margin-top: 15px;
	}

	/*#Banner ul li.lineEnd a + a {
		margin-top: 8px;
	}*/
	
	/*#Banner ul li a#photo {
		margin-top: 10px;
	}*/

	#SNS {
		padding-left: 0;
		padding-right: 0;
	}

	#SNS ul li {
		display: inline-block;
		margin-left: 20px;
		text-align: center;
	}

	#SNS ul li:first-child {margin-left: 0;}
}

/* 画面サイズが320px以下の場合にはバナーを一列にする */
@media ( max-width : 320px ) {
/*@media ( max-width : 480px ) {*/
	#Banner .col {width: 100%;}
	#Banner ul li.line,
	#Banner ul li.line + li.line {
		padding-top: 0;
		padding-bottom: 5px;
	}
	#Banner ul li.line a + a,
	#Banner ul li.lineEnd a + a {
		margin-top: 5px;
	}
	#Banner ul li a#parfum {
		/*margin-top: 0;*/
		margin-top: 5px;
	}
}
/*	alice
---------------------------*/
/* PC専用スタイル */
@media ( min-width : 768px ) {
	div#alice{
		text-align: left;
	}
	div#alice img{
		width: 660px;
	}
}
/*	フキダシ
---------------------------*/
.arrow_box_right {
	display:inline-block;
	position: relative;
	background: #faebc8;
	color: #cc0425;
	border-radius: 4px;
	padding: 5px 8px;
	margin-right: 5px;
}
.arrow_box_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #faebc8;
	border-width: 4px;
	margin-top: -4px;
}
.arrow_s {
	padding: 0 4px;
}