@charset "UTF-8";
.common-tel-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box
}
.common-tel-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center
}
.common-tel-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}
.common-tel-modal__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92%;
  max-width: 950px;
  max-height: 90vh;
  overflow: hidden;
  text-align: center
}
.common-tel-modal__panel {
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  max-height: calc(90vh - 56px);
  overflow: hidden;
  background-color: #fff;
  border-radius: 60px;
  clip-path: inset(0 round 60px);
  box-sizing: border-box;
  font-family: "Noto Sans JP", Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif
}
.common-tel-modal__panel-scroll {
  max-height: calc(90vh - 56px);
  padding: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 transparent
}
.common-tel-modal__panel-scroll::-webkit-scrollbar {
  width: 8px
}
.common-tel-modal__panel-scroll::-webkit-scrollbar-track {
  background: 0 0
}
.common-tel-modal__panel-scroll::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 4px
}
.common-tel-modal__badge {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 50.5px 13px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  background-color: #f27c05;
  border-radius: 5px
}
.common-tel-modal__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10.5px 0 7px;
  border-color: #f27c05 transparent transparent transparent;
  transform: translateX(-50%)
}
.common-tel-modal__list {
  width: 337px;
  margin: 0 auto -5px;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 16px;
  line-height: 1.7
}
.common-tel-modal__list-item {
  text-align: left
}
.common-tel-modal__tel-number {
  margin: 0;
  color: #f27c05;
  font-size: 80px;
  font-family: Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  background-image: linear-gradient(90deg, #f27c05 0, #ffb405 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}
.common-tel-modal__tel-button-wrap {
  margin: 0 0 10px
}
.common-tel-modal__tel-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
  padding: 10px 25px 12px 20px;
  color: #fff;
  font-size: 24px;
  font-family: Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(90deg, #f27c05 0, #ffb405 100%);
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}
.common-tel-modal__tel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 13px;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translateY(-50%)
}
.common-tel-modal__tel-button:active, .common-tel-modal__tel-button:link, .common-tel-modal__tel-button:visited {
  color: #fff
}
.common-tel-modal__hours {
  margin: 0 0 20px;
  color: #555;
  font-size: 16px;
  line-height: 1.5
}
.common-tel-modal__caution {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  box-sizing: border-box
}
.common-tel-modal__caution-title {
  display: inline-block;
  margin: 0 0 11px;
  padding-left: 30px;
  color: #f27c05;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23f27c05'/%3E%3Ctext x='12' y='17' text-anchor='middle' fill='%23fff' font-size='16' font-weight='700' font-family='sans-serif'%3E!%3C/text%3E%3C/svg%3E") left center/26px 26px no-repeat
}
.common-tel-modal__caution-text {
  margin: 0 0 16px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  text-align: center
}
.common-tel-modal__support-wrap {
  margin: 0 0 6px
}
.common-tel-modal__support-button {
  position: relative;
  display: inline-block;
  min-width: 364px;
  padding: 10.5px 26px 12.5px 20px;
  color: #f27c05;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f27c05;
  border-radius: 999px;
  box-sizing: border-box;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease
}
.common-tel-modal__support-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 15px;
  background-color: #f27c05;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translateY(-50%);
  transition: background-color .3s ease
}
.common-tel-modal__support-button:active, .common-tel-modal__support-button:link, .common-tel-modal__support-button:visited {
  color: #f27c05;
  text-decoration: none
}
.common-tel-modal__support-button:hover {
  color: #fff;
  background-color: #f27c05;
  border-color: #f27c05;
  text-decoration: none
}
.common-tel-modal__support-button:hover::after {
  background-color: #fff
}
.common-tel-modal__support-hours {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.5
}
.common-tel-modal__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 31px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: opacity .3s ease
}
.common-tel-modal__close::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 2px, 2px 100%;
  transform: rotate(45deg)
}
.common-tel-modal__close:hover {
  opacity: .7
}