<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
  background-color: #FFFDF7;
}

#page {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
  cursor: pointer;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
  font-family: "Noto Sans","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic",sans-serif;
  font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {font-size: 44px;}
h2 {font-size: 40px;}
h3 {font-size: 36px;}
h4 {font-size: 32px;}
h5 {font-size: 28px;}
h6 {font-size: 24px;}

p {
	margin: 0 0 15px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #E14F50;
	text-decoration: none;
	padding: 0 5px;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	padding: 0;
}

ol {
	list-style: decimal;
	padding: 0;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}
table a {
    color: #fff;
}

.type-page table, 
.type-page th, 
.type-page td {
    border: 1px solid #ddd;
}

.type-page caption, 
.type-page th, 
.type-page td {
    font-weight: normal;
    padding: 10px;
    text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #404040;
	border: 1px solid #ccc;
	outline: none;

	border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #F98312;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #FFB776;
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3000;
  background-image: url('images/header-bg.png');
  background-position: 50% 100%;
  max-height: 200px;
  background-color: transparent;
  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

.main-navigation li.menu-item img {
  padding-bottom: 10px !important;
}

.left-menu, 
.site-branding, 
.right-menu {
  float: left;
}

.left-menu,
.right-menu  {
	width: 36%;
}

.site-branding {
  width: 28%;
  background-image: url('images/logo-bg.png');
  background-size: cover;
  background-position: 50% 95%;
  padding: 0 0 35px 0;
  text-align: center;
  position: relative;
  top: 5px;
  min-height: 155px;
}

.site-branding {
	min-height: 80px;
}

#masthead .main-navigation li.current-menu-item &gt; a,
#masthead .main-navigation li.current-menu-item &gt; a:before,
#masthead .main-navigation li:before,
#masthead .main-navigation ul &gt; li:hover &gt; a,
#masthead .main-navigation ul &gt; li:focus &gt; a,
#masthead .main-navigation ul &gt; li &gt; a:before {
  color: #477328;
}

.main-navigation &gt; ul &gt; li {
  padding: 25px 20px 0 20px;
  padding: 5px 2px 0 2px;
  margin: 0;
  width: 33%;
}

.site-logo {
  width: 180px;
  margin: 0 auto;
  margin-top: -10px;
  text-align: center;
}

.site-logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.site-branding {
  padding: 0 0 45px 0;  /* ナビ位置調整 */
}

.main-navigation ul li a {
  text-transform: capitalize;
  color: #56A526;
}

.main-navigation ul li a .menu-image-title {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Rounded Mplus 1c';
}

/*----MOBILE MENU----------*/
.sidr-class-text-center {
    text-align: center;
}
.menu-button .fa.fa-bars:before {
    content: " ";
}
.menu-button .fa.fa-bars, 
.menu-button .fa.fa-bars::after, 
.menu-button .fa.fa-bars::before {
    width: 22px;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-button .fa.fa-bars::after, 
.menu-button .fa.fa-bars::before {
    content: '';
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.menu-button .fa.fa-bars::before {
    transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}
.menu-button .fa.fa-bars, 
.menu-button .fa.fa-bars::after, 
.menu-button .fa.fa-bars::before {
    background-color: #fff;
}
.menu-button .fa.fa-bars {
    display: inline-block;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars {
    background-color: transparent;
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars::before,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars::before {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars::after,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars::after {
    transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}
.menu-button .fa.fa-bars::after {
    top: 6px;
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars::after,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars::after {
    top: 0px;
}
.sidr {
    background: #00C6E1;
    color: #fff;
    box-shadow: none;
}
.sidr ul li a, 
.sidr ul li span {
	color: #fff;
}
.sidr ul li:hover,
.sidr ul li:focus {
	line-height: 48px;
}
.sidr ul li:hover&gt;a, 
.sidr ul li:hover&gt;span, 
.sidr ul li:focus&gt;a, 
.sidr ul li:focus&gt;span, 
.sidr ul li.active&gt;a, 
.sidr ul li.active&gt;span, 
.sidr ul li.sidr-class-active&gt;a, 
.sidr ul li.sidr-class-active&gt;span {
	box-shadow: none !important;
}
.sidr ul li ul li a, 
.sidr ul li ul li span {
    color: #fff;
    padding-left: 30px;
}
.sidr ul li {
	border-top: none;
}
body.sidr-open {
    overflow-x: visible;
}
.menu-button,
#sidr-right-top-button {
    position: absolute;
    top: 7px;
    left: 5px;
    background-color: #00C6E1;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    z-index: 3000;
}
#sidr-right-top-button {
	left: auto;
	right: 5px;
}
h1.sidr-class-site-title {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    margin-top: 15px;
    display: inline-block;
}
h1.sidr-class-site-title a {
    color: #fff;
    font-size: 30px;
}
.mobile-menu ul ul ul li a {
   padding-left: 50px;
}
.mobile-menu ul ul ul ul li a {
   padding-left: 70px;
}
.mobile-menu ul ul ul ul ul li a {
   padding-left: 90px;
}
.mobile-menu ul ul ul ul ul ul li a {
   padding-left: 110px;
}
.mobile-menu ul ul ul ul ul ul ul li a {
   padding-left: 130px;
}
.mobile-menu ul ul ul ul ul ul ul ul li a {
   padding-left: 150px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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,
.site ul:before,
.site ul:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site ul:before,
.site ul:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget-title {
    margin-top: 0;
    color: #EE4C16;
    font-size: 24px;
}
#secondary ul,
.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#secondary ul.star-rating li,
.site-footer ul.star-rating li {
    margin-bottom: 0;
}
#secondary .widget_categories ul li:before,
.site-footer .widget_categories ul li:before,
#secondary .widget_archive ul li:before,
.site-footer .widget_archive ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 10px;
    display: inline-block;
    color: #aaa;
}
#secondary ul li a:hover,
.site-footer ul li a:hover,
#secondary ul li:hover:before, 
.site-footer ul li:hover:before,
#contact-address .address-block small a:hover,
.blog-title a:hover {
    color: #EE4C16;
}
#secondary ul li,
.site-footer ul li {
	margin-bottom: 8px;
}
#secondary .widget_categories ul li:last-child,
.site-footer .widget_categories ul li:last-child {
	margin-bottom: 0;
}
.widget input[type="search"],
.woocommerce .widget_product_search input[type="search"],
.widget_search input[type="search"]{
    padding-right: 30px;
    padding-left: 15px;
    text-indent: 0;
    background-color: transparent;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    padding: 0 20px;
}
.widget_search button[type="submit"] {
    position: absolute;
    top: 7px;
    right: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.search-form {
    position: relative;
}
.star-rating li {
    display: inline-block;
}
.woocommerce.widget_top_rated_products .star-rating {
	margin: 5px 0 15px 0;
}
.woocommerce ul.product_list_widget li img,
.widget_featured_products .has-post-thumbnail img,
.widget_recent_posts .has-post-thumbnail img,
.kids_education_popular_post .has-post-thumbnail img {
    width: 30%;
    float: left;
    border-radius: 20px;
    margin-right: 15px;
}
.kids_education_popular_post .has-post-thumbnail img {
    margin-right: 0;
}
.widget_featured_products .has-post-thumbnail .featured-content,
.widget_recent_posts .has-post-thumbnail .post-content,
.kids_education_popular_post .has-post-thumbnail .post-content {
    float: left;
    padding-left: 15px;
    width: 70%;
}
.kids_education_popular_post time,
.widget_recent_posts time {
    display: block;
    margin-top: 0.5em;
}
.kids_education_popular_post li:after,
.widget_recent_posts li:after {
    content: "";
    clear: both;
    display: table;
}
.kids_education_popular_post li,
.widget_recent_posts li {
    margin-bottom: 15px;
    display: inline-block;
}
.kids_education_popular_post li:last-child,
.widget_recent_posts li:last-child {
    margin-bottom: 0;
}
.widget_featured_products .amount {
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
}
#secondary .widget_featured_products li,
.site-footer .widget_featured_products li {
    margin-bottom: 15px;
}
.star-rating li {
    margin-bottom: 0;
}
.textwidget {
    color: #666;
    font-weight: bold;
}
.woocommerce.widget_price_filter .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.2em;
    margin-left: -.5em;
    border: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #e6e6e6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce.widget_price_filter .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border-radius: 1em;
    background-color: #FD6A3F;
    background-image: none;
    border: none;
    outline: none;
    box-shadow: none;
    height: 10px;
}
.woocommerce.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}
.price_slider_amount {
    margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.price_slider_amount .button {
    background-color: #00ADE3;
    font-family: 'Shadows Into Light', cursive;
    color: #fff;
    font-size: 22px;
    padding: 10px 30px;
    box-shadow: none;
    border-radius: 35px;
    float: right;
    outline: none;
}
.price_slider_amount .price_label {
    padding: 10px 0;
    font-weight: bold;
    color: #777;
    float: left;
}
.price_slider_wrapper .ui-widget-content {
	border: none;
}
#secondary .widget a,
.site-footer .widget a {
	color: #666;
    font-weight: bold;
}
.site-footer .widget .address-block a {
	color: #313131;
}
.list-view .product-description,
.single-product div[itemprop="description"] p,
.single-product span.woocommerce-Price-amount.amount,
.single-product .woocommerce-review-link,
.single-product.woocommerce div.product .product_title,
.single-product .woocommerce-Tabs-panel h2, 
.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .meta,
.single-product .related.products h2 {
    color: #fff;
}
.single-product p.price {
    margin: 0;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}
.single-product.woocommerce div.product {
    padding: 30px;
    border-radius: 50px;
    background-color: #70CEE5;
}
.single-product.woocommerce div.product div.images img {
    border: 5px solid #fff;
    border-radius: 50px;
}
.single-product.woocommerce div.product form.cart {
    margin-bottom: 15px;
}
.single-product.woocommerce button.single_add_to_cart_button.button.alt,
.woocommerce #payment #place_order,
.woocommerce-account .woocommerce input.button {
    color: #fff;
    font-size: 18px;
    outline: none;
    background-color: #ed4c16;
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: none;
    width: 65%;
    float: right;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.woocommerce #payment #place_order,
.woocommerce-account .woocommerce input.button {
	width: auto;
}
.woocommerce-account .woocommerce input.button {
    float: none;
    position: relative;
    top: 50px;
}
.woocommerce-account form .form-row label.inline {
	display: block;
    margin-top: -40px;
}
.woocommerce-LostPassword.lost_password {
    margin-top: 70px;
    padding-left: 5px;
    margin-bottom: 0;
}
.woocommerce-account .woocommerce h2,
.woocommerce-account .entry-content {
    margin-top: 0;
}
.woocommerce-LostPassword.lost_password a:hover {
	color: #FDD41A;
	text-decoration: underline;
}
.single-product.woocommerce button.single_add_to_cart_button.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-account .woocommerce input.button:hover {
	background-color: #ce3d0c;
    color: #fff;
}
input.input-text.qty.text {
    height: 35px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    padding-left: 15px;
    background-color: #fff;
    color: #333;
    border-color: #00ADE3;
}
.single-product.woocommerce ul.tabs.wc-tabs {
    text-align: left;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0 50px 15px 5px;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.single-product .woocommerce-Tabs-panel h2 {
	margin: 0;
	font-size: 25px;
}
.single-product .woocommerce-Tabs-panel h2.woocommerce-Reviews-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
}
.single-product .woocommerce-Tabs-panel #comments {
	margin: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel {
    border-radius: 50px;
    border-top-left-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.single-product .woocommerce-Tabs-panel p {
	margin-bottom: 0;
}
.single-product .entry-summary span.posted_in {
    color: #fff;
    text-transform: uppercase;
}
.single-product .entry-summary span.posted_in a {
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
}
.single-product.woocommerce span.onsale, span.onsale {
    position: absolute;
    top: 50px;
    left: 50px;
}
.single-product.woocommerce #reviews.woocommerce-Reviews h3 {
    color: #fff;
    margin: 20px 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}
.single-product.woocommerce #review_form #respond p.stars {
    margin-top: 10px;
}
.single-product.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    height: 170px;
    text-indent: 10px;
}
.single-product ins {
    background-color: transparent;
}
.woocommerce #review_form #respond label {
    display: block;
    margin-bottom: 5px;
}
.woocommerce #review_form input[type="text"], 
.woocommerce #review_form input[type="email"] {
    width: 100%;
    text-indent: 10px;
    border-radius: 5px; 
}
.single-product.woocommerce #review_form #respond .form-submit {
    text-align: center;
    margin: 0;
}
.single-product.woocommerce #review_form #respond .form-submit input[type="submit"] {
	background-color: #ed4c16;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.single-product.woocommerce #review_form #respond .form-submit input[type="submit"]:hover {
	background-color: #ce3d0c;
    color: #fff;
}
.single-product.woocommerce ul.products li:nth-child(1n) {
    background-color: #F37630;
}
.single-product.woocommerce ul.products li:nth-child(2n) {
    background-color: #C685D2;
}
.single-product.woocommerce ul.products li:nth-child(3n) {
    background-color: #69C48F;
}
.woocommerce .product_list_widget .woocommerce-Price-amount.amount {
	color: inherit;
}
.upsells.products p.product-detail,
.woocommerce-cart .product p.product-detail,
.related.products p.product-detail,
.shop-list #tab-1 p.product-detail {
	display: none;
}
.single-product .woocommerce-Tabs-panel h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
}
figure.post-video {
    position: relative;
    margin: 0;
}
span.btn.btn-play {
    padding: 0;
}
span.btn.btn-play .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #00ADE3;
    width: 60px;
    border-radius: 10px;
}
.widget_instagram li img {
	vertical-align: middle;
}
.widget_instagram li {
	float: left;
    padding: 5px;
}
#secondary .widget_instagram li {
	margin: 0;
}
.widget_instagram .one-column li {
    width: 100%;
}
.widget_instagram .two-columns li {
    width: 50%;
}
.widget_instagram .three-columns li {
    width: 33.33%;
}
.widget_instagram .four-columns li {
    width: 25%;
}
.widget_instagram .five-columns li {
    width: 20%;
}
.widget_instagram .six-columns li {
    width: 16.66%;
}
.profile-name h6 {
    width: auto;
    font-size: 16px;
    margin: 0;
}
.profile-name {
    float: left;
}
.instagram-profile img {
    width: 100px;
    float: left;
}
.follow-button .fa {
    padding-right: 5px;
}
.follow-button {
    float: right;
    margin: 45px 0 15px;
}
.follow-button .btn {
	padding: 10px 20px;
	font-size: 14px;
}
#secondary .follow-button .btn {
	color: #fff;
}
.widget_archive &gt; ul &gt; li,
.widget_categories &gt; ul &gt; li {
    color: #666;
    font-weight: bold;
}
.custom_info_widget ul li{
	font-weight: bold;
}
.custom_info_widget .fa{
	padding-right: 10px;
}
.woocommerce a.added_to_cart {
    color: #333;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 50px;
    min-width: 130px;
    margin: 15px 0;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
    color: #fff;
    background-color: #0092C0;
}
select.orderby {
    background-color: #6CCFE7;
    padding: 8px;
    color: #fff;
}
.woocommerce .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.portfolio-item {
    overflow: hidden;
    height: auto !important;
    padding: 10px;
}

