#aesthetic *, #aesthetic *:after, #aesthetic *:before {
  box-sizing: border-box;
}

/*-------------------
フォント設定
---------------------*/
html {
  font-size: 13px;
	scroll-behavior: smooth;
}
body {
  line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}
/*:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
}*/

#aesthetic img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .aestheticContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
}

/* .aestheticJumbotron */
.aestheticJumbotron {
  text-align: center;
}

/* .aestheticHeader */
.aestheticHeader {
  text-align: center;
}

/* .aestheticWork */
.aestheticWork {
  background-color:  #f9f4ee;
  padding-top: 5px;
}

.aestheticWorkTitle img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .aestheticWorkTitle {
    padding-bottom: 5px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .aestheticWorkBlocks {
    display: flex;
    justify-content: center;
  }
}

.aestheticWorkBlock {
  background-size: cover;
  background-position: center center;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .aestheticWorkBlock {
    display: flex;
    flex-basis: 50%;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    max-width: 50%;
  }
}

.aestheticWorkBlock01 {
  background-image: url(../img/work-block-bg01_sp.jpg);
}

.aestheticWorkBlock02 {
  background-image: url(../img/work-block-bg02_sp.jpg);
}

@media (min-width: 768px) {
  .aestheticWorkBlock01 {
    background-image: url(../img/work-block-bg01.jpg);
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .aestheticWorkBlock02 {
    background-image: url(../img/work-block-bg02.jpg);
  }
}

@media (min-width: 768px) {
  .aestheticWorkBlockInner {
    flex-basis: 445px;
    max-width: 445px;
  }
}

.aestheticWorkBlockTitle {
  padding-bottom: 7px;
  text-align: center;
}

.aestheticWorkBlockTitle img {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .aestheticWorkBlockTitle {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 89px;
    padding-bottom: 0;
  }
}

.aestheticWorkBlockSubtitle {
  text-align: center;
}

.aestheticWorkInner {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .aestheticWorkInner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .aestheticWorkBlock01 .aestheticWorkBlockTitle,
  .aestheticWorkBlock01 .aestheticWorkInner {
    margin-right: 35px;
  }
}

@media (min-width: 768px) {
  .aestheticWorkBlock02 .aestheticWorkBlockTitle,
  .aestheticWorkBlock02 .aestheticWorkInner {
    margin-left: 35px;
  }
}

.aestheticWorkBlockTxt {
  background-color: rgba(255, 255, 255, 0.77);
  font-size: 12px;
  line-height: 1.3;
  margin-top: -4px;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .aestheticWorkBlockTxt {
    border-radius: 3px;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin-top: -8px;
    padding: 30px 25px;
  }
}

/* .aestheticKodawariSearch */
.aestheticKodawariSearch {
  background-color: #f9f4ee;
  padding-bottom: 10px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .aestheticKodawariSearch {
    padding-bottom: 60px;
    padding-top: 45px;
  }
}

.aestheticKodawariSearchTitle {
  color: #666;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticKodawariSearchTitle {
    font-size: 36px;
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .aestheticKodawariSearchBlocks {
    align-items: center;
    display: flex;
  }
}

.aestheticKodawariSearchBlock {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 6px 0px 0px rgba(132, 132, 132, 0.36);
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 8px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .aestheticKodawariSearchBlock {
    flex-basis: 33.333%;
    padding-bottom: 25px;
    max-width: 33.333%;
  }
}

.aestheticKodawariSearchBlockTitle {
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticKodawariSearchBlockTitle {
    padding-bottom: 35px;
  }
}

.aestheticKodawariSearchBlockTitle img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .aestheticKodawariSearchBlockTitle img {
    margin-top: -30px;
  }
}

