@charset "utf-8";
/*=============================================
* :root
=============================================*/
:root {
}



/*=============================================
* mv
=============================================*/
.top {
  background-color: var(--theme-clinic-color);
  margin-top: 5rem;
}

.top_mv {
  height: 45.2rem;
  position: relative;
}

#top_mv_logo {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: calc(50%  - 7.2rem);
  transform: translate(-50%, -50%);
  width: min(69.375%, 36rem);
}

.top_mv_description {
  bottom: 3.5rem;
  color: var(--theme-light-color);
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
  padding-left: .1em;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width:768px) {
  .top {
    margin-top: 6.4rem;
  }

  .top_mv {
    height: 43.6rem;
  }

  #top_mv_logo {
    top: calc(50% - 6.4rem);
    width: min(46.875%, 50.1rem);
  }

  .top_mv_description {
    bottom: 7.75rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

@media (min-width:1200px) {
  .top_mv {
    height: 62.6rem;
  }

  .top_mv_description {
    bottom: 4.55rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}



/*=============================================
* #section_topics
=============================================*/
#section_topics {
  background-color: var(--base-color-white);
}

#section_topics .section_inner {
  padding-bottom: 4.1rem;
}

#section_topics .section_cotents {
  height: 30.3rem;
  margin-top: 3.2rem;
  overflow-y: scroll;
  padding-right: 1.6rem;
}

.topics_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics_list li+li {
  margin-top: 1.3rem;
}

.topics_date {
  color: var(--theme-pink-color);
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 2.2rem;
}

.topics_txt {
  color: var(--theme-color);
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 2.2rem;
  text-align: justify;
}

@media (min-width:768px) {
  #section_topics .section_inner {
    max-width: 80rem;
    padding-bottom: 6.1rem;
  }

  #section_topics .section_cotents {
    height: 28.3rem;
    margin-top: 6.4rem;
  }
}



/*=============================================
* #section_artist
=============================================*/
#section_artist {
  background-color: var(--theme-light-color);
}

#section_artist .section_inner {
  padding-bottom: 6.35rem;
}

#section_artist .section_title {
  color: var(--theme-black-color);
}

#section_artist .section_title::after {
  background-color: var(--theme-black-color);
}

#section_artist .section_cotents_title {
  font-family: var(--ff-cormorant);
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 2.8rem;
  padding-left: .2em;
  text-align: center;
}

#section_artist .section_cotents {
  margin: 3.87rem auto 0;
  max-width: 66.4rem;
}

#section_artist .section_cotents+.section_cotents {
  margin: 5.8rem auto 0;
}

.artist_list {
  display: flex;
  flex-direction: column;
  gap: 2.77rem;
  justify-content: flex-start;
}

#artist_list_gm {
  width: calc(100% - 7.6rem);
}

#artist_list_ma {
  width: calc(100% - 10.8rem);
}

#artist_list_ar {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 3.2rem;
  row-gap: 2.58rem;
}

.artist_link {
  opacity: 1;
  transition-duration: .6s;
  transition-property: opacity;
}

#artist_list_ar .artist_link {
  width: calc(50% - 1.6rem);
}

.artist_link:hover {
  text-decoration: none;
}

@media (any-hover: hover) {
  .artist_link:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

@media (any-hover: none) {
  .artist_link:active {
    opacity: 0.6;
    text-decoration: none;
  }
}

.artist_list .artist_name {
  color: var(--theme-black-color);
  letter-spacing: .1em;
  margin-top: .6rem;
  padding-left: .1em;
  text-align: center;
}

#artist_list_gm .artist_name {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

#artist_list_ma .artist_name {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

#artist_list_ar .artist_name {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.artist_price_btn {
  margin: 2.3rem auto 0;
}

.artist_info {
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-top: 4.5rem;
  text-align: center;
  padding-left: .1em;
}

