/*!
Theme Name: demo-tomato
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: demo-tomato
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

demo-tomato is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*claerfix*/
/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}

.content {
  color: #533c0f;
  padding: 20px 10px 60px 20px;
}

.content p {
  margin: 0;
}

/*module*/

.line-right {
  text-align: right;
}

.line-left {
  text-align: left;
}

.line-center {
  text-align: center;
}

.blue {
  color: #00b1a7;
}

.yellow {
  background: #f8e569;
}

.clrpink {
  color: #ff388c;
}

.clrpink2 {
  color: #fe6d6d!important;
}

.right {
  float: right;
}

.left {
  float: right;
}

.bg-stripe {
  background-image: linear-gradient(
  90deg,
  #fff9f9 25%,
  #ffeced 25%,
  #ffeced 50%,
  #fff9f9 50%,
  #fff9f9 75%,
  #ffeced 75%,
  #ffeced
);
background-size: 100px 100px;
background-attachment: fixed;
}

.bg-gray {
  background-color: #E5E5E5;
}

.bg-autumn {
  background-color: #f8f7f2;
  height: 720px;
}

.bg-winter {
  background-color: #f3f9f8;
  height: 1600px;
}

.mg-b20 {
  margin-bottom: 20px!important;
}

.mg-t10 {
  margin-top: 10px!important;
}

.mg-t20 {
  margin-top: 20px!important;
}

.mg-t50 {
  margin-top: 50px!important;
} 

.mg-b50 {
  margin-bottom: 50px!important;
}

.pd-t20 {
  padding-top: 20px!important;
}

.fs18 {
  font-size: 18px!important;
}

.fs-20 {
  font-size: 20px!important;
}

.fs-22 {
  font-size: 22px!important;
}

.fs32 {
  font-size: 32px!important;
}

.fs34 {
  font-size: 34px!important;
}

.fs46 {
  font-size: 46px!important;
}

.fs70 {
  font-size: 70px!important;
}

.br {
  content: "\A" ;
  white-space: pre ;
}

.tp30 {
  top: 30px!important;
}

.top80 {
  top: 80px!important;
}

.hgt220 {
  height: 220px!important;
}

.lft330 {
  left: 330px!important;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}

meta.foundation-version {
  font-family: "/5.5.2/"
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em
}

meta.foundation-data-attribute-namespace {
  font-family: false
}

html, body {
  height: 100%
}

html {
  box-sizing: border-box
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

html, body {
  font-size: 100%
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Times New Roman","source-han-serif-japanese","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative
}

a:hover {
  cursor: pointer
}

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

img {
  -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important
}

.left {
  float: left !important
}

.right {
  float: right !important
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.hide {
  display: none
}

.invisible {
  visibility: hidden
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle
}

textarea {
  height: auto;
  min-height: 50px
}

select {
  width: 100%
}

.row {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%
}

.row:before, .row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.row.collapse>.column, .row.collapse>.columns {
  padding-left: 0;
  padding-right: 0
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0
}

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
  line-height: 1.8;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table
}

.row .row:after {
  clear: both
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table
}

.row .row.collapse:after {
  clear: both
}

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column+.column:last-child, .columns+.columns:last-child {
  float: right;
}

.column+.column.end, .columns+.columns.end {
  float: left
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%
  }
  .small-2 {
    width: 16.6666666667%
  }
  .small-3 {
    width: 25%
  }
  .small-4 {
    width: 33.3333333333%
  }
  .small-5 {
    width: 41.6666666667%
  }
  .small-6 {
    width: 50%
  }
  .small-7 {
    width: 58.3333333333%
  }
  .small-8 {
    width: 66.6666666667%
  }
  .small-9 {
    width: 75%
  }
  .small-10 {
    width: 83.3333333333%
  }
  .small-11 {
    width: 91.6666666667%
  }
  .small-12 {
    width: 100%
  }
  .small-offset-0 {
    margin-left: 0 !important
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important
  }
  .small-offset-3 {
    margin-left: 25% !important
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important
  }
  .small-offset-6 {
    margin-left: 50% !important
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important
  }
  .small-offset-9 {
    margin-left: 75% !important
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto
  }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none
  }
  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0
  }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none
  }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left
  }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right
  }
  .row.small-collapse>.column, .row.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0
  }
  .row.small-uncollapse>.column, .row.small-uncollapse>.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left
  }
}

@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%
  }
  .medium-2 {
    width: 16.6666666667%
  }
  .medium-3 {
    width: 25%
  }
  .medium-4 {
    width: 33.3333333333%
  }
  .medium-5 {
    width: 41.6666666667%
  }
  .medium-6 {
    width: 50%
  }
  .medium-7 {
    width: 58.3333333333%
  }
  .medium-8 {
    width: 66.6666666667%
  }
  .medium-9 {
    width: 75%
  }
  .medium-10 {
    width: 83.3333333333%
  }
  .medium-11 {
    width: 91.6666666667%
  }
  .medium-12 {
    width: 100%
  }
  .medium-offset-0 {
    margin-left: 0 !important
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important
  }
  .medium-offset-3 {
    margin-left: 25% !important
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important
  }
  .medium-offset-6 {
    margin-left: 50% !important
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important
  }
  .medium-offset-9 {
    margin-left: 75% !important
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto
  }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none
  }
  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0
  }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none
  }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left
  }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right
  }
  .row.medium-collapse>.column, .row.medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0
  }
  .row.medium-uncollapse>.column, .row.medium-uncollapse>.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto
  }
}

@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%
  }
  .large-2 {
    width: 16.6666666667%
  }
  .large-3 {
    width: 25%
  }
  .large-4 {
    width: 33.3333333333%
  }
  .large-5 {
    width: 41.6666666667%
  }
  .large-6 {
    width: 50%
  }
  .large-7 {
    width: 58.3333333333%
  }
  .large-8 {
    width: 66.6666666667%
  }
  .large-9 {
    width: 75%
  }
  .large-10 {
    width: 83.3333333333%
  }
  .large-11 {
    width: 91.6666666667%
  }
  .large-12 {
    width: 100%
  }
  .large-offset-0 {
    margin-left: 0 !important
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important
  }
  .large-offset-3 {
    margin-left: 25% !important
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important
  }
  .large-offset-6 {
    margin-left: 50% !important
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important
  }
  .large-offset-9 {
    margin-left: 75% !important
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto
  }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none
  }
  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0
  }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none
  }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left
  }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right
  }
  .row.large-collapse>.column, .row.large-collapse>.columns {
    padding-left: 0;
    padding-right: 0
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0
  }
  .row.large-uncollapse>.column, .row.large-uncollapse>.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto
  }
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-justify {
  text-align: justify !important
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important
  }
  .small-only-text-right {
    text-align: right !important
  }
  .small-only-text-center {
    text-align: center !important
  }
  .small-only-text-justify {
    text-align: justify !important
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important
  }
  .small-text-right {
    text-align: right !important
  }
  .small-text-center {
    text-align: center !important
  }
  .small-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important
  }
  .medium-only-text-right {
    text-align: right !important
  }
  .medium-only-text-center {
    text-align: center !important
  }
  .medium-only-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important
  }
  .medium-text-right {
    text-align: right !important
  }
  .medium-text-center {
    text-align: center !important
  }
  .medium-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important
  }
  .large-only-text-right {
    text-align: right !important
  }
  .large-only-text-center {
    text-align: center !important
  }
  .large-only-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important
  }
  .large-text-right {
    text-align: right !important
  }
  .large-text-center {
    text-align: center !important
  }
  .large-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important
  }
  .xlarge-only-text-right {
    text-align: right !important
  }
  .xlarge-only-text-center {
    text-align: center !important
  }
  .xlarge-only-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important
  }
  .xlarge-text-right {
    text-align: right !important
  }
  .xlarge-text-center {
    text-align: center !important
  }
  .xlarge-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important
  }
  .xxlarge-only-text-right {
    text-align: right !important
  }
  .xxlarge-only-text-center {
    text-align: center !important
  }
  .xxlarge-only-text-justify {
    text-align: justify !important
  }
}

@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important
  }
  .xxlarge-text-right {
    text-align: right !important
  }
  .xxlarge-text-center {
    text-align: center !important
  }
  .xxlarge-text-justify {
    text-align: justify !important
  }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none
}

a:hover, a:focus {
  /*color: #0078a0*/
}

a img {
  border: none
}

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0
}

h1 {
  font-size: 2.125rem
}

h2 {
  font-size: 1.6875rem
}

h3 {
  font-size: 1.375rem
}

h4 {
  font-size: 1.125rem
}

h5 {
  font-size: 1.125rem
}

h6 {
  font-size: 1rem
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem
}

em, i {
  font-style: italic;
  line-height: inherit
}

strong, b {
  font-weight: bold;
  line-height: inherit
}

small {
  font-size: 60%;
  line-height: inherit
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem
}

ul, ol, dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem
}

ul {
  margin-left: 1.1rem
}

ul.no-bullet {
  margin-left: 0
}

ul.no-bullet li ul, ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none
}

ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem
}

ul.no-bullet {
  list-style: none
}

ol {
  margin-left: 1.4rem
}

ol li ul, ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl dt {
  margin-bottom: 0.3rem;
}

dl dd {
  margin-bottom: 0.75rem
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help
}

abbr {
  text-transform: none
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555
}

blockquote cite:before {
  content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited {
  color: #555555
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f
}

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem
}

.vcard li {
  margin: 0;
  display: block
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem
}

.vevent .summary {
  font-weight: bold
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem
}

@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4
  }
  h1 {
    font-size: 2.75rem
  }
  h2 {
    font-size: 2.3125rem
  }
  h3 {
    font-size: 1.6875rem
  }
  h4 {
    font-size: 1.4375rem
  }
  h5 {
    font-size: 1.125rem
  }
  h6 {
    font-size: 1rem
  }
}

@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important
  }
}

@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important
  }
}

@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important
  }
}

@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important
  }
}

@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important
  }
}

.show-for-landscape, .hide-for-portrait {
  display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
  display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
  display: table !important
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important
}

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important
  }
  .hide-for-landscape, .show-for-portrait {
    display: none !important
  }
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important
  }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important
  }
  .hide-for-portrait, .show-for-landscape {
    display: none !important
  }
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important
  }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important
  }
}

.show-for-touch {
  display: none !important
}

.hide-for-touch {
  display: inherit !important
}

.touch .show-for-touch {
  display: inherit !important
}

.touch .hide-for-touch {
  display: none !important
}

table.hide-for-touch {
  display: table !important
}

.touch table.show-for-touch {
  display: table !important
}

thead.hide-for-touch {
  display: table-header-group !important
}

.touch thead.show-for-touch {
  display: table-header-group !important
}

tbody.hide-for-touch {
  display: table-row-group !important
}

.touch tbody.show-for-touch {
  display: table-row-group !important
}

tr.hide-for-touch {
  display: table-row !important
}

.touch tr.show-for-touch {
  display: table-row !important
}

td.hide-for-touch {
  display: table-cell !important
}

.touch td.show-for-touch {
  display: table-cell !important
}

th.hide-for-touch {
  display: table-cell !important
}

.touch th.show-for-touch {
  display: table-cell !important
}

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto
}

.print-only {
  display: none !important
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important
  }
  .show-for-print {
    display: block
  }
  .hide-for-print {
    display: none
  }
  table.show-for-print {
    display: table !important
  }
  thead.show-for-print {
    display: table-header-group !important
  }
  tbody.show-for-print {
    display: table-row-group !important
  }
  tr.show-for-print {
    display: table-row !important
  }
  td.show-for-print {
    display: table-cell !important
  }
  th.show-for-print {
    display: table-cell !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""
  }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  .hide-on-print {
    display: none !important
  }
  .print-only {
    display: block !important
  }
  .hide-for-print {
    display: none !important
  }
  .show-for-print {
    display: inherit !important
  }
}

