@charset "utf-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: .02rem;
    line-height: 1.8;
}
img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
.aligncenter {
    text-align: center;
}
.contents_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.flex .left,
.flex .right {
    width: 50%;
}
.sp_only {
    display: none;
}

/* HEADDER
---------------------------*/
header {
	padding: 20px 0 3rem;
}
.home header {
    padding: 20px 0 0;
}
header h1 {
	text-align: center;
	margin: 0 0 2rem;
}

header h1 img {
    transition: .3s;
}
header h1 img:hover {
    opacity: .6;
}
.pc_gnav ul {
    width: 75%;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.pc_gnav img {
    transition: .3s;
}
.pc_gnav img:hover {
    opacity: .6;
}
.home .pc_gnav ul {
    width: 75%;
    margin: 2rem auto;
}
.sp_nav {
    display: none;
}

.for-sp{
	display: none;
}
/* トップ
---------------------------*/
.top_main_visual {
	background: url(../img/top_main_bg.jpg)center center / cover no-repeat;
	background-repeat: repeat;
	background-position: 0 bottom;
	background-size: cover;
	padding-top: calc(584 / 1366 * 100%);
}
.top_sub_visual {
    background: url(../img/top_img02.jpg)center center / cover no-repeat;
    background-repeat: repeat;
    background-position: 0 bottom;
    background-size: cover;
    padding-top: calc(249 / 1366 * 100%);
}
.top_ontake_bg {
    background-image: url(../img/top_backimg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 2rem 0 4rem;
}
.top_ontake_bg h2 {
    margin-top: 0;
    padding-top: 1rem;
}
.top_ontake_bg .contents_wrapper {
    text-align: center;
}
.top_ontake_bg .contents_wrapper p {
    margin: .5rem;
    text-shadow: #a28ac0 1px 1px 2px, #a28ac0 -1px 1px 2px, #a28ac0 1px -1px 2px, #a28ac0 -1px -1px 2px;
    color: #fff;
}
.top_ontake_bg .contents_wrapper a {
    display: inline-block;
    margin-top: 1rem;
}
.worship_guide_list {
    margin-bottom: 3rem;
}
.worship_guide_list .left,
.worship_guide_list .right {
    width: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 316px;
}
.worship_guide_list .left {
    float: left;
}
.worship_guide_list .right {
    float: right;
}
.worship_guide_list .odd1 .left {
    background-image: url(../img/top_backimg_pc01.jpg);
    position: relative;
    background-size: 100% 100%;
    background-position: right top;
    height: 402px;
}
.worship_guide_list .odd1 .right {
    background-image: url(../img/top_backimg_pc02.jpg);
    background-size: 100% 100%;
    background-position: left top;
    height: 402px;
}
.worship_guide_list .odd2 .left,
.worship_guide_list .odd3 .left {
    position: relative;
}
.worship_guide_list .odd .right {
    float: right;
}
.worship_guide_list .odd2 .right {
    background-image: url(../img/top_backimg05.jpg);
}
.worship_guide_list .odd3 .right {
    background-image: url(../img/top_backimg07.jpg);
}
.worship_guide_list .even1 .left {
    background-image: url(../img/top_backimg04.jpg);
}
.worship_guide_list .even1 .right,
.worship_guide_list .even2 .right {
    position: relative;
}
.worship_guide_list .even2 .right {
    background: #d5c7e7;
}
.worship_guide_list .even2 .left {
    background-image: url(../img/top_backimg06.jpg);
}
.worship_guide_list .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.worship_guide_list .text_box img {
    transition: .3s;
}
.worship_guide_list .text_box img:hover {
    opacity: .6;
}
.worship_guide_list .odd1 .left .text_box {
    top: 69%;
}
.worship_guide_list .even .right .text_box {
    left: 35%;
}

.top_sub_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1% 0;
    background: #b99bd0;
}

.top_sub_menu ul li {
    width: 25%;
}

.top_sub_menu ul li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.top_sub_menu ul li {
    overflow:       hidden;
    position:       relative;   /* 相対位置指定 */
}
.top_sub_menu ul li .caption {
    font-size:      130%;
    text-align:         center;
    padding-top:        100px;
    color:          #fff;
}
.top_sub_menu ul li .mask {
    width:          100%;
    height:         100%;
    position:       absolute;   /* 絶対位置指定 */
    top:            0;
    left:           0;
    opacity:        0;  /* マスクを表示しない */
    background-color:   rgba(0,0,0,0.4);    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition:     all 0.2s ease;
}
.top_sub_menu ul li:hover .mask {
    opacity:        1;  /* マスクを表示する */
}






/* NEWS
---------------------------*/
.news_area {
	background: url(../img/news_bg.png)center center / cover no-repeat;
	padding: 2rem 0 4rem;
}
.news_area .inner {
	width: 66%;
	margin: 0 auto;
}
.newstitle {
	margin: 0;
	width: 100%;
}
.news_area h3 {
    padding-left: 1.9rem;
    font-size: 1.5rem;
    background-image: url(../img/border_left.png);
    background-repeat: no-repeat;
    background-size: .5rem auto;
    background-position: .5rem .4rem;
    color: #444;
    line-height: 1.5;
}
.board {
	margin: 0 0 4rem;
	padding: 1rem;
	border: 3px solid #c7c6b5;
	background-color: rgba( 255, 255, 255, 0.45);
	color: #454545;
	height: 11rem;
    overflow: auto;
}
.board ul {
	margin: 0;
}
.board li {
	line-height: 1.6;
}
.board li span {
    display: inline-block;
    margin-right: 1rem;
}
.board li a {
    transition: .3s;
}
.board li a:hover {
    color: #733cb5;
}


/* FOOTER
---------------------------*/
.footer_nav ul {
    font-size: .9rem;
    width: 94%;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.footer_nav ul li {
    line-height: 1;
}
/*IE 11・10ハック*/
_:-ms-lang(x), .footer_nav ul li { line-height: 14px; }

.footer_nav ul li + li {
    border-left: 1px solid #fff;
    padding-left: 2rem;
}
.footer_nav ul li a {
	color: #fff;
    transition: .3s;
}

.footer_nav ul li a:hover {
    color: #d5c5e8;
}
/*IE 11・10ハック*/
_:-ms-lang(x), .footer_nav ul li a { line-height: 1; }

.page_top {
	width: 885px;
	margin: 0 auto;
	padding: 90px 0 40px;
	text-align: right;
}
footer {
	background: #424242;
}
footer .footerbox {
	max-width: 960px;
	margin: 0 auto;
}
footer .add {
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
	padding-top: 2%;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2;
}
address {
	font-style: normal;
	color: #fff;
	padding-top: 1rem;
    line-height: 1.3;
    margin: 0 1rem;
}
address .street_address {
	display: block;
}
footer .copyright {
	color: #fff;
	padding-top: 2rem;
}
/* =============================================================
下層ページ
=============================================================== */
/* 下層共通 */
.under_layer_bg {
    height: 0;
    position: relative;
}

/* 御嶽山についてページ */
.about_bg {
	background: url(../img/about_bg.png)center center / cover no-repeat;
    padding-top: calc(409 / 1300 * 100%);
	text-align: center;
}
.under_layer_bg h2 {
    color: #fff;
    position: absolute;
    top: 40%;
    font-weight: normal;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
}
.ichimatsu_bg {
	background:
	url(../img/cloud1.png) left 29rem no-repeat,
	url(../img/about_ichimatsu_bg.png)center top repeat-x;
    padding-bottom: 4rem;
}
.ontakezan_about_text {
	padding: 3rem 6rem;
	margin: 0;
}
.mountain {
    height: 0;
	background: url(../img/mountain.jpg)center center / cover no-repeat;
    padding-top: calc(395 / 911 * 100%);
}
.ontakeookami_about_bg {
	background:
	url(../img/cloud2.png) right 12rem no-repeat,
	url(../img/cloud3.png) left 38rem no-repeat,
	url(../img/cloud4.png) right 43rem no-repeat,
	url(../img/cloud5.png) right 66rem no-repeat;
}
.subtitle {
	font-size: 1.5rem;
    text-align: center;
    letter-spacing: .3rem;
    margin: 5rem 0 4rem;
    color: #5d5d5d;
    font-weight: normal;
}
.subtitle:before {
	content:"";
	display:inline-block;
	width: 1.7rem;
    height: 1.7rem;
	background:url(../img/subtitle_bg.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
    margin-right: 1rem;
}

.annual_eventslist_bg .subtitle {
    margin: 0 0 4rem;
}

.heisei {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: .9rem;
}

.ontakeookami_box .left img {
	display: block;
	margin: 0 auto;
}
.ontakeookami_box .left p {
	text-align: center;
	font-size: 1.2rem;
}
.ontakeookami_box .right {
	padding-top: 1.5rem;
}
.ontakeookami_box .right h4 {
	font-size: 1.3rem;
    margin-bottom: 0;
    color: #444;
    font-weight: normal;
    background-image: url("../img/border_left.png");
    background-repeat: no-repeat;
    background-size: .5rem auto;
    background-position: left .4rem;
    padding-left: 1rem;
}
.ontakeookami_box + p {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 3rem;
}
.ontake_highlights {
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.ontake_highlights li {
	width: calc(100%/3);
	margin: 0 1rem;
}
.ontatekyo_about {
	margin-top: 4.5rem;
}
.ontatekyo_about .left {
    padding-left: 3rem;
}
.ontatekyo_about .left p:first-child {
    margin-bottom: 2rem;
}
.ontatekyo_about .right {
    padding: 1rem 3rem;
}
.ontatehongu_about_bg {
	background:
	url(../img/cloud6.png) right 6rem no-repeat,
	url(../img/cloud7.png) left 12rem no-repeat;
    margin-bottom: 2rem;
}
.ontatehongu_about .left img {
    display: block;
    margin-left: auto;
    padding-right: 4rem;
}
.ontatehongu_about .right p:first-child {
	margin-bottom: 2rem;
}
.nagno_address, .kisohongu {
    margin: 0;
    padding: 5rem 0 1rem;
    font-size: 1.4rem;
    letter-spacing: .15rem;
    position: relative;
}
.kisohongu {
    padding: 5rem 0 4rem;
}
.nagno_address:before,
.kisohongu:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../img/shidare_left.png) no-repeat;
    background-size: contain;
    left: 9rem;
    top: 5.7rem;
}
.kisohongu:before {
    left: 14rem;
    top: 4.7rem;
}
.nagno_address:after,
.kisohongu:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../img/shidare_right.png) no-repeat;
    background-size: contain;
    right: 9rem;
    top: 5.7rem;
}
.kisohongu:after {
    right: 14rem;
    top: 4.7rem;
}
.nagno_address span,
.kisohongu span {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../img/subtitle_bg.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2.5rem;
}
.kisohongu span {
    top: 1rem;
}
.ontake_address {
    justify-content: center;
}
.ontake_address li img {
	padding: 0 1rem;
}
.illustration_map_bg {
	background:
	url(../img/cloud8.png) right bottom 5rem no-repeat;
	    padding: 0 0 130px;
}
.illustration_map,
.illustration_map_btn img {
	display: block;
	margin: 0 auto;
    transition: .3s;
}

