@charset "utf-8";

/*
Theme Name: odayaka
Theme URI: https://wordpress.org/themes/twentyfifteen/
Template: twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Tags: blog,two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.1531203184
Updated: 2018-07-10 15:13:04

*/

/**
* Table of Contents
*
* 1.0 - Reset
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
*   4.1 追加エレメント
* 5.0 - Forms
* 6.0 - Navigations
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Header
* 11.0 - Widgets
* 12.0 - Content
*	12.1 - Posts and pages
*	12.2 - Post Formats
*	12.3 - Comments
* 13.0 - Footer
* 14.0 - Media
*	14.1 - Captions
*	14.2 - Galleries
* 15.0 - Multisite
* 追加スタイル
* 16.0 - Media Queries
*	16.1 - Mobile Large　620px～
*	　16.1.1 - 追加スタイル
*	16.2 - Tablet Small 740px～
*	　16.2.1 - 追加スタイル
*	16.3 - Tablet Large 880px～
*	16.4 - Desktop Small 955px～
*	16.5 - Desktop Medium 1020px～
*	16.6 - Desktop Large 1290px～
*	16.7 - Desktop X-Large 1403px～
* 17.0 - Print
*/


/**
* 1.0 - Reset
*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

body {
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	word-break: break-all;
/*	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;*/
}

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

ol, ul {
	list-style: none;
}

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

caption, th, td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.pc { display: block !important; }
.sp { display: none !important; }



/**
* 2.0 - Genericons
*/

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.entry-content a[target="_blank"]:after {
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 600;
	font-size: 12px;
	margin: 0 3px;
}
a[href$='.pdf']:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	color: rgb(144, 27, 39);
	margin-right: 5px;
}
.entry-content a[href$='.pdf']:after{
	content: none;
}
.no_icon::after{
	content: none;
}

/**
* 3.0 Typography
*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b, strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
* 4.0 Elements
*/

hr {
	background-color: rgb(255, 245, 242);
	border: 0;
	height: 3px;
	margin: 2em 0;
}

ul {
	margin: 0 0 1.6em 0;
}
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
	line-height: 2.3;
	margin: 0;
	padding: 0 15px;
	border-top: solid 2px rgb(241, 241, 241);
	background-color: rgb(255, 255, 255);
}

dd {
	line-height: 1.6;
	margin: 0;
	padding: 12px 15px;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
	background: rgb(255, 255, 255);
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

/* 4.1 追加エレメント */
/* flexbox */
.flex-container {
	display: block;
}

/**
* 5.0 Forms
*/

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
* 6.0 Navigations
*/


/**
* 6.1 Links
*/

a {
	color: rgb(25, 130, 209);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/**
* 6.2 Menus
*/

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

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

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase;
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

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

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}

/**
* 8.0 Alignments
*/

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
* 9.0 Clearings
*/

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
* 10.0 Header
*/


/**
* 11.0 Widgets
*/

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

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

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

.textwidget ul,
.textwidget ol {
	margin-left: 1.6em;
}

.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

/**
* 12.0 Content
*/

.widget-area {
	margin: 9.09090% auto 0;
}

/**
* 12.1 Posts and pages
*/

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0;
}

.entry-title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 30px;
	text-align: center;
	background: rgb(255, 141, 0);
	color: rgb(255, 255, 255);
	padding: 50px 5% 140px;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	max-width: 1000px;
	margin: -90px 0 0;
	padding: 60px 5%;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	position: relative;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 0;
	margin-bottom: 1.8em;
}
.entry-content h2 {
	position: relative;
	background: rgb(244, 244, 244);
	padding: 8px 5px 7px 45px;
	font-size: 18px;
	color: rgb(71, 71, 71);
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.entry-content h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0f1";
	display: inline-block;
	line-height: 40px;
	font-weight: 600;
	position: absolute;
	padding: 0em;
	color: rgb(255, 255, 255);
	background: rgb(255, 141, 0);
	font-weight: 600;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	left: -10px;
	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);
}
.entry-content h2 span{
	font-size: 12px;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 2em;
	margin-bottom: 1.8em;
	padding-bottom: .5em;
}
.entry-content h3:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255) 2px, rgb(255, 141, 0) 2px, rgb(255, 141, 0) 4px);
	background: repeating-linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255) 2px, rgb(255, 141, 0) 2px, rgb(255, 141, 0) 4px);
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	text-transform: uppercase;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 1px solid #707070;
	border-bottom: rgba(51, 51, 51, 0.7);
}

