.header {
  top: 0;
}
.breadcrumbs {
  width: 60%;
  margin: 40px auto 0;
  display: flex;
  font-size: 14px;
}
.breadcrumbs::before {
  content: "TOP";
  margin-right: 14px;
}
.breadcrumbs::after {
  content: "特定商取引法に基づく表記";
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.category__rule {
  width: 68%;
  display: flex;
  margin: 70px auto 0;
  transform: translateX(-4px);
}
.category__rule::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #D1D1D1;
  display: block;
  margin: auto 16px auto 0;
  transform: translateY(5px);
}

.category__rule p {
  font-family: "Cinzel", serif;
  font-size: 40px;
  margin: auto 0;
  line-height: 1.5;
  color: #D1D1D1;
}

.headline__rule {
  width: 60%;
  margin: 60px auto 0;
  font-size: 24px;
  font-family: "Cinzel", serif;
}

.sp {
  display: none;
}

table {
  width: 60%;
  margin: 40px auto 0;
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid #E4E4E4;
}
th {
  font-size: 20px;
  font-weight: 500;
  width: 28%;
  text-align: start;
}
td {
  font-size: 20px;
  width: 100%;
  display: block;
  padding: 40px 0;
  text-align: start;
  line-height: 2;
}

tr:last-child {
  border-bottom: 0;
}

td li {
  margin-left: 1.1em;
  text-indent: -8px;
}
td li::before {
  content: "・";
  display: inline-block;
}

.tell {
  font-size: 12px;
  line-height: 2;
  margin-left: 24px;
  display: block;
}

.price {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .headline__rule {
    width: 83vw;
    margin: 18.5px auto 0;
    font-size: 20px;
  }
  table {
    width: 83vw;
    margin: 40px auto 0;
    border-collapse: collapse;
  }
  tr {
    border-bottom: 1px solid #E4E4E4;
    display: block;
  }
  th {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: start;
    padding: 40px 0 0;
  }
  td {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 12px 0 40px;
    text-align: start;
    line-height: 2;
  }

  .tell {
    font-size: 10px;
    line-height: 1.5;
    margin-left: 8px;
    display: block;
  }

  .price {
    font-size: 12px;
    line-height: 2.6;
  }

  tr:last-child {
    border-bottom: 0;
  }

}


.freeplan__background {
  width: 100%;
  height: auto;
  background: url("../img/freeplan_background.png") no-repeat center / cover;
  padding: 120px 0;
  margin: 200px 0;
}

.freeplan__item-container {
  width: 39%;
  background-color: #FFF;
  margin: auto;
  height: auto;
  padding: 51px 152px 48px;
}

.freeplan__welcome-message {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  text-align: center;
}
.freeplan__welcome-message::before {
  content: "";
  display: inline-block;
  min-width: 42px;
  height: 1px;
  background-color: #000;
  transform: translateY(25px) rotate(45deg);
  margin-right: 20px;
}
.freeplan__welcome-message::after {
  content: "";
  display: inline-block;
  min-width: 42px;
  height: 1px;
  background-color: #000;
  transform: translateY(25px) rotate(-45deg) ;
  margin-left: 20px;
}

.freeplan__welcome-message span {
  display: inline-block;
}

.freeplan__reserve-item {
  position: relative;
  max-width: 400px;
  margin: 24px auto 0;
  text-align: center;
  border-radius: 40px;
  background-color: #F15069;
  padding: 15px 120px 16px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
}
.freeplan__reserve-item:hover {
  opacity: 0.7;
}
.freeplan__reserve-item::after {
  position: absolute;
  top: 34px;
  right: 38px;
  content: "";
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.freeplan__reserve-item p:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.freeplan__reserve-item p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.freeplan__reserve-message {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}

.freeplan__reserve-message span {
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .freeplan__reserve-item {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #F15069;
    padding: 15px 60px 16px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .category__rule {
    width: 68%;
    display: flex;
    margin: 70px auto 0 0;
    transform: translateX(-4px);
  }
  .category__rule::before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #D1D1D1;
    display: block;
    margin: auto 8px auto 0;
    transform: translateY(4px);
  }

  .category__rule p {
    font-size: 32px;
    margin: auto 0;
    line-height: 1.9;
    color: #D1D1D1;
  }

  .freeplan__background {
    width: 100%;
    height: auto;
    background: url("../img/freeplan_background.png") no-repeat center / cover;
    padding: 64px 0;
    margin: 127px 0 0;
  }

  .freeplan__item-container {
    width: 91%;
    background-color: #FFF;
    margin: auto;
    height: auto;
    padding: 36px 17px 35px 18px;
  }

  .freeplan__welcome-message::before {
    content: "";
    display: inline-block;
    min-width: 41px;
    height: 1px;
    background-color: #000;
    transform: translateY(25px) rotate(45deg);
    margin-right: 16px;
  }
  .freeplan__welcome-message::after {
    content: "";
    display: inline-block;
    min-width: 41px;
    height: 1px;
    background-color: #000;
    transform: translateY(25px) rotate(-45deg) ;
    margin-left: 16px;
  }

  .freeplan__reserve-item {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #F15069;
    padding: 15px 57px 15px 58px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
  }
  .freeplan__reserve-item::after {
    position: absolute;
    top: 34px;
    right: 25px;
    content: "";
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width:500px) {
  .freeplan__item-container {
    width: 91vw;
    max-width: 343px;
    background-color: #FFF;
    margin: auto;
    height: auto;
    padding: 36px 17px 35px 18px;
    box-sizing: border-box;
  }
}

.fixed {
  position: relative;
  position: fixed;
  right: 24px;
  bottom: 20px;
  width: 200px;
  height: 210px;
  border-top-left-radius: 46px 46px;
  background-color: #F15069;
  margin-top: 4px;
  z-index: 9999;
}

.fixed__end-button {
  position: absolute;
  display: inline-block;
  content: "";
  top: -4px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.fixed__end-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.fixed__info {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Cinzel", serif;
  margin: 20px 0 0;
  color: #FFF;
}

.fixed__img {
  width: 76%;
  margin: 13px auto 0;
}
.fixed__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 152px / 82px;
}

.fixed__text {
  margin-top: 9px;
}

.fixed__text p,.fixed__text h2 {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.fixed__text p {
 font-size: 14px;
}


.fixed__text h2 {
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .fixed {
    position: relative;
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top-left-radius: 46px 46px;
    background-color: #F15069;
    margin-top: 4px;
  }
  
  .fixed__link{
    display: flex;
  }
  
  .fixed__info {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Cinzel", serif;
    margin: 19px 16px 0 15%;
    color: #FFF;
  }

  .fixed__text{
    margin-top: 16px;
    margin-right: 29%;
  }


  .fixed__img {
    display: none;
  }

  .fixed__text h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
}