.aestheticKodawariSearchList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.aestheticKodawariSearchListItem {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .aestheticKodawariSearchListItem {
    font-size: 18px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.aestheticKodawariSearchListItem a {
  color: #0068b7;
  font-weight: 700;
  text-decoration: underline;
}

.aestheticKodawariSearchListItem a:hover {
  text-decoration: none;
}

/* .aestheticBest3 */
.aestheticBest3 {
  background-color: #f9f4ee;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .aestheticBest3 {
    padding-bottom: 40px;
    padding-top: 5px;
  }
}

.aestheticBest3Title {
  padding-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticBest3Title {
    padding-bottom: 50px;
    text-align: center;
  }
}

.aestheticBest3Title img {
  margin-left: auto;
  margin-right: auto;
}

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

.aestheticBest3Block {
  flex-basis: 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .aestheticBest3Block {
    flex-basis: 46.875%;
    max-width: 46.875%;
  }
}

.aestheticBest3Block01 {
  padding-left: 8px;
  padding-right: 6px;
}

@media (min-width: 768px) {
  .aestheticBest3Block01 {
    padding-left: 0;
    padding-right: 0;
  }
}

.aestheticBest3Block02 {
  padding-left: 6px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .aestheticBest3Block02 {
    padding-left: 0;
    padding-right: 0;
  }
}

.aestheticBest3BlockTitle {
  padding-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticBest3BlockTitle {
    padding-bottom: 25px;
  }
}

.aestheticBest3BlockTitle img {
  margin-left: auto;
  margin-right: auto;
}

.aestheticBest3ListItem {
  padding-bottom: 7px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticBest3ListItem {
    padding-bottom: 10px;
  }
}

.aestheticBest3ListItem img {
  margin-left: auto;
  margin-right: auto;
}

/* .aestheticVoice */
.aestheticVoice {
  background-color: #f9f4ee;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .aestheticVoice {
    padding-bottom: 40px;
    padding-top: 5px;
  }
}

.aestheticVoiceTitle {
  padding-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticVoiceTitle {
    padding-bottom: 50px;
  }
}

.aestheticVoiceTitle img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .aestheticVoiceBlocks {
    display: flex;
    justify-content: space-between;
  }
}

.aestheticVoiceBlock {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlock {
    flex-basis: 30.833%;
    max-width: 30.833%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.aestheticVoiceBlockTitle {
  position: relative;
  text-align: center;
  z-index: 99;
}

.aestheticVoiceBlockTitle img {
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.aestheticVoiceBlockInner {
  border: 2px solid transparent;
  background-color: #fff;
  margin-top: -5px;
  padding: 10px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockInner {
    margin-top: -10px;
    padding: 0;
    padding-bottom: 15px;
  }
}

.aestheticVoiceBlockInnerFemale {
  border-color: #ff6d77;
}

.aestheticVoiceBlockInnerMale {
  border-color: #556fb5;
}

.aestheticVoiceBlockImg {
  margin-bottom: 5px;
  width: 115px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockImg {
    margin-bottom: 5px;
    width: auto;
  }
}

.aestheticVoiceBlockImgAlpha {
  float: left;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockImgAlpha {
    float: none;
    margin-right: 0;
  }
}

.aestheticVoiceBlockImgBeta {
  float: right;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockImgBeta {
    float: none;
    margin-left: 0;
  }
}

.aestheticVoiceBlockTxt {
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockTxt {
    color: #434343;
    font-size: 14px;
    line-height: 1.7;
    padding: 15px;
  }
}

.aestheticVoiceBlockTxtAlpha {
  float: right;
  margin-left: -130px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockTxtAlpha {
    float: none;
    margin-left: 0;
  }
}

.aestheticVoiceBlockTxtAlpha p {
  padding-left: 130px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockTxtAlpha p {
    padding-left: 0;
  }
}

.aestheticVoiceBlockTxtBeta {
  float: left;
  margin-right: -130px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockTxtBeta {
    float: none;
    margin-right: 0;
  }
}

.aestheticVoiceBlockTxtBeta p {
  padding-right: 130px;
}

@media (min-width: 768px) {
  .aestheticVoiceBlockTxtBeta p {
    padding-right: 0;
  }
}

.aestheticVoiceBlockSchedule {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

.aestheticVoiceBlockSchedule img {
  margin-left: auto;
  margin-right: auto;
}

/* .aestheticFaq */
.aestheticFaq {
  background-image: url(../img/faq-bg.png);
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .aestheticFaq {
    padding-bottom: 40px;
  }
}

.aestheticFaqTitle {
  background-color: #aa89bd;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticFaqTitle {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.aestheticFaqTitle img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .aestheticFaqBlocks {
    display: flex;
  }
}

.aestheticFaqBlock {
  border-bottom: 1px solid #aa89bd;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .aestheticFaqBlock {
    border-bottom: 0;
    border-right: 1px solid #aa89bd;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 14px;
    padding-right: 14px;
  }
}

.aestheticFaqBlock:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .aestheticFaqBlock:last-child {
    border-right: none;
    margin-right: 0;
  }
}

.aestheticFaqQ {
  background-color: #fff;
  background-image: url(../img/faq-q.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  min-height: 21px;
  padding: 14px 15px 10px 45px;
}

@media (min-width: 768px) {
  .aestheticFaqQ {
    background-position: 7px 15px;
    background-size: 42px;
    color: #434343;
    font-size: 18px;
    height: 72px;
    line-height: 1.3;
    margin-bottom: 10px;
    min-height: auto;
    padding-left: 60px;
    padding-top: 15px;
  }
}

.aestheticFaqA {
  background-image: url(../img/faq-a.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
  padding: 10px 15px 10px 45px;
}

@media (min-width: 768px) {
  .aestheticFaqA {
    background-position: 7px 15px;
    background-size: 42px;
    color: #434343;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 25px 25px 25px 63px;
  }
}

/* .aestheticSearch */
.aestheticSearch {
  background-color: #ff6d77;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .aestheticSearch {
    padding-bottom: 25px;
    padding-top: 20px;
  }
}

.aestheticSearchTitle {
  padding-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .aestheticSearchTitle {
    padding-bottom: 15px;
  }
}

.aestheticSearchTitle img {
  margin-left: auto;
  margin-right: auto;
}

/* エリア検索（都道府県） */
#area section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #area section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#area section dl {
  align-self: baseline;
  background-color: #fff;
  flex-basis: calc(100% / 2 - 1%);
  margin-bottom: 1.5%;
  max-width: calc(100% / 2 - 1%);
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  #area section dl {
    align-self: auto;
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    padding: 10px;
  }
}

