@charset "UTF-8";
*{
	margin : 0;
	padding : 0;
	box-sizing: border-box;
	border-collapse: collapse;
	vertical-align:central;
}

/* 初期化
-----------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, tr, th, td,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, address, strong, em, div {
    margin: 0;
    padding: 0;
    font-size: 100%;
	font-weight:normal;
	font-style:normal;
	line-height: 1.0;
	list-style:none;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #222222;
}
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}
img {
	border:none;
	width:100%;
	height:auto;
}
ul {
	list-style-type: none;
}
li{
	list-style-type: none;
	display: inline-block;
}
a,
a:link,
a:visited,
a:hover {
	color: #012676;
	text-decoration: none;
}
a:hover {
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

#frenchtoast li a:hover {
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

.tal {
	text-align:left;
}

.pb30 {
	padding-bottom:30px !important;
	clear:both;
}

.pt10 {
	padding-top:10px !important;
}

.pt30 {
	padding-top:30px !important;
}

.pt15 {
	padding-top:15px !important;
}

span.rubi {
	font-size:80%;
}

span.rubi2 {
	font-size:65%;
}

span.block {
	display:block;
}

@media screen and (max-width: 768px) {
	span.block {
		display:inline;
	}
}

span.blocks5 {
	display:block;
	margin-top:5px;
}

.pc_disnon {
	display:none;
}

/*--------------------------------------
  clear fix
---------------------------------------*/

.clrfx{
	min-height:1%;
}
.clrfx:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html .clrfx{/* for IE */
	/*¥*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*.clrfx:after{
	content:".";
}


/*--------------------------------------
  style
---------------------------------------*/
body {
	text-align:center;
	font-size:0.9em;
	overflow:auto;
}

.overfllow {
	overflow:auto;
	width: 100%;
	height: 100%;
}

.wrap {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#top_header {
	text-align:center;
	position:relative;
	width:100%;
}

.news #top_header {
	background-image:url(../img/main002_blur.jpg);
}

.news #top_header {
	min-height:inherit;
}

#pages_top ul , #pages_top li {
	width:100% !important;
}

#pages_top li {
	width:100% !important;
	position:absolute;
	left:0 !important;
}

.bridal .mains {
	background-image:none;
}

.mains {
	position: relative;
	height:600px;
	min-height:600px;
	width:100%;
	background-image:url(../img/top/bg_003_170711.jpg );
	background-size:cover;
	background-position:center center;
}

.mains2 {
	position: relative;
	height:600px;
	min-height:600px;
	width:100%;
	background-image:url(../img/top/bg_.jpg);
	background-size:cover;
	background-position:center top;
}

.mains3 {
	position: relative;
	height:600px;
	min-height:600px;
	width:100%;
	background-image:url(../img/top/bg_003_170711.jpg);
	background-size:cover;
	background-position:center top;
}


h1#logo {
	max-width:377px;
	width:90%;
	text-align:center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:0 auto;
}

h1#logo2 {
	max-width:385px;
	width:90%;
	text-align:center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:0 auto;
}

#top h1#logo img , #top h1#logo2 img {
	width:100%;
	height:auto;
}

#maincopy {
	width: 584px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto 0 auto;
}
#fix_header {
	position:fixed;
	z-index:1000;
	width:100%;
 }

@media screen and (max-width: 999px) {
	#mainnav_pc {
		display:none;
	}
}

@media screen and (max-width: 999px) {
	#top_header {
		min-height:inherit;
	height:auto !important;
	}
	/*h1#logo {
	width:50%;
	text-align:left;
	position: relative;
	top:auto;
	transform: translateY(0);
	margin:0 auto;
	padding:80px 0 30px 0;
	}
	#maincopy {
	width: 60%;
	position: relative;
	top:auto;
	transform: translateY(0%);
	right:auto;
	margin: 0 auto;
	}
	.mains {
		padding:0 0 45px 0;
	}*/
}

@media screen and (max-width: 768px) {
	#top_header {
		min-height:inherit;
	height:auto !important;
	}
	/*h1#logo {
	width:65%;
	text-align:left;
	position: relative;
	top:auto;
	transform: translateY(0);
	margin:0 auto;
	padding:80px 0 30px 0;
	}
	#maincopy {
	width: 75%;
	position: relative;
	top:auto;
	transform: translateY(0%);
	right:auto;
	margin: 0 auto;
	}
	.mains {
		padding:0 0 45px 0;
	}*/
}

