
@charset "UTF-8";
* {
	/* [disabled]margin: 0px;
*/
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
body {
	color: #666;
	/*background-color:#fff;/*#f6f6f6;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;/*overflow-x: hidden;*/

}
a {
	text-decoration: none;
	color: #666666;
}
a img {
	color: #ffffff;
	border: none;
	background: transparent;
	opacity: 1;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #e8447e;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
table, th, tr, td {
	border-collapse: collapse;
	border: solid 1px;
	border-spacing: 0;
	padding: 0;
}
.lqnpink {
	color: #e8447e;
}
/* -------------------- レイアウト -------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#mainframe {
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	/*	display:block;*/
	margin: auto;
	padding: 0;
	width: auto;
	height: auto;
	text-align: center;
	/*background-color: #FFFFFF;*/
	background-image: url(/img/common/bg.jpg);
	background-repeat: repeat;
}
#mainframe h1 {
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 23px;
	letter-spacing: 5px;
	line-height: 40px;
	margin: 50px 0 30px 0;
}
/* -------------------- 固定表示 ヘッダ --------------- */
#header {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	/*
	left:50%;
	margin-left:-448px;
	*/
	width: 100%;
	z-index: 900;
	background-color: transparent;
	background-image: url(/img/header/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header #top {
	width: 902px;
	height: 50px;
	text-align: center;
	margin: 10px auto;
	/*background:#FFC;*/
}
#header #top .topleft {
	float: left;
	width: 279px;
}
.topleft a img {
    top: 16px;
    position: relative;
}
#header #top .topeft .selectlanguage {
}
#header #top .topleft .selectlanguage img {
	float: left;
	margin: 20px 30px 0 0;
}
#header #top .topright {
	float: right;
}

/*新しいheaderのスタイル*/
.topright ul {
	position: relative;
	font-size: 12px;
}
.topright ul li {
	float: left;
}
.topright ul li a {
    margin-right: 6px;
    letter-spacing: 2px;
}
.topright ul li:first-child {
	margin-top: 2px;
	font-size: 13px;
}
.topright ul li:first-child a {
    top: 5px;
    position: relative;
    margin-right: 23px;
}
.topright ul li:first-child a::before {
    content: url(/img/header/icon-doc.png);
    display:inline-block;
    vertical-align: middle;
    position: relative;
    left: -2px;
}
.topright ul li:nth-child(2) a {
	display: block;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 6px 9px 6px 13px;
}
.topright ul li:nth-child(2) a:before {
    content: url(/img/header/icon-pc.png);
    display:inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    left: -4px;
}
.topright ul li:nth-child(3) a {
	display: block;
	color: white;
	font-size: 13px;
	background-color: #e8447e;
	border-radius: 5px;
	padding: 6px 10px 6px 14px;
}
.topright ul li:nth-child(3) a:before {
    content: url(/img/header/icon-check.png);
    display:inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    left: -3px;
}
.topright ul li:last-child {
	top: 8px;
	padding-left: 8px;
	position: relative;
}
.topright ul li a:hover {
	color: unset;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.topright ul li:nth-child(3) a:hover {
	color: white;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
/*新しいheaderのスタイル -end*/
#header #top .topright .imgleft {
	float: left;
}
#header #top .topright .imgright {
/* float:right; */
}
#header #top .topright .middleblock {
	width: 384px/*332px*/;
	height: 24px;
	margin: 7px 0 0 0;
}
#header #top .topright .bottomblock {
	margin: 9px 0 0 0;
}
#header #top .topright .bottomblock .snsicon {
	margin-left: 5px;
}
#header #top .topright .bottomblock .staffblog {
	margin-top: 2px;
	padding-right: 0;
	text-align: right;
}
#header #top .topright .bottomblock .weddingsite {
	float: left;
}
/* ヘッダ・メニュー*/
#header #menu {
	width: 903px;
	height: 30px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