@media (min-width:768px) {
  #section_artist .section_inner {
    padding-bottom: 7.45rem;
  }

  #section_artist .section_cotents {
    margin: 5.2rem auto 0;
  }

  #section_artist .section_cotents+.section_cotents {
    margin: 6.5rem auto 0;
  }

  .artist_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  #artist_list_gm {
    column-gap: 2.6rem;
    row-gap: 2.7rem;
    width: 66.4rem;
  }

  #artist_list_gm .artist_link {
    width: 20.4rem;
  }

  #artist_list_ma {
    column-gap: 3rem;
    row-gap: 2.7rem;
    width: 57.6rem;
  }

  #artist_list_ma .artist_link {
    width: 17.2rem;
  }

  #artist_list_ar {
    column-gap: 3.4rem;
    row-gap: 2.7rem;
    width: 48.8rem;
  }

  #artist_list_ar .artist_link {
    width: 14rem;
  }

  .artist_price_btn {
    margin: 3rem auto 0;
  }

  .artist_info {
    font-size: 1.4rem;
    line-height: 2.45rem;
  }
}

@media (min-width:992px) {
  #section_artist .section_inner {
    padding-bottom: 7.25rem;
  }

  #section_artist .section_cotents {
    max-width: none;
  }

  #artist_list_gm {
    column-gap: 3.9rem;
    row-gap: 2.9rem;
    width: 96rem;
  }

  #artist_list_gm .artist_link {
    width: 29.4rem;
  }

  #artist_list_ma {
    column-gap: 3.9rem;
    row-gap: 2.9rem;
    width: 82.5rem;
  }

  #artist_list_ma .artist_link {
    width: 24.9rem;
  }

  #artist_list_ar {
    column-gap: 3.9rem;
    row-gap: 2.9rem;
    width: 96rem;
  }

  #artist_list_ar .artist_link {
    width: 29.4rem;
  }

  .artist_list .artist_name {
    margin-top: 1.06rem;
  }

  #artist_list_gm .artist_name {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  #artist_list_ma .artist_name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  #artist_list_ar .artist_name {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .artist_price_btn {
    margin: 2.2rem auto 0;
  }

  .artist_info {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}



/*=============================================
* #section_artmake
=============================================*/
#section_artmake {
  background-color: var(--base-color-white);
}

#section_artmake .section_inner {
  padding-top: 3.5rem;
}

#section_artmake .section_title {
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 3.6rem;
  padding: 0 0 0 .1em;
}

#section_artmake .section_title::after {
  content: none;
}

#section_artmake .section_cotents {
  margin: 2.2rem auto 0;
  max-width: 66.4rem;
}

.artmake {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.artmake+.artmake {
  margin-top: 6.2rem;
}

.artmake_image {
  position: relative;
  z-index: 1;
}

.artmake_image::before {
  background-color: var(--theme-light-color);
  content: "";
  height: calc(100% + 8.9rem);
  left: 50%;
  position: absolute;
  top: 14.968%;
  transform: translate(-50%, 0);
  width: calc(100% + 4rem);
  z-index: -1;
}

.artmake_desc {
  position: relative;
  z-index: 1;
}

.artmake_title {
  color: var(--theme-color);
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2.4rem;
}

.artmake_txt {
  color: var(--theme-color);
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
  margin-top: 1.3rem;
}

.artmake_txt+.artmake_txt {
  margin-top: 2rem;
}

@media (min-width:768px) {
  #section_artmake {
    padding-bottom: .4rem;
  }

  #section_artmake .section_inner {
    padding-top: 6.5rem;
  }

  #section_artmake .section_title {
    font-size: 2.2rem;
    line-height: 4.2rem;
  }

  #section_artmake .section_cotents {
    margin: 4.74rem auto 0;
  }

  .artmake {
    gap: 2.6rem;
  }

  .artmake+.artmake {
    margin-top: 6.73rem;
  }

  .artmake_image {
    width: 40rem;
  }

  .artmake_image::before {
    height: 39rem;
    top: 4rem;
    width: 100vw;
  }

  .artmake:nth-of-type(2n+1) .artmake_image::before {
    left: 6.8rem;
  }

  .artmake:nth-of-type(2n) .artmake_image::before {
    left: auto;
    right: 6.8rem;
    transform: translate(50%, 0);
  }

  .artmake:nth-of-type(2n+1) .artmake_image,
  .artmake:nth-of-type(2n) .artmake_desc {
    align-self: flex-end;
  }

  .artmake_title {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .artmake_txt {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: 2.1rem;
  }

  .artmake_txt+.artmake_txt {
    margin-top: 2.5rem;
  }
}

