@charset "utf-8";
/* --------------------------------------------------------
 メディアクエリ
----------------------------------------------------------- */
@media screen and (max-width: 1600px) {
.footer_nav ul li + li {
    padding-left: 1.5rem;
}
}
@media screen and (max-width: 1600px) {
.footer_nav ul li + li {
    padding-left: 1rem;
}
}
@media screen and (max-width: 1200px) {
.footer_nav ul {
    font-size: .8rem;
}
.worship_guide_list .even .right .text_box {
    left: 40%;
}
}
@media screen and (max-width: 1150px) {
.footer_nav ul li + li {
    padding-left: .7rem;
}
}
@media screen and (max-width: 1050px) {
.footer_nav ul {
    font-size: .9rem;
    flex-wrap: wrap;
}
.footer_nav ul li {
    width: 25%;
    margin: 0 0 2rem;
    text-align: center;
}
.footer_nav ul li + li {
    border-left: none;
    padding-left: 0;
}
}
@media screen and (max-width: 980px) {
.contents_wrapper {
    width: 90%;
}
footer .footerbox {
    width: 90%;
    display: block;
}
address {
    margin-left: 1rem;
    line-height: 1.5;
}
footer .copyright {
    margin-left: 1rem;
}

/* 御嶽山についてページ */
.nagno_address:before,
.nagno_address:after,
.kisohongu:before,
.kisohongu:after {
    background: none;
}
.illustration_map_bg {
    background: none;
}

/* 年間行事ページ */
.ichimatsu_short_bg {
    background: url(../img/ichimatsu_short_bg.png)center top / 100% 100% repeat-x;
}
.ichimatsu_short_bg .aligncenter {
    padding: 0;
}
.ichimatsu_short_bg .aligncenter:before,
.ichimatsu_short_bg .aligncenter:after {
    background: none;
}

/* 境内案内ページ */
.precincts_guide_list_bg ul li {
    padding: 0 .5rem
}

/* アクセスページ */
.acccess_address_top:before,
.acccess_address_top:after {
    background: none;
}
.dl_flame1 + ul li, .dl_flame2 + ul li {
    padding: 0 .5rem
}

}
/*ipad*/
@media screen and (max-width: 768px) {
.worship_guide_list .even .right .text_box {
    left: 50%;
}
.footer_nav ul li {
    width: 50%;
}

}

@media screen and (max-width: 480px) {
	.map-btn {
  	width: 90%;
	margin: 0px auto;
	position: relative;
	padding: 20px 0px 0px;
	}
	
	.map-btn li {
    background: #D87D09;
    font-weight: bold;
    color: #fff;
	font-size: 90%;
    border-radius: 5px;
	display: inline-block;
	width: 48%;
	text-align: center;
	}
		
    .map-btn li a {
    display: block;
    padding: 7px 0px 10px;
    color: #fff;
    text-decoration: none;
    }
.for-sp{
	display: block;
	}
}