@media print {
  .show-for-print {
    display: block
  }
  .hide-for-print {
    display: none
  }
  table.show-for-print {
    display: table !important
  }
  thead.show-for-print {
    display: table-header-group !important
  }
  tbody.show-for-print {
    display: table-row-group !important
  }
  tr.show-for-print {
    display: table-row !important
  }
  td.show-for-print {
    display: table-cell !important
  }
  th.show-for-print {
    display: table-cell !important
  }
}

@media not print {
  .show-for-print {
    display: none !important
  }
}

* {
  outline: none
}

.button {
  display: inline-block;
  padding: 20px 50px;
  background-color: #945901;
  color: #FFF;
  font-size: 0.875rem
}

.button:hover {
  color: #FFF
}

a {
  color: #ff638c;
}

a:hover {
  /*color: #675d5a;
  text-decoration: underline*/
}

.heading01 {
  font-size: 1.375rem;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin: 50px 0
}

.heading02 {
  font-size: 1.375rem;
  text-align: center;
/*  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  padding: 22px 0;
  position: relative;
  color: #fe6d6d;
}

.heading02::before,
.heading02::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.heading02::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.heading02::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.siteLogo {
  height: 65px;
  font-size: 1.25rem;
  font-family: 'Arvo', serif
}

.siteLogo .header-left {
  width: 350px;
  float: left;
}

.siteLogo .header-left h1 {
  font-size: 12px;
  line-height: 12px;
  color: #68480f;
}

.header-right {
  width: 530px;
  float: right;
}

.header-right .header-tel {
  padding: 3px;
  margin-top: 8px;
}

.header-right .header-tel .tel {
  float: left;
  text-align: center;
  font-family: 'Franklin Gothic Medium','Avenir',sans-serif;
}

.header-right .header-tel .tel p {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

.header-right .header-tel .tel .num {
  font-size: 32px;
  font-family: 'Franklin Gothic Medium','Avenir',sans-serif;
  line-height: 32px;
}

.header-right .header-tel .tel .access {
  font-size: 16px;
  color: #da3a7f;
}

.header-right .header-tel .req-btn {
  float: right;
  display: block;
  background: #e89217;
  color: #fff;
  margin-right: 5px;
  padding: 3px;
}

.header-right .header-tel .req-btn p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.siteLogo a {
  color: #000
}

.header-logo {
  text-align: left;
}

.header-logo a,.header-jna,.header-jna-img,.header-jna-tx {
  display: inline-block;
}

.siteHeader {
  height: 83px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.main-navigation {
  background-color: #fff;
  z-index: 20;
  border-bottom: none;
}

.main-navigation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #464646;
  text-align: center;
  font-size: 15px;
  height: 83px;
}

.main-navigation li a:hover {
  /*background-image: linear-gradient( -45deg, #fff 25%, #fdcad5 25%, #fdcad5 50%, #fff 50%, #fff 75%, #fdcad5 75%, #fdcad5 );
  background-size: 10px 10px;
  background-attachment: fixed;*/
  background-color: #fff;
}

.mainVisual {
  margin-top: 83px;
  position: relative;
}

.swiper-container-fade .swiper-slide img {
  height: 600px;
}

.mainVisual .headerSlide {
  position: relative;
}

.mainVisual .headerSlide .headerSlide-bx {
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, rgba(255, 255, 255, 1) 5px, rgba(255, 255, 255, 1) 10px);
  background-color: #ebada8;
  width: 400px;
  padding: 8px;
  position: absolute;
  top: 50px;
  right: 220px;
  z-index: 100;
}

.mainVisual .headerSlide .front_headerSlide-bx {
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, rgba(255, 255, 255, 1) 5px, rgba(255, 255, 255, 1) 10px);
  background-color: #ebada8;
  width: 400px;
  padding: 8px;
  position: absolute;
  top: 50px;
  right: 220px;
  z-index: 100;
}

.mainVisual .headerSlide .front_headerSlide-bx .headerSlide-bx-inner {
  background: #fff;
  padding: 15px;
  height: 250px;
}

.mainVisual .headerSlide .front_headerSlide-bx .headerSlide-bx-inner .headerSlide-bx-top {
  margin-top: 30px;
}

.mainVisual .headerSlide .front_headerSlide-bx .headerSlide-bx-inner .headerSlide-bx-top a {
  display: block;
  width: 300px;
  background: #f89e9e;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin: 10px auto;
  text-align: center;
  border-radius: 20px;
  padding: 5px 15px;
}

.mainVisual .headerSlide .front_headerSlide-bx .headerSlide-bx-inner .headerSlide-bx-btm p {
  font-size: 46px;
  letter-spacing: 16px;
  text-align: center;
  color: #fa8394;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.mainVisual .headerSlide .headerSlide-tit {
  position: absolute;
  top: 100px;
  left: 230px;
}

.mainVisual .headerSlide .front_headerSlide-tit {
  position: absolute;
  top: 100px;
  left: 230px;
  z-index: 100;
}

.mainVisual .headerSlide .headerSlide-bx .headerSlide-bx-inner {
  background: #fff;
  padding: 15px;
  height: 250px;
}

.mainVisual .headerSlide .headerSlide-bx .headerSlide-bx-inner .headerSlide-bx-top {
  margin-top: 30px;
}

.mainVisual .headerSlide .headerSlide-bx .headerSlide-bx-inner .headerSlide-bx-top a {
  display: block;
  width: 300px;
  background: #f89e9e;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin: 10px auto;
  text-align: center;
  border-radius: 20px;
  padding: 5px 15px;
}

.mainVisual .headerSlide .headerSlide-bx .headerSlide-bx-inner .headerSlide-bx-btm p {
  font-size: 46px;
  letter-spacing: 16px;
  text-align: center;
  color: #fa8394;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.mainVisual .headerSlide .headerSlide-tit p {
  color: #ff5379;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Meiryo UI','Avenir',sans-serif;
}

.mainVisual .headerSlide .front_headerSlide-tit p {
  color: #ff5379;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Meiryo UI','Avenir',sans-serif;
}

.mainVisual .headerSlide .headerSlide-tit p {
  color: #ff5379;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Meiryo UI','Avenir',sans-serif;
}

.mainVisual .mainVisual-bar-wrap {
  background: #f2f2f2;
  padding-bottom: 20px;
}

.mainVisual .mainVisual-bar {
  width: 960px;
  padding-top: 20px;
  margin: 0 auto;
}

.mainVisual .mainVisual-bar .mainVisual-bar-inner {
  width: 730px;
  margin: 0 auto;
  text-align: center;
}

.mainVisual-bar-inner .header-undertx-left,.mainVisual-bar-inner .header-undertx-right {
  display: inline-block;
}

.mainVisual-bar-inner .header-undertx-left p {
  display: inline-block;
  margin: 0 10px;
  color: #fb6f8b;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.mainVisual-bar-inner .header-undertx-left .header-undertx-label {
  background: #a5b2df;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
}

.mainVisual-bar-inner .header-undertx-btn {
  display: inline-block;
  vertical-align: bottom;
}

.mainVisual-bar-inner .header-undertx-right {
  background: #fb8888;
  color: #fff;
  width: 238px;
  border-radius: 10px;
  vertical-align: top;
  margin-left: 10px;
  height: 50px;
  display: block;
  margin-bottom: 5px;
}

.mainVisual-bar-inner .header-undertx-line {
  background: #00b901;
  color: #fff;
  height: 50px;
  width: 238px;
  border-radius: 10px;
  vertical-align: top;
  margin-left: 10px;
  display: block;
}

.mainVisual-bar-inner .header-undertx-line p {
  vertical-align: middle;
  height: 50px;
  width: 238px;
  display: table-cell;
}

.mainVisual-bar-inner .header-undertx-right p {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 238px;
}

.mainVisual .mainVisual-bar img {
  width: auto;
  margin-bottom: 0;
}

