/*
Theme Name: cyberyoga
Author:  sprocketgraphics & the WordPress team
Description: cyberyoga theme based on the wp2012 theme
Version: 1.0
Tags: 
Text Domain: cyberyoga
*/


/* =Reset
-------------------------------------------------------------- */

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

}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.4;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.4;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
/*	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);*/
		background-color: -moz-linear-gradient(top, #38787A, #9BBABA);
background-color: -webkit-linear-gradient(top, #38787A, #9BBABA);
background-color: linear-gradient(to bottom, #38787A, #9BBABA);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
/*	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);　 */
	background-color: -moz-linear-gradient(top, #38787A, #9BBABA);
background-color: -webkit-linear-gradient(top, #38787A, #9BBABA);
background-color: linear-gradient(to bottom, #38787A, #9BBABA);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 投稿画像のドロップシャドーを消す11月30*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.8;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background: #ccc;
}
body.custom-font-enabled {
/*
	font-family: 'Roboto Condensed',"Open Sans", Helvetica, Arial, sans-serif;
*/
	font-family: 'meiryo';
	font-weight: 100;
}
a {
	outline: none;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #38787A!important;
	text-decoration: none;
font-weight: bold;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	/* padding: 0 24px; */
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
}
.widget-area {
	margin: 24px 0 0;
}

/* Header */
.site-header {
	/* padding: 15px 0 0; */
	/* background: #000; */
	color: #fff;
	/* padding: 10px; */
	background: #fff;
	position: relative;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.8;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Navigation Menu */
.main-navigation {
	/* margin-top: 15px; */
	text-align: center;
	/* position: relative; */
}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.8;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	/* margin-bottom: 24px; */
	display: block;
	font-size: 17px;
	color: #38787A;
	padding: 2px 0 0px;
	border-bottom: 1px dotted #38787A;
	margin: 0 0 10px;
	border-top: 1px dotted #38787A;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 1.8;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #38787A;
	text-decoration: underline;
font-weight: bold;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	line-height: 2;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 24px;
	background: #000;
	color: #ccc;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.8;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 20px 0 5px;
	line-height: 1.8;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.8;
	padding: 2px 10px 5px;
	border-bottom: 1px solid #B0B0B0;
	border-radius: 0;
	border-left: 5px solid #38787A;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.8;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.8;
}
/*
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 10px;
	line-height: 1.8;
}
*/
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
font-size: 14px; /*文字サイズ*/
line-height:1.6; /*行間*/
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.8;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.8;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.8;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.8;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.8;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/* border-bottom: 1px dotted #ededed; */
	/* margin-bottom: 20px; */
	/* padding-bottom: 24px; */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.8;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.8;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.8;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.4;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.4;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.4;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.8;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.8;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.8;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.8;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.8;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.8;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.8;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.8;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.8;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


.wrapper {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}






/*from media*/
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		/* margin: 0 auto; */
		/* max-width: 960px; */
		/* overflow: hidden; */
	}
	.site-content {
		float: left;
		width: 70%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 25%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 0;
		margin-bottom: 0;
	
		display: inline-block;
		vertical-align: middle;
}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
/* display: inline-block !important; */
text-align: left;
width: 960px;
margin: 0 auto;
text-align: left;
	
border-right: 1px solid #FFF;
display: table;
}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		color: #FFFFFF;
	
		height: 60px;
		vertical-align: middle;
		display: inline-block;
}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}

.main-navigation li {
margin: 0;
position: relative;
padding: 0;
height: 60px;
vertical-align: middle;
border-left: 1px solid #fff;
width: 155px;
display: table-cell;
transition: 0.5s;
}

.main-navigation li:hover, .main-navigation li.current_page_item {
	background: #FFF!important;
}



	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.4;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}







.nav-menu{
/* border-bottom: 1px solid #ededed; */
/* border-top: 1px solid #ededed; */
background: #38787A;
}


hgroup{
	width: 960px;
	margin: 0 auto;
	display: block;
	background: #000;
}


#site_desc{
	width: 100%;
	display: block;
	background: #000;
	border-bottom: 1px solid #fff;
	padding: 7px 0 5px;
	position: relative;
}

h2.site-description{
	color: #fff;
	display: block;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}



.infoblock {
width: 49%;
border: 2px solid #38787A;
padding: 0;
height: 300px;
position: relative;
}


.infoblock ul{
    display: block;
    padding: 10px;
	overflow: scroll;
	
    height: 245px;
    /* background: #000; */
}
.infoblock ul li{
    display: block;
    margin: 10px 0;
    line-height: 130%;
    position: relative;
    vertical-align: text-top;
}

.infoblock ul li a{
    color: #666;
    /* text-decoration: none; */
}

.day_g{
	color: #38787A;
	display: inline-block;
}

.infoblock h2{
	display: block;
	color: #fff;
/*background: #38787A; */
background: -moz-linear-gradient(top, #38787A, #9BBABA);
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA);
	padding: 0 10px;
	margin-bottom: 0;
	height: 35px;
	vertical-align: middle;
	line-height: 30px;
}

.infoonly li a{
	display: inline-block;
	width: 310px;
	margin-left: 100px;
}
.infoonly li span{
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	width: 100px;
	}
	
	
.list_thumb{
	display: inline-block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	vertical-align: top;
}

.list_thumb img{
	width: 100%;
	height: auto;
}
.list_set{
	display: inline-block;
	width: 325px;
	margin-left: 10px;
}

.footarea_full{
	display: block;
	margin: 0 auto;
}

.menu-footer_sitemap-container{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 5px 0;
vertical-align: top;
}

ul#menu-footer_sitemap{
display: block;	
position: relative;
overflow: hidden;
max-width: 960px;
margin: 0 auto;
text-align: center;
}

ul#menu-footer_sitemap li{
display: inline-block;
padding: 5px;
margin: 0 5px 0 0;
width: 170px;
vertical-align: top;
text-align: left;
}

ul#menu-footer_sitemap li li{
display: block;
padding: 2px 5px;
margin: 5px 0 0px 5px;
vertical-align: top;
text-align: left;
width: auto;
}

ul#menu-footer_sitemap li a{

	text-decoration: none;
	color: #fff;
	
	padding-bottom: 3px;