@media screen and (max-width: 480px) {
body {
    color: #000;
}

header {
    padding: 2rem 0 0;
}
.pc_gnav {
    display: none;
}
.sp_nav {
    display: block;
}
/* --- SPナビゲーション --- */
.fat-nav,.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{-moz-transition-duration:.4s;-o-transition-duration:.4s;-webkit-transition-duration:.4s}.hamburger{display:block;width:50px;height:50px;position:fixed;top:0;left:0;z-index:10000;padding:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-ms-touch-action:manipulation;touch-action:manipulation}.hamburger__icon{position:relative;margin-top:7px;margin-bottom:7px}.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{display:block;width:25px;height:2px;background-color:#222;-moz-transition-property:background-color,-moz-transform;-o-transition-property:background-color,-o-transform;-webkit-transition-property:background-color,-webkit-transform;transition-property:background-color,transform;transition-duration:.4s}.hamburger__icon:after,.hamburger__icon:before{position:absolute;content:""}.hamburger__icon:before{top:-7px}.hamburger__icon:after{top:7px}.hamburger.active .hamburger__icon{background-color:transparent}.hamburger.active .hamburger__icon:after,.hamburger.active .hamburger__icon:before{background-color:#fff}.hamburger.active .hamburger__icon:before{-moz-transform:translateY(7px)rotate(45deg);-ms-transform:translateY(7px)rotate(45deg);-webkit-transform:translateY(7px)rotate(45deg);transform:translateY(7px)rotate(45deg)}.hamburger.active .hamburger__icon:after{-moz-transform:translateY(-7px)rotate(-45deg);-ms-transform:translateY(-7px)rotate(-45deg);-webkit-transform:translateY(-7px)rotate(-45deg);transform:translateY(-7px)rotate(-45deg)}.fat-nav{top:0;left:0;z-index:9999;position:fixed;display:none;width:100%;height:100%;background:rgba(0,0,0,.8);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4);-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-duration:.4s;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.fat-nav__wrapper{width:100%;height:100%;display:table;table-layout:fixed}.fat-nav.active{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.fat-nav ul{display:table-cell;vertical-align:middle;margin:0;padding:0}.fat-nav li{list-style-type:none;text-align:center;padding:10px;font-size:2em}.fat-nav li,.fat-nav li a{color:#fff}.fat-nav li a{text-decoration:none}
.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 10000;
    padding: 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: fixed;
    top: 0;
    right: 0;
}
.hamburger__icon {
    position: relative;
    margin-top: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #a48fc2;
    -moz-transition-property: background-color, -moz-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
}
.hamburger__icon:before {
    top: -7px;
}
.hamburger__icon:after {
    top: 7px;
	content: "MENU";
	font-size: 70%;
	color: #a48fc2;
	line-height: 25px;
	text-align: center;
}
.hamburger span {
    font-size: .6em;
    margin-left: -3px;
}
.hamburger.active .hamburger__icon {
    background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
	content: "";
}
.hamburger.active span {
    display: none;
}
.fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: #a48fc2;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.fat-nav_wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.fat-nav ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
}
.fat-nav li, .fat-nav li a {
  color: #fff;
}
	
	.menu-tel {
		width: 60%;
		height:  auto;
        margin: 20px auto 0px;
		position: relative;
		font-weight: bold;
		font-size: 1.5em;
		background: rgba(108,108,108,0.5);
		border-radius: 5px;
		text-align: center;
	}
	
	.menu-tel a {
		padding: 10px;
		color: #ffffff;
		display: block;
	}
/* --- SPナビゲーションここまで --- */

/* ニュース */
.news_area .inner {
    width: 90%;
}
.board {
    height: 17rem;
}
.board li {
    margin-bottom: 1rem;
}
.board li span {
    display: block;
    margin-right: 0;
}
/* フッター */
.footer_nav ul {
    width: 100%;
}
address span {
    display: block;
}
footer .copyright {
    margin-left: 1rem;
}
/* トップページ */
	
