@charset "utf-8";@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@400;900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 1250px) {
  html {
    font-size: 10px;
  }
}

div {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.wrappar {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrappar {
    padding: 3.5rem;
  }
}

main {
  padding-top: 5.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  main.pt0 {
    padding-top: 0;
  }
}

section {
  display: block;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fadein {
  opacity: 0;
  transition: 1.3s;
}
@media screen and (min-width: 768px) {
  .fadein {
    transform: translate(0, 40px);
  }
}
@media screen and (max-width: 767px) {
  .fadein {
    transform: translate(0, 2vw);
  }
}
.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* block */
.inner {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 85vw;
  }
}
.inner._w750 {
  max-width: 750px;
}
.inner._w900 {
  max-width: 900px;
}
.inner._w945 {
  max-width: 945px;
}
.inner._w975 {
  max-width: 975px;
}
.inner._w1000 {
  max-width: 1000px;
}

/* title */
.sec_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 4.5rem;
  }
}
.sec_ttl:before {
  content: "";
  display: block;
  width: 14rem;
  height: 4.01rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/images/common/ttl_top_b.svg");
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec_ttl:before {
    width: 10.6rem;
    height: 3.3rem;
  }
}
.sec_ttl .en {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_ttl .en {
    font-size: 3rem;
  }
}
.sec_ttl .jp {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 0.8rem;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .sec_ttl .jp {
    font-size: 1.1rem;
  }
}
.sec_ttl._white:before {
  background-image: url("/assets/images/common/ttl_top_w.svg");
}
.sec_ttl._white .en, .sec_ttl._white .jp {
  color: #fff;
}

.block_ttl .ttl {
  text-align: center;
  font-weight: 900;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .block_ttl .ttl {
    font-size: 2.1rem;
    margin-bottom: 5rem;
  }
}
.block_ttl .ttl:after {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3px;
  background: #008C30;
  margin: 2rem auto 0;
}

.page_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page_ttl {
    height: 48rem;
    margin-bottom: 8.5rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl {
    height: 23rem;
    margin-bottom: 4.5rem;
  }
}
.page_ttl .ttl {
  text-align: center;
}
.page_ttl .ttl .en {
  color: #fff;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl .en {
    font-size: 5rem;
  }
}
.page_ttl .ttl .jp {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl .jp {
    font-size: 1.1rem;
  }
}

/* button */
.btn {
  text-align: center;
}
.btn input[type=submit], .btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-style: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.btn a, .btn input[type=submit], .btn button {
  display: block;
  line-height: 1;
  background: #008C30;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 1.3rem 0;
  max-width: 45rem;
  width: 100%;
  border-radius: 3em;
  margin: 0 auto;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn a, .btn input[type=submit], .btn button {
    font-size: 1.4rem;
    width: 100%;
    padding: 1.5rem 0;
  }
}
.btn a:hover, .btn input[type=submit]:hover, .btn button:hover {
  opacity: 0.6;
}
.btn a:after, .btn input[type=submit]:after, .btn button:after {
  content: "";
  display: block;
  width: 1.65rem;
  height: 1.1rem;
  line-height: 1;
  background-image: url("/assets/images/common/arw_right_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.btn._pink a, .btn._pink input[type=submit], .btn._pink button {
  background: #D05179;
}
.btn._black a, .btn._black input[type=submit], .btn._black button {
  background: #333;
}
.btn._white a, .btn._white input[type=submit], .btn._white button {
  background: #fff;
  color: #333;
}
.btn._white a:after, .btn._white input[type=submit]:after, .btn._white button:after {
  background-image: url("/assets/images/common/arw_right_b.svg");
}
.btn._insta a:after, .btn._insta input[type=submit]:after, .btn._insta button:after {
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/images/common/icon_ig.svg");
}
.btn._s a, .btn._s input[type=submit], .btn._s button {
  max-width: none;
  width: 22rem;
}
.btn._en a, .btn._en input[type=submit], .btn._en button {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.btn._nobg a, .btn._nobg input[type=submit], .btn._nobg button {
  background: none;
  padding: 0 4rem 0 0;
  color: #333;
  width: auto;
  display: inline-block;
}
.btn._nobg a:after, .btn._nobg input[type=submit]:after, .btn._nobg button:after {
  background-image: url("/assets/images/common/arw_right_b.svg");
}
.btn._acd button {
  background: #eee;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.btn._acd button:after, .btn._acd button:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.btn._acd button.btn_open:after {
  transform: translateY(-50%) rotate(90deg);
}

/* breadcrumb */
#BREADCRUMB {
  margin-top: 7rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  #BREADCRUMB {
    margin-top: 5rem;
    padding: 0 7.5vw;
  }
}
#BREADCRUMB ul {
  display: flex;
  flex-wrap: wrap;
}
#BREADCRUMB ul li:not(:last-child) {
  margin-right: 0.5rem;
}
#BREADCRUMB ul li a, #BREADCRUMB ul li span {
  color: #878787;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #BREADCRUMB ul li a, #BREADCRUMB ul li span {
    font-size: 1.2rem;
  }
}
#BREADCRUMB ul li a {
  transition: 0.2;
}
#BREADCRUMB ul li a:hover {
  opacity: 0.6;
}

