@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #342b28;
  height: 100%;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}

.moreBtn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  position: relative;
  padding-right: 60px;
}
.moreBtn a:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #7ab929;
  top: 0;
  right: 0;
}
.moreBtn a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 9px;
  right: 12px;
  transform: rotate(135deg);
}

@media (hover: hover) {
  a {
    transition: all ease 0.2s;
    will-change: opacity;
  }
  a:hover {
    opacity: 0.7;
  }
  input,
button,
textarea,
select {
    /* デフォルトスタイルをリセット */
    font-size: 14px;
  }
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.ofi {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  margin-top: 70px;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-inner {
  padding: 0 1.5%;
}
@media screen and (max-width: 768px) {
  .wrap-inner .wrap-inner {
    padding: 0 2%;
    overflow: hidden;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sec-title {
  font-size: 3rem;
  letter-spacing: 6px;
  margin-bottom: 60px;
  position: relative;
  text-align: left;
  color: #7ab929;
}
.sec-title:before {
  content: "";
  width: 66px;
  height: 2px;
  background-color: #7ab929;
  display: inline-block;
  margin-right: 26px;
  vertical-align: middle;
}
.sec-title:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 6px;
  bottom: -25px;
  left: 96px;
  background-color: #7ab929;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 7px);
}
@media screen and (max-width: 768px) {
  .sec-title .sec-title {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
  .sec-title .sec-title:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 4px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8be4f0;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 7px);
  }
}

button {
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}

.fixed-banner {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 20;
}
.fixed-banner .fixed-banner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 5px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px 0 0 5px;
  width: 45px;
  margin-bottom: 20px;
}
.fixed-banner .fixed-banner-btn.rental {
  background: #eb5505;
}
.fixed-banner .fixed-banner-btn.subsc {
  background: #57bbe5;
}
.fixed-banner .fixed-banner-btn > img {
  width: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fixed-banner .fixed-banner-btn {
    padding: 14px 5px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px 0 0 5px;
    width: 30px;
    margin-bottom: 20px;
  }
  .fixed-banner .fixed-banner-btn > img {
    width: 40px;
    margin-top: 10px;
  }
}

/*>*/
.arrow01:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #7ab929;
  border-right: solid 3px #7ab929;
  transform: rotate(45deg);
}

/*> 下*/
.arrow02:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #7ab929;
  border-right: solid 3px #7ab929;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .arrow02:after {
    width: 10px;
    height: 10px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
}
.breadcrumb a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #7ab929;
}
.breadcrumb a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #878787;
  border-right: solid 1px #878787;
  transform: rotate(45deg);
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.no-transition {
  transition: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 50;
  -ms-box-shadow: -1px 15px 23px -21px rgba(0, 0, 0, 0.27);
  box-shadow: -1px 15px 23px -21px rgba(0, 0, 0, 0.27);
}
.header .navbar {
  display: flex;
  flex: 1;
  flex-basis: auto;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header .navbar .vertical-logo {
  margin-right: auto;
  padding-left: 20px;
  width: 270px;
}
.header .navbar .txt {
  font-size: 14px;
  line-height: 1.4;
}
.header .navbar .txt > span {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header .navbar {
    gap: 5px;
  }
  .header .navbar .vertical-logo {
    padding-left: 10px;
    width: 200px;
  }
  .header .navbar .h_tel,
.header .navbar .txt {
    display: none;
  }
}
.header .top-menu-wrapper {
  color: #221f1f;
  width: 0;
}
.header .top-menu-wrapper .top-menu {
  transform: translate3d(0, -100%, 0);
  visibility: hidden;
  height: 0;
}
.header .top-menu-wrapper .overlay {
  display: none;
}
.header .top-menu-wrapper.show-offcanvas:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .top-menu-wrapper.show-offcanvas .panel, .header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}
.header .top-menu-wrapper.show-offcanvas .top-menu {
  visibility: visible;
  height: auto;
  transition-delay: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-y: auto;
  padding: 1.5rem 1.5rem;
  background: #e8e8e8;
}
@media screen and (max-width: 768px) {
  .header .top-menu-wrapper.show-offcanvas .top-menu {
    height: 100vh;
  }
}
.header .open-mobile-menu i {
  color: #221f1f;
}
.header .has-dropdown i {
  display: none;
}
.header .sub-menu {
  padding: 0.5rem 1.5rem 0 1.5rem;
}
.header .sub-menu a {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0rem;
}
.header .top-menu li {
  position: relative;
  width: 100%;
  text-align: center;
}
.header .top-menu li .logo {
  width: 200px;
  margin-top: 1em;
}
.header .mob-block {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.header .navigation {
  display: flex;
  flex-wrap: wrap;
}
.header .navigation a {
  display: block;
  font-size: clamp(1.4rem, 2.2vw, 1.6rem);
  padding: 0.4em 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.header .navigation a > img {
  width: 100%;
}
.header .navigation a.arrow {
  padding-left: 20px;
}
.header .navigation a.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #16127b;
  border-right: 2px solid #16127b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .navigation a:hover {
  color: #d93622;
}
.header .navigation a.sub {
  padding: 1em 0 1em 35px;
  padding-left: 35px;
  background: #fff;
  margin-bottom: 10px;
}
.header .navigation a.sub::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #16127b;
  border-right: 2px solid #16127b;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .navigation .navItem {
  flex: 1 0 200px;
  padding: 0 0.5vw;
  margin-bottom: 2em;
}
.header .navigation .navItem.pdtop {
  padding-top: 3em;
}
.header .navigation .navItem > .col {
  width: 100%;
}
.header .navigation .navItem .col.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.header .navigation .navItem .col.box-wrap a.box {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  font-size: 12px;
  padding: 0 5px 10px;
}
.header .navigation .navItem .col.box-wrap a.box span.icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .header .navigation {
    gap: 15px;
    padding: 0 10px;
  }
  .header .navigation .navItem {
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1.4em;
  }

  .header .navigation .navItem.pdtop {
    padding-top: 0em;
    padding-bottom: 3.5em;
  }

  .header .navigation .navItem:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.header-cta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.header-cta .col {
  width: 100%;
  background: #fff;
}
.header-cta .col a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 5px;
}
.header-cta .col a::before {
  content: none;
}
.header-cta .col .icon {
  width: 50px;
  margin-right: 10px;
  margin-left: 10px;
}
.header-cta .col .title {
  width: calc(100% - 70px);
  font-size: clamp(12px, 2vw, 16px);
  text-align: left;
}
.header-cta .col:nth-of-type(1) {
  border: 3px solid #57bbe5;
  border-radius: 6px;
}
.header-cta .col:nth-of-type(2) {
  border: 3px solid #eb5505;
  border-radius: 6px;
}
.header-cta .col:nth-of-type(3) {
  border: 3px solid #7ab929;
  border-radius: 6px;
}

