@charset "UTF-8";
/* Scss Document */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* media query */
.fade {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

.shadow {
  text-shadow: 0px 0px 10px #000, 0px 0px 8px #000;
}

/* mixin
*********************************************************************/
/* media query */
.area_esthe {
  padding: 100px 10px;
}
@media all and (max-width: 828px) {
  .area_esthe {
    padding: 100px 10px 30px;
  }
}

.block_esthe {
  max-width: 1200px;
  margin: 0 auto;
}
.block_esthe .box_ttl {
  padding: 0 0 10px;
  text-align: center;
}
.block_esthe .box_ttl h1 {
  line-height: 1.1em;
  font-size: 3.2rem;
  font-weight: 200;
  display: inline-block;
  border-bottom: #CCC dotted 1px;
  padding: 0 0 8px;
}
@media all and (max-width: 828px) {
  .block_esthe .box_ttl h1 {
    font-size: 2.6rem;
  }
}

.box_esthe {
  display: flex;
  padding: 30px 0;
}
.box_esthe .side_img {
  width: 30%;
  line-height: 0em;
}
.box_esthe .side_img img {
  width: 100%;
  height: auto;
}
.box_esthe .side_txt {
  width: 70%;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
.box_esthe .side_txt h3 {
  font-size: 2.6rem;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  border-bottom: #FFF solid 1px;
  margin: 0 0 20px;
}
.box_esthe .side_txt h3 span {
  font-size: 1.4rem;
  padding: 0 0 0 3em;
  letter-spacing: 0em;
}
.box_esthe .side_txt p {
  font-size: 1.4rem;
  line-height: 1.7em;
  padding: 0 0 12px;
}
.box_esthe .side_txt dl {
  padding: 12px 0;
}
.box_esthe .side_txt dl dt {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 0 0 4px;
}
.box_esthe .side_txt dl dd {
  font-size: 1.8rem;
  line-height: 1.3em;
}
.box_esthe .side_txt dl dd dl {
  padding: 0px 0;
  display: flex;
}
.box_esthe .side_txt dl dd dl dt {
  padding: 0 2em 0 0;
  font-size: 1.8rem;
}
.box_esthe .side_txt dl dd dl dd {
  line-height: 1.8em;
}
.box_esthe .side_txt dl dd dl dd span {
  font-size: 0.8em;
  padding: 0 2px;
}
.box_esthe .side_txt .waku {
  border: #FFF solid 1px;
  display: inline-block;
  padding: 10px;
  margin: 15px 0;
}
.box_esthe .side_txt .waku p {
  font-size: 1.6rem;
  line-height: 1.2em;
  padding: 0 0 0px;
}
.box_esthe .side_txt ul {
  padding: 15px 0;
}
.box_esthe .side_txt ul li {
  font-size: 1.3rem;
  line-height: 1.4em;
  text-indent: -1em;
  padding: 2px 0 2px 1em;
}
.box_esthe .side_txt ul li::before {
  content: "※";
}
@media all and (max-width: 828px) {
  .box_esthe {
    padding: 15px 0;
  }
  .box_esthe .side_txt {
    padding: 0 0 0 10px;
  }
  .box_esthe .side_txt h3 {
    font-size: 2rem;
  }
  .box_esthe .side_txt h3 span {
    padding: 0 0 0 1rem;
  }
}
@media all and (max-width: 494px) {
  .box_esthe {
    display: block;
  }
  .box_esthe:after {
    content: '';
    display: block;
    clear: both;
  }
  .box_esthe .side_img {
    float: left;
    padding: 0 10px 0 0;
  }
  .box_esthe .side_txt {
    width: 100%;
    padding: 0 0 0 0px;
  }
  .box_esthe .side_txt h3 {
    padding: 0 0 5px;
    margin: 0 0 10px;
  }
  .box_esthe .side_txt p {
    padding: 0 0 8px;
    line-height: 1.5em;
  }
  .box_esthe .side_txt dl {
    padding: 8px 0;
  }
  .box_esthe .side_txt dl dt {
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 0 0 2px;
  }
  .box_esthe .side_txt dl dd {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .box_esthe .side_txt dl dd dl {
    padding: 0px 0;
    display: flex;
  }
  .box_esthe .side_txt dl dd dl dt {
    padding: 0 0.5em 0 0;
    font-size: 1.5rem;
  }
  .box_esthe .side_txt dl dd dl dd {
    line-height: 1.6em;
  }
  .box_esthe .side_txt .waku p {
    font-size: 1.4rem;
  }
  .box_esthe .side_txt ul {
    padding: 8px 0;
  }
}
