@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap);
@media only screen and (max-width: 766px) {
  * {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #222;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.main {
  overflow: hidden;
}

.main-cont {
  padding: 40px 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  margin: auto;
}

.red {
  color: #e60012;
}

.order--1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 766px) {
  .order--1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.symbol {
  display: none;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  min-width: 960px;
  max-width: 1300px;
  position: relative;
  width: 86%;
}
@media only screen and (max-width: 766px) {
  .container {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

p {
  margin: 0 auto;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  input[type=email],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea {
    font-size: 16px;
  }
}
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
  border: 1px solid #edf6f0;
  outline: none;
}

select {
  border: 1px solid #c3c3c3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  select {
    font-size: 16px;
  }
}
select:active, select:focus {
  border: 1px solid #edf6f0;
  outline: none;
}

input[type=submit] {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 15px;
}
input[type=submit]:first-of-type {
  -webkit-appearance: none;
  background: #f6f6f6;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  cursor: pointer;
  padding: 15px 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 766px) {
  input[type=submit]:first-of-type {
    font-size: 16px;
  }
}
input[type=submit]:first-of-type:hover {
  background: #cccccc;
  color: #fff;
}
input[type=submit]:last-of-type {
  -webkit-appearance: none;
  background: #edf6f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #222;
  cursor: pointer;
  padding: 15px 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 767px) {
  input[type=submit]:last-of-type {
    margin-left: 20px;
  }
}
input[type=submit]:last-of-type:hover {
  background: #68be83;
  color: #fff;
}
input[type=submit]:active, input[type=submit]:focus {
  outline: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #edf6f0;
}
a img {
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a img:hover {
  opacity: 0.7;
}

ul {
  margin: 0 auto;
  padding: 0;
}

dl {
  margin: 0 auto;
}
dl dd {
  margin: 0;
}

.path {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  font-size: 12px;
  padding: 10px;
  text-align: left;
}
.path span {
  color: #999;
  display: inline-block;
  margin: 0 3px;
}
.path a span {
  color: #68be83;
  text-decoration: underline;
}
.path a span:hover {
  color: #68be83;
  text-decoration: none;
}
.path br {
  display: none;
}

.page-navi {
  margin: 0 auto;
}
.page-navi ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0 auto;
}
.page-navi ul li {
  list-style: none;
  margin: 5px 0;
}
@media only screen and (max-width: 766px) {
  .page-navi ul li {
    width: 46%;
  }
  .page-navi ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .page-navi ul li + li {
    border-left: 1px solid #c3c3c3;
  }
}
@media only screen and (max-width: 766px) {
  .page-navi ul li:nth-of-type(even) {
    border-left: 1px solid #c3c3c3;
  }
}
.page-navi ul a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px 20px 30px;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .page-navi ul a {
    font-size: 12px;
    padding: 5px 5px 20px 5px;
  }
}
.page-navi ul a:after {
  font-family: "Font Awesome 6 Pro";
  bottom: 0;
  content: "\f078";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.page-navi ul a:hover {
  color: #68be83;
  text-decoration: underline;
}
.page-navi ul a:hover:after {
  bottom: -5px;
}

.dl-table {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .dl-table {
    margin: 0 auto;
    width: 100%;
  }
}
.dl-table dt {
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 5px auto;
  padding: 10px;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 766px) {
  .dl-table dt {
    width: 100%;
  }
}
.dl-table dt .require {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dl-table dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 5px auto;
  padding: 10px;
  width: 75%;
}
@media only screen and (max-width: 766px) {
  .dl-table dd {
    width: 100%;
  }
}
.dl-table dd ul {
  margin: 0 auto;
  padding: 0 0 0 20px;
}
.dl-table dd ul li {
  margin: 0 auto 5px auto;
}
.dl-table dd strong {
  color: #68be83;
  display: block;
  margin: 20px auto 10px auto;
}
.dl-table dd a {
  color: #68be83;
  text-decoration: underline;
}
.dl-table dd a:hover {
  text-decoration: none;
}

.ac {
  cursor: pointer;
}
.ac + dd {
  display: none;
}

.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 90%;
  max-width: 80%;
  overflow-y: scroll;
  padding: 30px;
}
@media only screen and (max-width: 766px) {
  .remodal {
    max-height: 96%;
    max-width: 96%;
    overflow: scroll;
    padding: 10px;
  }
  .remodal img {
    max-width: 1000px;
  }
}
.remodal-close {
  left: initial;
  right: 0;
}
@media only screen and (max-width: 766px) {
  .remodal-close {
    left: 0;
    right: initial;
    position: fixed;
  }
}
.remodal__btn {
  cursor: pointer;
  position: relative;
}
.remodal__btn:after {
  font-family: "Font Awesome 6 Pro";
  background: rgba(34, 34, 34, 0.5);
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  content: "\f00e";
  padding: 10px;
  position: absolute;
  right: 10px;
}
.remodal .title1 {
  margin: 40px auto -40px auto;
}

iframe {
  max-width: 100%;
}

video {
  max-width: 100%;
}

