/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./wordpress/public/common/scss/next-style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.p-sticky-section {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(249, 189, 214, 0.9);
  padding: 0.85rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-sticky-section > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-sticky-section--sp .p-sticky-section__row {
  gap: 1rem;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
.p-sticky-section.is-hidden {
  display: none;
}
.p-sticky-section__container {
  width: 1055px;
  margin: 0 auto;
}
.p-sticky-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.p-sticky-section__cert {
  background-color: rgba(235, 31, 122, 0.5);
  border: 1px solid #fff;
  padding: 0.85rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.p-sticky-section-phone {
  text-decoration: none;
}
.p-sticky-section-phone__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.p-sticky-section-phone__icon {
  fill: #fb609e;
  width: 45px;
  height: auto;
}
.p-sticky-section-phone__icon-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.p-sticky-section-phone__number {
  color: #fb609e;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  border-bottom: 2px solid #841956;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}
.p-sticky-section-phone__desc {
  color: #841956;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  font-size: 0.8rem;
}
.p-sticky-section-phone__free {
  color: #841956;
  font-size: 0.8rem;
  border: 1px solid #841956;
  border-radius: 5px;
  font-weight: bold;
  padding: 2px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
  display: block;
}

.p-sticky-section-contact {
  background-color: #fb609e;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  gap: 0.5rem;
  -webkit-box-shadow: 3px 3px 0 #841956;
  box-shadow: 3px 3px 0 #841956;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-sticky-section-contact:hover {
  -webkit-box-shadow: 0 0 0 #841956;
  box-shadow: 0 0 0 #841956;
  opacity: 0.85;
}
.p-sticky-section-contact__icon {
  width: 30px;
  height: auto;
}
.p-sticky-section-contact__icon svg {
  fill: #fff;
}

.p-sticky-button {
  background-color: #fff;
  border: 2px solid #fb609e;
  -webkit-box-shadow: 2px 2px 0 #841956;
  box-shadow: 2px 2px 0 #841956;
  border-radius: 30px;
  color: #fb609e;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-decoration: none;
  overflow: hidden;
}
.p-sticky-button--reverse {
  background-color: #fb609e;
  color: #fff;
}
.p-sticky-button--reverse .p-sticky-button__icon {
  fill: #fff;
}
.p-sticky-button--reverse .p-sticky-button__arrow-col {
  background-color: #fff;
}
.p-sticky-button--reverse .p-sticky-button__arrow-col svg {
  fill: #fb609e;
}
.p-sticky-button__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
.p-sticky-button__label-col, .p-sticky-button__icon-col {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-sticky-button__icon-col {
  padding-left: 1.5rem;
}
.p-sticky-button__label {
  font-size: 3rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-sticky-button__label--sm {
  font-size: 2.5rem;
}
.p-sticky-button__icon-col {
  width: 15%;
}
.p-sticky-button__icon {
  width: 100%;
  height: auto;
  fill: #fb609e;
}
.p-sticky-button__arrow-col {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fb609e;
}
.p-sticky-button__arrow-col svg {
  fill: #fff;
}

/*# sourceMappingURL=next-style.css.map*/