@charset "UTF-8";
/* ===========================================
 * COMPONENT CSS
 * ======================================== */
/* ===========================================
 * title
 * ======================================== */
/* title-icon */
/* ======================================== */
.c-title-icon {
  font-size: 1.15em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6em;
}
.c-title-icon img {
  height: 1.3333333333em;
}

/* title-icon ( 768 px < ) */
/* ======================================== */
/* title-icon ( 992 px < ) */
/* ======================================== */
/* title-icon ( 1200 px < ) */
/* ======================================== */
/* title-bb */
/* ======================================== */
.c-title-bb {
  font-size: 1.3em;
  line-height: 1.5;
  border-bottom: solid 0.3125rem #eb6877;
  letter-spacing: 0;
  margin: 0 0 1em;
  padding: 0 0.25em 0.75em;
}

/* title-bb ( 768 px < ) */
/* ======================================== */
/* title-bb ( 992 px < ) */
/* ======================================== */
/* title-bb ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * list
 * ======================================== */
/* list-pill */
/* ======================================== */
.c-list-pill {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.c-list-pill li a {
  display: block;
  width: auto;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5em 0.75em;
  white-space: nowrap;
  border: solid 0.125rem #eb6877;
  border-radius: 0.77em;
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.c-list-pill li a:hover {
  opacity: 1;
  background-color: #eb6877;
  color: #fff;
}
.c-list-pill.inv {
  color: #fff;
}
.c-list-pill.inv li a {
  padding: 0.75em 0.5em;
  border-color: #fff;
}
.c-list-pill.big {
  gap: 1.3em;
}
.c-list-pill.big li {
  flex-basis: calc((100% - 2.6em) / 3);
}
.c-list-pill.big li a {
  width: 100%;
  height: 3.38em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* list-pill ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-list-pill {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .c-list-pill li a {
    display: block;
    width: auto;
    box-sizing: border-box;
    line-height: 1;
    padding: 0.5em 0.75em;
    white-space: nowrap;
    border: solid 0.125rem #eb6877;
    border-radius: 0.77em;
    transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
  }
  .c-list-pill li a:hover {
    opacity: 1;
    background-color: #eb6877;
    color: #fff;
  }
  .c-list-pill.inv {
    color: #fff;
  }
  .c-list-pill.inv li a {
    padding: 0.75em 0.5em;
    border-color: #fff;
  }
  .c-list-pill.big {
    gap: 1.3em;
  }
  .c-list-pill.big li {
    flex: 1;
  }
  .c-list-pill.big li a {
    width: 100%;
    height: 3.38em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* list-pill ( 992 px < ) */
/* ======================================== */
/* list-pill ( 1200 px < ) */
/* ======================================== */
/* list-image */
/* ======================================== */
.c-list-image {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1em;
}
.c-list-image__item {
  flex-basis: calc(50% - 0.625rem);
  text-align: center;
  position: relative;
}
.c-list-image__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 82/47;
  border-radius: 1.125rem;
  overflow: hidden;
}
.c-list-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-image__image figcaption {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-list-image__text {
  margin: 0.5em 0;
}
.c-list-image__text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* list-image ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-list-image {
    gap: 1.25rem;
  }
  .c-list-image__item {
    flex-basis: calc(25% - 0.9375rem);
  }
  .c-list-image__item:hover .c-list-image__image figcaption {
    opacity: 1;
  }
  .c-list-image__image figcaption {
    opacity: 0;
    font-size: 1.15em;
    transition: opacity 0.4s ease 0s;
    pointer-events: none;
  }
  .c-list-image__text {
    margin: 0.5em 0;
  }
  .c-list-image__text a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
/* list-image ( 992 px < ) */
/* ======================================== */
/* list-image ( 1200 px < ) */
/* ======================================== */
/* list-icon */
/* ======================================== */
.c-list-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  align-items: stretch;
}
.c-list-icon__item {
  display: flex;
  width: 100%;
  height: 4.375rem;
  box-sizing: border-box;
  border-radius: 2.1875rem;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  border: solid 1px #eee;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem #ccc;
}
.c-list-icon__image {
  width: 4.375rem;
  min-width: 4.375rem;
  height: 4.375rem;
  margin: -1px;
  border-radius: 2.1875rem;
  background-color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease 0s;
  overflow: hidden;
}
.c-list-icon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-icon__item:hover {
  opacity: 1;
  color: #eb6877;
  border-color: #eb6877;
  transition: color 0.4s ease 0s, border-color 0.4s ease 0s;
}
.c-list-icon__item:hover .c-list-icon__image {
  background-color: #eb6877;
}

/* list-icon ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-list-icon {
    gap: 0.9375rem;
  }
  .c-list-icon__item {
    width: 100%;
    height: 2.5rem;
    border-radius: 1.25rem;
    gap: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-list-icon__image {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
  }
}
/* list-icon ( 992 px < ) */
/* ======================================== */
/* list-icon ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * link-color
 * ======================================== */
.c-link-color {
  color: #eb6877;
  text-decoration: underline;
}
.c-link-color:hover {
  text-decoration: none;
}

/* link-color ( 768 px < ) */
/* ======================================== */
/* link-color ( 992 px < ) */
/* ======================================== */
/* link-color ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * button component
 * ======================================== */
/* button-round */
/* ======================================== */
.c-button-round {
  width: 100%;
  height: 3.45em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-weight: 500;
  background-color: #eb6877;
  color: #fff;
  box-sizing: border-box;
  border: solid 1px #eb6877;
  border-radius: 0.75em;
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.c-button-round::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 0.8em #fff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  transition: border-top-color 0.6s ease 0s;
  margin-top: 0.2em;
}
.c-button-round:hover {
  background-color: #fff;
  color: #eb6877;
  opacity: 1;
}
.c-button-round:hover::after {
  border-top-color: #eb6877;
}

/* button-round ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-button-round {
    max-width: 25rem;
  }
}
/* button-round ( 992 px < ) */
/* ======================================== */
/* button-round ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * search form
 * ======================================== */
.c-search__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 0, 0.125));
  min-width: 0;
}
.c-search__text {
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.75rem;
  flex-basis: calc(100% - 6.875rem);
  line-height: 6.25rem;
  border-radius: 3.125rem 0 0 3.125rem;
  padding: 0 1.5em;
  border: none;
  min-width: 0;
  -webkit-appearance: none;
}
.c-search__button {
  flex-basis: 6.875rem;
  height: 6.25rem;
  display: flex;
  border-radius: 0 3.125rem 3.125rem 0;
  background-color: #eb6877;
  align-items: center;
  justify-content: center;
}
.c-search__button img {
  width: 2.875rem;
}

/* search form ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-search__text {
    font-size: 0.875rem;
    flex-basis: calc(100% - 3.5rem);
    line-height: 3.125rem;
    border-radius: 1.5625rem 0 0 1.5625rem;
  }
  .c-search__button {
    flex-basis: 3.5rem;
    height: 3.125rem;
    border-radius: 0 1.5625rem 1.5625rem 0;
  }
  .c-search__button img {
    width: 1.4375rem;
  }
}
/* search form ( 992 px < ) */
/* ======================================== */
/* search form ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * freedial
 * ======================================== */
.c-freedial {
  text-align: center;
}
.c-freedial a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: #eb6877;
}
.c-freedial a img {
  height: 1em;
  margin-right: 0.25em;
  filter: brightness(0) saturate(100%) invert(54%) sepia(48%) saturate(2349%) hue-rotate(315deg) brightness(101%) contrast(84%);
}
.c-freedial p {
  margin: 0;
}

