@charset "UTF-8";
/* CSS Document */

ul.under_link {
  overflow: hidden;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 16px;
  margin: 0 auto;
  padding-bottom: 56px;
}
ul.under_link li {
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  width: 300px;
}

/* コーディネート */

.shoptour-content-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  /* overflow: hidden; */
  display: block;
}

.shoptour-content {
  display: block;
  margin: 0 auto 120px;
}

.shoptour-content-wrapper a {
  display: block;
}

.main-ttl {
  text-align: center;
  /* width: 1000px; */
  position: relative;
  margin: 0 auto 24px;
  background-color: #e8abd5;
}

.main-ttl-img img {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
  vertical-align: top;
}

.ttl-read {
  text-align: center;
  margin: 0 auto 40px;
}

.ttl-read p {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

.ttl-read-note {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.shop-image-detail {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.shop-image-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.shop-image-whole img,
.detail-image-block img {
  width: 100%;
}

.shop-image-detail.shop-image-detail-reverse {
  flex-direction: row-reverse;
}

.small_read2 a,
.shop-image-credit-l a,
.shop-image-credit-r a {
  margin-bottom: 8px;
}

.shop-image-credit-l a:not(:last-child),
.shop-image-credit-r a:not(:last-child) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

.icn_check {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  background-color: #212121;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 8px;
}

.shop-image-credit-r {
  font-size: 14px;
  line-height: 1.7em;
  /* position: absolute;
    top: 260px;
	right: 22px; */
  text-align: left;
  /* color: #fff;
	background-color: rgba(255, 255, 255, 0.7); */
  text-decoration: none;
  padding: 1.5%;
}

.coordinate-link {
  text-decoration: underline;
  position: relative;
}

.coordinate-link::after {
  transform: translate(-3px, -2px) rotate(45deg);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  margin-left: 7px;
}

.content-btn:hover {
  opacity: 0.7;
}

.bland-name {
  letter-spacing: 1px;
  margin: 0.6em 0 0.8em;
  color: #333;
  font-size: 32px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-larger {
  font-size: 40px;
}

.staff-desc-text {
  display: block;
  width: 350px;
  margin: 0 0 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/* itemlist */

.itemlist {
  margin-bottom: 80px;
}

.itemlist-txt {
    text-align: center;
    font-size: 15px;
    margin-top: 14px;
}

.itemlist ul {
  width: 800px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto 24px;
}
.itemlist ul > li {
  /*background: #f7f6f2;*/
  box-sizing: border-box;
  margin-top: 12px;
  padding: 12px;
  width: calc(50% - 6px);
}

.itemlist ul > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.itemlist ul > li p {
  margin-top: 8px;
  flex-grow: 1;
}

.itemlist ul > li img {
  aspect-ratio: 5/6;
  width: 100%;
}

.itemlist ul .m-btn-active {
  height: 32px;
  line-height: 32px;
  margin-top: auto;
}

.staff-name {
  margin-bottom: 1em;
}

.itemlist-headline {
  width: 96%;
  font-size: 20px;
  margin: 32px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  font-family: "Playfair Display", "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.itemlist-headline:before,
.itemlist-headline:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #a9a7a0;
}

.itemlist-headline:before {
  margin-right: 1rem;
}

.itemlist-headline:after {
  margin-left: 1rem;
}

.c-price {
  padding-bottom: 12px;
}

.tmld_part1 {
    display: block;
    margin: 40px auto;
    width: 1000px;
    overflow: hidden;
    text-align: center;
}

.tmld_part1_txt {
    font-size: 24px;
    padding-bottom: 8px;
}

.tmld_part1_img {
  width: 60%;
}

@media screen and (min-width: 640px) {
  .detail-image-block {
    width: 500px;
  }

  .shop-image-detail {
    width: 1000px;
    margin: 0 auto 60px;
  }

  .small_read2,
  .shop-image-credit-l,
  .shop-image-credit-r {
    & a:hover {
      opacity: 0.6;
    }
  }

  /* PC itemlist*/
  .itemlist ul {
    width: 1000px;
  }
  .itemlist ul > li {
    width: calc(25% - calc(36px / 4));
  }
  .itemlist ul > li:not(:first-of-type) {
    margin-left: 12px;
  }

  .itemlist-headline {
    width: 800px;
  }

  .itemlist .m-btn-inactive {
    transition: all 0.2s linear;
  }
}

@media screen and (max-width: 640px) {
  .main-ttl {
    width: auto;
    margin: 0 12px;
    background-color: #fff;
  }

  .main-ttl img {
    width: 100%;
    /* margin: 32px auto 0; */
  }

  .ttl-read {
    width: calc(100% - 24px);
    padding: 56px 12px 0;
    position: relative;
  }

  .ttl-read p {
    font-size: 13px;
    text-align: left;
    margin: 0 auto 60px;
  }

  .ttl-read::before {
    position: absolute;
    display: block;
    content: "";
    width: 95%;
    background-color: #424242;
    height: 1px;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ttl-read::after {
    position: absolute;
    display: block;
    content: "";
    width: 95%;
    background-color: #424242;
    height: 1px;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
  }

  .shop-image-detail {
    display: block;
  }

  ul.under_link {
    overflow: hidden;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
    margin: 0 auto;
}

  ul.under_link li {
    width: 90%;
  }

  .itemlist-title {
    font-size: 24px;
    text-align: center;
  }

  .itemlist-txt {
    font-size: 13px;
    padding: 0 2%;
  }

  /* コーディネート */

  .shoptour-content-wrapper {
    width: auto;
    /* margin-right: 12px;
	margin-left: 12px; */
  }

  .shoptour-content {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 80px;
  }

  .shop-image-detail {
    width: 90%;
    margin: 0 auto 60px;
  }

  .small_read2,
  .shop-image-credit-l,
  .shop-image-credit-r {
    width: 100%;
    font-size: 105%;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.7em;
    position: static;
    top: 0px;
    left: 0px;
    padding: 0;
  }

  .small_read2 a,
  .shop-image-credit-l a,
  .shop-image-credit-r a {
    padding: 5px 0 0 5px;
    color: #000;
    font-size: 14px;
    text-align: left;
    display: block;
  }

  .shop-image-detail .credit {
    width: calc(100% - 60px);
  }

  .itemlist ul {
    width: 100%;
  }

  .itemlist-headline {
    font-size: 18px;
    letter-spacing: -2px;
  }

  .staff-desc-text {
    width: 100%;
  }

  .bland-name {
    margin: 0.6em 0;
  }

  .tmld_part1{
    width: auto;
  }

  .tmld_part1_img {
    width: 90%;
  }
}
