.page-title.service-title {
  margin-top: 20px;
}
.page-title.service-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  height: 86px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  flex-shrink: 0;
  background-image: url(../images/service/menu_service.svg);
}
@media screen and (max-width: 780px) {
  .page-title.service-title::before {
    width: 56px;
    height: 56px;
    padding-bottom: 15px;
  }
}

.head-group {
  width: 90%;
  margin: 70px auto 70px;
}
@media screen and (max-width: 780px) {
  .head-group {
    width: 100%;
    margin: 40px auto 30px;
  }
}

.genre-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .genre-list {
    margin: 0;
    justify-content: space-between;
  }
}
.genre-list .tab-item {
  border: #414141 1px solid;
  box-sizing: border-box;
  margin: 0 12.5px 27px;
}
@media screen and (max-width: 780px) {
  .genre-list .tab-item {
    width: 31%;
    margin: 0 0 15px;
  }
}
.genre-list .tab-item .list-btn {
  min-width: 135px;
  height: 55px;
  padding: 0px 25px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  font-size: 1.5rem;
  line-height: 55px;
  letter-spacing: 0px;
  font-weight: 800;
  color: #414141;
  text-decoration: none;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .genre-list .tab-item .list-btn {
    min-width: auto;
    font-size: 1.6rem;
    line-height: 15px;
    height: 55px;
    padding: 0px 0px 0;
  }
}
@media screen and (max-width: 980px) {
  .genre-list .tab-item .list-btn {
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.3px;
  }
}
.genre-list .tab-item .list-btn:hover {
  background: #A9ACAB;
}

