@charset "UTF-8";

#relateLinks:after,
#bottomLinks:after,
#bottomLinks .search:after,
#bottomAD:after,
#footerNav:after,
header:after,
footer:after,
#globalNav:after,
#nav:after,
#contents:after,
#main:after,
#aside:after,
#copy:after,
#cover:after,
#breadcrumb:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#relateLinks,
#bottomLinks,
#bottomLinks .search,
#bottomAD,
#footerNav,
header,
footer,
#globalNav,
#nav,
#contents,
#main,
#aside,
#copy,
#cover,
#breadcrumb,
#visual{
	zoom: 1;
}

.grecaptcha-badge {
	z-index: 9999999999;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}
#loader i{
	color:#459B92 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}


/* add */
.line-under-double{
}
.line-under-double span{
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 12px;
}
.line-under-double span::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #000;
}
.line-under-double span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	bottom: -5px;
}


.line-title-double{
	position: relative;
	clear: both;
	text-align: center;
}

.line-title-double:before {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.line-title-double::after {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 60%;
	z-index: 1;
}

.line-title-double span.white {
	background-color: #FFF;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-double span.beige {
	background-color: #EDEADE;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-double span.sky {
	background-color: #E6F0F9;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}

.line-title-single{
	position: relative;
	clear: both;
	border-bottom: solid 2px #000;
	padding-bottom: 8px;
	margin-bottom:12px;
}






/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.hide_pc{
	display: none;
}

span.break{
	display: block;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 110px;
	right: 10px;
	width: 60px;
	height: 46px;
	background: rgba(69,158,148,.9);
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 14px;
	font-size: 1.6em;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 9999999;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(69,158,148,.7);
}


#badge-mob{
	display: none;
}
#badge-pc .badge-clay{
	position: fixed;
	top: 260px;
	right: 0px;
	z-index:9997;
	text-align:right;
}


/* 関連サイト
-------------------------------------------- */
#relateLinks{
	background-color:#21252B;
	padding: 4px 24px 6px 24px;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
}

#relateLinks ul{
	margin: auto;
	list-style-type: none;
	padding-top: 3px;
}
#relateLinks ul li{
	float:left;
	font-size:0.7em;
	margin-right:24px;
}
#relateLinks ul li a {
	color:#DEDEDE;
	text-decoration:none;
}
#relateLinks ul li a:hover {
	color:#DDD;
	text-decoration:underline;
}

#relateLinks p.support{
	float: right;
}
#relateLinks p.support{
	font-size: 0.750em !important;
	text-align: center;
	display: inline-block;
}
#relateLinks p.support a{
	background: #459B92;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1px 6px !important;
	display: block;
	color: #FFF;
	text-decoration: none !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#relateLinks p.support a:hover{
	background: #EFEFEF;
	padding: 1px 6px !important;
	display: block;
	color: #000;
	text-decoration: none; !important;
}

#catNav-btn{
	display: none;
}

/* ヘッダー
-------------------------------------------- */
header{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#home header{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 50px !important;
}
header h1{
	float: left;
	width: 310px;
	position: relative;
	z-index: 10;
}
header .search{
	float: right;
	width: 280px;
	padding-top: 12px;
	margin-right: 16px;
	position: relative;
	z-index: 1;
}
header .search input{
	float: left;
	border: none !important;
	background-color: #FFF;
	width: 200px;
	height: 38px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	padding-left: 15px;
	padding-right: 15px;
}
header .search button {
	float: left;
	border: none !important;
	background-color: #FFF;
	width: 40px;
	height: 38px;
	font-size: 1.1em;
	line-height: 140%;
	color: #000;
	text-align: center;
	cursor: pointer;
}
header p.menu{
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 18px;
}


/* ナビゲーション
-------------------------------------------- */
#nav{
	float:right;
	width: 30px;
	padding-top: 18px;
}
.nav {

}
.fixed {
	margin: auto;
	height: 75px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background-color: #EDEADE;
	box-shadow: #DDD 0px 0px 6px;
	-webkit-box-shadow: #DDD 0px 0px 6px;
	-moz-box-shadow: #DDD 0px 0px 6px;
}


/* フッター
-------------------------------------------- */
footer {
	width: 100%;
	min-width: 1200px;
	margin: auto;
	padding: 50px 0 30px 0;
	background: #FFF;
	background-image: url(/image/common/bg_inaho.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	display: table;
}

footer .box {
	display: table-cell;
	vertical-align: middle;
}

footer .line-under-double{
	text-align: center;
	margin-bottom: 26px;
}
footer .line-under-double span{
	font-size: 1.750em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}

footer .boxConect{
	float: left;
	width: 300px;
	margin-left: 80px;
	margin-right: 80px;
}
footer .boxConect ul{
	text-align: center;
}
footer .boxConect ul li{
	display: inline-block;
	font-size: 1.2em;
	width: 50px;
	margin-right: 10px;
}
footer .boxConect ul li a{
	background-color: #FFF;
	padding: 6px 0 6px 0;
	display: block;
	color:#000;
	text-decoration: none;
}
footer .boxConect ul li a:hover{
	background-color: #EFEFEF;
	padding: 6px 0 6px 0;
	display: block;
	color:#000;
	text-decoration: none;
}
footer .boxConect p{
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

footer .boxMailmag{
	float: left;
	width: 250px;
	margin-right: 70px;
}
footer .boxMailmag h4{
	font-size: 1.125em;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
footer .boxMailmag input.field {
	font-size: 0.875em;
	color: #333;
	padding: 8px;
	background: #FFF none repeat scroll 0% 0%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC #CCC #CCC;
}
footer .boxMailmag input.submit{
	width: 100%;
	background-color: #000;
	border:2px solid #000;
	border-radius: 3px;
	padding: 0.5em 0.2em;
	font-size: 0.813em;
	color: #fff;
	cursor:pointer;
}
footer #mc_embed_signup{clear:left;}
footer .mc-field-group{margin-bottom:4px; }
footer .mc-field-group ul{font-size:0.875em; margin-bottom:6px;}
footer .mc-field-group ul li{margin-bottom:2px; }

footer .boxMailmag p.lead{
	font-size: 0.875em;
	text-align: center;
	margin-top: 8px;
}

footer .boxMonthly:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
footer .boxMonthly{
	zoom: 1;
}
footer .boxMonthly{
	float: left;
	width: 340px;
}
footer .boxMonthly h4{
	font-size: 1.125em;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
footer .boxMonthly .cover {
	float: left;
	width: 100px;
}
footer .boxMonthly .cover img{
	width: 100%;
	height: auto;
}
footer .boxMonthly .text {
	float: right;
	width: 210px;
	padding-top: 10px;
}
footer .boxMonthly .text .btn {
	font-size: 0.813em;
	width: 100% !important;
}
footer .boxMonthly .text p {
	font-size: 0.875em;
	margin-bottom: 12px;
}

#copy {
	clear: both;
	width: 100%;
	border-top: 3px solid #000;
	margin-top: 30px;
	padding-bottom: 90px;
}
#copy .box {
	border-top: 1px solid #000;
	margin: 2px 0 30px 0;
	padding-top: 18px;
}
#copy p{
	font-size:0.750em;
	text-align: center;
}

#bottomNav {
	background-color: #FFF;
	padding: 30px 0 30px 0;
}