.precincts_guide_map{
	text-align: center;
}

.illustration_map_btn img:hover {
	opacity: 0.8;
}
a.illustration_map_btn {
	margin: 3rem 0 0;
	display: block;
}
.about_news_bg {
	background:
	url(../img/cloud9.png) left 2rem no-repeat,
	url(../img/news_bg.png)center center / cover no-repeat;
    margin-top: -2rem;
    padding-top: 3rem;
}

/* ご祈祷ページ */
.prayer_bg {
    background: url(../img/prayer_bg.jpg)center center / cover no-repeat;
    padding-top: calc(409 / 1368 * 100%);
}
.acceptance_bg {
	padding: 3rem 0;
}
.acceptance_bg h3:first-child {
	margin-top: 0;
}
.acceptance_bg .left p:first-child {
	margin-top: 0;
}
.acceptance_bg .right {
	padding-left: 4.5rem;
}
.prayer_kind_bg {
	padding: 0 0 3rem;
	background:
	url(../img/cloud2.png) right 18rem no-repeat,
	url(../img/cloud3.png) left 48rem no-repeat,
	url(../img/cloud4.png) right 52rem no-repeat,
	url(../img/cloud5.png) right 70rem no-repeat,
	url(../img/cloud6.png) right 98rem no-repeat,
	url(../img/cloud9.png) left bottom no-repeat;
}

