@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  color: #000;
  font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  min-width: 1024px;
}

a {
  color: #000;
  text-decoration: none;
}

.normal-link {
  color: #000;
}

.normal-link:hover {
  text-decoration: underline;
}

a[href^="tel"] {
  cursor: default;
}

.wrap{
  overflow: hidden;
}
#header{
  background: #fff;
}

#header .h-inner{
  width: 1024px;
  margin: 0 auto 0px;
}

#header .h-inner h1{
  font-size: 12px;
  padding: 5px 0 20px;
}

#header .h-inner .h-logo{
  margin-top: 15px;
  float: left;
}

#header .h-inner .h-contacts{
  margin:0 60px 20px 0;
  float: right;
}

#header .h-inner .h-contacts .h-address{
  margin-bottom: 5px;
}

#header .h-inner .h-contacts .h-time{
  float: left;
}

#header .h-inner .h-contacts .h-tel{
  margin-left: 20px;
  float: right;
}

.g-navi{
  background: url(../images/share/bg.png) repeat-x 0 0;
  border-bottom: 4px solid #b7ad7e;
}

.g-navi > ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  margin: 0 auto;
}

.g-navi > ul > li > a{
  color: #fff;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  height: 70px;
  position: relative;
  border-right: 1px solid #557524;
}

.g-navi ul li.home a{
  border-right: 1px solid #557524;
  border-left: 1px solid #557524;
}

.g-navi ul li.home a img{
  width: 20px;
}

.g-navi > ul > li > a:hover{
  background:url(../images/share/gnav_on.png) repeat-x 0 0;
}

.sp-navi{
  display: none;
}
#hiro-image{
  background:url(../images/main_bg.jpg) repeat-x 0 0 ;
  background-size: cover;
}

#hiro-image .hiro-image-img{
  width: 1024px;
  margin: 0 auto;
}

#hiro-image .hiro-image-img .hiro-image-img1{
  width: 490px;
  float: left;
}
#hiro-image .hiro-image-img .hiro-image-img2{
  width: 524px;
  float: left;
}

.hiro-image-img1 .hiro-image-img1_1{
  text-align: right;
}
.hiro-image-img1 .hiro-image-img1_3{
  float: left;
}
.hiro-image-img1 .hiro-image-img1_4{
  width: 132px;
  float: right;
}

#hiro-image a:hover{
  opacity: 0.5;
}

.t-inner {
  margin: 0 auto;
  width: 1024px;
}

.sec01{
  margin-top: 40px;
}
.sec01 .sec01-card li {
  float: left;
  margin: 0 30px 20px 0;
  width: 310px;
}
.sec01 .sec01-card li:nth-child(3n) {
  margin: 0 0 5px;
}

.sec01 .sec01-card li:nth-child(3n+1) {
  clear: both;
}

.sec01 .sec01-card .card-image {
  text-align: center;
  margin: 0 0 10px;
}

.sec01 .sec01-card .card-info h3{
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  font-family: serif;
  margin: 5px 0;
}
/*.sec01 .sec01-card .card-info p{
  font-size: 15px;
  font-family: 'メイリオ',Meiryo,sans-serif;
}*/

.sec02{
   position: relative;
  background: #c3e7da;
}
.sec02 .profile1{
  position: relative;
}
.sec02 .profile1 h3{
  width: 48%;
  float: left;
}
.sec02 .profile1 .card-image1{
  z-index: 1;
  width: 13%;
  float: left;
  position: absolute;
  top: 10px;
  left: 500px;
}
.sec02 .profile1 .card-image2{
  z-index: 0;
  width: 28%;
  position: absolute;
  top: 50px;
  left: 615px;
}
.sec02 .profile1 h3 span{
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    display: block;
    margin-top: 80px;
}

.sec02 .profile1 .card-image2 figure{
  margin-top: 30px;
}

.profile2{
  margin-top: 50px;
}
.p-k{
  width: 48%;
  float: left;
}
.p-b{
  width: 48%;
  float: left;
}
.p-k h4,.p-b h4{
  font-family: serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #269c3a;
  font-size: 20px;
  height:40px;
}

.profile2 dl,.profile2 ul{
  padding: 10px 0 20px;
  line-height: 1.6em;
}
.profile2 dl dt{
  width: 20%;
  float: left;
}
.profile2 dl dd{
  width: 78%;
  float: left;
  margin-left: 5px;
}
.profile2 span{
  margin-left: 3px;
}