#bottomNav ul{
	text-align: center;
}
#bottomNav ul li{
	display: inline;
	font-size: 0.875em;
	padding-left: 14px;
	padding-right: 14px;
	border-left: 1px solid #000;
}
#bottomNav ul li:last-child {
	border-right: 1px solid #000;
}


.bottomLinks-btn,
.bottomLinks-acordion .close{
	display: none;
}

#bottomLinks{
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	bottom:0;
	z-index: 1;
	padding: 18px 0 18px 0;
}

#bottomLinks .search{
	float: left;
	width: 310px;
	padding-top: 6px;
	position: relative;
	z-index: 1;
}
#bottomLinks .search input{
	float: left;
	border: none !important;
	background-color: #FFF;
	width: 260px;
	height: 48px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	padding-left: 15px;
	padding-right: 15px;
}
#bottomLinks .search button {
	float: left;
	border: none !important;
	background-color: #000;
	width: 50px;
	height: 48px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 140%;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
#bottomLinks .word {
	float: right;
	width: 860px;
}
#bottomLinks .word p.lead{
	font-size:1.0em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
}
#bottomLinks .word p.tag{
	font-size:0.875em;
	color: #FFF;
}
#bottomLinks .word p.tag a{
	color: #FFF;
	text-decoration: underline;
	margin-right: 14px;
}
#bottomLinks .word p.tag a:hover{
	color: #EFEFEF;
	text-decoration: none;
}
#bottomLinks .word p.tag span.title{
	background-color: #000;
	padding: 6px 8px 6px 8px;
	margin-right: 12px;
	font-size:0.750em;
}


#bottomAD {
	text-align: center;
	padding: 40px 0 35px 0;
	background-color: #FFF;
}
#bottomAD .ad{
	width: 1200px;
	margin: auto;
}
#bottomAD .entry{
	position: relative;
	text-align: left;
}
#bottomAD .entry p.title{
	position: absolute;
	left:18px;
	bottom: 14px;
	font-size: 0.938em !important;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 6px #000,0 0 6px #000;
	letter-spacing: 1px;
}
#bottomAD .box{
	float: left;
	width: 24%;
	min-width: 290px;
	margin-right: 1.1%;
}
#bottomAD .box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
#bottomAD .box:nth-child(4n+1) {
	clear: both;
}

#footerNav{
}
#footerNav li.home{
	display: none;
}
#footerNav ul.menuList{
	width: 1200px;
	margin: auto;
}
#footerNav ul li.main{
	float: left;
	margin-left: 40px !important;
	margin-bottom: 30px;
	color: #33716A !important;
}
#footerNav ul li.main ul.sub-menu{
	padding-left: 12px;
}
#footerNav ul li{
	font-size: 0.938em;
	margin-bottom: 6px;
}
#footerNav ul li a{
	color: #000;
	text-decoration: none;
}
#footerNav ul li a:hover{
	color: #33716A;
	text-decoration: underline;
}
#footerNav ul li.main{
	float: left;
	margin-left: 60px;
	color: #FFF;
}
#footerNav .main-menu{
	border-bottom: 2px solid #33716A;
	margin-bottom: 18px;
	padding-bottom: 8px;
	letter-spacing: 2px;
}

/* カバー画像
-------------------------------------------- */
#about #cover {
	width: 100%;
	background-image: url(/image/about/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#get-involved #cover {
	width: 100%;
	background-image: url(/image/get-involved/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#message-station #cover {
	width: 100%;
	background-image: url(/image/message-station/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#celebrations #cover {
	width: 100%;
	background-image: url(/image/celebrations/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#celebrations.single #cover{
	width: 100%;
	background-image: url(/image/celebrations/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 20px;
}
#seishojuku #cover {
	width: 100%;
	background-image: url(/image/seishojuku/cover.jpg);
	background-position: center -20px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#holylandtour #cover {
	width: 100%;
	background-image: url(/image/holylandtour/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#news #cover {
	width: 100%;
	background-image: url(/image/news/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#news.single #cover{
	width: 100%;
	background-image: url(/image/news/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 20px;
}

#zion #cover {
	width: 100%;
	background-image: url(/image/zion/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 60px;
}
#zion.single #cover{
	width: 100%;
	background-image: url(/image/zion/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding-bottom: 30px;
}
#zion #title h1{
	text-shadow: 0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF;
}
#zion #title ul li{
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}

#home #cover{
	background:none;
	height: auto !important;
	margin-bottom: -26px !important;
	padding-bottom: 0 !important;
}


/* サイドカラム
-------------------------------------------- */
#aside {
	float: right;
	width: 200px;
	padding-bottom: 30px;
}

#crumb{
	width: 92%;
	max-width: 1090px;
	margin: auto;
	margin-bottom: 30px !important;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
	font-family: 'Noto Serif JP', serif;
}
#crumb li a {
	padding-right: 18px;
	background: url(/image/common/arrow_right.png) no-repeat right center;
	background-size: 10px;
	text-decoration: none;
}
#crumb li .current_item {
	font-weight: bold;
	color: #000 !important;
}

#title{
	text-align: center;
}
#title h1{
	margin-bottom: 16px;
}
#title p.lead{
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

#title ul{
	text-align: center;
}
#title ul li{
	display: inline;
	font-size: 0.875em;
}
#title ul.link-slash li {
	padding-right: 18px;
	padding-left: 4px;
	background: url(/image/common/arrow_slash.png) no-repeat right center;
	background-size: 10px;
}
#title ul.link-slash li:last-child {
	padding-right: 0;
	background: none;
}
#title p.arrow-down {
	font-size: 4.0em;
}


/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
	position: relative;
	z-index:1;
}

#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	float: left;
	width: 790px;
	position: relative;
	margin-bottom: 40px;
}

.inner{
	width:1200px;
	margin:auto;
}

.inner-sm{
	width:770px;
	margin:auto;
}

.inner-lg{
	width:1170px;
	margin:auto;
}


.deg-90 {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left top;
	position: absolute;
	top: 105px;
	left:0;
}

#home .frame {
	background-color: #FFF;
	border: 1px solid #000;
	border-top: 5px solid #000;
	padding: 12px;
	padding-top: 16px;
	position: relative;
}

/* News */
#home #special{
	width: 100%;
	margin: auto;
	background-color: #459D93;
	padding: 12px 0 12px 0;
	margin-bottom: 30px;
}
#home #special p{
	text-align: center;
	font-size: 1.250em;
}
#home #special p a{
	color: #FFF;
}


#home #special2{
	width: 90%;
	margin: auto;

	margin-bottom: 30px;
}
#home #special2 p{
	text-align: center;
	font-size: 0.938em;
}
#home #special2 p a{
	color: #FFF;
}



