html {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
body {
	background-color: #000000;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	padding-top: 0px;	
}


/* 明朝指定 */
.fon-min {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/* 英語指定 */
.fon-en {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
/* ゴシック指定 */
.fon-gosi {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
img {
	height: auto;
	max-width: 100%;
}
a:hover img{
	cursor:pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
	zoom:1;
}

.clear-all {
	clear: both;
}
a {
	transition-property: all;
	transition: 0.2s linear;
}
a:link,a:visited{
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: none;
	filter:alpha(opacity=60);
	opacity:0.6;
}
a.link-deco {
	color: #0A50A1;
	text-decoration: underline;
}
.sp-change-pc {
	display:none;
}
.sp-change-sp {
	display:block;
}
.tb-cell2 {
	display: table-cell;
	vertical-align:middle;
	height: 40px;
	width: 100%;
}
.tb-cell {
	display: table-cell;
	vertical-align:middle;
	height: 80px;
	width: 100%;
}
#slidebars-btn{
	display:block;
	height: 50px;
	width:50px;
	position: absolute;
	z-index:250;
	top: 10px;
	padding-top: 0px;
	padding-left: 0px;
	left: 10px;
}

/* ------メイン画像 画像切替------ */
.switch {
    visibility: hidden;
}
/* ------共通テキスト指定------ */
.txt-break {
	display:block;
}
.small-txt {
	font-size: 11px;
	line-height: 12px;
	display:inline;
}
.mini-txt {
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a .mini-txt {
	color: #666666;
}
.big-txt {
	font-size: 18px;
}

.top-cate-ttl {
	color: #4f8333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4f8333;
	font-size: 18px;
}
.top-nav-ttl {
	font-size: 18px;
	color: #4f8333;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.top-nav-sub {
	font-size: 14px;
	color: #A0AF64;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	line-height: 20px;
	padding-top: 3px;
}

.nav-sub {
	font-size: 14px;
	color: #4f8333;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	line-height: 20px;
	padding-top: 3px;
}


.top-nav-sub-w {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	line-height: 20px;
	padding-top: 3px;
}

.top-nav-sub02 {
	font-size: 13px;
	color: #4f8333;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

.contxt {
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #333333;
}


.contxt02 {
	font-size: 27px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #4f8333;
	margin-bottom: 5px;
}

.contxt03 {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #A0AF64;
}


.contxt-sub {
	font-size: 14px;
	text-align: left;
	line-height: 23px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}


.kansyu {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	color: #666666;
	background-color: #9BC9C9;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.kansyu .out-max {
	max-width: 700px;

}

.kansyu .x2 {
	max-width: 400px;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
}

.kansyu .x2 .con-box {
	width: 45%;
	margin-right: 1%;
	margin-left: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}





@media (min-width: 600px) {
.txt-break {
	display:inline;
}
.sp-change-pc {
	display:block;
}
.sp-change-sp {
	display:none;
}
}

	
	
.wp-ttlbox-b h1 {
	font-weight: normal;
	text-decoration: none;
	font-size: 31px;
	line-height: 40px;
	color: #4f8333;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #4f8333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-about h2 {
	font-weight: normal;
	text-decoration: none;
	font-size: 21px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #A0AF64;
}

.wp-about h3 {
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	line-height: 25px;
	color: #4f8333;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4f8333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-about h4 {
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	line-height: 25px;
	color: #4f8333;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-about h5 {
	text-decoration: none;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A0AF64;
}

.wp-about h6 {
	text-decoration: none;
	line-height: 18px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.wp-about .wp-btx {
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 6px;
}

.wp-about {
	text-decoration: none;
	font-size: 17px;
	line-height: 25px;
}




.wp-news h2 {
	display: block;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F0641E;
	font-size: 20px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0px;
}

.wp-about .day {
	font-size: 12px;
}

.wp-about .conttl {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}



.out-max-700 .con-box {
	padding: 10px;
	border: 1px solid #4f8333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFEC;
}

.out-max-850 .con-box {
	padding: 10px;
	border: 1px solid #4f8333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFEC;
}

.out-max-850 .con-box2 {
	padding: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C8D0A4;
}

/* ------共通スペース指定------ */
.sp5 {
	height: 5px;
}
.sp10 {
	height: 10px;
}
.sp20 {
	height: 20px;
}
.sp30 {
	height: 30px;
}
.sp40 {
	height: 40px;
}
.sp50 {
	height: 50px;
}
.sp80 {
	height: 80px;
}
.sp100 {
	height: 100px;
}
@media (min-width: 600px) {
.sp5 {
	height: 10px;
}
.sp10 {
	height: 20px;
}
.sp20 {
	height: 40px;
}
.sp30 {
	height: 60px;
}
.sp40 {
	height: 80px;
}
.sp50 {
	height: 100px;
}
.sp80 {
	height: 160px;
}
.sp100 {
	height: 200px;
}
}
/* ------共通　線　指定------ */

.border01 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}

.border02 {
	text-decoration: none;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A0AF64;
}

.border-w {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right:5%;
	margin-left: 5%;
}


.border-green {
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #A0AF64;
}


/* ------ヘッド位置指定物------ */
#main-head {
	text-align: center;
}
#head-box {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 79px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#head-l {
	float:left;
	padding-top: 0px;
}

#main {
	width: 100%;
	position: relative;
}

/* ------メイン画像------ */
.fotorama {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:center center;
}
.main-out-max {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}


#main-cent {
	position: absolute;
	z-index:200;
	width: 100%;
	text-align: center;
	top: 0px;
}
#fix-navi-top-line {
	display:block;
	position: absolute;
	z-index: 99;
	top: 0px;
	width: 100%;
	height: 75px;
}
#fix-navi-top-line-box {
	height: 75px;
}
#main-top {
	position: relative;
	z-index:101;
	width: 100%;
	text-align: center;
	top: 0px;
	background-color: #A0AF64;
	height: 75px;
}
#main-key {
	position: absolute;
	z-index:200;
	width: 100%;
	text-align: left;
	left: 0px;
	top: 0px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 3px;
	padding-left: 3px;
}
#main-cent2 {
	position: absolute;
	z-index:400;
	width: 100%;
	text-align: center;
	top: 10px;
}


