@charset "UTF-8";


/* =====================ブログ一覧===================== */
.blogIndex_container {
    margin-top: -25px;
    padding-top: 30px;
    padding-bottom: 6px;
}
.blogIndex_3ren ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogIndex_3ren li {
    width: 23%;
    max-height: 280px;
    list-style-type: none;
    margin-bottom: 40px;
    text-align: center;
    background: #FFF;
    position: relative;
    background: #f3efe7;
}
.blogIndex_3ren li:nth-child(4n+2):last-child {
    margin-right: 51.3%;
}
.blogIndex_3ren li:nth-child(4n+3):last-child {
    margin-right: 25.6%;
}
.blogIndex_3ren li a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index:11111;
}
.blogIndex_3ren a:hover {
    background: rgba(255, 255, 255, 0.4);
}
.blog_index_thum {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    filter: brightness(1.13);
}
.blog_index_thum img {}
.blog_index_text {
    width: 100%;
    height: 106px;
    padding: 12px 13px;
}
.blogIndex_3ren {
    width: 100%;
    max-width: 1100px;
    margin: 10px auto;
    /* padding-bottom: 20px; */
}

.blogIndex_3ren img {
  /*	width: 100%;
	margin-bottom:8px;*/
}
.blogIndex_3ren h2 {
    padding-bottom: 8px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
    max-height: 80px;
    overflow: hidden;
    letter-spacing: -0.025em;
}
.blogIndex_3ren p {
  width: 100%;
  font-size: .12rem;
  margin-top: 5px;
}
.blogIndex_3ren span.flag {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #74a82d;
    color: #525252;
    padding: 2px 10px;
    font-size: .11rem;
}
.to_blog_page {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    width: calc(100% - 28px);
    margin: 0 auto 0px;
    padding: 6px 0;
    color: #006837;
    background: #f2f2f2;
    display: block;
    font-size: .12rem;
    font-weight: bold;
}

.blogIndex_main_container .pagination .current {
    color: #ffffff;
    background: #006837;
    border: #006837 1px solid;
}
.blogIndex_main_container .pagination span,.blogIndex_main_container .pagination a {
    color: #006837;
    background: transparent;
    border: #006837 1px solid;
}
.wp-pagenavi{
	display:inline-block;
}
.wp-pagenavi a, .wp-pagenavi span.current {
    color: #ffffff;
    background: #006837;
    border: #006837 1px solid;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
    width: auto;
    font-weight: bold;
    color: #006837;
    background: transparent;
    border: #006837 1px solid;
}
.upper_pagination {
	margin-top: 30px;
	text-align:center;
}
.upper_pagination .wp-pagenavi{
    margin: 10px 0 13px;
}
.under_pagination {
	text-align:center;
}
.under_pagination .wp-pagenavi{
    margin: 0px 0 13px;
}
@media screen and (max-width:1100px) {
	.blogIndex_3ren li {
    	width: 32%;
	}
	.blogIndex_3ren h2 {
    	font-size: .15rem;
	}
}
@media screen and (max-width:680px) {
	.blogIndex_3ren li {
    	margin: 0 auto 35px;
    	width: calc(100% - 20px);
    	height: auto;
    	border: 2px solid #f2efe7;
	}
	.blogIndex_3ren li br{
		display:none;
	}
	.blog_index_text {
    	height: auto;
	}
	.blogIndex_3ren h2 {
    	max-height: none;
		padding-bottom: 0px;
	}
}
/* =====================
	
===================== */




