/*背景*/
.page_store_osu {
  position: relative;
}
.page_store_osu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/illust_nishiosu.svg"), url("../../img/common/illust_nishiosu.svg"), url("../../img/common/illust_nishiosu.svg"), url("../../img/common/illust_nishiosu.svg"), url("../../img/common/illust_nishiosu.svg"), url("../../img/common/illust_nishiosu.svg");
  background-position: calc(-10%) 10%, calc(100% + 10%) 25%, calc(-10%) 40%, calc(100% + 10%) 55%, calc(-10%) 70%, calc(100% + 10%) 85%;
  background-size: 42.96vw; /* 任意のサイズに調整 */
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .page_store_osu::before {
    background-position: calc(-110px) 10%, calc(100% + 110px) 25%, calc(-110px) 40%, calc(100% + 110px) 55%, calc(-110px) 70%, calc(100% + 110px) 85%;
    background-size: 80vw; /* 任意のサイズに調整 */
  }
}

.page_store_toyoake {
  position: relative;
}
.page_store_toyoake::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/illust_toyoake.svg"), url("../../img/common/illust_toyoake.svg"), url("../../img/common/illust_toyoake.svg"), url("../../img/common/illust_toyoake.svg"), url("../../img/common/illust_toyoake.svg"), url("../../img/common/illust_toyoake.svg");
  background-position: calc(-10%) 10%, calc(100% + 10%) 25%, calc(-10%) 40%, calc(100% + 10%) 55%, calc(-10%) 70%, calc(100% + 10%) 85%;
  background-size: 42.96vw; /* 任意のサイズに調整 */
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .page_store_toyoake::before {
    background-position: calc(-110%) 10%, calc(100% + 110%) 25%, calc(-110%) 40%, calc(100% + 110%) 55%, calc(-110%) 70%, calc(100% + 110%) 85%;
    background-size: 80vw; /* 任意のサイズに調整 */
  }
}

.page_store_handa {
  position: relative;
}
.page_store_handa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/illust_handa.svg"), url("../../img/common/illust_handa.svg"), url("../../img/common/illust_handa.svg"), url("../../img/common/illust_handa.svg"), url("../../img/common/illust_handa.svg"), url("../../img/common/illust_handa.svg");
  background-position: calc(-10%) 10%, calc(100% + 10%) 25%, calc(-10%) 40%, calc(100% + 10%) 55%, calc(-10%) 70%, calc(100% + 10%) 85%;
  background-size: 42.96vw; /* 任意のサイズに調整 */
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .page_store_handa::before {
    background-position: calc(-110%) 10%, calc(100% + 110%) 25%, calc(-110%) 40%, calc(100% + 110%) 55%, calc(-110%) 70%, calc(100% + 110%) 85%;
    background-size: 80vw; /* 任意のサイズに調整 */
  }
}

