@charset "UTF-8";
.space15{ padding-top: 15px; }
.space25{ padding-top: 25px; }
.space40{ padding-top: 40px; }
.space60{ padding-top: 60px; }
.space80{ padding-top: 80px; }
.space100{ padding-top: 100px; }
.space200{ padding-top: 200px; }
.space1word{ padding-right: 1.1em; }
.space05word{ padding-right: 0.5em; }
html {
}
body {
	color: #333;
}
.row2nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
}
.bg-top1 {
	background-color: #439138 !important;
	font-size: 0.8em;
	color: #ffffff;
}
.navbar-inner {
    background-color: transparent;
}
h2, h3, h4 {
    color: #439138;
    font-weight: 400;
}
.txt-white {
    color: #ffffff;
}
.txt-sdw {
    color: #ffffff;
    text-shadow: 1px 2px 3px #333333;
}
.minifont {
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.midfont {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
footer {
    background-color: #706563;
    color: #ffffff;
    padding-top: 3em;
    padding-bottom: 5em;
}
.textdate {
	font-size: 0.8em;
    font-weight: 400;
	text-align: right;
	color:#706563;
	font-family: Arial, Helvetica, "sans-serif";
}
.textitem{
	font-size:0.8em;
	color:#706563;
	margin:1.5em 0 0}
.textitem h3{
	font-size:1.3em;
    font-weight: 400;
	color:#ffffff;
}
.textunderline{
    border-bottom-style: solid 1px #a99196;
	margin:1.5em 0 0;
}
.textunderline h4{
    font-weight: 400;
	color:#439138;
}
.dotline {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFA014;
}
.darkbar {
	color: #ffffff;
	background-color: #439138;
	padding: 0.75rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
}
.darkbar-mini {
    color: #ffffff;
    background-color: #679071;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.meibo-box {
    color: #ffffff;
    background-color: #706563;
    padding: 0.5rem;
    margin-bottom: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.meibo-line {
    font-size:0.9em;
    line-height: 1.2rem;
    padding: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    border: solid 1px #706563;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.darkbg {
    color: #ffffff;
    background-color: #706563;
}
.darkplate {
    color: #ffffff;
    background-color: #706563;
    padding: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.darkborder {
    background-color: #ffffff;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    border: solid 1px #706563;
    border-radius: 0.5rem;
}
.row .col-12.text-center .darkbar {
}

.darkborderline {
    padding: 2rem;
    margin-bottom: 2rem;
    border: solid #706563;
    border-radius: 1rem;
}
.darkborderline2nd {
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    border: solid 1px #706563;
    border-radius: 0.5rem;
}
.darkborderlineBox {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    border: solid 1px #706563;
    border-radius: 0.5rem;
}
.darkborderline3rd {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
    border: solid #706563;
  border-radius: 1rem;
}
#news {
   margin-top:-80px;
  padding-top:80px;
}
#aisatsu, #yakuin, #history, #sosiki, #jigyo, #seal, #meibo, #about, #item, #repair, #work, #link, {
   margin-top:-70px;
  padding-top:70px;
}
#hozen {
   margin-top:-140px;
  padding-top:140px;
}
#stady {
   margin-top:-80px;
  padding-top:80px;
}
#contact {
   margin-top:-80px;
  padding-top:80px;
}
#access {
   margin-top:-50px;
  padding-top:50px;
}

@media (min-width: 576px) {
  .darkborderline3rd {
    padding: 4rem 2rem;
  }
}

.darkborderline3rd-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.6plate {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #706563;
  border-radius: 0.3rem;
}
.hicolor {
    background-color: #d2d3d8;
}
.map{
	height:30rem}
.phfloat{
 float: left;
	margin-right: 10px;
	}

/*NavBar*/
#sidebar-wrapper{
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    background: #706563;
    border-left: 1px solid rgba(255,255,255,.1)
}
.sidebar-nav{
    position:absolute;
    top:0;
    width:250px;
    margin:0;
    padding:0;
    list-style:none;
}
.sidebar-nav li.sidebar-nav-item a{
    display:block;
    text-decoration:none;
    color:#fff;
    padding:15px;
}
.sidebar-nav li a:hover{
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.2);
}
.sidebar-nav li a:active,.sidebar-nav li a:focus{
    text-decoration:none;
}
.sidebar-nav>.sidebar-brand{
    font-size: 1rem;
    background: #0E0000;
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px
}
.sidebar-nav>.sidebar-brand a{
    color:#fff;
}
.sidebar-nav>.sidebar-brand a:hover{
    color:#fff;
    background:0 0;
}
#sidebar-wrapper.active{
    right:250px;
    width:250px;
    -webkit-transition:all .4s ease 0s;
    -moz-transition:all .4s ease 0s;
    -ms-transition:all .4s ease 0s;
    -o-transition:all .4s ease 0s;
    transition:all .4s ease 0s;
}
.menu-toggle{
    position:fixed;
    right:15px;
    top:15px;
    width:50px;
    height:50px;
    text-align:center;
    color:#fff;
    background:rgba(52,58,64,.5);
    line-height:50px;
    z-index:999;
}
.menu-toggle:focus,.menu-toggle:hover{
    color:#fff;
}
.menu-toggle:hover{
    background:#343a40;
}
@media (max-width:992px){
.content-section-heading h2{
	font-size:2rem}
.map{
	height:75%}
.darkplate {
    padding: 2rem;
}
}

@media (min-width: 576px) {
.map iframe{
	pointer-events:none;
    }
.minifont {
    font-size: 0.75rem;
    line-height: 1rem;
}
  .6plate {
    padding: 4rem 2rem;
  }
}
