@charset "UTF-8";
@font-face {
  font-family: 'LigatureSymbols';
  src: url("./script/font/LigatureSymbols.eot");
  src: url("./script/font/LigatureSymbols.eot?#iefix") format("embedded-opentype"), url("./script/font/LigatureSymbols.woff") format("woff"), url("./script/font/LigatureSymbols.ttf") format("truetype"), url("./script/font/LigatureSymbols.svg#LigatureSymbols") format("svg");
  src: url("./script/font/LigatureSymbols.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  color: #fff;
  font-family: "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  text-align: center;
  margin: 0px auto;
  font-size: 13px;
  background: url(images/back.gif) repeat-x #201a0c;
  margin-bottom: -7px;
}

a img {
  border: 0px;
}

li {
  list-style-type: none;
}

a:hover, a:hover strong {
  color: #D3F803;
}

.wrap {
  text-align: center;
  margin: 0px auto;
  width: 1080px;
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  -ms-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  margin-bottom: -7px;
  position: relative;
  background: url(images/top_bg.png) no-repeat;
}

h1 {
  display: none;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
.sns {
  position: absolute;
  top: 16px;
  right: 16px;
}
.sns li {
  display: inline-block;
  margin-right: 5px;
}
.sns li a {
  display: block;
  width: 28px;
  height: 28px;
  color: #201a0c;
  text-decoration: none;
  background: #9c69a1;
  border-radius: 14px;
  padding-top: 3px;
}
.sns li a:hover {
  background: #ccca6c;
}
.sns li a:before {
  font-family: 'LigatureSymbols';
  font-size: 20px;
  vertical-align: middle;
  color: #201a0c;
}

#twitter:before {
  content: '\E12f';
}

#facebook:before {
  content: '\E047';
}

#instagram:before {
  content: '\E155';
}

#mark {
  width: auto;
  height: 90px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.head_img {
  position: relative;
  margin-bottom: 24px;
}

h2 {
  position: absolute;
  top: 142px;
  left: 0px;
  background: #000;
  width: 360px;
  border-radius: 0px 8px 8px 0px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 5px 12px;
  text-align: right;
}
h2 span {
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
}

nav {
  text-align: right;
  padding: 48px 0px 8px 0px;
}
nav li {
  display: inline-block;
  text-align: center;
  border-right: 1px dotted rgba(166, 146, 203, 0.8);
  margin: 16px 0px;
}
nav li a {
  display: block;
  font-size: 12px;
  padding: 5px 18px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
nav li:last-of-type {
  border-right: none;
}
nav li.self a {
  color: #D3F803;
}

/* ============================================================================== */
/* contents */
/* ============================================================================== */
.inner {
  padding: 36px 48px 36px 160px;
  text-align: left;
}
.inner p {
  line-height: 1.75em;
}

h3 {
  font-family: "リュウミン R-KL", " ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 27px;
  text-shadow: 0px 0px 3px #e291e5;
  margin-bottom: 36px;
}

h4 {
  font-family: "リュウミン R-KL", " ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 0px 0px 3px #e291e5;
  margin-bottom: 12px;
}

.box {
  border: 1px solid rgba(166, 146, 203, 0.4);
  padding: 36px;
}

.frame {
  position: relative;
}
.frame img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.frame:after {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  border: 16px solid rgba(255, 255, 255, 0.25);
  z-index: 10;
  box-sizing: border-box;
}

/* index ====================================================================== */
#index nav {
  margin-top: -18px;
  text-align: center;
}
#index .inner {
  padding: 48px;
}
#index h3 {
  text-align: center;
  margin: -36px auto 64px auto;
}

#home_mark {
  margin: 24px 0px 12px 64px;
  width: auto;
  height: 80px;
  float: left;
}

.bxslider li {
  position: relative;
}
.bxslider p {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 70px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 3px #e291e5;
  font-family: "リュウミン R-KL", " ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
}

.right {
  float: right;
  width: 225px;
}

.left {
  float: left;
  width: 740px;
  padding-right: 48px;
}

