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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  outline: none;
  text-decoration: none;
  color: #ff2870; }

/**
 * 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,
a:visited {
  outline: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * 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; }

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
dl,
menu,
ol,
ul {
  margin: 0 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

dd {
  margin: 0; }

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

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ==========================================================================
   User agent reset
   ========================================================================== */
* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

* {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

/******************************************************************
Site Name:welina
Author:xi

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
light light
pas pastel
vivi viviet
avan avant
smoke
down
dark
*/
/*mono-style-color*/
/*mono-style-color*/
/*smoke-natulal-style-color*/
/*red-base-color*/
/*pink-base-color*/
/*blue-base-color*/
/*green-base-color*/
/*common-style-color*/
/*font-size*/
/*font-size*/
/*line-height*/
/*leter-spacing*/
/*base-width*/
/*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

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
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: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
 buttom style
*********************/
/*********************
BOX shadow
*********************/
/*********************
border radius
*********************/
/*********************
mark-up-design
*********************/
/* @include markup2(8px , $white); */
/*********************
contentbox
*********************/
/*no-flame*/
/*flame*/
/*********************
head-line setting
*********************/
/*under-border 1st largefont*/
/*border-around */
/*border-bg*/
/*border-bg-radius */
/*border-bg-left-border */
/*sup hl  */
/*fukidashi*/
/*fukidashi-nobg*/
/*3d-box*/
/*ribon*/
/*both-shadow*/
/*maker*/
/*stripe*/
/*********************
text setting
*********************/
/*********************
Flexbox
*********************/
/*********************
.dotted
  +dotted(#000, 1, 1)
*********************/
/*=dotted($color:rgba(#000, 1.0), $stripe: 1, $spacing: 4, $height:1){
  +background-image(linear-gradient(left, color-stops($color, $color ($stripe/($stripe+$spacing))*100%, transparent ($stripe/($stripe+$spacing))*100%, transparent 100%)))
  background-size: ($stripe+$spacing)*1px ($stripe+$spacing)*1px
  height: $height*1px
  border: none
}*/
/******************************************************************
Site Name:origin
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 1.6em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 1.6em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 1.6em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 1.6em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 1.6em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 1.6em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 1.6em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 1.6em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 1.6em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 1.6em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 1.6em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 1.6em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 1.6em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 1.6em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 1.6em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 1.6em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 1.6em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 1.6em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 1.6em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 1.6em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 1.6em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 1.6em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 1.6em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 1.6em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 1.6em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 1.6em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 1.6em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 1.6em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 1.6em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 1.6em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 1.6em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 1.6em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 1.6em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 1.6em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 1.6em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 1.6em;
    width: 8.33%; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:vanilla
Author:
Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  background: #ffffff;
  font-family: "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 87%;
  line-height: 1.5em;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.vi-box-01 li {
  padding: .4em 1em;
  border-bottom: 1px solid #ccc; }

/*********************
DEFAULT FONT SIZE
*********************/
p {
  font-size: 87%;
  line-height: 1.8; }

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

.add_links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: flex-start; }
  .add_links li {
    text-align: center;
    margin: 10px; }

.zooming {
  overflow: hidden; }

.zoomingimg {
  display: block;
  transition-duration: 0.8s; }

.zooming img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition-duration: 0.8s; }

.rank_meta {
  font-size: 240%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #555;
  margin-bottom: 30px; }

/*********************
LINK STYLES
*********************/
.tlink {
  color: #f48fb1; }

.full-img img {
  width: 100%;
  margin: 0 0 2em;
  padding: 0;
  text-align: center; }

.sys_wrap {
  position: relative;
  margin: 0 auto; }
  .sys_wrap .sys_credit {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%); }