#mainnav_pc {
	padding:10px 0 10px 0;
	width:100%;
	/*background-color:rgba(0,52,183,0.85);*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#mainnav_pc ul {
	float:left;
}

#sns {
	float:right;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#mainnav_pc li {
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
	font-size:1.25em;
	padding:10px 10px 0 10px;
}

#mainnav_pc li:first-child {
	padding:10px 10px 0 0px;
	text-align:center;
}

#mainnav_pc li:last-child {
	padding:10px 0px 0 10px;
	text-align:center;
	margin-top:-10px;
}

#mainnav_pc li a {
	color:#ffffff;
	font-size:0.97em;
}

#mainnav_pc .btn_neader_online {
	float:right;
}

#mainnav_pc .btn_neader_online a {
	display:block;
	border:solid 1px #ffffff;
	padding:5px 10px;
	font-size:78%;
	color:#ffffff;
}

.btn_neader_online span {
	display:block;
	font-size:108%;
	padding:3px 0 0 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*--------------------------------------
  SP用メニューボタン
---------------------------------------*/

.sp_menu_btn_threeline {
	width: 34px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	position:fixed;
	top:25px;
	right:25px;
	z-index:1000;
	display:none;
	cursor:pointer;
	border-radius:4px;
}

@media screen and (max-width: 999px) {
	.sp_menu_btn_threeline {
		display:block;
}
}

.sp_menu_btn_threeline > span {
	height: 3px;
	width: 100%;
	display: block;
	line-height:0;
	margin-bottom:4px;
	background:#012676;
}

.sp_menu_btn_threeline > span.btn_Opencase {
	background:#ffffff;
}

.sp_menu_btn_threeline > span.rect1 {
	-webkit-transform:rotate(0deg);
    transform:rotate(0deg);
	-webkit-transition-property:margin-bottom,transform;
	transition-property:margin-bottom,transform;
	-webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.sp_menu_btn_threeline > span.rect1_c {
	-webkit-transform:translate(0,6px) rotate(45deg);
    transform:translate(0, 6px) rotate(45deg);
}

.sp_menu_btn_threeline > span.rect2 {
	-webkit-transition-property:opacity,transform;
	transition-property:opacity,transform;
	-webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.sp_menu_btn_threeline > span.rect2_c {
	opacity:0;
	-webkit-transform:translate(0);
    transform:translate(0);
}

.sp_menu_btn_threeline > span.rect3 {
	-webkit-transform:rotate(0deg);
    transform:rotate(0deg);
	-webkit-transition-property:margin-bottom,transform;
	transition-property:margin-bottom,transform;
	-webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.sp_menu_btn_threeline > span.rect3_c {
	-webkit-transform:translate(0,-9px) rotate(-45deg);
    transform:translate(0, -9px) rotate(-45deg);
}

#mainnav_sp {
	width:100%;
	position:fixed;
	text-align:center;
	background:#012676;
	padding:20px 0;
}

#mainnav_sp li {
	display:block;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 400;
}

#mainnav_sp li a {
	padding:14px 0;
	display:block;
	color:#ffffff;
	font-size:1.1em;
}

.common_h2 {
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
	font-size:2.5em;
	color:#ffffff;
	text-shadow:0px 0px 20px #000000;
	padding:160px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.common_h2 span {
	font-size:1.5em;
}

@media screen and (max-width: 768px) {
	.common_h2 {
		font-size:1.8em;
	}
}

#pages_news {
	padding:56px 0 86px 0;
}

#pages_news h3 {
	margin:0 0 15px 0;
	text-align:left;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
	font-size:2em;
	color:#012676;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#pages_news .left {
	width:60%;
	float:left;
	position:relative;
}

#pages_news .right {
	width:35%;
	float:right;
	position:relative;
}

.archive_link {
	position:absolute;
	top:10px;
	right:0px;
}

.archive_link a {
	font-size:0.9em;
	background-image:url(../img/common/arrow001.png);
	background-size:8px 13px;
	background-repeat:no-repeat;
	background-position:right center;
	padding:0 13px 0 0 ;
}

#pages_news li {
	width:100%;
	text-align:left;
	font-size:1em;
}

.todays {
	border-radius:6px;
	background-color:#f2f5fb !important;
	padding:30px !important;
}

#pages_news .todays li h4 {
	color:#666666 !important;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#pages_news .todays li p {
	line-height:1.85 !important;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding:0;
}

#news_contents .todays li p {
	padding:0;
}

#pages_news .top_bnnr_area {
	padding:50px 0 0 0;
}

#pages_news .top_bnnr_area li {
	width:47%;
	float:left;
}

