/* メインビジュアル */

.mv_container {
  position: relative;
  overflow: hidden;
  height: calc(100svb - 99px);
}

.mv_text {
  position: absolute;
  top: 9%;
  left: 3%;
  z-index: 2;
  font-size: 18px;
}

/* キャッチコピー アニメーション */
.mv_text {
  animation-name: opacity_text;
  animation-duration: 8s;
}

@keyframes opacity_text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shop_summary {
  margin-left: 7px;
}

.copy {
  color: #06541c;
  font-size: 56px;
}

.copy_small {
  font-weight: 700;
  font-size: 36px;
}

/* スライダー */
.mv_slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mv_img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.slider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider_img:nth-of-type(1) {
  animation-delay: 0s;
}

.slider_img:nth-of-type(2) {
  animation-delay: 10s;
}

.slider_img:nth-of-type(3) {
  animation-delay: 20s;
}

.slider_img {
  animation-name: anime;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    transform: scale(1.08);
  }
}

/* Gallery */
.gallery_inner {
  justify-content: space-between;
}

.gallery_explan {
  margin-right: 30px;
  min-width: 450px;
  width: 50%;
}

.gallery_img {
  max-width: 474px;
}

.gallery_img_2 {
  margin-top: 250px;
  margin-right: 20px;
  width: 45%;
}

.gallery_img_3 {
  margin-top: 40px;
  width: 50%;
}

/* Galleryあしらい */
.gallery_inner {
  position: relative;
}

.betta_illust {
  position: absolute;
  top: 755px;
  left: -28%;
  width: 26%;
}

.corydoras_illust {
  position: absolute;
  top: 679px;
  right: 0;
  width: 18%;
}

/* Galleryあしらい ここまで */

/* 初めての方へ */
.beginner_inner {
  justify-content: space-between;
  padding: 60px;
  border-radius: 12px;
  background-color: #c7e6c4;
}

.beginner_img {
  width: 47%;
}

.beginner_explan {
  width: 47%;
}

.beginner_title {
  color: #80553c;
  font-size: 36px;
}

.beginner_text {
  margin-top: 30px;
}

.beginner_newline {
  width: 99%;
}

/* 初めての方へあしらい */
.beginner_inner {
  position: relative;
}

.wood_illust {
  position: absolute;
  right: -2%;
  bottom: -63px;
  width: 24%;
}

/* 初めての方へあしらい ここまで */

/* サービス */
.service_container {
  position: relative;
  overflow: hidden;
  padding: 20px 0 80px;
}

.service_background {
  position: absolute;
  top: 55%;
  left: 47%;
  z-index: -1;
  max-width: 1440px;
  width: 100%;
  transform: translate(-50%, -50%);
}

.service_img {
  width: 50%;
}

.service_explan {
  min-width: 476px;
  width: 37%;
}

.service_mgr {
  margin-right: 5.5%;
}

.service_mgl {
  margin-left: 5.5%;
}

.service_h3 {
  font-weight: 500;
  font-size: 28px;
}

.service_cost {
  margin-left: 20px;
}

/* サービスあしらい */
.service_explan {
  position: relative;
}

.neon_tetra_illust {
  position: absolute;
  top: -58px;
  right: -20%;
  width: 43%;
}


.layout_btn,
.maintenance_btn {
  position: relative;
}

.guppy_illust {
  position: absolute;
  top: -50%;
  right: -1%;
  width: 33%;
}

.ghdg_illust {
  position: absolute;
  top: 42%;
  left: -38%;
  width: 48%;
}

/* サービスあしらい ここまで*/

/* お客様の声 */
.voice_container {
  margin: 0 auto;
  max-width: 1440px;
  width: 94.5%;
}

.voice_explan {
  margin-top: 40px;
  padding: clamp(20px, 2.5vw, 40px);
  width: 48.5%;
}

.voice_layout_bg {
  background-color: #c7e6c4;
}

.voice_maintenance_bg {
  background-color: #c4e6e4;
}

.voice_overview {
  justify-content: space-between;
}

.voice_img {
  width: 52%;
}

.voice_text_innner {
  flex-direction: column;
  justify-content: space-between;
  width: 44%;
}

.voice_category {
  font-size: 14px;
}

.voice_title {
  margin-top: 20px;
  font-weight: 500;
  font-size: clamp(18px, 1.69vw, 24px);
  line-height: 130%;
}

.voice_memo_area {
  font-weight: 500;
  font-size: clamp(14px, 1.15vw, 16px);
}

.voice_mgl {
  margin-left: 15px;
}

/* 店舗情報 */
.shop_inner {
  margin: 40px auto 0;
  max-width: 980px;
  width: 95%;
}

.shop_info {
  width: 39%;
}

.shop_list {
  width: 100%;
}

.shop_text {
  width: 100%;
}

.shop_text {
  margin-top: 30px;
}

.shop_list {
  padding-top: 20px;
}

.shop_item,
.shop_detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.shop_item {
  width: 30%;
}

.shop_map {
  width: 55%;
}

.shop_map iframe {
  width: 100%;
}