/* ------内容------ */
#out-border {

}
#out-box {
	position: relative;
	width: 100%;
}


/* ★ページ全体の最大幅指定 */
.out-max {
	max-width: 1200px; /* ★（ページ全体の最大コンテンツ幅1245÷94×100）＋1063×3％＋1063×3％ */
	margin-right: auto;
	margin-left: auto;
}
.out-max-940 {
	max-width: 1000px; /* ★ページ全体の最大コンテンツ幅940÷94×100 */
	margin-right: auto;
	margin-left: auto;
}

.out-max-850 {
	max-width: 850px; 
	margin-right: auto;
	margin-left: auto;
}

.out-max-700 {
	max-width: 700px; 
	margin-right: auto;
	margin-left: auto;
}

.out-max-600 {
	max-width: 600px; 
	margin-right: auto;
	margin-left: auto;
}

.out-max-wp {
	max-width: 670px; /* ★（ページ全体の最大コンテンツ幅1245÷94×100）＋1063×3％＋1063×3％ */
	margin-right: auto;
	margin-left: auto;
}
.out-max-foot {
	max-width: 1000px; /* ★（ページ全体の最大コンテンツ幅1245÷94×100）＋1063×3％＋1063×3％ */
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}

/* 余白ありBOX */
.out-lr {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;

}


/* -----並び数調整ベース------------- */
.xwp-bri,.x2,.x3,.x3-hold,.navi-top,.x4,.x5,.x2-foot,.x1-foot {
	margin-right: auto;
	margin-left: auto;
	letter-spacing: -0.4em; /* インライン空白対策1　文字間を詰めて隙間を削除する */
}
.con-box,.con-box1,.con-box2 {	
	letter-spacing: normal; /* インライン空白対策2　文字間を通常に戻す */
	display:inline-block;
	vertical-align:top;
}

.navi-top {
	text-align: center;
}

/* -----並び数調整　詳細------------- */
.xwp-bri .con-box1 {	
	width: 37%;
	margin-right: 0.5%;
	margin-left: 0%;
}

