@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#top_div{
		margin-bottom: 0;
	}
	#sub_slide{
		padding: 40px 0 50px;
		text-align: center;
	}
	#sub_slide h2{
		width: 1080px;
		margin: 0 auto;
		text-align: center;
		color: #ffffff;
		background-color: rgb(0, 0, 0, 0.3);
		border: 1px solid #ffffff;
		border-radius: 10px;
		font-size: 2.6rem;
		line-height: 35px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 20px 0;
	}
	#main_div figure{
		text-align: center;
	}

	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 720px;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 80px 40px 0;
		margin: 0 auto;
	}
	#cate_list{
		padding: 10px;
		font-size: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cate_list li{
		display: inline-block;
		width: 30%;
		font-size: 1.2rem;
		vertical-align: top;
		margin: 5px 5px;
	}
	#cate_list li a{
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #ffffff;
		background-color: transparent;
		border: 1px solid #ffffff;
		letter-spacing: 1px;
		padding: 8px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#cate_list li a:hover{
		color: #ffffff;
		background-color: #985E41;
		border: 1px solid #ffffff;
	}
	#cate_list li.active a{
		color: #ffffff;
		background-color: #985E41;
		border: 1px solid #ffffff;
	}
	.cate{
		text-align: center;
		padding: 40px 0 20px 0;
	}
	.cate h3.cate_title{
		display: inline-block;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 8px 10px;
		text-align: center;
		letter-spacing: 1px;
	}
	.cate .cate_img1{
		width: 70%;
		background-color: #ffffff;
		padding: 3px;
		margin: 20px auto;
	}
	.cate img{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1{
		color: #ffffff;
		text-align: left;
		font-size: 1.4rem;
		line-height: 200%;
		margin: 20px 20px 20px;
	}
	.cate .cate_txt1:empty{
		display: none;
	}
	.cate .cate_txt2{
		color: #ffffff;
		text-align: left;
		font-size: 1.4rem;
		line-height: 200%;
		padding: 10px;
		margin: 10px 0 30px;
	}
	.cate .cate_txt2:empty{
		display: none;
	}
	.menu_page_top{
		color: #ffffff;
		text-align: right;
		font-size: 1.3rem;
		padding: 10px 0 0 0;
	}
	.menu_page_top a{
		color: #ffffff;
	}
	/* 項目 */
	.cate_box{
		width: 100%;
		display: table;
		table-layout: fixed;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box p{
		display: table-cell;
		vertical-align: top;
		color: #ffffff;
		text-align: left;
		font-size: 1.3rem;
		padding: 10px 10px;
		border-right: 1px solid #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box p:empty{
		display: none;
	}
	.cate_box:first-of-type p{
		border-top: 1px solid #ffffff;
	}
	.cate_box p:first-of-type{
		width: 60%;
	}
}

@media only screen and (max-width : 768px ){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		margin: 0 auto;
	}
	.slide_bg{
		padding: 5px 0;
		background-image: url(../images/stripe.png), url(../images/stripe.png);
		background-position: left top, left bottom;
		background-repeat: repeat-x ,repeat-x;
		background-size: auto 5px, auto 5px;
	}
	#sub_slide{
		padding: 20px 0 20px;
		background-color: rgb(0, 0, 0, 0.3);
		text-align: center;
	}
	#sub_slide h2{
		margin: 0 auto;
		text-align: center;
		color: #ffffff;
		font-size: 2.0rem;
		line-height: 35px;
		text-indent: 3px;
		letter-spacing: 3px;
	}
	#main_div figure{
		text-align: center;
	}
	
	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 90%;
		padding: 60px 0 0;
		margin: 0 auto;
	}
	#cate_list{
		width: 96%;
		margin: 0 auto;
		text-align: left;
		font-size: 0;
		color: #ffffff;
	}
	#cate_list li{
		display: block;
		width: 100%;
		margin: 5px auto;
	}
	#cate_list li a{
		display: block;
		text-align: center;
		font-size: 1.2rem;
		color: #ffffff;
		background-color: transparent;
		border: 1px solid #ffffff;
		letter-spacing: 1px;
		padding: 10px 5px;
	}
	#cate_list li.active a{
		color: #ffffff;
		background-color: #985E41;
		border: 1px solid #ffffff;
	}
	.cate{
		text-align: center;
		padding: 40px 0 0 0;
	}
	.cate h3.cate_title{
		display: inline-block;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 5px 10px;
		text-align: left;
	}
	.cate .cate_img1{
		width: 70%;
		background-color: #ffffff;
		padding: 3px;
		margin: 20px auto;
	}
	.cate img{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1{
		color: #ffffff;
		text-align: left;
		font-size: 1.3rem;
		line-height: 180%;
		margin: 20px 0 30px ;
	}
	.cate .cate_txt1:empty{
		display: none;
	}
	.cate .cate_txt2{
		color: #ffffff;
		text-align: left;
		font-size: 1.3rem;
		line-height: 180%;
		padding: 10px 0;
		margin: 30px 0 30px;
	}
	.cate .cate_txt2:empty{
		display: none;
	}
	.menu_page_top{
		color: #ffffff;
		text-align: right;
		font-size: 1.2rem;
		margin: 10px 0 0 0;
	}
	.menu_page_top a{
		color: #ffffff;
	}
	/* 項目 */
	.cate_box{
		width: 100%;
		display: table;
		table-layout: fixed;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box p{
		display: table-cell;
		vertical-align: top;
		text-align: left;
		font-size: 1.3rem;
		padding: 10px 5px;
		border-right: 1px solid #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box p:empty{
		display: none;
	}
	.cate .cate_box:first-of-type p{
		border-top: 1px solid #ffffff;
	}
	.cate .cate_box p:first-of-type{
		width: 60%;
	}
}

@media only screen and (max-width : 420px ){
	
}