@charset "UTF-8";
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Open+Sans:700";

/*─────――――――――――――――――――――――――
Reset Stylesheet
─────――――――――――――――――――――――――*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0.5em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*─────――――――――――――――――――――――――
clearfix
─────――――――――――――――――――――――――*/

.clearfix {
  zoom: 1;
}

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

/*─────――――――――――――――――――――――――
BASE
─────――――――――――――――――――――――――*/

body {
  font-size: 14px;
  -webkit-text-size-adjust: none;
  /*for iPhone*/
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffcd;
  color: #111;
}

/* tap color */

body a {
  -webkit-tap-highlight-color: rgba(1, 137, 188, 0.5);
}

a {
  color: #e10072;
  text-decoration: underline;
  outline: none;
}

a:visited {
  color: #e10072;
  text-decoration: none;
}

a:hover {
  color: #e10072;
  text-decoration: none;
}

a:active {
  color: #e10072 !important;
  text-decoration: none;
}

ul li a {
  text-decoration: none;
}

.kc {
  color: #da0000 !important;
}

.kc02 {
  color: #ff4660 !important;
}

.sch_time {
  color: #920000 !important;
}

.sun {
  color: #ff3939 !important;
}

.sat {
  color: #00a8ff !important;
}

/* ――――――――――――――――――――――
 header,nav
―――――――――――――――――――――― */

header {
  width: 100%;
}

#siteHeader {
  width: 100%;
  height: 54px;
  display: table;
  line-height: 0;
}

#logo {
  text-align: center;
}

#logo,
.linkto,
#logo,
.btn_tel,
.switchHat {
  display: table-cell;
  vertical-align: middle;
}

#logo img {
  width: 75%;
  margin: 20px auto 5px auto;
}

#HeaderOpen {
  clear: both;
  text-align: center;
  margin: 0 auto 5px auto;
}

#HeaderNavi {
  text-align: center;
  width: 96%;
  float: left;
  margin: -10px 2% 10px 2%;
}

#HeaderNavi #HeaderNaviList {
  margin: 2px auto 0 auto;
}

#HeaderNavi #HeaderNaviList li {
  display: block;
  float: left;
  width: 19%;
  margin: 0 0.5%;
}

#HeaderNavi #HeaderNaviList img {
  width: 100%;
}

.content {
  clear: both;
}

.linkto {
  width: 44px;
  height: 44px;
}

.btn_tel {
  width: 44px;
  height: 44px;
  border-left: 1px solid #e10072;
}

.btn_tel a {
  display: block;
}

.btn_tel p {
  padding: 0 8px;
}

.switchHat {
  width: 44px;
  height: 44px;
  padding: 0 8px;
  border-left: 1px solid #e10072;
}

.switchDetail {
  padding: 0;
}

.switchDetail ul li:first-child {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background: #000;
  color: #fff;
}

.switchDetail ul li {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
  border: 1px solid #e10072;
  border-width: 0 1px 1px 0;
  background: #ffffff;
}

.switchDetail ul li:nth-child(odd) {
  border-right: none;
}

.switchDetail ul li a {
  display: block;
  color: #111;
  background-image: url(/images/sp_image/arrow_r2.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

.switchDetail ul li a p {
  padding: 12px 4px;
  font-weight: bold;
}

.closeBtnHat {
  width: 60%;
  margin: 10px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #444;
  /* Old browsers */
  background: -moz-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #444 0%, #0e0e0e 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
}

.closeBtnHat p {
  background: #000;
  padding: 12px 0 12px 0px;
  color: #fff;
  text-align: center;
}

.header {
  clear: both;
}

/* メインコンテナ余白*/

.content {
  width: 96%;
  /*width: 100%;*/
  margin: 0 auto 15px auto;
  word-wrap: break-word;
}

/* ページタイトル */

h2 {
  font-size: 12px;
  color: #fff;
  padding: 8px;
  margin: 0 0 0.5em 0;
  text-align: center;
  background: rgb(245, 0, 125);
  background: -moz-linear-gradient(top, rgba(245, 0, 125, 1) 0%, rgba(162, 0, 81, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(245, 0, 125, 1) 0%, rgba(162, 0, 81, 1) 100%);
  background: linear-gradient(to bottom, rgba(245, 0, 125, 1) 0%, rgba(162, 0, 81, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5007d', endColorstr='#a20051', GradientType=0);
}

h2.top_news {
  width: 89%;
  font-size: 130%;
  padding: 4px 0px 0px 20px;
  margin: 0 auto 20px auto;
}

/*見出し装飾*/

.ttl {
  width: 90%;
  /*
    margin-left: 2%;
    margin-right: 2%;
*/
  font-size: 16px;
  color: #fff;
  line-height: 1;
  height: 21px;
  text-align: left;
  margin: 0px 0 10px 0;
}

.type_s {
  background: url(/images/sp_image/bg_title_s.jpg) no-repeat #000;
  /*
    width: 90%;
    margin-left: 2%;
    margin-right: 2%;
    */
  padding: 8px 0px 0px 20px;
}

.type_m {
  background: url(/images/sp_image/bg_title_m.jpg) no-repeat #000;
  width: 90%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 8px 0px 0px 20px;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 90%;
}

/* もっと見るホーム用 */

.morebtn a {
  float: left;
  overflow: hidden;
  background: #000;
  padding: 12px 0 12px 0px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px 2%;
  width: 96%;
  text-decoration: none;
}

span.morebtn {
  float: left;
  overflow: hidden;
  background: #000;
  padding: 12px 0 12px 0px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px 2%;
  width: 96%;
  text-decoration: none;
}

/* もっと見る一覧用 */

.more,
.more_pc {
  text-align: right;
  margin: 15px 0 20px 0;
}

.more a,
.more_pc a {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #0189bb;
  padding: 0.4em 20px 0.4em 0.4em;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 16px 10px;
  -moz-background-size: 16px 10px;
  -ms-background-size: 16px 10px;
  -o-background-size: 16px 10px;
  background-size: 16px 10px;
}

.more a {
  background-image: url(/images/sp_image/bg_more.png);
}

/* リンク先がスマホページの場合 */

.more_pc a {
  background-image: url(/images/sp_image/bg_more_pc.png);
}

/* リンク先がPCページの場合 */

/* ページの先頭へ */

.wrap_pagetop {
  margin: 1.5em 0 0 0;
  text-align: center;
  background-color: #e10072;
  color: #fff;
  -moz-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.4) inset;
}

.wrap_pagetop a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.wrap_pagetop a p {
  padding: 1em;
}

/*─────――――――――――――――――――――――――
フッター
─────――――――――――――――――――――――――*/

.switchDetail2 {
  padding: 0;
  background: #000;
}

.switchDetail2 ul li:first-child {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  background: #000;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

.switchDetail2 ul li {
  width: 49%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: #f274b7;
  color: #111;
  -moz-box-shadow: inset -1px -1px 0 2px rgba(242, 116, 183, 1), inset 2px 2px 0 2px rgba(181, 87, 137, 1);
  -webkit-box-shadow: inset -1px -1px 0 2px rgba(242, 116, 183, 1), inset 2px 2px 0 2px rgba(181, 87, 137, 1);
  border: 1px solid #b55789;
  border-radius: 10px;
  padding: 3px 0;
  margin: 0.5%;
}

.switchDetail2 ul li:nth-child(odd) {
  border-right: none;
}

.switchDetail2 ul li a {
  display: block;
  color: #fff;
  background-image: url(/images/sp_image/arrow_r2.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

.switchDetail2 ul li a p {
  padding: 12px 4px;
  font-weight: normal;
}

.closeBtnHat {
  width: 60%;
  margin: 10px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #444;
  /* Old browsers */
  background: -moz-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444 0%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #444 0%, #0e0e0e 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
}

#fix_menu {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999;
}

#fix_menu ul {
  overflow: hidden;
  font-size: 0;
}

#fix_menu ul li {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 25%;
}

#fix_menu ul li:first-child {
  width: 50%;
}

#fix_menu ul li a {
  display: block;
  width: 100%;
  /*padding:15px 0;*/
  height: 50px;
  line-height: 1.7;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  background-color: #c8000a;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#fix_menu ul li:first-child a {
  color: #e70076;
  background-color: #cccccc;
  font-weight: bold;
}

#fix_menu ul li.fix_tel a:before {
  content: "\f098";
  font-family: "fontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 30px;
  color: #29bd5f;
}

#fix_menu ul li.fix_navi a {
  line-height: 3.6;
}