/* MS */
#home .messagestation{
	width: 100%;
	margin: auto;
	padding: 60px 0 60px 0;
}
#home .messagestation .separate.left{
	float: left;
	width: 480px;
	padding-top: 20px;
}
#home .messagestation .separate.right{
	float: right;
	width: 690px;
}
#home .messagestation .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .messagestation .line-under-double h3{
	font-size: 2.250em;
	font-weight: normal;
}
#home .messagestation p.logo {
	width: 300px;
	margin: auto;
	margin-bottom: 12px;
}
#home .messagestation p.pdf {
	font-size: 1.0em;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 11;
}
#home .messagestation .box {
	width: 32% !important;
	margin-right: 2%; !important;
}
.block3 .box:nth-child(3n) {
	float: right;
	margin-right: 0 !important;
}
#home .messagestation .boxMovie {
	position: relative;
}
#home .messagestation .movie {
	float: right;
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
#home .messagestation .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home .messagestation p.date {
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-size: 0.938em;
	letter-spacing: 1px;
}
#home .messagestation .fukidashi{
	margin-top: -140px;
	position: absolute;
	z-index: 10;
}
#home .messagestation .latest {
	clear: both;
	background-color: #FFF;
	border: 1px solid #000;
	border-top: 5px solid #000;
	padding: 30px 20px 28px 26px;
	position: relative;
}

#home .messagestation .message {
	background-color: #FFF;
	padding: 40px 40px 28px 40px;
	margin-bottom: 35px;
}
#home .messagestation .message h4{
	font-size: 1.063em;
	text-align: center;
	margin-bottom: 14px;
}
#home .messagestation .message span.count{
	font-size: 3.750em;
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-style: italic;
	font-weight: normal;
}
#home .messagestation .message p{
	font-size: 0.938em;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

/* Clay */
#home .clay{
	width: 100%;
	margin: auto;
	padding: 75px 0 70px 0;
}
#home .clay.bg-forest {
	width: 100%;
	background-image: url(/image/common/bg_forest.jpg);
	background-position: 0px -60px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#home .clay .box-left {
	float: left;
	width: 420px;
	padding-right: 80px;
	text-align: right;
}
#home .clay .logo{
	float: right;
	width: 240px;
}
#home .clay .logo img{
	width: 100%;
	height: auto;
}
#home .clay .box-right {
	float: left;
	width: 600px;
}
#home .clay .box-right h4 {
	font-size: 1.250em !important;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#home .clay .box-right p {
	margin-bottom: 20px;
}

/* 聖書入門.com */
#home .seishonyumon{
	width: 100%;
	margin: auto;
	padding: 60px 0 60px 0;
}
#home .seishonyumon .separate.left{
	float: left;
	width: 600px;
	margin-bottom: 50px;
}
#home .seishonyumon .separate.right{
	float: right;
	width: 580px;
	margin-bottom: 50px;
}
#home .seishonyumon .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .seishonyumon .line-under-double h3{
	font-size: 2.250em;
	font-weight: normal;
}
#home .seishonyumon p.logo {
	width: 150px;
	margin: auto;
	margin-bottom: 40px;
}
#home .seishonyumon .boxMovie {
	position: relative;
}
#home .seishonyumon .movie {
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
#home .seishonyumon .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home .seishonyumon p.date {
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-size: 0.938em;
	letter-spacing: 1px;
}
#home .seishonyumon .message {
	text-align: center;
}
#home .seishonyumon .message h4{
	font-size: 1.063em;
	margin-bottom: 20px;
}
#home .seishonyumon .message p{
	font-size: 0.938em;
	color: #444;
	letter-spacing: 1px;
}
#home .seishonyumon .menu .entry{
	background-color: #F5F3ED;
	padding: 28px 20px 24px 20px;
	text-align: center;
}
#home .seishonyumon .image{
	width: 40%;
	margin: auto;
	margin-bottom: 18px;
}
#home .seishonyumon .menu .entry p.title{
	font-size: 0.938em !important;
	font-weight: bold;
	line-height: 170% !important;
	letter-spacing: 1px;
	margin-bottom: 6px !important;
}
#home .seishonyumon .menu .entry p.lead{
	font-size: 0.813em !important;
}

/* シオン */
#home .zion{
	width: 100%;
	margin: auto;
	padding: 60px 0 40px 0;
}
#home .zion .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .zion .line-under-double h3{
	font-size: 2.250em;
	font-weight: normal;
}
#home .zion  h4{
	font-size: 1.125em;
	text-align: center;
	line-height: 170%;
	margin-bottom: 30px;
}

/* オンラインショップ */
#home .shop{
	width: 100%;
	margin: auto;
	position: relative;
	padding: 60px 0 60px 0;
}
#home .shop img{
	width: 100%;
	height: auto;
}
#home .shop .row{
	position: relative;
	margin-bottom: 30px;
}
#home .shop .separate{
	width: 100% !important;
}

#home .shop .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .shop .line-under-double h3{
	font-size: 2.250em;
	font-weight: normal;
}
#home .shop p.catch {
	font-size: 1.063em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#home .shop .items {
	width: 96%;
	background-color: #FFF;
	border: 1px solid #dedede;
	margin:auto;
}
#home .shop .items .entry{
	border-left: 1px solid #dedede;
	padding: 20px 12px 16px 12px;
	position: relative;
}
#home .shop .items .entry:first-child{
	border-left: none;
}
#home .shop .items .entry .image{
	border: 1px solid #EFEFEF;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
#home .shop .items .entry .category{
	font-size: 0.750em;
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	position: absolute;
	top: 200px;
	left: 5px;
	width: 100%;
	text-align: right;
}
#home .shop .items .entry p.title{
	font-size: 0.875em !important;
	font-weight: normal;
	line-height: 170%;
}
#home .shop .boxBtn{
	text-align: center;
}
#home .shop .boxBtn .btn{
	margin-right: 10px;
}

/* イベント・セミナー */
#home .event{
	padding: 60px 0 60px 0;
}
#home .event .border{
	width: 100%;
	max-width: 1080px;
	border: 5px solid #000;
	padding: 40px 60px 50px 60px;
	margin: auto;
}
#home .event h3{
	font-size: 2.250em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#home .event h4{
	font-size: 2.0em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
#home .event h5{
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#home .event p.catch {
	font-size: 0.813em;
	color: #459D93 !important;
}
#home .event .boxNews{
	float: left;
	width: 420px;
}
#home .event .boxNews .section{
	width:420px;
	height:260px;
	overflow:auto;
}
#home .event .boxNews .entry{
	margin-bottom: 16px;
}
#home .event .boxNews .entry p.date{
	float: left;
	font-size: 0.938em;
	margin-right: 12px;
}
#home .event .boxNews .entry p.title{
	float: left;
	font-size: 0.9em !important;
	font-weight: normal;
	line-height: 160%;
}
#home .event .boxSeishojuku{
	float: right;
	width: 270px;
	margin-right: 50px;
}

#home .event .boxTour{
	float: right;
	width: 270px;
}
#home .event .cover {
	margin-bottom: 20px;
}
#home .event .boxTour .entry,
#home .event .boxSeishojuku .entry {
	margin-bottom: 8px;
}
#home .event .boxTour .entry p,
#home .event .boxSeishojuku .entry p {
	font-size: 0.938em;
	line-height: 165%;
}
#home .event .boxTour .entry p br,
#home .event .boxSeishojuku .entry p br {
	display: none;
}
#home .event .boxBtn{
	text-align: center;
	margin-top: 30px;
}