#pages_news .top_bnnr_area li img {
	/*box-shadow:0px 0px 10px #dddddd;
	border:solid 1px #ffffff;*/
}

#pages_news .top_bnnr_area li:nth-child(2n) {
	width:47%;
	float:right;
}

#pages_news .top_news li:last-child {
	margin-right:0;
}

#pages_news .top_news li img {
	width:30%;
	height:auto;
	float:left;
}

#pages_news .top_news li {
	border-bottom:dotted 1px #C3C2C2;
	padding:15px 0 15px 0;
}

#pages_news .top_news li:last-child {
	border-bottom:none;
}

.btn_official_twitter {
	border:solid 1px #012676;
	border-radius:150px;
	background-image:url(../img/common/icn_twitter.png);
	background-size:18px 15px;
	background-repeat:no-repeat;
	background-position:10px center;
	padding:6px 35px;
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	line-height:1 !important;
}

p.btn_official_twitter {
	padding: 6px 35px !important;
}

.btn_official_twitter a {
	color:#012676;
}

#pages_news .top_news li h4 {
	float:right;
	width:68%;
	padding:15px 0 0 0;
	line-height:1.4;
}

#pages_news li p {
	line-height:1.4;
}

#pages_news .right li h4 {
	float:none;
}

#pages_news li h4 .date {
	display:block;
	padding:0 0 7px 0;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
	#pages_news .left {
	width:100%;
	float:none;
	}
	#pages_news .right {
		width:100%;
		float:none;
		position:relative;
	}

	#pages_news li {
		width:100%;
		text-align:left;
		font-size:1em;
	}
	#pages_news .top_bnnr_area li {
		width:100%;
		float:none;
	}
	#pages_news .top_bnnr_area li:nth-child(2n) {
		width:100%;
		float:none;
	}
	#pages_news .top_bnnr_area li img {
		width:100%;
	}


}

@media screen and (max-width: 550px) {
	#pages_news li {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
	}
	
	#pages_news li h4 {
		width:65%;
		padding-top:2%;
	}
	
	#pages_news li img {
		width:30%;
	}
}

#pages_about .ttl_area {
	background-image:url(../img/top/bg_about.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	
}

h2#content_ttl {
	padding:0px 0 30px 0;
	color:#012676;
	text-align:center;
}

#pages_1f .ttl_area h2.common_h2 {
	padding:100px 0;
	color:#ffffff;
}


#pages_about h3 {
	font-size:1.5em;
	padding:38px 0 0 0;
	line-height:1.6;
	color:#012676;
}

#pages_about h4 {
	margin:50px auto 25px auto;
	width:200px;
}

#pages_about .left {
	width:48%;
	float:left;
}

#pages_about .clrfx {
	padding-bottom:50px;
}

#pages_about .left p {
	text-align:left;
	line-height:2;
	font-size:0.9em;
	padding:0 0 30px 0;
}

#pages_about .right {
	text-align:left;
	float:right;
	width:47%;
}

@media screen and (max-width: 999px) {
}

@media screen and (max-width: 768px) {
	#pages_about .left {
		width:100%;
		float:none;
	}

	#pages_about .right {
		width:100%;
		float:none;
	}
	.ttl_area h2.common_h2 {
		padding:80px 0;
		color:#ffffff;
	}
	#pages_1f .ttl_area h2.common_h2 {
		padding:40px 0;
		color:#ffffff;
	}
}


@media screen and (max-width: 999px) {
	.wrap {
	width:90%;
	margin:0 auto;
	position:relative;
}
}

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

@media screen and (max-width: 550px) {
}


#pages_3f .ttl_area {
	margin:100px 0 0 0;
	background-image:url(../img/top/bg_3f.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#pages_3f h3 {
	font-size:1.5em;
	padding:38px 0 5px 0;
	margin:0 0 18px 0;
	line-height:1.6;
	color:#012676;
	border-bottom:solid 1px #e0e6f3;
	text-align:left;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
}

#pages_3f h2 span {
	display:block;
}

#pages_3f h4 {
	margin:20px auto 20px auto;
	width:200px;
	text-align:left;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
}

#pages_3f .left {
	width:48%;
	float:left;
}

.snob {
	width:100%;
}

.snob th {
	padding:10px 10px 0 10px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.5;
}
.snob tr:nth-child(2n-1) {
	background-color:#f2f5fb;
}

.snob td {
	padding:10px 0  10px 0;
	text-align:left;
	vertical-align:top;
	line-height:1.5;
}

#pages_3f .left p {
	text-align:left;
	line-height:2;
	padding:0 0 30px 0;
}

