@charset "utf-8";
/*====Menu all====*/
.user_head_nav{
	width: 1120px;
	margin:auto;
	min-width:1120px;
	/* box-shadow: 0px 0px 2px #000; */
	/* padding: 10px 0px; */
	padding-top: 0;
}
.user_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.user_head_nav ul li{
	display:inline-block;
}
.user_head_nav ul li a{
	width: 183px;
	text-align: center;
	padding: 10px 0px;
	margin:0px 2px;
	color: #FFFFFF;
	display:block;
	text-decoration:none;
	background: #878383;
}
.user_head_nav ul li a:hover{
	background: #B4B1B0;
	text-decoration:none;
	color: #FFFFFF;
}

.footer_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.footer_nav ul li{
	display:inline-block;
	position:relative;
}
.footer_nav ul li:after{
	position:absolute;
	content:"➥";
	top:12px;
	left:0;
	color:#fff;
}
.footer_nav ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}
.kh_side_nav{
	margin-bottom:15px;
	box-shadow: 0px 0px 1px #6C5F5F;
	padding-bottom: 15px;
	/* background: #FFFFFF; */
}
.kh_side_nav ul{
	list-style-type:none;
	padding-top: 10px;
}
.kh_side_nav ul li{
	display:block;
}
.kh_side_nav ul li a{
	display:block;
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #fff;
}
.kh_side_nav ul li a:hover{
	background: #878383;
	color:#fff;
	text-decoration:none;
}
.navigation_menu{
	width:30%;
	float: right;
	margin-right: 10px;
}
.navigation_menu ul{
	list-style-type:none;
}
.navigation_menu ul li{
	display:block;
}
.navigation_menu ul li a{
	display:block;
	padding: 21px 0px;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	margin-bottom:5px;
	border: 1px solid #ddd;
	background: #C6895D;
}
.navigation_menu ul li a:hover{
	background: #B97C50;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width:480px){
.user_head_nav{
	width:100%;
	min-width:100%;
}
.user_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.user_head_nav ul li{
	width:100%;
	display:block;
}
.user_head_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	width: 100%;
}

.footer_nav ul{
	display:block;
}
.footer_nav ul li{
	display:block;
}
.footer_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.kh_side_nav{
	padding-bottom:0px;
}
.kh_side_nav ul{
	padding-top:0;
}
.kh_side_nav ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	margin-left: 0;
	margin-right: 0;
}
.navigation_menu{
	width:100%;
	margin-left: 0;
	margin-right: 0;
}
.navigation_menu ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	padding: 0;
	line-height: 52px;
}
}
/*====End Menu all====*/
body{font-size: 13px;background: #C1AD9F;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	
}
h2 {
	text-align:center;
	padding: 8px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #282828;
	box-shadow: 0px 0px 3px #C3855F;
}
h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #F32424;
}
a:hover{
	text-decoration: underline;
}

.user_head{
	width:100%;
	min-width:1120px;
}
.user_head_banner{
	width: 66%;
	float: left;
	margin-left: 10px;
}
.user_head_banner img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.user_head_h1{
	width: 1120px;
	margin:auto;
	min-width:1120px;
	background: #C3855F;
	border-bottom: 3px solid #FFFFFF;
}
.user_head_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 20px;
	text-align:center;
}
.user_head_h1 h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.user_head_h1 h1 a:hover{
	text-decoration: underline;
}