/* freedial ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-freedial a {
    font-size: 1.875rem;
  }
  .c-freedial p {
    font-size: 0.75em;
  }
}
/* freedial ( 992 px < ) */
/* ======================================== */
/* freedial ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * detail area
 * ======================================== */
.c-detail-area {
  display: block;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
  margin-top: -1px;
}
.c-detail-area__title {
  font-size: 1.875rem;
  height: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.25em;
  font-weight: 700;
}
.c-detail-area__title::after {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  background: url("../img/ico-plus.svg") center center no-repeat;
  background-size: contain;
}
.c-detail-area__title.is-open {
  background-color: #f2f2f2;
}
.c-detail-area__title.is-open::after {
  background-image: url("../img/ico-minus.svg");
}
.c-detail-area__content {
  display: none;
  border-top: solid 1px #555;
  padding-left: 2.5rem;
}
.c-detail-area__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.75rem;
}
.c-detail-area__list li + li {
  border-top: solid 1px #bbb;
}
.c-detail-area__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  box-sizing: border-box;
  padding: 0 1em;
}
.c-detail-area__list li a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/arrow.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(62%) sepia(68%) saturate(2497%) hue-rotate(311deg) brightness(94%) contrast(96%);
}
.c-detail-area__list li a:hover {
  opacity: 1;
  color: #eb6877;
}

