@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;
}

#header {
  background: #fbf5ec;
}

#header .h-inner {
  padding: 0 0 16px;
  margin: 0 auto;
  width: 1024px;
}

#header h1 {
  color: #9c9c9c;
  font-size: 13px;
  padding: 10px 0;
}

#header .h-logo {
  margin: 10px 0 0;
  float: left;
}

#header .h-contacts {
  float: right;
  width: 580px;
}

#header .h-address {
  color: #45360a;
  margin: 0 0 10px;
}

#header .h-time {
  float: left;
  padding: 5px 0 0;
}

#header .h-tel {
  float: right;
}

.g-navi {
  background: url(../images/share/gnavi_bg.jpg) repeat-x 0 0;
  border-bottom: 4px solid #b7ad7e;
}

.g-navi > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1024px;
}

.g-navi > ul > li > a {
  color: #fff;
  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 51px;
  height: 70px;
  position: relative;
}

.g-navi > ul > li > a:before {
  background: url(../images/share/gnavi_line.jpg) no-repeat left center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 1px;
}

.g-navi > ul > li > a:hover {
  background: url(../images/share/gnavi_on.jpg) repeat-x 0 0;
}

.g-navi > ul > li.home > a {
  padding: 0 15px;
}

.g-navi > ul > li:last-child > a:after {
  background: url(../images/share/gnavi_line.jpg) no-repeat left center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 1px;
}

.sp-navi {
  display: none;
}

#hiro-image {
  background: url(../images/main_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 0 0 60px;
}

#hiro-image .main-img {
  text-align: center;
}

#hiro-image .main-txt {
  text-align: center;
  margin: -175px 0 0;
}

.t-inner {
  margin: 0 auto;
  width: 1024px;
}

.sec01 {
  padding: 40px 0;
}

.sec01 .sec01-card li {
  float: left;
  margin: 0 32px 5px 0;
  width: 320px;
}

.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;
}

.sec02 {
  background: #f3fae8;
  padding: 35px 0 0;
}

.sec02 .sec02-ttl {
  color: #45360a;
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
}

.sec02 .sec02-ttl .green {
  color: #557524;
}

.sec02 .sec02-ttl .img {
  margin: 0 5px 0 0;
}

.sec02 .sec02-contents {
  position: relative;
}

.sec02 .sec02-contents .sec02-image {
  float: left;
  margin: -70px 0 0 -30px;
}

.sec02 .sec02-contents .sec02-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  width: 620px;
  position: absolute;
  top: 0;
  right: 0;
}

.sec02 .sec02-contents .sec02-info .info-ttl {
  color: #557524;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 24px;
  margin: 0 0 20px;
}

