@charset "utf-8";

body {
  font-family: 'Inter', sans-serif !important;
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 600px) {
  body {
    min-width: inherit;
    height: 100%;
  }

  body .sp-item {
    display: block !important;
  }

  body .pc-item {
    display: none !important;
  }

  body .sp-item img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sp img {
    max-width: 90%;
  }

  .sp02 img {
    max-width: 100%;
  }

  .sp03 img {
    max-width: 70%;
  }
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ov_hd {
  overflow: hidden;
}

.bg_none {
  background-image: none !important;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line_0 {
  line-height: 0;
}

.zindex {
  z-index: 200;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}

.bd_red {
  border-bottom: 1px solid #FF0004;
  padding-bottom: 2px;
}

.bd_red02 {
  border-bottom: 3px solid #FF0004;
  padding-bottom: 0px;
}

.red {
  color: #ff0000;
}

.yellow {
  background-color: #ffff00;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
  line-height: 150%;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font27 {
  font-size: 27px !important;
}

.font28 {
  font-size: 28px !important;
}

.font29 {
  font-size: 29px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.clear {
  clear: both;
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


.header {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;

}

.header img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .header {
    width: 100%;
    max-width: none;
  }

  .header img {
    width: 100%;
    max-width: 100%;
  }
}


.first-view {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.first-view img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}


.sec01 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.sec01 img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .sec01 {
    width: 90%;
    max-width: none;
    padding: 0 5%;
  }

  .sec01 img {
    width: 100%;
    max-width: 100%;
  }
}


.sec0101 {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 50px auto;
  background-color: #fce1b5;
  position: relative;
}

.container {
  padding: 40px 50px;
}

.title {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
  padding: 20px 0 0;
}

.title span {
  color: #ff7f27;
  font-weight: bold;
  font-size: 50px;
}

.benefit-box {
  background-color: #fff;
  padding: 25px 0px 25px;
  border-radius: 10px;
  margin: 10px 20px 30px;
  text-align: center;
  border: 3px solid #ffd599;
}

.benefit-title {
  font-size: 45px;
  font-weight: bold;
  color: #ff7f27;
  margin-bottom: 10px;
  line-height: 1.0;
}

.benefit-btn {
  display: inline-block;
  background-color: #ff7f27;
  color: #fff;
  padding: 10px 30px;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 7px;
}

.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.price-old {
  font-size: 36px;
  color: #999;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 4px;
  display: block;
  line-height: 0.5;
  padding-bottom: 20px;
}

.price-new {
  display: flex;
  font-weight: 900;
  align-items: baseline;
  font-size: 60px;
  color: #000;
}

.price-new span.yen {
  font-size: 22px;
  font-weight: bold;
}

.arrow {
  font-size: 36px;
  font-weight: bold;
  color: #ff7f27;
  margin-right: 10px;
}

.cashback-box {
  background-color: #ff7f27;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  width: 80%;
  margin-bottom: 10px;
  line-height: 1.1;
}

.cashback-text {
  font-size: 0px;
  font-weight: 900;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.cashback-text .cost {
  font-size: 32px;
  font-weight: 600;
}

.cashback-text span {
  display: inline;
}

.cashback-text .from {
  font-size: 22px;
}

.cashback-text .cashback {
  font-size: 36px;
  font-weight: 900;
}

.note {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .sec0101 {
    padding: 30px 0px;
  }

  .container {
    padding: 20px 10px;
  }

  .title {
    font-size: 30px;
  }

  .title span {
    font-size: 50px;
    font-weight: 700;
  }

  .benefit-box {
    padding: 25px 5px;
    margin: 10px 10px 20px;
  }

  .benefit-title {
    font-size: 45px;
  }

  .benefit-btn {
    padding: 8px 20px;
    font-size: 40px;
  }

  .price-old {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .price-new {
    font-size: 65px;
    font-weight: 900;
  }

  .price-new span.yen {
    font-size: 18px;
  }

  .arrow {
    font-size: 50px;
  }

  .cashback-box {
    padding: 10px;
    font-size: 34px;
  }

  .cashback-text .cost {
    font-size: 40px;
  }

  .cashback-text .from {
    font-size: 25px;
  }

  .cashback-text .cashback {
    font-size: 40px;
    font-weight: 900;
  }

  .note {
    font-size: 14px;
  }
}


.sec010 {
  max-width: 600px;
  width: 90%;
  text-align: center;
  margin: -40px auto -110px;
  z-index: 2;
  position: relative;
  padding: 20px 0;
}

.sec010 img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}


.cta {

  background-color: #fce1b5;
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.cta a {
  display: inline-block;
  text-decoration: none;
}

.cta img {
  width: 70%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 5px auto;
}


.cta01 {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.cta01 a {
  display: inline-block;
  text-decoration: none;
}

.cta01 img {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 5px auto;
}


@media screen and (max-width: 768px) {
  .cta01 {
    width: 95%;
    max-width: 100%;
  }

  .cta01 img {
    width: 100%;
    max-width: 100%;
  }
}


.sec01 {

  margin: 0 auto;
  text-align: center;
}

.sec01 img {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0px 20px 0px
}


.sec02 {
  max-width: 600px;
  width: 100%;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin: 20px auto;
  padding: 20px 0 0;
}

.highlight {
  font-size: 30px;
  font-weight: bold;
  color: #ff7f27;
  display: inline-block;
  position: relative;

  line-height: 1.0;
}

.highlight span {
  background: linear-gradient(transparent 50%, yellow 50%);
  padding: 5px 10px;
}

.subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 50%, yellow 50%);
  padding: 5px 10px;
  margin-bottom: 20px;
}

.arrow {
  width: 50px;
  height: auto;
  display: block;
  margin: 10px auto 0;
}


.sec03 {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.sec03 img {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0px 20px 0px;
}

@media screen and (max-width: 640px) {
  .sec03 {
    width: 100%;
    padding: 10px 0;
  }

  .sec03 img {
    width: 95%;
    padding: 5px 0 15px;
  }
}

.sec04 {
  max-width: 600px;
  width: 100%;
  background-color: #ff7f00;
  text-align: center;
  padding: 15px 0;
  margin: 20px auto;
}

.shadow-text {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


.slider-wrapper {
  position: relative;
}

.slider-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .slider-container {
    width: 100%;
  }

  .prev,
  .next {
    width: 40px;
    height: 40px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
}


.sec06 {
  text-align: center;
  margin: 20px 0;
}

.sec06 p {
  font-size: 32px;
  font-weight: bold;
  color: #ff7f00;
  margin-bottom: 30px;
}

.big-number {
  font-size: 48px;
}

.sec06 img {
  width: 80%;
  max-width: 600px;
  margin: -20px 0 0 0;
  height: auto;
}

.slider-container-results {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-results {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-results {
  flex: 0 0 100%;
  padding: 0 10%;
  box-sizing: border-box;
}

.slide-results img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.prev-results,
.next-results {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
}

.prev-results {
  left: 10px;
}

.next-results {
  right: 10px;
}

@media (max-width: 768px) {
  .slider-container-results {
    width: 100%;
  }

  .prev-results,
  .next-results {
    width: 40px;
    height: 40px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
}

.sec08 {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.sec08 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}

@media screen and (min-width: 600px) {
  .sec08 {
    width: 600px;
  }
}

.sec09 {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.sec09 .text-blue {
  font-size: 27px;
  font-weight: bold;
  color: #122a51;
  margin: 0 auto 0px;
}

.sec09 .text-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

@media screen and (min-width: 600px) {
  .sec09 {
    width: 600px;
  }

  .sec09 .text-blue {
    font-size: 27px;

  }

  .sec09 .text-image {
    max-width: 70%;
    margin: 0 auto 40px;
  }
}

.sec10 {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.sec10 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}

@media screen and (min-width: 600px) {
  .sec10 {
    width: 600px;
  }
}

.sec11 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.sec11 .text-bold {
  font-size: 24px;
  font-weight: bold;
  color: #122a51;
}

@media screen and (min-width: 600px) {
  .sec11 {
    width: 600px;
  }

  .sec11 .text-bold {
    font-size: 32px;
  }
}

.sec12 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .sec12 {
    width: 600px;
  }
}

.sec13 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
  text-align: center;
  background-color: #ff9331;
  padding: 10px 0;

}

.sec13 .text-white {
  font-size: 50px;
  font-weight: 900;
  color: white;
}

.sec13 .text-black.bold {
  font-size: 55px;
  font-weight: 900;
  color: #333;
}

.sec13 p {
  font-size: 45px;
  font-weight: 600;
  color: #333;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .sec13 {
    width: 600px;
    padding: 5px 0;
  }

  .sec13 .text-white {
    font-size: 60px;
  }

  .sec13 .text-black.bold {
    font-size: 55px;
  }

  .sec13 p {
    font-size: 45px;
  }
}


.sec14 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.point-box {
  background-color: #2182AD;
  padding: 20px 10px;
}

.point-box img {
  width: auto;
  max-width: 60%;
  height: auto;
}

.text-white {
  color: white;
  font-weight: bold;
}

.text-large {
  font-size: 30px;
  margin-top: 10px;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.description {
  background-color: #2182AD;
  color: white;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 10px;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .sec14 {
    width: 600px;
  }

  .point-box {
    padding: 20px 0;
  }

  .text-large {
    font-size: 45px;
  }

  .description {
    font-size: 30px;
    padding: 20px 0;
  }
}

.sec15 {
  width: 600px;
  margin: 10px auto 10px;
  text-align: center;
  padding: 20px 0;
}

.point15-box {
  margin-bottom: 20px;
}

.point15-box img {
  width: auto;
  max-width: 60%;
  height: auto;
}

.point15-title {
  font-size: 45px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.image15-box img {
  width: 100%;
  height: auto;
  display: block;
}

.description15 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .sec15 {
    width: 90%;
    margin: 0px auto;
  }

  .point15-title {
    font-size: 35px;
  }

  .description15 {
    font-size: 25px;
  }
}

.sec16 {
  width: 600px;
  background-color: #2182AD;
  margin: 50px auto;
  text-align: center;
  padding: 20px 0;
}

.point16-box {
  margin-bottom: 20px;
}

.point16-box img {
  width: auto;
  max-width: 60%;
  height: auto;
}

.point16-title {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  background-color: #2182AD;
  margin-bottom: 20px;
  line-height: 1.4;
}


.image16-box img {
  width: 100%;
  height: auto;
  display: block;
}

.description16 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  background-color: #2182AD;
  padding: 0px 10px;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .sec16 {
    width: 100%;
    margin: 0px auto;
  }

  .point16-title {
    font-size: 35px;
  }

  .description16 {
    font-size: 25px;
  }
}

.sec17 {
  width: 600px;
  max-width: 90%;
  margin: 50px auto 30px;
  text-align: center;
}

.check-image img {
  width: auto;
  max-width: 50%;
  height: auto;
  transform: rotate(-5deg);
  display: block;
  margin: 0 auto 20px;
}

.check-text {
  font-size: 38px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  line-height: 1.3;
}

.check-text .highlight {
  color: #FF7D01;
  font-weight: bold;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.cta-button {
  display: block;
  width: 80%;
  max-width: 400px;
  background-color: #FF9331;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;

}

.arrow-image img {
  width: 50px;
  height: auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .check-text {
    font-size: 38px;
  }

  .cta-button {
    font-size: 36px;
    font-weight: 600;
    width: 90%;
    padding: 20px 0;
  }

  .arrow-image img {
    width: 30px;
  }
}


.sec18 {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
  text-align: center;
  padding: 20px 0;
}

.review-title {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}

.review-title .highlight {
  color: #ff7f27;
  font-weight: bold;
}

.highlight {
  font-size: 40px;
}


.review-image img {
  width: 250px;
  height: auto;
  display: block;
  margin: 15px auto 0px;
}

.review-box {
  width: 90%;
  max-width: 550px;
  margin: 0px auto;
  padding: 15px 30px;
  background: #fff;
}

.review-box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .review-title {
    font-size: 35px;
  }

  .review-image img {
    width: 140px;
  }

  .review-box {
    width: 90%;
    padding: 15px;
  }
}

.sec19 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #ff7f00;
  text-align: center;
  padding: 10px 0;
}

.sec19 p {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.sec19 .text-white {
  color: #fff;
  font-weight: 900;
}

.sec19 .text-black {
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec19 {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }

  .sec19 p {
    font-size: 35px;
    font-weight: 600;
  }
}


.sec20 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.sec20 .number img {
  width: 100px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sec20 .title-box {
  background-color: #EFA54E;
  padding: 15px;
  font-size: 33px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
}

.sec20 .image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sec20 .description {
  background-color: #F6F0E2;
  padding: 20px;
  font-size: 27px;
  line-height: 1.8;
  text-align: center;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .sec20 .title-box {
    font-size: 25px;
  }

  .sec20 .description {
    font-size: 23px;
  }
}

.sec21 {
  width: 90%;
  max-width: 540px;
  margin: 40px auto 40px;
  text-align: center;
  background-color: #ff7f00;
  padding: 15px 0;
  border-radius: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec22 {
    width: 90%;
  }

  .section-title {
    font-size: 28px;
  }
}

.sec22 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.step-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;

}

.step-image {
  width: 90%;
  height: auto;
  margin-right: 10px;
}

.step-title {
  font-size: 22px;
  font-weight: bold;
  color: #FF9800;
}

.step-text {
  font-size: 18px;
  color: #000;
  padding: 0 25px;
  margin-bottom: 15px;
}

.step-image-box img {
  width: 80%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
}

.flow-arrow img {
  width: 50px;
  height: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec22 {
    width: 100%;
  }

  .step-box {
    flex-direction: column;
    padding: 15px;
  }

  .step-image {
    width: 95%;
    margin: 0 auto 5px;
  }

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

  .flow-arrow img {
    width: 40px;
  }
}

.pricing {
  max-width: 600px;
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

.pricing-title img {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.pricing-box {
  border: 3px solid #ff7f27;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 10px;
}

.plan-title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin: 30px 0 20px;
}

.plan-time {
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
}

.plan-time span {
  font-size: 36px;
  font-weight: 400;
}

.plan-price {
  font-size: 45px;
  font-weight: 700;
  color: #ff7f27;
}

.plan-price span {
  font-size: 64px;
  font-weight: 900;
}

.plan-note {
  font-size: 16px;
  color: #666;
  margin: 30px;
}

@media screen and (max-width: 768px) {
  .pricing {
    width: 100%;
  }

  .plan-title {
    margin: 30px 0 20px;
  }

  .pricing-box {
    padding: 15px;
  }

  .plan-price {
    font-size: 28px;
    margin: 20px 0 30px;
  }

  .plan-price span {
    font-size: 56px;
    font-weight: 900;
    margin: 20px;
  }
}

.cta-banner {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0;
}

.cta-content img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .cta-banner {
    width: 100%;
  }
}

.reservation-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

#hacomono-widget-w0004 {
  width: 100%;
  border: none;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}


.faq-header {
  text-align: center;
  margin: 40px 0 20px;
}

.faq-header img {
  width: 100%;
  max-width: 325px;
  height: auto;
}

.faq {
  width: 345px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  background: #fff;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.faq-answer {
  background: #f8f8f8;
  display: none;
  font-size: 15px;
  padding: 15px;
  border-top: 1px solid #ccc;
}

.faq-item.active .faq-answer {
  display: block;
}

.store-info {
  background-color: #ff7f00;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
  max-width: 600px;
  margin: 30px auto;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .store-info {
    width: 90%;
    font-size: 24px;
  }
}

.store01 {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 10px;
}

.store-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.store-box {
  width: calc(50% - 10px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-box h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.store-box p {
  font-size: 14px;
  margin-bottom: 5px;
}

.store-box a {
  font-size: 16px;
  font-weight: bold;
  color: #007BFF;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.store-box iframe {
  width: 100%;
  max-width: 250px;
  height: 150px;
  border: 0;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .store-container {
    justify-content: center;
  }

  .store-box {
    width: calc(50% - 10px);
  }
}

.fixed-buttons {
  max-width: 600px;
  position: fixed;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  box-sizing: border-box;
  z-index: 9999;
}

.fixed-buttons a img {
  max-width: 300px;
  height: auto;
}

@media (max-width: 600px) {
  .fixed-buttons {
    display: flex;
  }
}

@media (max-width: 600px) {
.fixed-buttons a img {
  width: 100%;
  height: auto;
}
}

.footer {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
  text-align: center;
  padding: 30px 0;
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links li {
  font-size: 16px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    max-width: 100%;
    padding: 20px 0;
  }
}

