@charset "utf-8";
.title .container img{
width:100%;
height:auto;
}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}

.pankuzu a{color: #888;text-decoration: underline;}
.main-txt{
	color: #222;
	line-height: 2em;
}
.container .pankuzu.hidden-xs {
	margin-top: 10px;
	font-size: 0.8em;
}
.navbar.navbar-default {
	background-color: #FFFFFF;
}
.h3-style {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
}


.title {
	background: -moz-linear-gradient(left top,
	#494949,
	#494949 25%,
	#666666 25%,
	#666666 50%,
	#494949 50%,
	#494949 75%,
	#666666 75%,
	#666666);
background: -webkit-gradient(linear, left top, right top,
	from(#494949),
	color-stop(25%, #494949),
	color-stop(25%, #666666),
	color-stop(50%, #666666),
	color-stop(50%, #494949),
	color-stop(75%, #494949),
	color-stop(75%, #666666),
	to(#666666));
-moz-background-size: 4px 1px, 4px 1px;
-webkit-background-size: 4px 1px, 4px 1px;
background-size: 4px 1px, 4px 1px;
}
tbody tr th div {
	color: #FFFFFF;
	padding: 0.2em;
	text-align: center;
	background-color: #FF8922; 
}
.h3-style2 {
	font-size: 2em;
	line-height: 1.5em;
	color: #EA5F21;
}
.container .h2-style {
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
}
.container .b-h4 {
	text-align: center;
	border-bottom: 1px solid hsla(0,0%,40%,1.00);
	padding-bottom: 10px;
	margin-top: 30px;
}






/*メニューセンター揃え*/
@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
.container .h2-style img {
	height: 0.8em;
	width: auto;
}
.container .b-h4 img {
	height: 2em;
	width: auto;
}
.sitetitle a img {
	width: 320px;
	height: auto;
}





} 
.navbar{
	box-shadow:  0 0 5px 0 #000;
}

.news-section .row section{
	border-radius: 3px;
	background-color: #F5E6B8;
	padding: 1em;
	width: 100%;
	box-shadow:  0 1px 5px 0 #999;
}
.news-section .row h4{
	color: #ED5930;
	font-weight: bold;
}
.news-section .row small{
	color: #FFFFFF;
	background-color: #ED5930;
	margin: 1em 0px 0px 0px;
	padding: 0.3em;
}
.news-section .row p{
	color: #555555;
	background-color: #FFFFFF;
	padding: 0.5em;
	margin: 1em 0px 0px 0px;
}
.news-section .row div{
	margin-bottom: 1em;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.news-section{
	margin-bottom: 3em;
}
nav a img{
	height: 1.3em;
	width: auto;
}
.section2{
	background-color: #FFF2E0;
	margin: 2em 0;
	box-shadow: 0 0 5px 0 #aaa;
}
.btn1{
	height: 3em;
	width: auto;
}
a img{
	transition: all 300ms 0s ease;
}
a img:hover{opacity: 0.6;}
body{
	background-color: #FFFAEE;
}
.jumbotron{
	height: 400px;
	background-image: url(img/DSC_5005_D.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 83%;
	
}
.navbar.navbar-default {
	margin-bottom: 0px;
	border-top: 5px solid #A67C52;
}
.container .container-fluid .sitetitle {
	width: 283px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
footer{
	border-bottom: 5px solid #A67C52;
}

.box {
  width: 100%;
  height: 200px;
  border-radius: 5px;
	margin-top: -200px;
  position: relative;
  overflow: hidden;
	z-index: 100;
  transform: translate3d(0, 0, 0);
}

.wave {
  opacity: .9;
  position: absolute;
  top: 5px;
  left:50%;
  background: #FFFAEE;
  width: 20000px;
  height: 20000px;
  margin-left: -10000px;
  margin-top: 10%;
  transform-origin: 49.95% 49.95%;
  border-radius: 49.8%;
  animation: drift 12000ms infinite linear;
}

.wave.-three {
  animation: drift 11000ms infinite linear;
}

.wave.-two {
  animation: drift 13000ms infinite linear;
  opacity: .7;
  background: #fff;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#efefef, 1), rgba(#ffffff, 0) 80%, rgba(white, .8));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}


@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.h2-style2 {
}
.mt {
}