/* =====================御朱印一覧===================== */
.goshuinIndex_container {
    margin-top: 0px;
    padding: 5px 0 5px;
}
.blogIndex_3ren span.flag {
    background-color: rgba(237,243,235,0.8);
}
.goshuin_category {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 100%;
    width: 1120px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.goshuin_category ul{
    margin: 0 auto;
    max-width: 565px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goshuin_category li{
    flex: auto;
    text-align: center;
    line-height: 38px;
    color: #aeaeae;
    font-size: .15rem;
    position: relative;
}
.goshuin_category .tabactive{
    color: #333;
}
.goshuin_category .tabactive::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 73%;
    height: 2px;
    background-color: #333;
    left: 50%;
    bottom: 0;
    transform: translate(-50% , 0);
}

/* =====================御朱印個別===================== */
.single-goshuin .news_content-area{
    background-color: #f3efe7;
}


.kotei_mainimage{
    margin-bottom: 50px;	
}
.news_content-area {
    width: 100%;
    max-width: 2560px;
    height: inherit;
    padding-bottom: 30px;
    margin-top: -50px;
}
.taxonomy-blog_cat_title{
    text-align: center;
    font-size: .24rem;
    margin-bottom: 60px;
}
.news_main {
	float: left;
    width: 740px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 50px;
    background: #fff;
    padding: 40px 40px 35px;
	 font-family:"メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック" , "Yu Gothic" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}
.news_main p{
	 font-family:"メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック" , "Yu Gothic" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}
.news_main p span{
	 font-family:"メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック" , "Yu Gothic" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}
@media screen and (max-width: 1100px)  {
.news_main {
    width: 100%;
}	
}
.news_main img {
    margin-top: 40px;
    margin-bottom: 10px;
	display:block;
}
.news_main a{
	color: #006837;
	text-decoration: underline;
    overflow-wrap: break-word;
}
.news_side {
  float: right;
  width: 265px;
	padding:20px;
	background:#FFF;
}
.news_side_cat_tiltle_hanbai{
	padding-top:10px;
}
.news_side_cat_hanbai{
	padding-left:10px;
}
.widget-title {
  display: none;
}
.news_entry>p:first-child, .news_month .archive-title {
    font-size: .20rem;
    font-weight: normal;
	padding-bottom: 2px;
    border-bottom: #000 solid 1px;
}
.news_entry li {
  width: 100%;
  padding:  10px 10px 0 10px;
}
.news_thum {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
	margin-top: 10px;
	background-size: cover;
}
.news_r_title {
    margin-top: 10px;
    padding: 0;
    font-size: .14rem;
    line-height: 1.5;
}
.news_month {
  margin-top: 30px;
}
.news_month ul{
  margin-top: 10px;
  padding: 0 10px;	
}
.news_month .item {
    font-size: .12rem;
    padding-left: 6px;
    margin: 12px 0 18px 0;
    border-left: 4px solid #006837;
    color: #006837;
	line-height: 1.5;	
}
.sym{
    padding-right: 4px;
    font-size: .13rem;
}
.news_month .item::before {
  content: "";
}
.news_day {
  font-size: .15rem;
}
.news_title {
    font-size: .26rem;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    line-height: 1.6;
}
.news_title br,news_r_title br,.news_month .item br,.zengo br{
	display:none;
}
.news_title span {
  display: block;
  margin-top: -5px;
  font-size: .18rem;
}
.news_re>:first-child {
  margin-top: 0;
}
.news_big {
  margin-top: 50px;
  font-size: .20rem;
  line-height: 1.8;
  color: #036;
}
.news_small {
  margin-top: 30px;
  font-size: .17rem;
  font-weight: bold;
  color: #036;
}
.news_text {
  margin-top: 30px;
}
.news_img {
  margin-top: 20px;
}
.news_img_cap {
  font-size: .13rem;
  margin-top: 10px;
}
.news_left_p {
  float: left;
  width: 60%;
  margin-top: 30px;
  padding-right: 20px;
}
.news_right_img {
  float: left;
  width: 40%;
  margin-top: 30px;
  padding-left: 20px;
}
.news_right_cap {
  font-size: .13rem;
  margin: 10px 0 0;
}
.news_right_p {
  float: left;
  width: 60%;
  margin-top: 30px;
  padding-left: 20px;
}
.news_left_img {
  float: left;
  width: 40%;
  margin-top: 30px;
  padding-right: 20px;
}
.news_left_cap {
  font-size: .13rem;
  margin: 10px 0 0;
}
.news_link {
  margin-top: 30px;
}
.news_link a {
  color: #10739B;
}
.news_chu {
  margin-top: 30px;
  font-size: .13rem;
}
.news_editor {
  margin-top: 30px;
}
.news_toachive_button{
	color: #fff;
}

@media screen and (max-width: 1360px)  {
.header_intro {
    float: left;
    margin-left: 40px;
    margin-top: 22px;
    line-height: 1.7;
    font-size: .13rem;
}
}
@media screen and (max-width: 1160px)  {


.gnav-wrapper {
    width: 320px;
    margin-right: 7px;
}
.header_button {
    width: 174px;
}
}
@media screen and (min-width: 1360px)  {
.max-w1250{
	display:none;
}
}
@media screen and (max-width: 1050px)  {
.gnav-wrapper {
	display:none;
}
}

.news_cat {
	margin-top: 50px;
}
.news_cat li{
	float: right;
}
.news_cat li:before{
	content: "　";
}
.news_cat li:last-child:before{
	content: "";
}
.news_hr {
    background-color: transparent;
    border-top: 1px dashed #8c8b8b;
    margin-top: 40px;
    display:none;
}

/* =====================
	ニュース（スマホ）
===================== */

@media screen and (max-width: 1100px)  {	
	.news_content-area {
    	width: 100%;
    	max-width: 2560px;
    	height: inherit;
    	margin-top: 0px;
    	padding-bottom: 0px;
    	background: #FFF;
	}
	.news_entry{
		display: none;
	}
	.news_main {
    	float: none;
    	width: 100%;
    	padding-right: 0px;
    	padding: 0;
    	margin-bottom: 20px;
	}
	.goshuin_single {
    	padding: 0 20px;
	}
	.goshuin_single .news_main {
    	padding: 0px;
    	margin-top: 0;
	}
.news_main section {
    max-width: 100%;
    width: 100%;
    border-bottom: none;
    padding: 0px;
}
.news_content-area .news_main:last-of-type section
 {
    border-bottom: none;
}
.news_title {
    margin: 0px 0px 15px;
    font-size: .23rem;
}
.news_cat {
    margin-top: 10px;
}
.news_cat li{
    white-space: nowrap;
    width: 100%;
    text-align: right;
}
.news_side {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: -13px;
    padding: 0;
}
.news_r_title {
    padding: 0;
	font-size: .15rem;
}
.news_content-area{
	max-width:100%;
}
.news_thum {
    width: 100%;
    height: 130px;
}
.news_main img {
    margin-top: 20px;
}
.news_entry>p:first-child, .news_month .archive-title {
	font-size: .17rem;
	margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: #404040 solid 1px;
	font-weight: bold;
}
.news_entry li{
	padding-top:3px;
}
#collapsarch-2{
	padding-top: 0;
}
.widgettitle{
	display:none;	
}
.widget widget_collapsarch{
	list-style:none;		
}
.next-art {
    padding-left: 0px;
    font-size: .10rem;
}
.prev-art {
    padding-right: 0px;
    font-size: .10rem;
}
}

