@charset "UTF-8";

html {
  scroll-behavior: auto !important;
}

body {
  background-color: #fffcfc;
  margin: 0;
  word-break: break-all;
  overflow-wrap: break-word;
}

.header_logo {
  width: 380px;
  height: 50px;
  margin: 0 0 0 10px;
  display: flex;
  object-fit: cover;
}

.header a {
  text-decoration: none;
  margin-top: 8px;
}

.header_top {
  float: left;
  height: 40px;
  width: 150px;
  background-color: #333333;
  color: #fffcfc;
  font-size: 18px;
  text-align: center;
  margin-right: 30px;
}

.header_top:hover {
  color: #fffccc !important;
}

.header_top p {
  margin-top: 5px;
}

.header ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 13px;
}

header {
  position: fixed;
  width: 100%;
  background-color: #6c7822;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1000;
}

section {
  padding-top: 0;
  padding-bottom: 40px;
}

footer {
  width: 100%;
  padding: 10px 0;
}

.footer {
  background-color: #6c7822;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo {
  width: 380px;
  height: 50px;
  object-fit: cover;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-link:hover {
  opacity: 0.8;
  color: #fff;
}

.footer-separator {
  color: #fff;
  margin: 0 15px;
}

@media (max-width: 640px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 8px;
  }

  .footer-separator {
    display: none;
  }
}

#search {
  padding-top: 100px;
  /* max-width: 1500px; */
}

.search_form {
  margin-left: 11%;
  margin-right: 11%;
  /* margin-top: 530px; */
  border: black solid 1px;
  padding: 47px;
}

.cationary_note_search {
  color: red;

}

.search_box_shop {
  margin: 0 auto;
}

.search_box_title {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
}

.bicycle_img {
  width: 200px;
  /* padding: 2px auto; */
}

.shop_img {
  padding: 0px 10px 2px 10px;
  width: 200px;
  margin: 5px 13px 5px 0px;
}

.form-check {
  margin-bottom: 16px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.form-check-input {
  margin-top: 8px;
}

.form-check .form-check-input {
  /* margin-left: -0.5em; */
  margin-top: 12px;
}

.search_form_btn {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.reset_btn {
  border: none;
  /* border: black solid 1px; */
  padding: 8px 14px 8px 14px;
  background-color: #212529;
  color: #fffcfc;
  text-decoration: none;
}

.reset_btn:hover {
  color: #fffccc !important;
}

.search_btn {
  border: none;
  /* border: black solid 1px; */
  padding: 7px 14px 6px 14px;
  background-color: #E3925F;
  color: #fffcfc;
  margin-left: 10px;
}

.search_results_title {
  font-weight: bold;
  font-size: 23px;
  padding-left:20px;
}

.search_results_list {
  margin: 0 10%;
}

.search_results_card {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

main {
  flex: 1;
  /* メインコンテンツが利用可能なスペースをすべて使うようにする */
}

.search_results_card .card_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  /* 画像の幅をカードの80%に設定 */
}

.card {
  border-radius: 0;
}

.card-title {
  font-size: 18px;
}

.card-text {
  margin-left: 10%;
  font-size: 16px;
}

/* topボタン */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 80px;
}

.pagetop a {
  display: block;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 25px 30px;
  filter: alpha(opacity=50);
}

.pagination a {
  color: #e3925f;
}

.pagination .active span {
  background-color: #e3925f;
  /* アクティブなページ番号の背景色をオレンジ色に設定 */
  border-color: #e3925f;
  /* ボーダー色もオレンジ色に設定 */
  color: #6c7822 !important;
}

.pagination .active {
  color: #fff;
}

.page-link {
  color: #6c7822 !important;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
}

/* ///////// ここからファーストビュー ///////// */

.first_view_img {
  margin-top: 30px;
  margin-left: -100px;
  margin-right: 30px;
  z-index: 100;
  width: 1080px;
  /*要素の幅指定*/
  height: 390px;
}

.first_view_img img {
  width: 109%;
}


.catch_copy {
  background-color: #e1e8c3;
  width: calc(100% - 1000px);
  height: 385px;
  color: #4a4b46;
  z-index: 200;
  margin-top: 155px;
  margin-left: 324px;
}

.catch_copy h1 {
  font-size: 46px;
  font-weight: bold;
  padding-top: 35px;
  line-height: 1.6;
}

.catch_copy p {
  font-size: 18px;
  padding-bottom: 35px;
  line-height: 1.8;
}

.first_view_txt {
  width: calc(100% - 60px);
  padding-left: 65px;
}

.first_view_orange {
  width: calc(50vw + 400px);
  background-color: #E3925F;
  /* width: 80%; */
  height: 430px;
  z-index: 50;
  margin-top: -320px;
}

.first_view {
  padding-top: 70px;
  display: flex;
}

/* ///////// ここまでファーストビュー ///////// */

.item-image {
  padding-top: 62.5%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 20px auto 20px;
}

.item-image img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 2500px) {
  .header_logo {
    margin-left: 295px;
  }

  .header_top {
    margin-right: 323px;
  }

  .catch_copy {
    padding-left: 0px;
    width: 680px;
    height: 368px;
    margin-left: 604px;
  }

  .catch_copy h1 {
    font-size: 42px;
  }

  .catch_copy p {
    font-size: 18px;
  }

  .first_view_txt {
    padding-left: 44px;
  }

  .first_view_img {
    margin-top: 110px;
    margin-right: 179px;
    margin-left: -298px;
  }

  .first_view_img img {
    width: 80%;
  }

  .first_view_orange {
    height: 467px;
  }
}

