@charset "UTF-8";

/*----------------------------------------------------
common
----------------------------------------------------*/

body {
  background: #dae6cc;
}

@media screen and (min-width: 641px) {
  html,
  body {
    height: 100%;
  }
  body {
    min-height:100%;
    height:auto !important;
  }
  .forPC {
    display: block;
  }
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  html,
  body {
    height: auto;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .nowrap {
    display: block;
    white-space: normal;
  }
}


/*----------------------------------------------------
inner
----------------------------------------------------*/

.inner {
  margin: 0 4.6875%;
  position: relative;
  text-align: left;
}
.innerPC {
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .inner,
  .innerPC {
    margin: 0 3%;
  }
}
@media screen and (min-width: 1064px) {
  .inner,
  .innerPC {
    margin: 0 auto;
    width: 1000px;
  }
}


/*----------------------------------------------------
siteHead
----------------------------------------------------*/

#siteHead {
  background: #7eb449;
  padding: 10px 0 12px;
}
#siteHead .inner {
  position: relative;
  overflow: hidden;
}
#siteHead h1 {
  float: left;
  width: 30%;
  max-width: 216px;
  line-height: 0;
}
#siteHead .line {
  display: inline-block;
  float: left;
}
.line_img {
	max-height: 100px;
  width: auto;
  background: #4f712d;
}
.line p {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.line  {
  margin-left: 15px;
}

#siteHead .cin {
  float: right;
  width: 16%;
  max-width: 158px;
}
#siteHead .tel,
#siteHead .mail {
  display: none;
}
@media screen and (min-width: 641px) {
  #siteHead h1 a {
    display: block;
    /* background: #ffffff; */
  }
  #siteHead h1 a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteHead h1 a:hover img {
    opacity: 0.85;
  }
}
@media screen and (min-width: 741px) {
  #siteHead {
    padding: 12px 0;
  }
  #siteHead h1 {
    position: static;
    float: left;
    width: 21.6%;
    margin-top: 0.6%;
  }
  #siteHead .tel,
  #siteHead .mail {
    display: block;
  }
  #siteHead .tel {
    float: left;


    margin-left: 6.9%;
    /* margin-left: 5px; */


    width: 30.6%;
  }
  #siteHead .tel p {
    margin: 0;
    line-height: 0;
  }
  #siteHead .tel .text,
  #siteHead .tel .time {
    max-width: 216px;
  }
  #siteHead .tel .num {
    max-width: 306px;
  }
  #siteHead .mail {
    float: left;
    margin-left: 2%;
    width: 7.4%;
    max-width: 74px;
    background: #ffffff;
    border: solid 1px #ffffff;
    box-sizing: border-box;
  }
  #siteHead .mail a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteHead .mail a:hover img {
    opacity: 0.85;
  }
  #siteHead .cin {
    width: 15.8%;
  }
}


/*----------------------------------------------------
keyVisual
----------------------------------------------------*/

#keyVisual img {
  max-width: 1400px;
}
@media screen and (min-width: 1401px) {
  #keyVisual {
    background: url(../images/home/visual_pc.jpg) no-repeat center top;
    background-size: auto 100%;
  }
  #jouihyouji #keyVisual {
    background: url(../images/jouihyouji/visual_pc.jpg) no-repeat center top;
    background-size: auto 100%;
  }
  #touroku #keyVisual {
    background: url(../images/touroku/visual_pc.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 2201px) {
  #keyVisual img {
    max-width: 100%;
  }
}


/*----------------------------------------------------
contact
----------------------------------------------------*/

.contact {
  background: #4f712d;
  padding: 10px 0;
}
.contact .inner {
  position: relative;
  overflow: hidden;
}
.contact .tel {
  max-width: 300px;
  margin: 0 auto;
}
.contact .tel p {
  margin: 0;
  line-height: 0;
}
.contact .tel .text,
.contact .tel .time {
  max-width: 276px;
}
.contact .tel .num {
  max-width: 422px;
}
.contact .button {
  margin: 2% auto 1%;
  width: 80%;
  max-width: 220px;
}
@media screen and (min-width: 641px) {
  .contact .tel {
    margin: 0;
    width: 50%;
    max-width: 422px;
    float: left;
  }
  .contact .button {
    margin: 0.6% 0 0;
    width: 43.4%;
    float: right;
    max-width: 434px;
    /* background: #ffffff; */
  }
  .contact .button a img {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact .button a:hover img {
    opacity: 0.85;
  }
}


/*----------------------------------------------------
contents
----------------------------------------------------*/

#pageBody .contents {
  padding: 30px 0;
  position: relative;
}
#pageBody .contentsWrap {
  background: #ffffff;
}
#pageHome #pageBody .contents::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 12px;
  margin-left: -20px;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-top: 12px solid #d63d7d;
}
@media screen and (min-width: 641px) {
  #pageBody .contents {
    padding: 6.6% 0 5%;
  }
  #pageHome #pageBody .contents {
    padding: 6% 0 5%;
  }
  #pageHome #pageBody .contents::after {
    position: absolute;
    width: 50px;
    height: 16px;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 16px solid #d63d7d;
  }
}
@media screen and (min-width: 1064px) {
  #pageBody .contents {
    padding: 66px 0 50px;
  }
  #pageHome #pageBody .contents {
    padding: 60px 0 50px;
  }
}


/*----------------------------------------------------
siteFooter
----------------------------------------------------*/

.ftr_nav{
  background: #7EB449;
}
.ftr_nav ul li{
  width: auto;
  float: none;
  text-align: center;
}
.ftr_nav ul li a{
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
.ftr_nav ul li a:hover{
  background: #FFF;
  color: #7EB449;
}
.fnav{
  text-align: center;
  margin-bottom: 30px;
}
.fnav li{
  display: inline-block;
}
.fnav li a{
  font-size: 18px;
  padding: 0 15px;
}
#siteFooter {
  background: #4f712d;
  padding: 20px 0;
}
#siteFooter p {
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  line-height: 1.2;
}

#pageHome #siteFooter {
  padding: 30px 0;
  background: #7eb449;
}

@media screen and (min-width: 641px) {
  .ftr_nav ul li{
    width: 50%;
    float: left;
  }
  #siteFooter {
    padding: 20px 0 30px;
  }
  #siteFooter p {
    font-size: 11px;
  }
  #pageHome #siteFooter {
    padding: 40px 0;
  }
}


@media screen and (min-width: 641px) {
  .contact .button-line {
    margin-right: 40px;
    width: 43.4%;
    float: right;
    max-width: 320px;
  }
}