.portfolio-wrapper:before,
.portfolio-wrapper:after {
	content: "";
	clear: both;
	display: table;
}
.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;
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
}
.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
}
.loader-container .fa {
    font-size: 60px;
    color: #00ADE3;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section,
.site-content {
	position: relative;
}

.site-content {
	margin: -130px 0 0 0;
}

.home .site-content {
  margin: 0;
}

.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

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

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

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

.container:before,
.container:after,
section:before,
section:after,
.bottom-footer:before,
.bottom-footer:after,
.row:before,
.row:after,
.widget_featured_products li:before,
.widget_featured_products li:after,
.two-columns:before,
.two-columns:after,
#infinite-handle:before, 
#infinite-handle:after {
	content: "";
	clear: both;
	display: table;
}

.page-section {
	padding: 100px 0;
}

.cloud-background.page-section {
  padding: 70px 0 0 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.no-margin-bottom {
	margin-top: 0;
}

.no-margin-top {
	margin-top: 0;
}

.sub-title {
    margin: 0 auto;
    text-align: center;
}
.color-yellow {
    color: #FFEC00;
}
.backtotop {
  background:url(images/nishijin-pagetop.png) center bottom no-repeat;
  background-color: transparent !important; 
  background-size: auto 100px;
  z-index: 300;
  width: 100px;
  height: 100px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 25px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.backtotop i {
  display: none;
}

#content {
	background-image: url('images/white-bg.png');
	background-size: contain;
}

article img.alignleft, article img.alignright {
    width: auto;
}

.search-no-results .no-results h1.page-title{
	text-align: center;
}

/*--------------------------------------------------------------
# Main slider
--------------------------------------------------------------*/
#main-slider .slider-item {
    position: relative;
    padding: 300px 0;
    background-size: cover;
    background-position: 50%;
}
.main-slider-contents {
    position: absolute;
    top: 50%;
    width: 30%;
    left: 8%;
    color: #fff;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
}
#main-slider .black-overlay {
	opacity: 0;
}

#main-slider,
#header-image {
  padding-top: 100px;
}


#main-slider .regular {
	max-height: 550px;
	position: relative;
}
.main-slider-contents .title {
    margin: 0;
    line-height: 1.2em;
}
.main-slider-contents .title a {
    color: #fff;
}
.main-slider-contents .title a:hover {
    color: #eee;
}
#content.padding-top {
    padding-top: 10em;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
	z-index: 3;
}
.slick-next, 
.slick-prev,
.slick-next:focus, 
.slick-prev:focus {
	z-index: 3;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    box-shadow: none;
    outline: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-next:hover, 
.slick-prev:hover {
	box-shadow: none;
	background-color: #00ADE3;
}
.slick-next:hover:before, 
.slick-prev:hover:before {
	color: #fff;
}
.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}
.slick-prev:before,
.slick-next:before {
	content: "\f104";
	font-family: "FontAwesome";
	opacity: 1;
    color: #333;
}
.slick-next:before{
	content: "\f105";
}
#main-slider:hover .slick-next, 
#main-slider:hover .slick-prev {
	opacity: 1;
}
#main-slider .divider {
    position: absolute;
    bottom: 0;
    top: auto;
}
#main-slider .divider img {
    vertical-align: bottom;
}

.btn {
  padding: 10px 25px;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  color: #FFF;
  background-color: #F98312 !important;

  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.btn-default {
    background-color: #fff;
    color: #5e5e5e;
}
.btn-blue {
    background-color: #00ADE3;
    color: #fff;
}
.btn.btn-transparent {
    padding: 0;
    color: #FCFF00;
}
.btn-default:hover {
    background-color: #00ADE3;
    color: #fff;
}
.search-wrapper input[type="submit"]:hover,
.btn-blue:hover,
.wpcf7-form input[type="submit"]:hover, 
#comments #submit:hover,
.woocommerce a.button.add_to_cart_button:hover {
    background-color: #0092C0;
    color: #fff;
}

/*--------------------------------------------------------------
# Search course tab
--------------------------------------------------------------*/
.home #search-course-tab {
    background-image: url("assets/uploads/classes-bg.png");
}
.search-wrapper {
    padding: 60px;
}
ul.tabs {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: inherit;
}
#search-course-tab .tab-content.active {
    background-image: url('assets/uploads/search-bg.png');
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50px;
}
ul.tabs li.active {
    border-radius: 10px;
}
ul.tabs li {
    display: inline-block;
    font-family: 'Shadows Into Light', cursive;
    position: relative;
}
.search-wrapper label {
    color: #fff;
    font-family: 'Shadows Into Light', cursive;
    font-size: 40px;
}
ul.tabs li a {
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    border-radius: 10px;
    margin-bottom: 0.5em;
    display: inline-block;
}
ul.tabs .fa {
    display: block;
    font-size: 30px;
}
#search-course-tab ul.tabs .fa {
    display: none;
    color: #fff;
}
#search-course-tab .tab-link.active .fa {
    display: block;
    padding: 15px 0 5px 0;
}
#search-course-tab ul.tabs li:nth-child(1n) a {
	background-color: #E9642A;
}
#search-course-tab ul.tabs li:nth-child(2n) a {
	background-color: #CC4999;
}
#search-course-tab ul.tabs li:nth-child(3n) a {
	background-color: #00C6E1;
}
#search-course-tab ul.tabs li.active:nth-child(1n) {
	background-color: #E9642A;
}
#search-course-tab ul.tabs li.active:nth-child(2n) {
	background-color: #CC4999;
}
#search-course-tab ul.tabs li.active:nth-child(3n) {
	background-color: #00C6E1;
}
#search-course-tab ul.tabs li.active:nth-child(1n):after,
#search-course-tab ul.tabs li.active:nth-child(2n):after,
#search-course-tab ul.tabs li.active:nth-child(3n):after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    border-top-color: #E9642A;
    border-width: 12px;
}
#search-course-tab ul.tabs li.active:nth-child(2n):after {
	border-top-color: #CC4999;
}
#search-course-tab ul.tabs li.active:nth-child(3n):after {
	border-top-color: #00C6E1;
}
.search-wrapper .search {
    background-color: #fff;
    padding: 10px;
    border-radius: 35px;
}
.search-wrapper input[type="submit"] {
    background-color: #00ADE3;
    font-family: 'Shadows Into Light', cursive;
    color: #fff;
    font-size: 22px;
    padding: 10px 30px;
    box-shadow: none;
    border-radius: 35px;
    float: right;
    outline: none;
}
.search-wrapper select {
    border: none;
    outline: none;
    min-width: 175px;
    text-transform: capitalize;
    font-size: 18px;
    background-color: transparent;
}
.search-wrapper input[type="text"] {
    border: none;
    color: #333;
    font-size: 18px;
    outline: none;
}
.search-wrapper .search.two-columns .column-wrapper:first-child {
    padding: 5px 25px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
#features {
	/* background-image:url('assets/uploads/white-bg.png'); */
  background-color: #FFFDF7;
  /*margin-top: -75px;*/
}

#features.page-section {
  padding: 20px 0 30px 0;
}

#features h2.entry-title {
  color: #FF5C04;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

#features h2.entry-title:after {
  background-color: transparent;
}

#features .entry-header {
  height: 0;
  height: auto;
  padding-top: 6.15%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background: url('images/nishijin-support-bg.png') 0 0 no-repeat;
  background-size: contain;
}

#features .entry-content {
  margin: 30px 0 0 0;
}

#features h5 {
    margin: 15px 0;
}

#features .column-wrapper {
    text-align: center;
}

#features .column-wrapper:nth-child(1n) .title a,
#features .column-wrapper:nth-child(1n):hover .icon-container .fa {
	color: #E9642A;
}

#features .column-wrapper:nth-child(2n) .title a,
#features .column-wrapper:nth-child(2n):hover .icon-container .fa {
	color: #66993E;
}

#features .column-wrapper:nth-child(3n) .title a,
#features .column-wrapper:nth-child(3n):hover .icon-container .fa {
	color: #FDD312;
}

#features .column-wrapper:nth-child(4n) .title a,
#features .column-wrapper:nth-child(4n):hover .icon-container .fa {
	color: #54B5BC;
}

.icon-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: relative;
}

#features .column-wrapper:nth-child(1n) .icon-container {
	background-color: #E9642A;
}

#features .column-wrapper:nth-child(2n) .icon-container {
	background-color: #66993E;
}
#features .column-wrapper:nth-child(3n) .icon-container {
	background-color: #FDD312;
}
#features .column-wrapper:nth-child(4n) .icon-container {
	background-color: #54B5BC;
}
#features .column-wrapper:nth-child(1n):hover .icon-container,
#features .column-wrapper:nth-child(2n):hover .icon-container,
#features .column-wrapper:nth-child(3n):hover .icon-container,
#features .column-wrapper:nth-child(4n):hover .icon-container {
	background-color: transparent;
}
#features .column-wrapper:nth-child(1n):hover .icon-container:after,
#features .column-wrapper:nth-child(2n):hover .icon-container:after,
#features .column-wrapper:nth-child(3n):hover .icon-container:after,
#features .column-wrapper:nth-child(4n):hover .icon-container:after {
	content: "";
	border: 3px dashed;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 30px;
    border-radius: 50px;
    -webkit-animation: fa-spin 5s infinite linear;
    -moz-animation: fa-spin 5s infinite linear;
    -ms-animation: fa-spin 5s infinite linear;
    -o-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
    position: absolute;
    left: 0;
    right: 0;
}
#features .column-wrapper:nth-child(1n):hover .icon-container:after {
	border-color: #E9642A;
}
#features .column-wrapper:nth-child(2n):hover .icon-container:after {
	border-color: #66993E;
}
#features .column-wrapper:nth-child(3n):hover .icon-container:after {
	border-color: #FDD312;
}
#features .column-wrapper:nth-child(4n):hover .icon-container:after {
	border-color: #54B5BC;
}
/*--------------------------------------------------------------
# Recent classes slider
--------------------------------------------------------------*/
#recent-classes-slider.page-section {
  padding-top: 30px;
}

#recent-classes-slider .entry-header {
  margin-bottom: 30px;
}

#recent-classes-slider h2.entry-title {
  color: #6A2D20;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#recent-classes-slider h2.entry-title:after {
  background-color: transparent;
}

#recent-classes-slider .slick-slide {
	background-color: #FFF;
}

#recent-classes-slider .slick-slide,
.course-lists .course-item {
  margin: 0px 10px 5px 10px;
  background: #FFF none repeat scroll 0 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.course-lists {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#recent-classes-slider .slick-slide img,
.course-lists .course-item img {
  vertical-align: middle;
  width: 100%;
  
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

#recent-classes-slider .slick-slide img:hover {
  opacity: 0.8;
}

#recent-classes-slider .slick-slide {
	outline: none;
}

#recent-classes-slider .slider-header-contents,
.course-header-contents {
  text-align: left;
}

#recent-classes-slider .slider-header-contents .title,
.course-header-contents .title {
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#recent-classes-slider .slider-header-contents .title a,
.course-header-contents .title a {
  color: #404040;
}

#recent-classes-slider .slick-slide:nth-child(1n) .slider-header-contents .title a {
  color: #2CB1FB; /* ブルー */
}

#recent-classes-slider .slick-slide:nth-child(2n) .slider-header-contents .title a {
  color: #F98312; /* オレンジ */
}

#recent-classes-slider .slick-slide:nth-child(3n) .slider-header-contents .title a {
  color: #56A526; /* グリーン */
}

#recent-classes-slider .slick-slide:nth-child(4n) .slider-header-contents .title a {
  color: #EC407A; /* ピンク */
}

.categories a {
  color: #FBEE49;
  text-transform: capitalize;
  font-weight: 600;
}

.categories a:after {
    content: ",";
}

.categories a:last-child:after {
    content: "";
}

#recent-classes-slider .slider-header-contents time {
  display: inline-block;
  display: block;
  color: #757575;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 5px 0 0 0;
}

#recent-classes-slider .slider-header-contents .categories {
  display: inline-block;
  display: block;
  margin: 5px 0 0 0;
}

#recent-classes-slider .slider-header-contents .categories a {
  display: inline-block;
  border: 1px solid #6A2D20;
  color: #6A2D20;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 8px;
  margin: 5px 0 0 0;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#recent-classes-slider .slider-header-contents .categories a:hover {
  background-color: #6A2D20;
  color: #FFF;
}

#recent-classes-slider .slider-contents,
.course-contents {
  padding: 0 10px;
}

#recent-classes-slider .slider-footer-contents,
.course-footer-contents {
  margin: 10px 0 10px 0;
}

.course-footer-contents p {
	color: #fff;
}

#recent-classes-slider .slider-footer-contents ul,
.course-footer-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#recent-classes-slider .slider-footer-contents ul li,
.course-footer-contents ul li {
    display: inline-block;
    margin-right: 12px;
}

#recent-classes-slider .slider-footer-contents ul small,
.course-footer-contents ul small {
    display: block;
    color: #FBEE49;
    font-size: 16px;
}
#recent-classes-slider .slider-footer-contents .price,
.course-footer-contents .price {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-left: 1px solid #eee;
    padding: 0 0 0 10px;
}

#recent-classes-slider .slider-footer-contents .price span.tp-class-price,
.course-footer-contents .price span.tp-class-price {
    display: block;
    font-size: 25px;
}

#recent-classes-slider .slider-footer-contents .price small,
.course-footer-contents .price small {
    display: none;
}

#recent-classes-slider .slider-footer-contents ul span,
.course-lists .course-footer-contents ul span {
}

#recent-classes-slider .slick-dots {
  display: none !important;
}

.slick-dots .slick-active button:before {
    color: #22432F;
    background-color: #22432F;
}

.slick-dots li button:before {
    background-color: transparent;
    border: 2px solid #22432F;
    content: "";
    border-radius: 15px;
    opacity: 1;
    width: 15px;
    height: 15px;
}

/*--------------------------------------------------------------
# Recent
--------------------------------------------------------------*/
#recent-classes-slider ul.slick-dots {
  bottom: -60px;
}
#recent-classes-slider {
  /*background-image: url('assets/uploads/recent-classes-bg.jpg');*/
  background-color: #E6FFE2;
  background-color: #F1F9EC;
}
#recent-classes-slider .entry-content.regular {
  margin-bottom: 30px;
}
.slick-dots li button {
	box-shadow: none;
}
#recent-classes-slider .slider-item .image-wrapper {
    position: relative;
}