.entry-content p,
.entry-content li,
.entry-content dt,
.entry-content dd,
.entry-content a
.entry-content tr,
.entry-content th,
.entry-content td{
	font-size: 15px;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.entry-content img{
	box-sizing: content-box;
	border: solid 2px rgb(221, 221, 221);
}

.entry-content ul{
	margin: 0 0 1.8em;
	padding: 1em 1.5em 1em 1.5em;
	border: solid 5px rgb(255, 245, 242);
}
.entry-content ul li:not(:first-child){
	border-top: solid 2px rgb(255, 245, 242);
	padding-top: 5px;
	margin-top:  5px;
}

.entry-content ol ol {
	counter-reset: item;
	list-style-type: none;
	margin: 0 0 1.6em;
}

.entry-content ol ol li:before{
	counter-increment:item;
	content:counters(item, "-")". ";
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before { content: "\f101"; }
.format-image .entry-format:before { content: "\f473"; }
.format-gallery .entry-format:before { content: "\f103"; }
.format-video .entry-format:before { content: "\f104"; }
.format-status .entry-format:before { content: "\f105"; }
.format-quote .entry-format:before { content: "\f106"; }
.format-link .entry-format:before { content: "\f107"; }
.format-chat .entry-format:before { content: "\f108"; }
.format-audio .entry-format:before { content: "\f109"; }
.posted-on:before { content: "\f307"; }
.byline:before { content: "\f304"; }
.cat-links:before { content: "\f301"; }
.tags-links:before { content: "\f302"; }
.comments-link:before { content: "\f300"; }
.full-size-link:before { content: "\f402"; }
.edit-link:before { content: "\f411"; }

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
* 12.2 Post Formats
*/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

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


/**
* 13.0 Footer
*/



/**
* 14.0 Media
*/

.site .avatar {
	border-radius: 50%;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
* 7.0 Accessibility
*/

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

/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
* 14.1 Captions
*/

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

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
* 14.2 Galleries
*/

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* 追加スタイル
-----------------------------------------------------------*/
/* all */
.inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}
.home #main{
	padding: 0;
}
#main{
	background: rgb(245, 245, 245);
}
#content{
	padding-left: 275px;
	background: rgb(255,255,255);
}
.box{
	margin-bottom: 1.6em;
	padding: 1.6em 1.6em 0;
	border: solid 1px rgb(221, 221, 221);
	overflow: hidden;
}
.over{
	overflow: hidden;
}
.shaded,
.home section.shaded,
.item-wrap .item-content,
.entry-content ul{
	background-color: rgb(255, 255, 255);
	background-image: -webkit-gradient(
		linear, 0 0, 100% 100%,
		color-stop(.25, rgba(255, 193, 7, 0.1)),
		color-stop(.25, rgba(0, 0, 0, 0)),
		color-stop(.5, rgba(0, 0, 0, 0)),
		color-stop(.5, rgba(255, 193, 7, 0.1)),
		color-stop(.75, rgba(255, 193, 7, 0.1)),
		color-stop(.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	-webkit-background-size: 14px 14px;
}

/* =acMenu */
.acMenu{
	margin: 0 0 2em;
	border: solid 15px rgb(255, 245, 242);
}
.acMenu dt {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 40px 10px 20px;
	font-weight: 600;
	color: rgb(255, 141, 0);
}
.acMenu dt:first-of-type{
	border-top: none;
}
.acMenu dt:hover,
.acMenu dt.active{
	color: rgb(255, 255, 255);
	background: rgb(255, 141, 0);
}
.acMenu dt:after,
.acMenu dt:hover:after,
.acMenu dt.active:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 2%;
	top: 10px;
}
.acMenu dt:after {
	content: "\f0fe";
	color: rgb(255, 141, 0);
}
.acMenu dt:hover:after{
	content: "\f0fe";
	color: rgb(255, 255, 255);
}
.acMenu dt.active:after{
	content: "\f146";
	color: rgb(255, 255, 255);
}
.acMenu dd{
	position: relative;
	display: none;
	padding: 30px 15px;
	background: rgb(255, 255, 255);
}
.acMenu dd:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	border-top: solid 15px rgb(255, 245, 242);
	border-bottom: solid 15px rgb(255, 245, 242);
	z-index: 1;
}

/* home */

.home article{
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
.home section{
	padding: 15% 0%;
	background: rgb(255, 255, 255);
}
.home section.middle{
	padding: 2% 0%;
}
.home section.base {
	background: rgb(255, 245, 242);
	border-top: solid 3px rgb(255, 141, 0);
	border-bottom: solid 3px rgb(255, 141, 0);
}
.home section.gray{
	background: rgb(245, 245, 245);
}
.home section.dark{
	background: rgb(51, 51, 51);
}
.home section.menu{
	background: url(images/menu.jpg) no-repeat center top 0;
}
.home section.messse{
	background: url(images/messse.jpg) no-repeat center top 0;
	color: rgb(255, 255, 255);
}
.home section.shaded{
	border-top: solid 5px rgb(255, 245, 242);
}
.home section#home-widget-col2{
	padding: 0;
}
.home section#home-widget-col2 .flex-container.jc-sb{
	flex-flow: row;
}
.home section#home-widget-col2 aside,
.home section#home-widget-col2 aside img{
	margin: 0;
}
aside img{
	width: 100%;
	display: block;
	margin-top: 5px;
	border: solid 1px rgb(221, 221, 221);
}
aside img:hover{}