@media (max-width: 40.0625em) {
  .main-navigation ul li {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .main-navigation ul li ul {
    box-shadow: none;
    float: none;
    position: static;
    top: 0;
    left: 0;
    z-index: 99999
  }
  .main-navigation ul li ul a {
    width: auto;
    padding-left: 50px
  }
}

.mainVisual img {
  width: 100%;
  margin-bottom: 0;
}

.menu-toggle {
  display: inline-block;
  max-width: 50px;
  margin: 10px auto;
  text-align: center;
  padding: 15px;
  bottom: 1px solid #ccc;
  bottom: 1px solid #5e5755;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #633c15;
  border: 2px solid #633c15;
}

.menu-toggle:hover {
  background-color: #ab845e;
  cursor: pointer
}

.content .concept-bx {
  margin-bottom: 20px;
}

.content .concept-bx .bx-img {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.content .concept-bx .concept-tx {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  font-size: 14px;
}

.sideBar-Libx {
    background: #fff;
    border: 1px solid gainsboro;
}
.sideBar-Libx .box-title {
    font-size: 13px;
    background-size: 8px 8px;
    background-attachment: fixed;
    padding: 4px 4px 4px 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    filter:dropshadow(color=#000000,offX= 0,offY=-1)
    dropshadow(color=#000000,offX= 1,offY= 0)
    dropshadow(color=#000000,offX= 0,offY= 1)
    dropshadow(color=#000000,offX=-1,offY= 0);
    background-color: #1f9447;
    color: #fff;
}
.sideBar-Libx p {
    padding: 15px 20px;
    margin: 0;
}

.sideBar-Libx a {
  display: block;
  border-bottom: 1px dashed gainsboro;
  padding: 10px 5px;
  font-size: 12px;
}

.sideBar-Libx a:last-child {
  border-bottom: 0;
}

.sideBar-Libx a span {
  margin-left: 20px;
}

.brownBx a {
  border-color: #e7d6c4;
}

.redBx a {
  border-color: #ecd1da;
}

.blueBx a {
  border-color: #cee2e3;
}

.brownBx a span {
  color: #f39d86;
}

.redBx a span {
  color: #fc7486;
}

.blueBx a span {
  color: #75a9db;
}

.mainContent {
  margin-top: 50px
}

.new-entry-content {
  display: inline-block;
  margin-left: 20px;
}

.new-entry-content .new-entry-title span {
  display: block;
}

.entryContent .display-posts-listing .listing-item {
  width: 560px;
  margin: 0 auto;
  margin-top: 35px;
}

.entryContent .display-posts-listing .listing-item .imgae {
  display: block;
}

.entryContent .display-posts-listing .title {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 0 43px;
  margin: 16px 0 0 0;
}

.entryContent .display-posts-listing .date {
  text-align: right;
  display: block;
}

.new-entry-thumb {
  display: inline-block;
}

.entryContent figure {
  margin: 0 0 30px 0;
  width: 80px;
}

.entryContent pre {
  word-break: break-word
}

.entryPost table {
  border: 1px solid #bababa;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 6px auto 20px;
}

.entryPost table thead {
  background: #fff2ec;
}

.entryPost table th {
  border: 1px solid #bababa;
  color: #653b14;
  font-size: 14px;
  text-align: center;
  padding: 8px;
  background: #FFF2EC;
  line-height: 1.4em;
}

.entryPost table td {
  color: #653b14;
  font-size: 14px;
  text-align: left;
  padding: 8px;
  border: 1px solid #bababa;
}

/*.entryPost a {
  width: 80%;
      display: block;
      text-decoration: none;
      padding: 10px 0 10px;
      border-radius: 3px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      margin: 10px auto;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
      background: -webkit-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
      background: -moz-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
      background: -o-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
      background: -ms-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
      background: linear-gradient(to bottom, #ff8e8e 0%, #ff7979 88%);
      color: #fff;
}*/

.entry-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.entry-wrapper .mainContent {
  float: left;
  width: 65%;
  margin-top: 0;
}

.entry-wrapper #sidebar {
  float: right;
  width: 30%;
}

.post-items {
}

.post-items article {
  margin-bottom: 48px;
}

.post-items article .entry-header .post-thumbnail {
  max-height: 185px;
  overflow: hidden;
}

.post-items article .entry-header .post-thumbnail img {
  width: 100%;
  min-width: 100%;
  min-height: 180px;
}

.entry-header {
  display: flex;
  justify-content: space-between;
}

.post-img {
  width: 220px;
  height: 133px;
  overflow: hidden;
}

.post-tx {
  width: calc( 100% - 230px );
}

.post-tx > h2 {
  margin-top: 0px;
  padding-top: 0;
}

.entry-header .post-thumbnail {
  display: block;
}

.entry-header .entry-title {
  font-size: 20px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  border: 0;
}

.entry-header .entry-title a {
  font-weight: bold;
  color: #464646;
}

.entry-header .post-description {
  font-size: 13px;
  line-height: 1.5;
  max-height: 39px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  color: #6A6E71;
}

.entry-header .entry-meta .post-categories {
}

.post-categories li {
  display: inline-block;
  line-height: 1;
}

.entry-header .entry-meta {
}

.entry-header .entry-meta .date {
}

nav.navigation.posts-navigation, nav.post-navigation {
  margin: 50px 0;
  border-top: 1px solid #ccc;
  padding-top: 30px
}

.widget .widget-title {
  font-size: 1.125rem;
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 0
}

.siteFooter {
  margin-top: 0;
  background-color: #fcf4dd;
  color: #7b7b7b;
}

.footer-logo {
  margin-top: 20px;
  float: left;
}

.footer-info {
  float: right;
  width: 415px;
  margin: 0 auto;
  margin-top: 8px;
  padding: 8px;
}

.footer-navi {
  clear: both;
  padding: 20px 0;
}

.footer-navi ul {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer-navi li {
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid gainsboro;
}

.copyright {
  font-size: 0.875rem;
  text-align: right;
  color: #7b7b7b;
}

.entryDate {
  display: block;
  font-size: 0.875rem
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 12px;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 5em;
  left: -999em;
  z-index: 99999
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0
}

.main-navigation ul ul a {
  width: 200px
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto;
  background-color: #2e373d
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
  left: 100%
}

.menu-toggle, .main-navigation.toggled ul {
  display: block
}

@media screen and (min-width: 40.0626em) {
  .menu-toggle {
    display: none
  }
  .main-navigation ul {
    display: block
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%
}

.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a, .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
  font-size: 14px;
}

.posts-navigation .nav-previous a, .posts-navigation .nav-next a {
  font-size: 36px;
}

.nav-previous a, .nav-next a {
  position: relative;
  display: block;
}

.nav-previous a .fa-chevron-circle-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.nav-next a .fa-chevron-circle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both
}

.widget {
  margin: 8px auto 0;
}

.widget select {
  max-width: 100%
}

.widget_search .search-submit {
  display: none
}

.textwidget p {
  margin-bottom: 0;
  padding: 0;
}

.sticky {
  display: block
}

.hentry {
  margin: 0 0 5px;
}

.byline, .updated:not(.published) {
  display: none
}

.single .byline, .group-blog .byline {
  display: inline
}

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0
}

.page-links {
  clear: both;
  margin: 0 0 1.5em
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

embed, iframe, object {
  max-width: 100%
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0
}

.wp-caption-text {
  text-align: center
}

.gallery {
  margin-bottom: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-caption {
  display: block
}

/*base*/

ul {
  list-style: none;
  margin: 0;
}

.content .btnWrap a {
  width: 80%;
  display: block;
  text-decoration: none;
  padding: 10px 0 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
  background: -moz-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
  background: -o-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
  background: -ms-linear-gradient(top, #ff8e8e 0%, #ff7979 88%);
  background: linear-gradient(to bottom, #ff8e8e 0%, #ff7979 88%);
  color: #fff;
}

a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
    text-decoration: none;
}

a:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.post-categories li a {
  color: #fff;
  background-color: #fbd6e9;
  border-color: #fbd6e9;
  padding: 1px 15px;
  transition: .4s;
  border-radius: 3px;
  line-height: 1.5;
}

/*sidebar*/

.sideBanner {
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
}

.sideBanner .sideBanner-inner {
  background-color: #ebebe9;
  height: 100%;
}

#text-3, #text-4, #text-5 {
  padding: 0 10px;
}

#text-5 .sideBanner .sideBanner-inner {
  background-color: #da444d;
}

#text-4 .sideBanner .sideBanner-inner {
  background-color: #f6ce21;
}

#text-3 .sideBanner .sideBanner-inner {
  background-color: #e89217;
}

.sideBanner .sideBanner-left {
  display: inline-block;
  width: 87px;
  margin-left: 5px;
  vertical-align: middle;
}

.sideBanner .sideBanner-left span {
  position: absolute;
  top: 60%;
  transform: scale( 0.6 , 2.1 ) translateY(-50%);
  display: inline-block;
  font-weight: 100;
  color: rgba(173, 128, 51, 1);
  z-index: 1;
}

.sideBanner .sideBanner-left p {
  font-size: 14px;
  color: rgba(173, 128, 51, 1);
  margin-bottom: 0;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  z-index: 1;
  margin-left: 20px;
}

.sideBanner .sideBanner-right {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.sideBanner .sideBanner-right:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 0 90px #ebebe9;
}

.sidesemBanner {
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #f8c2d7;
  position: relative;
}

.sidesemBanner .sidesemBanner-inner {
  margin: 4px;
  background-color: #fff;
}

.sidesemBanner .sidesemBanner-left {
  display: inline-block;
  width: 87px;
  margin-left: 5px;
  vertical-align: middle;
}

.sidesemBanner .sidesemBanner-left span {
  position: absolute;
  display: inline-block;
  font-weight: 100;
  color: #f8bcd3;
}

.sidesemBanner .sidesemBanner-left p {
  font-size: 14px;
  color: #a07668;
  margin-bottom: 0;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, sans-serif;
  position: absolute;
  top: 20%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  z-index: 1;
}

.sidesemBanner .sidesemBanner-right {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.sidesemBanner .sidesemBanner-right:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 0 90px #fff;
}

.sideBanner .sidefbBanner-inner {
  margin: 4px;
  background-color: #c4d7f8;
}

.sideBanner .sidefbBanner-left {
  display: inline-block;
  width: 87px;
  margin-left: 5px;
  vertical-align: middle;
}

.sideBanner .sidefbBanner-left p {
  font-size: 11px;
  color: #a07668;
  margin-bottom: 0;
  font-family: 'Calibri','Avenir',sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  z-index: 1;
  line-height: 24px;
  letter-spacing: 1px;
  margin-left: 10px;
}

.sideBanner .sidefbBanner-left strong {
  font-weight: 100;
  font-size: 20px;
}

.sideBanner .sidefbBanner-right {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.sideBanner .sidefbBanner-right:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 0 90px #c4d7f8;
}

.sideBanner .sideigBanner-inner {
  margin: 4px;
  background-color: #d6c3fa;
}

.sideBanner .sideigBanner-left {
  display: inline-block;
  width: 87px;
  margin-left: 5px;
  vertical-align: middle;
}

.sideBanner .sideigBanner-left p {
  font-size: 11px;
  color: #a07668;
  margin-bottom: 0;
  font-family: 'Calibri','Avenir',sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  z-index: 1;
  line-height: 24px;
  letter-spacing: 1px;
  margin-left: 10px;
}

.sideBanner .sideigBanner-left strong {
  font-weight: 100;
  font-size: 20px;
}

.sideBanner .sideigBanner-right {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.sideBanner .sideigBanner-right:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 0 90px #d6c3fa;
}

.sideBx {
  display: block;
  padding: 5px;
  position: relative;
}

.sideBx .sideBx-inner {
  padding: 15px;
  height: 177px;
}

.sideBx .sideBx-inner .sideBx-tx {
  /*width: 110px;*/
}

.sideBx .sideBx-inner .sideBx-tx p {
  font-size: 36px;
  line-height: 46px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
}

.sideBx .sideBx-inner .sideBx-tx p span {
  font-size: 22px;
}

.sideBx .sideBx-inner > p {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  width: 160px;
  display: block;
  padding-left: 50px;
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.sideBx .sideBx-inner > p:after {
  top: 0;
  left: -1px;
  border-width: 17px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.sideBx-1 {
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, rgba(255, 255, 255, 1) 5px, rgba(255, 255, 255, 1) 10px);
  background-color: #f4b6b3;
}

.sideBx-1 .sideBx-inner {
  background: url(http://rireflap.com/wp-content/uploads/2018/08/sideBx_01.jpg);
}

.sideBx-1 .sideBx-inner .sideBx-tx p {
  color: #ff4c74;
}

.sideBx-1 .sideBx-inner > p {
  background: #ff4c74;
}

.sideBx-2 {
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, rgba(255, 255, 255, 1) 5px, rgba(255, 255, 255, 1) 10px);
  background-color: #fee69b;
}

.sideBx-2 .sideBx-inner {
  background: url(http://rireflap.com/wp-content/uploads/2018/08/sideBx_02.jpg);
}

.sideBx-2 .sideBx-inner .sideBx-tx p {
  color: #776329;
}

.sideBx-2 .sideBx-inner > p {
  background: #f8ae58;
}

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
  margin-top: 20px;
  border-radius: 5px;
}
.table-contactform7 th{
  font-weight:normal;
  color: #333;
  width: 30%;
  text-align: left;
}

.table-contactform7 .content {
  padding: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.title-contactform7 span {
  color: #fff;
  padding: 5px;
      border-radius: 5px;
      margin-right: 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
.contact-header {
  position: relative;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, sans-serif;
  color: #734603;
}
.contact-header-title {
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 36px;
  text-shadow: 2px 1px #33333380;
}
.contact-header-text {
  position: absolute;
  top: 60%;
  text-align: center;
  width: 100%;
}
.contact-header-text span {
  display: inline-block;
  margin: 10px 30px;
  pointer-events: none;
}

.contact-select {
  overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
  vertical-align:middle;
}

.contact-form-select p {
  display: inline-block;
  vertical-align: middle;
}

.contact-select select {
  width: 100%;
    padding:  0px 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
/*base*/

/*module*/

/*header*/
.title-logo {
  display: inline-block;
  margin: 0 0 0 20px;
  width: 200px;
  max-width: 200px;
  font-size: 2rem;
  height: 83px;
  line-height: 83px;
}

.header-logo {
  display: block;
}

.header-logo img {
  width: 160px;
}

.menu {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

/*sidebar*/
.sidebarBtn-parent {
  position: relative;
  display: block;
}
.sidebarBtn {
  font-size: 13px;
  width: 100%;
  height: 150px;
  background-color: #f9768e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.sidebarBtn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #ff9aab transparent;
  line-height: 0;
  _border-color: #000 #000 #ff9aab #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  bottom: 0;
  right: 0;
}

.sidebarBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #ff9aab transparent transparent transparent;
  line-height: 0;
  _border-color: #ff9aab #000 #000 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  top: 0;
  left: 0;
}

.sidebarBtnSec {
  font-size: 13px;
  width: 100%;
  height: 150px;
  background-color: #36bbd4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.sidebarBtnSec:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #4dc9e0 transparent;
  line-height: 0;
  _border-color: #000 #000 #4dc9e0 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  bottom: 0;
  right: 0;
}

.sidebarBtnSec:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #4dc9e0 transparent transparent transparent;
  line-height: 0;
  _border-color: #4dc9e0 #000 #000 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  top: 0;
  left: 0;
}

.sidebarBtn-wrap {
  position: relative;
  top: 40px;
  color: #fff;
  z-index: 3;
}

.sidebarBtn-wrap span {
  font-size: 24px;
}

.sideBar-lineBanner {
  padding: 10px 0 0 0;
  border: 1px solid #00b901;
  display: block;
}

.sideBar-lineBanner-left {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin-left: 20px;
}

.sideBar-lineBanner-main p {
  font-size: 18px;
  color: #9e9e9e;
  font-weight: bold;
}

.sp-icon {
  width: 30%;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

.sideBar-lineBanner span {
  display: block;
  color: #fff;
  background: #00b901;
  text-align: center;
  padding: 2px;
  font-size: 13px;
}

.sideBar-blog {
  position: relative;
  display: block;
  border: 1px solid #cfefea;
}

.sideBar-blog {
  position: relative;
  display: block;
  border: 1px solid #cfefea;
}

.sideBar-blog-left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.sideBar-blog-img {
  position: absolute;
  top: 0;
  z-index: -1
}

.sideBar-blog-left p {
  font-size: 18px;
  color: #fff;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  margin: 0 0 10px 15px;
  font-weight: bold;
  line-height: 22px;
  text-shadow: 1px 1px #565656;
}

.sideBar-blog span {
  display: block;
  background: #cfefea;
  padding: 2px;
  text-align: center;
  color: #4e391b;
  font-size: 14px;
}

.sideBar-nav {
  display: block;
  height: 120px;
  overflow: hidden;
}

.sideBar-nav figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 220px;
  max-height: 310px;
  max-width: 330px;
  width: 100%;
  background: #000;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.sideBar-nav img {
  opacity: .9;
  display: block;
  max-width: 100%;
  position: relative;
}

.sideBar-nav figcaption {
  position: absolute;
  top: 10%;
  left: 3%;
  right: 3%;
  bottom: 10%;
  border: 1px solid;
}

.sideBar-nav figcaption>div {
  color: #ec7aac;
  margin-top: 4%;
}

.sideBar-nav figcaption>div p {
  text-align: left;
  font-size: 52px;
  color: #ec7aac;
  -webkit-text-stroke: 1px #fff;
}

.sideBar-ig {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid red;
  border-right: 1px solid #00f
}

.sideBar-ig:before, .sideBar-ig:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#f00), to(#00f));
  background: -moz-linear-gradient(left, #f00, #00f);
  background: linear-gradient(left, #f00, #00f)
}

.sideBar-ig-left {
  width: 35%;
  display: inline-block
}

.sideBar-ig-right {
  width: 60%;
  display: inline-block;
  vertical-align: middle
}

.sideBar-ig-right p {
  font-size: 12px;
}

.breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 15px;
}

.breadcrumbs a {
  color: #ff638c;
  text-decoration: underline;
}

.breadcrumbs  span {
  font-size: 12px;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.cf {
  display: inline-block
}


/*\*/

* html .cf {
  height: 1%
}

.cf {
  display: block
}

body {
  font-family: "Times New Roman","source-han-serif-japanese","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
}

p {
  color: #737272;
  font-size: 1.2rem;
}

.brown {
  color: #795548
}

.pink {
  color: #ff91a5
}

.clear-pink {
  background-color: rgba(255, 170, 221, 0.66)
}

.clear-brown {
  background-color: rgba(121, 85, 72, 0.66)
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=60);
  /**/
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
  zoom: 1
}

p, pre, blockquote, ul, ol, dl, dt, dd, hr, form, input {
  margin: 0 0 10px 0;
  padding: 0
}

dt dd {
  border-left: 0
}

.bold {
  font-weight: bold
}

.courseList-subh {
  margin: 25px 0;
  color: #067fb7
}

.courseList-subh h5 {
  border: 0;
  background: #fff;
  margin-bottom: 0
}

.courseList-subh span {
  display: block;
  margin-left: 150px;
  color: #98260c
}

.flex {
  display: flex
}

.bg-pink {
  background: #ff91a53d
}

.bg-yellow {
  background: #ff980033
}

.bg-blue {
  background: #9e9e9ec4
}

.bg-white {
  background: #ffffff91;
  color: #ef858c !important
}

.bg-white h4 {
  color: #ef858c !important
}

.bg-green {
  background: #20ddcb66
}

.bg-skyblue {
  background: #cae4ff
}

.bg_img::after {
  content: '';
  background-color: #f5f5f5b8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div.infobox {
  width: 95%;
  margin: 10px auto;
  padding: 0 10px
}

div.infobox ul {
  padding: 0
}

.carousel-inner {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif
}

#npcatch {
  margin-top: 0
}

#npcatch li .title a .category {
  margin: 10px;
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background: #fbd6e9
}

#npcatch li .title a .postTitle {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px
}

#npcatch li {
  clear: both;
  vertical-align: top;
  list-style: none;
  margin-left: 0;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  height: 100%;
  border-bottom: 1px solid #e5e5e5
}

#npcatch .title {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

#npcatch .title a {
  font-size: 14px;
  color: #181818 !important;
  vertical-align: middle;
  text-decoration: none
}

#npcatch li > a {
  display: flex;
  width: 100%;
}