#fix_menu ul li:last-child a {
  color: #333333;
  background-color: #f49db1;
  line-height: 3.6;
}

footer {
  padding: 15px 3% 60px 3%;
  color: #fff;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}

#copyright {
  color: #777;
  text-align: center;
  padding-bottom: 10px;
}

/*─────――――――――――――――――――――――――
naviページ
─────――――――――――――――――――――――――*/

.switchDetail3 {
  padding: 0;
  background-color: #ffffcd;
  text-align: center;
}

.switchDetail3 ul li:first-child {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  background: #000;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

/*
.switchDetail3 ul li {
    width: 49%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background: #F274B7;
    color: #111;
    -moz-box-shadow: inset -1px -1px 0 2px rgba(242, 116, 183, 1), inset 2px 2px 0 2px rgba(181, 87, 137, 1);
    -webkit-box-shadow: inset -1px -1px 0 2px rgba(242, 116, 183, 1), inset 2px 2px 0 2px rgba(181, 87, 137, 1);
    border: 1px solid #B55789;
    border-radius: 10px;
    padding: 3px 0;
    margin: 0.5%;
}
*/

.switchDetail3 ul li {
  width: 49%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: rgb(245, 0, 125);
  background: -moz-linear-gradient(top, rgba(245, 0, 125, 1) 0%, rgba(162, 0, 81, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(245, 0, 125, 1) 0%, rgba(162, 0, 81, 1) 100%);
  background: linear-gradient(to bottom, rgba(245, 0, 125, 1) 0%, rgba(162, 0, 81, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5007d', endColorstr='#a20051', GradientType=0);
  color: #111;
  -moz-box-shadow: inset -1px -1px 0 2px #a20051, inset 2px 2px 0 2px #cf3482;
  -webkit-box-shadow: inset -1px -1px 0 2px #a20051, inset 2px 2px 0 2px #cf3482;
  border: 1px solid #a20051;
  border-radius: 10px;
  padding: 3px 0;
  margin: 0.5%;
}

.switchDetail3 ul li:nth-child(odd) {
  border-right: none;
}

.switchDetail3 ul li a {
  display: block;
  color: #fff;
  background-image: url(/images/sp_image/arrow_r2.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

.switchDetail3 ul li a p {
  padding: 12px 4px;
  font-weight: normal;
}

.switchDetail3 ul li.navi_event {
  background: #7dccf3;
  background: -moz-linear-gradient(top, rgba(125, 204, 243, 1) 0%, rgb(50, 155, 207, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 204, 243, 1) 0%, rgba(50, 155, 207, 1) 100%);
  background: linear-gradient(to bottom, rgba(125, 204, 243, 1) 0%, rgba(50, 155, 207, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7dccf3', endColorstr='#329bcf', GradientType=0);
  -moz-box-shadow: inset -1px -1px 0 2px #329bcf, inset 2px 2px 0 2px #7dccf3;
  -webkit-box-shadow: inset -1px -1px 0 2px #329bcf, inset 2px 2px 0 2px #7dccf3;
  border: 1px solid #329bcf;
  font-size: 0.9em;
  text-indent: -0.5rem;
}

.switchDetail3 ul li.navi_event a {
  padding-top: 0.1lh;
}

/*─────――――――――――――――――――――――――
予約について
─────――――――――――――――――――――――――*/

#reserve {
  border: 3px double #fe7ebe;
  font-size: 12px;
  font-weight: bold;
  margin: 10px auto;
  padding: 8px 0%;
  text-align: center;
  width: 90%;
}

#reserve h3 {
  color: #e70076;
  font-size: 14px;
  font-weight: bold;
}

/*─────――――――――――――――――――――――――
切り替えナビ
─────――――――――――――――――――――――――*/

#swich {
  position: relative;
}

#swich ul {
  margin: 10px 0 10px 0px;
  overflow: hidden;
  border-bottom: 3px solid #000;
}

#swich ul li {
  float: left;
  margin: 3px 0 0 2px;
  width: 95px;
  padding: 8px 0px;
  text-align: center;
  border: 1px solid #cccccc;
  transition: all 0.4s ease 0s;
  font-size: 12px;
  font-weight: bold;
}

#swich ul li a {
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

#swich ul li:hover {
  background: #ddd;
}

#swich ul li:first-child {
  margin-left: 5px;
}

#swich ul li.select {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 10px 0px 9px 0px;
  margin-top: 0px;
}

#swich .btn_link {
  position: absolute;
  top: 5px;
  right: 2%;
}

#swich .btn_link a {
  color: #fff;
  background: #3e3384;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease 0s;
  font-size: 12px;
  padding: 7px 10px;
  font-weight: bold;
  text-decoration: none;
}

#swich select {
  border: 1px solid #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  height: 30px;
  padding-left: 1%;
  padding-right: 1%;
  margin: 2px 0 10px 5px;
}

/*─────――――――――――――――――――――――――
リスト
─────――――――――――――――――――――――――*/

#todays_schedule {
  background: #fed0d9;
  padding-top: 10px;
}