.prayer_kind_bg ul {
	width: 70%;
    margin: 0 auto 4rem;
}
.prayer_kind_bg ul li {
    margin-bottom: 2rem;
}
.prayer_kind_bg ul li:last-child {
    margin-bottom: 0;
}
.prayer_kind_bg ul li img {
	float: left;
	display: inline-block;
    margin-right: 2rem;
}
.prayer_kind_bg ul li p {
    overflow: auto;
}
.prayer_kind_bg ul + p {
    padding-left: 4rem;
}

.prayer_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 4%;
    align-items: center;
}

.prayer_box_l {
    width: 18%;
}

.prayer_box_l img {
    width: 100%;
}

.prayer_box_r {
    width: 74%;
}

/* アクセスページ */
.access_bg {
    background: url(../img/access_bg.jpg)center center / cover no-repeat;
    padding-top: calc(409 / 1365 * 100%);
}
.acccess_address_top {
    margin: 0;
    padding: 5rem 0;
    font-size: 1.4rem;
    letter-spacing: .15rem;
    position: relative;
}
.acccess_address_top:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../img/shidare_left.png) no-repeat;
    background-size: contain;
    left: 9rem;
    top: 5.7rem;
}
.acccess_address_top:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../img/shidare_right.png) no-repeat;
    background-size: contain;
    right: 9rem;
    top: 5.7rem;
}
.acccess_address_top span {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../img/subtitle_bg.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3rem;
}
.g_map {
    position: relative;
    padding-top: 30.25%;
    height: 0;
    overflow: hidden;
}
.g_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.worship_time_guide {
    margin-bottom: 12rem;
    background:
    url(../img/cloud2.png) right 12rem no-repeat,
    url(../img/cloud3.png) left 41rem no-repeat,
    url(../img/cloud4.png) right 45rem no-repeat,
    url(../img/cloud5.png) right 66rem no-repeat,
    url(../img/cloud6.png) right 96rem no-repeat,
    url(../img/cloud9.png) left bottom 2rem no-repeat;
}
.worship_time_guide .dl_flame1 {
    width: 95%;
}
.worship_time_guide h4 {
    position: relative;
    padding-left: 2rem;
    font-size: 1.2rem;
    letter-spacing: .2rem;
}
.worship_time_guide h4:before {
    content: '';
    background: #7f5bb2;
    position: absolute;
    height: .2rem;
    width: .8rem;
    left: 0;
    top: 1rem;
}
.worship_time_guide dl {
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
    padding: 1.5rem 0;
    margin-bottom: 5rem;
    position: relative;
}
.worship_time_guide dl:before {
    content: '';
    background: #646464;
    position: absolute;
    height: 2px;
    width: 12rem;
    left: 0;
    top: -.1rem;
}
.worship_time_guide dl:after {
    content: '';
    background: #646464;
    position: absolute;
    height: 2px;
    width: 12rem;
    left: 0;
    bottom: -.15rem;
}
.worship_time_guide dt {
    padding-left: 2rem;
}
.worship_time_guide dd {
    padding-left: 4rem;
}
.worship_time_guide .worship_about dt {
    padding-top: 1rem;
}
.worship_time_guide .worship_about dd {
    line-height: 2;
}
.worship_time_guide .other_facility1 {
    margin-bottom: 0;
    border-bottom: none;
}
.worship_time_guide .other_facility1:after {
    background: none;
}
.worship_time_guide .other_facility2 {
    margin-top: 0;
}
.dl_flame1 + ul,
.dl_flame2 + ul {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 年間行事ページ */
.annual_events_bg {
    background: url(../img/annual_events_bg.jpg)center center / cover no-repeat;
    padding-top: calc(409 / 1366 * 100%)
}
.ichimatsu_short_bg {
background:
    url(../img/cloud4.png) right 11.5rem no-repeat,
    url(../img/ichimatsu_short_bg.png)center top / 100% 100% repeat-x;
    padding: 3rem 0 4rem;
}
.ichimatsu_short_bg .aligncenter {
    margin: 0;
    padding: 2rem 7rem;
    font-size: 1.4rem;
    position: relative;
}
.ichimatsu_short_bg .aligncenter:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../img/shidare_left.png) no-repeat;
    background-size: contain;
    left: 2rem;
    top: 2.7rem;
}
.ichimatsu_short_bg .aligncenter:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../img/shidare_right.png) no-repeat;
    background-size: contain;
    right: 2rem;
    top: 2.7rem;
}
.annual_eventslist_bg {
background:
    url(../img/cloud1.png) left 20rem no-repeat,
    url(../img/cloud2.png) right 54rem no-repeat,
    url(../img/cloud4.png) right 89rem no-repeat,
    url(../img/cloud8.png) right 108rem no-repeat,
    url(../img/cloud3.png) left 61rem no-repeat,
    url(../img/cloud9.png) left bottom 9rem no-repeat;
    margin-bottom: 9rem;
}
.annual_eventslist_bg h3:first-child {
    margin: 0 0 4rem;
}
.annual_eventslist_bg table {
    width: 100%;
    text-align: center;
    background: #f3f1f0;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr th, table tr td {
    padding: 1rem 0;
    border: 1px solid;
}
table tr th:nth-of-type(2), table tr td:nth-of-type(2) {
    background-color: #f9f6e2;
}
table tr th:nth-of-type(1),
table tr th:nth-of-type(4),
table tr td:nth-of-type(1),
table tr td:nth-of-type(4) {
    border-left: none;
    border-right: none;
}
.new_year_fes {
background:
    url(../img/new_year_fes_bg.jpg)center center / cover no-repeat;
    padding: 3.5rem 0;
}
.new_year_fes h4 {
    font-weight: normal;
    font-size: 1.2rem;
    position: relative;
}
.new_year_fes h4:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 3rem;
    background: url(../img/new_year_gold.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    top: -2.5rem;
}
.new_year_fes h4 + p {
    margin-bottom: 3rem;
}
.new_year_fes ul {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.setsubun {
background:
    url(../img/setsubun_bg.jpg)center center / cover no-repeat;
    margin-bottom: 8rem;
}
.setsubun h4:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 2.3rem;
    background: url(../img/setsubun_gold.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    top: -2.5rem;
}

/* 四大祭りページ */
.four_festival_bg {
    background: url(../img/four_festival_bg.jpg)center center / cover no-repeat;
    padding-top: calc(409 / 1362 * 100%);
}
.festival_list_bg {
background:
    url(../img/cloud4.png) right 12rem no-repeat,
    url(../img/cloud2.png) right 69rem no-repeat,
    url(../img/cloud4.png) right 103rem no-repeat,
    url(../img/cloud8.png) right 131rem no-repeat,
    url(../img/about_ichimatsu_bg.png)center top repeat-x;
}
.matsuri .left,
.matsuri .right {
    width: 50%;
}
.matsuri {
    padding: 4rem 0;
}
.matsuri_odd {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
}
.matsuri_odd .right,
.matsuri_even .left {
    padding-top: 1rem;
}
.matsuri_odd .right img,
.matsuri_even .left img {
    display: block;
    margin: 0 auto;
}
.matsuri_odd .right img:first-child,
.matsuri_even .left img:first-child {
    margin-bottom: 3rem;
}
.matsuri h3 {
    border-bottom: 2px solid #dadada;
    position: relative;
    margin: 0;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}
.matsuri h3:after {
    content: '';
    background: #646464;
    position: absolute;
    height: 2px;
    width: 5rem;
    left: 0;
    bottom: -.1rem;
}
.matsuri h3 + p {
    margin: 1.5rem 0;
}

/* 境内案内ページ */
.precincts_guide_bg {
    background: url(../img/precincts_guide_bg.jpg)center center / cover no-repeat;
    padding-top: calc(409 / 1373 * 100%);
}
.precincts_guide_list_bg {
background:
    url(../img/cloud4.png) right 5rem no-repeat,
    url(../img/cloud1.png) left 22rem no-repeat,
    url(../img/cloud2.png) right 50rem no-repeat,
    url(../img/cloud3.png) left 55rem no-repeat,
    url(../img/cloud4.png) right 79rem no-repeat,
    url(../img/cloud5.png) right 103rem no-repeat,
    url(../img/cloud6.png) right 133rem no-repeat,
    url(../img/cloud9.png) left 160rem no-repeat,
    url(../img/cloud2.png) right 189rem no-repeat,
    url(../img/cloud6.png) right 224rem no-repeat,
    url(../img/cloud3.png) left 194rem no-repeat,
    url(../img/cloud1.png) left 250rem no-repeat,
    url(../img/cloud5.png) right 244rem no-repeat;
}
.precincts_guide_lead {
    text-align: center;
    text-decoration: underline;
    font-size: 1.4rem;
    margin: 5rem 0 3rem;
    letter-spacing: .1rem;
}
.precincts_guide_list_bg .heisei + img {
    display: block;
    margin: 0 auto;
}
.precincts_guide_list_bg div.flex {
    margin: 5rem 0 6rem;
}
.precincts_guide_list_bg div.flex img {
    display: block;
    margin-left: auto;
}
.precincts_guide_list_bg div.flex .right {
    padding: 1rem 0 1rem 2rem;
}
.precincts_guide_list_bg ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap : wrap;
    flex-wrap: wrap;
}
.precincts_guide_list_bg ul li {
    width: calc(100%/3);
    margin-bottom: 3rem;
}
.precincts_guide_list_bg ul li img {
    display: block;
    margin: 0 auto;
}
.precincts_guide_list_bg ul li h4 {
    text-align: center;
    margin-bottom: 0;
    text-indent: -2.5rem;
}
.precincts_guide_list_bg ul li h4:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.7rem;
    background: url(../img/subtitle_circle.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: .5rem;
}
.precincts_guide_list_bg ul li p {
    padding: 0 1.8rem;
    margin-top: 0;
}


