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

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

body{
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height:160%;
	background:#F5FFEB;
}
.hentry,#single-main .post-sub{

}

html {

}

#nav_fixed .logo {
	display:block;
}/*スクロールした時のタイトル*/


#main-wrap {
    width: 1200px;
    margin: 0 auto;
	z-index:10!important;
	padding-top:60px!important;
	padding-bottom:50px;
}

.block1200 {
	width:1200px;
	margin: 20px auto;
	padding:10px;
	z-index:10!important;
	padding-bottom:50px;
}
.content {
	padding-bottom:50px!important;
}
.pagetitle {
	font-size:1.8em;
	font-weight:bold;
}

/*ヘッダー*/

header.header-wrap {
	position:fixed!important;
	background:url(/kanri/wp-content/uploads/top/headerback.jpg) top left no-repeat;
	opacity: 0.8;
	width:100%;
	padding:0!important;
}
header.header-wrap:hover {
	opacity: 1;
}
header.header-wrap .menu a {
	color:#FFFFFF;
	text-shadow:none;
	font-weight:100!important;
}
header.header-wrap .menu a:hover {
	color:#FFFFFF;
	text-shadow: 0 0 8px #FFFFFF;
	background:#5E9364;
}
header.header-wrap ul.sub-menu a {
	color:#FFFFFF;
	text-shadow:none;
	background:#5E9364;
}
header.header-wrap ul.sub-menu a:hover {
	background:#2C622F;
	text-shadow: 0 0 8px #FFFFFF;
}
header.header-wrap .toplinkFB img {
	margin:10px;
	width:40px;
}
.header-logo {

}

/*-----------------------
　　footer　
-----------------------*/

/*フッター*/
#bottom-footer {
	background:#65B564!important;
	padding:30px calc( 10/100 * 100vw);
	display:block;
	clear:left;
}
#bottom-footer .footerboxleft {
	width:60%;
	float:left;
	padding-top:7%;
	padding-bottom:80px;
	background:url(/kanri/wp-content/uploads/top/terra120.png) top center no-repeat;
	background-size:50%;
	text-align:center;
}
#bottom-footer .footerboxleft p.title {
	font-size:1.2em;
	font-weight:bold;
}
#bottom-footer .footerboxleft p {
	font-size:1.0em;
	font-weight:bold;
}
#bottom-footer .footerboxright {
	width:40%;
	float:left;
	text-align:center;
}
#bottom-footer .footerboxright img {
	max-width:300px;
}
#bottom-footer .link1 {
	width:90%;
	text-align:center;
	margin:0 auto;
}
#bottom-footer .link1 a {
	margin:20px 0 10px 0;
	display:block;
	padding:8px;
	background:#FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	font-size:1.1em;
	font-weight:bold;
	border-radius: 10px;
	color:#DF55D1;
}
#bottom-footer .link1 a:hover {
	color:black;
	background:#FFDCFB;
}
#bottom-footer .link2 {
	text-align:center;
	font-size:0.9em;
	
}
#bottom-footer .link2 a {
	display:inline-block;
	margin:12px 0;
	padding:0 12px;
	color:#FFFFFF;
}


#bottom-footer img.logo {
	float:left;
	margin:0 10px;
	max-width:180px;
	padding:0;
}
#bottom-footer .footertitle {
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
}
#bottom-footer .footeradd {
	margin-top:10px;
	line-height:1.2em;
	color:#FFFFFF;
	font-size:0.95em;
}
/*-------------------------
　シングルページ
-------------------------*/
h1.singletitle {
	font-size:1.5em!important;
	font-weight:100;
	padding:20px;
	text-align:center;
	border:1px solid #C7C7C7;
}
.post-meta-bottom {
	width:100%;
	text-align:right!important;
}
.single-post-main .content {
	margin:8px;
	font-size:1.0em;
}
.panel-layout {
	font-size:1.1em;
}

/*その他ページ　H1*/
.sonotah1 {
	margin-top:10px;
	padding:8px 20px;
	background:#FFFFFF;
  position: relative;
  padding: 2rem;
	text-align:center;
	border-radius: 30px 30px 0 0;
}

.sonotah1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

/*トップページ　余白なしフルデザイン*/
main .topfull {
	margin-top:-50px;
	margin:0 -8px;
	padding:0;
}

#main-wrap .topdesign1 {
	padding:20px 10px 50px 10px;
	border-left:80px #FFD026 solid;
	margin-top:-50px;
	background:#FFFFFF;
}
#main-wrap .topdesign2 {
	padding:20px 10px 50px 10px;
	margin-top:-30px;
	background:url(/kanri/wp-content/uploads/top/topdesign2back.png);
}

#main-wrap .topdesign3 {
	padding:20px 10px 50px 10px;
	margin-top:-30px;
	background:url(/kanri/wp-content/uploads/top/topdesign3back.png);
}
#main-wrap .topdesignblack {
	padding:8px;
	margin-top:-30px;
	background:#070707;
}


/*ドロワーメニュー*/
.drawer-overlay.active {
  cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
}

.drawer-nav-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
	
}

.drawer-nav{
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    width: 80%;
    max-width: 300px;
}


.drawer-nav{ 
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: scroll;
    position: fixed;
    left : -100%;
}

.drawer-nav.active{
    left : 0px;
}

.drawer-nav-btn {
    width: 50px!important;
    height: 50px!important;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	background:rgba(199,199,199,1.00);
}

.footermenu_col .drawer-nav-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.drawer-nav-btn span {
    height: 3px;
    background-color: #000;
    top: calc(50% - 1.5px);
}

.drawer-nav-btn:before {
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #000;
}

.drawer-nav-btn:after {
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #000;
}

.drawer-nav-btn:before, .drawer-nav-btn:after, .drawer-nav-btn span {
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 5px;
}

.drawer_content_title {
    padding: 10px;
    margin-bottom: 10px;
    background: #eee;
}

.drawer-nav .diver_widget_adarea{
  padding: 10px;
}


.drawer-nav .widget > ul:first-of-type, .drawer-nav .widget ul:first-child{
  margin:0;
  margin-top:-10px; 
}

.footermenu_col .drawer-nav-btn span,.footermenu_col .drawer-nav-btn:before,.footermenu_col .drawer-nav-btn:after{
  background:none;
  border:none;
}