.xwp-bri .con-box2 {	
	width: 60%;
	margin-right: 0%;
	margin-left: 0.5%;
}
.x1-foot .con-box {	
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.x2-foot .con-box {	
	width: 49%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.x2 .con-box {	
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.x3 .con-box {	
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}

.out-max-700 .x2 .con-box {	
	width: 90%;
	margin-right: 2%;
	margin-left: 2%;
}

.out-max-850 .x3 .con-box {
	width: 90%;
	margin-right: 2%;
	margin-left: 2%;

}

.out-max-850 .x3 .con-box2 {
	width: 90%;
	margin-right: 2%;
	margin-left: 2%;

}

.x3-hold .con-box {	
	width: 32.7%;
	margin-right: 0.3%;
	margin-left: 0.3%;
}
.x5 .con-box {	
	width: 48%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

@media (min-width: 500px) {

.x3 .con-box {
	width: 48%;
	margin-right: 0.9%;
	margin-left: 0.9%;
}

.out-max-850 .x3 .con-box {
	width: 43%;
	margin-right: 0.9%;
	margin-left: 0.9%;

}

.out-max-850 .x3 .con-box2 {
	width: 43%;
	margin-right: 0.9%;
	margin-left: 0.9%;

}


.x5 .con-box {	
	width: 30%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

}
@media (min-width: 700px) {

.x2 .con-box {
	width: 40%;
	margin-right: 2%;
	margin-left: 4%;
}

.out-max-700 .x2 .con-box {	
	width: 40%;
	margin-right: 2%;
	margin-left: 3%;
}



#mapList .x3 .con-box {	
	width: 32%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.x1-foot .con-box {	
	width: 48%;
	margin-right: 0.9%;
	margin-left: 0.9%;
}
.x2-foot .con-box {	
	width: 33%;
	margin-right: 0.1%;
	margin-left: 0.1%;
}


}
@media (min-width: 800px) {
.x3 .con-box {	
	width: 31%;
	margin-right: 0.9%;
	margin-left: 0.9%;
}

.out-max-850 .x3 .con-box {
	width: 27%;
	margin-right: 1.5%;
	margin-left: 1.5%;

}

.out-max-850 .x3 .con-box2 {
	width: 27%;
	margin-right: 1.5%;
	margin-left: 1.5%;

}

.x5 .con-box {	
	width: 22%;
	margin-right: 0.9%;
	margin-left: 0.9%;
}
}

@media (min-width: 1150px) {
.x5 .con-box {	
	width: 18%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

.x2-foot .con-box {	
	width: 24%;
	margin-right: 0.1%;
	margin-left: 0.1%;
}
}



/* -----Gmap　youtube表示------- */
.map {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.map iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* -----フッター　テキストナビBOX------- */
a.navi-foot-green,a.navi-foot-blue {
	display: block;
	background-image: url(../../../../img/common/navi/navi-foot-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.navi-foot-blue {
	background-color: #9BC9C9;
}

a.navi-foot-green {
	background-color: #A0AF64;
}


/* ------フッター------ */
footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #019fe8;
	text-align: center;
	color: #B2B2B2;
}

.foot-ttl01 {
	font-size: 24px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.foot-ttl {
	font-size: 17px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.foot-tx {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}


.foot-min {
	font-size: 9.5px;
	line-height: 12px;
	color: #FFFFFF;
	letter-spacing: -0.05em;
}

address {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

/* ------最下部FIXナビ------ */
#fix-navi-box {
	width: 100%;
	font-size: 10px;
	line-height: 12px;
}
#fix-navi {
	position: fixed;
	width: 45px;
	z-index: 4;
	bottom: 10px;
	right: 10px;
}

#fix-navi-top {
	display:block;
	position: absolute;
	width: 50px;
	z-index: 99999;
	top: 10px;
	right: 10px;
}
/* ------
スライドバーボタンを画面上部へ固定させる場合のCSS
#fix-navi-top {
	position: fixed;
	width: 50px;
	z-index: 99999;
	top: 10px;
	right: 10px;
}
------ */



@media (min-width: 900px) {
#fix-navi {
	width: 60px;
	bottom: 20px;
	right: 20px;
}
}


/* -----共通使用------- */
a.contact-btn {
	display:inline-block;
	vertical-align:top;
	padding-top: 7px;
	font-size: 22px;
	color: #000000;
	padding-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	width: 90%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
a.contact-btn2 {
	display:inline-block;
	vertical-align:top;
	padding-top: 7px;
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 5px;
	background-image: url(../../../../bridal/fu/img/common/navi/contact-btn-red.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 10px;
	text-align: center;
	width: 90%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
.conblackbox-txt {
	font-size: 14px;
}


/* -----WP用記事ページ------- */
/*------------ WP画像移動処理用 ------------*/
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
img.alignright {
	padding: 4px;
	display: inline;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
 }
img.alignleft {
	padding: 4px;
	display: inline;
	height: auto;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
 }
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	clear: both;
 }
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	clear: both;
 }
img {
border-style:none;
}
.wp-about p {
	margin: 0px;
	padding: 0px;
}
img.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
.move{
position:relative;
width:100%;
padding-top:100%;
}

.move2{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.move2 iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.wp-about p {
	clear: both;
}


input {
	width:95%;
}
.error {
	display: block;
	color: #CC0000;
}
.out-comm-win {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
