@charset "UTF-8";

*{
margin: 0;
padding: 0;
border: 0;
list-style: none;
text-decoration: none;
}

html {/*コンテンツが少ないページで背景グラデが繰り返されるのを防ぐ*/
	min-height: 100%;
}
/* Body */

body {
	background-color: rgba(255,255,226,1.0);
	background: linear-gradient(#ffffe0,#efe0ff);
	margin: 0px auto;
	padding: 0;
	font-style: normal;
	color: #333333;
	vertical-align: top;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
/* Container */
.container {
	padding:0 3% 3%;
	width: 96%;
	margin:0 auto;
	background-color: #FFFFFF;
	max-width: 920px;
	clear: both;
}
/* Navigation */
header {
	padding-top: 3%;
	width: 100%;
	background-color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	background: url(../images/fukusenji_FUJI300.png) no-repeat;
	background-position: 0px 10px;
	background-size: 90px;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

header .head_Top{
	margin: 0 2%;
	display: block;
	margin: auto;
}
header .head_Top .logo,
header .head_Top ul{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin-bottom: 10px;
}
header .head_Top ul{
	text-align: right;
	letter-spacing: 0.05em;
}
header .head_Top ul li{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
header .head_Top .logo img{
	width: 300px;
	margin-left: 90px
}
nav {
	display:block;
	width: auto;
	text-align: center;
	margin:0 auto 1em;
}
nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	/*border:solid rgba(41,168,244,1) 3px;*/
	border:solid rgba(41,168,224,1.00) 0px;
	border-width: 1px 0px;
}
nav ul li {
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin:0 auto;
	padding: 0.3em .8em;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}
nav ul li a {
	text-decoration: none;
	color: #333;
}
nav ul li:hover a {
	color: #914897;
	border-bottom: 1px solid #914897;
}

/* 2カラム */
.colum2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.colum2 .col2_left,
.colum2 .col2_right,
#about .col2_image,
#about .col2_text{
	text-align: left;
	width: 47%;
	margin: 2% 1% 7%;
	display:inline-block;
	vertical-align: top;
}
.colum2 .col2_right{
}
.colum2 .col2_left{
}
/*=== 横幅調整 ===*/
#about .about3 .col2_image{
	width: 55%;
	vertical-align: middle;
}
#about .about3 .col2_text{
	width: 40%;
	vertical-align: middle;
}

#access .col2_right,
#access .col2_left{
	vertical-align: middle;
}
#access .col2_right{
	margin: 5%;
}
#access .col2_right p{
}
#access .col2_left .link_ban282{
	margin: 1em;
}
/*== //横幅調整 ===*/

/*4カラム*/
.colum4 {
	width: 100%;
	margin: 0 auto;
}

.colum4b {
	width: 100%;
	margin: 0 auto;
}

.colum4 .col4_1,
.colum4b .col4_1{
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
}
.colum4 .col4_3,
.colum4b .col4_3{
	display: inline-block;
	width: 73.5%;
}

/*お知らせ*/
.fb-container{
	text-align: right;
}
.infoList{
	width: 100%;
	display: block;
	line-height: 1.6em;
	clear: both;
}
.infoList dd,
.infoList dt{
	float: left;
	vertical-align: text-bottom;
	margin-top: 10px;
}
.infoList dt{
	color:#a4abcf;
	clear: left;
	padding-right: 1.5em;
	font-size: 0.8rem;
	width: 16%;
}
.infoList dd{
	border-bottom: dotted #ccc 2px;
	font-size: 0.9rem;
	display: inline-block;
	width:77%;
}

/*キャプション付き画像の基本*/
figure.photo_and_cap{/*画像+キャプションセット*/
	display: inline-block;
	position: relative;
	background: #ccc;
	background: #fff;
	width: auto;
	margin: 4px;
}

figure.photo_and_cap img{/*画像*/
	width: 100%;
	height: 100%;
}

figure.photo_and_cap figcaption{
	text-align: left;
	width: 100%;
	height: 1.6em;
	text-indent: 0.5em;
	padding: 0.2rem 0 0.4rem;
	font-size: 0.8rem;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}