#npcatch .date {
  font-size: small;
  color: #adb5bf;
  margin: 5px
}

.newsWrap {
  margin-top: 35px
}

.news-more {
  display: block;
  padding: .3em 1em;
  text-decoration: none;
  color: #ff638c;
  border: solid 1px #ff638c;
  border-radius: 3px;
  transition: .4s;
  width: 80%;
  position: relative;
  text-align: center;
  margin: 20px auto;
}

.news-more span {
  right: 20px;
  position: absolute
}

.news-more:hover {
  background: #ff638c;
  color: #fff
}
.call-num {
  color: #ff638c
}
.pnk {
  position: relative;
  color: #ff638c;
  left: 47%
}
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
  margin-top: 20px;
  border-radius: 5px;
  border-spacing: 0;
  width: 100%;
}
.table-contactform7 th {
  font-weight: bold;
  background: #fbd6e9;
  color: #734603
}
.table-contactform7 input, .table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px
}
.title-contactform7 span {
  color: #ff5081
}
.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px
}
.message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px
}
.contact-header {
  position: relative;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, sans-serif;
  color: #734603
}
.contact-header-title {
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 36px;
  text-shadow: 2px 1px #33333380
}
.contact-header-text {
  position: absolute;
  top: 60%;
  text-align: center;
  width: 100%
}
.contact-header-text span {
  display: inline-block;
  margin: 10px 30px;
  pointer-events: none
}
.footer-banner {
  display: flex;
  padding: 20px
}
.footer-banner-text {
  width: 55%
}
.footer-banner-text p {
  font-size: 15px;
  color: #795548;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif
}
.footer-banner-text ul {
  margin-top: 10px
}
.footer-banner-text li {
  margin-bottom: 0
}
.footer-banner-text li i {
  margin-right: 5px;
  color: #ef858c
}
.footer-banner-img {
  width: 40%
}
.toTop {
  display: block;
  height: 40px;
  width: 40px;
  bottom: 30px;
  position: fixed;
  right: 10px;
  border-radius: 50%;
  background: #9e9e9ead
}
.toTop i {
  font-size: 40px;
  color: #fff;
  display: block;
  padding-left: 7px
}
@media screen and (min-width:900px) {
  .table-contactform7 th {
    width: 28%
  }
}
@media screen and (max-width:900px) {
  .table-contactform7 {
    display: block
  }

  .table-contactform7 tbody, .table-contactform7 tr {
    display: block;
    width: 100%
  }

  .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 0
  }

  .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none !important
  }
}
footer {
  width: 100%
}
footer .footer-li {
  width: 96%;
  margin: 5px;
  overflow: hidden;
  padding-left: 0
}
footer .footer-li li {
  width: 50%;
  display: block;
  float: left;
  font-size: 12px;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: top
}
footer .footer-li li:nth-child(odd) {
  border-right: 1px solid #dbdbdb
}
footer .footer-li li a {
  font-size: 12px;
  display: block;
  padding: 10px 5px;
  padding-right: 18px;
  padding-left: 5%;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.siteContent {
  padding-bottom: 0
}
.flex {
  display: flex;
  justify-content: space-around;
}
.gnav_requestBtn {
  background-color: #f9768e;
  color: #fff!important;
  width: 102px; 
}

.gnav_schoolBtn {
  background-color: #36bbd4;
  color: #fff!important;
  width: 122px;
}

.main-navigation li a.gnav_shcoolBtn:hover, .main-navigation li a.gnav_requestBtn:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
  zoom: 1;
}

.gnav_schoolBtn:hover {
  background-color: #36bbd4!important;
}

.gnav_requestBtn:hover {
  background-color: #f9768e!important;
}
.mean-container .mean-bar {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 999;
}
@media screen and (max-width:768px) {
  .pc-only {
    display: none!important;
  }
  .siteHeader {
    z-index: 150;
    height: 110px;
  }
  .mean-container .mean-bar {
    top: 100px;
  }
  .main-navigation {
    height: 100px;
  }
  .title-logo {
    display: block;
    margin:0 auto;
    height: 45px;
    line-height: 45px;
  }
  .header-logo {
    text-align: center;
  }
  .main-navigation a {
  }
  .ctaWrap-header {
    top: 25px;
  }
  .ctaWrap-header a {
    position: relative;
  }
  .ctaWrap-header a span {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
  }
  .ctaWrap-header .learnMake {
    display: inline-block;
    padding: .3em 1em;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 100%;
    width: 23%;
    vertical-align: top;
    background-color: #b7dbff;
    border: solid 1px #b7dbff
  }
  .ctaWrap-header .school-tour {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 100%;
    width: 23%;
    vertical-align: top;
    background-color: #ffb7db;
    border: solid 1px #ffb7db;
    padding: .3em 1em;
  }
  .ctaWrap-header .school-tour .school-icon {
    position: relative;
    top: -5px
  }
  .ctaWrap-header .phone-call {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 100%;
    width: 23%;
    vertical-align: top;
    background-color: #89e6ce;
    border: solid 1px #89e6ce
  }
  .ctaWrap-header a {
    border-radius: 3px
  }
  .ctaWrap-header a i {
    font-size: 20px
  }
  .ctaWrap-header p {
    font-size: 11px;
    margin-top: 5px;
    color: #b8b8b8
  }
  .book-iconTop {
    color: #fff;
    margin-bottom: 6px
  }
  .school-iconTop {
    color: #fff;
  }
  .phone-iconTop {
    color: #fff;
    margin: 5px 6px
  }
  .phone-icon {
    color: #fff;
    position: relative;
    top: 7px
  }
  .phone-icon span {
    position: relative;
    top: 6px
  }
  .phone-call img {
    width: 50px;
  }
  .header-logo img {
    width: auto;
    height: 25px;
    vertical-align: top;
    margin-top: 3px;
  }

  .sp-position {
    margin-top: 0;
  }
  .f_16 {
    font-size: 16px;
  }
  .student-voice-img {
    width: 50%;
    left: 15%
  }

  .contact-header-title {
    top: 30%;
    font-size: 26px
  }

  .contact-header-text span {
    font-size: 12px
  }

  .too-banner {
    margin-top: 10px;
    display: block;
  }

  .top-main-nav {
    background: #ff8cb57a;
    padding: 10px 8px 7px
  }

  .top-main-nav ul {
    margin: 0 auto;
    flex-wrap: wrap
  }

  .top-main-nav ul li {
    margin-bottom: 3px;
    width: 24%;
    margin-right: 3px;
    padding: 6px 0 3px 0;
    background: linear-gradient(to bottom, #FFF, #fff9fa);
    text-align: center;
    border-radius: 5px;
    height: 81px;
    box-shadow: 1px 1px #9e9e9e;
    position: relative
  }

  .top-main-nav ul li i {
    font-size: 3rem;
    color: #ff638c
  }

  .top-main-nav ul li span {
    display: block;
    font-size: 10px;
    bottom: 0;
    width: 100%;
    position: absolute;
    font-weight: 700;
    margin-top: 3px
  }

  .top-main-navList {
    display: block;
    width: 44%;
    margin: 2px auto
  }

  .top-media {
    margin-top: 70px;
  }

  .top-media .centeringHead {
    background: #fff;
    color: #333;
    text-align: center;
    border: 0;
    border-top: 1px solid;
    margin: 10px 30px 0;
    font-size:18px;
  }

  .top-media .flex {
  }

  .top-media .flexItem {
    margin: 5px 2px;
    overflow: hidden
  }

  .top-work {
    margin-top: 15px
  }

  .top-work .top-workText {
    padding: 10px 15px
  }
  .top-work .top-workText p, .top-interview-listText p, .accessWrap td {
    font-size: 13px;
  }

  .top-point {
    margin-top: 35px
  }

  .top-lesson {
    margin-top: 35px
  }

  .top-lesson .top-lesson-inner {
    padding: 15px
  }

  .top-lesson li a {
    display: block
  }

  .top-lesson li a p {
    text-align: center;
    margin-top: 10px;
    color: #737272;
    font-size: 14px;
    padding: 0 40px
  }

  .top-lesson-img {
    position: relative;
    height: 150px;
    overflow: hidden
  }

  .top-lesson-titWrap {
    position: absolute;
    top: 30%;
    width: 100%
  }

  .top-lesson-tit {
    width: 68%;
    margin: 0 auto;
    text-align: center;
    color: #fff
  }

  .top-lesson-tit h4 {
    font-size: 30px;
    margin-bottom: 5px;
    padding: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 30px
  }

  .lesson-more {
    padding: .1em 1em;
    text-decoration: none;
    color: #333;
    border: solid 1px #333;
    transition: .4s;
    width: 80%;
    position: relative;
    left: 10%;
    text-align: center;
    margin: 20px 0
  }

  .lesson-more span {
    right: 20px;
    position: absolute
  }

  .top-interview {
    margin-top: 70px;
  }

  .top-interview-head {
    display: flex
  }

  .top-interview-Text {
    width: 60%;
    margin-right: 10px;
    text-align: center
  }

  .top-interview-Text span {
    font-size: 12px
  }

  .top-interview-Text h4 {
    margin: 5px 10px;
    padding: 0;
    color: #333
  }

  .top-interview-Text a {
    display: block;
    font-size: 14px;
    margin: 5px;
    background: #ff638c;
    padding: 10px 5px;
    color: #fff
  }

  .top-interview-img {
    width: 30%
  }

  .top-interview-listItem {
    display: flex;
    align-items: center;
    margin-top: 20px
  }

  .top-interview-listText {
    margin-left: 5px;
    padding: 10px;
    width: 90%
  }

  .top-interview-listText span {
    font-size: 14px
  }

  .top-interview-listText .student-name {
    display: block;
    color: #03a9f4
  }

  .top-about-gm {
    display: none
  }

  .work-portfolio {
    margin-top: 15px
  }

  .featureWrap {
    margin-top: 55px
  }

  .top-point .featurePoint>li>div {
    margin: 10px 2px;
    padding: 15px 5px 0 5px
  }

  .top-point .point_title {
    padding: 5px;
    width: 80%;
    margin: 0 auto
  }

  .top-point .point1 p, .top-point .point2 p, .top-point .point3 p, .top-point .point4 p {
    font-size: 13px;
    display: inline-block;
    width: 50%;
    vertical-align: middle
  }

  .top-point .featurePoint-img {
    padding: 0 10px 10px;
    display: inline-block;
    width: 100%;
    vertical-align: middle
  }

  .top_feature_point {
    padding: 10px;
  }

  .top_feature_point li {
    margin-bottom: 10px;
  }

  .top-point .point1:after, .top-point .point2:after, .top-point .point3:after, .top-point .point4:after {
    padding: 0 10px;
    font-size: 16px;
  }

  #top {
    padding-top: 377px;
    margin-top: -361px
  }

  .top-lesson-img img {
    width: 100%
  }
}
@media screen and (min-width:961px) {
  .top-main-nav {
    display: none
  }
  .grid_li_wrap p {
    font-size: 18px;
    padding: 7px
  }
}
h2, h3 {
  letter-spacing: .1rem
}

