@charset "utf-8";
/* CSS Document */
#top{
	background-color:#0a0a0a; 
	padding:100px 0 40px 0;
}
#top .top_bg{
	width:90%;
	margin:auto;
	background-image:url(../img/page_top3.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:100% 100%;
	padding:60px 0;
}
main{
	padding-bottom:20px;
}
#top .top_bg h2{
	font-size:1.3rem;
	color:#fff;
	text-align:center;
	font-weight:500;
}
#list1{
	width:85%;
	margin-bottom:50px;
	text-align: center;
	margin:auto;
	margin-top:30px;
}
#list1 li{
	margin: 10px 20px;
}
#list1 li a{
	display:block;
	padding:10px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	color:#000;
	font-weight: 500;
}
.content{
	background-color:#fff;
	width:80%;
	margin:auto;
	padding:20px 15px 0px 15px;
	margin-top:30px;
	margin-bottom:30px;
	border-radius: 8px;
}
.content .content2{
	width:100%;
}
.content .content2 .cate_title{
	margin:auto;
	width:80%;
	text-align:center;
	font-weight: 500;
	font-size:1.1rem;
	background-color: #000;
	color:#fff;
	border-radius: 20px;
	padding:5px 10px;
	box-sizing: border-box;
	margin-top:10px;
}
.content .content2 .cate_box{
	margin:auto;
	width:95%;
	margin-top:30px;
	margin-bottom:30px;
}
.content .content2 .cate_box .left{
	width:50%;
}
.content .content2 .cate_box .box_title1{
	font-weight: 700;
	margin:0px 0 7px 5px;
}
.content .content2 .cate_box .box_txt1{
	text-align: right;
	padding-right:5px;
	margin-bottom:5px;
	color:#3c2415;
}
.content .content2 .cate_box .box_txt1:empty{
	display:none;
}
.content .content2 .cate_box .box_photo{
	text-align: center;
}
.box_photo h4:empty{
	display:none;
}
.box_photo h4{
	padding-top:10px;
	display:inline-block;
	text-align:left;
}
figure img{
	width:100%;
	height:auto;
}
figure{
	width:70%;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.line{
	background-image: url(../img/line.png);
	position:center;
	background-repeat: no-repeat;
	background-size:100% 3px;
	padding-top:10px;
}
/*ここからスマホ用（700px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
.content .content2 .cate_box .line{
	background-size:100% 2px;
}
.box_photo{
	text-align: center;
}
figure{
	width:80%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
}