@media (max-width: 2500px) {
  .header_logo {
    margin-left: 232px;
  }

  .header_top {
    margin-right: 265px;
  }

  .catch_copy {
    padding-left: 0px;
    width: 680px;
    height: 368px;
    margin-left: 604px;
  }

  .catch_copy h1 {
    font-size: 42px;
  }

  .catch_copy p {
    font-size: 18px;
  }

  .first_view_txt {
    padding-left: 44px;
  }

  .first_view_img {
    margin-top: 110px;
    margin-right: 179px;
    margin-left: -298px;
  }

  .first_view_img img {
    width: 80%;
  }

  .first_view_orange {
    height: 467px;
  }
}

@media (max-width: 2350px) {
  .catch_copy {
    margin-left: 477px;
  }
}

@media (max-width: 2190px) {
  .header_logo {
    margin-left: 201px;
  }

  .header_top {
    margin-right: 236px;
  }

  .catch_copy {
    margin-left: 371px;
  }
}

@media (max-width: 2072px) {
  .catch_copy {
    margin-left: 306px;
  }
}

@media (max-width: 1996px) {
  .catch_copy {
    margin-left: 252px;
  }
}

@media (max-width: 1940px) {
  .catch_copy {
    margin-left: 225px;
  }
}

@media (max-width: 1836px) {
  .header_logo {
    margin-left: 164px;
  }

  .header_top {
    margin-right: 194px;
  }

}

@media (max-width: 1750px) {
  .catch_copy {
    padding-left: 0px;
    width: 824px;
    height: 368px;
  }

  .catch_copy h1 {
    font-size: 42px;
  }

  .catch_copy p {
    font-size: 18px;
  }

  .first_view_txt {
    padding-left: 44px;
  }

  .first_view_img {
    margin-top: 110px;
    margin-right: 179px;
  }

  .first_view_orange {
    height: 400px;
  }

}

@media (max-width: 1646px) {
  .catch_copy {
    padding-left: 0px;
    width: 824px;
    height: 368px;
  }

  .catch_copy h1 {
    font-size: 42px;
  }

  .catch_copy p {
    font-size: 18px;
  }

  .first_view_txt {
    padding-left: 44px;
  }

  .first_view_img {

    margin-top: 110px;
    margin-right: 179px;
  }

  .header_logo {
    margin-left: 146px;
  }

  .header_top {
    margin-right: 185px;
  }
}


@media (max-width: 1556px) {
  .catch_copy {
    padding-left: 0px;
    width: 824px;
    height: 368px;
  }

  .catch_copy h1 {
    font-size: 42px;
  }

  .catch_copy p {
    font-size: 18px;
  }

  .first_view_txt {
    padding-left: 44px;
  }

  .first_view_img {

    margin-top: 110px;
    margin-right: 179px;
  }
}

@media (max-width: 1506px) {
  .header_logo {
    margin-left: 124px;
  }

  .header_top {
    margin-right: 163px;
  }

  .catch_copy {
    padding-left: 0px;
    width: 824px;
    height: 368px;
  }

  .catch_copy h1 {
    font-size: 42px;
  }

  .catch_copy p {
    font-size: 18px;
  }

  .first_view_txt {
    padding-left: 44px;
  }

  .first_view_img {
    margin-top: 110px;
    margin-right: 179px;
  }

}