#todays_schedule h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #e70076;
  margin-bottom: 5px;
}

#todays_schedule h3 .h3jp {
  font-size: 22px;
}

#todays_schedule .list_grid_3 .time {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  color: #000;
  font-weight: normal;
  background-color: #ededed;
  font-size: 20px;
  border-top: none;
}

#todays_schedule .list_grid_3 .time.status {
  font-size: 15px;
  background-color: #333;
  color: #fff;
}

#todays_schedule .list_grid_3 .list_item {
  background: #fff;
}

#todays_schedule .list_grid_3 .txtc {
  color: #ff0078;
}

#products.list_grid_3 {
  overflow: hidden;
  background: #ffb5cc;
  margin: 0;
}

/* 3カラム */

.list_grid_3 {
  width: 99%;
  /*max-width:790px;*/
  padding: 0% 0% 0% 1%;
  margin: auto;
}

.list_grid_3 .list_item {
  width: 48%;
  float: left;
  padding-bottom: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffffcd;
  padding: 1%;
  margin: 1% 0% 1% 1%;
}

.list_grid_3 .list_item:nth-child(3n) {
  margin-right: 0;
}

.list_grid_3 .list_item a img {
  width: 100%;
  /*  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8%;
*/
}

#todays_schedule .type_m {
  width: 90%;
  margin-left: 2%;
  margin-right: 2%;
}

.list_grid_3 .txtc {
  color: #e10072;
  font-size: 16px;
  line-height: 1.8;
  /*margin-top: -10px;*/
}

.list_grid_3 .txtc span {
  display: block;
  font-size: 9px;
  color: #000;
  display: none;
}

.list_grid_3 i {
  margin-right: 2px;
  color: #666;
}

.list_grid_3 .info {
  overflow: hidden;
  margin: 2% auto;
}

.list_grid_3 .info span {
  color: #ee007a;
  border: 1px solid #fe7ebe;
  box-sizing: border-box;
  padding: 3px 0;
  margin: 1%;
  display: block;
  float: left;
  width: 48%;
  text-align: center;
  font-size: 9px;
}

.list_grid_3 .time {
  padding: 3px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: normal;
  color: #ffffff;
  background-color: #f274b7;
  line-height: 1.8;
  border-top: solid 1px #dcdcdc;
  /*
    font-size: 11px;
    margin: 0 8%;
    */
}

.list_grid_3 .today {
  font-size: 11px;
  background: #000;
  color: #fff;
  padding: 3px;
  position: absolute;
  top: 0;
  right: 0;
}

.list_grid_3 .newface {
  font-size: 11px;
  background: #e10072;
  color: #fff;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

#todays_schedule .list_grid_3 .newmark {
  position: absolute;
  top: 1.3%;
  left: 10%;
  z-index: 100;
}

#todays_schedule .list_grid_3 .update {
  position: absolute;
  top: 1.3%;
  right: 11%;
  z-index: 5;
}

.list_grid_3 .thumb {
  position: relative;
  width: 84%;
  aspect-ratio: 300 / 464;
  margin: 0 auto;
  overflow: hidden;
}

#todays_schedule .list_grid_3 .thumb a {
  display: block;
}

.list_grid_3 .newmark {
  position: absolute;
  top: 1.3%;
  left: 7%;
  z-index: 100;
}

.list_grid_3 .update {
  position: absolute;
  top: 1.3%;
  right: 11%;
  z-index: 5;
}

.list_grid_3 .list_item .newmark img,
.list_grid_3 .list_item .update img {
  width: 40px;
}

.list_grid_3 .list_item .last1 {
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;

  position: absolute;
  bottom: 0;
  width: 94%;
  background: #e70076;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  border-radius: 4px;
  margin: 0 3% 3% 3%;
}

.time_ {
  color: #000;
  text-align: center;
  margin-top: -5px;
}

.time_ span {
  font-size: 11px;
  padding: 1px 3px;
}

.time_ .today_ {
  color: #fff;
  background: #ef419a;
}

.time_ .next_ {
  color: #ef419a;
  margin-right: 0px;
}

.time_ .time_hour {
  padding: 3px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: normal;
  border-radius: 4px;
  color: #ffffff;
  background-color: #f274b7;
  line-height: 1.8;
  border-top: solid 1px #dcdcdc;
  margin-bottom: 5px;
}

.list_grid_3 .list_item .available_box {
  height: 26px;
  margin: 5px auto 10px auto;
}

.list_grid_3 .list_item .availablenow {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

  height: 100%;
  font-size: 4vw;
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px #fff;
  border-style: ridge;
  background: linear-gradient(to bottom, #415f87 0%, #4f89c1 40%, #4f89c1 60%, #415f87 100%);
  padding: 2px 0;
}

.list_grid_3 .list_item .available {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

  height: 100%;
  font-size: 5vw;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px #fff;
  border-style: ridge;
  background: linear-gradient(to bottom, #cc4990 0%, #ed5cc0 40%, #ed5cc0 60%, #cc4990 100%);
  padding: 2px 0;
}

.list_grid_3 .list_item .availablesold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

  height: 100%;
  font-size: 4vw;
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px #fff;
  border-style: ridge;
  background: linear-gradient(to bottom, #302824 0%, #3b3b3a 40%, #3b3b3a 60%, #302824 100%);
  padding: 2px 0;
}

/*─────――――――――――――――――――――――――
一覧の表示方法切替 未使用
─────――――――――――――――――――――――――*/

/** list view **/

ul.list {
  width: 100%;
  border-top: 1px solid #bbb;
}

ul.list li a {
  display: block;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  border-bottom: 1px solid #bbb;
  color: #000;
  background-image: url(/images/sp_image/arrow_r2.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

ul.list li .left {
  width: 80px;
  min-height: 80px;
  margin: 5px;
}

ul.list li .left img {
  width: 80px;
}

ul.list li .right {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  padding: 5px 5px 5px 0;
}

ul.list li h4 {
  font-size: 16px;
}

ul.list li .meta {
  font-size: 11px;
}

ul.list li .info {
  overflow: hidden;
}

ul.list li .info span {
  background: #eee;
  padding: 3px;
  margin: 1px;
  display: block;
  float: left;
}

ul.list li .today {
  background: #000;
  color: #fff;
  padding: 3px;
  width: 60px;
  text-align: center;
}

ul.list li .time {
  color: #e10072;
  padding: 3px;
  display: block;
}

/** grid view **/

ul.grid {
  width: 100%;
  border: 1px solid #bbb;
  border-width: 1px 0;
}

ul.grid li {
  width: 33.33333%;
  float: left;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 600px) {
  ul.grid li {
    /* iPad用 */
    min-height: 320px;
  }
}

ul.grid li a {
  color: #fff;
}

ul.grid li .left img {
  width: 100%;
  /*border-right: 1px solid #bbb;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.grid li .right h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  font-weight: normal;
  font-size: 14px;
}

ul.grid li .meta {
  display: none;
}

ul.grid li:hover section.right span.darkview {
  opacity: 1;
}

ul.grid li section.right span.darkview a.firstbtn {
  display: block;
  margin-bottom: 10px;
}

/*─────――――――――――――――――――――――――
ページング
─────――――――――――――――――――――――――*/

/* no paging
---------------------------------------------- */

#infscr-loading {
  width: 80%;
  text-align: center;
  position: fixed;
  left: 45%;
  bottom: 220px;
  z-index: 100;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#infscr-loading div em {
  color: #fff;
  font-size: 15px;
}

/*
number paging
---------------------------------------------- */

#pagenavi {
  width: 100%;
  height: 46px;
  position: relative;
  overflow: hidden;
  margin: 1em 0;
}

#prev {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  left: 2px;
}

#next {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 2px;
}

#pageNum {
  height: 44px;
  margin: 0 auto;
  padding: 2px 0;
  position: relative;
  left: 50%;
  float: left;
}