#header #menu ul li {
	float: left;
	width: 127px;
	height: 38px;
	margin: 0 1px;
}
#header #menu ul li a.topmenu {
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 10px;
	background: url(../img/menu/menu_base.png) no-repeat;
	width: 127px;
	height: 38px;
	display: block;
}
#header #menu ul li .submenu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	text-align: left;
	background-color: transparent;
}
#header #menu ul li:hover .submenu {
	visibility: visible;
}
#header #menu ul li table, tr, td {
	border: none;
}
#header #menu ul li .feature {
	float: left;
	width: 250px;
	margin-top:28px;
}
#header #menu ul li .feature tr td {
	vertical-align: top;
}
#header #menu ul li .feature .item {
	width: 164px;
	margin: 3px 10px;
}
#header #menu ul li .feature .item img {
	width: 164px;
	height: 100px;
	margin: 0;
}
#header #menu ul li .feature .item a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#header #menu ul li .feature .item p {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
	letter-spacing: -1px;
	height: 30px;
}
#header #menu ul li .menu {
	text-align: left;
	font-size: 13px;
	margin-top: 0px;
}
#header #menu ul li .menu_horizontal {
	font-size: 15px;
	margin-top: 8px;
}
#header #menu ul li .menu_horizontal tr td {
	padding-right: 20px;
}
#header #menu ul li .menu_horizontal2 {
	font-size: 15px;
	margin: 8px 0 0 230px;
}
#header #menu ul li .menu_horizontal2 tr td {
	padding-right: 20px;
}
#header #menu ul li .keepsake {
	background: url(/img/menu/submenubg_menu.png) no-repeat;
	padding-top: 40px;
	padding-left: 45px;
	width: 870px;
	height: 496px;
}
#header #menu ul li .keepsake .menu {
	float: left;
	width: 210px;
	margin-top: 12px;/*3px;*/
}
#header #menu ul li .keepsake .menu li {
	width: 200px;
	height: 30px;
}
#header #menu ul li .keepsake .menu #nb {
	line-height: 14px;
	padding: 0 0 5px 0;
}
#header #menu ul li .keepsake .menu .category {
	height: 21px;
	margin-top: 10px;/*22px;*/
	margin-bottom: 15px;
}
#header #menu ul li .keepsake .menu .category img {
	width: 167px;
	height: 21px;
}
#header #menu ul li .query {
	width: 700px;
	height: 80px;
	margin-left: -482px;
	padding-top: 43px;
	padding-left: 30px;
	background: url(/img/menu/submenubg_query.png) no-repeat;
}
#header #menu ul li .voice {
	width: 570px;
	height: 80px;
	margin-left: -450px;
	padding-top: 43px;
	background: url(/img/menu/submenubg_voice.png) no-repeat;
}
/* --------------------  パンくずリスト --------------------  */
#pankuzu {
	font-size: 10px;
	text-align: left;
	display: block;
	width: 900px;
	height: 11px;
	/*	background-position:left top;
	background-repeat:no-repeat;*/
	margin: 10px auto 0px auto;
	clear: both;
}
#pankuzu ul {
	width: 500px;
	float: left;
}
#pankuzu li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#pankuzu #comment {
	padding: 1px 8px 0 8px;
}
#pankuzu #firsttop {
	margin-left: 0px;
	display: block;
}
#pankuzu li a {
	color: #000000;
	font-size: 10px;
	text-align: left;
	display: block;
	padding: 1px 8px 0 18px;
	background-image: url(/img/common/pankuzu_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#pankuzu #firsttop a {
	background-image: none;
}
#pankuzu li a:hover {
	color: #e8457e;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	display: block;
	padding: 1px 8px 0 18px;
	background-image: url(/img/common/pankuzu_ovbg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
}
#pankuzu .modoru a:hover {
	text-decoration: none;
}
.justbelowmenu {			/*スライドがなく、メニュー直下にパン屑リストを表示するスタイル*/
	padding-top: 150px;	/*topからヘッダ分のマージンを確保*/
	margin-bottom: 0;
}
/* --------------------  スライダ  -------------------- */
#slide {
	border: 1px slid #60F;
	margin-top: 100px;/*150px;*//*topからヘッダ分のマージンを確保*/
	wodth: 100%;
	overflow: hidden;
}
/*slide cv 20161217 七五三ページ改善時に追加*/
#slide #cv {
	position: absolute;
	top: 390px;
	left: 50%;
	margin-left: -423px;
	padding: 23px 0;
	width: 413px;
	/*height:141px;*/
	text-align: center;
	font-size: 20px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: rgba(255,255,255,.7);
	border-radius: 15px;
	color: #ea8400;
}
#slide #cv p {
	margin: 10px auto;
	letter-spacing: 2px;
	line-height: 30px;
}
#slide #cv p ins {
	font-size: 14px;
	text-decoration: none
}
#slide #cv p span {
	font-size: 30px
}
/* --------------------  期間終了のお知らせ  -------------------- */
#attention {
	width: 800px;
	border-top-style: solid;
	border-top-color: #C4C4C4;
	border-width: 1px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
	letter-spacing: 2px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#attention img {
	margin-top: 40px;
}
/*---------------- ページタイトル --------------- */
#pagetitle {
	display: block;
	margin: 45px auto 85px auto;
	text-align: center;
}
/* --------------------  問い合せ  -------------------- */
#inquiry {
	clear : both;
}
/*#inquiry img {
	margin:90px 30px 0px 30px;
}*/