#recent-classes-slider .slider-item .btn,
.course-item .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 50px;
  width: 160px;
  opacity: 0;
}

#recent-classes-slider .slider-item:hover .btn,
.course-item:hover .btn {
	opacity: 1;
}

.white-overlay {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    /*border-radius: 50px;*/
    opacity: 0;
}
.slider-item:hover .white-overlay,
.course-item:hover .white-overlay {
    opacity: 0.7;
}

.no-results.not-found header.page-header,
.archive.post-type-archive-tp-affiliation .course-footer-contents {
    text-align: center;
}
.archive.post-type-archive-tp-affiliation .course-footer-contents li a {
    color: #fff;
}
.archive.post-type-archive-tp-course .course-footer-contents ul li:not(:last-child) {
	margin-right: 30px
}
.archive.post-type-archive-tp-team .course-footer-contents ul small {
	float: left;
    margin-right: 15px;
}
.archive.post-type-archive-tp-team .course-footer-contents ul span {
	font-size: 17px;
} 

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
#counter {
    background-image: url("assets/uploads/white-bg.png");
}
.statwrap .fa, .statwrap h4, .statwrap h6 {
    display: block;
    text-align: center;
    margin: 0;
}
.statwrap .fa {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    margin: 0 auto 25px;
    font-size: 30px;
}
.statwrap h6 {
    font-size: 20px;
    text-transform: capitalize;
}
#counter .column-wrapper .fa {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#counter .column-wrapper:nth-child(1n) .fa {
	border: 2px solid #5433B4;
}
#counter .column-wrapper:nth-child(2n) .fa {
	border: 2px solid #66993E;
}
#counter .column-wrapper:nth-child(3n) .fa {
	border: 2px solid #B92831;
}
#counter .column-wrapper:nth-child(4n) .fa {
	border: 2px solid #CC4999;
}
#counter .column-wrapper:nth-child(1n) h4,
#counter .column-wrapper:nth-child(1n) h6,
#counter .column-wrapper:nth-child(1n) .fa {
	color: #5433B4;
}
#counter .column-wrapper:nth-child(2n) h4,
#counter .column-wrapper:nth-child(2n) h6,
#counter .column-wrapper:nth-child(2n) .fa {
	color: #66993E;
}
#counter .column-wrapper:nth-child(3n) h4,
#counter .column-wrapper:nth-child(3n) h6,
#counter .column-wrapper:nth-child(3n) .fa {
	color: #B92831;
}
#counter .column-wrapper:nth-child(4n) h4,
#counter .column-wrapper:nth-child(4n) h6,
#counter .column-wrapper:nth-child(4n) .fa {
	color: #CC4999;
}
#counter .column-wrapper:nth-child(1n):hover .fa {
	background-color: #5433B4;
	color: #fff;
}
#counter .column-wrapper:nth-child(2n):hover .fa {
	background-color: #66993E;
	color: #fff;
}
#counter .column-wrapper:nth-child(3n):hover .fa {
	background-color: #B92831;
	color: #fff;
}
#counter .column-wrapper:nth-child(4n):hover .fa {
	background-color: #CC4999;
	color: #fff;
}

/*--------------------------------------------------------------
# Team members
--------------------------------------------------------------*/
#team-members {
    background-image: url("assets/uploads/team-bg.png");
    background-size: cover;
}
#team-members .entry-header {
    margin-top: 3em;
}
#team-members .entry-title {
    color: #FBEE49;
}
#team-members .sub-title {
  color: #fff;
}
.member-name {
    margin: 0;
    
}
.member-name a {
	color: #fff;
}
#team-members .entry-content {
    text-transform: capitalize;
}
.member-position {
    color: #fbee49;
    font-size: 18px;
}
.team-img .hover-content h6 {
    color: #fff;
    font-weight: 100;
    opacity: 0;
    font-size: 24px;
}
.team-img:hover .hover-content h6 {
    opacity: 1;
    -webkit-animation: 1s bounceIn;
    -moz-animation: 1s bounceIn;
    -ms-animation: 1s bounceIn;
    -o-animation: 1s bounceIn;
    animation: 1s bounceIn;
}
.team-img {
    position: relative;
}
.team-img .hover-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 170px;
    text-align: center;
    width: 100px;
}
.team-img .hover-content h6 {
    background-color: rgba(17, 168, 213, 0.75);
    border-radius: 98px;
    width: 98px;
    height: 98px;
    padding: 20px 0;
    line-height: 1.2em;
}
.team-img:hover .hover-content a {
	color: #fff;
}
.team-img img {
    vertical-align: middle;
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Portfolio gallery
--------------------------------------------------------------*/
#portfolio-gallery {
  background-image: url('images/white-bg.png');
}
#portfolio-gallery.page-section {
  padding: 50px 0 10px 0;
}
#portfolio-gallery.move-section-up {
	margin-top: -100px;
    background-size: contain;
}
nav.portfolio-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
nav.portfolio-filter ul li {
    display: inline-block;
    margin-right: 5px;
}
nav.portfolio-filter ul li:last-child {
	margin-right: 0;
}
nav.portfolio-filter ul li a {
    background-color: #F7B200;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
    text-transform: capitalize;
    font-family: 'Shadows Into Light', cursive;
}
nav.portfolio-filter ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
nav.portfolio-filter ul li.active a,
nav.portfolio-filter ul li a:hover {
	background-color: #EE4C16;
}
.portfolio-item {
    overflow: hidden;
    height: auto !important;
    padding: 10px;
}
.portfolio-item img {
    border-radius: 50px;
    vertical-align: bottom;
}
.portfolio-item .hovercontent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    height: 70px;
    opacity: 0;
}
.blue-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 219, 250, 0.91);
    border-radius: 50px;
    opacity: 0;
}
.portfolio-item:hover .blue-overlay,
.portfolio-item:hover .hovercontent {
	opacity: 1;
}
.portfolio-item .hovercontent .fa {
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    color: #70DCF9;
    margin-right: 10px;
}
.portfolio-item .hovercontent .fa:last-child {
	margin-right: 0;
}
.portfolio-item .hovercontent p a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
}
#portfolio-gallery .btn-blue:visited {
	color: #fff;
}
#portfolio-gallery .btn-blue {
	margin-top: 30px;
	cursor: pointer;
}
figure.gallery-item {
	margin: 0;
	padding: 5px;
}
article .gallery img {
	border-radius: 25px; 
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers,
.navigation .nav-previous a,
.navigation .nav-next a,
#infinite-handle span button {
    border: 1px solid #5e5e5e;
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #333;
    margin-right: 5px;
    font-family: 'Shadows Into Light', cursive;
}
.single-post .navigation .nav-previous a,
.single-post .navigation .nav-next a {
	height: auto;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
	width: auto;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	float: none;
}
.woocommerce-pagination ul.page-numbers:hover {
    background-color: transparent;
    border-color: transparent;
}
.woocommerce-pagination ul.page-numbers .prev.page-numbers,
.woocommerce-pagination ul.page-numbers .next.page-numbers {
	line-height: 45px;
	padding: 0 25px;
	width: auto;
}
.page-numbers:last-child {
	margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers.current,
.page-numbers:hover,
.navigation .nav-previous a:hover,
.navigation .nav-next a:hover,
#infinite-handle span button:hover {
    background-color: #00ADE3;
    border-color: #00ADE3;
    color: #fff;
}

.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-previous {
    text-align: left;
}
.navigation.posts-navigation {
    margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination,
.navigation.pagination,
.single-post nav.navigation.post-navigation {
    margin-top: 50px;
}
.navigation {
	text-align: center;
}
.lb-data .lb-close {
    position: relative;
    z-index: 30;
    right: 15px;
    top: 15px;
}
.lb-data .lb-details {
    display: none;
}
.lb-dataContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#infinite-handle span button,
#infinite-handle span button:hover, 
#infinite-handle span button:focus {
    outline: none;
    box-shadow: none;
    width: auto;
    padding: 0 25px;
    margin-top: 30px;
}
#infinite-handle span {
	background-color: transparent;
}
#infinite-handle span button:hover, 
#infinite-handle span button:focus {
	background-color: #00ADE3;
	color: #fff;
	border-color: #00ADE3;
	font-size: 18px; 
	font-weight: bold;
	font-family: 'Shadows Into Light', cursive;
}
.blog #infinite-handle {
    position: absolute;
    bottom: -60px;
}
.blog #primary {
    padding-bottom: 80px;
}
.home.blog #primary {
	padding-bottom: 30px;
}
.blog #infinite-handle {
    margin-top: 0;
}
.next.page-numbers,
.prev.page-numbers,
.navigation.posts-navigation .nav-links a,
.navigation.post-navigation .nav-links a {
    width: auto;
    padding: 0 25px;
}

/*--------------------------------------------------------------
# Client testimonial slider
--------------------------------------------------------------*/
#client-testimonial-slider {
    background-image: url("assets/uploads/testimonials-bg.png");
}
#client-testimonial-slider {
    text-align: center;
    color: #fff;
    padding: 100px 0 200px 0;
}
#client-testimonial-slider img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto 25px auto;
}
.client-image {
    margin: auto;
    width: 100px;
}
.slick-slide {
    outline: none;
}
.star-rating .fa,
.star-rating span {
	color: #FFDE00;
}
#client-testimonial-slider .slick-dots {
    bottom: -50px;
}
#client-testimonial-slider blockquote {
    font-size: 22px;
}
#client-testimonial-slider .name {
    font-size: 20px;
    font-family: 'Shadows Into Light', cursive;
    margin-bottom: 10px;
}
#client-testimonial-slider .name a {
	color: #fff;
}
#client-testimonial-slider .name a:hover {
	color: #FFDE00;
}

/*--------------------------------------------------------------
# Blog and news
--------------------------------------------------------------*/
#blog {
    color: #fff;
    background-image: url("assets/uploads/blog-bg.png");
}
#blog .blog-divider {
    position: absolute;
    top: -70px;
}
#blog .entry-header {
    margin-top: 3em;
}
#blog.move-section-up {
    margin-top: -100px;
}
#blog .sub-title {
    color: #404040;
}
#blog .three-columns .has-post-thumbnail .blog-image,
#blog .three-columns .blog-contents {
    width: 100%;
}
#blog .column-wrapper:nth-child(1n) .blog-wrapper {
    background-color: #70CEE5;
}
#blog .column-wrapper:nth-child(2n) .blog-wrapper {
    background-color: #C487D0;
}
#blog .column-wrapper:nth-child(3n) .blog-wrapper {
    background-color: #6CC28F;
}
#blog .column-wrapper:nth-child(4n) .blog-wrapper {
    background-color: #EE7644;
}
.blog-title {
    margin: 15px 0 0 0;
}
.blog-title a {
    color: #fff;
}
#blog .column-wrapper {
    padding: 10px;
    border-radius: 50px; 
}
.entry-meta a {
    color: #fff;
}
.blog-wrapper {
    display: inline-block;
    padding: 30px;
    border-radius: 50px;
}
.blog-wrapper .btn-transparent {
    font-size: 24px;
}
.blog-wrapper .btn-transparent .fa {
	padding-left: 10px;
}
.blog-wrapper .blog-contents .entry-meta {
    margin-bottom: 0;
}
article .entry-title:after {
	display: none;
}
span.tags-links a {
    color: #FBEE49;
}
span.tags-links a:hover {
    text-decoration: underline;
}
span.tags-links {
    color: #fff;
}

/*--------------------------------------------------------------
# Social icons
--------------------------------------------------------------*/
.social-icons li {
    list-style: none;
    display: inline-block;
}
.social-icons li a {
    font-size: 16px;
}
.social-icons li {
    
}
.social-icons li a:before {
    content: "\f0c1";
    font-family: "FontAwesome";
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: 400;
}
.social-icons  li a[href*="facebook.com"]:before,
.social-icons  li a[href*="fb.com"]:before {
  content: "\f09a";
}

.social-icons  li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons  li a[href*="linkedin.com"]:before {
  content: "\f08c";
}

.social-icons  li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-icons  li a[href*="youtube.com"]:before {
  content: "\f16a";
}

.social-icons  li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons  li a[href*="pinterest.com"]:before {
  content: "\f0d3";
}

.social-icons  li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons  li a[href*="github.com"]:before {
  content: "\f09b";
}

.social-icons  li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons  li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons  li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons  li a[href*="foursquare.com"]:before {
  content: "\f180";
}
.social-icons  li a[href*="rss.com"]:before {
  content: "\f09e";
}
.social-icons  li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons  li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons  li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons  li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons  li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons  li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons  li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons  li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons  li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons  li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons  li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons  li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons  li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons  li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons  li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons  li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons  li a[href*="slack.com"]:before {
  content: "\f198";
}

.social-icons ul li {
    float: left;
}
.social-icons ul li {
    margin-right: 10px;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons  li a[href*="facebook.com"]:before,
.social-icons  li a[href*="fb.com"]:before {
  background-color: #3663A9;
}
.social-icons  li a[href*="twitter.com"]:before {
  background-color: #00BDFF;
}
.social-icons  li a[href*="plus.google.com"]:before {
  background-color: #E6422F;
}
.social-icons  li a[href*="linkedin.com"]:before {
  background-color: #2263AD;
}
.social-icons  li a[href*="youtube.com"]:before {
  background-color: #F1281A;
}
.social-icons  li a[href*="pinterest.com"]:before {
  background-color: #BD081C;
}
.social-icons  li a[href*="instagram.com"]:before {
  background-color: #8F42B2;
}
.social-icons  li a:before {
  background-color: #BD081C;
}
.social-icons  li a:hover:before {
  opacity: 0.8;
}
.sd-social-icon .sd-content ul li[class*='share-'] a, 
.sd-social-icon .sd-content ul li[class*='share-'] a:hover, 
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	padding: 15px !important;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
#map {
    height: 410px;
    border: 5px solid #fff;
    background-color: transparent !important;
}
#map &gt; div {
    background-color: transparent !important;
}
#map .pw_map_canvas &gt; div {
	background-color: transparent !important;
}
.site-footer #map {
    margin: 0 100px;
}
.site-footer #map {
    border-radius: 56px;
}
#wpgmza_map {
    border: 5px solid #fff;
    border-radius: 50px;
}
#map #wpgmza_map {
    border: none;
}
/*--------------------------------------------------------------
# Banner and breadcrumb
--------------------------------------------------------------*/
#header-image {
  max-height: 500px;
  min-height: 225px;
  overflow: hidden;
  background-color: #FFF;
}

#header-image img {
  width: 100%;
  vertical-align: middle;
}

#header-image.no-banner-image {
    min-height: 500px;
    max-height: 500px;
}