/*PARTS*/
.lead_block {
  max-width: 59rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .lead_block {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .lead_block._center {
    text-align: center;
  }
}
.lead_block p strong {
  font-weight: 700;
  color: #008C30;
}

.bd_block {
  border-radius: 1.5rem;
  border: 1px solid #333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bd_block {
    padding: 9rem 4.5rem 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bd_block {
    padding: 6.5rem 2rem 3rem;
  }
}
.bd_block .sec_ttl {
  position: absolute;
  top: -6.6rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .bd_block .sec_ttl {
    top: -5.3rem;
  }
}
.bd_block .sec_ttl .en {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.rsv_block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.5rem;
  text-align: center;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .rsv_block {
    padding: 12.5rem 2rem 11rem;
    background-image: url("/assets/images/common/rsv_bg_sp.jpg");
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .rsv_block {
    padding: 15.5rem 0;
    background-image: url("/assets/images/common/rsv_bg_pc.jpg");
  }
}
.rsv_block p {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .rsv_block p {
    font-size: 1.6rem;
  }
}
.rsv_block .btn {
  margin-top: 4rem;
}

.membership {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .membership {
    margin-top: 6.5rem;
  }
}

.service_list_bottom {
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_list_bottom {
    margin-top: 10rem;
    padding: 4.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .service_list_bottom {
    margin-top: 16rem;
    width: 100vw;
    margin-left: -3.5rem;
    padding: 7rem 0 5.5rem;
  }
}
.service_list_bottom:before {
  content: "";
  height: 100%;
  background: #f5f5f5;
  display: block;
  border-radius: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .service_list_bottom:before {
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .service_list_bottom:before {
    width: calc(100% - 7rem);
  }
}
.service_list_bottom .slb_ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.service_list_bottom .slb_ttl h2 {
  display: inline-block;
}
.service_list_bottom .slb_ttl h2 > span {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_list_bottom .slb_ttl h2 > span {
    font-size: 3rem;
    padding: 0 3rem;
    width: 100%;
  }
}
.service_list_bottom .slb_ttl h2 > span:before, .service_list_bottom .slb_ttl h2 > span:after {
  content: "";
  display: block;
  width: 4px;
  height: 0.9em;
  position: absolute;
  top: 50%;
  background: #333;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .service_list_bottom .slb_ttl h2 > span:before, .service_list_bottom .slb_ttl h2 > span:after {
    height: 1.8em;
  }
}
.service_list_bottom .slb_ttl h2 > span:before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .service_list_bottom .slb_ttl h2 > span:before {
    transform: translateY(-50%) rotate(-20deg);
  }
}
.service_list_bottom .slb_ttl h2 > span:after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .service_list_bottom .slb_ttl h2 > span:after {
    transform: translateY(-50%) rotate(20deg);
  }
}
@media screen and (min-width: 768px) {
  .service_list_bottom #SLB-SLIDER .item .item_inner {
    width: 31.3rem;
  }
}
@media screen and (max-width: 767px) {
  .service_list_bottom #SLB-SLIDER .item .item_inner {
    padding: 0 1.25rem;
  }
}
.service_list_bottom #SLB-SLIDER .item a {
  border-radius: 1.5rem;
  display: block;
  position: relative;
  padding-top: 27rem;
  padding-bottom: 2rem;
  overflow: hidden;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .service_list_bottom #SLB-SLIDER .item a {
    width: 29.1rem;
    margin: 0 auto;
  }
}
.service_list_bottom #SLB-SLIDER .item a:hover {
  opacity: 0.6;
}
.service_list_bottom #SLB-SLIDER .item a figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.service_list_bottom #SLB-SLIDER .item a .ttl {
  position: relative;
  z-index: 20;
  text-align: center;
}
.service_list_bottom #SLB-SLIDER .item a .ttl .en {
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.service_list_bottom #SLB-SLIDER .item a .ttl .jp {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.service_list_bottom #SLB-SLIDER .item._grooming a {
  background: #D39A97;
}
.service_list_bottom #SLB-SLIDER .item._grooming a figure {
  width: 90%;
  top: -3rem;
}
.service_list_bottom #SLB-SLIDER .item._pethotel a {
  background: #89B763;
}
.service_list_bottom #SLB-SLIDER .item._pethotel a figure {
  width: 80%;
  top: 0.5rem;
  left: 45%;
}
.service_list_bottom #SLB-SLIDER .item._longstay a {
  background: #D0BC70;
}
.service_list_bottom #SLB-SLIDER .item._longstay a figure {
  width: 80%;
  top: 1rem;
}
.service_list_bottom #SLB-SLIDER .item._foodsgoods a {
  background: #7DB6C5;
}
.service_list_bottom #SLB-SLIDER .item._foodsgoods a figure {
  width: 100%;
  top: 2.5rem;
  left: 30%;
}
.service_list_bottom #SLB-SLIDER .item._petsales a {
  background: #73B8A9;
}
.service_list_bottom #SLB-SLIDER .item._petsales a figure {
  width: 95%;
  top: 1rem;
}
.service_list_bottom .btn {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .service_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .service_list .sl_box {
    width: 48.45%;
  }
}
.service_list .sl_box:nth-child(n+2) {
  margin-top: 4rem;
}
.service_list .sl_box .sl_box_inner {
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service_list .sl_box .sl_box_inner {
    height: 37.3rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .service_list .sl_box .sl_box_inner {
    padding: 0 2rem 3rem;
  }
}
.service_list .sl_box .sl_box_inner .sl_box_txt {
  height: 100%;
  position: relative;
  z-index: 5;
}
.service_list .sl_box .sl_box_inner .sl_box_txt .ttl {
  margin-bottom: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt .ttl {
    margin-bottom: 0;
  }
}
.service_list .sl_box .sl_box_inner .sl_box_txt .ttl .en {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt .ttl .en {
    font-size: 3.5rem;
  }
}
.service_list .sl_box .sl_box_inner .sl_box_txt .ttl .jp {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt .ttl .jp {
    font-size: 1.2rem;
  }
}
.service_list .sl_box .sl_box_inner .sl_box_txt > p {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt > p {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt > p {
    font-size: 1.3rem;
  }
}
.service_list .sl_box .sl_box_inner .sl_box_txt .btn {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .service_list .sl_box .sl_box_inner .sl_box_txt .btn {
    margin-top: 2rem;
  }
}
.service_list .sl_box .sl_box_inner picture {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  display: block;
}
.service_list .sl_box .sl_box_inner picture img {
  display: block;
}
@media screen and (min-width: 768px) {
  .service_list .sl_box._full {
    width: 100%;
    display: flex;
  }
  .service_list .sl_box._full figure {
    width: 30.5%;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .service_list .sl_box._full .sl_box_inner {
    width: 69.5%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .service_list .sl_box._full .sl_box_inner .sl_box_txt > p {
    width: 38.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._full figure {
    height: 26rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .service_list .sl_box._full .sl_box_inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.service_list .sl_box._full figure {
  overflow: hidden;
}
.service_list .sl_box._full figure span {
  display: block;
  height: 100%;
  width: 100%;
}
.service_list .sl_box._rvs .sl_box_inner .sl_box_txt .ttl {
  text-align: right;
}
.service_list .sl_box._rvs .sl_box_inner .sl_box_txt > p {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .service_list .sl_box._rvs .sl_box_inner .sl_box_txt .btn {
    left: auto;
    right: 0;
  }
}
.service_list .sl_box._grooming .sl_box_inner {
  background: #D39A97;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._grooming .sl_box_inner .sl_box_txt .ttl {
    padding: 5rem 0;
  }
}
.service_list .sl_box._grooming .sl_box_inner picture {
  width: 39.2rem;
  right: -3.5rem;
  top: -9rem;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._grooming .sl_box_inner picture {
    width: 20.7rem;
    right: -3rem;
    top: -8.5rem;
  }
}
.service_list .sl_box._pethotel .sl_box_inner {
  background: #89B763;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._pethotel .sl_box_inner .sl_box_txt .ttl {
    padding: 7.5rem 0;
  }
}
.service_list .sl_box._pethotel .sl_box_inner picture {
  width: 33.2rem;
  left: -4.8rem;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._pethotel .sl_box_inner picture {
    width: 18.3rem;
    left: -2.5rem;
    top: -2rem;
  }
}
.service_list .sl_box._longstay .sl_box_inner {
  background: #D0BC70;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._longstay .sl_box_inner .sl_box_txt .ttl {
    padding: 5.5rem 0;
  }
}
.service_list .sl_box._longstay .sl_box_inner picture {
  width: 33.1rem;
  left: -4.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._longstay .sl_box_inner picture {
    width: 17.8rem;
    left: -2.5rem;
    bottom: auto;
    top: -3rem;
  }
}
.service_list .sl_box._foodsgoods .sl_box_inner {
  background: #7DB6C5;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._foodsgoods .sl_box_inner .sl_box_txt .ttl {
    padding: 7.3rem 0;
  }
}
.service_list .sl_box._foodsgoods .sl_box_inner picture {
  width: 42.8rem;
  right: -0.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._foodsgoods .sl_box_inner picture {
    width: 27rem;
    right: -0.5rem;
    bottom: auto;
    top: 1.5rem;
  }
}
.service_list .sl_box._petsales .sl_box_inner {
  background: #73B8A9;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._petsales .sl_box_inner .sl_box_txt .ttl {
    padding: 8.5rem 0;
  }
}
.service_list .sl_box._petsales .sl_box_inner picture {
  width: 38.8rem;
  right: -9rem;
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .service_list .sl_box._petsales .sl_box_inner picture {
    width: 22.7rem;
    right: -5rem;
    bottom: auto;
    top: 1rem;
  }
}

.form-error {
  margin-top: 8px;
}
.form-error p {
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
}

input[type=text], input[type=email], input[type=tel], input[type=date], input[type=number], textarea {
  background: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea {
  width: 100%;
  font-size: arem;
  padding: 0.7rem;
  color: #333;
  border: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #BABABA;
}
input[type=text]:input-placeholder,
input[type=email]:input-placeholder,
input[type=tel]:input-placeholder,
input[type=date]:input-placeholder,
input[type=number]:input-placeholder,
textarea:input-placeholder {
  color: #BABABA;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

._form-radio {
  display: flex;
}
._form-radio input[type=radio] {
  display: none;
}
._form-radio label {
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
}
._form-radio label span {
  display: block;
  padding: 10px;
}
._form-radio label span:before, ._form-radio label span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
}
._form-radio label span:before {
  width: 16px;
  height: 16px;
  top: 14px;
  left: 10px;
  border: 1px solid #bbb;
  background: #fff;
}
._form-radio label span:after {
  width: 10px;
  height: 10px;
  background: #bbb;
  top: 18px;
  left: 14px;
  transform: scale(0);
  transform-origin: 50%;
}
._form-radio input[type=radio]:checked + span:after {
  transform: scale(1);
}
._form-radio input[type=radio]:checked + span:before {
  border-color: #bbb;
}

._form-checkbox {
  display: flex;
  justify-content: space-between;
}
._form-checkbox input[type=checkbox] {
  display: none;
}
._form-checkbox label {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
}
._form-checkbox label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
}
._form-checkbox label span {
  display: flex;
  align-items: center;
  padding: 10px;
}
._form-checkbox label span:before, ._form-checkbox label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
._form-checkbox label span:before {
  width: 18px;
  height: 2px;
  top: 20px;
  left: 18px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0 100%;
}
._form-checkbox label span:after {
  width: 8px;
  height: 2px;
  top: 19px;
  left: 9px;
  transform: rotate(35deg) scaleX(0);
  transform-origin: 100% 100%;
}
._form-checkbox input[type=checkbox]:checked + span:before {
  transform: rotate(-45deg) scaleX(1);
}
._form-checkbox input[type=checkbox]:checked + span:after {
  transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px;
}
._form-select > select {
  width: 100%;
  padding: 18px 25px;
}
._form-select:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/prts/allow_01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
}

.mw_wp_form_confirm ._form-select {
  box-shadow: none;
}
.mw_wp_form_confirm ._form-select:after {
  display: none;
}

input[type=button],
input[type=submit] {
  font-size: 1rem;
  background: none;
  text-align: center;
  color: #333;
  width: 100%;
  border: none;
}

.form-botton-back,
.form-botton-next {
  position: relative;
  overflow: hidden;
}
.form-botton-back:after,
.form-botton-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/prts/allow_02_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 15px);
}
.form-botton-back input[type=submit],
.form-botton-next input[type=submit] {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form-botton-back {
  background: #666;
  position: relative;
}
.form-botton-back:after {
  left: 30px;
  transform: scaleX(-1);
}
.form-botton-back:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
.form-botton-back:hover:before {
  clip-path: circle(100% at 50% 50%);
}
.form-botton-back input[type=button] {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

.form-botton-next:after {
  right: 30px;
}
.form-botton-next:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
.form-botton-next:hover:before {
  clip-path: circle(100% at 50% 50%);
}
.form-botton-next input[type=submit] {
  height: 70px;
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}
.anime1.active {
  animation: animeTxt1 1.2s ease 0.2s;
  -moz-animation: animeTxt1 1.2s ease 0.2s;
  animation: animeTxt1 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.anime2 {
  clip-path: circle(0% at 50% 50%);
  opacity: 1;
}
.anime2.active {
  animation: animeTxt2 1.2s ease 0.2s;
  -moz-animation: animeTxt2 1.2s ease 0.2s;
  animation: animeTxt2 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
.box-anime1 img, .box-anime1:after {
  clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
  clip-path: circle(10.7% at 50% 50%);
  opacity: 0;
}
.box-anime1.active img {
  animation: anime1 1s ease 0.2s;
  -moz-animation: anime1 1s ease 0.2s;
  animation: anime1 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime1.active:after {
  animation: anime1 1s ease 0s;
  -moz-animation: anime1 1s ease 0s;
  animation: anime1 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.box-anime2 img, .box-anime2:after {
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.box-anime2.active img {
  animation: animeBox2 1s ease 0.2s;
  -moz-animation: animeBox2 1s ease 0.2s;
  animation: animeBox2 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime2.active:after {
  animation: animeBox2 1s ease 0s;
  -moz-animation: animeBox2 1s ease 0s;
  animation: animeBox2 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.box-anime3 img, .box-anime3:after {
  clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
  opacity: 0;
}

.box-anime3.active img {
  animation: animeBox3 1s ease 0.2s;
  -moz-animation: animeBox3 1s ease 0.2s;
  animation: animeBox3 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime3.active:after {
  animation: animeBox3 1s ease 0s;
  -moz-animation: animeBox3 1s ease 0s;
  animation: animeBox3 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@-moz-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
.ml-slideIn {
  position: relative;
  display: inline-block;
}
.ml-slideIn span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 0px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ml-slideIn i.front, .ml-slideIn i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ml-slideIn i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4 {
  position: relative;
  display: inline-block;
}
.txt-anime4 span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 12px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front, .txt-anime4 i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4.active span {
  animation: anime4 0.3s ease 0.8s;
  -moz-animation: anime4 0.3s ease 0.8s;
  animation: anime4 0.3s ease 0.8s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.front {
  animation: anime41 0.8s ease 0.5s;
  -moz-animation: anime41 0.8s ease 0.5s;
  animation: anime41 0.8s ease 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.back {
  animation: anime4 0.8s ease 0.2s;
  -moz-animation: anime4 0.8s ease 0.2s;
  animation: anime4 0.8s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 1250px) {
  .pc-none {
    display: none !important;
  }
}

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

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

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 9.5rem 0 3.5rem;
  height: 8.8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1.4rem;
    height: 6.5rem;
  }
}
header .logo {
  width: 21.5rem;
}
@media screen and (min-width: 768px) {
  header .logo {
    position: absolute;
    z-index: 10;
    top: 2.5rem;
    left: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 16.6rem;
  }
}
header .logo a {
  display: block;
  transition: opacity 0.2s;
}
header .logo a:hover {
  opacity: 0.6;
}
header .logo a img {
  display: block;
}
header > nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header > nav {
    display: none;
  }
}
header > nav > ul {
  display: flex;
  align-items: center;
  padding: 3.5rem 2.7rem;
  height: 100%;
}
header > nav > ul li {
  line-height: 1;
}
header > nav > ul li:not(:first-child) {
  margin-left: 3.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1350px) {
  header > nav > ul li:not(:first-child) {
    margin-left: 2.8rem;
  }
}
header > nav > ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  transition: color 0.2s;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1350px) {
  header > nav > ul li a {
    font-size: 1.4rem;
  }
}
header > nav > ul li a:hover {
  color: #00903A;
}
header > nav > .btn {
  margin-left: 3rem;
}
header > nav > .btn a {
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1350px) {
  header > nav > .btn a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_page header:not(._scroll) {
    background: none;
  }
  .top_page header:not(._scroll) .logo {
    width: 32.4rem;
    top: 4.4rem;
    left: 5.9rem;
  }
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  z-index: 15000;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 6.5rem;
  height: 6.5rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .menu-trigger {
    width: 9.5rem;
    height: 8.8rem;
  }
}
.menu-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.3rem;
  height: 0.92rem;
  background-image: url("/assets/images/common/menu_bone.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .menu-trigger span {
    left: 42.1%;
    width: 4rem;
    height: 1.11rem;
  }
}
.menu-trigger span:nth-of-type(1) {
  transform: translateY(-130%) translateX(-50%);
}
.menu-trigger span:nth-of-type(2) {
  transform: translateY(30%) translateX(-50%);
}
.menu-trigger:hover span {
  opacity: 0.6;
}

/* menu-trigger エフェクト */
.menu-trigger.active span {
  transform-origin: center;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

footer {
  background: #f5f5f5;
  border-radius: 1.5rem;
  padding: 9rem 5rem 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5rem 7.5% 11rem;
    margin-top: 2rem;
    border-radius: 0;
  }
}
footer .logo {
  width: 20rem;
  margin: 0 auto 3.5rem;
}
footer nav {
  text-align: center;
}
footer nav ul {
  display: flex;
  justify-content: center;
}
footer nav ul li:nth-child(n+2) {
  margin-left: 2.5rem;
}
footer nav ul li a {
  letter-spacing: 0.2em;
  line-height: 1;
}
footer nav ul.fn_top li a {
  font-size: 1.6rem;
  font-weight: 700;
}
footer nav ul.fn_bottom {
  margin-top: 5.5rem;
}
footer nav ul.fn_bottom li a {
  font-size: 1.4rem;
}
footer .pc_btn {
  margin-top: 7rem;
}
footer .sp_btn .btn:nth-child(n+2) {
  margin-top: 1.8rem;
}
footer .bottom {
  width: 100%;
  text-align: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  footer .bottom {
    margin-top: 4rem;
  }
}
footer .bottom .copy {
  line-height: 1;
  padding-top: 6rem;
  border-top: 1px solid #878787;
}
@media screen and (max-width: 767px) {
  footer .bottom .copy {
    padding-top: 4rem;
  }
}
footer .bottom .copy small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

#SP_FIXED {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #SP_FIXED {
    display: none;
  }
}
#SP_FIXED > div {
  width: calc(50% - 1px);
  background: #008C30;
}
#SP_FIXED > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 7.6rem;
}
#SP_FIXED > div a img {
  width: 3.2rem;
  height: auto;
}
#SP_FIXED > div a p {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  margin-top: 0.7rem;
}

.slide_menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100vw;
  height: 100vh;
  transition: 0.2s;
  z-index: 1010;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .slide_menu {
    max-width: 45rem;
  }
}
.slide_menu.--open {
  transform: translateX(0);
}
.slide_menu .slide_menu_inner {
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 8rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide_menu .slide_menu_inner {
    padding: 8.5rem 3rem 8rem;
  }
}
.slide_menu .logo {
  position: absolute;
  width: 16.6rem;
  top: 1.4rem;
  left: 1.4rem;
}
.slide_menu .nav_content li:nth-child(n+2) {
  border-top: 1px solid #bbb;
}
.slide_menu .nav_content li a {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  transition: 0.2s;
  padding: 1.6rem 0;
}
.slide_menu .nav_content li a:hover {
  color: #008C30;
}
.slide_menu .nav_content > li {
  width: 100%;
}
.slide_menu .nav_content > li:last-child {
  border-bottom: 1px solid #bbb;
}
.slide_menu .nav_content > li p a {
  font-weight: 700;
}
.slide_menu .nav_content > li > ul {
  border-top: 1px solid #bbb;
}
.slide_menu .nav_content > li > ul > li a {
  position: relative;
  padding-left: 2rem;
}
.slide_menu .nav_content > li > ul > li a:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slide_menu .nav_bottom {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .slide_menu .nav_bottom .btn {
    width: 100%;
  }
  .slide_menu .nav_bottom .btn a {
    width: 100%;
  }
}
.slide_menu .nav_bottom .btn:nth-child(n+2) {
  margin-top: 2rem;
}

#OVL {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
#OVL.--open {
  pointer-events: auto;
  opacity: 1;
}

