/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/** ヘッダーエリア **/
.header_small_menu {
	background:#7d821c!important;
    color: #fff;
}
#nav .menu-main-container {
	background:#fff!important;
}

#logo img {
	height:auto!important;
    max-width: 100%;
}
/*メニュー*/
.menu-main-container{
	background: #7d821c;
}
#onlynav ul li,
#nav_fixed #nav ul li a{
	margin:3px 2px 5px 2px;
}
#onlynav ul li a,
#nav_fixed #nav ul li a{
    margin: 0 auto;
   /* max-width: 250px;*/
    padding:8px 20px;
    color: #fff!important;
    line-height: 1.4;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: linear-gradient(to top, rgb(54, 56, 13), #dde459);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
#onlynav ul li a:hover,
#nav_fixed #nav ul li a:hover{
	background: #d4db4c!important;
    color: #7d821c !important;
	opacity: 1.0!important;
}
#onlynav ul li.current-menu-item a {
	background: #d4db4c!important;
    color: #7d821c !important;
    border-radius: 10px;
}
#onlynav ul li:hover{
	background: #d4db4c!important;
    color: #7d821c !important;
    border-radius: 10px;
}
/*モバイル*/
#scrollnav ul li a{
    background: linear-gradient(to top, rgb(54, 56, 13), #dde459)!important;
    color: #fff!important;
	padding:15px 8px!important;
}

/*カテゴリー見出し*/
.catpage_content_wrap .catpage_inner_content {
	padding:0em;
}
.catpage_content_wrap .innner {
    padding:0.5em 0;
}
/** ウィジェット見出し **/
h2.wp-block-heading {
	background: #7D821C!important;
}
#sidebar .widget_block {
	line-break: anywhere;
}

/** お知らせ **/
ul.news_style li {
	margin-bottom:10px;
}
ul.news_style li a::before{
	content: "■ ";
	color:#e66700;
}
ul.news_style li time {
	float:right;
	margin-left: 12px;
    margin-top: 4px;
}
ul.news_style li time::before{
	content: "（";
}
ul.news_style li time::after{
	content: "）";
}
#block-25 .widget:before,
#block-25 .widget:after {
	display: table;
	line-height: 0;
	content: "";
}
#block-25 .widget:after {
	clear: both;
}
#block-25 .widget {
	*zoom: 1;
}

.tag01 {
	margin:10px 50px;
	padding-bottom: 30px;
}

/** お問い合わせ **/
.txt100 {
	width:100%;
}