/* レスポンシブ 1300px */
@media (max-width: 1300px) {
  .betta_illust {
    top: 92%;
    left: 27%;
    width: 20%;
  }
}


/* レスポンシブ 1180px */
@media (max-width: 1180px) {

  /* Gallery あしらいによる横スクロール防止 */
  .gallery_container {
    overflow: hidden;
    padding-bottom: 130px;
  }
}

/* レスポンシブ 1170px */
@media (max-width: 1170px) {
  /* サービス */

  .service_explan {
    width: 45%;
  }

  .service_mgr {
    margin-right: 1.5%;
  }

  .service_mgl {
    margin-left: 2.5%;
  }

  .neon_tetra_illust {
    right: -9%;
  }
}

/* レスポンシブ 1021px */
@media (max-width: 1021px) {
  /* サービス */

  .service .responsive_column {
    flex-direction: column;
  }

  .service .responsive_column-reverse {
    flex-direction: column-reverse;
  }

  /* 余白 */

  .service .responsive_mg_top_30 {
    margin-top: 30px;
  }

  .service .responsive_mg_top_15 {
    margin-top: 15px;
  }

  .service .responsive_mg_top_150 {
    margin-top: 150px;
  }

  /* 余白ここまで */

  .service_container {
    padding: 20px 0 110px;
  }

  .service_background {
    top: 57.4%;
    left: 48%;
    width: 85%;
  }

  .service_img {
    min-width: 680px;
    width: 80%;
  }

  .service_explan {
    margin: 0 auto;
    min-width: 543px;
    width: 62%;
  }

  .service_h3 {
    text-align: center;
    font-size: 28px;
  }

  .layout_btn,
  .maintenance_btn {
    text-align: center;
  }

  .layout_btn .new_line,
  .maintenance_btn .new_line {
    display: inline-block;
    line-height: 140%;
  }

  /* サービスあしらい */

  .neon_tetra_illust.slider_right-diagonal {
    transform: translate(-50px, 50px);
  }

  .neon_tetra_illust {
    top: 74%;
    right: calc(50% + 141px);
    min-width: 186px;
    width: 19.5%;
  }

  .neon_tetra_illust img {
    transform: scale(-1, 1);
  }

  .guppy_illust {
    top: -30%;
    right: calc(50% - 320px);
    min-width: 155px;
    width: 18%;
  }

  .ghdg_illust {
    top: 44%;
    left: calc(50% - 340px);
    min-width: 164px;
    width: 28.7%;
  }
}