/* エレメント */
.sp-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row wrap;
}
.sp-flex-container.jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fs-12 {
	font-size: 12px;
	font-weight: 400;
}
.ta-r {
	text-align: right;
	margin: 0;
}
.weekly-Schedule thead th.bg-red,
.bg-red {
	background: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
}
.weekly-Schedule thead th.bg-blue,
.bg-blue {
	background: rgb(0, 112, 255);
	color: rgb(255, 255, 255);
}
.d-b {
	display: block;
}
.d-ib {
	display: inline-block;
}
.b-box {
}
.b-box.radius {
	border-radius: 3px;
}

/* Home */

.home .metaslider .caption-wrap,
.home .metaslider .caption {
	display: none;
}
.lede{
	color: #f00;
	font-weight: 600;
}
.alert {
	padding: 0;
	margin: 0;
	background: rgb(51, 51, 51);
	color: #fff;
}
.alert-container {
	padding: 10px 0;
	margin-bottom: 0;
}
.alert-container dl{}
.alert-container dt,
.alert-container dd{
	margin: 0;
}
.alert-container dt{
	font-weight: 400;
	padding: 5px 10px;
	line-height: 1.2;
	font-size: 13px;
}
.alert-container span.imp{
	border: solid 1px;
	padding: 2px 15px;
	background: rgb(255, 0, 0);
}
.alert-container span.date{
	margin: 0 5px 0 7px;
	color: rgb(255, 0, 0);
	font-weight:  600;
}
.alert-container dd{
	padding: 5px 10px 0;
}
.alert-container dd a{
	color: #fff;
	font-size: 15px;
}
.today-dr {
	margin-bottom: 20px;
	background: rgb(255, 255, 255);
	width: auto;
	margin: 0 auto;
	margin-right: 20px;
	padding: 22px;
	border: 10px solid rgb(228, 228, 228);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
}
h2.today-dr-h {
	font-size: 16px;
	line-height: 2.666;
	margin-bottom: 20px;
	background: rgb(255, 255, 255);
	text-align: center;
	color: rgb(255, 141, 0);
	border: solid rgb(255, 141, 0);
	font-weight: 600;
}
h2.today-dr-h:before {
	content: "\f0f0";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-weight: 600;
}
h2.today-dr-h small{
	margin-left: -8px;
}
.today-dr-contents {
	margin-bottom: 10px;
}
.today-dr-contents-conttainer p.closed{
	font-size: 16px;
	font-weight: 600;
	color: rgb(255, 0, 0);
	text-align: center;
	margin: 10px 0;
}
.today-dr-contents dt {
	font-weight: 600;
	font-size: 13px;
	font-size: 1.3rem;
	color: rgb(255, 255, 255);
	border: solid 1px;
	margin: 0 0 5px;
	padding: 0 10px;
	border-radius: 3px;
}
.today-dr-contents dd {
	float: left;
	min-width: 220px;
	margin-bottom: 0px;
	font-weight: 600;
}
.today-dr-contents .pt01{
	background: rgb(255, 141, 0);
}
.today-dr-contents .pt02{
	background: rgb(51, 51, 51);
}
.today-dr-contents span {display: block;}
.today-dr p a {
	color: #848484;
	font-size: 14px;
}
.weekly-Schedule {}
.weekly-Schedule .today-dr{
	margin: 0 0 1em;
}
.weekly-Schedule .h-title {
	height: 69px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
	font-weight: 600;
	background: rgb(255, 141, 0);
}
.weekly-Schedule thead th {
	background: #9b9999;
	color: #fff;
}
.type-insurance{
	background: rgb(255, 255, 255);
	padding: 5% 0%;
}
.type-insurance-container {
	margin-bottom: 20px;
}
.type-insurance-img {
	width: 100%;
	margin-bottom: 1.6em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: rgb(255, 255, 255);
	border: solid 2px rgb(255, 141, 0);
	border-radius: 0 0 5px 5px;
}
.type-insurance-img span{
	flex: 1;
}
.type-insurance-img img{
	border-radius: 5px 5px 0 0;
}

