/* CSS Document */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: baseline;
  list-style: none;
}

/* fontsize 1rem = 10px*/
html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Meiryo, sans-serif;
}

small {
  font-size: 11px;
  font-size: 1.1 rem;
}

strong {
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 16px;
  font-size: 1.6 rem;
  width: 100%;
  overflow-x: hidden;
  background-image: url("/static/img/common/pattern_bg.png");
  background-color: #fbfbf9;
}

@media screen and (min-width: 360px) {
  body {
    font-size: 18px;
    font-size: 1.8 rem;
  }
}

article {
  margin: 10px;
}

h2 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #2b1700;
  display: block;
  margin: 5px auto;
  padding-bottom: 2px;
}

h3 {
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  font-size: 1.3 rem;
  margin-bottom: 10px;
}

a {
  color: #2b1700;
  text-decoration: none;
}

img {
  height: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.standard-txt {
  font-size: 16px !important;
  font-size: 1.6 rem !important;
  line-height: 1.4 !important;
}

@media screen and (min-width: 360px) {
  .standard-txt {
    font-size: 18px !important;
    font-size: 1.8 rem !important;
  }
}

.radius_5 {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.gradient_1 {
  background: #80613e;
  background: -moz-linear-gradient(top, #80613e 0%, #2b1700 50%, #2b1700 100%);
  background: -webkit-linear-gradient(top, #80613e 0%, #2b1700 50%, #2b1700 100%);
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80613e', endColorstr='#2b1700', GradientType=0);
}

.gradient_2 {
  background: #b070e5;
  background: -moz-linear-gradient(top, #b070e5 0%, #7a00d8 50%, #3a00c1 100%);
  background: -webkit-linear-gradient(top, #b070e5 0%, #7a00d8 50%, #3a00c1 100%);
  background: linear-gradient(to bottom, #b070e5 0%, #7a00d8 50%, #3a00c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b070e5', endColorstr='#3a00c1', GradientType=0);
}

/*メニュー部分アイコン ゴールド*/
.fontsize_22 {
  font-size: 22px;
  font-size: 2.2 rem;
}

.fontsize_20 {
  font-size: 20px;
  font-size: 2.0 rem;
}

.fontsize_18 {
  font-size: 18px;
  font-size: 1.8 rem;
}

.fontsize_16 {
  font-size: 16px;
  font-size: 1.6 rem;
}

.fontsize_15 {
  font-size: 15px;
  font-size: 1.5 rem;
}

.fontsize_14 {
  font-size: 14px;
  font-size: 1.4 rem;
}

.fontsize_13 {
  font-size: 13px;
  font-size: 1.3 rem;
}

.fontsize_12 {
  font-size: 12px;
  font-size: 1.2 rem;
}

.fontsize_11 {
  font-size: 11px;
  font-size: 1.2 rem;
}

.fontsize_10 {
  font-size: 10px;
  font-size: 1.0 rem;
}

.bold {
  font-weight: bold;
}

.color_1 {
  color: #a67c52;
}

.color_2 {
  color: #2b1700;
}

.color_3 {
  color: #8c272d;
}

.color_4 {
  color: #808080;
}

.color_5 {
  color: #ffffff;
}

.color_6 {
  color: #534741;
}

.color_7 {
  color: #0089ef;
}

.sat {
  color: #2E64FE;
}

.sun {
  color: #FF0000;
}

.bgc_gold {
  background-color: #B1954E;
}

.bgc_paleblue {
  background-color: #9FD9F6;
}

.fw_bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.border_1 {
  padding: 3px;
  border: 1px solid #2b1700;
  margin: 5px 0;
}

.bn-full {
  width: 100%;
}

.bn-full a {
  display: block;
}

.bn-full img {
  width: 100%;
  height: auto;
}

/*** ***/
header {
  background-image: url(../img/deco_left.svg), url(../img/deco_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 75px 51px, 75px 51px;
  background-position: top left, top right;
}

#head_gradient {
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top center, #2b1700 0%, #fffaed 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#2b1700), to(#fffaed));
  background: linear-gradient(top center, #2b1700 0%, #fffaed 100%);
  opacity: 0.3;
  width: 100%;
  height: 85px;
  z-index: 0;
}

#wrapper {
  margin: 0px auto;
  width: 100%;
  min-width: 320px;
  max-width: 800px;
  text-align: left;
  color: #000;
  position: relative;
  box-sizing: border-box;
  background-image: url("/static/img/common/pattern_bg.png");
  background-color: #fff;
  border-right: 1px solid #a7a18a;
  border-left: 1px solid #a7a18a;
  border-bottom: 1px solid #a7a18a;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.03);
}

#header {
  text-align: center;
}

/*ロゴ*/
#header h1 a {
  background-image: url(../img/logo.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 280px 60px;
  display: block;
  width: 100%;
  padding: 5px 0 60px 0;
  color: #000;
  font-weight: 100;
  font-size: 12px;
  font-size: 1.2 rem;
  position: relative;
  z-index: 1;
}

/*TELボタン*/
.tel a {
  font-size: 24px;
  font-size: 2.4 rem;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
}

.tel_title {
  font-size: 11px;
  font-size: 1.1 rem;
  text-align: left;
  color: #fff;
  float: left;
  white-space: nowrap;
}

@media screen and (min-width: 360px) {
  .tel_title {
    font-size: 14px;
    font-size: 1.2 rem;
    line-height: 1.3;
  }
}

/*フッター*/
footer {
  margin: 10px auto 90px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

/*系列店バナー*/
#group-banner {
  margin: 30px auto 10px auto;
  width: 95%;
}

#group-banner dl {
  border-top: 1px solid #2b1700;
}

#group-banner dt {
  margin-top: -12px;
  padding-left: 0px;
  background-color: #fff;
  width: 160px;
  font-size: 14px;
  font-size: 1.4 rem;
  color: #2b1700;
}

@media screen and (min-width: 360px) {
  #group-banner dt {
    margin-top: -14px;
    width: 180px;
    font-size: 16px;
    font-size: 1.6 rem;
  }
}

#group-banner dd {
  float: left;
  text-align: center;
  margin: 5px 3px;
}

/*LINEとメルマガバナー*/
#f_bnr ul {
  width: 95%;
  margin: auto;
}

#f_bnr ul li {
  float: left;
  width: 50%;
}

