@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
KV
---------------------------------------*/
  /*---------------------------------------
コンテンツ
---------------------------------------*/
}

.index .mainImg .mainCopy {
  position: relative;
}

.index .mainImg .mainCopy figure {
  width: 100%;
  max-height: 100%;
  margin-bottom: 0;
}

.index .mainImg .mainCopy figure img {
  width: 100%;
  height: auto;
}

.index .mainImg .mainCopy .copy {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 320px;
  text-align: center;
}

.index .mainImg .mainCopy .copy .PriceBtn {
  width: 210px;
  display: block;
  margin-top: 10px;
}

.index .mainImg .mainCopy .copyprice {
  display: none;
}

@media screen and (min-width: 640px) {
  .index .mainImg .mainCopy {
    position: relative;
  }
  .index .mainImg .mainCopy .copy {
    width: 40vw;
    top: 10%;
    left: 26%;
  }
  .index .mainImg .mainCopy .copy .PriceBtn {
    display: none;
  }
  .index .mainImg .mainCopy .copyprice {
    position: absolute;
    bottom: 20vw;
    left: 5vw;
    width: 45vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index .mainImg .mainCopy .copyprice .copypriceTxt {
    width: 60%;
  }
  .index .mainImg .mainCopy .copyprice .copypriceBtn {
    width: 38%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .index .mainImg {
    margin-bottom: 0;
  }
  .index .mainImg .mainCopy figure {
    overflow: hidden;
    max-height: 100%;
  }
  .index .mainImg .mainCopy .copy {
    top: 20%;
    left: 30%;
  }
  .index .mainImg .mainCopy .copyprice {
    bottom: 14vh;
    left: 10vw;
  }
}

@media screen and (min-width: 1400px) {
  .index .mainImg .mainCopy .copyprice {
    bottom: 15vw;
  }
}

.index .contents {
  position: relative;
  /*---------------------------------------
事業内容
---------------------------------------*/
  /*---------------------------------------
新規情報
---------------------------------------*/
  /*---------------------------------------
料金表
---------------------------------------*/
  /*---------------------------------------
access
---------------------------------------*/
}

.index .contents section {
  margin: 40px 0 80px;
}

.index .contents h2 {
  color: #089800;
  font-size: 24px;
}

@media screen and (min-width: 1025px) {
  .index .contents h2 {
    font-size: 32px;
  }
}

.index .contents .pd {
  padding-left: 24px;
  padding-right: 24px;
}

.index .contents .caution {
  color: #808080;
}

.index .contents .pc {
  display: none;
}

@media screen and (min-width: 640px) {
  .index .contents .pc {
    display: block;
  }
}

.index .contents .sp {
  display: block;
}

@media screen and (min-width: 640px) {
  .index .contents .sp {
    display: none;
  }
}

.index .contents .sectionBody {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

.index .contents .service {
  position: relative;
  background-image: url(../img/index/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
}

.index .contents .service .serviceTxt {
  background-color: #FFF;
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 40px 5% 30px;
}

.index .contents .service .serviceTxt h2 {
  font-size: 20px;
  margin-bottom: 40px;
}

.index .contents .service .serviceTxt h2 .br {
  display: none;
}

.index .contents .service .serviceTxt p {
  font-weight: 700;
  line-height: 2.0;
}

.index .contents .service .serviceTxt a {
  width: 220px;
  display: block;
  margin: auto;
  margin-top: 40px;
}

@media screen and (min-width: 640px) {
  .index .contents .service .serviceTxt h2 {
    text-align: center;
    font-size: 24px;
  }
  .index .contents .service .serviceTxt h2 .br {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .service .serviceTxt h2 {
    font-size: 28px;
  }
}

.index .contents .news {
  background-color: #F4F4F4;
}

.index .contents .news .newTtl {
  background-color: #F4CF54;
  padding: 5% 20px;
  margin-bottom: 40px;
}

.index .contents .news .newTtl h2 {
  color: #222222;
  margin-bottom: 0;
}

.index .contents .news .newsTxt {
  max-width: 960px;
  width: 100%;
  padding: 0 20px 40px;
}

.index .contents .news .newsTxt ul {
  margin: 0;
  padding: 0;
}

.index .contents .news .newsTxt ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 700;
}

.index .contents .news .newsTxt ul li time {
  display: block;
  width: 50%;
  position: relative;
}

.index .contents .news .newsTxt ul li a {
  font-size: 14px;
  width: 50%;
  color: #222222;
}

.index .contents .news .newsTxt ul li a p {
  margin: 0;
}

.index .contents .news .newBtn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0;
  margin-top: 8px;
}

.index .contents .news .newBtn a {
  height: 30px;
  width: auto;
  margin: 0;
}

.index .contents .news .newBtn a img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 640px) {
  .index .contents .news {
    max-width: 800px;
    width: 95%;
    margin: auto;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  .index .contents .news .newTtl {
    border-radius: 4px 4px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3% 40px;
  }
  .index .contents .news .newTtl .newBtn {
    width: 360px;
    margin-top: 0;
  }
  .index .contents .news .newTtl .newBtn a {
    height: 32px;
    width: auto;
    margin: 0;
  }
  .index .contents .news .newsTxt {
    padding: 0;
  }
  .index .contents .news .newsTxt ul {
    padding: 0 40px 10px;
  }
  .index .contents .news .newsTxt ul li time {
    width: 25%;
  }
  .index .contents .news .newsTxt ul li a {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .news {
    max-width: 960px;
  }
  .index .contents .news .newTtl {
    padding: 2% 40px;
  }
  .index .contents .news .newTtl h2 {
    font-size: 20px;
  }
  .index .contents .news .newsTxt ul li time {
    width: 20%;
  }
  .index .contents .news .newsTxt ul li a {
    width: 75%;
  }
}

.index .contents .price h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.index .contents .price h2:before {
  content: "";
  border-top: 3px solid #089800;
  display: block;
  width: 30%;
  margin-right: 24px;
}

.index .contents .price h2:after {
  content: "";
  border-top: 3px solid #089800;
  display: block;
  width: 30%;
  margin-left: 24px;
}

.index .contents .price .priceDetail {
  max-width: 280px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 640px) {
  .index .contents .price h2:before {
    width: 40%;
  }
  .index .contents .price h2:after {
    width: 40%;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .price h2 {
    margin-bottom: 50px;
  }
  .index .contents .price h2:before {
    width: 42%;
  }
  .index .contents .price h2:after {
    width: 42%;
  }
  .index .contents .price .priceDetail {
    max-width: 360px;
  }
}

.index .contents .access .accessTxt {
  background: #F2F4F2;
  padding: 40px 48px;
}

.index .contents .access .accessTxt h2 {
  color: #222222;
  font-size: 20px;
  margin-bottom: 30px;
}

.index .contents .access .accessTxt p {
  font-weight: 700;
  margin-bottom: 24px;
}

.index .contents .access .accessTxt .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #089800;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.index .contents .access .accessTxt .arrow::before,
.index .contents .access .accessTxt .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.index .contents .access .accessTxt a {
  color: #089800;
}

.index .contents .access .accessTxt a:before {
  content: "";
  display: inline-block;
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #089800;
  border-right: 2px solid #089800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
}

.index .contents .access .accessMap {
  width: 100%;
  height: 400px;
  border: none;
  margin-bottom: 40px;
}

.index .contents .access .accessCaution {
  border: 1px solid #BDD0BC;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 30px;
  padding-bottom: 24px;
  color: #808080;
  font-size: 14px;
}

.index .contents .access .accessCaution h3 {
  font-size: 14px;
}

.index .contents .access .accessCaution p .mR {
  margin-left: 10px;
}

.index .contents .access .accessCaution address {
  margin-bottom: 0;
}

.index .contents .access .accessCaution address p {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .index .contents .access .accessWarp {
    padding: 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .index .contents .access .accessWarp .accessTxt {
    position: relative;
    z-index: 1;
    margin-right: -20px;
    width: 70%;
  }
  .index .contents .access .accessCaution {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .index .contents .access .accessCaution br {
    display: none;
  }
  .index .contents .access .accessCaution p {
    margin-bottom: .3em;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .access .accessWarp {
    margin-bottom: 40px;
  }
  .index .contents .access .accessWarp .accessTxt {
    width: 480px;
  }
  .index .contents .access .accessMap {
    width: 520px;
    margin-bottom: 0;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .gnav {
  background-color: #FFF;
}

.lower .pageTtl {
  width: 100%;
  padding: 110px 80px 80px;
  background: #F2F4F2;
}

.lower .pageTtl h2 {
  text-align: center;
  font-size: 1.45rem;
  letter-spacing: .3em;
  display: block;
}

.lower .pageTtl h2 small {
  color: #089800;
  letter-spacing: 1.5px;
  display: block;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}

@media screen and (min-width: 1025px) {
  .lower .pageTtl {
    padding-top: 180px;
  }
}

.lower .message .messageTxt {
  line-height: 2em;
}

.lower .contents section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 24px 70px;
}

.lower .contents .sectionBody {
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.lower .contents .sectionBody .leadText {
  background-color: #F2F4F2;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 640px) {
  .lower .contents .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}

@media screen and (min-width: 1025px) {
  .lower .contents .sectionBody {
    max-width: 960px;
  }
}

.lower .contents h3 {
  margin-bottom: 50px;
}

.lower .contact {
  margin-bottom: 80px;
}

.lower .sectionTtl {
  color: #089800;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .w80 {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .lower .w80 {
    width: 80%;
  }
}

.lower .pd {
  padding: 0 24px;
}

@media screen and (min-width: 640px) {
  .lower .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lower .col2 > * {
    width: 50%;
  }
}

/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.lower {
  position: relative;
}

.lower .contents .eid__entry__title a {
  color: #089800;
}

.lower .contents .wrapper {
  margin: auto;
}

.lower .contents .wrapper .mg {
  padding: 0 24px;
}

.lower .contents .wrapper .articleWrap {
  max-width: 640px;
}

.lower .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
}

.lower .contents .wrapper .articleWrap .article h3 {
  color: #089800;
  margin: 24px 0;
  font-size: 24px;
}

.lower .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  color: #089800;
}

.lower .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}

.lower .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}

.lower .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #089800;
  text-align: center;
}

.lower .contents .wrapper .sideBox section form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #BDD0BC;
  margin-right: 4px;
}

.lower .contents .wrapper .sideBox section form .searchBtn {
  background-color: #089800;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
}

.lower .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}

.lower .contents .wrapper .sideBox section ul li a {
  color: #089800;
}

@media screen and (min-width: 640px) {
  .lower .contents .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lower .contents .wrapper .sideBox section {
    width: 230px;
  }
  .lower .contents .wrapper .sideBox section form .search {
    width: 66%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower .contents .wrapper .sideBox section {
    width: 275px;
  }
}

.lower .company .information {
  margin-top: 40px;
}

.lower .company .information .informationWarp .address p {
  margin-bottom: 10px;
}

.lower .company .information .informationWarp .address p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .lower .company .information .informationWarp {
    width: 80%;
    margin: auto;
  }
}

.lower .company .business h4 {
  color: #089800;
  margin-bottom: 1.5em;
}

.lower .company .business .businessWarp .businessContent {
  list-style: disc;
  padding-left: 24px;
  width: 80%;
  margin: auto;
}

.lower .company .business .businessWarp .businessContent li {
  line-height: 1.7rem;
}

.lower .company .business .businessWarp .businessContent li::marker {
  color: #089800;
}

@media screen and (min-width: 640px) {
  .lower .company .business .businessWarp {
    width: 50%;
    margin: auto;
  }
  .lower .company .business .businessWarp .businessContent {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .company .business h4 {
    margin-bottom: 2em;
  }
  .lower .company .business .businessWarp {
    width: 35%;
  }
  .lower .company .business .businessWarp .businessContent {
    width: 100%;
  }
}

.lower .company .map {
  position: relative;
}

.lower .company .map .googleMap {
  margin-bottom: 40px;
  position: relative;
}

.lower .company .map iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.lower .company .btn {
  display: block;
  border: solid 1px #089800;
  border-radius: 300px;
  padding: 8px 0;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #089800;
  width: 80%;
  margin: auto;
  background-color: #ffffff;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.lower .company .btn:after {
  display: block;
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #089800;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 1025px) {
  .lower .company .map .googleMap {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .lower .company .map iframe {
    width: 100%;
    height: 360px;
  }
  .lower .company .btn {
    width: 40%;
    margin: 0;
  }
}

.lower .download h3 {
  text-align: center;
}

.lower .download .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #089800;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.lower .download .arrow::before,
.lower .download .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.lower .download .downloadBtn {
  background-color: #FFF;
  width: 220px;
  border: 1px solid #089800;
  border-radius: 100px;
  text-decoration: none;
  color: #089800;
  padding: 8px 22px 8px 8px;
  text-align: center;
}

.lower .download .downloadBtn:after {
  right: -170px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #089800;
  border-right: 2px solid #089800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lower .download .downloadWorp {
  margin-bottom: 3em;
  text-align: center;
}

.lower .download .downloadWorp h4 {
  margin-bottom: 1.5em;
  line-height: 1.7;
}

.lower .download .downloadWorp p {
  margin-bottom: 1.2em;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .lower .download .sectionBody {
    max-width: 1024px;
  }
  .lower .download h3 {
    text-align: left;
  }
  .lower .download .downloadWorp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding-bottom: 24px;
    border-bottom: 1px solid #F2F4F2;
  }
  .lower .download .downloadWorp h4 {
    margin-bottom: 1.5em;
    line-height: 1.7;
    width: 28%;
    text-align: left;
    margin-bottom: 0;
  }
  .lower .download .downloadWorp p {
    margin-bottom: 1.5em;
    line-height: 1.5;
    width: 50%;
    margin-bottom: 0;
  }
  .lower .download .downloadFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: auto;
    margin-bottom: 1.5em;
  }
}

.lower .procedure h3 {
  text-align: center;
}

.lower .procedure .procedureWarp {
  position: relative;
  border: 2px solid #089800;
  margin-bottom: 50px;
}

.lower .procedure .procedureWarp:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 15px solid #089800;
}

.lower .procedure .procedureWarp:last-child::after {
  display: none;
}

.lower .procedure .procedureWarp .procedureBox {
  background-color: #089800;
  padding: 16px 10px;
  text-align: center;
}

.lower .procedure .procedureWarp .procedureBox h4 {
  text-align: center;
  margin-bottom: 0;
  color: #FFF;
}

.lower .procedure .procedureWarp .emphasisSP {
  -webkit-text-decoration: underline wavy #fff;
          text-decoration: underline wavy #fff;
  text-underline-offset: 4px;
  padding-bottom: 2px;
  line-height: 2.1;
}

@media screen and (min-width: 640px) {
  .lower .procedure .procedureWarp .emphasisSP {
    border-bottom: none;
  }
}

.lower .procedure .procedureWarp .procedureTxt {
  display: block;
  padding: 16px 24px;
  background-color: #FFF;
  text-align: center;
  color: #222222;
  margin-bottom: 0;
}

.lower .procedure .procedureWarp .procedureTxt table {
  margin: auto;
}

.lower .procedure .procedureWarp .procedureTxt table tbody tr {
  text-align: center;
  display: block;
  margin-bottom: 0.3em;
}

.lower .procedure .procedureWarp .procedureTxt table tbody tr th {
  display: block;
  color: #089800;
}

.lower .procedure .procedureWarp .procedureTxt table tbody tr td {
  display: block;
}

.lower .procedure .procedureWarp .procedureTxt p {
  margin-bottom: 0em;
}

.lower .procedure .procedureWarp .emphasisTxt {
  color: #E63117;
  font-weight: 700;
}

@media screen and (min-width: 640px) {
  .lower .procedure .procedureWarp .br {
    display: none;
  }
  .lower .procedure .procedureWarp .emphasisPC {
    display: inline-block;
    -webkit-text-decoration: underline wavy #fff;
            text-decoration: underline wavy #fff;
    text-underline-offset: 4px;
  }
}

@media screen and (min-width: 1025px) {
  .lower .procedure .procedureWarp {
    width: 70%;
    margin: auto;
    margin-bottom: 80px;
  }
  .lower .procedure .procedureWarp:after {
    bottom: -35px;
  }
}

.lower .price .priceWarp {
  padding: 0;
}

.lower .price .priceWarp h3 {
  font-size: 24px;
}

.lower .price .priceWarp h3 .priceType {
  background-color: #222222;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  margin-bottom: 8px;
}

@media screen and (min-width: 640px) {
  .lower .price .priceWarp h3 {
    text-align: left;
    margin-right: 1em;
  }
  .lower .price .priceWarp h3 .priceType {
    font-size: 13px;
  }
}

.lower .price .priceWarp h4 {
  font-size: 18px;
  margin: 48px 0 16px;
  color: #089800;
}

.lower .price .priceWarp table td {
  color: #222222;
}

.lower .price .priceWarp table td .cost {
  color: #222222;
}

.lower .price .priceWarp .supArea {
  background-color: #f0f7f0;
  padding: 24px;
  border-radius: 10px;
  margin: 32px 0;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .lower .price .sectionBody {
    width: 100%;
    margin: 40px auto;
    padding: 40px 0;
    border-bottom: 1px solid #222;
  }
  .lower .price .sectionBody:last-child {
    border: none;
  }
}

.lower .price .attention {
  color: #E63117;
  font-weight: bold;
  font-size: 1.1em;
}

.lower .service .serviceTop {
  margin-bottom: 6em;
}

.lower .service .serviceWarp {
  margin-bottom: 3em;
}

.lower .service .serviceWarp figure {
  width: 100%;
  margin: auto;
  margin-bottom: 1em;
}

.lower .service .serviceWarp .serviceContent {
  width: 95%;
  margin: auto;
}

.lower .service .serviceWarp .serviceContent h3 {
  text-align: center;
  margin-bottom: 0.8em;
}

.lower .service .serviceWarp .serviceContent p {
  display: block;
  margin-bottom: 0;
  border-top: none;
}

@media screen and (min-width: 1025px) {
  .lower .service .serviceTop {
    margin: auto;
    margin-bottom: 6em;
    width: 100%;
  }
  .lower .service .serviceWarp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5em;
  }
  .lower .service .serviceWarp:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lower .service .serviceWarp figure {
    width: 48%;
    margin: 0;
  }
  .lower .service .serviceWarp .serviceContent {
    width: 48%;
    margin: 0;
  }
}