.system ul {
  width: 96%;
  margin: 0 auto 10%; }
  .system ul li {
    font-size: 14px;
    position: relative;
    color: #c4afa2;
    font-weight: bold;
    display: block;
    border: 1px solid #c4afa2;
    padding: 8px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 1em;
    background: #fff; }
    .system ul li .evprice {
      color: red;
      padding-left: 1em; }

.card-pay {
  width: 280px;
  margin: 10px auto; }

.prtable {
  width: 100%;
  padding: 3% 0; }

.prtable th {
  font-size: 12px;
  font-weight: bold;
  width: 35%; }

.prtable.r-type th {
  font-size: 100%;
  font-weight: bold;
  width: 35%; }

.prtable .m-tit {
  color: #fff;
  background: #916b59;
  font-size: 100%;
  line-height: 1.2; }
  .prtable .m-tit span {
    font-size: 62%;
    font-weight: 300;
    color: #fff; }

.prtable .lite-tit {
  color: #916b59;
  background: #c6b0a6;
  font-size: 75%;
  line-height: 1.2; }
  .prtable .lite-tit span {
    font-size: 62%;
    font-weight: 300;
    color: #fff; }

.prtable .sp-menu {
  text-align: center;
  padding: 2em 1em;
  font-weight: 800; }

.prtable td {
  text-align: center;
  width: 65%; }

.prtable .ta-l {
  text-align: left;
  font-size: 75%; }

/* table */
table {
  width: 100%;
  border: 1px solid #916b59;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 20px; }

table tr th, table tr td {
  padding: 5px; }

.markup {
  font-size: 1.25rem;
  font-weight: bold;
  color: red; }

table tr th {
  border-right: 1px solid #916b59;
  font-weight: normal;
  text-align: center; }

table.prof tr th {
  border-right: none; }

table tr {
  border-bottom: 1px solid #916b59; }

/*********************
table CSS
*********************/
.main_nav {
  display: none; }

.vertical2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  background: #916b59; }
  .vertical2 th {
    width: 30%;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    vertical-align: middle; }
    .vertical2 th span:not(.stxt) {
      display: inline-block;
      margin-right: 1em;
      margin-bottom: 1em;
      background: #fff;
      padding: 6px 12px;
      font-weight: 700;
      color: #916b59; }
  .vertical2 td {
    text-align: right;
    font-size: 125%;
    vertical-align: middle;
    width: 70%;
    padding: 1.6em 0.6em; }
    .vertical2 td.op {
      font-size: 87%;
      text-align: left; }
      .vertical2 td.op span:not(.stxt) {
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 1em;
        border-radius: 4px;
        padding: 4px 12px;
        font-weight: 700; }
    .vertical2 td.atn {
      font-size: 100%;
      text-align: left;
      line-height: 1.8em; }
  .vertical2 .desc-cell {
    font-size: 1.06em;
    text-align: justify; }
  .vertical2 .c-cell {
    text-align: center; }
  .vertical2.other {
    background: #D1D1D1; }

.vertical2.rec td {
  font-size: 87%; }

.p_card {
  margin: 40px auto; }
  .p_card img {
    vertical-align: bottom; }
  .p_card .p_cont {
    padding: 20px;
    background: #fff;
    border: 20px solid #dfe0dd; }
    .p_card .p_cont p {
      font-size: 75%; }
  .p_card .c_tit {
    font-size: 100%;
    margin-bottom: 15px; }

.child-title {
  background: #494949 !important;
  color: #ffffff; }

.center {
  margin: 0 auto; }

.map-wrap {
  margin: 2em 8%;
  width: 84%; }
  .map-wrap iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #000000; }

/******************************************************************
H STYLES
******************************************************************/
.section-title {
  font-weight: bold;
  text-align: center;
  font-size: 200%;
  padding: 16px 0;
  letter-spacing: 2px;
  color: #916b59;
  margin-bottom: .5em;
  width: 100%; }
  .section-title span {
    display: block; }
  .section-title.sub_type {
    margin-bottom: 0 !important; }

.sec_sub {
  display: block;
  text-align: center;
  color: #916b59;
  width: 100%;
  position: relative;
  margin-top: 15px; }
  .sec_sub:before {
    position: absolute;
    top: -13px;
    left: 50%;
    content: "";
    height: 1px;
    width: 40px;
    background: #7EC9EC;
    transform: translate(-50%); }

/* decolation-title*/
.entry-title {
  color: #333333;
  font-size: 112%;
  padding-bottom: 1em; }

.page_ttl {
  background: url("../images/ttl_bg.jpg") top left no-repeat;
  background-size: cover;
  min-height: 280px;
  width: 100%; }

.uni-tlt3 {
  width: 66%;
  font-size: 0.81em;
  text-align: center;
  margin: 1.4em auto 2.6em;
  text-align: center;
  padding: .5em .75em;
  border: 3px double #dcdcdc;
  background: #fff3f7; }

/*********************
HEADER STYLES
*********************/
.header {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  z-index: 9999;
  position: absolute;
  background: #fff; }
  .header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    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 {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    float: right;
    transition: .3s;
    line-height: normal;
    display: inline-block;
    opacity: 1 !important;
    margin-top: 10px; }
    .header .hamburger-menu-button {
      width: 30px;
      padding-right: 20px; }

#logo {
  font-size: 1.6em;
  width: 80%;
  margin: 0;
  padding: 0;
  float: left;
  padding-left: 2%;
  height: 50px;
  margin-top: 5px; }
  #logo a {
    color: #333333;
    display: block; }
    #logo a img {
      width: 158px; }

.catch {
  padding: 0 0 40px;
  text-align: center;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  color: #535353; }
  .catch .catch-title {
    font-size: 100%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 18px; }
  .catch P {
    line-height: 2; }

.links {
  width: 100%;
  text-align: center; }
  .links img {
    width: auto;
    max-width: 100%;
    height: auto; }

/*********************
GROBAL NAVI STYLES
*********************/
.primary-nav {
  width: 100%;
  background: #ffffff;
  display: none;
  position: relative;
  height: 100vh; }
  .primary-nav .nav_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .primary-nav .nav_inner .nav li {
      border: none !important; }
      .primary-nav .nav_inner .nav li a {
        font-weight: bold; }

.nav {
  /* end .menu li */ }
  .nav li {
    margin: 0;
    padding: 0;
    border: 1px solid #916b59;
    margin-bottom: 12px; }
    .nav li a {
      position: relative;
      min-height: 50px;
      line-height: 50px;
      color: #916b59;
      font-family: "Josefin Sans", sans-serif !important;
      font-style: normal;
      font-size: 150%;
      display: block;
      text-decoration: none;
      text-align: center;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .nav li a:hover, .nav li a:focus {
        color: #000;
        transition: 1.5s;
        text-decoration: none; }

/* end .nav */
.info-box {
  display: block;
  text-align: center;
  padding-top: 15px; }
  .info-box li {
    width: 140px;
    height: auto;
    display: inline-block; }
    .info-box li:first-child {
      margin-right: 15px; }

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

.mobile-menu-container {
  overflow: hidden;
  z-index: 999;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mobile-menu-container {
  width: 100%;
  -webkit-scroll: touch; }
  .mobile-menu-container .mobile-navi {
    width: 96%;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%; }
    .mobile-menu-container .mobile-navi-item {
      height: 42px;
      color: #fff;
      margin-bottom: 8px;
      border: 1px solid #916b59; }
      .mobile-menu-container .mobile-navi-item a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 42px;
        text-indent: .34em;
        font-weight: bold; }

.active.mobile-menu-container {
  display: block;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.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: 30px;
  height: 2px;
  -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: #916b59; }

.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: #916b59; }

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

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

.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); }

/********PAGE TOP********/
#page-top {
  display: block; }

.tw-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-block; }

/********BUTTON STYLES********/
.button-type2 {
  text-align: center;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 2px solid #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 125%;
  color: #494949;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600; }
  .button-type2 span {
    letter-spacing: 0;
    line-height: 30px;
    padding: 8px 010px;
    display: block; }
  .button-type2:hover, .button-type2:active, .button-type2:visited {
    color: #fff; }
  .button-type2.pr_bt {
    background: #916b59; }
  .button-type2.top_bt {
    background: #916b59; }
  .button-type2.line_bt {
    background: #916b59; }

.info-box {
  display: none; }

/********SLIDER STYLES********/
.head_c {
  overflow: hidden;
  padding-top: 48px; }

.head_s {
  overflow: hidden;
  min-height: 100vh; }

.key-page {
  margin-bottom: 40px; }

/********breadcrumbs css********/
.breadcrumbs {
  font-size: 0.6em;
  padding: 1.2em; }

.tab-box {
  transition: .5s; }

.tab-box.active {
  display: block; }

/*********************
TEXT-STYLE
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
.full-grid {
  width: 100%;
  margin: 0;
  padding: 0; }

.full-in-grid {
  width: 96%;
  margin: 2%; }

.in-grid {
  width: 92%;
  margin: 0 4% 4%;
  padding: 2%; }
  .in-grid p {
    margin-bottom: 1.6em; }

.wrap {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 96%; }

.inner {
  margin: 0 auto; }

#content {
  margin: 0 auto;
  padding-bottom: 3em; }
  #content #inner-content {
    margin: 0em auto 3em; }

#container.under {
  padding-top: 50px; }

/* entry content */
.entry-content {
  font-size: 0.88em;
  padding: 0;
  margin-bottom: 30px; }

/*********************
PAGE STYLE CSS
*********************/
/* INDEX */
dl.information {
  width: 72%;
  text-align: center;
  border: 3px solid #fcb4d3;
  padding: 30px;
  border-radius: 8px;
  margin: 40px auto 20px; }
  dl.information dt {
    border-bottom: 1px dashed #916b59;
    padding-bottom: 10px;
    text-align: center; }
  dl.information dd.info-tel {
    font-size: 150%;
    margin-bottom: 10px;
    margin-top: 15px; }

/* SYSTEM */
.dbl {
  text-decoration: line-through;
  padding-left: 10px; }

.p_t {
  color: #fff;
  font-weight: bold;
  padding-left: 2px;
  font-size: 150%; }

.mintx {
  width: 100%;
  font-size: 100%;
  color: #fff; }

/* FAQ */
span.qaIcon {
  width: 30px;
  height: 30px;
  top: 2;
  background: #1E73BE;
  color: #FFF;
  text-align: center;
  line-height: 30px; }

.question-th {
  padding-right: 0.5em; }

.question-td {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin-right: 1em; }

dl dd.answer span.qaicon {
  background: #fff;
  color: #000; }

dl dd.answer div.question-td {
  background: #F5F5F5;
  padding: 1em;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle; }

ul.qaBlock {
  margin-top: 10px;
  padding: 1em 1em 0; }

li.qaWrap-item {
  border-bottom: 1px solid #E1E1E1; }

li.qaWrap-item:last-of-type {
  border: none; }

ul.qaBlock {
  padding: 0;
  margin: 0; }

span.qaIcon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1E73BE;
  color: #fff;
  text-align: center;
  line-height: 50px; }

.question-th {
  padding: 0;
  display: table-cell;
  vertical-align: top; }

.question-td {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  padding-left: 1em;
  padding-right: 10px; }

span.qaSub {
  font-size: 12px;
  display: inline; }

span.qaNew {
  display: inline; }

p.qaHead {
  color: #000;
  font-size: 1.4em !important;
  font-weight: bold;
  margin: 0;
  padding: 0; }

dl dd.answer div.question-td {
  font-size: 18px;
  line-hight: 2em; }

dd.answer .qaIcon {
  background: #f5f5f5;
  color: #000; }

dd.answer .question-td {
  vertical-align: middle; }

ul.qaBlock {
  margin: 0;
  padding: 22px 0px 10px; }

ul.qaBlock li {
  border-bottom: 1px solid #E1E1E1; }

ul.qaBlock li:last-of-type {
  border: none; }

/*********************
BLOG  & NEWS STYLES
*********************/
.archive_link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  display: block;
  width: 100%;
  text-align: center; }
  .archive_link a {
    padding: 8px 62px;
    display: inline-block;
    background: #916b59;
    color: white;
    transition: .4s; }
    .archive_link a:hover, .archive_link a:focus {
      background: #11283c;
      color: #ffffff; }

/* top */
.news_block {
  padding: 40px 20px;
  position: relative;
  padding-bottom: 4em; }
  .news_block .news {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    line-height: 32px; }
    .news_block .news .date {
      padding-right: 10px;
      display: inline-block;
      font-size: 75%;
      color: #999999; }
    .news_block .news .news-desc {
      display: inline-block;
      padding-left: 1%;
      overflow: hidden;
      box-sizing: border-box; }
    .news_block .news a {
      display: block;
      color: #333333;
      text-decoration: none;
      line-height: 1em; }
  .news_block .archive_link {
    padding: 20px; }

/* archive */
/* schedule */
.schedule-nav {
  border-bottom: 5px solid #dcdcdc;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  column-count: 4; }
  .schedule-nav li {
    width: calc(100% / 7 - 1%);
    display: inline-block;
    background: #916b59;
    margin-left: 1%; }
    .schedule-nav li a {
      color: #fff;
      display: block;
      padding: 15px 0;
      text-align: center;
      border-radius: 10px 10px 0 0; }
      .schedule-nav li a:hover {
        background: #11283c;
        transition: .4s;
        color: #fff; }
    .schedule-nav li.target {
      background: #cfe8d9; }
      .schedule-nav li.target a {
        color: #494949; }

.cta_box {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  margin: 30px auto;
  max-width: 320px; }
  .cta_box li {
    margin-bottom: 5px;
    display: block; }
    .cta_box li img {
      max-width: 100%;
      height: auto; }

/*********************
CAST LIST CSS
*********************/
.cast-list {
  padding: 30px 0;
  margin-bottom: 20px; }
  .cast-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    height: auto; }
    .cast-list ul li {
      width: calc(100% / 2 - 1% );
      text-align: center;
      padding: 0;
      margin-right: 2%;
      margin-left: 0;
      height: auto;
      margin-bottom: 20px;
      box-sizing: border-box; }
      .cast-list ul li .staff-photo {
        padding: 0px;
        position: relative;
        margin-bottom: 10px; }
        .cast-list ul li .staff-photo img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
        .cast-list ul li .staff-photo .new-face {
          position: absolute;
          z-index: 999;
          bottom: 5px;
          right: 5px;
          background: #89cd7d;
          border-radius: 50%;
          width: 48px;
          height: 48px;
          line-height: 48px;
          font-size: 12px;
          font-weight: bold;
          color: #fff; }
      .cast-list ul li .img {
        border: 1px solid #fff; }
        .cast-list ul li .img a {
          display: block; }
          .cast-list ul li .img a img {
            padding: 1px;
            background: #fff;
            vertical-align: bottom; }
      .cast-list ul li .c_c {
        display: block;
        padding-bottom: 1px;
        color: #f48fb1;
        font-size: 75%; }
      .cast-list ul li .c_size {
        line-height: 1.2rem;
        text-align: center;
        padding: 5px 0;
        margin: 3px auto 0;
        font-size: 62%;
        font-weight: bold;
        color: #6b605f; }
        .cast-list ul li .c_size span {
          margin-left: 6px; }
      .cast-list ul li .s_size {
        margin-bottom: 0.4em; }
      .cast-list ul li .c_name {
        font-size: 112%;
        margin-top: 4px;
        width: 100%;
        font-weight: bold;
        line-height: 1.4rem;
        margin-bottom: 0;
        text-align: left;
        color: #D42C73; }
      .cast-list ul li .c_age {
        padding-left: 5px; }
      .cast-list ul li .c_type {
        margin-top: 4px; }
      .cast-list ul li .c_time {
        margin: 8px auto 4px;
        display: inline-block;
        color: #333333;
        font-size: 125%;
        padding: 4px 8px;
        border-radius: 4px;
        font-weight: bold; }
        .cast-list ul li .c_time p {
          margin-bottom: 0.4em; }
        .cast-list ul li .c_time span {
          background: #f1ede7;
          padding: 4px 10px;
          font-size: 12px;
          border-radius: 5px; }
      .cast-list ul li .prof_tx_area {
        text-align: left;
        margin-top: 10px;
        padding: 12px 5px 5px;
        border-top: 1px dashed #6b605f;
        line-height: 1.8;
        max-height: 118px;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .cast-list ul li .profbox {
        top: 5px;
        left: 5px;
        color: #333333; }
      .cast-list ul li a {
        color: #6b605f; }

.flw {
  position: fixed;
  z-index: -1;
  opacity: 0.2; }
  .flw.fw_1 {
    top: -1%;
    left: -120px;
    width: 250px;
    height: 245px;
    background: url("../images/obj.png") top left no-repeat;
    background-size: contain; }
  .flw.fw_2 {
    bottom: -5%;
    right: -120px;
    width: 250px;
    height: 245px;
    background: url("../images/obj.png") 0 0 no-repeat;
    background-size: contain; }

.prof-main-data th {
  color: #916b59 !important; }

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

.prof-main-data {
  width: 100%;
  height: auto; }
  .prof-main-data th {
    color: #494949;
    font-size: 15px;
    padding: 4px 0  4px 4px;
    text-align: left; }
  .prof-main-data td {
    display: block;
    min-height: 40px; }

.p_photo {
  width: 90%;
  margin: 10px auto 30px;
  text-align: center; }
  .p_photo img {
    width: 100%;
    max-width: 650px; }

.p_text {
  padding: 10px;
  font-size: 13px;
  background: #11283c;
  color: #74a9d8; }

.p_c_title {
  font-weight: bold;
  height: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #494949; }

.sc-title {
  text-align: center;
  color: #494949;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px; }

.prof_w {
  padding: 10px;
  background: #fff;
  position: relative; }

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

.p_catch, .p_c_title {
  font-size: 100%;
  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: 100%;
  background: #f9f6ed; }

.course-desc {
  font-size: 187%;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 40px;
  color: #916b59; }

/* single-cast / calendar */
.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 #dcdcdc;
  border-top: 0; }
  .single_calendar dl:first-child {
    border-top: 1px solid #dcdcdc; }

.single_calendar dl dt {
  width: 30%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #dcdcdc; }
  .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; }

.bnl-box {
  width: 100%;
  margin: 40px auto 20px; }
  .bnl-box li {
    margin-bottom: 20px; }

.full-bt {
  width: 320px;
  height: auto;
  padding: 16px 40px;
  margin: 30px auto;
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 8px;
  border: 1px solid #999999; }

/*********************
SINGLE CSS
*********************/
.photo-area {
  box-shadow: 0 0 10px #ccc; }
  .photo-area .view-photo {
    width: 96%;
    margin: 2%;
    padding: 2% 0; }
    .photo-area .view-photo img {
      max-width: 650px;
      margin: 0;
      padding: 0; }
  .photo-area .single-photo {
    width: 96%;
    margin: 2%;
    background: #000; }
    .photo-area .single-photo li {
      float: left;
      width: 25%;
      height: auto;
      border-radius: 5px; }
      .photo-area .single-photo li img {
        width: 100% !important;
        height: auto !important;
        cursor: pointer;
        border-radius: 5px; }
        .photo-area .single-photo li img:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          zoom: 1; }

.ma {
  margin: 40px auto; }

.access_map {
  width: 90%;
  margin: 60px auto; }
  .access_map .type-flex {
    margin-bottom: 60px; }

.f_title {
  font-size: 187%; }

div.tw_wrap {
  display: block;
  margin: 0 auto;
  width: 320px;
  background: #fceef4;
  padding: 20px; }

.col-left {
  background: #fceef4;
  width: 320px;
  padding: 20px;
  margin: 0 auto; }

/*********************
FOOTER STYLES
*********************/
.footer {
  width: 100%;
  height: auto;
  padding-top: 60px;
  border-top: 60px solid #fff6de; }
  .footer #inner-footer .footer-block {
    font-size: 0.81em; }
    .footer #inner-footer .footer-block .fnav-title {
      margin-bottom: 0 !important;
      padding: 0.3em 0 0.8em 0em;
      border-bottom: 2px solid #dcdcdc;
      text-align: center;
      color: white; }
    .footer #inner-footer .footer-block .footer-links {
      border-top: 1px solid #fff; }
      .footer #inner-footer .footer-block .footer-links .footer-nav li {
        text-align: center;
        padding: 1em;
        border-bottom: 1px solid #f8f9fa; }
        .footer #inner-footer .footer-block .footer-links .footer-nav li a {
          font-weight: bold;
          font-size: 112%;
          color: #916b59; }
          .footer #inner-footer .footer-block .footer-links .footer-nav li a:hover, .footer #inner-footer .footer-block .footer-links .footer-nav li a:focus {
            color: #f48fb1; }
    .footer #inner-footer .footer-block .foot-address {
      text-align: center;
      font-style: normal;
      padding: 20px; }
      .footer #inner-footer .footer-block .foot-address .footer-logo {
        padding: 20px 0 30px; }
        .footer #inner-footer .footer-block .foot-address .footer-logo img {
          width: 260px; }
      .footer #inner-footer .footer-block .foot-address dt {
        font-size: 4.2em;
        padding-bottom: 0.2em; }
        .footer #inner-footer .footer-block .foot-address dt .sub-tlt {
          padding-top: 0.8em;
          display: block;
          font-size: 0.4em !important; }
      .footer #inner-footer .footer-block .foot-address .foot-add {
        padding: 1em 0 2.4em;
        margin-bottom: 1em;
        font-weight: bold; }
      .footer #inner-footer .footer-block .foot-address .foot-stime {
        font-size: 1.7em; }
      .footer #inner-footer .footer-block .foot-address .foot-tel {
        font-size: 187%;
        line-height: 1.8; }
        .footer #inner-footer .footer-block .foot-address .foot-tel a {
          color: #000; }
  .footer .outer-footer {
    width: 100%;
    padding-bottom: 60px; }
    .footer .outer-footer .site-info {
      height: 3em;
      line-height: 3em; }
      .footer .outer-footer .site-info li {
        width: 46%;
        display: inline-block;
        text-align: center; }
        .footer .outer-footer .site-info li a {
          text-indent: 1em;
          padding-left: 2%;
          font-size: 0.6em; }
    .footer .outer-footer .copyright {
      font-size: 0.6em;
      text-align: center;
      padding: 1.4em;
      color: #fff; }

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

.foot-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-count: 2; }
  .foot-cta li {
    box-sizing: border-box; }
    .foot-cta li a {
      color: #FFF; }
    .foot-cta li:nth-of-type(1) {
      width: 39%; }
    .foot-cta li:nth-of-type(2) {
      width: 45%; }
    .foot-cta li:nth-of-type(3) {
      width: 14%; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .news {
      height: 240px;
      overflow: hidden;
      border-bottom: 1px solid #dcdcdc; }
      .entry-content .news .nleft {
        float: left;
        padding: 1em 0; }
        .entry-content .news .nleft .vcard {
          font-size: 0.6em;
          font-weight: bold;
          color: #333333;
          text-align: center;
          padding: 0;
          background: #000000;
          width: 40%;
          color: #ffffff;
          padding: 0.3em; }
        .entry-content .news .nleft a {
          display: block;
          color: #333333;
          text-decoration: none; }
      .entry-content .news .news-thumb {
        width: 30%; }
        .entry-content .news .news-thumb img {
          max-width: 100%;
          height: auto; }
      .entry-content .news .news-desc {
        min-width: 70%;
        padding-left: 1em; }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  h1.hl-in {
    margin-bottom: 1em; }
    h1.hl-in img {
      width: 695px;
      height: auto; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    position: relative; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px; }

  .side-wrap {
    max-width: 1030px; }

  .bloc {
    margin-bottom: 50px; }

  .vertical2 {
    padding: 0.6em; }

  div.col2-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    div.col2-data div.col2-left {
      width: 48%;
      background: #fceef4; }
    div.col2-data div.col2-right {
      width: 48%;
      background: #fceef4; }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999; }
    .header .inner {
      max-width: 1030px;
      margin: 0 auto; }

  #logo {
    padding: 0;
    float: left; }
    #logo a {
      display: block; }

  .bnl-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    justify-content: space-between;
    column-count: 2;
    margin: 40px 0; }
    .bnl-box li {
      width: calc(100% / 2 - 2%);
      margin-right: 4%; }
      .bnl-box li:nth-of-type(2n) {
        margin-right: 0; }

  /*  slide */
  .head_c {
    width: 80%;
    max-width: 1000px;
    max-height: 420px;
    border-bottom: 1px solid #dcdcdc; }

  .head_c {
    margin: 0 auto; }
    .head_c img {
      width: 100%;
      height: auto;
      max-width: 100%; }

  .flap {
    display: none; }

  .catch {
    padding: 1% 0 3%;
    text-align: right;
    font-family: "Georgia", Cambria, Times New Roman, Times, serif;
    color: #535353;
    line-height: 2.6em; }

  .ginfo {
    width: 46%;
    max-height: 77px; }
    .ginfo ul li {
      float: left;
      vertical-align: bottom; }
      .ginfo ul li a {
        position: relative;
        width: 160px;
        padding: 1.6em 0 0 0;
        height: 70px;
        display: inline-block;
        border: none; }

  .ginfo ul li:nth-last-child(1) a {
    border: none;
    background: #fff;
    color: #000000; }

  /*********************
  H1, H2, H3, H4, H5 STYLES
  *********************/
  .section-title {
    margin-bottom: 1.8em; }

  h1.hl-in {
    margin-bottom: 0; }
    h1.hl-in img {
      width: 716px;
      height: auto; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .primary-nav {
    width: 100%;
    float: right;
    top: 100px;
    z-index: 9998; }
    .primary-nav .nav_inner {
      max-width: 1030px;
      margin: 0 auto;
      padding: 0; }

  .nav {
    border: 0;
    /* end .menu ul li */ }
    .nav ul {
      float: right;
      margin-top: 0; }
    .nav li {
      position: relative;
      display: block;
      border: none; }
      .nav li a {
        padding: 0 0.46em 0;
        position: static;
        font-weight: 400;
        display: block;
        text-align: center; }
        .nav li a span {
          position: static;
          display: inline-block;
          margin: 0;
          margin-right: 0.5em;
          padding-bottom: 0.5em;
          line-height: 2em;
          width: 2em;
          height: 2em;
          vertical-align: middle; }
        .nav li a:hover, .nav li a:focus {
          color: #000; }
          .nav li a:hover span svg, .nav li a:focus span svg {
            fill: #f75689; }

  /* end .nav */
  /*********************
  breadcrumbs css
  *********************/
  .breadcrumbs {
    font-size: 0.75em;
    padding: 0.8em;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0; }

  /*********************
  LAYOUT CSS
  *********************/
  /*********************
  CAST LIST CSS
  *********************/
  .cast-list {
    padding: 0px;
    margin-bottom: 20px;
    position: relative; }
    .cast-list ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      padding: 2%;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto;
      height: auto; }
      .cast-list ul li {
        display: block;
        width: calc(100% / 3 - 2%);
        text-align: center;
        padding: 0;
        margin-right: 4%;
        margin-left: 0;
        height: auto;
        margin-bottom: 20px;
        background: none; }
        .cast-list ul li .staff-photo {
          padding: 0px;
          position: relative;
          margin-bottom: 10px; }
          .cast-list ul li .staff-photo img {
            width: 100%;
            height: auto;
            vertical-align: baseline; }
          .cast-list ul li .staff-photo .new-face {
            position: absolute;
            z-index: 999;
            bottom: 5px;
            right: 5px;
            background: #89cd7d;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            line-height: 48px;
            font-size: 12px;
            font-weight: bold;
            color: #fff; }
        .cast-list ul li .img {
          margin-bottom: 5px; }
        .cast-list ul li .d_caption {
          position: relative;
          color: #333333;
          padding-bottom: 5px; }
          .cast-list ul li .d_caption .staff-pos {
            border-radius: 50px;
            background: #916b59;
            font-size: 1.0rem;
            width: 94%;
            font-weight: 400;
            line-height: 1.2rem;
            text-align: left;
            margin-left: 7px;
            text-align: center;
            padding: 5px 0;
            margin: 3px auto 0;
            font-weight: bold;
            color: #fff; }
          .cast-list ul li .d_caption .staff-size {
            font-size: 1.0rem;
            line-height: 1.2rem;
            text-align: center;
            padding: 5px 0;
            margin: 3px auto 0;
            font-weight: bold;
            color: #11283c; }
          .cast-list ul li .d_caption .staff-name {
            font-size: 125%;
            font-weight: 600;
            margin-top: 4px;
            width: 100%;
            line-heigh: 1.4rem;
            margin-bottom: 0;
            text-align: left; }
          .cast-list ul li .d_caption .staff-type {
            margin-top: 4px; }
          .cast-list ul li .d_caption .c_time {
            display: inline-block;
            top: 5px;
            right: 5px;
            color: #333333;
            font-size: 150%; }
            .cast-list ul li .d_caption .c_time p {
              display: inline-block;
              text-align: center;
              padding: 0 10px;
              background: #11283c;
              padding: 3px 22px; }
          .cast-list ul li .d_caption .c-caption {
            color: #fff; }
            .cast-list ul li .d_caption .c-caption a {
              color: #fff; }
          .cast-list ul li .d_caption .profbox {
            top: 5px;
            left: 5px;
            font-size: 112%;
            color: #333333; }

  .flw {
    display: none; }

  /* entry content */
  .entry-content {
    padding: 0 0; }
    .entry-content p {
      margin: 0 0 2em;
      font-size: 1em;
      line-height: 2em;
      letter-spacing: 0.8pt; }

  .bloc .archive_link {
    width: 6em;
    top: 0.5em;
    right: 2em; }
    .bloc .archive_link a {
      width: 9em;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }

  .news_block {
    margin: 0 auto;
    padding: 40px 0; }

  .news {
    padding: 7px 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc; }
    .news .news-desc {
      padding-left: 1em; }

  .archive_link {
    transform: translateX(-50%);
    bottom: -20px; }

  #content {
    padding: 0 80px 80px; }
    #content #inner-content {
      margin: 0 auto; }
      #content #inner-content #main {
        margin-top: 0.5em; }

  .flexslider {
    margin-bottom: 0 !important; }

  .access_map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .access_map .type-flex {
      width: 48%;
      margin-bottom: 60px; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) {
  .cast-list ul li:nth-of-type(3n) {
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .cast-list ul li:nth-of-type(2n) {
    margin-right: 0; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 90px;
    height: 90px;
    box-shadow: none; }
    .header .inner {
      max-width: 1030px;
      margin: 0 auto; }
    .header.fixed {
      position: fixed;
      top: 0px;
      left: 0px; }
    .header .hamburger-menu {
      display: none; }

  .nav_inner {
    max-width: 980px;
    margin: 0 auto;
    height: 92px; }

  #logo {
    width: 25%;
    padding: 0;
    max-height: 90px;
    line-height: 90px;
    float: left; }
    #logo a {
      display: block; }
      #logo a img {
        width: auto;
        max-height: 56px;
        margin-top: 11px;
        margin-left: 19px; }

  .mobile-menu-container {
    display: none !important; }

  .primary-nav {
    width: 100%;
    float: right;
    background: none;
    display: block;
    position: relative;
    height: auto; }
    .primary-nav .nav_inner {
      width: 100%;
      position: static;
      transform: none;
      height: 92px; }

  .nav {
    display: flex;
    flex-wrap: nowrap;
    /* end .menu li */ }
    .nav li {
      text-align: center;
      margin: 0;
      padding: 0;
      display: block;
      width: calc(100% / 5); }
      .nav li a {
        margin-top: 10px;
        position: relative;
        padding: 0 0.66em;
        color: #916b59;
        font-style: normal;
        font-weight: bold;
        font-size: 112%;
        display: inline-block;
        -webkit-transition: all .2s;
        transition: all .2s; }
        .nav li a:hover, .nav li a:focus {
          transition: 1.5s;
          text-decoration: none; }
        .nav li a:after {
          position: absolute;
          bottom: -6px;
          left: 35%;
          font-size: 10px;
          height: 20px;
          line-height: 20px;
          display: inline-block; }
      .nav li:nth-of-type(1) a:after {
        content: 'Home'; }
      .nav li:nth-of-type(2) a:after {
        content: 'System'; }
      .nav li:nth-of-type(3) a:after {
        content: 'Therapyst'; }
      .nav li:nth-of-type(4) a:after {
        content: 'Schedule'; }
      .nav li:nth-of-type(5) a:after {
        content: 'Recruit'; }

  /* end .nav */
  .main_nav {
    background: #fceef4;
    width: 100%;
    max-height: 94px; }

  .info-box {
    width: auto;
    height: 104px;
    line-height: 104px;
    display: block;
    float: right;
    text-align: center;
    padding-top: 0;
    margin-right: 2%; }
    .info-box li {
      width: 260px;
      height: 54px;
      margin-top: 15px;
      display: inline-block; }
      .info-box li:first-child {
        margin-right: 15px; }

  .head_c {
    margin-top: 90px;
    margin-bottom: 50px; }

  .mobile-menu-container {
    overflow: hidden;
    z-index: 999;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: static; }

  .mobile-menu-container {
    width: 75%;
    -webkit-scroll: touch; }
    .mobile-menu-container .mobile-navi {
      float: left;
      width: 86%;
      min-width: 664px;
      overflow: hidden;
      margin-top: 0;
      margin-left: 0;
      margin-right: 2%;
      text-align: right;
      box-sizing: border-box; }
      .mobile-menu-container .mobile-navi-item {
        height: 42px;
        color: #fff;
        margin-bottom: 8px; }
        .mobile-menu-container .mobile-navi-item a {
          text-align: center;
          width: 100%;
          display: inline-block;
          line-height: 42px;
          text-indent: .34em;
          font-weight: bold; }

  .uni-tlt3 {
    width: 100%;
    font-size: 1em;
    text-align: center;
    margin: 0 auto 1.6em;
    text-align: center;
    padding: .5em .75em;
    border: 3px double #ccc;
    background: #F1F0E5;
    transition: 0.6s; }

  .top-ttl {
    margin: 0;
    padding: 1em;
    width: 100%;
    color: #000000;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dcdcdc; }

  .breadcrumbs {
    font-size: 0.75em;
    padding-left: 2em;
    border-bottom: none;
    margin-bottom: 2em;
    margin-top: 1em; }

  .wrap {
    width: 1040px; }

  .sidebar {
    background: #ffffff; }

  .origin-tab {
    border: none;
    margin: 2em 0; }

  .bullet-line dt {
    text-align: center; }
  .bullet-line dd {
    font-size: 1em; }

  /* INDEX */
  dl.information {
    width: 90%;
    padding: 30px;
    margin: 20px auto 50px; }
    dl.information dd.info-tel {
      font-size: 187%; }
    dl.information dd {
      margin-top: 10px; }

  .sys_wrap .sys_credit {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 320px; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .profile-main {
    width: 80%;
    margin: 0 auto; }

  .p_wrap {
    display: flex;
    flex-wrap: wrap; }
    .p_wrap .p_photo {
      width: 46%; }
    .p_wrap .profile-data {
      width: 46%; }

  .colmun-box {
    margin: 0;
    padding: 0; }

  #content {
    padding-bottom: 3em; }
    #content #inner-content {
      margin: 2em auto 3em; }

  .dbl {
    padding-right: 10px; }

  .full-grid {
    width: 100%;
    margin: 0;
    padding: 0; }

  .full-in-grid {
    width: 100%;
    padding: 2%; }

  .in-grid {
    width: 100%;
    margin: 0;
    padding: 0; }

  .widgettitle {
    display: none; }

  .cast-list {
    padding: 0px;
    margin-bottom: 20px; }
    .cast-list ul {
      width: 100%; }
      .cast-list ul li {
        display: block;
        width: calc(100% / 3 - 2%);
        margin-right: 3%; }
        .cast-list ul li:nth-of-type(3n) {
          margin-right: 0; }

  .archive_link {
    position: absolute;
    right: 0;
    left: auto;
    transform: none;
    top: 40px;
    bottom: auto;
    display: block;
    width: auto;
    text-align: center; }
    .archive_link a {
      padding: 8px 22px;
      display: inline-block;
      background: #916b59;
      color: #fff; }
      .archive_link a:hover, .archive_link a:focus {
        background: #fff6de;
        color: #ffffff; }

  .main_nav {
    display: block; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    padding-top: 40px; }
    .footer #inner-footer {
      margin: 0 auto; }
      .footer #inner-footer .fcol1 {
        width: 33.3%; }
      .footer #inner-footer .fcol2 {
        width: 66.6%; }
      .footer #inner-footer .footer-block {
        font-size: 0.88em; }
        .footer #inner-footer .footer-block .fnav-title {
          padding: 1.6em 0 1.6em 0.5em;
          border-bottom: none;
          text-align: left;
          font-size: 0.81em;
          background: #ffffff; }
        .footer #inner-footer .footer-block .footer-links {
          border-top: none;
          padding-left: 36px; }
          .footer #inner-footer .footer-block .footer-links .footer-nav {
            margin: 1em 0 2em; }
            .footer #inner-footer .footer-block .footer-links .footer-nav li {
              float: left;
              width: 50%;
              text-align: left;
              padding: 0.5em;
              border-bottom: none; }
        .footer #inner-footer .footer-block .foot-address {
          text-align: center; }
          .footer #inner-footer .footer-block .foot-address .footer-logo {
            padding-bottom: 30px; }
            .footer #inner-footer .footer-block .foot-address .footer-logo img {
              width: 304px; }
    .footer .outer-footer {
      margin-bottom: 0;
      padding-bottom: 0; }
      .footer .outer-footer .site-info {
        float: left;
        width: 50%;
        height: 45px;
        line-height: 45px;
        background: none; }
        .footer .outer-footer .site-info li {
          display: inline-block;
          text-align: left; }
          .footer .outer-footer .site-info li a {
            font-size: 0.81em; }
      .footer .outer-footer .copyright {
        background: #916b59;
        min-height: 45px;
        line-height: 45px;
        text-align: right;
        font-size: 0.6em;
        text-align: right;
        padding: 0;
        border-top: none; }

  .inner {
    margin: 0 auto; }

  .sp-flap {
    display: none; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@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
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  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;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