#pageNum div {
  width: 38px;
  height: 38px;
  position: relative;
  left: -50%;
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #d7d7d7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #d7d7d7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #d7d7d7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #d7d7d7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #d7d7d7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #d7d7d7 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d7d7d7', GradientType=0);
  /* IE6-9 */
  -moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4) inset;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4) inset;
  -ms-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4) inset;
  -o-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4) inset;
}

#pageNum div:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #ccc;
}

#pageNum div:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

#pageNum div span {
  width: 38px;
  height: 38px;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  color: #a1a1a1;
}

#pageNum div span a {
  width: 38px;
  height: 38px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  color: #222;
}

#pageNum div span a:active {
  color: #f3f3f3;
}

/* ○件中○件のテキスト */

.case_result {
  font-size: 11px;
  text-align: center;
  color: #666;
  margin-top: 10px;
}

/*─────――――――――――――――――――――――――
トップページ
─────――――――――――――――――――――――――*/

body#toppage .content {
  width: 100%;
}

/*カバー*/

#campaign {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: -10px;
}

/*動画*/

#movie {
  background: url(/images/bg_movie.jpg) repeat #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#movie iframe {
  width: 320px;
  height: 180px;
  margin: 10px auto 0;
  display: block;
}

/*求人バナー*/

.top_rec {
  text-align: center;
}

.top_rec a img {
  margin: 10px auto;
}

/*新着*/

#news {
  overflow: hidden;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 95%;
  margin: 0 2%;
  margin-bottom: 10px;
}

#news h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  margin-bottom: 5px;
}

#news h3 .h3jp {
  font-size: 22px;
}

#news .type_s {
  width: 100%;
}

#news .newsbox {
  padding: 0 1.5em;
}

#news .newsbox .title {
  color: #e70076;
  font-size: 18px;
}

#news .newsbox .day {
  font-size: 12px;
  margin-bottom: 5px;
}

#news .newsbox .coment {
  font-size: 14px;
}

#news .newsbox .thumb {
  float: left;
  margin-right: 10px;
  width: 120px;
}

#news .newsbox .thumb img {
  width: 100%;
}

/* おすすめバナー */

.bns {
  text-align: center;
  margin: 20px 1%;
}

.bns .footermachibns {
  width: 98%;
  margin: 0 auto;
}

.bns .footermachibns img {
  width: 100%;
}

.bns ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.bns ul li img {
  width: 100%;
}

.bns .footerbns {
  float: left;
  margin-bottom: 0;
}

.wrap_pagetop {
  clear: both;
}

/*─────――――――――――――――――――――――――
プロフィール
─────――――――――――――――――――――――――*/

.namebox {
  margin-bottom: 5px;
  position: relative;
}

.prof_name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.namebox .info {
  overflow: hidden;
}

.namebox .info span {
  border: 1px solid #fe7ebe;
  color: #ee007a;
  padding: 3px;
  margin: 1px;
  display: block;
  float: left;
}

.ttl_p {
  background: url(/images/sp_image/bg_title_s.jpg) no-repeat top left #000;
  width: 96%;
  /*
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 2%;
    margin-bottom: 2%;
*/
  margin: 20px 0 5px 0;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.ttl_p2 {
  background: url(/images/sp_image/bg_title_sl.jpg) no-repeat top left #000;
  width: 96%;
  margin: 20px 0 5px 0;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.namebox .today {
  float: right;
}

.namebox .today img {
  height: 22px;
}

.namebox .newface {
  float: right;
}

.flexslider .slides img.okusama,
img.okusama {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#qa {
}

#qa dl {
  margin-left: 5px;
}

#qa dt {
  color: #ee007a;
}

#qa dt:before {
  content: "Q：";
}

#qa dd {
  margin-bottom: 5px;
}

#qa dd:before {
  content: "A：";
}

/* 週間出勤表 */

.tbl_weekly_sch {
  width: 100%;
  border: collapse;
}

.tbl_weekly_sch th,
.tbl_weekly_sch td {
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  font-weight: normal;
}

.tbl_weekly_sch th {
  background: #eee;
}

.tbl_weekly_sch td {
  background-color: #fff;
  color: #222;
}

/*オプション*/

#option ul {
  overflow: hidden;
}

#option ul li {
  border: 1px solid #fe7ebe;
  box-sizing: border-box;
  color: #ee007a;
  float: left;
  font-size: 12px;
  height: 30px;
  margin: 0.5%;
  overflow: hidden;
  padding: 6px 0 0;
  text-align: center;
  width: 24%;
}

#option ul li.ng {
  border: 1px solid #aaa;
  color: #666;
}

#option ul li.pink {
  font-size: 10px;
}

/*---------------------------------------------
NEXTPREV
---------------------------------------------*/

section.nextprev {
  font-size: 12px;
  margin: 20px auto 30px;
}

section.nextprev ul {
  margin: 10px 0px 0px 0px;
  overflow: hidden;
}

section.nextprev li a {
  float: left;
  width: 31.33%;
  margin: 1%;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  font-weight: bold;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  color: #ee007a;
}

section.nextprev li a:hover {
  border: 1px solid #666;
  background: #eeeeee none repeat scroll 0 0;
  color: #000;
}

/*─────――――――――――――――――――――――――
システム
─────――――――――――――――――――――――――*/

/*プレイ内容*/

.play_info {
  text-align: center;
  margin: 5px auto 10px auto;
}

.play_info img {
  width: 98%;
  margin: 5px auto 10px auto;
}

/*無料案内*/

.allfree {
  font-size: 16px;
  line-height: 1.1;
  padding: 5px;
  background-color: #e50779;
  color: #fff;
  font-weight: bold;
  margin: 5px auto 10px;
  text-align: center;
}