/*キャプション付きphoto_3col*/
.photo_3col{/*flexにしました*/
	margin: 0 auto;
	text-align: center;
    display: flex;
}
.photo_3col dl{
	display: inline-block;
	position: relative;
	/*width: 282px;*/
	margin: 6px;
	padding: 0;
}
.photo_3col dl dd{
	/*width: 282px;*/
	height: auto;
	/*background: #2D9AB7;*/
}
.photo_3col dl dd img{
	width:100%;
	height: 100%;
	/*max-width:282px;
    max-height:210px;*/
}
.photo_3col dl dt{
	text-align: left;
	width: 100%;
	height: 1.6em;
	text-indent: 0.5em;
	padding: 0.2rem 0;
	font-size: 0.8rem;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0.5rem;
	color: #fff;
}
/*画像サイズ*/
figure.photo_4col{
width: 23%;
}

/*フレックス化*/
.boxFlex{
display: flex;
}
/*キャプションなし*/
.photo_notext01{
	width: 100%;
	margin:4em 0 0;
	text-align: center;
	max-height: 100%;
height:auto;
}
.photo_notext01 img{
	text-align: center;
	height: 220px;
	margin: 2px;
	padding: 0;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

.copyright{
font-size: 70%;
text-align: center;
width: auto;
  position: relative;
  border-top: 3px solid rgba(145,72,151,0.8);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  padding:6px auto;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.copyright:before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100%;
  top: 0;
	left: 0;
  border-top: 3px solid rgba(41,168,224,0.8);
}

/* Mobile */
@media (max-width: 425px) {
.fb-container{width: 100%;
	max-width: 300px;
	margin: auto;
	}

.head_Top h1.logo {
	width: auto!important;
	text-align: center;
	margin: 1em 0 0.5em;
}
.head_Top h1.logo img{
		width:80%;
		margin: auto;
	}
.head_Top ul.head_add{
		width: 100%;
		text-align: center;
		margin:0em auto 1em;
	}
.head_Top ul.head_add li{
	width:100%;
		text-align: center;
		margin: auto!important;
	}
.container header nav {
	margin: 0px auto;
	width: 100%;
	display: block;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
/*==== TOPお知らせ====*/
#info.col4_3{
		width: auto!important;
	margin:0 5%;
	display: block;
	}

#info.col4_3 dl.infoList dd{
		width: 100%!important;
		display: block!important;
	}
#fb.col4_1.fb-container{
width: auto!important;
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
	}
#infoBox.colum4b section.col4_1{
		margin: 2em auto;
	}
/*--お寺について--*/
.colum2 .col2_left,
.colum2 .col2_right,
#about .col2_image,
#about .col2_text{
width: auto!important;
	}
#about .col2_image,
#about .col2_text{
		margin: 1em;
	}
.awaseLeft{
		text-align: center!important;
	}
/*==//TOP===*/
/*4カラム*/
.colum4{
	width: 100%;
	margin: 0 auto;
}

.colum4 .col4_1{
	display:block;
	vertical-align: top;
	width: 100%;
}
.colum4 .col4_3{
	display:block;
	width: 100%;
}
/*TOP3カラム画像調整*/
.photo_3col{
flex-direction: column;
}

/*画像サイズ調整*/
figure.photo_4col{
width: 282px;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}

/*キャプション付きフォト 3列*/
.photo_3col dl{
	/*width: 31.5%;*/
	height: auto;
	margin: 3px;
}
.photo_3col dl dd,
.photo_3col dl dt{
		width: 100%;
		margin: 0;
	}

}


/* Small Tablets */
@media (min-width: 426px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*TOP　お知らせ*/
	#info{
		width: 100%;
	}
/* 2カラム */
.colum2 {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.colum2 .left,
.colum2 .right{
	width: 100%;
	margin: auto;
	display:inline-block;
	vertical-align: middle;
}
/*キャプション付きフォト 3列*/
.photo_3col dl{
	/*width: 31.5%;*/
	height: auto;
	margin: 3px;
}
.photo_3col dl dd,
.photo_3col dl dt{
		width: 100%;
		margin: 0;
	}

#houyou p.ttl_Box{
		text-align: center!important;
		margin: auto center!important;
	}
#houyou p.ttl_Box img{
		width: 30%!important;
		margin-left: 0!important;
	display: inline-block!important;
	}
	/*4カラム*/
.colum4 {
	margin: 0 auto;
	width: 95%;
}
.colum4 .col4_1{
	display:block;
	vertical-align: top;
	width:100%!important;
	border-top: none;
}
.colum4 .col4_3{
	display:block;
	width: auto;
	width:100%!important;
}

}


/*===================
  微調整用
===================*/
.font_Mincho{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