.sec03{
  background: #fff8ed;
}

.sec03 h3{
  font-family: serif;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
}

.sec03 .child-p{
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .child{
  width: 60%;
  float: left;
  margin-left: 80px;
  line-height: 1.8em;
}

.sec03 .childimg{
  width: 28%;
  float: left;
  margin-bottom: 20px;
}

.sec03 .childimg img{
  width: 160px;
}

.sec04{
  background: url(../images/zero_img.jpg) no-repeat 60% 20%;
  padding: 0  0 70px;
}

.sec04 h3{
  padding-top: 40px;
  text-align: center;
}

.sec04 h4{
  font-family: "FP-ヒラギノ明朝 ProN W6";
  padding: 80px 0 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1em;
}

.sec04 .zero{
  width: 100%;
  line-height: 2em;

}

.sec04 .zero span{
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.banner-area p{
  padding: 20px 0;
}
.banner-area figure{
  text-align: center;
}
.pagetop{
  text-align: right;
  margin-right: 120px;
}
.pagetop a:hover{
  opacity: 0.7;
}
.pagetop img{
  width: 170px;
}
.sec05{
  background: #f6f4e6;
}

.sec05 h3{
  font-family: serif;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}

.sec05 ul {
  margin-left: 80px;
}

.card-image{
  display:block;
  text-align: center;
}
 
.sec05 ul li{
  width: 46%;
  float: left;
  margin: 0 0 0 30px;
  padding: 0 0 30px 0;
}

.sec05 dl{

  margin-top: 10px;
}

.sec05 dl dt{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 15px 0;
}
.sec05 dl dd{

  text-align: justify;
  margin-right: 10px;
  line-height: 1.4em;
}

#footer{
  background: #fbf5ec;
}
#footer .left-area{
  width: 460px;
  float: left;
}

#footer .right-area{
  width: 480px;
  float: right;
  margin: 20px 50px 50px 0;
}

#footer .left-area .f-logo{
  margin-top: 25px;
}
#footer .left-area .f-info{
  background: #fff;
  padding: 10px;
  margin-top: 40px;
}
#footer .left-area .f-info .mb{
  margin: 10px 0;
}
#footer .right-area .tac img{
  width: 470px;
}

#footer .site-map {
  background: #009966;
}
#footer .site-map > ul {
  font-size: 0;
  text-align: center;
  padding: 20px 0 15px;
}

#footer .site-map > ul > li {
  display: inline-block;
}
#footer .site-map > ul > li:after {
  content: "｜";
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
}
#footer .site-map > ul > li:last-child:after {
  display: none;
}

#footer .site-map > ul > li a {
  color: #fff;
  font-size: 14px;
}

#footer .site-map > ul > li a:hover {
  text-decoration: underline;
}

.copyright {
  background: #e3f8f0;
  line-height: 40px;
  text-align: center;
}

.copyright small {
  color: #39a77d;
}

/*------------
お問い合わせ
--------------*/
.contact-form {
  padding: 60px 0;
  margin: 0 auto;
  width: 1024px;
}

.contact-form .under-ttl {
  text-align: center;
  margin: 0 0 55px;
}

.contact-form .form-area {
  border: 3px solid #b7ad7e;
  padding: 12px 12px 35px;
}

.contact-form .form-area dl {
  border-top: 1px solid #e2e2e2;
  margin: 0 0 20px;
}

.contact-form .form-area dl dt {
  padding: 10px 0;
}

.contact-form .form-area dl dd {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 12px;
}

.contact-form .form-area input[type="text"], .contact-form .form-area input[type="email"], .contact-form .form-area textarea {
  background: #efefef;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 6px 12px;
  width: 100%;
}

.contact-form .form-area select {
  padding: 0 5px;
}

.contact-form .form-area input[type="radio"] {
  vertical-align: -1px;
}

.contact-form .form-area textarea {
  height: 150px;
}

.contact-form .form-area .submit_btn {
  text-align: center;
}

.contact-form .form-area .submit_btn input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 21px;
  padding: 3px 25px;
  text-align: center;
  transition: .5s;
  height: 63px;
  width: 310px;
  border-radius: 10px;
  margin: 0 28px 0 0;
}

.contact-form .form-area .submit_btn input[type="submit"]:hover {
  opacity: .7;
}

#pgt{
  margin: 25px 0 0;
}
/*------------
common
--------------*/
.sp-only {
  display: none;
}

.fixed:after {
  clear: both;
  content: "";
  display: block;
}
