@charset "utf-8";
/* 全日本宗教用具協同組合 toppage CSS Document */

/* スライド */
/* -------------------------------- */

#topSlideMain,
#topSlide{
	height:700px;
	z-index: -500;
	background-position: center top !important;

}

#topSlideMain #slideCopy,
#topSlide #slideCopy{
	margin: 10rem 0 0 0;
}

#topSlideMain {
	height:700px;
	z-index: -500;
	background-position: center top !important;

}
#topSlideMain {
	background: url(images/slide_main4.jpg) no-repeat center top;
	/*background: url(images/slide_main5.jpg) no-repeat center top;*/
	/*background-attachment: fixed;*/
}


/* トップページ　バナーメニュー */
/* -------------------------------- */

#topMenuBnr{
	background-color: #e7e4e9;
	padding:2rem 0;
}

#topMenuBnr h3{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem
}

#topMenuBnr > .row{
	margin-top: -7rem;
	z-index: 1000;
	position: relative;
}

#topMenuBnr .panel{
	background-color: #fff;
	padding:1rem 0;
	margin-bottom:1rem;
}

#topMenuBnr .panel .row{
	margin:0;
}

#topMenuBnr a:hover img{
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}



/* 全宗教とは */
/* -------------------------------- */

#topAbout{
	text-align:center;
	background-color: #000;
	color: #fff;
	padding:7rem 0;
	background:url(images/bg_top_about.jpg) no-repeat center center;
	background-size:cover;
	}

#topAbout h3{
	font-size:2.4rem;
	font-weight: bold;
	color: #fff;
	margin-bottom:1em;
	}


#topAbout a{
	border: 2px solid  #fff;
	padding:0.6em 1.5em;
	color: #fff;
	font-size: 1.2rem;
	text-decoration :none;
	position: relative;
	min-width: 200px;
	display: inline-block;
	}

#topAbout a:after{
	content: "〉";
	position:absolute;
	right:0;
	}

#topAbout a:hover{
	background-color: #fff;
	color: #333;
	font-weight: bold;
	}


/* セクション共通 */
/* -------------------------------- */

.topSection{
	padding:7rem 0 0 0;
	}

.topSection h3{
	font-size:2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom:1.5em;
	text-align: center;
	}



/* 全日本宗教用具協同組合加盟店 */
/* -------------------------------- */

#topMap{
}


#topMap .mapWrap ,
#topMap .map{
	background-repeat: no-repeat;
	background-image: url(../images/map/map.png);
	background-position:42% 5%;
	height:450px;
}

#topMap ul{
	display: block;
}

#topMap .mapEast ul{
	float:right;
	width:13rem;
}

#topMap .mapWest ul{
}

#topMap ul{
	margin:0 0 0.25rem 0;
}

#topMap li{
	display:inline-block;
	list-style-type: none;
	list-style-position: inside;
	margin:0;
	padding:0;
}

#topMap li a{
	width:4rem;
	border:1px solid #333;
	padding:0;
	text-align:center;
	float: left;
	margin:0 0.05em 0.05em 0;
	text-decoration :none;
	color:#333;
	font-weight: bold;
}

#topMap li.areaName a{
	width:auto;
	padding:0.15em 0.4em;
	min-width:5rem;
}

#topMap li a:hover{
	color:#fff;
	background-color: #333;
	cursor: pointer;
}


#topMap ul#area01 li a{
	border-color:#b679ad;
	color:#b679ad;
}
#topMap ul#area01 li.areaName a{
	background-color:#b679ad;
	color: #fff;
}
#topMap ul#area01 li a:hover{
	background-color:#b679ad;
	color: #fff;
}


#topMap ul#area02 li a{
	border-color:#61bdba;
	color:#61bdba;
}
#topMap ul#area02 li.areaName a{
	background-color:#61bdba;
	color: #fff;
}
#topMap ul#area02 li a:hover{
	background-color:#61bdba;
	color: #fff;
}


#topMap ul#area03 li a{
	border-color:#6c97ce;
	color:#6c97ce;
}
#topMap ul#area03 li.areaName a{
	background-color:#6c97ce;
	color: #fff;
}
#topMap ul#area03 li a:hover{
	background-color:#6c97ce;
	color: #fff;
}


#topMap ul#area04 li a{
	border-color:#66bf73;
	color:#66bf73;
}
#topMap ul#area04 li.areaName a{
	background-color:#66bf73;
	color: #fff;
}
#topMap ul#area04 li a:hover{
	background-color:#66bf73;
	color: #fff;
}


#topMap ul#area05 li a{
	border-color:#a44f3d;
	color:#a44f3d;
}
#topMap ul#area05 li.areaName a{
	background-color:#a44f3d;
	color: #fff;
}
#topMap ul#area05 li a:hover{
	background-color:#a44f3d;
	color: #fff;
}