#home .feature_bnr {
	padding: 50px 0 50px 0;
}
#home .feature_bnr .logo{
	margin-bottom: 24px;
}
#home .feature_bnr .logo .image{
	margin-bottom: 16px;
}
#home .feature_bnr .logo h3{
	font-size: 1.0em;
	line-height: 170%;
}
#home .feature_bnr .block{
	text-align: center;
}
#home .feature_bnr .beacon{
	padding-top: 12px;
}


#about .philosophy {
	width: 100%;
	background-image: url(/image/about/bg_philosophy.jpg);
	background-position: center -30px;
	background-repeat: no-repeat;
	position: relative;
}

#about .philosophy p.lead {
	font-size:0.875em;
	line-height: 220% !important;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}
#about .philosophy p.lead span {
	font-size:2.000em;
	font-weight: bold;
	letter-spacing: 2px;
}

#about .passion {
	width: 100%;
	background-image: url(/image/about/bg_passion.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
}
#about .passion .box{
	width: 52% !important;
}
#about .pastor blockquote{
	background:none !important;
	padding:0 !important;
	position:relative;
}
#about .pastor blockquote:before{
	content:"“";
	font-size:300%;
	line-height:1.0em;
	font-family:"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color:#CCC;
	position:absolute;
	top:6%;
	left:4%;
}
#about .pastor h3 blockquote::after{
	content:"”";
	font-size:300%;
	line-height:1.0em;
	font-family:"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color:#CCC;
	position:absolute;
	top:16%;
}
#about .four-creeds .lion ul{
	list-style: none;
}
#about .four-creeds .commentary h3{
	line-height: 140%;
}
#about .four-creeds .commentary{
	padding-top: 8px;
	padding-bottom: 24px;
	border-bottom:1px dotted #CCC;
}
#about .four-creeds .commentary:last-child{
	padding-top: 8px;
	padding-bottom: 0;
	border-bottom: 0;
}
#about .four-creeds .commentary .box{
	width: 32% !important;
	margin-right: 1% !important;
}

#about .faith {
	width: 100%;
	background-image: url(/image/about/bg_faith.jpg);
	background-position: center -160px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
}

#about .history {
	padding-top: 60px;
}


#get-involved .donate {
	width: 100%;
	background-image: url(/image/get-involved/bg_giving.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
}


#get-involved .paypal-icon:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#get-involved .paypal-icon{
	zoom: 1;
}
#get-involved .paypal-icon {
	position: absolute;
	right: 20px;
}

#get-involved .donate-select {
	position: relative;
}
#get-involved .donate-select ul li{
	margin-bottom: 4px !important;
}


#get-involved #contents #mc_embed_signup{
	margin-bottom: 60px !important;
}
#get-involved #contents #mc_embed_signup input.submit{
	width: 280px;
	margin: auto;
	background-color: #000;
	border:2px solid #000;
	border-radius: 3px;
	padding: 1.0em 0.2em;
	font-size: 0.813em;
	color: #fff;
	cursor:pointer;
	text-align: center;
}
#get-involved #contents #mc_embed_signup input.submit:hover {
	border:2px solid #000;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}

#mc_embed_signup #mce-responses{
	text-align: center;
}
#mc_embed_signup #mce-responses #mce-success-response,
#mc_embed_signup #mce-responses #mce-error-response{
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	color: #FF3300;
	background-color: #FFF;
	border:1px solid #FF3300;
	border-radius: 3px;
	padding: 0.8em;
	margin-bottom: 20px;
}



#testimonials {
	width: 100%;
	background-image: url(/image/common/bg_testimonials.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
}
#testimonials .box{
	margin-bottom: 2.8%;
}
.group-category .box{
	margin-bottom: 2.8%;
}


#crumb br,
.single h2#the_title br{
	display: none;
}
.single .description{
	font-size: 1.00em !important; /* 18px */
	margin-bottom: 60px;
}
.single ul.menu:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.single ul.menu{
	zoom: 1;
}
.single ul.menu{
	list-style: none;
	margin-bottom: 20px !important;
}
.single ul.menu li{
	float: left;
	margin-right: 30px;
	font-size: 1.0em;
}
.single ul.menu li a{
	color: #3f9286;
	text-decoration: none;
}
.single ul.menu li a:hover{
	color: #000;
	text-decoration: underline;
}
.single ul.menu li a:hover{
	color: #000;
	text-decoration: underline;
}


.single .field-A .entry{
	border-bottom:1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.single .field-A .entry h5{
	margin-bottom: 10px;
}


.single .edit ul.list{
	list-style: disc;
	padding-left: 24px;
}



.single .edit .description:after,
.single .edit .field-A:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.single .edit .description,
.single .edit .field-A{
	zoom: 1;
}



.flexslider{
}
.flexslider ul.slides{
	margin-bottom: 24px;
}
.flexslider ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.flexslider ul li{
	padding: 0;
	margin: 0;
}
.flexslider ol{
	padding-left: 0;
}
.flex-control-nav {
  bottom:-10px !important;
  margin:0;
  padding:0;
  position:absolute;
  text-align:center;
  width:95%;
}



/* 記事送り
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.entryNav p{
	width:42%;

	font-size: 1.2em;
}
.entryNav p a{
	display: block;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: underline;
}
.entryNav p.pre{
	float: left;
	background:url("/image/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.entryNav p.next{
	float: right;
	background:url("/image/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}

/* お問い合わせ
-------------------------------------------- */
.contact #main p {
	margin-bottom: 30px;
}

span.must {
	color: #FF3300;
}

label{

	margin-bottom: 12px;
}


.field{
	width: 100% !important;
	height:40px;
}

.field-50{
	width: 50% !important;
	height:40px;
}
.field-30{
	width: 30% !important;
	height:40px;
}
.field-25{
	width: 25% !important;
	height:40px;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	margin-right:10px !important;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
	margin-bottom:0 !important;
	height: 0;
}
#contents input.submit{
	width: 100%;
	background-color: #000;
	border:2px solid #000;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
#contents input.submit:hover {
	border:2px solid #000;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#contents input.non-submit{
	width: 100%;
	background-color: #DDD;
	border:2px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
#contents input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}




.drawer-nav{	
	position: relative;
	z-index: 999999;

}

#catNav-btn{
	position: fixed;
	bottom: 400px;
	z-index: 1000;
}
#catNav-btn .btn,
#catNav-btn button{
	font-size: 1.0em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
}
#catNav-btn .btn a,
#catNav-btn button{
	display: block;
	background-color: #FFF; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 22px;
	color: #444;
	text-decoration: none;
}
#catNav-btn .btn a:hover,
#catNav-btn button:hover{
	display: block;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	background-color: #EFEFEF;
	padding: 10px 22px;
	color: #000;
	text-decoration: none;
}




}










