@charset 'utf-8';

/* 一旦非表示 */
.buttonWrapper {
  justify-content: center !important;
}

.buttonWrapper .moreReadBtn:nth-of-type(2) {
  display: none;
}

/* 200527 */
.contentsBox:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.contentsInBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviewPhoto {
  width: 16.4%;
}

.contentsLeftText {
  width: 80.5%;
}

.reviewTopCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid;
}

.reviewTopCont .left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.reviewTopCont .right {
  width: 30%;
  font-size: 16px;
  text-align: right;
}

.reviewTitle {
  font-weight: bold;
}

.stars {
  font-size: 16px;
}

.stars span {
  font-size: inherit;
}

.reviewComment, .reviewComment span, .reviewComment~div {
  font-size: 20px;
  padding: 8px 0;
}

#form form #therapistRatingBox {
  width: 48.5%;
  margin-bottom: 15px;
}

#form form #therapistRatingBox select {
  width: 99.5%;
  height: 60px;
  text-indent: 1em;
  font-size: 18px;
  letter-spacing: 0;
  border: none;
}

.reviewPager li:first-of-type, .reviewPager li:last-of-type {
  transform: scale(0.5, 1);
  line-height: 30px;
  height: 30px;
  font-size: 34px;
}

.stars::after {
  content: "\02606\02606\02606\02606\02606";
  font-size: 140%;
  font-weight: bold;
  color: #c2ad61;
  letter-spacing: -1.3px;
}

.stars.one::after {
  content: "\02605\02606\02606\02606\02606";
}

.stars.two::after {
  content: "\02605\02605\02606\02606\02606";
}

.stars.three::after {
  content: "\02605\02605\02605\02606\02606";
}

.stars.four::after {
  content: "\02605\02605\02605\02605\02606";
}

.stars.five::after {
  content: "\02605\02605\02605\02605\02605";
}

.reviewPager li:first-of-type a, .reviewPager li:last-of-type a {
  border: none;
  height: 100%;
  line-height: 30px;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

/*
 =========================================================
 PC逕ｨ
========================================================= */
@media screen and (min-width: 981px) {

  .bannerHeadline {
    margin-top: 25px;
  }

  #readBlock {
    background-color: #fff;
    width: 980px;
    padding: 32px 0 44px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
  }

  #formLink {
    margin: 12px auto 0;
    background: #644537;
    width: 220px;
  }

  #formLink a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 7px 0;
    text-align: center;
  }

  #formLink a:hover {
    opacity: 0.8;
  }

  .contentsBox {
    width: 980px;
    box-sizing: border-box;
  }

  .reviewPager {
    height: 48px;
    line-height: 48px;
  }

  .reviewPager ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .reviewPager li {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
    width: 30px;
    height: 30px;
    color: #c2ad61;
  }

  .reviewPager li.leader {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
    width: auto;
  }

  .reviewPager a, .reviewPager span {
    background-color: #ffffff;
    border-radius: 50%;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 29px;
    border: 1px solid;
    box-sizing: border-box;
    transition: all .3s ease;
  }

  .reviewPager a:hover, .reviewPager span {
    background: #c2ad61;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 30px;
    transition: all .3s ease;
  }

  #form {
    background-image: none;
    background-color: #f0ecdd;
    padding: 26px 26px 18px;
    margin-top: 60px;
  }

  #form .formText {
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    font-family: heisei-mincho-std, serif;
  }

  #form form {
    width: 930px;
    margin: 0 auto;
  }

  #form p.formTitleElement {
    margin-bottom: 9px;
    font-size: 18px;
  }

  #form form input[type="text"], #form form textarea, #form form #therapistNameBox select, #form form #therapistRatingBox {
    border: 2px solid #a2a2a2;
    letter-spacing: 2.4px;
    border: none;
  }

  #form form input[type="text"] {
    height: 60px;
    margin-bottom: 19px;
    text-indent: 1.4em;
    font-size: 18px;
  }

  #nameBox {
    width: 48.5%;
    margin-right: 27px;
    margin-bottom: 11px;
  }

  #therapistNameBox {
    width: 48.5%;
    margin-bottom: 30px;
  }

  #form form #nameBox input, #form form #therapistNameBox select {
    width: 99.5%;
  }

  #form form #therapistNameBox select {
    height: 60px;
    text-indent: 1em;
    font-size: 18px;
    letter-spacing: 0;
  }

  #form form #submitBtnWrap {
    /* position: relative; */
    /* width: 144px; */
  }

  #form form textarea {
    height: 221px;
    resize: none;
    padding: 20px;
    line-height: 1.4em;
    width: 882px;
    font-size: 18px;
  }

  #submitBtnWrap {
    margin: 0 auto 20px;
  }

  #form form #submitBtnWrap.close:after {
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
    display: block;
    height: 53px;
    left: -5px;
    opacity: 0.7;
    position: absolute;
    top: -5px;
    width: 198px;
  }

  #submitBtnWrap #submitBtn {
    /* text-indent: 0; */
    /* width: 100%; */
    /* height: 50px; */
    /* color: #ffffff; */
    /* cursor: pointer; */
    /* font-size: 20px; */
    /* background-color: #c2ad61; */
    /* margin-bottom: 3px; */
    /* font-weight: bold; */
  }

  #submitBtnWrap #submitBtn:hover {
    opacity: 0.8;
  }

  #reviewOriginalBlock .contentsTitle h3 {
    background-image: none;
    color: #a42526;
    font-weight: bold;
    width: 940px;
    margin: 0 auto;
    border: none;
  }

  :placeholder-shown {
    color: #cccccc;
  }

  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  ::-webkit-input-placeholder {
    color: #cccccc;
  }

  /* Firefox 18- */
  :-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }

  /* Firefox 19+ */
  ::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }

  /* IE 10+ */
  :-ms-input-placeholder {
    color: #cccccc;
  }

  .finishText {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto 0;
    text-align: center;
  }

  #reviewOriginalBlock .contentsBox {
    height: auto;
    min-height: 285px;
    position: relative;
    padding: 42px 30px;
    box-sizing: border-box;
  }

  .contentsLeftText {
    line-height: 1.5;
  }

  .contentsLeftText a img {
    width: 148px;
    border: 1px solid #190d0b;
    box-sizing: border-box;
    position: absolute;
    left: -170px;
  }

  .guestsName {
    display: flex;
    font-size: 16px;
  }

  .reviewTitle {
    font-size: 20px;
    margin-right: 50px;
  }

  .reviewTitle a {
    display: block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
  }

  .guestsName::before {
    color: #ffffff;
    background: url(/img/review/img_heading_review.jpg) no-repeat;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    left: -169px;
  }

  .reviewTitle::before {
    color: #ffffff;
    background: url(/img/review/img_heading_review.jpg) no-repeat;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
  }

  #form .contentsBox {
    width: 100%;
    background: none;
    border: none;
    margin-bottom: 0;
  }

  .reviewBtn {
    position: relative;
    padding: 6px;
    text-align: center;
    display: block;
    margin: 5px auto 0;
    width: 42%;
    color: #a42526;
  }

  .reviewBtn:before, .reviewBtn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 8px;
    height: 39px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid 1px #644537;
    border-bottom: solid 1px #644537;
  }

  .reviewBtn:before {
    border-left: solid 1px #644537;
    left: 0;
  }

  .reviewBtn:after {
    border-right: solid 1px #644537;
    right: 0;
  }

  /* 200527 */
  .readBlock p {
    text-align: center;
    font-family: heisei-mincho-std, serif;
    font-size: 19px;
    margin-bottom: 22px;
  }

  .buttonWrapper {
    display: flex;
    justify-content: space-between;
    width: 819px;
    margin: 0 auto;
  }

  .buttonWrapper .moreReadBtn a {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
  }
}

