﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.menu_head{
	width: 100%;
	margin:auto;
	min-width: 1100px;
}
.navi_container:after{
	clear:both;
	content:"";
	display:block;
}
.navi_container ul{
	list-style:none;
	padding: 0;
	position:relative;
	text-align: center;
	z-index: 1;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #ffffff;
	background: #fff;
	box-shadow: inset 0 0 2px #a3a3a3;
}

.navi_container ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.navi_container ul li a{
	text-decoration:none;
	display:block;
	color: #404040;
	padding: 10px 21px;
}

.navi_container ul li a:hover{
	color: #232323;
	background: rgb(209, 164, 97);
}

@media screen and (max-width: 480px) {
	.navi_container{
		width: 99%;
		min-width:inherit;
		margin: auto;
	}
 .navi_container ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	position:relative;
	width: 100%;
}
.navi_container ul li{
	display:block;
	text-align:center;
	width:100%;
	padding: 0;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
	margin-left:0px;
}

.navi_container ul li a{
	text-decoration:none;
	display:block;
	color: #3a3a3a;
	border-radius: 0;
	padding: 8px 0;
}
.navi_container ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 16px;
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background: #CFCBCB;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #FF2F2F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.window
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
}
.window:after
{
	content: "";
	display: block;
	clear: both;
}
.site_controller
{
	width: 1100px;
	margin: auto;
	padding-top: 15px;
}
.site_controller:after
{
	content: "";
	display: block;
	clear: both;
}
.window_title{
	width: 1100px;
	min-width: 1100px;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	background: #866D11;
	box-shadow: inset 0 0px 3px;
	margin: auto;
}

h1
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
}
h3{
	padding-left: 18px;
	margin-top: 10px;
	font-size: 17px;
	color: #3F3F3F;
	/* background: #ededed; */
	overflow: hidden !Important;
	border-bottom: 1px dotted #ddd;
}

li h3 {
    padding-left: 0px;
}

/* ============== start h2 ==================*/
h2{
    padding:8px;
    border-bottom: 6px solid #785F0F;
    padding-left: 15px;
    position:relative;
    font-size: 16px;
}
h2:after{
    content:"";
    position:absolute;
    width: 19px;
    height:6px;
    background-color: #FFFA59;
    left: 13px;
    bottom: -6px;
}

h2:before{
    content:"";
    position:absolute;
    width:15px;
    height:6px;
    background-color: #785F0F;
    left: 0px;
    bottom: -6px;
}
h2:before{
	/* content: "✔"; */
	padding-right:10px;
	font-size: 22px;
	color: #FFFFFF;
}
h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}


/* ============== start head_controller  ==================*/

.head_controller{
	width:1100px;
	margin:auto;
	clear: both;
}

.blog_img{
	width: 65%;
	margin:0;
	float: right;
}
.blog_img img{
	width: 97%;
	padding: 11.5px;
	background: #866D11;
	margin: auto;
}

.banner_menu{
	width: 33%;
	float: left;
	padding: 10px;
	background: #866D11;
}
.blog_img:after,
.banner_menu:after,
.head_controller:after
{
	content:"";
	display:block;
	clear:both;
}

.main_side_navi {
    /* background: #B79057; */
    overflow: hidden;
}
.main_side_navi ul{
    margin:0px;
    padding:0px;
    list-style:none;

}
.main_side_navi ul li{
    display: inline-block;
    margin-right: -5px;
    width: 100%;
}
.main_side_navi ul li a{
    display:block;
    text-decoration:none;
    color: #FFFFFF;
    line-height: 48px;
    position:relative;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    margin: auto;
    margin-bottom: 5px;
    border-left: 8px solid #ddd;
}