.lower .contents .contactTtl {
  color: #089800;
  margin-bottom: 2em;
}

.lower .contents .contactTtl .br {
  display: none;
}

.lower .contents .contactTxt .contactTel {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.lower .contents .contactTxt .contactTel a {
  color: #089800;
}

@media screen and (min-width: 1025px) {
  .lower .contents .contactTtl {
    font-size: 1.2em;
  }
  .lower .contents .contactTtl .br {
    display: block;
  }
  .lower .contents .contactTxt {
    margin-bottom: 2em;
  }
  .lower .contents .contactTxt h4 {
    font-size: 1.7em;
  }
  .lower .contents .contactTxt .contactTel {
    letter-spacing: .1em;
    margin-bottom: 0;
  }
  .lower .contents .contactTxt .contactTel a {
    color: #089800;
    font-size: 2.0em;
    font-family: "Oswald", sans-serif;
  }
}

.lower .contents .thanksTel {
  color: #089800;
}

.lower .contents .formTable {
  width: 100%;
}

.lower .contents .formTable tr {
  display: block;
  width: 100%;
  margin-top: 1.5em;
}

.lower .contents .formTable tr td {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}

.lower .contents .formTable tr td ul li {
  margin-bottom: 0.5em;
}

.lower .contents .formTable tr td input {
  border: 1px solid rgba(34, 34, 34, 0.3);
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: .08em;
  max-width: 100%;
  background-color: #FFF;
  color: #222222;
}

.lower .contents .formTable tr td textarea {
  border: 1px solid rgba(34, 34, 34, 0.3);
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: .08em;
}

.lower .contents .formTable tr td input[type="radio"] {
  width: auto;
  padding: 8px;
  margin-right: 8px;
}

.lower .contents .formTable tr th {
  letter-spacing: .15em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.lower .contents .formTable tr th:last-child {
  margin-top: 0;
}

.lower .contents .formTable tr th .required {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #E63117;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}

.lower .contents .personal {
  margin-top: 30px;
  margin-bottom: 1.5em;
}

.lower .contents .personal .personalTtl h3 {
  margin-bottom: 1em;
}

.lower .contents .personal .personalTtl p {
  margin-bottom: 1.8em;
}

.lower .contents .personal .personalWarp {
  padding: 24px 20px;
  height: 300px;
  overflow-y: scroll;
}

.lower .contents .personal .personalWarp ol {
  padding-left: 24px;
  margin-bottom: 2em;
}

.lower .contents .personal .personalWarp ol li {
  margin-bottom: 1em;
}

.lower .contents .personal .personalWarp ol li::marker {
  font-weight: 700;
}

.lower .contents .personal .personalWarp .personalContact .enactment {
  text-align: right;
}

.lower .contents .personal .personalWarp .personalContact .enactment p {
  margin-bottom: 0;
}

.lower .contents .consent {
  text-align: center;
}

.lower .contents .consent input {
  margin-right: 8px;
  border: 1px solid #BDD0BC;
}

.lower .contents .formBtn {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.lower .contents .formBtn input {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lower .contents .formBtn input[type="button"],
.lower .contents .formBtn input[type="reset"],
.lower .contents .formBtn input[type="submit"] {
  font-size: 1.15em;
  font-weight: normal;
  background-color: #089800;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 0;
  border: none;
  letter-spacing: .3em;
  text-indent: .5em;
  width: 100%;
  margin-bottom: 1.5em;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.lower .contents .formBtn input[type="submit"][disabled] {
  background-color: #fff;
  color: #ccc;
  border: #ccc 1px solid;
  cursor: default;
}

.lower .contents .formBtn input.btnBack {
  background-color: #ddd;
  border: 1px solid #ccc;
  color: #222222;
  font-size: 1em;
}

@media screen and (min-width: 1025px) {
  .lower .contents .formTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lower .contents .formTable tr:last-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lower .contents .formTable tr th {
    width: 30%;
    vertical-align: middle;
    padding-top: 24px;
    margin-top: 0;
  }
  .lower .contents .formTable tr td {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0px;
    margin-bottom: 0em;
  }
  .lower .contents .formTable tr td .formM {
    width: 20em;
  }
  .lower .contents .formTable tr td .formL {
    width: 30em;
  }
  .lower .contents .formTable tr .reserve p {
    text-align: left;
  }
  .lower .contents .formTable tr .reserve select {
    margin-top: 0;
    width: 48%;
  }
  .lower .contents .formBtn input[type="button"],
  .lower .contents .formBtn input[type="reset"],
  .lower .contents .formBtn input[type="submit"] {
    width: 50%;
  }
  .lower .contents .formBtn input.btnBack {
    width: 30%;
  }
}

.lower .contents .bgGray {
  margin-top: 3em;
}
/*# sourceMappingURL=pages.css.map */