border-bottom: 1px dotted #fff;
display: block;
	
}

ul#menu-footer_sitemap li a:visited{

	text-decoration: none;
	color: #fff!important;
	padding-bottom: 3px;
border-bottom: 1px dotted #fff;
display: block;	
}
ul#menu-footer_sitemap li a:hover{
	text-decoration: none;
	color: #38787A!important;
display: block;	
font-weight: bold;
}
ul#menu-footer_sitemap li li a{
border:none;
font-weight: normal;
}


	
.site-info{
	display: block;
	max-width: 960px;
	text-align: center;
	margin: 10px auto;
	text-decoration: none;
	color: #fff;
}

.site-info a{
	text-decoration: none;
	color: #fff!important;
}


.foot_logo_wrap{
	background: #4C4949;
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
}

.foot_logo_area{
display: block;
margin: 0 auto;
max-width: 960px;
font-size: 13px;
}



a.foot_logo{
	background: url(/wp-content/uploads/2020/01/logo2.png) no-repeat center center;
	width: 280px;
	height: 60px;
	display: inline-block;
	text-indent: -9999px;
	margin: 10px 20px;
	vertical-align: middle;
}

.foot_logo:hover{
opacity:0.6
}
/*横スクロール禁止*/
body {overflow-x:hidden;}

#menu-banner_area{
	display: table;
	text-align: center;

}

#menu-banner_area-1 li,#menu-banner_area li{

	display:table-cell;
    *display:inline;
    *zoom:1;

	width: 24%;
	margin-left: 0px!important;
	padding-left: 0px!important;
}

#menu-banner_area-1 li:last-child,#menu-banner_area li:last-child{
	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.menu-banner_area-container{
	display: block;

	/* margin-top: 10px; */
}

#menu-banner_area_sns{
	display: table;
	text-align: center;
}

#menu-banner_area_sns-1 li,#menu-banner_area_sns li{
	display:table-cell;
    *display:inline;
    *zoom:1;

	width: 24%;
	margin-left: 0px!important;
	padding-left: 0px!important;
}

#menu-banner_area_sns-1 li:last-child,#menu-banner_area_sns li:last-child{
	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.menu-banner_area_sns-container{
	display: block;
	/* margin-top: 10px; */
}

#menu-banner_area01{
	display: table;
	text-align: center;
		
}

#menu-banner_area01-1 li,#menu-banner_area01 li{
	display:table-cell;
      *display:inline;
    *zoom:1;
	width: 49%;
	margin-left: 0px!important;
	padding-left: 0px!important;
}

#menu-banner_area01-1 li:last-child,#menu-banner_area01 li:last-child{
	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.menu-banner_area01-container{
	display: block;
	/* margin-top: 10px; */
}



.site-content_full{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.widget widget_nav_menu{
	display: block;
	clear: both;
	margin-top: 10px;
}
.widget widget_nav_menu a{color: #fff;}
.widget widget_nav_menu a:hover{color: #38787A; font-weight: bold;}
.widget widget_nav_menu a:visited{color: #fff;}

#content{
	display: block;
	overflow: visible;
}

.foot_banner{
	display: block;
	clear: both;
	overflow: hidden;
	max-width: 960px;
	margin: 10px auto;
	padding-left: 0%;
}

.top_listset{
	display: block;
	overflow: hidden;
}

.infoonly{
	display: inline-block;
	float: left;
}

.blogonly{
	display: inline-block;
	float: right;
}



/*ｈｏｍｅ*/
.home .entry-title{
	display: none;
}

.noshadow{
	box-shadow: none!important;
}

.site-title{
	display: inline-block;
	width: 313px;
	height: 79px;
	background: url(/wp-content/uploads/2020/01/logo1.png);
}

.site-title a{
	display: block;
	width: 313px;
	height: 79px;
	text-indent: -9999px;
}

.site-title:hover{
opacity:0.6
}


/*
.head_tel{display: inline-block;width:246px;height: 80px;background: url(/common/img/head_tel.png) no-repeat center center;vertical-align: middle;line-height: 0;text-indent: -9999px;margin-left: 190px;}
*/

.head_tel {
display: inline-block;
width: 300px;
height: 70px;
vertical-align: middle;
margin-left: 120px;
font-family: arial;
font-size: 160%;
line-height: 160%;
color: #FFF;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: 1.5px;
text-align: left;
}

.telinfo{
    display: block;
    font-size: 55%;
    line-height: 150%;
    font-family: hiragino kaku gothic w3;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.head_contact{
	display: inline-block;
	width: 180px; 
	height: auto; 
	background: -moz-linear-gradient(top, #38787A, #9BBABA);
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA);
	margin: 20px auto;
	padding:20px 1px;
	text-align:center;
	font-weight: 300;
	color: #FFF!important;
font-size:13px;
border:solid 2px #fff;
border-radius:5px;
/*background: url(/wp-content/uploads/2020/03/botan4.png) no-repeat center center;
text-indent: -9999px;
line-height: 0;
vertical-align: middle;*/
}
.head_contact:hover{
	color: #ffffff!important;
	opacity: 0.6;
}
.foot_contact{
	display: inline-block;
	width: 180px; 
	height: auto; 
	background: -moz-linear-gradient(top, #38787A, #9BBABA);
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA);
	margin: 25px auto;
	padding:13px 1px;
	text-align:center;
	font-weight: 300;
	color: #FFF!important;
font-size:13px;
border:solid 2px #fff;
border-radius:5px;
}
.foot_contact:hover{
	color: #ffffff!important;
	opacity: 0.6;
}

.head_btn{opacity: 1;}
.head_btn:hover{opacity: 0.6;}

.menu-head_menu-container{
background: #2E7577!important;
/*background: #fff;
border-bottom: 5px solid #81d8d0;
border-top: 5px solid #81d8d0; */
}

#menu-head_menu li a {
width: 160px;
text-indent: -9999px;
transition: 0.5s;
/* opacity: 0.5; */
}

#menu-head_menu li a:hover,.main-navigation li.current_page_item a {
opacity: 0.8;
/* transition: 0.5s; */
}

/* グローバルメニュー old*/
#menu-item-4291 a {
background: url(/wp-content/uploads/2020/01/GN.png) 0 0;
}

#menu-item-91 a {
background: url(/wp-content/uploads/2020/01/GN.png) -160px 0;
}

