/*
Theme Name: ojas
Theme URI: https://www.famethemes.com/themes/onepress/
Author: screw
Author URI: https://www.y-s-ojas.jp/yo/
Description: ojas is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : http://www.famethemes.com/preview/?theme=OnePress)
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

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.

ojas is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
* {
	box-sizing: border-box;
  }
  html, body {
	  margin: 0;
	  padding: 0;
	  height: 100%;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
  }
  
  html {
	  box-sizing: border-box;
	  -webkit-tap-highlight-color: transparent;
	  font-size: 16px;
  }
  
  @media (max-width: 991px) {
	  html {
		  font-size: 16px;
	  }
  }
  
  @media (max-width: 767px) {
	  html {
		  font-size: 16px;
	  }
  }
  
  body {
	  background: #fff;
	  height: 100%;
  }
  
  .site {
	  background: #fff;
	  position: relative;
  }

	.pc {display: block;}
	.sp {display: none;}
	@media (max-width:767px) {
		.pc {display: none;}
		.sp {display: block;}
	}
  
  body, button, input, select, textarea {
	  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	  font-size: 16px;
	  font-size: 0.875rem;
	  line-height: 1.7;
	  color: #555;
  }
  
  pre,
  code,
  input,
  textarea {
	  font: inherit;
  }
  
  ::-moz-selection {
	  background: #000000;
	  color: #FFFFFF;
  }
  
  ::selection {
	  background: #000000;
	  color: #FFFFFF;
  }
  
  /*------------------------------
	  2.2 Links
  ------------------------------*/
  a {
	  color: #03c4eb;
	  text-decoration: none;
	  outline: none;
  }
  
  a:hover {
	  text-decoration: none;
	  color: #777;
	  transition: all 0.2s;
  }
  
  a:active, a:focus, a:hover {
	  outline: none;
  }
  
  /*------------------------------
	  2.3 Heading
  ------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	  clear: both;
	  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	  font-weight: 100;
	  margin-bottom: 15px;
	  margin-bottom: 15px;
	  margin-bottom: 0.9375rem;
	  margin-top: 0;
	  color: #333333;
	  line-height: 1.3em;
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
	  color: #333333;
	  text-decoration: none;
  }
  
  h1 {
	  line-height: 1.3;
	  font-size: 33px;
	  font-size: 2.0625rem;
  }
  
  @media (min-width: 768px) {
	  h1 {
		  font-size: 40px;
		  font-size: 2.5rem;
	  }
  }
  
  h1 span {
	  font-weight: bold;
  }
  
  h2 {
	  line-height: 1.2;
	  font-size: 25px;
	  font-size: 1.5625rem;
  }
  
  @media (min-width: 768px) {
	  h2 {
		  font-size: 32px;
		  font-size: 2rem;
	  }
  }
  
  h3 {
	  font-size: 20px;
	  font-size: 1.25rem;
	  font-weight: 600;
  }
  
  h4 {
	  font-size: 17px;
	  font-size: 1.0625rem;
	  margin-bottom: 12px;
	  margin-top:12px;
  }
  
  h5 {
	  text-transform: uppercase;
	  font-size: 15px;
	  font-size: 0.9375rem;
	  font-weight: 700;
  }
  
  h6 {
	  font-weight: 700;
	  text-transform: uppercase;
	  font-size: 12px;
	  font-size: 0.75rem;
	  letter-spacing: 1px;
  }
  
  /*------------------------------
	  2.4 Base
  ------------------------------*/
  ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
	  margin-bottom: 15px;
	  margin-bottom: 0.9375rem;
	  margin-top: 0;
  }
  
  /*------------------------------
	  2.5 Content
  ------------------------------*/
  img {
	  height: auto;
	  max-width: 100%;
	  vertical-align: middle;
  }
  
  b,
  strong {
	  font-weight: bold;
  }
  
  blockquote {
	  clear: both;
	  margin: 20px 0;
  }
  
  blockquote p {
	  font-style: italic;
  }
  
  blockquote cite {
	  font-style: normal;
	  margin-bottom: 20px;
	  font-size: 13px;
  }
  
  dfn,
  cite,
  em,
  i {
	  font-style: italic;
  }
  
  figure {
	  margin: 0;
  }
  
  address {
	  margin: 20px 0;
  }
  
  hr {
	  border: 0;
	  border-top: 1px solid #e9e9e9;
	  height: 1px;
	  margin-bottom: 20px;
  }
  
  tt,
  kbd,
  pre,
  code,
  samp,
  var {
	  font-family:'Noto Sans JP', Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	  background-color: #e9e9e9;
	  padding: 5px 7px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
  }
  
  pre {
	  overflow: auto;
	  white-space: pre-wrap;
	  max-width: 100%;
	  line-height: 1.7;
	  margin: 20px 0;
	  padding: 20px;
  }
  
  details summary {
	  font-weight: bold;
	  margin-bottom: 20px;
  }
  
  details :focus {
	  outline: none;
  }
  
  abbr,
  acronym,
  dfn {
	  cursor: help;
	  font-size: .95em;
	  text-transform: uppercase;
	  border-bottom: 1px dotted #e9e9e9;
	  letter-spacing: 1px;
  }
  
  mark {
	  background-color: #fff9c0;
	  text-decoration: none;
  }
  
  small {
	  font-size: 82%;
  }
  
  big {
	  font-size: 125%;
  }
  
  ul, ol {
	  padding-left: 0px;
  }
  
  
  
  /*------------------------------
	  2.6 Table
  ------------------------------*/
  table {
	  width: 100%;
	  margin-bottom: 10px;
	  margin-top:30px;
	  border: 1px solid #e9e9e9;
	  border-collapse: collapse;
	  border-spacing: 0;
  }
  
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
	  border: 1px solid #e9e9e9;
	  line-height: 1.42857;
	  padding: 5px;
	  vertical-align: middle;
	  text-align: center;
  }
  
  table > thead > tr > th, table > thead > tr > td {
	  border-bottom-width: 2px;
  }
  
  table th {
	  font-size: 14px;
	  letter-spacing: 2px;
	  text-transform: uppercase;
  }
  
  /*------------------------------
	  2.7 Form
  ------------------------------*/
  fieldset {
	  padding: 20px;
	  border: 1px solid #e9e9e9;
  }
  
  input[type="reset"], input[type="submit"], input[type="submit"] {
	  cursor: pointer;
	  background: #03c4eb;
	  border: none;
	  display: inline-block;
	  color: #FFFFFF;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  line-height: 1;
	  text-align: center;
	  padding: 15px 23px 15px 23px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	  margin: 3px 0;
	  text-decoration: none;
	  font-weight: 600;
	  font-size: 13px;
  }
  
  input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
	  opacity: 0.8;
  }
  
  input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
  input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover, button:focus {
	  cursor: pointer;
  }
  
  textarea {
	  resize: vertical;
  }
  
  select {
	  max-width: 100%;
	  overflow: auto;
	  vertical-align: top;
	  outline: none;
	  border: 1px solid #e9e9e9;
	  padding: 10px;
  }
  
  textarea,
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"] {
	  padding: 10px;
	  max-width: 100%;
	  border: 0px;
	  font-size: 15px;
	  font-weight: normal;
	  line-height: 22px;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  transition: all 0.2s linear;
	  -moz-transition: all 0.2s linear;
	  -webkit-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	  background-color: #f2f2f2;
	  border-bottom: 1px solid #fff;
	  box-sizing: border-box;
	  color: #000000;
  }
  
  textarea:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	  transition: all 0.2s linear;
	  -moz-transition: all 0.2s linear;
	  -webkit-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	  border-color: #EBEBEB;
	  border-bottom: 1px solid #fff !important;
	  background: #e9e9e9;
  }
  
  button::-moz-focus-inner {
	  border: 0;
	  padding: 0;
  }
  
  input[type="radio"], input[type="checkbox"] {
	  margin: 0 10px;
  }
  
  /*------------------------------
	  2.8 Accessibility
  ------------------------------*/
  /* Text meant only for screen readers */
  .screen-reader-text {
	  clip: rect(1px, 1px, 1px, 1px);
	  position: absolute !important;
  }
  
  .screen-reader-text:hover,
  .screen-reader-text:active,
  .screen-reader-text:focus {
	  background-color: #f8f9f9;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  clip: auto !important;
	  color: #03c4eb;
	  display: block;
	  height: auto;
	  left: 5px;
	  line-height: normal;
	  padding: 17px;
	  text-decoration: none;
	  top: 5px;
	  width: auto;
	  z-index: 100000;
	  /* Above WP toolbar */
  }
  
  /*------------------------------
	  2.8 Accessibility
  ------------------------------*/
  /*------------------------------
	  2.9 Alignments
  ------------------------------*/
  .alignleft {
	  display: inline;
	  float: left;
	  margin-right: 3.5em;
  }
  
  .alignright {
	  display: inline;
	  float: right;
	  margin-left: 3.5em;
  }
  
  .aligncenter {
	  clear: both;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  /*------------------------------
	  3.0 Clearings
  ------------------------------*/
  .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: both;
  }
  
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
	  clear: both;
  }
  
  /*------------------------------
	  3.1 Infinite Scroll
  ------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
	  /* Theme Footer (when set to scrolling) */
	  display: none;
  }
  
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .infinity-end.neverending .site-footer {
	  display: block;
  }
  
  /*------------------------------
	  3.1 Helper.
  ------------------------------*/
  .hide {
	  display: none;
  }
  
  .clearleft {
	  clear: left;
  }
  
  .break, h1,
  h2,
  h3,
  h4,
  h5,
  h6, p, ul, ol, dl, blockquote, pre {
	  word-break: break-word;
	  word-wrap: break-word;
  }
  
  /*--------------------------------------------------------------
  3.0 Layout
  --------------------------------------------------------------*/
  #primary {
	  padding-bottom: 40px;
	  padding-top: 40px;
  }
  
  #secondary {
	  padding-bottom: 40px;
	  padding-top: 0;
  }
  
  .content-area {
	  width: 100%;
	  float: none;
  }
  
  .sidebar {
	  width: 100%;
	  float: none;
  }
  
  @media screen and (min-width: 940px) {
	  .sidebar {
		  width: 100%;
		  float: left;
	  }
  }
  
  .no-sidebar .content-area {
	  width: 100%;
  }
  
  
  /*--------------------------------------------------------------
  4.0 Structure
  --------------------------------------------------------------*/
  /* Header
  ------------------------------*/
  .site-header {
	  line-height: 80px;
	  position: relative;
	  width: 100%;
	  background: #FFFFFF;
	  z-index: 99;
	  -webkit-transition: all 1s ease-out;
	  /* Safari */
	  transition: all .5s ease-out;
  }
  
  .site-header-wrapper {
	  display: block;
  }
  
  .header-transparent .no-scroll .site-header {
	  background: transparent;
	  position: fixed;
  }
  
  @media screen and (min-width: 1140px) {
	  .header-transparent .no-scroll .site-header .onepress-menu > li > a {
		  color: rgba(255, 255, 255, 0.9);
	  }
  }
  
  .no-sticky-header.page-template-template-frontpage.header-transparent .site-header {
	  background: transparent;
	  position: absolute;
  }
  
  .site-header.header-fixed {
	  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  }
  
  .sticky-header #page > .site-header, .sticky-header .header-fixed {
	  position: fixed;
  }
  
  .sticky-header .header-fixed {
	  top: 0px;
	  left: 0px;
  }
  
  .header-transparent .hero-slideshow-fullscreen .hero__content {
	  padding-top: 50px;
	  padding-top: 3.125rem;
  }
  
  .site-branding {
	  width:150px;
	  float: left;
	  margin-right: 15px;
	  margin-bottom:0;
  }
  
  
  .site-branding .site-title, .site-branding .site-text-logo {
	  margin: 0px;
	  line-height: 1;
	  font-family:'Noto Sans JP', "Raleway", Helvetica, Arial, sans-serif;
	  font-size: 23px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  color: #000000;
	  display: initial;
	  vertical-align: middle;
	  font-weight: 600;
  }
  
  .site-branding .site-title:hover, .site-branding .site-text-logo:hover {
	  text-decoration: none;
  }
  
  .site-branding .site-title {
	  display: inline-block;
  }
  
  .site-branding .site-image-logo {
	  display: block;
  }
  
  .site-branding .site-logo-div {
	  line-height: 80px;
  }
  
  .site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
	  line-height: 80px;
  }
  
  .site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
	  margin-top: -5px;
	  position: relative;
  }
  
  .site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
	  font-size: 12px;
	  line-height: 14px;
	  margin-bottom: 0;
	  position: relative;
	  top: -15px;
  }
  
  .home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
	  color: #fff;
  }
  
  .header-social {
	  margin-left: 0px;
	  float: right;
  }
  
  @media screen and (min-width: 940px) {
	  .header-social {
		  margin-left: 10px;
	  }
  }
  
  @media screen and (max-width: 576px) {
	  .header-social {
		  display: none;
	  }
  }
  
  .header-social a {
	  display: block;
	  height: 100%;
	  float: left;
	  margin-left: 0px;
	  margin-top: -2px;
	  color: #03c4eb;
  }
  
  @media screen and (min-width: 940px) {
	  .header-social a {
		  margin-left: 3px;
	  }
  }
  
  .header-social a:hover {
	  color: #000000;
	  transition: all 0.2s linear 0s;
  }
  
  .header-social .fa-stack-1x, .header-social .fa-stack-2x {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  text-align: center;
  }
  
  .header-social .fa-stack-1x {
	  line-height: inherit;
  }
  
  .header-social .fa-stack-2x {
	  font-size: 2em;
  }
  
  .header-social .fa-inverse {
	  color: #FFFFFF;
  }
  
  .header-btn {
	  float: right;
  }
  
  /* Site Navigation */
  .onepress-menu, .onepress-menu * {
	  margin: 0;
	  padding: 0;
	  list-style: none;
  }
  
  .onepress-menu {
	  float: inherit;
	  vertical-align: top;
  }
  
  
  .onepress-menu ul {
	  position: absolute;
	  display: none;
	  top: 100%;
	  left: 0;
	  z-index: 99;
  }
  
  .onepress-menu ul ul {
	  top: 0;
	  left: 100%;
  }
  
  .onepress-menu li {
	  position: relative;
  }
  
  .onepress-menu > li {
	  float: left;
  }
  
  .onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
	  display: block;
  }
  
  .onepress-menu a {
	  display: block;
	  position: relative;
  }
  
  .onepress-menu ul {
	  min-width: 10em;
	  /* *width: 10em; */
	  border: 1px solid #e9e9e9;
	  border-top: none;
  }
  
  .onepress-menu li {
	  white-space: nowrap;
	  /* *white-space: normal; */
	  -webkit-transition: background .2s;
	  transition: background .2s;
  }
  
  .onepress-menu li:hover,
  .onepress-menu li.sfHover {
	  -webkit-transition: none;
	  transition: none;
  }
  
  .onepress-menu a {
	  color: #333333;
	  font-family:'Noto Sans JP', "Raleway", Helvetica, Arial, sans-serif;
	  padding-left: 13px;
	  padding-right: 13px;
	  font-size: 13px;
	  font-weight: 600;
	  text-transform: uppercase;
	  text-decoration: none;
	  zoom: 1;
	  letter-spacing: 1px;
  }
  
  .onepress-menu a:hover {
	  color: #03c4eb;
  }
  
  .onepress-menu ul li {
	  line-height: 26px;
  }
  
  .onepress-menu ul li a {
	  border-top: 1px solid #e9e9e9;
	  padding: 8px 18px;
	  color: #999999;
	  font-size: 13px;
	  text-transform: none;
	  background: #ffffff;
	  letter-spacing: 0;
  }
  
  .onepress-menu ul li a:hover {
	  color: #03c4eb;
  }
  
  .onepress-menu li.onepress-current-item > a {
	  color: #03c4eb;
  }
  
  .onepress-menu ul li.current-menu-item > a {
	  color: #03c4eb;
  }
  
  .onepress-menu > li:last-child > a {
	  padding-right: 0px;
  }
  
  .onepress-menu > li a.menu-actived {
	  color: #03c4eb;
  }
  
  .onepress-menu .nav-toggle-subarrow {
	  display: none;
  }
  
  #nav-toggle {
	  float:right;
	  display: none;
	  margin-left: 15px;
  }
  
  @media screen and (max-width: 800px) {
	  .main-navigation {
		  position: static;
	  }
	  .main-navigation .onepress-menu {
		  width: 100% !important;
		  display: none;
	  }
	  .onepress-menu.onepress-menu-mobile {
		  display: block !important;
		  position: absolute;
		  top: 75px;
		  right: 0;
		  width: 100%;
		  background: transparent;
		  z-index: 100;
		  border-bottom: 1px solid #e9e9e9;
	  }
	  .onepress-menu.onepress-menu-mobile > li > a {
		  padding: 12px 20px;
	  }
	  .onepress-menu.onepress-menu-mobile li:hover ul {
		  display: none;
	  }
	  .onepress-menu.onepress-menu-mobile ul {
		  box-shadow: none;
		  padding-bottom: 0;
		  border: none;
		  position: relative;
	  }
	  .onepress-menu.onepress-menu-mobile ul li:last-child {
		  border-bottom: none;
	  }
	  .onepress-menu.onepress-menu-mobile ul li a {
		  padding: 12px 35px;
		  border-top: none;
	  }
	  .onepress-menu.onepress-menu-mobile ul li a:hover {
		  background: transparent;
	  }
	  .onepress-menu.onepress-menu-mobile ul li li a {
		  padding: 12px 70px;
		  border-top: none;
	  }
	  .onepress-menu.onepress-menu-mobile ul li li li a {
		  padding: 12px 105px;
	  }
	  .onepress-menu.onepress-menu-mobile ul ul {
		  left: 0px;
	  }
	  .onepress-menu.onepress-menu-mobile li {
		  line-height: 20px;
		  background: #FFFFFF;
		  border-top: 1px solid #e9e9e9;
		  width: 100% !important;
	  }
	  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
		  color: #03c4eb;
	  }
	  .onepress-menu.onepress-menu-mobile a {
		  color: #777777;
	  }
	  .onepress-menu.onepress-menu-mobile a:hover {
		  color: #000000;
	  }
	  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
		  display: block;
		  color: #999999;
		  border-left: 1px solid #e9e9e9;
		  font-weight: normal;
		  position: absolute;
		  top: 0;
		  right: 0;
		  cursor: pointer;
		  text-align: center;
		  padding: 11px 20px;
		  z-index: 10;
		  font-size: 22px;
	  }
	  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
		  content: "\f106" !important;
	  }
	  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
		  display: block !important;
	  }
	  #nav-toggle {
		  display: block;
	  }
  }
  
  #nav-toggle {
	  position: relative;
	  width: 35px;
	  overflow: hidden;
	  white-space: nowrap;
	  color: transparent;
  }
  
  #nav-toggle span {
	  position: absolute;
	  top: 50%;
	  right: 5px;
	  margin-top: -2px;
	  -webkit-transition: background 0.2s;
	  -moz-transition: background 0.2s;
	  transition: background 0.2s;
	  display: inline-block;
	  height: 3px;
	  width: 24px;
	  background: #000000;
  }
  
  #nav-toggle span:before {
	  top: -8px;
  }
  
  #nav-toggle span:after {
	  top: 8px;
  }
  
  #nav-toggle span:before, #nav-toggle span:after {
	  position: absolute;
	  display: inline-block;
	  height: 3px;
	  width: 24px;
	  background: #000000;
	  content: '';
	  right: 0;
	  -webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-transform-origin: 0% 50%;
	  -moz-transform-origin: 0% 50%;
	  -ms-transform-origin: 0% 50%;
	  -o-transform-origin: 0% 50%;
	  transform-origin: 0% 50%;
	  -webkit-transition: -webkit-transform 0.2s;
	  -moz-transition: -moz-transform 0.2s;
	  transition: transform 0.2s;
  }
  
  #nav-toggle.nav-is-visible span {
	  background: transparent;
  }
  
  #nav-toggle.nav-is-visible span:before {
	  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
	  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
	  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
	  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
	  transform: translateX(4px) translateY(-1px) rotate(45deg);
  }
  
  #nav-toggle.nav-is-visible span:after {
	  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
	  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
	  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
	  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
	  transform: translateX(4px) translateY(0px) rotate(-45deg);
  }
  
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
	  background: #000000;
  }
  
  /* Content
  ------------------------------*/
  .site-content {
	  border-top: 1px solid #e9e9e9;
	  margin-top: -1px;
  }
  
  .blog .site-content,
  .single-post .site-content {
	  margin-top: 0;
  }
  
  .site-content.no-border {
	  border-top: none;
  }
  
  .page-header {
	  padding: 20px 0px;
	  background: #f0f0f0;
	  text-align: center;
  }
  
  .page-header .entry-title, .page-header .page-title {
	  margin-bottom: 0px;
	  font-size: 24px;
	  font-weight: 600;
	  letter-spacing: 5px;
	  text-transform: uppercase;
  }
  
  .page-header p {
	  margin: 6px 0px 0px 0px;
  }
  
  /* Footer
  ------------------------------*/
  .site-footer {
	  background: #111111;
	  color: #BBBBBB;
	  font-size: 14px;
  }
  
  .site-footer a {
	  color: #03c4eb;
  }
  
  .site-footer .footer-connect {
	  padding:  1rem 0rem;
	  text-align: center;
  }
  
  @media (max-width: 767px) {
	  .site-footer .footer-connect .footer-subscribe {
		  margin-bottom: 40px;
	  }
  }
  
  .site-footer .footer-connect .follow-heading {
	  color: #FFFFFF;
	  margin-bottom: 20px;
	  letter-spacing: 0.8px;
  }
  
  .site-footer .footer-connect .subs_input {
	  background-color: rgba(255, 255, 255, 0.145);
	  color: #cccccc;
	  border-bottom: none;
	  box-shadow: none;
	  padding: 12px 15px 12px;
	  border-radius: 2px;
	  width: 60%;
	  font-size: 13px;
  }
  
  .site-footer .footer-connect .subs_input:focus {
	  border: none;
  }
  
  @media screen and (max-width: 1140px) {
	  .site-footer .footer-connect .subs_input {
		  width: 100%;
		  margin-bottom: 4px;
	  }
  }
  
  @media screen and (max-width: 940px) {
	  .site-footer .footer-connect .subs_input {
		  width: 70%;
		  margin-bottom: 4px;
	  }
  }
  
  @media screen and (max-width: 720px) {
	  .site-footer .footer-connect .subs_input {
		  width: 100%;
		  margin-bottom: 4px;
	  }
  }
  
  .site-footer .footer-connect .subs-button {
	  margin: 0px;
	  position: relative;
	  top: 0px;
	  padding: 16px 23px 16px;
  }
  
  @media screen and (max-width: 1140px) {
	  .site-footer .footer-connect .subs-button {
		  width: 100%;
	  }
  }
  
  @media screen and (max-width: 940px) {
	  .site-footer .footer-connect .subs-button {
		  width: 70%;
	  }
  }
  
  @media screen and (max-width: 720px) {
	  .site-footer .footer-connect .subs-button {
		  width: 100%;
	  }
  }
  
  .site-footer .footer-connect input[type="text"]:focus {
	  border: none !important;
  }
  
  .site-footer .footer-social {
	  text-align: center;
  }
  
  .site-footer .footer-social a {
	  font-size: 30px;
	  margin: 0px 13px;
	  color: #FFFFFF;
  }
  
  .site-footer .footer-social a:hover {
	  color: #03c4eb;
  }
  
  .site-footer .site-info {
	  position: relative;
	  text-align: center;
	  padding: 35px 0px;
	  background: #222222;
	  font-weight: 500;
	  color: #bbbbbb;
  }
  
  .site-footer .site-info a {
	  color: #dddddd;
  }
  
  .site-footer .site-info a:hover {
	  text-decoration: underline;
  }
  
  .site-footer .btt a {
	  border-radius: 0px 20px 0 0;
	  color: #999999;
	  background: #222222;
	  display: block;
	  font-size: 30px;
	  height: 50px;
	  line-height: 50px;
	  margin: auto;
	  position: absolute;
	  right: 60px;
	  top: -25px;
	  transition: all 0.2s linear 0s;
	  width: 50px;
	  transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
  }
  
  .site-footer .btt a:hover {
	  color: #03c4eb;
  }
  
  .site-footer .btt a i {
	  transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  margin-left: 3px;
  }
  
  @media screen and (max-width: 940px) {
	  .site-footer .btt a {
		  right: 0;
		  left: 0;
	  }
  }
  
  /*--------------------------------------------------------------
  5.0 Contents
  --------------------------------------------------------------*/
  /* Page: 404
  ------------------------------*/
  .error-404 .search-form, .error-404 .widget {
	  margin-bottom: 40px;
  }
  
  .error-404 .widgettitle, .error-404 .widget-title {
	  font-size: 15px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  margin-bottom: 13px;
	  font-weight: 700;
  }
  
  .error-404 ul {
	  padding-left: 0px;
  }
  
  .error-404 ul li {
	  list-style: none;
  }
  
  /* Page: Search
  ------------------------------*/
  .search-results .hentry {
	  border-bottom: 1px solid #e9e9e9;
	  padding-bottom: 25px;
	  margin-bottom: 25px;
  }
  
  .search-results .entry-summary p {
	  margin-bottom: 0px;
  }
  
  .search-results .entry-header .entry-title {
	  font-size: 18x;
	  line-height: 1.3;
	  font-weight: 500;
  }
  
  .search-results .entry-header .entry-title a:hover {
	  text-decoration: none;
  }
  
  /* Entry Header
  ------------------------------*/
  .entry-header .entry-title {
	  font-weight: 100;
	  text-transform: none;
	  letter-spacing: 0px;
	  font-family: 'Noto Sans JP', "Open Sans", Helvetica, Arial, sans-serif;
	  font-size: 18px;
	  line-height: 1.3rem;
	  margin-bottom:0px;
  }
  
  @media screen and (min-width: 940px) {
	  .entry-header .entry-title {
		  font-size: 15px;
		  line-height: 1.3rem;
	  }
  }
  
  .single .entry-header .entry-title {
	  margin-bottom: 10px;
  }
  
  .highlight {
	  color: #03c4eb;
  }
  
  /* Entry Content
  ------------------------------*/
  .entry-content {
	  margin-bottom: 30px;
  }
  
  .entry-content blockquote {
	  padding: 30px;
	  position: relative;
	  background: #f8f9f9;
	  border-left: 3px solid #03c4eb;
	  font-style: italic;
  }
  
  .entry-content blockquote p {
	  margin: 0px;
  }
  
  /* Entry Stuff
  ------------------------------*/
  .entry-meta {
	  margin-bottom: 30px;
	  text-transform: uppercase;
	  letter-spacing: 1.5px;
	  font-size: 12px;
	  font-weight: 600;
	  padding-bottom: 30px;
	  border-bottom: 1px solid #e9e9e9;
  }
  
  .entry-footer {
	  margin-bottom: 30px;
	  padding-top: 30px;
	  border-top: 1px solid #e9e9e9;
  }
  
  .entry-footer .cat-links, .entry-footer .tags-links {
	  display: block;
	  text-transform: uppercase;
	  letter-spacing: 1.5px;
	  font-size: 12px;
	  font-weight: 600;
	  margin-top: 5px;
  }
  
  .nav-links {
	  padding: 30px 0px;
	  border-left: none;
	  border-right: none;
	  margin-bottom: 50px;
  }
  
  .nav-links .nav-previous {
	  float: left;
  }
  
  .nav-links .nav-next {
	  float: right;
  }
  
  .nav-links a {
	  background: #cccccc;
	  color: #FFFFFF;
	  padding: 12px 20px;
	  font-weight: 600;
	  font-size: 12px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  border-radius: 2px;
  }
  
  .nav-links a:hover {
	  background: #03c4eb;
	  text-decoration: none;
  }
  
  .bypostauthor {
	  margin: 0;
  }
  
  /* Sticky Post
  ------------------------------*/
  .sticky .entry-title {
	  padding-left: 20px;
	  position: relative;
  }
  
  .sticky .entry-title:after {
	  content: "\f276";
	  display: inline-block;
	  font-family: 'Noto Sans JP', "FontAwesome";
	  font-style: normal;
	  font-weight: normal;
	  width: 12px;
	  height: 12px;
	  position: absolute;
	  left: 0px;
	  top: 2px;
	  font-size: 22px;
	  color: #aaaaaa;
  }
  
  /* WordPress caption style
  ------------------------------*/
  .wp-caption {
	  max-width: 100%;
	  font-style: italic;
	  line-height: 1.35;
	  margin-bottom: 15px;
	  margin-top: 5px;
  }
  
  .wp-caption img[class*="wp-image-"] {
	  display: block;
	  max-width: 100%;
  }
  
  .wp-caption .wp-caption-text {
	  margin: 10px 0px;
  }
  
  .wp-caption-text,
  .entry-thumbnail-caption,
  .cycle-caption {
	  font-style: italic;
	  line-height: 1.35;
	  font-size: 13px;
  }
  
  /* WordPress Gallery
  ------------------------------*/
  .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;
  }
  
  /* Comments
  ------------------------------*/
  #comments {
	  padding-top: 30px;
	  border-top: 1px solid #e9e9e9;
  }
  
  #comments .comments-title {
	  margin-bottom: 20px;
	  font-size: 18px;
	  line-height: 26px;
	  letter-spacing: 1.5px;
	  text-transform: uppercase;
  }
  
  #comments .comment-list {
	  list-style: none;
	  padding-left: 0px;
  }
  
  #comments .comment-list .pingback {
	  border-bottom: 1px solid #e9e9e9;
	  padding: 20px 0;
	  margin: 0;
  }
  
  #comments .comment-list .pingback p {
	  margin: 0px;
  }
  
  #comments .comment-list .pingback:last-child {
	  margin-bottom: 40px;
  }
  
  #comments .comment-content.entry-content {
	  margin-bottom: 0px;
  }
  
  #comments .comment {
	  list-style: none;
	  margin: 30px 0;
  }
  
  #comments .comment .avatar {
	  width: 60px;
	  float: left;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
  }
  
  #comments .comment .comment-wrapper {
	  margin-left: 90px;
	  padding: 25px 30px 15px 30px;
	  background: #f8f9f9;
	  position: relative;
  }
  
  #comments .comment .comment-wrapper:before {
	  border-color: transparent #f6f7f9 transparent transparent;
	  border-style: solid;
	  border-width: 0 10px 10px 0;
	  content: "";
	  height: 0;
	  left: -9px;
	  position: absolute;
	  top: 0;
	  width: 0;
  }
  
  #comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
	  color: #aaaaaa;
	  text-transform: uppercase;
	  letter-spacing: 0.3px;
	  font-size: 11px;
  }
  
  #comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
	  color: #03c4eb;
  }
  
  #comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
	  content: "/";
	  padding: 0px 5px;
  }
  
  #comments .comment .comment-wrapper .comment-meta a:last-child:after {
	  content: "";
  }
  
  #comments .comment .comment-wrapper .comment-meta cite .fn {
	  font-weight: bold;
	  font-style: normal;
	  margin-right: 5px;
	  text-transform: uppercase;
	  letter-spacing: 1.5px;
	  font-size: 14px;
  }
  
  #comments .comment .comment-wrapper .comment-meta cite span {
	  padding: 3px 10px;
	  background: #e9e9e9;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  margin-right: 10px;
  }
  
  #comments .comment .comment-wrapper a {
	  text-decoration: none;
  }
  
  #comments .comment .children {
	  padding-left: 30px;
  }
  
  #comments .comment .children .children {
	  padding-left: 30px;
  }
  
  #comments .comment .children .children .children {
	  padding-left: 0px;
  }
  
  @media screen and (min-width: 940px) {
	  #comments .comment .children {
		  padding-left: 90px;
	  }
	  #comments .comment .children .children {
		  padding-left: 90px;
	  }
	  #comments .comment .children .children .children {
		  padding-left: 90px;
	  }
  }
  
  #comments .form-allowed-tags {
	  display: none;
  }
  
  #comments a {
	  text-decoration: none;
  }
  
  #comments a:hover {
	  text-decoration: underline;
  }
  
  .right-sidebar .comment-respond textarea,
  .left-sidebar .comment-respond textarea {
	  width: 100%;
  }
  
  /* Comment Form
  ------------------------------*/
  #respond {
	  padding-top: 20px;
  }
  
  #respond .comment-form label {
	  display: block;
	  margin-bottom: 4px;
  }
  
  #respond .form-allowed-tags {
	  font-size: 12px;
  }
  
  #respond .form-allowed-tags code {
	  background: none;
  }
  
  #respond .comment-reply-title {
	  font-size: 18px;
	  letter-spacing: 1.5px;
	  margin-bottom: 20px;
	  text-transform: uppercase;
  }
  
  #respond .comment-notes {
	  display: none;
  }
  
  #respond label {
	  font-size: 13px;
	  text-transform: uppercase;
	  letter-spacing: 1.5px;
  }
  
  .full-screen .comments-area {
	  max-width: 1110px;
	  margin: 0 auto;
  }
  
  /*--------------------------------------------------------------
  6.0 Elements
  --------------------------------------------------------------*/
  /* Button
  ------------------------------*/
  .btn {
	  text-transform: uppercase;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	  font-size: 13px;
	  font-size: 0.8125rem;
	  font-weight: 600;
  }
  
  .btn:active, .btn:focus {
	  outline: none;
  }
  
  .btn-lg {
	  font-size: 17px;
	  font-size: 1.0625rem;
  }
  
  .btn-theme-primary {
	  background: #03c4eb;
	  color: #FFFFFF;
  }
  
  .btn-theme-primary:hover {
	  color: #FFFFFF;
  }
  
  .btn-theme-primary-outline {
	  background-color: transparent;
	  background-image: none;
	  border-color: #03c4eb;
	  color: #03c4eb;
  }
  
  .btn-theme-primary-outline:hover {
	  color: #FFF;
	  background-color: #03c4eb;
	  border-color: #03c4eb;
  }
  
  /* Loading
  ------------------------------*/
  .sk-cube-grid {
	  width: 40px;
	  height: 40px;
	  margin: 100px auto;
  }
  
  .sk-cube-grid .sk-cube {
	  width: 33%;
	  height: 33%;
	  background-color: #fff;
	  float: left;
	  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  }
  
  .sk-cube-grid .sk-cube1 {
	  -webkit-animation-delay: 0.2s;
	  animation-delay: 0.2s;
  }
  
  .sk-cube-grid .sk-cube2 {
	  -webkit-animation-delay: 0.3s;
	  animation-delay: 0.3s;
  }
  
  .sk-cube-grid .sk-cube3 {
	  -webkit-animation-delay: 0.4s;
	  animation-delay: 0.4s;
  }
  
  .sk-cube-grid .sk-cube4 {
	  -webkit-animation-delay: 0.1s;
	  animation-delay: 0.1s;
  }
  
  .sk-cube-grid .sk-cube5 {
	  -webkit-animation-delay: 0.2s;
	  animation-delay: 0.2s;
  }
  
  .sk-cube-grid .sk-cube6 {
	  -webkit-animation-delay: 0.3s;
	  animation-delay: 0.3s;
  }
  
  .sk-cube-grid .sk-cube7 {
	  -webkit-animation-delay: 0s;
	  animation-delay: 0s;
  }
  
  .sk-cube-grid .sk-cube8 {
	  -webkit-animation-delay: 0.1s;
	  animation-delay: 0.1s;
  }
  
  .sk-cube-grid .sk-cube9 {
	  -webkit-animation-delay: 0.2s;
	  animation-delay: 0.2s;
  }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
	  0%, 70%, 100% {
		  -webkit-transform: scale3D(1, 1, 1);
		  transform: scale3D(1, 1, 1);
	  }
	  35% {
		  -webkit-transform: scale3D(0, 0, 1);
		  transform: scale3D(0, 0, 1);
	  }
  }
  
  @keyframes sk-cubeGridScaleDelay {
	  0%, 70%, 100% {
		  -webkit-transform: scale3D(1, 1, 1);
		  transform: scale3D(1, 1, 1);
	  }
	  35% {
		  -webkit-transform: scale3D(0, 0, 1);
		  transform: scale3D(0, 0, 1);
	  }
  }
  
  /*--------------------------------------------------------------
  7.0 Widgets
  --------------------------------------------------------------*/
  .sidebar .widget {
	  margin-bottom: 40px;
  }
  
  .sidebar .widget .widget-title {
	  font-size: 15px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  margin-bottom: 13px;
	  font-weight: 700;
  }
  
  .sidebar .widget ul {
	  list-style: none;
	  padding: 0px;
  }
  
  .sidebar .widget ul:after {
	  clear: both;
	  content: ".";
	  display: block;
	  height: 0;
	  visibility: hidden;
  }
  
  .sidebar .widget a {
	  color: #777777;
	  font-size: 14px;
  }
  
  .sidebar .widget a:hover {
	  color: #03c4eb;
	  text-decoration: underline;
  }
  
  /* Search
  ------------------------------*/
  .sidebar .widget .search-form .search-field {
	  width: 100% !important;
	  padding: 10px 15px;
	  padding:  0.625rem 0.9375rem;
  }
  
  .sidebar .widget .search-form .search-submit {
	  padding: 12px 23px 12px;
	  width: 93%;
  }
  
  /* Recent Comment
  ------------------------------*/
  .widget_recent_comments ul {
	  margin-top: 25px;
  }
  
  .widget_recent_comments ul li {
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #e9e9e9;
  }
  
  .widget_recent_comments ul a {
	  font-style: italic;
  }
  
  .widget_recent_comments .comment-author-link a {
	  font-weight: bold;
	  font-style: normal;
  }
  
  /* Recent Categories, Archive, Meta
  ------------------------------*/
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
	  float: left;
	  margin-bottom: 0;
	  width: 50%;
  }
  
  @media screen and (min-width: 720px) {
	  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
		  width: 50%;
	  }
  }
  
  @media screen and (min-width: 940px) {
	  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
		  width: 100%;
		  float: none;
	  }
  }
  
  @media screen and (min-width: 1140px) {
	  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
		  width: 50%;
		  float: left;
	  }
  }
  
  .widget_recent_entries ul li {
	  margin: 0px;
	  padding: 10px 0px 10px 0px;
	  border-bottom: 1px solid #e9e9e9;
  }
  
  /*--------------------------------------------------------------
  8.0 Sections
  --------------------------------------------------------------*/
  /* Section Stuffs
  ------------------------------*/
  .section-padding {
	  padding: 70px 0px;
	  padding:  4.375rem 0rem;
  }
  
  .section-padding-lg {
	  padding: 90px 0px;
	  padding:  5.625rem 0rem;
  }
  
  .section-padding-larger {
	  padding: 140px 0px;
	  padding:  8.75rem 0rem;
  }
  
  .section-meta {
	  background-color: #f8f9f9;
  }
  
  .onepage-section {
	  position: relative;
	  overflow: hidden;
  }
  
  .onepage-section:before {
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  right: 0px;
	  bottom: 0px;
	  display: block;
	  content: " ";
	  z-index: 1;
  }
  
  .onepage-section .container {
	  position: relative;
	  z-index: 5;
  }
  
  .section-inverse {
	  background: #222222;
  }
  
  .section-inverse .section-title-area .section-title {
	  color: rgba(255, 255, 255, 0.99);
  }
  
  .section-inverse .section-title-area .section-subtitle {
	  color: rgba(255, 255, 255, 0.7);
  }
  
  .section-inverse .section-title-area .section-subtitle::after {
	  background: rgba(255, 255, 255, 0.8);
  }
  
  .section-inverse-extended {
	  background: #333333;
  }
  
  .section-inverse-extended .section-title-area .section-title {
	  color: rgba(255, 255, 255, 0.99);
  }
  
  .section-inverse-extended .section-title-area .section-subtitle {
	  color: rgba(255, 255, 255, 0.7);
  }
  
  .section-inverse-extended .section-title-area .section-subtitle::after {
	  background: rgba(255, 255, 255, 0.8);
  }
  
  .section-inverse {
	  color: rgba(255, 255, 255, 0.5);
  }
  
  .section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
	  color: rgba(255, 255, 255, 0.9);
  }
  
  .section-inverse p {
	  color: rgba(255, 255, 255, 0.5);
  }
  
  .section-title-area {
	  margin-bottom: 60px;
	  text-align: center;
  }
  
  .section-title-area .section-title {
	  font-size: 30px;
	  letter-spacing: 2px;
	  font-weight: 800;
	  position: relative;
	  margin-bottom: 0px;
	  text-transform: uppercase;
  }
  
  @media screen and (min-width: 940px) {
	  .section-title-area .section-title {
		  font-size: 40px;
		  letter-spacing: 3.5px;
	  }
  }
  
  .section-title-area .section-subtitle {
	  color: #aaaaaa;
	  font-size: 12px;
	  display: inline-block;
	  position: relative;
	  margin-bottom: 13px;
	  margin-bottom: 0.8125rem;
	  text-transform: uppercase;
	  letter-spacing: 2px;
  }
  
  @media screen and (min-width: 940px) {
	  .section-title-area .section-subtitle {
		  font-size: 14px;
	  }
  }
  
  .section-desc {
	  font-size: 20px;
	  font-size: 1.25rem;
	  margin-top: 40px;
	  margin-top: 2.5rem;
  }
  
  /* Section: Hero
  ------------------------------*/
  .hero-slideshow-wrapper {
	  width: 100%;
	  position: relative;
	  background-color: #222222;
	  overflow: hidden;
	  /* Loading icon */
  }
  
  .hero-slideshow-wrapper:after {
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.3);
	  display: block;
	  content: "";
  }
  
  .hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn {
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transform: translateY(100px);
	  transform: translateY(100px);
	  -webkit-transition: all .5s linear;
	  transition: all .5s linear;
  }
  
  .hero-slideshow-wrapper .hero__content .hero-large-text {
	  -webkit-transition-delay: 0.7s;
	  /* Safari */
	  transition-delay: 0.7s;
  }
  
  .hero-slideshow-wrapper .hero__content .hero-small-text {
	  -webkit-transition-delay: 0.8s;
	  /* Safari */
	  transition-delay: 0.8s;
  }
  
  .hero-slideshow-wrapper .hero__content .btn {
	  -webkit-transition-delay: 1s;
	  /* Safari */
	  transition-delay: 1s;
  }
  
  .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
  }
  
  .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
  .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
  .hero-slideshow-wrapper.loaded .container .hero__content .btn {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
  }
  
  .hero-slideshow-wrapper .sk-cube-grid {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  z-index: 9999999;
	  margin: 0px;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
  }
  
  .is-customize-preview .sk-cube-grid {
	  display: none !important;
  }
  
  .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	  -webkit-transition: all 0s linear;
	  transition: all 0s linear;
  }
  
  .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
	  -webkit-transition-duration: 0s;
	  transition-duration: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
	  -webkit-transition-delay: 0s;
	  /* Safari */
	  transition-delay: 0s;
  }
  
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
  .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
  }
  
  .hero-slideshow-normal .container {
	  padding: 10% 0px;
	  position: relative;
	  z-index: 80;
  }
  
  .hero-slideshow-fullscreen .container {
	  z-index: 80;
	  position: relative;
	  top: 50%;
	  transform: translateY(-50%);
  }
  
  .hero__content {
	  color: #FFF;
	  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	  font-size: 18px;
	  font-size: 1.125rem;
	  font-weight: 300;
  }
  
  .hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
	  color: #FFF;
	  letter-spacing: 2px;
	  text-transform: uppercase;
  }
  
  .hero__content a.btn {
	  margin: 10px 10px 20px 0px;
	  margin:  0.625rem 0.625rem 1.25rem 0rem;
  }
  
  .hero__content p {
	  margin-bottom: 20px;
	  margin-bottom: 1.25rem;
  }
  
  .hero__content .btn-secondary-outline {
	  box-shadow: none;
	  border-color: rgba(255, 255, 255, 0.9);
	  color: rgba(255, 255, 255, 0.9);
  }
  
  .hero__content .btn-secondary-outline:hover {
	  background: #FFF;
	  color: #333;
  }
  
  /* Hero Content Style 2. */
  .hero-content-style2 h1 {
	  font-weight: 800;
	  font-size: 50px;
	  font-size: 3.125rem;
	  letter-spacing: 3px;
  }
  
  .hero-content-style2 .hcl2-content {
	  padding: 50px 0px;
	  padding:  3.125rem 0rem;
  }
  
  .hero-content-style2 .hcl2-image {
	  text-align: right;
  }
  
  @media (max-width: 1199px) {
	  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
		  text-align: center;
	  }
  }
  
  /* Hero Text Style1. */
  .hero-content-style1 {
	  text-align: center;
  }
  
  .hero-content-style1 h2 {
	  color: #FFFFFF;
	  font-size: 35px;
	  letter-spacing: 2px;
	  line-height: 1.3;
	  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	  font-weight: 800;
	  text-transform: uppercase;
  }
  
  @media screen and (min-width: 720px) {
	  .hero-content-style1 h2 {
		  font-size: 60px;
		  letter-spacing: 3px;
	  }
  }
  
  @media screen and (min-width: 940px) {
	  .hero-content-style1 h2 {
		  font-size: 75px;
		  letter-spacing: 4px;
	  }
  }
  
  .hero-content-style1 h2 strong {
	  font-weight: 900;
  }
  
  .hero-content-style1 p {
	  font-size: 14px;
	  font-style: italic;
	  letter-spacing: 0.4px;
	  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	  color: #FFFFFF;
	  text-align: center;
	  font-weight: 100;
	  margin-bottom: 30px;
	  margin-bottom: 1.875rem;
  }
  
  @media screen and (min-width: 940px) {
	  .hero-content-style1 p {
		  font-size: 18px;
	  }
  }
  
  @media screen and (min-width: 1140px) {
	  .hero-content-style1 p {
		  font-size: 22px;
	  }
  }
  
  .hero-content-style1 p strong {
	  letter-spacing: -0.6px;
  }
  
  @media (max-width: 767px) {
	  .hero-content-style1 .btn {
		  display: inline-block;
	  }
  }
  
  .hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
	  outline: none;
  }
  
  #hero .btn {
	  box-shadow: none;
  }
  
  /* Text Rotator */
  .morphext > .animated {
	  display: inline-block;
  }
  
  /* Section: Features
  ------------------------------*/
  .icon-background-default {
	  color: #03c4eb;
  }
  
  .feature-item {
	  text-align: center;
  }
  
  .feature-item .feature-icon {
	  color: #fff;
  }
  
  .feature-item .fa-5x {
	  font-size: 4em;
  }
  
  .feature-item:hover .icon-background-default {
	  color: #333333;
	  -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	  transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  transform: scale(1.1);
  }
  
  @media screen and (min-width: 940px) {
	  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
		  clear: left;
	  }
  }
  
  .feature-media {
	  text-align: center;
	  margin-bottom: 20px;
  }
  
  /* Section: About Us
  ------------------------------*/
  .section-about .about-image {
	  text-align: center;
  }
  
  .section-about .about-image img {
	  margin-bottom: 30px;
  }
  
  /* Section: Services
  ------------------------------*/
  .section-services .service-item {
	  background: #FFFFFF;
	  padding: 30px;
	  margin-bottom: 30px;
	  position: relative;
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	  transition: all 100ms ease-out 0s;
  }
  
  @media screen and (max-width: 720px) {
	  .section-services .service-item {
		  padding: 20px;
	  }
  }
  
  .section-services .service-item:after {
	  content: "";
	  display: table;
	  clear: both;
	  clear: both;
  }
  
  .section-services .service-item:hover {
	  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
  }
  
  .section-services .service-item .service-image {
	  float: left;
	  margin-right: 30px;
  }
  
  .section-services .service-item .service-image img {
	  max-width: 120px;
	  height: auto;
  }
  
  .section-services .service-item .service-image i {
	  color: #03c4eb;
  }
  
  @media screen and (max-width: 720px) {
	  .section-services .service-item .service-image {
		  float: none;
		  margin-bottom: 30px;
		  margin-top: 10px;
		  margin-right: 0px;
		  text-align: center;
	  }
  }
  
  .section-services .service-item .service-thumbnail {
	  margin-bottom: 25px;
	  margin-bottom: 1.5625rem;
  }
  
  .section-services .service-item .service-content {
	  overflow: hidden;
  }
  
  .section-services .service-item .service-content p {
	  margin: 0px;
	  font-size: 14px;
	  color: #777777;
  }
  
  @media screen and (max-width: 720px) {
	  .section-services .service-item .service-content {
		  text-align: center;
		  overflow: auto;
	  }
  }
  
  .section-services .service-item .service-title {
	  margin-bottom: 10px;
	  margin-bottom: 0.625rem;
	  color: #333333;
  }
  
  .section-services .service-item .service-link:before {
	  width: 100%;
	  height: 100%;
	  display: block;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  content: "";
  }
  
  /* Section: Counter
  ------------------------------*/
  .counter_item {
	  text-align: center;
	  margin-bottom: 35px;
	  margin-bottom: 2.1875rem;
  }
  
  .counter_item .counter__number {
	  font-size: 50px;
	  font-size: 3.125rem;
	  font-weight: 800;
	  color: #03c4eb;
	  line-height: 1;
	  font-family: 'Noto Sans JP', serif, sans-serif;
	  text-transform: uppercase;
  }
  
  .counter_item .counter_title {
	  font-size: 18px;
	  font-size: 1.125rem;
  }
  
  /* Section: Parallax
  ------------------------------*/
  .section-has-parallax {
	  overflow: hidden;
	  position: relative;
	  width: 100%;
  }
  
  .parallax_bg {
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
  }
  
  .parallax_bg.is-mobile {
	  background-position: 50% 50% !important;
  }
  
  .parallax_bg_overlay {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  z-index: 5;
	  opacity: 0.4;
  }
  
  .parallax-content {
	  z-index: 10;
	  position: relative;
	  padding: 100px 0px;
	  text-align: center;
  }
  
  .parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
	  color: #FFFFFF;
	  line-height: 1.5;
  }
  
  .parallax-content p, .parallax-content a {
	  color: #FFFFFF;
  }
  
  /* Section: Team
  ------------------------------*/
  .section-team .team-member {
	  padding: 0px 0.5px;
  }
  
  .section-team .row {
	  margin-left: -0.5px;
	  margin-right: -0.5px;
  }
  
  .team-members.row {
	  margin-left: 0px;
	  margin-left: 0rem;
	  margin-right: 0px;
	  margin-right: 0rem;
  }
  
  @media screen and (min-width: 940px) {
	  .team-members.row.team-layout-4 .team-member {
		  width: 25%;
	  }
	  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
		  clear: left;
	  }
	  .team-members.row.team-layout-3 .team-member {
		  width: 33.33333%;
	  }
	  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
		  clear: left;
	  }
	  .team-members.row.team-layout-2 .team-member {
		  width: 50%;
	  }
	  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
		  clear: left;
	  }
  }
  
  @media screen and (max-width: 940px) {
	  .team-members.row .team-member {
		  width: 50%;
	  }
	  .team-members.row .team-member:nth-child(2n+1) {
		  clear: left;
	  }
  }
  
  @media screen and (max-width: 720px) {
	  .team-members.row .team-member {
		  width: 50%;
	  }
	  .team-members.row .team-member:nth-child(2n+1) {
		  clear: left;
	  }
  }
  
  @media screen and (max-width: 576px) {
	  .team-members.row .team-member {
		  width: 100%;
	  }
  }
  
  .team-member {
	  margin-bottom: 20px;
	  float: left;
  }
  
  .team-member .member-thumb {
	  margin-bottom: 20px;
	  position: relative;
	  overflow: hidden;
  }
  
  .team-member .member-thumb:hover .member-profile {
	  bottom: 8px;
	  transition: all 0.1s linear;
  }
  
  .team-member .member-thumb:hover img {
	  opacity: 0.7;
	  transition: all 0.1s linear;
  }
  
  .team-member .member-thumb .member-profile {
	  position: absolute;
	  text-align: center;
	  bottom: -35px;
	  left: auto;
	  right: auto;
	  width: 100%;
  }
  
  .team-member .member-thumb .member-profile a {
	  color: #000000;
  }
  
  .team-member .member-thumb .member-profile a .fa-inverse {
	  color: #ffffff;
  }
  
  .team-member .member-thumb .member-profile a:hover {
	  color: #03c4eb;
  }
  
  .team-member .member-info {
	  margin-top: 0px;
	  position: relative;
	  z-index: 30;
	  text-align: center;
  }
  
  .team-member .member-name {
	  letter-spacing: 2px;
	  margin-bottom: 15px;
	  position: relative;
  }
  
  .team-member .member-name:after {
	  content: "";
	  display: block;
	  position: absolute;
	  left: 50%;
	  margin-left: -15%;
	  bottom: -11px;
	  width: 30%;
	  height: 1px;
	  background: #cccccc;
  }
  
  .team-member .member-position {
	  text-transform: uppercase;
	  font-size: 10px;
	  letter-spacing: 1.3px;
  }
  
  /* Section: News
  ------------------------------*/
  .all-news {
	  text-align: center;
	  margin-top: 40px;
	  display: block;
  }
  
  .section-news .list-article, .archive .list-article, .blog .list-article {
	  border-top: 1px solid #e9e9e9;
	  padding: 5px 0px;
  }
  
  .section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
	  border-bottom: 1px solid #e9e9e9;
  }
  
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
	  float: left;
	  margin-right: 30px;
  }
  
  .section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
	  opacity: 0.8;
  }
  
  @media screen and (max-width: 940px) {
	  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
		  display: none;
	  }
  }
  
  @media screen and (max-width: 720px) {
	  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
		  width: 100%;
		  float: none;
		  margin-right: 0px;
		  margin-bottom: 30px;
		  display: block;
	  }
	  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
		  width: 100%;
	  }
  }
  
  .section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
	  float: none;
	  overflow: hidden;
  }
  
  .section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
	  font-size: 11px;
	  font-weight: bold;
	  text-transform: uppercase;
	  letter-spacing: 1.2px;
	  margin-bottom: 10px;
  }
  
  .section-news .entry-title, .archive .entry-title, .blog .entry-title {
	  font-size: 18px;
	  line-height: 1.5;
  }
  
  .section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
	  text-decoration: none;
  }
  
  .section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
	  margin-bottom: 0px;
  }
  
  .archive .site-main .list-article:first-child,
  .blog .site-main .list-article:first-of-type {
	  border-top: none;
	  padding-top: 0px;
  }
  
  .page-template-template-blog .section-news .list-article {
	  padding: 30px 0px;
  }
  
  .page-template-template-blog .section-news .list-article:first-of-type {
	  border-top: none;
	  padding-top: 0px;
  }
  
  .page-template-template-blog .section-news .list-article:last-of-type {
	  border-bottom: none;
  }
  
  .section-news.section-inverse .list-article {
	  border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .section-news.section-inverse .list-article:last-of-type {
	  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
	  color: rgba(255, 255, 255, 0.8);
  }
  
  .section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
	  color: #FFF;
  }
  
  /* Section: Contact
  ------------------------------*/
  .section-contact input, .section-contact textarea {
	  width: 100%;
  }
  
  .section-contact .address-contact {
	  margin-top: 5px;
	  margin-bottom: 15px;
  }
  
  .section-contact .address-contact span {
	  float: left;
	  color: #aaaaaa;
  }
  
  .section-contact .address-contact .address-content {
	  display: block;
	  padding-left: 45px;
	  font-style: italic;
	  line-height: 2;
  }
  
  .section-contact .address-contact .fa-inverse {
	  font-size: 12px;
  }
  
  .section-contact textarea {
	  max-height: 190px;
  }
  
  .wpcf7-form {
	  text-transform: uppercase;
	  font-size: 11px;
	  letter-spacing: 2px;
	  font-weight: 600;
  }
  
  .wpcf7-form br {
	  margin-bottom: 5px;
  }
  
  div.wpcf7-validation-errors {
	  margin: 20px 0px;
	  padding: 15px;
  }
  
  div.wpcf7-response-output {
	  margin: 20px 0px;
  }
  
  /* Section: Videolightbox
  ------------------------------*/
  .section-videolightbox {
	  text-align: center;
  }
  
  .section-videolightbox .videolightbox__icon {
	  margin-bottom: 40px;
	  margin-bottom: 2.5rem;
  }
  
  .section-videolightbox .videolightbox__heading {
	  text-transform: uppercase;
	  font-size: 38px;
	  font-size: 2.375rem;
	  letter-spacing: 0px;
	  font-weight: 500;
  }
  
  .section-videolightbox .videolightbox__heading strong {
	  font-weight: 800;
  }
  
  .section-videolightbox .video_icon {
	  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	  border: 4px solid #fff;
	  border-radius: 100px;
	  height: 50px;
	  line-height: 1;
	  padding: 10px;
	  width: 50px;
	  display: inline-block;
  }
  
  .section-videolightbox .video_icon i {
	  color: #fff;
	  font-size: 20px;
	  margin-left: 6px;
	  margin-top: 1px;
	  line-height: 1;
  }
  
  .section-videolightbox .video_icon:hover {
	  background: #FFFFFF;
  }
  
  .section-videolightbox .video_icon:hover i {
	  color: #000;
  }
  
  .parallax-videolightbox .parallax-mirror::before {
	  background-color: #000000;
	  opacity: 0.4;
  }
  
  /* Section: Parallax
  ------------------------------*/
  .parallax-window section {
	  z-index: 10;
	  position: relative;
	  background: transparent !important;
  }
  
  .parallax-window .parallax-mirror::before {
	  content: " ";
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  right: 0px;
	  bottom: 0px;
	  display: block;
	  z-index: 2;
  }
  
  /* Section: Gallery
  ------------------------------*/
  .gallery-grid .g-item {
	  padding: 10px;
	  float: left;
  }
  
  .g-zoom-in .g-item {
	  display: block;
	  overflow: hidden;
  }
  
  .g-zoom-in .g-item .inner-content {
	  display: block;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
  }
  
  .g-zoom-in .g-item img {
	  display: block;
	  overflow: hidden;
	  -webkit-transition: all 0.5s linear;
	  transition: all 0.5s linear;
  }
  
  .g-zoom-in .g-item:hover img {
	  -ms-transform: scale(1.5, 1.5);
	  /* IE 9 */
	  -webkit-transform: scale(1.5, 1.5);
	  /* Safari */
	  transform: scale(1.5, 1.5);
  }
  
  .g-layout-full-width.container {
	  width: 100%;
	  max-width: none;
	  padding: 0px;
  }
  
  @media screen and (min-width: 720px) {
	  .g-col-1 .g-item {
		  width: 100%;
	  }
	  .g-col-1 .g-item:nth-child(1n+1) {
		  clear: left;
	  }
	  .g-col-2 .g-item {
		  width: 50%;
	  }
	  .g-col-2 .g-item:nth-child(2n+1) {
		  clear: left;
	  }
	  .g-col-3 .g-item {
		  width: 33.33333%;
	  }
	  .g-col-3 .g-item:nth-child(3n+1) {
		  clear: left;
	  }
	  .g-col-4 .g-item {
		  width: 25%;
	  }
	  .g-col-4 .g-item:nth-child(4n+1) {
		  clear: left;
	  }
	  .g-col-5 .g-item {
		  width: 20%;
	  }
	  .g-col-5 .g-item:nth-child(5n+1) {
		  clear: left;
	  }
	  .g-col-6 .g-item {
		  width: 16.66667%;
	  }
	  .g-col-6 .g-item:nth-child(6n+1) {
		  clear: left;
	  }
  }
  
  @media screen and (min-width: 576px) and (max-width: 720px) {
	  .g-col-1 .g-item {
		  width: 100%;
	  }
	  .g-col-1 .g-item:nth-child(1n+1) {
		  clear: left;
	  }
	  .g-col-2 .g-item {
		  width: 50%;
	  }
	  .g-col-2 .g-item:nth-child(2n+1) {
		  clear: left;
	  }
	  .g-col-3 .g-item {
		  width: 33.33333%;
	  }
	  .g-col-3 .g-item:nth-child(3n+1) {
		  clear: left;
	  }
	  .g-col-4 .g-item {
		  width: 25%;
	  }
	  .g-col-4 .g-item:nth-child(4n+1) {
		  clear: left;
	  }
	  .g-col-5 .g-item {
		  width: 20%;
	  }
	  .g-col-5 .g-item:nth-child(5n+1) {
		  clear: left;
	  }
	  .g-col-6 .g-item {
		  width: 16.66667%;
	  }
	  .g-col-6 .g-item:nth-child(6n+1) {
		  clear: left;
	  }
  }
  
  @media screen and (max-width: 576px) {
	  .g-col-1 .g-item {
		  width: 100%;
	  }
	  .g-col-1 .g-item:nth-child(1n+1) {
		  clear: left;
	  }
	  .g-col-2 .g-item {
		  width: 50%;
	  }
	  .g-col-2 .g-item:nth-child(2n+1) {
		  clear: left;
	  }
	  .g-col-3 .g-item {
		  width: 33.33333%;
	  }
	  .g-col-3 .g-item:nth-child(3n+1) {
		  clear: left;
	  }
	  .g-col-4 .g-item {
		  width: 25%;
	  }
	  .g-col-4 .g-item:nth-child(4n+1) {
		  clear: left;
	  }
	  .g-col-5 .g-item {
		  width: 20%;
	  }
	  .g-col-5 .g-item:nth-child(5n+1) {
		  clear: left;
	  }
	  .g-col-6 .g-item {
		  width: 16.66667%;
	  }
	  .g-col-6 .g-item:nth-child(6n+1) {
		  clear: left;
	  }
  }
  .gallery-justified {
	  width: 100%;
	  position: relative;
	  overflow: hidden;
  }
  .gallery-justified img {
	  max-width: none;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin: 0;
	  padding: 0;
	  border: none;
  }
  .gallery-justified > a,
  .gallery-justified > div {
	  position: absolute;
	  display: inline-block;
	  overflow: hidden;
	  /* float: left; */
  }
  .gallery-masonry {
	  width: 100%;
	  position: relative;
	  display: block;
  }
  .gallery-masonry:affter {
	  clear: both;
  }
  .gallery-masonry .inner {
	  display: block;
  }
  
  /*--------------------------------------------------------------
  9.0 External Plugins
  --------------------------------------------------------------*/
  /* Magnific Popup CSS */
  .mfp-bg {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1042;
	  overflow: hidden;
	  position: fixed;
	  background: #0b0b0b;
	  opacity: 0.8;
	  filter: alpha(opacity=80);
  }
  .mfp-wrap {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1043;
	  position: fixed;
	  outline: none !important;
	  -webkit-backface-visibility: hidden;
  }
  .mfp-container {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  padding: 0 8px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .mfp-container:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
  }
  .mfp-align-top .mfp-container:before {
	  display: none;
  }
  .mfp-content {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 auto;
	  text-align: left;
	  z-index: 1045;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
	  width: 100%;
	  cursor: auto;
  }
  .mfp-ajax-cur {
	  cursor: progress;
  }
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	  cursor: -moz-zoom-out;
	  cursor: -webkit-zoom-out;
	  cursor: zoom-out;
  }
  .mfp-zoom {
	  cursor: pointer;
	  cursor: -webkit-zoom-in;
	  cursor: -moz-zoom-in;
	  cursor: zoom-in;
  }
  .mfp-auto-cursor .mfp-content {
	  cursor: auto;
  }
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
  }
  .mfp-loading.mfp-figure {
	  display: none;
  }
  .mfp-hide {
	  display: none !important;
  }
  .mfp-preloader {
	  color: #CCC;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  text-align: center;
	  margin-top: -0.8em;
	  left: 8px;
	  right: 8px;
	  z-index: 1044;
  }
  .mfp-preloader a {
	  color: #CCC;
  }
  .mfp-preloader a:hover {
	  color: #FFF;
  }
  .mfp-s-ready .mfp-preloader {
	  display: none;
  }
  .mfp-s-error .mfp-content {
	  display: none;
  }
  button.mfp-close, button.mfp-arrow {
	  overflow: visible;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	  -webkit-appearance: none;
	  display: block;
	  outline: none;
	  padding: 0;
	  z-index: 1046;
	  -webkit-box-shadow: none;
	  box-shadow: none;
  }
  
  button::-moz-focus-inner {
	  padding: 0;
	  border: 0;
  }
  .mfp-close {
	  width: 44px;
	  height: 44px;
	  line-height: 44px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  text-decoration: none;
	  text-align: center;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  padding: 0 0 18px 10px;
	  color: #FFF;
	  font-style: normal;
	  font-size: 28px;
	  font-family: 'Noto Sans JP', Arial, Baskerville, monospace;
  }
  .mfp-close:hover, .mfp-close:focus {
	  opacity: 1;
	  filter: alpha(opacity=100);
  }
  .mfp-close:active {
	  top: 1px;
  }
  .mfp-close-btn-in .mfp-close {
	  color: #333;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
	  color: #FFF;
	  right: -6px;
	  text-align: right;
	  padding-right: 6px;
	  width: 100%;
  }
  .mfp-counter {
	  position: absolute;
	  top: 0;
	  right: 0;
	  color: #CCC;
	  font-size: 12px;
	  line-height: 18px;
	  white-space: nowrap;
  }
  .mfp-arrow {
	  position: absolute;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  margin: 0;
	  top: 50%;
	  margin-top: -55px;
	  padding: 0;
	  width: 90px;
	  height: 110px;
	  -webkit-tap-highlight-color: transparent;
  }
  .mfp-arrow:active {
	  margin-top: -54px;
  }
  .mfp-arrow:hover, .mfp-arrow:focus {
	  opacity: 1;
	  filter: alpha(opacity=100);
  }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: 0;
	  top: 0;
	  margin-top: 35px;
	  margin-left: 35px;
	  border: medium inset transparent;
  }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
	  border-top-width: 13px;
	  border-bottom-width: 13px;
	  top: 8px;
  }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
	  border-top-width: 21px;
	  border-bottom-width: 21px;
	  opacity: 0.7;
  }
  .mfp-arrow-left {
	  left: 0;
  }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
	  border-right: 17px solid #FFF;
	  margin-left: 31px;
  }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
	  margin-left: 25px;
	  border-right: 27px solid #3F3F3F;
  }
  .mfp-arrow-right {
	  right: 0;
  }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
	  border-left: 17px solid #FFF;
	  margin-left: 39px;
  }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
	  border-left: 27px solid #3F3F3F;
  }
  .mfp-iframe-holder {
	  padding-top: 40px;
	  padding-bottom: 40px;
  }
  .mfp-iframe-holder .mfp-content {
	  line-height: 0;
	  width: 100%;
	  max-width: 900px;
  }
  .mfp-iframe-holder .mfp-close {
	  top: -40px;
  }
  .mfp-iframe-scaler {
	  width: 100%;
	  height: 0;
	  overflow: hidden;
	  padding-top: 56.25%;
  }
  .mfp-iframe-scaler iframe {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #000;
  }
  /* Main image in popup */
  img.mfp-img {
	  width: auto;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  line-height: 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 40px 0 40px;
	  margin: 0 auto;
  }
  /* The shadow behind the image */
  .mfp-figure {
	  line-height: 0;
  }
  .mfp-figure:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 40px;
	  bottom: 40px;
	  display: block;
	  right: 0;
	  width: auto;
	  height: auto;
	  z-index: -1;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #444;
  }
  .mfp-figure small {
	  color: #BDBDBD;
	  display: block;
	  font-size: 12px;
	  line-height: 14px;
  }
  .mfp-figure figure {
	  margin: 0;
  }
  .mfp-bottom-bar {
	  margin-top: -36px;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  cursor: auto;
  }
  .mfp-title {
	  text-align: left;
	  line-height: 18px;
	  color: #F3F3F3;
	  word-wrap: break-word;
	  padding-right: 36px;
  }
  .mfp-image-holder .mfp-content {
	  max-width: 100%;
  }
  .mfp-gallery .mfp-image-holder .mfp-figure {
	  cursor: pointer;
  }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	  /**
		 * Remove all paddings around the image on small screen
		 */
	  .mfp-img-mobile .mfp-image-holder {
		  padding-left: 0;
		  padding-right: 0;
	  }
	  .mfp-img-mobile img.mfp-img {
		  padding: 0;
	  }
	  .mfp-img-mobile .mfp-figure:after {
		  top: 0;
		  bottom: 0;
	  }
	  .mfp-img-mobile .mfp-figure small {
		  display: inline;
		  margin-left: 5px;
	  }
	  .mfp-img-mobile .mfp-bottom-bar {
		  background: rgba(0, 0, 0, 0.6);
		  bottom: 0;
		  margin: 0;
		  top: auto;
		  padding: 3px 5px;
		  position: fixed;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
	  }
	  .mfp-img-mobile .mfp-bottom-bar:empty {
		  padding: 0;
	  }
	  .mfp-img-mobile .mfp-counter {
		  right: 5px;
		  top: 3px;
	  }
	  .mfp-img-mobile .mfp-close {
		  top: 0;
		  right: 0;
		  width: 35px;
		  height: 35px;
		  line-height: 35px;
		  background: rgba(0, 0, 0, 0.6);
		  position: fixed;
		  text-align: center;
		  padding: 0;
	  }
  }
  @media all and (max-width: 900px) {
	  .mfp-arrow {
		  -webkit-transform: scale(0.75);
		  transform: scale(0.75);
	  }
	  .mfp-arrow-left {
		  -webkit-transform-origin: 0;
		  transform-origin: 0;
	  }
	  .mfp-arrow-right {
		  -webkit-transform-origin: 100%;
		  transform-origin: 100%;
	  }
	  .mfp-container {
		  padding-left: 6px;
		  padding-right: 6px;
	  }
  }
  .mfp-ie7 .mfp-img {
	  padding: 0;
  }
  .mfp-ie7 .mfp-bottom-bar {
	  width: 600px;
	  left: 50%;
	  margin-left: -300px;
	  margin-top: 5px;
	  padding-bottom: 5px;
  }
  .mfp-ie7 .mfp-container {
	  padding: 0;
  }
  .mfp-ie7 .mfp-content {
	  padding-top: 44px;
  }
  .mfp-ie7 .mfp-close {
	  top: 0;
	  right: 0;
	  padding-top: 0;
  }
  
  /* WooCommerce support */
  .woocommerce-page .site-main .page-title {
	  display: none;
  }
  .woocommerce-result-count {
	  font-style: italic;
  }
  .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	  margin-bottom: 1.5em;
  }
  .woocommerce-ordering select {
	  padding: 7px;
	  margin-top: -10px;
  }
  .woocommerce ul.products li.product h3 {
	  font-size: 18px;
	  font-size: 1.125rem;
	  margin-bottom: 7px;
  }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
	  background-color: #03c4eb;
	  padding: 10px 20px;
	  padding:  0.625rem 1.25rem;
	  color: #FFF;
	  font-weight: 700;
	  text-transform: uppercase;
	  letter-spacing: 0.5px;
	  font-size: 13px;
	  font-size: 0.8125rem;
	  border-radius: 2px;
  }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
	  background: #222222;
	  color: #FFF;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .woocommerce table.shop_table {
	  border-collapse: collapse;
  }
  .woocommerce .quantity .qty {
	  padding: 5px;
  }
  .woocommerce span.onsale {
	  padding: inherit;
  }
  .related.products h2, #tab-description h2 {
	  font-size: 17px;
	  font-size: 1.0625rem;
	  margin-bottom: 20px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	  padding: 9px 14px;
	  font-weight: bold;
  }
  
  /* Breadcrumbs
  ------------------------------*/
  .breadcrumbs {
	  font-size: 10px;
	  padding: 15px 0px;
	  border-bottom: 1px solid #e9e9e9;
	  color: #858585;
  }
  @media screen and (min-width: 720px) {
	  .breadcrumbs {
		  font-size: 12px;
	  }
  }
  .breadcrumbs i {
	  margin: 0px 6px;
  }
  .breadcrumbs a {
	  text-decoration: none;
	  color: #777777;
	  font-weight: 600;
  }
  .breadcrumbs a:hover {
	  text-decoration: underline;
  }
  .breadcrumbs span {
	  margin-right: 20px;
	  position: relative;
  }
  @media screen and (min-width: 720px) {
	  .breadcrumbs span {
		  margin-right: 40px;
	  }
  }
  .breadcrumbs span span {
	  margin-right: 0;
  }
  .breadcrumbs a:before {
	  border-bottom: 6px solid transparent;
	  border-left: 6px solid rgba(0, 0, 0, 0.2);
	  border-top: 6px solid transparent;
	  content: "";
	  display: inline-block;
	  position: absolute;
	  right: -11px;
	  top: 2px;
  }
  @media screen and (min-width: 720px) {
	  .breadcrumbs a:before {
		  right: -23px;
		  top: 3px;
	  }
  }
  .breadcrumbs a:after {
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid #ffffff;
	  border-top: 5px solid transparent;
	  content: "";
	  display: inline-block;
	  position: absolute;
	  right: -10px;
	  top: 3px;
  }
  @media screen and (min-width: 720px) {
	  .breadcrumbs a:after {
		  right: -22px;
		  top: 4px;
	  }
  }
  
  /* Coursel and slider */
  /*
   * 	Core Owl Carousel CSS File
   *	v1.3.3
   */
  /* clearfix */
  .owl-carousel .owl-wrapper:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
  }
  /* display none until init */
  .owl-carousel {
	  display: none;
	  position: relative;
	  width: 100%;
	  -ms-touch-action: pan-y;
  }
  .owl-carousel .owl-wrapper {
	  display: none;
	  position: relative;
	  -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-wrapper-outer {
	  overflow: hidden;
	  position: relative;
	  width: 100%;
  }
  .owl-carousel .owl-wrapper-outer.autoHeight {
	  -webkit-transition: height 500ms ease-in-out;
	  -moz-transition: height 500ms ease-in-out;
	  -ms-transition: height 500ms ease-in-out;
	  -o-transition: height 500ms ease-in-out;
	  transition: height 500ms ease-in-out;
  }
  .owl-carousel .owl-item {
	  float: left;
  }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
	  cursor: pointer;
  }
  .owl-controls {
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-tap-highlight-color: transparent;
  }
  /* fix */
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .g-item {
	  display: block;
  }
  .owl-carousel .owl-buttons > div {
	  position: absolute;
	  top: 50%;
	  background-color: rgba(0, 0, 0, 0.45);
	  border-radius: 2px;
	  color: #999;
	  cursor: pointer;
	  display: block;
	  font-size: 22px;
	  margin-top: 0px;
	  padding: 4px 10px 5px;
	  transform: translateY(-50%);
  }
  .owl-carousel .owl-buttons > div:hover {
	  background-color: rgba(0, 0, 0, 0.6);
	  color: #fff;
  }
  .owl-carousel .owl-buttons .owl-prev {
	  left: 15px;
  }
  .owl-carousel .owl-buttons .owl-prev .lg-icon::before {
	  content: "\e094";
  }
  .owl-carousel .owl-buttons .owl-next {
	  right: 15px;
  }
  .owl-carousel .owl-buttons .owl-next .lg-icon::before {
	  content: "\e095";
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .widgettitle {
	  text-align:center;
	  background-image:url(/yo/img/ttl_bg.png), url(/yo/img/ttl_bg.png);
	  background-repeat:no-repeat, no-repeat;
	  background-position: top center, bottom center;
	  padding:6px;
	  margin-top:40px;
  }
  @media only screen and (max-width:768px){
   .widgettitle  {
	  background-size:contain;
	  }
  }
  
  
  /* custom */
  * {
  color:#333;
  }
  .aligncenter {
	  text-align: center;
  }
  .reserve {
	  /* float:right; */
	  width:13%;
	  display:inline-block;
	  margin-right:1%;
  }
  .reserve img, .fastyogalogo img, .itsuaki img {
	  width:100%;
  }
  .fastyogalogo {
	  /* float:right; */
	  width:8.5%;
	  display:inline-block;
	  margin-right:1%;
  }
  .itsuaki {
	  float:right;
	  width:10%;
	  display:inline-block;
  }
	.itsuaki + .itsuaki {
		margin-right:5px;
	}
  @media only screen and (max-width:768px){
   .reserve  {
	  width:21%;
	  }
	  .fastyogalogo {
		  width:14%;
	  }
	  .itsuaki {
		  width:17%;
	  }
	  .site-branding {
	  width:110px;
	  float: left;
	  margin-right:1%;
	  margin-bottom:0;
	  }
  }
  .reserve_table th {
	  background-color:#777;
	  color:#fff;
  }
  .reserve_table tr:nth-child(even) {
	  background-color: #f5f5f5;
  }
  .reserve_explain {
	  text-align:left;
  }
  .leftcolumn_bnr {
	  padding:0;
	  width:100%;
	  list-style:none;
   }
  .liner {
	  background: linear-gradient(transparent 50%, yellow 50%);
  }
  
  .order_btn {
  color:#fff;
  text-align:center;
  line-height:60px;
  margin:0 auto;
  width:300px;
  height:60px;
  display:block;
  background:url(/yo/img/btn_order.png);
  box-shadow:1px #333;
  }
  .order_btn:hover {
  opacity:0.8;
  color:#fff;
	  transition: all 0.5s;
  }
  .black-btn {
  text-align:center;
  background:#222;
  margin:5px auto;
  color: #fff;
  padding: 10px;
  display: block;
  }
  .graybtn, .greenbtn {
  width:300px;
  text-align:center;
  margin:5px auto 30px;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  }
  .graybtn {
	  background: #222;
  }
  .greenbtn {
	  background: #6eba44;
  }
  
  .graybtn:hover, .greenbtn:hover {
  background:#fd0;
  transition: all 0.5s;
  }
  
  .btn {
	  min-width: 100px;
	  max-width: 600px;
	  border:1px solid #555;
	  text-align:center;
	  background:#fff;
	  color:#555;
	  border-radius: 3px;
  }
  .btn:hover {
	  background:#555;
	  color:#fff;
	  transition: all 0.5s;
  }
  .graybox {
  width:300px;
  text-align:center;
  margin:0px auto;
  background: #fff;
  border:3px #333 solid;
  color: #333;
  padding: 10px;
  display: block;
  border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  }
  .arrow_down {
  width:30px;
  height:20px;
  border-top:20px #333 solid;
  border-bottom:0px;
  border-left:15px #fff solid;
  border-right:15px #fff solid;
  text-align:center;
  margin:0px auto;
  background: #333;
  display: block;
  }
  @media only screen and (max-width:768px){
   h2.entry-title  {
	  font-size:1em !important;
	  }
  }
  a.back_btn {
  clear:both;
  margin:0 auto;
  display:block;
  width:200px;
  color:#fff;
  text-align:center; 
  padding:10px 0;
  background:#eb5283;
  }
  .clearfix:after, #rss ul:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
  }
  .mb20 {
	  margin-bottom:20px;
  }
  .mb40 {
	  margin-bottom:40px;
  }
  .pt40 {
	  padding-top:40px;
  }
  
  /*spanマーク
  ===========================*/
  #rss-5 ul {
	  width:100%;
	  margin:20px 0;
  }
  #rss-5 ul li {
	  width:48.5%;
	  margin-right:3%;
	  float:left;
	  min-height: 60px;
	  background:#f0f0f0;
	  padding:10px;
	  margin-bottom:10px;
	  box-sizing: border-box;
	  display: block;
	  position:relative;
  }
  
  #rss-5 ul li a {
	  font-weight:bold;
	  color:#111;
  }
  #rss-5 ul li:nth-child(2n) {
	  margin-right:0;
  }
  @media only screen and (max-width:768px){
   #rss-5 ul li  {
	   float:inherit;
	   width:100%;
	   margin-right:0;
	  }
  }
  .rssSummary {
	  color:#777;
  }
  
  /*spanマーク
  ===========================*/
  .newmark, .mensmark, .matamark, .mamamark {
	  padding:3px;
	  margin-right:3px;
	  font-size:12px;
	  color:#fff;
	  border-radius:3px;
	  display:inline-block;
	  margin-top:3px;
  }
  .newmark {
	  background:#f00;
  }
  .mensmark {
	  background:#38a1db;
  }
  .matamark {
	  background:#eb6d8e;
  }
  .mamamark {
	  background:#8dc661;
  }
  
  
  /*layout
  ===========================*/
  .studioul:after, .clm4:after, .clm3:after, .clm2:after, .clm5:after, .clm6:after, .recwrap:after, .recw80:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  font-size:0;	
	  clear: both; 
	  visibility:hidden;
  }
  .clm2 li {
	  width:49%;
	  margin-right: 2%;
	  margin-top:1em;
	  float:left;
	  overflow: hidden;
  }
  .clm3 li {
	  width:32%;
	  float:left;
	  margin-right:2%;
	  overflow: hidden;
  }
  .clm3 li img {
	  width:100%;
  }
  @media only screen and (max-width:768px){
	  .clm2 li, .clm3 li {
		  float:inherit;
		  width:100%;
		  margin-right:0;
	  }
  }
  .studioul, .clm4, .clm5 {
	  width:100%;
	  list-style:none;
	  padding:0;
	  margin-bottom:30px;
  }
  .clm4 li img, .clm5 li img {
	  width:100%;
  }
  .clm4 li a {
	  background:#000;
	  display: block;
  }
  .clm4 li a img:hover {
	  opacity: 0.7;
	  transition:all 0.5s;
  }
  .clm4 li {
	  text-indent:0;
	  width:23.5%;
	  margin:0 2% 0 0;
	  float:left;
	  box-sizing:border-box;
  }
  .clm5 li {
	  width:18.4%;
	  margin:0 2% 0 0;
	  float:left;
	  box-sizing:border-box;
	  overflow: hidden;
  }
  .clm5 li p {
	  font-size:89%;
	  line-height: 130%;
  }
  .clm2 li:nth-child(2n), .clm3 li:nth-child(3n), 
  .studioli:nth-child(4n), .clm4 li:nth-child(4n), .clm5 li:nth-child(5n), .eve-clm li:nth-child(4n) {
	  margin-right:0;
  }
  @media only screen and (max-width:800px){
	  .studioli, .clm4 li, .clm5 li {
		  width:48%;
		  margin-right:4%;
		  margin-bottom:2%;
	  }
	  .studioli:nth-child(2n), .clm4 li:nth-child(2n), .clm5 li:nth-child(2n) {
		  margin-right:0;
	  }
		  .clm5 li:nth-child(5) {
				  margin-right:4%;
		  }
		  .copy3line {
			  font-size: 75%;
			  line-height: 130%;
			  margin-top:10px
		  }
  }
  .studioli h4, .clm4 li h4 {
	  margin:5px 10px;
  }
  .studioli {
	  text-indent:0;
	  width:23.5%;
	  margin:0 2% 0 0;
	  float:left;
	  border:1px solid #ccc;
	  box-sizing:border-box;
  }
  .studioli p {
	  font-size:12px;
	  line-height:1.2em;
  }
  .copy3line {
		  min-height:50px;
		  margin-top:7px;
		  font-size:80%;
		  line-height:130%;
  }
  .caption {
	  font-size: 85%;
	  color:#e77;
	  line-height: 1.3em;
		  margin-top:10px
  }
  .cap {
	  font-size: 85%;
	  color:#777;
	  line-height: 1.3em;
		  margin-top:5px
  }

	
  
  
  /*about
  ==========================*/
  .first-container {
	  width:100%;
	  padding:40px 0;
  }
  .first-ttl {
	  text-align: center;
	  max-height:60px;
  }
  .first-ttl img {
	  max-height:60px;
  }
  
  .first-container-800 {
	  max-width:800px;
	  margin:0 auto;
  }
  .first-container-640 {
	  max-width:640px;
	  margin:0 auto;
  }
  .first-container-960 {
	  max-width:960px;
	  margin:0 auto;
  }
  .first-container-380 {
	  max-width:380px;
	  margin:0 auto;
  }
  
  .list-asana, .list-breath, .list-relax, .list-meisou {
	  padding-left:110px;
	  height:100px;
	  vertical-align: middle;
	  margin-bottom:20px;
	  padding-top:20px;
  }
  .list-asana {
	  background: url(/yo/img/first-asana.png) no-repeat top left;
	  background-size:contain;
  }
  .list-breath {
	  background: url(/yo/img/first-breath.png) no-repeat top left;
	  background-size:contain;
  }
  .list-relax {
	  background: url(/yo/img/first-relax.png) no-repeat top left;
	  background-size:contain;
  }
  .list-meisou {
	  background: url(/yo/img/first-meisou.png) no-repeat top left;
	  background-size:contain;
  }
  
  .first-container2 {
	  width:100%;
	  background:#f0f0f0;
	  padding:40px 0;
		box-shadow:800px 0 0 #f0f0f0, -800px 0 0 #f0f0f0;
  }
  
  .first-box {
	  border:5px solid #ddd8Bf;
	  padding:15px;
	  background:#fff;
	  width:640px;
	  margin:15px auto;
  }
  .first-box h3 {
	  color:#8e7c29;
	  font-size:18px;
	  margin-bottom:15px;
	  text-align: center;
  }
  .first-box ul li {
	  background:url(/yo/img/first-list-arrow.png) no-repeat;
	  background-size:7px;
	  background-position: left top 3px;
	  padding-left:15px;
  }
  
  .first-ttl-gold {
	  color:#8e7c29;
	  font-size:18px;
  }
  .bgmai {
	  background: url(/yo/img/first-mai.png) no-repeat right bottom;
	  background-size:contain;
	  background-color:#fff;
	  padding-right:120px;
  }
  
  @media only screen and (max-width:768px) {
	  .first-container {
		  padding:10px;
		  box-sizing: border-box;
	  }
	  .first-ttl, .first-ttl img {
		  height:50px;
	  }
	  .first-container-800, .first-container-640, .first-container-960, .first-container-380 {
		  width:100%;
		  padding:0px;
	  }
	  .list-asana, .list-breath, .list-relax, .list-meisou {
		  padding-left:85px;
		  height:80px;
		  vertical-align: middle;
		  margin-bottom:20px;
		  padding-top:0px;
	  }
	  .first-box {
		  border:5px solid #ddd8Bf;
		  padding:10px;
		  width:90%;
		  margin:7px auto;
	  }
	  .first-box h3 {
		  font-size:14px;
		  margin-bottom:10px;
	  }
	  .first-box ul li {
		  background-size:5px;
		  background-position: left top 3px;
		  padding-left: 10px;
	  }
	  .first-ttl-gold {
		  font-size:14px;
	  }
	  .bgmai {
	  background: inherit;
	  background-color:#fff;
	  }
  }
  
  
  /* trial
  =============================*/
  .trial_wrap {
	  width:1000px;
	  margin:0 auto;
  }
  .trial_h3 {
	  margin:10px 0;
	  font-weight: 100;
  }
  .trial_stepbox {
	  border:1px solid #333;
	  background:#fdfdf1;
	  padding:20px;
  }
  .trial_stepbox80 {
	  width:79%;
	  display: inline-block;
	  vertical-align: top;
  }
  .trial_stepbox20 {
	  width:20%;
	  display: inline-block;
	  vertical-align: top;
  }
  .trial_stepbox20 img {
	  width:100%;
  }
  .trial_stepnum {
	  display: inline;
	  text-align: center;
	  background: #3fba2b;
	  padding: 2px;
	  border-radius: 5px;
	  font-weight: bold;
	  font-size:150%;
	  color:#000;
	  padding:5px;
	  vertical-align: top;
  }
  .trial_stepnum_h3 {
	  display: inline-block;
	  color:#3fba2b;
	  font-size:200%;
	  margin-bottom:0;
  }
  .trial_step_ul{
	  padding-left: 15px;
	  margin-top:10px;
  }
  .trial_step_ul li {
	  list-style-type: square;
	  font-size: 120%;
  }
  .trial_link_trial {
	  text-align: center;
	  background:#fb4748;
  }
  .trial_link_trial a {
	  display: block;
	  width:100%;
	  height:100%;
	  color:#fff;
	  font-size:160%;
	  line-height: 50px;
  }
  .trial_link_trial a:hover {
	  color:#fff;
  }
  .trial_arrow_box {
	  width:121px;
	  height:42px;
	  margin:10px auto;
  }
  .trial_redbox {
	  border:2px solid #fb4748;
	  display: inline-block;
	  color:#fb4748;
	  border-radius: 5px;
	  text-align: center;
  }
  .trial_red {
	  color:#fb4748;
	  display: inline;
  }
  .trial_red_ttl {
	  border:2px solid #fb4748;
	  width:80%;
	  margin:10px auto;
	  color:#fb4748;
	  border-radius: 5px;
	  text-align: center;
	  padding:10px;
  }
  .trial_footer_ttl {
	  margin:30px 0 0 ;
	  background:#d0a972;
	  padding:10px;
	  text-align: center;
  }
  .trial_footer_table {
	  width:100%;
	  background:#7cd4c8;
	  margin:0;
	  border:0;
  }
  .trial_footer_table td {
	  width:25%;
	  padding:30px;
	  border:0;
	  color:#fff;
	  font-size:120%;
	  font-weight: bold;
  }
  .trial_footer_table td img {
	  width:100%;
  }
  
  @media only screen and (max-width:768px) {
	  .trial_wrap {
		  width:100%;
	  }
	  div, ul, li {
		  font-size: 13px;
	  }
	  .trial_stepbox {
	  padding:10px;
	  }
	  .trial_h3 {
		  font-size: 16px;
	  }
	  .trial_stepnum {
	  font-size:100%;
	  padding:4px;
	  }
	  .trial_stepnum_h3 {
	  font-size:110%;
	  display: inline-block;
	  }
	  .trial_link_trial a {
	  font-size:100%;
	  }
	  .trial_stepbox80 {
	  width:100%;
	  }
	  .trial_stepbox20 {
	  width:100%;
	  }
	  .trial_footer_ttl {
	  font-size: 100%;
	  }
	  .trial_footer_table td {
	  padding:10px;
	  }
	  .trial_footer_table td div {
	  font-size: 70%;
	  }
  }
  
  
  
  
  /*料金
  =============================*/
  .blackborder {
	  border:5px solid #333;
	  padding:20px;
	  box-sizing: border-box;
  }
  .tbl {
  width:100%;
  border:0;
  }
  .tbl td {
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  border-left:0px;
  border-right:0px;
  background:#f0f0f0;
  text-align:left;
  }
  .tdttl {
  background-color:#fff;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  font-weight:bold;
  width:40%;
  }
  .tdttl div {
	  font-weight: normal;
  }
  .pricefont {
  font-size:2em;
  color:#333;
  font-weight:600;
  }
  .coursefont {
  font-size:1.5em;
  color:#333;
  font-weight:600;
  }
  .h3ttl {
  margin-top:40px;
  font-weight:700;
  color:#e5528f;
  margin-bottom:-25px;
  }
  tfoot tr td {
	  border:0!important;
	  padding:0;
  }
  ol.kiyaku {
	  list-style-type:decimal;
  }
  @media only screen and (max-width:768px){
	  .pricefont {
		  font-size:1.3em;
	  }
	  .coursefont {
		  font-size:1em;
	  }
  }

