/*
	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%;


}
.hentry,#single-main .post-sub{

}

html {

}

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


#main-wrap {
    width: 1200px;
    margin: 0 auto;
	z-index:10!important;
}

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

/*見出し*/
h2,.siteorigin-widget-tinymce h2 {
	font-size:1.2em!important;
}
h3,.siteorigin-widget-tinymce h3 {
	font-size:1.15em!important;
}
h4,.siteorigin-widget-tinymce h4 {
	font-size:1.15em!important;
}
h5,.siteorigin-widget-tinymce h5 {
	font-size:1.1em!important;
	display:inline-block;
	padding:8px 15px;
	background:#FF913D;
	color:#FFFFFF;
	border-radius: 10px;
	line-height:100%;
}



/*その他ページ　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;
	border-right:0;
	margin-top:-40px;
	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(99,210,224,0.48);
    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: 30px!important;
    height: 30px!important;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	background:rgba(99,210,224,0.48);
}

.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:rgba(118,118,118,1.00);
    top: calc(50% - 1.5px);
}

.drawer-nav-btn:before {
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid :rgba(118,118,118,1.00);;
}

.drawer-nav-btn:after {
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid :rgba(118,118,118,1.00);;
}

.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;
}