/*お電話ご予約について*/

.yoyaku {
  position: absolute;
  right: 0;
}

.yoyaku_about p {
  margin: 15px 0 20px;
}

.yoyaku_about p strong {
  color: #e60879;
  display: block;
  font-weight: bold;
}

.yoyaku_about p.infobox {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 2%;
  width: 200px;
}

.yoyaku_another {
  margin-top: -20px;
  margin-bottom: 10px;
}

.color_frame {
  border: #e50779 2px solid;
  padding: 1%;
  margin-bottom: 20px;
}

.ttl_sys {
  border-bottom: 4px solid #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.ttl_sys span {
  font-size: 14px;
  margin-left: 5px;
}

.price_list {
  width: 100%;
  font-size: 18px;
  border-spacing: 0px;
  margin-bottom: 20px;
}

.price_list .price {
  background: #ffffff;
  font-weight: bold;
}

.price_list th {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  border-bottom: #e50779 2px solid;
  background: #f5f1eb;
  font-weight: normal;
}

.price_list.nocolor .price {
  background: transparent;
}

.price_list.nocolor th {
  background: transparent;
  border-bottom: none;
}

.price_list.nocolor td {
  background: transparent;
  border-bottom: none;
}

.table_frame {
  position: relative;
  border-top: 2px solid #e50779;
  border-left: 2px solid #e50779;
  border-right: 2px solid #e50779;
  /*width: 96%;*/
  padding: 1rem 0 0 0;
  margin: 2em auto;
}

.table_title {
  position: absolute;
  left: 0;
  top: -0.8rem;
  width: 100%;
  text-align: center;
}

.table_title span {
  font-size: 1.1rem;
  background-color: #ffffcd;
  padding: 0 0.2rem;
}

.table_title span img {
  width: 30%;
}

.price_list.nocolor,
.table_frame .price_list {
  color: #000000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 0;
}

.price_list.nocolor {
  width: 96%;
  margin: 0 auto;
}

.price_list.nocolor th {
  text-align: left;
}

.price_list.nocolor td {
  text-align: right;
}

.table_frame .price_list th {
  text-align: center;
  border-bottom: #e50779 2px solid;
  background: #f5f1eb;
}

.table_frame .price_list tr:nth-child(2n) th {
  background: #f5f1eb;
}

.table_frame .price_list.price_list td {
  text-align: center;
  border-bottom: #e50779 2px solid;
  background: #ffffff;
}

.price_list th span.price_maru {
  font-size: 14px;
  display: block;
}

.price_list th span.price_maru img {
  width: 48px;
  vertical-align: text-top;
  margin-left: 2px;
}

.price_list th span {
  font-size: 10px;
  display: block;
}

.price_list tr:nth-child(2n) th {
  background: #f5f1eb none repeat scroll 0 0;
}

.price_list td {
  /*padding: 8px;*/
  border-bottom: #e50779 2px solid;
  background: #ffffff;
  width: 45%;
  vertical-align: middle;
  text-align: center;
}

/*ボックス全体*/

.long_course_box {
  width: 100%;
  margin-bottom: 20px;
}

/*ラベル*/

.long_course_box label {
  display: block;
  background-color: #e10072;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
  padding: 11px 12px;
  margin: 1.5px 0;
}

/*チェックは隠す*/

.long_course_box input {
  display: none;
}

/*中身を非表示にしておく*/

.long_course_box .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}

/*クリックで中身表示*/

.cssacc:checked + .accshow {
  height: auto;
  display: block;
  overflow: visible;
}

.accshow.table_frame {
  padding: 0;
  margin: 0 auto 40px auto;
}

.price_include {
  display: block;
  font-size: 12px;
  text-align: right;
}

.credit {
  margin: 20px auto 30px;
  text-align: center;
  vertical-align: middle;
  width: 98%;
}

/*---------------------------------------------
交通費
---------------------------------------------*/
.accshow.table_frame.trans {
  padding: 0;
  margin: 0 auto 0 auto;
}

.accshow.table_frame.trans + p {
  margin: 0 auto 40px auto;
}

.oplist {
  width: 100%;
  border-spacing: 0;
  font-size: 18px;
}

.oplist th {
  width: 54%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  border-bottom: #e50779 2px solid;
  background: #f5f1eb;
  font-weight: normal;
}

.oplist td {
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  border-bottom: #e50779 2px solid;
  background: #ffffff;
}

/*会員証*/

.memberscard {
  text-align: center;
}

.memberscard img {
  margin: 0 auto;
}

.text_center {
  text-align: center;
}

.point {
  margin: 10px 0;
  overflow: hidden;
}

.point .pbox {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #eb0078;
  color: #eb0078;
  margin: 5px 20px;
  padding: 10px 15px;
}

.point .pbox span {
  margin: 0 auto;
}

.point .pbox span .discount {
  background: rgba(0, 0, 0, 0) url("/images/arrow_30p.png") no-repeat 10px center;
  padding-left: 55px;
}

/*
.point p {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 20px;
    padding: 10px 15px;
}
.point p span {
    font-weight: bold;
    margin-left: 60px;
}
.p10 {
    background: rgba(0, 0, 0, 0) url("/images/arrow_10p.png") no-repeat scroll center center;
    border: 1px solid #3e3384;
    color: #3e3384;
}
.p30 {
    background: rgba(0, 0, 0, 0) url("/images/arrow_30p.png") no-repeat scroll 60px center;
    border: 1px solid #eb0078;
    color: #eb0078;
}
.p102030 {
    background: rgba(0, 0, 0, 0) url("/images/arrow_30p.png") no-repeat scroll 75% center;
    border: 1px solid #eb0078;
    color: #eb0078;
}
*/

/*─────――――――――――――――――――――――――
特別コース
─────――――――――――――――――――――――――*/

.splist {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}

.splist li {
  padding: 10px;
  text-align: left;
  border: #000 1px solid;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.splist li .number {
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.splist li .number p {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}

.splist li h4 {
  text-align: center;
  line-height: 1.2;
}

.splist li h4 .course {
  font-size: 22px;
  font-weight: bold;
  color: #e50779;
}

.splist li h4 .course:after {
  content: "コース";
  font-size: 18px;
}

.splist li h4 .catch {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
}

.splist li .include {
  font-size: 10px;
  color: #000;
  display: block;
}

.splist li .desc {
  margin-top: 20px;
  font-size: 14px;
}

.splist li .ph {
  width: 96%;
  max-width: 300px;
  margin: auto;
}

.splist li .ph img {
  width: 100%;
}

/*ぱなし企画の料金*/

.proj_price {
  font-size: 20px;
  line-height: 1.1;
  padding: 5px;
  background-color: #e50779;
  color: #fff;
  font-weight: bold;
  margin: 5px auto;
  text-align: center;
}

.proj_price span {
  display: block;
  font-size: 14px;
}

/*特別コースの料金*/

.special_price {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
}

.set {
  color: #e50779;
  font-size: 12px;
}

/*利用規約*/

ul.kiyaku {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.kiyaku li {
  list-style-type: disc;
  display: list-item;
  margin-left: 20px;
}

/*─────――――――――――――――――――――――――
アクセス
─────――――――――――――――――――――――――*/

#accesslist {
  width: 94%;
  max-width: 580px;
  margin: 20px auto 30px auto;
  overflow: hidden;
  border-spacing: 0px;
}

#accesslist .title {
  color: #f10679;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

#accesslist dl {
  margin-bottom: 20px;
}