#container {
  margin: 20px;
  width: 100%;
  height: 3px;
}

#LOADER {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #LOADER .opening-inner {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #LOADER .opening-inner {
    width: 40%;
  }
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 50%;
  height: 6rem;
  width: 6rem;
  background: none;
  border: none;
  background-image: url("/assets/images/common/arw_sld.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 4rem;
    width: 4rem;
  }
}

.slick-prev {
  left: 3.5rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 7.5vw;
  }
}

.slick-next {
  right: 3.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 7.5vw;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    padding-bottom: 3rem;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.4rem;
  width: 2.7rem;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.4rem;
  width: 2rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0 0.5rem;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.6;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #008C30;
  border-radius: 50%;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  font-family: "slick";
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  color: #008C30;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* MV */
#MV {
  width: 100%;
  position: relative;
}
#MV #MV-VIDEO {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #MV #MV-VIDEO {
    border-radius: 1.5rem;
    width: calc(100vw - 7rem);
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #MV #MV-VIDEO {
    width: 100vw;
    height: 39rem;
  }
}
#MV #MV-VIDEO #VIDEO {
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #MV #MV-SLIDER .item figure {
    border-radius: 1.5rem;
    width: calc(100vw - 7rem);
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #MV #MV-SLIDER .item figure {
    width: 100vw;
    height: 39rem;
  }
}
#MV .scroll {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  animation-name: UpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  #MV .scroll {
    bottom: 3rem;
  }
}
@keyframes UpDown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(1rem);
  }
}
#MV .scroll a {
  display: block;
  white-space: nowrap;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  padding-top: 4rem;
  position: relative;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #MV .scroll a {
    font-size: 1.6rem;
    padding-top: 2.2rem;
  }
}
#MV .scroll a:before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 3.3rem;
  margin: 0 auto 1rem;
  background-image: url("/assets/images/common/arw_bottom_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #MV .scroll a:before {
    width: 1.15rem;
    height: 1.82rem;
    margin: 0 auto 0.5rem;
  }
}