#pages_f3 h4 {
	font-size: 1.05em;
	padding: 30px 0 10px 0;
	text-align: left;
	color: #012676;
}

#pages_3f .right {
	text-align:left;
	float:right;
	width:47%;
}

#pages_3f .right ul,#pages_2f .right  ul, #pages_1f .right  ul {
	padding:0 0 15px 0;
}

#pages_3f .right li {
	line-height:1.4;
	padding:0 0 10px 0;
}

#pages_3f .right li .date {
	display:block;
	color:#666666;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pages_2f .ttl_area {
	margin:100px 0 0 0;
	background-image:url(../img/top/bg_2f.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#pages_2f h3 {
	font-size:1.5em;
	padding:38px 0 5px 0;
	margin:0 0 18px 0;
	line-height:1.6;
	color:#012676;
	border-bottom:solid 1px #e0e6f3;
	text-align:left;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
}

#pages_2f h2 span {
	display:block;
}

#pages_2f .left {
	width:48%;
	float:left;
}

#pages_2f .left p {
	text-align:left;
	line-height:1.6;
	padding:0 0 30px 0;
}

#pages_2f .left p.btn_common001 {
	padding:0 0 10px 0;
}

.f2_btn a {
	margin-top:20px;
}

#pages_2f .right {
	text-align:left;
	float:right;
	width:47%;
}

#pages_2f .right li {
	line-height:1.4;
	padding:0 0 10px 0;
}

#pages_2f .right li .date {
	display:block;
	color:#666666;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pages_2f h4 {
	font-size:1.05em;
	padding:30px 0 10px 0;
	text-align:left;
	color:#012676;
}

#pages_1f {
	margin:50px 0 0 0;
}

#pages_1f .ttl_area {
	margin:100px 0 0 0;
	background-image:url(../img/top/bg_1f.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#pages_1f .ttl_area h2 img {
	width:119px;
	height:auto;
	padding:15px 0 0 0;
}

#pages_1f .ttl_area {
	margin:40px 0 0 0;
}


#pages_1f h3 {
	font-size:1.5em;
	padding:38px 0 5px 0;
	margin:0 0 18px 0;
	line-height:1.6;
	color:#012676;
	border-bottom:solid 1px #e0e6f3;
	text-align:left;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
}

.left p.btn_common001 a {
	display:block;
	padding:10px 0;
	border:solid 1px #012676;
	color:#012676;
	text-align:center;
	line-height:1;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.left p.btn_common001 a span {
	background-image:url(../img/common/arrow001.png);
	background-size:8px 13px;
	background-position:right center;
	background-repeat:no-repeat;
	padding:0 25px 0 0;
}

#pages_1f h4 {
	font-size:1.05em;
	padding:30px 0 10px 0;
	text-align:left;
	color:#012676;
}

#pages_1f h5 {
	padding:10px 0 5px 0;
	font-weight:bold;
	text-align:left;
}

#pages_1f .left p.cm_1, span.cm_1 {
	line-height:1.6;
	padding:0 0 0 0;
}

#pages_1f h2 span {
	display:block;
}

#pages_1f .left {
	width:48%;
	float:left;
}

#pages_1f .left p {
	text-align:left;
	line-height:2;
	padding:0 0 30px 0;
}

#pages_1f .left p.btn_common001 {
	padding:0 0 10px 0;
}

#pages_1f .right {
	text-align:left;
	float:right;
	width:47%;
}

#pages_1f .right li {
	line-height:1.4;
	padding:0 0 10px 0;
}

#pages_1f .right li .date {
	display:block;
	color:#666666;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.attention {
	font-size:92%;
	color:#666666;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
	#pages_3f .left,#pages_2f .left,#pages_1f .left {
		width:100%;
		float:none;
	}

	#pages_3f .right,#pages_2f .right,#pages_1f .right {
		width:100%;
		float:none;
	}
	
	#pages_3f .ttl_area, #pages_2f .ttl_area, #pages_1f .ttl_area {
		margin:50px 0 0 0;
	}
}


.hide {display:none;}

#pages_bottom {
	text-align:left;
	padding:80px 0;
}

#pages_bottom h6 {
	font-weight:bold;
	padding:10px 0;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pages_bottom p {
	line-height:1.4;
	padding:0 0 20px 0;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pages_bottom li {
	line-height:1.4;
	padding:0 0 20px 0;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pages_bottom li {
	line-height:1.4;
	padding:0 0 5px 0;
	display:block;
}

#pages_access {
	background:#f2f5fb;
	margin:90px 0 0 0;
}

#howtoaccess {
	padding:0 0 30px 0;
}