#accesslist dt {
  font-weight: bold;
}

#accesslist dd {
  margin-bottom: 5px;
}

#accesslist .adr {
  font-size: 14px;
}

#accesslist .phone {
  font-size: 20px;
}

#campus_map {
  width: 96%;
  max-width: 580px;
  height: 400px;
  margin: 10px auto 20px auto;
}

/*---------------------------------------------
道案内
---------------------------------------------*/

#guidebox {
  overflow: hidden;
  width: 94%;
  margin: auto;
}

#guidebox h3 {
  color: #f10679;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#guidebox h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#guidebox h4 span {
  margin-left: 10px;
  font-size: 16px;
}

#guidebox .bx-wrapper img {
  width: 100%;
}

#guidebox .bx-wrapper .bx-prev {
  left: -50px;
}

#guidebox .bx-wrapper .bx-next {
  right: -50px;
}

#guidebox .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: static;
  padding-top: 10px;
}

#guidebox .bx-wrapper .bx-caption {
  background: rgba(255, 255, 255, 0.75);
}

#guidebox .bx-wrapper .bx-caption span {
  font-size: 12px;
  color: #000;
  padding: 3px;
}

.guideinside {
  margin: 0 auto 30px;
}

/*十三*/

#accesslist .data h3 {
  border-bottom: 4px solid #000;
  font-size: 16px;
  font-weight: bold;
}

#accesslist .data article {
  margin-bottom: 30px;
  text-align: center;
}

#accesslist .data article p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.3;
}

#accesslist .data article p.arrow {
  margin: 10px 0;
  color: #999;
  font-size: 20px;
}

#accesslist .data article > p.phone {
  font-size: 24px;
  line-height: 1.1;
  color: #f10679;
}

#accesslist .data article span {
  font-size: 11px;
}

#spot {
  margin-bottom: 20px;
  overflow: hidden;
}

#spot li {
  margin: 0 auto;
  max-width: 317px;
  text-align: center;
}

#spot li img {
  width: auto;
}

#spot li span {
  font-weight: bold;
}

/*─────――――――――――――――――――――――――
コンセプト
─────――――――――――――――――――――――――*/

#concept {
  width: 96%;
  max-width: 768px;
  margin: 0px auto 20px auto;
  overflow: hidden;
  margin: 0px auto 0px auto;
  padding: 2% 2%;
  /*border:1px solid #ccc;*/
  background: url(/images/bg_concept.jpg) no-repeat -100px;
  text-align: center;
}

#concept p {
  margin: 20px 0;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
  color: #000;
}

#concept img {
  display: block;
  margin: auto;
  width: 200px;
}

#concept h3,
#concept p span {
  color: #f10679;
  font-size: 20px;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
  font-weight: normal;
}

/*─────――――――――――――――――――――――――
アンケート
─────――――――――――――――――――――――――*/

#enquete {
  width: 96%;
  padding: 2% 2%;
  margin: 0px auto 20px auto;
}

#enquete .enquete_lead {
  margin-bottom: 20px;
}

#enquete section {
  clear: both;
}

#enquete h3 {
  border-bottom: 4px solid #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#enquete .form_container {
}

#enquete .form_item {
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 20px 0;
  margin: 20px 0 20px 0;
}

#enquete .form_item.last {
  border-bottom: none;
}

#enquete .input_title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

#enquete .input_title .icon_required {
  font-size: 10px;
  color: #ff0000;
}

#enquete .icon_required {
  display: block;
}

#enquete .input_container {
  width: 100%;
  font-size: 14px;
  line-height: 3;
}

#enquete .input_container input[type="text"],
#enquete .input_container textarea {
  border: 1px solid #c3c3c3;
  width: 90%;
}

#enquete .input_container input[type="text"],
#enquete .input_container select {
  display: block;
  font-size: 18px;
  height: 70px;
}

#enquete .input_container.mailaddress .mailaccount {
  width: 50%;
  float: left;
  margin-right: 10px;
}

#enquete .input_container.mailaddress .maildomain {
  width: 45%;
  float: right;
}

#enquete .input_container.mailaddress .maildomain label {
  margin-left: 5px;
}

#enquete .input_container.mailaddress input[type="text"] {
  width: 95%;
}

#enquete .input_container.mailaddress .maildomain input[type="text"] {
  width: 80%;
}

#enquete .listItem label {
  display: table;
}

#enquete .listItem label .input {
  display: table-cell;
  padding-right: 10px;
}

#enquete .listItem label .label {
  display: table-cell;
}

#enquete .opinion textarea {
  width: 90%;
  height: 180px;
}

#enquete .submit_container {
  text-align: center;
}

#enquete .submit_container button {
  font-size: 18px;
  padding: 10px 40px;
}

#enquete .last_message {
  margin: 40px auto 0 auto;
}

#enquete .last_message p {
  font-size: 14px;
  color: #b42b2b;
}

/*─────――――――――――――――――――――――――
性感染症対策
─────――――――――――――――――――――――――*/

#std {
  width: 96%;
  max-width: 768px;
  margin: 0px auto 20px auto;
  overflow: hidden;
  margin: 10px auto 0px auto;
  padding: 2% 2%;
  background: url(/images/bg_std.jpg) no-repeat right;
  text-align: center;
}

#std article {
  width: 70%;
}

#std p {
  margin: 20px 0;
  font-size: 14px;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}

#std .catch {
  font-size: 20px;
  color: #f10679;
  display: block;
}

/*─────――――――――――――――――――――――――
メルマガ
─────――――――――――――――――――――――――*/

#mm {
  width: 96%;
  max-width: 768px;
  margin: 0px auto 20px auto;
  overflow: hidden;
  margin: 10px auto 0px auto;
  padding: 2% 2%;
  background: url(/images/bg_mm.jpg) no-repeat right -40px;
  background-size: 140% auto;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}

#mm article {
  width: 100%;
}

#mm article p {
  margin: 10px 0;
  font-size: 14px;
}

#mm article p b {
  color: #f10679;
  font-weight: bold;
}

#mm article h3 {
  font-size: 20px;
  color: #f10679;
  display: block;
}