/* TOP-SERVICE */
#TOP-SERVICE {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE {
    padding-top: 3rem;
  }
}
#TOP-SERVICE .inner > .btn {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .inner > .btn {
    margin-top: 5rem;
  }
}

/* INFO-PK */
#INFO-PK {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #INFO-PK {
    padding-top: 9rem;
    width: 85vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #INFO-PK {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #INFO-PK .ip_block {
    width: 48.8%;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block:nth-child(n+2) {
    margin-top: 8.5rem;
  }
}
#INFO-PK .ip_block ul li:nth-child(n+2) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block ul li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#INFO-PK .ip_block ul li a {
  display: flex;
  justify-content: space-between;
  transition: opacity 0.2s;
}
#INFO-PK .ip_block ul li a figure {
  width: 21.4%;
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block ul li a figure {
    width: 27.7%;
  }
}
#INFO-PK .ip_block ul li a figure span {
  display: block;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 75%;
  border-radius: 0.5rem;
}
#INFO-PK .ip_block ul li a div {
  width: 74.2%;
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block ul li a div {
    width: 66%;
  }
}
#INFO-PK .ip_block ul li a div .date {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block ul li a div .date {
    font-size: 1.2rem;
  }
}
#INFO-PK .ip_block ul li a div .ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block ul li a div .ttl {
    font-size: 1.2rem;
  }
}
#INFO-PK .ip_block ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #INFO-PK .ip_block .btn {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #INFO-PK .ip_block .btn {
    position: absolute;
    width: 100%;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

/* TOP-ABOUT */
#TOP-ABOUT {
  margin-top: 8rem;
  background: #D7E5D9;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  #TOP-ABOUT {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT {
    margin-top: 5.5rem;
    padding: 5rem 0;
  }
}
#TOP-ABOUT .inner .ttl {
  position: absolute;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #TOP-ABOUT .inner .ttl {
    top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .ttl {
    top: -1rem;
  }
}
#TOP-ABOUT .inner .ttl .en {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #TOP-ABOUT .inner .ttl .en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .ttl .en {
    font-size: 3.5rem;
  }
}
#TOP-ABOUT .inner .ttl .jp {
  letter-spacing: 0.075em;
  color: #878787;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #TOP-ABOUT .inner .ttl .jp {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .ttl .jp {
    font-size: 1.1rem;
  }
}
#TOP-ABOUT .inner .img {
  width: 67.6rem;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .img {
    width: 29rem;
    margin: 0 auto;
  }
}
#TOP-ABOUT .inner .img picture {
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
}
#TOP-ABOUT .inner .img picture img {
  display: block;
}
#TOP-ABOUT .inner .img .illust {
  position: absolute;
  width: 21.2rem;
  right: -6.5rem;
  top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .img .illust {
    width: 10.8rem;
    right: -3.5rem;
    top: 1.5rem;
  }
}
#TOP-ABOUT .inner .txt {
  letter-spacing: 0.1em;
  line-height: 1.92;
}
@media screen and (min-width: 768px) {
  #TOP-ABOUT .inner .txt {
    position: absolute;
    left: 0;
    top: 20.5rem;
    width: 48.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .txt {
    margin-top: 4rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #TOP-ABOUT .inner .btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUT .inner .btn {
    margin-top: 4.5rem;
  }
}

/* TOP-ACCESS */
@media screen and (min-width: 768px) {
  #TOP-ACCESS {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ACCESS {
    margin-top: 5.5rem;
  }
}
#TOP-ACCESS .access {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #TOP-ACCESS .access {
    border-radius: 1.5rem;
    background-image: url("/assets/images/top/access_bg_pc.jpg");
    height: 65.8rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ACCESS .access {
    background-image: url("/assets/images/top/access_bg_sp.jpg");
    height: 48.4rem;
  }
}
#TOP-ACCESS .access .lead_block p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-ACCESS .access .lead_block p {
    text-align: left;
  }
}
#TOP-ACCESS .access + .btn {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #TOP-ACCESS .access + .btn {
    width: 85vw;
    margin: 5rem auto 0;
  }
}

/* INSTAGRAM */
#INSTAGRAM {
  padding-top: 12rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #INSTAGRAM {
    padding-top: 9rem;
    width: 85vw;
    margin: 0 auto 5rem;
  }
}
@media screen and (min-width: 768px) {
  #INSTAGRAM .ig_block_wrap {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #INSTAGRAM .ig_block_wrap .ig_block {
    width: 50%;
    padding: 0.5rem 0;
  }
  #INSTAGRAM .ig_block_wrap .ig_block:nth-child(1) {
    border-right: 1px solid #333;
    padding-right: 4.5rem;
  }
  #INSTAGRAM .ig_block_wrap .ig_block:nth-child(2) {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #INSTAGRAM .ig_block_wrap .ig_block:nth-child(2) {
    margin-top: 5rem;
  }
}
#INSTAGRAM .ig_block_wrap .ig_block .head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
#INSTAGRAM .ig_block_wrap .ig_block .head figure {
  width: 6.6rem;
  height: 6.6rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  #INSTAGRAM .ig_block_wrap .ig_block .head figure {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
#INSTAGRAM .ig_block_wrap .ig_block .head figure span {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
#INSTAGRAM .ig_block_wrap .ig_block .head h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #INSTAGRAM .ig_block_wrap .ig_block .head h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
#INSTAGRAM .ig_block_wrap .ig_block .btn {
  margin-top: 4rem;
}