.sec03 {
  background: url(../images/sec03_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 30px 0;
}

.sec03 .sec03-ttl01 {
  color: #3e2902;
  text-align: center;
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
}

.sec03 .sec03-ttl01 .img {
  display: block;
  margin: 0 0 20px;
}

.sec03 .sec03-ttl01 .ttl {
  display: block;
  margin: 0 0 20px;
}

.sec03 .sec03-txt {
  text-align: center;
  margin: 0 0 45px;
}

.sec03 .sec03-ttl02 {
  color: #45360a;
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.sec03 .sec03-ttl02 .img {
  margin: 0 5px 0 0;
}

.sec03 .sec03-dl dt {
  color: #557524;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 24px;
  margin: 0 0 15px;
}

.sec03 .sec03-dl dd {
  line-height: 2.2em;
  margin: 0 0 30px;
}

.sec03 .sec03-green-box {
  background: rgba(136, 176, 75, 0.7);
  border-radius: 10px;
  padding: 20px 25px;
}

.sec03 .sec03-green-box .box-ttl {
  color: #557524;
  font-size: 18px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.sec03 .sec03-green-box .box-ttl .img {
  margin: 0 5px 0 0;
}

.sec03 .sec03-green-box p {
  color: #3e2902;
  line-height: 2em;
}

.sec04 {
  background: url(../images/sec04_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 45px 0 90px;
}

.sec04 .sec04-ttl01 {
  text-align: center;
  margin: 0 0 35px;
}

.sec04 .sec04-ttl02 {
  color: #45360a;
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.sec04 .sec04-ttl02 .img {
  margin: 0 5px 0 0;
}

.sec04 p {
  line-height: 2em;
}

.sec04 p + p {
  margin-top: 25px;
}

.sec05 {
  background: #f3fae8;
  padding: 25px 0 40px;
}

.sec05 .sec05-ttl {
  color: #3e2902;
  text-align: center;
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  margin: 0 0 35px;
}

.sec05 .sec05-ttl .img {
  display: block;
  margin: 0 0 20px;
}

.sec05 .sec05-ttl .ttl {
  display: block;
}

.sec05 .sec05-list li {
  float: left;
  margin: 0 17px 40px 0;
  width: 191px;
}

.sec05 .sec05-list li:nth-child(5n) {
  margin: 0 0 40px;
}

.sec05 .sec05-txt {
  background: #e8f2d8;
  border-radius: 10px;
  color: #3e2902;
  padding: 10px 30px;
}

.banner-area {
  text-align: center;
  padding: 40px 0;
}

.sec06 {
  background: url(../images/sec06_bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 45px 0 40px;
}

.sec06 .sec06-ttl {
  color: #3e2902;
  text-align: center;
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  margin: 0 0 35px;
}

.sec06 .sec06-ttl .img {
  display: block;
  margin: 0 0 20px;
}

.sec06 .sec06-ttl .ttl {
  display: block;
}

.sec06 .sec06-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec06 .sec06-card > li {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin: 0 0 20px;
  width: 494px;
}

.sec06 .sec06-card .card-ttl {
  border-bottom: 1px solid #e1e1dd;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 19px;
  color: #222222;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 7px;
  margin: 0 0 15px;
  height: 80px;
}

.sec06 .sec06-card .card-ttl .img {
  margin: 0 5px 0 0;
}

.sec06 .sec06-card .card-info {
  color: #222222;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 17px;
  line-height: 1.6em;
}

.pagetop {
  margin: 0 auto 30px;
  width: 1024px;
  text-align: right;
  transition: .2s;
}

.pagetop:hover {
  opacity: .5;
}

#footer {
  background: #fbf5ec url(../images/share/f_bg.jpg) no-repeat 50% top;
}

#footer .f-inner {
  padding: 32px 0 47px;
  margin: 0 auto;
  width: 1024px;
}

#footer .left-area {
  float: left;
  width: 480px;
}

#footer .right-area {
  float: right;
  width: 510px;
}

#footer .f-logo {
  margin: 0 0 10px;
}

#footer .f-info {
  background: rgba(255, 255, 255, 0.66);
  color: #3e2902;
  font-size: 12px;
  padding: 10px 15px;
  margin: 0 0 21px;
}

#footer .f-info .f-tel {
  padding: 5px 0;
  margin: 0 0 7px;
}

#footer .site-map {
  background: #45360a;
}

#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: #88b04b;
  line-height: 40px;
  text-align: center;
}

.copyright small {
  color: #fff;
}

/*------------
お問い合わせ
--------------*/
.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;
}

#mw_wp_form_mw-wp-form-8 form{
  border-top: 1px solid #e2e2e2;
}
/*.contact-form .form-area dl {
  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;
  margin-top: 10px;
}

.contact-form .form-area .submit_btn input[type="submit"] {
  -webkit-appearance: none;
  background: url(../images/under/btn_contact.png) no-repeat 50% 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 21px;
  padding: 3px 25px;
  text-align: center;
  transition: .5s;
  height: 92px;
  width: 328px;
}

.contact-form .form-area .submit_btn input[type="submit"]:hover {
  opacity: .7;
}

/*------------
common
--------------*/
.sp-only {
  display: none;
}

.fixed:after {
  clear: both;
  content: "";
  display: block;
}

/* hover effect */
.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

/*Font Style*/
.bold {
  font-weight: bold;
}

.red {
  color: #c9151e;
}

/*Block*/
.short {
  margin: 0 0 15px;
}

.tall {
  margin: 0 0 30px;
}

/*Margin*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb70{
  margin-bottom: 70px !important;
}

/*Text-align*/
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*Layout*/
.layout-imgR .image {
  float: right;
  margin: 0 0 0 20px;
  width: 40%;
}

.layout-imgR .read {
  overflow: hidden;
}

.layout-imgL .image {
  float: left;
  margin: 0 20px 0 0;
  width: 40%;
}

.layout-imgL .read {
  overflow: hidden;
}

.col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2 > li {
  margin: 0 0 15px;
  width: 49%;
}

.col3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col3 > li {
  margin: 0 0 15px;
  width: 32%;
}

.col3 > li:nth-child(3n+2) {
  margin: 0 2% 15px;
}

.col4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col4 > li {
  float: left;
  margin: 0 13px 15px 0;
  width: 24%;
}

.col4 > li:nth-child(4n) {
  margin: 0 0 15px;
}