.type-insurance .sp-flex-item {
	width: 100%;
}
h2.type-insurance-h {
	flex: 1;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #ef5788;
	height: 22px;
}
.type-insurance-h span{
	padding-bottom: 5px;
	border-bottom: 2px solid rgb(255, 141, 0);
}
.medical-list li {
}
ul.medical-list li:nth-child(odd) {
	background: rgb(243, 247, 251);
}
.medical-list li a {
	position: relative;
	display: block;
	padding: 10px 16px;
	color: rgb(119, 119, 119);
	font-weight: 600;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
.medical-list li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid rgb(51, 51, 51);
	border-right: 2px solid rgb(51, 51, 51);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.medical-list li a:hover{
	background: rgb(202, 229, 255);
}
.table-1{
	flex: 2;
}
.table-1 th,
.table-1 td{
	text-align: center;
	vertical-align: middle;
}
.weekly-Schedule p{
	font-size: 14px;
}
.s-time{
	color: rgb(51, 51, 51);
	line-height: 1.4;
	font-size: 14px;
}
table {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	position: relative;
	z-index: 2;
}
th, td {
	vertical-align: top;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
tr:nth-child(even)>td,
tr:nth-child(even)>th {
	background-color: #efefef;
}
table caption {
	font-weight: 600;
	margin: 15px 0;
	padding-left: 10px;
	border-left: solid 7px rgb(255, 141, 0);
}
table.col-c,
table.col-c th,
table.col-c td{
	text-align: center;
	vertical-align: middle;
}
.plan-price {
	color: #fff;
}
.plan-price {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding: 20px 15px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.plan-price span {
	font-size: 1rem;
}
.plan-image{
	padding: 0;
}
.plan-image img{
	width: 100%;
	height: auto;
}
.plan-base th,
.plan-base .plan-price {
	background: rgb(255, 141, 0);
	background: linear-gradient(-90deg, rgb(255, 141, 0), rgb(255, 141, 0));
}
.plan-base td a{
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 15px;
	padding: 5px 15px;
	color: #333;
}
.plan-base td a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid rgb(51, 51, 51);
	border-right: 2px solid rgb(51, 51, 51);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.plan-base td a:hover{
	text-decoration: none;
	color: rgb(255, 141, 0);
	box-shadow: 0px 0px 1px #03499a, 0px 0px 1px #03499a;
}
.plan-base td a.btn{
	color: rgb(255, 255, 255);
}

table.type-of{}
table.type-of tr{}
table.type-of th,
table.type-of td{
	font-size: 15px;
	padding: .6em;
	display: block;
}
table.type-of th{
	font-weight: 400;
	background: #999;
	color: rgb(255, 255, 255);
}
table.type-of td{}
table.type-of caption span {
	display: block;
	width: 110px;
	text-align: center;
	font-size: 12px;
	color: rgb(255, 141, 0);
	margin-right: 5px;
	padding: 3px 5px 1px;
	border: solid 1px rgb(255, 141, 0);
	border-radius: 3px;
}
table.type-of td span {
	font-size: 13px;
	color: rgb(255, 255, 255);
	margin-right: 5px;
	padding: 2px 5px;
	background: rgb(51, 51, 51);
	border: solid 1px;
}

section.messse{}
section.info{
	padding: 30px 0;
}
.banner-contents{
	margin: 0;
}
.banner-contents aside{
	margin: 0;
	padding: .5%;
}
.banner-container {
	margin-bottom: 10px;
}
.info-contents {}
.info-contents h3{
	margin-bottom: 15px;
}
h2.info-h {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 16px;
	border-bottom: 1px solid;
	color: rgb(255, 141, 0);
}
h2.info-h a {
	position: absolute;
	right: 0;
	display: inline-block;
	font-size: 13px;
	height: 20px;
	line-height: 1.8;
	margin: 7px 0 0;
	padding: 0 15px;
}
.info-list li {
	margin-bottom: 8px;
	font-size: 15px;
}
.info-list li span.date {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	margin-right: 5px;
	padding: 0 10px;
	background:  #ff0000;
	border-radius: 30px;
}
.info-list li.title a {
	font-weight: 600;
}
.info-list li.text a {
	font-size: 12px;
	color: #848484;
}
.link-contents.sp-flex-container {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.link-contents {
}
.link-img-container {
}
.link-img-container a img {
	margin: 0 auto;
}
.banner-contents{
	overflow: hidden;
}
.banner-container {
	float: left;
	width: 48%;
	margin: 1%;
}
.home-sub-title{
	text-align: center;
	color: rgb(255, 141, 0);
	font-size: 24px;
	margin-bottom: 1em;
}
.home-banner-top aside{
	margin: 0;
	padding: 1%;
}
.col-wrap{}
.col-2{}
.col-2 .col-img{
	display: block;
	width: 80%;
	margin: 0 auto 20px;
	padding: 2%;
	border: solid 1px #999;
}
.col-2 .col-title{
	font-size: 30px;
	margin-bottom: 1em;
	text-align: center;
}
.col-2 .col-title span{
	display: block;
	font-size: 16px;
	margin-top: 20px;
}

/* swiper */

.swiper-wrapper img{
  border: solid 1px #ddd;
  width: 99%;
}
.swiper-slide{
  margin: 0;
}
.inner .swiper-button-next,
.inner .swiper-button-prev{
  margin-top: 5px;
}

ul.banner-panel{
	display: flex;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 1.6em 0;
}
ul.banner-panel li{
	margin: .5%;
	width: 49%;
	display: flex;
	align-items:center;

}
ul.banner-panel li a{
	font-size: 12px;
	/* text-align: center; */
	/* padding: 3%; */
	line-height: 1.6;
	/* background: rgb(244, 244, 244); */
	border-bottom: 1px solid rgb(221, 221, 221);
	width: 100%;
	height: 100%;
	display: block;
}
ul.banner-panel li a span{
	display: inline-block;
}
ul.banner-panel li a:hover{
	text-decoration: none;
}

/* page */

#bread-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#bread-wrap p {
	font-size: 13px;
	border-bottom: solid 1px rgb(221, 221, 221);
	background: rgb(244, 244, 244);
	padding: 2px 5%;
}
.entry-content em {
	font-style: normal;
	color: rgb(0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(255, 235, 59, 0.45)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 235, 59, 0.45) 0%);
	background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 235, 59, 0.45) 0%);
}
.page-wrap:first-of-type{
	margin-top: 0;
	padding-top: 100px;
}
.item-wrap{
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-wrap .item{}
.item-wrap .item-content {
	padding: 1.6em;
	margin-bottom: 2em;
	border: solid 5px rgb(255, 245, 242);
}
.item-wrap .item-content ul {
	border: solid 5px rgb(255, 245, 248);
	padding: 10px 10px 10px 10px;
	padding: 1em 1.5em 1em 1.5em;
	background: rgb(255, 255, 255);
}
.item-wrap .item-content p:last-child,
.item-wrap .item-content ul:last-child{
	margin-bottom: 0;
}
ul.square-list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
li.square{
  position: relative;
  width: 49%;
  height: auto;
  line-height: 1.4;
  margin-bottom: 10px;
  border: solid 1px #ded7c6;
}
li.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
li.square a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
	padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
li.square a:before{
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
li.square a > *{
  vertical-align: middle;
  display: inline-block;
}
li.square a img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
li.square a:hover{
	text-decoration: none;
}

.entry-content h2.parent-title{}
.entry-content h2.parent-title:before{
	content: none;
}
ul.parent-list{
	background: rgb(244, 244, 244);
	border: solid rgb(221, 221, 221);
}
ul.parent-list li{}
.entry-content ul.parent-list li:not(:first-child){
	border-top: solid 1px rgb(221, 221, 221);
}
ul.parent-list li a{
	position: relative;
	display: block;
	padding: 3px 0;
}
ul.parent-list li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid rgb(51, 51, 51);
	border-right: 2px solid rgb(51, 51, 51);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.parent-list li a:hover{
	text-decoration: none;
}
ul.parent-list .current_page_item,
ul.parent-list .current_page_item:hover a{
	font-weight: 600;
}
ul.check,
ul.question{
	position: relative;
}
ul.check li,
ul.question li{
	padding: 0 1.5em;
}
ul.check li:before,
ul.question li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left : 1.5em;
	color: rgb(255, 141, 0);
}
ul.check li:before{ content: "\f058"; }
ul.question li:before{ content: "\f059"; }
ul.price{
	position: relative;
	margin-top: 50px;
}
ul.price li:after {
	background: rgb(255, 245, 242);
	color: rgb(255, 141, 0);
	font-weight: bold;
	position: absolute;
	left: -5px;
	bottom: 100%;
	padding: 1px 15px;
	content: "料金";
	letter-spacing: 0.05em;
}
.video-container {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* スタッフ関連 */
.entry-content .staff-list-wrap{
	display: flex;
	flex-wrap: wrap;
	border: solid 10px rgb(255, 245, 242);
	margin: 0 0 1.8em;
	padding: 2em 1.5em 1em;
}
.entry-content .staff-list-wrap h2{}
.entry-content .staff-list-wrap h2:before{
	content: none;
}

.entry-content .staff-list-other {
	border: solid 10px rgb(255, 245, 242);
	margin: 0 0 1.8em;
	padding: 2em 1.5em 1em;
}
.entry-content .staff-list-other h3.title {
	margin: 0 0 10px;
	padding: 0;
	color: rgb(255, 141, 0);
}
.entry-content .staff-list-other img{
	width: 100%;
	height: auto;
}
.entry-content .staff-list-other h3.title:after{
	content: none;
}
.staff-wrap{
	justify-content: space-around;
	display: flex;
	flex-wrap:  wrap;
}
.staff-wrap a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.staff-wrap a:hover,
.staff-wrap a:focus{
	text-decoration: none;
}
.staff-item{
	width: 48%;
	text-align: center;
	margin: 1%;
	border: solid 1px rgb(221, 221, 221);
	background: #fff;
}
.staff-item:nth-child(-n+2){
	width: 100%;
}
.staff-thumb{ flex: 1; }
.staff-text{
	flex: 1;
	padding: 10px 0 15px;
}
.staff-item a{
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	color: rgb(255, 141, 0);
}
.staff-item a:hover{
	text-decoration: none;
	color: rgb(255, 255, 255);
	background: rgb(255, 141, 0);
	opacity: 1.0;
}
.staff-item h3{
	margin: 0;
	padding: 0;
}
.staff-item h3:after{
	content: none;
}
.staff-item p{
    margin: 0;
}
.staff-text .more{
	text-align: center;
	margin: 5px auto 0;
	border: solid 1px #ddd;
	border-radius: 20px;
	width: 80px;
	font-size: 13px;
	line-height: 1.8;
}
.staff-thumb img{
	width: 100%;
	height: auto;
	border: none;
}
.entry-content .staff-wrap h3 {
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
	box-shadow: none;
	background: none;
}
.entry-content .staff-wrap h3:before{
	content: none;
}

.staff-detail{}
.staff-detail .staff-thumb{}
.staff-detail .staff-thumb img{
	width: 100%;
	height: auto;
}
.staff-info{}
.staff-info h1{
	font-size: 18px;
}
.staff-info h1 span{
	display: block;
	font-size: 14px;
}
.entry-content ul.positoin{
	padding: 10px;
	background: none;
	border: solid 1px;
}
.entry-content ul.positoin li:not(:first-child){
	margin: 0;
	padding: 0;
	border-top: dotted 1px rgb(221, 221, 221);
}
.entry-content dl.career{
	border: solid 1px #ddd;
	padding: 4%;
	display: flex;
	flex-wrap:  wrap;
}
.entry-content dl.career dt,
.entry-content dl.career dd{
	line-height: 1.5;
	margin: 0;
	padding: 3px 0;
	border: none;
	font-weight: normal;
}
.entry-content dl.career dt{
	width: 31%;
	clear: both;
	border-right: solid #ddd 1px;
	float:  left;
	background: none;
}
.entry-content dl.career dd{
	padding-left: 20px;
	width: 69%;
}
.staff-comment {}


/* 担当表 */

#shedule-wrap{}
#shedule-wrap h2{}
.entry-content ul.shedule-cal{
    border: solid 10px rgb(255, 245, 242);
    padding: 2em 1.5em 1em;
}
.entry-content ul.shedule-cal li{
	border: none;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	border-bottom: solid 3px rgb(255, 245, 242);
}
ul.shedule-cal li.headline{
	display: none;
}
.entry-content ul.shedule-cal li div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	flex: 6;
}
.entry-content ul.shedule-cal li a{
	display: block;
}
.name-db{
	display: block;
}
.entry-content ul.shedule-cal li div span{flex: 1;}
ul.shedule-cal li h3 {
	margin: 0 0 6px;
	color: #fff;
	padding: 0;
	text-align: center;
	font-size: 13px;
}
.date-am h3{background: rgb(255, 141, 0);}
.date-pm h3{ background: rgb(51, 51, 51); }
ul.shedule-cal li h3:after{
	content: none;
}
ul.shedule-cal li span{
	padding: 0 5px;
}
ul.shedule-cal li span.day-of{
	text-align: center;
	display: block;
}
ul.shedule-cal li .tanto-sub,
ul.shedule-cal li .bikou {
	font-size: 12px;
	display: block;
	line-height: 1.4;
	color: rgb(136, 136, 136);
}


/* link-tab
----------------------------------------------- */
.entry-content .link-tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.entry-content .link-tab li{
	border-top: solid 4px rgb(249, 249, 249);
	background: rgb(249, 249, 249);
	width: 49.5%;
	margin: 0 !important;
	padding: 0 !important;
}
.entry-content .link-tab li:not(:first-child){
	border-top: solid 4px rgb(249, 249, 249);
}
.entry-content .link-tab li:hover{
	border-top: solid 4px rgb(255, 141, 0);
}
.entry-content .link-tab li a{
	display: block;
	text-align: center;
	font-weight: 600;
	line-height: 4;
	color: rgb(255, 141, 0);
}
.entry-content .link-tab li a:focus,
.entry-content .link-tab li a:hover{
	cursor: pointer;
	text-decoration: none;
}
.entry-content .link-tab li.active{
	background: rgb(255, 245, 242);
	border-top: solid 4px rgb(255, 141, 0);
}
.tab-wrap{
	padding: 2em 1.5em 1em;
	border: solid 10px rgb(255, 245, 242);
	background-color: rgb(255, 255, 255);
	background-image: -webkit-gradient(
		linear, 0 0, 100% 100%,
		color-stop(.25, rgba(255, 193, 7, 0.1)),
		color-stop(.25, rgba(0, 0, 0, 0)),
		color-stop(.5, rgba(0, 0, 0, 0)),
		color-stop(.5, rgba(255, 193, 7, 0.1)),
		color-stop(.75, rgba(255, 193, 7, 0.1)),
		color-stop(.75, rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0)));
	-webkit-background-size: 14px 14px;
}