.about_mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_mv {
    padding-top: 8rem;
  }
}
.about_mv .about_ttl {
  position: absolute;
  left: calc(50% - 55rem);
  top: 15rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .about_mv .about_ttl {
    position: relative;
    top: -2.5rem;
    left: 0;
    width: 87vw;
    margin: 0 auto;
  }
}
.about_mv .about_ttl .ttl .en {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_mv .about_ttl .ttl .en {
    font-size: 5rem;
  }
}
.about_mv .about_ttl .ttl .en strong {
  font-weight: 900;
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about_mv .about_ttl .ttl .en strong {
    padding: 0 1vw;
  }
}
.about_mv .about_ttl .ttl .jp {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 2.5rem;
  color: #878787;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about_mv .about_ttl .ttl .jp {
    font-size: 1.1rem;
    margin-left: 1vw;
    margin-top: 1.5rem;
  }
}
.about_mv .about_ttl .lead {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .about_mv .about_ttl .lead {
    width: 36.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_mv .about_ttl .lead {
    margin-top: 3rem;
    padding: 0 1vw;
  }
}
.about_mv .about_ttl .lead p {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_mv .about_ttl .lead p {
    font-size: 1.3rem;
  }
}
.about_mv figure {
  width: calc(50% + 14rem);
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about_mv figure {
    width: 100%;
  }
}
.about_mv figure img {
  border-radius: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .about_mv figure img {
    border-radius: 0;
  }
}

.about_concept {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .about_concept {
    margin-top: 4rem;
  }
}
.about_concept .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_concept .inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .about_concept .inner figure {
    width: 49rem;
  }
}
@media screen and (max-width: 767px) {
  .about_concept .inner figure {
    width: 24rem;
    margin-left: 6.4rem;
    margin-bottom: 3rem;
  }
}
.about_concept .inner figure img {
  display: block;
}
@media screen and (min-width: 768px) {
  .about_concept .inner div {
    width: 42.5rem;
    padding-top: 13rem;
    box-sizing: content-box;
  }
}
.about_concept .inner div h3 {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about_concept .inner div h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.about_concept .inner div p {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about_concept .inner div p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}

.about_point {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .about_point {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.about_point .point_list_wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap {
    margin-top: 4.5rem;
  }
}
.about_point .point_list_wrap .point_list {
  border-radius: 1.5rem;
  position: relative;
  padding: 5rem 9rem;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap .point_list {
    padding: 6.5rem 2rem 4rem;
  }
}
.about_point .point_list_wrap .point_list:nth-child(n+2) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap .point_list:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.about_point .point_list_wrap .point_list:nth-child(1) {
  background: #D7E5D9;
}
.about_point .point_list_wrap .point_list:nth-child(2) {
  background: #F6EBEA;
}
.about_point .point_list_wrap .point_list:nth-child(3) {
  background: #F6F2E2;
}
.about_point .point_list_wrap .point_list .num {
  position: absolute;
  width: 18rem;
  top: -3rem;
  left: 2.7rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap .point_list .num {
    width: 10.2em;
    top: -1rem;
    left: 1rem;
  }
}
.about_point .point_list_wrap .point_list:nth-child(even) .num {
  left: auto;
  right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap .point_list:nth-child(even) .num {
    left: auto;
    right: 1rem;
  }
}
.about_point .point_list_wrap .point_list h3 {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap .point_list h3 {
    text-align: left;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.about_point .point_list_wrap .point_list > p {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about_point .point_list_wrap .point_list > p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}

.about_btn_aera {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .about_btn_aera {
    padding-top: 6rem;
  }
}

/* service index */
@media screen and (max-width: 767px) {
  .page_ttl._service {
    background-image: url("/assets/images/service/mv_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .page_ttl._service {
    background-image: url("/assets/images/service/mv_pc.jpg");
  }
}

@media screen and (min-width: 768px) {
  #SERVICE {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .lead_block {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #SERVICE .lead_block {
    margin-bottom: 9rem;
  }
}

/* common parts */
.sv_detail_ttl {
  text-align: center;
  margin-top: 9rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sv_detail_ttl {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
  }
}
.sv_detail_ttl .en {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sv_detail_ttl .en {
    font-size: 4rem;
  }
}
.sv_detail_ttl .jp {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 0.8rem;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .sv_detail_ttl .jp {
    font-size: 1.1rem;
  }
}

.sv_mv {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sv_mv {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .sv_mv #SLB-MV-SLIDER {
    width: 100vw;
    margin-left: -3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sv_mv #SLB-MV-SLIDER .item figure {
    width: 113rem;
  }
}
@media screen and (max-width: 767px) {
  .sv_mv #SLB-MV-SLIDER .item figure {
    padding: 0 0.5rem;
  }
}
.sv_mv #SLB-MV-SLIDER .item figure span {
  border-radius: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .sv_mv #SLB-MV-SLIDER .item figure span {
    width: 110rem;
    margin: 0 auto;
    height: 62rem;
  }
}
@media screen and (max-width: 767px) {
  .sv_mv #SLB-MV-SLIDER .item figure span {
    height: 28rem;
  }
}
@media screen and (min-width: 768px) {
  .sv_mv #SLB-MV-SLIDER .slick-prev, .sv_mv #SLB-MV-SLIDER .slick-next {
    top: calc((100% - 3.7rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sv_mv #SLB-MV-SLIDER .slick-prev, .sv_mv #SLB-MV-SLIDER .slick-next {
    top: calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .sv_mv #SLB-MV-SLIDER .slick-prev {
    left: 50%;
    transform: translate(-53rem, -50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .sv_mv #SLB-MV-SLIDER .slick-prev {
    left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sv_mv #SLB-MV-SLIDER .slick-next {
    right: 50%;
    transform: translate(53rem, -50%);
  }
}
@media screen and (max-width: 767px) {
  .sv_mv #SLB-MV-SLIDER .slick-next {
    right: 1rem;
  }
}

.sv_lead_block .lead_block {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sv_lead_block .lead_block {
    max-width: 75rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sv_lead_block .lead_block p {
    letter-spacing: 0.075em;
  }
}

#FEATURE {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #FEATURE {
    padding-top: 5rem;
  }
}
#FEATURE .sv_feature .sf_block:nth-child(n+2) {
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  #FEATURE .sv_feature .sf_block._flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #FEATURE .sv_feature .sf_block._flex .left {
    width: 39.5%;
  }
}
#FEATURE .sv_feature .sf_block._flex .left img {
  border-radius: 1.5rem;
}
#FEATURE .sv_feature .sf_block._flex .right {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  #FEATURE .sv_feature .sf_block._flex .right {
    width: 55.5%;
  }
}
#FEATURE .sv_feature .sf_block._flex .right .ttl {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #FEATURE .sv_feature .sf_block._flex .right .ttl {
    font-size: 1.9rem;
  }
}
#FEATURE .sv_feature .sf_block._flex .right .content {
  margin-top: 2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
#FEATURE .sv_feature .sf_block._flex .right .content h4 {
  margin-bottom: 0.7rem;
}
#FEATURE .sv_feature .sf_block._flex .right .content h4 span {
  display: inline-block;
  line-height: 1;
  padding: 0.3em 1em;
  background: #008C30;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 3em;
}
@media screen and (max-width: 767px) {
  #FEATURE .sv_feature .sf_block._flex .right .content h4 span {
    font-size: 1.3rem;
  }
}
#FEATURE .sv_feature .sf_block._flex .right .content p {
  color: #878787;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #FEATURE .sv_feature .sf_block._flex .right .content p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}
#FEATURE .sv_feature .sf_block._flex .right .txt {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  #FEATURE .sv_feature .sf_block._flex .right .txt {
    font-size: 1.3rem;
  }
}
#FEATURE .btn {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .btn {
    margin-top: 5rem;
  }
}

#PRICE {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #PRICE {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #PRICE .price_block {
    padding: 6rem 5rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  #PRICE .price_block {
    padding: 0;
    border: none;
  }
}
#PRICE .price_block .ttl_box {
  text-align: center;
}
#PRICE .price_block .ttl_box:nth-child(n+2) {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .ttl_box:nth-child(n+2) {
    margin-top: 6rem;
  }
}
#PRICE .price_block .ttl_box .ttl {
  background: #D39A97;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 1em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 3em;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .ttl_box .ttl {
    font-size: 1.6rem;
  }
}
#PRICE .price_block .ttl_box .ttl:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .ttl_box .ttl:not(:first-child) {
    margin-top: 6rem;
  }
}
#PRICE .price_block .ttl_box + .price_1col {
  margin-top: 4rem;
}
#PRICE .price_block .ttl_box .notes {
  margin-bottom: 1rem;
}
#PRICE .price_block .ttl_box .notes span {
  display: inline-block;
  font-size: 1.6rem;
  color: #D05179;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .ttl_box .notes span {
    display: block;
    text-align: center;
  }
}
#PRICE .price_block .sub_ttl {
  text-align: center;
  margin-bottom: 2rem;
}
#PRICE .price_block .sub_ttl strong {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .sub_ttl strong {
    letter-spacing: 0.1em;
  }
}
#PRICE .price_block .sub_ttl span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #878787;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .sub_ttl span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
#PRICE .price_block .price_wrap_2col {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #PRICE .price_block .price_wrap_2col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #PRICE .price_block .price_wrap_2col .price_wrap_2col_block {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_wrap_2col .price_wrap_2col_block:nth-child(n+2) {
    margin-top: 4rem;
  }
}
#PRICE .price_block .price_2col {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #PRICE .price_block .price_2col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #PRICE .price_block .price_2col .pr_list {
    width: 47%;
  }
}
#PRICE .price_block .price_2col .pr_list, #PRICE .price_block .price_1col .pr_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #PRICE .price_block .price_2col .pr_list:nth-child(-n+2), #PRICE .price_block .price_1col .pr_list:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list:nth-child(1), #PRICE .price_block .price_1col .pr_list:nth-child(1) {
    margin-top: 0;
  }
}
#PRICE .price_block .price_2col .pr_list p, #PRICE .price_block .price_1col .pr_list p {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list p, #PRICE .price_block .price_1col .pr_list p {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
#PRICE .price_block .price_2col .pr_list p:nth-of-type(2), #PRICE .price_block .price_2col .pr_list p:nth-of-type(3), #PRICE .price_block .price_2col .pr_list p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list p:nth-of-type(4) {
  text-align: right;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list p:nth-of-type(2), #PRICE .price_block .price_2col .pr_list p:nth-of-type(3), #PRICE .price_block .price_2col .pr_list p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list p:nth-of-type(4) {
    padding-right: 1rem;
  }
}
#PRICE .price_block .price_2col .pr_list p._notes, #PRICE .price_block .price_1col .pr_list p._notes {
  width: 100%;
  padding: 0;
  color: #878787;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-align: left;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list p._notes, #PRICE .price_block .price_1col .pr_list p._notes {
    font-size: 1.2rem;
  }
}
#PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(1), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(1) {
  width: 22%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(1), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(1) {
    width: 22%;
  }
}
#PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(2) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(2) {
    width: 26%;
  }
}
#PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(3) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(3) {
    width: 26%;
  }
}
#PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(4) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._4col p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list._4col p:nth-of-type(4) {
    width: 26%;
  }
}
#PRICE .price_block .price_2col .pr_list._3col p:nth-of-type(1), #PRICE .price_block .price_1col .pr_list._3col p:nth-of-type(1) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._3col p:nth-of-type(1), #PRICE .price_block .price_1col .pr_list._3col p:nth-of-type(1) {
    width: 45%;
  }
}
#PRICE .price_block .price_2col .pr_list._3col p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list._3col p:nth-of-type(2) {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._3col p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list._3col p:nth-of-type(2) {
    width: 27.5%;
  }
}
#PRICE .price_block .price_2col .pr_list._3col p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._3col p:nth-of-type(3) {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._3col p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._3col p:nth-of-type(3) {
    width: 27.5%;
  }
}
#PRICE .price_block .price_2col .pr_list._2col, #PRICE .price_block .price_1col .pr_list._2col {
  justify-content: space-between;
}
#PRICE .price_block .price_2col .pr_list._2col p, #PRICE .price_block .price_1col .pr_list._2col p {
  /*
  &:nth-of-type(1){
  	width: 70%;
  }
  &:nth-of-type(2){
  	width: 30%;
  }
  */
  flex-shrink: 0;
}
#PRICE .price_block .price_2col .pr_list._head, #PRICE .price_block .price_1col .pr_list._head {
  border: none;
  padding: 0;
  margin-bottom: 2.5rem;
}
#PRICE .price_block .price_2col .pr_list._head p, #PRICE .price_block .price_1col .pr_list._head p {
  font-size: 1.3rem;
  font-weight: 700;
  color: #878787;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._head p, #PRICE .price_block .price_1col .pr_list._head p {
    font-size: 1.2rem;
  }
}
#PRICE .price_block .price_2col .pr_list._head p:nth-of-type(1), #PRICE .price_block .price_2col .pr_list._head p:nth-of-type(2), #PRICE .price_block .price_2col .pr_list._head p:nth-of-type(3), #PRICE .price_block .price_2col .pr_list._head p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(1), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(4) {
  padding-right: 0;
}
#PRICE .price_block .price_2col .pr_list._head p:nth-of-type(1), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(1) {
  text-align: left;
  padding-left: 5rem;
}
#PRICE .price_block .price_2col .pr_list._head p:nth-of-type(2), #PRICE .price_block .price_2col .pr_list._head p:nth-of-type(3), #PRICE .price_block .price_2col .pr_list._head p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(2), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._head p:nth-of-type(4) {
  text-align: center;
  padding-left: 2rem;
}
#PRICE .price_block .price_2col .pr_list._head._1col p, #PRICE .price_block .price_1col .pr_list._head._1col p {
  width: 100%;
  padding: 0;
  text-align: center;
}
#PRICE .price_block .price_2col .pr_list._head._azukari p, #PRICE .price_block .price_1col .pr_list._head._azukari p {
  text-align: center;
}
#PRICE .price_block .price_2col .pr_list._head._azukari p:nth-of-type(3), #PRICE .price_block .price_2col .pr_list._head._azukari p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list._head._azukari p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._head._azukari p:nth-of-type(4) {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .price_2col .pr_list._head._azukari p:nth-of-type(3), #PRICE .price_block .price_2col .pr_list._head._azukari p:nth-of-type(4), #PRICE .price_block .price_1col .pr_list._head._azukari p:nth-of-type(3), #PRICE .price_block .price_1col .pr_list._head._azukari p:nth-of-type(4) {
    padding-left: 0;
  }
}
#PRICE .price_block .price_2col .pr_list._head._azukari p span, #PRICE .price_block .price_1col .pr_list._head._azukari p span {
  font-size: 1.1rem;
}
#PRICE .price_block .waribiki {
  background: #f5f5f5;
  padding: 2rem 3rem;
  border-radius: 1.5rem;
  margin-top: 3rem;
}
#PRICE .price_block .waribiki h4 {
  color: #008C30;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .waribiki h4 {
    font-size: 1.2rem;
  }
}
#PRICE .price_block .waribiki dl {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#PRICE .price_block .waribiki dl:nth-of-type(n+2) {
  margin-top: 1rem;
}
#PRICE .price_block .waribiki dl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #878787;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#PRICE .price_block .waribiki dl dt, #PRICE .price_block .waribiki dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  flex-shrink: 0;
  background: #f5f5f5;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block .waribiki dl dt, #PRICE .price_block .waribiki dl dd {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