#pages_access h2 {
	padding:86px 0 30px 0;
	text-shadow:none;
	color:#012676;
}

#pages_access h3 {
	font-weight:bold;
	padding:20px 0;
}

#btn_contact a {
	display:inline-block;
	margin:30px auto 30px auto;
	padding:15px 40px;
	border:solid 1px #012676;
	color:#012676;
}

#pages_access h4 {
	 line-height:1.6;
	 padding:50px 0 15px 0;
	 font-size:1.2em;
	 font-weight:bold;
	 position:relative;
	 z-index:2;
}

#pages_access p {
	 line-height:1.6;
	 position:relative;
	 z-index:2;
}

#pages_access .left {
	width:47%;
	float:left;
}

#pages_access .right {
	width:47%;
	float:right;
}

#pages_access .left h3,#pages_access .right h3 {
	color:#012676;
	font-size:1.2em;
	text-align:left;
}


#pages_access .left p ,#pages_access .right p {
	text-align:left;
}

/*--------------------------------------
 google map
---------------------------------------*/

.ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    padding-top: 10px;
    position: relative;
}

.ggmap iframe, .ggmapr object, .ggmap embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

iframe {
    max-width: 100%;
}

#map {
	width:100%;
	height:500px;
}


@media screen and (max-width: 599px) {
	#map {
		width:86%;
		margin:0 7%;
		height:300px;
	}
	#pages_access {
		padding-bottom:30px;
	}
}

.bx-controls {
	display:none;
}

.non_news {
	margin:50px 0 0 0;
}

/*bottom*/

#lamaree .common_bottom {
	margin:60px 0 0 0;
	background-color:#012676;
	width:100%;
	text-align:center;
	padding:17px 0;
}

#lamaree .common_bottom .signboard img {
	height:55px;
	width:auto;
}

.common_bottom .signboard #gototop img {
	width:18px;
	height:10px;
}

.common_bottom .signboard #gototop {
	position:absolute;
	width:18px;
	right:18px;
	top:12px;
	padding:10px;
}

.common_bottom .wrap, .bottom_nav .wrap {
	width:1000px;
	margin:0 auto;
	position:relative;
}

.bottom_nav {
	width:100%;
	background-color:#f7f6f6;
	padding:40px 0;
	font-size:0.85em;
	text-align:left;
}

.bottom_nav h6 {
	color:#8d857f;
	margin-bottom:14px;
}

.bottom_nav li {
	padding:0 0 10px 0;
	display:block;
}

.bottom_nav li a {
	color:#8d857f;
	line-height:1.4;
	display:block;
}

.bottom_nav .left {
	float:left;
	width:420px;
	margin-right:20px;
}

.bottom_nav h6 {
	font-family: Copperplate, 'Copperplate Gothic Light', 'Balthazar', "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:500;
	font-size:1.1em;
}

.bottom_nav h6 a {
	color:#8d857f;
}

.bottom_nav .left ul {
	margin:-28px 0 0 106px;
}

.bottom_nav .center {
	float:left;
	width:320px;
}

.bottom_nav .center ul {
	margin:-28px 0 0 135px;
}

.bottom_nav .right {
	float:right;
	width:220px;
}

.bottom_nav .right ul {
	margin:-28px 0 0 110px;
}

footer {
	color:#8d857f;
	padding:38px 0;
	font-family: Copperplate, 'Copperplate Gothic Light', 'Balthazar', "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 999px) {
	.common_bottom .wrap, .bottom_nav .wrap {
		width:100%;
		margin:0 auto;
		position:relative;
	}
	
	.bottom_nav .left ul, .bottom_nav .center ul, .bottom_nav .right ul {
		margin:0px;
	}
	
	.bottom_nav .left {
		float:left;
		width:48%;
		margin-left:5%;
		margin-right:0;
	}
	
	.bottom_nav .center {
		float:left;
		width:22%;
	}
	
	.bottom_nav .right {
		float:right;
		width:22%;
	}
}

@media screen and (max-width: 767px) {
	
	#lamaree .common_bottom .signboard #gototop {
		top:10px;
	}
	.bottom_nav h6 {
		padding:10px 5% 0 5%;
		font-size:1.2em;
	}
	
	
	
	.bottom_nav ul {
		padding:0 0 20px 0;
	}
	
	.bottom_nav .left {
		float:none;
		width:100%;
		margin-left:0%;
		margin-right:0;
	}
	
	.bottom_nav .center {
		width:100%;
		float:none;
	}
	
	.bottom_nav .right {
		width:100%;
		float:none;
	}
	
	.bottom_nav li {
		padding:0;
		width:100%;
	}
	
	.bottom_nav li a {
		padding:18px 5%;
		border-bottom:solid 1px #8d857f;
		line-height:1;
		display:block;
	}
	
	.bottom_nav li:last-child a {
		border-bottom:none;
	}
}