/* page_store_mv */
.page_store_mv {
  position: relative;
}
.is-blar .page_store_mv {
  filter: blur(15px);
}
.store_mv_textarea {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.store_mv_text {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .store_mv_textarea {
    top: 10vw;
    left: 5.3vw;
    transform: translateY(0%);
  }
  .store_mv_text {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .store_mv_text .text_en {
    margin-top: 8px;
    display: block;
    font-size: 5.3vw;
  }
}

.store_mv_name {
  position: absolute;
  right: 160px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.6;
}
.page_store_handa .store_mv_name {
  top: auto;
  bottom: 3.6vw;
  right: 10vw;
  color: #fff;
}
.page_store_toyoake .store_mv_name {
  right: 8vw;
  line-height: 1.6;
}
.page_store_toyoake .store_mv_name .text_small {
  margin-top: 10px;
  display: block;
}
.store_mv_name .text_small {
  font-size: 1.1vw;
}
@media only screen and (max-width: 1000px) {
  .store_mv_name {
    right: 13vw;
  }
}
@media only screen and (max-width: 767px) {
  .store_mv_name {
    font-size: 3.4vw;
    left: 5.3vw;
    top: 42%;
  }
  .store_mv_name .text_small {
    font-size: 2.6vw;
    display: flex;
  }
}

.page_store_mv .mv_logo {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .page_store_mv .mv_logo {
    top: 88px;
  }
}
@media only screen and (max-width: 1280px) {
  .page_store_mv .mv_logo {
    top: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .page_store_mv .mv_logo {
    top: 5.98958vw;
  }
}
@media (max-width: 767px) {
  .page_store_mv .mv_logo {
    position: static;
    margin-top: -6px;
    padding: 16px 0;
  }
}
.page_store_mv .mv_logo img {
  display: block;
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 1280px) {
  .page_store_mv .mv_logo img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .page_store_mv .mv_logo img {
    width: 32px;
    height: 32px;
  }
}
.page_store_mv .mv_logo::before,
.page_store_mv .mv_logo::after {
  content: "";
  height: 2px;
  display: block;
  background: #00437a;
}
@media (max-width: 767px) {
  .page_store_mv .mv_logo::before,
  .page_store_mv .mv_logo::after {
    background: #00437a;
  }
}
.page_store_mv .mv_logo:before {
  width: calc(71.25% - 48px);
}
@media only screen and (max-width: 1280px) {
  .page_store_mv .mv_logo:before {
    width: calc(71.25% - 29px);
  }
}
@media (max-width: 767px) {
  .page_store_mv .mv_logo:before {
    width: calc((100% - 55px) / 2);
  }
}
.page_store_mv .mv_logo:after {
  width: calc(28.75% - 48px);
}
@media only screen and (max-width: 1280px) {
  .page_store_mv .mv_logo:after {
    width: calc(28.75% - 29px);
  }
}
@media (max-width: 767px) {
  .page_store_mv .mv_logo:after {
    width: calc((100% - 55px) / 2);
  }
}
/* page_store_mv end */

/* page_store_anker */
.page_store_anker {
  padding-top: 3.1vw;
}
.page_store_anker .c-inner {
  width: 90%;
  max-width: 900px;
}
@media (max-width: 767px) {
  .page_store_anker {
    padding-top: 5vw;
  }
  .page_store_anker .c-inner {
    width: 100%;
  }
}
.page_store_anker_row {
  justify-content: center;
  gap: 40px;
}

.store_anker_link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(20% - 40px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  gap: 10px;
}
.store_anker_link img {
  height: 2.6vw;
  display: block;
  width: auto;
  margin-bottom: 1vw;
  margin: 0;
  filter: invert(1);
}
.store_anker_link_osu {
  background-color: #ff555f;
}
.store_anker_link_toyoake {
  background-color: #128836;
}
.store_anker_link_handa {
  background-color: #00a8c6;
}
.store_anker_text {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .page_store_anker_row {
    gap: 10px;
  }
  .store_anker_link {
    width: calc(25% - 10px);
    gap: 0px;
  }
  .store_anker_text {
    font-size: 10px;
  }

  .store_anker_link img {
    height: 7vw;
  }
}
/* page_store_anker end */

/* page_store_about */
.page_store_about {
  position: relative;
}
.page_store_about .c-illustlogo {
  top: 2.9vw;
  left: -10vw;
}
.page_store_about .c-title {
  text-align: center;
  margin-bottom: 5.6vw;
}
.store_about_img {
  width: 90%;
  margin: 0 auto 2.4vw;
  position: relative;
  z-index: 100;
}
.store_about_textarea {
  width: 56%;
}
.store_about_text {
  line-height: 2;
  font-size: clamp(14px, 0.83vw, 16px);
  margin-bottom: 1.5vw;
}
.store_about_staff {
  width: 40%;
  position: relative;
  z-index: 100;
}

.store_about_link a {
  font-weight: bold;
  position: relative;
}
.store_about_link a::after,
.store_about_link a::before {
  content: "";
  position: absolute;
  right: 0;
}
.page_store_btn {
  padding-right: 60px;
}
.page_store_btn::after {
  width: 38px;
  height: 38px;
  top: -8px;
  border: 1px solid #000;
  border-radius: 50%;
}

.store_about_link .page_store_btn::before {
  background: url(../../img/common/arrow_thin.svg) center / cover no-repeat;
  width: 12px;
  height: 10px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.page_store_btn:hover::before {
  right: 8px;
}
.store_about_map {
  margin-right: 60px;
}

.store_about_sns {
  padding-right: 60px;
}
.store_about_sns::after {
  background: url(../../img/common/ico_insta.svg) center / cover no-repeat;
  width: 41px;
  height: 41px;
  top: -8px;
}
@media (max-width: 767px) {
  .store_about_img {
    width: 110%;
    margin-bottom: 20px;
    margin-left: -5%;
  }
  .store_about_row {
    margin: 0;
  }
  .store_about_textarea {
    margin-bottom: 40px;
    width: 100%;
  }
  .store_about_text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .store_about_staff {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .store_about_map {
    margin-right: 20px;
  }
  .store_about_link .page_store_btn::before {
    top: 40%;
  }
  .page_store_btn {
    padding-right: 50px;
  }
  .store_about_sns {
    padding-right: 50px;
  }
}
/* page_store_about end */

/* page_store_staff */
.page_store_staff {
  padding: 0;
  position: relative;
}

.page_store_staff .c-illustlogo {
  right: -10vw;
  left: auto;
  top: -5vw;
}
.store_staff_bg {
  background-color: #fde9eb;
  padding: 100px 0px 120px;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
.page_store_handa .store_staff_bg {
  background-color: #e6fbff;
}
.page_store_toyoake .store_staff_bg {
  background-color: #e4f5e9;
}
.store_staff_bg .c-inner {
  /* max-width: 900px;
    width: 90%; */
  overflow: hidden;
}
.page_store_staff .c-title {
  text-align: center;
  margin-bottom: 5.6vw;
}
.store_staff_item {
  width: 32%;
  font-weight: 500;
}
.store_staff_img {
  margin-bottom: 8px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.store_staff_img img {
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.store_staff_name {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0;
}

.store_staff_name .text_large {
  font-size: 18px;
  /* margin-left: 5px; */
  line-height: 1;
  flex-basis: 100%;
}
.store_staff_ttl {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}
.store_staff_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 45px;
}
.page_store_staff .staff_list_arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4) url(../../img/common/arrow_thin_white.svg);
  background-size: 26px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  display: none;
}
.page_store_staff .staff_list_arrow::before,
.page_store_staff .staff_list_arrow::after {
  content: "";
}
.staff_list_arrow.prev {
  transform: scale(-1, 1) translateY(-50%);
}
.page_store_staff a.staff_btn {
  background-color: #000;
  color: #fff;
}
.page_store_staff a.staff_btn:after {
  background-image: url(../../img/common/arrow_white.svg);
}
@media (max-width: 767px) {
  .store_staff_bg {
    padding: 40px 0 50px;
    overflow: hidden;
  }
  .store_staff_bg .c-inner {
    overflow: visible;
  }
  .store_staff_item:last-child {
    margin-bottom: 0;
  }
  .store_staff_name {
    margin-bottom: 10px;
  }
  .store_staff_text {
    display: none;
  }
  .page_store_staff .staff_list_arrow {
    display: block;
  }
  .page_store_staff .staff_list_arrow.prev {
    left: -24px;
  }
  .page_store_staff .staff_list_arrow.next {
    right: -24px;
  }
  .page_store_staff a.staff_btn {
    margin-top: 30px;
  }
}
/* page_store_staff end */

/* page_store_drop */
.page_store_drop {
  padding-top: 130px;
  position: relative;
}

.page_store_drop .c-illustlogo {
  top: 2.9vw;
  left: -10vw;
}
.page_store_drop .c-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page_store_drop .c-title {
    margin-bottom: 20px;
  }
}
.store_drop_item {
  width: 32%;
  font-weight: 600;
}
.store_drop_img {
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.store_drop_ttl {
  font-size: 16px;
  margin-bottom: 8px;
}
.store_drop_text {
  font-size: 14px;
}

.page_store_drop .drop_list_arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4) url(../../img/common/arrow_thin_white.svg);
  background-size: 26px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  display: none;
}
.page_store_drop .drop_list_arrow::before,
.page_store_drop .drop_list_arrow::after {
  content: "";
}
.drop_list_arrow.prev {
  transform: scale(-1, 1) translateY(-50%);
}

@media (max-width: 767px) {
  .page_store_drop {
    padding-top: 70px;
  }
  .store_drop_item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .store_drop_item:last-child {
    margin-bottom: 0;
  }
  .store_drop_ttl {
    margin-bottom: 0;
  }
  .page_store_drop .drop_list_arrow {
    display: block;
  }
  .page_store_drop .drop_list_arrow.prev {
    left: 10px;
  }
  .page_store_drop .drop_list_arrow.next {
    right: 10px;
  }
}
/* page_store_drop end */

/* page_store_access */
.page_store_access {
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}
.page_store_access .c-illustlogo {
  top: 23.7vw;
  right: -10vw;
  left: auto;
}
.page_store_access .c-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page_store_access .c-title {
    margin-bottom: 20px;
  }
}
.store_access_iframe {
  margin-bottom: 45px;
}
.store_access_iframe iframe {
  height: 470px;
}

.store_access_company {
  width: 60%;
}
.access_company_row {
  margin-bottom: 8px;
}
.access_company_row:last-child {
  margin-bottom: 0;
}
.access_company_left {
  width: 24%;
}
.access_company_right {
  width: 76%;
}
.access_company_right a {
  text-decoration: underline;
}

.store_access_service {
  width: 39%;
}
.access_service_ttl {
  margin-bottom: 10px;
}
.access_service_list li {
  width: 50%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 43px;
  display: flex;
  align-items: center;
  min-height: 44px;
  line-height: 1.4;
}
.access_service_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.access_service_list li:nth-child(1)::after {
  background: url(../../img/store/access_service_icon01.png) center / cover no-repeat;
  width: 31px;
  height: 28px;
}
.access_service_list li:nth-child(2)::after {
  background: url(../../img/store/access_service_icon02.png) center / cover no-repeat;
  width: 27px;
  height: 24px;
}
.access_service_list li:nth-child(3)::after {
  background: url(../../img/store/access_service_icon03.png) center / cover no-repeat;
  width: 32px;
  height: 30px;
}
.access_service_list li:nth-child(4)::after {
  background: url(../../img/store/access_service_icon04.png) center / cover no-repeat;
  width: 29px;
  height: 28px;
}
.access_service_list li:nth-child(5)::after {
  background: url(../../img/store/access_service_icon05.png) center / cover no-repeat;
  width: 22px;
  height: 25px;
  left: 4px;
}
.access_service_list li:nth-child(6)::after {
  background: url(../../img/store/access_service_icon06.png) center / cover no-repeat;
  width: 19px;
  height: 27px;
  left: 6px;
}
.access_service_list li:nth-child(7)::after {
  background: url(../../img/store/access_service_icon07.png) center / cover no-repeat;
  width: 22px;
  height: 27px;
  left: 4px;
}
.access_service_list li:nth-child(8)::after {
  background: url(../../img/store/access_service_icon08.png) center / cover no-repeat;
  width: 31px;
  height: 29px;
}
.access_service_list_nishiosu li:nth-child(3)::after {
  background: url(../../img/store/access_service_icon04.png) center / cover no-repeat;
  width: 29px;
  height: 28px;
}
.access_service_list_nishiosu li:nth-child(4)::after {
  background: url(../../img/store/access_service_icon06.png) center / cover no-repeat;
  width: 19px;
  height: 27px;
  left: 6px;
}
.access_service_list_nishiosu li:nth-child(5)::after {
  background: url(../../img/store/access_service_icon07.png) center / cover no-repeat;
  width: 22px;
  height: 27px;
  left: 4px;
}
.access_service_list_nishiosu li:nth-child(6)::after {
  background: url(../../img/store/access_service_icon08.png) center / cover no-repeat;
  width: 31px;
  height: 29px;
}
.access_service_list_handa li:nth-child(4)::after {
  background: url(../../img/store/access_service_icon05.png) center / cover no-repeat;
  width: 22px;
  height: 25px;
  left: 4px;
}
.access_service_list_handa li:nth-child(5)::after {
  background: url(../../img/store/access_service_icon06.png) center / cover no-repeat;
  width: 19px;
  height: 27px;
  left: 6px;
}
.access_service_list_handa li:nth-child(6)::after {
  background: url(../../img/store/access_service_icon07.png) center / cover no-repeat;
  width: 22px;
  height: 27px;
  left: 4px;
}
.access_service_list_handa li:nth-child(7)::after {
  background: url(../../img/store/access_service_icon08.png) center / cover no-repeat;
  width: 31px;
  height: 29px;
}
.access_service_spot img {
  width: 70px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page_store_access {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .store_access_company {
    width: 100%;
    margin-bottom: 40px;
  }
  .access_company_row {
    margin-bottom: 15px;
  }
  .access_company_row:last-child {
    margin-bottom: 0;
  }
  .access_company_left,
  .access_company_right {
    width: 100%;
  }
  .store_access_service {
    width: 100%;
  }
  .access_service_list li {
    width: 100%;
    margin-bottom: 16px;
  }

  .access_service_ttl {
    position: relative;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 6px;
    position: relative;
    z-index: 1000;
  }
  .access_service_ttl::after {
    content: "";
    background: url(../../img/common/arrow_bottom_black.png) center / cover no-repeat;
    width: 13px;
    height: 8.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .access_service_ttl.active::after {
    transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translate(0, 60%);
  }
  .access_service_list,
  .access_service_spot {
    display: none;
  }
}
/* page_store_access end */

/* イラスト */
.page_store .sec-recommend .c-illustlogo {
  right: -10vw;
  left: auto;
  top: 5vw;
}
.page_store .sec-campaign .c-illustlogo {
  left: -10vw;
  right: auto;
  top: 5vw;
}
.page_store .sec-calendar .c-illustlogo {
  top: -28.7vw;
  right: -10vw;
  left: auto;
}
.page_store .sec-voice .c-illustlogo {
  right: 0;
  left: -10vw;
  top: 25vw;
}
.page_store .sec-footmenu {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 157px;
}
.page_store .sec-footmenu .c-illustlogo {
  top: -20vw;
  right: -10vw;
}
.c-illustlogo {
  background-image: url(../../img/common/illust_nishiosu.svg);
}
.page_store_handa .c-illustlogo {
  background-image: url(../../img/common/illust_handa.svg);
}
.page_store_toyoake .c-illustlogo {
  background-image: url(../../img/common/illust_toyoake.svg);
}
@media (max-width: 767px) {
  .page_store .sec-footmenu {
    padding-top: 70px;
  }
  .page_store .sec-recommend .c-illustlogo {
    left: -148px;
    right: auto;
    top: 5%;
  }
  .page_store .sec-campaign .c-illustlogo {
    left: -22vw;
    right: auto;
    top: -50vw;
  }
  .page_store .sec-information .c-illustlogo {
    top: -30.5%;
    right: -148px;
    left: auto;
  }
  .page_store .sec-information .c-illustlogo.c-illustlogo_02 {
    top: 55%;
    right: auto;
    left: -18px;
  }
  .page_store_about .c-illustlogo {
    right: -22vw;
    left: auto;
    top: -50vw;
  }
  .page_store_about .c-illustlogo.c-illustlogo_02 {
    left: -22vw;
    right: auto;
    top: 90vw;
  }
  .page_store_staff .c-illustlogo {
    top: 30vw;
  }
  .page_store_staff .c-illustlogo.c-illustlogo_02 {
    left: -12vw;
    right: auto;
    top: 250vw;
  }
  .page_store_drop .c-illustlogo {
    top: -20vw;
  }
  .page_store_drop .c-illustlogo.c-illustlogo_02 {
    left: -12vw;
    right: auto;
    top: 170vw;
  }

  .page_store_access .c-illustlogo {
    top: -25.3vw;
  }
  .page_store_access .c-illustlogo.c-illustlogo_02 {
    top: 135.3vw;
    left: -20vw;
    right: auto;
  }
  .page_store_access .c-illustlogo.c-illustlogo_03 {
    top: 305vw;
    right: -20vw;
    left: auto;
    z-index: 100;
  }
  .page_store .sec-voice .c-illustlogo {
    right: 0;
    left: -10vw;
    top: 125vw;
  }
  .page_store .sec-voice {
    overflow: hidden;
  }
  .page_store .sec-footmenu .c-illustlogo.c-illustlogo_02 {
    top: auto;
    bottom: -40vw;
    left: -10vw;
    right: auto;
  }
}
/* イラスト end */
/*交通手段*/
@media (max-width: 767px) {
  .page_store_transport {
    margin-top: -40px;
  }
}
.page_store_transport .c-title {
  margin-bottom: 40px;
}

.page_service_details {
  margin-bottom: 40px;
}

.page_store_transport .page_service_details .js_summary {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 30px;
  margin-bottom: 20px;
  border-radius: 9999px;
  list-style: none;
  position: relative;
}
.js_summary_osu {
  background-color: #ff555f;
}
.js_summary_toyoake {
  background-color: #128836;
}
.js_summary_handa {
  background-color: #00a8c6;
}

.page_store_transport .page_service_details:last-of-type p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_store_transport .c-title {
    margin-bottom: 20px;
  }
  .page_store_transport .page_service_details .js_summary {
    padding: 10px 30px;
    border-radius: 32px;
    line-height: 1.4;
  }
}

.page_store_details_body {
  padding: 0 20px;
}

.page_store_details_body ul {
  margin-top: 20px;
  text-align: left;
}
.page_store_details_body ul li {
  line-break: strict;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  font-size: 20px;
  padding-block: 10px;
}
@media (max-width: 767px) {
  .page_store_details_body {
    padding: 0 10px;
  }
  .page_store_details_body ul li {
    font-size: 18px;
    padding-block: 6px;
  }
}
.page_store_details_body ul li span {
  font-size: 12px;
}

.page_store_details_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page_store_details_ttl {
  flex-basis: 35%;
}
.page_store_details_ttl p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.page_store_details_ttl p span {
  font-size: 16px;
  font-weight: normal;
}
.page_store_details_ttl a {
  margin-top: 10px;
  text-decoration: underline;
  display: inline-block;
}
.page_store_details_img {
  flex-basis: calc(65% - 20px);
}
@media (max-width: 767px) {
  .page_store_details_ttl p {
    font-size: 18px;
    line-height: 1.4;
  }
  .page_store_details_ttl {
    flex-basis: 100%;
  }
  .page_store_details_img {
    flex-basis: 100%;
  }
}