/* detail area ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-detail-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: none;
  }
  .c-detail-area + .c-detail-area {
    margin-top: 1.5em;
  }
  .c-detail-area__title {
    font-size: 1em;
    line-height: 1;
    flex-basis: 7em;
    height: auto;
    padding: 0;
    border: none;
    pointer-events: none;
    background-color: transparent !important;
  }
  .c-detail-area__title::after {
    display: none;
  }
  .c-detail-area__content {
    display: block !important;
    flex-basis: calc(100% - 7em);
    padding: 0;
    border: none;
  }
  .c-detail-area__list {
    font-size: 1.05em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
  }
  .c-detail-area__list li + li {
    border: none;
  }
  .c-detail-area__list li a {
    display: block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
  }
  .c-detail-area__list li a::after {
    display: none;
  }
  .c-detail-area__list li a:hover {
    color: #eb6877;
  }
}
/* detail area ( 992 px < ) */
/* ======================================== */
/* detail area ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * tab contents
 * ======================================== */
.c-tab-contents__list {
  margin: 0 0 3.125rem;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.5625rem;
}
.c-tab-contents__list-item {
  flex: 1;
}
.c-tab-contents__list-item button {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #bbb;
  color: #fff;
  border-radius: 0.625rem;
}
.c-tab-contents__list-item.is-active button {
  position: relative;
  background-color: #eb6877;
}
.c-tab-contents__list-item.is-active button::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 0.75rem transparent;
  border-top-color: #eb6877;
  border-bottom: none;
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  right: 0;
  margin: auto;
}
.c-tab-contents__wrapper {
  position: relative;
}
.c-tab-contents__content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease 0s;
}
.c-tab-contents__content.is-active {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  opacity: 1;
}

/* sub ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-tab-contents__list {
    margin: 0 0 2.5rem;
    gap: 2.5rem;
  }
  .c-tab-contents__list-item button {
    height: 3.75rem;
    cursor: pointer;
  }
}
/* sub ( 992 px < ) */
/* ======================================== */
/* sub ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * card-rank
 * ======================================== */
.c-card-rank {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.4);
  border-radius: 0.625rem;
  margin: 0.625rem 0;
  transition: opacity 0.4s ease 0s;
}
.c-card-rank:hover {
  opacity: 0.75;
}
.c-card-rank__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
  pointer-events: none;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}
.c-card-rank__image figcaption {
  position: absolute;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background-color: #eb6877;
  top: 0.625rem;
  left: 0.625rem;
}
.c-card-rank__image figcaption.no1 {
  background-color: #c69c6d;
}
.c-card-rank__image figcaption.no2 {
  background-color: #999;
}
.c-card-rank__image figcaption.no3 {
  background-color: #a67c52;
}
.c-card-rank__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-rank__content {
  padding: 1.25rem;
}
.c-card-rank__title {
  font-size: 1.25em;
  margin: 0 0 0.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}