/* fadetab
----------------------------------------------- */
.entry-content .fade-tab {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: solid 10px rgb(248, 246, 244);
	margin-bottom: 40px;
	border: none;
	background: none;
	display: flex;
}
.entry-content .fade-tab li {
	background: rgb(248, 246, 244);
	font-size: 13px;
	text-align: center;
	border-top: solid 2px rgb(248, 246, 244);
	flex: 1;
}
.entry-content .fade-tab li:first-child {
	width: 100%;
	text-align: center;
}
.entry-content .fade-tab li:last-child{}
.entry-content .fade-tab li a {
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.entry-content .fade-tab li:hover{
	background: rgb(255, 237, 243);
	border-top: solid 2px rgb(255, 237, 243);
}
.entry-content .fade-tab li.active {
	background: rgb(255, 255, 255);
	border-top: solid 2px rgb(255, 92, 147);
}
.entry-content .fade-tab li a:hover,
.entry-content .fade-tab li.active a{
	color: rgb(255, 92, 147);
	text-decoration: none;
}
.entry-content .fade-tab li.active a{}
.entry-content .fade-tab li.hover a span,
.entry-content .fade-tab li.active a span{
	color:rgb(255, 255, 255);
}
.entry-content .fade-tab.tab2 li{
	width: 50%;
	float: left;
}
.entry-content .fade-content {
	clear: both;
	overflow: hidden;
	width: 300px;
	border:1px solid #eee;
	height:300px;
}
.entry-content .fade-area {
	display: none;
	position: relative;
}

/* form
----------------------------------------------- */
dl.form{}
dl.form dt{
	clear: both;
	width: 100%;
	padding: 0;
	border: none;
}
dl.form dt span.must{
	float: left;
	line-height: 1.8em;
	display: block;
	font-size: 12px;
	color: rgb(255, 255, 255);
	margin: 4px 5px 0 0;
	padding: 0 .5em;
	border-radius: 2px;
	background-color: rgb(203, 105, 112);
}
dl.form dd{
	clear: both;
	width: 100%;
	padding: 0 0 15px;
	line-height: 1.5em;
}
dl.form dd .size-middle{
	width: 45%;
}
dl.form dd .size-min{
	width: 15%;
}
dl.form dd #zip,
dl.form dd #zip1{
	width: 14%;
	margin-bottom: 10px;
	padding: 0.375em;
}
dl.form dd .addr,
dl.form dd .c-address{
	margin-bottom: 10px;
}




