body {
	color: #222;
	font-size: 14px;
	line-height: 21px;
	background-color: #f9f9f9;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus {
  color: #006699;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*==========================*/
/*  navbar  */
/*==========================*/
.navbar-default
a,a:hover,a:focus {
  text-decoration: none;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #eaeaea;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #00a2e2;
}

.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav li {
	text-align: center;
}

.navbar-default .navbar-text {
  color: #222;
}
.navbar-default .navbar-nav > li > a {
  color: #222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #006c35;
}

/*sp*/
@media (max-width: 767px) {
	.navbar-nav {
  		margin: 0;
		text-align: center;
		font-size: 12px;
	}
	
	.navbar .nav li {
	border-left: 0;
	
	float: left;
	}
}

/*logo*/
.navbar-default .navbar-brand{
  margin: 0px;
  padding: 12px 0;
}

@media (max-width: 767px) {
	.navbar-default .navbar-brand{
  		padding: 12px 10px;
		text-align: center;
	}
}

.navbar-default .navbar-brand img{
  height: 26px;
  text-align: center;
}

/*menu*/
@media (max-width: 767px) {
	.navbar .navbar-inner {
		padding: 0;
	}
	.navbar .nav {
		margin: 0;
		display: table;
		width: 100%;
	}
	.navbar .nav li{
		display: table-cell;
		float: none;
	}
	.navbar .nav li a{
		text-align: center;
	}
}

.navbar-default .navbar-toggle {
  border-color: #eee;
  background-color: #eee;
  border-radius: 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #006c35;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

/*==========================*/
/*  mainimg  */
/*==========================*/
.mainimg {
	margin-top: 0px;
	background-image:url('../img/main.jpg');
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
}



.mainimg .time {
	background-color: rgba(0, 108, 53, 0.9);
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: absolute;
	bottom: -25px;
	left: 80px;
}

.mainimg .time div.area{
	margin-top: 40px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

.mainimg .time small{
	font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainimg .time {
	background-color: rgba(0, 108, 53, 0.9);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: absolute;
	top:10px;
	bottom: -25px;
	left: 20px;
	}

	.mainimg .time div.area{
	margin-top: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	}
}

.mainimg .date {
	position: absolute;
	bottom: -2px;
	right: 40px;
	width: 600px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainimg .date {
		width: 400px;
	}
}

@media (max-width: 768px) {
	.mainimg .date {
		bottom: -1px;
		right: 20px;
		width: 260px;
	}
}

/*sp*/
.sp-time {
	margin: 0 auto;
	background-color: rgba(0, 108, 53, 0.9);
	border-top: 2px solid #fff;
}

.sp-time p{
	padding: 2px 10px 10px 10px;
	color: #fff;
	font-size: 21px;
	line-height: 21px;
	text-align: center;
}

.sp-time p small{
	font-size: 11px;
}

/*==========================*/
/*  Section  */
/*==========================*/
.section {
	padding: 40px 0;
	background-color: #f9f9f9;
	background-size: 20px 20px;
	font-size: 14px;
	line-height: 24px;
	}
@media (max-width: 768px) {
	.section {
  	padding: 20px 0;
	font-size: 12px;
	line-height: 18px;
	}
	
	.section img {
		margin-bottom: 20px;
	}
}

.section2 {
	padding: 40px 0;
	background-color: #fff;
	}
@media (max-width: 768px) {
	.section2 {
  	padding: 20px 0;
	font-size: 12px;
	line-height: 21px;
	}
	
	.section img {
		margin-bottom: 20px;
	}
}

.section3 {
	padding: 40px 0;
	background-color: #ffffff;
	background-size: 20px 20px;
	}
@media (max-width: 768px) {
	.section3 {
  	padding: 20px 0;
	font-size: 12px;
	line-height: 21px;
	}
}

.section3 h3{
	margin-bottom: 20px;
	padding: 5px;
	font-size: 18px;
	color: #c90915;
	font-weight: bold;
	border-bottom: 2px solid #c90915;
}

.section3 h3 i{
	font-size: 30px;
}

.section3 h4{
	margin-bottom: 10px;
	padding: 5px;
	font-size: 20px;
	color: #986697;
	font-weight: nomal;
}

.section3 h5{
	margin-bottom: 10px;
	padding: 5px;
	font-size: 24px;
	line-height: 35px;
	color: #000000;
	font-weight: nomal;
}

.section3 h6{
	margin-bottom: 10px;
	padding: 5px;
	font-size: 30px;
	line-height: 34px;
	color: #cc0000;
	font-weight: nomal;
}

.section3 h3 i{
	font-size: 30px;
}

.section3 p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

.section3 p .normal{
	font-weight: normal;
}

.section3 p .red{
	color: #c90915;
}

.section3 p .red2{
	color: #986697;
}

.section3 p .red3{
	color: #cb5e70;
}

.section6 {
	padding: 0px 0;
	background-color: #fff4d6;
	}
@media (max-width: 768px) {
	.section6 {
  	padding: 0px 0;
	font-size: 12px;
	line-height: 21px;
	}
	
	.section6 img {
		margin-bottom: 20px;
	}
}

/*==========================*/
/*  Panel  */
/*==========================*/
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
	      box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #006c35;
	font-weight: bold;
	border: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-default > .panel-body {
	padding: 5px 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}
.panel-default > .panel-footer {
	padding: 10px 15px;
	border-top: 0;
	border-left: 3px solid #006c35;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.panel table th{
	padding: 5px 20px 5px 5px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	color: #666;
}

.panel table td{
	padding: 5px;
}

.panel .web {
	background-color: #006c35;
	color: #fff;
	padding: 5px 10px;
}

/*==========================*/
/*  Font  */
/*==========================*/
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lead {
 	margin-bottom: 0px;
 	font-size: 21px;
 	font-weight: 300;
 	line-height: 1.4;
 }

 @media (min-width: 769px) and (max-width: 991px) {
	.lead {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.lead {
		font-size: 16px;
	}
}

.lead2 {
 	margin-bottom: 0px;
 	font-size: 18px;
 	font-weight: 300;
 	line-height: 1.4;
 }

 @media (min-width: 769px) and (max-width: 991px) {
	.lead2 {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.lead2 {
		font-size: 12px;
	}
}

.lead3 {
 	margin-bottom: 0px;
 	font-size: 26px;
 	font-weight: 300;
 	line-height: 1.4;
 }

 @media (min-width: 769px) and (max-width: 991px) {
	.lead3 {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.lead3 {
		font-size: 18px;
	}
}

.lead3b {
 	margin-bottom: 0px;
 	font-size: 26px;
 	font-weight: 300;
 	line-height: 1.4;
 	text-align: center;
 }

 @media (min-width: 769px) and (max-width: 991px) {
	.lead3b {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.lead3b {
		font-size: 18px;
	}
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
	margin-bottom: 55px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
	margin-bottom: 55px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
	margin-bottom: 55px;
}

@media (max-width: 768px) {
	h2 {
		font-size: 16px;
		margin-bottom: 35px;
	}

	h3 {
		font-size: 14px;
		margin-bottom: 35px;
	}


	h4 {
		font-size: 20px;
		margin-bottom: 35px;
	}

}

/*==========================*/
/*  googlemap  */
/*==========================*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
border: 6px solid #fff;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ggmap {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.ggmap {
		margin-bottom: 20px;
	}
}

/*==========================*/
/*  Footer  */
/*==========================*/
.footer{
	background: #fff;
	padding: 0 20px 20px 20px;	
}

/*
.footer .logo{
	max-width: 240px;
}

@media (max-width: 768px) {
	.footer .logo{
	max-width: 180px;
	}
}
*/

/*==========================*/
/*  footer_logo  */
/*==========================*/
.footer_logo {
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}

/*sp*/
@media (max-width: 767px) {
	.footer_logo img {
		width: 109px;
		height: auto;
	}
}

/*==========================*/
/*  Copyright  */
/*==========================*/
.copyright{
	color: #ffffff;
	background: #cccccc;
	padding: 5px;
	text-align: center;
}

/*==========================*/
/*  Margin  */
/*==========================*/
.top5{
  margin-top: 5px;
}
.right5{
  margin-right: 5px;
}
.bottom5{
  margin-bottom: 5px;
}
.left5{
  margin-left: 5px;
}
.top10{
  margin-top: 10px;
}
.right10{
  margin-right: 10px;
}
.bottom10{
  margin-bottom: 10px;
}
.left10{
  margin-left: 10px;
}
.top15{
  margin-top: 15px;
}
.right15{
  margin-right: 15px;
}
.bottom15{
  margin-bottom: 15px;
}
.left15{
  margin-left: 15px;
}
.top20{
  margin-top: 20px;
}
.right20{
  margin-right: 20px;
}
.bottom20{
  margin-bottom: 20px;
}
.left20{
  margin-left: 20px;
}

.left30b{
  margin-left: -30px;
}

.top25{
  margin-top: 25px;
}
.right25{
  margin-right: 25px;
}
.bottom25{
  margin-bottom: 25px;
}
.left25{
  margin-left: 25px;
}
.top30{
  margin-top: 30px;
}
.right30{
  margin-right: 30px;
}
.bottom30{
  margin-bottom: 30px;
}
.left30{
  margin-left: 30px;
}
.top40{
  margin-top: 40px;
}
.right40{
  margin-right: 40px;
}
.bottom40{
  margin-bottom: 40px;
}
.left40{
  margin-left: 40px;
}
.top50{
  margin-top: 50px;
}
.right50{
  margin-right: 50px;
}
.bottom50{
  margin-bottom: 50px;
}
.left50{
  margin-left: 50px;
}

.center{
  text-align: center;
  line-height: 30px;
}

.left{
  text-align: left;
  line-height: 30px;
}

@media (max-width: 768px) {
	.top30{
		margin-top: 15px;
	}
	.bottom30{
		margin-bottom: 15px;
	}

	.bottom40{
		margin-bottom: 20px;
	}
}

/*==========================*/
/*  container */
/*==========================*/
@media (max-width: 767px) {
  .container-sp {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*==========================*/
/*  etc  */
/*==========================*/
@media (min-width: 992px){
	.pc-none {
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tb-none {
		display:none;
	}
}

@media (max-width: 767px){
	.sp-none {
		display:none;
	}
}


.grey {color: #666;}
.bk {color: #000;}
.green {color: #006c35;}
.wh {color: #fff;}
.red{color: #c90915;}
.red2{color: #986697;}
.red3{color: #cb5e70;}
.bb {
	border: 1px solid #e3e3e3;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #f7fafd;
  text-align: left;
  width: 25%;
}


.section01 {
	background-color: #000000;

	color: #fff;
	font-size: 18px;
	line-height: 28px;
	}
@media (max-width: 768px) {
	.section01 {
	font-size: 12px;
	line-height: 18px;
	}
	
	.section01 img {
		margin-bottom: 0px;
	}
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

