@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
	font-family: "Noto Serif JP", serif;
*/
/* =====================
	common
======================= */
.fL{
	float:left;
}
.flex{
	display:flex;
}
/* =====================
	年末年始（2025-2026）
======================= */
#newyear2026{
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	line-height:1.8;
}
#newyear2026 .TTl{
	max-width:1000px;
	margin:30px auto;
	
	text-align:center;
}
#newyear2026 .TTl h2{
	font-family: "Noto Serif JP", serif;
	font-size:2.8rem;
}
#newyear2026 .TTl p{
	font-size:1.1rem;
	padding:20px 0;
}
#newyear2026 .TTl p.red{
	font-family: "Noto Serif JP", serif;
	font-size:1.4rem;
}
#newyear2026 .TTl ul{
	display:flex;
	justify-content:center;
}
#newyear2026 .TTl ul li{
	font-size:1.3rem;
	padding:5px 20px;
	margin:10px;
	border-bottom:3px solid #ffca36;
}

@media screen and (max-width: 896px){
	#newyear2026{
		margin-top:220px;
	}
	#newyear2026 .TTl ul{
		display:block;
		text-align:left;
	}
	#newyear2026 .TTl h2{
		font-size:2.0rem;
	}
	#newyear2026 .TTl p .br:before{
		content: "\A";
		white-space: pre;
	}
	
}

#newyear2026 .contents{
	max-width:1000px;
	margin:20px auto;
	border-bottom:2px dotted #e0dcbf;;
}
#newyear2026 .contents p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.1rem;
}

#newyear2026 .bus-info{
	max-width:750px;
	margin:20px auto;
}
@media screen and (max-width: 896px){
	#newyear2026 .bus-info.flex-wrap{
		display:block;
	}
}

#newyear2026 #map .flex-wrap{
	justify-content:center;
}
#newyear2026 #map .pc{
	display:block;
}
#newyear2026 #map .sp{
	display:none;
}

@media screen and (max-width: 896px){
	#newyear2026 #map .pc{
		display:none;
	}
	#newyear2026 #map .sp{
		display:block;
	}
}

#photo{
}
#photo .point2{
	padding:10px;
	background:#fff;
	border:1px solid #d9ceb3;
}
.border2024 dl{
	max-width:70%;
	display:flex;
	border-bottom:2px dotted #d9ceb3;
	font-size:1.1rem;
	padding:10px;
	margin-bottom:5px;
}
.border2024 dl dt{
	width:20%;
}
.border2024 dl dd{
	width:80%;
}
@media screen and (max-width: 896px){
	.border2024 dl{
		max-width:100%;
		display:block;
	}
	.border2024 dl dt,.border2024 dldd{
		width:100%;
	}
}

.gosyuin .pc{
	display:block;
}
.gosyuin .sp{
	display:none;
}


/* 2026年の御朱印 */
.gosyuin .flex-box:first-child{
	width:30%;
	padding:10px;
	background:#fff;
}
.gosyuin .flex-box:last-child{
	width:70%;
	padding:10px;
	background:#fff;
}
.gosyuin img{
	max-width:100%;
}
.gosyuin p{
	padding:10px;
}
.gosyuin .big,.clearfile .big,.gosyuin2 .big{
	font-size:1.3rem;
	font-weight:600;
}
.gosyuin .dotline{
	padding:10px;
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
}

.clearfile .flex-box:first-child{
	width:20%;
	padding:10px;
	background:#fff;
}
.clearfile .flex-box:last-child{
	width:80%;
	padding:10px;
	background:#fff;
}

.gosyuin2 .flex-box:first-child{
	width:50%;
	padding:10px;
	background:#fff;
}
.gosyuin2 .flex-box:last-child{
	width:50%;
	padding:10px;
	background:#fff;
}


@media screen and (max-width: 896px){
	.gosyuin .pc{
		display:none;
	}
	.gosyuin .sp{
		display:block;
	}
	.gosyuin .flex-wrap,
	.gosyuin2.flex-wrap,
	.clearfile.flex-wrap{
		display:block;
	}
	.gosyuin .flex-box:first-child,
	.gosyuin .flex-box:last-child,
	.gosyuin2 .flex-box:first-child,
	.gosyuin2 .flex-box:last-child,
	.clearfile .flex-box:first-child,
	.clearfile .flex-box:last-child{
		width:100%;
	}
}

.limited-edition .flex-wrap{
	display:flex;
}

.limited-edition .flex-wrap .flex-box{
	width:49%;
	padding:20px;
	margin:1%;
	background:#fff;
}

@media screen and (max-width: 896px){
	.limited-edition .flex-wrap{
		display:block;
	}
	.limited-edition .flex-wrap .flex-box{
		width:90%;
		margin:0 0 10px;
	}
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.ac-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    background:#e0dcbf;
}

/*アイコンの＋と×*/
.ac-title::before,
.ac-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.ac-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.ac-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.ac-title.close::before{
  transform: rotate(45deg);
}

.ac-title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.ac-box {
    display: none;/*はじめは非表示*/

}

/*========= レイアウトのためのCSS ===============*/






/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================
@media screen and (max-width:480px){
	#omikanyaki .title .pc{
		display:none;
	}
	#omikanyaki .title .sp{
		display:block;
	}
	
	#omikanyaki .flex{
		display:block;
		width:100%;
	}
	#omikanyaki .flex li{
		width:100%;
	}
	
	#newyear .left,
	#newyear .right {
		float: none;
		width: 100%;
	}
	
	#newyear .park-pc,
	#newyear #map .pc {
		display: none;
	}
	#newyear .park-sp,
	#newyear #map .sp {
		
		display: block;
	}
	#newyear #photo ul li {
		width: 48%;
		padding: 0.2% 0.1%;
	}
	
	
}