#menu-item-89 a {
background: url(/wp-content/uploads/2020/01/GN.png) -330px 0;
}

#menu-item-90 a {
background: url(/wp-content/uploads/2020/01/GN.png) -490px 0;
}
#menu-item-88 a {
background: url(/wp-content/uploads/2020/01/GN.png) -655px 0;
}
#menu-item-87 a {
background: url(/wp-content/uploads/2020/01/GN.png) -820px 0;
}

.bnnermagi{
margin-bottom: 5px!important;
}


/* グローバルメニュー new01cv*/
.gn01{
	padding: 0 500%;
margin: 0 -500%;
	border: 3px solid #81d8d0;
	background-color:#81d8d0;
}
.gn02{
	display:block;
	padding: 0 500%;
margin: 0 -500%;
margin-top:20px;
	border: 3px solid #81d8d0!important;
	background-color:#81d8d0;
}
navi{
}
navi ul{
display: table;
margin: 0 auto;
padding: 0;
width: 965px;
text-align: center;
}
navi ul li{
display: table-cell;
min-width: 158px;
/*border-right: 1px solid #ccc;*/
}
navi ul li:first-child{
/*border-left: 1px solid #ccc;*/
}
navi ul li a{
display: block;
width: 100%;
margin-bottom: -24px;
padding: 13px 0px 13px;
text-decoration: none;
color: #aaa;
line-height: 120%; 
/*border-bottom: 5px solid #81d8d0;*/
/*border-top: 5px solid #81d8d0;*/
}
navi ul li a:hover{
color: #81d8d0!important;
text-shadow:0 0 20px #81d8d0, 0 0 20px #81d8d0!important;
background: #000;

}


.widget_text{
	display: block;
	margin: 10px auto 20px;
}


.home .widget_text{
	display: none;
}

.page_head_area{
	display: block;
	background: #F5F5F3;
	text-align: center;
	padding: 70px 0;
}

.imghead_full{
	display: block;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.imghead_full h1 {
font-size: 22px;
font-weight: normal;
/* color: #949695; */
/*font-family: 'Roboto Condensed',"Open Sans","小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;*/
font-family: 'meiryo';
text-shadow: 1px 1px 5px rgba(204, 204, 204, 0.53);
}




/*faq*/

.faq-answer{padding-left: 50px;
	
}

/* Main FAQ block */
 
#faq-block .faq-list {
    padding-left:15px;
}
.faq-taxonomy {
    padding:0 0 15px 15px;
}
/* list style shortcode */
#faq-block li.faqlist-question,
#faq-block li.faqlist-question a {
    color:#000;
    padding-bottom:4px;
    font-weight:bold;
    font-size:110%;
    cursor:pointer;
}
/* standard shortcode */
#faq-block .single-faq .faq-question,
#faq-block .single-faq .faq-question a {
    color:#000;
    padding-bottom:4px;
    font-weight:bold;
    font-size:110%;
    padding-left: 40px;
    border-radius: 5px;
}
#faq-block .single-faq .expand-title {
    cursor:pointer;
}
/* combo shortcode */
 
#faq-block p.scroll-back {
    font-size: 90%;
}
/* pagination */
#faq-block .faq-list p.faq-nav a:hover {
    text-decoration:none;
}
#faq-block .faq-list p.faq-nav span.current {
    font-weight:bold;
}
.faq-question{
	display: block;
	padding: 3px 10px 3px 40px;
	box-shadow: 0 0 3px #EDEDED;
	border-radius: 5px;
	font-weight: normal!important;
	margin: 10px 0!important;
	background: url(/common/img/faq_q.png) no-repeat 10px 7px #F0F0F0;
	border-left: 7px solid #38787A;
}
h3.faq-question:hover{
	color: #FFF!important;
	font-weight: normal!important;
	background: url(/common/img/faq_q_w.png) no-repeat 10px 7px #38787A;
	border-left: #C7C0C0 solid 6px;
}


.faq-answer p{
	padding: 10px 10px 10px 40px;
	background: #fdfdfd;
	margin: 0 0 10px;
}
.faq-answer{
	background: url(/common/img/faq_a.png) no-repeat 15px 4px;
}


.entry-content h3.btn, .comment-content h3 {
font-size: 16px;
line-height: 1.8;
padding: 2px 10px 5px;
border-bottom: 1px solid #B0B0B0;
border-radius: 0;
border-left: 5px solid #38787A;
}


img.alignnone.size-full{
	display: block;
	margin: 10px auto;
}