/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){


.grecaptcha-badge {
	bottom: 80px !important;
	z-index: 9999999999;
}


img{
	max-width: 100%;
	height: auto;
}
span.break_mob{
	display: block;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 60px;
	height: 46px;
	background: rgba(69,158,148,.9);
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 14px;
	font-size: 1.6em;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 99;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(69,158,148,.7);
}


#badge-pc{
	display: none;
}
#badge-mob .badge-clay{
	position: fixed;
	bottom:-2px;
	left:90px;
	z-index: 99999;
	width: 210px;
}


/* 関連サイト
-------------------------------------------- */
#relateLinks{
	padding: 0 0 0 16px;
	position: relative;
	z-index: 9999;
}
#relateLinks ul{
	width: 100%;
	margin-top: 120px; 
	list-style-type: none;
}
#relateLinks ul li{
	font-size:1.0em;
	margin-bottom:8px;
}
#relateLinks ul li a {
	color:#000;
	text-decoration:none;
}
#relateLinks ul li a:hover {
	color:#DDD;
	text-decoration:underline;
}
#relateLinks p.support{
	display: none;
}
#catNav-btn p.support{
	display: inline-block;
}
#catNav-btn p.support{
	font-size: 0.750em !important;
	text-align: center;
	display: inline-block;
}
#catNav-btn p.support a{
	background: #459B92;
	border-radius: 3px;
	padding: 3px 8px !important;
	display: block;
	color: #FFF;
	text-decoration: none !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav-btn p.support a:hover{
	background: #EFEFEF;
	padding: 3px 8px !important;
	display: block;
	color: #FFF;
	text-decoration: none; !important;
}

#catNav-btn{
	width: 100%;
	position: fixed;
	top: 50px;
	z-index: 1000;
	text-align: center;
	background-color: #EDEADE; 
}
#catNav-btn button{
	font-size: 0.813em;
	line-height: 160%;
	display: inline-block;
	background-color: #EDEADE; 
	border:1px solid #EDEADE;
	border-radius: 3px;
	padding: 10px 16px 14px 16px;
	color: #000;
	text-decoration: none;
}
#catNav-btn button:hover{
	display: inline-block;
	border:1px solid #EDEADE;
	border-radius: 3px;
	background-color: #EDEADE;
	padding: 10px 16px 14px 16px;
	color: #000;
	text-decoration: none;
}


/* ヘッダー
-------------------------------------------- */
header{
	width: 100%;
	height: 50px;
	background-color: #EDEADE;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header h1{
	width: 270px;
	position: relative;
	z-index: 9999999;
	padding: 7px 0 0 12px ;
}
header .search,
header p.menu{
	display: none;
}


#bottomLinks-menu{
	position: fixed;
	bottom: 0;
	z-index: 99999;
}
#bottomLinks-menu p.close i{
	font-size: 2.4em;
	color: #FFF;
	background: rgba(0,0,0,0.8);
	padding: 4px 20px 4px 20px;
	cursor: pointer;
	margin-left: 3px;
}
#bottomLinks-menu .bottomLinks-triger i{
	font-size: 1.4em;
	line-height: 160%;
	text-align: center;
	background: rgba(0,0,0,0.8);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	padding: 12px 22px 12px 22px;
	display: block;
	color: #FFF;
	cursor: pointer;
	margin-left: 3px;
}
#bottomLinks-menu .bottomLinks-acordion{
	position: fixed;
	bottom: 0;
}

#bottomLinks{
	width: 100%;
	background: rgba(0,0,0,0.8);
	bottom:0;
	z-index: 1;
	padding: 20px 0 18px 0;
}
#bottomLinks .inner{
	width: 92%;
	margin: auto;
}
#bottomLinks .search{
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
#bottomLinks .search input{
	float: left;
	border: none !important;
	background-color: #FFF;
	width: 260px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	padding-left: 15px;
	padding-right: 15px;
}
#bottomLinks .search button {
	float: left;
	border: none !important;
	background-color: #000;
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 140%;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
#bottomLinks .word {
	clear: both;
	width: 100%;
}
#bottomLinks .word p.lead{
	font-size:0.875em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
}
#bottomLinks .word p.tag{
	font-size:0.750em;
	color: #FFF;
}
#bottomLinks .word p.tag a{
	color: #FFF;
	text-decoration: underline;
	margin-right: 14px;
}
#bottomLinks .word p.tag a:hover{
	color: #EFEFEF;
	text-decoration: none;
}
#bottomLinks .word p.tag span.title{
	background-color: #000;
	padding: 6px 8px 6px 8px;
	margin-right: 12px;
	font-size:0.750em;
}

/* ナビゲーション
-------------------------------------------- */

#footerNav{
	display: none;
}

/* フッター
-------------------------------------------- */
footer {
	width: 100%;
	margin: auto;
	background: #FFF;
	background-image: url(/image/common/bg_inaho.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 36px 0;
}
footer .line-under-double{
	text-align: center;
	margin-bottom: 26px;
}
footer .line-under-double span{
	font-size: 1.750em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}

footer .boxConect{
	margin-bottom: 34px;
}
footer .boxConect ul{
	text-align: center;
}
footer .boxConect ul li{
	display: inline-block;
	font-size: 1.375em;
	width: 50px;
	margin-right: 10px;
}
footer .boxConect ul li a{
	background-color: #FFF;
	padding: 6px 0 6px 0;
	display: block;
	color:#000;
	text-decoration: none;
}
footer .boxConect ul li a:hover{
	background-color: #EFEFEF;
	padding: 6px 0 6px 0;
	display: block;
	color:#000;
	text-decoration: none;
}
footer .boxConect p{
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}


footer .boxMailmag{
	width: 94%;
	margin: auto;
	margin-bottom: 34px;
}
footer .boxMailmag h4{
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
footer .boxMailmag input.field {
	font-size: 0.875em;
	color: #333;
	padding: 8px;
	background: #FFF none repeat scroll 0% 0%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC #CCC #CCC;
}
footer .boxMailmag input.submit{
	width: 100%;
	background-color: #000;
	border:2px solid #000;
	border-radius: 3px;
	padding: 0.5em 0.2em;
	font-size: 0.813em;
	color: #fff;
	cursor:pointer;
}
footer #mc_embed_signup{clear:left;}
footer .mc-field-group{margin-bottom:4px; }
footer .mc-field-group ul{font-size:0.875em; margin-bottom:6px;}
footer .mc-field-group ul li{margin-bottom:2px; }

footer .boxMailmag p.lead{
	font-size: 1.0em;
	text-align: center;
	margin-top: 8px;
}





footer .boxMonthly{
	width: 94%;
	margin: auto;
}
footer .boxMonthly h4{
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
footer .boxMonthly .cover {
	float: left;
	width: 30%;
}
footer .boxMonthly .cover img{
	width: 100%;
	height: auto;
}
footer .boxMonthly .text {
	float: right;
	width: 65%;
}
footer .boxMonthly .text .btn {
	font-size: 0.750em;
	width: 100% !important;
}
footer .boxMonthly .text p {
	font-size: 1.0em;
	margin-bottom: 14px;
}

#copy {
	clear: both;
	width: 100%;
	border-top: 3px solid #000;
	margin-top: 30px;
	padding-bottom: 30px;
}
#copy .box {
	border-top: 1px solid #000;
	margin: 2px 0 30px 0;
	padding-top: 18px;
}
#copy p{
	font-size:0.750em;
	text-align: center;
}