.black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}

.banner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  height: 100px;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: capitalize;
  color: #FFF;
  text-shadow: 0px 0px 1px #000, 1px 1px 2px #000, 2px 2px 3px #000;
  font-weight: 700;
}

.page-title h1.entry-title {
  font-size: 26px;
  color: #FFF;
  text-shadow: 0px 0px 1px #000, 1px 1px 2px #000, 2px 2px 3px #000;
  margin: 50px 0 0 0;
}

#breadcrumb-list {
  margin: 10px 0 0 0;
}

#breadcrumb-list a {
  color: #FFF;
  text-shadow: 0px 0px 1px #000, 1px 1px 2px #000, 2px 2px 3px #000;
}

#breadcrumb-list a:hover {
	color: #FFF;
  text-decoration: underline;
}

#breadcrumb-list .sep {
    padding: 0 10px;
}

#breadcrumb-list ul.trail-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumb-list ul.trail-items li {
    display: inline-block;
}

#breadcrumb-list ul.trail-items li:not(:last-child):after {
    content: "\f101";
    font-family: "FontAwesome";
    padding: 0 8px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.shop-selection {
    display: block;
    padding-bottom: 4em;
}
.shop-selection select {
    margin-left: 30px;
    border: none;
    outline: none;
}
ul.tabs.shop-tab {
    text-align: left;
    padding: 0;
    margin-right: 25px;
    color: #6CCFE7;
    float: left;
}
ul.tabs.shop-tab .fa {
    margin-right: 15px;
    font-size: 20px;
    cursor: pointer;
}
ul.tabs.shop-tab li:last-child .fa {
    margin-right: 0;
}
ul.products {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p.woocommerce-result-count {
	color: #6CCFE7;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
ul.products li {
    text-align: center;
    padding: 25px;
    border-radius: 50px;
    position: relative;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
span.onsale {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Shadows Into Light', cursive;
    text-transform: capitalize;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background-color: #FD6A3F;
    z-index: 3;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
}
.woocommerce span.onsale {
	padding: 0;
}
ul.products li img {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50px;
    margin-bottom: 15px;
}
.list-view ul.products li img {
	margin-bottom: 0;
}
.product_meta a, .product_meta {
    color: #FBEE49;
    text-transform: capitalize;
    font-weight: 600;
}
.product_meta a:after {
	content: ",  ";
}
.product_meta a:first-child:after,
.product_meta a:last-child:after {
	content: " ";
}
.woocommerce ul.products li.product h3,
ul.products li h3 a {
    margin: 0;
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
}
.product-description .product_meta a:not(:last-child):after {
    content: ",";
    padding: 0 2px;
}
.woocommerce ul.products li.product h3 {
	padding: 0 0 0.5em 0;
}
.woocommerce ul.products li.product .star-rating {
	margin: 0 auto 0.5em;
	font-size: inherit;
}
.woocommerce .list-view ul.products li.product .star-rating {
    margin: 0 0 20px;
}
.woocommerce ul.products li.product .price del {
	color: #fff;
	opacity: 1;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price,
span.price del, 
span.price ins {
    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
}
span.price del {
	font-size: 16px;
}
.woocommerce a.button.add_to_cart_button,
.add_to_cart_button {
    background-color: #00ADE3;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 145px;
    text-transform: capitalize;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
}
.woocommerce ul.products li.product .button {
	margin-top: auto;
}
ul.products li:hover .add_to_cart_button {
	opacity: 1;
}
ul.products li:hover img {
    opacity: 0.5;
}
.shop-wrapper img {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50px;
}
.shop-wrapper {
	text-align: center;
	padding: 30px;
    border-radius: 50px;
}
ul.products li:nth-child(1n) {
    background-color: #6CCFE7;
}
ul.products li:nth-child(2n) {
    background-color: #C685D2;
}
ul.products li:nth-child(3n) {
    background-color: #69C48F;
}

ul.products li:nth-child(4n) {
    background-color: #F0763B;
}
ul.products li:nth-child(5n) {
    background-color: #FFA100;
}
ul.products li:nth-child(6n) {
    background-color: #A0C420;
}

ul.products li:nth-child(7n) {
    background-color: #3FBDBD;
}
ul.products li:nth-child(8n) {
    background-color: #E26ECF;
}
ul.products li:nth-child(9n) {
    background-color: #E55858;
}

ul.products li:nth-child(10n) {
    background-color: #639935;
}
ul.products li:nth-child(11n) {
    background-color: #7A59D6;
}
ul.products li:nth-child(12n) {
    background-color: #EC641D;
}
.woocommerce .list-view ul.products li.product {
    width: 100%;
}
body.woocommerce .site-content {
    background-size: contain;
}
.product-image {
    position: relative;
}
.woocommerce .list-view ul.products li.product .price del {
    padding-right: 15px;
    display: inline-block;
}
.woocommerce .list-view ul.products li.product .price ins {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	margin: inherit;
	width: inherit;
}
table.shop_table.cart th,
.woocommerce-checkout-review-order-table th {
    color: #333;
    font-weight: bold;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	padding-left: 0;
    border-bottom: 1px solid rgba(58, 93, 101, 0.24);
}
table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    color: #fff;
}
.type-page table.shop_table tbody tr.cart-item td {
    border-top: 1px solid rgba(58, 93, 101, 0.24);
    border-bottom: 1px solid rgba(58, 93, 101, 0.24);
    padding: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    border-top: 1px solid rgba(58, 93, 101, 0.24);
    border-bottom: 1px solid rgba(58, 93, 101, 0.24);
    padding: 10px 0;
}
.type-page .woocommerce table.shop_table.woocommerce-checkout-review-order-table td:nth-child(1),
.type-page .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid rgba(58, 93, 101, 0.24);
    border-top: none;
    padding-bottom: 10px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    padding: 5px 0;
}
table.shop_table td a {
	color: #fff;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
    padding-bottom: 20px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
     border-top: none; 
}
.woocommerce a.remove {
    font-size: 1.2em;
    height: 25px;
    width: 25px;
    line-height: 22px;
    background-color: rgba(85, 82, 128, 0.4);;
    color: #fff !important;
}
.woocommerce a.remove:hover {
    background-color: #b91717;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button {
    box-shadow: none;
    background-color: #00ADE3;
    color: #fff;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    outline: none;
}
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover {
    background-color: #0092C0;
}
.type-page table.shop_table, 
.type-page table.shop_table th, 
.type-page table.shop_table td,
.type-page table.shop_table tbody tr td:nth-child(1),
.type-page table.shop_table tbody tr td:nth-child(2) {
	border: none;
}
.type-page table.shop_table tbody tr td {
	border-top: 1px solid rgba(58, 93, 101, 0.24); 
	border-bottom: 1px solid rgba(58, 93, 101, 0.24); 
	padding: 0;
}
.woocommerce-cart table.shop_table.cart img {
    width: 70px;
    border-radius: 0;
    border-color: transparent;
    border-radius: 20px;
}
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 130px;
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	width: auto;
}
.shop_table .cart-subtotal span.woocommerce-Price-amount.amount,
.shop_table .order-total span.woocommerce-Price-amount.amount {
    color: #FBEE49;
    font-size: 25px;
    font-weight: 100;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: middle;
    padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top-color: transparent; 
}
.cart_totals h2 {
	margin-top: 0;
	margin-bottom: 15px;
}
.woocommerce a.button.alt {
    background-color: #ed4c16;
    padding: 15px 25px;
    border-radius: 5px;
}
.woocommerce a.button.alt:hover {
    background-color: #ce3d0c;
}
table.shop_table.shop_table_responsive.cart {
    border-spacing: 0 25px;
}
.woocommerce table.shop_table.cart th {
	padding: 0;
}
.type-page table.shop_table tbody tr:last-child td:nth-child(1) {
    border-bottom: 1px solid rgba(58, 93, 101, 0.24);
    padding-bottom: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	width: auto;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 100%;
}
.woocommerce form .form-row .required {
    color: #fff;
}
.woocommerce-billing-fields  ::-webkit-input-placeholder,
.woocommerce-shipping-fields ::-webkit-textarea-placeholder {
    color: #333;
}
.single-product .entry-summary span.woocommerce-Price-amount.amount {
    font-family: 'Shadows Into Light', cursive;
    font-size: 45px;
    font-weight: 600;
    color: #FBEE49;
}
.single-product .entry-summary del span.woocommerce-Price-amount.amount {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}
.woocommerce div.product p.stock.in-stock {
    color: #fff;
}
.single-product.woocommerce div.product div.images .thumbnails img {
    width: 70px;
    border-radius: 20px;
    border: 4px solid #fff;
}
.woocommerce div.product div.images div.thumbnails {
    padding-left: 35px;
    padding-right: 35px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    background-color: #52aec5;
    border-radius: 10px;
    padding: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 2;
    border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
    border-color: transparent;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce p.stars a {
    color: #FFDE00;
    margin: 0 5px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    width: 55px;
    height: 5px;
    background-color: #EE4C16;
    position: absolute;
    bottom: 0;
    left: 0;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: transparent;
}
#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #52aec5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #52aec5;
    color: #fff;
}
.widget_products ins {
    color: #fff;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout h3 {
    margin: 0;
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    font-weight: 400;
}
.woocommerce-checkout h3 {
	margin: 15px 0;
}
.woocommerce-checkout .post-edit-link,
.woocommerce-account .post-edit-link {
    color: #fff;
    margin-top: 0;
}
.woocommerce-checkout .entry-content {
    padding-bottom: 0;
}
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid transparent;
	background-color: #52aec5;
}
article .entry-content nav.woocommerce-MyAccount-navigation a {
    color: #fff;
    font-size: 18px;
}
article .entry-content nav.woocommerce-MyAccount-navigation ul {
	margin-left: 0.5em;
}
article .entry-content nav.woocommerce-MyAccount-navigation a:hover,
article .entry-content .woocommerce-MyAccount-content a:hover {
    color: #FDD41A;
}
.woocommerce-account .addresses .title h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    float: none;
     margin: 0;
     display: block;
}
.woocommerce-account .addresses .title .edit {
    float: none;
}
.woocommerce-account .addresses address {
    margin-top: 15px;
}
.woocommerce-MyAccount-content fieldset {
    border: 1px solid #fff;
}
.woocommerce-account .woocommerce-MyAccount-content input.button {
    top: 0;
}
.woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .input-text {
	text-indent: 5px;
}
article .entry-content .woocommerce-MyAccount-content a {
    color: #1f7079;
}
/*--------------------------------------------------------------
# Courses list
--------------------------------------------------------------*/
.course-lists {
    margin: 50px 0;
}
.course-lists li.column-wrapper {
    margin: 10px 0;
}
.course-lists li.column-wrapper:nth-child(1n) .course-item {
    background-color: #6CC28F;
}
.course-lists li.column-wrapper:nth-child(2n) .course-item {
    background-color: #26B6D4;
}
.course-lists li.column-wrapper:nth-child(3n) .course-item {
    background-color: #E9642A;
}
.course-lists li.column-wrapper:nth-child(4n) .course-item {
    background-color: #C685D2;
}
.course-lists li.column-wrapper:nth-child(5n) .course-item {
    background-color: #FF9F00;
}
.course-lists li.column-wrapper:nth-child(6n) .course-item {
    background-color: #64973A;
}
.course-lists li.column-wrapper:nth-child(7n) .course-item {
    background-color: #A0C232;
}
.course-lists li.column-wrapper:nth-child(8n) .course-item {
    background-color: #46BDBC;
}
.course-lists li.column-wrapper:nth-child(9n) .course-item {
    background-color: #E171CD;
}

/*--------------------------------------------------------------
# Post &amp; Archive
--------------------------------------------------------------*/
article.column-wrapper {
  padding: 0 15px 30px 15px;
}

article .blog-post-wrap {
  background: #FFF none repeat scroll 0 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

article .entry-header {
  text-align: left;
  padding: 30px 30px 0 30px;
}

.archive article .entry-header {
  padding: 10px 15px 5px 15px;
}

p.entry-meta {
  margin: 0;
}

.archive article h2.entry-title {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1em;
  color: #56A526;
}

.archive article:nth-child(1n) h2.entry-title {
  color: #2CB1FB; /* ブルー */
}

.archive article:nth-child(2n) h2.entry-title {
  color: #F98312; /* オレンジ */
}

.archive article:nth-child(3n) h2.entry-title {
  color: #56A526; /* グリーン */
}

.archive article:nth-child(4n) h2.entry-title {
  color: #EC407A; /* ピンク */
}

article .entry-content {
  padding: 30px;
}

.archive article .entry-content {
  padding: 5px 15px 15px 15px;
}

time:before,
.likes:before,
.comments-links:before {
  content: "\f073";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.likes:before {
    content: "\f004";
    padding-right: 5px;
}

.archive article img {
	width: 100%;
  height: auto;
  
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.read-more.btn {
  font-size: 16px;
  padding: 5px 10px;
}

.read-more.btn:hover {
  opacity: 0.8;
}

article .entry-header h2,
article .entry-content h2 {
  color: #477328;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-bottom: dashed 2px #56A526;
  padding: 0 0 10px 0;
  margin: 50px 0 30px 0;
}

article .entry-header h2 {
  margin: 0 0 15px 0;
}

article .entry-content h2.first {
  margin-top: 0;
}

article .entry-content h3 {
  position: relative;
  background: #F4F4F4;
  margin: 30px 0 20px 20px;
  padding: 5px 5px 5px 30px;
  font-size: 16px;
  color: #404040;
  
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
}

article .entry-content h3:before {
  font-family: "FontAwesome";
  content: "\f135";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #A9DC8B;
  background: #56A526;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

article .entry-content h3.first {
  margin-top: 0;
}

.post-edit-link {
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
#contact-form {
    padding-bottom: 30px;
}
#contact-form .entry-title {
    border-bottom: none;
    font-size: 25px;
}
#contact-form .entry-title:after {
    display: none;
}
#contact-form .gm-style {
    border-radius: 50px;
}
#contact-address .address-block li {
    width: 25%;
    float: left;
    padding: 0 25px;
}
#contact-address .address-block {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#contact-address .address-block span {
    display: block;
    text-align: center;
    margin: 15px 0;
    font-family: 'Shadows Into Light', cursive;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
