@charset "utf-8";
/*===========================
add
===========================*/
/* 基本カラー  */
.fcBasic {
  color: #1a9962;
}
/*===========================
list-nav
===========================*/
.list-nav {
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
}
.list-nav li {
  width: 15%;
  margin-right: 1.66%;
  text-align: center;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .list-nav li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .list-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
    text-align: center;
  }
}
.list-nav li a {
  text-decoration: none;
  height: 54px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  cursor: pointer;
  transition: 0.4s;
  background: #fff;
  color: #333;
}
.list-nav li a:hover, .list-nav li a.active {
  background-color: #68953c;
  color: #fff;
}
.list-nav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /*.list-nav li:nth-child(3n) {
    margin-right: 0;
  }*/
}
@media screen and (max-width: 600px) {
  .list-nav li:nth-child(2n) {
    margin-right: 0;
  }
}
/*===========================
list-box
===========================*/
.list-box {
  display: flex;
  flex-wrap: wrap;
}
.list-box a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .list-box a {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
.list-box a:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .list-box a:nth-child(2n) {
    margin-right: 0;
  }
}
.list-box .photo {
  margin-bottom: 15px;
  box-shadow: none;
}
.list-box img {
  box-shadow: none;
  border-radius: 0 !important;
  width: 100%;
  height: auto;
}
.list-box h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: left;
}
.list-box h3::after {
  background: none;
}
/*===========================
list-details
===========================*/
.list-details {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .list-details {
    width: 100%;
  }
}
.list-details .ph {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .list-details .ph {
    margin-bottom: 40px;
  }
}
.list-details .ph img {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: auto;
}
.list-details .det-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .list-details .det-box {
    margin-bottom: 40px;
  }
}
.list-details .det-box:last-child {
  margin-bottom: 0;
}
.list-details .det-box h3 {
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.5em;
  font-weight: bold;
}
.list-details .det-box h3::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .list-details .det-box h3 {
    font-size: 1.2em;
  }
}
/*===========================
box01
===========================*/
.box01 {
  width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box01 {
    width: 100%;
  }
}
.box01 .tp01 {
  font-size: 2em;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 30px;
  color: #68953c;
}
@media screen and (max-width: 768px) {
  .box01 .tp01 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .box01 .tp01 {
    font-size: 5vw;
  }
}
.box01 .in01 {
  border-left: 1px solid #cecece;
  margin-left: 5px;
  padding: 10px 0 10px 20px;
}
/*fixation===========================*/
/*===========================
title-af-none
===========================*/
.title-af-none {
  text-shadow: none;
}
.title-af-none:after {
  content: none;
}
/*===========================
ol li
===========================*/
/*ol li{
	list-style-type: decimal;
  margin: 0 0  0 1.8em;
}*/
/*===========================
wf
===========================*/
.wf-t-all, ul.wf-t-all {
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 769px) {
  ul.wf-t, ol.wf-t {
    width: fit-content;
    margin: auto;
  }
}
@media screen and (min-width: 601px) {
  ul.wf-pcONtabletONspOFF {
    width: fit-content !important;
    margin: auto !important;
  }
}
/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
  .w100Tablet {
    width: 100% !important;
    box-sizing: border-box;
  }
}
/*===========================
br-none
===========================*/
.br-none img {
  border-radius: 0;
}



/*===========================
フローティングバナー
===========================*/


/* color:var(--contact-color); で利用 */
:root {
	--contact-color:#009944;
}

/* color:var(--contact-bg); で利用 */
:root {
	--contact-bg:#1dad5d;
}

/* color:var(--contact-hover); で利用 */
:root {
	--contact-hover:#40be78;
}


.emergencyWrap {
    position: fixed;
    right: 1%;
    bottom: 11%;
    z-index: 1000;
    padding: 10px 30px;
    background-color: var(--contact-bg);
    border-bottom: 6px solid var(--contact-color);
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .emergencyWrap {
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        /*background-color: #51baf1;*/
    }
}
/*@media screen and (max-width: 480px) {
  .emergencyWrap {
    bottom: 50px;
  }
}*/
.emergencyWrap > span {
    display: block;
    margin-bottom: 8px;
    margin-top: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.emergencyWrap .emergencyBtnWrap {
    display: block;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
    }
}
.emergencyWrap a {
    display: block;
    margin-bottom: 0px;
    margin-top: 8px;
    padding: 2px;
    color: #fff;
    background-color: var(--contact-color);
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a {
        margin: 3px 8px;
    }
}
.emergencyWrap a.tel {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.tel .fa-phone-volume {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.emergencyWrap a.tel span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.emergencyWrap a.tel:hover {
    background-color: var(--contact-hover);
    text-decoration: none;
}
.emergencyWrap a.contact {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact span {
    display: inline-block;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact:hover {
    background-color: #69d782;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a.contact {
        text-align: center;
        padding: 8px 0px 8px 8px;
    }
    .emergencyWrap a.tel span {
        font-size: 14px;
        font-weight: 900;
    }
    .emergencyWrap a.contact span {
        display: block;
        margin-left: 15px;
        text-align: center;
        margin: auto;
    }
    .emergencyWrap a.contact .fa-envelope {
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 340px) {
    .emergencyWrap a.tel span {
        font-size: 13px;
        font-weight: 900;
    }
} /*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        width: 30%;
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
    footer {
        padding-bottom: 150px;
    }
}
.catch01 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.wrap-bg {
    position: relative;
    top: 0rem;
    left: 0px;
    width: 100vw;
    height: auto;
    background: url(../images/backgrounds/background-01.svg) no-repeat;
    background-position: top -100px left !important;
    background-size: contain !important;
}
@media only screen and (max-width: 768px) {
    .catch01 {
        font-size: 1.1em;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 1em;
    }
    .wrap-bg {
        background-position: top 0px left !important;
        background-size: initial !important;
    }
}
.wd40 {
    width: 40% !important;
    margin: auto;
}
.wd50 {
    width: 50% !important;
    margin: 0 auto;
}
.wd60 {
    width: 60% !important;
    margin: 0 auto;
}
.wd70 {
    width: 70% !important;
    margin: 0 auto;
}
.wd80 {
    width: 80% !important;
    margin: 0 auto;
}
.wd85 {
    width: 85% !important;
    margin: 0 auto;
}
.wd90 {
    width: 90% !important;
    margin: 0 auto;
}
.wd95 {
    width: 95% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .wd40, .wd50, .wd60, .wd70, .wd80, .wd85, .wd90, .wd95 {
        width: 100% !important;
        margin: auto;
    }
}
.box-sd {
    padding: 2em 4em;
    /*background-color: #fff;*/
    border: 1px solid #ccc;
    box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
    .box-sd {
        padding: 15px;
    }
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    #pagetop {
        position: fixed;
        bottom: 140px;
        right: 10px;
        z-index: 20;
    }
}