/*

NEWS

*/
.news #top_header {
	background-image:url(../img/news/bg.jpg);
	background-size:cover;
	background-position:center center;
	height:310px;
}

.news #top_header h2 {
	padding:0 0 0 0;
	font-family: "ltc-bodoni-175",serif;
	font-size:2.4em;
	color:#ffffff;
}

.news h1#logo {
	width:240px;
	margin:0 auto;
	padding:100px 0 30px 0;
	position:relative;
	top:0;
	transform: translateY(0%);
}

.news .todays li {
	border-bottom:solid 1px #9eaccd;
	margin-bottom:15px;
}

.news .todays li h4 {
	color:#666666 !important;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.news .todays li p {
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.news .todays li:last-child {
	border-bottom:none;
}

.news .todays {
	margin-bottom:30px;
}

@media screen and (max-width: 999px) {
	.news h1#logo {
		padding:50px 0 30px 0;
	}
}

.news h1#logo span {
	display:block;
	color:#ffffff;
	font-size:3em;
	padding:20px 0 20px 0;
	text-shadow: 1px 1px 20px #000;
}

.pnavi {
	padding:0 0 35px 0;
	font-family: "ltc-bodoni-175",serif;
}

.news .meta {
	padding:10px 0 20px 0;
}

#news_contents {
	text-align:left;
	margin:0 auto;
	padding:50px 0 80px;
}

#news_contents .left {
	width:62%;
	float:left;
}

#news_contents h2 {
	font-size:1.75em;
	line-height:1.4;
}

#news_contents h3 {
	margin:5px 0 25px 0;
	text-align:left;
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
	font-size:1.7em;
	color:#012676;
}

#news_contents .date {
	text-align:right;
	padding:10px 0;
	color:#999999;
}

#news_contents .right .date {
	display:block;
	text-align:left;
}

#news_contents p {
	line-height:2;
	padding:0 0 30px 0;
}

#news_contents .right{
	width:30%;
	float:right;
}

#news_contents .right ul {
	padding:0 0 30px 0;
}

#news_contents .date {
	text-align:right;
	padding:10px 0;
	color:#999999;
}

#news_contents .right .date {
	display:block;
	text-align:left;
}

#news_contents .right h2 {
	font-size:1.4em;
	padding:0 0 20px 0;
}

#news_contents p {
	line-height:2;
	padding:0 0 30px 0;
}

#news_contents .right{
	width:30%;
	float:right;
}

#news_contents .right ul {
	padding:0 0 30px 0;
}

#news_contents .right ul li {
	display:block;
	margin:0 0 10px 0;
}

.page-header .category-title {
	padding:20px 0 40px 0;
	color:#000000;
	font-size:1.3em;	
}

#news_contents .content_body {
	border-bottom:solid 1px #E1E1E1;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

@media screen and (max-width: 767px) {
	#news_contents .left {
		width:100%;
		float:none;
	}
	#news_contents .right{
		border-top:solid 1px #999999;
		padding:20px 0 20px 0;
		width:100%;
		float:none;
	}
}

.staff_more {
	background:#d7deee;
	border-radius:3px;
	padding:0px 5%;
	width:auto;
	display:block;
	font-size:92%;
	margin:0px auto 40px auto;
	text-align:center;
}

#pages_news .bridal_bnnr {
	padding:20px 0 35px 0;
}

#pages_news .bridal_bnnr h3 {
	font-size:1.55em;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
}

#pages_news .bridal_bnnr h3 span {
	font-size:0.7em;
}

#pages_news .bridal_bnnr p {
	text-align:left;
	line-height:1.3;
	padding-top:10px;
}

/*
-------------------------
Bridal
-------------------------
*/

.bridal {
	-webkit-font-smoothing: antialiased;
}

.bridal #top_header {
}