@media (max-width: 1423px) {
  .catch_copy {
    width: 830px;
    height: 323px;
  }

  .catch_copy h1 {
    font-size: 36px;
  }

  .catch_copy p {
    font-size: 15px;
  }

  .first_view_orange {
    height: 342px;
  }

  .header_logo {
    margin-left: 121px;
  }

  .header_top {
    margin-right: 158px;
  }
}

@media (max-width: 1293px) {
  .header_logo {
    margin-left: 100px;
  }

  .header_top {
    margin-right: 137px;
  }


  .first_view_txt {
    padding-left: 30px;
  }

  .catch_copy {
    width: 839px;
    margin-left: 181px;
    margin-top: 273px;
  }

  .first_view_orange {
    height: 317px;
  }
}

@media (max-width: 1230px) {
  .catch_copy {
    height: 317px;
    width: 1080px;
    margin-left: 150px;
    margin-top: 319px;
  }

  .catch_copy h1 {
    font-size: 36px;
    padding-left: 40px;
  }

  .catch_copy p {
    font-size: 14px;
    padding-left: 40px;
  }

  .first_view_img {
    width: 130%;
  }
}

@media (max-width: 1197px) {
  .catch_copy {
    width: 1300px;
  }

  .header_top {
    margin-right: 133px;
  }

  .header_logo {
    margin-left: 91px;
  }
}

@media (max-width: 1104px) {
  .first_view_img {
    width: 158%;
  }
}

@media (max-width: 1035px) {
  .first_view_orange {
    height: 288px;
    margin-top: -325px;
  }

  .catch_copy {
    width: 1400px;
    margin-inline-start: 130px;
  }

  .first_view_img {
    margin-right: 119px;
  }
}

@media (max-width: 987px) {
  .catch_copy {
    margin-left: 118px;
    width: 1500px;
  }

  .first_view_img {
    width: 195%;
  }

  .header_top {
    margin-right: 105px;
  }

  .header_logo {
    margin-left: 69px;
  }


}

@media (max-width: 895px) {
  .catch_copy {
    height: 290px;
    width: 1250px;
    margin-top: 260px;
    margin-left: 108px;
  }

  .catch_copy h1 {
    font-size: 32px;
  }

  .catch_copy p {
    font-size: 12px;
  }

  .first_view_img {
    margin-top: 58px;
    margin-right: 107px;
  }

  .first_view_img {
    width: 200%;
  }
}

@media (max-width: 800px) {
  .first_view_img {
    width: 261%;
  }

  .catch_copy {
    width: 1600px;
    margin-top: 215px;
  }

  .header_top {
    margin-right: 86px;
  }

  .header_logo {
    margin-left: 53px;
  }




  .first_view_orange {
    width: 90%;
  }


}

@media (max-width: 752px) {
  .catch_copy {
    width: 1730px;
    margin-top: 215px;
  }

  .first_view_img {
    width: 261%;
  }
}

/* @media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
} */

@media (max-width: 716px) {
  .catch_copy {
    width: 2018px;
  }

  .first_view_img {
    margin-right: 83px;
  }

  .first_view_img {
    width: 355%;
  }

  .first_view_orange {
    height: 262px;
    margin-top: -310px;
    width: 87%;
  }

  .header_top {
    margin-right: 73px;
  }

  .header_logo {
    margin-left: 36px;
    width: 300px;
    height: 30px;
  }

  .header a {
    text-decoration: none;
    margin-top: 0;
  }

  .first_view_txt {
    width: calc(100% - 20px);
    padding-left: 65px;
  }

}

@media (max-width: 645px) {
  .catch_copy {
    margin-left: 65px;
  }


  .catch_copy h1 {
    font-size: 28px;
    padding-left: 30px;
  }

  .catch_copy p {
    padding-left: 30px;
  }

  .first_view_img {
    width: 380%;
  }

}

@media (max-width: 619px) {
  .catch_copy {
    width: 1972px;
    margin-left: 70px;
  }

  .first_view_orange {
    height: 279px;
    margin-top: -326px;
    width: 87%;
  }

  header {
    /* height: 50px; */
  }


  .header_logo {
    width: 230px;
    height: 25px;
    margin-left: 25px;
  }

  .header_top {
    height: 26px;
    width: 50px;
    font-size: 13px;
    margin-right: 62px;
  }
}

