@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');
/* ---------------------------------------------------------------------------------
Copyright 2014.HAIR CATALOG.JP ALL RIGHTS RESERVED.

HTML CSS Selectors パーマをかけよう

$Revision: 2.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */
#special-header-wrapper {
	display: none;
}
#footer-wrapper {
  position: relative;
  z-index: 10;
}
#contents-wrapper {
	width: 100%;
  min-width: 1400px;
	position: relative;
  background-color: #fff;
  z-index: 1;
}
#special-column {
	float: none;
	width: 100%;
  position: relative;
  z-index: 10;
}
img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.contents-ttl {
  width: 300px;
  padding-top: 100px;
  margin: 0 auto 60px;
}
.contents-ttl span {
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.list-read-ttl {
  width: 600px;
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}
.list-read-txt {
  width: 600px;
  margin: 0 auto 100px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.perm-list {
  width: 715px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.perm-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.perm-list div {
  width: 225px;
  height: 270px;
  position: relative;
}
.perm-list__before::before,
.perm-list__after::before {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.perm-list__before::before {
  content:"before";
}
.perm-list__after::before {
  content:"after";
}
.perm-list__before::after {
  width: 100px;
  height: 7px;
  background-image: url("../special/perm_2021/list_aroow.svg");
  position: absolute;
  bottom: -25px;
  right: -50px;
  content:"";
}
.perm-list-in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.perm-list a {
  display: block;
  position: relative;
}
.perm-list a:hover {
  opacity: 0.5;
}
.perm-list li span {
  text-align: center;
}
.perm-list__style-name {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  font-size: 12px;
  line-height: 1;
}
.perm-list__name {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.perm-list__salon {
  display: block;
  width: 120px;
  margin: 0 auto 16px;
}
.perm-list__btn {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 26px;
  border: 1px solid #231815;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 600;
  text-align: center;
}

.page-nav {
  box-sizing: border-box;
  height: 300px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 90px;
  position: relative;
}
.page-nav-in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 400px;
  height: 100%;
  background: url("../special/perm_2021/pagenation_bg.svg") no-repeat center;
  margin: 0 auto;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.page-nav-in a {
  display: none!important;
}
.page-nav-in a.ditto_previous_link,
.page-nav-in a.ditto_next_link {
  display: block!important;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-nav-in a.ditto_previous_link {
  left: 0;
}
.page-nav-in a.ditto_next_link {
  right: 0;
}

/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */

.detail-wrap {
  padding-top: 100px;
  overflow:hidden;
}
.detail-ttl {
  width: 180px;
  position: absolute;
  top: 40px;
  left: -20px;
}
.detail-block {
  box-sizing: border-box;
  position: relative;
}
.detail-style-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding-bottom: 36px;
  position: relative;
}
.detail-style-name::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  content:"";
}
.detail-stylist {
  padding-bottom: 52px;
  position: relative;
  text-align: center;
}
.detail-stylist__name {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 10px;
}
.detail-stylist__salon {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.detail-comment-ttl {
  width: 600px;
  margin: 0 auto 30px;
  font-size: 18px;
  text-align: center;
}
.detail-comment {
  width: 600px;
  margin: 0 auto 145px;
  font-size: 12px;
  line-height: 1.7;
}
.btn-reserve {
  width: 300px;
  margin-bottom: 30px;
}
.btn-reserve a {
  box-sizing: border-box;
  display: block;
  width: 300px;
  height: 50px;
}

.style-data-block {
  height: 1280px;
  position: relative;
  z-index: 2;
}
.style-data-block::before {
  display: block;
  width: 3000px;
  height: 1197px;
  background-image: url("../special/perm_2021/bg_line.png");
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -1500px;
  content:"";
  z-index: -1;
}
.style-before-img {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}

.style-after-img {
  width: 500px;
  position: absolute;
  top: 400px;
  left: 50%;
}
.style-before-img::after,
.style-after-img::after {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.style-before-img::after {
  content:"before";
}
.style-after-img::after {
  content:"after";
}

.style-data {
  width: 300px;
  position: absolute;
  top: 538px;
  left: 50%;
  margin-left: -500px;
}
.style-data__img {
  width: 100px;
  padding-bottom: 20px;
}
.style-data__name {
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.style-data__txt {
  padding-bottom: 190px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 2;
}
.btn-reserve {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 144px;
  height: 144px;
  border: 1px solid #FFA7A9;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.83;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-reserve::before {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../special/perm_2021/icon_cal.svg");
  margin: 0 auto 10px;
  content:"";
}


.detail-photo-tumb {
  width: 93px;
}
.detail-photo-tumb a {
  display: block;
  margin-bottom: 10px;
  opacity: 0.5;
}
.detail-photo-tumb a.selected {
  opacity: 1;
}
.detail-photo-tumb a:last-child {
  margin-bottom: 0;
}
.detail-photo {
  margin-bottom: 200px;
}
.detail-photo .img {
  padding: 0 10px;
}
.detail-photo .img img {
  width: auto!important;
  height: 720px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: auto;
  bottom: -35px;
  display: block;
  width: 100px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: #666;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
  background-size: 100% auto;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #666;
  outline: none;
}
.slick-prev {
  background-image: url("../special/perm_2021/btn_prev.svg");
  left: 50%;
  margin-left: -300px;
}
.slick-next {
  background-image: url("../special/perm_2021/btn_next.svg");
  right: 50%;
  margin-right: -300px;
}

.detail-wrap .page-nav-in {
  width: 740px;
}
.page-nav-in .prev,
.page-nav-in .next {
  width: 195px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-nav-in .prev {
  left: 0;
}
.page-nav-in .next {
  right: 0;
}
.page-nav-in .prev a,
.page-nav-in .next a {
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.page-nav-in .next a {
  flex-direction: row-reverse;
}
.page-nav-in img {
  width: 126px;
}
.page-nav-in span {}


.other-style {
  padding-bottom: 80px;
  border-bottom: 1px solid #000;
  margin-bottom: 100px;
}
.other-style h3 {
  padding: 0 0 100px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.other-style h3 span {
  display: block;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.other-style-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.other-style-list li {
  width: 280px;
  padding: 0px 10px 20px;
}

.other-style-list li a:hover {
  opacity: 0.5;
}

.anc-list {
  display: block;
  width: 215px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.anc-list a {
  display: block!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
.anc-list a::before {
  width: 120px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content:"";
}
.anc-list a:hover {
  opacity: 0.5;
}