.h2, h2 {
  margin-bottom: 10px;
  padding-top: 10px;
  color: black;
  background: #fff
}
footer {
  width: 100%;
  margin: 40px auto 0;
  padding-top: 32px;
  background: #fff5f7
}
footer .footerWrap {
  width: 1100px;
  padding-bottom: 27px;
  margin: 0 auto;
  background: url(/img/footer_bg2.gif) left bottom no-repeat
}
.footerInner {
  padding-bottom: 35px;
  width: 980px
}
#footerInner1 {
  width: 188px;
  border-left: dotted 1px #d1d1d1;
  padding-left: 15px;
  float: left
}
#footerInner1 .tit {
  margin-bottom: 20px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  font-size: 18px;
  line-height: 18px
}
#footerInner1 ul li {
  margin-bottom: 12px;
  padding-left: 10px;
  line-height: 1
}
#footerInner1 ul li a {
  color: #5b5b5b;
  text-decoration: underline;
  font-size: 12px
}
#footerInner1 ul li a i {
  font-size: 12px;
  margin-right: 5px;
  color: #ff91c1;
  font-weight: bold
}
#copyright {
  text-align: center;
  color: #ff91c1
}
.footer-banner {
  display: block;
  background: #fde3f8
}
.footer-banner-text {
  width: auto
}
.footer-banner-img {
  width: auto
}
.footer-banner-text li {
  margin-bottom: 10px;
  font-size: 12px;
}
.sideBtnpub {
  font-size: 3em
}
.sideBar-nav {
  display: block;
  height: 120px;
  overflow: hidden
}
.sideBar-nav figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 220px;
  max-height: 310px;
  max-width: 330px;
  width: 100%;
  background: #000;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  text-align: center
}
.sideBar-nav img {
  opacity: .9;
  display: block;
  max-width: 100%;
  position: relative
}
.sideBar-nav figcaption {
  position: absolute;
  top: 10%;
  left: 3%;
  right: 3%;
  bottom: 10%;
  border: 1px solid
}
.sideBar-nav figcaption>div {
  color: #ec7aac;
  margin-top: 4%
}
.sideBar-nav figcaption>div p {
  text-align: left;
  font-size: 52px;
  color: #ec7aac;
  -webkit-text-stroke: 1px #fff
}
.sideBar-nav figcaption>div small {
  font-size: 25px
}
.sideBar-ig {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid red;
  border-right: 1px solid #00f
}
.sideBar-ig:before, .sideBar-ig:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#f00), to(#00f));
  background: -moz-linear-gradient(left, #f00, #00f);
  background: linear-gradient(left, #f00, #00f)
}
.sideBar-ig-left {
  width: 35%;
  display: inline-block
}
.sideBar-ig-right {
  width: 60%;
  display: inline-block;
  vertical-align: middle
}

}
@media screen and (min-width:961px) {
  p {
    font-size: 100%
  }
}
@media screen and (min-width:1200px) {
  .grid-container {
    -webkit-column-count: 4;
    -webkit-column-gap: 35px;
    -webkit-column-fill: auto;
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -moz-column-fill: balance !important;
    column-count: 4;
    column-gap: 15px;
    column-fill: auto
  }
  .nav-previous a, .nav-next a {
    padding: 0 20px
  }
  .nav-next a .fa-chevron-circle-right, .nav-previous a .fa-chevron-circle-left {
    top: 0;
    transform: translateY(0);
  }
  .grid span {
  }
  .main-navigation ul li {
    height: 83px;
    padding: 21px 0;
  }
  .main-navigation li a {
    height: 40px;
    border-right: 1px solid #e5e5e5;
  }
  .main-navigation ul ul li {
    height: 50px;
    padding: 0;
  }
  .entry-header .entry-title {
    font-size: 18px;
  }
  .fa-chevron-circle-left:before, .fa-chevron-circle-right:before {
    font-size: 38px;
  }
  .teacher-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:993px) and (max-width:1199px) {
  .grid-container {
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -moz-column-fill: balance !important;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto
  }
  .nav-previous a, .nav-next a {
    padding: 0 20px
  }
  .nav-next a .fa-chevron-circle-right, .nav-previous a .fa-chevron-circle-left {
    top: 0;
    transform: translateY(0);
  }
  .main-navigation ul li {
    height: 83px;
    padding: 21px 0;
  }
  .main-navigation li a {
    height: 40px;
    border-right: 1px solid #e5e5e5;
  }
  .main-navigation ul ul li {
    height: 50px;
    padding: 0;
  }
  .entry-header .entry-title {
    font-size: 18px;
  }
  .fa-chevron-circle-left:before, .fa-chevron-circle-right:before {
    font-size: 28px;
  }
  .teacher-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:769px) and (max-width:992px) {
  .grid-container {
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -moz-column-fill: balance !important;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .grid-container {
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -moz-column-fill: balance !important;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto
  }
  .grid-4col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
  }
}
@media screen and (max-width:480px) {
  .grid-container {
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -moz-column-fill: balance !important;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto;
    margin-top: 10vw
  }
  .grid-4col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
  }
}
.grid {
  position:relative;
  display:inline-block;
  -webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  column-break-inside:avoid;
  box-shadow:0 2px 6px 0 rgba(107, 81, 95, 0.15)
}
.grid p {
  text-align:center
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .grid {
    display: block !important
  }
}
.footer-banner {
  display:block;
  background:#fde3f8
}
.footer-banner-text {
  width:auto
}
.footer-banner-img {
  width:auto
}
.footer-banner-text li {
  margin-bottom:10px;
}
footer .footerMenu li {
  float: none;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  overflow: hidden;
  width: 47%
}
footer .footerMenu li:last-child {
}
.footerMenu {
  border-top: 1px solid #e5e5e5;
}
.siteFooter {
  width: 100%;
  margin: 40px auto 0;
  padding-top: 32px;
  background: #fff5f7;
}
.nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #737272;
}
@media screen and (min-width:961px) {
  h2 {
    font-size: 24px
  }
  h2 small {
    font-size: 17px
  }
  .sidebarBtn-parent {
    position: relative;
    display: block
  }
  .sidebarBtn {
    font-size: 13px;
    width: 100%;
    height: 150px;
    background-color: #a07f74;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    text-align: center
  }
  .sidebarBtn-wrap {
    position: relative;
    top: 40px;
    color: #fff;
    z-index: 3
  }
  .sidebarBtn:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 90px;
    border-color: transparent transparent #b58e82 transparent;
    line-height: 0;
    _border-color: #000 #000 #b58e82 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: 0;
    right: 0
  }
  .sidebarBtn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #b58e82 transparent transparent transparent;
    line-height: 0;
    _border-color: #b58e82 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 0
  }
  .sidebar-voice {
    font-size: 24px;
    letter-spacing: 4px;
    text-shadow: 2px 2px 5px #000000a1
  }
  .sidebarBtnSec {
    font-size: 13px;
    width: 100%;
    height: 150px;
    background-color: #f3bcbc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    text-align: center
  }
  .sidebarBtnSec:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 90px;
    border-color: transparent transparent #80cfde transparent;
    line-height: 0;
    _border-color: #000 #000 #80cfde #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: 0;
    right: 0
  }
  .sidebarBtnSec:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #80cfde transparent transparent transparent;
    line-height: 0;
    _border-color: #80cfde #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 0
  }
  .sideBar-lineBanner {
    padding: 10px 0 0 0;
    border: 1px solid #00b901;
    display: block
  }
  .sideBar-lineBanner-main p {
    font-size: 18px;
    color: #9e9e9e;
    font-weight: bold
  }
  .sideBar-lineBanner span {
    display: block;
    color: #fff;
    background: #00b901;
    text-align: center;
    padding: 2px;
    font-size: 13px
  }
  .sideBar-lineBanner-left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-left: 20px
  }
  .sp-icon {
    width: 30%;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle
  }
  .sideBar-blog {
    position: relative;
    display: block;
    border: 1px solid #cfefea
  }
  .sideBar-blog span {
    display: block;
    background: #cfefea;
    padding: 2px;
    text-align: center;
    color: #4e391b
  }
  .sideBar-blog-left {
    width: 70%;
    display: inline-block;
    vertical-align: middle
  }
  .sideBar-blog-left p {
    font-size: 18px;
    color: #fff;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    margin: 0 0 10px 15px;
    font-weight: bold;
    line-height: 22px;
    text-shadow: 1px 1px #565656
  }
  .sideBar-blog-img {
    position: absolute;
    top: 0;
    z-index: -1
  }
  .toTop {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 50px;
  }
  .toTop i {
    height: 60px;
    text-align: center;
    padding: 0;
    line-height: 55px;
  }
  .sp-only {
    display: none
  }
  .footerMenu {
    width: 1000px;
    margin: 0 auto 30px;
    border-top: none;
  }
  footer .footerMenu ul {
    display: flex;
  }
  footer .footerMenu li {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
  }
  footer .footerMenu li:first-child {
    border-left: 1px solid #e5e5e5;
  }
  footer .footerMenu li a {
    font-size: 1rem;
  }
  .ep_social_widget {
    width: 60%;
    margin-left: 27.5%
  }
  .navbar-header {
    position: absolute;
    left: 3%;
    bottom: 10%
  }
  .footer-btnWrap {
    margin-bottom: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .footer-btn {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    width: 350px;
    height: 105px;
    text-align: center;
    margin: 5px 8px;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 5px 1px rgba(153, 153, 153, 0.4)
  }
  .document {
    background: #f9768e
  }
  .school {
    background: #36bbd4
  }
  .footer-btn>span {
    margin-top: 25px;
    display: inline-block
  }
  .footer-btn>span span {
    font-size: 20px;
    display: inline-block
  }
  .footer-btn i {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 30%
  }
}
figure.snip1200 {
  font-family:'Raleway', Arial, sans-serif;
  position:relative;
  float:left;
  overflow:hidden;
  margin:10px 1%;
  min-width:220px;
  max-width:310px;
  max-height:310px;
  width:100%;
  background:#000;
  color:#fff;
  text-align:center;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
  font-size:16px
}
figure.snip1200 * {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition:all .45s ease-in-out;
  transition:all .45s ease-in-out
}
figure.snip1200 img {
  max-width:100%;
  position:relative;
  opacity:.9
}
figure.snip1200 .snip_cap {
  position:absolute;
  top:10%;
  left:7%;
  right:7%;
  bottom:10%;
  border:7px solid #ffffffa3
}
.snip_cap div {
  position:relative;
  top:30%
}
.snip_cap div p {
  color:#ffffffa3
}
#news {
  clear:both;
  background:#f8f9f9
}
#contact {
  background:#fff
}
.sidebarBtn-parent {
  position:relative;
  display:block
}
.sidebarBtn {
  font-size:13px;
  width:100%;
  height:150px;
  background-color:#f9768e;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  display:inline-block;
  text-align:center
}
.sidebarBtn-wrap {
  position:relative;
  top:40px;
  color:#fff;
  z-index:3
}
.sidebarBtn-wrap span {
  font-size:24px
}
.sidebarBtn:before {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:0 0 90px 90px;
  border-color:transparent transparent #ff9aab transparent;
  line-height:0;
  _border-color:#000 #000 #ff9aab #000;
  _filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position:absolute;
  bottom:0;
  right:0
}
.sidebarBtn:after {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:90px 90px 0 0;
  border-color:#ff9aab transparent transparent transparent;
  line-height:0;
  _border-color:#ff9aab #000 #000 #000;
  _filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position:absolute;
  top:0;
  left:0
}
.sidebar-voice {
  font-size:24px;
  letter-spacing:4px;
  text-shadow:2px 2px 5px #000000a1
}
.sidebarBtnSec {
  font-size:13px;
  width:100%;
  height:150px;
  background-color:#36bbd4;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  display:inline-block;
  text-align:center
}
.sidebarBtnSec:before {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:0 0 90px 90px;
  border-color:transparent transparent #4dc9e0 transparent;
  line-height:0;
  _border-color:#000 #000 #4dc9e0 #000;
  _filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position:absolute;
  bottom:0;
  right:0
}
.sidebarBtnSec:after {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:90px 90px 0 0;
  border-color:#4dc9e0 transparent transparent transparent;
  line-height:0;
  _border-color:#4dc9e0 #000 #000 #000;
  _filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position:absolute;
  top:0;
  left:0
}
.memox {
  position:relative;
  background:#fffde7;
  width:85%;
  margin:2em auto;
  padding:1.5em 1em;
  transform:rotate(-2deg);
  box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
  color:#795548
}
.memox::before {
  content:'お問い合わせ番号';
  position:relative;
  display:inline-block;
  border-bottom:3px solid #795548;
  border-radius:0 0 40% 5% / 0 0 15% 20%;
  padding:0 1em .1em .2em;
  font-size:110%;
  font-weight:bold;
  transform:rotate(-5deg)
}
.memox::after {
  content:'';
  position:absolute;
  left:50%;
  top:-15px;
  margin-left:-75px;
  width:150px;
  height:30px;
  background:rgba(245, 245, 245, 0.7);
  box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
  transform:rotate(-4deg)
}
.memox ul {
  margin-top:10px;
  padding:0;
  list-style:none
}
.memox ul li {
  margin:.5em;
  text-align:center
}
.memox ul li span {
  font-size:18px;
  margin-bottom:0
}
.sideBtnpub {
  font-size:92px;
  opacity:.2;
  position:absolute;
  top:-15px;
  left:86px
}
.sideBarBuild {
  font-size:92px;
  opacity:.2;
  position:absolute;
  top:-15px;
  left:100px
}
@media screen and (min-width:768px) {
  .ctaWrap-header {
    display: none
  }
}
@media screen and (max-width:560px) {
  .top-main-navList {
    width: 86%
  }
}
@media screen and (min-width:560px) and (max-width:768px) {
  .menuBtn.menuBtn_right {
    top: 5px
  }
}
div.wpcf7-mail-sent-ok {
  border:0
}
div.wpcf7 .ajax-loader {
  width: 1px;
}
.post p {
  font-size:12pt;
  margin-bottom: 20px;
}

