@charset "UTF-8";
body {
  background: #fff;
  color: #222;
  letter-spacing: 0.8px; }

p {
  line-height: 1.8em; }

a {
  color: #2998da;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 242, 252, 0.6); }

a:hover,
a:focus {
  color: #2998da;
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

.well {
  min-height: 20px;
  border: 1px solid #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 10px;
  background: url(../images/bg_body.jpg); }

small {
  color: #222 !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Amiri", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 18px;
  letter-spacing: 1.5px; }

.font {
  font-family: sans-serif;
  text-transform: uppercase; }

.imgWrap img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.sec-title {
  color: #2998da;
  display: block;
  text-align: center;
  font-size: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px; }
  .sec-title span {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 12px; }

/*bxslider*/
.bx-wrapper .bx-pager {
  padding-bottom: 4px; }

@media (max-width: 480px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px !important;
    height: 7px !important; } }

/*リンクカラー*/
a {
  color: #2998da;
  text-decoration: none; }

/*ボタン*/
.btn-info {
  color: #2998da;
  border: solid 1px #2998da;
  background: none;
  font-family: "Amiri", serif; }
  .btn-info i {
    position: relative;
    top: 2px; }
  .btn-info:hover {
    border: solid 1px #2998da;
    opacity: 0.8;
    background: #2998da; }

/*テキストサイズ*/
small,
.small {
  font-size: 8px;
  line-height: 14px; }

/* header */
header {
  padding-top: 14px; }
  header .container {
    position: relative; }
  header .header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .header-flex .header-left {
      position: absolute;
      left: 30px; }
      header .header-flex .header-left p {
        font-size: 11px;
        line-height: 20px; }
      header .header-flex .header-left .list {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-top: 10px; }
        header .header-flex .header-left .list li {
          margin-right: 18px; }
          header .header-flex .header-left .list li a {
            font-size: 10px;
            color: #666; }
            header .header-flex .header-left .list li a i {
              margin-right: 3px; }
    header .header-flex .header-logo {
      max-width: 220px;
      margin: 0 auto; }
      header .header-flex .header-logo img {
        height: 56px;
        width: 100%; }
    header .header-flex .header-right {
      position: absolute;
      top: -10px;
      right: 30px;
      text-align: right; }
      header .header-flex .header-right .header-sns {
        display: block; }
        header .header-flex .header-right .header-sns .fa-line {
          color: #2bac38; }
        header .header-flex .header-right .header-sns .fa-twitter {
          color: #1da1f2; }
      header .header-flex .header-right .header-tel {
        font-size: 22px;
        color: #2998da; }
        header .header-flex .header-right .header-tel i {
          position: relative;
          top: -1px;
          margin-right: 6px; }
      header .header-flex .header-right .open {
        font-size: 12px; }

/*ナビゲーション*/
.pc-navi {
  list-style: none;
  max-width: 1190px;
  padding: 18px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pc-navi li {
    margin-left: 28px;
    text-align: center; }
    .pc-navi li a {
      color: #555;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: normal;
      font-family: "Amiri", serif;
      letter-spacing: 1.8px; }
      .pc-navi li a span {
        display: block;
        font-size: 10px;
        margin-top: 3px;
        font-weight: normal; }

/* header-news */
.header-news {
  padding: 4px 0;
  background: #f5f9ff;
  overflow: hidden; }
  .header-news p {
    font-size: 12px;
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: marquee 24s linear infinite;
    animation: marquee 24s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

/*スライダー*/
.carousel-inner {
  margin-top: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.4); }

.carousel-inner img {
  width: 100%; }

/*トップスライダー*/
ul.bxslider_top {
  padding: 0; }

.bx-wrapper .bx-pager {
  display: none; }

.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0 !important; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(231, 58, 143, 0.33) !important; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2998da !important; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -43px !important; }

/*トップページ*/
.top_catch {
  text-align: center;
  padding-bottom: 24px; }
  .top_catch .bg {
    margin-top: 3px;
    background: #2998da;
    margin-bottom: 40px; }
  .top_catch .bg h1 {
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 22px 0 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: bold; }
  .top_catch h2 {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 32px;
    color: #2998da;
    font-weight: bold;
    line-height: 44px; }
  .top_catch h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 12px; }
  .top_catch h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #777; }
  .top_catch .image {
    margin: 12px auto; }

@media (max-width: 768px) {
  .top_catch .bg {
    margin-bottom: 24px; }
  .top_catch .bg h1 {
    font-size: 14px;
    padding: 14px 0 12px; }
  .top_catch h2 {
    font-size: 18px;
    line-height: 28px; }
  .top_catch h2 span {
    margin-top: 5px;
    font-weight: normal; }
  .top_catch h3 {
    font-size: 14px;
    margin-bottom: 24px; } }

/* フリースペース*/
#top-free {
  padding-bottom: 45px; }

#top-schedule {
  padding: 0 0 40px; }

#top-schedule .top-today-header {
  background: white;
  padding: 35px 0;
  margin-bottom: 48px;
  text-align: center;
  border-top: solid 1px #eee; }

#top-schedule .top-today-title {
  color: #2998da;
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 0; }

#top-schedule .top-today-subtitle {
  margin-top: 10px; }

#top-schedule .top-today-title .big {
  font-size: 32px;
  text-transform: uppercase; }

#top-schedule .top-today-title span {
  display: inline-block;
  font-size: 16px; }

#top-schedule .top-today-title .today {
  font-family: serif;
  margin-left: 12px; }

/*トップ　本日の出勤*/
#top-schedule {
  overflow: hidden;
  background: url(../images/bg/today-attend.jpg);
  background-size: cover; }

.top-today-box {
  float: left;
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: px;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  /*変化に掛かる時間*/
  color: #333;
  border: solid 1px #eee; }

.top-today:nth-child(4n) .top-today-box {
  margin-right: 0px;
  padding-right: 0px; }

.top-today-box .thumb {
  position: relative; }

.top-today-box .top-caption {
  padding: 15px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px; }
  .top-today-box .top-caption a {
    color: #333;
    font-size: 14px; }
  .top-today-box .top-caption .size {
    margin: 10px 0; }
  .top-today-box .top-caption .top_day_box {
    background: #fff5f8;
    padding: 4px 0; }

.top-today-box .thumb .cat-list-box .new_face {
  position: absolute;
  left: 3px;
  bottom: 3px;
  background: #fc8463;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 11px; }

.top-today-box .thumb .cat-list-box .pickup {
  position: absolute;
  top: 7px;
  left: -6px;
  background: #d06887;
  font-family: "Amiri", serif;
  color: #fff;
  width: 53px;
  height: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  text-align: center;
  line-height: 3px;
  font-size: 11px; }
  .top-today-box .thumb .cat-list-box .pickup:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 7px #c4c4c4; }

.top-today-box .thumb .cat-list-box .cat-list {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 10px;
  display: inline-block; }

.top-today-box .thumb .cat-list .cat-list-type,
.top-today-box .thumb .cat-list .cat-list-grade {
  padding: 1px 4px 0;
  color: #fff;
  line-height: 16px;
  height: 20px; }

.top-today-box .thumb .cat-list .cat-list-type {
  background: rgba(255, 255, 255, 0.83);
  border: solid 1px #2998da;
  margin-bottom: 3px;
  color: #2998da;
  font-family: sans-serif; }

.top-today-box .thumb .cat-list .cat-list-grade {
  background: #2998da;
  font-family: sans-serif;
  line-height: 16px;
  height: 18px;
  margin-bottom: 3px; }

.top-today-box .top-caption .title {
  font-size: 13px;
  line-height: 18px;
  color: #2998da; }

.top-today-box .top-caption dl {
  font-size: 13px;
  padding-bottom: 28px;
  margin-bottom: 0; }
  .top-today-box .top-caption dl .old {
    margin-left: 5px; }

.top-today-box .top-caption dl:last-child {
  margin-bottom: 0px; }

.top-today-box .top-caption dl dt {
  width: 50%;
  margin: 0 auto 10px auto;
  color: #2998da;
  padding-bottom: 2px;
  border-bottom: 1px solid #2998da;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: normal; }

.top-today-box .top-caption dl dd {
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333; }

.top-today-box .top-caption {
  position: relative; }
  .top-today-box .top-caption .size dd {
    font-family: "Forum", cursive;
    letter-spacing: 1px;
    font-size: 14px; }
  .top-today-box .top-caption .size .tall {
    display: block;
    margin-bottom: 3px; }
  .top-today-box .top-caption .cast_twitter_icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 50%;
    background: #55acee;
    color: #fff;
    padding-left: 2px; }
    .top-today-box .top-caption .cast_twitter_icon i {
      font-size: 14px; }

#top-today .top_krc_calendar .top_day_box {
  background: none;
  border-radius: 2px;
  margin-bottom: 5px;
  color: #333; }

.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/ }

.imgWrap img {
  display: block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.top-today-box:hover .imgWrap img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.weekly-schedule-btn {
  position: relative;
  display: block;
  padding: 17px 10px;
  margin: auto;
  margin-bottom: auto;
  max-width: 300px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2998da), to(#65b9e9));
  background: -webkit-linear-gradient(left, #2998da 0, #65b9e9 100%);
  background: -o-linear-gradient(left, #2998da 0, #65b9e9 100%);
  background: linear-gradient(to right, #2998da 0, #65b9e9 100%);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 24px auto; }
  .weekly-schedule-btn:hover {
    color: #fff; }

/*----------------------------------------------------
イベント
----------------------------------------------------*/
#event {
  margin: 90px 0; }
  #event .inner {
    border: double 4px #2998da;
    padding: 35px 25px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
  .event-list:after {
    content: "";
    display: block;
    width: calc(100% / 3 - (60px / 3)); }
  .event-list .event-box {
    width: calc(100% / 3 - (60px / 3));
    overflow: hidden;
    margin-bottom: 32px; }
    .event-list .event-box .image {
      margin-bottom: 9px; }
    .event-list .event-box .title {
      letter-spacing: 1px;
      margin: 4px 0 0;
      font-weight: bold; }
      .event-list .event-box .title a {
        color: #333;
        text-decoration: none; }
  .event-list .event-content {
    margin: 24px 0 45px; }

.single-event .event-banner {
  margin-bottom: 24px; }

/**/
.top-2col-title {
  color: #2998da;
  display: block;
  text-align: center;
  padding: 45px 0 32px;
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  background: #fff; }

.top-2col-title span {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 2px; }

.top-2col-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  width: 580px;
  margin: 0 auto 32px; }

#top-news .top-2col-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px 20px;
  width: 580px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  border: double 4px #2998da;
  border-radius: 2px; }

.top-2col-box {
  overflow: hidden; }

.top-2col-box .image {
  margin-bottom: 20px; }

.top-2col-box .image:last-child {
  margin-bottom: 0; }

/*bg-img001*/
#bg-001 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 32px;
  max-width: 1260px; }

#top-campaign,
#top-news {
  padding: 0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  border-bottom: 8px solid rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 0;
  overflow: hidden; }
  #top-campaign:before,
  #top-news:before {
    content: "";
    background: red; }

/**/
#concept {
  padding: 90px 0;
  background: #f5f9ff;
  text-align: center; }
  #concept .txt {
    line-height: 28px;
    margin-bottom: 60px; }
  #concept .list-title {
    font-size: 22px;
    margin-bottom: 18px; }
  #concept .concept-list {
    padding: 0;
    margin: 32px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #concept .concept-list li {
      width: 31%; }
      #concept .concept-list li figure {
        margin-bottom: 12px; }
        #concept .concept-list li figure img {
          border-radius: 12px; }
      #concept .concept-list li h3 {
        font-size: 18px;
        line-height: 26px; }

/**/
#contents {
  padding: 90px 0 28px; }
  #contents .contents-list {
    padding: 0;
    margin: 32px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contents .contents-list li {
      width: 31%;
      margin-bottom: 32px;
      text-align: center;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
      #contents .contents-list li a {
        color: #333; }
      #contents .contents-list li .thumb {
        border-radius: 10px; }
      #contents .contents-list li .info {
        background: #fff;
        padding: 20px 12px 12px; }
        #contents .contents-list li .info .title {
          margin-bottom: 12px; }
        #contents .contents-list li .info .txt {
          font-size: 12px; }

/*ページ別の背景*/
.system #contents,
.schedule #contents,
.post-type-archive #contents,
.single #contents,
.recruit #contents,
.author #contents,
.accesss #contents,
.page #contents {
  background: #f5f9ff; }

/**/
#contact {
  padding: 60px 0;
  background: #eee;
  text-align: center;
  background: url(../images/bg/contact-bg.jpg);
  position: relative;
  z-index: 0;
  overflow: hidden; }
  #contact:before {
    content: "";
    background: inherit;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    z-index: -1; }
  #contact .txt {
    margin-bottom: 24px; }
  #contact .contect-btn {
    position: relative;
    display: block;
    padding: 17px 10px;
    margin: auto;
    margin-bottom: auto;
    max-width: 300px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2998da), to(#65b9e9));
    background: -webkit-linear-gradient(left, #2998da 0, #65b9e9 100%);
    background: -o-linear-gradient(left, #2998da 0, #65b9e9 100%);
    background: linear-gradient(to right, #2998da 0, #65b9e9 100%);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 24px auto; }
    #contact .contect-btn:hover {
      color: #fff; }
  #contact .contact-tel {
    font-size: 24px;
    margin: 8px 0 12px;
    display: block; }
    #contact .contact-tel i {
      margin-right: 4px; }

/**/
.logo-anime {
  max-width: 100%;
  margin: 0 auto;
  width: 800px; }

.top-price-banner {
  text-align: center;
  margin: 0 auto 25px; }

.top-catch {
  width: 85%;
  margin: 16px auto;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px; }

.top-catch .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-shadow: 1px 1px 1px #cecece;
  margin-bottom: 18px; }

header {
  background: none; }

.top_info_box .entry-content {
  padding-bottom: 15px; }

.top_more_btn {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px; }

/*bg-scale*/
.bg-scale {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 0 12px #7b7a35; }

.bg-scale .overlay {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.664);
  position: relative;
  z-index: 1; }

.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/top-main.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.bg-scale:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  text-decoration: none; }

.bg-scale .inner {
  z-index: 1;
  position: relative; }

.bg-scale .inner a {
  display: block; }

a .bg-scale .inner {
  color: #fff;
  display: block; }

a:hover .bg-scale .inner {
  text-decoration: none; }

.bg-scale .icon .fa {
  font-size: 24px;
  margin-bottom: 12px;
  color: #e73a8f;
  background: rgba(255, 255, 255, 0.78);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-shadow: none; }

.bg-scale .title {
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: normal;
  display: inline-block;
  padding: 0 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); }

.bg-scale .title span {
  font-size: 14px;
  margin-top: 4px;
  padding: 8px 42px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.83); }

/*top-col-3-box*/
.top-col-3-box-wrap {
  clear: both;
  overflow: hidden;
  text-align: center; }

.top-col-3-box {
  float: left;
  width: 33.333333%; }

.top-col-3-box h3 span {
  display: block; }

#top-price .bg-scale:after {
  background: url(../images/bg/system-bg.jpg) no-repeat center center;
  background-size: cover; }

#top-cast-schedule .bg-scale:after {
  background: url(../images/bg/schedule-bg.jpg) no-repeat center center;
  background-size: cover; }

#top-castlist .bg-scale:after {
  background: url(../images/bg/therapist-bg.jpg) no-repeat center center;
  background-size: cover; }

#top-access .bg-scale:after {
  background: url(../images/bg/access-bg.jpg) no-repeat center center;
  background-size: cover; }

#top-recruit .bg-scale:after {
  background: url(../images/bg/recruit-bg.jpg) no-repeat center top;
  background-size: cover; }

/*top-col-2-box*/
.top-col-2-box-wrap {
  clear: both;
  overflow: hidden;
  text-align: center; }

.top-col-2-box {
  float: left;
  width: 50%; }

.top-col-2-box h3 span {
  display: block; }

/*top-cast-list*/
#top-cast-list {
  margin-top: 30px; }

/*conter*/
#counter {
  font-size: 50px;
  text-align: center; }

/*well*/
.well {
  margin-top: 30px;
  padding: 23px 16px 40px; }

/*girls*/
.girls {
  margin: auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 18px; }

.girls .col-md-4 {
  padding: 0px 9px 10px 2px; }

@media (max-width: 480px) {
  .girls .col-md-4 {
    padding: 0px 5px 10px 5px; } }

.girls .col-md-3 {
  padding: 0px 9px 10px 2px; }

.thumbnail .caption {
  padding: 9px 0px 0px;
  color: #333; }

.girls_box .thumbnail:hover {
  opacity: 0.8; }

.girls_box img {
  -webkit-box-shadow: 0 1px 2px #b9b9b9;
  box-shadow: 0 1px 2px #b9b9b9;
  display: inline-block;
  padding: 0;
  position: relative; }

.price_gold {
  color: #333; }

.bg-gold {
  background-color: goldenrod;
  font-size: 12px;
  color: #fff;
  padding: 3px 5px;
  margin-right: 3px; }

.price_silver {
  color: #333; }

.bg-silver {
  background-color: #bdc3c4;
  font-size: 12px;
  color: #fff;
  padding: 3px 5px;
  margin-right: 3px; }

.entry-content {
  clear: both; }

.entry-content p a {
  text-decoration: underline; }

td a {
  text-decoration: underline; }

.content-area a {
  text-decoration: underline; }

.txt_s {
  font-size: 11px; }

.cast_name {
  font-weight: bold;
  color: #c1541c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* トップページスケジュール
------------------------- */
.top_krc_calendar dl {
  margin-bottom: 0px;
  font-size: 13px;
  background: #eee; }

.top_krc_calendar .top_day_box {
  font-size: 13px;
  border-radius: 2px;
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 1.5px; }

.top_krc_calendar a {
  color: #333; }

/* スケジュールページ
------------------------- */
.sub_h_header .sub_h {
  margin-bottom: 20px;
  padding: 11px 4px;
  border-radius: 3px;
  width: 320px;
  text-align: center;
  border: solid 1px #dddddd;
  background: #fff; }

.sub_h_header .sub_h span {
  font-size: 15px; }

.sub_h_header .sub_h .fa {
  color: #c90063;
  margin-right: 10px; }

.krc_calendar {
  margin-top: 0px;
  margin-bottom: 20px; }

.krc_calendar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px; }

.krc_calendar ul li {
  float: left;
  width: 10%;
  margin-bottom: 10px; }

.krc_calendar ul li.target a {
  background: #2998da;
  color: #fff; }

.krc_calendar ul li a {
  position: relative;
  background: #aaaaaa;
  color: #fff;
  padding: 8px 4px;
  font-size: 12px;
  width: 95%;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 5px;
  font-family: "Forum", cursive, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.krc_calendar ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 2px; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 0px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

/*author*/
.author_box .shame-btn a {
  color: #fff;
  background: #c90063;
  padding: 3px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 14px; }

.author_box .shame-btn a:hover {
  text-decoration: none;
  opacity: 0.8; }

/*固定ページ*/
.regulation .highlight {
  font-size: 20px !important;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px #333 dotted; }

.map {
  margin-bottom: 25px; }

.map:last-child {
  margin-bottom: 0px; }

/*シングルページ*/
.nav-links {
  width: 100%; }

.nav-links a {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.nav-links a:hover {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.nav-previous {
  float: left;
  margin-top: 50px;
  margin-bottom: 30px; }

.nav-next {
  float: right;
  margin-top: 50px; }

.screen-reader-text {
  display: none; }

@media (max-width: 480px) {
  .nav-links {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden; }
  .nav-previous {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px; }
  .nav-next {
    float: right;
    margin-top: 10px; } }

/*シングルページ女の子一覧*/
.col-box4 {
  float: left;
  width: 19%;
  margin-right: 1%;
  margin-bottom: 10px;
  position: relative; }

.col-box4 .single_cast_list {
  font-size: 13px; }

.single_cast_cat_big {
  background: #a563a0;
  color: #fff;
  width: 38px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  line-height: 18px;
  vertical-align: super; }

.single_cast_cat_big002 {
  background: #33b5c8;
  color: #fff;
  padding: 0 4px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  line-height: 18px;
  vertical-align: super; }

.single_cast_cat_big003 {
  background: #cc528b;
  color: #fff;
  text-align: center;
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  line-height: 18px;
  vertical-align: super; }

.thumbnail_box {
  position: relative; }

.single_cast_cat_box {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.single_cast_cat {
  background: #a563a0;
  color: #fff;
  width: 40px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  float: right;
  margin-bottom: 3px; }

.single_cast_cat002 {
  clear: both;
  background: #33b5c8;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 2px;
  padding: 0 4px; }

.single_cast_cat003 {
  background: #cc528b;
  color: #fff;
  width: 50px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px; }

.caption h3 {
  position: relative; }

.castlist_cast_cat_box {
  position: absolute;
  bottom: 0;
  right: 2%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal; }

.castlist_cast_cat {
  background: #a563a0;
  color: #fff;
  width: 40px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  line-height: 18px;
  vertical-align: super;
  display: block;
  margin-bottom: 3px;
  padding: 0px 2px;
  float: right; }

.castlist_cast_cat002 {
  clear: both;
  background: #33b5c8;
  color: #fff;
  width: 84px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  line-height: 18px;
  vertical-align: super;
  display: block;
  margin-bottom: 3px;
  padding: 0px 2px; }

.castlist_cast_cat003 {
  background: #cc528b;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  line-height: 18px;
  vertical-align: super;
  display: block;
  padding: 0px 2px; }

/* サイドバー
------------------------- */
.side_box {
  margin-bottom: 14px; }

#side_bar .tel {
  font-family: "Forum", cursive, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

#side_bar .tel a {
  text-decoration: none;
  font-size: 24px;
  color: #2998da;
  letter-spacing: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.side_box .title {
  font-size: 16px;
  background: #2998da;
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.side_box .side_box_inner {
  padding: 14px;
  background: #fff;
  border: solid 1px #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2); }

.side_box .side_box_inner.m-b {
  padding-top: 0; }

.side_box .open {
  border-top: solid 1px #eee;
  padding-top: 9px;
  margin-bottom: 0;
  font-size: 14px; }

.side_box .open span {
  font-size: 18px; }

#side_bar .side_title002 {
  background: #f2f2f2;
  font-size: 13px;
  padding: 3px 6px;
  margin-top: 14px;
  margin-bottom: 7px;
  border-radius: 5px; }

#side_bar .txt {
  font-size: 11px;
  padding: 8px;
  background: #fdf9ee;
  margin-top: 8px; }

.side_box .mail {
  padding-top: 4px;
  margin-top: 8px;
  border-top: solid 1px #eee;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2.5px; }

.side_box .mail a {
  font-size: 14px; }

#side_bar .side_nav .nav {
  background: #fff;
  border-radius: 3px; }

#side_bar .side_nav li {
  border-bottom: solid 1px #eee;
  margin-top: 0px;
  position: relative; }

#side_bar .side_nav li:last-child {
  border: none; }

#side_bar .side_nav li::after {
  content: ">";
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 14px;
  top: 5px;
  -webkit-transform: scale(0.8, 1.2);
  -ms-transform: scale(0.8, 1.2);
  transform: scale(0.8, 1.2); }

#side_bar .side_nav li a {
  padding: 8px 0px;
  font-size: 14px;
  color: #333; }

#side_bar .side_nav li:last-child a {
  padding-bottom: 0; }

#side_bar img {
  margin-bottom: 12px; }

#side_bar .tel_box {
  clear: both;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 14px 10px 10px;
  color: #222; }

#side_bar .tel_box2 {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #eeeeee;
  clear: both;
  margin: 0 auto 10px;
  min-height: 20px;
  overflow: hidden;
  padding: 14px 10px 4px;
  color: #222; }

#side_bar .tel_box2 .side_title {
  font-weight: bold;
  padding: 2px 6px;
  background: #61bdfa;
  margin-bottom: 9px;
  color: #fff;
  border-radius: 2px; }

#side_bar .tel_box2 .side_title2 {
  font-weight: bold;
  padding: 2px 6px;
  background: #c576bd;
  margin-bottom: 9px;
  color: #fff;
  border-radius: 2px; }

#side_bar .tel_box2 .link_color a {
  color: #2998da;
  font-size: 14px;
  text-decoration: underline; }

#side_bar .tel_box2 .tel a {
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #2998da;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  display: block; }

#side_bar .tel_box2 p.mail {
  margin-bottom: 0px;
  line-height: 18px; }

#side_bar .tel_box2 .mail a {
  font-size: 12px; }

#side_bar .tel_box2 .small {
  font-size: 12px;
  line-height: 19px;
  margin-top: 10px; }

#side_bar .tel_box2 .line_title {
  font-weight: bold;
  color: #2a9d76; }

#side_bar .rec_head {
  padding: 4px;
  background: #ffffe1;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center; }

.side_banner img {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #eeeeee;
  clear: both;
  overflow: hidden;
  color: #222; }

/*top-banner*/
.banner-sec {
  padding: 56px 0 19px; }
  .banner-sec .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .banner-sec .flex a {
      -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
      margin-bottom: 28px;
      text-align: center;
      margin-right: 2%; }

.footer-twitter {
  padding: 0 0 60px; }

.shop-twitter-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #eee; }

/*フッター*/
footer {
  color: #fff; }
  footer .footer-bg {
    background: #2998da;
    padding: 45px 0 35px;
    margin: 0; }
  footer a {
    color: #fff; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer .footer-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer .footer-copy {
    margin-bottom: 32px; }

.footer-box-wrap {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px rgba(245, 245, 245, 0.521); }
  .footer-box-wrap .footer-box {
    width: 50%; }
    .footer-box-wrap .footer-box.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .footer-box-wrap .footer-nav {
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 0;
    color: #fff;
    border-right: 1px rgba(245, 245, 245, 0.521) solid;
    padding: 12px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .footer-box-wrap .footer-nav:nth-child(2) {
      padding-left: 26px; }
    .footer-box-wrap .footer-nav li {
      margin-bottom: 12px; }
      .footer-box-wrap .footer-nav li a {
        color: #fff;
        position: relative;
        display: block; }
        .footer-box-wrap .footer-nav li a:after {
          content: ">";
          color: #eee;
          font-size: 16px;
          font-weight: bold;
          position: absolute;
          right: 24px;
          top: -2px;
          -webkit-transform: scale(0.8, 1.2);
          -ms-transform: scale(0.8, 1.2);
          transform: scale(0.8, 1.2); }
  .footer-box-wrap .banner-list {
    margin-left: 28px; }
    .footer-box-wrap .banner-list li:not(:last-child) {
      margin-bottom: 16px; }
    .footer-box-wrap .banner-list li a {
      border: solid 2px #fff;
      padding: 10px 20px;
      width: 240px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: relative;
      border-radius: 25px; }
      .footer-box-wrap .banner-list li a:after {
        content: ">";
        color: #eee;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        right: 14px;
        top: 8px;
        -webkit-transform: scale(0.8, 1.2);
        -ms-transform: scale(0.8, 1.2);
        transform: scale(0.8, 1.2); }
      .footer-box-wrap .banner-list li a:hover {
        color: #fff !important; }

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-sns .txt {
    font-size: 22px;
    margin-bottom: 0;
    font-family: "Amiri", serif; }
  .footer-sns .footer_twitter_icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #2998da;
    display: block;
    margin: 0 0 0 12px;
    text-align: center; }
  .footer-sns .footer_line_icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #2998da;
    display: block;
    margin: 0 0 0 12px;
    text-align: center;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1px; }

#copy {
  padding: 16px 0 12px;
  color: #fff;
  font-weight: normal;
  font-size: 10px; }
  #copy a,
  #copy p {
    color: #333;
    font-size: 12px; }

/*footer page_top*/
#footer_contact {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1; }

.footer-icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.452); }
  .footer-icon-box:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2998da), to(#65b9e9));
    background: -webkit-linear-gradient(left, #2998da 0, #65b9e9 100%);
    background: -o-linear-gradient(left, #2998da 0, #65b9e9 100%);
    background: linear-gradient(to right, #2998da 0, #65b9e9 100%);
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }

.footer-icon-box a {
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: #fff; }
  .footer-icon-box a i {
    margin-right: 6px; }

.footer-icon-box a:hover {
  opacity: 0.8; }

.footer-icon001,
.footer-icon002 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.452); }

.footer-icon001 i,
.footer-icon002 i {
  font-size: 15px;
  position: relative;
  top: -1px; }

/*author*/
#plofile_btn {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000;
  font-family: sans-serif; }

#plofile_btn a {
  font-size: 10px; }

.author-icon-box {
  position: relative; }

.author-icon-box a {
  font-size: 9px;
  font-family: sans-serif;
  letter-spacing: 0px;
  width: 100%;
  padding: 7px 3px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.89);
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px #e0e0e0;
  box-shadow: 0 0 1px #e0e0e0; }

.author-icon-box a:hover {
  opacity: 0.8; }

.author-icon-box .fa {
  margin-bottom: 5px;
  font-size: 18px; }

.author-icon {
  position: absolute;
  left: 100px;
  bottom: 5px; }

/*-------コメント-----------------*/
footer.comment-meta {
  background: none;
  clear: both;
  margin-top: 20px; }

footer.comment-meta .fn {
  color: #333; }

.comment-awaiting-moderation {
  color: #333;
  background: #ffdfb4;
  padding: 5px;
  border-radius: 3px;
  font-size: 11px; }

.comment-list {
  margin: 0px;
  padding: 0;
  list-style: none;
  line-height: 26px; }

.comment-body {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: solid #eee 1px; }

.comment-metadata {
  background: #eeeeee;
  padding: 2px 10px;
  margin-bottom: 13px;
  border-radius: 3px; }

.comment-metadata a {
  color: #333;
  font-size: 13px;
  text-decoration: none; }

.comment-list .children {
  list-style: none; }

#comments {
  margin-bottom: 30px; }

#comments img.avatar {
  margin: 10px 10px 15px 0;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  padding: 2px; }

h2.comments-title {
  line-height: 21px;
  background: #db80a5;
  padding: 10px 8px 8px 12px;
  color: #fff;
  border-radius: 3px;
  font-size: 17px;
  margin-top: 0; }

h2.comments-title .fa {
  color: orange; }

#respond {
  margin-top: 30px; }

#reply-title {
  font-size: 18px;
  margin-bottom: 16px; }

.reply a {
  font-size: 12px;
  margin-top: 20px;
  padding: 2px 20px;
  background: none repeat scroll 0 0 #2998da;
  color: #fff;
  border-radius: 2px;
  display: -moz-deck;
  text-decoration: none; }

.reply a:hover {
  text-decoration: none;
  opacity: 0.8; }

.comment-form-comment label {
  display: block; }

textarea#comment {
  width: 80%;
  border-radius: 3px;
  border: solid 1px #eee;
  margin-bottom: 14px; }

#commentform input[type="submit"] {
  border: 2px solid #ccc;
  padding: 4px 10px;
  color: #666;
  cursor: pointer;
  background: none; }

#commentform input[type="submit"]:hover {
  opacity: 0.8; }

.comment-notes {
  margin-bottom: 20px; }

.comment-form-author {
  margin-bottom: 15px; }

.comment-form-author .required {
  margin-right: 32px; }