.sidebar_Block{
	margin:0px;
	padding:0px;
}
.sidebar_Block:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.text_area_s{
	padding: 15px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px solid #D9D3D0;
	/* background: #FFFFFF; */
}
.text_area_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.text_area_s img{
	width:100%;
	margin-bottom:5px
}
.text_area1{
	padding: 15px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px solid #D9D3D0;
	/* background: #FFFFFF; */
}
.text_area1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.text_area1 img{
	width:45%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 0px;
}
.info_more a{
	padding:2px 15px;
	margin:5px;
	float: right;
	color: #FFFEFB;
	text-decoration:none;
	background: #C3855F;
	margin-right: 0;
	box-shadow: 0px 0px 10px #EDC1A6 inset;
}
.info_more a:hover{
	text-decoration:none;
	background: #845437;
	color: #FFFFFF;
}
.slot_cont_2{
	margin:0px;
	padding:0px;
	
}
.slot_cont_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.text_area2{
	float:left;
	margin-right: 20px;
	width: 44%;
	padding: 15px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px solid #BEBCBA;
	background: #FFFFFF;
}
.text_area2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.text_area2 img{
	width:100%;
	margin-bottom:5px;
}
.text_area2:first-child{
	margin-left:0px;
}
.text_area2:nth-child(2){
	margin-right:0px;
	float: right;
}
.text_area2:nth-child(4){
	margin-right:0px;
	float: right;
}

.content_plus{
	margin-bottom: 15px;
	padding: 15px;
	padding-bottom: 15px;
	border: 1px solid #D9D3D0;
	/* background: #FFFFFF; */
}
.content_plus img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0px;
}
.master_link{
	margin-bottom:15px;
	padding: 15px;
	padding-bottom:15px;
	border: 1px solid #D9D3D0;
	/* background: #FFFFFF; */
}
.master_link ul{
	list-style-type:none;
}
.master_link ul li{
	line-height:30px;
	
}
.footer{
	/* width: 1120px; */
	margin:auto;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 1120px;
	background: #C3855F;
	color: #282727;
}
.footer a{
	text-decoration: underline;
	color:#fff;
}
.footer a:hover{
	text-decoration: none;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
	display: flex;
	justify-content: center;
}
.sub_page{
	margin-right: 10px;
	/* width: 64%; */
	padding: 15px;
	padding-bottom:10px;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
	/* background: #fff; */
	margin-left: 10px;
	box-shadow: 0px 0px 1px #ADADAD;
}
.access_wp{
	width:1120px;
	margin:auto;
	padding:0;
	min-width:1120px;
	background: #E9E7EA;
}
.access_wp:after{
	content:"";
	clear:both;
	display:block;
}
.main_page{
	width: 66%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.sub_page img{
	width: 35%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 18px;
}
.kh_side{
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.star_inside{
	width:1120px;
	min-width:1120px;
	margin:auto;
	margin-bottom:10px;
	margin-top:10px;
	background: #C3855F;
	padding: 10px 0px;
	box-shadow: 0px 0px 1px #696969;
}
.star_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){
p{
	padding-left: 15px;
	padding-right: 15px;
}
h3{
	padding-left: 15px;
}
.user_head{
	width:100%;
	min-width:100%;
}
.user_head_banner
{
	width:100%;
	float: none;
	margin-right: 0px;
	margin-left: 0;
}
.user_head_h1{
	width:100%;
	min-width:100%;
}
.user_head_h1 h1{
	font-size:14px;
	border-top: 1px solid #ddd;
}
.access_wp{
	width:100%;
	min-width:100%;
}
.main_page
{
	width:100%;
	border:0;
	margin:0;
	/* margin-top:10px; */
	margin-right: 0;
}
.kh_side{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-left: 0;
}

.text_area_s{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.text_area_s img{
	width:100%;
	float:none;
	margin:0px;
}
.text_area1{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.text_area1 img{
	width:100%;
	float:none;
	margin:0px;
}
.text_area2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-right: 0;
	padding-left: 0;
}
.text_area2 img{
	width:100%;
	margin:0px;
}

.content_plus{
	margin:0;
	background: #fff;
	border: 0;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.content_plus img{
	width:100%;
	float:none;
	margin:0px;
}
.master_link{
	width:100%;

	margin:0;
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0px 0px;
}
.master_link ul li{
	padding-left: 15px;
	padding-right: 15px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_page{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	padding-left: 0;
	padding-right: 0;
	/* margin-top:10px; */
}
.sub_page img{
	width:100%;
	float:none;
	margin:0px;
}
.star_inside{
	width:100%;
	min-width:100%;
	padding: 0;
	margin: 0;
}
}