@charset "UTF-8";
/*=========================================================================
 レスポンシブ化作業
=========================================================================*/
.text-center {
  text-align: center;
}
.border {
  border: 1px solid #ddd;
}
* {
  box-sizing: border-box;
}
.d_ib {
  display: inline-block;
}
.over_img {
  position: relative;
  display: inline-block;
}
.over_img img {
  position: relative;
}
.over_img img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.over_img:hover img:last-of-type {
  opacity: 1;
}
.over_img span {
  display: none;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.title_h3 {
  text-align: left;
  position: relative;
  padding: 4px 4px 4px 30px;
  font-weight: bold;
  border: 1px solid #fecccb;
  border-bottom: 2px solid #fececd;
  font-size: 16px;
  border-radius: 4px;
  background: linear-gradient(to right, #ffffff 0%, #ffdfe0 100%);
}
.title_h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/h3_deco.png) no-repeat;
}
.title_h3 span {
  color: #cd3301;
}
.nopc {
  display: none;
}
.nosp {
  display: block;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .imgl, .imgr {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
    display: block;
  }
  .nopc {
    display: block;
  }
  .nosp {
    display: none;
  }
}
/*------------------------------------------------
 esthetic.html 上書き
------------------------------------------------*/
#main2 {
  background-color: #FFF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  text-align: left;
}
#main2 h2 {
  font-size: 16px;
  color: #F94FE6;
  margin: 0 0 10px;
}
#main2 .picture {
  overflow: hidden;
  margin-left: 30px;
}
#main2 .picture p {
  width: 250px;
  padding: 3px;
  border: 1px solid #CDCDCD;
  float: left;
  margin-right: 30px !important;
  margin-bottom: 10px !important;
}
#main2 .picture p.mr0 {
  margin-right: 0 !important;
}
.photo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo_list img {
  flex: 0 0 200px;
  margin: 10px;
  max-width: 200px;
}
.side_map {
  margin-top: 10px;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  /*=========================================================================
	 default.css
	=========================================================================*/
  /*-------------------------------------------------------------------------
	font-size List

	10px 	77%
	12px 	86%
	13px 	100%
	14px 	108%
	15px 	115%
	16px 	123%
	18px 	138%
	20px 	154%
	-------------------------------------------------------------------------*/
  html {
    scroll-padding-top: 47px; // ヘッダーの高さ分設定
  }
  body {
    background: transparent;
  }
  #wrapper {
    margin: 2.9rem 0 0;
    width: auto;
    min-height: 100%;
    background: transparent;
    border-top: 2px solid #4169e1;
  }
  #outer {
    width: auto;
  }
  /*-------------------------------------------------------------------------
	 header
	-------------------------------------------------------------------------*/
  #header {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe1ff;
  }
  #header div#headMenu {
    float: none;
    width: 100%;
    text-align: center;
    order: 2;
  }
  #header .header-lf {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dbe1ff;
  }
  #header h1 {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    text-align: right;
    overflow: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  * html #header h1 {
    height: auto;
  }
  #header .header-lf img {
    float: none;
    margin-right: 0;
  }
  #header div#headMenu div p {
    float: none;
    width: auto;
    height: auto;
  }
  #header div#headMenu div ul {
    float: none;
    width: auto;
    padding: 0;
  }
  #header div#headMenu div ul li {
    float: none;
    display: inline-block;
  }
  #header div#headMenu div ul li a {
    display: inline-block;
  }
  #header h2 {
    float: none;
  }
  #header p {
    float: none;
  }
  #header .head_tel {
    text-align: center;
    margin-top: 10px;
  }
  .logo_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
  }
  .logo {
    display: inline-block;
    margin: 10px 0;
  }
  .home {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .responsive_btn {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 5px 0;
    padding-left: 15px;
    border: 0;
    border-top: 2px solid #4169e1;
    border-bottom: 2px solid #4169e1;
    background: #ffcccc;
    background: linear-gradient(to bottom, #e2e6ff 0%, #b1c4ff 100%);
    color: #4169e1;
    z-index: 1000;
  }
  .responsive_btn svg {
    width: 34px;
    margin-right: 5px;
  }
  .responsive_btn svg g {
    fill: #4169e1;
  }
  .js-aco_body {
    display: none;
    position: fixed;
    margin: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .responsive_list_title {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    color: #848484;
    background: #f5f5f5
  }
  dt ul li.responsive_list_title::after {
    content: "　▼";
    display: inline-block;
  }
  .responsive_list li {
    border-top: 1px solid #bfcff3;
  }
  .responsive_list li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 15px 6px 15px;
    background: #f5f8ff;
    line-height: 2;
    color: #4169e1;
  }
  .responsive_list li a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg) scale(.4);
  }
  .responsive_bottom {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .2em;
    z-index: 6;
    width: 100%;
    height: 50px;
    background: #f3f3f3;
  }
  .responsive_bottom a {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 40px) / 2);
    text-align: center;
    margin-right: .2em;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #9095e3;
  }
  .responsive_bottom a svg {
    width: 20px;
    margin-right: .2em;
  }
  .responsive_bottom a svg g {
    fill: #fff;
  }
  .responsive_bottom .totop {
    width: 40px;
    margin-right: 0;
    background: #c1c1c1;
  }
  /*-------------------------------------------------------------------------
	 navigation
	-------------------------------------------------------------------------*/
  #navigation {
    display: none;
  }
  #navigation ul li {}
  /*-------------------------------------------------------------------------
	 iner
	-------------------------------------------------------------------------*/
  #inerWrapp {
    width: auto;
    background-image: url(../images/esthetic/top_bg.gif);
    background-repeat: repeat-x;
    padding: 15px;
  }
  /*-------------------------------------------------------------------------
	 info
	-------------------------------------------------------------------------*/
  #flash {
    width: auto;
    height: auto;
    margin: 0 auto 10px auto;
  }
  #flash #flashArea {
    width: auto;
    height: auto;
  }
  /*-------------------------------------------------------------------------
	 container
	-------------------------------------------------------------------------*/
  #container {
    width: auto;
    margin: 0 auto;
    background: transparent;
  }
  /*-------------------------------------------------------------------------
	 main
	-------------------------------------------------------------------------*/
  #main {
    float: none;
    display: block;
    width: auto;
  }
  #main h3 {
    width: auto;
    height: auto;
    clear: both;
    text-align: left;
    position: relative;
    padding: 4px 4px 4px 30px;
    font-weight: bold;
    border: 1px solid #8a8fe2;
    border-bottom: 2px solid #8a8fe2;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(to right, #ffffff 0%, #e2e3ff 100%);
  }
  #main h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/h3_deco_esthe.png) no-repeat;
  }
  #main .detCont h4 {
    font-size: 16px;
    width: auto;
    height: auto;
    background: url(../images/h3_deco_esthe.png) left center no-repeat;
    background-size: 14px;
    margin-bottom: 10px;
    padding-left: 24px;
  }
  #main p.attention {
    color: #C30;
  }
  #main p.note {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  #main p img.imgRight {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
  }
  #main p img.imgLeft {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
  }
  #main img.imgCenter {
    margin: 0 auto 12px;
  }
  /* home menu
	-------------------------------------------------------------------------*/
  /* main - outline
	-------------------------------------------------------------------------*/
  #main #outline {
    width: auto;
  }
  #main #outline #address {
    float: none;
    width: auto;
  }
  #main #outline #address dl {
    text-align: left;
  }
  #main #outline #address dl dt {
    font-weight: bold;
    color: #4169E1;
  }
  #main #outline #address dl dd {
    margin: 0 0 8px 0;
    padding: 0 0 9px 0;
    background: url(../images/c_line_dot.gif) 0 bottom repeat-x;
    line-height: 1.8;
  }
  #main #outline #address dl dd a:link, #main #outline #address dl dd a:visited {
    color: #c30 !important;
  }
  #main #outline #address dl dd a:hover, #main #outline #address dl dd a:active {
    color: #ccc !important;
  }
  #main #outline #map {
    float: none;
    width: 100%;
  }
  #main #outline #map div#mapLink {
    margin: 0 0 8px 0;
    padding: 2px 0 0 0;
  }
  #main #outline #map div#mapLink a {}
  #main #outline #map div#mapLink a:link, #main #outline #map div#mapLink a:visited {}
  #main #outline #map div#mapLink a:hover, #main #outline #map div#mapLink a:active {}
  #main #schedule {
    width: auto;
    margin-top: 15px;
  }
  #main #schedule div.tableWrapp {
    width: auto;
  }
  #main #schedule table {
    width: 100%;
    margin: 0 auto;
  }
  #main #schedule table th, #main #schedule table td {}
  #main #schedule table th {}
  #main #schedule table tr.am td {}
  #main #schedule table tr.pm td {}
  #main #schedule table td {}
  #main #schedule table td.ampm {}
  #main #schedule div.holiday {
    width: auto;
    padding: 10px;
  }
  #main #schedule div.holiday ul li {}
  #main #schedule div.holiday ul li span.add1 {}
  #main #schedule div.holiday ul li span.add2 {}
  /*-------------------------------------------------------------------------
	 side
	-------------------------------------------------------------------------*/
  #side {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #8a8fe2;
  }
  #side ul.navi li {
    width: 230px;
    margin: 0 auto 6px;
    padding: 0 0 7px 0;
    background: url(../images/side_line_dot.gif) 0 bottom no-repeat;
  }
  #side ul.banner li {
    margin: 0 0 6px 0;
    padding: 6px 0 0 0;
  }
  /*-------------------------------------------------------------------------
	 detail
	-------------------------------------------------------------------------*/
  body#detail div.detMenu {}
  body#detail div.detMenu ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  body#detail div.detMenu ul li.last {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  body#detail div.detCont {
    width: auto;
  }
  body#detail div.detCont div.detBox1 {
    float: none;
    width: auto;
  }
  body#detail div.detCont div.detBox1 h4 {
    height: auto;
    width: auto;
  }
  * html body#detail div.detCont div.detBox1 h4 {
    height: auto;
    width: auto;
  }
  body#detail div.detCont div.detBox2 {
    float: none;
    width: auto;
    text-align: center;
    margin: 10px 0;
  }
  body#detail p {
    text-align: left;
    margin: 0 0 12px 0;
  }
  body#detail p.add {
    margin: 0 0 24px 0;
  }
  body#detail p span.name {
    font-size: 123%;
  }
  body#detail h4 {}
  * html body#detail h4 {}
  h4 .cmptit {}
  * html h4 .cmptit {}
  body#detail div.detCont div.chart ul {}
  body#detail div.detCont div.chart ul.case1 {}
  body#detail div.detCont div.chart ul.case2 {}
  body#detail div.detCont div.chart ul li {}
  body#detail div.detCont table#fee {}
  body#detail div.detCont table#fee th, body#detail div.detCont table#fee td {}
  body#detail div.detCont table#fee th {}
  body#detail div.detCont table#fee td {}
  body#detail div.detCont table#fee td.price {}
  body#detail div.detCont table#fee td p.note {}
  /*-------------------------------------------------------------------------
	 page top
	-------------------------------------------------------------------------*/
  #pagetop {
    width: auto;
    position: fixed;
    right: 0;
    bottom: 20px;
    display: none;
  }
  #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ffdfdf;
  }
  #pagetop a::before {
    content: "↑";
    text-align: center;
    font-size: 26px;
    width: 40px;
    line-height: 40px;
    display: block;
    color: #f0117b;
  }
  #pagetop img {
    display: none;
  }
  /*-------------------------------------------------------------------------
	 footer
	-------------------------------------------------------------------------*/
  #footerWrapp {
    width: auto;
  }
  #footer {
    width: auto;
    padding-bottom: 50px;
  }
  #footer #footLogo {
    float: none;
    width: auto;
  }
  #footer #footLogo p {
    text-align: center;
  }
  #footer #footLogo p a:link, #footer #footLogo p a:visited {}
  #footer #footLogo p a:hover, #footer #footLogo p a:active {}
  #footer #footMenu {
    float: none;
    width: auto;
  }
  #footer #footMenu div {
    width: auto;
  }
  #footer #footMenu ul {
    padding: 0;
  }
  #footer #footMenu ul li {
    float: none;
    margin: 0;
    margin-top: .6em;
  }
  #footer #footMenu ul li a:link, #footer #footMenu ul li a:visited {}
  #footer #footMenu ul li a:hover, #footer #footMenu ul li a:active {}
  .first-box {
    padding: 10px 10px;
    border-radius: 10px;
    border: 2px solid #93bfe0;
    background-color: #dbe1fe;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    font-weight: bold;
  }
  .first-box span {
    color: #4760E1;
  }
  #main .detCont ul {
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  #main .detCont ul li {
    margin-bottom: 8px;
  }
  .e-img {
    display: block;
    margin: 0 auto 20px;
  }
  .e-fee {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .e-fee tr td {
    border: 1px solid #E6E6FA;
    padding: 4px;
    text-align: right;
  }
  .e-fee tr .lf {
    background-color: #FAF0E6;
    text-align: left;
    width: 140px;
  }
  .e-kouka {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .e-kouka li {
    float: left;
    list-style-type: none;
    margin-right: 16px;
    font-size: 16px;
    color: #4169E1;
    background-color: #FAEBD7;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-radius: 4px;
    border: 2px solid #B0E0E6;
  }
  .e-kouka2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .e-kouka2 li {
    float: left;
    list-style-type: none;
    margin-right: 16px;
    font-size: 16px;
    color: #ef91ae;
    background-color: #FAEBD7;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-radius: 4px;
    border: 2px solid #ef91ae;
  }
  .sd-gaiyo {}
  .sd-gaiyo dl {}
  .sd-gaiyo dl dt {}
  .sd-gaiyo dl dd {
    margin: 0 auto;
    padding: 0;
  }
  .sd-gaiyo dl dd h5 {
    font-weight: bold;
  }
  .sd-gaiyo dl dd hr {}
  hr.wakeru {}
  .side_map {
    display: block;
    margin: 10px auto;
  }
  .sd-gaiyo dl dd .sd-timetable {
    width: 100%;
    margin: 10px auto 0;
  }
  .sd-timetable table {
    width: 100%;
  }
  .sd-timetable td {
    border: 1px solid #6C9EC3;
    padding: 2px;
    font-size: 12px;
  }
  .sd-timetable th {
    border: 1px solid #6C9EC3;
    padding: 2px;
    font-size: 12px;
    background-color: #6C9EC3;
    font-weight: normal;
    color: #FFF;
  }
  .photoli {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .photoli li {
    list-style-type: none;
    float: none;
    margin-right: 5px;
    line-height: normal;
    text-align: center;
    margin-left: 0px;
    list-style-position: outside;
  }
  .photoli li img {
    display: block;
    margin: 0 auto;
  }
  .cmp {
    padding: 0 10px 10px 10px;
    border-radius: 10px;
    border: 2px solid #ffd1d1;
    text-align: left;
    margin-bottom: 10px;
    background: url(../images/esthetic/cmp01.jpg) 390px 100px no-repeat;
  }
  .detPicLag {
    margin: 20px 20px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .detPicLag li {
    list-style: none;
    padding: 0 15px 15px;
  }
  .detPicLag li img {
    padding: 3px;
    border: 1px solid #CDCDCD;
  }
}