/* --------------------  2カラム構成のスタイル  -------------------- */
#twocolumn {
	width: 900px;
	height: auto;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
	clear: both;
}
#leftarea {
	float: left;
}
#leftarea ul#sidemenu {
	width: 131px;
	height: 431px;
}
#leftarea ul#sidemenu li {
	height: 40px;
	border: solid 1px #999;
	border-right: none;
	border-left: none;
	border-collapse: collapse;
	margin-top: -1px;
}
#leftarea ul#sidemenu li img {
	margin-top: 0px;
}
#centerarea {
	float: right;
	width: 710px;
}
/* -------------------- フッタ --------------- */



#footer {
	width: auto;
	height: 418px;
	text-align: center;
	margin: auto;
	margin-top: 140px;
	padding-top: 30px;
	background-color: #FFFFFF;
}
#footer .sitemap {
	width: 900px;
	height: 310px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	/*margin-left: 205px;*/
	margin-bottom: 150px;
	padding-left: 80px;
}
#footer .sitemap p {
	margin: 0;
}
#footer .sitemap ul {
	margin: 0;
}
#footer .sitemap .sectiontitle {
	width: 150px;
	height: 14px;
	margin-bottom: 25px;/*background:#CCF;*/
}
#footer .sitemap img {
	width: 110px;
	height: 14px;
	margin: 0;
}
#footer .sitemap .section1, .section2, .section3, .section4 {
	float: left;
	width: 150px;
	height: 270px;
	margin: 15px;
	font-size: 10px;
	line-height: 25px;	/*border:1px solid #090;*/
}
#footer .sitemap .section1 {
	width: 250px;
}
#footer .sitemap .section1 ul {
	float: left;
	width: 125px;
	height: 256px;
}
#footer .sitemap .section1 li.txt_long {
	line-height: 13px;
	margin-bottom: 9px;
}
#footer .sitemap .section2 ul.upper, .section4 ul.upper {
	height: 116px;
}
#footer .sitemap .section2 ul.lower, .section4 ul.lower {
	height: 126px;
}
#footer .bottominfo {
	width: 900px;
	height: 45px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
}
#footer .bottominfo .sns {
	margin-right: 55px;
}
#footer .bottominfo .sns li {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	overflow: hidden;
}
#footer .bottominfo .lower {
	clear: both;
	float: left;
	margin-left: 18px;
}
#footer .bottominfo .lower li {
	/* float: left; */
	display: inline-block;
	/* height: 17px; */
	/* padding-top: 5px; */
	padding-right: 4px;
}
#footer .bottominfo .lower li.copyright {
	/*
	float: right;
	height: 17px;
	padding-top: 5px;
	width: 320px;
	*/
}
#footer .footer_bnr {
	width: 900px;
	margin: 0 auto 20px;
	display: block;
	overflow: hidden;
	padding-left: 25px;
}
#footer .footer_bnr li {
	float: left;
	width: 25%;
	margin: 7px;
	text-align: left;
}
#footer .footer_bnr li span {
	margin-bottom: 3px;
	display: block;
}
#footer .footer_bnr li span:after, .blank:after {
	background: rgba(0, 0, 0, 0) url(/img/common/blank_window.png) no-repeat scroll 0 0 / 12px 12px;
	content: "";
	display: inline-block;
	height: 13px;
	position: relative;
	top: 3px;
	width: 17px;
	left: 5px;
}
#footer .footer_bnr img {
	width: 100%;
	border: 1px solid silver;
}
#footer .footer_bnr li:nth-of-type(3) {
	clear: left;
}
#footer .footer_bnr li:nth-of-type(n+3) {
	width: 18%;
}
#footer .bottominfo ul:last-child {
    float: right;
    margin-top: 15px;
}
#footer .bottominfo ul:last-child li {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
#footer .bottominfo ul:last-child a img {
    border-bottom: 1px solid #999;
}