#mm article .catch {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#mm article .way {
  border: 4px solid #dddddd;
  background: rgba(255, 255, 255, 0.7);
  padding: 3% 5%;
  overflow: hidden;
  margin-top: 10px;
}

#mm article .way h4 {
  font-size: 18px;
  color: #f10679;
}

#mm article p.caution {
  font-size: 12px;
  padding-left: 5px;
}

#mm article .more_btn a {
  border: 1px solid #ee007a;
  color: #ee007a;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

/*─────――――――――――――――――――――――――
トピックス系（イベント、掲載）
─────――――――――――――――――――――――――*/

ul#topicslist {
  width: 96%;
  max-width: 768px;
  overflow: hidden;
  margin: 10px auto 0px auto;
}

ul#topicslist li {
  margin: 0px auto 10px auto;
  text-align: center;
  padding: 10px 10px 20px;
  font-size: 14px;
  border: 1px solid #ccc;
}

ul#topicslist li .ph img {
  width: 100%;
  max-width: 640px;
}

ul#topicslist li h3 {
  color: #eb0078;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

ul#topicslist li .day {
  color: #cccccc;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

ul#topicslist li .more_btn a {
  border: 1px solid #ee007a;
  color: #ee007a;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: auto;
  padding: 5px 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 150px;
}

ul#topicslist li h3.news {
  text-align: left;
  margin: 0;
}

ul#topicslist li .day2 {
  font-size: 12px;
  text-align: left;
  margin-bottom: 5px;
}

ul#topicslist li .thumb {
  max-width: 300px;
  margin: auto;
}

ul#topicslist li .thumb img {
  width: 100%;
}

ul#topicslist li .coment {
  text-align: left;
}

/* ────────────
	ON⇔OFFスイッチ
─────────────*/

.cb-enable,
.cb-disable,
.cb-enable span,
.cb-disable span {
  display: block;
  float: left;
  color: #666;
}

.cb-enable span,
.cb-disable span {
  display: block;
  background-repeat: no-repeat;
  font-weight: bold;
  text-shadow: 0 -1px 1px #fff;
}

.cb-enable,
.cb-disable {
  /* 選択されていないときの色 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 39%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(39%, #d1d1d1), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #d1d1d1 39%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #d1d1d1 39%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #d1d1d1 39%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(top, #e2e2e2 0%, #d1d1d1 39%, #fefefe 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
}

.cb-enable span {
  padding: 6px 20px;
  border-right: 1px solid #aaa;
}

.cb-disable span {
  padding: 6px 20px;
}

.cb-disable.selected {
  /* 解除を選択したときの色 */
  background: #7cb72a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cb72a), color-stop(26%, #68a526), color-stop(52%, #489b00), color-stop(100%, #3b8400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* IE10+ */
  background: linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7cb72a', endColorstr='#3b8400', GradientType=0);
  /* IE6-9 */
}

.cb-disable.selected span {
  color: #fff;
  text-shadow: 0 -1px 1px #222;
}