#bottomNav {
	background-color: #FFF;
	padding: 30px 0 30px 0;
}
#bottomNav ul{
	text-align: center;
}
#bottomNav ul li{
	display: inline;
	font-size: 0.875em;
	padding-left: 14px;
	padding-right: 14px;
	border-left: 1px solid #000;
}
#bottomNav ul li:last-child {
	border-right: 1px solid #000;
}

#bottomAD {
	text-align: center;
	padding: 40px 0 20px 0;
	background-color: #FFF;
}
#bottomAD .ad{
	width: 86% !important;
	margin: auto;
}
#bottomAD .entry{
	position: relative;
	text-align: left;
	margin-bottom: 0 !important;
}
#bottomAD .entry p.title{
	position: absolute;
	left:18px;
	bottom: 12px;
	font-size: 0.875em !important;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 6px #000,0 0 6px #000;
	letter-spacing: 1px;
}

/* カバー画像
-------------------------------------------- */
#cover {
	padding-top: 120px;
}
#home #cover{
	background:none;
	height: auto !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
#about #cover {
	width: 100%;
	background-image: url(/image/about/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#get-involved #cover {
	width: 100%;
	background-image: url(/image/get-involved/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#message-station #cover {
	width: 100%;
	background-image: url(/image/message-station/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#celebrations #cover {
	width: 100%;
	background-image: url(/image/celebrations/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#celebrations.single #cover{
	width: 100%;
	background-image: url(/image/celebrations/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 20px;
}
#seishojuku #cover {
	width: 100%;
	background-image: url(/image/seishojuku/cover.jpg);
	background-position: center -20px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#holylandtour #cover {
	width: 100%;
	background-image: url(/image/holylandtour/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#news #cover {
	width: 100%;
	background-image: url(/image/news/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#news.single #cover{
	width: 100%;
	background-image: url(/image/news/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 20px;
}
#zion #cover {
	width: 100%;
	background-image: url(/image/zion/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
#zion.single #cover{
	width: 100%;
	background-image: url(/image/zion/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding-bottom: 20px;
}
#cover .box {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 9999;
}

#cover:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
}


/* サイドカラム
-------------------------------------------- */
#crumb{
	display: none;
}

#title{
	text-align: center;
}
#title h1{
	margin-bottom: 16px;
}
#title p.lead{
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

#title ul{
	text-align: center;
}
#title ul li{
	display: inline;
	font-size: 0.875em;
}
#title ul.link-slash li {
	padding-right: 18px;
	padding-left: 4px;
	background: url(/image/common/arrow_slash.png) no-repeat right center;
	background-size: 10px;
}
#title ul.link-slash li:last-child {
	padding-right: 0;
	background: none;
}
#title p.arrow-down {
	font-size: 4.0em;
}


/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
	position: relative;
	z-index:1;

}
#home #contents{
}
#visual{
	padding-top: 100px;
	padding-bottom: 0px;
}

#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	float: left;
	width: 790px;
	position: relative;
	margin-bottom: 40px;
}

.inner{
	width: 90%;
	margin:auto;
}
.inner-sm{
	width: 90%;
	margin:auto;
}
.inner-lg{
	width: 90%;
	margin:auto;
}

.deg-90 {
}

#home .frame {
	background-color: #FFF;
	border: 1px solid #000;
	border-top: 5px solid #000;
	padding: 12px;
	padding-top: 16px;
	position: relative;
}

/* News */
#special{
	width: 100%;
	margin: auto;
	background-color: #459D93;
	padding: 10px 0;
	position: relative;
	top:98px;
	margin-bottom: 12px;
	z-index: 99;
}
#special p{
	text-align: center;
	font-size: 1.000em;
}
#special p a{
	color: #FFF;
}

#home #special2{
	width: 90%;
	margin: auto;
	padding: 4px 0 6px 0;
	position: relative;
	top:98px;
	margin-bottom: 30px;
	z-index: 99;
}
#home #special2 p{
	text-align: center;
	font-size: 0.875em;
}
#home #special2 p a{
	color: #FFF;
}



/* MS */
#home .messagestation{
	width: 100%;
	margin: auto;
	padding: 30px 0 20px 0;
}
#home .messagestation .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .messagestation .line-under-double h3{
	font-size: 1.875em;
	font-weight: normal;
}
#home .messagestation p.logo {
	width: 75%;
	margin: auto;
	margin-bottom: 8px;
}
#home .messagestation p.pdf {
	font-size: 1.0em;
	text-align: center;
	position: relative;
	z-index: 11;
	margin-bottom: 24px;
}
#home .messagestation .boxMovie {
	position: relative;
	margin-top: 0;
	width: 94%;
	margin:auto;
}
#home .messagestation .movie {
	padding-top: 30px;
}
#home .messagestation .movie {
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
#home .messagestation .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home .messagestation .fukidashi{
	width: 70px;
	position: absolute;
	top:-40px;
	z-index: 10;
}
#home .messagestation p.date {
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-size: 1.000em;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9999;
}
#home .messagestation .message {
	background-color: #FFF;
	padding: 26px 30px 28px 26px;
	margin-bottom: 24px;
}
#home .messagestation .message h4{
	font-size: 1.250em;
	line-height:180%;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 16px;
}
#home .messagestation .message span.count{
	font-size: 2.500em;
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-style: italic;
	font-weight: normal;
}
#home .messagestation .message p{
	font-size: 0.938em;
	color: #444;
	letter-spacing: 1px;
}

#home .messagestation .latest {
	clear: both;
	background-color: #FFF;
	border: 1px solid #000;
	border-top: 5px solid #000;
	padding: 12px 16px 6px 12px;
	position: relative;
}
#home .messagestation .box {
	width: 100% !important;

}
.block3 .box:nth-child(3n) {

	margin-right: 0 !important;
}


/* Clay */
#home .clay{
	width: 100%;
	margin: auto;
	padding: 60px 0 60px 0;
}
#home .clay.bg-forest {
	width: 100%;
	background-image: url(/image/common/bg_forest.jpg);
	background-position: -100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#home .clay .logo{
	width: 130px;
	margin: auto;
	margin-bottom: 16px;
}
#home .clay .logo img{
	width: 100%;
	height: auto;
}
#home .clay .box-right{
	width: 88%;
	margin: auto;
}
#home .clay .box-right h4 {
	font-size: 1.250em;
	letter-spacing: 1px;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.8), 0px 0px 4px rgba(255,255,255,0.8);
	margin-bottom: 12px;
}
#home .clay .box-right p {
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
	margin-bottom: 20px;
}

#home .clay .btn-wrap{
	text-align: center;
}


