
ul.menu{
	margin:0 0 50px 0;
}
ul.menu::after,ul.sub_menu::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.menu li{
	border:1px solid #9a794d;
	display: inline-block;
	margin:0 0 10px 0!important;
}
ul.menu li.on{
	background:#9a794d;
	color:#fff;
}
ul.menu li a{
	display: block;
    width: 100%;
    height: 100%;
    position: relative; /* このaタグを基準に矢印を作成 */
	color:#9a794d;
	padding:5px 25px 20px 25px;
}
ul.menu li.on a{
	color:#fff;
}
ul.menu li a:hover{
	text-decoration: none;
}
ul.menu li a:after {
    content: '';
    position: absolute;
    top:28px;
    right: 60%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #9a794d; /* 線の太さ */
    border-right: 2px solid #9a794d; /* 線の太さ */
    transform: rotate(135deg); /* 右向き矢印 */
}
ul.menu li.on a:after {
	border-top: 2px solid #fff; /* 線の太さ */
    border-right: 2px solid #fff; /* 線の太さ */
}
ul.menu li:nth-of-type(6){
	margin:0 0 10px 0;
}
ul.menu li:nth-of-type(7),ul.menu li:nth-of-type(8),ul.menu li:nth-of-type(9){
	border:1px solid #FF0000;
	float:right;
	background: #ff0000;
	font-family:'NotoSans_L';
	margin-left:5px!important;
}
ul.menu li:nth-of-type(7) a,ul.menu li:nth-of-type(8) a,ul.menu li:nth-of-type(9) a{
	color:#fff;
	padding:5px 25px 5px 25px;
}
ul.menu li:nth-of-type(7) a:after,ul.menu li:nth-of-type(8) a:after,ul.menu li:nth-of-type(9) a:after{
	border:0;
	
}
p.seen_txt{
	color:#fff;
	width:800px;
	margin:50px auto 20px auto;
}
.seen_box{
	width:800px;
	margin:150px auto 0 auto;
	color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position: relative;
}
.seen_box::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.seen_box img.bn{
	position: absolute;
	top:-120px;
	left:-1px;
}
.left_box{
	width:450px;
	float:left;
	padding:10px;
}
.right_box2{
	width:345px;
	float:right;
	padding:10px;
}
.left_box img,.right_box2 img{
	width:100%;
}
.left_box h3,.right_box2 h3{
	color:#d1c367;
	margin-bottom:20px;
}
.seen_box p,.right_box2 p{
	font-family:'NotoSans_L';
	font-size:16px;
	margin-bottom:15px;
}
.seen_box a.link,.right_box2 a.link{
	float:right;
}