.cb-enable.selected {
  /* 登録を選択したときの色 */
  background: #7cb72a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cb72a), color-stop(26%, #68a526), color-stop(52%, #489b00), color-stop(100%, #3b8400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* IE10+ */
  background: linear-gradient(top, #7cb72a 0%, #68a526 26%, #489b00 52%, #3b8400 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7cb72a', endColorstr='#3b8400', GradientType=0);
  /* IE6-9 */
}

.cb-enable.selected span {
  color: #fff;
  text-shadow: 0px -1px 1px #222;
}

.switch label {
  cursor: pointer;
}

.switch input {
  display: none;
}

.switch label:nth-child(1) {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.switch label:nth-child(2) {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.fieldcontain p {
  line-height: 2;
}

.ttl_form {
  /*border-left: 4px solid #444;
	padding: 0 0 0 6px;*/
  margin: 8px 0;
  display: block;
  font-weight: bold;
}

input[type="reset"] {
  padding: 0.5em 2em;
  text-shadow: 0 -1px 1px #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #aaa;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
}

input[type="submit"],
button[type="submit"],
input[type="button"] {
  color: #fff;
  padding: 0.5em 2em;
  text-shadow: 0 -1px 1px #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #444;
  background: #000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #000 36%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(36%, #000), color-stop(100%, #000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000 0%, #000 36%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000 0%, #000 36%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000 0%, #000 36%, #000 100%);
  /* IE10+ */
  background: linear-gradient(top, #000 0%, #000 36%, #000 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0);
  /* IE6-9 */
}

/* ――――――――――――――――――――――
 年齢認証
―――――――――――――――――――――― */

.index_bg {
  background: url(/images/op.jpg) repeat-x top center;
  background-size: auto 50%;
}

.index_bg h1 {
  margin: 40px auto 10px;
  width: 80%;
  max-width: 763px;
  position: relative;
}

.index_bg h1 img {
  width: 100%;
}

.index_bg h1 .ani {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 10%;
}

.index_bg h1 .flying {
  display: none;
  /*
    animation: 1.5s ease 0s alternate none infinite running fly;
    top: 55%;
    left: -0%;
    position: absolute;
    width: 15%;
    */
}

@media screen and (max-width: 600px) {
  .index_bg h1 .ani img {
    width: 60px;
  }
  .index_bg h1 .flying {
    left: -10%;
  }
  .index_bg h1 .flying img {
    width: 80px;
  }
}

@keyframes fly {
  0% {
    top: 30%;
  }
  100% {
    top: 55%;
  }
  200% {
    top: 30%;
  }
}

.blackbar {
  width: 100%;
  background: rgba(1, 1, 1, 0.7);
  padding: 30px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.blackbar .caution18 {
  width: 80%;
  margin: 0px auto 20px;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.blackbar .caution18 span a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto 0px;
  color: #ccc;
  text-decoration: underline;
  text-shadow: none;
  text-align: center;
}

.blackbar ul.enterleave {
  max-width: 620px;
  width: 96%;
  margin: 0 auto 20px;
  overflow: hidden;
  font-size: 20px;
}

.blackbar ul.enterleave span {
  display: block;
  font-size: 14px;
}

.blackbar ul.enterleave li a {
  float: left;
  width: 48%;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.4s ease 0s;
}

.blackbar ul.enterleave li.umeda a:hover {
  background: #000;
  border: 1px solid #3e3384;
}

.blackbar ul.enterleave li.nishinaka a:hover {
  background: #000;
  border: 1px solid #eb0078;
}

.blackbar ul.enterleave li.umeda a {
  background: #7e0ea3;
  margin-right: 2%;
  border: 1px solid #7e0ea3;
}

.blackbar ul.enterleave li.nishinaka a {
  background: #eb0078;
  border: 1px solid #eb0078;
}

.blackbar h2 {
  font-size: 14px;
  line-height: 1.2;
  height: auto;
  margin-bottom: 5px;
  background: none;
}

.blackbar h3 {
  font-size: 14px;
  line-height: 1.7;
  height: auto;
  margin-bottom: 0;
}

.blackbar h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}

.copy {
  padding: 10px;
}

/*─────――――――――――――――――――――――――
404
─────――――――――――――――――――――――――*/

.err404 h3 {
  font-size: 34px;
  line-height: 1;
  margin: 0.5em 0;
}

/*─────――――――――――――――――――――――――
リストアイコン
─────――――――――――――――――――――――――*/

/* リンク先がスマホページの場合に右矢印を表示 */

.arrow_r {
  background-image: url(/images/sp_image/arrow_r.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

/* リンク先がPCページの場合にPCアイコンを表示 */

.arrow_pc {
  background-image: url(/images/sp_image/arrow_pc.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 14px;
  -moz-background-size: 20px 14px;
  -ms-background-size: 20px 14px;
  -o-background-size: 20px 14px;
  background-size: 20px 14px;
}

.ico_close {
  background-image: url(/images/sp_image/ico_close.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 14px;
  -moz-background-size: 20px 14px;
  -ms-background-size: 20px 14px;
  -o-background-size: 20px 14px;
  background-size: 20px 14px;
  padding: 0 0 0 24px;
}

.ico_open {
  background-image: url(/images/sp_image/ico_open.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 14px;
  -moz-background-size: 20px 14px;
  -ms-background-size: 20px 14px;
  -o-background-size: 20px 14px;
  background-size: 20px 14px;
  padding: 0 0 0 24px;
}

.arr {
  background: url(/images/sp_image/arrow_r3.png) left top no-repeat;
  -moz-background-size: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
  padding: 0 0 0 12px;
}

/*─────――――――――――――――――――――――――
出勤情報
─────――――――――――――――――――――――――*/

#sche_navi {
  float: left;
  width: 100%;
  height: 100px;
}

#sche_navi_list {
  text-align: center;
  overflow: hidden;
  padding-bottom: 1.5em;
  margin: 38px 0 0 2%;
}

#sche_navi_list li {
  float: left;
  width: 30%;
  margin: 0 1%;
  border: solid 1px #999999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #cecece));
  background: -webkit-linear-gradient(#fff, #cecece);
  background: -moz-linear-gradient(#fff, #cecece);
  background: -o-linear-gradient(#fff, #cecece);
  background: -ms-linear-gradient(#fff, #cecece);
  background: linear-gradient(#fff, #cecece);
  overflow: hidden;
}

#sche_navi_list li a {
  display: block;
  font-size: 12px;
  color: #333333;
  padding: 1em 0;
}

#sche_navi_list li a.current {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bababa), color-stop(1, #474747));
  background: -webkit-linear-gradient(#bababa, #474747);
  background: -moz-linear-gradient(#bababa, #474747);
  background: -o-linear-gradient(#bababa, #474747);
  background: -ms-linear-gradient(#bababa, #474747);
  background: linear-gradient(#bababa, #474747);
}

#sche_navi_list li a .sche_day {
  display: block;
}

#sche_navi_list li a .sche_day:before {
  content: "今日";
}

#sche_navi_list li + li a .sche_day:before {
  content: "明日";
}

#sche_navi_list li + li + li a .sche_day:before {
  content: "明後日";
}

#work h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  padding: 0;
  margin-bottom: 5px;
}

#work h2 .h2jp {
  font-size: 22px;
}

#work .list_grid_3 .txtc {
  color: #ff0078;
}

#work .list_grid_3 .list_item {
  background-color: #fff;
}

#work .list_grid_3 .time {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  color: #000;
  font-weight: normal;
  background-color: #ededed;
  font-size: 20px;
  border-top: none;
}

#work .list_grid_3 .time.status {
  font-size: 15px;
  background-color: #333;
  color: #fff;
}

/*─────――――――――――――――――――――――――
奥様検索
─────――――――――――――――――――――――――*/

.linkBtn {
  padding: 0 0 12px;
  text-align: center;
}

.linkBtn a {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 2.5;
  /*padding: 10px 0 0;*/
  display: block;
  color: #000000;
  /*height: 35px;*/
  width: 90%;
  margin: auto;
  background: -moz-linear-gradient(top, white 0%, #bdbdbd);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bdbdbd));
  border: 1px solid #c1b7c0;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 1px white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 1px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 1px white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#qu-form {
  margin-top: 20px;
}

#qu-form .qu-title_bg {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px 10px;
  font-weight: bold;
  border-bottom: 1px solid #f5007d;
}

#qu-form .inner {
  padding: 0 2%;
}

#qu-form dl {
  /*border: 1px solid #f5007d;*/
  border-bottom: 0;
}

#qu-form dl.qu-list-h {
  width: 50%;
  float: left;
}

#qu-form dl dt {
  color: #a20051;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}

#qu-form dl dd {
  padding: 0 10px 20px 10px;
  line-height: 1.8;
}

#qu-form dl.last {
  clear: both;
  /*border: 1px solid #f5007d;*/
}

#qu-form #btn {
  text-align: center;
  padding: 10px 0 20px;
}

#qu-form .optionList {
  font-size: 0;
}

#qu-form .optionList li {
  font-size: 14px;
  width: 48%;
  display: inline-block;
  text-align: center;
  margin: 1%;
}

#qu-form #btn button[type="submit"],
#qu-form #btn input[type="button"] {
  font-size: 18px;
  line-height: 2.5;
  width: 90%;
}

#qu-form button[type="submit"] {
  width: 45%;
  font-size: 18px;
  line-height: 2;
  padding: 0.5em 1em;
}

#qu-form input[type="text"] {
  width: 43%;
  font-size: 13px;
  line-height: 2.5;
  padding: 0.5em 1em;
}

#qu-form .qu-list-h label {
  position: relative;
  display: inline-block;
  width: 80%;
  border: 1px solid #7a7a7a;
  /*border-radius: 5px;*/
  background: #fff;
  margin-right: 2%;
}

#qu-form .qu-list-h label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #000000;
}

#qu-form .qu-list-h label select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  color: #000000;
  font-size: 13px;
  line-height: 2.5;
  border: none;
  /*border-radius: 5px;*/
  background: transparent;
}

::-ms-expand {
  display: none;
}

#qu-form .optionList label {
  display: block;
  cursor: pointer;
  /*width: 100%;*/
  font-size: 13px;
  line-height: 2.5;
  padding: 0.5em 1em;
  background: #fff;
  border: 1px solid #434343;
  border-radius: 3px;
}

#qu-form .optionList input {
  display: none;
}

#qu-form .optionList input:checked + label {
  background-color: #666666;
  color: #ffffff;
}