#contact-address .address-block small a {
    font-weight: 500;
}
#contact-address .address-block small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
#contact-address .address-block .icon-container {
	border: 3px solid;
}
#contact-address .address-block li.address small {
    padding: 0 50px;
}
.address-block .icon-container .fa {
    font-weight: bold;
}
#contact-address .address-block li:nth-child(1n) .icon-container {
    border-color: #5433B4;
}
#contact-address .address-block li:nth-child(1n) .icon-container .fa,
#contact-address .address-block li:nth-child(1n) span {
    color: #5433B4;
}
#contact-address .address-block li:nth-child(2n) .icon-container {
    border-color: #66993E;
}
#contact-address .address-block li:nth-child(2n) .icon-container .fa,
#contact-address .address-block li:nth-child(2n) span {
    color: #66993E;
}
#contact-address .address-block li:nth-child(3n) .icon-container {
    border-color: #B92831;
}
#contact-address .address-block li:nth-child(3n) .icon-container .fa,
#contact-address .address-block li:nth-child(3n) span {
    color: #B92831;
}
#contact-address .address-block li:nth-child(4n) .icon-container {
    border-color: #CC4999;
}
#contact-address .address-block li:nth-child(4n) .icon-container .fa,
#contact-address .address-block li:nth-child(4n) span {
    color: #CC4999;
}
.wpcf7-form p {
    margin: 0 0 1.5em 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    height: 40px;
    border-radius: 50px;
    padding: 0 20px;
    width: 100%;
    margin-top: 10px;
}
.wpcf7-form textarea {
    padding: 20px;
    height: 200px;
}
.wpcf7-form input[type="submit"],
#comments #submit {
    background-color: #00ADE3;
    font-family: 'Shadows Into Light', cursive;
    color: #fff;
    font-size: 22px;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    width: auto;
    padding: 12px 30px;
    height: auto;
    margin-top: 0;
}
/*--------------------------------------------------------------
# Error404
--------------------------------------------------------------*/
.page-content {
    text-align: center;
}
body.error404 .site-content {
    margin-top: 0;
}
.not-found {
    text-align: center;
}
.page-content p {
    margin: 25px auto;
    font-weight: 600;
    color: #555;
}
.page-content input[type="search"] {
    background-color: #fff;
    width: 250px;
    height: 40px;
    border-radius: 50px;
    padding: 0 20px;
}
.page-content .search-submit:before {
    content: "\f002";
    font-family: "FontAwesome";
}
.page-content .search-submit {
    height: 40px;
    border-radius: 40px;
    width: 40px;
    background-color: #00ADE3;
    box-shadow: none;
    outline: none;
    color: #fff;
    border: none;
    margin-left: 10px;
}
.page-content .btn.btn-blue {
    margin-top: 30px;
}

body.error404 {
  background-color: #FFF;
	background-image: url('images/footer-bg.jpg');
  background-size: cover;
  background-position: 50% 100%;
}

body.error404 #masthead {
  background-color: #FFF;
}

body.error404 p {
  margin: 400px 0 100px 0;
}

body.error404 .site-footer,
body.error404 .site-content {
	background-image: none !important;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-portfolio article {
    height: auto !important;
    margin-bottom: 20px;
    padding: 0 10px;
}
.blog-portfolio article:nth-child(1n) .blog-post-wrap {
	background-color: #70CEE5;
}
.blog-portfolio article:nth-child(2n) .blog-post-wrap {
	background-color: #C487D0;
}
.blog-portfolio article:nth-child(3n) .blog-post-wrap {
	background-color: #6CC28F;
}
.blog-portfolio article:nth-child(4n) .blog-post-wrap {
	background-color: #EE7644;
}
.blog-portfolio article:nth-child(5n) .blog-post-wrap {
	background-color: #FF9F02;
}
.blog-portfolio article:nth-child(6n) .blog-post-wrap {
	background-color: #6CC28F;
}
.blog-portfolio article:nth-child(7n) .blog-post-wrap {
	background-color: #64973B;
}
.blog-portfolio article:nth-child(8n) .blog-post-wrap {
	background-color: #E9642A;
}
.blog-portfolio article:nth-child(9n) .blog-post-wrap {
	background-color: #7A5CD2;
}
.blog-portfolio article:nth-child(10n) .blog-post-wrap {
	background-color: #54B5BC;
}

/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/
#related-posts {
  display: none;
}

.entry-header time {
  display: inline-block;
  display: block;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 5px 0 0 0;
}

.entry-header time {
  pointer-events: none;
}

.entry-header .categories {
  display: inline-block;
  display: block;
  margin: 10px 0 0 0;
}

.entry-header .categories a {
  border: 1px solid #6A2D20;
  color: #6A2D20;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 8px;
  margin: 10px 0 0 0;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.entry-header .categories a:hover {
  background-color: #6A2D20;
  color: #FFF;
}

.single article img {
	max-width: 600px;
  height: auto;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sd-title {
    color: #fff;
    font-size: 22px !important;
    margin: 0 0 0.2em 0 !important;
    font-weight: 500 !important;
    padding: 10px 20px 10px 0;
    text-transform: capitalize;
}
.sd-content {
    display: inline-block;
}
.sd-block.sd-social.sd-social-icon .sd-content {
	vertical-align: top;
}
.sd-block.sd-social .sd-content {
	vertical-align: bottom;
}
.sd-content .social-icons span {
    display: none;
}
.sharedaddy:before, 
.sharedaddy:after,
.about-author:before, 
.about-author:after {
    content: "";
    clear: both;
    display: table;
}

.about-author {
  display: none;
}

.sharedaddy {
    border-top: 1px solid #ddd;
    padding-top: 1.5em;
}
div.sharedaddy h3.sd-title:before {
    border-top: none !important;
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Color Switcher
--------------------------------------------------------------*/
.color-switcher {
  width: 300px;
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  background-color: #eee;
  z-index: 30000;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -moz-box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
}
.color-switcher .switch-colors .red.active {
	border-bottom: 2px solid #F5595A;
    padding-bottom: 5px;
}
.color-switcher .switch-colors .blue.active {
	border-bottom: 2px solid #428bca;
    padding-bottom: 5px;
}
.color-switcher .switch-colors .black.active {
	border-bottom: 2px solid #333;
    padding-bottom: 5px;
}
.color-switcher .switch-colors .yellow.active {
	border-bottom: 2px solid #fccc31;
    padding-bottom: 5px;
}
.color-switcher .switch-colors .green.active {
	border-bottom: 2px solid #009999;
    padding-bottom: 5px;
}
.color-switcher h5 {
  font-size: 15px;
  margin-top: 0;
  padding: 0 20px 0;
}
.color-switcher p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  height: 40px;
  text-align: left;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.color-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.color-switcher ul li {
  float: left;
}
.color-switcher ul li a {
  display: block;
  width: 35px;
  height: 35px;
  outline: none;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
}
.color-switcher .font-family a {
    text-transform: uppercase;
}
.color-switcher .font-family li a {
    display: inline;
    line-height: 0;
}
.color-switcher .font-family li.active a,
.color-switcher .font-family li a:hover,
.color-switcher .font-family li a:focus {
    color: #00ADE3;
}
.color-switcher ul li a.blue {
  background: #00ADE3;
}
.color-switcher ul li a.green {
  background: #009999;
}
.color-switcher ul li a.yellow {
  background: #F2BD19;
}
.color-switcher ul li a.black {
  background: #555;
}
.color-switcher li .red {
    background: #F5595A;
}
.picker_close,.picker_close:hover,
.picker_close:focus {
  	color: #00ADE3;
    width: 55px;
    height: 55px;
    position: absolute;
    right: -55px;
    top: 25%;
    text-align: center;
    background: #eee;
    box-shadow: 5px 3px 7px 0px rgba(51, 51, 51, 0.23);
    -moz-box-shadow: 5px 3px 7px 0px rgba(51, 51, 51, 0.23);
}
.picker_close i {
  font-size: 25px;
  line-height: 55px;
}
.position {
  left: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
  display: table;
  text-align: left;
  padding-top: 0px;
  width: 100%;
  padding: 19px;
  padding-top: 0px;
  padding-left: 25px;
}
.layouts a, .choose-header a, .choose-footer a {
  display: inline-block;
  text-align: center;
  width: 40%;
  margin: 0 5px 0 0;
  color: #5d5d5d;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  padding: 5px 7px 2px;
}
.layouts a:hover, 
.choose-header a:hover, 
.choose-footer a:hover,
.layouts a:focus, 
.choose-header a:focus, 
.choose-footer a:focus {
  border: 2px solid #a9a9a9;
  padding: 4px 5px 1px
}
.styleswitcher {
  position: fixed;
  width: 120px;
  background: #ffffff;
  color: #595959;
  top: 150px;
  right: -123px;
  z-index: 999;
}
.styleswitcher p {
  color: #000 !important;
}
.styleswitcher.ackapa {
  left: 0;
}
.styleswitcher .switch {
  padding-left: 15px;
  padding-bottom: 10px;
}
.styleswitcher .switch h5 {
  margin-top: 20px;
}
.styleswitcher .switch p {
  margin-top: 10px;
}
.stylebutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -40px;
}
.styleswitcher a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 99999999;
}
.color-switcher ul li {
  margin: 3px;
}
.color-switcher ul.font-family li {
    float: none;
}
.boxed {
    background-color: #F9F9F9;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
}
li .wide, 
li .boxed {
    background: #00ADE3;
    color: #fff !important;
    padding: 0 6px;
    width: 157px !important;
    text-decoration: none;
    box-shadow: none;
}
li .wide:hover, 
li .boxed:hover,
li .wide:focus, 
li .boxed:focus {
    background: #333;
}
li .wide {
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Font selection
--------------------------------------------------------------*/
.montserrat h1,
.montserrat h2,
.montserrat h3,
.montserrat h4,
.montserrat h5,
.montserrat h6,
.montserrat .btn,
.montserrat ul.tabs li,
.montserrat .search-wrapper input[type="submit"],
.montserrat nav.portfolio-filter ul li a,
.montserrat #client-testimonial-slider .name,
.montserrat .read-more,
.montserrat #contact-address .address-block span,
.montserrat .wpcf7-form input[type="submit"], 
.montserrat #comments #submit,
.montserrat .page-numbers,
.montserrat .comment-meta .url {
	font-family: "Montserrat", sans-serif;
}

.courgette-roboto h1,
.courgette-roboto h2,
.courgette-roboto h3,
.courgette-roboto h4,
.courgette-roboto h5,
.courgette-roboto h6,
.courgette-roboto .btn,
.courgette-roboto ul.tabs li,
.courgette-roboto .search-wrapper input[type="submit"],
.courgette-roboto nav.portfolio-filter ul li a,
.courgette-roboto #client-testimonial-slider .name,
.courgette-roboto .read-more,
.courgette-roboto #contact-address .address-block span,
.courgette-roboto .wpcf7-form input[type="submit"], 
.courgette-roboto #comments #submit,
.courgette-roboto .page-numbers,
.courgette-roboto .comment-meta .url {
	font-family: "Courgette", sans-serif;
}
.courgette-roboto p,
.courgette-roboto small,
.courgette-roboto span,
.courgette-roboto blockquote {
	font-family: "Poppins", sans-serif;
}

.raleway-poppins h1,
.raleway-poppins h2,
.raleway-poppins h3,
.raleway-poppins h4,
.raleway-poppins h5,
.raleway-poppins h6,
.raleway-poppins .btn,
.raleway-poppins ul.tabs li,
.raleway-poppins .search-wrapper input[type="submit"],
.raleway-poppins nav.portfolio-filter ul li a,
.raleway-poppins #client-testimonial-slider .name,
.raleway-poppins .read-more,
.raleway-poppins #contact-address .address-block span,
.raleway-poppins .wpcf7-form input[type="submit"], 
.raleway-poppins #comments #submit,
.raleway-poppins .page-numbers,
.raleway-poppins .comment-meta .url {
	font-family: "Raleway", sans-serif;
}
.raleway-poppins p,
.raleway-poppins small,
.raleway-poppins span,
.raleway-poppins blockquote {
	font-family: "Poppins", sans-serif;
}

.roboto-monsterrat h1,
.roboto-monsterrat h2,
.roboto-monsterrat h3,
.roboto-monsterrat h4,
.roboto-monsterrat h5,
.roboto-monsterrat h6,
.roboto-monsterrat .btn,
.roboto-monsterrat ul.tabs li,
.roboto-monsterrat .search-wrapper input[type="submit"],
.roboto-monsterrat nav.portfolio-filter ul li a,
.roboto-monsterrat #client-testimonial-slider .name,
.roboto-monsterrat .read-more,
.roboto-monsterrat #contact-address .address-block span,
.roboto-monsterrat .wpcf7-form input[type="submit"], 
.roboto-monsterrat #comments #submit,
.roboto-monsterrat .page-numbers,
.roboto-monsterrat .comment-meta .url {
	font-family: "Roboto", sans-serif;
}
.roboto-monsterrat p,
.roboto-monsterrat small,
.roboto-monsterrat span,
.roboto-monsterrat blockquote {
	font-family: "Montserrat", sans-serif;
}
.poppins-courgette h1,
.poppins-courgette h2,
.poppins-courgette h3,
.poppins-courgette h4,
.poppins-courgette h5,
.poppins-courgette h6,
.poppins-courgette .btn,
.poppins-courgette ul.tabs li,
.poppins-courgette .search-wrapper input[type="submit"],
.poppins-courgette nav.portfolio-filter ul li a,
.poppins-courgette #client-testimonial-slider .name,
.poppins-courgette .read-more,
.poppins-courgette #contact-address .address-block span,
.poppins-courgette .wpcf7-form input[type="submit"], 
.poppins-courgette #comments #submit,
.poppins-courgette .page-numbers,
.poppins-courgette .comment-meta .url {
	font-family: "Courgette", sans-serif;
}
.poppins-courgette p,
.poppins-courgette small,
.poppins-courgette span,
.poppins-courgette blockquote {
	font-family: "Poppins", sans-serif;
}

.pacifico h1,
.pacifico h2,
.pacifico h3,
.pacifico h4,
.pacifico h5,
.pacifico h6,
.pacifico .btn,
.pacifico ul.tabs li,
.pacifico .search-wrapper input[type="submit"],
.pacifico nav.portfolio-filter ul li a,
.pacifico #client-testimonial-slider .name,
.pacifico .read-more,
.pacifico #contact-address .address-block span,
.pacifico .wpcf7-form input[type="submit"], 
.pacifico #comments #submit,
.pacifico .page-numbers,
.pacifico .comment-meta .url {
	font-family: "Pacifico", cursive;
}

.indie-flower h1,
.indie-flower h2,
.indie-flower h3,
.indie-flower h4,
.indie-flower h5,
.indie-flower h6,
.indie-flower .btn,
.indie-flower ul.tabs li,
.indie-flower .search-wrapper input[type="submit"],
.indie-flower nav.portfolio-filter ul li a,
.indie-flower #client-testimonial-slider .name,
.indie-flower .read-more,
.indie-flower #contact-address .address-block span,
.indie-flower .wpcf7-form input[type="submit"], 
.indie-flower #comments #submit,
.indie-flower .page-numbers,
.indie-flower .comment-meta .url {
	font-family: "Indie Flower", cursive;
}

.atma h1,
.atma h2,
.atma h3,
.atma h4,
.atma h5,
.atma h6,
.atma .btn,
.atma ul.tabs li,
.atma .search-wrapper input[type="submit"],
.atma nav.portfolio-filter ul li a,
.atma #client-testimonial-slider .name,
.atma .read-more,
.atma #contact-address .address-block span,
.atma .wpcf7-form input[type="submit"], 
.atma #comments #submit,
.atma .page-numbers,
.atma .comment-meta .url {
	font-family: "Atma", cursive;
}
.tp-education-header {
	display: none;
}
.poppins-courgette #recent-classes-slider .slider-footer-contents ul li, 
.poppins-courgette .course-footer-contents ul li {
    display: inline-block;
    margin-right: 12px;
}
.poppins-courgette #recent-classes-slider .slider-contents, 
.poppins-courgette .course-contents {
    padding: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  background-position: 50% 100%;
  background-size: cover;
	background-image: url('images/footer-bg.jpg');
}

.site-footer .container,
body.error404 .site-footer .container {
  background-color: transparent;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .address-block {
    width: 45%;
    margin: 0 auto;
}
.site-footer .address-block li {
    width: 50%;
    float: left;
    text-align: left;
}
.home .footer-divider, 
body.error404 .footer-divider {
    display: none;
}
.home.blog .footer-divider {
	display: block;
}
.footer-divider img {
	vertical-align: bottom;
}
.address-block .address,
.address-block a {
    color: #404040;
    font-weight: 600;
}
.bottom-footer ul li {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize;
}
.bottom-footer .column-wrapper:first-child {
    text-align: left;
}
.bottom-footer {
    padding: 30px 0;
    font-size: 15px;
}
.site-footer .bottom-footer li {
    margin-bottom: 0;
}

.spacer {
  margin-top: 100px;
}

.site-footer .menu-item:before {
    display: none;
}
.site-footer .menu-item a, 
.site-info {
  color: #6A2D20;
  font-size: 14px;
}
.site-footer .site-info {
  margin: 20px 30px 0 0; 
}
.site-footer a, 
#secondary a {
  color: #6A2D20;
}

.site-footer a:hover{
  color: #6A2D20 !important;
  opacity: 0.8;
}
.site-footer .address-block li {
	margin-bottom: 5px;
}
.site-footer .social-icons li {
	margin-bottom: 0;
}
.site-footer .gm-style {
    border-radius: 50px;
}
.hide {
	display: none;
}
.google-map iframe{
    pointer-events: none;
}


/*--------------------------------------------------------------
# Original
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea,
select {
  padding: 10px 7px;
}

i.fa {
  margin-right: 5px;
}
.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.foogallery .fg-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inner-box {
  max-width: 800px;
  margin: 0 auto;
}

/* マーカー */
.marker-yellow {
  margin-right: 2px;
  font-weight: 600;
  background: linear-gradient(transparent 0%, #fff799);
  background-image: linear-gradient(to top, rgba(255, 247, 153, 1),rgba(255, 247, 153, 0));
}

.marker-orange {
  margin-right: 2px;
  font-weight: 600;
  border-bottom: solid 3px #F98312;
}

.marker-green {
  margin-right: 2px;
  font-weight: 600;
  border-bottom: solid 3px #56A526;
}

.marker-pink {
  margin-right: 2px;
  font-weight: 600;
  border-bottom: solid 3px #EC407A;
}

.marker-blue {
  margin-right: 2px;
  font-weight: 600;
  border-bottom: solid 3px #2CB1FB;
}

/* 記事フッター */
.entry-footer {
  display: none;
}

/*--------------------------------------------------------------
# Flexbox
--------------------------------------------------------------*/
.flex-container {
  display: flex;
  display: -ms-flexbox;   /* IE10 */
  display: -webkit-box;   /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;  /* Safari6.1以降 */
  flex-flow: row nowrap;  /* 横並び・単一行 */
}  

.flex-container .flex-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
}

/*--------------------------------------------------------------
# List Category Posts
--------------------------------------------------------------*/
#secondary {
  padding-top: 15px;
}

#secondary .widget {
  padding: 1px;
  background-color: #F98312;

  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#secondary .widget h2.widget-title {
  padding: 1px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FFF;
  padding: 10px 10px;
  margin: 0;
}

