@charset "UTF-8";

/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */

body {
	color: #534034;
	font-size: small;
	font-family: sans-serif;
	line-height: 1.5;
	background: #fff;
	width: 100%;
	-webkit-text-size-adjust: 100%;
 	text-size-adjust: none;

  /* 文字の拡大縮小を防ぐ */
}
body a {
  color: #534034;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}
/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
img {
  width: 100%;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#page {
	position: relative;
	}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	padding: 3% 0;
	text-align: center;
}
header h1 {
	color: #1b9c95;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}

header .logo {
	padding: 0 34.921%;
	margin: 0 auto;
	}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 0 3%;
	}
h2.title{
	margin-bottom: 2%;
	}

/*h3タイトル*/
#conts h3.st{
	clear: both;
	font-size: 150%;
	color:  #3f9994;
	margin-bottom: 1%;
	overflow: hidden;
	line-height: 1;
	width: 100%;
	}
#conts h3.st .en_font{
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}
#conts h3.st span.txt {
	background: #fff;
	padding: 0 2px 2px 0;
	position: relative;
	z-index: 100;
	}
#conts h3.st span.txt em{
	font-size: 130%;
	margin-right: 1px;
	}

#conts h3.st span.line {
	border-bottom: 1px solid #3f9994;
	width: 100%;
	position: relative;
	top: -4px;
	z-index: 1;
	display: block;
	}

/*パンくず*/
#topicpath{
	text-align: right;
	padding: 0 3%;
	margin-bottom: 2%;
	}
#topicpath a{
	color: #969595;
	}
#topicpath span:before {
	content: ">";
	padding: 0 10px;
}
/*------------------------------------------------------------
	nav　ナビ
------------------------------------------------------------*/
nav {
	width: 100%;
}
nav #gnav{
	overflow: hidden;
	background: url(../images/bg_gnav.gif) repeat;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;

}
nav #gnav li{
	width: 20%;
	float: left;
	text-align: center;
	padding: 2% 0 0;
	border-left:1px solid #b28f79;
	box-sizing:border-box;
}
nav #gnav li:first-child{
	border-left: none;
}

nav #gnav li a{
	display: block;
	color: #fff;
	text-decoration: none;
}

nav #gnav li i{
	display: block;
}

/*オーバーレイメニュー*/
nav .con_menu {
	background: rgba(93, 67, 51, .90);
	color: #fff;
	display: none;
    width: 100%;
	padding: 2% 0;
    position: fixed;
    top: 0;
    bottom: 0;
	overflow: auto;
	z-index: 100;
}
nav .con_menu .st{
	text-align: center;
	font-size: 150%;
	padding-bottom: 2%;
	font-weight: bold;
}
nav .con_menu .st i{
	position: fixed;
	right: 2%;
	top: 2%;
}
nav .con_menu ul{
	overflow: hidden;
}
nav .con_menu ul li{
	border-bottom: 1px solid #b28f79;
	border-right: 1px solid #b28f79;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

nav .con_menu ul li&:nth-of-type(even){
	float: right;
	border-right: none;
}
nav .con_menu ul li:nth-of-type(1){
	float: none;
	width: 100%;
	text-align: center;
	border-top: 1px solid #b28f79;
}
nav .con_menu ul li a{
	display: block;
	color: #fff;
	padding: 8% 5%;
	text-decoration: none;
}
nav .con_menu ul li:nth-of-type(1) a{
	padding: 3% 5%;
}
nav .con_menu ul li i{
	float: right;
	padding: 2% 0;
}

.box_menu {
	width: 90%;
	margin: 3% auto;
	background: #5e4434;
	padding: 3% 2%;
	text-align: center;
}
.box_menu .tel {
	margin-bottom: 2%;
	}
.box_menu .tel a{
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}
.con_menu.is-open {
    display: block;
}

.con_menu .close {
	text-align: center;
	font-size: 150%;
	background: #5e4434;
	padding: 2% 0;
	border-top: 1px solid #b28f79;
	border-bottom: 1px solid #b28f79;
}


/*------------------------------------------------------------
	.con_inf
------------------------------------------------------------*/
.con_inf{
	margin-bottom: 30px;
	background: url(../images/bg_dot.gif) repeat;
	padding: 0.8em;
	}
.st_name{
	font-size: 120%;
	}
.st_name span{
	font-size: 90%;
	}
.inf_tel a{
	display: block;
	background: #1b9c95;
	color: #fff;
	padding: 1% 0;
	text-align: center;
	margin-top: 5px;
	text-decoration: none!important;
	}
.inf_tel a span{
	font-weight: bold;
	margin-left: 5px;
	font-size: 110%;
}
.inf_tel a p:last-child {
	font-size: 130%;
	}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
	padding-bottom: 17%;
}

/*　ウエディングフェア・ウエディングプラン*/
footer #fnav {
	overflow: hidden;
	padding: 0 5%;
	margin: 5% 0 3%;
}
footer #fnav li {
	float: right;
	width: 48%;
	}
footer #fnav li:first-child {
	float: left;
	}
footer #fnav li a {
	display: block;
	background: #3f9994;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5% 0;
}

/*　ページTOP　*/
footer .pg_wrap{
	background: url(../images/bg_pgtop.gif) 0 0;
	text-align: center;
	}
footer .pg_wrap a{
	display: block;
	width: 100%;
	color: #fff;
	padding: 5px 0;
	}

/*　住所　*/
footer .f_inf{
	padding: 2% 3%;
	text-align: center;
	}

/*　SNS　*/
footer .btn_sns{
	overflow: hidden;
	padding: 0 10%;
	margin-bottom: 3%;
	}
footer .btn_sns li{
	width: 80%;
	text-align: center;
	margin: auto;
	}
footer .btn_sns li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3% 0;
	background: #5e4434;
	}
footer .btn_sns li.fb a{
	background: #3b5998;
	}
footer .ic_sns {
	text-align: center;
	letter-spacing: -.40em;
	margin-bottom: 3%;
}
footer .ic_sns li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: .6em;
	width: 29px;
}
footer .ic_sns li.fb {
	margin-right: 4%;
}

/*　コピーライト　*/
#copyright{
	background: #382e28;
	color: #FFF;
	text-align: center;
	font-size: 75%;
	padding: 3px 0;
	}
/*---------------------------------------
	新着情報
----------------------------------------*/
.con_new .box_new li {
	border-bottom: #ddd 1px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
.con_new .box_new li a{
	text-decoration: none;
	}
.con_new .box_new .txt{
	color: #7b3f14;
	font-weight: bold;
	text-decoration: underline;
}
.con_new .box_new .data{
	margin-bottom: 3px;
	}
.con_new .box_new .data span{
	padding: 1.5px 3px 0;
	font-size: 80%;
	margin-left: 3px;
}
.con_new .box_new .data span.cat_01{
	background: #ffe599;
	}
.con_new .box_new .data span.cat_02{
	background: #f19c99;
	}
.con_new .box_new .data span.cat_03{
	background: #b9e0a5;
	}
.con_new .box_new .data span.cat_04{
	background: #cda2be;
	}
.con_new .box_new .data span.cat_05{
	background: #ccc;
	}

