@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.drawer-navbar-header img {
  width: 100%;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
  color: #8b877e;
}

.drawer-menu-item {
  color: #6e695d;
  font-size: 14px;
  margin: 10px 0;
}

.drawer-navbar .drawer-brand {
  display: block;
  padding: 0;
}

@media (max-width: 768px) {
  .drawer-navbar .drawer-nav {
    height: auto;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.drawer-navbar .drawer-menu {
  padding-bottom: 0;
}

.drawer-hamburger {
  background-color: #111;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  background-color: #111;
}

.drawer-navbar .drawer-navbar-header {
  position: fixed;
  padding: 0;
  border: 0;
  background: #fff;
}

.drawer-navbar .drawer-navbar-header h1 {
  height: 60px;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

@media (max-width: 365px) {
  .drawer-navbar .drawer-navbar-header h1 {
    width: 160px;
  }
}

.drawer-navbar .drawer-navbar-header h1 img {
  max-height: 100%;
  box-sizing: border-box;
}

.drawer-navbar .drawer-navbar-header .text {
  padding-top: 20px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 14px;
}

.drawer-navbar .drawer-navbar-header .tel_icon {
  height: 60px;
  width: 60px;
  background: #ee63bb;
  color: #ffffff;
  position: absolute;
  right: 56px;
  /*border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff;*/
  top: 0;
}

.drawer-navbar .drawer-navbar-header .tel_icon .icon_in {
  margin: 0 auto;
  height: 100%;
}

.drawer-navbar .drawer-navbar-header .tel_icon .icon_in img {
  width: 23px;
  height: auto;
  margin: 8px;
}

.drawer-menu-item {
  text-align: center;
}

body {
  color: #8b877e;
  width: 100%;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #333;
  /*header*/
  /*.main*/
}

body .wrap {
  overflow: hidden;
}

body a {
  transition: color .3s;
  color: #3dade1;
  text-decoration: none;
}

body a:hover {
  color: #fe8aa7;
}

@media (max-width: 768px) {
  body img {
    width: 100%;
  }
}

body a:hover img {
  opacity: 0.8;
}

body header {
  /*.head*/
}

body header .head {
  background: url(../images/head_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

body header .head .header {
  /*width: 951.5px; 初期ver*/
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

body header .head .header img {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

body header .head .header .logo {
  width: 500px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

body header .head .header .logo h1 {
  width: 500px;
  margin: 0 auto;
}

body header .head .header .logo h1 img {
  width: 100%;
}

body header .pc_nav {
  border-bottom: 1px solid #ebe6df;
  background: #111111;
}

body header .pc_nav .in {
  width: 1400px;
  margin: 0 auto;
  /*.nav*/
}

body header .pc_nav .in .nav {
  display: flex;
  list-style: none;
  width: 100%;
  overflow: hidden;
}

body header .pc_nav .in .nav li {
  width: 12.5%;
  text-align: center;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

body header .pc_nav .in .nav li a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 20px 0;
}

body header .pc_nav .in .nav li a span {
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
}

body header .pc_nav .in .nav li a:hover {
  background: #feecfa;
  color: #ee63bb;
}

body header .pc_nav .in .nav li a:hover span {
  color: #ee63bb;
}

body header .pc_nav .in .nav li ul {
  display: none;
  position: absolute;
  overflow: hidden;
}

body header .pc_nav .in .nav li ul li {
  width: 300px;
  background: #fcf3f9;
}

body header .pc_nav .in .nav li ul li a {
  border-top: 1px solid #fff;
  color: #ee63bb;
  background: #111111;
  text-align: left;
  padding: 30px 40px;
}

body header .pc_nav .in .nav li ul li:hover a {
  color: #ee63bb;
  background: #fcdbee;
}

body header .pc_nav .in .nav li:hover {
  background: #fcf3fa;
}

body header .pc_nav .in .nav li:hover a {
  color: #ee63bb;
}

body header .pc_nav .in .nav li:hover a span {
  color: #ee63bb;
}

body header .pc_nav .in .nav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

body header .pc_nav .in .nav .nav_home {
  background: #ea8e9d;
  height: 120px;
}

body header .pc_nav .in .nav .nav_home a {
  padding: 10px 0;
}

body header .pc_nav .in .nav .nav_home img {
  width: 60%;
}

body header .pc_nav .in .nav .nav_home a:hover {
  background: #e9b1ba;
}

body .swiper-container {
  margin-top: 60px;
}

body .index_all {
  width: 100%;
  background: url(/images/index_bg.jpg) no-repeat;
  padding: 80px 0;
  background-size: cover;
}

body .index_all .index_in01 {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}

body .index_all .index_in01 img {
  width: 100%;
}

@media (max-width: 768px) {
  body .index_all .index_in01 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

body .index_all .index_in02 {
  width: 280px;
  padding: 30px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body .index_all .index_in02 {
    padding: 20px 0;
    width: 60%;
  }
}

body .index_all .index_in02 img {
  width: 100%;
}

body .index_all .button_box {
  width: 475px;
  margin: 20px auto;
}

@media (max-width: 768px) {
  body .index_all .button_box {
    width: 86%;
  }
}

body .index_all .button_box .left {
  width: 225px;
  float: left;
  margin-right: 25px;
}

@media (max-width: 768px) {
  body .index_all .button_box .left {
    width: 48%;
    margin-right: 4%;
  }
}

body .index_all .button_box .left a img {
  width: 100%;
}

body .index_all .button_box .right {
  width: 225px;
  float: right;
}

@media (max-width: 768px) {
  body .index_all .button_box .right {
    width: 48%;
  }
}

body .index_all .button_box .right a img {
  width: 100%;
}

body .main {
  width: 1100px;
  margin: 40px auto;
  /*.main_in*/
  /*.side*/
}

@media (max-width: 768px) {
  body .main {
    width: 94%;
    margin: 0 auto;
  }
}

body .main h2 {
  width: 100%;
  margin-bottom: 10px;
  background: url(/images/h2_bg.png) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  body .main h2 {
    background: none;
  }
}

body .main h2 span {
  line-height: 90px;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 20pt;
  letter-spacing: 4px;
  text-shadow: 2px 2px 1px #111111, -2px 2px 1px #111111, 2px -2px 1px #111111, -2px -2px 1px #111111, 2px 0px 1px #111111, 0px 2px 1px #111111, -2px 0px 1px #111111, 0px -2px 1px #111111;
}

@media (max-width: 768px) {
  body .main h2 span {
    font-size: 18px;
    padding: 0 10px;
    line-height: 40px;
  }
}

body .main .main_in {
  width: 770px;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  /*.index_top*/
  /*.banner_box*/
  /*.event_box*/
  /*.news_box*/
  /*.today_cast*/
  /*.system_box*/
}

@media (max-width: 768px) {
  body .main .main_in {
    float: none;
    width: 100%;
  }
}

body .main .main_in .index_top {
  /*.pickup*/
  /*.new_info*/
}

@media (max-width: 768px) {
  body .main .main_in .index_top {
    margin: 10px 0;
  }
}

body .main .main_in .index_top .main_top {
  margin: 0 0 30px;
}

body .main .main_in .index_top .pickup {
  display: none;
  width: 190px;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .pickup {
    width: 36%;
    margin-right: 2%;
    border: 1px solid #f959b8;
  }
}

body .main .main_in .index_top .pickup h2 {
  width: 100%;
  margin-bottom: 0;
  background-size: cover;
  border-bottom: 0;
}

body .main .main_in .index_top .pickup img {
  width: 100%;
  vertical-align: bottom;
}

body .main .main_in .index_top .pickup .girl {
  position: relative;
  height: 240px;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .pickup .girl {
    height: auto;
  }
}

body .main .main_in .index_top .pickup .girl img {
  height: 240px;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .pickup .girl img {
    height: auto;
  }
}

body .main .main_in .index_top .pickup .girl .girl_info {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}

body .main .main_in .index_top .pickup .girl .girl_info h3 {
  color: #fa80b1;
  font-size: 14px;
}

body .main .main_in .index_top .pickup .girl .girl_info p {
  font-size: 13px;
  width: 100%;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .pickup .girl .girl_info p {
    font-size: 11px;
  }
}

body .main .main_in .index_top .shop_info1 {
  width: 62%;
  float: right;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .shop_info1 {
    width: 100%;
  }
}

body .main .main_in .index_top .shop_info1 h2 {
  background: none;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  padding: 6px 0;
}

body .main .main_in .index_top .shop_info1 table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f3c3ea;
}

body .main .main_in .index_top .shop_info1 table tr {
  border-bottom: 1px solid #f3c3ea;
}

body .main .main_in .index_top .shop_info1 table tr th {
  width: 40%;
  background: #fbdcf5;
  padding: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .shop_info1 table tr th {
    font-size: 12px;
    letter-spacing: 0;
  }
}

body .main .main_in .index_top .shop_info1 table tr td {
  padding: 10px;
  font-size: 13px;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .shop_info1 table tr td {
    font-size: 12px;
    letter-spacing: 0;
  }
}

body .main .main_in .index_top .shop_info1 table tr td a {
  color: #ee60cd;
}

body .main .main_in .index_top .new_info {
  /*width: 560px;*/
  width: 100%;
  max-height: 500px;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .new_info {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 20px;
    height: auto;
  }
}

body .main .main_in .index_top .new_info h2 {
  width: 100%;
  margin-bottom: 0;
  background-size: cover;
  border-bottom: 0;
}

body .main .main_in .index_top .new_info h2 img {
  width: 100%;
  vertical-align: bottom;
}

body .main .main_in .index_top .new_info .info_box {
  border-right: 1px solid #111;
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
  overflow: hidden;
  height: 210px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .main .main_in .index_top .new_info .info_box .info01 {
  padding: 20px;
  overflow: hidden;
  height: 180px;
  font-size: 13px;
}

@media (max-width: 768px) {
  body .main .main_in .index_top .new_info .info_box .info01 {
    font-size: 13px;
    padding: 10px;
    height: 200px;
  }
}

body .main .main_in .banner_box {
  width: 100%;
  margin: 30px 0;
}

body .main .main_in .banner_box img {
  width: 100%;
}

body .main .main_in .event_box {
  margin: 20px 0;
  /*.schedule_tit*/
}

body .main .main_in .event_box .schedule_tit {
  margin: 20px 0;
}

body .main .main_in .event_box .schedule_tit .girls_schedule {
  width: 185px;
  height: 380px;
  float: left;
  margin-right: 10px;
  /*.girl_table*/
}

@media (max-width: 768px) {
  body .main .main_in .event_box .schedule_tit .girls_schedule {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    overflow: hidden;
  }
}

body .main .main_in .event_box .schedule_tit .girls_schedule .girl_table {
  border-collapse: collapse;
  /*.girl_pic*/
}

body .main .main_in .event_box .schedule_tit .girls_schedule .girl_table .girl_pic {
  width: 100%;
  height: 240px;
}

body .main .main_in .event_box .schedule_tit .girls_schedule .girl_table .girl_pic img {
  width: 100%;
  height: 240px;
}

body .main .main_in .event_box .schedule_tit .girls_schedule .girl_table tr {
  font-size: 13px;
  letter-spacing: 0;
  color: #333;
}

body .main .main_in .event_box .schedule_tit .girls_schedule .girl_table tr:nth-child(2) {
  display: none;
}

body .main .main_in .event_box .schedule_tit .girls_schedule .girl_table tr:nth-child(3) {
  font-size: 15px;
  font-weight: bold;
  color: #ee63bb;
  text-align: center;
}

body .main .main_in .event_box .schedule_tit .girls_schedule:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  body .main .main_in .event_box .schedule_tit .girls_schedule:nth-child(2n) {
    margin-right: 0;
  }
}

body .main .main_in .news_box {
  width: 100%;
  margin: 20px 0 50px 0;
  box-sizing: border-box;
}

body .main .main_in .news_box .in {
  height: 210px;
  overflow: auto;
}

body .main .main_in .news_box .in .news_table {
  overflow: auto;
  height: 230px;
}

body .main .main_in .news_box .in .news_table .news_day {
  font-size: 12px;
  color: #ee63bb;
}

body .main .main_in .news_box .in .news_table .news_contents {
  padding: 2px 20px;
  font-size: 13px;
  letter-spacing: 0;
}

body .main .main_in .cast {
  margin: 20px 0;
  /*.schedule01*/
  /*.schedule02*/
}

body .main .main_in .cast .schedule01 {
  margin: 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  /*girls_schedule*/
  /*girls_info*/
}

body .main .main_in .cast .schedule01 .girls_schedule {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  /*.girl_table*/
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule01 .girls_schedule {
    width: calc(50% - 10px);
    margin-right: 2%;
  }
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table {
  border-collapse: collapse;
  /*.girl_pic*/
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table .girl_pic {
  width: 100%;
  height: 235px;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table .girl_pic img {
  width: 100%;
  height: 235px;
  vertical-align: bottom;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr {
  font-size: 13px;
  letter-spacing: 0;
  color: #333;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(2) {
  text-align: center;
  color: #fff;
  background-color: #76cff7;
  margin-top: 0;
  font-weight: bold;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(3) {
  font-size: 15px;
  font-weight: bold;
  color: #ee63bb;
  text-align: center;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(3) td {
  padding: 4px 0;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(4) {
  font-size: 12px;
  text-align: center;
  height: 42px;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(4) td {
  padding: 2px 0;
  height: 42px;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(5) {
  font-size: 13px;
  text-align: left;
}

body .main .main_in .cast .schedule01 .girls_schedule .girl_table tr:nth-child(5) td {
  padding: 2px;
  height: 70px;
}

body .main .main_in .cast .schedule01 .girls_schedule:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule01 .girls_schedule:nth-child(2n) {
    margin-right: 0;
  }
}

body .main .main_in .cast .schedule01 .girls_info {
  width: 185px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  /*.girl_table*/
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule01 .girls_info {
    width: 49%;
    margin-right: 2%;
  }
}

body .main .main_in .cast .schedule01 .girls_info .girl_table {
  border-collapse: collapse;
  /*.girl_pic*/
}

body .main .main_in .cast .schedule01 .girls_info .girl_table .girl_pic {
  width: 100%;
  height: 235px;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table .girl_pic img {
  width: 100%;
  height: 235px;
  vertical-align: bottom;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr {
  font-size: 13px;
  letter-spacing: 0;
  color: #333;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
  color: #111;
  text-align: center;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr:nth-child(2) td {
  padding: 2px 0;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr:nth-child(3) {
  font-size: 12px;
  text-align: center;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr:nth-child(3) td {
  padding: 2px 0;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr:nth-child(4) {
  font-size: 13px;
  text-align: left;
}

body .main .main_in .cast .schedule01 .girls_info .girl_table tr:nth-child(4) td {
  padding: 2px;
}

body .main .main_in .cast .schedule01 .girls_info:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule01 .girls_info:nth-child(2n) {
    margin-right: 0;
  }
}

body .main .main_in .cast .schedule02 {
  margin: 20px 0;
  /*girls_schedule*/
}

body .main .main_in .cast .schedule02 .girls_schedule {
  width: 185px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  /*.girl_table*/
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule02 .girls_schedule {
    width: 49%;
    margin-right: 2%;
  }
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table {
  border-collapse: collapse;
  /*.girl_pic*/
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table .girl_pic {
  width: 100%;
  height: 235px;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table .girl_pic img {
  width: 100%;
  height: 235px;
  vertical-align: bottom;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr {
  font-size: 13px;
  letter-spacing: 0;
  color: #333;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(2) {
  text-align: center;
  color: #fff;
  background-color: #f776e6;
  margin-top: 0;
  font-weight: bold;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(3) {
  font-size: 15px;
  font-weight: bold;
  color: #ee63bb;
  text-align: center;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(3) td {
  padding: 4px 0;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(4) {
  font-size: 12px;
  text-align: center;
  height: 22px;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(4) td {
  padding: 2px 0;
  height: 22px;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(5) {
  font-size: 13px;
  text-align: left;
}

body .main .main_in .cast .schedule02 .girls_schedule .girl_table tr:nth-child(5) td {
  padding: 2px;
  height: 70px;
}

body .main .main_in .cast .schedule02 .girls_schedule:nth-child(4n+1) {
  margin-right: 0;
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule02 .girls_schedule:nth-child(2n+1) {
    margin-right: 0;
  }
}

body .main .main_in .cast .schedule02 table.schedule_list {
  box-sizing: border-box;
  margin: 40px 0;
  padding: 0;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule02 table.schedule_list {
    margin: 20px 0;
  }
}

body .main .main_in .cast .schedule02 table.schedule_list tr {
  padding: 0;
  border-collapse: collapse;
}

body .main .main_in .cast .schedule02 table.schedule_list tr td {
  text-align: center;
  width: 100px;
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule02 table.schedule_list tr td {
    width: 10%;
  }
}

body .main .main_in .cast .schedule02 table.schedule_list tr td a {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-weight: bold;
  color: #ee60cd;
  background: #faedf6;
  text-align: center;
}

@media (max-width: 768px) {
  body .main .main_in .cast .schedule02 table.schedule_list tr td a {
    padding: 10px 4px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

body .main .main_in .cast .schedule02 table.schedule_list tr td a:hover {
  background: #ee60cd;
  color: #ffffff;
}

body .main .main_in .cast .schedule02 table.schedule_list tr td.active_day a {
  background: #ee60cd;
  color: #ffffff;
}

body .main .main_in .system_box {
  /*table01*/
}

body .main .main_in .system_box img {
  width: 100%;
}

body .main .main_in .system_box h2 img {
  width: 100%;
}

body .main .main_in .system_box h3 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  margin: 30px 0 10px 0;
  border-left: solid 5px #83d0f5;
  /*border-bottom: 1px solid #83d0f5;*/
  color: #222;
}

body .main .main_in .system_box h4 {
  margin: 20px 0 10px 0;
  color: #4ebbee;
  font-size: 17px;
}

body .main .main_in .system_box .m20 {
  margin: 20px 0;
}

body .main .main_in .system_box ul {
  list-style: none;
}

body .main .main_in .system_box .table01 {
  table-layout: fixed;
  /*table*/
}

body .main .main_in .system_box .table01 table {
  table-layout: fixed;
}

body .main .main_in .system_box .table01 table tr {
  border-bottom: 1px solid #555;
  width: 100%;
}

body .main .main_in .system_box .table01 table tr th {
  background: #f1f1f1;
  width: 200px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body .main .main_in .system_box .table01 table tr th {
    width: 25%;
  }
}

body .main .main_in .system_box .table01 table tr td {
  background: #fafafa;
  box-sizing: border-box;
  padding: 8px 10px;
  letter-spacing: 0;
  width: 185px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body .main .main_in .system_box .table01 table tr td {
    width: 25%;
  }
}

body .main .main_in .system_box .table01 table tr td span {
  font-size: 13px;
}

body .main .main_in .system_box p {
  margin: 10px 0 30px 0;
}

body .main .main_in .system_box p a {
  font-weight: bold;
}

body .main .main_in .system_box p span {
  margin: 20px 0;
}

body .main .main_in .system_box .faq .q {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
  color: #2cace7;
  font-weight: bold;
  font-size: 16px;
}

body .main .main_in .system_box .faq .a {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #555;
}

body .main .side {
  width: 300px;
  float: right;
  box-sizing: border-box;
  /*.side01*/
  /*.side_twitter*/
}

@media (max-width: 768px) {
  body .main .side {
    width: 100%;
    margin: 20px auto;
  }
  body .main .side img {
    width: 100%;
  }
}

body .main .side .side01 {
  width: 100%;
}

body .main .side .side01 img {
  max-width: 100%;
}

body .main .side .side01 .banner01 {
  margin-bottom: 10px;
}

body .main .side .shop_info {
  margin: 30px 0;
  width: 100%;
}

body .main .side .shop_info h2 {
  border-bottom: 0;
  background: none;
}

body .main .side .shop_info h2 img {
  width: 80%;
  text-align: center;
  margin: 10px auto;
  display: block;
}

body .main .side .shop_info table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #111;
}

body .main .side .shop_info table tr {
  border-bottom: 1px solid #111;
}

body .main .side .shop_info table tr th {
  width: 40%;
  padding: 10px;
  font-size: 14px;
}

body .main .side .shop_info table tr td {
  padding: 10px;
  font-size: 13px;
}

body .main .side .side_twitter {
  border: 1px solid #d5eefa;
  margin-bottom: 30px;
}

body footer {
  /*background: url(/images/head_bg.png);
        background-position: bottom;
        background-size: cover;*/
  background: #fcf3fc;
  padding: 0 0 0 0;
  /*foot*/
}

body footer .foot {
  text-align: center;
}

body footer .foot h2 {
  width: 350px;
  padding-top: 50px;
  margin: 50px auto 10px auto;
}

body footer .foot h2 img {
  width: 100%;
}

@media (max-width: 768px) {
  body footer .foot h2 {
    width: 250px;
  }
}

body footer .foot .foot_tel {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
  width: 30%;
}

body footer .foot .foot_tel a {
  color: #aca47e;
}

body footer .foot .foot_tel p {
  background: #ea8e9d;
  color: #fff;
  padding: 6px 20px;
  font-size: 10px;
  width: 100px;
  text-align: center;
  margin: 10px auto;
}

body footer .foot .foot_tel img {
  width: 100%;
}

body footer .foot .foot_address {
  font-size: 13px;
  color: #8b877e;
}

body footer .foot .foot_rink {
  margin: 40px auto;
  text-align: center;
  display: block;
}

body footer .foot .foot_rink a {
  padding: 0 20px;
  border-right: 1px solid #222;
  color: #222;
  font-size: 14px;
}

@media (max-width: 768px) {
  body footer .foot .foot_rink a {
    display: block;
    margin: 2px auto;
    padding: 12px 0;
    background: #fff;
    width: 60%;
    border: none;
    color: #8b877e;
    font-weight: 700;
    font-size: 13px;
  }
}

body footer .foot .foot_rink a:hover {
  color: #ea8e9d;
  font-weight: bold;
}

body footer .copyright {
  background: #111111;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
}

body footer .copyright a {
  color: #ffffff;
}

.shop-more {
  background: #111 !important;
}

h1.shop-blog {
  background: #111;
}