.c-card-rank__title a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card-rank__subtitle {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}
.c-card-rank__subtitle a {
  position: relative;
  z-index: 3;
}
.c-card-rank__text {
  margin: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
.c-card-rank__price {
  margin: 0;
  text-align: right;
  font-size: 1.25em;
  font-weight: 700;
}

/* sub ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-card-rank {
    box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.4);
  }
  .c-card-rank__image figcaption {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8em;
  }
  .c-card-rank__content {
    padding: 1.25rem;
  }
  .c-card-rank__title {
    font-size: 1em;
    margin: 0 0 0.5em;
  }
  .c-card-rank__text {
    font-size: 0.8em;
  }
  .c-card-rank__price {
    font-size: 1em;
  }
}
/* sub ( 992 px < ) */
/* ======================================== */
/* sub ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * news-list
 * ======================================== */
.c-news-list__item {
  border-bottom: solid 1px #555;
  padding: 1em 0.25em;
}
.c-news-list__item:last-child {
  border-bottom: 0;
}
.c-news-list__header {
  position: relative;
  padding-right: 1em;
}
.c-news-list__header::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/arrow.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(62%) sepia(68%) saturate(2497%) hue-rotate(311deg) brightness(94%) contrast(96%);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-news-list__postdate {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
}
.c-news-list__title {
  font-size: 1em;
  margin: 0.75em 0 0;
  font-weight: 700;
}
.c-news-list__title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-news-list__excerpt {
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

/* news-list ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-news-list__postdate {
    font-weight: 400;
  }
  .c-news-list__excerpt {
    font-weight: 400;
  }
}
/* news-list ( 992 px < ) */
/* ======================================== */
/* news-list ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * banner-list
 * ======================================== */
.c-banner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.875rem;
}
.c-banner-list a {
  display: block;
}
.c-banner-list a img {
  display: block;
}
.c-banner-list a p {
  margin: 0.5em 0 0;
}

.c-banner-text {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.25em auto 0;
}

/* banner-list ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-banner-list {
    --g: 1.25rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: var(--g);
    flex-wrap: wrap;
  }
  .c-banner-list li {
    flex-basis: calc((100% - var(--g)) / 2);
    box-sizing: border-box;
  }
}
/* banner-list ( 992 px < ) */
/* ======================================== */
/* banner-list ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * card-review
 * ======================================== */
.c-card-review {
  border: solid 1px #eb6877;
  border-radius: 1.875rem;
  transition: opacity 0.4s ease 0s;
  position: relative;
  display: block;
}
.c-card-review:hover {
  color: inherit;
  opacity: 0.75;
}
.c-card-review__wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.5rem;
}
.c-card-review__header {
  padding: 0.25em 1em;
  border-bottom: solid 1px #eb6877;
}
.c-card-review__place {
  font-size: 0.9em;
  font-weight: 400;
  margin: 0.25em 0;
}
.c-card-review__hotel {
  font-size: 1em;
  font-weight: 700;
  margin: 0.25em 0;
}
.c-card-review__hotel a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-card-review__content {
  padding: 0.75em 1em;
}
.c-card-review__title {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}
.c-card-review__excerpt {
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  max-height: 4.5em;
}
.c-card-review .c-rate-star {
  margin: 0.5em 0;
}
.c-card-review:not(:has(.c-card-review__title)) .c-rate-star {
  margin: 0 0 1em;
}
.c-card-review:not(:has(.c-card-review__title)) .c-card-review__excerpt {
  -webkit-line-clamp: 4;
  height: 6em;
  max-height: 6em;
}

/* card-review ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-card-review {
    border-radius: 1.25rem;
  }
  .c-card-review__wrapper {
    display: block;
  }
  .c-card-review__review {
    font-weight: 400;
  }
  .c-card-review__excerpt {
    font-weight: 400;
  }
}
/* card-review ( 992 px < ) */
/* ======================================== */
/* card-review ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * rate-star
 * ======================================== */