#f_bnr ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

#f_bnr ul li a img {
  width: 95%;
}

/*バナー群*/
#m_bnr {
  clear: both;
}

#m_bnr ul {
  width: 95%;
  margin: 10px auto;
}

#m_bnr ul li {
  float: left;
  width: 50%;
}

#m_bnr ul li a {
  display: block;
  margin: 5px 0 2px 0;
  width: 100%;
  text-align: center;
}

#m_bnr ul li a img {
  width: 95%;
}

/*求人バナー*/
#rec {
  margin: 10px auto;
  width: 80%;
  padding: 3px;
  -webkit-background-origin: content-box;
  -moz-background-origin: content-box;
  background-origin: content-box;
  background-image: url(../img/rec_left.png), url(../img/rec_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 27px 27px, 27px 27px;
  background-color: #d2468a;
}

#rec h3 {
  margin-bottom: 0;
  min-height: 36px;
  line-height: 36px;
}

#rec h3 a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}

#footer_info {
  text-align: center;
  font-size: 16px;
  font-size: 1.6 rem;
  margin-top: 5px;
}

#copyright {
  text-align: center;
  font-size: 16px;
  font-size: 1.6 rem;
}

/*次ページ／前のページ*/
#prev_next ul {
  margin: 0 10px 20px;
  padding: 5px 5px 5px;
  background: #fff;
  text-align: center;
}

#prev_next ul li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  text-decoration: underline;
}

/*****アイコンA/B****
 ※下記で使用
 「schedule」「ranking」「gals_d」「detail」「（gals_d>）event（個人イベント）」*/
.label_a {
  /*共通A*/
  color: #fff;
  padding: 3px 5px;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4 rem;
  line-height: 19px;
  text-align: center;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px1px 0px;
}