#PRICE .price_block .waribiki dl dt {
  padding-right: 1.5rem;
}
#PRICE .price_block .waribiki dl dd {
  text-align: right;
  padding-left: 1.5rem;
}
#PRICE .notes {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #PRICE .notes {
    margin-top: 2.5rem;
  }
}
#PRICE .notes p {
  color: #878787;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #PRICE .notes p {
    font-size: 1.2rem;
  }
}
#PRICE .notes._center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #PRICE .notes._center {
    text-align: left;
  }
}
#PRICE .btn {
  margin-top: 5rem;
}

#FLOW {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #FLOW {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #FLOW .flow_list_block .flow_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#FLOW .flow_list_block .flow_list:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #FLOW .flow_list_block .flow_list:nth-child(n+2) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #FLOW .flow_list_block .flow_list figure {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  #FLOW .flow_list_block .flow_list figure {
    width: 20rem;
    margin: 0 auto;
  }
}
#FLOW .flow_list_block .flow_list figure img {
  display: block;
}
@media screen and (min-width: 768px) {
  #FLOW .flow_list_block .flow_list > div {
    width: 69%;
  }
}
#FLOW .flow_list_block .flow_list > div .ttl {
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  #FLOW .flow_list_block .flow_list > div .ttl {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #FLOW .flow_list_block .flow_list > div .ttl {
    padding-bottom: 2rem;
  }
}
#FLOW .flow_list_block .flow_list > div .ttl .num {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #FLOW .flow_list_block .flow_list > div .ttl .num {
    margin-right: 3rem;
  }
}
#FLOW .flow_list_block .flow_list > div .ttl .num span, #FLOW .flow_list_block .flow_list > div .ttl .num strong {
  display: inline-block;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  color: #008C30;
  letter-spacing: 0.1em;
  line-height: 1;
}
#FLOW .flow_list_block .flow_list > div .ttl .num strong {
  font-size: 177%;
}
#FLOW .flow_list_block .flow_list > div .ttl h3 {
  font-weight: 900;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  #FLOW .flow_list_block .flow_list > div .ttl h3 {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-top: 1.5rem;
    padding-top: 0;
  }
}
#FLOW .flow_list_block .flow_list > div .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #FLOW .flow_list_block .flow_list > div .txt {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}

#GALLERY {
  background: #f5f5f5;
  margin-top: 10rem;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  #GALLERY {
    width: 100vw;
    margin-left: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #GALLERY {
    margin-top: 6rem;
    padding: 5rem 0;
  }
}
#GALLERY ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #GALLERY ul {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #GALLERY ul li {
    width: 18%;
    margin-top: 2.5rem;
    margin-right: 2.5%;
  }
  #GALLERY ul li:nth-child(-n+5) {
    margin-top: 0;
  }
  #GALLERY ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #GALLERY ul li {
    width: 48%;
  }
  #GALLERY ul li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
#GALLERY ul li a {
  display: block;
  overflow: hidden;
}
#GALLERY ul li a figure {
  transition: 0.2s;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 100%;
}
#GALLERY ul li a:hover figure {
  transform: scale(1.05);
}

#NOTES {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #NOTES {
    padding-top: 6rem;
  }
}
#NOTES .notes_block p {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #NOTES .notes_block p {
    font-size: 1.3rem;
  }
}

/* GROOMING */
#FEATURE .nekoshampoo {
  margin-top: 8rem;
  background: #D39A97;
  border-radius: 1.5rem;
  position: relative;
  padding: 4rem;
  min-height: 30.7rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo {
    padding: 3rem;
  }
}
#FEATURE .nekoshampoo figure {
  width: 32.2rem;
  position: absolute;
  top: 2rem;
  left: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo figure {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#FEATURE .nekoshampoo div {
  width: 66rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo div {
    width: 100%;
    margin: 28rem auto 0;
  }
}
#FEATURE .nekoshampoo div h3 {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo div h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
#FEATURE .nekoshampoo div p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo div p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}
#FEATURE .nekoshampoo div p.notes {
  margin-bottom: 1rem;
}
#FEATURE .nekoshampoo div p.notes span {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background-color: #D05179;
  border-radius: 4rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo div p.notes span {
    display: block;
    text-align: center;
  }
}
#FEATURE .nekoshampoo div ul {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
#FEATURE .nekoshampoo div ul li {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-left: 1.4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo div ul li {
    font-size: 1.2rem;
  }
}
#FEATURE .nekoshampoo div ul li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#FEATURE .nekoshampoo div ul li:nth-child(n+2) {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .nekoshampoo div ul li:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
#FEATURE .grooming_option {
  margin-top: 8rem;
  background: #D7E5D9;
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  #FEATURE .grooming_option {
    padding: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option {
    padding: 3rem;
  }
}
#FEATURE .grooming_option .ttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option .ttl {
    margin-bottom: 3rem;
  }
}
#FEATURE .grooming_option .ttl .ttlinner {
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
#FEATURE .grooming_option .ttl .ttlinner:before, #FEATURE .grooming_option .ttl .ttlinner:after {
  content: "";
  width: 2px;
  height: 5rem;
  background: #333;
  position: absolute;
  top: 55%;
}
#FEATURE .grooming_option .ttl .ttlinner:before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
#FEATURE .grooming_option .ttl .ttlinner:after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
#FEATURE .grooming_option .ttl .ttlinner .en {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option .ttl .ttlinner .en {
    font-size: 3rem;
  }
}
#FEATURE .grooming_option .ttl .ttlinner .jp {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option .ttl .ttlinner .jp {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #FEATURE .grooming_option ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#FEATURE .grooming_option ul li {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #FEATURE .grooming_option ul li {
    width: 47%;
  }
  #FEATURE .grooming_option ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option ul li:nth-child(1) {
    margin-top: 0;
  }
}
#FEATURE .grooming_option ul li h4 {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option ul li h4 {
    font-size: 1.9rem;
  }
}
#FEATURE .grooming_option ul li > p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option ul li > p {
    font-size: 1.3rem;
  }
}
#FEATURE .grooming_option ul li .kouka {
  margin-top: 2rem;
}
#FEATURE .grooming_option ul li .kouka h5 {
  margin-bottom: 0.7rem;
}
#FEATURE .grooming_option ul li .kouka h5 span {
  display: inline-block;
  line-height: 1;
  padding: 0.3em 1em;
  background: #008C30;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 3em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option ul li .kouka h5 span {
    font-size: 1.3rem;
  }
}
#FEATURE .grooming_option ul li .kouka p {
  color: #878787;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #FEATURE .grooming_option ul li .kouka p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}