.whitebar {
	width:100%;
	height:20px;
	background-color:#ffffff;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}

.whitebar2 {
	width:100%;
	height:20px;
	background-color:#ffffff;
	position:fixed;
	bottom:0;
	left:0;
	z-index:10;
}

.bridal .frame {
	border:solid 20px #ffffff;
	position:fixed;
	z-index:2;
	width:100%;
	height:100%;
}

.bridal .backs {
	z-index:1;
	background-image:url(../bridal/img/main.jpg);
	position:fixed;
	width:-webkit-calc(100%);
	width:calc(100%);
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	backface-visibility:hidden;
	overflow:hidden;
	background-color:transparent;
}

.bridal h1#logo {
	margin:0 auto;
	display:none;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.bridal .mains {
	height:auto;
	background-color:inherit;
	backface-visibility:hidden;
	overflow:hidden;
}

.bridal h1#logo span {
	width:311px;
	display:block;
	padding:20px 0 0 0;
	margin:0 auto;
}

.bridal_copy {
	width:100%;
	background-color:inherit;
	backface-visibility:hidden;
	overflow:hidden;
}

.wrap2 {
	width:100%;
}

.bridal_copy p {
	color:#ffffff;
	letter-spacing:2px;
	line-height:2;
	text-align:center;
	padding:0px 0 50px 0;
	font-weight:bold;
	font-size:1.3em;
}

.bridal_copy p.outro_copy {
	font-size:1em;
	padding:0 0 50px 0;
}

#bridal_wrap {
	border-left:solid 20px #ffffff; 
	border-right:solid 20px #ffffff; 
	position:relative;
	z-index:2;
	backface-visibility:hidden;
}

.bridal_main_content {
	background-color:#ffffff;
}

.bridal .thumbnail li {
	width:33.33333333%;
	float:left;
}

@media screen and (max-width:499px){
	.bridal .thumbnail li {
		width:100%;
	}
	
	.bridal_copy p {
		letter-spacing:0;
	}
}

.bridal .thumbnail li img {
	padding:1px 2px;
}

.bridal .thumbnail li:nth-child(1) img {
	padding-left:0px;
	padding-top:2px;
}

.bridal .thumbnail li:nth-child(3) img {
	padding-right:0px;
}

#bridal_fix_header {
	position:relative;
	width:100%;
	background-color:#012676;
}

.fixed {
	position:fixed !important;
	z-index:111;
	left:0 !important;
	border-left:solid 20px #ffffff; 
	border-right:solid 20px #ffffff; 
}

.bridal #mainnav_pc ul {
	float:none;
}

.bridal #mainnav_pc li a {
	padding:0 6px 6px 6px;
	display:inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
}

.bridal .bridal_sec {
	padding:100px 0;
}

.bridal .bridal_sec h2 {
	font-family: "ltc-bodoni-175",serif;
	font-style: normal;
	font-weight: 300;
	font-size:2.5em;
	color:#012676;
	line-height:1.05em;
}

.bridal .bridal_sec h2 span {
	display:block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;	
	color:#959595;
	font-size:0.35em;
}

.bridal .bridal_sec p {
	padding:20px 0 30px 0;
	line-height:1.8;
	color:#666666;
}

.bridal .bridal_sec p span {
	display:block;
}

.bridal .bxslider {
}

.bridal .bxslider > div {
	position:relative;
}

.bridal .bxslider span {
	display:block;
	width:100%;
	padding:15px;
	background-color:rgba(242,246,255,0.75);
	position:absolute;
	bottom:0;
	text-align:left;
}

.bridal .bx-wrapper {
	position:relative;
}

.bridal .bx-controls {
	display:block;
	position:absolute;
	z-index:90;
	top:0;
	height:100%;
	width:100%;
}

.bridal .bx-pager {
	display:none;
}

.bridal a.bx-prev {
	background-image:url(../bridal/img/btn_left.png);
	background-size:56px 71px;
	background-repeat:no-repeat;
	width:56px;
	height:71px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:50%;
	left:15px;
	transform:-webkit-translateY(-50%);
	transform:translateY(-50%);
}

.bridal a.bx-next {
	background-image:url(../bridal/img/btn_right.png);
	background-size:56px 71px;
	background-repeat:no-repeat;
	width:56px;
	height:71px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:50%;
	right:15px;
	transform:-webkit-translateY(-50%);
	transform:translateY(-50%);
}

@media screen and (max-width:1040px){
	.bridal .wrap {
		width:100%;
	}
}

@media screen and (max-width:680px){
	.whitebar , .whitebar2 {
		height:0px;
	}
	.bridal .frame {
		border:none;
	}
	
	#bridal_wrap {
		border-left:none;
		border-right:none;
	}
	
	.bridal_copy p {
		padding-left:5%;
		padding-right:5%;
	}
	
	.bridal .wrap {
		width:90%;
	}
	
	.bridal .bridal_sec {
		padding:50px 0;
	}
}