#secondary .widget ul {
  background-color: #FFF;

  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.widget_listcategorypostswidget ul li {
  padding: 0 0 10px 0;
  margin: 10px;
  font-size: 14px;
  border-bottom: dashed 2px #FFDBBA;
}

#secondary .widget.widget_listcategorypostswidget ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color:  #F98312;
}

#secondary .widget.widget_listcategorypostswidget ul li:nth-child(1n) a {
  color: #2CB1FB; /* ブルー */
}

#secondary .widget.widget_listcategorypostswidget ul li:nth-child(2n) a {
  color: #F98312; /* オレンジ */
}

#secondary .widget.widget_listcategorypostswidget ul li:nth-child(3n) a {
  color: #56A526; /* グリーン */
}

#secondary .widget.widget_listcategorypostswidget ul li:nth-child(4n) a {
  color: #EC407A; /* ピンク */
}

.widget_listcategorypostswidget ul li img {
  margin: 2px 0 0 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/*--------------------------------------------------------------
# JQuery Accordion Menu
--------------------------------------------------------------*/
.dcjq-accordion {
  border: none !important;

  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.dcjq-accordion ul li {
  margin: 10px !important;
  padding: 0 0 10px 0 !important;
  border-bottom: dashed 2px #FFDBBA !important;
}

#secondary .dcjq-accordion ul li a {
  padding: 0px 5px !important;
  border: none;
}

#secondary .dcjq-accordion ul li a span.menu-image-title {
  font-size: 14px;
  font-weight: normal;
  color: #404040;
}

#secondary .dcjq-accordion ul li a span.menu-image-title:hover{
  color: #FF5C04;
}

/*--------------------------------------------------------------
# Top page
--------------------------------------------------------------*/
.home .cloud-background.page-section {
  background-color: #DDF2FD;
  background-color: #EBF7FE;
  padding: 0;
}

.home article .blog-post-wrap,
.home article .entry-content {
  background-color: transparent;
}

.home article .blog-post-wrap {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.home article .entry-content {
	margin: 0;
  padding: 30px;
}

/* お知らせ */
div.whatsnew {
  margin: 0 10px 25px 10px;
}

div.whatsnew h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 30px 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #404040;
  
  background: -webkit-repeating-linear-gradient(-45deg, #FFDBBA, #FFDBBA 5px, #FFEDDC 0, #FFEDDC 10px); /* オレンジ */
  background: repeating-linear-gradient(-45deg, #FFDBBA, #FFDBBA 5px, #FFEDDC 0, #FFEDDC 10px); /* オレンジ */
  
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

div.whatsnew h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FFDBBA;
  width: 0;
  height: 0;
}

article .entry-content div.whatsnew h2 {
  border-bottom: none;
}
  
div.whatsnew dl {
  background-color: transparent;
  border-bottom: dashed 2px #FFDBBA;
}

article .entry-content div.whatsnew a {
  padding: 18px 0;
  color: #F98312;
}

article .entry-content div.whatsnew a:hover {
  color: #FF5C04;
  background-color: #FFFDF7;
}

div.whatsnew dt {
  color: #404040;
  font-weight: normal;
  margin: 0 0 0 10px;
}

div.whatsnew hr,
div.whatsnew span.newmark {
  display: none;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.entry-meta a {
  color: #404040;
}

.comments-links {
  display: none;
}

/*--------------------------------------------------------------
# Table Design
--------------------------------------------------------------*/
.type-page table,
.type-page th,
.type-page td {
  border: none;
  margin: 0;
}

table.table-col2 a {
  color: #404040;
  text-decoration: underline;
}

table.table-col2 a:hover {
  color: #404040;
  text-decoration: none;
}

table.table-col2 a.tel {
  display: block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #56A526;
  line-height: 1;
  margin: 0;
  text-decoration: none;
}

table.table-col2 a.tel i {
  font-size: 18px;
  margin: 0 5px 0 0;
}

.table-col2 *,
.table-col2 *:before,
.table-col2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.table-col2,
.type-page .table-col2 {
	width: 95%;
  margin-left: 10px;
	border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.table-col2 th,
.table-col2 td {
	padding: 10px;
	border-bottom: 3px solid #FFF;
}

.table-col2 th,
.type-page .table-col2 th {
  width: 30%;
  background: #E3F4D9;
  font-weight: 600;
  text-align: center;
}

.table-col2 td {
  background: #F6FCF3;
}

.table-col2 tr:last-child th,
.table-col2 tr:last-child td {
  border-bottom: none;
}

.table-col2 th + th,
.table-col2 td {
  border-left: 3px solid #FFF;
}

@media only screen and (max-width:480px) {
	.table-col2 {
		margin: 0;
	}

  .table-col2 th,
  .table-col2 td {
		width: 100%;
		display: block;
		border-top: none;
	}

  .table-col2 tr:first-child th {
		border-top: 1px solid #A9DC8B;
	}
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  max-width: 1170px;
  margin: auto;
}

.information ul {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  display: -webkit-flex;
}

.information ul li {
  margin: 0 2px;
}

.information ul li.site-logo,
.mobile-description .description,
.mobile-branding {
  display: none;
}
  
.information ul li.site-logo,
.information ul li.description {
  margin-right: auto;
}

.information ul li.description h2 {
  font-size: 14px;
  color: #6A2D20;
  font-weight: 700;
}

.information ul li a {
  display: block;
  padding: 5px;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  background-color: #F98312;

  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
}

.information ul li a.green {
  background-color: #56A526;  /* グリーン */
}

.information ul li a.orange {
  background-color: #F98312;   /* オレンジ */
}

.information ul li a.pink {
  background-color: #EC407A;  /* ピンク */
}

.information ul li a:hover {
  opacity: 0.8;
}

.information ul li a.tel span {
  display: block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.48;
}

.information ul li a i {
  display: block;
  font-size: 24px;
  margin: 0 0 5px 0;
}

.information ul li a.tel i {
  display: inline-block;
  margin: 0 2px 2px 2px;
}

a.tel {
  pointer-events: none;  
}

/*--------------------------------------------------------------
# Access Box
--------------------------------------------------------------*/
.access-box {
  margin: 0 10px;
  padding: 20px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #F98312;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#guide .access-box {
  margin-bottom: 20px;
}

.access-box p {
  display: none;
}

.access-box iframe {
  display: block;
  width: 100%;
  height: 300px;
  
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#access .access-box {
  margin-top: 20px;
}

#access .access-box iframe {
  width: 100%;
  height: 300px;
}

.access-box .flex-container {
  justify-content: flex-end;  /* 右揃え */
  margin: 10px 0 0 0;
}

.access-box .flex-container &gt;:first-child {
  margin-right: auto;
}

.access-box .flex-container .address,
.access-box .flex-container .button {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  margin-top: auto;
}

.access-box .flex-container .button {
  width: auto;
}

.access-box .address {
  margin: 10px 0 0 0;
}

.access-box .address span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 5px 0;
}

.access-box .address a.tel {
  display: block;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #FFF;
  line-height: 1;
  margin: 5px 0 0 0;
}

.access-box .address a.tel i {
  font-size: 24px;
  margin: 0 5px 0 0;
}

.access-box .flex-container .button ul {
  display: flex;
  flex-flow: row nowrap;  /* 横並び・単一行 */
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;  /* 下揃え */
  margin: 0;
  padding: 0;
}

.access-box .button ul li {
  list-style: none;
  width: 80px;
  height: 80px;
  border: 2px #FFF solid;
  padding: 5px;
  margin: 0 0 0 10px;
  font-size: 10px;
  text-decoration: none;
  text-align: center;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.access-box .button ul li:hover {
  opacity: 0.8;
}

article .entry-content .access-box .button ul li a {
  color: #FFFFFF;
}

.access-box .button ul li img {
  display: block;
  width: 30px;
  height: auto;
  border: none;
  border-radius: 0;
  margin: 10px auto 5px auto;
}

.button-area {
  padding: 0 10px 0 0;
  text-align: center;
}

/*--------------------------------------------------------------
# Contact Box(Ninja Form)
--------------------------------------------------------------*/
.contact-box {
  display: block;
  max-width: 800px;
  margin: 30px auto 0 auto;
  background: #FFEDDC;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.contact-box .contact-box-title,
.contact-box span.nf-form-title {
  display: block;
  font-weight: 700;
  background: #F98312;
  padding: 10px;
  margin: 0;
  color: #FFF;

  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

article .entry-content .contact-box .contact-box-title h3:before,
article .entry-content .contact-box span.nf-form-title h3:before {
  display: block;
  content: '';
  position: static;
  padding: 0;
  background: none;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  border-radius: 0;
  box-shadow: none;
  height: 0;
  line-height: 0;
}

article .entry-content .contact-box .contact-box-title h3,
article .entry-content .contact-box span.nf-form-title h3 {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}

.contact-box .contact-box-detail,
.contact-box .nf-form-wrap {
  padding: 20px;
  margin: 0;
}

.nf-form-content .nf-field-description {
  font-size: 14px;
  color: #477328;
}

.nf-form-content input[type="button"] {
  display: block;
  margin: 10px auto 10px auto;
  padding: 10px 35px;
  color: #FFF !important;
  background-color: #F98312;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  text-shadow: none; 

  box-shadow: 0px 0px 0px 5px #F98312;
  border: dashed 2px #FFF;
  border-radius: 8px;
  
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.nf-form-content input[type="button"]:hover {
  opacity: 0.8;
}

.nf-field-container {
  margin: 20px 0 0 0 !important;
}

.nf-field-container.html-container {
  margin: 0 0 0 0 !important;
}

.contact-box .contact-box-detail ul.button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-box .contact-box-detail a.tel {
  display: block;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #56A526;
  line-height: 1;
  margin: 0 0 5px 0;
  text-decoration: none;
}

.contact-box .contact-box-detail a.tel i {
  font-size: 36px;
  margin: 0 5px 0 0;
}

/* ご予約ボタン */
.contact-box .contact-box-detail ul li a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  color: #FFF;
  background-color: #F99593;
  transition: .4s;
  font-size: 20px;

  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.contact-box .contact-box-detail ul li a:hover {
  background-color: #EC407A;
}

.contact-box .contact-box-detail ul li img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.contact-box h4 {
  margin: 0 0 20px 0;
  color: #EC407A;
  font-size: 28px;
}

/*--------------------------------------------------------------
# Box Design
--------------------------------------------------------------*/
.box-fuwa {
  margin: 0 auto 30px auto;
  padding: 15px;
  width: 90%;
  box-shadow: 0 0 5px 5px #FFDBBA, 0 0 5px 3px #FFDBBA inset;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}


/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-stitch {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
  background-color: #F98312;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.button-stitch::after {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  content: '';
  border: 2px dashed #FFF;
  
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.button-stitch:hover {
  opacity: 0.8;
}

.button-stitch i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Movie
--------------------------------------------------------------*/
.top-movie {
  display: inline-block;
  width: 620px;
  margin: 30px 0 0 0;
  background: #FEF4F4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.top-movie h2 {
  font-size: 16px;
  font-weight: 700;
  background: #F99593;
  padding: 10px;
  text-align: left;
  color: #404040;
  color: #FFF;
  margin: 0;

  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.top-movie h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.top-movie .widget-movie {
  padding: 20px;
  margin: 0;
}

/*--------------------------------------------------------------
# Banner(FooBox)
--------------------------------------------------------------*/
#banner {
  background-color: #FEF4F4;
  padding: 30px 0;
}

#banner .foogallery {
  text-align: center;
  height: auto !important;
}

#banner .foogallery .fg-item {
  max-width: 400px; /* 2カラムの時 */
  max-width: 30%;   /* 3カラムの時 */
  position: static !important;
  margin: 0 10px;
}

#banner .container .widget-banner:nth-child(2n) {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Features(FooBox)
--------------------------------------------------------------*/
#features .foogallery .fg-item {
  height: 280px !important;
}

#features .foogallery .fg-item .fg-image {
  margin: 0 auto;
}

#features .foogallery .fg-item .fg-caption-title {
  color: #404040;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 0 0;
}

#features .foogallery .fg-item .fg-caption-desc {
  font-size: 16px;
  color: #404040;
}

/* ボックスデザイン */
#features .foogallery .fg-item .fg-item-inner {
  box-shadow: none;
}

#features .foogallery .fg-item .fg-item-inner a {
  pointer-events: none;
}

