@charset "UTF-8";
.con_main .box_txt, .con_course .box_cou {
  width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1160px) {
  .con_main .box_txt, .con_course .box_cou {
    width: 100%;
  }
}

/* ===================================================================
CSS information

 file name  :esthetics_plan.css
 author     :Ability Consultant
style info  :スパ・ワンデイプラン
=================================================================== */
/*----------------------------------------------------
	.intro
----------------------------------------------------*/
.intro {
  padding-bottom: 35px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .intro {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .intro {
    padding-bottom: 5%;
  }
}

/*----------------------------------------------------
	.con_main　
----------------------------------------------------*/
.con_main {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 47px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main {
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 640px) {
  .con_main {
    margin-bottom: 5%;
  }
}
.con_main .box_main {
  background: #000;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_main {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_main {
    margin-bottom: 5%;
  }
}
.con_main .box_main p {
  width: 1160px;
  position: relative;
  left: 50%;
  margin-left: -580px;
  text-align: center;
}
@media only screen and (max-width: 1160px) {
  .con_main .box_main p {
    width: 100%;
    position: static;
    margin-left: 0;
  }
}
.con_main .box_txt {
  overflow: hidden;
}
@media only screen and (max-width: 1160px) {
  .con_main .box_txt {
    width: 95%;
  }
}
.con_main .box_txt p {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_txt p {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt p {
    width: 100%;
    float: none;
    margin-bottom: 7%;
  }
}
.con_main .box_txt dl {
  width: 44.13793%;
  float: right;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_txt dl {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt dl {
    width: 100%;
    float: none;
  }
}
.con_main .box_txt dl dt {
  line-height: 1.2;
  font-size: 125%;
  color: #2b2b2b;
  font-weight: normal;
  text-align: center;
  text-align: left;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
body:not(.touch) .con_main .box_txt dl dt span {
  text-shadow: 1px 0px 0px rgba(43, 43, 43, 0.8);
}
@media only screen and (max-width: 640px) {
  body:not(.touch) .con_main .box_txt dl dt span {
    text-shadow: none;
  }
}
.con_main .box_txt dl dt:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: .6em;
  margin-right: .5em;
  border-top: 5px solid #0f2975;
  border-bottom: 4px solid #d69b04;
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt dl dt {
    font-size: 117%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_txt dl dt {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt dl dt {
    margin-bottom: 2%;
  }
}
.con_main .box_txt dl dd a {
  line-height: 1.3;
  font-size: 250%;
  font-family: "Times New Roman",serif;
  color: #000;
  font-weight: normal;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_txt dl dd a {
    font-size: 234%;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt dl dd a {
    line-height: 1.1;
    font-size: 205%;
  }
}
.con_main .box_txt dl dd em {
  font-size: 109%;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_txt dl dd em {
    font-size: 92%;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt dl dd em {
    font-size: 84%;
  }
}
.con_main .box_txt dl dd span {
  display: block;
  font-size: 109%;
  color: #011d6d;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_main .box_txt dl dd span {
    font-size: 92%;
  }
}
@media only screen and (max-width: 640px) {
  .con_main .box_txt dl dd span {
    font-size: 92%;
  }
}

/*----------------------------------------------------
	.con_course
----------------------------------------------------*/
.con_course {
  padding: 41px 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_course {
    padding: 41px 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_course {
    padding: 5% 0;
  }
}
.con_course:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #e0e0e0;
  top: 4px;
}
@media only screen and (max-width: 1160px) {
  .con_course .box_cou {
    width: 95%;
  }
}
.con_course .box_cou h3 {
  text-align: center;
  color: #001b6c;
  font-size: 225%;
  padding-bottom: 15px;
  margin-bottom: 42px;
  background: url(../skyspa/esthetics/images/plan/bg_shadow.png) no-repeat bottom center;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_course .box_cou h3 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou h3 {
    padding-bottom: 2%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_course .box_cou h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou h3 {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    font-size: 150%;
  }
}
.con_course .box_cou h3 em {
  width: 38px;
  height: 38px;
  margin: 0 1px;
  padding: 8px;
  border: 1px solid #333f62;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_course .box_cou h3 em {
    padding: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou h3 em {
    width: 24px;
    height: 24px;
    padding: 2px;
  }
}
.con_course .box_cou h3 span {
  font-size: 67%;
  color: #af9126;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou h3 span {
    font-size: 89%;
    line-height: 1;
    padding: 2% 0 1%;
  }
}
.con_course .box_cou .wrp_cou {
  overflow: hidden;
}
.con_course .box_cou .wrp_cou .img {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou .wrp_cou .img {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
}
.con_course .box_cou .wrp_cou .txt {
  width: 44.82759%;
  float: right;
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou .wrp_cou .txt {
    width: 100%;
    float: none;
  }
}
.con_course .box_cou .wrp_cou .txt li {
  margin-bottom: 35px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_course .box_cou .wrp_cou .txt li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou .wrp_cou .txt li {
    margin-bottom: 5%;
  }
}
.con_course .box_cou .wrp_cou .txt li .tit {
  line-height: 1.2;
  font-size: 125%;
  color: #2b2b2b;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  text-align: left;
  font-size: 117%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
body:not(.touch) .con_course .box_cou .wrp_cou .txt li .tit span {
  text-shadow: 1px 0px 0px rgba(43, 43, 43, 0.8);
}
@media only screen and (max-width: 640px) {
  body:not(.touch) .con_course .box_cou .wrp_cou .txt li .tit span {
    text-shadow: none;
  }
}
.con_course .box_cou .wrp_cou .txt li .tit:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: .6em;
  margin-right: .5em;
  border-top: 5px solid #0f2975;
  border-bottom: 4px solid #d69b04;
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou .wrp_cou .txt li .tit {
    font-size: 117%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_course .box_cou .wrp_cou .txt li .tit {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .con_course .box_cou .wrp_cou .txt li .tit {
    margin-bottom: 2%;
  }
}
.con_course .box_cou .wrp_cou .txt li .det {
  font-size: 109%;
  line-height: 1.4;
}