@media screen and (max-width:499px){
	.bridal h1#logo span {
		width:100%;
	}
	
	.bridal_copy p {
		font-size:1em;
	}
	
	.bridal_copy p.outro_copy {
	font-size:0.85em;
	padding:0 5% 50px 5%;
	}
	
	.bridal .bridal_sec p {
		text-align:left;
	}
	.bridal .bridal_sec p span {
		display:inline;
	}
	
	.bridal .bxslider span {
		font-size:75%;
		line-height:1.2;
		padding:5px;
	}
	
	.bridal a.bx-prev {
	background-size:28px 35px;
	width:28px;
	height:35px;
	left:5px;
	}

	.bridal a.bx-next {
	background-size:28px 35px;
	width:28px;
	height:35px;
	right:5px;
	}
}

.bridal #pages_005 ul {
	padding:20px 0 0 0;
}

.bridal #pages_005 li {
	width:30%;
	float:left;
	margin-right:5%;
}

.bridal #pages_005 li h4 {
	line-height:1.6;
	padding-top:5px;
	text-align:left;
}

.bridal #pages_005 li h4 span {
	display:block;
}

.bridal #pages_005 li:nth-child(3n) {
	margin-right:0;
}

.bridal #pages_001 ul {
	padding:20px 0 0 0;
}

.bridal #pages_001 li {
	float:none;
	max-width:690px;
	width:100%;
	margin:0 auto;
}

.bridal #pages_001 li h4 {
	line-height:1.6;
	padding-top:5px;
	text-align:left;
	font-size:1.2em;
}

.bridal #pages_001 li h4 span {
	display:block;
	padding-bottom:5px;
	font-size:0.9em;
}

.bridal #pages_001 li:nth-child(3n) {
	margin-right:0;
}

@media screen and (max-width:555px){
	.bridal #pages_001 li {
		width:100%;
		float:none;
		margin-right:%;
	}
}

.plan_list {
	display:table;
	margin:0 auto 0 auto;
	border-collapse: separate;
	border-spacing: 55px;
}

.plan_list h3 {
	line-height:3;
	font-size:1.45em;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.plan_list h4 {
	line-height:2em;
	font-size:1.4;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.plan_list li p {
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.plan_list li {
	width:40%;
	border:solid 1px #adadad;
	display:table-cell;
	padding:50px 3%;
	vertical-align:top;
}

.bridal #pages_007 {
	padding-bottom:100px;
}

@media screen and (max-width:999px){
	.plan_list {
		border-spacing:15px;
	}
	.plan_list li {
		width:50%;
	}
}

@media screen and (max-width:680px){
	.plan_list {
		display:block;
	}
	.plan_list li {
		width:100%;
		display:block;
		margin:30px 0 0 0 ;
	}
	.bridal #pages_005 li {
		width:100%;
		float:none;
		margin-right:0;
		border-bottom:solid 1px #eeeeee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	
	.bridal #pages_005 li:last-child {
		border-bottom:none;
	}
}


.bridal .common_bottom , .bridal .bottom_nav , .bridal footer {
	background-color:#ffffff;
	z-index:100;
	position:relative;
}

.bridal .common_bottom {
	margin-top:0px !important;
}

.bridal #mainnav_sp {
	top:0;
	left:0;
	z-index:10000;
}
.bridal div.sp_menu_btn_threeline {
	z-index:10001;
	top: 20px;
	right: 12px;
}

/****loading***/

.loading_wrap {
	background:#ffffff;
	height:100%;
	width:100%;
	display:table;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

.start-screen {
  display: flex;
  justify-content: center;
  flex-flow: nowrap column;
  align-items: center;
  min-height: 100vh;
}
.loading {
  display: flex;
  margin: 5px 0;
}
.loading__element {
	color:#1a2881;
	letter-spacing: .3em;
	font-size:80%;
}
.loading [class*="el"] {
  animation: bouncing 2s infinite ease;
}

@for $i from 1 through 9 {
  $delay: percentage($i);
  .el#{$i} {
    animation-delay: $delay / 1000% + s;
  }
}

@keyframes bouncing {
  0%, 100% {
    transform: scale3d(1,1,1);
  }
  50% {
    transform: scale3d(0,0,1);
  }
}

.plan_list2 {
	max-width:640px;
	margin-top:-40px;
}

@media screen and (max-width:999px) {
	.plan_list2 {
		margin-top:0;
	}
}


.tel{
  width: 250px;
  background: orange;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 30px auto;
}
a{
  display:block;
  text-decoration: none;
}
a:hover{
  opacity:0.6;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