.c-rate-star {
  display: inline-flex;
  justify-content: flex-start;
  gap: 0.625rem;
}
.c-rate-star__image {
  position: relative;
}
.c-rate-star__image::before, .c-rate-star__image::after {
  color: #ffcf32;
  white-space: nowrap;
}
.c-rate-star__image::before {
  content: "☆☆☆☆☆";
}
.c-rate-star__image::after {
  content: "★★★★★";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.c-rate-star__image[data-rate="0"]::after {
  width: 0%;
}
.c-rate-star__image[data-rate="0.5"]::after {
  width: 10%;
}
.c-rate-star__image[data-rate="1.0"]::after {
  width: 20%;
}
.c-rate-star__image[data-rate="1.5"]::after {
  width: 30%;
}
.c-rate-star__image[data-rate="2.0"]::after {
  width: 40%;
}
.c-rate-star__image[data-rate="2.5"]::after {
  width: 50%;
}
.c-rate-star__image[data-rate="3.0"]::after {
  width: 60%;
}
.c-rate-star__image[data-rate="3.5"]::after {
  width: 70%;
}
.c-rate-star__image[data-rate="4.0"]::after {
  width: 80%;
}
.c-rate-star__image[data-rate="4.5"]::after {
  width: 90%;
}
.c-rate-star__image[data-rate="5.0"]::after {
  width: 100%;
}

/* rate-star ( 768 px < ) */
/* ======================================== */
/* rate-star ( 992 px < ) */
/* ======================================== */
/* rate-star ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * card-column
 * ======================================== */
.c-card-column {
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: solid 1px #555;
  position: relative;
  transition: opacity 0.4s ease 0s;
}
.c-card-column:hover {
  opacity: 0.75;
}
.c-card-column:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.c-card-column__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.c-card-column__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-column__header {
  margin-top: 1em;
}
.c-card-column__postdate {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  text-align: right;
}
.c-card-column__title {
  font-size: 1em;
  font-weight: 700;
  margin: 0.5em 0;
}
.c-card-column__title a:hover {
  opacity: 1;
}
.c-card-column__title a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card-column__excerpt {
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

/* card-column ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-card-column {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    flex-basis: calc(50% - 1.25rem);
  }
  .c-card-column__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .c-card-column__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
  .c-card-column__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-card-column__header {
    margin-top: 1em;
  }
  .c-card-column__postdate {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
  }
  .c-card-column__title {
    font-size: 1em;
    font-weight: 700;
    margin: 0.5em 0;
  }
  .c-card-column__excerpt {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
}
/* card-column ( 992 px < ) */
/* ======================================== */
/* card-column ( 1200 px < ) */
/* ======================================== */
/* ===========================================
 * detail-faq
 * ======================================== */
.c-detail-faq {
  display: block;
  border-bottom: solid 1px #555;
}
.c-detail-faq:last-child {
  border-bottom: none;
}
.c-detail-faq__title {
  font-size: 1.75rem;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 5.625rem;
  padding: 1.875rem 3.75rem 1.875rem 3.4375rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
}
.c-detail-faq__title::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/ico-q.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.875rem;
  left: 0;
  line-height: 0;
}
.c-detail-faq__title::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/ico-plus-o.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.625rem;
  margin: auto;
  line-height: 0;
}
.c-detail-faq__title.is-open::after {
  background-image: url("../img/ico-minus-o.svg");
}
.c-detail-faq__content {
  display: none;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 1.875rem 3.4375rem;
  position: relative;
}
.c-detail-faq__content::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/ico-a.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.c-detail-faq__text {
  margin: 0;
}

/* detail-faq ( 768 px < ) */
/* ======================================== */
@media (min-width: 768px) {
  .c-detail-faq {
    max-width: 50rem;
    margin: auto;
  }
  .c-detail-faq__title {
    font-size: 1em;
    min-height: 3em;
    padding: 1em 3em 1em 3em;
    cursor: pointer;
  }
  .c-detail-faq__title::before {
    width: 2em;
    height: 2em;
    top: 0.75em;
  }
  .c-detail-faq__title::after {
    width: 2em;
    height: 2em;
  }
  .c-detail-faq__content {
    padding: 0 0 1em 3em;
    font-weight: 400;
  }
  .c-detail-faq__content::before {
    width: 2em;
    height: 2em;
  }
}
/* detail-faq ( 992 px < ) */
/* ======================================== */
/* detail-faq ( 1200 px < ) */
/* ======================================== *//*# sourceMappingURL=component.css.map */