/* =========================================================
繧ｹ繝槭�逕ｨ
========================================================= */
@media screen and (max-width: 980px) {

  .readBlock {
    margin: 0 auto;
    width: 97%;
    text-align: center;
  }

  .readBlock p {
    margin-bottom: 5%;
    font-size: 3.2vw;
    line-height: 1.7;
    text-align: center;
    font-family: heisei-mincho-std, serif;
  }

  .readBlock #formLink {
    margin: 0 auto;
    background: #644537;
    width: 60%;
  }

  .readBlock #formLink a {
    font-size: 3vw;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5% 0;
    text-align: center;
  }

  .readBlock #formLink a span {
    font-size: 3vw;
    margin-right: 1vw;
  }

  .contentsBox .contentsTitle {
    margin: 0 auto;
    line-height: 2em;
    border-bottom: 1px solid #190d0b;
    position: relative;
  }

  .bannerHeadline h2 {
    margin: 6% auto 6%;
  }

  .contentsBox .contentsTitle h3 {
    font-weight: bold;
    background-image: none;
    height: 5vw;
    line-height: 5vw;
    padding: 0;
    color: #a42526;
    text-align: center;
    font-size: 4vw;
  }

  .contentsBox .contentsTitle h3 span {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    position: static;
    transform: none;
  }

  .contentsBox .contentsInBox {
    position: relative;
    padding: 6% 3.5%;
    box-sizing: border-box;
  }

  .contentsBox .contentsInBox div {
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .contentsBox .contentsInBox .contentsLeftText img {
    width: 25%;
    float: left;
    border: 1px solid #000000;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }

  .contentsBox .contentsInBox .reviewTitle {
    font-size: 0;
    line-height: 6vw;
    margin-right: 1vw;
  }

  .reviewPager {
    padding: 3.125% 0;
  }

  .reviewPager ul {
    text-align: center;
    height: 6vw;
  }

  .reviewPager li {
    display: inline-block;
    font-size: 4.5vw;
    color: #c2ad61;
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    margin: 0 1vw;
  }

  .reviewPager li.leader {
    margin: 0;
    line-height: 4vw;
    height: 4vw;
    vertical-align: 22%;
    width: auto;
  }

  .reviewPager li:last-child {
    margin-right: 0;
  }

  .reviewPager a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: inherit;
    text-decoration: none;
    font-size: 3.44vw;
    font-weight: normal;
    display: block;
    width: 6vw;
    height: 6vw;
    line-height: 5.8vw;
    border: 1px solid;
    box-sizing: border-box;
  }

  .reviewPager span {
    border-radius: 50%;
    background: #c2ad61;
    color: #ffffff;
    font-weight: normal;
    font-size: 3.44vw;
    display: block;
    width: 6vw;
    height: 6vw;
    line-height: 5.8vw;
  }

  #form {
    padding-top: 16vw;
    padding-bottom: 4vw;
    margin-top: -16vw;
  }

  #form .contentsBox {
    background-image: none;
    background-color: #f0ecdd;
    margin: 9vw auto 0;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    padding: 5vw 0;
  }

  #form .formText {
    font-family: heisei-mincho-std, serif;
    font-size: 4vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3.5vw;
  }

  #form form {
    margin: 0 auto;
    padding: 3.125%;
  }

  #form form .formTitleElement {
    font-size: 3.44vw;
    margin-bottom: 1.56%;
    font-weight: normal;
  }

  #form form input[type="text"], #form form textarea {
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    background: #ffffff;
    -webkit-appearance: none;
    width: 100%;
    font-size: 3.44vw;
    margin-bottom: 5%;
  }

  #form form input[type="text"] {
    font-size: 3.44vw;
    font-weight: normal;
    letter-spacing: 1pt;
    padding: 0;
    height: 9vw;
    text-indent: 1em;
  }

  #form form textarea {
    padding: 3.125%;
    width: 93.75%;
    resize: none;
    min-height: 150px
  }

  #form form #therapistName {
    width: 100%;
    font-size: 3.44vw;
    margin-bottom: 3.125%;
    border: none;
    height: 9vw;
    line-height: 9vw;
    text-indent: 1em;
  }

  #form form #submitBtnWrap {
    /* margin: 0 auto; */
    /* width: 25%; */
  }

  #form form #submitBtnWrap #submitBtn {
    /* text-align: center; */
    /* background-color: #c2ad61; */
    /* color: #ffffff; */
    /* width: 100%; */
    /* border: none; */
    /* margin-bottom: 0; */
    /* line-height: 9vw; */
    /* text-indent: 0; */
  }

  :placeholder-shown {
    color: #cccccc;
  }

  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  ::-webkit-input-placeholder {
    color: #cccccc;
  }

  /* Firefox 18- */
  :-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }

  /* Firefox 19+ */
  ::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }

  /* IE 10+ */
  :-ms-input-placeholder {
    color: #cccccc;
  }

  .finishText {
    color: #ff0000;
    font-weight: bold;
    margin: 1.567% auto;
    width: 100%;
    font-size: 75%;
    text-align: center;
  }

  .reviewBtn {
    position: relative;
    padding: 2%;
    text-align: center;
    display: block;
    margin: 2% auto 0;
    width: 60%;
    font-size: 110%;
    box-sizing: border-box;
    color: #a42526;
  }

  .reviewBtn:before, .reviewBtn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 8px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid 1px #644537;
    border-bottom: solid 1px #644537;
  }

  .reviewBtn:before {
    border-left: solid 1px #644537;
    left: 0;
  }

  .reviewBtn:after {
    border-right: solid 1px #644537;
    right: 0;
  }

  /* 200527 */
  .reviewPhoto {
    width: 25%;
  }

  .contentsLeftText {
    width: 73%;
  }

  .reviewTopCont {
    height: 6vw;
  }

  .reviewTopCont .left {
    width: 65%;
  }

  .reviewTopCont .right {
    width: 35%;
    font-size: 2.3vw;
    line-height: 6.5vw;
  }

  .reviewTitle a {
    text-decoration: none;
    font-size: 3vw;
    font-weight: bold;
  }

  .stars {
    font-size: 2.1vw;
    font-weight: normal;
    line-height: 6.2vw;
  }

  .reviewComment {
    font-size: 3.2vw !important;
    padding: 2vw 0;
    width: 95%;
    margin: 0 auto;
  }

  #form form #therapistRatingBox {
    width: 100%;
    margin-bottom: 2vw;
  }

  #form form #therapistRatingBox select {
    width: 100%;
    border: none;
    font-size: 3.44vw;
    height: 9vw;
    line-height: 9vw;
  }

  .buttonWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .buttonWrapper .moreReadBtn {
    margin: 5% auto 9%;
  }

  .buttonWrapper .moreReadBtn a {
    width: 100%;
    height: 9vw;
    line-height: 8.5vw;
    font-size: 2.7vw;
  }

  .reviewPager li:first-of-type, .reviewPager li:last-of-type {
    /* transform: none; */
    height: 6vw;
    line-height: 6vw;
    font-size: 6vw;
    margin: 0;
    vertical-align: -15%;
  }
}