.search-field {
  display: block;
      position: relative;
      background-color: #fff;
      border: 1px solid #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      width: 90%;
      height: 34px;
      line-height: 24px;
      margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .mainSection .postList {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .media .media-body a.media-body_excerpt {
    display: none;
  }
}

@media screen and (min-width:480px) and ( max-width:600px) { 
}

@media screen and (min-width:600px) and ( max-width:960px) {
    .siteFooter {
    }
}

@media screen and (min-width:960px) and ( max-width:1280px) {
    .siteFooter {
    }
    header #site-navigation {
      display: inline-block;
      width: calc(100% - 250px);
      float: right;
    }
}

@media screen and (min-width:1280px) {
    .siteFooter {
    }
    header #site-navigation {
      display: inline-block;
      width: calc(100% - 250px);
      float: right;
    }
}

.mean-container .mean-bar:nth-child(2) {
  display: none;
}

.mean-container .mean-bar {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  color: #949494;
  padding: 10px 10px 8px 10px;
  width: 18px;
  height: 18px;
  top: -50px;
}
.mean-container a.meanmenu-reveal span {
  background-color: #949494;
}
.drower-nav {
  display: none;
}
.mean-container .mean-nav {
  background-color: #fff;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  margin-top: 0;
}
.mean-container .mean-nav ul {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 99;
  max-height: 100vh;
  max-height: calc(100vh - 110px);
}
.mean-container .mean-nav ul li a {
  color: #525151;
  border-top:1px solid #94949447;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: unset;
}
.mean-container .mean-nav ul li li a {
  padding: 10px;
  width: 90%;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container a.meanmenu-reveal:hover {
  background: #ffb7f3;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 18px;
  width: 18px;
  line-height: 18px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
div.infobox { 
}
#npcatch li {
  position: relative;
  justify-content: space-between;
  padding: 10px 0;
}
#npcatch img {
  width: 80px;
  height: 80px;
  max-height: 80px;
}