@media (min-width:992px) {
  #section_artmake {
    overflow: hidden;
    padding-bottom: 1rem;
  }

  #section_artmake .section_cotents {
    max-width: none;
  }

  .artmake {
    gap: 6.7rem;
  }

  .artmake+.artmake {
    margin-top: 6.45rem;
  }

  .artmake:nth-of-type(2n+1) {
    flex-direction: row-reverse;
  }

  .artmake:nth-of-type(2n) {
    flex-direction: row;
  }

  .artmake_image {
    margin-bottom: 10.93rem;
    width: 48rem;
  }

  .artmake_image::before {
  }

  .artmake:nth-of-type(2n+1) .artmake_image::before {
    left: -14.45rem;
    transform: none;
  }

  .artmake:nth-of-type(2n) .artmake_image::before {
    right: -14.45rem;
    transform: none;
  }

  .artmake_desc {
    margin-top: 4rem;
  }

  .artmake:nth-of-type(2n+1) .artmake_desc,
  .artmake:nth-of-type(2n) .artmake_desc {
    align-self: center;
  }
}



/*=============================================
* #section_faq
=============================================*/
#section_faq {
  background-color: var(--base-color-white);
  padding-bottom: 6.3rem;
}

#section_faq .section_cotents {
  margin: 5.12rem auto 0;
  max-width: 66.4rem;
}

#faq_list {
  margin: 0;
}

#faq_list>div+div {
  margin-top: 3.3rem;
}

#faq_list dt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2rem;
  padding-bottom: .52rem;
  padding-left: 2.7rem;
  position: relative;
}

#faq_list dt::before {
  color: var(--theme-color);
  content: "Q";
  font-size: 1.6rem;
  left: 0;
  margin-top: -.1rem;
  position: absolute;
  top: 0;
}

#faq_list dt:has(+dd) {
  padding-bottom: .82rem;
}

#faq_list dd {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1.9rem;
  margin: 0;
  padding-top: 1.04rem;
  text-align: justify;
}

#faq_list dt+dd {
  border-top: .1rem solid var(--theme-color);
  padding-top: 1.39rem;
}

@media (min-width:768px) {
  #section_faq {
    padding-bottom: 9.5rem;
  }

  #section_faq .section_cotents {
    margin: 6.36rem auto 0;
  }

  #faq_list>div+div {
    margin-top: 6.16rem;
  }

  #faq_list dt {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-bottom: 1.1rem;
  }

  #faq_list dt::before {
    font-size: 1.8rem;
    margin-top: -.2rem;
  }

  #faq_list dt:has(+dd) {
    padding-bottom: 1.4rem;
  }

  #faq_list dd {
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding-top: .84rem;
  }

  #faq_list dt+dd {
    padding-top: 1.29rem;
  }
}

@media (min-width:992px) {
  #section_faq .section_cotents {
    max-width: none;
  }

  #faq_list>div+div {
    margin-top: 7.31rem;
  }

  #faq_list dt {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding-bottom: 1.18rem;
  }

  #faq_list dt::before {
    font-size: 2rem;
    margin-top: -.1rem;
  }

  #faq_list dt:has(+dd) {
    padding-bottom: 1.63rem;
  }

  #faq_list dd {
    font-size: 1.6rem;
    letter-spacing: .09em;
    line-height: 2.7rem;
    padding-top: 1.01rem;
  }

  #faq_list dt+dd {
    padding-top: 1.56rem;
  }
}



/*=============================================
* #section_plan
=============================================*/
#section_plan {
  background-color: var(--theme-color);
  padding-bottom: 4.2rem;
}

#section_plan .section_title {
  color: var(--base-color-white);
  padding: 0 0 2rem .1em;
}

#section_plan .section_title::after {
  background-color: var(--base-color-white);
}

