@charset "UTF-8";
/* CSS Document */


header{
width: 100%;
height: auto;
position: relative;
text-align: center;
}

.h_ba01{
background: url("../img/page/mainimg01.jpg") no-repeat center center;
background-size: cover;
}

.h_ba02{
background: url("../img/page/mainimg02.jpg") no-repeat center center;
background-size: cover;
}


header h1{
width: 20%;
position: absolute;
top: 5%;
left: 3%;
}

header h2{
font-size: 4.5rem;
padding: 15% 0;
letter-spacing: 0.5em;
text-shadow    : 
       2px  2px 5px #ffffff,
      -2px  2px 5px #ffffff,
       2px -2px 5px #ffffff,
      -2px -2px 5px #ffffff,
       2px  0px 5px #ffffff,
       0px  2px 5px #ffffff,
      -2px  0px 5px #ffffff,
       0px -2px 5px #ffffff;        /* 文字の影 */
}

.honbun_01{
font-size: 1.8rem;
text-align: center;
padding: 1% 0;
}

.news_honbun p{
font-size: 1.8rem;
padding: 1% 0;
}

.midashi_02{
background: #193931;
text-align: center;
font-size: 1.9rem;
color: #fff;
margin-bottom: 2%;
}

.list_section_01{
margin-top: 2%;
margin-bottom: 4%;
}

.list_section_01 div{
}

.list_section_01 div ul{
display: flex;
flex-wrap: wrap;
}

.list_section_01 div ul li{
width: 33%;
text-align: center;
font-size: 1.8rem;
}

.page_section_01{
background: #193931;
padding: 4% 0;
text-align: center;
}

.page_copy_01{
color: #fff;
font-size: 4.5rem;
margin-top: 1%;
letter-spacing: 0.3em;
}

.page_section_02{
padding: 4% 0;
background: #fffaec;
text-align: center;
}

.page_dl_01{
font-size: 1.8rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 500px;
margin: 0 auto;
text-align: left;
margin-top: 2%;
font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
}

.page_dl_01 dt{
width: 20%;
margin-top: 4%;
}

.page_dl_01 dd{
width: 80%;
margin-top: 4%;
}

.page_dl_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 670px;
margin: 0 auto;
margin-top: 4%;
}

.page_dl_02 dt{
background: #193931;
color: #fff;
font-size: 2.2rem;
width: 5%;
line-height: 1.5em;
}

.page_dl_02 dd{
width: 93%;
font-size: 2.2rem;
text-align: left;
margin-bottom: 5%;
line-height: 1.5em;
}



.crumb{
font-size: 1.2rem;
margin-bottom: 4%;
}


.news_section{
width: 1100px;
margin: 3% auto;
position: relative;
}

.page_news_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	border-top:none;
	padding-top:0;
	}

.page_news_list dt{
	width:15%;
	font-size:1.7rem;
	padding-top:1.5%;
	padding-bottom:1.5%;
	border-bottom:#CCCCCC 1px dashed;
	}



.page_news_list dd{
	width:82%;
	font-size:1.7rem;
	padding-top:1.5%;
	padding-bottom:1.5%;
    padding-left: 3%;
	border-bottom:#CCCCCC 1px dashed;
	}
    
    

.prevnext{
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: 1.4rem;
width: 100%;
}

.prevnext li{
margin: 2%;
}