/* FOODS GOODS */
#FEATURE .originalgoods {
  margin-top: 8rem;
  background: #7DB6C5;
  border-radius: 1.5rem;
  position: relative;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .originalgoods {
    padding: 3rem;
  }
}
#FEATURE .originalgoods figure {
  width: 42.5rem;
  position: absolute;
  top: -3rem;
  left: -3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #FEATURE .originalgoods figure {
    top: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#FEATURE .originalgoods div {
  width: 66rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #FEATURE .originalgoods div {
    width: 100%;
    margin: 24rem auto 0;
  }
}
#FEATURE .originalgoods div h3 {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .originalgoods div h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
#FEATURE .originalgoods div p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .originalgoods div p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}

/* LONG STAY */
#FEATURE .feature_notes_longstay {
  margin-top: 8rem;
  background: #D0BC70;
  border-radius: 1.5rem;
  position: relative;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .feature_notes_longstay {
    padding: 3rem;
  }
}
#FEATURE .feature_notes_longstay p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .feature_notes_longstay p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    text-align: left;
  }
}

/* PET SALES */
#PUPPYKITTEN {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #PUPPYKITTEN .pk_list_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .pk_list_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
  }
}
#PUPPYKITTEN .pk_list_block .pk_list {
  position: relative;
}
@media screen and (min-width: 768px) {
  #PUPPYKITTEN .pk_list_block .pk_list {
    width: 30.45%;
    margin-right: 4.325%;
    margin-top: 8rem;
  }
  #PUPPYKITTEN .pk_list_block .pk_list:nth-child(3n) {
    margin-right: 0;
  }
  #PUPPYKITTEN .pk_list_block .pk_list:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .pk_list_block .pk_list {
    width: 100%;
  }
  #PUPPYKITTEN .pk_list_block .pk_list:nth-child(n+2) {
    margin-top: 4rem;
  }
}
#PUPPYKITTEN .pk_list_block .pk_list._new:before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 5.8rem;
  background-image: url("/assets/images/service/petsales/icon_new.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1rem;
  left: -2rem;
  z-index: 5;
}
#PUPPYKITTEN .pk_list_block .pk_list .img {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .pk_list_block .pk_list .img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld {
  padding-bottom: 0;
}
#PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld .item {
  line-height: 1;
  vertical-align: bottom;
}
#PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld .item figure {
  display: block;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 100%;
}
#PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld .slick-prev, #PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld .slick-next {
  width: 3rem;
  height: 3rem;
}
#PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld .slick-prev {
  left: 1rem;
}
#PUPPYKITTEN .pk_list_block .pk_list .img .pk_sld .slick-next {
  right: 1rem;
}
#PUPPYKITTEN .pk_list_block .pk_list .btn._acd._close .btn_close {
  display: none;
}
#PUPPYKITTEN .pk_list_block .pk_list .btn._acd._open .btn_open {
  display: none;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .pk_list_block .pk_list .txt {
    padding-top: 4rem;
    display: none;
  }
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info {
  padding-bottom: 2rem;
  border-bottom: 1px solid #73B8A9;
  margin-bottom: 2rem;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info dl {
  display: flex;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info dl:nth-child(n+2) {
  margin-top: 0.6rem;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info dl dt, #PUPPYKITTEN .pk_list_block .pk_list .txt .info dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info dl dt {
  width: 27%;
  font-weight: 900;
  position: relative;
  padding-left: 1.4em;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info dl dt:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #D39A97;
  position: absolute;
  left: 0;
  top: 0.3em;
  z-index: 1;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt .info dl dd {
  width: 73%;
}
#PUPPYKITTEN .pk_list_block .pk_list .txt p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.23;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .pk_list_block .pk_list .txt p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
#PUPPYKITTEN .hoken {
  margin-top: 8rem;
  background: #73B8A9;
  border-radius: 1.5rem;
  position: relative;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken {
    padding: 4rem 3rem;
  }
}
#PUPPYKITTEN .hoken figure {
  width: 32.8rem;
  position: absolute;
  top: -2.2rem;
  left: 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken figure {
    width: 28rem;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#PUPPYKITTEN .hoken > div {
  width: 66rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken > div {
    width: 100%;
    margin: 23rem auto 0;
  }
}
#PUPPYKITTEN .hoken > div h3 {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken > div h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
#PUPPYKITTEN .hoken > div > p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken > div > p {
    font-size: 1.3rem;
    letter-spacing: 0.025em;
  }
}
#PUPPYKITTEN .hoken > div .content {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
#PUPPYKITTEN .hoken > div .content h4 {
  margin-right: 2rem;
}
#PUPPYKITTEN .hoken > div .content h4 span {
  display: inline-block;
  color: #73B8A9;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 3em;
  padding: 0.4em 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken > div .content h4 span {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}
#PUPPYKITTEN .hoken > div .content p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken > div .content p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}
#PUPPYKITTEN .hoken + .btn {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #PUPPYKITTEN .hoken + .btn {
    margin-top: 5rem;
  }
}

/* PET HOTEL */
#FEATURE .pethotel_feature .pf_block {
  position: relative;
}
#FEATURE .pethotel_feature .pf_block figure.imgL {
  width: 66rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block figure.imgL {
    width: 100%;
  }
}
#FEATURE .pethotel_feature .pf_block figure.imgS {
  width: 37.6rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block figure.imgS {
    width: 24.4rem;
    position: static;
    margin-top: 2rem;
    margin-left: auto;
  }
}
#FEATURE .pethotel_feature .pf_block figure img {
  display: block;
  border-radius: 1.5rem;
}
#FEATURE .pethotel_feature .pf_block .txt {
  width: 56.2rem;
  background: #fff;
  padding: 3rem 0 0 3rem;
  margin-top: -14.3rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block .txt {
    width: 30.5rem;
    margin-top: -3rem;
    margin-left: 0;
    padding: 3rem 3rem 0 0;
  }
}
#FEATURE .pethotel_feature .pf_block .txt h3 {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block .txt h3 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
#FEATURE .pethotel_feature .pf_block .txt p {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block .txt p {
    font-size: 1.3rem;
    letter-spacing: 0.025em;
  }
}
#FEATURE .pethotel_feature .pf_block:nth-child(n+2) {
  margin-top: 8.5rem;
}
#FEATURE .pethotel_feature .pf_block:nth-child(n+2) figure.imgL {
  margin-left: auto;
}
#FEATURE .pethotel_feature .pf_block:nth-child(n+2) figure.imgS {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block:nth-child(n+2) figure.imgS {
    margin-left: 0;
    margin-right: auto;
  }
}
#FEATURE .pethotel_feature .pf_block:nth-child(n+2) .txt {
  padding: 3rem 3rem 0 0;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #FEATURE .pethotel_feature .pf_block:nth-child(n+2) .txt {
    margin-right: 0;
    margin-left: auto;
    padding: 3rem 0 0 3rem;
  }
}
#FEATURE .other_service {
  padding: 8rem 8rem 4rem;
  margin-top: 13rem;
  position: relative;
  border-radius: 1.5rem;
  background: #D7E5D9;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service {
    margin-top: 8rem;
    margin-left: -7.5vw;
    width: 100vw;
    border-radius: 0;
    padding: 3rem 7.5vw 2rem;
  }
}
#FEATURE .other_service h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37.6rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service h3 {
    width: 22.1rem;
  }
}
#FEATURE .other_service .os_list {
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service .os_list {
    padding: 2.5rem 0;
  }
}
#FEATURE .other_service .os_list:nth-of-type(n+2) {
  border-top: 1px solid #008C30;
}
#FEATURE .other_service .os_list figure {
  width: 39.4rem;
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service .os_list figure {
    width: 28rem;
    position: static;
    margin: 0 auto;
  }
}
#FEATURE .other_service .os_list > div {
  width: 50.9rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service .os_list > div {
    width: 100%;
    margin-top: 2rem;
  }
}
#FEATURE .other_service .os_list > div h4 {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service .os_list > div h4 {
    font-size: 1.9rem;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
}
#FEATURE .other_service .os_list > div h4 strong {
  font-weight: 900;
  color: #008C30;
}
#FEATURE .other_service .os_list > div > p {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #FEATURE .other_service .os_list > div > p {
    font-size: 1.3rem;
  }
}

