@charset "utf-8";

section {margin-bottom:30px;}
section:last-child {margin-bottom:0;}


.read {text-align:center;}
.read h1{font-size:165%;margin-bottom:1em;}
.read h2{font-size:120%;margin-bottom:15px;}
.read ul li{font-size:135%;list-style:none;border-bottom: 1px solid #eee;padding: 1em 0;}
.read span {font-size:70%;}

.news {text-align:center;}
.news dt{font-family: ten-mincho;font-size:165%;list-style:none;padding: 30px 0 15px;border-top: 1px solid #eee;}
.news dt:first-child{border:0;}
.news dd{padding:0 0 30px;}
.news > dt + .news > dd{padding: 15px 0;}
.news dd:last-child{}
.news dd .midashi{font-size:120%;margin-bottom:15px;}
.news dd a{border-bottom:none;}
.news dd a img.map{width:90%;max-width:500px;border:1px solid #8924a4;padding:10px;background:#fff;}

.news dd.yasukuni_img{display:flex;justify-content:space-between;}
.news dd.yasukuni_img img{max-width:49%;}
.news dd.yasukuni_kinenshi img{width:80%;border:1px solid #8924a4;}
@media screen and (max-width: 479px) {
.news dd.yasukuni_img{display:block;}
	.news dd.yasukuni_img img{max-width:100%;}
}
.news dd.kagurazaka p{
	text-align:left;
	margin-bottom:0.5em;
	max-width:27em;
	margin:0 auto;
}

/* youtube */
iframe{width: 95%;max-width:500px;aspect-ratio: 16 / 9;margin:0 auto;}

/* bosyu */
#bosyu {text-align:center;padding:20px;margin-bottom:60px;background-color:#f3ecff;border-radius:10px;}
#bosyu h1{margin-bottom:0.5em;}
#bosyu p:last-child{margin-bottom:0;}
#bosyu .btn a{background-color:#8924a4;}



/* まち飛び */
.unkou-tbl{width:100%;max-width:700px;margin:0 auto;}
.unkou-tbl tr td{vertical-align:middle;}
.unkou-tbl tr td:first-child {width:40%;}
.unkou-tbl tr td:first-child img {width:100%;}
.unkou-tbl tr td:last-child br {display:none;}
.unkou-tbl a {border:none;font-size:0.8em;}
.unkou-tbl a img{border:1px solid #d23b4d;}



/* pickup */
#pickup {
	display:flex;justify-content:space-around;
}
#pickup div#syutsuen,
#pickup div#rensyu{
	width:45.5%;padding:20px 0;border-radius:15px;text-align:center;
}
#pickup div#syutsuen {background:#ffcc00;}
#pickup div#rensyu {background:#bacc0a;}
#pickup h1 {font-size:1.5rem;margin-bottom:2px;}
#pickup p {font-size:1.2rem;margin-bottom:0;}
#pickup .more {margin:10px 20px 0;text-align:right;font-size:1rem;}
#pickup .more::before {
    content: '> ';
	color:#fff;
}

#pickup h1 a {color:#666;border-color:#666;}
#pickup .more a {color:#fff;border:0;}
#pickup span {font-size:70%;}


a.btn_toiawase{background:#c30d23;}


.forSP{display:none;}

#twitter{width:70%;max-width:630px;margin:0 auto 30px;}



/* sp */
@media screen and (max-width:480px){

	.forSP{display:block;}

	.read h1 {font-size:142%;}
	.bosyu h1 {font-size:1.6rem;}
	#pickup {display:block;}
	#pickup div#syutsuen,
	#pickup div#rensyu{width:80%;margin:20px auto;}

	#unkou-tbl tr td:last-child br {display:block;}

	#twitter{width:80%;}
}