@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin: 0;
}

@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 16px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------
ヘッダー
---------------------------------------*/
.header {
  margin: 0;
  position: relative;
}

.header .headerWrap {
  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;
  z-index: 10;
  padding: 20px 0;
  padding-left: 16px;
}

.header .headerWrap h1 {
  margin-bottom: 0;
  z-index: 10;
  width: 210px;
}

.header .headerWrap .headerTel.DownMove {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .header {
    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: auto;
    position: absolute;
    width: 100%;
  }
  .header .headerWrap {
    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;
    padding: 30px 0 20px;
    padding-left: 40px;
  }
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  position: relative;
  text-align: center;
  background: #089800;
}

.footer .footerInfoWrap {
  padding: 50px 24px 40px;
}

.footer .footerInfoWrap .footerInfo h1 {
  color: #ffffff;
}

.footer .footerInfoWrap .footerInfo address {
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer .footerInfoWrap .footerInfo address p {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.footer .footerInfoWrap .footerInfo .copyright {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding-bottom: 3em;
}

.footer .footerInfoWrap .footerInfo .copyright a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footernavWarp {
  display: none;
}

@media screen and (min-width: 1025px) {
  .footer {
    text-align: left;
  }
  .footer .footerInfoWrap {
    max-width: 1200px;
    margin: auto;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footerInfoWrap .footerInfo {
    text-align: left;
  }
  .footer .footerInfoWrap .footerInfo h1 {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .footer .footerInfoWrap .footerInfo address {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .footer .footerInfoWrap .footerInfo .copyright {
    font-size: 14px;
    text-align: center;
    padding-bottom: 0;
  }
  .footer .footerInfoWrap .footernavWarp {
    display: block;
  }
  .footer .footerInfoWrap .footernavWarp .footerContact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 80px;
  }
  .footer .footerInfoWrap .footernavWarp .footerContact img {
    width: 300px;
    margin-left: -20px;
  }
  .footer .footerInfoWrap .footernavWarp .footerContact a {
    width: 226px;
  }
  .footer .footerInfoWrap .footernavWarp .footerNav {
    background-color: #089800;
    display: block;
    padding: 20px 0px;
  }
  .footer .footerInfoWrap .footernavWarp .footerNav ul {
    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-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 640px;
    padding: auto;
  }
  .footer .footerInfoWrap .footernavWarp .footerNav ul li {
    margin-right: 20px;
  }
  .footer .footerInfoWrap .footernavWarp .footerNav ul li:last-child {
    margin-right: 0;
  }
  .footer .footerInfoWrap .footernavWarp .footerNav ul li a {
    color: #ffffff;
    font-size: 14px;
  }
}

/*---------------------------------------
お問い合わせ
---------------------------------------*/
.contact {
  position: relative;
}

.contact .contactWarp 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;
  color: #089800;
  font-size: 24px;
}

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

.contact .contactWarp h2:before {
  content: "";
  border-top: 3px solid #089800;
  display: block;
  width: 20%;
  margin-right: 24px;
}

.contact .contactWarp h2:after {
  content: "";
  border-top: 3px solid #089800;
  display: block;
  width: 20%;
  margin-left: 24px;
}

.contact .contactWarp h3 {
  text-align: center;
  margin-bottom: 30px;
}

.contact .contactWarp .contactBtn a {
  max-width: 320px;
  display: block;
  margin: auto;
  margin-bottom: 1.6em;
}

.contact .contactBtnPC {
  display: none;
}

@media screen and (min-width: 640px) {
  .contact .contactWarp h2 {
    margin-bottom: 50px;
  }
  .contact .contactWarp h2:before {
    width: 34%;
  }
  .contact .contactWarp h2:after {
    width: 34%;
  }
  .contact .contactWarp h3 {
    font-size: 16px;
    margin-bottom: 50px;
    padding-bottom: 90px;
  }
  .contact .contactWarp h3 .br {
    display: none;
  }
  .contact .contactWarp .caution .br {
    display: none;
  }
  .contact .contactBtnPC {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: absolute;
    bottom: 2%;
    width: 100%;
    max-width: 1000px;
  }
  .contact .contactBtnPC a {
    max-width: 350px;
    display: block;
    margin: 0;
    margin-bottom: 2.0em;
  }
}

@media screen and (min-width: 1025px) {
  .contact .contactWarp h2:before {
    width: 35%;
  }
  .contact .contactWarp h2:after {
    width: 35%;
  }
  .contact .contactWarp h3 {
    font-size: 16px;
    padding-bottom: 160px;
  }
  .contact .contactBtnPC {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    max-width: 1160px;
  }
  .contact .contactBtnPC a {
    max-width: 560px;
    display: block;
    margin: 0;
    margin-bottom: 2.0em;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  background-color: #FFF;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gnav .nav-list {
  list-style: none;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-left: 0;
  text-align: center;
}

.gnav .nav-list li {
  padding: 24px 0;
  position: relative;
  font-size: 16px;
  border-top: 1px solid #BDD0BC;
}

.gnav .nav-list li:last-child {
  border-bottom: none;
}

.gnav .nav-list li a {
  font-weight: bold;
  text-decoration: none;
  color: #089800;
}

.gnav .nav-list .navContact a {
  width: 220px;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .gnav {
    background-color: transparent;
    left: 0;
    height: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gnav .nav-list {
    height: auto;
    margin: 0;
    padding: 37px 40px 20px;
    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;
    width: 100%;
    max-width: 840px;
  }
  .gnav .nav-list li {
    padding: 0;
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav .nav-list li:last-child {
    border-bottom: none;
  }
  .gnav .nav-list li a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    color: #222222;
  }
  .gnav .nav-list li a:last-child {
    border: none;
  }
  .gnav .nav-list li a small {
    display: block;
    opacity: 0.6;
    font-family: "Oswald", sans-serif;
  }
  .gnav .navContact {
    width: 170px;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-image: url(../img/cmn/hamburger-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 100;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-burger .icon, .btn-burger .icon:before, .btn-burger .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  cursor: pointer;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-burger .icon:before {
  top: 16px;
}

.btn-burger .icon:after {
  top: -16px;
}

@media screen and (min-width: 1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}

.nav-toggle:checked ~ .btn-burger {
  background-image: none;
}

.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}

.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #222222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  color: #089800;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.75rem;
}

.h2-style strong {
  font-size: 144%;
}

.h2-style > span {
  white-space: nowrap;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.h2-style > span > span {
  position: relative;
}

.h2-style > span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #222222;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.h3-style {
  color: #089800;
  font-size: 1.375rem;
}

.h4-style {
  color: #089800;
  border-bottom: 2px solid #089800;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 1.125rem;
}

.dpb {
  display: inline-block;
}

.bg-gray {
  background-color: #F2F4F2;
  padding: 24px;
}

@media screen and (min-width: 640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #089800;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  color: #0a7d04;
  opacity: 0.6;
}

a:hover img {
  opacity: 0.6;
}

a.link-text {
  color: #089800;
  position: relative;
}

a.link-text::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #089800;
  border-right: 2px solid #089800;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}

.table-style th {
  background-color: #089800;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}

.table-style td {
  background-color: #F2F4F2;
  text-align: left;
  padding: 12px 8px;
}

.table-style .nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
料金表
---------------------------------------*/
.priceWarp {
  padding: 0 20px;
}

.priceWarp h3 {
  text-align: center;
  margin-bottom: 20px;
}

.priceWarp table {
  margin-bottom: 30px;
  width: 100%;
}

.priceWarp table tbody tr {
  border-bottom: 1px #BDD0BC solid;
  width: 100%;
  background-color: #F2F4F2;
}

.priceWarp table tbody tr th {
  display: block;
  padding: 10px 20px 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.priceWarp table tbody tr td {
  text-align: right;
  display: block;
  padding: 0 20px 10px;
  color: #E63117;
  font-weight: 700;
}

.priceWarp table tbody tr td .cost {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

.priceWarp table tbody tr td .tax {
  color: #808080;
  margin-left: 12px;
  font-weight: 400;
  font-size: 11px;
}

.priceWarp table tbody tr .black {
  color: #222222;
}

.priceWarp table tbody tr:first-child {
  border-top: 1px #BDD0BC solid;
}

.priceWarp table tbody tr:nth-child(2n) {
  background-color: #ffffff;
  border-top: none;
}

@media screen and (min-width: 1025px) {
  .priceWarp {
    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: 0;
  }
  .priceWarp h3 {
    font-size: 22px;
  }
  .priceWarp > div {
    width: 70%;
  }
  .priceWarp table {
    margin-bottom: 30px;
    width: 100%;
  }
  .priceWarp table tbody tr th {
    display: inline-block;
    width: 70%;
    text-align: left;
    padding: 28px 0 24px 20px;
    font-size: 16px;
    border: none;
  }
  .priceWarp table tbody tr th .big {
    font-size: 16px;
  }
  .priceWarp table tbody tr td {
    display: inline-block;
    padding: 24px 20px 24px 0;
    width: 30%;
    text-align: right;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li,
.listColumn li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}

.listNormal li:before,
.listColumn li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #089800;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.listColumn {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .listColumn li {
    padding: 4px 0;
    line-height: 1.7;
    display: inline-block;
  }
  .listColumn li:before {
    display: none;
  }
  .listColumn li::after {
    content: '／';
    color: #808080;
  }
  .listColumn li:last-child::after {
    content: '';
  }
}

/*---------------------------------------
form
---------------------------------------*/
/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF734));
  background: -webkit-linear-gradient(transparent 50%, #FFF734 50%);
  background: linear-gradient(transparent 50%, #FFF734 50%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #222222;
}

span.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .current:after {
    content: "";
    border-bottom: 2px solid #089800;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 40%;
  }
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 640px) {
  .img1 img {
    height: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}

.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}

@media screen and (min-width: 640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}

.img3 img:last-child {
  width: 33.3%;
}

@media screen and (min-width: 640px) {
  .img3 img {
    height: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw)/2);
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

.bgGray {
  background-color: #F2F4F2;
  padding: 24px;
}

@media screen and (min-width: 640px) {
  .bgGray {
    padding: 24px 64px;
  }
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #FFF;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}

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

.sp {
  display: inherit;
}

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

@media screen and (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */