@charset "UTF-8";
/******************************************************************
Theme Name: unite
Site Name: 
Author: xi

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
m,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
  text-decoration: none;
  color: #000; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  lis: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: baseline; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  display: inline-block; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.ectmb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: ease-in-out 1s; }

.ectmb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 1s; }

.ectmb img:hover {
  transform: scale(1.2); }

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

.mobile-menu-button {
  display: inline-block;
  opacity: 0 !important; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* ==========================================================================
   User agent reset
   ========================================================================== */
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
*********************/
/*line height*/
/*letter spacing*/
/*
tblet__font
*/
/*
sp__font
*/
/*0.50em */
/*0.63em */
/*0.75em */
/*0.88em */
/*1.00em */
/*1.18em */
/*1.25em */
/*1.37em */
/*1.50em */
/*1.63em */
/*1.75em */
/*1.88em */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography


******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url("library/fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("otf");
  font-weight: 900;
  font-style: normal; }
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
 /* -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
	*/ }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
*********************/
/*********************
RESPONSIVE HELPER FUNCTION

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

******************************************************************/
/*  @media only screen and (max-width: 767px){
.cta-mod-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/sec_bg4.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
    z-index: -999;
}
}*/
/*********************
BASE (MOBILE) SIZE
*********************/
@media screen and (max-width: 1030px) {
  #container .wrap {
    width: auto !important;
    padding: 0 5%; } }
/******************************************************************

Site Name: t-style
Author:xi

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
.slide_area {
  max-height: 760px;
  position: relative;
  padding: 40px 0 40px;
  box-sizing: border-box;
  overflow: hidden; }
  .slide_area .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    overflow: hidden;
    max-height: 660px; }

.head-slider {
  width: 80%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  position: relative; }
  .head-slider .slide-in {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999; }

body {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #444444;
  margin: 0;
  padding: 0;
  position: relative; }

.bgstan {
  background: #fff; }

.ruby {
  font-size: 0.8rem; }

/*********************
HEADER STYLES
*********************/
.header {
  width: 100%;
  z-index: 9999;
  height: 78px;
  background: #fff;
  position: relative;
  /** pc-navigation-menu **/ }
  .header-logo {
    width: 40%;
    height: auto;
    float: left; }
    .header-logo a {
      margin-top: 15px;
      width: 220px;
      text-align: center;
      height: auto;
      display: block; }
      .header-logo a img {
        max-height: 58px; }
  .header-navi {
    display: none; }
  .header-menu {
    display: none; }
  .header-site-title {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    background: #fff;
    padding: 2px 0;
    background: #fff;
    display: none; }
  .header.fixed {
    display: block; }
  .header-upper {
    height: 80px; }
    .header-upper .info_wrap {
      display: none; }
  .header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    animation: slideDown 0.5s ease;
    -ms-animation: slideDown 0.5s ease;
    -webkit-animation: slideDown 0.5s ease;
    -moz-animation: slideDown 0.5s ease; }
  .header .hamburger-menu {
    width: auto;
    position: absolute;
    top: 1%;
    right: 1%;
    transition: .3s;
    display: inline-block;
    opacity: 1 !important;
    margin: 2% 0 0 0; }
    .header .hamburger-menu-button {
      width: 30px;
      padding-right: 20px; }
  .header.abs {
    position: fixed; }

.space {
  width: 100%;
  height: 42px;
  background: linear-gradient(#491919, #2d100a); }

.system {
  height: auto;
  margin: 0px auto;
  padding: 12px 0px;
  background-color: #373a6b; }
  .system .course_card {
    width: 85%;
    height: auto;
    margin: 0px auto;
    padding: 6% 0px; }
    .system .course_card ul.course_data {
      width: 100%;
      height: auto;
      margin: 0px auto;
      padding: 0px 0px 10px 0px; }
      .system .course_card ul.course_data li {
        font-family: trajan-pro-3, trajan-sans-pro, Verdana, "メイリオ", Meiryo, "Georgia", Cambria, Times New Roman, Times, serif;
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 3px auto;
        padding: 2px 0px 4px 0px;
        font-size: 137%;
        border-bottom: 1px solid #fff;
        color: #fff; }
        .system .course_card ul.course_data li span.lcol {
          display: inline-block;
          width: 49%;
          height: auto;
          margin: 0px auto;
          padding: 0px;
          float: left;
          text-align: left;
          background: url(../../img/common/ya.gif) no-repeat;
          background-size: 11px 11px;
          background-position: 0% 40%;
          text-indent: 16px; }
        .system .course_card ul.course_data li span.rcol {
          display: inline-block;
          width: 49%;
          height: auto;
          margin: 0px auto;
          padding: 0px;
          float: right;
          text-align: right; }
        .system .course_card ul.course_data li span.item {
          font-size: 75%; }
    .system .course_card p {
      color: #fff; }
    .system .course_card .s_txt {
      color: #e4dcdc;
      font-size: 75%; }
    .system .course_card span {
      color: #fff; }
    .system .course_card .massage {
      display: flex;
      flex-wrap: wrap;
      column-gap: 2%;
      justify-content: space-between;
      column-count: 2;
      margin-bottom: 5%; }
      .system .course_card .massage li {
        width: calc(100% / 2 - 2%);
        padding: 6px 10px;
        font-size: 75%;
        color: #000;
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid #c8a0a2;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        box-sizing: border-box; }

.card-payment input {
  position: relative;
  color: #30ecf0;
  display: block;
  border: 1px solid #30ecf0;
  padding: 12px;
  width: 280px;
  margin: 0 auto;
  background: #fff; }
  .card-payment input:active, .card-payment input:visited {
    outline: none; }

.card-payment {
  width: 100%; }
  .card-payment .cp_form {
    padding-left: 24px;
    box-sizing: border-box; }
    .card-payment .cp_form p {
      text-align: left; }
  .card-payment .cp_tmb {
    margin-top: 40px; }

.tips {
  font-size: 1em;
  position: relative;
  padding: .5em .75em;
  background-color: #4b3a1a;
  border-radius: 6px;
  margin: 1.2em 0;
  color: #ffffff;
  font-weight: bold; }

.cast-list {
  text-align: center;
  width: 99%;
  max-width: 980px;
  border-bottom: 1px dashed #CCC;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.cast-list a {
  display: block; }

.cast-list li {
  width: calc(100% / 3);
  display: block;
  margin-bottom: 2rem; }

.cast-list img {
  clip-path: circle(60px at center);
  -webkit-clip-path: circle(60px at center);
  display: block;
  width: 100%;
  height: auto;
  background: #FFF;
  margin: 0 auto;
  overflow: hidden;
  padding: 0; }

.cast-list span {
  display: block; }

.c-attend {
  font-size: .6rem; }

.c-size {
  font-size: .6rem; }

.c-name {
  font-size: 1rem; }

.c-data {
  margin-top: -20px; }

/*********************
TYPOGRAPHY STYLES
*********************/
.f01 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.l_txt {
  color: #fff;
  background: #552024;
  padding: 4%; }

.f-tit {
  font-size: 16px;
  height: 36px;
  text-align: left;
  line-height: 36px;
  width: 100%;
  max-width: 980px;
  background: #19B0E8;
  letter-spacing: 2px;
  margin-bottom: 12px;
  padding: 0 0 0 20px;
  box-sizing: border-box; }
  .f-tit.type_bond {
    margin-bottom: 0; }

.lp-layout p img {
  width: 100% !important;
  height: auto !important; }

.sec-tit {
  color: #444444;
  font-size: 75%;
  text-align: center;
  font-family: trajan-pro-3, trajan-sans-pro, Verdana, "メイリオ", Meiryo, "Georgia", Cambria, Times New Roman, Times, serif; }
  .sec-tit.type-w {
    color: #fff; }

.course_card .sec-tit {
  margin-top: 0;
  margin-bottom: 10px; }

.section-title {
  width: 100%;
  color: #fff;
  background: #3C2324;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px; }

.section-title2 {
  width: 100%;
  color: #848484;
  font-size: 100%;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 16px; }
  .section-title2 span {
    padding-left: .3em;
    font-size: 0.625rem; }

/** hgroup **/
.content-title {
  font-size: 20px;
  width: auto;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-family: "proxima-nova", "YuGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700; }
  .content-title .accent {
    font-weight: 500;
    color: #b61424;
    display: block; }

.box-title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 36px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal; }
  .box-title span.accent {
    padding-right: 10px;
    color: #FF8C00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .box-title span.yaku {
    display: block;
    font-size: 14px;
    line-height: 14px; }

/** text **/
.txt {
  padding: 2% 0 6%;
  letter-spacing: 3px;
  font-size: 14px; }
  .txt .type2 {
    padding-bottom: 7%;
    letter-spacing: 1; }
  .txt .txt2 {
    padding: 4% 0 8%;
    letter-spacing: 0px; }

.more {
  position: relative;
  font-family: "proxima-nova", "YuGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 600;
  width: 161px;
  padding-bottom: 4px; }
  .more a {
    display: block; }
  .more:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background: #b61424;
    bottom: 0px;
    left: 0;
    transition: all 700ms cubic-bezier(0.24, 1.06, 0.54, 1.08); }
  .more:hover:before {
    width: calc(100% + 46px); }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row; }

/*********************
TOP SECTIONS STYELES
*********************/
.news {
  margin: 20px auto 40px; }
  .news ul {
    width: 90%;
    height: auto;
    margin: 0 auto 0;
    padding: 0px; }
    .news ul li {
      width: 100%;
      margin: 0px auto;
      height: auto;
      background-color: #f5f5f5;
      text-align: left; }
      .news ul li .post-box {
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding-bottom: 13px;
        background: url(../../img/top/bg_news.gif) no-repeat;
        background-position: 98% 97%;
        background-size: 11px 11px; }
      .news ul li h1 {
        width: 94%;
        height: auto;
        margin: 0px auto;
        padding: 0px;
        text-align: left;
        font-size: 14px; }
      .news ul li p {
        width: 94%;
        height: auto;
        margin: 0px auto;
        padding: 0px;
        text-align: left;
        color: #ffffff;
        font-size: 14px; }
      .news ul li .news-icon {
        background-color: #ff9999;
        color: #ffffff;
        float: left;
        height: auto;
        margin-right: 20px;
        text-align: center;
        width: 50px; }
      .news ul li .news-date {
        color: #7f7f7f; }
      .news ul li .meta {
        width: 94%;
        margin: 5px auto; }

.event {
  margin: 0 auto; }
  .event img {
    width: 100%; }
  .event-inner {
    margin: 0 20px; }
  .event .event-parent {
    margin-bottom: 25px; }
    .event .event-parent dl dt {
      text-align: center;
      padding-bottom: 20px; }
    .event .event-parent dl dd {
      font-weight: bold; }
  .event .event-child {
    margin: 0 auto 15px; }
    .event .event-child dl dt {
      float: left;
      width: 40%; }
    .event .event-child dl dd {
      float: right;
      width: 60%;
      padding-left: 1.5em;
      box-sizing: border-box;
      font-weight: bold;
      font-size: .75rem; }
      .event .event-child dl dd span {
        color: #30ecf0;
        display: block;
        font-size: .625rem; }

.coupon {
  background: #000000;
  padding: 20px 0; }
  .coupon .coupon-item {
    width: 33.3%;
    margin-right: 20px; }
    .coupon .coupon-item img {
      width: 100%;
      height: auto;
      border-radius: 15px; }

.staff-photo {
  width: 100%; }

.profile-title {
  background: #000000;
  padding: 8px 0;
  text-align: center; }
.profile-data {
  width: 100%;
  margin: 30px auto; }
  .profile-data tr {
    border-bottom: 1px solid #ccc; }
  .profile-data th, .profile-data td {
    text-align: left;
    padding-bottom: 10px; }

.movie {
  height: auto;
  width: 100%; }
  .movie video {
    width: 100%;
    height: auto; }

.flap {
  display: none; }

.ats {
  text-align: left;
  font-size: 10px;
  margin: 0 auto 30px;
  border: 1px solid #3C2324;
  border-radius: 10px;
  padding: 2em 2em;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2); }

.recruitment {
  color: #fff;
  padding: 40px 0;
  position: relative; }
  .recruitment-inner {
    width: 80%;
    padding: 42px 0 52px;
    margin: 0 auto;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff; }
  .recruitment .box-title {
    text-align: center;
    font-weight: 600;
    padding-bottom: 12px;
    line-height: 1.8em;
    color: #fff; }
  .recruitment-content {
    margin-bottom: 26px;
    margin: 0 auto;
    text-align: center; }
  .recruitment-desc {
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    margin: 22px auto 16px;
    letter-spacing: 0;
    width: 80%; }
  .recruitment a {
    color: #fff;
    border-color: #fff; }

.feature p {
  margin-top: 30px; }

.block-type1 {
  background: #fff;
  width: 96%;
  margin: 0 auto 10px;
  border: 1px solid #30ecf0; }
  .block-type1 h3 {
    text-indent: 0.75em;
    color: #fff;
    font-weight: bold;
    background: #30ecf0;
    font-size: 14px;
    text-align: left;
    padding: 6px 0;
    margin: 0; }

.play-desc {
  font-weight: bold;
  padding: 22px;
  line-height: 24px;
  background: #fff;
  border-top: 1px solid #30ecf0;
  border-bottom: 1px solid #30ecf0;
  margin-bottom: 22px; }

.sub2-tit {
  text-align: left;
  padding: 6px 10px;
  border-bottom: 1px dashed #30ecf0;
  font-weight: bold;
  margin-bottom: 15px; }

.sub-tit {
  text-indent: 0.75em;
  color: #fff;
  font-weight: bold;
  background: #30ecf0;
  font-size: 14px;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 5%; }

.sub-tit2 {
  width: 96%;
  text-indent: 0.75em;
  color: #fff;
  font-weight: bold;
  background: #30ecf0;
  font-size: 14px;
  text-align: left;
  padding: 10px 0;
  margin: 0 auto 20px; }

.system-bottom {
  padding-bottom: 30px; }

.sub-tit span {
  padding-left: 0.75em;
  font-size: 8px;
  color: #30ecf0; }

.card-pt {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin: 0 auto 40px;
  padding: 6% 5%;
  box-sizing: border-box;
  border-top: 5px double #30ecf0;
  border-bottom: 5px double #30ecf0;
  text-align: left; }

.ds-01 {
  font-size: 14px;
  text-align: left; }
  .ds-01 dt {
    border-bottom: 3px double #30ecf0;
    padding: 6px 10px;
    font-size: 18px; }
  .ds-01 dd {
    padding: 6px 10px;
    border-bottom: 1px dotted #3d3d3d; }

.under_cont {
  padding: 40px 0; }
  .under_cont-inner {
    position: relative; }
  .under_cont-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; }
  .under_cont-content {
    padding-top: 20px;
    text-align: center; }
  .under_cont-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .under_cont-desc {
    text-align: left;
    color: #000;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px; }

/*********************
RECRUIT STYELES
*********************/
#recruit {
  font-size: 0.75rem; }

.treatment {
  padding: 10px; }
  .treatment ul {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 2%; }
    .treatment ul li {
      width: 49%;
      padding: 8px 0;
      border-radius: 5px;
      background: #eae9e9;
      color: #4f6a7f;
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold; }
      .treatment ul li.last {
        margin-bottom: 0; }

.center {
  text-align: center; }

.recommend-inner {
  position: relative;
  width: 80%;
  margin: 40px auto; }
  .recommend-inner h3 {
    text-align: right;
    padding-bottom: 10px;
    font-weight: bold;
    color: #30ecf0; }
  .recommend-inner .picon {
    position: absolute;
    background: #fff;
    top: -2%;
    left: 6%;
    z-index: 999;
    width: 60px;
    height: 60px; }
    .recommend-inner .picon img {
      width: 100%;
      height: 100%;
      padding: 3px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2); }
.recommend-content {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 25px;
  background: #fff; }
  .recommend-content li {
    text-align: center;
    line-height: 2.2; }

#strong_point .strong_point-inner {
  width: 80%;
  margin: 40px auto;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px; }
  #strong_point .strong_point-inner h3 {
    font-weight: bold;
    padding-top: 10%;
    color: #f48fb1;
    text-align: center;
    font-size: 1rem; }
#strong_point .strong_point-content {
  padding: 25px; }
  #strong_point .strong_point-content p {
    line-height: 2em;
    margin-bottom: 1em; }

#msg .msg-inner {
  width: 80%;
  margin: 0 auto 40px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff; }
  #msg .msg-inner h3 {
    font-weight: bold;
    padding-top: 10%;
    color: #f48fb1;
    text-align: center;
    font-size: 1rem; }
#msg .msg-content {
  padding: 25px; }
  #msg .msg-content p {
    line-height: 2em;
    margin-bottom: 1em; }

.pc-catch {
  display: none; }

.campaign {
  background: #efefef;
  padding: 10px 0; }
  .campaign .campaign-item {
    width: 32%;
    margin-right: 1%; }
    .campaign .campaign-item img {
      width: 100%;
      height: auto;
      border-radius: 15px; }

.voice {
  position: relative; }
  .voice-item {
    width: 100%;
    margin: 7% auto; }
    .voice-item-left {
      float: left;
      margin: 0 0 0 2%;
      padding-top: 10px;
      width: 24%;
      text-align: center; }
      .voice-item-left h3 {
        font-size: .75rem;
        padding-bottom: 8px;
        color: #568186;
        font-weight: bold; }
      .voice-item-left .tmb {
        display: block;
        margin: 0 auto 10px;
        width: 70px;
        height: 70px;
        border-radius: 50%; }
      .voice-item-left p {
        width: 100%;
        font-size: .625rem;
        text-align: center; }
    .voice-item-right {
      float: right;
      width: 68%;
      padding: 3%; }
    .voice-item-comment {
      border-radius: 20px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      border: 1px solid #f48fb1;
      padding: 34px 15px;
      line-height: 1rem;
      background: #fff; }

.photos {
  background: #efefef;
  padding: 10px 0; }
  .photos h3 {
    width: 100%;
    position: relative;
    padding-left: 1em; }
    .photos h3 span {
      font-weight: bold;
      display: block; }
  .photos-item-list {
    padding: 10px 0; }
    .photos-item-list li {
      width: 32%;
      height: auto;
      margin-right: 1%; }
  .photos .tmb {
    max-height: 180px;
    width: 100%;
    height: auto;
    border-radius: 15px; }

.rdata {
  border: 1px solid #30ecf0;
  border-radius: 8px;
  padding: 1em 1.4em; }
  .rdata li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px dashed #a8a5a5;
    padding: .68em 0; }
    .rdata li:last-child {
      border: none; }

.faq {
  background: #f5f5f5;
  position: relative; }
  .faq-inner {
    position: relative;
    padding: 32px 0;
    margin-bottom: 32px; }
  .faq-title {
    text-align: center;
    font-size: 18px; }
  .faq-content {
    padding-top: 20px;
    text-align: left; }
    .faq-content-card {
      width: 80%;
      padding: 20px;
      margin: 0 auto 6px; }
      .faq-content-card-title {
        text-align: left;
        margin-bottom: 12px;
        font-weight: bold; }
      .faq-content-card-desc {
        background: #fff;
        padding: 16px;
        border: 1px dashed #ccc; }
    .faq-content .tips {
      width: 70%;
      padding: 20px;
      margin: 0 auto 6px;
      background: #fff; }

.under-inner {
  background: url(../images/main_bg.jpg) repeat top left;
  padding-bottom: 40px; }

.marker {
  background: linear-gradient(transparent 50%, yellow 50%); }

.marker2 {
  background: linear-gradient(transparent 50%, #ea6c82 50%); }

.cta2-box {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 52px;
  text-align: center; }
  .cta2-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: .24em; }
  .cta2-box-tips {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: .18em; }
  .cta2-box-button {
    margin-bottom: 30px; }

.button-type1 {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #FF6466; }
  .button-type1 span {
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 10px 0;
    display: block;
    font-weight: 500; }

.button-type2 {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #2CB946; }
  .button-type2 span {
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 10px 0;
    display: block;
    font-weight: 500; }

.button-type3 {
  color: #000;
  text-align: center;
  display: block;
  border: 1px solid #000; }
  .button-type3 span {
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
    font-weight: bold;
    padding-left: 30px; }

.button-type4 a {
  position: relative;
  color: #30ecf0;
  display: block;
  border: 1px solid #30ecf0; }
  .button-type4 a span {
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    display: block;
    padding-right: 30px;
    font-weight: bold;
    padding-left: 30px;
    background: #fff; }
  .button-type4 a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(50% - 4px);
    right: 8px;
    margin-right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #30ecf0; }
  .button-type4 a i {
    padding-right: .6em;
    color: #30ecf0; }

.button-type5 {
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  margin: 0 auto;
  width: 80%; }
  .button-type5 span {
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    display: block;
    padding: 9px 24px;
    font-weight: bold;
    padding-left: 30px; }

.bgtype1 {
  background: url(../images/sec_bg4.jpg) center/cover no-repeat; }

/*********************
SINGLE LAYOUT
*********************/
.page-heading {
  width: 100%;
  background: url("../images/und_img.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  height: 120px;
  margin: 0;
  padding: 4% 0; }
  .page-heading .page-title {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    left: 0;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: .2rem;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
    .page-heading .page-title::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 1px;
      left: 50%;
      transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      bottom: -8px;
      background: #fff; }

#page-single {
  margin-top: 5%; }
  #page-single .single-inner {
    padding: 5% 5% 5%; }
  #page-single .single-header .single-title {
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: .05rem;
    padding: 42px 0 8%; }
  #page-single .single-header .anthor {
    margin-right: auto;
    margin-left: -4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #page-single .single-header .anthor img {
      margin: 0;
      -webkit-flex-basis: 62px;
      -ms-flex-preferred-size: 62px;
      flex-basis: 62px;
      max-width: 62px;
      width: 62px;
      height: 62px; }
  #page-single .single-header .keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0; }
    #page-single .single-header .keyword a {
      display: inline-block;
      padding: 4px 12px 3px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      line-height: 1;
      color: #666;
      border-radius: 20px;
      border: 1px solid #666;
      -webkit-transition: color .25s ease,background .25s ease;
      transition: color .25s ease,background .25s ease;
      overflow: hidden;
      margin-left: 3px; }
      #page-single .single-header .keyword a:hover {
        color: #fff;
        background: #666; }
    #page-single .single-header .keyword.cat-list a {
      background: #30ecf0;
      color: white;
      margin-right: 1em; }
      #page-single .single-header .keyword.cat-list a:hover {
        color: #000;
        background: #fff; }
  #page-single .single-header .photo {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    max-height: 460px;
    overflow: hidden; }
    #page-single .single-header .photo:before {
      content: "";
      clear: both;
      display: table; }
    #page-single .single-header .photo img {
      width: 100%;
      height: auto; }
  #page-single .single-header .headding-inner {
    width: 100%; }
  #page-single .single-body {
    margin-top: 4%;
    padding-top: 4%;
    line-height: 2.3;
    letter-spacing: .05rem; }
    #page-single .single-body h2 {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      height: 32px;
      line-height: 32px;
      margin-top: 25px;
      margin-bottom: 35px;
      padding: 10px 0 10px 12%; }
    #page-single .single-body h3 {
      font-size: 16px;
      line-height: 1.6rem;
      font-weight: bold;
      border-bottom: 1px dotted #000;
      border-top: 1px dotted #000;
      margin-top: 15px;
      margin-bottom: 30px;
      padding: 10px 0 10px 10px;
      font-size: 18px; }
    #page-single .single-body h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      margin: 5% 0 3%;
      position: relative;
      padding: 0 0 0 15px; }
      #page-single .single-body h4:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        display: block;
        width: 3px;
        height: calc(100% - 10px);
        background-color: #0B318F;
        border-radius: 10px; }
    #page-single .single-body p {
      font-size: 12px; }
  #page-single .single-footer {
    clear: both; }
  #page-single .date ol {
    float: right; }
    #page-single .date ol li {
      display: inline-block;
      padding-left: 1em; }

.tag-group {
  float: left; }
  .tag-group li {
    padding-left: 1em;
    display: inline-block; }

.single-title.type2 {
  padding-bottom: 4% !important;
  border-bottom: 1px solid #ccc; }

/*********************
COMMON LAYOUT
*********************/
#wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-scroll: touch;
  clear: both; }

#container {
  margin-top: 0;
  clear: both;
  width: 100%;
  margin: 0 auto 0;
  position: relative; }

.wrap {
  transform: none;
  top: auto;
  left: auto;
  margin-top: 50px;
  position: relative; }

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

/** table **/
.table-flex dl {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 0 5%;
  vertical-align: top;
  text-align: center; }
  .table-flex dl dt {
    min-height: 32px;
    line-height: 32px;
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
    letter-spacing: 0;
    background: #000000; }
  .table-flex dl dd {
    padding-top: 12px;
    box-sizing: border-box; }
    .table-flex dl dd .point {
      font-weight: bold;
      display: block;
      padding: 2% 0; }
    .table-flex dl dd .dline {
      background: none;
      border-bottom: 1px;
      border-color: #dfe1e5;
      margin: 20px 0;
      border-style: dashed; }
    .table-flex dl dd a {
      color: #ec6d90; }
      .table-flex dl dd a:hover {
        color: #e74471; }

.key-visual {
  width: 100%;
  height: auto;
  z-index: 1; }

.pb10 {
  padding: 10%; }

.pb5 {
  padding: 0 5%; }

.c-option {
  position: relative;
  width: 600px;
  height: 114px;
  margin-bottom: 1rem; }
  .c-option dt {
    position: absolute;
    top: 10px;
    left: 12px; }
  .c-option dd {
    position: absolute;
    bottom: 30px;
    left: 30px; }

.revue_in ul.flow {
  width: 95%;
  height: auto;
  margin: 0px auto;
  padding: 0px; }
  .revue_in ul.flow li {
    width: 100%;
    height: auto;
    border-top: 4px solid #593435;
    float: left;
    background-color: #3C2324;
    position: relative;
    margin-bottom: 4%; }
    .revue_in ul.flow li a {
      color: #f48fb1; }
.revue_in h3 {
  width: 90%;
  margin: 0px auto;
  padding: 12px 0px 5px 0px;
  font-family: eigo;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  font-family: trajan-pro-3, trajan-sans-pro, Verdana, "メイリオ", Meiryo, "Georgia", Cambria, Times New Roman, Times, serif; }
.revue_in p {
  width: 90%;
  margin: 0px auto;
  padding-bottom: 8px;
  color: #b17a7c; }

.access-upper {
  padding: 60px 20px; }
  .access-upper p {
    color: #fff; }

.access-logo {
  width: 280px; }

.flow {
  padding: 8% 0; }
  .flow ul {
    width: 100%;
    margin: 0 auto; }
    .flow ul li {
      font-size: 14px;
      position: relative;
      color: #30ecf0;
      font-weight: bold;
      display: block;
      border: 1px solid #30ecf0;
      padding: 8px;
      margin-bottom: 10px;
      text-align: left;
      padding-left: 1em;
      background: #fff; }
      .flow ul li .evprice {
        color: red;
        padding-left: 1em; }
  .flow-content {
    padding-top: 50px; }
    .flow-content-card {
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
      position: relative;
      width: 80%;
      background: #fff;
      padding: 10px;
      margin: 0 auto 66px; }
      .flow-content-card-type {
        text-align: left;
        font-weight: bold;
        color: #843f0f;
        padding: 20px 0 18px;
        font-size: 0.85rem; }
        .flow-content-card-type .rtex {
          font-weight: 800;
          font-style: normal;
          font-size: 3em;
          letter-spacing: -0.3em;
          color: #f48fb1;
          padding-right: .3em; }
      .flow-content-card-desc {
        font-size: 0.85rem;
        line-height: 1.8;
        border-top: 1px solid #ccc;
        padding-top: 12px;
        color: #000; }
      .flow-content-card-icon {
        text-align: center;
        width: 100%;
        height: 70px;
        padding-bottom: 20px; }
      .flow-content-card-title {
        margin: -32px auto 0;
        position: relative;
        color: #fff;
        font-size: 1em;
        font-weight: bold;
        text-align: left;
        padding: 10px 0 10px 5rem;
        width: 96%;
        background: #3e0e38;
        box-sizing: border-box;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
        .flow-content-card-title .flow-content-tag {
          position: absolute;
          top: 5%;
          left: 2px;
          width: 60px;
          height: 38px;
          background: #fff;
          color: #30ecf0;
          text-align: center;
          line-height: 38px;
          font-weight: bold;
          font-size: 0.635rem; }

/*********************
SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
dl.atss {
  width: 80%;
  max-width: 980px;
  padding: 20px 2rem;
  margin: 0 auto 6%;
  background: #f5f5f5;
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px; }
  dl.atss dt {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 1rem; }

#page-top {
  display: block;
  width: 50px;
  height: 50px;
  background: #ea6c82;
  position: fixed;
  bottom: 111px;
  right: 0;
  display: none;
  z-index: 999;
  line-height: 50px;
  text-align: center;
  font-weight: bold; }
  #page-top a {
    color: #fff; }

.foot-bnl {
  background: #000000;
  padding: 20px; }
  .foot-bnl a {
    width: 100%;
    height: auto; }

div#contact {
  position: relative;
  padding: 0 0 15%; }
  div#contact .wrap {
    text-align: center; }
    div#contact .wrap p {
      padding: 3% 0 5%;
      font-weight: bold; }

#foot-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 9999;
  height: 62px;
  border-top: 1px solid #f2f2f2;
  display: none; }

.foot-cta {
  display: block; }
  .foot-cta-item {
    float: left;
    width: 25%;
    height: 54px;
    box-sizing: border-box; }
    .foot-cta-item-button {
      width: 100%;
      height: auto;
      margin-top: 8px;
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      color: #fff; }
      .foot-cta-item-button i {
        position: absolute;
        left: calc(50% - 8px);
        top: -5px;
        font-size: 1.25rem; }
      .foot-cta-item-button span {
        padding-top: 24px;
        display: block;
        font-family: century-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 8px; }
    .foot-cta-item.last {
      border-right: none; }
  .foot-cta-item2 {
    height: 50px;
    padding-top: 7px; }
    .foot-cta-item2.type-tel {
      width: 70%;
      float: right; }
    .foot-cta-item2.type-recruit {
      width: 30%;
      float: left; }
    .foot-cta-item2-button2 {
      width: 96%;
      height: auto;
      display: block;
      overflow: hidden;
      position: relative;
      margin: 0 auto; }
      .foot-cta-item2-button2 i {
        position: absolute;
        left: 8%;
        top: 6px;
        font-size: 1.25rem; }
      .foot-cta-item2-button2 span {
        display: block;
        font-family: century-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.85rem; }
  .foot-cta.type-top {
    width: 100%;
    border-bottom: 1px solid #3d3d3d; }
  .foot-cta.type-bottom {
    width: 86%;
    float: left; }

#foot-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-top: 1px solid #ccc; }

.cta {
  padding: 1%; }
  .cta ul {
    width: 98%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-count: 2; }
    .cta ul li {
      width: calc(100% / 2 - 1%); }
      .cta ul li a {
        border-radius: 8px;
        display: block;
        text-align: center; }
        .cta ul li a img {
          vertical-align: bottom; }

.recruit-cta {
  padding: 1%; }
  .recruit-cta ul {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 1%; }
    .recruit-cta ul li a {
      border-radius: 8px;
      display: block;
      min-height: 64px;
      line-height: 64px;
      text-align: center; }
      .recruit-cta ul li a i {
        padding-right: .5rem; }
    .recruit-cta ul .sns {
      width: 40%; }
      .recruit-cta ul .sns a {
        background: #d6d6d6;
        color: #6a6a6a; }
    .recruit-cta ul .apply {
      width: 59%; }
      .recruit-cta ul .apply a {
        background: #f48fb1;
        color: #fff; }

.cta-mod-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed; }

.footer {
  position: relative;
  width: 100%;
  font-weight: 600;
  line-height: 30px;
  color: #444444;
  letter-spacing: 0.4px;
  padding-bottom: 54px;
  background: #fff; }
  .footer .foot-link {
    position: relative;
    margin: 0 auto;
    text-align: center; }
  .footer small {
    display: block;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
    width: 100%;
    font-size: 10px; }
  .footer-info {
    width: 100%;
    padding: 40px 0;
    text-align: center; }
    .footer-info-container {
      width: 80%;
      margin: 22px auto; }
    .footer-info-logo {
      display: block;
      width: 80%;
      margin: 0 auto 6px; }
    .footer-info-title {
      padding: 12px 0;
      letter-spacing: 0em;
      width: 72%;
      line-height: 16px;
      margin: 0 auto 16px; }
      .footer-info-title-sub {
        padding: 3px 0 0;
        margin: 0;
        font-size: 12px;
        display: block; }
    .footer-info-tel {
      font-family: "proxima-nova", "YuGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 28px;
      letter-spacing: .14em; }

.sns-wrap {
  display: none; }

.cgf {
  font-family:  century-gothic, sans-serif;
  font-weight:  400;
  font-style:  normal; }

.enter {
  height: 100%; }
  .enter .ewrap {
    display: block;
    width: 100%;
    margin: 0 auto 40px; }
    .enter .ewrap h1 {
      margin: 0;
      padding: 0;
      background: #30ecf0;
      padding: 4px;
      font-size: 10px;
      text-indent: 1em;
      text-align: left;
      border-bottom: 1px solid #30ecf0;
      margin-bottom: 20px;
      color: #fff; }
    .enter .ewrap ul {
      width: 80%;
      text-align: center;
      margin: 10px auto 30px; }
      .enter .ewrap ul li {
        text-align: center; }
    .enter .ewrap .enter-type1 {
      display: block;
      width: 90%;
      margin: 10px auto 10px; }
    .enter .ewrap .exit {
      margin-top: 30px;
      text-align: center; }
      .enter .ewrap .exit img {
        max-width: 113px; }
  .enter .centerbox {
    padding-top: 40px; }
    .enter .centerbox p {
      text-align: left; }

.index_button {
  margin-top: 60px;
  text-align: center; }

.button-type7 {
  display: inline-block;
  min-width: 170px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  background-color: #30ecf0;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center; }

.efooter {
  text-align: center;
  background: #000;
  padding: 4px 0;
  color: #fff; }
  .efooter p {
    font-size: 10px; }

.pb {
  padding-bottom: 2%; }

.b-row {
  padding: 40px 0; }
  .b-row.fixbg {
    position: relative;
    background: transparent; }
    .b-row.fixbg .fixbg-img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-size: cover;
      background-attachment: fixed; }
  .b-row-inner {
    position: relative; }
    .b-row-inner.pa {
      padding-top: 2%;
      padding-bottom: 2%; }
  .b-row-ac-title {
    font-size: 9px;
    text-align: center;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    margin: -5px auto 0;
    letter-spacing: 0.14rem;
    transform: scale(0.75); }
  .b-row-sub-title {
    text-align: center; }
  .b-row-title2 {
    font-size: 10px; }
  .b-row-content {
    padding-top: 20px;
    text-align: center;
    margin: 0 20px; }
    .b-row-content-card {
      margin-bottom: 15px; }
      .b-row-content-card.last {
        margin-bottom: 0; }
  .b-row-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .b-row-desc {
    text-align: left;
    color: #000;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 5px double #30ecf0;
    border-bottom: 5px double #30ecf0; }
  .b-row.type-w h2, .b-row.type-w p, .b-row.type-w span {
    color: #fff; }

h2.eng-tit,
h3.eng-tit {
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: relative;
  font-size: 125%;
  font-weight: 500;
  margin: 13px auto 0;
  padding-left: 4px;
  color: #30ecf0; }
  h2.eng-tit.type-w,
  h3.eng-tit.type-w {
    color: #fff; }
    h2.eng-tit.type-w::after,
    h3.eng-tit.type-w::after {
      background: #fff; }
  h2.eng-tit.type-p,
  h3.eng-tit.type-p {
    color: #d2a977; }
  h2.eng-tit.f-item,
  h3.eng-tit.f-item {
    margin-top: 0; }

.dms {
  background: url(../images/main_bg.jpg) repeat top center; }

.bg3 {
  background: #19B0E8; }

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3; }
  .overlay:after {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.active .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8); }

.active .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8); }

.mobile-menu-container {
  overflow: hidden;
  z-index: 8000;
  padding-top: 91px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: fixed;
  right: 0; }

.footer-menu-container,
.mobile-menu-container {
  background: #fff;
  width: 100%;
  -webkit-scroll: touch; }
  .footer-menu-container .mobile-navi,
  .mobile-menu-container .mobile-navi {
    width: 96%;
    margin-top: 94px;
    margin-left: 2%;
    margin-right: 2%; }
    .footer-menu-container .mobile-navi-item,
    .mobile-menu-container .mobile-navi-item {
      color: #fff;
      padding-top: .6rem;
      padding-bottom: .6rem;
      margin-bottom: 8px;
      text-align: center; }
      .footer-menu-container .mobile-navi-item a,
      .mobile-menu-container .mobile-navi-item a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 125%;
        line-height: 62px;
        background: #fff;
        font-weight: bold; }
  .footer-menu-container .mobile-navi-sub,
  .mobile-menu-container .mobile-navi-sub {
    margin: 10px 2% 0;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    align-items: stretch;
    align-content: stretch; }
    .footer-menu-container .mobile-navi-sub-item,
    .mobile-menu-container .mobile-navi-sub-item {
      box-sizing: border-box;
      width: 49%;
      margin-right: 2%; }
      .footer-menu-container .mobile-navi-sub-item a,
      .mobile-menu-container .mobile-navi-sub-item a {
        box-sizing: border-box;
        margin-bottom: 10px;
        display: block;
        text-align: left;
        text-indent: 1em;
        font-size: 11px;
        line-height: 32px;
        font-weight: 700;
        background: #fff; }
      .footer-menu-container .mobile-navi-sub-item:nth-of-type(2n),
      .mobile-menu-container .mobile-navi-sub-item:nth-of-type(2n) {
        margin-right: 0; }
  .footer-menu-container .mobile-cta,
  .mobile-menu-container .mobile-cta {
    width: 80%;
    margin: 30px auto 20px; }
    .footer-menu-container .mobile-cta-item,
    .mobile-menu-container .mobile-cta-item {
      margin-bottom: 26px; }
  .footer-menu-container a,
  .mobile-menu-container a {
    color: #19B0E8; }

.active.mobile-menu-container {
  display: block; }

.active #wrapper,
.active .overlay {
  display: block; }

.lines-button {
  transition: 0.3s; }

.hamburger-menu-lines, .hamburger-menu-lines:before, .hamburger-menu-lines:after {
  display: inline-block;
  width: 50px;
  height: 3px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #19B0E8; }

.hamburger-menu-lines {
  position: relative; }

.hamburger-menu-lines:before, .hamburger-menu-lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 15px center;
  transform-origin: 15px center;
  background: #19B0E8; }

.hamburger-menu-lines:before {
  top: 10px; }

.hamburger-menu-lines:after {
  top: -10px; }

.lines-button.active .hamburger-menu-lines:before, .lines-button.active .hamburger-menu-lines:after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 30px; }

.lines-button .hamburger-menu-lines:before, .lines-button .hamburger-menu-lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out; }

.lines-button.active .hamburger-menu-lines {
  transition: background 0.3s 0s ease-in-out; }

.lines-button.active .hamburger-menu-lines {
  background: transparent; }

.lines-button.active .hamburger-menu-lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.lines-button.active .hamburger-menu-lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.info-tips li {
  margin-bottom: 5px; }

.rroom {
  position: relative; }
  .rroom dl {
    display: block;
    height: 100px;
    min-height: 100px;
    position: relative;
    border: 2px solid #30ecf0;
    letter-spacing: 0;
    text-align: left;
    padding: 5%;
    background: #fff;
    margin-bottom: 2%; }
    .rroom dl dt {
      width: 100%;
      font-weight: bold;
      font-size: 14px;
      padding-bottom: 2%;
      color: #b61424; }
      .rroom dl dt a {
        color: #b61424; }
    .rroom dl dd {
      padding-bottom: 2%;
      font-size: 12px; }
    .rroom dl .stmb {
      display: block;
      position: absolute;
      float: right;
      padding: 1px;
      width: 120px;
      height: 120px;
      top: 6px;
      right: 6px;
      border: 1px solid #ccc; }
      .rroom dl .stmb img {
        width: 120px;
        height: 120px; }

.map_w {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  z-index: 99; }

/*access_map*/
#access_map {
  padding-top: 10px;
  margin-bottom: 40px; }

.block_list_2 li span, .block_list_3 li span {
  display: block;
  height: 25px;
  line-height: 27px;
  font-size: 11px; }

.block_list_2 li {
  background: #ffdadf; }

.block_list_2 li:nth-child(2n) {
  background: #ffeaee; }

.amap_title {
  width: 50%;
  padding-left: 25px;
  float: left; }

.amap_text {
  width: 450px;
  float: left; }

/*hotel_map*/
.block_list_3, .block_list_2 {
  width: 90%;
  margin: 0 auto 8%; }

.block_list_3 li, .block_list_2 li {
  cursor: pointer;
  transition: background 0.3s;
  padding: 2% 0; }
  .block_list_3 li span, .block_list_2 li span {
    box-sizing: border-box; }

.block_list_3 li {
  background: #fff4cf; }

.block_list_3 li:nth-child(2n) {
  background: #fff6e9; }

.block_list_3 li:hover {
  background: #fcf; }

.block_list_2 li:hover {
  background: #fff4cf; }

.hmap_nam {
  width: 12%;
  color: #30ecf0;
  float: left;
  padding-left: 10px; }

.hmap_name {
  width: 68%;
  float: left;
  padding-left: 10px;
  text-align: left; }

.hmap_tel {
  width: 20%;
  float: left; }

.rname {
  text-align: center;
  color: #30ecf0;
  background: #fff !important; }

.pb10 {
  padding: 10%; }

.pb5 {
  padding: 0 5%; }

#rentalroom .left {
  float: left !important; }

.c-option {
  position: relative;
  width: 600px;
  height: 114px;
  margin-bottom: 1rem; }
  .c-option dt {
    position: absolute;
    top: 10px;
    left: 12px; }
  .c-option dd {
    position: absolute;
    bottom: 30px;
    left: 30px; }

#tab {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  justify-content: space-between;
  column-count: 2;
  margin-bottom: 20px;
  font-size: 14px; }
  #tab li {
    width: 48%; }

.tab_block {
  display: none; }

#tab li .btn-grd-1 {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%); }

#tab li.active .btn-grd-1 {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none; }

.pc-flap {
  display: none; }

.sys_option {
  background: #fff;
  width: 100%; }

.sys_option {
  margin-bottom: 72px; }
  .sys_option div.option-menu {
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 40px;
    min-height: 120px; }
    .sys_option div.option-menu h3 {
      float: left;
      font-size: 1em;
      color: #19B0E8;
      font-weight: bold;
      width: 30%;
      line-height: 120px; }
    .sys_option div.option-menu div.o-wrap {
      width: 70%;
      float: left; }
      .sys_option div.option-menu div.o-wrap p {
        display: inline-block;
        font-size: 14px;
        padding-right: 1em;
        margin-bottom: 1em; }

.kome {
  background: #bff1d2;
  color: #19a84b; }

.sys_option p span.op_desc {
  width: 60%;
  line-height: 18px;
  margin-left: 10px;
  padding: 5px 0 0; }

.sys_option p span.tx-lh-11 {
  line-height: 40px;
  padding: 0;
  position: relative; }

.sys_option p span.op_sup {
  font-size: 8px;
  display: block;
  line-height: 8px;
  margin-top: -10px; }

.sys_option p span.ovtx {
  font-size: 10px;
  padding: 0; }

#contact {
  margin-bottom: 20%; }

.rroom {
  position: relative; }
  .rroom dl {
    display: block;
    height: 130px;
    min-height: 130px;
    position: relative;
    border-radius: 6px;
    letter-spacing: 0;
    text-align: left;
    padding: 5%;
    background: #fff4cf;
    margin-bottom: 2%; }
    .rroom dl dt {
      width: 100%;
      font-weight: bold;
      font-size: 16px;
      padding-bottom: 2%; }
    .rroom dl dd {
      padding-bottom: 2%;
      font-size: 12px; }
    .rroom dl .stmb {
      display: block;
      position: absolute;
      float: right;
      padding: 1px;
      width: 120px;
      height: 120px;
      top: 6px;
      right: 6px;
      border: 1px solid #ccc; }
      .rroom dl .stmb img {
        width: 120px;
        height: 120px; }

.map_w {
  width: 100%;
  height: 300px;
  margin-bottom: 30px; }

/*access_map*/
#access_map {
  padding-top: 10px;
  margin-bottom: 40px; }

.c-option {
  position: relative;
  width: 600px;
  height: 114px;
  margin-bottom: 1rem; }
  .c-option dt {
    position: absolute;
    top: 10px;
    left: 12px; }
  .c-option dd {
    position: absolute;
    bottom: 30px;
    left: 30px; }

/*********************
CAST STYLES
*********************/
.cast_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap; }
  .cast_list img {
    vertical-align: bottom; }

.cast_list li .ctxt a, .cast_list li .ctxt i {
  font-size: 16px;
  font-style: normal; }

.cast_list li .ctxt {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 7px 0; }

.cast_list li {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden; }
  .cast_list li:hover .c_caption {
    bottom: 0; }

.d_caption {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 75%; }
  .d_caption a {
    color: #fff; }

.c_caption {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  height: 60px;
  position: absolute;
  bottom: -60px;
  left: 0;
  font-size: 75%;
  -webkit-transition: .3s;
  transition: .3s; }
  .c_caption a {
    color: #fff; }

.cast_list li .ctxt {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 7px 0; }

.schedule-nav {
  margin-bottom: 20px;
  margin-top: 20px; }
  .schedule-nav li {
    width: calc(100% / 7 - 2%);
    display: inline-block;
    background: #ea6c82;
    border-bottom: 4px solid #491112;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 8px; }
    .schedule-nav li a {
      color: #fff;
      display: block;
      padding: 15px 0;
      text-align: center; }
      .schedule-nav li a:hover {
        background: #19B0E8;
        transition: .4s; }
    .schedule-nav li.target {
      background: #ffcfe3; }
      .schedule-nav li.target a {
        color: #444444; }

.breadcrumbs {
  font-size: 12px;
  padding: 0.8em;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0; }
  .breadcrumbs a {
    color: #ea6c82; }

.c_course span {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2px);
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  border-radius: 3px; }

.ct1 {
  color: #ddd;
  background: #f5f5f5; }

.c_course span:nth-of-type(odd) {
  margin-right: 2px; }

.c_course span:nth-of-type(even) {
  margin-left: 2px; }

.profbox {
  margin-left: 10px;
  margin-right: 10px; }

.txt01, .txt01:hover {
  color: #AC8B3C; }

.pc_no {
  display: none; }

.sp_no {
  display: inline; }

.tx_v1, .tx_v1:hover, a {
  color: #FE7E8F; }

.c1 {
  color: #6bc3b5;
  background: #dff7f3; }

.c2 {
  color: #f1aa4a;
  background: #fff1dd; }

div, h2, h3, h4, h5, h6, p, li, dt, dd, pre, code, blockquote, th, td {
  word-break: break-all; }

.profile-data {
  width: 90%;
  margin: 0 auto 20px; }

.side-single {
  background: #fff;
  border-radius: 20px;
  border: 1px  solid #ccc;
  width: 90%;
  padding: 5%;
  margin: 20px auto;
  text-align: center;
  box-sizing: border-box; }

.bg_com {
  background-color: #ffe7ea; }

.p_photo {
  width: 90%;
  margin: 10px auto 30px; }
  .p_photo img {
    width: 100%; }

.p_text {
  padding: 10px;
  font-size: 13px;
  background: #3C2324;
  color: #c49a9c; }

.p_c_title {
  font-weight: bold;
  padding-left: 30px;
  height: 20px;
  line-height: 22px;
  background: url(../images/point_all.png) no-repeat left bottom;
  margin-bottom: 10px;
  color: #552024; }

.sc-title {
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background: #671a36;
  font-weight: bold; }

.p_name {
  display: block;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  padding-bottom: 15px;
  color: #552024; }
  .p_name span {
    padding-left: 20px;
    font-size: 20px; }

.p_catch, .p_c_title {
  font-size: 18px;
  margin-bottom: 10px; }

.p_catch {
  margin-top: 8px;
  color: #714b52; }

.p_meta {
  margin-bottom: 30px; }

.p_comm, .p_size {
  color: #666; }

#p_comm_w, #p_course_w {
  margin-bottom: 20px; }

.p_comm {
  padding: 10px;
  font-size: 13px;
  background: #3C2324;
  color: #c49a9c; }

.sin-schedule {
  width: 90%;
  margin: 24px auto 0; }

.single_calendar dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  border: 1px solid #671a36;
  border-top: 0; }

.single_calendar dl dt {
  width: 30%;
  height: 40px;
  line-height: 40px;
  background: #e8e8e8; }
  .single_calendar dl dt.sun + dd {
    background: #dbf1ff; }
  .single_calendar dl dt.sat + dd {
    background: #ffd9df; }

.single_calendar dl dd {
  width: 70%;
  text-align: center;
  text-decoration: none;
  line-height: 40px; }

#page-std {
  margin-bottom: 120px; }

ul.list {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block; }

ul.list li {
  float: left;
  margin: 0 5px 15px 0;
  padding: 0;
  width: 48%;
  text-align: center; }

ul.list li img {
  margin: 0 auto 5px auto;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 5px solid #e8f7d4; }

ul.list li span {
  font-size: 0.8em;
  font-weight: bold;
  color: #000; }

ul.list li.listcom {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 0.8em; }

ul.glist {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block; }

ul.glist li img {
  margin: 0 auto 5px auto;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }

ul.glist li p:nth-child(1) {
  color: green; }

ul.glist li.listcom {
  font-size: 0.8em; }

ul.glist li.listcom p.name {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: #8d4b79;
  display: block;
  text-align: center; }

ul.glist li.listcom p.size {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
  display: block;
  text-align: center; }

a.girlist:link {
  margin: 30px auto 0 auto;
  padding: 6px 0;
  color: #000;
  background: #BAD4B3;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }

a.girlist:visited {
  color: #fff;
  text-decoration: none; }

a.girlist:active {
  color: #fff;
  text-decoration: none; }

a.girlist:hover {
  color: #fff;
  text-decoration: none; }

.pt0 {
  padding-top: 0; }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: flugel
  Author: xi
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /** typography **/
  /*#top-content{
   height: 100vh;
   margin-top: 18%;
   padding-top: 1%;
   .wrap{   
    ._col{
     padding-left: 2%;
     .logo{
      width: 320px;
      height: 90px;
      img{
       width: 320px;
       height: 90px;
      }
     }  
    } 
    #mission{
     padding-top: 0;
    }
   }
   }*/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  __layout  
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/ }
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: 
  Author:xi
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    color: #444444;
    margin: 0;
    padding: 0;
    position: relative; } }
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .system-content-card:nth-of-type(2n) {
    margin-left: 4%; } }
@media only screen and (min-width: 768px) {
  .sep_wrap {
    overflow: hidden;
    max-height: 460px; }
    .sep_wrap .sep_l {
      width: 50%;
      float: left; }
    .sep_wrap .sep_r {
      width: 50%;
      height: 100%;
      float: left;
      overflow: hidden; }
      .sep_wrap .sep_r img {
        object-fit: cover;
        width: 100%;
        height: 460px; }

  .system {
    width: 96%;
    height: auto;
    margin: 0px auto;
    padding: 12px 0px; }
    .system .course_card {
      width: 85%;
      height: auto;
      margin: 0px auto;
      padding: 6% 0px; }
      .system .course_card ul.course_data {
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding: 0px 0px 10px 0px; }
        .system .course_card ul.course_data li {
          font-family: trajan-pro-3, trajan-sans-pro, Verdana, "メイリオ", Meiryo, "Georgia", Cambria, Times New Roman, Times, serif;
          display: inline-block;
          width: 100%;
          height: auto;
          margin: 3px auto;
          padding: 2px 0px 4px 0px;
          font-size: 187%;
          color: #fff; }
          .system .course_card ul.course_data li span.lcol {
            display: inline-block;
            width: 49%;
            height: auto;
            margin: 0px auto;
            padding: 0px;
            float: left;
            text-align: left;
            background: url(../../img/common/ya.gif) no-repeat;
            background-size: 11px 11px;
            background-position: 0% 40%;
            text-indent: 16px; }
          .system .course_card ul.course_data li span.rcol {
            display: inline-block;
            width: 49%;
            height: auto;
            margin: 0px auto;
            padding: 0px;
            float: right;
            text-align: right; }
          .system .course_card ul.course_data li span.item {
            font-size: 75%; }
      .system .course_card p {
        color: #fff; }
      .system .course_card span {
        color: #fff; }
      .system .course_card .massage {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 5%;
        padding-bottom: 15px; }
        .system .course_card .massage li {
          width: calc(100% / 3 - 2%);
          font-size: 100%;
          padding: 6px 6px; }

  h2.eng-tit,
  h3.eng-tit {
    font-size: 187%; }

  .inr-w {
    max-width: 980px;
    margin: 0 auto; }

  ul.cast-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    ul.cast-list li {
      width: calc( 100% / 3);
      overflow: hidden; }
      ul.cast-list li img {
        vertical-align: bottom;
        width: 100%;
        opacity: 1.0;
        clip-path: circle(140px at center);
        -webkit-clip-path: circle(140px at center);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        ul.cast-list li img:hover {
          opacity: 1.0;
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }

  .revue_in ul.flow {
    width: 95%;
    height: auto;
    margin: 0px auto;
    padding: 0px; }
    .revue_in ul.flow li {
      margin-right: 1.8%;
      height: 130px;
      width: 23%;
      border-top: 4px solid #593435;
      float: left;
      background-color: #3C2324;
      position: relative; }
      .revue_in ul.flow li:nth-of-type(4n) {
        margin-right: 0; }
  .revue_in h3 {
    width: 90%;
    margin: 0px auto;
    padding: 12px 0px 5px 0px;
    font-family: eigo;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    font-family: trajan-pro-3, trajan-sans-pro, Verdana, "メイリオ", Meiryo, "Georgia", Cambria, Times New Roman, Times, serif; }
  .revue_in p {
    font-size: 75%;
    width: 90%;
    margin: 0px auto;
    padding-bottom: 8px;
    color: #de9696; }

  .bnl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .bnl-box li {
      display: block;
      width: calc(50% - 10px);
      margin-bottom: 20px;
      height: 100%; }
    .bnl-box img {
      max-width: 100%;
      height: auto; }

  .cast-list {
    text-align: center;
    width: 99%;
    max-width: 980px;
    border-bottom: 1px dashed #CCC;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto; }

  .cast-list a {
    display: block; }

  .cast-list li {
    width: calc(100% / 3);
    display: block;
    margin-bottom: 2rem; }

  .cast-list img {
    clip-path: circle(80px at center);
    -webkit-clip-path: circle(80px at center);
    display: block;
    width: 100%;
    height: auto;
    background: #FFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 0; }

  .cast-list span {
    display: block; }

  .c-attend {
    font-size: .6rem; }

  .c-size {
    font-size: .6rem; }

  .c-name {
    font-size: 1rem; }

  .c-data {
    margin-top: -20px; }

  .page-heading {
    width: 100%;
    background: url("../images/und_img.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    height: 120px;
    margin: 0;
    padding: 4% 0; }
    .page-heading .page-title {
      position: absolute;
      top: calc(50% - 30px);
      width: 100%;
      left: 0;
      height: 60px;
      font-size: 2.5rem;
      line-height: 60px;
      text-align: center;
      color: #fff;
      letter-spacing: .4rem;
      font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
      .page-heading .page-title::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 1px;
        left: 50%;
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        bottom: -8px;
        background: #fff; }

  .under_cont {
    padding: 8% 0; }
    .under_cont.rec_top {
      padding: 0; }
    .under_cont-inner {
      position: relative; }
    .under_cont-title {
      text-align: center;
      font-size: 18px;
      margin-bottom: 30px; }
    .under_cont-content {
      padding-top: 20px;
      text-align: center; }
    .under_cont-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .under_cont-desc {
      text-align: left;
      color: #000;
      line-height: 1.4em;
      padding-top: 6%;
      padding-bottom: 6%; }

  .flow {
    padding: 8% 0; }
    .flow ul {
      width: 100%;
      margin: 0 auto; }
      .flow ul li {
        font-size: 14px;
        position: relative;
        color: #30ecf0;
        font-weight: bold;
        display: block;
        border: 1px solid #30ecf0;
        padding: 8px;
        margin-bottom: 10px;
        text-align: left;
        padding-left: 1em;
        background: #fff; }
        .flow ul li .evprice {
          color: red;
          padding-left: 1em; }
    .flow-content {
      padding-top: 50px; }
      .flow-content-card {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        position: relative;
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        margin: 0 auto 66px; }
        .flow-content-card-type {
          text-align: left;
          font-weight: bold;
          color: #843f0f;
          padding: 20px 0 18px;
          font-size: 112%; }
          .flow-content-card-type .rtex {
            font-weight: 800;
            font-style: normal;
            font-size: 3em;
            letter-spacing: -0.3em;
            color: #f48fb1;
            padding-right: .3em; }
        .flow-content-card-desc {
          font-size: 0.85rem;
          line-height: 1.8;
          border-top: 1px solid #ccc;
          padding-top: 12px;
          color: #000; }
        .flow-content-card-icon {
          text-align: center;
          width: 100%;
          height: 70px;
          padding-bottom: 20px; }
        .flow-content-card-title {
          margin: -32px auto 0;
          position: relative;
          color: #fff;
          font-size: 1em;
          font-weight: bold;
          text-align: left;
          padding: 10px 0 10px 5rem;
          width: 96%;
          background: linear-gradient(#332222, #000000);
          box-sizing: border-box;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
          .flow-content-card-title .flow-content-tag {
            position: absolute;
            top: 5%;
            left: 2px;
            width: 60px;
            height: 38px;
            background: #fff;
            color: #30ecf0;
            text-align: center;
            line-height: 38px;
            font-weight: bold;
            font-size: 0.635rem; }

  .f-tit {
    font-size: 16px;
    height: 36px;
    text-align: left;
    line-height: 36px;
    width: 100%;
    max-width: 980px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding: 0 0 0 20px; }
    .f-tit.type_bond {
      margin-bottom: 0; }

  .m_w {
    max-width: 980px;
    margin: 20px auto 40px; }

  .recruitment {
    color: #fff; }
    .recruitment-inner {
      padding: 0 0 60px; }
    .recruitment-title {
      font-size: 24px;
      text-align: center;
      font-weight: 600;
      padding-bottom: 28px;
      line-height: 1.8em; }
    .recruitment-content {
      width: 90%;
      margin-bottom: 26px;
      margin: 0 auto; }

  .box-title {
    font-size: 44px;
    margin: 0 auto 0;
    font-weight: 700; }
    .box-title span.yaku {
      display: block;
      font-size: 14px;
      line-height: 14px; }

  .size6 {
    width: 48%;
    margin-right: 4%; }

  .ats {
    font-size: 14px; }

  .sub-tit {
    text-indent: 0.75em;
    color: #fff;
    font-weight: bold;
    background: #30ecf0;
    font-size: 16px;
    text-align: left;
    padding: 14px 0;
    margin-bottom: 4%; }

  .b-row {
    padding: 1% 0; }
    .b-row-inner {
      position: relative;
      width: 90%;
      margin: 0 auto; }
    .b-row-title.type-pc {
      display: inline-block;
      width: auto; }
    .b-row-sub-title.type-pc {
      display: inline-block;
      width: auto; }
    .b-row-ac-title.type-pc {
      display: none; }
    .b-row-content {
      padding-top: 6%;
      text-align: center;
      margin: 0 auto; }
      .b-row-content-card {
        margin-bottom: 15px; }
        .b-row-content-card.last {
          margin-bottom: 0; }
    .b-row-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .b-row-desc {
      text-align: left;
      color: #000;
      line-height: 1.4em;
      font-size: 14px;
      padding-top: 8px;
      padding-bottom: 8px;
      border-top: 5px double #ffcfe3;
      border-bottom: 5px double #ffcfe3; }
    .b-row.content-in {
      margin: 0;
      padding: 0; }
    .b-row.top-pos {
      padding: 0 0 3%; }
    .b-row.type-w h2, .b-row.type-w p, .b-row.type-w span {
      color: #fff; }
    .b-row.under_c {
      padding-top: 4%; }

  .b-col2 {
    margin: 0 auto; }

  .rroom {
    position: relative; }
    .rroom dl {
      width: 49%;
      display: block;
      height: 100px;
      min-height: 142px;
      position: relative;
      border: 1px solid #30ecf0;
      letter-spacing: 0;
      text-align: left;
      padding: 15px;
      box-sizing: border-box;
      background: #fff;
      margin-bottom: 2%;
      margin-right: 2%;
      float: left; }
      .rroom dl dt {
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 2%;
        color: #b61424; }
        .rroom dl dt a {
          color: #b61424; }
      .rroom dl dd {
        padding-bottom: 2%;
        font-size: 100%; }
      .rroom dl .stmb {
        display: block;
        position: absolute;
        float: right;
        padding: 1px;
        width: 120px;
        height: 120px;
        top: 6px;
        right: 6px;
        border: 1px solid #ccc; }
        .rroom dl .stmb img {
          width: 120px;
          height: 120px; }
      .rroom dl:nth-of-type(2n) {
        margin-right: 0; }

  .info-tips li {
    float: left;
    width: 49%;
    margin-bottom: 5px;
    margin-right: 2%; }
    .info-tips li:nth-of-type(2) {
      margin-right: 0; }

  #tab {
    font-size: 16px; }

  #tab li .btn-grd-1 {
    padding: 0.8em 1em; }

  .map_w {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
    z-index: 99; }

  /*access_map*/
  #access_map {
    padding-top: 10px;
    margin-bottom: 40px; }

  .block_list_2 li span, .block_list_3 li span {
    display: block;
    height: 25px;
    line-height: 27px;
    font-size: 11px; }

  .block_list_2 li {
    background: #ffdadf; }

  .amap_title {
    width: 50%;
    padding-left: 25px;
    float: left; }

  .amap_text {
    width: 450px;
    float: left; }

  /*hotel_map*/
  .block_list_3, .block_list_2 {
    width: 50%;
    margin: 0 auto 8%;
    float: left; }

  .block_list_3 li {
    cursor: pointer;
    background: #fff4cf;
    transition: background 0.3s;
    padding: 2% 0; }
    .block_list_3 li span {
      box-sizing: border-box; }

  .hmap_nam {
    width: 12%;
    color: #30ecf0;
    float: left;
    padding-left: 10px; }

  .hmap_name {
    width: 68%;
    float: left;
    padding-left: 10px;
    text-align: left; }

  .hmap_tel {
    width: 20%;
    float: left; }

  .rname {
    text-align: center;
    color: #30ecf0;
    background: #fff !important; }

  .pb10 {
    padding: 10%; }

  .pb5 {
    padding: 0 5%; }

  #rentalroom .left {
    float: left !important; }

  .c-option {
    position: relative;
    width: 600px;
    height: 114px;
    margin-bottom: 1rem; }
    .c-option dt {
      position: absolute;
      top: 10px;
      left: 12px; }
    .c-option dd {
      position: absolute;
      bottom: 30px;
      left: 30px; }

  .footer small {
    padding: 0; }

  .sp-flap {
    display: none; }

  .pt0 {
    padding-top: 0; }

  .breadcrumbs {
    font-size: 12px;
    padding: 0.8em;
    margin-bottom: 0;
    width: 980px;
    margin: 0 auto;
    border: none; }

  /*********************
  CAST STYLES
  *********************/
  #schedule ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    #schedule ul img {
      vertical-align: bottom; }

  #schedule li .ctxt a, #schedule li .ctxt i {
    font-size: 16px;
    font-style: normal; }

  #schedule li .ctxt {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 7px 0; }

  .cast_list li {
    width: calc(100% / 5);
    position: relative;
    overflow: hidden; }
    .cast_list li:hover .c_caption {
      bottom: 0; }

  #foot-cta {
    display: none; }

  .c_caption {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    text-align: center;
    height: 60px;
    position: absolute;
    bottom: -60px;
    left: 0;
    font-size: 75%;
    -webkit-transition: .3s;
    transition: .3s; }
    .c_caption a {
      color: #fff; }

  #schedule li .ctxt {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 7px 0; }

  .schedule-nav {
    margin-bottom: 20px;
    margin-top: 20px; }
    .schedule-nav li {
      width: calc(100% / 7 - 2%);
      display: inline-block;
      background: #ea6c82;
      border-bottom: 4px solid #491112;
      margin-right: 1%;
      margin-left: 1%;
      border-radius: 8px; }
      .schedule-nav li a {
        color: #fff;
        display: block;
        padding: 15px 0;
        text-align: center; }
        .schedule-nav li a:hover {
          background: #19B0E8;
          transition: .4s; }
      .schedule-nav li.target {
        background: #ffcfe3; }
        .schedule-nav li.target a {
          color: #444444; }

  .c_course span {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    border-radius: 3px; }

  .ct1 {
    color: #ddd;
    background: #f5f5f5; }

  .c_course span:nth-of-type(odd) {
    margin-right: 2px; }

  .c_course span:nth-of-type(even) {
    margin-left: 2px; }

  .profbox {
    margin-left: 10px;
    margin-right: 10px; }

  .txt01, .txt01:hover {
    color: #AC8B3C; }

  .pc_no {
    display: none; }

  .sp_no {
    display: inline; }

  .tx_v1, .tx_v1:hover, a {
    color: #FE7E8F; }

  .c1 {
    color: #6bc3b5;
    background: #dff7f3; }

  .c2 {
    color: #f1aa4a;
    background: #fff1dd; }

  div, h2, h3, h4, h5, h6, p, li, dt, dd, pre, code, blockquote, th, td {
    word-break: break-all; }

  .profile-main {
    float: left;
    width: 700px;
    margin-right: 20px; }

  .profile-data {
    float: left;
    width: 370px; }

  .side-single {
    width: 260px;
    float: right; }

  .bg_com {
    background-color: #ffe7ea; }

  .p_photo {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-right: 20px; }
    .p_photo img {
      width: 100%; }

  .p_text {
    padding: 10px;
    font-size: 13px;
    background: #3C2324;
    color: #c49a9c; }

  .p_c_title {
    font-weight: bold;
    padding-left: 30px;
    height: 20px;
    line-height: 22px;
    background: url(../images/point_all.png) no-repeat left bottom;
    margin-bottom: 10px;
    color: #2d2323; }

  .sc-title {
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: #671a36;
    font-weight: bold; }

  .p_name {
    display: block;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    padding-bottom: 2px;
    color: #2d2323; }
    .p_name span {
      padding-left: 20px;
      font-size: 20px; }

  .p_catch, .p_c_title {
    font-size: 18px;
    margin-bottom: 10px; }

  .p_catch {
    margin-top: 8px;
    color: #714b52; }

  .p_meta {
    margin-bottom: 30px; }

  .p_comm, .p_size {
    color: #666; }

  #p_comm_w, #p_course_w {
    margin-bottom: 20px; }

  .p_comm {
    padding: 10px;
    font-size: 13px;
    background: #3C2324;
    color: #c49a9c; }

  .sin-schedule {
    margin-top: 24px;
    width: 100%; }

  .single_calendar dl {
    width: 14.285%;
    /* 100割る7 */
    float: left;
    display: block;
    text-align: center;
    border: 1px solid #671a36;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box; }
    .single_calendar dl:first-child {
      border-left: 1px solid #671a36; }

  .single_calendar dl dt {
    width: 100%;
    height: 40px;
    line-height: 42px;
    border-bottom: 1px solid #671a36;
    background: #e8e8e8; }
    .single_calendar dl dt.sun + dd {
      background: #dbf1ff; }
    .single_calendar dl dt.sat + dd {
      background: #ffd9df; }

  .single_calendar dl dd {
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 24px 2px;
    display: block; }

  #page-std {
    margin-bottom: 120px; } }
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: flugel inc
  Author:xi
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  .slide_area {
    max-height: 760px;
    position: relative;
    padding: 40px 0 40px;
    box-sizing: border-box;
    overflow: hidden; }
    .slide_area .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: -1;
      overflow: hidden;
      max-height: 660px; }

  .head-slider {
    width: 1000px;
    height: 460px;
    margin: 0 auto;
    background: #fff;
    position: relative; }
    .head-slider .slide-in {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999; }

  .header {
    z-index: 9999;
    height: 96px;
    /** pc-navigation-menu **/ }
    .header-inner {
      background: #fff;
      width: 980px;
      position: static;
      margin: 0 auto;
      z-index: 9999;
      min-height: 160px;
      border-bottom: none; }
    .header-upper {
      background: #fff;
      height: 90px;
      max-height: 90px;
      overflow: hidden; }
    .header-bottom {
      background: #19B0E8;
      height: 50px; }
    .header-logo {
      width: 100%;
      padding-top: 0;
      height: auto; }
      .header-logo a {
        width: 90%;
        padding-left: 0; }
      .header-logo img {
        margin-top: 0;
        max-width: 100%;
        min-height: 60px; }
    .header-navi {
      display: block; }
      .header-navi-item {
        display: block;
        float: left;
        width: calc(100% / 6); }
        .header-navi-item a {
          height: 50px;
          line-height: 50px;
          font-weight: 300;
          font-size: 16px;
          color: #333;
          text-align: center;
          transition: all 1.4s;
          position: relative;
          display: block;
          text-align: center; }
        .header-navi-item:nth-of-type(4) {
          padding-right: 0; }
    .header-menu {
      display: block; }
    .header-cta {
      width: 460px;
      margin-top: 8px;
      float: right;
      padding-left: 5px; }
      .header-cta-item {
        float: left;
        width: 86%;
        padding-right: 4%; }
        .header-cta-item-button {
          margin-top: 12px;
          display: block;
          overflow: hidden; }
        .header-cta-item.last {
          padding-right: 0; }
        .header-cta-item.tel {
          display: none; }
    .header.under {
      display: block; }

  .sin {
    padding: 4% 0 6%; }

  .type-g {
    background: #000000; }

  .type-b {
    background: #000; }

  .sep_wrap {
    overflow: hidden;
    max-height: 460px; }
    .sep_wrap .sep_l {
      width: 50%;
      float: left; }
    .sep_wrap .sep_r {
      width: 50%;
      float: left; }

  .section-title {
    width: 100%;
    color: #000;
    background: none;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4%;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative; }
    .section-title:before {
      content: '';
      width: 100px;
      left: calc( 50% - 50px);
      top: 90%;
      border-bottom: 1px solid #3d3d3d;
      height: 1px;
      opacity: 1;
      position: absolute; }
    .section-title.rev {
      color: #fff; }
      .section-title.rev:before {
        border-bottom: 1px solid #fff; }

  .f02 a, .f02 p {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

  .section-title2 {
    width: 100%;
    color: #000;
    background: none;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4%;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    padding-left: 0;
    line-height: normal; }
    .section-title2:before {
      content: '';
      width: 100px;
      left: calc( 50% - 50px);
      top: 90%;
      border-bottom: 1px solid #3d3d3d;
      height: 1px;
      opacity: 1;
      position: absolute; }
    .section-title2 span {
      display: none;
      padding-left: .3em;
      font-size: 0.625rem; }

  /** hgroup **/
  .content-title {
    font-size: 20px;
    width: auto;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-family: "proxima-nova", "YuGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700; }
    .content-title .accent {
      font-weight: 500;
      color: #b61424;
      display: block; }

  .c_caption, .d_caption {
    padding-top: 15px;
    box-sizing: border-box; }

  .cnt {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .cnt2 {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; }

  .cnt3 {
    width: 878px;
    margin-left: auto;
    margin-right: auto; }

  .full-img img {
    max-width: auto;
    width: 100%;
    height: auto;
    margin-bottom: 2%; }

  .bnl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .bnl-box li {
      display: block;
      width: calc(50% - 20px);
      margin-bottom: 40px;
      height: 100%; }
    .bnl-box img {
      max-width: 100%;
      height: auto; }

  .bnl-box2 {
    margin-bottom: -40px; }
    .bnl-box2 li {
      display: block;
      width: 100%;
      margin-bottom: 40px; }
    .bnl-box2 img {
      width: 100%;
      height: auto;
      max-width: none; }

  .flap {
    display: block; }

  .event {
    margin: 0 auto; }
    .event img {
      width: 100%; }
    .event-inner {
      margin: 0 20px; }
    .event .event-parent {
      width: 50%;
      float: left;
      margin-right: 3%;
      margin-bottom: 25px; }
      .event .event-parent dl dt {
        text-align: center;
        padding-bottom: 20px; }
      .event .event-parent dl dd {
        font-weight: bold;
        font-size: 1.25rem; }
    .event .event-child {
      width: 47%;
      float: right;
      margin: 0 auto 15px; }
      .event .event-child dl dt {
        float: left;
        width: 40%; }
      .event .event-child dl dd {
        float: right;
        width: 60%;
        padding-left: 1.5em;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 1.25rem; }
        .event .event-child dl dd span {
          color: #30ecf0;
          display: block;
          font-size: .85rem; }

  .flow-content {
    max-width: 980px;
    margin: 0 auto; }

  .shop-photo {
    display: none; }

  .bgtype1 {
    background: url(../images/sec_bg4.jpg) center top no-repeat; }

  .block-type1 {
    background: #fff;
    width: 96%;
    margin: 0 auto 10px;
    border: 1px solid #30ecf0; }
    .block-type1 h3 {
      text-indent: 0.75em;
      color: #fff;
      font-weight: bold;
      background: #30ecf0;
      font-size: 14px;
      text-align: left;
      padding: 6px 0;
      margin: 0; }
    .block-type1 .play-desc {
      font-weight: bold;
      padding: 22px;
      line-height: 24px; }
    .block-type1.type-pc {
      width: 100%;
      margin-bottom: 2%; }

  .card-pay-button input[type="submit"] {
    width: 80%; }

  .news {
    width: 70%;
    margin: 0 auto 0; }
    .news ul {
      width: 100%;
      margin: 0 auto 0; }

  .system-upper {
    background: #fff;
    margin: 0 auto 10px;
    box-sizing: border-box; }
    .system-upper .sub-tit {
      text-indent: 0.75em;
      color: #fff;
      font-weight: bold;
      background: #30ecf0;
      font-size: 14px;
      text-align: left;
      padding: 6px 0; }
    .system-upper .credit-type1 {
      padding: 20px 10px;
      width: 32%;
      text-align: right; }
    .system-upper .credit-type2 {
      width: 60%;
      padding: 20px 10px;
      text-align: left; }
    .system-upper p {
      float: left; }

  .recruitment {
    padding: 80px 0; }
    .recruitment-inner {
      width: auto;
      padding: 0 0 60px;
      margin: 0 auto;
      background: none;
      border: none; }
    .recruitment .box-title {
      color: #fff; }
    .recruitment-content {
      margin-bottom: 26px;
      margin: 0 auto;
      text-align: center; }
    .recruitment-desc {
      color: #fff;
      font-size: 1rem;
      text-align: center; }
    .recruitment a {
      color: #fff;
      border-color: #fff; }

  .card-payment input {
    position: relative;
    color: #30ecf0;
    display: block;
    border: 1px solid #30ecf0;
    padding: 12px;
    width: 280px;
    margin: 0 auto; }
    .card-payment input:active, .card-payment input:visited {
      outline: none; }

  .card-payment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    justify-content: space-between;
    column-count: 2; }
    .card-payment .cp_form {
      width: 58%;
      margin-right: 2%;
      padding-left: 24px;
      box-sizing: border-box; }
      .card-payment .cp_form p {
        text-align: left; }
    .card-payment .cp_tmb {
      margin-top: 0;
      width: 40%; }

  .access {
    margin: 60px auto 0;
    padding: 1% 0;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    text-align: center; }
    .access-upper {
      width: 100%; }
    .access-logo {
      text-align: center;
      margin: 5% auto 5%; }
      .access-logo img {
        width: 280px;
        height: auto; }
    .access-address {
      line-height: 2;
      padding-top: 20px; }
    .access-bottom {
      margin-top: 40px;
      width: 100%; }
      .access-bottom .engtxt {
        margin-bottom: 80px; }
    .access .bg {
      position: absolute;
      right: 3%;
      top: 8%;
      width: 50%;
      padding-top: 1120px;
      z-index: 0;
      opacity: .4; }
    .access iframe {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 420px;
      min-height: 160px; }
    .access p {
      font-size: 1rem; }

  .movie {
    display: none; }

  /*********************
  RECRUIT PC STYELES
  *********************/
  .single-title.type2 {
    padding-bottom: 20px;
    border-bottom: none; }

  #page-single {
    overflow: hidden; }
    #page-single .single-header .single-title {
      max-width: 100%;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.4em;
      letter-spacing: .02rem;
      word-wrap: nomal;
      padding: 0 0 3%; }
    #page-single .single-header .anthor {
      margin-right: auto;
      margin-left: -4px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #page-single .single-header .anthor img {
        margin: 0;
        -webkit-flex-basis: 62px;
        -ms-flex-preferred-size: 62px;
        flex-basis: 62px;
        max-width: 62px;
        width: 62px;
        height: 62px; }
    #page-single .single-header .date {
      display: block;
      margin: 0 auto 0 0;
      font-size: 12px;
      color: #666;
      line-height: 1;
      letter-spacing: .14rem; }
    #page-single .single-header .keyword-cat {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      float: left; }
      #page-single .single-header .keyword-cat a {
        display: inline-block;
        padding: 4px 12px 3px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1;
        color: #666;
        border-radius: 20px;
        border: 1px solid #666;
        -webkit-transition: color .25s ease,background .25s ease;
        transition: color .25s ease,background .25s ease;
        overflow: hidden; }
        #page-single .single-header .keyword-cat a:hover {
          color: #fff;
          background: #666; }
    #page-single .single-header .keyword-tag {
      float: right;
      width: 60%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
    #page-single .single-header .headding-inner {
      width: 42%;
      padding-right: 3%; }
    #page-single .single-header .photo {
      margin-bottom: 30px;
      display: block;
      text-align: center;
      max-height: 460px;
      overflow: hidden; }
      #page-single .single-header .photo:before {
        content: "";
        clear: both;
        display: table; }
      #page-single .single-header .photo img {
        width: 100%;
        max-width: 640px;
        height: auto; }
    #page-single .single-body {
      margin-top: 0;
      font-size: 14px;
      line-height: 2.3;
      letter-spacing: .05rem; }
      #page-single .single-body h2 {
        margin: 41px 0 22px;
        padding: 8px 0;
        font-size: 22px;
        line-height: 1.5; }
      #page-single .single-body h3 {
        font-size: 21px;
        line-height: 1.6rem;
        font-weight: bold;
        border-bottom: 1px dotted #000;
        border-top: 1px dotted #000;
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 10px 0 10px 10px; }
    #page-single .single-footer {
      clear: both;
      margin: 33px 0;
      padding: 0 10px; }

  .single-wrap {
    width: 80%;
    margin: 220px auto 0; }

  .single-main {
    width: 72%;
    float: left; }

  .tag-group {
    float: left; }
    .tag-group li {
      padding-left: 1em;
      display: inline-block; }

  .pc-catch {
    margin: 2% auto;
    font-size: 32px;
    text-align: center;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block; }

  .treatment {
    margin-top: 2%;
    padding: 10px; }
    .treatment ul {
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #ccc;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: row;
      column-gap: 2%; }
      .treatment ul li {
        width: 49%;
        padding: 8px 0;
        border-radius: 5px;
        background: #eae9e9;
        color: #4f6a7f;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 20px;
        font-weight: bold; }
        .treatment ul li.last {
          margin-bottom: 0; }

  .center {
    text-align: center; }

  .vi-box-01 {
    font-size: 1rem;
    background: #fff;
    padding: 0 0 5px;
    margin: 0 auto 10px;
    text-align: left; }
    .vi-box-01 li {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 3px;
      margin-bottom: 5px;
      padding: 15px 0; }
      .vi-box-01 li b {
        padding-right: .6em; }

  .recommend {
    width: 50%;
    float: left; }
    .recommend-inner {
      position: relative;
      width: 92%;
      margin: 40px auto; }
      .recommend-inner h3 {
        font-size: 1.25rem;
        text-align: right;
        padding-bottom: 10px;
        font-weight: bold; }
      .recommend-inner .picon {
        position: absolute;
        background: #fff;
        top: -2%;
        left: 6%;
        z-index: 999;
        width: 80px;
        height: 80px; }
        .recommend-inner .picon img {
          width: 100%;
          height: 100%;
          padding: 3px;
          background: #fff;
          border-radius: 50%;
          box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2); }
    .recommend-content {
      border: 1px solid #e3e3e3;
      border-radius: 8px;
      padding: 25px 25px 43px; }
      .recommend-content li {
        text-align: center;
        line-height: 2.2; }

  #strong_point {
    width: 50%;
    float: right; }
    #strong_point .strong_point-inner {
      width: 92%;
      margin: 40px auto;
      border: 1px solid #e3e3e3;
      border-radius: 8px; }
      #strong_point .strong_point-inner h3 {
        padding-top: 20px;
        color: #f48fb1;
        text-align: center;
        font-size: 1.25rem; }
    #strong_point .strong_point-content {
      padding: 25px; }

  #msg {
    float: none; }
    #msg .msg-inner {
      width: 92%;
      margin: 40px auto;
      border: 1px solid #e3e3e3;
      border-radius: 8px; }
      #msg .msg-inner h3 {
        padding-top: 20px;
        color: #f48fb1;
        text-align: center;
        font-size: 1.25rem; }
    #msg .msg-content {
      padding: 25px; }

  .campaign {
    background: #000000;
    padding: 10px 0; }
    .campaign .campaign-item {
      width: 46%;
      margin: 2%; }
      .campaign .campaign-item img {
        width: 100%;
        height: auto;
        border-radius: 15px; }

  .fearure {
    position: relative;
    padding-top: 30px; }
    .fearure h3 {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 46%; }
    .fearure p {
      text-align: center; }

  .voice {
    margin-bottom: 60px; }
    .voice-item {
      width: 100%; }
      .voice-item-left {
        margin: 0 0 0 2%;
        padding-top: 10px;
        width: 24%;
        text-align: center; }
        .voice-item-left h3 {
          font-size: 1.25rem;
          padding-bottom: 8px;
          color: #568186;
          font-weight: bold; }
        .voice-item-left .tmb {
          width: 180px;
          height: 180px;
          border-radius: 50%; }
        .voice-item-left p {
          width: 100%;
          font-size: 1rem;
          text-align: center; }
      .voice-item-right {
        width: 68%;
        padding: 3%; }
      .voice-item-comment {
        font-size: 1rem;
        border-radius: 20px;
        margin-top: 40px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border: 1px solid #30ecf0;
        padding: 50px;
        line-height: 1.25rem; }

  .photos {
    background: #000000;
    padding: 10px 0; }
    .photos h3 {
      width: 100%;
      position: relative;
      padding-left: 1em;
      height: 42px; }
      .photos h3 img {
        max-height: 42px; }
      .photos h3 span {
        position: absolute;
        left: 135px;
        top: 10px;
        display: block; }
    .photos-item-list {
      padding: 10px 0; }
      .photos-item-list li {
        width: 32%;
        height: auto;
        margin-right: 1%; }
    .photos .tmb {
      max-height: 240px;
      width: 100%;
      height: auto;
      border-radius: 15px; }

  .button-type5 {
    width: 320px; }
    .button-type5 span {
      font-size: 12px;
      letter-spacing: 0.15em;
      line-height: 1.5em;
      display: block;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-right: 30px;
      font-weight: bold;
      padding-left: 30px; }

  .sns-wrap {
    display: none; }

  .footer {
    padding-bottom: 0; }

  .cast-list span {
    display: block; }

  .c-attend {
    font-size: 1rem; }

  .c-size {
    font-size: 1rem; }

  .c-name {
    font-size: 1.4rem; }

  .c-data {
    margin-top: -60px; }

  .b-col2.left {
    float: left;
    width: 48%;
    margin-right: 4%; }
  .b-col2.right {
    float: right;
    width: 48%; }

  .b-row {
    padding: 0; }
    .b-row-inner {
      position: relative;
      max-width: 980px;
      margin: 0 auto; }
    .b-row-title.type-pc {
      display: inline-block;
      width: auto; }
    .b-row-sub-title.type-pc {
      display: inline-block;
      width: auto; }
    .b-row-ac-title.type-pc {
      display: none; }
    .b-row-content {
      padding-top: 6%;
      text-align: center;
      margin: 0 auto; }
      .b-row-content-card {
        margin-bottom: 15px; }
        .b-row-content-card.last {
          margin-bottom: 0; }
    .b-row-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .b-row-desc {
      text-align: left;
      color: #000;
      line-height: 1.4em;
      font-size: 14px;
      padding-top: 8px;
      padding-bottom: 8px;
      border-top: 5px double #ffcfe3;
      border-bottom: 5px double #ffcfe3; }
    .b-row.content-in {
      margin: 0;
      padding: 0; }
    .b-row.top-pos {
      padding: 0 0 3%; }
    .b-row.type-w h2, .b-row.type-w p, .b-row.type-w span {
      color: #fff; }

  .profile {
    width: 46%;
    float: left; }
    .profile-title {
      font-size: 30px; }
      .profile-title span {
        font-size: 12px;
        padding-left: 1em; }
    .profile-position {
      display: inline-block;
      padding: 0 22px;
      background: #043182;
      color: #fff;
      font-size: 12px;
      text-align: center; }
      .profile-position.posi-none {
        display: none; }
    .profile__data table {
      width: 100%;
      height: auto; }
      .profile__data table th {
        background: #3C2324;
        color: #fff;
        font-size: 15px;
        padding: 4px 0  4px 4px;
        text-align: left; }
      .profile__data table td {
        display: block;
        min-height: 40px; }
    .profile__photo {
      width: 50%;
      float: right;
      margin-right: 20px; }
      .profile__photo img {
        width: 100%; }

  h2.eng-tit {
    text-align: center;
    display: block;
    position: relative;
    font-size: 187%;
    font-weight: 500;
    margin: 13px auto 0;
    padding-left: 4px;
    color: #30ecf0; }
    h2.eng-tit.type-w {
      color: #fff; }
      h2.eng-tit.type-w::after {
        background: #fff; }

  #foot-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
    height: 54px;
    border-top: 1px solid #f2f2f2;
    display: none; }

  .foot-cta {
    display: block;
    width: 100%; }
    .foot-cta-item {
      float: left;
      width: 20%;
      height: 54px;
      box-sizing: border-box; }
      .foot-cta-item-button {
        width: 100%;
        height: auto;
        margin-top: 8px;
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        color: #fff; }
        .foot-cta-item-button i {
          position: absolute;
          left: calc(50% - 8px);
          top: -5px;
          font-size: 1.25rem; }
        .foot-cta-item-button span {
          padding-top: 24px;
          display: block;
          font-family: century-gothic, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 8px; }
      .foot-cta-item.last {
        border-right: none; }

  #page-top {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9999;
    line-height: 60px;
    text-align: center;
    font-weight: bold; }
    #page-top a {
      color: #fff; }

  .index_button {
    margin-top: 60px;
    text-align: center; }

  .button-type7 {
    display: inline-block;
    min-width: 240px;
    height: 60px;
    padding: 0 15px;
    border-radius: 0;
    background-color: #30ecf0;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center; }

  .footer {
    position: relative;
    width: 100%;
    font-weight: 600;
    line-height: 30px;
    color: #444444;
    letter-spacing: 0.4px; }
    .footer .foot-link {
      position: relative;
      margin: 0 auto;
      text-align: center; }
    .footer small {
      display: block;
      margin: 0 auto;
      line-height: 60px;
      text-align: center;
      width: 100%;
      font-size: 10px;
      height: 60px;
      padding: 0; }
    .footer-info {
      width: 100%;
      padding: 40px 0;
      text-align: center; }
      .footer-info-container {
        width: 80%;
        margin: 22px auto; }
      .footer-info-logo {
        display: block;
        width: 80%;
        margin: 0 auto 6px; }
      .footer-info-title {
        padding: 12px 0;
        letter-spacing: 0em;
        width: 72%;
        line-height: 16px;
        margin: 0 auto 16px; }
        .footer-info-title-sub {
          padding: 3px 0 0;
          margin: 0;
          font-size: 12px;
          display: block; }
      .footer-info-tel {
        font-family: "proxima-nova", "YuGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 28px;
        letter-spacing: .14em; }

  span.badge-type1.type2::before {
    background: transparent url(../images/sec_icon4.png) center bottom no-repeat/60px 60px; }

  span.badge-type1.type3::before {
    background: transparent url(../images/sec_icon4_w.png) center center no-repeat/60px 60px; }

  .pt0 {
    padding-top: 0; } }
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1030px) {
  .cta-mod-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed; } }
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  */
  .ganv li {
    transition-delay: .4s;
    opacity: 0;
    padding: 5% 0 5% 10px;
    transition: all 0.3s ease;
    font-size: 21px; }

  .gnav li a {
    display: block;
    position: relative;
    z-index: 1; } }
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
main .wrapContents section[id^=freeContents_] {
  padding-top: 0px;
  padding-bottom: 0px; }

main > .responsiveBg1 {
  margin-top: 0px;
  margin-bottom: 0px; }

#itemPhotoSlide.sticky {
  position: sticky; }

.attributeIconTd > div {
  text-align: left !important; }

.attributeIconTd > div > span {
  margin-right: 5px !important; }

/*-- itemページ bs-slider ------------------------------*/
#item .bx-prev,
#item .bx-next {
  background-color: #6D6621;
  color: #FFFFFF; }

#item .bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 80px;
  line-height: 80px; }

#item .bx-wrapper .bx-controls-direction a.bx-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px; }

#item .bx-wrapper .bx-controls-direction a.bx-next {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px; }

#item .bx-wrapper .bx-pager.bx-default-pager a:hover,
#item .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #6D6621; }

#item .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(231, 225, 197, 0.8); }

/** pbox **/
.pbox {
  text-align: left; }

.pbox:last-of-type {
  margin-bottom: 0; }

.layoutColSpanNum2 section {
  margin-top: var(--contents-pc-marginTop);
  margin-bottom: var(--contents-pc-marginBottom); }

.aboutBlock {
  padding: 20px;
  /*background-color:#FFFFFF;*/
  background-color: rgba(255, 255, 255, 0);
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden; }

section > .aboutBlock {
  border-radius: 0px 0px 0px 0px; }

section:not(.baseProfile) > h2 {
  padding: 10px;
  /*background-color:#877B10;*/
  background-color: rgba(135, 123, 16, 0.8);
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
  background-image: url(/img/design/texture/texture_706_alpha.png);
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 0px 0px 0px 0px; }

.aboutBlock.baseProfile {
  position: relative;
  padding: 0px; }

.aboutBlock.baseProfile:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #000000 transparent transparent transparent;
  top: 0;
  left: 0; }

.baseProfile h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold; }

.baseProfile .catchCopy {
  display: block;
  width: auto;
  padding: 7px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
  background-color: rgba(255, 251, 194, 0.7);
  color: #000; }

.baseProfile .age {
  display: inline-block;
  font-size: 18px; }

.baseProfile .shortProf,
.baseProfile .shortStyle {
  color: #000; }

/** profileTop **/
.profileTop {
  display: flex;
  width: 100%;
  margin-bottom: 30px; }

.profileTop > div {
  box-sizing: border-box; }

.profileTop > .profileTopLeft {
  width: 40%;
  padding-right: var(--contents-gapColumns, 20px);
  box-sizing: border-box; }

.profileTop > .profileTopRight {
  width: 60%;
  padding-left: var(--contents-gapColumns, 20px);
  box-sizing: border-box; }

.profileTop > .profileTopRight > section:last-child > div {
  margin-bottom: 0px !important; }

.shortProf {
  padding: 13px 0px 0px;
  margin-top: 5px; }

.shortStyle {
  padding: 0px 0px 6px;
  margin-top: 5px; }

.shortProf > span,
.shortStyle > span {
  display: inline-block;
  margin-right: 0.5em; }

.shortProf > span:last-child,
.shortStyle > span:last-child {
  margin-right: 0; }

/**	prof slider start **/
#itemPhotoSlide {
  width: 100%;
  position: sticky;
  top: 10px;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box; }

#itemPhotoSlideBox {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #CCCCCC; }

#itemPhotoSlideBox img {
  width: 100%; }

#itemPhotoSlideBox .noImage img {
  height: 100%; }

ul#slider {
  margin-left: 0;
  width: 1950px;
  /*height: 520px;*/
  height: auto;
  overflow: hidden;
  position: relative; }

ul#slider li {
  float: left;
  width: 390px;
  position: relative; }

ul#slider li img {
  width: 100%;
  /*height: 520px;*/
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

ul#slideIcon {
  width: 390px;
  height: 0; }

ul#slideIcon li {
  display: inline-block;
  width: 25px;
  /* no change */
  height: 50px;
  /* no change */
  position: absolute;
  font-size: 11px;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }

ul#slideIcon li#prev {
  left: 0;
  top: calc(50% - 25px);
  border-radius: 0 5px 5px 0; }

ul#slideIcon li#next {
  right: 0;
  top: calc(50% - 25px);
  border-radius: 5px 0 0 5px; }

#item .itemPhotoListWrap .noImage {
  width: 100%;
  height: 100%;
  position: re;
  display: inline-block;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  line-height: 100%;
  box-sizing: border-box;
  z-index: 0;
  min-height: 240px; }

#item .itemPhotoListWrap .noImage:after {
  position: absolute;
  font-size: 30px;
  display: block;
  content: 'No Image';
  width: 100%;
  height: 20px;
  color: #FFFFFF;
  line-height: 100%;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0; }

#item .thumbListBox {
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden; }

#item .thumbListBox ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-left: -5px;
  min-width: calc(100% + 5px); }

#item .thumbListBox ul li {
  width: 20%;
  height: auto;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 5px;
  padding-bottom: 5px; }

#item .thumbListBox ul li div {
  display: block;
  background-color: #999;
  box-sizing: border-box;
  cursor: pointer;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover; }

#item .thumbListBox ul li div img {
  opacity: .7;
  box-sizing: border-box;
  width: 100%; }

#item .thumbListBox ul li div img.active {
  border: 1px solid #CCCCCC;
  opacity: 1; }

#item #itemPhotoSlide .photo-swiper-wrap {
  position: relative; }

#item .itemPhotoListWrap .thumbListBox .noImage:after {
  width: 51px;
  height: 68px;
  max-height: 68px;
  overflow: hidden;
  min-height: 68px;
  text-indent: 0px;
  font-size: 14px;
  color: #fff;
  padding-top: 19px; }

/*-- option play ------------------------------*/
.optionPlayWrap {
  font-size: 0;
  text-align: left; }

.optionPlayWrap h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 5px 0; }

.optionPlayWrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  align-self: stretch;
  align-items: center; }

.playStatus {
  align-self: stretch;
  width: calc(100% / 2 - 6px);
  font-size: 14px;
  line-height: 110%;
  margin: 0 3px 8px 3px;
  box-sizing: border-box;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative; }

div.playStatus {
  margin-bottom: 3px; }

.playStatus > span {
  padding: 5px 5px 5px 30px;
  position: relative;
  display: block;
  width: calc(100% - 35px); }

.playStatus > span > em {
  display: inline-block;
  white-space: nowrap; }

.playStatus:before {
  position: absolute;
  display: block;
  content: '';
  border-radius: calc(3px - 1px) 0 0 calc(3px - 1px);
  width: 22px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: 74%;
  background-repeat: no-repeat;
  background-position: center center; }

.playStatus.isTogglePc [data-playComment='true'] {
  cursor: pointer; }

.playStatus [data-playComment='true']:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: -5px;
  right: 0;
  content: '\f27a';
  display: none;
  width: 20px;
  height: 10px;
  font-size: 20px; }

.playComment {
  display: none;
  background: #FFFFFF;
  padding: 5px;
  border-radius: 5px;
  line-height: 110%;
  margin-top: 5px;
  border: 1px dotted; }

.basicPlayUl .playStatus [data-playComment="true"]:after {
  display: block; }

.basicPlayUl .playComment {
  display: none; }

.freeOptionPlayUl .playStatus [data-playComment="true"]:after {
  display: block; }

.freeOptionPlayUl .playComment {
  display: none; }

.optionPlayUl .playStatus [data-playComment="true"]:after {
  display: block; }

.optionPlayUl .playComment {
  display: none; }

@media screen and (max-width: 640px) {
  .playStatus.isTogglePc [data-playComment='true'] {
    cursor: unset; }

  .playStatus.isToggleSp [data-playComment='true'] {
    cursor: pointer; }

  .basicPlayUl .playStatus [data-playComment="true"]:after {
    display: block; }

  .basicPlayUl .playComment {
    display: none; }

  .freeOptionPlayUl .playStatus [data-playComment="true"]:after {
    display: block; }

  .freeOptionPlayUl .playComment {
    display: none; }

  .optionPlayUl .playStatus [data-playComment="true"]:after {
    display: block; }

  .optionPlayUl .playComment {
    display: none; } }
/*---- オプションプレイ ---------------------------------*/
/*-- Ng --*/
.playStatus.statusNg {
  border: 1px solid #B71D1D;
  color: #B71D1D;
  background-color: #eeeeee; }

.playStatus.statusNg:not(.noOptionPlayIcon):before {
  background-color: #ffe4e4;
  background-image: url(/s/img/fdc_playNgIcon_alpha.png); }

.playStatus.statusNg:not(.noOptionPlayIcon) [data-playComment='true']:after {
  color: #B71D1D; }

.playStatus.statusNg:not(.noOptionPlayIcon) [data-playComment='true'] .playComment {
  border: 1px dotted #B71D1D;
  background-color: rgba(0, 0, 0, 0); }

/*-- Vague --*/
.playStatus.statusVague {
  border: 1px solid #DAA907;
  color: #DAA907;
  background-color: white; }

.playStatus.statusVague:not(.noOptionPlayIcon):before {
  background-color: #ffffce;
  background-image: url(/s/img/fdc_playVagueIcon_alpha.png); }

.playStatus.statusVague:not(.noOptionPlayIcon) [data-playComment='true']:after {
  color: #DAA907; }

.playStatus.statusVague:not(.noOptionPlayIcon) [data-playComment='true'] .playComment {
  border: 1px dotted #DAA907;
  background-color: rgba(0, 0, 0, 0); }

/*-- Ok --*/
.playStatus.statusOk {
  border: 1px solid #0C61E0;
  color: #0C61E0;
  background-color: white; }

.playStatus.statusOk:not(.noOptionPlayIcon):before {
  background-color: #e0ecff;
  background-image: url(/s/img/fdc_playOkIcon_alpha.png); }

.playStatus.statusOk:not(.noOptionPlayIcon) [data-playComment='true']:after {
  color: #0C61E0; }

.playStatus.statusOk:not(.noOptionPlayIcon) [data-playComment='true'] .playComment {
  border: 1px dotted #0C61E0;
  background-color: rgba(0, 0, 0, 0); }

/*-- Good --*/
.playStatus.statusGood {
  border: 1px solid #62BD0F;
  color: #62BD0F;
  background-color: white; }

.playStatus.statusGood:not(.noOptionPlayIcon):before {
  background-color: #e2ffcb;
  background-image: url(/s/img/fdc_playGoodIcon_alpha.png); }

.playStatus.statusGood:not(.noOptionPlayIcon) [data-playComment='true']:after {
  color: #62BD0F; }

.playStatus.statusGood:not(.noOptionPlayIcon) [data-playComment='true'] .playComment {
  border: 1px dotted #62BD0F;
  background-color: rgba(0, 0, 0, 0); }

.playStatus.playExplanation {
  line-height: normal;
  width: 100%;
  padding: 5px;
  border: 1px solid #000000;
  background-color: #FFFFFF; }

.playStatus.playExplanation > span {
  padding: 0px; }

.playStatus.noOptionPlayIcon > span {
  padding-left: 5px;
  width: calc(100% - 10px); }

.playStatus.statusOk.noOptionPlayIcon,
.playStatus.statusGood.noOptionPlayIcon,
.playStatus.statusVague.noOptionPlayIcon,
.playStatus.statusNg.noOptionPlayIcon {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF; }

.noOptionPlayIcon .playComment {
  border-color: #000000;
  color: #333333; }

/*-- week schedule -------------------------------------*/
.aboutBlock.weekSchedule h3 {
  padding: 0 10px 5px 0px;
  text-align: left;
  font-weight: bold;
  font-size: 18px; }

.aboutBlock.weekSchedule ul {
  font-size: 0;
  line-height: 0;
  width: 100%; }

.aboutBlock.weekSchedule li {
  display: table-cell;
  width: calc(100% / 7);
  text-align: center; }

.aboutBlock.weekSchedule .day {
  font-size: 14px;
  line-height: 100%;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center; }

.aboutBlock.weekSchedule .time {
  height: 100%;
  font-size: 14px;
  line-height: 100%;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px; }

.aboutBlock.weekSchedule .time > span {
  display: block; }

.aboutBlock.weekSchedule .time > span > span {
  display: block; }

/*-- スケジュールステータスアイコン -------------------------------------------------------*/
.statusIcon {
  display: block; }

.statusIcon > span {
  display: inline-block;
  border-radius: 20px;
  padding: 2px 10px;
  margin: 3px auto;
  line-height: 100%;
  font-size: 12px; }

.statusIcon.workIcon > span {
  background-color: #CCCCCC;
  color: #0000FF; }

.statusIcon.reserveIcon > span {
  background-color: #CCCCCC;
  color: #FF8C00; }

.statusIcon.checkIcon > span {
  background-color: #CCCCCC;
  color: #DC143C; }

.statusIcon.breatheIcon > span {
  visibility: hidden; }

/*-- 出勤アイコン -------------------------------------------------------*/
#weekScheduleBlock .scheduleIconWrap {
  padding: 0px 5px 5px 5px;
  width: auto;
  text-align: center;
  position: static; }

.scheduleIconWrap .scheduleIcon {
  position: static; }

/*-- プロフィール下部 ---------------------------------------------*/
#profileBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/*-- block ----------------------------------------------------------*/
/*---- block common ----------------------------------------------------------*/
#profileBottom > section {
  margin-bottom: 20px;
  border: 1px solid #EC329E;
  background-color: white;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  box-sizing: border-box; }

#profileBottom > section > div {
  padding: 20px;
  width: 100%; }

#profileBottom > section:nth-child(odd) {
  margin-right: 2%; }

#profileBottom > section:nth-child(even) {
  margin-left: 2%; }

/*---- block profile ----------------------------------------------------------*/
#profileBlock table {
  box-sizing: border-box;
  width: 100%; }

#profileBlock .plofileFlex {
  display: flex;
  flex-wrap: wrap;
  border: solid #000000;
  border-width: 1px 0 0 1px;
  box-sizing: border-box; }

#profileBlock .th,
#profileBlock th {
  font-size: 16px;
  text-align: left;
  border: 1px solid #000000;
  vertical-align: top;
  padding: 10px;
  width: 150px;
  min-width: 150px;
  background-color: #CCCCCC;
  color: #333333;
  box-sizing: border-box; }

#profileBlock .td,
#profileBlock td {
  font-size: 16px;
  text-align: left;
  border: 1px solid #000000;
  width: calc(100% - 150px);
  padding: 10px;
  background-color: #DDDDDD;
  color: #333333;
  box-sizing: border-box; }

#profileBlock .th,
#profileBlock .td {
  border-width: 0 1px 1px 0; }

#profileBlock [data-layoutpc=type1] .th,
#profileBlock [data-layoutpc=type1] .td {
  width: 100%; }

@media screen and (max-width: 640px) {
  #profileBlock [data-layoutsp=type0] .th {
    width: 150px; }

  #profileBlock [data-layoutsp=type0] .td {
    width: calc(100% - 150px); }

  #profileBlock [data-layoutsp=type1] .th,
  #profileBlock [data-layoutsp=type1] .td {
    width: 100%; } }
/*---- block shop comment ----------------------------------------------------------*/
#shopCommentBlock .shopCommentData {
  text-align: left; }

#shopCommentBlock .shopCommentData .editorHtml {
  text-align: left; }

/*---- block item comment ----------------------------------------------------------*/
#itemCommentBlock .itemCommentData {
  text-align: left; }

/*---- block item movie ----------------------------------------------------------*/
#itemMovieBlock .fdc_itemMoviePlayer {
  margin: 0px auto; }

#itemMovieBlock .movieThumb {
  margin: 0 auto;
  width: 100%; }

#itemMovieBlock .movieThumb li {
  display: flex;
  margin-bottom: 1px;
  padding: 10px;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #F2F2F2 50%, #F2F2F2 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #F2F2F2 50%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F2F2F2 50%, #F2F2F2 100%); }

#itemMovieBlock .movieThumb li:hover {
  background: #D6D6D6;
  background: -moz-linear-gradient(top, #D6D6D6 0%, #969696 100%);
  background: -webkit-linear-gradient(top, #D6D6D6 0%, #969696 100%);
  background: linear-gradient(to bottom, #D6D6D6 0%, #969696 100%); }

#itemMovieBlock .movieThumb li img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  cursor: pointer; }

#itemMovieBlock .movieThumb .movieText {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding: 0 0 4px 5px;
  width: calc(100% - 105px);
  font-size: 11px;
  line-height: 1.5;
  color: #000000;
  box-sizing: border-box; }

#itemMovieBlock .movieThumb .movieText .title {
  display: block;
  	/*
  
  	overflow: hidden;
  
  	height: 1.8em;
  
  	*/
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left; }

#itemMovieBlock .movieThumb .movieText .comment {
  display: block;
  margin-top: 3px;
  width: 100%;
  text-align: left;
  height: 6em;
  overflow-y: auto; }

/*---- block item item review ----------------------------------------------------------*/
#itemReviewBlock .itemReviewData {
  text-align: left;
  color: #333333;
  border-bottom: 1px dotted #000000;
  padding-bottom: 10px;
  font-size: 16px; }

#itemReviewBlock .itemReviewData:nth-child(n + 2) {
  padding-top: 10px; }

#itemReviewBlock .itemReviewData:last-child {
  padding-bottom: 0px;
  border-bottom: 0px dotted #000000; }

#itemReviewBlock .date,
#itemReviewBlock .title,
#itemReviewBlock .star,
#itemReviewBlock .customerName,
#itemReviewBlock .reviewFreeSelect {
  margin-bottom: 10px; }

#itemReviewBlock .reviewFreeSelect {
  text-align: left;
  font-size: 15px; }

#itemReviewBlock .star > span {
  position: relative;
  color: #FFBF00;
  display: inline-block;
  line-height: 100%; }

#itemReviewBlock .star > span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px; }

#itemReviewBlock .star > .star1:after {
  content: '★'; }

#itemReviewBlock .star > .star2:after {
  content: '★★'; }

#itemReviewBlock .star > .star3:after {
  content: '★★★'; }

#itemReviewBlock .star > .star4:after {
  content: '★★★★'; }

#itemReviewBlock .star > .star5:after {
  content: '★★★★★'; }

#itemReviewBlock .reviewComment {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  color: #333333;
  border-radius: 0px;
  padding: 10px;
  text-align: left;
  margin-bottom: 30px; }

#itemReviewBlock .recommentWrap {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #CCCCCC;
  padding-left: 16px; }

#itemReviewBlock .recommentTitle {
  position: relative; }

#itemReviewBlock .recommentTitle i {
  position: absolute;
  left: -20px;
  top: -2px; }

#itemReviewBlock .replyComment {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px; }

#itemReviewBlock .replyComment .subTitle {
  display: block;
  width: 100%;
  text-decoration: underline;
  margin-bottom: 5px; }

#itemReviewBlock .subInfo {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 360px;
  margin: 0 auto; }

#itemReviewBlock .subInfo > div {
  padding: 10px;
  box-sizing: border-box; }

#itemReviewBlock .subInfo.sortType0 > div {
  width: 180px; }

#itemReviewBlock .subInfo.sortType0 > div:first-child {
  text-align: right; }

#itemReviewBlock .subInfo.sortType0 > div:last-child {
  text-align: left; }

#itemReviewBlock .subInfo.sortType1 > div {
  width: 180px; }

#itemReviewBlock .subInfo.sortType1 > div:first-child {
  text-align: left; }

#itemReviewBlock .subInfo.sortType1 > div:last-child {
  text-align: right; }

#itemReviewBlock .data .info em {
  font-weight: bold;
  font-size: 18px; }

#itemReviewBlock .reviewCommentWrap .reviewTitleWrap {
  display: flex;
  width: 100%;
  justify-content: space-between; }

#itemReviewBlock .linkWrap {
  padding-top: 10px; }

#itemReviewBlock .linkWrap + .linkWrap .btnToWriteReview {
  margin-top: 0px; }

#itemReviewBlock .info {
  margin-bottom: 10px; }

/*---- block item photo mail diary -------------------------------------------------*/
#photoDiaryBlock .photoMailDiaryGood {
  letter-spacing: -1em;
  white-space: nowrap;
  width: 80px; }

#photoDiaryBlock .photoMailDiaryGood a {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: normal;
  white-space: normal; }

#photoDiaryBlock .goodButton {
  text-decoration: none;
  vertical-align: top;
  margin-left: 8px; }

#photoDiaryBlock .goodButton > i {
  display: table-cell;
  color: #999999; }

#photoDiaryBlock .goodButton > i.lastAdd {
  color: #F0375F; }

#photoDiaryBlock .goodButton > i:hover {
  color: #F0375F; }

#photoDiaryBlock .goodButton > span {
  display: table-cell;
  padding-left: 3px;
  padding-top: 0px;
  vertical-align: top;
  color: #999999; }

#photoDiaryBlock .goodButton > span.lastAdd {
  color: #000000; }

#photoDiaryBlock img {
  width: auto;
  max-width: 100%; }

/*---- block reserve link ----------------------------------------------------------*/
#fdc_reserveLink {
  width: 100%;
  padding: 8px 0px;
  text-align: center; }

/*sp*/
body.sp #weekScheduleBlock .scheduleIconWrap {
  text-align: left;
  margin: 0 auto 0 0; }

body.sp .playStatus {
  width: 100%;
  margin: 0 0 8px 0; }

body.sp div.playStatus {
  margin-bottom: 0; }

body.sp .profileTop > .profileTopLeft {
  width: 100%;
  margin: 0 auto 20px auto; }

body.sp .profileTop > .profileTopRight {
  width: 100%;
  margin: 0 auto; }

body.sp #item {
  width: auto; }

body.sp .statusIcon {
  display: inline-block; }

body.sp .profileAboutBlock {
  border-left: none;
  border-right: none;
  padding: 10px 0 0 0; }

body.sp .profileTop,
body.sp .profileTop_l,
body.sp .profileTop_r {
  width: auto;
  display: block;
  padding: 0; }

body.sp #sliderContainer {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.sp ul#slider {
  width: 1000px; }

body.sp ul#slider li {
  width: 260px; }

body.sp ul#slideIcon {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.sp ul#slideIcon li {
  display: inline-block;
  width: 20px;
  height: 50px;
  position: absolute;
  font-size: 11px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer; }

body.sp .aboutBlock {
  padding: 8px; }

body.sp .layoutColSpanNum2 section {
  margin-top: var(--contents-pc-marginTop);
  margin-bottom: var(--contents-pc-marginBottom); }

body.sp .aboutBlock.profile {
  padding: auto; }

body.sp .aboutBlock.profile > div {
  margin: auto; }

body.sp .aboutBlock.weekSchedule {
  margin: 0 0 10px 0; }

body.sp .aboutBlock.weekSchedule ul {
  display: block;
  padding: 0px;
  padding-bottom: 0px; }

body.sp .aboutBlock.weekSchedule ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0 0 -1px 0;
  padding-bottom: 0px; }

body.sp .aboutBlock.weekSchedule li br {
  display: none; }

body.sp .aboutBlock.weekSchedule .week,
body.sp .aboutBlock.weekSchedule .day,
body.sp .aboutBlock.weekSchedule .time {
  vertical-align: middle;
  font-size: 16px;
  padding: 5px;
  /*min-height:28px;*/
  display: block;
  box-sizing: border-box; }

body.sp .aboutBlock.weekSchedule .time {
  text-align: left;
  width: calc(100% - 130px); }

body.sp .aboutBlock.weekSchedule .day {
  width: 100px;
  border-bottom: none; }

body.sp .shortProf,
body.sp .shortStyle {
  white-space: unset; }

body.sp .aboutBlock.weekSchedule .time > span {
  display: inline-block; }

body.sp .aboutBlock.weekSchedule .time > span > span {
  display: inline-block; }

body.sp #weekScheduleBlock .th {
  margin-bottom: 0px;
  margin-right: 0;
  flex-basis: 35%;
  box-sizing: border-box; }

body.sp #weekScheduleBlock .td {
  margin-right: 0;
  flex-basis: 65%;
  box-sizing: border-box; }

body.sp .optionPlayWrap h3 {
  margin: 5px 0 5px 0; }

@media screen and (max-width: 640px) {
  #contents {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px; }

  #weekScheduleBlock .scheduleIconWrap {
    text-align: left;
    margin: 0 auto 0 0; }

  .playStatus {
    width: 100%;
    margin: 0 0 8px 0; }

  div.playStatus {
    margin-bottom: 0; }

  .layoutColSpanNum2 section {
    margin-top: var(--contents-sp-marginTop);
    margin-bottom: var(--contents-sp-marginBottom); }

  .profileTop > .profileTopLeft {
    width: 100%;
    padding-right: 0;
    padding-top: var(--contents-sp-marginTop);
    padding-bottom: var(--contents-sp-marginBottom);
    box-sizing: border-box;
    margin: 0; }

  .profileTop > .profileTopRight {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0; }

  #item {
    width: auto; }

  .statusIcon {
    display: inline-block; }

  .profileAboutBlock {
    border-left: none;
    border-right: none;
    padding: 10px 0 0 0; }

  .profileTop,
  .profileTop_l,
  .profileTop_r {
    width: auto;
    display: block;
    padding: 0; }

  #sliderContainer {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  ul#slider {
    width: 1000px; }

  ul#slider li {
    width: 260px; }

  ul#slideIcon {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  ul#slideIcon li {
    display: inline-block;
    width: 20px;
    height: 50px;
    position: absolute;
    font-size: 11px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer; }

  .aboutBlock {
    padding: 8px; }

  .aboutBlock.profile {
    padding: auto; }

  .aboutBlock.profile > div {
    margin: auto; }

  .aboutBlock.weekSchedule {
    margin: 0 0 10px 0; }

  .aboutBlock.weekSchedule ul {
    display: block;
    padding: 0px;
    padding-bottom: 0px; }

  .aboutBlock.weekSchedule ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0 0 -1px 0;
    padding-bottom: 0px; }

  .aboutBlock.weekSchedule li br {
    display: none; }

  .aboutBlock.weekSchedule .week,
  .aboutBlock.weekSchedule .day,
  .aboutBlock.weekSchedule .time {
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    box-sizing: border-box; }

  .aboutBlock.weekSchedule .time {
    text-align: left;
    width: calc(100% - 130px); }

  .aboutBlock.weekSchedule .day {
    width: 100px; }

  .shortProf,
  .shortStyle {
    white-space: unset; }

  .aboutBlock.weekSchedule .time > span {
    display: inline-block; }

  .aboutBlock.weekSchedule .time > span > span {
    display: inline-block; }

  #weekScheduleBlock .th {
    margin-bottom: 0px;
    margin-right: 0;
    flex-basis: 35%;
    box-sizing: border-box; }

  #weekScheduleBlock .td {
    margin-right: 0;
    flex-basis: 65%;
    box-sizing: border-box; }

  .aboutBlock.weekSchedule .week,
  .aboutBlock.weekSchedule .day,
  .aboutBlock.weekSchedule .time {
    /*min-height:28px;*/
    display: block; }

  .optionPlayWrap h3 {
    margin: 0 0 5px 0; } }
/*ページタイトル*/
/*-- table ------------------------------*/
table {
  display: table;
  border-collapse: collapse;
  box-sizing: border-box; }

table th {
  border: 1px solid #6D6621;
  background-color: #E0DCC0;
  color: #333333; }

table td {
  border: 1px solid #6D6621;
  background-color: #FFFFFF;
  color: #333333; }

table th.sat {
  background-color: #C5EEFD;
  color: #08B5F4; }

table th.sun {
  background-color: #F9C9C9;
  color: #EA4242; }

body.sp .weekScheduleWrap table > tbody {
  display: flex;
  flex-wrap: nowrap; }

body.sp .weekScheduleWrap tr {
  display: block; }

body.sp .weekScheduleWrap tr:first-child {
  width: 35%; }

body.sp .weekScheduleWrap tr.pcTr {
  display: none; }

body.sp table.weekSchedule tr.pcSpTr td {
  display: block;
  width: calc(65% + 1px) !important;
  margin-left: -1px; }

body.sp .weekScheduleWrap th {
  display: block;
  width: 100% !important;
  margin-bottom: -1px;
  box-sizing: border-box; }

body.sp .weekScheduleWrap th .day {
  display: block;
  width: 100% !important; }

body.sp .weekScheduleWrap td {
  display: block;
  width: 100% !important;
  height: unset !important;
  box-sizing: border-box;
  margin-bottom: -1px; }

@media screen and (max-width: 640px) {
  .weekScheduleWrap table > tbody {
    display: flex;
    flex-wrap: nowrap; }

  .weekScheduleWrap tr.pcTr {
    display: none; }

  .weekSchedule tr.pcSpTr td {
    display: block;
    width: calc(65% + 1px) !important;
    margin-left: -1px; }

  .weekScheduleWrap tr:first-child {
    width: 35%; }

  .weekScheduleWrap tr:last-child {
    width: 65%; }

  .weekScheduleWrap th {
    display: block;
    width: 100% !important;
    margin-bottom: -1px;
    position: relative; }

  #itemBody .weekScheduleWrap td,
  #itemBody .weekScheduleWrap th {
    margin-bottom: -1px; }

  .weekScheduleWrap th > div {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: calc(16px + 10px);
    /*font-size + padding*/ }

  .weekScheduleWrap th .day {
    display: block;
    width: 100% !important; }

  .weekScheduleWrap td {
    display: block;
    width: 100% !important;
    height: unset !important;
    box-sizing: border-box;
    margin-bottom: -1px; } }
table.weekSchedule tr.pcSpTr td {
  display: none; }

body.sp table.weekSchedule {
  display: block; }

body.sp table.weekSchedule tbody {
  display: block; }

body.sp table.weekSchedule tr.psSpTr {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important; }

body.sp table.weekSchedule tr.pcSpTr th {
  display: block;
  width: 35% !important;
  box-sizing: border-box; }

body.sp table.weekSchedule tr.pcSpTr td {
  display: block;
  width: calc(65% + 1px) !important;
  margin-left: -1px; }

body.sp table.weekSchedule tr:last-child td {
  display: none; }

@media screen and (min-width: 641px) {
  tr.spNumWeekTr {
    display: none; } }
@media screen and (max-width: 640px) {
  table.weekSchedule {
    display: block; }

  table.weekSchedule tbody {
    display: block; }

  .weekScheduleWrap tr {
    display: block; }

  .weekScheduleWrap th {
    display: block;
    width: 100% !important;
    margin-bottom: -1px;
    box-sizing: border-box; }

  table.weekSchedule tr.pcSpTr {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important; }

  table.weekSchedule tr.pcSpTr th {
    display: block;
    width: 35% !important;
    box-sizing: border-box; }

  table.weekSchedule tr.pcSpTr td {
    display: block;
    width: calc(65% + 1px) !important;
    margin-left: -1px; }

  table.weekSchedule tr.pcTr td {
    display: none; } }
/*1カ月週ボタン*/
.weekWrap {
  text-align: left;
  margin-bottom: 10px; }

.weekWrap a.active {
  pointer-events: none; }

.weekWrap a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px; }

#weekScheduleBlock .aboutBlock.weekSchedule {
  position: relative; }

/* ajax loading*/
#scheduleDataWrap .contents {
  position: relative;
  width: 100%;
  min-height: 200px; }

#weekScheduleBlock .aboutBlock.weekSchedule #ajaxLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9; }

.btn.webReserveBtn {
  margin: 5px 5px 0px 5px;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px; }

body.sp .btn.webReserveBtn {
  margin: 0px 5px 0px 5px; }

@media screen and (max-width: 640px) {
  .btn.webReserveBtn {
    margin: 0px 5px 0px 5px; } }
.fdc_shopCourseIconImage {
  padding-bottom: 5px; }

.fdc_shopCourseIconImage img {
  width: auto;
  max-width: 100%; }

/*画像がある時、テキストコースアイコンを非表示*/
.iconWrap .icon.fdc_shopCourseIconText {
  display: none;
  border-radius: 3px; }

/*画像がない時、テキストコースアイコンを表示*/
.iconWrap .icon.fdc_shopCourseIconText.shopCourseIconNoImage {
  display: inline-block; }

@media screen and (max-width: 640px) {
  .fdc_shopCourseIconImage {
    display: none; }

  .iconWrap .icon.fdc_shopCourseIconText {
    display: inline-block; } }
/* icon position */
.iconPosition > .newFaceIcon {
  left: 0%;
  top: 0%;
  bottom: unset; }

.iconPosition > .newFaceIcon.triangle {
  border-width: 0px;
  border-color: #DB3E3E transparent transparent transparent; }

.iconPosition > .newFaceIcon.triangle > span {
  display: none;
  color: #FFFFFF; }

.baseProfile h2 ruby,
.baseProfile h2 ruby rt {
  text-align: center; }

.baseProfile h2 ruby {
  position: relative;
  display: inline-block; }

.baseProfile h2 ruby rt {
  position: absolute;
  top: -14px;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  left: 0;
  display: block; }

.baseProfile h2 ruby .rt {
  font-size: 14px;
  line-height: 1; }

.baseProfile h2 ruby + span {
  display: inline-block; }

#weekScheduleBlock .scheduleIconWrap.noText {
  height: 0px;
  padding: 0px; }

.scheduleFreeText {
  padding: 0 5px;
  box-sizing: border-box; }

body.sp .scheduleFreeText {
  padding: 0; }

@media screen and (max-width: 640px) {
  .scheduleFreeText {
    padding: 0; } }
.itemAttributeWrap .itemAttribute.itemAttributeDisplayModeR {
  margin: 0px 5px 5px 5px; }

/* よくある質問 */
#Faq {
  margin: 0;
  padding: 5% 0 2% 0;
  background: #fffcff; }

#Faq h2 {
  margin: 0 auto 30px auto;
  padding: 0 0 0 10px;
  width: 1100px;
  height: 30px;
  letter-spacing: 0;
  color: #56847d;
  font-size: 16px;
  line-height: 100%;
  background: url(./img/tit_icon.gif) top left no-repeat;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

#Faq h2 span {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; }

#Faq dl {
  margin: 0 auto;
  padding: 0;
  width: 1100px; }

#Faq dl dt {
  margin: 0 0 2% 0;
  font-size: 19px;
  color: #0b100e; }

#Faq dl dd {
  margin: 0 0 3% 0;
  padding: 0 0 3% 0;
  border-bottom: 4px solid #f3f3f3; }

#Faq dl dd:last-child {
  border: none; }

#Faq dl dd b {
  font-size: 19px;
  display: inline; }

#Faq dl dd p {
  display: inline; }

.footerContainer {
  padding: 30px 0; }

/* ナビ部分 */
.footerMenu {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.footerMenuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none; }

.footerMenuList li {
  margin: 10px 15px;
  font-size: 12px; }

.footerMenuList li a {
  text-decoration: none;
  color: #3A3A3A;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 500;
  text-align: center;
  display: block; }

/* メインセクション（ロゴ・紹介・連絡） */
.footerMain {
  text-align: center;
  padding: 20px 0; }

.footerBrand {
  width: 280px;
  margin: 0 auto 15px; }

.footerBrand img {
  width: 100%; }

.footerIntro {
  width: 50%;
  margin: 0 auto 15px; }

.footerIntro p {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #3A3A3A;
  line-height: 1.7; }

.footerContact {
  width: 50%;
  margin: 0 auto; }

.footerContact p {
  font-family: "Arapey", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #3A3A3A;
  font-size: 18px; }

.footerContact .icon {
  width: 20px;
  height: 20px;
  display: inline-block; }

.footerContact img {
  width: 100%; }

/* コピーライト */
.footerCopyright {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  color: #3A3A3A;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif; }

.source-org.copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #3A3A3A;
  padding-top: 5px; }
