@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*------------------------------------------------------------
	共通CSS
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

nav {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
main {
  padding-top: 200px;
}

@media all and (max-width: 959px) {
  main {
    padding-top: 190px;
  }
}

@media all and (max-width: 519px) {
  main {
    padding-top: 150px;
  }
}

.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexA {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 519px) {
  .pc {
    display: none;
  }
}

@media all and (min-width: 520px) {
  .sp {
    display: none;
  }
}

.ib {
  display: inline-block;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}

/*------------------------------------------------------------
	module1
------------------------------------------------------------*/
#gHeader .headerWrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FDF5EA;
  z-index: 100;
}

#gHeader .headerLogo {
  max-width: 600px;
}

#gHeader .headerContact {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 26px;
}

@media all and (max-width: 519px) {
  #gHeader .headerContact .contactBox {
    margin-left: 10px;
  }
}

#gHeader .headerContact .contactBox .contactMail {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 200px;
}

#gHeader .headerContact .contactBox .contactTel {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 200px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

#gHeader .headerContact .contactBox a {
  line-height: 52px;
  display: block;
}

@media all and (max-width: 959px) {
  #gHeader .headerContact .contactBox .text01 {
    display: none;
  }
}

#gHeader .gNavi {
  font-size: 1.4rem;
  margin: 20px auto 0;
}

#gHeader .gNavi ul {
  margin: 10px auto;
  padding-left: 0;
}

#gHeader .gNavi ul li {
  padding: 0 15px;
  border-left: 2px solid #ad9c84;
  color: #333333;
}

#gHeader .gNavi ul li:last-child {
  border-right: 2px solid #ad9c84;
}

#gHeader .gNavi ul li a:hover {
  opacity: 0.5;
}

#gHeader .gNavi ul li a:visited {
  color: #333333;
}

#gHeader .menuSP {
  display: none;
}

#footer .footerWrap {
  margin-top: 100px;
}

@media all and (max-width: 519px) {
  #footer .footerWrap {
    margin-top: 70px;
  }
}

#footer .callToAction {
  width: 90%;
  margin: 0 auto;
}

#footer .callToAction .ctaMessage {
  font-size: 1.1rem;
  color: #333333;
  text-align: center;
  margin: 20px 0;
  font-size: 1.2rem;
}

@media all and (max-width: 519px) {
  #footer .callToAction .ctaMessage {
    text-align-last: left;
    font-size: 1rem;
  }
}

#footer .callToAction .ttl {
  font-size: 1.5rem;
  margin: 10px 0;
}

@media all and (max-width: 519px) {
  #footer .callToAction .ttl {
    font-size: 1.3rem;
  }
}

#footer .callToAction .ctaBox1 {
  width: 49%;
  text-align: center;
}

@media all and (max-width: 519px) {
  #footer .callToAction .ctaBox1 {
    width: 100%;
  }
  #footer .callToAction .ctaBox1:not(:first-child) {
    margin-top: 20px;
  }
}

#footer .callToAction .ctaBox1 p {
  font-size: 1.3rem;
}

@media all and (max-width: 519px) {
  #footer .callToAction .ctaBox1 p {
    font-size: 1rem;
  }
}

#footer .callToAction .ctaBox1 button {
  margin-top: 20px;
}

#footer .callToAction .ctaBox2 {
  width: 100%;
  margin-top: 20px;
}

@media all and (max-width: 959px) {
  #footer .callToAction .ctaBox2 {
    text-align: center;
  }
}

#footer .callToAction .ctaBox2 .ctaBox2_l, #footer .callToAction .ctaBox2 .ctaBox2_r {
  padding: 0 20px;
  width: 45%;
}

@media all and (max-width: 959px) {
  #footer .callToAction .ctaBox2 .ctaBox2_l, #footer .callToAction .ctaBox2 .ctaBox2_r {
    width: 90%;
    padding: 0;
  }
}

#footer .callToAction .ctaBox2 .ctaBox2_l p, #footer .callToAction .ctaBox2 .ctaBox2_r p {
  font-size: 1.3rem;
  margin-top: 10px;
}

@media all and (max-width: 519px) {
  #footer .callToAction .ctaBox2 .ctaBox2_l p, #footer .callToAction .ctaBox2 .ctaBox2_r p {
    font-size: 1rem;
  }
}

@media all and (max-width: 959px) {
  #footer .callToAction .ctaBox2 .ctaBox2_r {
    margin-top: 20px;
  }
}

#footer .copyright {
  text-align: center;
  color: #999;
  padding: 30px 0;
}

@media all and (max-width: 519px) {
  #footer .copyright {
    padding: 10px 0;
  }
}

@media all and (max-width: 959px) {
  #gHeader .headerContact .contactBox {
    margin-top: 20px;
  }
  #gHeader .headerContact .contactBox .contactMail {
    width: 100px;
    height: 40px;
  }
  #gHeader .headerContact .contactBox .contactMail a {
    line-height: 34px;
  }
  #gHeader .headerContact .contactBox .contactTel {
    width: 100px;
    height: 40px;
  }
  #gHeader .headerContact .contactBox .contactTel a {
    line-height: 34px;
  }
  #gHeader .headerContact .headerLogo {
    margin: 20px 0 0;
  }
  #gHeader .headerContact .headerLogo img {
    max-height: 40px;
  }
  #gHeader .gNavi {
    font-size: 1.2rem;
  }
  #gHeader .gNavi ul li {
    padding: 0 10px;
  }
}