.single-news, .page-header {
  margin-top: 83px;
  background: #ff8cb57a;
  color: #fff;
  padding: 20px 130px;
  font-size: 32px;
}
.page-title {
  font-size: 32px;
  margin-top: 100px;
  background: #ff8cb57a;
  color: #fff;
  margin: 0 0 10px;
  padding: 20px 130px;
}
.entryTitle {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
#npcatch .date {
  position: absolute;
  line-height: 1;
  bottom: 0;
  right: 0;
}
.entryPost {
  padding:2em 0 2.5em;
}
.post-categories li a, .entry-header .entry-meta .date:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 5px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  text-align: right;
  padding: 0 20px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: left;
  padding: 0 20px;
}
.entryPost p {
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
}
.post-index span {
  display: block;
}
@media screen and (max-width: 480px) {
  /*スマホ*/
  /*base*/
  .pc_flex {
    display: block;
  }
  .request-tx p {
    font-size: 12px;
  }
  .request-tx  {
    padding: 0px;
  }
  .mainVisual {
    margin-top: 110px;
    height: 380px;
  }
  .mainVisual_img {
    height: 100%;
  }
  .swiper-container {
    height: 100%;
  }
  .siteHeader {
    z-index: 150;
  }
  .mean-container .mean-bar {
    top: 100px;
  }
  .ctaWrap-header {
  width: 90%;
  height: 50px;
  border-radius: 10px;
  margin: 5px 10% 5px 0;
  text-align: center;
  position: fixed;
  top: 40px;
  z-index: 100;
}
  .ctaWrap-header a {
    position: relative;
  }
  .ctaWrap-header a span {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
  }
  .ctaWrap-header .learnMake {
    display: inline-block;
    padding: .3em 1em;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 100%;
    width: 23%;
    vertical-align: top;
    background-color: #b7dbff;
    border: solid 1px #b7dbff
  }
  .ctaWrap-header .school-tour {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 100%;
    width: 23%;
    vertical-align: top;
    background-color: #ffb7db;
    border: solid 1px #ffb7db;
    padding: .3em 1em;
  }
  .ctaWrap-header .school-tour .school-icon {
    position: relative;
    top: -5px
  }
  .ctaWrap-header .phone-call {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 100%;
    width: 23%;
    vertical-align: top;
    background-color: #89e6ce;
    border: solid 1px #89e6ce
  }
  .ctaWrap-header a {
    border-radius: 3px
  }
  .ctaWrap-header a i {
    font-size: 20px
  }
  .ctaWrap-header p {
    font-size: 11px;
    margin-top: 5px;
    color: #b8b8b8
  }
  .book-iconTop {
    color: #fff;
    margin-bottom: 6px
  }
  .school-iconTop {
    color: #fff;
  }
  .phone-iconTop {
    color: #fff;
    margin: 5px 6px
  }
  .phone-icon {
    color: #fff;
    position: relative;
    top: 7px
  }
  .phone-icon span {
    position: relative;
    top: 6px
  }
  .post-thumb {
    height: 75px;
  }
  .top__teacher__wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  .top_teacher .interview-tit {
    width: 100%;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .page_title {
    font-size: 18px;
  }
  .title-logo {
    display: block;
    margin: 0 auto;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo img {
    width: auto;
    height: 40px;
    vertical-align: top;
    margin-top: 3px;
  }
  .main-navigation {
    height: 100px;
  }
  .featurePoint>li {
    margin-bottom: 20px;
  }
  .mainContent {
    margin-top: 20px;
  }
  .support .support_headline {
    margin-top: 40px;
  }
  .support_headline {
    width: 100%;
    font-size: 16px;
  }
  .support_bx {
    display: block;
    margin-bottom: 20px;
  }
  .support .career_bx {
    /*display: flex;*/
  }
  .career_bx .support_img {
    width: 100%;
  }
  .support_tx {
    width: 100%;
  }

  .support_tx .career_h3 {
    margin-top: 20px;
  }

  .support .top-workText {
    margin-bottom: 20px;
  }
  .support_h4 {
    margin: 20px auto;
  }
  .graduate_tx {
    width: 100%;
    margin: 20px 0;
  }
  .support_flex .support_flex_img {
    width: 60px;
  }
  .support_flex_tx2 {
    width: 100%;
    margin-top: 0;
  }
  .career_h3 img {
    width: 38px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .support_flex_tx {
    width: calc(100% - 60px - 60px);
  }
  .support_flex_tx p,  .support_tx p, .support_flex_tx2 p, .graduate_tx p {
    font-size: 14px;
  }
  
  .salon_list p {
    font-size: 12px;
  }
  .graduate_inner {
    display: block;
  }
  .support_img {
    width: 100%;
  }
  .support_item {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .support_item span {
    width: 140px;
  }
  .graduate_bx {
    padding: 0 10px 20px;
  }
  .support_item p {
    display: block;
    width: calc(100% - 140px);
    padding: 0;
    margin: 0 10px;
    font-size: 14px;
  }
  .arrow {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    margin: 20px 0;
  }
  .support_h3 {
    border: none;
    text-align: center;
    color: #0abab5;
    margin: 10px 0 0 0;
  }
  .support_h4 span {
    font-size: 14px;
  }
  .support_open {
    display: block;
  }
  .support_open span {
    width: 100%;
  }
  .support_open p {
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }
  .support_inner img {
    padding: 10px 10px 0;
  }
  .support_open_img {
    display: flex;
    justify-content: space-around;
    height: 131px;
  }
  .support_open_img img {
    max-width: 50%;
    width: 50%;
    height: 131px;
  }
  .campain .top-bannerWrap {
    margin-bottom: 30px;
  }
  .campain .top-workText p {
    font-size: 14px;
  }
  .campain .support_h4 {
    width: 100%;
    margin: 10px auto 25px;
  }
  .campain_course_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_teacher .support_h4 {
    width: 280px;
  }
  .campain_course_left p {
    /*font-size: 12px;*/
  }
  .campain_course_left .campain_course_title {
    font-size: 14px;
  }
  .campain_course_left {
    width: calc(100% - 140px);
    margin-top: 20px;
  }
  .campain_course_right {
    width: 140px;
  }
  .campain_course_left span {
    top: -10px;
    font-size: 14px;
  }
  .campain_flex_tx p {
    font-size: 12px;
  }
  .campain_flex_tx b {
    font-size: 16px;
    margin-bottom: 0;
  }
  .campain_circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  .campain .interview-tit {
    width: 100%;
    font-size: 16px;
    margin: 20px auto 15px;
  }
  .campain .interview-tit:before {
    left: 2%;
  }
  .campain .interview-tit:after {
    right: 2%;
  }
  .campain_flex_inner {
    width: 100%;
    justify-content: end;
    margin-bottom: 10px;
  }
  .campain_flow .campain_flow_list {
    width: 100%;
    color: #737272;
    font-size: 14px;
  }
  .campain_line {
    width: 100%;
  }
  .campain_lineicon {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 10px;
  }
  .campain_right {
    width: calc(100% - 60px);
    padding-left: 10px;
    line-height: 20px;
  }
  .campain_right_under {
    font-size: 18px;
  }
  .campain_right_under span {
    font-size: 28px;
  }
  .campain_line .sp-icon {
    width: 60px;
    display: none;
  }
  .top_teacher_item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-around;
  }
  .top_teacher_img {
    width: 150px;
    margin: 0 auto;
  }
  .top_teacher_tx {
    width: calc(100% - 150px);
  }
  .top_teacher_tx p {
    padding: 0 10px;
  }
  .top_teacher_wrap {
    margin: 20px 0;
  }
  /*コース　スマホ*/
  .courseList-img {
    margin-top: 30px;
  }
  .footer-banner-img .top-lesson-img {
    height: auto;
  }
  /*blog*/
  .post-items {
    display: block;
    margin-top: 20px;
  }
  .entry-header {
    display: flex;
    justify-content: space-between;
  }
  .post-img {
    width: 70px;
    max-height: 70px;
    overflow: hidden;
    margin-right: 10px;
  }
  .post-tx {
    width: calc(100% - 90px);
  }
  .entry-header .entry-title {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  .post-description {
    margin: 0;
    display: none;
  }
  .entry-header .entry-meta {
    margin-top: 0;
  }
  .post-categories li a, .entry-header .entry-meta .date {
    font-size: 12px;
  }
  .post-items article {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px 24px 10px;
    margin-bottom: 24px;
  }
  .post-items article .entry-header .post-thumbnail img {
    max-height: 70px;
    min-height: 70px;
    height: 70px;
    width: 100%;
  }
  .post-img img {
    height: 100%;
    width: 100%;
  }
  .single-news, .page-header {
    margin-top: 120px;
    font-size: 26px;
    padding: 10px 20px;
  }
.sigle-content h1 {
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.single-content p {
  color: rgb(51, 51, 51);
  font-size: 12pt;
  margin-bottom: 20px;
}
.page-title {
  font-size: 22px;
  margin-top: 150px;
  background: #ff8cb57a;
  color: #fff;
  margin: 0 0 10px;
  padding: 10px;
}
.single-post {
  margin-top: 20px;
}
.entryPost p {
  font-size: 12pt;
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
}
#npcatch li > a {
}
.top-interview-list li .sp-only {
  margin-top: 10px;
  font-size: 13px;
}

.top-lesson-item {
  display: block;
}

.top-lesson-tx {
  width: 100%;
  padding: 0;
}

.top-lesson-tx h3 {
  padding: 0;
  margin: 10px 0;
}

  /*footer スマホ*/
  .footerMenu ul li a {
    font-size: 14px;
    text-align: center;
  }
  .footer-btnWrap {
    display: none;
  }
  .contact-bx .school_tour .school-title {
    left: 28%;
  }
  .contact-bx {
    display: block;
  }
  .contact-request-tx, .contact-line-tx {
    padding: 0;
  }
  .contact-btn a {
    width: 100%;
  }
  .contact-btn-icon {
    left: 10px;
  }
  .btn-label {
    margin-left: 50px;
    font-size: 16px;
  }
  .btn-sm-label {
    margin-left:  45px;
  }
  .matome-tx p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width:480px) and ( max-width:600px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
}

@media screen and (min-width:600px) and ( max-width:960px) {
    /*　画面サイズが600pxから960pxまではここを読み込む　*/
    /*.sp-only {
      display: none;
    }*/
    /*base*/
    .medium-9 {
      width: 100%;
    }
    /*header*/
    .mainVisual img {
      height: 472px;
    }
    .breadcrumbs {
      margin-bottom: 50px;
    }
    h2 {
      font-size: 18px;
    }
    /*top*/
    .support_open_img img {
      padding: 5px 2px 0
    }
    .top__teacher__wrap {
      width: calc(50% - 3px);
    }
    .footer-btnWrap {
      display: none;
    }
}

@media screen and (min-width:960px) and ( max-width:1280px) {
    /*　画面サイズが960pxから1280pxまではここを読み込む　*/
    .sp-only {
      display: none;
    }
    .breadcrumbs {
      margin-bottom: 50px;
    }
}

@media screen and (min-width:1280px) {
    /*　画面サイズが1280pxからはここを読み込む　*/
    .sp-only {
      display: none;
    }
    .breadcrumbs {
      margin-bottom: 50px;
    }
}
@media only screen and ( max-width : 768px ) {
  .mask {
    background: rgba(22,34,42,.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
}
@media only screen and ( max-width : 768px ) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.main-navigation ul ul a {
  background: #fff;
  height: 50px;
    line-height: 50px;
}
.main-navigation ul ul a:hover {
  background: #ffe1e6;
  opacity:1;
}
.main-navigation ul ul li {
  display: block;
}
.main-navigation nav {
  width: 800px;
  float: right;
}
.main-navigation ul {
      display: table;
    width: 100%;
    float: none;
}
.main-navigation ul li {
  float: none;
  display: table-cell;
}
.menu {
  width: 100%;
}
.wpcf7c-conf {
  background-color: #fff8c2;
  border: 0;
}
.searchform {
  position: relative;
  padding: 0 10px;
}
 
.searchfield {
  font-size: 14px;
  width: 100%;
  margin: 3px 0;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #fbfbfb;
}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 6%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #8dc8ff;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
.fa-chevron-circle-left:before, .fa-chevron-circle-right:before {
  color: #fbd6e9;
}
section {
  margin-bottom: 75px;
}
.section__header {
  position: relative;
  margin-bottom: 30px;
  height: 100px;
  overflow: hidden;
}
#news {
  padding: 40px 0 60px 0;
}
.section__header_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.section__header_2 h2 {
  background-color: transparent;
  padding: 0;
  width: auto;
  font-size: 1.8rem;
  color: #f9768e;
  margin: 0 20px 0 10px;
}
.section__header_2 small {
  font-size: 1rem;
  color: #737272;
}
.more_2 {
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f9768e;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: 30px;
}
.more_2 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.section__header img {
  display: none;
}
.section__header h2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  width: 100%;
  color: #f9768e;
  text-align: center;
}
.section__header h2::after {
  content: '';
  display: block;
  margin: 20px auto 0;
  height: 1px;
  width: 80px;
  background-color: #f9768e;
}
.section__content {
}
.section__content > p {
  margin-bottom: 30px;
}
.section__flex {
  display: flex;
}
.section__img {
  width: 380px;
  margin-right: 20px;
}
.section__tx {
  width: calc( 100% - 380px );
  margin: 0 10px 30px;
}
.section__tx {
  font-size: 18px;
}
.more {
  display: block;
  width: 280px;
  height: 40px;
  background: #f9768e;
  margin: 20px 0 20px auto;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.more .fa {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) scaleY(1.2);
  font-size: 22px;
}
.tab_wrap {
  width: 100%;
  margin: 0px auto;
}
.tab_wrap input[type="radio"] {
  display:none;
}
.tab_content {
  font-size:0;
  margin:0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_content label {
  width: 300px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition:ease 0.2s opacity;
}
.tab_content label:hover {
  opacity:0.5;
}
.panel_area {
  background: #ffeaee;
}
.tab_panel {
  width: 100%;
  padding: 50px 0;
  display: none;
}
.tab_panel p {
  font-size:14px;
  letter-spacing:1px;
  text-align:center;
}
#tab1:checked ~ .tab_content .tab1_label {
  background:#ffeaee;
  color:#000;
}
#tab1:checked ~ .panel_area #panel1 {
  display:block;
}
#tab2:checked ~ .tab_content .tab2_label {
  background:#ffeaee;
  color:#000;
}
#tab2:checked ~ .panel_area #panel2 {
  display:block;
}
#tab3:checked ~ .tab_content .tab3_label {
  background:#ffeaee;
  color:#000;
}
#tab3:checked ~ .panel_area #panel3 {
  display:block;
}
.panel__inner {
  padding: 0 50px;
}
.menu__tb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu__tb dl {
  width: calc( 50% - 20px );
  margin-bottom: 20px;
}
.menu__tb dd, .menu__tb dt {
  margin-bottom: 0;
}
.menu__tb dd {
  padding-left: 30px;
}
.menu__tb dt {
  padding-right: 30px;
}
.menu__tb dt span.menu__name {
  font-weight: bold;
  font-size: 1rem;
}
.menu__tb dt span {
  display: block;
  color: #737272;
  font-size: .8rem;
}
.menu__tb__flex {
  display: flex;
  align-items: flex-start;
}
.menu__tb__flex::before {
  content: "◆";
  color: pink;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
/*.menu__tb__flex::after {
  content: '';
  border-top: 2px dotted;
  flex: 1 1 auto;
  order: 1;
}*/
.menu__name {
  font-size: 18px;
  font-weight: bold;
}
.menu__price {
  order: 2;
}
.news__wrapper {
}
.news__wrapper .article-list {
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  position: relative;
}
.news__wrapper .article-list > a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.img-wrap {
  width: 200px;
  margin-right: 30px;
}
.news__wrapper .article-list .text {
  width: calc( 100% - 230px );
}
.news__wrapper .article-list .text h2 {
  margin: 10px 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
}
.news__wrapper .article-list .text .cat-data {
  font-size: 14px;
}
.news__inner {
  width: 800px;
  margin: 0 auto;
  height: 300px;
  max-height: 200px;
  overflow: scroll;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.article-date {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
}
.feature__bx__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.feature__bx {
  margin: 0 5px;
  position: relative;
  width: calc( 100% / 3 );
}
.feature__bx__img {
}
.feature__bx__tx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  height: 90%;
  background: rgba(255,255,255,0.8);
  padding: 20px;
}
.feature__bx__tx h3 {
  font-size: 1.4rem;
}
.feature__bx__tx p {
  font-size: 1rem;
}
.feature__tx {
  text-align: center;
  margin-bottom: 50px;
}
.feature__tx h2 {
  font-size: 2rem;
  color: #f9768e;
  padding: 0;
  margin: 0;
}
.instagram__li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.instagram__item {
  width: calc( 100% / 4 );
  padding: 5px;
}
.visitNail__img {
  margin-bottom: 50px;
  height: 180px;
  overflow: hidden;
}
.img__transform {
  overflow: hidden;
}
.img__transform img {
  transition: 1s all;
}
.img__transform:hover img {
  transform: scale(1.2,1.2);
  transition: 1s all;
}
.page {
  margin-top: 0px;
}
.page__h2 {
  margin-top: 30px;
  font-size: 2rem;
  text-align: center;
  color: #f9768e;
}
.menu__inner {
  margin-top: 30px;
  padding: 0 50px;
}
.menu__inner .more {
  font-size: .8rem;
  height: 35px;
  line-height: 35px;
  margin: 20px auto;
}
.menu__li {
  margin-top: 30px;
}
.menu__li dt {
  margin-top: 30px;
}
.menu__li dt h3 {
  font-size: 1.4rem;
}
.menu__li dt p {
  font-size: 1rem;
}
.menu__li dt h3::before {
  content: "◆";
  color: pink;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 30px;
}
.menu__li dd {
  text-align: right;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.header__cta {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding-right: 40px;
}
.header__cta ul {
  display: flex;
  align-items: center;
}
.header__cta ul li {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: calc( ( 100% / 3 ) - 5px );
}
.header__cta ul li a {
  height: auto;
  display: block;
  padding-left: 32px;
  display: block;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
}
.header__cta ul li a.header__cta__line {
  background-color: #1dcd00;
  border-color: #1dcd00;
}
.header__cta ul li a.header__cta__mail {
  background-color: #fcafbd;
  border-color: #fcafbd;
}
.header__cta ul li a.header__cta__phone {
  background-color: #e9d36f;
  border-color: #e9d36f;
}
.header__cta ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  width: 28px;
  height: 28px;
}
.header__cta ul li a.header__cta__line::before {
  background-image: url(/img/line_icon.png);
}
.header__cta ul li a.header__cta__mail::before {
  background-image: url(/img/mail_icon.png);
}
.header__cta ul li a.header__cta__phone::before {
  background-image: url(/img/ig_icon.png);
}
.swiper__inner {
  position: absolute;
  width: 100%;
  height: 600px;
  z-index: 100;
}
.swiper__tx {
  height: calc(100% - 160px);
  width: 80%;
  margin: 80px auto;
  padding: 20px 50px 50px 50px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #f9768e;
  background-color: rgb(255 255 255 / 50%);
  display: flex;
  align-items: flex-start;
}
.swiper__tx__left {
  width: 50%;
}
.swiper__tx__right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.swiper__tx__circle {
  width: 160px;
  height: 160px;
  background: linear-gradient(-105deg, rgb(228 169 114 / 0.8), rgb(153 65 216 / 0.8)) fixed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.swiper__tx__circle span {
  font-size: 1.6rem;
  text-align: center;
}
.swiper__copy {
  width: 100%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
}
.swiper__copy h2 {
  background-color: transparent;
  font-size: 4.6rem;
  color: #f9768e;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 1;
}
.swiper__copy h2 span {
  font-size: 2rem;
}
.swiper__copy p {
  font-size: 2rem;
}
.swiper__copy__2 {
  position: absolute;
  bottom: 60px;
  left: 100px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
}
.swiper__copy__2::before {
  content: '';
  display: inline-block;
  background-image: url('/img/mainVisual_nail.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -45px;
  left: -55px;
  transform: rotate(-30deg);
}
.swiper__copy__2 p {
  font-size: 1.6rem;
}
.info__inner {
  display: flex;
}
.info__left {
  width: 40%;
  background-color: #ffeaee;
  padding: 50px;
}
.info__right {
  width: 60%;
}
.info__tx dt {
  font-weight: bold;
}
.info__img {
  position: relative;
  overflow: hidden;
}
.info__img::before {
  content: '';
  border-top: 75px solid transparent;
  border-right: 75px solid #ffeaee;
  border-bottom: 75px solid transparent;
  position: absolute;
  top: -49px;
  left: -12px;
  transform: rotate(45deg);
}
.info__img::after {
  content: '';
  border-top: 75px solid transparent;
  border-right: 75px solid #ffeaee;
  border-bottom: 75px solid transparent;
  position: absolute;
  bottom: -49px;
  right: -12px;
  transform: rotate(-135deg);
}
.instagram-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.instagram-item {
  width: calc( 100% / 4 );
  padding: 5px;
}
.instagram-item a {
  display: block;
}
.mainVisual_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}
.mainVisual_title h2 {
  text-align: center;
  background-color: transparent;
  color: #f9768e;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1);
  font-size: 4.2rem;
  z-index: 10;
}
.white::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d2d2d27a;
  z-index: 5;
}
.h3 {
  font-size: 2rem;
  color: #f9768e;
  text-align: center;
}
.trip__bx__flex {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.trip__bx {
  width: calc( 100% / 2 );
  padding: 0px;
}
.trip__dl {
  margin-bottom: 70px;
}
.trip__dl dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #9e9e9ead;
  border-right: 1px solid #9e9e9ead;
}
.trip__dl dt {
  width: calc( ( 100% / 10 ) * 2 );
  border-left: 1px solid #9e9e9ead;
  border-top: 1px solid #9e9e9ead;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.trip__dl dd {
  width: calc( ( 100% / 10 ) * 4 );
  border-left: 1px solid #9e9e9ead;
  border-top: 1px solid #9e9e9ead;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.trip__dl dd:nth-child(3n) {
  border-right: 1px solid #9e9e9ead;
}
.trip__dl dt:nth-child(2n+1) {
  background-color: #ffeaee;
}
.trip__dl.dl_col_2 {
  margin-bottom: 20px;
}
.trip__dl.dl_col_2 dt {
  width: calc( ( 100% / 10 ) * 5 );
  padding: 10px;
}
.trip__dl.dl_col_2 dd {
  width: calc( ( 100% / 10 ) * 5 );
}
.trip__bx__wrap {
  margin-bottom: 70px;
}
.trip__bx__tx {
  margin: 30px 0;
}
.trip__bx__tx .h3 {
  margin-bottom: 30px;
}
.trip__dl h3 {
  margin: 0;
  text-align: center;
  padding: 10px;
  background-color: #ffccd6;
  font-weight: normal;
  font-size: 1.2rem;
}
.trip__bx__tx ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 50px;
  background-color: #ffeaee;
  padding: 20px 20px 20px 50px;
}
.trip__bx__tx ul li {
  width: calc( 100% / 2 );
  padding: 10px 50px 10px 0;
  list-style: disc;
  font-size: 1.2rem;
}
.trip__note {
  background-color: #ececec;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.trip__ul {
  padding: 0 20px;
  list-style: disc;
}
.trip__ul li {
  margin-bottom: 10px;
}
.header__img {
  position: relative;
}
.note {
  color: #F44336;
}
.note__right {
  text-align: right;
  font-size: 1rem;
}
.contact__inner{
  margin-top: 30px;
  padding: 0 50px;
}
.contact-tb {
  margin: 0 auto;
}
.contact-tb table {
  width: 100%;
}
.contact-tb th {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.contact-tb td {
  padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.contact-tb td .wpcf7-text {
  background-color: #f8f8f8;
    border: #ededed 1px solid;
}
.wpcf7-textarea {
  width: 100%;
    border: #ededed 1px solid;
    background: #f8f8f8;
}
.text-xs-center {
  text-align: center;
}
.text-xs-center input {
  color: #fff;
    background: #aaa;
    border: 1px solid;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 50px;
    -webkit-appearance: button;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
  .news__inner, .news__wrapper .article-list, .section__img, .section__tx {
    width: 100%;
    margin: 20px 0;
  }
  .feature__bx__tx h3 {
    font-size: 1.2rem;
  }
  .section__flex {
    display: block;
  }
  .section__header h2 {
    font-size: 1.4rem;
  }
  .feature__tx h2 {
    font-size: 1.4rem;
  }
  .tab_content {
    margin: 0;
  }
  .tab_content label {
    width: calc( 100% / 3 );
    margin: 0;
    height: 60px;
  }
  .panel__inner {
    padding: 0 20px;
  }
  ..menu__tb {
    display: block;
  }
  .menu__tb dl {
    width: 100%;
  }
  .img-wrap {
    width: 100px;
    margin-right: 10px;
  }
  .news__wrapper .article-list .text {
    width: calc( 100% - 110px );
  }
  .news__wrapper .article-list .text h2 {
    margin: 0;
  }
  .section__header_2 {
    width: 100%;
  }
  .feature__bx__flex {
    display: block;
  }
  .feature__bx {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .section__header_2 h2 {
    width: auto;
  }
  .news__wrapper {
    padding: 0 20px;
  }
  .instagram__item {
    width: calc(100% / 2);
  }
  .page {
    margin-top: 0px;
  }
  .page__h2 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .menu__inner {
    margin-top: 30px;
    padding: 0;
  }
  .menu__li dt {
    margin-top: 20px;
  }
  .menu__li dt h3 {
    font-size: 1rem;
  }
  .menu__li dt h3::before {
    margin-right: 10px;
  }
  .swiper__tx {
    display: block;
    padding: 20px;
    height: calc(100% - 60px);
    margin: 30px auto;
    width: 90%
  }
  .swiper__copy {
    width: 100%;
  }
  .swiper__copy h2 {
    font-size: 2.4rem;
    padding-top: 0;
    margin-top: 0;
  }
  .swiper__copy p {
    font-size: 1.2rem;
  }
  .swiper__copy__2 p {
    font-size: 1.2rem;
    margin-top: 30px;
    padding-left: 20px;
  }
  .swiper__copy__2 {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .swiper__copy__2::before {
    top: -20px;
    left: -0px;
    width: 60px;
  }
  .visitNail__img {
    height: auto;
  }
  .info__inner {
    display: block;
  }
  .info__left {
    width: 100%;
  }
  .info__right {
    width: 100%;
  }
  .mainVisual_title h2 {
    font-size: 3.6rem;
  }
  .container__inner {
    margin-top: 30px;
  }
  .trip__bx__tx ul {
    display: flex;
  }
  .trip__bx__tx ul li {
    width: 100%;
    padding-right: 0;
    font-size: .8rem;
  }
  .trip__dl.dl_col_2 dt {
    font-size: .8rem;
  }
  .trip__dl dd {
    padding: 0;
    justify-content: center;
    font-size: .8rem;
  }
  .trip__dl h3 {
    font-size: 1rem;
  }
  .trip__ul li {
    font-size:.8rem;
  }
  .feature__tx {
    margin-bottom: 20px;
  }
  .menu__li dt p {
    font-size: .8rem;
  }
  .note__right {
    font-size: .8rem;
  }
  .swiper__inner {
    height: 100%;
  }
  .swiper__tx__left {
    width: 100%;
  }
  .swiper__tx__right {
    display: none;
  }
  .swiper-container-fade .swiper-slide img {
    height: auto;
  }
  .entry-wrapper #sidebar, .entry-wrapper .mainContent {
    float: none;
    width: 100%;
  }
  .main-navigation nav {
    width: 100%;
  }
  .main-navigation li a {
    height: 53px;
  }
  .contact__inner {
    padding: 0;
  }
  .contact-tb th, .contact-tb td {
  padding: 5px 10px;
  }
}
/*# sourceMappingURL=app.css.map