@charset "utf-8";
/* CSS Document */
#home,#home *,#home *:before,#home *:after{
	box-sizing:border-box;

}
.jyusho_list,.jyusho_list *,.jyusho_list *:before,.jyusho_list *:after{
	padding:0;
	margin:0;
}
#home a{
	text-decoration: none;

}

.no1_wrap{
	width:min(100%, 675px);
	margin:0 auto 30px;
	display:flex;
	flex-direction: column;
}
figure{
	width:100%;
	height: auto;
	margin:0 0 15px;
}
figure img{
	width:100%;
	height: auto;
	margin:0 auto;
}
.no1_wrap figure.portrait{
	height:900px;
	width:auto;
}
.jyusho_list figure.portrait{
	height:200px;
	width:auto;
}
figure.portrait img{
	height:100%;
	width:auto;
}
.no1_wrap .text_wrap{
	width:100%;
	margin:0;
	padding:0;
	display:flex;
	gap:0.5em;
}
.no1_wrap .text_wrap p{
	margin:0;
	padding:0;
	font-size: 12px;
	text-align: left;
}
.no1_wrap .text_wrap p:first-of-type{
	font-size: 14px;
	font-weight: 600;
	color:#663300;
}

.no1_wrap h2{
	font-size: 25px;
	color:#D10020;
	font-weight: 900;
	text-align: left;
	position: relative;
	padding-left:25px;
	line-height: 1.8;
	margin:0;
	letter-spacing: -0.1em;
}
.no1_wrap h2 span{
	font-size: calc(100% * 0.7);
	padding-left:1em;
}


#home .jyusho_list{
	max-width:690px;
	margin:0 auto;
	display:grid;
	grid-template-columns: 213px 213px 213px;
	grid-template-rows: 40px;
	grid-auto-rows: auto;
	justify-content: space-between;
	gap:20px 0;
}
.t_title{
	font-size: 19px;
	grid-column: 1 / span 3;
	text-align: left;
	color:#D10020;
	position: relative;
	padding-left:25px;
	line-height: 2.5;
}

#home #event h2:before,.t_title:before{
	content:url("../22ph_event/img/title_kazari.jpg");
	position: absolute;
	top:0;
	left:0;
}
.t_title span{
	display:inline-block;
	padding-left:1.5em;
	font-size: 11px;
	font-weight: 400;
	color:#000;
}

.jyusho_list > div h4{
	padding:0 0 0 5px;
	margin-bottom: 15px;
	text-align: left;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CE9E6F;
	border-left-color: #CE9E6F;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}
.jyusho_list > div p{
	padding:5px;
	margin: 0;
	text-align: center;
	color:#663300;
	font-weight: 600;
}
.jyusho_list > div > a{
	display:grid;
	width: 200px;
	height: 180px;
	place-items:center;
	margin:0 auto;
}
.jyusho_list > div:nth-of-type(-n+3) > a{
	height: 230px;
}
.style1 {font-size: 12}
.title {
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CE9E6F;
	border-left-color: #CE9E6F;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	padding-left: 5px;
}
.style2 {
	color: #663300;
	margin-bottom: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	font-size:15px;
}
.title1 {	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CE9E6F;
	border-left-color: #CE9E6F;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	padding-left: 5px;
}

.yoko_img{
	width:min(90%,800px);height:auto;margin:0 auto;
}
.tate_img{
	width:min(90%,512px);height:auto;margin:0 auto;
}

img{
	width:100%;
	height:auto;
}