.is-hidden-sp {
  display: block;
}

.is-visible-sp {
  display: none;
}

.ttl_page {
  padding-bottom: 4.2rem;
}

.bestrate {
  letter-spacing: 0.05em;
}
.bestrate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestrate .en {
  letter-spacing: 0.1em;
}

.about {
  text-align: center;
}
.about_catchphrase {
  margin-bottom: 5.8rem;
  font-size: 2rem;
}
.about_thumb {
  display: block;
  margin-bottom: 7.2rem;
  width: 100%;
  aspect-ratio: 1400/673;
}
.about_ttl {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.12;
}
.about_txt {
  font-size: 1.3rem;
  line-height: 2.3;
}
.about_txt + p {
  margin-top: 1.2rem;
  margin-bottom: 6.7rem;
}
.about_link {
  background: #F2F4EF;
}
.about_link a {
  margin: 0 auto;
  padding: 1.9rem 0 1.9rem 0.6rem;
  width: 60.3rem;
  color: #6A8252;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #6A8252;
}
.about_link a::after {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  background: url(../../img/bestrate/icon_btn_arrow_green.svg) center center no-repeat;
  background-size: contain;
}
.about_link a .ttl {
  font-size: 2.5rem;
}
.about_link a .txt {
  margin: 0 auto 0 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.about_link a .lead {
  margin: 0 1.7rem 0 auto;
  font-size: 1.2rem;
}
.about_notice{
	border: 1px solid #DDDAD2;
    padding: 3.5rem 10rem;
    margin-bottom: 6rem;
    display: inline-block;
}
.about_notice .about_ttl{
	color: #A39483;
}

.present {
  margin-top: 10.4rem;
  margin-bottom: 11rem;
}
.present_inner {
  max-width: 105rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 0 6.5rem;
}
.present_head {
  width: 9.8rem;
  color: #A39483;
  text-align: right;
}
.present_head h2 {
  font-size: 2.5rem;
}
.present_head p {
  font-size: 1.2rem;
}
.present_content {
  width: calc(100% - 9.8rem - 6.5rem);
}
.present_list {
  display: flex;
  flex-flow: column;
  padding-right: 5.6rem;
  height: 45.6rem;
  overflow-y: scroll;
}
.present_list::-webkit-scrollbar {
  width: 0.5rem;
  background: #DCDCDC;
  border-radius: 1rem;
}
.present_list::-webkit-scrollbar-thumb {
  background: #C9BC9C;
  border-radius: 1rem;
}
.present_list_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 6.4rem;
  padding-bottom: 2.8rem;
  border-bottom: 0.1rem solid #A39483;
}
.present_list_item:not(:last-child) {
  margin-bottom: 2.8rem;
}
.present_list_thumb {
  width: 28rem;
  aspect-ratio: 280/188;
}
.present_list_content {
  width: calc(100% - 28rem - 6.4rem);
}
.present_list_label {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.present_list_label span {
  display: block;
  margin-bottom: 0.8rem;
  width: fit-content;
  padding: 0.2rem 1rem 0.3rem;
  border: 0.1rem solid #A39483;
  color: #A39483;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.present_list_ttl {
  margin-bottom: 1.6rem;
  color: #6A8252;
  font-size: 1.6rem;
  font-weight: 400;
}
.present_list_txt {
  margin-bottom: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.84;
}
.present_list_link {
  width: 15.8rem;
  display: flex;
  flex-flow: column;
  font-size: 1.2rem;
}
.present_list_link .ja {
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #6A8252;
  color: #6A8252;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.present_list_link .ja::after {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  background: url(../../img/bestrate/icon_btn_arrow_green.svg) center center no-repeat;
  background-size: contain;
}
.present_list_link .en {
  color: #C9BC9C;
}

.plan_inner {
  max-width: 105rem;
  margin: 0 auto;
}
.plan_ttl {
  margin-bottom: 7rem;
  position: relative;
}
.plan_ttl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #DDDAD2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.plan_ttl h2 {
  color: #C9BC9C;
  padding-left: 10rem;
  padding-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.plan_ttl figure {
  width: 25.8rem;
  position: absolute;
  bottom: -11.2rem;
  left: -5.2rem;
  z-index: 1;
}
.plan_list {
  margin-bottom: 6.3rem;
}
.plan_list .slick-track {
  display: flex;
  flex-flow: row wrap;
}
.plan_list_item:not(:last-child) {
  padding-right: 2rem;
}
.plan_list_thumb {
  margin-bottom: 1.2rem;
  width: 100%;
  aspect-ratio: 341/227;
}
.plan_list_ttl {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
}
.plan_list_price {
  margin-bottom: 1.4rem;
  color: #A39483;
  font-size: 1.4rem;
  font-weight: 700;
}
.plan_list_link {
  width: 100%;
  font-size: 1.2rem;
}
.plan_list_link span {
  display: block;
}
.plan_list_link .ja {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #C9BC9C;
  color: #A39483;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.plan_list_link .ja::after {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  background: url(../../img/bestrate/icon_btn_arrow_brown.svg) center center no-repeat;
  background-size: contain;
}
.plan_list_link .en {
  color: #C9BC9C;
}
.plan_link {
  width: 15.8rem;
  display: flex;
  flex-flow: column;
  font-size: 1.2rem;
}
.plan_link .ja {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #6A8252;
  color: #6A8252;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.plan_link .ja::after {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  background: url(../../img/bestrate/icon_btn_arrow_green.svg) center center no-repeat;
  background-size: contain;
}
.plan_link .en {
  color: #C9BC9C;
}

.weddingLink {
  width: 100vw;
  margin: 0 calc(50vw - 50%) 9.1rem 0;
  background: #F2F4EF;
  position: relative;
}
.weddingLink::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #A39483;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.weddingLink a {
  padding: 2.2rem 0 1.2em 0.6rem;
  width: 54.9rem;
  color: #A39483;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.weddingLink a::after {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  background: url(../../img/bestrate/icon_btn_arrow_brown.svg) center center no-repeat;
  background-size: contain;
}
.weddingLink a .en {
  font-size: 2.5rem;
}
.weddingLink a .ja {
  margin: 0 auto 0 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.weddingLink a .lead {
  margin: 0 1.7rem 0 auto;
  font-size: 1.2rem;
}

.notApplicable {
  padding: 6.6rem 0 8.2rem;
  border-top: 0.1rem solid #DDDAD2;
  text-align: center;
}
.notApplicable_ttl {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.notApplicable_txt {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 2.3;
}
.notApplicable_list {
  font-size: 1.3rem;
  line-height: 2.3;
}

@media only screen and (max-width: 768px) {
  .is-hidden-sp {
    display: none;
  }
  .is-visible-sp {
    display: block;
  }
  .ttl_page {
    padding-bottom: 2.8rem;
  }
  .about {
    padding: 0 2rem;
    text-align: left;
  }
  .about_catchphrase {
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.66;
    text-align: center;
  }
  .about_thumb {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4rem;
    aspect-ratio: 1/1;
  }
  .about_ttl {
    margin-bottom: 2rem;
  }
  .about_txt {
    max-width: 33rem;
    font-weight: 400;
    line-height: 2.07;
  }
  .about_txt + p {
    margin-top: 1.2rem;
    margin-bottom: 3.4rem;
  }
	.about_notice {
		padding: 3rem;
		margin: 1rem 0 4rem;
	}
	.about_notice .about_ttl {
		text-align:center;
	}
	.sp_none{
		display:none;
	}
  .about_link a {
    margin: 0 auto;
    padding: 1.9rem 2rem 1.9rem 0;
    width: 100%;
    color: #6A8252;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem solid #6A8252;
  }
  .about_link a::after {
    content: "";
    width: 0.7rem;
    height: 0.9rem;
    background: url(../../img/bestrate/icon_btn_arrow_green.svg) center center no-repeat;
    background-size: contain;
  }
  .about_link a .ttl {
    font-size: 2rem;
  }
  .about_link a .txt {
    margin: 0 auto 0 1.3rem;
  }
  .about_link a .lead {
    display: none;
  }
  .present {
    margin-top: 6rem;
    margin-bottom: 11rem;
  }
  .present_inner {
    padding: 0 2rem;
    flex-flow: column;
    gap: 2.6rem 0;
  }
  .present_head {
    width: 100%;
    text-align: left;
  }
  .present_head h2 {
    margin-bottom: 1.1rem;
    font-size: 2rem;
  }
  .present_content {
    width: 100%;
  }
  .present_list {
    flex-flow: row nowrap;
    padding-right: 0;
    margin: 0 calc(50% - 50vw) 0 0;
    height: auto;
    overflow-x: scroll;
    overflow-y: auto;
    gap: 0 1.9rem;
  }
  .present_list::-webkit-scrollbar {
    height: 0.5rem;
  }
  .present_list_item {
    min-width: 31rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.7rem 0;
  }
  .present_list_item:not(:last-child) {
    margin: 0;
    padding-bottom: 0;
    border: none;
  }
  .present_list_item:last-child {
    padding-bottom: 1rem;
  }
  .present_list_thumb {
    width: 100%;
    aspect-ratio: 310/207;
  }
  .present_list_content {
    width: 100%;
  }
  .present_list_label {
    margin-bottom: 0.8rem;
  }
  .present_list_ttl {
    margin-bottom: 1.2rem;
  }
  .present_list_txt {
    margin-bottom: 1.2rem;
  }
  .present_list_link {
    width: 100%;
  }
  .plan {
    padding-top: 6rem;
    border-top: 0.1rem solid #DDDAD2;
  }
  .plan_inner {
    padding: 0 2rem;
  }
  .plan_ttl {
    margin-bottom: 2.4rem;
  }
  .plan_ttl::before {
    display: none;
  }
  .plan_ttl h2 {
    padding: 0;
  }
  .plan_ttl figure {
    width: 17.5rem;
    bottom: 8rem;
    left: 0;
    z-index: -1;
  }
  .plan_list {
    margin-bottom: 3rem;
  }
  .plan_list .slick-track {
    display: flex;
    flex-flow: row wrap;
  }
  .plan_list_thumb {
    margin-bottom: 1.2rem;
    aspect-ratio: 310/206;
  }
  .plan_list_ttl {
    margin-bottom: 0.6rem;
  }
  .plan_list_price {
    margin-bottom: 1.4rem;
  }
  .weddingLink {
    width: 100%;
    margin: 0 0 7rem;
  }
  .weddingLink::before {
    width: 100%;
  }
  .weddingLink a {
    padding: 2.2rem 2rem 2.2rem 0;
    width: 100%;
  }
  .weddingLink a .en {
    font-size: 2rem;
  }
  .weddingLink a .ja {
    margin: 0 auto 0 1.3rem;
  }
  .weddingLink a .lead {
    display: none;
  }
  .notApplicable {
    margin: 0 auto;
    padding: 0 0 7rem;
    border-top: none;
  }
  .notApplicable_ttl {
    margin-bottom: 1.2rem;
    max-width: 34rem;
  }
  .notApplicable_txt {
    margin: 0 auto 1.2rem;
    max-width: 33rem;
    text-align: left;
  }
  .notApplicable_list {
    margin: 0 auto;
    max-width: 33rem;
    text-align: left;
  }
  .notApplicable_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/*# sourceMappingURL=styles.css.map */