@media screen and (max-width: 780px) {
  .service-container {
    margin-bottom: 40px;
  }
}
.service-container .section-container {
  padding-top: 5px;
}
.service-container .section-container .sec-title {
  display: block;
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  line-height: 6rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 38px;
  padding-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .sec-title {
    margin-bottom: 20px;
    padding-bottom: 11px;
  }
}
.service-container .section-container .sec-title span {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .sec-title span {
    padding-left: 50px;
  }
}
.service-container .section-container .sec-title span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/service/icon_hours.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 46px;
  height: 46px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .sec-title span:before {
    width: 32px;
    height: 32px;
  }
}
.service-container .section-container#information .sec-title span:before {
  background-image: url(../images/service/icon_information.svg);
}
.service-container .section-container#atm .sec-title span:before {
  background-image: url(../images/service/icon_atm.svg);
}
.service-container .section-container#children .sec-title span:before {
  background-image: url(../images/service/icon_children.svg);
}
.service-container .section-container#disabilities .sec-title span:before {
  background-image: url(../images/service/icon_disabilities.svg);
}
.service-container .section-container#aed .sec-title span:before {
  background-image: url(../images/service/icon_aed.svg);
}
.service-container .section-container#pet .sec-title span:before {
  background-image: url(../images/service/icon_pet.svg);
}
.service-container .section-container#smoking .sec-title span:before {
  background-image: url(../images/service/icon_smoking.svg);
}
.service-container .section-container#others .sec-title span {
  padding-left: 0;
}
.service-container .section-container#others .sec-title span:before {
  display: none;
}
.service-container .section-container .hours-block {
  text-align: center;
  margin: 65px auto 0;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .hours-block {
    margin: 45px auto;
  }
}
.service-container .section-container .hours-block .hours-block-inner {
  display: inline-block;
  text-align: left;
}
.service-container .section-container .hours-block .hours-block-inner dl {
  margin-bottom: 0;
}
.service-container .section-container .hours-block .hours-block-inner dl dt {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  letter-spacing: 0px;
}
.service-container .section-container .hours-block .hours-block-inner dl dd {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 800;
  letter-spacing: 0px;
  margin: 0;
  color: #E60000;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .hours-block .hours-block-inner dl dd {
    font-size: 24px;
    line-height: 3.7rem;
  }
}
.service-container .section-container .hours-block .hours-block-inner dl dd span {
  font-size: 2.9rem;
  line-height: 5.6rem;
  font-weight: 700;
  letter-spacing: 0px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .hours-block .hours-block-inner dl dd span {
    font-size: 20px;
    line-height: 3.7rem;
  }
}
.service-container .section-container .hours-block .hours-block-inner .small {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 0;
  margin-left: 1em;
  margin-bottom: 0;
  text-indent: -1em;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .hours-block .hours-block-inner .small {
    font-size: 13px;
    line-height: 2.3rem;
  }
}
.service-container .section-container .details-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 75px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .details-block {
    margin-bottom: 0;
  }
}
.service-container .section-container .details-block .details {
  width: 47%;
  padding-top: 138px;
  margin-top: -60px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .details-block .details {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.service-container .section-container .details-block .details-summary {
  position: relative;
  display: block;
  padding: 9px;
  color: #414141;
  font-size: 2.2rem;
  line-height: 6rem;
  letter-spacing: 0.3px;
  font-weight: bold;
  text-align: center;
  background: #F1F1F1;
  cursor: pointer;
}
.service-container .section-container .details-block .details-summary:hover {
  background: #C4C4C4;
}
.service-container .section-container .details-block .details-summary .btn {
  position: absolute;
  top: 44%;
  right: 5%;
  width: 19.4px;
  height: 10.2px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.service-container .section-container .details-block .details-summary .btn:before, .service-container .section-container .details-block .details-summary .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 14px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}
.service-container .section-container .details-block .details-summary .btn:before {
  transform: rotate(45deg);
}
.service-container .section-container .details-block .details-summary .btn:after {
  transform: rotate(-45deg);
}
.service-container .section-container .details-block .details-summary.is-active {
  background: #E60000;
  color: #fff;
}
.service-container .section-container .details-block .details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.service-container .section-container .details-block .details-summary.is-active .btn:before, .service-container .section-container .details-block .details-summary.is-active .btn:after {
  background-color: #fff;
}
.service-container .section-container .details-block .details-summary::-webkit-details-marker {
  display: none;
}
.service-container .section-container .details-block .details-content .close-btn {
  width: 100%;
  height: 78px;
  display: block;
  margin: 0 auto;
  background: #F1F1F1;
  color: #414141;
  border: none;
  text-align: center;
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .details-block .details-content .close-btn {
    height: 62px;
  }
}
.service-container .section-container .details-block .details-content .close-btn:hover {
  background: #C4C4C4;
}
.service-container .section-container .details-block .details-content .close-btn .btn {
  position: absolute;
  top: 44%;
  right: 5%;
  width: 19.4px;
  height: 10.2px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.service-container .section-container .details-block .details-content .close-btn .btn:before, .service-container .section-container .details-block .details-content .close-btn .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 14px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% 0.5px;
}
.service-container .section-container .details-block .details-content .close-btn .btn:before {
  transform: rotate(45deg);
}
.service-container .section-container .details-block .details-content .close-btn .btn:after {
  transform: rotate(-45deg);
}
.service-container .section-container .details-block .floor-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #707070;
}
.service-container .section-container .details-block .floor-block:first-child {
  border-top: none;
}
.service-container .section-container .details-block .floor-block .floor {
  display: block;
  width: 15%;
  background: #FAF7F2;
  color: #E60000;
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: "futura-pt-condensed", sans-serif;
  text-align: center;
  margin: 0;
  padding-top: 25px;
}
.service-container .section-container .details-block .floor-block ul {
  width: 78%;
}
.service-container .section-container .details-block .floor-block ul li {
  padding: 25px 0;
  border-bottom: 1px solid #707070;
}
.service-container .section-container .details-block .floor-block ul li:last-child {
  border-bottom: none;
}
.service-container .section-container .details-block .floor-block ul li .shop-name {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.service-container .section-container .details-block .floor-block ul li .floor-hours {
  display: block;
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.service-container .section-container .lead-text {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .lead-text {
    margin: 15px auto 15px;
    font-size: 14px;
  }
}
.service-container .section-container .service-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block {
    margin-bottom: 45px;
  }
}
.service-container .section-container .service-block .title {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block .title {
    margin: 0 0 0;
  }
}
.service-container .section-container .service-block.children-block .two-block {
  display: flex;
  width: 47.5%;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block.children-block .two-block {
    width: 48%;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
  }
}
.service-container .section-container .service-block.children-block .two-block .service-block__contents {
  width: 40%;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block.children-block .two-block .service-block__contents {
    width: 100%;
  }
}
.service-container .section-container .service-block.children-block .two-block .service-block__contents ul li {
  margin-bottom: 16px;
}
.service-container .section-container .service-block.children-block .two-block .service-block__thumb {
  width: 58%;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block.children-block .two-block .service-block__thumb {
    width: 100%;
    margin: 10px 0 0;
  }
}
.service-container .section-container .service-block.children-block .two-block:last-child .service-block__thumb {
  width: 58%;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block.children-block .two-block:last-child .service-block__thumb {
    width: 100%;
  }
}
.service-container .section-container .service-block .service-block__top {
  display: block;
  width: 100%;
}
.service-container .section-container .service-block .service-block__contents {
  width: 56%;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block .service-block__contents {
    width: 100%;
  }
}
.service-container .section-container .service-block .service-block__contents dl {
  display: flex;
  margin: 0;
  padding: 22px 0 20px;
}
.service-container .section-container .service-block .service-block__contents dl dt {
  width: 25%;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block .service-block__contents dl dt {
    width: 23%;
  }
}
.service-container .section-container .service-block .service-block__contents dl dd {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.5px;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block .service-block__contents dl dd {
    margin: 0 0 0 3px;
    font-size: 14px;
    width: 80%;
  }
}
.service-container .section-container .service-block .service-block__contents dl dd li {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.3rem;
  letter-spacing: 0.5px;
}
.service-container .section-container .service-block .service-block__contents ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.service-container .section-container .service-block .service-block__thumb {
  width: 38.5%;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block .service-block__thumb {
    width: 84%;
    margin: 30px auto 0;
  }
}
.service-container .section-container .service-block.information-block {
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.information-block {
    margin-bottom: 40px;
  }
}
.service-container .section-container .service-block.information-block .service-block__contents, .service-container .section-container .service-block.atm-block .service-block__contents {
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
}
.service-container .section-container .service-block.information-block .service-block__contents dl, .service-container .section-container .service-block.atm-block .service-block__contents dl {
  border-bottom: #707070 1px solid;
}
.service-container .section-container .service-block.information-block .service-block__contents dl:last-child, .service-container .section-container .service-block.atm-block .service-block__contents dl:last-child {
  border-bottom: none;
}
.service-container .section-container .service-block.disabilities-block-01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-01 {
    margin-bottom: 30px;
  }
}
.service-container .section-container .service-block.disabilities-block-01 .service-block__contents ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-01 .service-block__contents ul li {
    margin-bottom: 10px;
  }
}
.service-container .section-container .service-block.disabilities-block-02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-02 {
    margin-bottom: 30px;
  }
}
.service-container .section-container .service-block.disabilities-block-02 .service-block__contents {
  width: 100%;
}
.service-container .section-container .service-block.disabilities-block-02 .service-block__contents ul {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-02 .service-block__contents ul {
    width: 100%;
  }
}
.service-container .section-container .service-block.disabilities-block-02 .service-block__contents ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-02 .service-block__contents ul li {
    margin-bottom: 10px;
  }
  .service-container .section-container .service-block.disabilities-block-02 .service-block__contents ul li:last-child {
    width: 100%;
  }
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__contents {
  width: 38%;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-03 .service-block__contents {
    width: 100%;
  }
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__contents ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block.disabilities-block-03 .service-block__contents ul li {
    margin-bottom: 10px;
  }
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__contents dl {
  padding: 0;
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__contents dl dt {
  margin-right: 10px;
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__contents dl dd li {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__thumb {
  width: 58%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.disabilities-block-03 .service-block__thumb {
    width: 100%;
  }
}
.service-container .section-container .service-block.disabilities-block-03 .service-block__thumb p {
  width: 49%;
}
.service-container .section-container .service-block.aed-block .service-block__contents {
  width: 70%;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.aed-block .service-block__contents {
    width: 100%;
  }
}
.service-container .section-container .service-block.aed-block .service-block__contents dl {
  padding: 0;
}
.service-container .section-container .service-block.aed-block .service-block__contents dl dt {
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.aed-block .service-block__contents dl dt {
    width: 23%;
    margin-right: 0px;
  }
}
.service-container .section-container .service-block.aed-block .service-block__contents dl dd li {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
}
.service-container .section-container .service-block.aed-block .service-block__contents ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .service-block.aed-block .service-block__contents ul li {
    margin-bottom: 10px;
  }
}
.service-container .section-container .service-block.aed-block .service-block__thumb {
  width: 30%;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.aed-block .service-block__thumb {
    width: 80%;
  }
}
.service-container .section-container .service-block.pet-block .service-block__contents {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.pet-block .service-block__contents {
    width: 100%;
  }
}
.service-container .section-container .service-block.pet-block .service-block__contents .service-block__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.pet-block .service-block__contents .service-block__text {
    margin-bottom: 30px;
  }
}
.service-container .section-container .service-block.pet-block .service-block__contents .service-block__text .text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0px;
  margin: 0 0 0.3em 1em;
  text-indent: -1em;
}
.service-container .section-container .service-block.pet-block .service-block__contents .service-block__text ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.5px;
  margin-left: 2em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.service-container .section-container .service-block.pet-block .service-block__thumb {
  width: 30%;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.pet-block .service-block__thumb {
    width: 80%;
    margin-top: 0;
  }
}
.service-container .section-container .service-block.smoking-block .service-block__contents dl {
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.smoking-block .service-block__contents dl dt {
    width: 40%;
  }
}
.service-container .section-container .service-block.smoking-block .service-block__contents ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.smoking-block .service-block__contents ul li {
    margin-bottom: 10px;
  }
}
.service-container .section-container .service-block.smoking-block .service-block__contents .small {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}
.service-container .section-container .service-block.smoking-block .service-block__thumb {
  width: 41%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.smoking-block .service-block__thumb {
    width: 100%;
    margin-top: 15px;
  }
}
.service-container .section-container .service-block.smoking-block .service-block__thumb p {
  width: 48%;
  margin: 0;
}
.service-container .section-container .service-block.others-block {
  margin-bottom: 45px;
}
@media screen and (max-width: 780px) {
  .service-container .section-container .service-block.others-block {
    margin-bottom: 0;
  }
}
.service-container .section-container .service-block.others-block .service-block__contents {
  width: 100%;
}
.service-container .section-container .service-block.others-block .service-block__contents .service-block__text {
  margin-bottom: 30px;
}
.service-container .section-container .service-block.others-block .service-block__contents .title {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.service-container .section-container .service-block.others-block .service-block__contents .text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.5px;
}
.service-container .section-container .service-block.others-block .service-block__contents .text b {
  font-weight: 600;
}
.service-container .section-container .two-link {
  max-width: 688px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .two-link {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.service-container .section-container .two-link .shop-list-link {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .service-container .section-container .two-link .shop-list-link {
    width: 100%;
  }
  .service-container .section-container .two-link .shop-list-link:first-child .button-link {
    margin: 0px auto 20px;
  }
}

.shop-list-link {
  text-align: center;
}
.shop-list-link .button-link {
  width: 326px;
  height: 55px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0px auto 80px;
  background: #fff;
  border-width: 1px;
  border-radius: 27.5px;
  border-style: solid;
  border-color: #707070;
  -o-border-image: initial;
     border-image: initial;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link {
    width: 68%;
    height: 42px;
    margin: 0px auto 35px;
  }
}
.shop-list-link .button-link .text {
  font-size: 1.5rem;
  line-height: 55px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #414141;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link .text {
    font-size: 11px;
    line-height: 42px;
    padding-right: 20px;
  }
}
.shop-list-link .button-link .text::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/common/arrow_right_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  background-position: right center;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link .text::after {
    width: 13px;
    height: 11px;
  }
}
.shop-list-link .button-link:hover {
  background: #A9ACAB;
}
.shop-list-link .button-link:hover .text::after {
  transform: translateX(8px);
}
@media screen and (max-width: 780px) {
  .shop-list-link .button-link:hover .text::after {
    display: block;
  }
}/*# sourceMappingURL=layout-service.css.map */