a.wide_btn {
color: #fff!important;
padding: 7px 15px 7px 15px;
border-radius: 6px;
box-shadow: 1px 1px 5px #ccc;
text-decoration: none;
margin: 5px auto;
display: inline-block;
/*background: url(/common/img/sankaku_w.png) no-repeat 10px center ;#38787A;*/
	background: -moz-linear-gradient(top, #38787A, #9BBABA) ;
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA) ;
}
a.wide_btn::before{
content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 20px;/*画像の幅*/
height: 20px;/*画像の高さ*/
content: url(/common/img/sankaku_w.png);
background-size: contain;
 vertical-align: top;
}
a.wide_btn:hover{
	color:#999999!important;
background: -moz-linear-gradient(top, #395f61, #85a1a1)!important ;
background: -webkit-linear-gradient(top, #395f61, #85a1a1)!important;
background: linear-gradient(to bottom, #395f61, #85a1a1)!important ;
transition: all .3s;
}
#inquiryform-1 span{
	display: block;
	clear: both;
	font-weight: normal;
}

/*form*/

#iqfm-input-1{margin: 20px 0;}

.iqfm-table {
    margin-bottom:15px!important;
}

.iqfm-table th, .iqfm-table td {
    border: 1px solid #DCDCDC;
    padding: 8px 36px 8px 14px;
}

.iqfm-table th {
    /* white-space: nowrap; */
    background-color: #E7E7E7;
    text-align: left;
    vertical-align: top;
    width: 35%!important;
}


h3.btn a{
	text-decoration: none;
	color: #333!important;
}

h3.btn a:hover{
	color: #38787A!important;
}


div.category{
	display: block;
	background: #38787A;
	padding: 3px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 20px;
}

ul.cat_indexpage_voice{
	display: block;
}

ul.cat_indexpage_voice li {
list-style: none;
display: inline-block;
width: 48%;
margin: 0 10px 20px 0;
vertical-align: top;
/* background: #ccc; */
}

ul.cat_indexpage_voice li .list_thumb {
display: inline-block;
width: 100%;
height: auto;
overflow: hidden;
vertical-align: top;
}


ul.cat_indexpage{
	display: block;
}

ul.cat_indexpage li{
	list-style: none;
	display: block;
	margin: 10px;
}


.cat_indexpage_voice .list_set {
display: inline-block;
width: 275px;
margin-left: 10px;
background: #EFEFEF; padding: 8px; border-radius: 5px;
}

.cat_indexpage_voice .list_set:hover {
background: #F5F5F5;
}

.cat_indexpage_voice li a{
	padding: 5px;
}


#secondary{
	/* background: #333; */
}

.cat_sidebar li{
	list-style: none;
	margin: 0px 0px!important;
}

.cat_sidebar .list_set{
	margin: 0;
	width: 100%;
	line-height: 130%;
}

/* newtop３ボタン設定箇所 */
#menu-program_menu li.cy01 a{
	display: block;
	background: url(/wp-content/uploads/2020/02/2.png) no-repeat, linear-gradient(to bottom, #6B6A65, #CAC9C7)!important;
	text-indent: -9999px;
	background-size: contain!important;
/* background-color:#6B6A65!important; */
	width: 240px;
height: 70px;
}
#menu-program_menu li.cy02 a{
	display: block;
	background: url(/wp-content/uploads/2020/02/1.png) no-repeat, linear-gradient(to bottom, #38787A, #9BBABA)!important ;
	text-indent: -9999px;
	background-size: contain!important;
width: 240px;
height: 70px;
/* background-color:#387879!important;
 */
}

#menu-program_menu li.cy03 a{
	display: block;
	background: url(/wp-content/uploads/2020/02/3.png) no-repeat,linear-gradient(to bottom, #8B8656, #C0BDA4)!important;
	text-indent: -9999px;
	background-size: contain!important;
width: 240px;
height: 70px;
/* background-color: #898556!important; */
}

#menu-program_menu li{
	margin-bottom: 5px;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 1px 1px #ccc;
	background: #38787A;
}

.menu-footer_menu-container{
	display: block;
	border-bottom: 1px solid #fff;
}

#menu-program_menu li a:hover{
opacity: 0.7;}


#menu-footer_menu{display: block;
	text-align: center;
}

#menu-footer_menu li{display: inline-block;
	margin: 5px 10px;
}

#menu-footer_menu li a{display: block;
color: #FFF;
text-decoration: none;	
}
#menu-footer_menu li a:hover{
color: #38787A!important;
text-decoration: none;	
}
a img:hover{opacity: 0.8;}


p img{}

.readnext_taiken{
color: #fff!important;
padding: 2px 15px 3px 30px!important;
border-radius: 6px;
box-shadow: 1px 1px 5px #ccc;
text-decoration: none;
margin: 5px auto 20px;
display: block;
background: url(/common/img/sankaku_w.png) no-repeat 10px center #38787A;
float: right;
clear: both;
font-size: 14px;
}



.inquiry_footer{
	display: block;
	padding: 20px;
	background: #ffd025;
	color: #fff!important;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.54);
	font-size: 20px;
	border-radius: 6px;
	box-shadow: 1px 1px 5px #ccc;
	text-align: center; 
	margin: 25px auto;
}
.inquiry_footer:a{
	color:#fff!important;
	text-decoration: none!important;
	font-weight: normal!important;
}
.inquiry_footer:hover{
	color:#fff!important;
	background: #bd9b1f;
	text-decoration: none!important;
	font-weight: normal!important;
}


.tel_num{
	display: block;
	padding-left: 25px;
	background: url(/wp-content/uploads/2020/01/tel.png) no-repeat left center;
	font-size: 120%;
	font-weight: bold;
}

.tel_num a{
color: #fff;
font-weight: normal;
}


footer a {
color: #fff;
}


.tel_num:hover,.tel_num a:hover{
	text-decoration: none!important;
	color: #81d8d0!important;
}

.foot_logo_area a.foot_logo{
	color: #fff;
}