@media (max-width: 591px) {
  .catch_copy {
    width: 2400px;
    margin-top: 223px;
  }

  .first_view_img {
    width: 440%;
    margin-top: 66px;
  }

  .first_view_orange {
    height: 290px;
    margin-top: -476px;
    width: 100%;
    margin-bottom: 80px;
  }
}

@media (max-width: 545px) {
  .catch_copy {
    width: 2500px;
    height: 257px;
    margin-top: 243px;
  }
}

@media (max-width: 530px) {
  .catch_copy {
    margin-left: 52px;
  }

  .search_results_list {
    margin: 0px 9%;
  }

  .first_view_img {
    width: 500%;
    margin-right: 67px;
  }

}

@media (max-width: 518px) {
  .catch_copy {
    height: 220px;
    margin-left: 70px;
  }

  .catch_copy h1 {
    font-size: 24px;
    padding-left: 30px;
  }

  .catch_copy p {
    padding-left: 30px;
    font-size: 10px;
  }

  .first_view_img {
    margin-right: 54px;
  }

  .first_view_img {
    width: 580%;
  }

  .first_view_orange {
    margin-top: -426px;
    height: 300px;
  }

  #search {
    padding-top: 40px;
  }
}

@media (max-width: 481px) {
  .catch_copy {
    margin-top: 232px;
  }

  .catch_copy h1 {
    padding-left: 30px;
  }

  .catch_copy p {
    padding-left: 30px;
  }
}

@media (max-width: 481px) {
  .catch_copy {
    margin-top: 208px;
    margin-left: 49px;
  }

  .header_logo {
    margin-left: 15px;
  }

  .header_top {
    margin-right: 51px;
  }

  .first_view_img {
    margin-top: 44px;
  }
}

@media (max-width: 432px) {
  .catch_copy {
    margin-top: 218px;
    margin-left: 25px;
    width: 1180px;
  }

  .catch_copy h1 {
    padding-left: 20px;
  }

  .catch_copy p {
    padding-left: 20px;
  }

  .shop_img {
    padding: 0px 5px 2px 5px;
    width: 150px;
  }

  input[type=checkbox] {
    transform: scale(1.4);
    margin-left: 0px;
  }

  .search_form {
    margin-left: 3%;
    margin-right: 3%;
  }

  .form-check-input {
    margin-top: 8px;
  }

  .form-check .form-check-input {
    /* margin-left: -0.5em; */
    margin-top: 10px;
  }

  .first_view_img {
    margin-right: 22px;
    width: 352%;
  }

  .header_logo {
    margin-left: -20px;
  }

  .header_top {
    margin-right: 15px;
  }
}


@media (max-width: 406px) {
  .catch_copy {
    margin-top: 193px;
    width: 1485px;
  }

  .shop_img {
    padding: 0px 5px 2px 5px;
    width: 150px;
    margin-left: 5px;
  }

  input[type=checkbox] {
    transform: scale(1.4);
    margin-left: 0px;
  }

  .search_form {
    margin-left: 3%;
    margin-right: 3%;
  }

  .footer_logo {
    width: 280px;
    height: 35px;
  }

  .search_results_list {
    margin: 0px 0%;
  }

  .search_form {
    margin-left: 20px;
    margin-right: 20px;
    padding: 22px;
  }

  .search_results_card {
    padding-left: 20px;
    padding-right: 20px;
  }


  .first_view_img {
    margin-right: 22px;
    width: 420%;
  }

  .header_logo {
    margin-left: -13px;
  }

  .header_top {
    margin-right: 22px;
  }

}