.label_a_1:before {
  content: "人気上昇中";
}

.label_a_1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #631212), color-stop(0.00, #d20003));
  background: -webkit-linear-gradient(top, #d20003 0%, #631212 50%);
  background: -moz-linear-gradient(top, #d20003 0%, #631212 50%);
  background: -o-linear-gradient(top, #d20003 0%, #631212 50%);
  background: -ms-linear-gradient(top, #d20003 0%, #631212 50%);
  background: linear-gradient(to bottom, #d20003 0%, #631212 50%);
}

.label_a_2:before {
  content: "ランキング上位";
}

.label_a_2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #7c4b09), color-stop(0.00, #f6e59c));
  background: -webkit-linear-gradient(top, #f6e59c 0%, #7c4b09 50%);
  background: -moz-linear-gradient(top, #f6e59c 0%, #7c4b09 50%);
  background: -o-linear-gradient(top, #f6e59c 0%, #7c4b09 50%);
  background: -ms-linear-gradient(top, #f6e59c 0%, #7c4b09 50%);
  background: linear-gradient(to bottom, #f6e59c 0%, #7c4b09 50%);
}

.label_a_3:before {
  content: "Aコースお勧め";
}

.label_a_4:before {
  content: "Mコースお勧め";
}

.label_a_5:before {
  content: "Sコースお勧め";
}

.label_a_6:before {
  content: "SMコースお勧め";
}

.label_a_7:before {
  content: "全身奉仕コースお勧め";
}

.label_a_3,
.label_a_4,
.label_a_5,
.label_a_6,
.label_a_7 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b567b6), color-stop(0.50, #3c1e3d));
  background: -webkit-linear-gradient(top, #b567b6 0%, #3c1e3d 50%);
  background: -moz-linear-gradient(top, #b567b6 0%, #3c1e3d 50%);
  background: -o-linear-gradient(top, #b567b6 0%, #3c1e3d 50%);
  background: -ms-linear-gradient(top, #b567b6 0%, #3c1e3d 50%);
  background: linear-gradient(to bottom, #b567b6 0%, #3c1e3d 50%);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.label_b {
  /*共通B*/
  font-style: normal;
  font-size: 12px;
  font-size: 1.2 rem;
  line-height: 19px;
  color: #fff;
  border-radius: 2px;
  padding: 2px 3px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px1px 0px;
}

.label_b_1:before {
  content: "入 店";
}

.label_b_1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f483f5), color-stop(0.50, #b700be));
  background: -webkit-linear-gradient(top, #f483f5 0%, #b700be 50%);
  background: -moz-linear-gradient(top, #f483f5 0%, #b700be 50%);
  background: -o-linear-gradient(top, #f483f5 0%, #b700be 50%);
  background: -ms-linear-gradient(top, #f483f5 0%, #b700be 50%);
  background: linear-gradient(to bottom, #f483f5 0%, #b700be 50%);
}

.label_b_2:before {
  content: "新 人";
}

.label_b_2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #113613), color-stop(0.00, #8eb13e));
  background: -webkit-linear-gradient(top, #8eb13e 0%, #113613 50%);
  background: -moz-linear-gradient(top, #8eb13e 0%, #113613 50%);
  background: -o-linear-gradient(top, #8eb13e 0%, #113613 50%);
  background: -ms-linear-gradient(top, #8eb13e 0%, #113613 50%);
  background: linear-gradient(to bottom, #8eb13e 0%, #113613 50%);
}

.label_b_3:before {
  content: "復 帰";
}

.label_b_3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff600), color-stop(0.50, #967315));
  background: -webkit-linear-gradient(top, #fff600 0%, #967315 50%);
  background: -moz-linear-gradient(top, #fff600 0%, #967315 50%);
  background: -o-linear-gradient(top, #fff600 0%, #967315 50%);
  background: -ms-linear-gradient(top, #fff600 0%, #967315 50%);
  background: linear-gradient(to bottom, #fff600 0%, #967315 50%);
}

.label_b_4:before {
  content: "更 新";
}

.label_b_4 {
  background: -moz-linear-gradient(top, #f78a0e 0%, #c74125 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f78a0e), color-stop(50%, #c74125));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f78a0e 0%, #c74125 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f78a0e 0%, #c74125 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f78a0e 0%, #c74125 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f78a0e 0%, #c74125 50%);
  /* W3C */
}

.label_b_5:before {
  content: "ブログ";
}

.label_b_5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #1c2664), color-stop(0.00, #2ec4ff));
  background: -webkit-linear-gradient(top, #2ec4ff 0%, #1c2664 50%);
  background: -moz-linear-gradient(top, #2ec4ff 0%, #1c2664 50%);
  background: -o-linear-gradient(top, #2ec4ff 0%, #1c2664 50%);
  background: -ms-linear-gradient(top, #2ec4ff 0%, #1c2664 50%);
  background: linear-gradient(to bottom, #2ec4ff 0%, #1c2664 50%);
}

.label_b_6:before {
  content: "体験";
}

.label_b_6 {
  background: #9de8b4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9de8b4 0%, #489baf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9de8b4 0%, #489baf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9de8b4 0%, #489baf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9de8b4', endColorstr='#489baf', GradientType=0);
}

/*税抜き表記*/
#add-tax {
  font-size: 18px;
  color: #444;
  font-weight: bold;
}

.add-tax {
  font-size: 14px;
  text-align: right;
  margin-top: -10px;
  line-height: 1;
}

/*税抜き表記ここまで*/

/*
 800px以下になったら枠線削除
 */
@media screen and (max-width: 800px) {

  #wrapper {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

}

/* week color */
.weekColor_1,
.weekColor_2,
.weekColor_3,
.weekColor_4,
.weekColor_5 {}

.weekColor_6 {
  color: #0000ff;
}

.weekColor_0,
.weekColor_7 {
  color: #ff0000;
}

/*固定メニュー関連*/
.fix-area {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.fix-area-inner {
  position: relative;
}

.fix-area ul {
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  border-left: 1px solid #a67c52;
  margin-bottom: 0;
}

.fix-area li {
  box-sizing: border-box;
  width: 20%;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

@media screen and (max-width: 360px) {
  .fix-area li {
    font-size: 12px;
  }
}

.fix-area li a {
  box-sizing: border-box;
  display: block;
  color: #fff;
  width: 100%;
  height: 56px;
  padding: 3px 0;
  border: 1px solid #a67c52;
  border-right: none;
  background: #1a1a1a;
}

.fix-area li a i {
  margin: 0;
  padding: 3px 0 2px 0;
  color: #fff;
  font-size: 26px;
  height: 26px;
}

@media screen and (max-width: 360px) {
  .fix-area li a i {}
}

.menu-txt {
  display: block;
}

.fix-area li.btn-toggle {
  height: 56px;
  padding: 3px 0;
  background: #243;
  color: #fff;
  border: 1px solid #a67c52;
}

.menu-active .fix-area li.btn-toggle {
  background: #a00;
}

.fix-area li.btn-toggle .menu-txt {
  line-height: 1;
  padding-top: 1px;
}

.fix-area li.btn-toggle .menu-txt-normal {
  display: block;
}

.fix-area li.btn-toggle .menu-txt-close {
  display: none;
}

.menu-active .fix-area li.btn-toggle .menu-txt-normal {
  display: none;
}

.menu-active .fix-area li.btn-toggle .menu-txt-close {
  display: block;
}

.fix-area li.btn-toggle i {
  color: #1a1a1a;
}

.menu-active {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.see-more {
  position: absolute;
  border: 1px solid #a67c52;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  background: #243;
  display: none;
  border-radius: 3px;
  bottom: 60px;
  left: 10px;
  z-index: 8;
}

.see-more span {
  color: #a67c52;
  padding-right: 5px;
}

.menu-active .see-more {
  display: block;
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  -moz-animation: fuwafuwa 2s ease infinite;
  -webkit-animation: fuwafuwa 2s ease infinite;
  animation: fuwafuwa 2s ease infinite;
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -5px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

.menu-active .invisible .see-more {
  display: none;
}

.slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
  background: #1a1a1a;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
}

.slide-menu-inner {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 120px;
  box-sizing: border-box;
}

#slide-menu-ttl {
  background: rgba(255, 255, 255, .6);
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  padding: 10px 0;
  margin: 10px 0 15px;
  box-sizing: border-box;
  border-right: 6px solid #1a1a1a;
  border-left: 6px solid #1a1a1a;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
  font-family: "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#slide-menu-ttl img {
  width: 80%;
  height: auto;
  max-width: 640px;
  padding-right: 4%;
}

#slide-menu-ttl p {
  line-height: 1;
  font-size: 24px;
}

.slide-menu ul {
  font-size: 0;
  width: 96%;
  margin: 0 auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.menu-sub-ttl {
  clear: left;
  padding: 10px 0 5px;
  color: #fff;
  font-size: 120%;
  padding-left: 2%;
  line-height: 1;
}

.slide-menu li {
  clear: left;
  display: inline-block;
  width: 49.3%;
  margin: 0 1.4% 5px 0;
  vertical-align: top;
  font-weight: bold;
}

.slide-menu li:nth-child(even) {
  margin-right: 0;
}

.slide-menu li a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 12px 0;
  color: #1a1a1a;
  font-size: 0;
}

.slide-menu a i,
.slide-menu a span {
  display: inline-block;
  vertical-align: middle;
}

.slide-menu a i {
  text-align: center;
  font-size: 20px;
  color: #1a1a1a;
  width: 28px;
  box-sizing: border-box;
  color: #bbb;
  line-height: 27px;
}

.slide-menu ul.menu1 a i {
  color: #e55e31;
}

.slide-menu ul.menu2 a i {
  color: #00a381;
}

.slide-menu ul.menu3 a i {
  color: #c8171d;
}

.slide-menu ul.menu4 a i {
  color: #9079ad;
}

.slide-menu ul.menu5 a i {
  color: #695d21;
}

.slide-menu ul.menu6 a i {
  color: #f29073;
}

.slide-menu ul.menu7 a i {
  color: #3b7960;
}

@media screen and (max-width: 360px) {
  .slide-menu a i {
    font-size: 18px;
    width: 26px;
    padding: 4px 0 0 2px;
  }
}

.slide-menu a span {
  font-size: 18px;
  width: -webkit-calc(100% - 28px);
  width: calc(100% - 28px);
}

@media screen and (max-width: 360px) {
  .slide-menu a span {
    font-size: 17px;
  }
}

/*メルマガ&Line@入会ボタン*/
/*.slide-menu ul.menu6 li:nth-of-type(1){
	width: 100%;
}
.slide-menu ul.menu6 li:nth-of-type(1) a{
	padding: 5px 0;
}
.slide-menu ul.menu6 li:nth-of-type(odd){
	margin-right : 0;
}
.slide-menu ul.menu6 li:nth-of-type(even){
	margin: 0 1.4% 5px 0;
}
.slide-menu ul.menu6 .mailmaga-txt{
	display: block;
	margin: -3px 0 0 28px;
	font-size: 12px;
}*/
/*メルマガ&Line@入会ボタン*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
  margin-top: 2px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -10px;
}

.menu-active .menu-trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .4s forwards;
  animation: active-menu-bar02 .4s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 30px;
}

.menu-active #chamo-window {
  display: none;
}

.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/*装飾三角形*/
.right-arrow {
  padding: 0 5px;
  font-weight: bold;
}

.bottom-arrow {
  padding: 0 5px;
  font-weight: bold;
}

.top-arrow {
  padding: 0 5px;
  font-weight: bold;
  color: #8c272d;
}

/*戻るボタン*/
.back_list {
  text-align: center;
  font-size: 14px;
  font-size: 1.4 rem;
  margin: 25px auto;
}

.back_list a {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 5px 10px;
  min-width: 70%;
  border-radius: 30px;
  border: 1px solid #a67c52;
}

.back_list a span {
  color: #a67c52;
}

/*全ページの電話アイコン*/
.phome-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
}