@media all and (max-width: 519px) {
  #gHeader .headerContact {
    display: block;
    margin-top: 0;
  }
  #gHeader .headerContact .contactBox {
    float: left;
  }
  #gHeader .headerContact .headerLogo {
    margin-top: 0;
    text-align: center;
  }
  #gHeader .headerContact .headerLogo img {
    margin-top: 20px;
  }
  #gHeader .gNavi {
    display: none;
  }
  #gHeader .menuSP {
    display: block;
  }
  #gHeader .menuSP .menuBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  #gHeader .menuSP .menuBtn span,
  #gHeader .menuSP .menuBtn span::before,
  #gHeader .menuSP .menuBtn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #359920;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #gHeader .menuSP .menuBtn span::before {
    bottom: 8px;
  }
  #gHeader .menuSP .menuBtn span::after {
    top: 8px;
  }
  #gHeader .menuSP #menu-btn-check {
    display: none;
  }
  #gHeader .menuSP #menu-btn-check:checked ~ .menuBtn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #gHeader .menuSP #menu-btn-check:checked ~ .menuBtn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #gHeader .menuSP #menu-btn-check:checked ~ .menuBtn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #gHeader .menuSP #menu-btn-check:checked ~ .naviSP {
    right: 0;
  }
  #gHeader .menuSP .naviSP {
    width: 100%;
    margin-top: 133px;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 80;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #gHeader .menuSP .naviSP ul {
    padding: 0 10px;
    background-color: #359920;
  }
  #gHeader .menuSP .naviSP ul li {
    list-style: none;
  }
  #gHeader .menuSP .naviSP ul li:not(:last-child) {
    border-bottom: solid 1px #ffffff;
  }
  #gHeader .menuSP .naviSP ul li a {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #ffffff;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  #gHeader .menuSP .naviSP ul li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 22px;
    right: 11px;
  }
}

/*------------------------------------------------------------
	module2
------------------------------------------------------------*/
.contentBox {
  padding: 10px;
  border: 2px solid #359920;
  background-color: #FFFFFF;
}

.contentBox.-round {
  border-radius: 20px;
}

.cardBox {
  text-align: center;
}

.cardBox img {
  max-width: 60%;
}

.cardBox p {
  padding: 0 10%;
}

.btn {
  width: 300px;
  height: 60px;
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #359920;
  border: 3px solid #359920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
}

.btn.-pink {
  background-color: #FD9494;
  border-color: #FD9494;
}

.btn.-pink:hover a {
  color: #FD9494;
}

@media all and (max-width: 959px) {
  .btn {
    font-size: 1.3rem;
    height: 40px;
    width: 200px;
  }
}

@media all and (max-width: 519px) {
  .btn {
    font-size: 1.1rem;
  }
}

.btn a {
  color: #FFFFFF;
  line-height: 54px;
}

@media all and (max-width: 959px) {
  .btn a {
    line-height: 34px;
  }
}

.btn:hover {
  color: #359920;
  background-color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover a {
  color: #359920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bgDot {
  background-color: #fcfcfc;
  background-image: -webkit-radial-gradient(#eee 10%, transparent 20%), -webkit-radial-gradient(#eee 10%, transparent 20%);
  background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  background-repeat: repeat;
}

.sectionTitle {
  width: 80%;
  background-color: #359920;
  font-size: 1.5rem;
  padding: 5px;
  border-radius: 30px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 959px) {
  .sectionTitle {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 519px) {
  .sectionTitle {
    font-size: 1.1rem;
    width: 90%;
  }
}

.sectionTitle.-reverse {
  color: #359920;
  background-color: #FFFFFF;
  border: 3px solid #359920;
}

.sectionTitle.-shiftUp {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partition {
  margin: 20px auto;
}

.pageTtl {
  background: url("../img/bg_ttl.jpg") repeat;
  padding: 10px 0;
}

.pageTtl .bg {
  background-color: #fff;
}

.pageTtl h2 {
  text-align: center;
  color: #FD9494;
  padding: 20px;
}

.pageBox {
  background: url("../img/bg_ttl.jpg") repeat;
  padding: 20px;
  margin: 70px auto 0;
  text-align: center;
  width: 90%;
}

.pageBox:not(:first-child) {
  margin: 0 auto;
}

@media all and (max-width: 519px) {
  .pageBox {
    margin: 30px auto 0 !important;
    padding: 10px !important;
    width: 100% !important;
  }
}

.pageBox .bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
}

.pageBox .boxTtl {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media all and (max-width: 519px) {
  .pageBox .boxTtl {
    font-size: 1.3rem;
  }
}

.pageBox .boxImg {
  width: 80%;
  max-width: 640px;
}

.pageBox .boxText {
  width: 80%;
  max-width: 650px;
  text-align-last: left;
  font-size: 1.3rem;
  margin: 20px auto 0;
}

@media all and (max-width: 519px) {
  .pageBox .boxText {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=common.css.map */