.comment-form-email {
  margin-bottom: 15px; }

.comment-form-email .required {
  margin-right: 20px; }

.comment-form-user_tel {
  margin-bottom: 15px; }

.comment-form-use_date {
  margin-bottom: 15px; }

.comment-s_name {
  margin-bottom: 15px; }

.comment-respond input {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding-left: 8px;
  height: 30px; }

.comment-respond select {
  width: 246px;
  height: 28px;
  margin-left: 4px; }

p.form-submit {
  line-height: 18px; }

#respond label {
  width: 120px; }

/*AddQuicktag*/
.border-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(76%, rgba(255, 102, 255, 0.63)));
  background: -webkit-linear-gradient(transparent 76%, rgba(255, 102, 255, 0.63) 76%);
  background: -o-linear-gradient(transparent 76%, rgba(255, 102, 255, 0.63) 76%);
  background: linear-gradient(transparent 76%, rgba(255, 102, 255, 0.63) 76%); }

.txt-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

.box-shadow img {
  margin-top: 8px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46); }

/*写メ日記*/
.shame_box {
  overflow: hidden;
  margin-bottom: 30px; }

/*写メ日記詳細ページ*/
#shame_container img {
  margin: 10px 0; }

@media (max-width: 480px) {
  #shame_container img {
    width: 100%;
    height: auto;
    margin: 10px 0; } }

.shame_user_name {
  margin-top: 30px; }

/* 認証 */
#age_button_area {
  padding-top: 10px;
  position: relative;
  width: 100%;
  bottom: 5px;
  padding-top: 25px !important;
  font-size: 20px; }

/* 入場ボタン */
#ageEnterButton {
  width: 42%;
  height: 50px;
  margin-bottom: 10px;
  border: none;
  margin-right: 5px; }

/* 退場ボタン */
#ageLeaveButton {
  width: 42%;
  height: 50px;
  border: none; }

/*店長ブログ*/
h2.manager_blog-title {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 10px; }

/*wp-page-navi*/
.wp-pagenavi {
  clear: both;
  padding-top: 20px;
  margin-top: 24px;
  margin-bottom: 30px;
  text-align: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #333;
  background: none;
  text-decoration: none;
  padding: 4px 12px !important;
  margin: 2px;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.wp-pagenavi a:hover {
  display: inline-block;
  color: #ecf0f1;
  background: #2998da;
  text-decoration: none;
  margin: 2px;
  border: solid 1px #eee !important; }

.wp-pagenavi span.current {
  display: inline-block;
  color: #ecf0f1;
  background: #2998da;
  text-decoration: none;
  padding: 6px 12px !important;
  margin: 2px;
  border: 0 !important;
  font-weight: normal !important; }

.extend {
  border: none !important; }

.wp-pagenavi span.pages {
  padding: 4px 12px !important; }

.twitter-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto 32px; }

@media screen and (max-width: 768px) {
  .twitter-box {
    width: 100%;
    margin-bottom: 30px; }
  .twitter-box iframe {
    width: 740px !important; } }

/*動画*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 40px; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ビデオ */
.video-col3-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.video-col3 {
  width: 32%;
  position: relative;
  margin-bottom: 32px;
  -webkit-box-shadow: 1px 1px 2px #a7a7a7;
  box-shadow: 1px 1px 2px #a7a7a7;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.video-col3:hover {
  opacity: 0.8; }

.play-btn {
  text-align: center;
  color: #fff;
  font-size: 46px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0.8; }

.video-col3 img {
  margin-bottom: 0 !important; }

.fancybox-slide .play-btn.play-btn {
  display: none; }

/**/
.schedule-txt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px; }

.corona-banner {
  max-width: 800px;
  margin: 42px auto 60px; }

.corona-banner .txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px; }
