@charset "Shift_JIS";
/* photo list */
.photo-list > div:first-of-type {
  height: 1.6em;
  min-height: 1.6em;
  margin-bottom: 4px;
}

.newface-icon {
  text-indent: 0.2em;
  line-height: 1.6;
  color: var(--color-red);
}

.hygiene_date {
  padding: 0 0.8em;
  line-height: 1.6;
  color: var(--color-white);
}

.hygiene_date:not(:empty) {
  background: var(--color-secondary);
}

.photo-list {
  position: relative;
}
.photo-list img {
  width: 100%;
  height: auto;
}

.slider.slick-initialized {
  display: block;
}

/*
.slick-dots {
  display: flex;flex-wrap: wrap;justify-content: flex-start;
}
.slick-dots li {width: calc( 100% / 10 );}
.slick-dots li img {
  width: 100%;height: auto;
  opacity: 0.5;
}
.slick-dots li.slick-active img {opacity: 1;}
@media screen and (min-width: 1000px){
  .photo-list li {
    cursor:pointer;
    -webkit-transition: filter .7s ease;transition: filter .7s ease;
  }
  .photo-list li:hover {filter: brightness(1.1);}
}
.slick-prev {
  position: absolute;top: 45%;left: 10px;
  z-index: 99;
  -webkit-transform: translateY(-45%);transform: translateY(-45%);
  opacity: .5;
}
.slick-next {
  position: absolute;top: 45%;right: 10px;
  z-index: 99;
  top: 45%;
  -webkit-transform: translateY(-45%);transform: translateY(-45%);
  opacity: .5;
}
*/
/* profile */
.prof-txt .name {
  font-size: 140%;
  font-weight: bold;
  line-height: 2;
}

/*
@media screen and (min-width: 1000px){
  .icons {display: flex!important;}
}*/
.type-icon {
  margin-top: 20px;
  gap: 1em;
}

.type-icon p {
  width: 8em;
  padding: 6px 0;
  font-size: 1.4rem;
  color: var(--color-white);
  background: var(--color-headline);
}

.diary-btn, .rsv-btn, .enq-btn {
  width: 280px;
  margin: 20px auto 0;
  padding: 8px;
  display: block;
  background: white;
}

.rsv-btn {
  background: #34bbd8;
  color: var(--color-white);
}

.enq-btn {
  background: var(--color-beige);
  color: var(--color-white);
}

.diary-btn i, .enq-btn i {
  margin-right: 0.4em;
  font-size: 16px;
}

.rsv-btn span {
  margin-right: 0.4em;
}

/*
.attr_icon p {
  padding: 4px 1.4em;margin-right: 3px;
  background: var(--color-primary);
  color: var(--color-tertiary);
}
*/
.enquete {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.enquete dl {
  width: 33.3333333333%;
  padding: 1em 0 0;
}

.enquete dl:nth-of-type(3n)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--profile-bg-img) left center/contain repeat-x;
}

.enquete dt {
  color: var(--color-beige);
  line-height: 2em;
}

.enquete dd {
  min-height: 4.2em;
  padding: 0 0.6em 0.4em 0;
  /* color: var(--color-gray); */
}

/* schedule */
.prof-txt table {
  width: 100%;
  margin-top: 20px;
}
.prof-txt th {
  width: 14.2857142857%;
  padding: 3px;
  vertical-align: middle;
  color: var(--color-white);
  background: #3b58a4;
  border: solid 1px var(--color-border);
}

.prof-txt td {
  padding: 3px;
  border: solid 1px var(--color-border);
  vertical-align: middle;
}

/*
.prof-txt .saturday {color: var(--color-blue);}
.prof-txt .holiday {color: var(--color-primary);}
*/
/* shop_comment */
.prof-txt h3 {
  margin-top: 20px;
  padding: 10px 1em;
  color: var(--color-white);
  background: var(--color-tertiary);
}

.shop_comment {
  margin-top: 10px;
  padding: 1.2em 2em;
  background: rgba(250, 250, 250, 0.4);
}

/* Review */
.review .inner {
  width: 97%;
  margin: 0 auto;
  padding: 1.2em 2em;
  background: rgba(250, 250, 250, 0.4);
}
.review .inner:empty {
  display: none;
}

.review .inner p {
  padding: 1em 0;
  /* color: var(--color-gray); */
}

.review .inner p:not(:last-of-type) {
  border-bottom: dotted 3px var(--color-headline);
}

@media screen and (max-width: 999px){
  .photo-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .prof-txt {
    padding: 0 1.5%;
  }
  .prof-txt table {
    font-size: 1rem;
  }
  .review .inner {
    height: 200px;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 1000px){
  main {
    width: 100%;
  }
  .profile {
    min-height: 76vh;
  }
  .photo-list {
    width: 400px;
    margin-right: 10px;
  }
  .prof-txt {
    width: calc(100% - 410px);
  }
  .review .inner {
    max-height: 400px;
    overflow-y: auto;
  }
}