#section_plan .section_cotents {
  background-color: var(--theme-light-color);
  margin: 4.16rem auto 0;
  max-width: 66.4rem;
  padding: 2.74rem 2.4rem 2.04rem;
}

#section_plan .section_cotents+.section_cotents {
  margin-top: 3.3rem;
}

#section_plan .section_cotents_title {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.8rem;
  padding-left: .1em;
  text-align: center;
}

#section_plan .section_cotents_txt {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1.9rem;
  margin-top: 1.6rem;
  text-align: justify;
}

.plan_images {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem;
}

.plan_images p {
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.8rem;
  margin-top: .3rem;
  padding-left: .1em;
  text-align: center;
}

@media (min-width:768px) {
  #section_plan {
    padding-bottom: 4.7rem;
  }

  #section_plan .section_cotents {
    margin: 6.71rem auto 0;
    padding: 2.68rem 4.5rem 2.4rem;
  }

  #section_plan .section_cotents+.section_cotents {
    margin-top: 4.77rem;
  }

  #section_plan .section_cotents_txt {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-top: 1.54rem;
  }

  .plan_images {
    gap: 4.6rem;
    flex-direction: row;
    margin-top: 1.9rem;
  }

  .plan_images p {
    margin-top: .4rem;
  }
}

@media (min-width:992px) {
  #section_plan {
    padding-bottom: 8.4rem;
  }

  #section_plan .section_cotents {
    margin: 6.7rem auto 0;
    max-width: none;
    padding: 4.1rem 6.5rem 4rem;
  }

  #section_plan .section_cotents+.section_cotents {
    margin-top: 6.9rem;
  }

  #section_plan .section_cotents_title {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  #section_plan .section_cotents_txt {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-top: 2.2rem;
  }

  .plan_images {
    gap: 6.6rem;
    margin-top: 3.6rem;
  }

  .plan_images p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: .4rem;
  }
}



/*=============================================
* #section_price
=============================================*/
#section_price {
  background-color: var(--base-color-white);
  overflow: hidden;
}

#section_price_gm {
  margin-top: 4.5rem;
}

#section_price_ma {
  margin-top: 3.5rem;
}

#section_price_ar {
  margin-top: 5rem;
}

#section_price .section_cotents_title {
  color: var(--theme-black-color);
  font-family: var(--ff-cormorant);
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 3rem;
  padding: 3.35rem 0 3.35rem .2em;
  position: relative;
  text-align: center;
  z-index: 1;
}

#section_price .section_cotents_title::before {
  background-color: var(--theme-light-color);
  content: "";
  height: 12.7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12.7rem;
  z-index: -1;
}

#section_price .section_cotents_title::after {
  background-color: var(--theme-black-color);
  bottom: 2.8rem;
  content: "";
  height: .1rem;
  position: absolute;
  width: 4.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.price_plan {
  margin-top: 3.7rem;
}

.price_plan+.price_plan {
  margin-top: 5.7rem;
}

.price_plan_title {
  color: var(--theme-color);
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 2.4rem;
  padding: 0 0 1.5rem .1em;
  position: relative;
  text-align: center;
}