.foot_logo_area .telinfo{
	margin-top: 5px;
}
.telnum_foot{color: #fff!important;font-size: 120%;}


/* newtop３ボタン設定箇所 */
.mbox01{
height: auto;
width:32%;
padding: 0px;
margin: 17px 0;
	color: #000;
font-size:16px!important;
text-align: left;
/*background-color: #6B6A65;*/
	background: -moz-linear-gradient(top, #6B6A65, #CAC9C7);
background: -webkit-linear-gradient(top, #6B6A65, #CAC9C7);
background: linear-gradient(to bottom, #6B6A65, #CAC9C7);
line-height: 45px; 
display: inline-block;
/* border-radius: 10px; */
position: relative!important;
z-index: 1; 
} 

.mbox01 a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
display: inline-block;
		color: #9f9f9f;
}

.mbox01:hover {
color: #38787A!important;
text-decoration: none!important;
font-weight: bold!important;
filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}

.mbox02{
height: auto;
width:32%;
padding: 0px;
margin: 17px 13px;
color: #000; 
font-size:15px;
text-align: left;
/* background-color: #38787A; */
		background: -moz-linear-gradient(top, #38787A, #9BBABA);
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA);
line-height: 45px; 
display: inline-block;
/* border-radius: 10px; */
position: relative!important;
	z-index: 1; 
} 

.mbox02 a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
display: inline-block;
		color: #9f9f9f;
}

.mbox02:hover {
color: #38787A!important;
text-decoration: none;
font-weight: bold!important;
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}

.mbox03{
height: auto;
width:32%;
padding: 0px;
margin: 17px 0;
color: #000; 
font-size:15px;
text-align: left;
/*background-color: #8B8656;*/
 background: -moz-linear-gradient(top, #8B8656, #C0BDA4);
background: -webkit-linear-gradient(top, #8B8656, #C0BDA4);
background: linear-gradient(to bottom, #8B8656, #C0BDA4);
line-height: 45px; 
display: inline-block;
/* border-radius: 10px; */
	position: relative!important;
	z-index: 1; 
} 

.mbox03 a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
display: inline-block;
		color: #9f9f9f;
}

.mbox03:hover {
color: #38787A!important;
text-decoration: none;
font-weight: bold!important;
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
p.inboxw01{
	margin:15px;
	padding:15px;
	font-size:12px!important;
	color: #9f9f9f;
	background: #fff;
	border-radius: 0px!important;
}
p.inboxw01:hover {
color: #38787A!important;
text-decoration: none;
font-weight: bold!important;
}

p.inboxw001{
	margin:15px;
	padding:15px;
	text-align:center;
	font-size:12px!important;
	color: #9f9f9f;
	background: #fff;
	border-radius: 0px!important;
}
p.inboxw001:hover {
color: #38787A!important;
text-decoration: none;
font-weight: bold!important;
}

.top_title01{font-weight: normal;font-size: 15px; color: #fff;display: block;line-height: 140%;padding: 15px 30px 0; text-align: left;}
.top_title01 a{color: #fff!important;font-weight: normal;font-size: 15px;}

/**/
ul.top_index{
	margin: 20px auto;
	display: block;
	overflow: hidden;
	padding: 0;
	/* background: #000; */
}
	/* top３ボタン設定箇所 */
ul.top_index li{list-style: none;display: inline-block;margin: 0 6px;padding: 15px;background: #38787A;border-radius: 10px;width: 273px;vertical-align: top;}
ul.top_index li p{background: #fff;padding: 15px;line-height: 160%;font-size: 88%;color:#9f9f9f; border-radius: 5px}

.inboxw{
	margin:0;
	padding:0;
	background: #fff;
	border-radius: 5px!important;
}
.moreinfo_btn01{display: block;padding: 0;margin-top:5px;color: #38787A;}
.moreinfo_btn{display: block;padding: 0;margin-top:5px;color: #38787A;}
.top_title{font-weight: bold;font-size: 110%;color: #fff;display: block;line-height: 140%;padding-bottom: 10px; text-align: center;}
.top_title small{font-size:70%;}

.top_title a{color: #fff!important;font-weight: normal;}
a.cyb {text-decoration: none; color: #9f9f9f;} 
a.cyb:visited {text-decoration: none; color: #9f9f9f!important;}
a.cyb:hover {
	color: #38787A!important;
	text-decoration: none;
font-weight: bold!important;
}
.top_why{
	background: url(https://www.cyber-yoga.co.jp/wp-content/uploads/2016/11/syb5.png) no-repeat center center;
	display: block;
	width: 960px;
	height: 290px;
	position: relative;
}
.top_why a img{
	display: block;
	position: absolute;
	bottom:0px; 
	left:0px 
/*cursor: pointer;*/
}

ul.top_index li:hover{
	background:#8CCFA4;
	text-decoration: none!important;
}


.top_index li a{
	text-decoration: none!important;	
}

span.wpcf7-list-item { display: block; }

.wpcf7-form{
	font-size: 90%;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="text-944"]{
        width: 150px;

}


.wpcf7 input[name= your-email],
.wpcf7 input[name= email-184]{
 width: 600px;
}
.contact_cell{
    display: block;
    padding: 5px 15px;
    font-size: 120%;
    background: #ccc;
    margin: 10px 0;
    border-radius: 5px;
}
.contact_cell_enter{
    display: block;
    padding: 5px 20px;
}


input[type="radio"]{
border: 0;
border-radius: 0;
padding: 0;
margin-left: -26px;
}

.contact_cell_enter_r{
	padding: 5px 20px 5px 20px;/*left:40px;*/
}


#menu-head_menu ul.sub-menu{
	display: block;
	width: 300px!important;
	overflow: hidden!important;
	background-color: #FFF!important;
	height: auto!important;
}

#menu-head_menu ul.sub-menu li{
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	float: none;
}

#menu-head_menu ul.sub-menu li a{
	background: none!important;
	text-indent: 0!important;
	color: #333!important;
	display: block!important;
	margin: 0!important;
	width: 280px!important;
	height: auto!important;
	padding: 5px 10px!important;
}

#menu-head_menu ul.sub-menu li a:hover{
	background: #83CA9D!important;
	color: #FFF!important;
	font-weight: normal!important;
}

.taiken_set{
	display: block;
	clear: both;
	margin-bottom: 20px;
	
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0px;
}

.taiken_title{
    font-size: 130%;
    display: block;
    padding-left: 40px;
    background: url(/common/img/voice.gif) no-repeat 3px 5px;
    overflow: visible;
    line-height: 170%;
}

.taiken_title a{}

.datebar{
    display: block;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #38787A;
    border-radius: 5px;
    color: #fff;
}
.cat_name{
    display: inline-block;
    float: right;
}

.cat_name a{
color: #fff;
}

.cat_name a:hover{
color: #fff!important;
text-decoration: none!important;

}

a.banner_suisen{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}


.tag_btn{
display: block;
margin: 40px 0 20px;
padding: 3px;
background: #fff;
border-radius: 6px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}


.tag_tab{
	padding: 5px 5px;
	background: #38787A;
	border-radius: 3px 0 0 3px;
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.entry-content{
	display: block;
	margin-bottom: 40px;
}


.hgroup{padding: 15px 0;background: #000;text-align: center!important;}


.drop{
	padding-left: 40px;
	padding-top: 10px;
}



.archive .tag_btn {
margin: 50px 0 20px 40px;
}


.mbonly{display: none!important;}

.mb{display: none;}
.pc{display: block;}
.pcc{display: inline-block;}
.pd5{display: block;padding: 0;margin: 5px 0;text-align: left;}

.cco{
	margin:15px 0;
}

.mbox30{
height: auto;
width:33%;
padding: 0px;
margin: 17px 1px;
color: #000; 
font-size:15px;
text-align: center;
line-height: 15px; 
display: inline-block;
} 


.imgbox50{
height: auto;
width:49%;
padding: 0px;
margin: 5px 0px 0px;
color: #000; 
font-size:15px;
text-align: center;
line-height: 15px; 
display: inline-block;
} 


.bwaku{
border:solid 1px #d1d1d1;
}


.magis{
margin:0px 2px;
}

.kado{

}



.bottomagin{
margin-bottom:-10px!important;
}
.bottomagin01{
margin-bottom:-5px!important;
}






@media(max-width:950px){
html,body,div,h1,h2,h3,h4,h5,span,a{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;}
.hgroup .head_tel,.hgroup .head_btn{display: none;}
h2.site-description {width: 94%;padding: 0 2%;line-height: 140%;}
.top_why{display: none;}
ul.top_index li{margin: 0 auto 10px;display: block;}
.top_title{font-size: 100%;}
.infoblock{display: block;float: none;width: auto;margin: 0 auto 10px;}
.top_listset {display: block;overflow: hidden;padding: 10px;}
p{padding: 0 10px 0;}
.infoblock ul li a{width: auto;}
.list_set {display: inline-block;width: 190px;margin-left: 10px;}
.telinfo{font-size: 11px!important;}
#menu-banner_area{display: block;padding: 10px;}
#menu-banner_area li {display: inline-block;width: auto;margin:0 auto 10px; text-align:center;}
#menu-banner_area_sns{display: block;padding: 0px 10px;}
#menu-banner_area_sns li {display: inline-block;width: auto;margin:0 auto 10px; text-align:center;}
#menu-banner_area01{display: block;padding: 0px 13px!important;margin:10px auto 0px!important; }
#menu-banner_area01 li {display: inline-block;width: auto;margin:-15px auto 0px!important; text-align:center;}
a {
	outline: none;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #38787A!important;
	text-decoration: none;
	font-weight: bold!important;
}
a:visited {
	color: #666666!important;
	text-decoration: none!important;	
}


	
a.wide_btn {
color: #fff!important;
padding: 7px 15px 7px 14px;
border-radius: 6px;
box-shadow: 1px 1px 5px #ccc;
text-decoration: none;
margin: 5px auto;
display: inline-block;
/*background: url(/common/img/sankaku_w.png) no-repeat 10px center ;#38787A;*/
	background: -moz-linear-gradient(top, #38787A, #9BBABA) ;
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA) ;
}
	a.wide_btn::before{
content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 20px;/*画像の幅*/
height: 20px;/*画像の高さ*/
content: url(/common/img/sankaku_w.png);
background-size: contain;
 vertical-align: top;
}
	
.foot_contact{
	display: block;
width: 180px; 
	height: 40px; 
	background: -moz-linear-gradient(top, #38787A, #9BBABA);
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA);
	margin: 15px auto!important;
padding-top:13px!important;
	text-align:center;
	font-weight: 300;
	color: #FFF!important;
font-size:15px;
border:solid 2px #fff;
border-radius:5px;
}
.foot_contact:hover{
	color: #ffffff!important;
	opacity: 0.6;
}
.foot_contact:visited{
	color: #ffffff!important;
}
.site-content,#secondary {float: none;width: auto;display: block;padding: 10px;}
ul#menu-footer_sitemap li{display: block;width: auto;}
ul#menu-footer_sitemap li li{margin: 0;padding: 0;padding-left: 10px;}
ul#menu-footer_sitemap li a{padding: 0;font-weight: bold;}
ul#menu-footer_sitemap li a:before{content: '■';}
ul#menu-footer_sitemap li li a:before{content:'-';}
a.foot_logo {width: 100%;height: 58px;display: inline-block;background-size: contain;padding: 0;margin: 10px auto;}
.head_tel {display: block;width: auto;height: auto;vertical-align: middle;margin: 0 auto;font-size: 160%;line-height: 160%;color: #FFF;font-weight: 300;letter-spacing: 1.5px;text-align: center;padding: 5px 25px;}
.foot_logo_wrap{padding: 0;margin: 0;}
.head_contact{margin: 0 auto;display: block;}
.foot_banner{padding: 0 10px;}
#menu-program_menu li a {background-color: #38787A!important;width: 100%!important;}

.site-info {padding: 0 10px;text-align: left;}

.imghead_full {display: block;width: auto;margin: 0 auto;text-align: left;word-break: break-all;padding: 10px;}
.page_head_area {padding: 10px 0;}
.entry-title{font-size: 16px!important;}
#site_desc{display: none;}
span{font-size: 14px!important;}
.faq-list{padding: 0!important;}
.hgroup {padding: 5px;background: #000;text-align: center!important;}
.site-title {display: inline-block;width: 313px;height: 60px;background: url(/wp-content/uploads/2020/01/logo1.png);background-size: contain;background-repeat: no-repeat;}
.entry-content h3.btn, .comment-content h3 {font-size: 14px!important;}
.site-content, #secondary {float: none;width: auto;display: block;padding: 0 10px;}
.site-content {margin: 10px 0 0;}
.entry-content h3, .comment-content h3 {font-size: 14px;line-height: 1.3;padding: 2px 10px 5px;border-bottom: 1px solid #B0B0B0;border-radius: 0;border-left: 5px solid #38787A;}
.contact_cell_enter span{width: 100%;/*display: block;*/}
button, input[type="text"],textarea {line-height: normal;display: block;width: 100%;}
button, input, select, textarea {border: 1px solid #ccc;border-radius: 3px;font-family: inherit;padding: 6px 0;}
.tag_tab {padding: 5px 5px;background: #38787A;border-radius: 3px 3px 0 0;color: #FFF;display: block;margin: 0 auto 5px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;}
.tag_btn{line-height: 130%;}
ul#menu-footer_sitemap li {padding: 10px;}
.site-title a {display: block!important;width: 75%;text-indent: -9999px;height: 100%;}
.menu-toggle {display: block;}
.main-navigation li {
margin: 0;
position: relative;
padding: 0;
height: auto;
vertical-align: middle;
border-left: none;
width: auto;
display: block;
transition: 0.5s;
}

/* グーグルマップをレスポンシブにする */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.bwaku{
border:solid 1px #d1d1d1;
}

	
	
.mbox30{
height: auto;
width:100%;
padding: 0px;
margin: 5px 0px;
color: #000; 
font-size:15px;
text-align: center;
line-height: 15px; 
display: inline-block;
} 
#menu-head_menu{display: none;}
#menu-head_menu.toggled-on{display: block;}
#menu-head_menu li a {width: auto;text-indent: 0;transition: 0.5s;/* opacity: 0.5; */height: auto; /*background: #38787A;*/ display: block;padding: 10px 10px;border-bottom: 1px dotted #fff;color: #fff; background: -moz-linear-gradient(#38787A, #9BBABA); background: -webkit-linear-gradient(#38787A, #9BBABA); background: linear-gradient(top, #38787A, #9BBABA);}
	
.menu-toggle{position: absolute;width: 50px;height: 50px;top: 10px;right: 10px;padding: 0;color: #fff!important;/*background: #38787A!important;*/border: 1px solid #fff!important; background: -moz-linear-gradient(top, #38787A, #9BBABA); background: -webkit-linear-gradient(top, #38787A, #9BBABA); background: linear-gradient(to bottom, #38787A, #9BBABA);}



.faq-question,.faq-question:hover,h3.faq-question:hover{background-image: none;}
	
#faq-block .single-faq .faq-question, #faq-block .single-faq .faq-question a {padding: 3px 10px;}
	
.faq-answer{padding: 10px;background-image: none;}
.faq-answer p {padding: 10px;}
#menu-head_menu li a:hover, .main-navigation li.current_page_item a {opacity: 0.8;color: #fff!important;}
.f_tex{padding: 3px 3px 3px;font-size: 11px;display: block;border-top: 1px dotted #fff;line-height: 1.5;background: #fff;margin: 0 3px 3px;border-radius: 0 0 3px 3px;}
#menu-program_menu li.cy01 a.a_noimg,#menu-program_menu li.cy02 a.a_noimg,#menu-program_menu li.cy03 a.a_noimg{background: none;background: none!important;
padding: 0;
margin: 0;
display: inline;

height: auto;
width: auto!important;}

a.a_noimg:hover {text-decoration: none; color: #38787A!important;}
a.a_noimg {text-decoration: none; color: #38787A!important;}
a.a_noimg:visited {text-decoration: none; color: #38787A!important;}
a.a_noimg:active {text-decoration: none; color: #38787A!important;}
/* 
a.cybb {text-decoration: none; color: #ffffff!important;} 
a.cybb:visited {text-decoration: none; color: #ffffff;}
a.cybb:hover {text-decoration: none; color:#9f9f9f!important;}
a.cybb:active {text-decoration: none; color:#83CBC5!important;}
a.cybb:focus{text-decoration: none; color: #ffffff!important;}
	 */
#menu-item-4291 a {
color: #fff!important;
}
#menu-item-91 a {
color: #fff!important;
}
#menu-item-89 a {
color: #fff!important;
}
#menu-item-90 a {
color: #fff!important;
}
#menu-item-88 a {
color: #fff!important;
}
#menu-item-87 a {
color: #fff!important;
}
#menu-item-3794 a {
color: #fff!important;
}
#menu-item-3795 a {
color: #fff!important;
}
#menu-item-4429 a {
color: #fff!important;
}
.mb li{
margin: 0;
}
#menu-program_menu li a.step4{display: block;background: #fff!important;width: auto!important;padding: 0px;margin: 3px;border-radius: 3px;line-height: 1.3;font-size: 13px!important;text-align: center;}
#menu-program_menu li a.step4 strong{color: #38787A;display: block;text-align: right;text-align: center;}
#menu-program_menu li a.step4:hover{text-decoration: none;}

span.mini{font-size: 90%!important;display: block;margin: 5px auto;text-align: center;}

#nav_menu-2{display: none;}


	
.mb{display: block;padding: 0px 0px;}
.pc{display: none;}
	.pcc{display: none;}
/* mb内一部要素の位置調整用 */
	.mbc{
padding:0px 10px!important;
	}	
.mbcc{
margin:10px auto 0px !important;
	}	
		.mbccc{
margin:0px -5px 0px 0px!important;
padding:0px 0px 0px 0px!important;
	}
.mbonly{display: block!important;}

.tel_num {display: inline-block;padding-left: 25px;background: url(/wp-content/uploads/2020/01/tel.png) no-repeat left center;font-size: 100%!important;font-weight: bold;width: inherit;margin: 0 auto;}
.inquiry_footer:a{
	color:#fff!important;
	text-decoration: none!important;
	font-weight: normal!important;
}
.inquiry_footer:visited{
	color:#fff!important;
	background: #ffd025;
	text-decoration: none!important;
	font-weight: normal!important;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="text-944"]{
        width: 80px;
display: inline-block;
}
}

p#form-allowed-tags {
    display: none;}

.wbox{
margin: 0 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 3px;
padding-right: 0;
} 
.tbox{
padding: 0 0;
padding-top:5px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
} 
.cco{
	margin:15px 0;
}

/* newtop３ボタンスマホ設定箇所 */
.mbox001{
width:99%;
height: auto;
padding: 2px;
margin: 10px 0;
color: #fff;
font-size:16px!important;
text-align: left;
/*background-color: #6b6a64;*/
background: -moz-linear-gradient(top, #6B6A65, #CAC9C7);
background: -webkit-linear-gradient(top, #6B6A65, #CAC9C7);
background: linear-gradient(to bottom, #6B6A65, #CAC9C7);
line-height: 150%; 
display: block;
/* border-radius: 3px; */
position: relative!important;
z-index: 1; 
overflow:auto;
} 

.mbox001 a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
display:block;
		color: #9f9f9f;
}

.mbox001:hover {
color: #fff!important;
text-decoration: none!important;
font-weight: bold!important;
filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
.mbox002{
width:99%;
height: auto;
padding: 2px;
margin: 10px 0;
color: #fff;
font-size:16px!important;
text-align: left;
/* background-color: #81D8D0; */
background: -moz-linear-gradient(top, #38787A, #9BBABA);
background: -webkit-linear-gradient(top, #38787A, #9BBABA);
background: linear-gradient(to bottom, #38787A, #9BBABA);
line-height: 150%; 
display: block;
/* border-radius: 3px; */
position: relative!important;
z-index: 1; 
overflow:auto;
} 

.mbox002 a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
display:block;
		color: #9f9f9f;
}

.mbox002:hover {
color: #fff!important;
text-decoration: none!important;
font-weight: bold!important;
filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
.mbox003{
width:99%;
height: auto;
padding: 2px;
margin: 10px 0;
color: #fff;
font-size:16px!important;
text-align: left;
/* background-color: #8b8656;*/
background: -moz-linear-gradient(top, #8B8656, #C0BDA4);
background: -webkit-linear-gradient(top, #8B8656, #C0BDA4);
background: linear-gradient(to bottom, #8B8656, #C0BDA4);
line-height: 150%; 
display: block;
/* border-radius: 3px; */
position: relative!important;
z-index: 1; 
overflow:auto;
} 

.mbox003 a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
display:block;
		color: #9f9f9f;
}

.mbox003:hover {
color: #fff!important;
text-decoration: none!important;
font-weight: bold!important;
filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}



.sf{
		width:30%;
margin: 2px 5px 2px 2px!important;
	display:inline-block;
}

p.inboxw002{
	padding:2px;
	text-align:left;
	font-size:14px!important;
color: #9f9f9f;
	background: #fff;
/* border-radius: 3px; */
		display:inline-block;
}
p.inboxw002:hover {
color: #9f9f9f!important;
text-decoration: none;
font-weight: bold!important;
}
.top_title001{font-weight: normal;font-size: 15px!important; color: #fff;display: block;line-height: 140%;padding: 0px 10px; text-align: left;}
.top_title001 a{color: #fff!important;font-weight: normal;font-size: 15px;}




.dai{
	text-align:left!important;
	font-size:22px!important;
	font-weight: normal;
	color:ffffff;
			display:inline-block;
}
.dai a{
	font-size:22px!important;
	font-weight: normal;
	color:ffffff!important;
				display:inline-block;
}
.dai :hover{
	font-size:22px!important;
	font-weight: normal;
	color:ffffff!important;
				display:inline-block;
}
.chu{
	text-align:left!important;
	font-size:18px!important;
		color:ffffff;
	font-weight: normal;
			display:inline-block;
}
.chu a{
	font-size:18px;
		color:ffffff;
				display:inline-block;
}
.chu :hover{
	font-size:18px;
		color:ffffff;
				display:inline-block;
}
@-moz-document url-prefix() {
.tbox{
padding: 0 0;
padding-top:5px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
}
	
	


}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.tbox{
padding: 0 0;
padding-top:10px;
margin-top: 0px;
margin-bottom: -20px;
margin-left: 0;
margin-right: 0;
} 
}
.mbox{
margin-top: -15px;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
background: #fff;
}
.mbbox{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
background: #fff;
}
.mbimg{
max-width: 100%;
height: auto;
}


.free{
padding:0px;
margin: 0px;
margin:0 auto;
}
.mm{
padding:0px;
margin: 10px 0;
}

.bnnermagi{
margin: -25px 0px 10px!important;
display:block;
}

.bnnermagi01{
margin: -55px 0px 10px!important;
	display:block;
}


a.cybb {text-decoration: none; color: #ffffff!important;} 
a.cybb:visited {text-decoration: none; color: #ffffff!important;}
a.cybb:hover {text-decoration: none; color: #666666!important; font-weight: bold!important; }
a.cybb:active {text-decoration: none; color:#83CBC5;}
a.cybb:focus {text-decoration: none; color: #ffffff;}



a.cybg:hover {text-decoration: none; color: #38787A!important; font-weight: bold!important;}
a.cybg {text-decoration: none; color: #38787A;  font-weight: bold!important;} 
a.cybg:visited {text-decoration: none; color: #38787A; font-weight: bold!important;}
a.cybg:active {text-decoration: none; color: #38787A; font-weight: bold!important;}

a.cybf {text-decoration: none; color: #fff!important;} 
a.cybf:hover {text-decoration: none; color: #38787A!important;font-weight: bold!important;}
a.cybf:visited {text-decoration: none; color: #fff!important;}


@media screen  and (-webkit-min-device-pixel-ratio:2) and (min-width:551px) and ( max-width:960px){
	#menu-banner_area{display: block;padding: 10px;}
#menu-banner_area li {display: inline-block;width: auto;margin:0 auto 10px; text-align:center;}
#menu-banner_area li:last-child{margin-left:-5px!important; }
	#menu-banner_area01{display: block;padding: 10px;}
#menu-banner_area01 li {display: inline-block;width: auto;margin:0 auto 10px; text-align:center;}
#menu-banner_area01 li:last-child{margin-left:-5px!important; }
		#menu-banner_area_sns{display: block;padding: 10px;}
#menu-banner_area_sns li {display: inline-block;width: auto;margin:0 auto 10px; text-align:center;}
#menu-banner_area_sns li:last-child{margin-left:-5px!important; }
}
@media screen and (min-width:720px) and ( max-width:1024px) {
	p.inboxw002{
width:99.5%;
	margin-right:2px;
	padding:2px;
	text-align:left;
	font-size:11px!important;
	color: #000;
	background: #fff;
/* border-radius: 3px; */
		display:inline-block;
}
	
	#menu-program_menu li.cy01 a{
	display: block;
	background: url(/wp-content/uploads/2020/01/j1.jpg) no-repeat ;
	text-indent: -9999px;
	background-size: contain;
background-color:#6B6A65!important;
	width: 240px;
height: 70px;
}
#menu-program_menu li.cy02 a{
	display: block;
	background: url(/wp-content/uploads/2020/01/j2.jpg) no-repeat;
	text-indent: -9999px;
background-size: contain;
width: 240px;
height: 70px;
/* background-color:#387879!important;*/
}

#menu-program_menu li.cy03 a{
	display: block;
	background: url(/wp-content/uploads/2020/01/j3.jpg) no-repeat;
	text-indent: -9999px;
	background-size: contain;
width: 240px;
height: 70px;
background-color: #898556!important;
}
	

	}


@media screen and (max-width: 780px) {
	
img.bottomagin{
margin-bottom:-35px!important;
}
img.bottomagin01{
margin-bottom:-5px!important;
}	
}
/*
@media screen and (orientation: landscape) {
	#menu-banner_area{display: block;padding: 10px;}
#menu-banner_area li {display: inline-block;width: auto;margin:0 auto 10px; text-align:center;}
#menu-banner_area li:last-child{margin-left:-5px!important; }
	 }
*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
display: none;
}