#area section dl:last-child {
  background-color: #f9f4ee;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #area section dl:last-child {
    flex-basis: calc((100% / 3) * 2 - .5%);
    max-width: calc((100% / 3) * 2 - .5%);
  }
}

#area section dl dt {
  color: #ff6d77;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #area section dl dt {
    font-size: 18px;
  }
}

#area section dl:last-child dt {
  color: #ff6d77;
}

#area section dl dd {
  display: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  #area section dl dd {
    display: block !important;
  }
}

#area section dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

#area section dl dd ul li {
  flex-basis: calc(100% / 2 - 2%);
  font-size: 12px;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: calc(100% / 2 - 2%);
}

@media (min-width: 768px) {
  #area section dl dd ul li {
    flex-basis: calc(100% / 3 - 2%);
    font-size: 14px;
    max-width: calc(100% / 3 - 2%);
  }
}

#area section dl dd ul li a {
  align-items: center;
  background-color: #ff6d77;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
}

#area section dl:last-child dd ul li {
  flex-basis: calc(100% / 4 - 1%);
  max-width: calc(100% / 4 - 1%);
  margin-left: .5%;
  margin-right: .5%;
}

#area section dl:last-child dd ul li a {
  background-color: #ff6d77;
  color: #fff;
}

/* エリア検索（地方） */
#region section {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #region section {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#region section dl {
  background-color: #fff;
  border-radius: 5px;
}

#region section dt:hover{
	color: #ffb9be;
	transition: .4s;
}

#region section dl + dl{
  margin-top: 5px;
}

@media (min-width: 768px) {
  #region section dl {
    border-radius: 5px;
    flex-basis: calc(100% / 7 - 1%);
    max-width: calc(100% / 7 - 1%);
  }
}

@media (min-width: 768px) {
  #region section dl + dl{
    margin-top: 0;
  }
}

#region section dl dt {
  align-items: center;
  color: #ff6d77;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
}

#region section dl dd {
  display: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#region section dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#region section dl dd ul li {
  flex-basis: calc(50% - 1%);
  font-weight: 400;
  margin-bottom: 1.5%;
  max-width: calc(50% - 1%);
}

#region section dl dd ul li a {
  align-items: center;
  background-color: #ff6d77;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
}