/* お知らせページ */
.news_bg {
    background: url(../img/news_bg.jpg)center center / cover no-repeat;
    padding-top: calc(409 / 1365 * 100%);
}
.worship_time_guide {
    margin-bottom: 12rem;
    background:
    url(../img/cloud2.png) right 12rem no-repeat,
    url(../img/cloud3.png) left 41rem no-repeat,
    url(../img/cloud4.png) right 45rem no-repeat,
    url(../img/cloud5.png) right 66rem no-repeat,
    url(../img/cloud6.png) right 96rem no-repeat,
    url(../img/cloud9.png) left bottom 2rem no-repeat;
}
.worship_time_guide .dl_flame1 {
    width: 95%;
}
.worship_time_guide h4 {
    position: relative;
    padding-left: 2rem;
    font-size: 1.2rem;
    letter-spacing: .2rem;
}
.worship_time_guide h4:before {
    content: '';
    background: #7f5bb2;
    position: absolute;
    height: .2rem;
    width: .8rem;
    left: 0;
    top: 1rem;
}

.contents_wrapper article {
    margin-top: 8%;
    margin-bottom: 8%;
}

.contents_wrapper article p {
    margin-bottom: 4%;
}

.contents_wrapper article img {
    transition: .3s;
}

.contents_wrapper article img:hover {
    opacity: .6;
}

