@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

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

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

.c-header {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1rem;
  width: 100%;
}
.c-header__logo img {
  max-width: 100px;
}
@media screen and (max-width: 750px) {
  .c-header__logo img {
    max-width: 60px;
  }
}
.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}
.c-header__list-item {
  list-style: none;
  text-decoration: none;
}
.c-header__list-link {
  color: #000;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  padding: 10px 0px;
}
.c-header__list-link:hover {
  filter: opacity(0.6);
}

.c-hamburger-menu {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: rgb(245, 245, 245);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
    z-index: 20;
  }
}
.c-hamburger-menu__input {
  display: none;
}
.c-hamburger-menu__bg {
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-hamburger-menu__button {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 32px;
  }
}
.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 1px;
  transition: 0.3s;
  width: 20px;
}

#hamburger:checked ~ .c-hamburger-menu__list {
  transform: translateX(0%);
  transition: 0.3s;
}
#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

@media screen and (max-width: 750px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  margin: 0.5rem auto 2rem;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv {
  position: relative;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 3px gray;
  border-right: solid 3px gray;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-button-prev:after {
  transform: rotate(-135deg);
}

.swiper-button-next:after {
  transform: rotate(45deg);
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: -2rem;
}

.swiper-pagination-bullet {
  /*ドットのサイズを変更*/
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 2rem !important;
}

.banner {
  position: relative;
}

.float-button__wrap {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .float-button__wrap {
    bottom: 1%;
    right: 1%;
  }
}
.float-button__wrap .btn,
.float-button__wrap a.btn,
.float-button__wrap button.btn {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.float-button__wrap a.btn--circle {
  width: 120px;
  height: 120px;
  padding: 20px 0 0;
  border-radius: 50%;
  color: #fff;
  background: #0dd739;
  box-shadow: 0 7px 0 #299138;
}
@media screen and (max-width: 750px) {
  .float-button__wrap a.btn--circle {
    border-radius: 10%;
    font-size: 0.5rem;
    width: 100px;
    height: auto;
    padding: 0.5rem 1rem;
  }
}
.float-button__wrap a.btn--circle i {
  font-size: 150%;
}
.float-button__wrap .fa-position-bottom {
  position: absolute;
  bottom: 0.5rem;
  left: calc(50% - 0.5rem);
}
@media screen and (max-width: 750px) {
  .float-button__wrap .fa-position-bottom {
    bottom: 0;
  }
}

.intro__p {
  text-align: left;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 0 1rem 2rem;
}
.intro p {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .intro p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 0 auto;
  }
}
.intro p span {
  font-size: 1.5em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: 600;
  background: linear-gradient(transparent 70%, rgba(255, 223, 39, 0.7) 20%);
  display: inline-block;
  white-space: nowrap;
}
.intro p span span {
  font-size: 0.5em;
}
.intro__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
}
@media screen and (max-width: 750px) {
  .intro__img {
    grid-column-gap: 10px;
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin: 0.5rem auto;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 750px) {
  .btn {
    margin: 1rem 0.5rem;
    padding: 1rem 2rem;
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

a.btn__move {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background: #000;
}
a.btn__move span {
  position: relative;
}
a.btn__move:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-96%);
  background: #4d2c20;
}
a.btn__move:hover:before {
  transform: translateX(0%);
}
@media screen and (max-width: 750px) {
  a.btn__move:active:before {
    transform: translateX(0%);
  }
}

.catch {
  margin-bottom: 3rem;
  padding: 1em;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .catch {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catch h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .catch h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.catch h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.catch h2 span {
  font-size: 0.8rem;
}
.catch__lead {
  position: relative;
}
.catch__lead .detail {
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #00661f;
  position: absolute;
  right: 0;
  bottom: -5rem;
}
@media screen and (max-width: 750px) {
  .catch__lead .detail {
    bottom: -3rem;
  }
}
.catch p {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .catch p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.catch img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.case {
  position: relative;
  padding: 1em;
}
.case h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .case h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.case h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.case h2 span {
  font-size: 0.8rem;
}
.case__img {
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0 5% 3rem 5%;
}
.case .detail {
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #00661f;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.product {
  text-align: center;
}
.product h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .product h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.product h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.product h2 span {
  font-size: 0.8rem;
}
.product figcaption {
  font-size: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .product figcaption {
    font-size: 0.6rem;
    font-weight: 500;
    margin: 0 auto;
  }
}
.product__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d2d2d2;
  padding: 5%;
}
.product p {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: left;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .product p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

.info {
  margin-top: 5%;
  text-align: left;
  display: flex;
  gap: 5%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .info {
    flex-direction: column;
    text-align: center;
  }
}
.info a {
  display: block;
}
.info__tel p:first-of-type, .info__mail p:first-of-type {
  font-size: 1.5em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1rem;
}
.info__tel span, .info__mail span {
  font-size: 2.5rem;
  color: #cb4141;
  white-space: nowrap;
}
.info__mail-btn {
  border: #00661f 1px solid;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 750px) {
  .info__mail-btn {
    max-width: 50%;
    font-size: 0.75rem;
    margin: 0.5rem auto;
  }
}

.top img {
  max-width: 100%;
  width: 100%;
}
.top__intro {
  text-align: left;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .top__intro p {
    max-width: 22.5rem;
    margin: 0 auto;
  }
}
.top__intro p span {
  font-size: 1.5em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 0 1rem;
  display: inline-block;
  font-size: 1rem;
}

.story {
  text-align: left;
  padding: 5%;
}
.story h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .story h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.story h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.story h2 span {
  font-size: 0.8rem;
}
.story__parts {
  display: flex;
  gap: 20px;
  align-items: center;
}
.story__parts img {
  max-width: 50%;
  width: 50%;
}
.story__parts p {
  font-size: 0.8rem;
  padding: 2rem 0;
}
.story__parts:nth-of-type(even) {
  flex-direction: row-reverse;
}

.original-button {
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  border: 1px solid #00661f;
  position: relative;
  transition: 0.3s;
}

.original-button::before,
.original-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #1a1a1a;
  border-radius: 2px;
  will-change: transform;
  transition: 0.3s;
}

.original-button::before {
  transform: translateY(-50%) rotate(30deg);
}

.original-button::after {
  transform: translateY(-50%) rotate(-30deg);
}

table.company {
  margin: 0 auto;
  width: 100%;
  border: none;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: #f5f5f5;
}
table.company th {
  vertical-align: middle;
  border-right: solid 1px #666;
  margin: 0;
  text-align: left;
  padding: 0 1rem;
}
table.company td.data {
  padding: 0.5rem 0 0.5rem 2rem;
  border: none;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
table.company td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #34495e;
}
table.company td ul {
  list-style: none;
}

.salon__name h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .salon__name h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.salon__name h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.salon__name h2 span {
  font-size: 0.8rem;
}

.salon__map {
  margin: 5% auto;
  max-width: 100%;
  width: 100%;
}

.about {
  text-align: left;
  padding: 5%;
  font-size: 0.8rem;
}
.about h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .about h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.about h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.about h2 span {
  font-size: 0.8rem;
}
.about__parts {
  display: flex;
  margin-bottom: 5%;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .about__parts {
    flex-direction: column;
  }
}
.about__parts p:first-of-type {
  margin-bottom: 2%;
}
.about__parts p:nth-of-type(2) {
  margin-top: 2%;
}
.about__parts small {
  font-size: 0.8em;
}
.about__parts img {
  max-width: 50%;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .about__parts img {
    margin: 0 auto;
    max-width: 100%;
    width: 50%;
  }
}
.about__parts:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .about__parts:nth-of-type(even) {
    flex-direction: column;
  }
}
.about__parts li {
  font-size: 0.8rem;
}

.movie h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .movie h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.movie h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.movie h2 span {
  font-size: 0.8rem;
}
.movie iframe {
  margin: 0 auto;
}

.recommend {
  margin: 5% auto;
  max-width: 1000px;
}
.recommend h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .recommend h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.recommend h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.recommend h2 span {
  font-size: 0.8rem;
}
.recommend__inner {
  padding-top: 50%;
  background-image: url(../img/about4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}
.recommend__inner.spicure {
  background-image: url(../img/about7.png);
}
.recommend__inner p {
  font-size: 1.5em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .recommend__inner p {
    font-size: 1.2rem;
  }
}
.recommend__inner ul {
  list-style: none;
  margin-top: 5%;
  text-align: left;
  display: inline-block;
}
.recommend__inner li {
  line-height: 2rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 750px) {
  .recommend__inner li {
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
  }
}
.recommend__inner li:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
}
@media screen and (max-width: 750px) {
  .recommend__inner li:before {
    top: 0.5rem;
  }
}

.merit h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .merit h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.merit h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.merit h2 span {
  font-size: 0.8rem;
}
.merit p {
  text-align: left;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.merit__list {
  text-align: left;
  background-color: rgb(249, 248, 248);
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: 1rem;
  padding: 1rem 2rem;
  position: relative;
}
.merit__list::before {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #00661f;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.merit__list:after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #00661f;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.merit__list li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .merit__list li {
    font-size: 1rem;
  }
}
.merit__list li::before {
  position: relative;
  top: -4px;
  left: -18px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #1a1a1a;
}

.flow {
  text-align: center;
  margin-top: 2rem;
}
.flow h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .flow h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.flow h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.flow h2 span {
  font-size: 0.8rem;
}
.flow > p {
  padding: 1rem 1.5rem;
  text-align: left;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  border: #00661f 1px solid;
}
.flow > p span {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 0.5em;
  background: linear-gradient(transparent 70%, #fedc40 20%);
  display: inline-block;
}

.stepbar {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
  text-align: left;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #00661f;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #00661f;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
.model {
  margin: 1rem 0;
}
.model h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .model h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.model h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.model h2 span {
  font-size: 0.8rem;
}
.model__inner > p:first-child {
  font-size: 1.2rem;
}
.model__inner > p:nth-of-type(2) {
  font-size: 0.75em;
}
.model__box {
  margin: 2em auto;
  background: #e9fff6;
  max-width: 70%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.model__box-title {
  font-size: 1.2em;
  background: #00661f;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.model__box p {
  padding: 15px 20px;
  margin: 0;
}
.model__box span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cb001b;
}

.price__person {
  font-size: 1rem;
  margin-top: -2rem;
}

.attention {
  text-align: left;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 1rem;
}
.attention p {
  font-size: 0.8em;
}
.attention p:not(:first-of-type) {
  margin-top: 0.5em;
}
.attention p > span {
  font-size: 1.2em;
  font-weight: 500;
  color: #cb001b;
}

.item h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .item h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.item h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.item h2 span {
  font-size: 0.8rem;
}
.item__inner {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  .item__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.item__inner-card {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  background-color: gainsboro;
  display: flex;
  flex-direction: column;
}
.item__inner-card img {
  max-width: 100%;
  width: 90%;
  margin: 1rem auto;
}
.item__inner-card-content {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem 1rem;
}
.item__inner-card-content h3 {
  font-size: 0.8rem;
}
@media screen and (max-width: 750px) {
  .item__inner-card-content h3 {
    font-size: 0.6rem;
  }
}
.item__inner-card-content p {
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .item__inner-card-content p {
    font-size: 0.6rem;
  }
}
.item__inner-card-content-text span:not(.setitem) {
  font-size: 1rem;
}
.item__inner-card-content-text span.setitem {
  font-size: 0.8em;
}

.itemprice__box {
  margin: 2em auto;
  padding: 0 0 0.5rem;
  background: #e9fff6;
  max-width: 70%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.itemprice__box-title {
  margin-bottom: 1rem;
  font-size: 1.2em;
  background: #00661f;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.itemprice__box p:first-of-type {
  font-size: 1.5rem;
}
.itemprice__box p:first-of-type span {
  font-size: 0.5em;
}
.itemprice__box p:nth-of-type(2) {
  margin-top: 1rem;
}

.other p:first-child {
  font-size: 3rem;
  margin: -2rem 0;
}

.pay {
  font-size: 1rem;
  margin-bottom: 5rem;
  padding: 0 1rem;
  background: linear-gradient(transparent 70%, rgba(255, 223, 39, 0.7) 10%);
  display: inline-block;
}
.pay span {
  font-size: 2rem;
  padding-left: 1rem;
}

.case h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .case h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.case h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.case h2 span {
  font-size: 0.8rem;
}

.case h3 {
  text-align: left;
  font-size: 1rem;
  margin-top: 5%;
}

/* モーダル関連 */
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.ga-list li {
  list-style: none;
}

.ga-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .ga-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}

.banda {
  display: flex;
}
.banda img {
  max-width: 100%;
  width: 50%;
}

/* モーダルここまで */
.p_item h2 {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p_item h2 {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.p_item h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background-image: linear-gradient(90deg, #fedc40, rgba(255, 255, 255, 0) 90%);
}
.p_item h2 span {
  font-size: 0.8rem;
}
.p_item__inner {
  text-align: left;
}
.p_item__inner h3 {
  background: #d4d4d4;
  margin: 0.5rem 0;
  padding-left: 1rem;
}
.p_item__inner p {
  padding: 0 5%;
}
.p_item__inner p span {
  font-weight: bold;
}

.footer {
  padding: 1rem 2rem 1.5rem;
  color: #FFF;
  background-color: #00661f;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .footer br {
    display: none;
  }
}
.footer__container {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer__container {
    justify-items: start;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.footer__name {
  font-size: 1.2rem;
}
.footer__caption {
  margin-top: 0;
  font-size: 0.75em;
}
@media screen and (max-width: 750px) {
  .footer__caption br {
    display: none;
  }
}
.footer__title, .footer__link {
  margin: 0 0 0.8em;
  font-size: 0.9em;
  font-weight: 700;
}
.footer__link {
  font-weight: 400;
  display: block;
}
.footer__list {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .footer__head {
    grid-column: 1/3;
  }
}

.copy-right {
  font-size: small;
  text-align: center;
  margin-top: 1rem;
}
.copy-right a {
  margin: 0 1em;
}/*# sourceMappingURL=style.css.map */