.main_side_navi ul li a:hover{
    background-color: rgb(156, 130, 34);
    /* color: #2f2f2f; */
} 
@media screen and  (max-width: 480px){
    .main_side_navi{
        min-width: 100%;
    }
    .main_side_navi ul li{
    	display:block;    	
    }
    .main_side_navi ul li a{
    	width: 100%;
    	display: block;
    	padding: 0px 0;
    }
    .main_side_navi ul li a:hover{
    	/* background: #ffffff; */
    }
    .main_side_navi ul li a:after{
    	display:none;
    	width:0;
    	height:0;
    	border:none;
    }
}
/* ============== End banner_menu  ==================*/


/* ============== Start Menu Side Bar ==================*/
.post_infor h2{
	/* text-align:center; */
	/* text-indent:0; */
	/* margin:0; */
}
.abanner_menugation {
    max-width:250px;
    margin-bottom: 20px;
    border: 5px solid #b79057;
}
.abanner_menugation ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.abanner_menugation ul li{
    display:block;
}
.abanner_menugation ul li a{
    display:block;
    text-decoration:none;
    padding: 8px;
    position:relative;
    background-color: rgba(255, 255, 255, 0.89);
    margin-bottom: 1px;
    color: #494949;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.abanner_menugation ul li:nth-child(even) a{
	background: #f4f4f4;
}
.abanner_menugation ul li a:hover{
	background: #fb8835;
	color: #FFFFFF;
}

@media   screen and (max-width: 480px){
    .abanner_menugation {
      min-width: 98%;
}
.abanner_menugation ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.abanner_menugation ul li{
    display:block;
    text-align:center;
}
.abanner_menugation ul li a{
    display:block;
    text-decoration:none;
    position:relative;
}

}
/* ============== End Menu Side Bar ==================*/

.content_absolute img
{
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 22px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_block_style_01
{
	width: 35%;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 5px;
	box-shadow: 0 0 1px #B3B3B3;
	background: #ffffff;
	border: 2px solid #593932;
}
.image_block_style_02
{
	width: 100%;
	margin: auto;
	padding: 0px;
	border-bottom: 1px solid #ddd;
	background: #ffffff;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #CBCBCB;
}
.image_block_style_03
{
	width: 100%;
	margin: auto;
	padding: 0px;
	background: #ffffff;
}
.image_block_style_01:after,.image_block_style_02:after,.image_block_style_03:after
{
	content:"";
	display:block;
	clear:both;
}


.post_infor_main
{
	width: 76.3%;
	float: right;
	margin: 0;
	padding: 0;
}
.post_infor_main:after
{
content: "";
display: block;
clear: both;
}

.post_infor_sub{
	/* width: 76.3%; */
	float: left;
	margin: 0;
}
.post_infor_sub:after
{
content: "";
display: block;
clear: both;
}

.post_infor
{
	width: 22%;
	float: left;
	margin: 0;
}
.post_infor:after
{
content: "";
display: block;
clear: both;
}


.link_controller
{
	margin: 0;
	padding: 0;
	clear: both;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 1px #474747;
}
.link_controller:after
{
	content: "";
	display: block;
	clear: both;
}

.block_view_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 0 1px #474747;
}
.block_view_01:after
{
	content: "";
	display: block;
	clear: both;
}
.block_view_02 h2{
	text-align:center;
	text-indent:0;
	padding:10px 0;
}
.block_view_02
{
	width: 48.8%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px #424242;
	position:relative;
	background: #ffffff;
}
.block_view_02:before{
	content:"";
	background: url(../images/bg.png) repeat-x bottom;
	width:100%;
	height:100%;
	position:absolute;
	bottom: -13px;
	z-index: -1;
}

.block_view_02:after
{
	content: "";
	display: block;
	clear: both;
}

.block_view_02:first-child
{
	margin-left: 0px;
}
.block_view_02:nth-child(2)
{
	margin-right: 0px;
}
.block_view_02:nth-child(4)
{
	margin-right: 0px;
}

.block_view_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: none;
	box-shadow: 0 0 1px #474747;
	background: #fff;
}

.block_view_03:after
{
	content: "";
	display: block;
	clear: both;
}