@media (max-width: 356px) {
  .catch_copy {
    margin-top: 179px;
    margin-left: 15px;
    width: 1400px;
  }

  .catch_copy h1 {
    padding-left: 20px;
  }

  .catch_copy p {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .first_view_img {
    width: 456%;
    margin-top: 21px;
  }
}












/* ######## serch_detail.html ####### */

.inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* レイアウトのためのスタイル */
.detail_card {
  padding-top: 40px;
  padding-bottom: 30px;
}

.detail_card_body {
  border: solid 1px;
  padding: 20px;
}

.contact_btn {
  display: flex;
  justify-content: space-between;
  width: 345px;
  margin: 0 auto 30px auto;
}

.contact_btn a {
  width: 47%;
  display: block;
  text-decoration: none;
}

.back_btn,
.tel_btn {
  text-align: center;
  padding: 11px 26px 11px 26px;
  width: 100%;
  color: #fffcfc;
}

.back_btn {
  background-color: #747b83;
}

.tel_btn {
  background-color: #df975b;
}

@media (min-width: 768px) {
  .contact_btn {
    display: flex;
    justify-content: space-between;
    width: 345px;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 768px) {
  .contact_btn {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 300px;
  }

  .contact_btn a {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact_btn a:last-child {
    margin-bottom: 0;
  }

}

.contact_btn .text-decoration-none {
  width: 47%;
  display: block;
}

@media (max-width: 768px) {
  .contact_btn .text-decoration-none {
    width: 100%;
    display: block;
  }
}

.back_btn,
.tel_btn {
  text-align: center;
  padding: 11px 26px 11px 26px;
}

.back_btn {
  background-color: #747b83;
  width: 100%;
}

.tel_btn {
  background-color: #df975b;
}

.back_btn a,
.tel_btn a {
  text-decoration: none;
  color: #fffcfc;
}

#search_detail {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 100px
}

.wrapper {
  flex: 1;
  margin: 0;
}














.swiper {
  width: 100%;
  /* padding-top: 160px; */
  margin: 0 auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-main-slide {
  display: block;
  overflow: hidden;
  margin: 0;
}

.slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.swiper-main-slide .slide-media img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-main .swiper-slide img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-thumbnail .thumb-media {
  padding-top: 75%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.slider-thumbnail .thumb-media img {
  height: calc(100% + 8px);
  transform: translateY(-8px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.detail_card {
  margin-bottom: 30px;
}

.detail_card_title {
  font-size: 20px;
  margin-top: 50px;
}

.detail_card-text {
  line-height: 2.6;
  margin-left: 30px;
  font-size: 16px;
}

.swiper-main {
  /* padding-top: 150px */
}

.slider-thumbnail {
  padding-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fcfcfc;
  background-color: gray;
  margin-top: 52px;
  opacity: 70%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 25px;
}

.swiper-button-prev {
  left: 5px;
  /* 左の矢印をコンテナの左端からさらに離す */
}

.swiper-button-next {
  right: 5px;
  /* 右の矢印をコンテナの右端からさらに離す */
}

@media (min-width: 2800px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    /* 矢印の幅を調整 */
    height: 73px;
    /* 矢印の高さを調整 */
  }
}

@media (max-width: 2800px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    /* 矢印の幅を調整 */
    height: 73px;
    /* 矢印の高さを調整 */
  }

}

@media (max-width: 1350px) {

  .swiper-button-prev,
  .swiper-button-next {
    /* width: 27px; */
    width: 40px;
    /* 矢印の幅を調整 */
    /* height: 44px; */
    height: 44px;
    /* 矢印の高さを調整 */
  }
}

@media (max-width: 1000px) {

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 10px;
  }


  .swiper-button-prev,
  .swiper-button-next {
    /* width: 18px; */
    width: 40px;
    /* 矢印の幅を調整 */
    /* height: 29px; */
    height: 40px;
    /* 矢印の高さを調整 */
  }
}

@media (max-width: 640px) {

  .swiper-button-prev,
  .swiper-button-next {
    /* margin-top: 34px; */
    margin-top: -20px;
  }

  /* .swiper-main {
    padding-top: 100px;
  } */

  .pagetop {
    right: 20px;
  }

  .pagetop a {
    font-size: 14px;
    padding: 15px 25px;
    filter: alpha(opacity=50);
  }
}

/* @media (max-width: 597px) {
  .swiper {
    max-width: 440px;
  }
} */

@media (max-width: 554px) {

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 10px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    /* width: 12px; */
    width: 35px;
    /* 矢印の幅を調整 */
    /* height: 29px; */
    height: 35px;
    /* 矢印の高さを調整 */
  }
}

@media (max-width: 432px) {

  .detail_card-text {
    margin-left: 0px;
  }

  .contact_btn {
    width: 306px;
  }

  .back_btn,
  .tel_btn {
    font-size: 14px;
    padding: 9px 20px 6px 20px;
  }
}

@media (max-width: 345px) {

  .contact_btn {
    width: 293px;
  }

  .back_btn {
    margin-right: 12px;
  }

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

/* ------------stripe------------ */

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#card-element {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
}

#card-errors {
  color: #dc3545;
  margin-top: 10px;
}

button {
  background: #3490dc;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}

button:disabled {
  background: #6c757d;
}

.success-message {
  color: #28a745;
  margin-top: 15px;
  font-weight: bold;
}