/*STUDIO
=============================*/
.detailbtn {
	text-align:center;
	margin:10px;
	background:#333;
	color:#fff;
}
.detailbtn a {
	padding:5px;
	display:block;
	color:#fff;
}
.detailbtn a:hover {
	opacity: 0.8;
	transition: all 0.5s;
}
.borderbottom {
	border-bottom:1px solid #ccc;
	padding:5px 0;
	margin:0 10px;
}

.studio-list-flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap : 30px;
}
.studio-list-flex + h2 {margin-top:2em;}
.studio-list-item {
	border:1px solid #ccc;
	/* width:calc((100% - 60px) / 3); */
	/* margin:0 10px; */
	display:flex;
	flex-direction: column;
}
.studio-list-item .detailbtn{
	margin-top:auto;
}
.studio-list-item > h4 {
	margin-left:10px;
}
@media only screen and (max-width:768px){
	.studio-list-flex {
		display:block;
	}
	.studio-list-item {
		width:100%;
		/* width:calc((100% - 40px) / 2); */
		margin:0 0 10px;
	}
}



/*インストラクター
=============================*/
.instructor {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap:30px 20px;
}
.instructor dt > a {
	display: block;
}
.instructor dt img{
	width:100%;
	border-radius:50%;
}
.instructor dt div {
	color:#555;
	text-align:center;
	line-height:1.3em;
	margin-top:10px;
}
.instructor dt p {
	color:#555;
	text-align:center;
	line-height:1.3em;
	margin:0;
}
  @media only screen and (max-width:768px){
	  .instructor {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap:20px 10px;
		}
		.instructor dt div {
			margin-top:10px;
		}
  }
  
  /*インストラクター詳細ページ
  =============================*/
  .intra_prf {
  width:48%;
  display:inline-block;
  vertical-align:top;
  margin-bottom:20px;
  }
  .intra_prf img {
  width:90%;
  vertical-align:top;
  }
  .intra_txt63 {
  width:48%;
  display:inline-block;
  vertical-align:top;
  }
  .intra_cls th, .intra_cls td
  {border:1px solid #777;}
  
  .intra_cls  th {
  background:#f0f0f0;
  width:33.3333%;
  }
  .intra_article { 
		margin-top:40px;
	 -webkit-column-count: 3;
	 -webkit-column-gap:   20px;
	 -moz-column-count:    3;
	 -moz-column-gap:      20px;
	 column-count:         3;
	 column-gap:           20px;
	}
  .intra_article img {
  margin-bottom:20px;
  width:100%;
  }
  @media only screen and (max-width:768px){
	  .intra_article {
	 -webkit-column-count: 1;
	 -webkit-column-gap:   0px;
	 -moz-column-count:    1;
	 -moz-column-gap:      0px;
	 column-count:         1;
	 column-gap:           0px
	  }
	  .intra_prf {
	  width:100%;
	  display:inherit;
	  }
	  .intra_txt63 {
	  width:100%;
	  display:inherit;
  }
  }
	.has-fixed-layout th {
		background:#f5f5f5;
		padding:1em .5em
	}
	.has-fixed-layout td {
		background:#fff;
		padding:1.5em .5em
	}
  
  
  /*クラス紹介
  ===========================*/
  .class_section {
  width:32%;
  margin-right:2%;
  float:left;
  vertical-align:top;
  }
  .class_section:nth-child(3n) {
	  margin-right:0;
  }
  @media only screen and (max-width:768px){
	  .class_section {
		  width:100%;
	  }
  }
  /*質問
  ===========================*/
  .question {
  width:50px;
  padding:0 5px;
  font-weight:700;
  background:#63c2a9;
  text-align:center;
  color:#fff;
  font-size:2em;
  float:left;
  }
  .bg_gray {
  background:#f0f0f0;
  padding:6px;
  text-indent:10px;
  font-size:1.5em;
  color:#333;
  font-family:
  'Noto Sans JP';
  }
  .clr {
  clear:both;
  margin-top:10px;
  margin-bottom:30px;
  }
  
  /*明日に向かって書け
  ===========================*/
  .column-main {
	  float:left;
	  width:66%;
	  margin-right:4%;
  }
  .sub-clm {
	  float:left;
	  width:30%;
	  padding:1%;
	  background:#f7f7f7;
  }
  .column-post-list {
	  padding:3% 0% 0%;
	  list-style:none;
	  margin-left:0px;
	  line-height: 125%;
	  font-size:100%;
	  height:100%;
  }
  .column-post-list a {
	  color:#333;
	  display: block;
  }
  .column-post-list a:hover {
	  color:#bbb;
  }
  .column-top-post-list {
	  border-top:5px solid #444;
	  margin-bottom:2%;
	  padding:0%;
	  line-height: 125%;
	  font-size:90%;
	  box-shadow: 0 1px 2px #ccc;
  }
  .column-top-post-thumbnail {
	  width:20%;
	  display: inline-block;
	  height:100px;
	  overflow: hidden;
	  vertical-align: top;
  }
  .column-top-post-thumbnail-side {
	  width:35%;
	  display: inline-block;
	  height:70px;
	  overflow: hidden;
	  vertical-align: top;;
  }
  .column-top-post-title-side {
	  width:63%;
	  display: inline-block;
	  vertical-align: top;
	  font-size:89%
  }
  .column-top-post-div {
	  display: inline-block;
	  width:75%;
	  padding:2%;
	  vertical-align: top;	
  }
  .column-top-post-thumbnail img {
	  width:100%;
  }
  h3.column-top-post-title {
	  font-size:130%;
	  border-bottom:1px solid #ccc;
  }
  
  
  @media only screen and (max-width:768px){
	  .column-main, .sub-clm {
		  float:inherit;
		  width:100%;
		  margin-right:0;
	  }
	  .column-top-post-thumbnail {
		  width:35%;
		  height:130px;
	  }
	  .column-top-post-div {
		  width:62%;
	  }
	  h3.column-top-post-title {
		  font-size:110%;
	  }
	  .column-top-post-div p {
		  font-size:90%;
	  }
  }
  
  /*トップページニュース
  ===========================*/
  .toppagenews {
	  padding:0;
	  width:29%;
	  margin-left:2%;
	  margin-right:2%;
	  float:left;
  }
  .toppagenews li {
	  margin:0;
	  list-style:none;
  }
  .toppagenews h3 {
	  border-top:5px solid #ccc;
	  padding-top:5px;
	  margin-bottom:0px;
	  font-weight: 100;
	  font-size: 0.9rem;
	  letter-spacing: 1px;
  }
  .toppagenewsimg {
	  width:100%;
	  height:300px;
	  overflow: hidden;
	  vertical-align: top;
  }
  .toppagenews img {
	  width:100%;
  }
  .column-post-list {
	  position: relative;
  }
  .column-post-list p {
	  background:url(/yo/img/bk70.png);
	  padding:10px;
	  height:90px;
	  position: absolute;
	  bottom:0px;
	  color:#fff;
	  width:100%;
	  margin-bottom:0;
	  font-size:0.8rem;
	  font-weight: 100;
	  line-height: 1.3rem;
  }
  
  @media only screen and (max-width:768px){
	  .toppagenews {
	  width:70%;
	  margin:0 auto;
	  float:inherit;
	  }
	  .toppagenewsimg {
		  height:190px;
	  }
	  .toppagenews h3 {
		  font-size:90%;
		  font-weight: bold;
	  }
	  .toppagenews p{
		  height:70px;
		  padding:5px;
	  }
  }
  
  /*聖　句
  ===========================*/
  
  .seiku-ul li {
	  margin-bottom:2%;
	  border:1px solid #ccc;
	  padding:2%;
  }
  .seiku-ul h4 {
	  color:#c00;
	  margin:0;
	  border-bottom:1px solid #ccc;
	  padding-bottom:2%;
  }
  
  
  
  /*フッター
  ===========================*/
  footer aside {
	width:640px;
	margin:20px auto;
	display:block;
  }
  
  .footerstudio {
	  width:50%;
	  float:left;
  }
  .footerstudio li h4 {
	  margin-top:20px;
	  margin-bottom:0px;
  }
  .footerstudio li {
	  color:#333;
	  line-height: 1.8em;
  }
  .footerstudio li a {
	  border-bottom:1px dashed #999;
	  padding:5px;
	  display: block;
  }
  
  @media only screen and (max-width:768px){
	  footer aside, .footerstudio {
	  width:90%;
	  }
  }
  
  
  /*OJAS NEWS
  ===========================*/
  .ojasnewscontent-area {
	  max-width: 880px;
	  margin:0 auto;
  }
  @media only screen and (max-width:768px){
	  .ojasnewsnumbertop {
		  width:40px;
		  height:40px;
		  border-radius:20px;
		  line-height: 12px;
		  font-size:10px;
		  top:-50px;
		  padding:10px 3px;
		  }
  }
  .seiku {
	  background-image:url(/yo/img/seiku_bg.png), url(/yo/img/seiku_bg.png), url(/yo/img/seiku_bg_tate.png), url(/yo/img/seiku_bg_tate.png);
	  background-repeat:repeat-x, repeat-x, repeat-y, repeat-y;
	  background-position: top center, bottom center, left, right;
	  padding:30px;
	  margin-bottom:40px;
  }
  .newsborder {
	  border-left:5px solid #111;
	  padding-left:20px;
	  border-bottom:2px solid #111;
	  margin-bottom:60px;
	  padding-bottom:20px;
  }
  .ttl_column {
	  height:150px;
	  background:url(/yo/img/ttl_column.png) no-repeat top left;
	  background-size: contain;
	  text-indent: -9999px;
	  margin-bottom:40px;
  }
  .ttl_intra {
	  height:150px;
	  background:url(/yo/img//ttl_pickupinstructor.png) no-repeat top left;
	  background-size:contain;
	  text-indent:-9999px;
	  margin-bottom:40px;
  }
  @media only screen and (max-width:768px){
	  .ttl_column {
		  background-size:contain;
		  height:60px;
		  }
		  .ttl_intra {
		  background-size:contain;
		  height:60px;
		  }
		  .seiku img {
			  width:120px;
		  }
		  p, div, span, li {
			  font-size:15px;		}
  }
  .bggray {
	  padding:20px;
	  background:#f0f0f0;
  }
  
  /*イントラ募集
  ===========================*/
  .rec_back {
	  background:#f5f2e9;
	  padding-bottom: 40px;
  }
  .rech2 {
	  color: #e95471;
	  text-align: center;
	  font-size:24px;
	  line-height: 32px;
	  border-bottom:1px solid #e95471;
	  padding-bottom:10px;
  }
  .rech3 {
	  color:#333;
	  border-left: 5px solid #ec5292;
	  border-bottom:1px solid #ccc;
	  margin-top:40px;
	  padding-left:10px;
	  letter-spacing: 5px;
  }
  .fleft {
	  float:left;
  }
  .fright {
	  float:right;
  }
  .recwrap {
	  width:100%;
  }
  .recw80 {
	  width:80%;
	  margin:0 auto;
  }
  .recw75 {
	  width:75%;
  }
  .recw25 {
	  width:25%;
  }
  @media only screen and (max-width:768px){
	  .fleft, .fright {
		  float:inherit;
	  }
	  .recw75 {
		  width:100%;
	  }
	  .recw25 {
		  width:60%;
	  }
  }
  .rec_leadtxt {
	  font-size:14px;
	  color:#333;
	  line-height: 32px;
  }
  .listnumber {
	  padding-left:1em;
  }
  .listnumber li {
	  list-style-type: decimal;
  }
  .recstorybox {
	  background:#333;
	  max-width:640px;
	  text-align: center;
	  padding:5px;
	  color:#fff;
	  margin:0 auto;
  }
  .check {
	  background:url( "/yo/img/icon_check.png") left top no-repeat;
	  padding-left: 30px;
	  font-weight: bold;
	  margin-bottom:10px;
  }
  .bigfont {
	  font-weight: bold;
	  color:#f58b2d;
	  font-size:1.5em;
  }
  .arrow{
	width: 0px;
	border-color: #333;
	border-style: solid;
	border-width: 20px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	margin:0 auto;
  }
  .bg777 {
	  background:#777;
	  padding:40px 0;
  }
  .txtfff {
	  color:#fff;
  }
  
  
  /*イベントレポート
  ===========================*/
  .eve-clm {
	  width:100%;
	  list-style:none;
	  padding:0;
  }
  .eve-clm-li img {
	  width:100%;
  }
  .eve-clm-li {
	  text-indent:0;
	  width:33.333%;
	  margin:0;
	  float:left;
	  overflow: hidden;
	  position: relative;
	  text-align: center;
  }
  .eve-clm-li .eve-mask {
	  width: 100%;
	  height:100%;
	  position: absolute;
	  overflow: hidden;
	  top: 0;
	  left: 0;
  }
  .eve-clm-li p {
	  font-size: 16px;
	  position: absolute;
	  color: #fff;
	  text-align: center;
	  padding:25% 0;
  }
  .eve-view .eve-mask {
	  opacity: 0;
	  background-color: #000;
	  transition: all 0.3s ease-in-out;
  }
  .eve-view:hover .eve-mask {
	  opacity: 0.7;
	  transition: all 0.5s;
  }


/* リキャプチャ非表示 */
.grecaptcha-badge {visibility:hidden;}
  
/*10thマーク
===========================*/
.anniversarymark {
	width:120px;
	position: absolute;
	top:100px;
	z-index: 1;
}
  @media only screen and (max-width:768px) {
	  .anniversarymark {
		  width:60px;
		  top:80px;
	  }
	  .anniversarymark img {
		  width:100%;
	  }
  }
  .page-links a {
	  font-size:150%;
	  background:#efefef;
	  padding:5px 10px;
	  margin:3px;
  }
  
/*カスタム投稿スタジオ別
===========================*/
.studio-top-post-ul {
	/* border-bottom:1px solid #ccc; */
	margin-bottom:50px;
}
.studio-top-post-ul li {
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
.studio-top-post-title {
	margin-bottom:10px;
}
.studio-top-post-thumbnail {
	width:100px;
	float: left;
}
.studio-top-post-thumbnail img {
	width:100%;
}
.studio-top-post-div {
	float: left;
	margin-left:2%;
}

/* 小顔矯正LP */
.kogao-sec {
	margin:20px auto;
}
.kogao-img {
	max-width:600px;
	width:100%;
	margin:20px auto;
}
.kogao-link {
	background:#ff0e4b;
	border-radius:4px;
	text-align:center;
	color:#fff;
	display:block;
	margin:20px auto;
	padding:8px 2px;
	font-size:27px;
	font-weight: 600;
	transition:all 0.3s;
}
.kogao-link:hover {
	opacity: 0.7;
	color:#fff;
}
.kogao-caution {
	border:1px solid #ccc;
	padding:30px;
	margin:40px auto;
	border-radius:16px;
}
.kogao-caution h2 {
	font-size:18px;
}
@media (max-width:767px) {
	.kogao-sec {
		margin:10px auto;
	}
	.kogao-link {
		font-size:18px;
	}
	.kogao-caution h2 {
		font-size:15px;
	}
	.kogao-caution {
		border-radius:13px;
		padding:15px;
	}
}


/* 自粛疲れランディングページ
jishuku-lp */
.jishuku-mv {
	margin-bottom:30px;
}
.jishuku-entry {
	border:1px solid #e55;
	border-radius:8px;
	padding:1.5em;
	max-width:600px;
	margin:40px auto;
}
.jishuku-entry ol {
	counter-reset: num;
}
.jishuku-entry ol li {
	padding-left:1.4em;
	text-indent: -1.4em;
	font-size:20px;
	margin-top:8px;
}
.jishuku-entry ol li:first-of-type {
	margin-top:0;
}
.jishuku-entry ol li span {
	font-size:15px;
}
.jishuku-entry ol li::before {
	counter-increment:num;
	content:counter(num)"、";
	font-size:24px;
	color:#e55;
	font-weight: 400;
}
.jishuku-heading {
	margin-top:3em;
	font-size:27px;
	line-height: 1.3;
	padding-left:0.5em;
	position: relative;
	margin-bottom:1em;
}
.jishuku-heading::before {
	content:"";
	width:0.25em;
	height:1.2em;
	background:#e55;
	position:absolute;
	top:0;
	left:0;
	margin-right:0.25em;
}
.jishuku-heading2 {
	font-size:19px;
	font-weight: 700;
	line-height: 1.7;
}
.lead-text {
	font-size:18px;
	line-height: 1.7;
	padding-left:1em;
}
.t-center {text-align: center;}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.ojas {
	width:70px;
	height:70px;
	background:#40d1af;
	border-radius:50%;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user,
.user70 {
	width:70px;
	height:70px;
	background:url(/kawasaki-studio/img/illust-case-yoggy.png) no-repeat top center / 78px;
	border-radius:50%;
	border:1px solid #ccc;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user70 {
	background:url(/yo/img/jishuku-lp/lady70.jpg) no-repeat top center / 78px;
}
.mt {margin:2em 0;}
.balloon-l,
.balloon-r {
	width:calc(100% - 90px);
	padding:1.5em;
	border:1px solid #ccc;
	border-radius:0.5em;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
}
.balloon-l .lead-text,
.balloon-r .lead-text {
	padding-left:0;
}
.balloon-l {
	margin-right:auto;
}
.balloon-r {
	margin-left:auto;
}
.balloon-l::after,
.balloon-r::after {
	content:"";
	width:16px;
	height:16px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
	position:absolute;
	top:18px;
}
.balloon-l::after {
	right:-9px;
	transform: rotate(45deg);
}
.balloon-r::after {
	left:-9px;
	transform: rotate(-135deg);
}

@media (max-width:767px) {
	.jishuku-mv {
		margin-bottom:20px;
	}
	.jishuku-entry {
		margin:30px auto;
	}
	.jishuku-entry ol li {
		font-size:14px;
		margin-top:4px;
	}
	.jishuku-entry ol li span {
		font-size:12px;
	}
	.jishuku-entry ol li::before {
		font-size:18px;
	}
	.jishuku-heading {
		font-size:18px;
	}
	.jishuku-heading2 {
		font-size:19px;
		font-weight: 700;
		line-height: 1.7;
	}
	.lead-text {
		font-size:14px;
	}
	.ojas {
		width:50px;
		height:50px;
	}
	.user,
	.user70 {
		width:50px;
		height:50px;
		background:url(/kawasaki-studio/img/illust-case-yoggy.png) no-repeat top center / 58px;
	}
	.user70 {
		background:url(/yo/img/jishuku-lp/lady70.jpg) no-repeat top center / 58px;
	}
	.balloon-l,
	.balloon-r {
		width:calc(100% - 70px);
	}
}


/* カイロプラクティックLP */
.chiro-mv {position: relative;}
.chiro-catch {
	font-size:39px;
	position: absolute;
	left:55%;
	top:40%;
	margin:0;
}
.sec {
	margin-top:5em;
}
.chiro-img-box {
	max-width:480px;
	margin:1em auto;
}
.heading2 {
	font-size:24px;
	font-weight: 700;
	line-height: 1.3;
	padding:0.5em;
	background:linear-gradient(to top, #ccc 0%, #f0f0f0 5%, #f0f0f0 90%, #fff 95%, #f0f0f0 100%);
	border-left:5px solid #40d1af;
}
.heading2 + *,
.heading3 + * {
	margin-top:1.5em;
}
.heading3 {
	font-size:25px;
	line-height: 1.3;
	color:#40d1af;
	padding-bottom:0.25em;
	border-bottom:1px solid #aaa;
}
.heading4 {
	font-size:18px;
	line-height: 1.3;
	font-weight:700;
}
.text {
	font-size:16px;
	line-height: 1.6;
}
.note {
	font-size:14px;
	line-height: 1.6;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
.chiro-column {
	background:#eee;
	padding:2em;
}
.chiro-flow {
	border:3px solid #40d1af;
	padding:1em;
	border-radius:1em;
	position: relative;
	width:calc(100% - 8em);
	margin-left:auto;
}
.chiro-flow + .chiro-flow {
	margin-top:3em;
}
.chiro-flow::before {
	content:"";
	width:6em;
	height:6em;
	border-radius:50%;
	background:url(/yo/img/chiropractic/teacher.jpg) no-repeat center center / cover;
	position:absolute;
	top:1em;
	left:-8em;
}
.chiro-flow::after {
	content:"";
	width:1em;
	height:1em;
	border-top:3px solid #40d1af;
	border-left:3px solid #40d1af;
	background:#fff;
	position:absolute;
	top:3.5em;
	left:-0.7em;
	transform:rotate(-45deg);
}
.chiro-intra {
	display: flex;
	flex-wrap:wrap;
}
.akiyo {
	width:300px;
}
.akiyo-prof {
	padding: 1em;
	background:#f0f0f0;
	margin:10px auto 20px;
}
.akiyo-message {
	width:calc(100% - 300px);
}
.akiyo-message p {
	padding:1em;
}
.chiro-date {
	display: flex;
	flex-wrap: wrap;
}
.chiro-date > dt {
	width:100px;
	font-size:16px;
	padding:0.5em;
	border-right:1px solid #ccc;
}
.chiro-date > dd {
	width:calc(100% - 100px);
	font-size:18px;
	padding:0.5em;
}
.chiro-strong {
	font-size:31px;
	line-height: 1.5;
	background:linear-gradient(to top, #ff0 50%, transparent 50%);
}
.chiro-note {
	font-size:13px;
	line-height: 1.6;
}
.chiro-entry {
	width:300px;
	margin:0 auto;
}
.chiro-entry > a {
	display: block;
	padding:12px 8px;
	font-size:20px;
	font-weight: 700;
	line-height: 1.3;
	color:#fff;
	border-radius:12px;
	border:2px solid #e83828;
	background:linear-gradient(to top, #e83828 50%, #f84838 90%);
	text-align:center;
	transition:all .3s;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow:0 3px 16px rgba(0,0,0,0.3),
						inset 0 2px 2px rgba(255, 255, 255, 0.2),
						inset 0 -10px 10px rgba(0,0,0,0.2);
}
.chiro-entry > a:hover {
	background:linear-gradient(to bottom, #e83828 50%, #f84838 90%);
	box-shadow:0 3px 16px rgba(0,0,0,0.3),
						inset 0 -2px 2px rgba(255, 255, 255, 0.2),
						inset 0 10px 10px rgba(0,0,0,0.2);
}
@media screen and (max-width:767px) {
	.chiro-catch {
		font-size:24px;
		position: absolute;
		left:15px;
		top:inherit;
		bottom:20px;
	}
	.heading2 {
		font-size:18px;
		border-left:5px solid #40d1af;
	}
	.heading3 {
		font-size:20px;
	}
	.heading4 {
		font-size:16px;
	}
	.text {
		font-size:13px;
	}
	.note {
		font-size:11px;
	}
	.chiro-column {
		padding:1em;
	}
	.chiro-flow {
		width:calc(100% - 5em);
	}
	.chiro-flow::before {
		width:4em;
		height:4em;
		left:-5em;
	}
	.chiro-intra {
		display: block;
	}
	.akiyo {
		width:90%;
		margin:0 auto;
	}
	.akiyo-message {
		width:100%;
	}
	.chiro-date > dt {
		width:80px;
		font-size:13px;
	}
	.chiro-date > dd {
		width:calc(100% - 80px);
		font-size:14px;
	}
	.chiro-strong {
		font-size:22px;
	}
	.chiro-note {
		font-size:11px;
	}
	.chiro-entry > a {
		font-size:16px;
	}
}

/* 町田ページ */
/* 料金 */
.machida-price-table {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.machida-price-table th {
	background:#eee;
}
.machida-price-table td {
	font-size:1.6em;
	padding:1em 0.25em;
}
/* 町田ニュース */
.studio-news-box li {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row-reverse;
}
.studio-news-box li time {
	width:7em;
}
.studio-news-box li a {
	width:calc(100% - 7em);
}
.studio-news-box li {
	padding:0.5em 0;
	border-bottom:1px dashed #ccc;
}
/* 町田アクセススライダー */
.access-slider {
	max-width :640px;
	margin-left:auto;
	margin-right:auto;
}


/* からのpタグを非表示 */
body.page p:empty{display: none;}