#features .foogallery .fg-item .fg-item-inner {
  color: #404040;
  background-color: transparent;
  padding: 20px 15px 15px 15px;
  position: relative;
  border: 1px solid #FFB776;  /* オレンジ */
  
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#features .foogallery .fg-item:nth-child(1n) .fg-item-inner {
  border: 1px solid #FFB776;  /* オレンジ */
}

#features .foogallery .fg-item:nth-child(2n) .fg-item-inner {
  border: 1px solid #A9DC8B;  /* グリーン */
}

#features .foogallery .fg-item:nth-child(3n) .fg-item-inner {
  border: 1px solid #F99593;  /* ピンク */
}

#features .foogallery .fg-item:nth-child(4n) .fg-item-inner {
  border: 1px solid #FFB776;  /* オレンジ */
}

#features .foogallery .fg-item:nth-child(5n) .fg-item-inner {
  border: 1px solid #A9DC8B;  /* グリーン */
}

#features .foogallery .fg-item:nth-child(6n) .fg-item-inner {
  border: 1px solid #7DCDF7;  /* ブルー */
}

#features .foogallery .fg-item .fg-item-inner:before{
  background-color: rgba(255,255,255,0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  z-index: -1;

  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#features .foogallery .fg-item .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #FFDBBA, #FFDBBA 5px, #FFEDDC 0, #FFEDDC 10px); /* オレンジ */
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

#features .foogallery .fg-item:nth-child(1n) .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #FFDBBA, #FFDBBA 5px, #FFEDDC 0, #FFEDDC 10px); /* オレンジ */
}

#features .foogallery .fg-item:nth-child(2n) .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #D0ECBF, #D0ECBF 5px, #E3F4D9 0, #E3F4D9 10px); /* グリーン */
}

#features .foogallery .fg-item:nth-child(3n) .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #FDD4D3, #FDD4D3 5px, #FEF4F4 0, #FEF4F4 10px); /* ピンク */
}

#features .foogallery .fg-item:nth-child(4n) .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #FFDBBA, #FFDBBA 5px, #FFEDDC 0, #FFEDDC 10px); /* オレンジ */
}

#features .foogallery .fg-item:nth-child(5n) .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #D0ECBF, #D0ECBF 5px, #E3F4D9 0, #E3F4D9 10px); /* グリーン */
}

#features .foogallery .fg-item:nth-child(6n) .fg-item-inner:after{
  background: repeating-linear-gradient(-45deg, #BDE6FB, #BDE6FB 5px, #DDF2FD 0, #DDF2FD 10px); /* ブルー */
}

#features .foogallery .fg-caption {
  cursor: default;
}

/*--------------------------------------------------------------
# Portfolio gallery(FooBox)
--------------------------------------------------------------*/
#portfolio-gallery .foogallery .fg-item-inner {
	background-color: transparent;
  border: none;
}

#portfolio-gallery .foogallery .fg-item .fg-item-inner a:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# About(FooBox)
--------------------------------------------------------------*/
#about .foogallery {
  margin-bottom: -10px !important;
}

#about .foogallery .fg-item {
  margin: 30px !important;
}

#about .foogallery .fg-item:nth-child(1n) {
  transform: rotate(-5deg);
}

#about .foogallery .fg-item:nth-child(2n) {
  transform: rotate(5deg);
}

/*--------------------------------------------------------------
# Guide(FooBox)
--------------------------------------------------------------*/
#guide span.marker-yellow.normal {
  font-size: 16px;
  font-weight: normal;
}

#guide .foogallery {
  margin: 20px 0 50px 0;
}

#guide .foogallery .fg-item {
  margin: 10px 0 0 0;
}

#guide .foogallery .fg-item .fg-caption-title {
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 0 0;
}

#guide .foogallery .fg-item:nth-child(1n) .fg-caption-title {
  color: #F98312; /* オレンジ */
}

#guide .foogallery .fg-item:nth-child(2n) .fg-caption-title {
  color: #56A526; /* グリーン*/
}

#guide .foogallery .fg-item:nth-child(3n) .fg-caption-title {
  color: #EC407A; /* ピンク */
}

#guide .foogallery .fg-item:nth-child(4n) .fg-caption-title {
  color: #2CB1FB; /* ブルー */
}

#guide .foogallery .fg-item .fg-caption-desc {
  font-size: 16px;
  color: #404040;
}

/*--------------------------------------------------------------
# Flow(FooBox)
--------------------------------------------------------------*/
#flow .foogallery {
  padding-top: 25px;
}

/* マスキングテーブ */
#flow .foogallery .fg-item {
  position: relative;
  background-color: #FFFDF7;
  border-left: 8px dotted rgba(0, 0, 0, 0.1);
  border-right: 8px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #65513f;
  margin-bottom: 40px;
  margin-right: 20px;
}

#flow .foogallery .fg-item:after {
  content: '';
  position: absolute;
  top: -1em;
  top: -15px;
  left: 34%;
  width: 100px;
  height: 30px;
  background-size: 20px 20px;
  border-left: 2px dotted rgba(0,0,0,.1);
  border-right: 2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg); 
  background-image: linear-gradient(-45deg, rgba(249, 149, 147, 0.8) 25%, transparent 25%, transparent 50%, rgba(249, 149, 147, 0.8) 50%, rgba(249, 149, 147, 0.8) 75%, transparent 75%, transparent 100%);
}

#flow .foogallery .fg-item:nth-child(1n):after {
  /* ピンク */
  background-image: linear-gradient(-45deg, rgba(249, 149, 147, 0.8) 25%, transparent 25%, transparent 50%, rgba(249, 149, 147, 0.8) 50%, rgba(249, 149, 147, 0.8) 75%, transparent 75%, transparent 100%);
}

#flow .foogallery .fg-item:nth-child(2n):after {
  /* グリーン */
  background-image: linear-gradient(-45deg, rgba(169, 220, 139, 0.8) 25%, transparent 25%, transparent 50%, rgba(169, 220, 139, 0.8) 50%, rgba(169, 220, 139, 0.8) 75%, transparent 75%, transparent 100%);
}

#flow .foogallery .fg-item:nth-child(3n):after {
  /* オレンジ */
  background-image: linear-gradient(-45deg, rgba(255, 183, 118, 0.8) 25%, transparent 25%, transparent 50%, rgba(255, 183, 118, 0.8) 50%, rgba(255, 183, 118, 0.8) 75%, transparent 75%, transparent 100%);
}

#flow .foogallery .fg-item:nth-child(4n):after {
  /* ブルー */
  background-image: linear-gradient(-45deg, rgba(125, 205, 247, 0.8) 25%, transparent 25%, transparent 50%, rgba(125, 205, 247, 0.8) 50%, rgba(125, 205, 247, 0.8) 75%, transparent 75%, transparent 100%);
}

#flow .foogallery .fg-item .fg-item-inner {
  margin: 30px 10px 15px 10px;
}

#flow .foogallery .fg-item .fg-caption-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;

}

#flow .foogallery .fg-item .fg-caption-desc {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Guide
--------------------------------------------------------------*/
#guide dl {
  margin: 0 0 0 10px;
}

#guide dl dt {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 30px;
  line-height: 1.4;
  color: #404040;
}

#guide dl dt:before{
  font-family: "FontAwesome";
  content: "\f111";
  position: absolute;
  font-size: 1.4em;
  left: 0;
  top: -0.2em;
}

#guide dl dd {
  margin: 0 0 30px 30px;
  line-height: 1.8em;
}

#guide dl dt.orange:before {
  color: #FFB776;   /* オレンジ */
}

#guide dl dt.green:before {
  color: #A9DC8B;  /* グリーン */
}

#guide dl dt.pink:before {
  color: #F99593;  /* ピンク */
}

#guide dl dt.blue:before {
  color: #7DCDF7;  /* ブルー */
}

#guide dl dd span.marker-yellow {
  font-size: 16px;
  font-weight: normal;
}

/*--------------------------------------------------------------
# Guide(pricing)
--------------------------------------------------------------*/
ul.pricing-box {
  margin: 0;
  display: flex;
}

ul.pricing-box li.pricing-inner {
  display: block;
  width: 25%;
  margin: 0 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}  

ul.pricing-box li.pricing-inner.orange {
  background-color: #FFEDDC;   /* オレンジ */
}  

ul.pricing-box li.pricing-inner.green {
  background-color: #E3F4D9;   /* グリーン */
}  

ul.pricing-box li.pricing-inner.pink {
  background-color: #FEF4F4;   /* ピンク */
}  

ul.pricing-box li.pricing-inner.blue {
  background-color: #DDF2FD;   /* ブルー */
}  

/* コース名 */
.pricing-box li.pricing-inner h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 30px 5px;
  margin: 0;
  color: #FFF;
  background-color: #FFB776;
}

/*
.pricing-box.fukuoka li.pricing-inner h4 {
  font-size: 20px;
  padding: 20px 3px 10px 3px;
}
*/

.pricing-box li.pricing-inner h4 span {
  font-size: 16px;
  line-height: 2;
}

.pricing-box li.pricing-inner.orange h4 {
  background-color: #FFB776;  /* オレンジ */
}

.pricing-box li.pricing-inner.green h4 {
  background-color: #A9DC8B;  /* グリーン */
}

.pricing-box li.pricing-inner.pink h4 {
  background-color: #F99593;  /* ピンク */
}

.pricing-box li.pricing-inner.blue h4 {
  background-color: #7DCDF7;  /* ブルー */
}

.pricing-detail {
  padding: 10px;
}

/* 保育料金 */
.pricing-detail ul {
  margin: 0;
}

.pricing-detail ul li {
  margin: 0 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  color: #6A6A6A;
}

.pricing-detail ul li p {
  margin: 0;
  font-size: 15px;
}

.pricing-detail ul li strong {
  color: #404040;
}

.pricing-detail ul.pricing-price li span {
  color: #404040;
  font-size: 30px;
  font-weight: bold;
}

.pricing-detail ul.pricing-etc li span {
  color: #404040;
  font-size: 24px;
  font-weight: bold;
}

.pricing-detail ul li p.margin10::after {
  content: '';
  margin-right: 10px;
}

.pricing-detail ul li p.margin25::after {
  content: '';
  margin-right: 25px;
}

.pricing-detail ul li p.margin35::after {
  content: '';
  margin-right: 35px;
}

.pricing-detail ul.pricing-memo li p {
  text-align: left;
}

.pricing-detail ul.pricing-memo li span {
  color: #404040;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

.pricing-box hr {
  margin: 12px auto 20px auto;
  width: 90%;
}

.pricing-box li.pricing-inner.orange hr {
  background-color: #FFB776;  /* オレンジ */
}

.pricing-box li.pricing-inner.green hr {
  background-color: #A9DC8B;  /* グリーン */
}

.pricing-box li.pricing-inner.pink hr {
  background-color: #F99593;  /* ピンク */
}

.pricing-box li.pricing-inner.blue hr {
  background-color: #7DCDF7;  /* ブルー */
}

/*--------------------------------------------------------------
# Guide(pricing) アコーディオン
--------------------------------------------------------------*/
.pricing-box input {
  display: none;
}

@media screen and (max-width: 500px) {
  .pricing-box input {
    display: none;
  }

  .pricing-box label1,
  .pricing-box label2,
  .pricing-box label3,
  .pricing-box label4 {
    display: block;
    cursor: pointer;
    transition: all 0.5s;
  }

  .pricing-box li.pricing-inner h4 {
    padding: 15px 5px;
    font-size: 20px;
  }

  .pricing-box li.pricing-inner h4:after {
    display: block;
    content: "詳しくみる";
    font-size: 13px;
    padding: 5px;
    margin: 7px auto 0 auto;
    border: solid 1px #FFF;
    width: 100px;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }  

  /* 中身を非表示 */
  .pricing-box .show1,
  .pricing-box .show2,
  .pricing-box .show3,
  .pricing-box .show4 {
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.8s;
  }

  /* チェックONの時、表示 */
  .check1:checked + .show1,
  .check2:checked + .show2,
  .check3:checked + .show3,
  .check4:checked + .show4 {
    height: auto;
    padding: 10px;
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Flow(timeline)
--------------------------------------------------------------*/
#cd-timeline {
  max-width: 440px;
  left: 30%;
  border-left: #D4B185 dotted 10px;
  margin: 0 !important;
  padding: 0 !important;
}

#cd-timeline::before {
  background: none !important;
}

#cd-timeline.single-column .cd-timeline-block .cd-timeline-img.icon-no-readmore {
  left: -38px !important;  /* 時計の位置 */
}

#cd-timeline span.fa {
  display: none !important;
}

.cd-timeline-img {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  left: -5px;
  position: absolute;
  width: 70px !important;
  height: 70px !important;
}

.cd-timeline-img:after {
  content: url('images/nishijin-watch.png');
}

.timeline-express.single-column .cd-timeline-block {
  margin-bottom: 10px !important;
}

#cd-timeline .cd-timeline-content {
  padding: 20px !important;
  margin: 0 0 0 60px !important;
}

