@charset "utf-8";

#gheader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8fce9+0,c2dd2d+100 */
  background: #f8fce9; /* Old browsers */
  background: -moz-linear-gradient(left,  #f8fce9 0%, #c2dd2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f8fce9 0%,#c2dd2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f8fce9 0%,#c2dd2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fce9', endColorstr='#c2dd2d',GradientType=1 ); /* IE6-9 */
}
#headerInn {
  background-image: url(../img/main_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 500px;
}
#gheader p.txt01 {
  float: left;
  width: 364px;
  margin: 25px 0 0 23px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 9px;
}
#gheader h1 {
  clear: left;
  margin-left: 23px;
  padding-top: 10px;
}
#gheader p.no {
  float: right;
  padding-top: 25px;
  line-height: 1.7;
  font-weight: 600;
  font-size: 18px;
}
#gNavi.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
}
#gNavi ul {
  border-left: 1px solid #aaaaaa;
  margin-top: 10px;
  margin-bottom: 20px;
}
#gNavi li a {
  display: block;
  float: left;
  width: 162px;
  border-right: 1px solid #aaaaaa;
  text-align: center;
  padding: 7px 0;
  line-height: 1.0;
  color: #333;
}
#gNavi li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #f9d2e4;
  position: relative;
}
#gNavi li a:hover:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #f9d2e4 transparent transparent transparent;
}
section {
  padding: 50px 0;
}
section:nth-child(2n+1) {
  background: #fff3fc;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
#section01 .logo {
  text-align: center;
}
#section01 h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#section01 h2 span {
  font-size: 45px;
  font-weight: 700;
  color: #ff5267;
}
#section01 .txt01 {
  float: left;
  width: 610px;
  line-height: 2.0;
}
#section01 .photo01 {
  float: right;
  width: 330px;
}
#section02 .txt01 {
  float: right;
  width: 550px;
  line-height: 2.0;
}
#section02 .photo01 {
  float: left;
  width: 356px;
}
#section03 .map {
  float: left;
  width: 630px;
}
#section03 .access {
  float: right;
  width: 300px;
  margin-top: 155px;
  border: 3px solid #ffcbf2;
  border-radius: 5px;
  padding: 10px;
}
#section04 {
  text-align: center;
}
#section04 div {
  display: inline-block;
  width: 352px;
  margin: 0 20px;
}



.txt02 {
	padding:0 0 25px 50px;
}
.txt02 span {
	color:#F00;
}
.contact span {
	color:#F00;
}

.contact {
	padding:0 100px;
}
.contact table {
	width:100%;
}
.contact th {
	border-bottom:1px dotted #999;
	padding:10px 12px;
	text-align: left;
	width: 25%;
	vertical-align: top;
}
.contact td {
	border-bottom:1px dotted #999;
	padding:10px 12px;
}
.btn {
	text-align:center;
}
.btnD {
	border:none;
	background: url(../img/submit.png) no-repeat 0 0;
	width:200px;
	height:46px;
	display:block;
	cursor: pointer;
	margin:20px 0 0 320px;
}

.tel {
	text-align:center;
	padding:50px 0 0 0;
}
.comLeft {
	float:left;
	width:500px;
	padding:0 0 0 50px;
	line-height: 1.5;
}
.comLeft dl {
	border-bottom:1px dotted #999;
	padding:7px 12px 7px 0;
}
.comLeft dt {
	float:left;
	width:108px;
}
.comLeft dd {
	float:left;
	width:300px;
	margin-left: 0;
}

.comRight {
	float:right;
	width:398px;
  font-size: 12px;
  text-align: right;
}

.txtL {
	width: 90%;
  padding: 7px;
}
.txtM {
	width: 60%;
  padding: 7px;
}
.txtS {
	width: 30%;
  padding: 7px;
}

footer {
  border-top: 1px solid #ccc;
	padding:50px 0;
	text-align:center;
}