@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
.lead {
  color: #f00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 769px) {
  .lead {
    font-size: 3.5rem;
    line-height: 1.3;
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .lead {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 15px 0 10px 0;
  }
}
.lead .ul {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .cause_wrap {
    display: table;
    border-spacing: 20px 0;
  }
}
@media (min-width: 769px) {
  .cause_wrap .cause {
    border: 4px solid #000;
    display: table-cell;
    padding: 12px 0 15px 0;
    width: 500px;
  }
}
@media (max-width: 768px) {
  .cause_wrap .cause {
    border: 2px solid #000;
    padding: 10px 8px 15px 8px;
    margin: 0 15px 10px 15px;
  }
}
.cause_wrap .cause dt {
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cause_wrap .cause dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .cause_wrap .cause dt {
    font-size: 1.6rem;
  }
}
.cause_wrap .cause dd {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .cause_wrap .cause dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cause_wrap .cause dd {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.cause_wrap .cause dd .red {
  color: #f00;
}

@media (min-width: 769px) {
  .cost {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cost {
    margin-top: 20px;
  }
}
.cost .cost_title {
  text-align: center;
}
@media (min-width: 769px) {
  .cost .cost_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cost .cost_title {
    margin-bottom: 15px;
  }
}
.cost .cost_title span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
}
@media (min-width: 769px) {
  .cost .cost_title span {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .cost .cost_title span {
    font-size: 2rem;
  }
}
.cost .cost_title span::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  content: "";
  background: #fff100;
}
@media (min-width: 769px) {
  .cost .cost_title span::after {
    height: 15px;
  }
}
@media (max-width: 768px) {
  .cost .cost_title span::after {
    height: 10px;
  }
}
.cost .cost_detail {
  background: #f5f5f5;
}
@media (min-width: 769px) {
  .cost .cost_detail {
    width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cost .cost_detail {
    padding: 15px;
    margin: 0 15px;
  }
}
.cost .cost_detail .cost_detail_wrap {
  background: #fff;
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap {
    display: table;
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cost .cost_detail .cost_detail_wrap {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text {
    display: table-cell;
    vertical-align: top;
  }
}
.cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_title {
  border-left: 10px solid #f5c24d;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_time {
  position: relative;
  display: flex;
  line-height: 1;
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_time {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_time {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_time::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: -3px;
  content: "";
  background: url(../img/detail_time_67-022.svg) no-repeat;
  background-size: 18px auto;
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_time::before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
.cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_price {
  position: relative;
  display: flex;
  line-height: 1;
}
@media (max-width: 768px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_price {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_price::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: -3px;
  content: "";
  background: url(../img/detail_price_67-022.svg) no-repeat;
  background-size: 18px auto;
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_text .detail_price::before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
@media (min-width: 769px) {
  .cost .cost_detail .cost_detail_wrap .cost_detail_photo {
    display: table-cell;
    width: 160px;
  }
}

@media (min-width: 769px) {
  .reservation {
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .reservation {
    margin: 20px 15px 30px 15px;
  }
}
.reservation .button {
  text-align: center;
}
@media (min-width: 769px) {
  .reservation .button {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .reservation .button {
    margin-bottom: 10px;
  }
}
.reservation .button a {
  margin: 0 auto;
}
.reservation .note {
  border: 1px solid #000;
}
@media (min-width: 769px) {
  .reservation .note {
    width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .reservation .note {
    line-height: 1.5;
    font-size: 1.3rem;
    padding: 10px;
  }
}
.reservation .note .note_title {
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 769px) {
  .reservation .note .note_title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .reservation .note .note_title {
    font-size: 1.5rem;
  }
}
.reservation .note .note_strong {
  font-weight: 700;
}
@media (min-width: 769px) {
  .reservation .note .note_content {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .reservation .note .note_content {
    padding-top: 5px;
  }
}

.ulti-batteryHead__title {
  color: #fabe00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 769px) {
  .ulti-batteryHead__title {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .ulti-batteryHead__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/**START fixedNav**/
@media (min-width: 769px) {
  .fixedNav {
    display: block;
  }
}
@media (max-width: 768px) {
  .fixedNav {
    display: none;
  }
}
.fixedNav .fixedNav__checkbox {
  display: none;
}
.fixedNav .fixedNav__switch {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 10;
  display: flex;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-out;
}
.fixedNav .fixedNav__switch .fixedNav__close {
  position: relative;
  width: 30px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
.fixedNav .fixedNav__switch .fixedNav__main {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background: #fa4e00;
  transition: background-color 0.4s ease-out;
}
.fixedNav .fixedNav__switch .fixedNav__main .fixedNav__icon {
  width: 60px;
  margin-right: 15px;
}
.fixedNav .fixedNav__switch .fixedNav__main .fixedNav__text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.fixedNav .fixedNav__switch .fixedNav__main:hover {
  background: #fc5f16;
}

/**END fixedNav**/
/**START floatingBubble_1&floatingCommon_2**/
@media (min-width: 769px) {
  .floatingBubble_1 {
    display: none;
  }
}

@media (min-width: 769px) {
  .floatingCommon_2 {
    display: none;
  }
}

.floatingBubble_1 {
  position: fixed;
  bottom: 53px;
  left: 10px;
  z-index: 11;
  width: auto;
  padding: 8px 10px;
  color: red;
  background: #ff0;
  border-radius: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.floatingBubble_1::before {
  position: absolute;
  top: 90%;
  left: 25%;
  margin-left: -18px;
  content: "";
  border-color: #ff0 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.floatingCommon__grid_2 {
  background: #000;
  padding: 8px 15px;
}

.floatingCommon_2 {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
}

.floatingCommon__gridItem_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  padding: 8px;
  background: #e60012;
  border-radius: 0;
}

.floatingCommon__gridItem-w100p_2 {
  width: 100%;
}

.floatingCommon__gridItem_2::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border-top: 3px solid #fff100;
  border-right: 3px solid #fff100;
  transform: rotate(45deg);
}

.floatingCommon__body-icon_2 {
  padding-left: 24px;
}

.floatingCommon__body_2 {
  position: relative;
}

.floatingCommon__icon_2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  margin-top: -14px;
}

.floatingCommon__slogan_2 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.4;
  color: #fff100;
}

/**END floatingBubble_1&floatingCommon_2**/
/**********アコーディオン**********/
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.summary_inner::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  background-image: url("../img/icon_arrow_67-022.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  /* アコーディオンが閉じる時にアイコンをアニメーションさせます */
  animation: 0.4s close-animation;
}

@keyframes close-animation {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* アコーディオンが開いた時にアイコンをアニメーションさせます */
details[open] .summary_inner::after {
  animation: 0.4s open-animation forwards;
}

@keyframes open-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}/*# sourceMappingURL=index.css.map */