#topMap ul#area06 li a{
	border-color:#8bbf1f;
	color:#8bbf1f;
}
#topMap ul#area06 li.areaName a{
	background-color:#8bbf1f;
	color: #fff;
}
#topMap ul#area06 li a:hover{
	background-color:#8bbf1f;
	color: #fff;
}


#topMap ul#area07 li a{
	border-color:#bcaa72;
	color:#bcaa72;
}
#topMap ul#area07 li.areaName a{
	background-color:#bcaa72;
	color: #fff;
}
#topMap ul#area07 li a:hover{
	background-color:#bcaa72;
	color: #fff;
}


#topMap ul#area08{
	width:11rem;
}
#topMap ul#area08 li a{
	border-color:#ffac5f;
	color:#ffac5f;
}
#topMap ul#area08 li.areaName a{
	background-color:#ffac5f;
	color: #fff;
}
#topMap ul#area08 li a:hover{
	background-color:#ffac5f;
	color: #fff;
}


#topMap ul#area09{
	width:11rem;
}
#topMap ul#area09 li a{
	border-color:#ea8397;
	color:#ea8397;
}
#topMap ul#area09 li.areaName a{
	background-color:#ea8397;
	color: #fff;
}
#topMap ul#area09 li a:hover{
	background-color:#ea8397;
	color: #fff;
}

/* NEWS ＆ INFORMATION */
/* -------------------------------- */
.wrapperNews {}
.wrapperNewsInner {
	width: 1000px;
	margin: 0 auto;
}
.newsBox {
	width: 300px;
	float: left;
	font-size:95%;
	margin: 0 10px 20px 10px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 1.2rem 0.2rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.newsBoxLink {
	display: block;
}
a.newsBoxLink:hover .newsBox {
	background: #efefef;
}
.newsImg {
	height: auto;
	overflow: hidden;
}
.newsImg img {
      -webkit-transition: all 0.5s;
              transition: all 0.5s;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
}
a.newsBoxLink:hover .newsImg img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
}
.newsCat {
	width: 100%;
	color: #333;
	text-align: right;
	font-size: 91%;
	line-height: 1.0em;
	padding: 6px 8px;
}
.newsCatMedia {
	background: #e3d1e4;
}
h3.newsTit {
	font-weight: bold;
	margin: 0.75em 0 0.5em 0;
	text-align:left;
	font-size:122%;
	letter-spacing: 0;
}
.newsExp {
	font-size: 0.8rem;
	line-height: 1.5em;
}
.newsDate {
	font-size:0.8rem;
	padding-top: 0.25em;
	color: #4d4d4d;
	margin:0;
}
.newsMore {
	font-size: 0.7rem;
}
.newsMore span.viewMore {
	float: right;
	padding: 0.1em 0.5em;
	background: #808080;
	color: #fff;
}

/* FACEBOOK */
/* -------------------------------- */

.fb-page{
	margin-bottom: 10rem;
}








/*メディアクエリ*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
// Medium screens
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

#topMap .mapWrap, #topMap .map {
	background-position: right 0px top;
}
#topMap .mapEast {
	width: 66%;
}
#topMap .mapEast ul {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
}
#topMap ul#area03 {
}


#topMap .mapWest {
}
#topMap .mapWest ul {
	float: none;
	width: 33%;
	margin-bottom: 1.5em;
}
#topMap ul#area07 {
	float: left;
}
#topMap ul#area08 {
	float: left;
	width: 33%;
}
#topMap ul#area09 {
	width: 33%;
	float: left;
}
#area08:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}


} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */







// Small screens
@media only screen {	} /* Define mobile styles */

@media only screen and (max-width: 40em) {
#topSlideMain {
	background: url(images/slide_main_m.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#topSlideMain,
#topSlide{
	height: 40vh;
}
#topSlideMain .row .columns,
#topSlide .row .columns {
	height: 40vh;
	line-height: 40vh;
}
#topSlideMain #slideCopy,
#topSlide #slideCopy{
	/*margin: 10px 0 0rem 0;*/
	margin: 10px 0 0rem 0;
}
#topMenuBnr {
	padding: 0;
}
#topMenuBnr > .row {
	margin-top: 0;
	z-index: 0;
}
.topbnrItem {
	margin-bottom: 1.0rem;
}


#topMap .mapEast ul {
	float: none;
	width: 100%;
}
#topMenuBnr h3 {
	font-size: 1.0rem;
}
#topAbout h3 {
	font-size: 1.2rem;
}
.topSection h3 {
	font-size: 1.2rem;
}
.wrapperNewsInner {
	width: 100%;
}
.newsBox {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.topSection {}



} /* max-width 640px, mobile-only styles, use when QAing mobile issues */


// Large screens
@media only screen and (min-width: 64.063em) {  } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {

	} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) {

} /* min-width 1921px, xxlarge screens */