.block_view_03 h2{
	/* border:0; */
	/* background: #FFFFFF; */
	/* padding: 7px 0; */
	/* text-align: center; */
	/* margin: 0; */
	/* text-indent: 0; */
	/* box-shadow: none; */
	/* border-top: 4px double #ECC383; */
	/* border-bottom: 4px double #ECC383; */
}
.block_view_03 h2:before,.block_view_03 h2:after{
	/* content:""; */
	/* width:0; */
	/* border:0; */
}

.Content_block
{
	padding: 0;
	margin: 0;
}
.Content_block:after
{
	content: "";
	display: block;
	clear: both;
}
.content_absolute{
	padding-bottom:20px;
	background: #FFFFFF;
	margin-bottom:20px;
	box-shadow: 0 0 1px #474747;
}
.link_controller ul
{
	list-style: none;
	padding-top: 10px;
}
.link_controller li
{
	border-bottom: 1px dotted #cbcbcb;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 38px;
}
p.more_news a
{
	float: right;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 16px;
	background: #785F0F;
	border: 1px solid #ECC383;
}

p.more_news a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	border-color: #fff;
	background: #A08120;
}
.footer_controller
{
	padding-top: 5px;
	color: #FFF;
	margin: auto;
	width: 100%;
	min-width: 1100px;
	text-align: center;
	word-wrap: break-word;
	padding-bottom: 15px;
	background: #785F0F;
}
.footer_controller:after{
	content:"";
	display:block;
	clear:both;
}
.footer_controller a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_controller a:hover
{
	text-decoration: none;
}


.footer_controller_nav ul{
	margin:0;
	padding: 10px 0;
	display:flex;
	justify-content:center;
	background-color: #fff;
}
.footer_controller_nav ul li {
	list-style:none;
	
}
.footer_controller_nav ul li a{
	padding:10px;
	position: relative;
}

.footer_controller_nav ul li a:before{
	content: "➠";
	top: 0px;
	margin-right: 10px;
}

.footer_controller_nav ul li a:hover{
	/* text-decoration: none; */
	/* background: rgba(255, 255, 255, 0.2); */
	/* color: #FF912F; */
}


.social
{
	width: 1100px;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: flex-start;
	padding: 15px 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}

@media screen and (max-width: 480px){
.window{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}
h2{
	text-align:center;
	text-indent:0;
}
.site_controller
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
}
.window_title{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
}

.head_controller{
	width: 100%;
	min-width:inherit;
}

.blog_img,.banner_menu{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}
.blog_img img{
	width: 100%;
	margin: 0px auto;
	display: block;
	padding: 0;
}

/* ========= start menu ============*/	

/* ========= end menu ============*/


.post_infor_main,.post_infor_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}


.post_infor
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.content_absolute,
.block_view_01,
.block_view_02
{
	float: none;
	width: 100%;
	/* padding:0; */
	/* margin:0; */
}
.block_view_03
{
	float: none;
	width: 100%;
}


.Content_block
{
	width: 100%;
	margin: auto;
	clear: both;
}

.content_absolute img,
.image_block_style_01,
.image_block_style_02,
.image_block_style_03
{
	width: 100%;
	padding: 0px;
	margin:0;
	float: none;
	box-shadow: none;
	border: 0;
}

.link_controller{
	margin-bottom:20px;
}

.footer_controller
{
	width: 100%;
	min-width: inherit;
	padding-top: 5px;
}
.footer_controller_nav ul{
	display:block;
	background-size: 100%;
	background: #fff;
	padding: 0;
}
.footer_controller_nav ul li a{
	padding:10px;
	display:block;
}
.footer_controller_nav ul li a:hover{
	text-decoration:none;
	color: #404040;
	background: rgb(228, 221, 215);
}
.footer_controller_nav ul li a:before{
	content:"";
}
.social{
	width:100%;
	justify-content:center;
	margin-top:20px;
}
}/*end-mobile*/