.blog_list {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
}
.blog_list li {
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  overflow: hidden;
  width: 330px;
  height: 80px;
  border: 1px solid rgba(166, 146, 203, 0.4);
  padding: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.blog_list li:nth-of-type(odd) {
  margin-right: 10px;
}
.blog_list li a {
  display: block;
  text-decoration: none;
}
.blog_list li a span {
  font-size: 11px;
  display: inline-block;
  line-height: 1.0em;
}
.blog_list li a span.cat {
  background: rgba(166, 146, 203, 0.6);
  padding: 3px 5px;
  margin-left: 5px;
}
.blog_list li a span.cat:after {
  content: '';
  display: block;
  clear: both;
}
.blog_list li a p {
  margin-top: 7px;
  line-height: 1.35em;
  font-size: 12px;
}
.blog_list li img {
  float: left;
  margin-right: 10px;
}

.event_list {
  border: 1px solid rgba(166, 146, 203, 0.4);
  padding: 10px;
  margin-bottom: 36px;
}
.event_list dt {
  color: #cc6666;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.event_list dt a {
  color: #cc6666;
}
.event_list dt span {
  color: rgba(204, 102, 102, 0.8);
  font-size: 11px;
  margin-left: 5px;
  font-weight: normal;
}
.event_list dd {
  line-height: 1.5em;
  font-size: 12px;
  border-bottom: 1px dotted #a692cb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.event_list dd:last-of-type {
  border-bottom: none;
}

.twitter_list {
  height: 360px;
  overflow: hidden;
}

.calendar {
  margin-top: 48px;
}
.calendar table {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  border-collapse: collapse;
  margin-right: 10px;
}
.calendar table:last-of-type {
  margin-right: 0px;
}
.calendar caption {
  margin-bottom: 5px;
  font-size: 16px;
}
.calendar th {
  border: 1px solid rgba(166, 146, 203, 0.4);
  padding: 7px;
  line-height: 1.0em;
  font-weight: normal;
}
.calendar td {
  text-align: center;
  border: 1px solid rgba(166, 146, 203, 0.4);
  padding: 6px;
  line-height: 1.0em;
}
.calendar td span {
  display: block;
}
.calendar td span:after {
  margin-top: 3px;
  content: "-";
  display: block;
}

.st1 span:after {
  content: "○" !important;
}

.st2 {
  background: rgba(204, 102, 102, 0.6);
}
.st2 span:after {
  content: "-" !important;
}

.st3 span:after {
  content: "△" !important;
}

.st4 span:after {
  content: "×" !important;
}

.sns_list {
  text-align: center;
  margin: 90px auto 16px auto;
}
.sns_list li {
  display: inline-block;
}
.sns_list li a {
  display: block;
  width: 305px;
  padding: 16px;
  border: 1px solid rgba(166, 146, 203, 0.4);
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  background: rgba(166, 146, 203, 0.2);
  margin-right: 20px;
}
.sns_list li a:before {
  font-family: 'LigatureSymbols';
  content: '\E047';
  font-size: 30px;
  padding-right: 10px;
}
.sns_list li:first-of-type a:before {
  content: '\E12f';
}
.sns_list li:last-of-type a {
  margin-right: 0px;
}
.sns_list li:last-of-type a:before {
  content: '\E155';
}

.voice {
  display: block;
  width: 100%;
  background: rgba(204, 202, 108, 0.7);
  padding: 14px;
  text-decoration: none;
  color: #201a0c;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.voice:before {
  font-family: 'LigatureSymbols';
  content: '\E035';
  font-size: 30px;
  padding-right: 10px;
}

.tel {
  font-size: 12px;
  color: #ccca6c;
  font-weight: normal;
  text-align: center;
}
.tel img {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
.tel span, .tel a {
  display: block;
  color: #ccca6c;
  font-size: 27px;
  font-family: "リュウミン R-KL", " ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
}

/* about ====================================================================== */
#about h3, #spa h3 {
  display: inline-block;
}
#about h3 span, #spa h3 span {
  font-size: 10px;
  display: block;
  text-align: right;
}
#about dl, #spa dl {
  margin-bottom: 48px;
}
#about dt, #spa dt {
  color: #a692cb;
  font-size: 21px;
  font-family: "リュウミン R-KL", " ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  text-shadow: 0px 0px 3px #e291e5;
  float: left;
  width: 170px;
  padding: 12px 0px;
  line-height: 1.7em;
}
#about dd, #spa dd {
  padding: 12px 0px 12px 180px;
  line-height: 1.7em;
}
#about p, #spa p {
  margin-bottom: 48px;
}

/* spa ========================================================================== */
#spa h3 {
  display: block !important;
}
#spa dl {
  margin-bottom: 12px !important;
}
#spa .ul_list {
  margin-left: 420px;
}
#spa .ul_list li {
  list-style-type: disc;
  padding-bottom: 10px;
}
#spa .gold {
  margin-bottom: 60px !important;
}
#spa .frame {
  margin-right: 40px;
}
#spa .frame:after {
  height: 360px;
}
#spa .box .violet {
  margin-bottom: 18px !important;
  font-size: 16px;
}
#spa ol {
  margin-left: 24px;
}
#spa ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

/* service ====================================================================== */
#service ol {
  margin-left: 24px;
}
#service ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.point img {
  display: block;
  margin-bottom: 12px;
}
.point li {
  display: inline-block;
  width: 250px;
  margin-right: 37px;
  padding-bottom: 72px;
  vertical-align: top;
}
.point li:last-of-type {
  margin-right: none;
}
.point h5 {
  font-size: 18px;
  font-family: "リュウミン R-KL", " ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  color: #c2b5db;
  margin-bottom: 10px;
  line-height: 1.35em;
  text-shadow: 0px 0px 3px #e291e5;
}