/* 聖書入門.com */
#home .seishonyumon{
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
}
#home .seishonyumon .separate.left{
	margin-bottom: 26px;
}
#home .seishonyumon .separate.right{
	margin-bottom: 20px;
}
#home .seishonyumon .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .seishonyumon .line-under-double h3{
	font-size: 1.875em;
	font-weight: normal;
}
#home .seishonyumon p.logo {
	width: 55%;
	margin: auto;
	margin-bottom: 24px;
}
#home .seishonyumon .boxMovie {
	position: relative;
	width: 100%;
	margin:auto;

}

#home .seishonyumon .movie {
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
#home .seishonyumon .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home .seishonyumon p.date {
	font-family: 'Times New Roman', 'Times', "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-size: 1.000em;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 9999;
}
#home .seishonyumon .message {
	text-align: center;
}
#home .seishonyumon .message h4{
	font-size: 1.125em;
	margin-bottom: 8px;
	text-align: left;
}
#home .seishonyumon .message p{
	font-size: 0.875em;
	color: #444;
	line-height: 160%;
	text-align: left;
}
#home .seishonyumon .menu .entry{
	background-color: #F5F3ED;
	padding: 18px 18px 20px 18px;
	text-align: center;
	margin-bottom: 0.9em !important;
}
#home .seishonyumon .image{
	width: 40%;
	margin: auto;
	margin-bottom: 18px;
}
#home .seishonyumon .menu .entry p.title{
	font-size: 0.938em !important;
	font-weight: bold;
	line-height: 150% !important;
	letter-spacing: 1px;
	margin-bottom: 6px !important;
}
#home .seishonyumon .menu .entry p.lead{
	font-size: 0.750em !important;
	line-height: 150% !important;
}


/* シオン */
#home .zion{
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
}
#home .zion .line-under-double{
	text-align: center;
	margin-bottom: 16px;
}
#home .zion .line-under-double h3{
	font-size: 1.625em;
	font-weight: normal;
}
#home .zion  h4{
	font-size: 1.0em;
	text-align: center;
	line-height: 170%;
	margin-bottom: 30px;
}
#home .zion .box p.content{
	display: none;
}


/* オンラインショップ */
#home .shop{
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
	position: relative;
}
#home .shop img{
	width: 100%;
	height: auto;
}
#home .shop .row{
	position: relative;
	margin-bottom: 30px;
}
#home .shop .line-under-double{
	text-align: center;
	margin-bottom: 12px;
}
#home .shop .line-under-double h3{
	font-size: 1.875em;
	font-weight: normal;
}
#home .shop p.catch {
	font-size: 1.000em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#home .shop .items {
	width: 96%;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #dedede;
	margin-bottom: 30px;
}
#home .shop .items .entry{
	border-left: 1px solid #dedede;
	padding: 20px 12px 0px 12px;
	position: relative;
}
#home .shop .items .entry:first-child{
	border-left: none;
}
#home .shop .items .entry .image{
	border: 1px solid #EFEFEF;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
#home .shop .items .entry .category{
	background-color:#CCC;
	zoom:1;
	font-size: 0.688em;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	padding: 6px 0 6px 0;
	z-index: 9999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#home .shop .items .entry p.title{
	font-size: 0.750em !important;
	font-weight: normal;
	line-height: 170%;
}
#home .shop .boxBtn{
	text-align: center;
}

#home .shop .boxBtn .btn {
	display: block;
	width: 85% !important;
	margin: auto;
	margin-bottom: 6px;
}
#home .shop .boxBtn .btn a{
	font-size: 0.875em;
	padding: 7px 6px 6px 6px;
}

/* イベント・セミナー */
#home .event {
	padding: 30px 0 30px 0;
}
#home .event .border{
	width: 94%;
	margin: auto;
}
#home .event h3{
	font-size: 1.875em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
#home .event h4{
	font-size: 2.000em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	margin-bottom: 12px;
	letter-spacing: 3px;
	text-align: center;
}
#home .event h5{
	font-size: 1.125em;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
#home .event p.catch {
	font-size: 0.875em;
	color: #459D93 !important;
	text-align: center;
}
#home .event .boxNews{
	border: 3px solid #DDD;
	padding: 1.5em 1.5em;
	margin-bottom: 30px;
}
#home .event .boxNews .scrollbar{
	height: 240px;
	overflow:auto;
}
#home .event .boxNews .entry{
	padding: 8px 10px 6px 18px;
}
#home .event .boxNews .entry:nth-child(odd){
	background: #F5F5F5;
}
#home .event .boxNews .entry p.date{
	font-size: 0.938em;
}
#home .event .boxNews .entry p.title{
	font-size: 0.938em !important;
	font-weight: normal;
}
#home .event .boxSeishojuku{
	border: 3px solid #DDD;
	padding: 1.5em 1.5em;
	margin-bottom: 30px;
}
#home .event .boxSeishojuku #post-118,
#home .event .boxSeishojuku #post-69{
	display: none;
}

#home .event .boxTour{
	border: 3px solid #DDD;
	padding: 1.5em 1.5em;
}
#home .event .cover {
	margin-bottom: 20px;
}
#home .event .cover img{
	width: 100%;
	height: auto;
}
#home .event .boxTour .entry,
#home .event .boxSeishojuku .entry {
	margin-bottom: 12px;
}
#home .event .boxTour .entry p,
#home .event .boxSeishojuku .entry p {
	font-size: 1.0em;
	list-style: 160%;
}
#home .event .boxTour .entry p br,
#home .event .boxSeishojuku .entry p br {
	display: none;
}
#home .event .boxBtn{
	text-align: center;
	margin-top: 30px;
}
#home .event .boxBtn .btn{
	font-size: 0.875em;
}

#home .feature_bnr {
	padding: 40px 0 0px 0;
}
#home .feature_bnr .logo .image{
	width: 200px;
	margin:auto; 
	margin-bottom: 12px;
}
#home .feature_bnr .logo h3{
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 12px !important;
}
#home .feature_bnr .block .box{
	margin-bottom: 40px;
}



#about .philosophy {
	width: 100%;
	background-image: url(/image/about/bg_philosophy.jpg);
	background-position: center -260px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#about .philosophy p.lead {
	font-size:1.0em;
	line-height: 220% !important;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}
#about .philosophy p.lead span {
	font-size:1.750em;
	font-weight: bold;
	letter-spacing: 2px;
}
#about .philosophy .block3 .box {
	margin-bottom: 1.0em;
}


#about .passion {
	width: 100%;
	background-image: url(/image/about/bg_passion.jpg);
	background-position: -1200px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#about .passion .box{
	width: 100% !important;
}
#about .passion .box h2,
#about .passion .box h4{
	text-align: center;
}
#about .pastor blockquote{
	background:none !important;
	padding:0 !important;
	position:relative;
}
#about .pastor blockquote:before{
	content:"“";
	font-size:300%;
	line-height:1.0em;
	font-family:"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color:#CCC;
	position:absolute;
	top:6%;
	left:4%;
}
#about .pastor h3 blockquote::after{
	content:"”";
	font-size:300%;
	line-height:1.0em;
	font-family:"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color:#CCC;
	position:absolute;
	top:16%;
}