#cd-timeline .cd-timeline-title-container {
  padding: 0.2em 0.5em;
  margin: 0 0 20px 0;
  color: #FFF;
  background: #F98312;
  box-shadow: 0px 0px 0px 5px #F98312;
  border: dashed 2px #FFEDDC;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

article .entry-content h2.cd-timeline-item-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "Montserrat","Noto Sans","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic",sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #FFF;
  border-bottom: none;
}

#cd-timeline .cd-timeline-title-container + img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

/*--------------------------------------------------------------
# ページは100%で表示
--------------------------------------------------------------*/
.page.right-sidebar #primary {
  width: 100%;
}

.home #primary {
  padding: 0 !important;
}

/*--------------------------------------------------------------
# 福岡市一時預かり事業
--------------------------------------------------------------*/
.fukuoka-back {
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  background-color: #FFF1B4;

  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.fukuoka-box {
  position: relative;
  z-index: 1;
  width: 70%;
  height: auto;
  margin: 0 auto;
  text-decoration :none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: .3s;  

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

.fukuoka-box a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fukuoka-box p {
  display: none;
}

.fukuoka-box1 {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #FFF;

  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}    

.fukuoka-box1 strong {
  color: #F98312;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}

.fukuoka-box1 strong:before {
  content: url('images/icon-flower-pink.png');
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.fukuoka-box1 strong:after {
  content: url('images/icon-flower-green.png');
  position: relative;
  top: 4px;
  margin-left: 10px;
}

.fukuoka-box2 {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #F98312;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;

  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}

.fukuoka-box2 br {
  display: none;
}

.fukuoka-box2 i {
  font-size: 24px;
}

.fukuoka-box:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
#instagram {
  padding: 30px 0 20px 0;   
}

#instagram .container {
  width: 100%;
  max-width: 100%;
}

#instagram iframe {
  pointer-events: none;
}

/*--------------------------------------------------------------
# TOP News
--------------------------------------------------------------*/
#topnews {
  padding: 30px 50px 0 50px;   
}

/*--------------------------------------------------------------
# SNS Menu
--------------------------------------------------------------*/
ul.menu-sns {
  margin: 10px 70px 0 0;
}

ul.menu-sns li {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  .one-column .column-wrapper {
		width: 100%;
	}
	.two-columns .column-wrapper {
		width: 50%;
		float: left;
	}
  #primary {
		width: 75%;
		float: left;
		padding-top: 15px;
	}
	#secondary {
		width: 25%;
		float: left;
	}
	.right-sidebar #primary,
	.left-sidebar #secondary {
		padding-right: 20px;
	}
	.left-sidebar #primary,
	.right-sidebar #secondary {
	}
	.no-sidebar #primary {
		width: 100%;
	}
	.left-sidebar #primary,
	.right-sidebar #secondary {
	    float: right;
	}
	.sub-title {
	    width: 85%;
	}
} 

/* フッターが1列になる */
@media screen and (max-width: 1200px) {
  .container {
    width: 97%;
  }

  .access-box .address span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .access-box .address a.tel {
    letter-spacing: 0.05em;
  }
  
  .top-movie {
    margin: 30px 0 30px 0;
  }
}

/* 2列のFlex Boxが縦並び */
@media screen and (max-width: 1100px) {
  a:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }  
  
  .main-navigation ul li a .menu-image-title {
    font-size: 14px;
  }

  .flex-container {
    flex-flow: column nowrap; /* 縦並び・単一行 */
  }

  .flex-container .flex-item {
    width: 100%;
  }

  .flex-container .flex-item:first-child {
    margin-bottom: 30px;
  }

  #access .access-box {
    margin-top: 0;
  }

  .access-box .flex-container {
    flex-flow: row nowrap;  /* 横並び・単一行 */
  }
}

/* 文字小さめ */
@media screen and (max-width: 992px) {
  #masthead {
    min-height: 200px;
  }

  .left-menu,
  .right-menu  {
    width: 41%;
  }

  .site-branding {
    width: 18%;
  }

	.main-navigation &gt; ul &gt; li {
    padding: 5px 5px 0 5px;
    width: 33%;
	}

  .main-navigation ul li a .menu-image-title {
    font-size: 12px;
  }

  .site-logo {
    width: 120px;
  }

  .site-logo img {
    width: 120px;
  }

  .site-branding {
    width: 18%;
    padding: 0 0 35px 0;
    top: 30px;
    min-height: 120px;
  }

  #banner .foogallery .fg-item {
    max-width: 30%;
    margin: 0 5px;
  }

  #portfolio-gallery .foogallery .fg-item {
    max-width: 180px;
    height: auto;
  }

  .spacer {
    margin-top: 0;
  }

  ul.pricing-box {
    flex-wrap:wrap;
  }

  ul.pricing-box li.pricing-inner {
    width: 47%;
    margin-bottom: 20px;
  }  

  #cd-timeline {
    left: 10%;
  }

  .single article img {
    max-width: 100%;
  }

  .fukuoka-back {
    width: 100%;
  }

  .fukuoka-box {
    width: 100%;
  }

  #instagram {
    padding: 30px 0 0 0;   
  }
}

/* 中央ロゴがなくなる */
@media screen and (max-width: 767px) {
  #masthead {
    min-height: 180px;
  }

  .information ul li.site-logo {
    display: list-item;
    width: auto;
  }
  
  .information ul li.site-logo a {
    background-color: transparent;
    text-align: left;
  }

  .information ul li.site-logo img {
    width: 90px;
  }

  .information ul li.description h2 {
    font-size: 9px;
    margin-top: 15px;
  }

  .information ul li a {
    padding: 3px;
    font-size: 9px;
    letter-spacing: 0.03em;
  }

  .left-menu,
  .right-menu  {
    width: 50%;
  }

  .site-branding {
    display: none;
  }

  .main-navigation &gt; ul &gt; li {
    padding: 5px 2px 0 2px;
    width: 33%;
	}

  .main-navigation li.menu-item img {
    padding-bottom: 0 !important;
  }

  #features.page-section {
    padding: 20px 10px 30px 10px;
  }

  #recent-classes-slider .slider-item {
    width: 300px !important;
  }

  #portfolio-gallery .foogallery .fg-item {
    max-width: 100%;
  }

  .site-content {
    margin: -110px 0 0 0;
  }

  .home .site-content {
    margin: 0;
  }

  ul.pricing-box li.pricing-inner {
    width: 45%;
  }  

  a.tel {
    pointer-events: auto;  
  }
}

/* 説明文が下にくる */
@media screen and (max-width: 650px) {
  #masthead {
    min-height: 220px;
  }

  .information ul li.description {
    display: none;
    margin: 0;
  }

  .information ul li a {
    padding: 3px;
    font-size: 12px;
  }

  .information ul li a.tel span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .information ul li a i {
    font-size: 18px;
  }

  .mobile-description .description {
    display: block;
    padding: 0 7px;
  }

  .mobile-description .description h2{
    font-size: 10px;
    color: #6A2D20;
    font-weight: 400;
    margin: 0 0 5px 0;
  }

  #main-slider,
  #header-image {
    padding-top: 150px;
  }

  #recent-classes-slider .slider-item {
    width: auto;
  }

  .site-footer {
    padding: 0 10px;
  }

  .top-movie {
    width: 100%;
  }

  .page-title h1.entry-title {
    margin: 70px 0 0 0;
  }

  .site-content {
    margin: -100px 0 0 0;
  }

  .cloud-background.page-section {
    padding: 50px 0 0 0;
  }

  .fukuoka-box2 {
    font-size: 16px;
  }
}

/* 2段メニュー */
@media screen and (max-width: 600px) {
  #masthead {
    min-height: 280px;
  }

  .mobile-description .description h2 br {
    display: none;
  }

  .left-menu,
  .right-menu  {
    width: 100%;
  }

  #main-slider,
  #header-image {
    padding-top: 230px;
  }
  
  #banner {
    padding: 20px 0 0 0;
  }

  #banner .foogallery .fg-item {
    max-width: 80%;
    width: 80%;
    margin-bottom: 20px;
  }

  #banner .container .widget-banner:nth-child(2n) {
    margin-top: 0;
  }

  #features .entry-content {
    margin: 20px 0 0 0;
  }

  .home article .entry-content {
    padding: 30px 10px;
  }

  .page-title h1.entry-title {
    margin: 110px 0 0 0;
  }

  .site-content {
    margin: -70px 0 0 0;
  }

  article .entry-content {
    padding: 15px 15px 20px 15px;
  }

  .pricing-detail,
  .pricing-detail ul.pricing-memo li span {
    font-size: 14px;
  }

  .label-left .nf-field-label,
  .label-left .nf-field-element {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
  }

  .label-left .nf-field-label {
    margin: 0 0 5px 0;
  }
  
  .nf-field-element p {
    margin: 0 !important;
  }

  .nf-after-field {
    margin-left: 0 !important;
  }

  .fukuoka-box2 br {
    display: inline;
  }
}

/* ロゴがメニュー上(雲がなくなる) */
@media screen and (max-width: 500px) {
  .container {
    width: 100%;
    padding: 0 7px;
  }

  #masthead,
  #content {
    background-image: none;
  }

  .information {
    z-index: 5000;
    position: fixed;
    width: 96%;
    text-align: center;
  }  

  .mobile-description {
    margin-top: 50px;
  }

  .mobile-description .description h2 {
    text-align: center;
    font-weight: 600;
  }

  .mobile-description .description h2 br {
    display: inline;
  }

  .information ul {
    justify-content: center;
  }

  .information ul li.site-logo {
    display: none;
    margin: 0;
  }

  .mobile-description .description h2{
    font-size: 10px;
    margin: 5px 0 0 0;
  }

  .mobile-branding {
    display: block;
  }

  .mobile-branding .site-logo {
    width: 180px;
    margin: 5px auto 0 auto;
  }

  #main-slider,
  #header-image {
    padding-top: 340px;
  }
/*
  #banner {
    padding: 20px 0 0 0;
  }

  #banner .foogallery .fg-item {
    max-width: 80%;
    width: 80%;
    margin-bottom: 20px;
  }

  #banner .container .widget-banner:nth-child(2n) {
    margin-top: 0;
  }
*/
  .site-footer {
    padding: 0 10px;
  }

  .access-box {
    padding: 10px 10px 15px 10px;
  }

  .access-box .flex-container {
    flex-flow: column nowrap; /* 縦並び・単一行 */
    justify-content: center;  /* 中央寄せ */
    align-items: center;
  }

  .access-box .flex-container &gt;:first-child {
    margin-right: 0;
  }

  .access-box .flex-container .address {
    margin-bottom: 10px;
  }

  .access-box .button ul li {
    margin: 0 20px;
  }

  .cloud-background.page-section {
    padding: 25px 0 0 0;
  }

  .table-col2 th,
  .type-page .table-col2 th {
    width: 100%;
  }

  .table-col2 th + th,
  .table-col2 td {
    border-left: none;
  }

  .page-title h1.entry-title {
    margin: 160px 0 0 0;
  }

  .site-content {
    margin: -50px 0 0 0;
  }

  #breadcrumb-list {
    margin: 0;
  }

  article .entry-content {
    padding: 10px 10px 20px 10px;
  }

  article .entry-header h2,
  article .entry-content h2 {
    margin: 50px 0 15px 0;
  }

  article .entry-content div.whatsnew h2 {
    margin: 0 0 10px 0;
  }
  ul.pricing-box li.pricing-inner {
    width: 100%;
  }  

  .pricing-detail,
  .pricing-detail ul.pricing-memo li span {
    font-size: 16px;
  }
  
  #cd-timeline {
    left: 7%;
  }

  #cd-timeline .cd-timeline-content {
    margin: 0 0 0 40px !important;
  }

  .page-title h1.entry-title {
    font-size: 22px;
  }

  article .entry-header h2,
  article .entry-content h2 {
    font-size: 18px;
  }
  
  article .entry-content h2.cd-timeline-item-title {
    font-size: 18px;
  }

  .single .cloud-background.page-section,
  .archive .cloud-background.page-section {
    padding: 70px 10px 0 10px;
  }

  .single article .entry-header {
    padding: 10px 10px 0 10px;
  }

  .single article .entry-header h2 {
    margin: 0 0 15px 0;
  }

  .single article .entry-content {
    margin: 0 0 20px 0;
  }

  .archive article.column-wrapper {
    padding: 0 0 30px 0;
  }
  
  .single .widget_listcategorypostswidget,
  .archive .widget_listcategorypostswidget {
    display: none;
  }

  .contact-box .contact-box-detail ul li a {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }

  .contact-box .contact-box-detail a.tel {
    font-size: 30px;
  }

  .contact-box .contact-box-detail a.tel i {
    font-size: 30px;
  }

  .contact-box .contact-box-detail ul li a {
    font-size: 18px;
  }

  .contact-box .contact-box-detail ul li img {
    width: 30px;
    margin: 0 5px 0 0;
  }

  .nf-field .field-wrap {
    flex-flow: column nowrap; /* 縦並び・単一行 */
  }

  .label-left .nf-field-label {
    width: 100%;
  }

  .label-left .nf-field-element {
    width: 100%;
  }

  #secondary {
    padding-top: 0;
  }

  #instagram {
    padding: 15px 0 10px 0;
  }

  #instagram .container {
    padding: 0;
  }

  #instagram iframe {
    max-height: 60px;
  }

  #topnews {
    padding: 15px 0 0 0;   
  }

  .site-footer .site-info {
    margin: 30px 0 0 0;
    text-align: center;
  }

  ul.menu-sns {
    margin: 10px 0 0 0;
  }
}
      
/* iPhone6〜X */
@media screen and (max-width: 375px) {
  .information ul li a {
    padding: 3px;
    font-size: 11px;
  }

  .mobile-description .description h2 {
    font-size: 11px;
  }

  .site-logo img {
    width: 100px;
  }

  .contact-box .contact-box-detail ul li a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }

  .contact-box .contact-box-detail a.tel {
    font-size: 28px;
  }

  .contact-box .contact-box-detail a.tel i {
    font-size: 26px;
  }

  .contact-box .contact-box-detail ul li a {
    font-size: 16px;
    padding: 7px 10px;
  }

  .contact-box .contact-box-detail ul li img {
    width: 20px;
  }

  #main-slider,
  #header-image {
    padding-top: 330px;
  }

  #features h2.entry-title {
    font-size: 18px;
  }

  .backtotop {
    background-size: auto 70px;
    width: 70px;
    height: 70px;
  }

  .fukuoka-box1 strong:before,
  .fukuoka-box1 strong:after {
    display: none;
  }
}

/* iPhone5〜SE */
@media screen and (max-width: 320px) {
  .information ul li a {
    font-size: 10px;
  }

  #banner .foogallery {
    height: 50px !important;
  }

  #recent-classes-slider .slick-list {
    height: 350px !important;
  }
}


</pre></body></html>