.price {
  border-collapse: collapse;
  border-top: 1px solid rgba(166, 146, 203, 0.4);
  margin-bottom: 24px;
}
.price th {
  padding: 16px 36px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid rgba(166, 146, 203, 0.4);
}
.price td {
  padding: 16px 36px;
  text-align: right;
  border-bottom: 1px solid rgba(166, 146, 203, 0.4);
}

.coupon {
  padding: 24px 0px;
}
.coupon a {
  width: 440px;
  display: block;
  padding: 24px;
  background: rgba(204, 202, 108, 0.7);
  text-decoration: none;
  float: left;
  margin-right: 64px;
  color: #000;
  text-align: center;
  font-size: 14px;
}
.coupon a:after {
  font-family: 'LigatureSymbols';
  content: '\E088';
  font-size: 20px;
  padding-left: 10px;
}

.how_to {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  margin: 0px -15px 36px -15px;
  display: flex;
  flex-wrap: wrap;
}
.how_to li {
  position: relative;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  width: 195px;
  margin: 15px;
  background: rgba(166, 146, 203, 0.2);
}
.how_to li span {
  position: absolute;
  right: 0px;
  top: 124px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  vertical-align: middle;
  text-align: center;
  background: #81802d;
}
.how_to li img {
  background: rgba(166, 146, 203, 0.25);
  display: block;
}
.how_to li p {
  font-size: 12px;
  padding: 10px;
}

/* shop ========================================================================= */
.profile {
  margin: 0px 0px 90px 390px;
  border-top: 1px solid rgba(166, 146, 203, 0.4);
}
.profile dt {
  padding: 16px 10px;
  float: left;
  width: 80px;
}
.profile dd {
  padding: 16px 10px 16px 80px;
  border-bottom: 1px solid rgba(166, 146, 203, 0.4);
}

#map {
  width: 872px;
  height: 480px;
  margin-bottom: 16px;
}

/* link ========================================================================= */
.link_list {
  margin-top: 48px;
  margin-bottom: 90px;
}
.link_list dt {
  width: 160px;
  float: left;
  text-align: center;
  padding-bottom: 16px;
}
.link_list dt a {
  text-decoration: none;
  padding: 16px;
  display: block;
}
.link_list dt a:hover {
  color: #D3F803;
}
.link_list dt a img {
  margin: -16px;
}
.link_list dt a.waku {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.link_list dd {
  padding-left: 200px;
  padding-bottom: 16px;
}
.link_list dd a {
  padding: 8px 16px 0px 0px;
  text-decoration: none;
  font-size: 14px;
  color: #a692cb;
  font-weight: bold;
  display: block;
}
.link_list dd a:hover {
  color: #D3F803;
}
.link_list dd:after {
  content: '';
  display: block;
  clear: both;
}

/* mail ========================================================================= */
.reserve_li li {
  display: inline-block;
  width: 390px;
  margin-right: 20px;
  background: rgba(166, 146, 203, 0.4);
  text-align: center;
  vertical-align: top;
}
.reserve_li li.hp_beauty {
  background: none;
}
.reserve_li li.hp_beauty div {
  background: #fff;
}
.reserve_li li p {
  padding: 16px;
  font-size: 14px;
  min-height: 90px;
}
.reserve_li li p strong {
  font-size: 27px;
  display: block;
  margin-top: 10px;
}
.reserve_li li:last-of-type {
  margin-right: 0px !important;
}

.mail_form {
  margin-bottom: 60px;
}
.mail_form dt {
  padding: 16px 16px 16px 0px;
  float: left;
  width: 100px;
}
.mail_form dt strong {
  color: #ccca6c;
  margin-left: 5px;
}
.mail_form dd {
  padding: 16px 0px 16px 120px;
}
.mail_form dd input, .mail_form dd textarea {
  border: 1px solid rgba(166, 146, 203, 0.3);
  background: #332913;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
}
.mail_form input[type=submit] {
  width: 240px;
  padding: 16px;
  background: rgba(204, 202, 108, 0.8);
  border: none;
  color: #201a0c;
}
.mail_form input[type=submit]:hover {
  background: #D3F803;
}
.mail_form input[type=submit]:first-of-type {
  margin-left: 120px;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
footer {
  height: 60px;
}
footer .copy {
  padding: 24px;
  text-align: right;
}
footer p {
  display: inline;
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.4);
}

#ft_logo {
  float: right;
  width: auto;
  height: 32px;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.d_none {
  display: none;
}

.clear {
  clear: both;
}

.red {
  color: #c00;
}

.orange {
  color: #cc6666;
}

.gold {
  color: #ccca6c;
}

.violet {
  color: #a692cb;
}

.chu {
  text-indent: -2em;
  padding-left: 3em;
  margin-left: -1em;
}

.mr_30 {
  margin-right: 39px;
}

.fz14 {
  font-size: 14px;
}