.top_main_visual {
    background: url(../img/sp-mv.jpg)center center / cover no-repeat;
    background-repeat: repeat;
    background-position: center bottom;
    background-size: cover;
	height: 340px;
    padding-top: calc(584 / 1366 * 100%);
}	
	
	
	
	
.top_ontake_bg h2 img {
    max-width: 85%;
}
.worship_guide_bg {
    background-image: url(../img/worship_guide_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 20vw;
    height: 23vw;
    position: relative;
}
.worship_guide_bg .sp_only {
    width: 35%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 2em;
}
.worship_guide_list .left, .worship_guide_list .right {
    width: 100%;
}
.worship_guide_list {
    margin-bottom: 0;
}
.worship_guide_list .odd1 .right {
    background-image: url(../img/top_backimg03.jpg);
    height: 316px;
	background-size: cover;
	background-position: center;
}
.worship_guide_list .odd1 .left {
    background: #d5c7e7;
    height: 316px;
}
.worship_guide_list .odd .left,
.worship_guide_list .even .right {
    height: auto;
}
.worship_guide_list .text_box {
    position: static;
    transform: inherit;
    text-align: center;
    padding: 2rem 0 3rem;
}

/* 下層共通 */
.under_layer_bg h2 {
    font-size: 1.2rem;
 }
.contents_wrapper div.flex,
.contents_wrapper ul.flex {
    display: block;
}
.contents_wrapper div.flex .left,
.contents_wrapper div.flex .right,
.contents_wrapper ul.flex li {
    width: 100%;
}

/* 御嶽山についてページ */
.ichimatsu_bg {
    background: url(../img/about_ichimatsu_bg.png)center center repeat-x;
    background-size: cover;
}
.ontakeookami_about_bg,
.ontatehongu_about_bg {
    background: none;
}
.ontakeookami_about_bg .subtitle {
    margin: 0rem 0 4rem;
}
.ontakezan_about_text {
    padding: 3rem 0;
}
.ontakeookami_box {
    margin-bottom: 3rem;
}
.ontakeookami_box +p {
    font-size: 1rem;
}
.ontake_highlights li {
    margin: 1rem 0;
}
.ontatekyo_about {
    margin-top: 1.5rem;
}
.ontatekyo_about .left {
    padding-left: 0;
}
.ontatekyo_about .right {
    padding: 0;
}
.ontatehongu_about .left img {
    padding-right: 0;
}
.ontake_address li {
    padding: 0;
    margin: 1rem 0;
}
.ontatehongu_about_bg .subtitle {
    margin: 3rem 0;
}
.about_news_bg {
background:
    url(../img/news_bg.png)center center / cover no-repeat;
}

/* ご祈祷ページ */
.prayer_kind_bg {
    background: none;
}
.acceptance_bg h3 {
    margin: 2.5rem 0;
}
.acceptance_bg .right {
    padding-left: 0;
}
.acceptance_bg .right img {
    display: block;
    margin: 0 auto;
}
.prayer_kind_bg ul {
    width: 100%;
}
.prayer_kind_bg ul li img {
    float: none;
    display: block;
    margin: 0 auto;
}
.prayer_kind_bg ul + p {
    padding-left: 0;
}

/* アクセスページ */
.worship_time_guide {
    background: none;
    margin-bottom: 3rem;
}
.acccess_address_top {
    padding: 3rem 0;
    font-size: 1rem;
}
.acccess_address_top:before,
.acccess_address_top:after,
.acccess_address_top span {
    background: none;
}
.g_map {
    padding-top: 65.25%;
}
.worship_time_guide h4 {
    color: #333;
}
.worship_time_guide dl {
    display: block;
}
.worship_time_guide dt {
    padding: 0;
}
.worship_time_guide dd {
    padding: 0;
    margin: 1rem 0;
}
.worship_time_guide ul img {
    display: block;
    margin: 0 auto;
}
.worship_time_guide li {
    margin-bottom: 1rem;
}

.prayer_box_l {
    width: 50%;
    margin: 0 auto;
}

.prayer_box_r {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}


/* 四大祭りページ */
.matsuri {
    padding: 2rem 0;
}
.matsuri h3 {
    font-size: 1.5rem;
}
.matsuri_odd .left,
.matsuri_even .right {
    padding-top: 2rem;
}

/* 境内案内ページ */
.precincts_guide_list_bg {
    background:none;
}
.precincts_guide_lead {
    font-size: 1rem;
    margin: 2rem 0 3rem;
}
.precincts_guide_lead + img {
    padding: 0;
}
.precincts_guide_list_bg div.flex .right {
    padding: 0;
}
.precincts_guide_list_bg ul li h4 {
    text-indent: -1.9rem;
}

/* 年間行事ページ */
.ichimatsu_short_bg {
background:
    url(../img/ichimatsu_short_bg.png)center top / 100% 100% repeat-x;
}
.ichimatsu_short_bg .aligncenter {
    padding: 0;
    font-size: 1rem;
}
.ichimatsu_short_bg .aligncenter:before,
.ichimatsu_short_bg .aligncenter:after {
    background: none;
}
.annual_eventslist_bg {
    background: none;
    margin-bottom: 4rem;
}
.annual_eventslist_bg .contents_wrapper {
    width: 95%;
}
.new_year_fes li {
    margin-bottom: 1rem;
}
.new_year_fes li:last-child {
    margin-bottom: 0;
}
.new_year_fes li img {
    display: block;
    margin: 0 auto;
}
.setsubun {
    margin-bottom: 4rem;
}


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


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

.top_sub_menu ul li img {
    height: 70px;
}



}
/*iphone7、6*/
@media screen and (max-width: 375px) {
/* English */
.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: 1.5rem;
}

}
/*iphone5*/
@media screen and (max-width: 320px) {

}