/* レスポンシブ 1000px */
@media (max-width: 1000px) {
  /* メインビジュアル */

  .mv {
    margin-top: 120px;
  }

  /* お客様の声 */

  .voice_overview.responsive_column-reverse {
    flex-direction: column-reverse;
  }

  .voice_explan {
    padding: 24px;
  }

  .voice_img {
    margin-top: 20px;
    width: 100%;
  }

  .voice_text_innner {
    width: 100%;
  }

  .voice_title {
    margin-top: 15px;
    font-size: 20px;
  }

  .voice_memo_area {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* レスポンシブ 960px */
@media (max-width: 960px) {
  /* Gallery */

  .betta_illust {
    top: 92%;
    left: 27%;
    width: 182px;
  }

  .corydoras_illust {
    top: 83%;
    right: 2%;
    width: 173px;
  }

  /* はじめての方へ */

  .beginner_inner {
    flex-direction: column;
    padding: clamp(20px, 6.4516vw, 40px) clamp(32px, 6.4516vw, 40px) 60px;
  }

  .beginner_inner.wraper_1080 {
    max-width: 620px;
    width: 84.6%;
  }

  .beginner_explan {
    display: contents;
    width: 100%;
  }

  .beginner_title {
    order: -1;
    text-align: center;
    font-size: clamp(24px, 5.8064vw, 36px);
  }

  .beginner_img {
    margin-top: 20px;
    width: 100%;
  }

  .beginner_text {
    margin-top: 20px;
  }

  .beginner_explan .btn_area {
    text-align: center;
  }

  .beginner .common_text {
    margin-top: 15px;
  }

  .wood_illust {
    top: 86%;
    right: -9%;
    min-width: 177px;
    width: 34%;
  }
}

/* レスポンシブ 768px */
@media (max-width: 768px) {
  /* Gallery */

  .gallery_explan {
    margin-right: 20px;
    min-width: 330px;
    width: 100%;
  }

  .gallery_img {
    max-width: 42.4%;
  }

  .gallery_img_2 {
    margin-top: 80%;
    margin-right: 10px;
  }

  .gallery_img_3 {
    margin-top: 14%;
  }

  .betta_illust {
    left: 32%;
  }

  .corydoras_illust {
    top: 72%;
    right: -2%;
  }

  /* サービス */

  .service_container {
    padding: 20px 0 110px;
  }

  .service_background {
    left: 46%;
    width: 109%;
  }

  .service_img {
    min-width: auto;
    width: 100%;
  }

  .service_explan {
    min-width: 489px;
    width: 72%;
  }

  .service_h3 {
    font-size: 24px;
  }

  /* サービスあしらい */

  .neon_tetra_illust {
    top: 74%;
    right: calc(50% + 130px);
    min-width: 111px;
  }

  .guppy_illust {
    top: 3%;
    right: calc(50% - 268px);
    min-width: 103px;
  }

  /* お客様の声 */

  .voice .responsive_column {
    flex-direction: column;
  }

  .voice_overview.responsive_column-reverse {
    flex-direction: row;
  }

  .voice_explan {
    margin: 40px auto 0;
    padding: 24px;
    width: 100%;
  }

  .voice_img {
    margin-top: auto;
    width: 52%;
  }

  .voice_text_innner {
    width: 44%;
  }

  .voice_title {
    margin-top: 20px;
    font-size: clamp(18px, 3vw, 24px);
  }

  .voice_memo_area {
    font-size: clamp(14px, 2.2vw, 16px);
  }

  /* 店舗情報 */

  .shop .responsive_column-reverse {
    flex-direction: column-reverse;
  }

  .shop_info .logo {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  .shop_map {
    width: 100%;
  }

  .shop_info {
    margin: 0 auto;
    width: 321px;
  }

  .shop_list {
    justify-content: center;
  }

  .shop_item {
    width: 38%;
  }

  .shop_detail {
    width: 62%;
  }

  .shop_text {
    margin-top: auto;
  }
}

/* レスポンシブ 620px */
@media (max-width: 620px) {
  .page_top {
    display: none;
  }

  /* メインビジュアル */
  .mv {
    margin-top: 70px;
  }

  .mv_container {
    height: calc(100vh - 90px);
  }

  /* キャッチコピー */
  .mv_text {
    top: 4.5%;
    left: 3.25%;
    font-size: 14px;
  }

  .shop_summary {
    margin-left: 4px;
  }

  .copy {
    margin-top: 5px;
    font-size: 32px;
  }

  .copy_small {
    font-size: 24px;
  }

  /* Gallery */

  .gallery .responsive_column {
    flex-direction: column;
  }

  .gallery .gallery_inner {
    max-width: 620px;
    width: 92%;
  }

  .gallery_inner {
    padding-top: 100px;
  }

  .gallery_explan {
    margin: 0 auto;
    width: 100%;
  }

  .gallery_img {
    justify-content: space-around;
    max-width: 100%;
  }

  .gallery_img_2 {
    margin-top: 60%;
    margin-right: auto;
    width: 46%;
  }

  .gallery_img_3 {
    width: 51%;
  }

  .gallery .btn_area {
    text-align: center;
  }

  .betta_illust {
    top: 60%;
    left: -11%;
    min-width: 121px;
    width: 30%;
  }

  .corydoras_illust {
    top: 90%;
    right: 10%;
    min-width: 107px;
    width: 26.7%;
  }

  /* サービス */

  .service.responsive_pd_top_100 {
    padding-top: 100px;
  }

  .service .wraper_1400 {
    max-width: 620px;
    width: 100%;
  }

  .service_background {
    width: 121%;
  }

  .service_explan {
    min-width: 298px;
    width: 75%;
  }

  /* お客様の声 */

  .voice_overview.responsive_column-reverse {
    flex-direction: column-reverse;
  }

  .voice_container {
    max-width: 620px;
  }

  .voice_explan {
    width: 92.3%;
  }

  .voice_img {
    margin-top: 20px;
    width: 100%;
  }

  .voice_text_innner {
    width: 100%;
  }

  .voice_title {
    margin-top: 15px;
    font-size: 20px;
  }

  .voice_memo_area {
    font-size: 14px;
  }

  .voice_container .new_line {
    display: inline-block;
    line-height: 140%;
  }

  /* お問い合わせ */

  .contact_read {
    font-size: 18px;
  }
}

/* レスポンシブ 530px */
@media (max-width: 530px) {

  /* サービス */
  .ghdg_illust {
    left: -35%;
  }
}

/* レスポンシブ 506px */
@media (max-width: 506px) {

  /* サービス */
  .neon_tetra_illust {
    top: 72%;
    right: 79%;
  }

  .guppy_illust {
    top: 24%;
    right: -18%;
  }
}

/* レスポンシブ 460px */
@media (max-width: 460px) {
  /* Gallery */

  .betta_illust {
    top: 65%;
  }

  .corydoras_illust {
    top: 92%;
  }
}

/* レスポンシブ 375px */
@media (max-width: 375px) {
  /* Gallery */

  .betta_illust {
    top: 67%;
  }

  /* はじめての方へ */

  .wood_illust {
    top: 87%;
  }

  .beginner_inner.wraper_1080 {
    max-width: 620px;
    width: 83%;
  }

  .beginner_inner {
    padding: 20px 20px 60px;
  }

  /* サービス */

  .service_background {
    top: 56%;
    left: 54%;
    width: 156%;
  }

  /* お客様の声 */

  .voice_explan {
    padding: 20px;
  }

  /* 店舗情報 */

  .shop_map iframe {
    height: 254px;
  }

  .shop_item {
    width: 30%;
  }

  .shop_detail {
    width: 62%;
  }
}