#SERVICE-CONTENT {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT {
    padding-top: 6rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap {
    margin-top: 5rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list h3 {
  position: relative;
  padding-left: 1.4em;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_list h3 {
    font-size: 1.9rem;
    letter-spacing: 0.075em;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.1rem;
  background-image: url("/assets/images/service/pethotel/icon_hand.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list h4 span {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: #008C30;
  border-radius: 3em;
  padding: 0.4em 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_list h4 span {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 768px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata {
    display: flex;
    justify-content: space-between;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div {
  background: #f5f5f5;
  border-radius: 1.5rem;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div h4 {
  text-align: center;
  margin-bottom: 2rem;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div p {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div p {
    font-size: 1.3rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_list .sugoshikata > div p strong {
  font-weight: 900;
  color: #008C30;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list._time {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list._youi {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list._youi {
    margin-top: 5rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div:nth-child(n+2) {
  margin-top: 4rem;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div h4 {
  margin-bottom: 1rem;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div p {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div p {
    font-size: 1.4rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div p:nth-child(n+2) {
  margin-top: 2rem;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div p span {
  display: inline-block;
  border-bottom: 1px solid #008C30;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .time > div p span {
    display: block;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .youi ul li {
  position: relative;
  padding-left: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .youi ul li {
    font-size: 1.4rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .youi ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .youi p {
  position: relative;
  padding-left: 1.4em;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .youi p {
    font-size: 1.4rem;
  }
}
#SERVICE-CONTENT .sv_content_wrap .sv_content_2col .sv_content_list .youi p:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #008C30;
}

#PRICE .price_block._pethotel .ttl_box .ttl {
  background: #008C30;
}
#PRICE .price_block._pethotel .price_dogsize {
  margin-top: 5rem;
  background: #f5f5f5;
  border-radius: 1.5rem;
  padding: 2rem;
}
#PRICE .price_block._pethotel .price_dogsize p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #PRICE .price_block._pethotel .price_dogsize p {
    text-align: left;
  }
}

#COMPANY {
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  #COMPANY {
    margin: 11.75vw auto 17.5vw;
  }
}
#COMPANY table {
  font-size: 1.6rem;
  width: 100%;
}
#COMPANY table tr {
  width: 100%;
  border-top: solid 1px #333;
  display: block;
}
#COMPANY table tr:last-of-type {
  border-bottom: solid 1px #333;
}
#COMPANY table tr th, #COMPANY table tr td {
  padding: 2rem 3rem;
}
#COMPANY table tr th {
  background: #D7E5D9;
  min-width: 18rem;
  width: 16%;
}
#COMPANY table tr td {
  width: 84%;
  max-width: 92rem;
}
@media screen and (max-width: 767px) {
  #COMPANY table tr {
    display: grid;
  }
  #COMPANY table tr th, #COMPANY table tr td {
    width: 100%;
    padding: 1.5rem 2rem;
  }
}

#INFO {
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  #INFO {
    margin: 11.75vw auto 17.5vw;
    width: 85%;
  }
}
#INFO .info-block {
  margin: 5rem auto 0;
  width: 110rem;
}
@media screen and (max-width: 767px) {
  #INFO .info-block {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#INFO .info-block .info-list ul {
  display: flex;
  flex-flow: row wrap;
}
#INFO .info-block .info-list ul .info-item {
  width: 33.5rem;
  margin-left: 0;
  margin-right: 4.75rem;
  margin-bottom: 7rem;
  overflow: hidden;
}
#INFO .info-block .info-list ul .info-item .bg {
  width: 100%;
  height: 22rem;
  border-radius: 1rem;
}
#INFO .info-block .info-list ul .info-item:nth-child(3n+3) {
  margin-right: 0;
}
#INFO .info-block .info-list ul .info-item .info {
  letter-spacing: 0.1em;
}
#INFO .info-block .info-list ul .info-item .info .date {
  padding: 2rem 0;
  font-size: 2rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
}
#INFO .info-block .info-list ul .info-item .info .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #INFO .info-block .info-list ul .info-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  #INFO .info-block .info-list ul .info-item .info .date {
    padding: 3vw 0 2vw;
    font-size: 1.3rem;
  }
  #INFO .info-block .info-list ul .info-item .info .txt {
    font-size: 1.3rem;
  }
}
#INFO .pagenation {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #INFO .pagenation {
    margin-bottom: 7rem;
  }
}
#INFO .pagenation .nav-links {
  display: flex;
  justify-content: center;
}
#INFO .pagenation .nav-links .page-numbers {
  margin: 0 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #008C30;
  border-radius: 50%;
  border: solid 2px #008C30;
}
@media screen and (max-width: 767px) {
  #INFO .pagenation .nav-links .page-numbers {
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
    margin: 0 0.7rem 0;
  }
}
#INFO .pagenation .nav-links .current {
  background-color: #008C30;
  color: #fff;
}
#INFO .pagenation .nav-links .dots {
  border: none;
  font-family: "Noto Sans JP", sans-serif;
}
#INFO .pagenation .nav-links .next img, #INFO .pagenation .nav-links .prev img {
  width: 50%;
}
#INFO .pagenation .nav-links .prev img {
  transform: rotate(180deg);
}

#POST {
  width: 75rem;
  margin: 10rem auto 15rem;
}
@media screen and (max-width: 767px) {
  #POST {
    margin: 12.5vw auto 17.5vw;
    width: 85%;
  }
}
#POST .post-img {
  width: 100%;
  height: auto;
}
#POST .ttl-block {
  margin: 6rem 0;
}
#POST .ttl-block .post-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 1.5rem;
}
#POST .ttl-block .date {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #POST .ttl-block {
    margin: 12.5vw 0 7.5vw;
  }
  #POST .ttl-block .post-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 4vw;
  }
  #POST .ttl-block .date {
    font-size: 1.3rem;
  }
}
#POST .contents-block {
  padding-bottom: 8.5rem;
}
#POST .contents-block > *:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #POST .contents-block > *:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#POST .contents-block p {
  font-size: 1.4rem;
  line-height: 2.5;
}
#POST .contents-block a {
  color: #008C30;
  text-decoration: underline;
}
#POST .contents-block strong {
  font-weight: 700;
  color: #008C30;
}
#POST .contents-block .post-img img {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #POST .contents-block {
    padding-bottom: 20vw;
  }
  #POST .contents-block p {
    font-size: 1.3rem;
  }
  #POST .contents-block .post-img img {
    margin-top: 3rem;
  }
}

#ACCESS {
  margin: 10rem auto;
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  #ACCESS {
    margin: 11.75vw auto 17.5vw;
    width: 85%;
  }
}
#ACCESS .shop_list .ligr {
  background-color: #D7E5D9;
}
#ACCESS .shop_list .lipk {
  background-color: #F6EBEA;
}
@media screen and (max-width: 767px) {
  #ACCESS .shop_list .ligr, #ACCESS .shop_list .lipk {
    background-color: #fff;
  }
}
#ACCESS .shop_list .gr {
  color: #008C30;
}
#ACCESS .shop_list .pk {
  color: #D39A97;
}
#ACCESS .shop_list .shop_item {
  margin-top: 8rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
#ACCESS .shop_list .shop_item .shopEx {
  width: 42rem;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
#ACCESS .shop_list .shop_item .shopEx span.bg {
  width: 42rem;
  height: 38rem;
  display: block;
}
#ACCESS .shop_list .shop_item .shop_disc {
  display: flex;
  justify-content: space-between;
  padding: 4rem 3rem 3rem 10rem;
  max-width: 68rem;
  width: 61.8%;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block h3 {
  font-size: 2rem;
  font-weight: bolder;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block p {
  margin: 1.6rem 0;
  font-size: 1.4rem;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block a.map-link, #ACCESS .shop_list .shop_item .shop_disc .left-block a.ig-btn {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block a.map-link:after {
  content: "";
  background: url(/assets/images/common/arw_right_b.svg) no-repeat center/contain;
  width: 1em;
  display: inline-block;
  height: 0.7em;
  margin-left: 0.5em;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block a.ig-btn {
  background-color: #fff;
  text-align: center;
  margin-top: 4rem;
  padding: 1rem;
  border-radius: 3rem;
  position: relative;
  width: 23.5rem;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block a.ig-btn:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  bottom: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
#ACCESS .shop_list .shop_item .shop_disc .left-block a.hodono:after {
  background: url(/assets/images/access/icon_ig_gr.svg) no-repeat center/contain;
}
#ACCESS .shop_list .shop_item .shop_disc .left-block a.hiro:after {
  background: url(/assets/images/access/icon_ig_pk.svg) no-repeat center/contain;
}
#ACCESS .shop_list .shop_item .shop_disc .right-block {
  width: 11.6rem;
  text-align: center;
  margin-top: auto;
}
#ACCESS .shop_list .shop_item .shop_disc .right-block .dialogue {
  font-size: 1.3rem;
  font-weight: bolder;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #ACCESS .shop_list .shop_item {
    margin-top: 6.5rem;
    display: block;
  }
  #ACCESS .shop_list .shop_item .shopEx {
    width: 100%;
    border-radius: 1rem;
  }
  #ACCESS .shop_list .shop_item .shopEx span.bg {
    width: 100%;
    height: 55vw;
  }
  #ACCESS .shop_list .shop_item .shop_disc {
    display: block;
    padding: 3rem 0 0;
    max-width: 80rem;
    width: 100%;
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block h3 {
    font-size: 1.8rem;
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block p {
    margin: 1rem 0 2rem;
    font-size: 1.3rem;
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block .sp-sns {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block .sp-sns a {
    display: block;
    border-radius: 2.5rem;
    width: 25.5vw;
    text-align: center;
    padding: 0.9rem;
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block .sp-sns a img {
    width: auto;
    height: 2.2rem;
    transform: translateY(10%);
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block .sp-sns .gr {
    background-color: #008C30;
  }
  #ACCESS .shop_list .shop_item .shop_disc .left-block .sp-sns .pk {
    background-color: #D39A97;
  }
}
/*# sourceMappingURL=style.min.css.map */
