/*
Theme Name: kembuchi_mobile
Theme URI: 
Author: eolas eglet
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: kembuchi_mobile2

*/

/* ------------------------- BASIC STYLE EDIT------------------------------ */

body {
	line-height: 130%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p,strong {
	margin: 0px;
	padding: 0px;
}

.maincontents ul, ol {
    padding-left: 1em !important;
}


ul li{
	margin-left: 12px;
	list-style-type: none;
	list-style-image: url(common/listicon.png);
}

ol li{
	padding-left: 10px;
	}

strong{

}

p .padding{}

table {
    background-color: #CCC;
    border-spacing: 1px;
    border-collapse: separate;
    width: 100% !important;
}

th {
	background-color: #FFC;
	text-align: center;
	font-weight: normal;
	padding: 4px;	
}

td{
	background-color: #FFF;
	padding: 8px;
	}

HR {
	    clear: both;
	display: block;
	margin-top: 32px;
	margin-bottom: 32px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;	
}

a:hover img{
	opacity: 0.6;
 	filter: alpha(opacity=60);
 	-moz-opacity: 0.6;
 }

.textshadow{
	text-shadow: 0 1px 3px #000;
	}

.hide{
	visibility: hidden;
}

.breadcrumbs {
    margin-bottom: 32px;
    margin-top: 12px;
    font-size: 12px;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 3em;
}

.breadcrumbs a.home {
    background-color: #3C9;
    padding: 8px;
    color: #FFF;
}

.searchbox{
	display: none;
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 1000;
	padding: 8px;
	background-color: #FFF;
	border-radius : 6px;
	background-color: rgba(255,255,255,0.6);
	}

.searchresult{
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 24px;
	padding-right: 16px;
	padding-left: 16px;
}

.aligncenter {
		display: block;
	margin-right: auto;
	margin-left: auto;
		}

.alignleft{
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-top: 4px;
}

.alignright{
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	margin-top: 4px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}

h1 {
    background: #f0f0f0;
    /* line-height: 1.2; */
    font-weight: bold;
    border-left: 10px solid #5b9bd5;
    font-size: large;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 1.2em;
    padding-right: 1em;
    clear: left;
}

h2 {
    line-height: 1.2;
    font-weight: bold;
    background-image: url(common/h2icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    color: #5b9bd5;
    padding-left: 28px;
    font-size: large;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-bottom: 1em;
}

h3 {
    position: relative;
    padding-left: 55px;
    color: #000;
    font-size: x-large;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: -24px;
}

h3:before {
    position: absolute;
    top: -8px;
    left: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #8BE0FE;
    content: "";
    clear: left;
}

h3:after {
    position: absolute;
    top: 8px;
    left: 21px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    height: 8px;
    width: 8px;
    content: "";
    background-color: #F4CC95;
}

h4 {
    padding: 12px;
    border: 2px solid #3588d0;
    background-color: #eef8ff;
    display: block;
    text-align: center;
    border-radius: 9px;
    clear: left;
    font-size: 14px;
}


h5 {
	line-height: 1.2;
	font-weight: normal;
	background-image: url(common/h5icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0068b7;
	padding-left: 28px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	display: block;
	    font-size: 1em;
}

h6 {
    line-height: 1.2;
    font-weight: normal;
    background-image: url(common/h6icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    color: #0068b7;
    padding-left: 28px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    display: block;
    font-size: 17px;
    /* margin-bottom: 0.8em; */
}

EM {
    /* line-height: 1.5; */
    font-weight: normal;
    background-image: url(common/delicon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 28px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
    font-style: normal;
}

.mw-google-maps-map{
	margin-bottom: 24px;
}

#sitemap_list {
    background: none !important;
    margin: 0;
    padding: 0;
}




/* ------------------------- ORIGIN STYLE EDIT------------------------------ */


.virtualparallax{
	min-height: 280px;
	max-height: 380px;
	position: relative;
	}

.metaslider2{


	overflow: visible;
	position: relative;


}

.metaslider3 {
    overflow: visible;
    position: relative;
    height: 12vh;
    overflow: hidden;
}

.whitemapping{
	width: 100%;
	background-attachment: scroll;
	background-image: url(common/whitemap.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	overflow: hidden;
	}

.paralogo{
	z-index: 50;
	margin-right: auto;
	margin-left: auto;
	}
	
.logoposi {
    position: absolute;
    left: 17%;
    /* right: auto; */
    top: 45%;
}

.logoposi2 {
    position: absolute;
    left: 17%;
    /* right: auto; */
    top: 20%;
}

.boxshadow{}

.basewidth {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
}

.basewidth700{

}

.basewidth200{

}

.margin64px{

}

.floatreset{
	clear: both;
}

.mainbg_sm{
	background-image: url(common/mainfooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.header{
	background-color: #FFF;
}
.headercont{
	height: 64px;
	position: relative;
}
.headercont_under{
	position: absolute;
	bottom: 18px;
	width: 100%;
}
.headercont_under li {
	float: left;
	display: block;
	font-weight: bold;
	color: #000;
	text-align: center;
	list-style-type: none;
	margin-left: 0px !important;
}
.headercont_under a{
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-decoration: none;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.headercont_under a:hover{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005fac;
	border-right-color: #005fac;
	border-bottom-color: #005fac;
	border-left-color: #005fac;

}

.metaslider{
	text-align: center;
	
	
}


.metaslidercont{
	text-align:center;
	}

.metaslidercont .mainlogo{
	vertical-align:middle;
	text-align: center;
	padding-top: 100px;
		}
		
.mainmenu{

}
.menucont{
	height: 100px;
	background-color: #FFF;
	border: 2px solid #FFF;
	}

.menucont img{
	float: left;
	border: 1px solid #ab7300;
	list-style-type: none;
	height: 50px;
	margin-left: -1px;
	margin-bottom: -1px;
}

.mainarea{

}

.mainarea_contents {

}

.news_bk{
	background-image: url(common/infomartionbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 470px;
	padding-top: 54px;
}

.news{
	padding-bottom: 32px;
}

.newscont{}

.news strong {
    font-weight: bold;
    font-size: x-large;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #633;
    border-right-color: #633;
    border-bottom-color: #633;
    border-left-color: #633;
    color: #633;
    padding-left: 12px;
    margin-top: 12px;
    display: block;
    margin-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 12px;
    /* margin-top: 12px; */
}

.newscont li{
	color: #633;
	text-decoration: none;
	display: block;
	list-style-type: none;
	font-size: medium;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 8px;
	margin-right: 16px;
	margin-left: 16px;
}

.newscont li:hover{
	background-color: #FFFFDD;
}


.newscont a {
    text-decoration: none;
    color: #633;
    font-size: 19px;
    line-height: 1.5em;
}

.newscont a:hover{
	color: #03F;
}

.news_icon{
	background-color: #09F;
	}
.oshirase_icon{
	background-color: #09F;
	}
.event_icon{
	background-color: #C30;
	}
.soumu_icon{
	background-color: #063;
	}
.news_icon_frame {
    /* width: 48px; */
    /* font-size: x-small; */
    font-weight: bolder;
    color: #FFF;
    /* border-radius: 6px; */
    display: inline-block;
    text-align: center;
    /* margin-right: 12px; */
    padding: 8px;
    display: flex;
    margin-bottom: 8px;
}

.maincontents {
    font-size: medium;
    line-height: 1.5em;
    color: #333;
}

.maincontentscont{
    text-align: center;
}

.maincontentscont IMG {
    width: 47%;
    height: auto;
    padding: 2px;
}

.maincontentscont img{

}
.centerbtm{/* margin: 2px; *//* width: 30%; *//* height: auto; */}

.sidebar {
    padding-left: 28px;
    padding-right: 28px;
}

.sidebarcont{
	margin-bottom: 32px;
}

.sidebarcont img{
width:100%;
height: auto;
	margin-top: 8px;
	margin-bottom: 8px;	
}

.sidemenu li a{
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	display: block;
	border: 1px solid #C60;
	color: #333;
	margin-bottom: 2px;
}

.sidemenu li a:hover{
	background-color: #F90;
	text-decoration: none;
}
.sidemenu li{
	background-image: none;
	list-style-image: none;
}

.jinkou_header{
	border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	background-color: #663333;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	}

.jinkou{
	border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	padding: 8px;

}



.footer {
    margin-top: 43px;
}
.footercont{
	height: 560px;
	position: relative;
	}

.footercont_under{
	position: absolute;
	bottom: 160px;
	width: 100%;

	}
.footercont_under2{
	display: none;
	width: 100%;
	position: absolute;
	top: 64px;
	color: #FFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-bottom: 8px;
	}
	
.footercont_under2 a{
	color: #FFF;
	text-decoration: none;
}

.footercont_under2 a:hover{
	color: #FFF;
	text-decoration: none;
}
	
.foottextarea{
	color: #FFF;
	width: 400px;
	margin-left: auto;
	font-weight: bold;
}

.foottextarea strong{
	font-size: x-large;
	line-height: 150%;
}


.pagetitle {
    font-size: x-large;
    display: block;
    text-align: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #5b9bd5;
    border-right-color: #5b9bd5;
    border-bottom-color: #5b9bd5;
    border-left-color: #5b9bd5;
    padding-bottom: 8px;
    margin-bottom: 24px;
    line-height: 1.4em;
}

.child-pages-text {
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 8px;
	display: block;
	background-image: url(common/childpageicon2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.child-pages {
    background-color: rgba(255,255,255,0.8);
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 8px;
    position: absolute;
    bottom: 0px;
    width: 184px;
    display: block;
}


.child-list{
	padding: 12px;
	background-color: #FFFFFF;
	display: block;
	border-radius: 12px;
	
	}
	
.childthum{
	height: 200px;
	width: 200px;
	margin: 16px;
	position: relative;
	float: left;
	background-color: #CCC;
}

.transparency{
	background-color: rgba(255,255,255,0.6);
	padding: 16px;
	border-radius: 8px;
		}
.kanren {
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	display: block;
	background-image: url(common/childpageicon2.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.excerpt_text {
	padding-left: 20px;
	display: block;
	font-size: small;
	color: #666;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
	
.backbtn{
	display: block;
	text-align: center;
	padding-bottom: 18px;
}
.backbtn a {
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #C60;
    font-size: 1em;
    text-decoration: none;
    padding: 24px;
    text-align: center;
    display: inline;
    color: #C60;
    border-radius: 8px;
    background-color: #FFF;
    font-weight: 700;
}
.backbtn a:hover{
	color: #FFF;
	background-color: #C60;
}

.lastestkouhou{
	overflow: hidden;
}

.kouhouimage{
	float: right;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 1em;
	margin-left: 1em;
}

.kouhouimage img{
	border: 1px solid #CCC !important;
	padding: 1px;
	
	max-width: 230px;
    height: auto;
}

.kouhouimageshadow{
	box-shadow:0px 0px 7px -1px #bababa;
-moz-box-shadow:0px 0px 7px -1px #bababa;
-webkit-box-shadow:0px 0px 7px -1px #bababa;
	
	}

.kouhouarhcivebox{
	overflow: hidden;
}

.kouhouarhcive{
	float: left;
	margin: 12px;
	width: 204px;
}

.kouhouarhcive img{
	border: 1px solid #CCC !important;
	padding: 1px;
}

.kouhoulink2{
	text-align: center;
	padding: 8px;
}

.kouhoumokuji{}

.youtubeframe{
	margin-bottom: 2em;
}

.cov19frame{
	margin-bottom: 2em;
	border: 4px solid #F00;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 8px;
}

.cov19frame_hide{
	display: none;
}

.cov19title{
	font-size: 1.2em;
	font-weight: 800;
	color: #F00;
	padding-left: 1em;
	display: block;
	text-align: center;
	padding-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
}

/* アコーディオン */
.grad-btn {
    text-align: center;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1em;
    background-color: #00B77B;
    border-radius: 0.25em;
    color: #FFF;
    /* font-weight: 800; */
    font-size: 1.2em;
}

.grad-btnred {
	background-color: #ff0000 !important;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 40px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

text {
	display:none;}

html #wpadminbar {
    height: 46px;
    min-width: 300px;
	display:none;
}

.metaslider.ms-theme-cubic.ms-is-small {
    padding-bottom: 10px !important;
}

.scroll-back-to-top-wrapper {

    color: #eeeeee;
    width: 80px !important;
    height: 70px !important;
    line-height: 70px !important;
    right: 0px !important;

}

IMG.size-full,
IMG.size-medium{
	width:100%;
	height: auto;}

iframe {
    width: 100%;
}

.newscont ul {
    padding: 0;
}