.mw_wp_form dd .error {
	font-size: 1em;
	font-weight: 600;
	color: rgb(255, 0, 0);
	margin-top: 5px;
}

/**
* 16.0 Media Queries
*/

/**
* 16.0 - Mobile Large 420px
*/

@media screen and (min-width: 420px) {}

	/* home */
	.weekly-Schedule .h-title {
		height: auto;
		width: 120px;
		font-size: 14px;
	}

/**
* 16.1 - Mobile Large 620px
*/

@media screen and (min-width: 620px) {


/* 16.1.1 - 追加スタイル
-----------------------------------------------*/
	/* エレメント */
	.home section{
		padding: 5% 0%;
	}
	.home-sub-title{
		font-size:32px;
	}

	/* flexbox */
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.flex-container.jc-sb {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.link-img-container {
		flex: 1;
		margin: 1%;
	}
	.flexbox {
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.home-banner-top aside{
		width: calc(33.333% - 0px);
	}
	.plan-table {
		margin-left: 3%;
		overflow: hidden;
		width: 33%;
	}
	.plan-table:first-of-type {
		margin-left: 0;
	}
	li.square{
		width: 32%;
	}
	.entry-content ul.shedule-cal li,
	ul.shedule-cal li.headline{
		display: flex;
		flex-wrap: wrap;
		border: none;
	}
	.entry-content ul.shedule-cal li{
		border-bottom: solid 3px rgb(255, 245, 242);
		margin: 0;
		padding: 10px;
	}
	ul.shedule-cal li.headline{
		color: rgb(255, 141, 0);
		padding: 10px 0 6px;
		font-weight: 600;
		border-bottom: solid 2px;
		background: rgb(255, 245, 242);
	}
	ul.shedule-cal li h3{
		display: none;
	}
	ul.shedule-cal li span{
		flex: 2;
	}
	ul.shedule-cal li span.day-of{
		flex: 1;
	}

	.flex2{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 3%;
		border: solid 15px rgb(255, 245, 242);
	}
	.flex2 .col-2{
		flex: 1;
		margin: 2%;
	}
}


/**
* 16.3 - Tablet Large 880px
*/

@media screen and (min-width: 880px) {

	/* 16.3.1 - 追加スタイル
	-----------------------------------------------*/
	.inner {
		padding: 0 15px;
	}

	/* Home */

	.home .metaslider .caption-wrap {
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		color: rgb(255, 255, 255);
		opacity: 1;
		margin: 0;
		display: block;
		width: 100%;
		display: flex;
		line-height: 1.4em;
		justify-content: space-around;
		align-items: center;
		background: rgba(0, 0, 0, 0.3);
	}
	.home .metaslider .caption {
		display: block;
		font-size: 36px;
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		word-wrap: break-word;
		padding: 5px 10px;
	}
	.alert-container dt,
	.alert-container dd{
		float: left;
		font-size: 14px;
		line-height: 1.6;
		padding: 3px 5px 5px;
		margin-right: 5px;
	}
	.lede{
		text-align: center;
	}
	.schedule-container {
		padding: 30px 0;
	}
	.schedule-box,
	.today-dr-contents-conttainer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.today-dr {
		position: absolute;
		right: 20px;
		top: 120px;
	}
	.today-dr-contents {
		width: 50%;
		padding: 15px 10px 0;
	}
	.today-dr-contents:first-child {
		border-right: 1px solid #ddd;
	}
	h2.today-dr-h{
		margin-bottom: 5px;
	}
	.today-dr-contents-conttainer {}
	.today-dr-contents dt {
		float: none;
		text-align: center;
	}
	.today-dr-contents dd {
		float: none;
		min-width: auto;
		font-size: 15px;
		text-align: center;
	}
	.weekly-Schedule {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border: solid 5px rgb(255, 245, 242);
		padding: 30px;
		background: #fff;
	}
	.weekly-Schedule .col-2{
		position: relative;
	}
	.weekly-Schedule .today-dr{
		position: static;
		width: auto;
		margin-right: 20px;
		margin-bottom: 0;
		box-shadow:  none;
		border-radius: 0;
	}
	.table-1, .weekly-Schedule p{
		margin: 0;
	}
	.table-1{
	margin-bottom: 10px;
	}
	.weekly-Schedule .h-title{
		width: 140px;
		font-size: 1em;
	}
	.s-time{
		font-size: 1em;
	}
	.weekly-Schedule p{
		flex: 1;
		margin: 0;
		line-height: 1.6;
		align-items: center;
	}
	.type-insurance.flex-container {
		padding: 24px 4px;
		border-radius: 3px;
		margin-bottom: 48px;
	}
	.type-insurance-container.sp-flex-container.jc-sb {
		display: block;
	}
	.type-insurance-container {
		width: calc(33.333% - 15px);
		border-bottom: 0;
		margin-bottom: 0;
	}
	.type-insurance-container:last-child {
		border-right: 0;
	}
	.type-insurance-img {
		width: 100%;
		margin-bottom: 20px;
		display: block;
		border: none;
		background: none;
	}
	.type-insurance-h span {
		padding-bottom: 5px;
		border-bottom: 2px solid rgb(255, 141, 0);
	}
	.type-insurance-text.sp-flex-item {
		width: 100%;
	}
	.home-info-wrap{
		display: flex;
	}
	.banner-contents {
		flex: 1;
		margin-left: 50px;
	}
	.info-contents {
		flex: 2;
	}
	.col-wrap{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.col-2{
		flex: 1;
	}
	ul.banner-panel li{
		width: 32.333%;
	}

	/* swiper */
	.home .swiper-wrapper{
		flex-wrap:wrap;
	}
	.home .swiper-slide{
		width: 32.3%;
		margin: .5%;
	}
	.home .swiper-button-prev,
	.home .swiper-button-next,
	.home .swiper-pagination{
		display: none;
	}

	/* page */
	.entry-content, .entry-summary{
		padding: 80px 85px;
		margin: -90px auto 0;
	}
	.entry-title{
		font-size: 30px;
		font-size: 3.0rem;
	}
	.entry-content h2 {
		position: relative;
		background: rgb(244, 244, 244);
		padding: 14px 5px 12px 40px;
		font-size: 18px;
		color: rgb(71, 71, 71);
		border-radius: 0 5px 5px 0;
	}
	.entry-content h2:before {
		width: 55px;
		height: 55px;
		line-height: 55px;
		left: -1.35em;
	}
	.entry-content p,
	.entry-content li,
	.entry-content dt,
	.entry-content dd,
	.entry-content a,
	.entry-content tr,
	.entry-content th,
	.entry-content td{
		font-size: 1em;
	}
	.item-wrap .item{
		width: 47%;
	}
	.staff-detail{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 2em;
	}
	.staff-detail .staff-thumb{
		flex: 1;
		margin-right: 50px;
	}
	.staff-info{
		flex: 2;
	}
	.staff-info h1{
		font-size: 42px;
		line-height: 1.3;
		margin: 0;
	}
	.staff-info h1 span{}
	.entry-content ul.positoin{
		margin: 20px 0 0;
	}
	.entry-content dl.career{
		padding: 3%;
	}
	.entry-content dl.career dt {
		width: 20%;
	}
	.entry-content dl.career dd {
		width: 80%;
	}
	table.type-of th,
	table.type-of td{
		display: table-cell;
	}
	table.type-of th{
		width: 25%;
	}
	.staff-item{
		width: 31.333%;
	}
	.staff-item:nth-child(-n+2){
		width: 48%;
		margin: 1%;
	}
	.staff-item a{
		display: flex;
		align-items: center;
	}
	dl.form{
		overflow: hidden;
		border-bottom:  solid rgb(245, 245, 245) 3px;
	}
	dl.form dt,
	dl.form dd{
		border-top: solid rgb(245, 245, 245) 3px;
		padding: 20px 0;
	}
	dl.form dt{
		width: 25%;
		float: left;
	}
	dl.form dd{
		width: 75%;
		float: right;
		clear: none;
		padding-left: 4%;
	}
	dl.form dt span.must{
		float:  right;
	}
	aside img{
		width: 100%;
		margin: 0;
	}
}

/**
* 16.4 - Desktop Small 955px
*/

@media screen and (min-width: 955px) {}

/* 16.4.1 - 追加スタイル
-----------------------------------------------*/


/**
* 16.5 Desktop Medium 1020px
*/

@media screen and (min-width: 1020px) {
	.entry-content, .entry-summary {
		border-radius: 5px;
	}
}

/**
* 16.6 Desktop Large 1290px
*/

@media screen and (min-width: 1290px) {}

/**
* 16.7 Desktop X-Large 1403px
*/

@media screen and (min-width: 1403px) {}

/**
* 17.0 Print
*/

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}
	#global-head,
	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	#content{
		padding: 0;
		width: 100%;
		background: rgb(255,255,255)
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}