.price_plan_title::after {
  background-color: var(--theme-color);
  bottom: 0;
  content: "";
  height: .3rem;
  position: absolute;
  width: 20rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.overflow_table_wrap {
  overflow-x: scroll;
  padding-bottom: 1rem;
}

.price_table {
  margin: 0 auto;
}

.price_table th,
.price_table td {
  border-bottom: .1rem solid var(--theme-black-color);
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2rem;
  padding: 0 0 0 .1em;
  text-align: center;
}

.price_table th span,
.price_table td span {
  font-size: 1rem;
}

.price_table th {
  font-weight: 400;
}

.price_table th.row_th {
  width: 14rem;
}

.price_table th.fs_small {
  font-size: 1.4rem;
}

.price_table th span.fs_small {
  font-size: 1.2rem;
}

.price_table td {
  height: 5.7rem;
  width: 13.1rem;
}

.price_table th+td,
.price_table td+td,
.price_table th+th {
  border-left: .1rem solid var(--theme-black-color);
}

.price_table tr:has(th:first-child[rowspan])+tr th:first-child {
  border-left: .1rem solid var(--theme-black-color);
}

.price_table .times {
  vertical-align: top;
}

.price_table .times th {
  border-left: none;
  height: 7.4rem;
  padding-top: 3rem;
}

.price_table_note {
  font-family: var(--ff-sans);
  font-size: 1rem;
  margin: 1rem auto 0;
  text-align: right;
}

.eyebrows_price_plan .price_table {
  width: 63rem;
}

.eyebrows_price_plan .price_table_note {
  width: 63rem;
}

.lips_price_plan .price_table {
  width: 49rem;
}

.lips_price_plan .price_table_note {
  width: 49rem;
}

.eyeliner_price_plan .price_plan_title::after {
  width: 18rem;
}

.eyeliner_price_plan .price_table {
  width: 22rem;
}

.eyeliner_price_plan .price_table .times th {
  padding: 2.4rem 0 2.4rem .1em;
}

.eyeliner_price_plan .price_table td {
  border-bottom: none;
}

#discount {
  background-color: var(--theme-light-color);
  margin: 5.4rem calc(50% - 50vw) 0;
  padding: 4.1rem 2rem 4.9rem;
  width: 100vw;
}

#discount .section_cotents {
  margin: 0;
}

#discount .section_cotents_title {
  padding: 0 0 1.6rem .2em;
}

#discount .section_cotents_title::before {
  content: none;
}

#discount .section_cotents_title::after {
  bottom: 0;
}

#discount_list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  list-style: none;
  margin: 4.2rem auto 0;
  padding: 0;
  width: 28rem;
}

#discount_list>li {
  background-color: var(--base-color-white);
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 3.6rem;
  padding: 1.2rem 0 1.2rem .1em;
  text-align: center;
}

#discount_list>li>span {
  color: var(--theme-red-color);
}

#discount .asterisk_list {
  margin: .9rem auto 0;
  width: 28rem;
}

#discount .asterisk_list li {
  font-family: var(--ff-sans);
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.4rem;
}

#discount .asterisk_list li::before {
  margin: 0;
  position: static;
}

@media (min-width:768px) {
  #section_price_gm {
    margin-top: 6.3rem;
  }

  #section_price_ma {
    margin-top: 7.5rem;
  }

  #section_price_ar {
    margin-top: 10.8rem;
  }

  #section_price .section_cotents_title {
    font-size: 2.6rem;
    line-height: 3.4rem;
    padding: 4.1rem 0 4.1rem .2em;
  }

  #section_price .section_cotents_title::before {
    height: 15rem;
    width: 15rem;
  }

  #section_price .section_cotents_title::after {
    bottom: 3.3rem;
    width: 5.5rem;
  }

  .price_plan {
    margin-top: 5.5rem;
  }

  .price_plan+.price_plan {
    margin-top: 10.8rem;
  }

  .price_plan_title {
    font-size: 2rem;
    padding: 0 0 2rem .1em;
  }

  .price_plan_title::after {
    width: 20rem;
  }

  .overflow_table_wrap {
    margin-top: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0;
  }

  .eyeliner_price_plan .overflow_table_wrap {
    margin-top: .5rem;
  }

  #discount {
    margin: 12rem calc(50% - 50vw) 0;
    padding: 0 0 4.7rem;
  }

  #discount_list {
    flex-direction: row;
    gap: 6.4rem;
    margin: .5rem auto 0;
    width: 66.4rem;
  }

  #discount_list>li {
    flex-grow: 1;
  }

  #discount .asterisk_list {
    margin: 1.1rem auto 0;
    width: 66.4rem;
  }

  #discount .asterisk_list li {
    line-height: 1.6rem;
  }
}