.open-mobile-menu {
  padding: 1.5rem;
  background: #7ab929;
}
.open-mobile-menu img {
  width: 30px;
}

.show-offcanvas ~ .open-mobile-menu {
  pointer-events: none;
  display: none;
}

.close-mobile-menu {
  width: 73px;
  height: 71px;
  background-color: #7ab929;
  position: relative;
}
.close-mobile-menu span {
  display: block;
  width: 45px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.close-mobile-menu span:nth-of-type(1) {
  top: 34px;
  left: 17px;
  transform: rotate(45deg);
}
.close-mobile-menu span:nth-of-type(2) {
  top: 34px;
  left: 16px;
  transform: rotate(132deg);
}
@media screen and (max-width: 768px) {
  .close-mobile-menu {
    width: 50px;
    height: 50px;
  }
  .close-mobile-menu span:nth-of-type(1) {
    top: 24px;
    left: 3px;
  }
  .close-mobile-menu span:nth-of-type(2) {
    top: 24px;
    left: 3px;
    transform: rotate(132deg);
  }
}

.cta-wrap {
  background-color: #f1f1f1;
  padding: 60px 0;
  margin-bottom: 30px;
}
.cta-wrap h2.rental-title {
  font-size: clamp(20px, 4vw, 26px);
  font-weight: bold;
}
.cta-wrap .cta-list {
  display: flex;
  justify-content: space-between;
}
.cta-wrap .cta-list .col {
  width: calc(33.3333333333% - 20px);
  background: #fff;
}
.cta-wrap .cta-list .col a {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.cta-wrap .cta-list .col .icon {
  width: 70px;
}
.cta-wrap .cta-list .col .title {
  width: calc(100% - 70px);
  font-size: clamp(18px, 3vw, 26px);
  padding-left: 20px;
}
.cta-wrap .cta-list .col .title span {
  font-size: 20px;
}
.cta-wrap .cta-list .col .btn {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 16px;
  margin-top: 20px;
}
.cta-wrap .cta-list .col:nth-of-type(1) {
  border: 3px solid #57bbe5;
  border-radius: 6px;
}
.cta-wrap .cta-list .col:nth-of-type(1) .btn {
  background: #57bbe5;
}
.cta-wrap .cta-list .col:nth-of-type(2) {
  border: 3px solid #eb5505;
  border-radius: 6px;
}
.cta-wrap .cta-list .col:nth-of-type(2) .btn {
  background: #eb5505;
}
.cta-wrap .cta-list .col:nth-of-type(3) {
  border: 3px solid #7ab929;
  border-radius: 6px;
}
.cta-wrap .cta-list .col:nth-of-type(3) .btn {
  background: #7ab929;
}
@media screen and (max-width: 768px) {
  .cta-wrap {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .cta-wrap h2.rental-title {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .cta-wrap .cta-list {
    flex-direction: column;
    align-items: center;
  }
  .cta-wrap .cta-list .col {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .cta-wrap .cta-list .col .title {
    width: calc(100% - 70px);
    font-size: 1.6rem;
  }
  .cta-wrap .cta-list .col .title span {
    font-size: 1.6rem;
  }
}

.tel-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 30px;
}
.tel-form p {
  font-size: clamp(20px, 4vw, 30px);
}
.tel-form p.txt {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tel-form {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
    text-align: center;
  }
  .tel-form p {
    font-size: 1.8rem;
    padding: 5px 0;
  }
  .tel-form p img {
    width: 80%;
    margin: 0 auto;
  }
  .tel-form p.txt {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.rental-title {
  text-align: center;
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .rental-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.footer {
  padding: 0 0 40px 0;
  position: relative;
  background: #666666;
}
.footer .footer-nav-wrap {
  display: flex;
}
.footer .info {
  color: #fff;
  width: 260px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.footer .info .f_logo {
  width: 200px;
  margin-bottom: 10px;
}
.footer .footer-nav {
  color: #fff;
  padding: 0 20px;
  line-height: 2;
  font-size: 1.2rem;
}
.footer .footer-nav .caption {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer-nav:not(:last-of-type) {
  border-right: 1px solid rgb(131, 131, 131);
}
.footer .copy {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-nav-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .info {
    color: #fff;
    width: 100%;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .info .f_logo {
    width: 200px;
    margin: 0 auto 10px;
    display: block;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .copy {
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 1.1rem;
  }
}

.mainVisual {
  height: 100vh;
}/*# sourceMappingURL=style.css.map */