@media screen and (max-width: 700px)  {	
	.post-type-archive-news .news_main {
    	float: none;
    	width: 100%;
    	padding: 18px;
    	margin-bottom: 20px;
	}
	.post-type-archive-news .news_content-area {    
	    margin-top: -26px;
		 padding: 1px 18px;
    	background: #e7e7e7;
	}
	.post-type-archive-news .moreread{
    	padding: 18px;
	}
}
.widgettitle{
	display:none;
}
.widget_collapsarch{
	list-style:none;
}
.cat_list li a:before{
	content:'►';
	padding-right: 4px;
	font-size: .13rem;
}
/* ページネーション */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: .14rem;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #006837;
	font-weight:bold;
}
.pagination a:hover{
	color: #47BEA0; /* マウスホバー時の文字色 */
	background: #f2f2f2; /* マウスホバー時の背景色 */
}
.pagination .current {
    padding: 10px 20px 10px 20px;
    color: #47BEA0;
    background: #f2f2f2;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: .12rem;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 2px 8px 2px 8px;
}
}


/* =====================動画紹介===================== */

.movie_container {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 6px;
    background: #f2f2f2;
}
.movie_3ren ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.movie_3ren li {
    width: 32%;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}

/*
.movie_3ren li:nth-child(4n+2):last-child {
    margin-right: 51.3%;
}
.movie_3ren li:nth-child(4n+3):last-child {
    margin-right: 25.6%;
}
*/
.movie_thum {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie_thum iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie_text {
    width: 100%;
    padding: 0px 13px;
}
.movie_3ren {
    width: 100%;
    max-width: 1120px;
    margin: 10px auto;
    /* padding-bottom: 20px; */
}

.movie_3ren img {
  /*	width: 100%;
	margin-bottom:8px;*/
}

.movie_3ren h2 {
	margin-top: 5px;
    text-align: justify;
    font-size: .15rem;
    font-weight: bold;
    line-height: 1.8;
    max-height: 80px;
    overflow: hidden;
}
.movie_3ren .movie_item {
	width: 100%;
	padding-left: 5.3em;
	text-indent: -5.3em;
	font-size: .12rem;
	line-height: 1.5;
}
.movie_3ren .movie_item a{
	text-decoration: none;
}
.movie_3ren .movie_item span:last-child{
	display: none;
}

.movie_container .pagination .current {
    color: #ffffff;
    background: #006837;
    border: #006837 1px solid;
}
.movie_container .pagination span,.movie_container .pagination a {
    color: #006837;
    background: transparent;
    border: #006837 1px solid;
}
.post-type-archive-movie .sidebar{
	display:none;		
}


@media screen and (max-width:1100px) {
	.movie_3ren h2 {
    	font-size: .15rem;
	}
}
@media screen and (max-width:680px) {
	.movie_container {
    padding-top: 10px;
}
	.main_container{
		padding: 0 20px;
		
	}
	.movie_3ren li {
    	margin: 0 auto 30px;
    	width: 100%;
    	height: auto;
	}
	.movie_3ren li br{
		display:none;
	}
	.movie_text {
    	height: auto;
		padding: 0;
	}
	.movie_3ren h2 {
    	max-height: none;
		padding-bottom: 0px;
	}
}