.worship_time_guide article .dl_flame1 {
    width: 100%;
}

.worship_time_guide article h4 {
    background: #f6f1fd;
    margin-bottom: 4px;
    transition: .3s;
}

.worship_time_guide article h4:before {
    left: .5rem;
}

.worship_time_guide article h4:hover {
    opacity: .6;
}

.news-meta {
    color: #7f58b4;
    letter-spacing: 1px;
}

.wp-pagenavi .pages {
    margin-right: 2%;
    border: 1px solid #666;
    padding: 0 6px;
}

.wp-pagenavi .page {
    margin: 0 1%;
}

.wp-pagenavi .current {
    border-bottom: 1px solid #666;
}

.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20% 0 2%;
}
 
.prev {
    float: left;
    transition: .3s;
}
 
.next {
    float: right;
    transition: .3s;
}

.prev:hover {
    opacity: .6;
}
 
.next:hover {
     opacity: .6;
}

.goList {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.goList a {
    color: #fff;
    background: #78688f;
    padding: 2% 8%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
}

.goList a:hover {
    opacity: .6;
}

article .flex li {
    width: 30%;
}

article .flex li img {
    width: 100%;
}

article .flex::after {
    content: "";
    width: 30%;
}

.news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list-l {
    width: 30%;
}

.news-list-l img {
    width: 100%;
}

.news-list-r {
    width: 65%;
}


/* 英語のページ */
.english-title{
	text-align: center;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 2rem;
}

.englshi-tex{
	line-height: 1.8;
	padding: 0 0 30px;
}

.en-ul01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0 40px;
}

.en-ul01 li{
	width: 48%;
	text-align: center;
}

.english-path{
	padding: 0 0 60px;
}