h2 {
  color: #68be83;
  font-family: "Nanum Gothic", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", serif;
  font-size: 35px;
  font-weight: bold;
  margin: 0 auto;
}
h2 span {
  color: #222;
  display: block;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 13px;
}
h2 span:after {
  background: #999;
  content: "";
  display: block;
  height: 1px;
  margin: 30px auto;
  width: 50px;
}
h2 ~ h2 {
  margin-top: 60px;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nanum Gothic", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", serif;
  display: block;
  padding: 10px 20px;
  width: 250px;
}
.btn--br {
  background: url(/cms/wp-content/uploads/2021/06/arw-gd.png) no-repeat center right 15px #fff;
  border: 1px solid #844a38;
  color: #844a38;
}
.btn--br:hover {
  background: url(/cms/wp-content/uploads/2021/06/arw-wh.png) no-repeat center right 10px #844a38;
  color: #fff;
}

/*----------------------------------------
	ページャー
----------------------------------------*/
.nav_pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 766px) {
  .nav_pager {
    font-size: 12px;
  }
}
.nav_pager a {
  background: #999;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  color: #fff;
}
.nav_pager a:hover {
  background: #68be83;
  color: #fff;
}
.nav_pager span {
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}
.nav_pager span.current {
  background: #68be83;
  color: #fff;
}

/*----------------------------------------
	フォーム
----------------------------------------*/
input#zip {
  width: 100px !important;
  margin-bottom: 10px;
}

input#zip1 {
  width: 100px !important;
  margin-bottom: 10px;
}

input#pref {
  width: 100px !important;
}

input#addr {
  width: calc(100% - 126px) !important;
}
@media only screen and (max-width: 766px) {
  input#addr {
    width: calc(100% - 126px) !important;
  }
}

#autozip {
  background: #edf6f0 !important;
}

#movable_zipaddr a:last-child {
  display: none;
}

.shortbox input {
  width: 100px;
}

/*----------------------------------------
	animation
----------------------------------------*/
.ani {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.ani.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.ani--lr {
  -webkit-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
}
.ani--rl {
  -webkit-transform: translate(150px, 0);
          transform: translate(150px, 0);
}
.ani--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.ani--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}
.ani--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.ani--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.ani--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ani--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 5%;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header__logo {
  display: block;
  left: 0;
  top: 0;
  width: 180px;
}

.menu-btn {
  cursor: pointer;
  height: 70px;
  position: fixed;
  right: 2%;
  top: 10px;
  width: 70px;
  z-index: 100;
}
.menu-btn span {
  background: #222;
  border-radius: 2px;
  display: inline-block;
  height: 1px;
  left: 14px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-btn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}
.menu-btn span:nth-of-type(2) {
  top: 25px;
  width: 45%;
}
.menu-btn span:nth-of-type(3) {
  top: 35px;
  width: 20%;
}
.menu-btn.active span:nth-of-type(1) {
  left: 18px;
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  top: 30px;
  width: 30%;
}

.footer {
  background: #fff;
  padding: 60px 5%;
}
.footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #edf6f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: initial;
  padding: 30px;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__info {
  text-align: left;
}
.footer__info a {
  color: #222;
}
.footer__logo {
  display: block;
  margin: 0 auto 20px 0;
  width: 200px;
}
.footer__copyright {
  font-size: 12px;
  margin: 0;
}
@media only screen and (max-width: 766px) {
  .footer__copyright {
    margin: 30px auto 0 0;
    text-align: left;
  }
}

.pagetop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(104, 190, 131, 0.5);
  border: 1px solid #68be83;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: initial;
  position: fixed;
  right: 20px;
  width: 75px;
  z-index: 10;
}
@media only screen and (max-width: 766px) {
  .pagetop {
    height: 40px;
    width: 40px;
  }
}
.pagetop:hover {
  background: #68be83;
  color: #fff;
}
.pagetop i {
  font-size: 30px;
}
@media only screen and (max-width: 766px) {
  .pagetop i {
    font-size: 20px;
  }
}
.pagetop span {
  font-family: "Nanum Gothic", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", serif;
  font-size: 10px;
}
@media only screen and (max-width: 766px) {
  .pagetop span {
    display: none;
  }
}

.over {
  background: rgba(237, 246, 240, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  height: 100vh;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.side-menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.side-menu ul {
  margin: 50px 0 0 0;
  text-align: left;
  width: 220px;
}
.side-menu ul li {
  list-style: none;
}
.side-menu ul li + li {
  margin-top: 20px;
}
.side-menu ul li a {
  color: #222;
  font-family: "Nanum Gothic", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
}
.side-menu ul li a:hover:before {
  background: #222;
  content: "";
  display: block;
  height: 1px;
  left: -45px;
  position: absolute;
  top: 17px;
  width: 30px;
}

.side__rsv {
  background: #68be83;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  padding: 10px 0;
  position: fixed;
  right: -79px;
  top: 45%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 200px;
  z-index: 101;
}
.side__rsv:hover {
  background: #49aa68;
  color: #fff;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 766px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
}
/*# sourceMappingURL=base.css.map */