#about .four-creeds .lion ul{
	list-style: none;
}
#about .four-creeds .commentary{
	padding-top: 8px;
	padding-bottom: 24px;
	border-bottom:1px dotted #CCC;
}
#about .four-creeds .commentary:last-child{
	padding-top: 8px;
	padding-bottom: 0;
	border-bottom: 0;
}
#about .four-creeds .commentary .box{
	width: 100% !important;
}
#about .four-creeds .commentary .entry h3,
#about .four-creeds .commentary .entry .image{
	margin-bottom: 16px;
}

#about .four-creeds .commentary .box,
#about .four-creeds .commentary .box .entry,
#about .four-creeds .commentary .box .entry p{
	margin-bottom: 0 !important;
}

#about .faith {
	width: 100%;
	background-image: url(/image/about/bg_faith.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#about .history {
	padding-top: -60px;
}

#get-involved .easy-action .box{
	border-bottom:1px solid #AAA;
	padding-bottom: 0.5em !important;
	margin-bottom: 2.0em !important;
}

#get-involved .donate {
	width: 100%;
	background-image: url(/image/get-involved/bg_giving.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
}

#get-involved #supporter h5,
#get-involved #jewish h5{
	margin-bottom: 10px;
}


#get-involved .paypal-icon {
	width: 90px;
	margin: auto;
	text-align: center;
	margin-bottom: 16px;
}

#get-involved .donate-select {
	position: relative;
}
#get-involved .donate-select ul li{
	margin-bottom: 4px !important;
}


#get-involved #contents #mc_embed_signup{
	margin-bottom: 60px !important;
}
#get-involved #contents #mc_embed_signup input.submit{
	width: 70%;
	margin: auto;
	background-color: #000;
	border:2px solid #000;
	border-radius: 3px;
	padding: 0.8em 0.2em;
	font-size: 0.813em;
	color: #fff;
	cursor:pointer;
	text-align: center;
}
#get-involved #contents #mc_embed_signup input.submit:hover {
	border:2px solid #000;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#mc_embed_signup #mce-responses{
	text-align: center;
}
#mc_embed_signup #mce-responses #mce-success-response,
#mc_embed_signup #mce-responses #mce-error-response{
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	color: #FF3300;
	background-color: #FFF;
	border:1px solid #FF3300;
	border-radius: 3px;
	padding: 0.8em;
	margin-bottom: 20px;
}


#testimonials {
	width: 100%;
	background-image: url(/image/common/bg_testimonials.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
}
#testimonials .box{
	margin-bottom: 2.8%;
}
.group-category .box{
	margin-bottom: 2.8%;
}


#crumb br,
.single h2#the_title br{
	display: none;
}
.single .edit h1{
	font-size: 1.875em !important; /* 18px */
	margin-bottom: 20px;
}
.single .description{
	font-size: 1.00em !important; /* 18px */
	margin-bottom: 40px;
}
.single ul.menu:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.single ul.menu{
	zoom: 1;
}
.single ul.menu{
	list-style: none;
	margin-bottom: 20px !important;
}
.single ul.menu li{
	float: left;
	margin-right: 15px;
}
.single ul.menu li a{
	font-size: 0.875em;
	color: #3f9286;
	text-decoration: none;
	display: block;
}
.single ul.menu li a:hover{
	color: #000;
	text-decoration: underline;
	display: block;
}

.single .field-A .entry{
	border-bottom:1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.single .field-A .entry h5{
	margin-bottom: 8px;
}




.single .edit .description:after,
.single .edit .field-A:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.single .edit .description,
.single .edit .field-A{
	zoom: 1;
}



.flexslider{
}
.flexslider ul.slides{
	margin-bottom: 24px;
}
.flexslider ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.flexslider ul li{
	padding: 0;
	margin: 0;
}
.flexslider ol{
	padding-left: 0;
}
.flex-control-nav {
  bottom:-10px !important;
  margin:0;
  padding:0;
  position:absolute;
  text-align:center;
  width:95%;
}



/* 記事送り
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.entryNav p{
	width:42%;

	font-size: 1.2em;
}
.entryNav p a{
	display: block;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: underline;
}
.entryNav p.pre{
	float: left;
	background:url("/image/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.entryNav p.next{
	float: right;
	background:url("/image/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}

/* お問い合わせ
-------------------------------------------- */
.contact #main p {
	margin-bottom: 30px;
}

span.must {
	color: #FF6600;
}
label{

	margin-bottom: 12px;
}



.field{
	width: 100% !important;
	height:40px;
}

.field-50{
	width: 50% !important;
	height:40px;
}
.field-30{
	width: 30% !important;
	height:40px;
}
.field-25{
	width: 25% !important;
	height:40px;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	margin-right:10px !important;
}

#contents input.submit{
	width: 100%;
	background-color: #000;
	border:2px solid #000;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
#contents input.submit:hover {
	border:2px solid #000;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#contents input.non-submit{
	width: 100%;
	background-color: #DDD;
	border:2px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
#contents input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}




.drawer-nav{	
	position: relative;
	z-index: 999999;

}





}









/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

img.size-full {
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
}
.wp-caption {
	border: none;
	margin-bottom: 1.625em;
	font-size: 0.8em;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	margin: 5px 0 2px 0 !important;
	position: relative;
	text-align: left;
	line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
/* Images */
img[class*="wp-image-"] {
	height: auto;
}


.pager{
	clear: both;
	padding: 0 0 30px 0;
}

.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
.wp-pagenavi {
	width: 100%;
	white-space: nowrap;
	margin: 30px 0;
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	font-size: 1.2em;
	color: #999;
	padding: 10px 12px 10px 12px;
	border: #FFF solid 1px;
}
.wp-pagenavi span.current{
	border: #000 solid 1px;
}
.wp-pagenavi a{
	font-size: 1.2em;
	color: #666;
	padding: 10px 12px 10px 12px;
	border: #DEDEDE solid 1px;
	margin-bottom: 120px;
	line-height: 260%;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}



.wpcf7-submit {
	font-size: 1.2em;
	color: #333;
	text-align: center;
	background: #F5F5F5 none repeat scroll 0% 0%;
	padding: 12px 50px;
	border: 2px solid #000;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 2px;
}



/* お問い合わせ
-------------------------------------------- */
.wpcf7-submit {
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	background: #529EC4 none repeat scroll 0% 0%;
	padding: 12px 50px;
	border: 2px solid #529EC4;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 2px;
}

p.submit {
	text-align: center;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: block;
	position: static;
	top: 0;
	left: 0;
	border: none;
	color: #ff0000;
	margin: 10px 0;
}
.wpcf7 .wpcf7-response-output {
	margin: 10px 0 30px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	font-size: 1.6em;
	color: #ff0000;
	background-color: #FFE2DB;
	border: 2px solid #ff0000;
	padding: 1.0em;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999999999;
}
.wpcf7 .wpcf7-mail-sent-ok {
	font-size: 1.6em;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	padding: 1.0em;
	position: fixed;
	top: 0;
	z-index: 9999999999;
}

span.wpcf7-list-item {
	margin-left: 1.0em;
}