@media (min-width:992px) {
  #section_price_gm {
    margin-top: 6.3rem;
  }

  #section_price_ma {
    margin-top: 7.5rem;
  }

  #section_price_ar {
    margin-top: 9.4rem;
  }

  .price_plan {
    margin-top: 6.3rem;
  }

  .price_plan+.price_plan {
    margin-top: 9.3rem;
  }

  .overflow_table_wrap {
    margin-top: .2rem;
  }

  .price_table th,
  .price_table td {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .price_table th span,
  .price_table td span {
    font-size: 1.3rem;
  }

  .price_table th.row_th {
    width: 17.7rem;
  }

  .price_table th.fs_small {
    font-size: 1.6rem;
  }

  .price_table th span.fs_small {
    font-size: 1.3rem;
  }

  .price_table td {
    height: 6.4rem;
    width: 21.8rem;
  }

  .price_table .times th {
    height: 8.6rem;
  }

  .price_table_note {
    font-size: 1.3rem;
    margin: 1.4rem auto 0;
  }

  .eyebrows_price_plan .price_table {
    width: 96rem;
  }

  .eyebrows_price_plan .price_table_note {
    width: 96rem;
  }

  .lips_price_plan .price_table {
    width: 78rem;
  }

  .lips_price_plan .price_table_note {
    width: 78rem;
  }

  .eyeliner_price_plan .overflow_table_wrap {
    margin-top: 0;
  }

  .eyeliner_price_plan .price_table .times th {
    height: 7.8rem;
    padding: 3.2rem 0 0 .1em;
  }

  #discount {
    margin: 9.6rem auto 0;
    padding: 0 0 4.1rem;
    width: 96rem;
  }

  #discount_list {
    width: 83rem;
  }

  #discount .asterisk_list {
    margin: .9rem auto 0;
    width: 83rem;
  }

  #discount .asterisk_list li {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}



/*=============================================
* #section_access
=============================================*/
#section_access {
  background-color: var(--base-color-white);
}

#section_access .section_inner {
  padding-bottom: 6.4rem;
}

#gmap_wrap {
  margin: 4rem auto 0;
  max-width: 52rem;
}

#gmap {
  height: 0;
  padding-top: 75%;
  position: relative;
  width: 100%;
}

#gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access_btn {
  background-color: var(--theme-light-color);
  color: var(--theme-black-color);
  margin: 3.2rem auto 0;
}

#access_btn::after {
  padding-bottom: .1rem;
}

@media (any-hover: hover) {
  #access_btn:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

@media (any-hover: none) {
  #access_btn:active {
    opacity: 0.6;
    text-decoration: none;
  }
}

#com_info {
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 2.4rem;
  margin-top: 5.9rem;
  padding-left: .1em;
  text-align: center;
}

#sns_links {
  margin-top: 5.9rem;
}

#sns_links>div+div {
  margin-top: 6.4rem;
}

.item_logo {
  margin: 0 auto;
}

#sns_links_item_1 .item_logo {
  width: 12.6rem;
}

#sns_links_item_2 .item_logo {
  width: 13.2rem;
}

.item_links {
  column-gap: 2.3rem;
  display: flex;
  justify-content: center;
  margin-top: 2.04rem;
}

.item_logo>a,
.item_links>a {
  opacity: 1;
  transition-duration: .6s;
  transition-property: opacity;
  width: 2.7rem;
}

@media (any-hover: hover) {
  .item_logo>a:hover,
  .item_links>a:hover {
    opacity: 0.6;
  }
}

@media (any-hover: none) {
  .item_logo>a:active,
  .item_links>a:active {
    opacity: 0.6;
  }
}

@media (min-width:768px) {
  #section_access .section_inner {
    padding-bottom: 9.7rem;
  }

  #gmap_wrap {
    margin: 6.3rem auto 0;
    max-width: none;
    width: min(78.314%, 64rem);
  }

  #com_info {
    margin-top: 6.1rem;
  }

  #sns_links {
    margin-top: 7.9rem;
  }

  #sns_links>div+div {
    margin-top: 6.7rem;
  }

  #sns_links_item_1 .item_logo {
    width: 14rem;
  }

  #sns_links_item_2 .item_logo {
    width: 14.6rem;
  }

  .item_links {
    column-gap: 2.6rem;
    margin-top: 2.3rem;
  }

  .item_links>a {
    width: 3rem;
  }
}

@media (min-width:992px) {
  #com_info {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-top: 5.8rem;
  }

  #sns_links {
    margin-top: 6.6rem;
  }
}