<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:isogo-sk
Author:ç£¯å­åŒºåŒºæ°‘åˆ©ç”¨æ–½è¨­å”ä¼š
Author URI:http://design-plus1.com/tcd-w/
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Featured Area
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 85%;
	overflow-x: hidden;
}
html:lang(ja) {
	font-size: 68%;
}
@media screen and (min-width: 782px) {
	html {
		font-size: 92.5%;
	}
	html:lang(ja) {
		font-size: 74%;
	}
}
@media screen and (min-width: 980px) {
	html {
		font-size: 100%;
	}
	html:lang(ja) {
		font-size: 80%;
	}
}

/* Base */
body {
	color: #444;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	word-wrap: break-word;
}
body:lang(ja) {
	font-family: "Lato", "Noto Sans JP", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic Medium", YuGothic, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}
	font-weight: 500;
	line-height: 1.8;
}
::selection {
	background-color: #def;
}
@media screen and (min-width: 782px) {
	body {
		font-size: 19px;
	}
	body:lang(ja) {
		font-size: 16px;
	}
}
@media screen and (min-width: 980px) {
	body {
		font-size: 20px;
	}
	body:lang(ja) {
		font-size: 17px;
	}
}

/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	font-weight: 700;
	line-height: 1.5;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 2rem;
	margin-bottom: 1.5em;
	margin-top: 3em;
}
h3 {
	font-size: 1.75rem;
	margin-bottom: 1em;
	margin-top: 2.5em;
}
h4 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h5 {
	font-size: 1.3rem;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
h6 {
	font-size: 1rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: #2269BA;
	text-decoration: underline;
	transition: all .15s ease-in-out;
}
a:hover {
	color: #639af6;
}
cite a, cite a {
	text-decoration: none;
}

/* Text */
p {
	margin: 0 0 1.8em;
}
b, strong {
	font-weight: 700;
}
dfn, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
	font-style: normal;
}
code, kbd, tt, var {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background: linear-gradient( transparent 70%, #ffff66 70% );
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 0 1.8em 1.5em;
	padding: 0;
}
li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.8em 1.5em;
}

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin: 0 0 1em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border: solid 1px #ccc;
	padding: 0.8em 1em;
}
th {
	background-color: #f4f5f6;
	font-weight: 600;
	text-align: left;
}
figcaption {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 2em;
}

/* Elements */
blockquote {
	color: #666;
	margin: 0 0 2em;
	padding: 12px 0 0 44px !important;
	position: relative;
}
blockquote:before {
	color: #ddd;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
blockquote p {
	margin-bottom: 0.8em;
}
blockquote cite {
	font-size: 90%;
}
address {
	margin: 0 0 1.8em;
	font-style: normal;
}
pre {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 2px;
	margin: 1.8em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 90%;
	line-height: 1;
	padding: 1.1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
input[type="file"] {
	margin-top: 0.6em;
}
select {
	border: solid 1px #e6e6e6;
	margin-top: 0.6em;
	padding: 0.6em;
}
textarea {
	max-width: 850px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.8em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 90%;
	margin-bottom: 1.8em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

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

/* Text meant only for screen readers */
.hide-blogname .site-title,
.hide-blogdescription .site-description,
.hide-date .posted-on,
.hide-author .byline,
.hide-comments-number .comments-link,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.9);
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);*/
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.top-bar-content:before,
.top-bar-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.widget:before,
.widget:after,
.sticky-sidebar:before,
.sticky-sidebar:after,
.site-bottom-content:before,
.site-bottom-content:after {
	content: "";
	display: table;
}
.clear:after,
.top-bar-content:after,
.entry-content:after,
.comment-content:after,
.nav-links:after,
.widget:after,
.sticky-sidebar:after,
.site-bottom-content:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #fff;
}
.top-bar-content,
.main-header-content,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.site-content,
.container-content,
.footer-widget-content,
.site-bottom-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-left: 20px;
	padding-right: 20px;
}
.container-content {
	padding-left: 30px;
	padding-right: 30px;
}
.site-header {
	margin-bottom: 5rem;
	background-color: #FFFFEF;
}
.main-header {
	/*padding-bottom: 15px;
	padding-top: 15px;*/
}
.main-header-content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.content-area {
	/*margin-bottom: 6rem;*/
}
.sidebar-area {
	border-top: solid 1px #eee;
	padding-bottom: 1rem;
	padding-top: 6rem;
}
.page-header {
	margin-bottom: 2rem;
}
.hentry {
	margin-bottom: 7rem;
}
.single .hentry {
	margin-bottom: 5rem;
}
.page .hentry {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 4rem;
}
.footer-widget-area {
	padding-bottom: 2rem;
	padding-top: 6rem;
}
.site-bottom {
	padding-bottom: 2rem;
	padding-top: 3rem;
}
.main-header-original .main-header-content {
	display: none;
}

/*TOPãƒšãƒ¼ã‚¸ä»¥å¤–ã®ãƒ•ãƒƒã‚¿ãƒ¼ã¯é›»è©±ç™ºä¿¡ã‚¿ã‚°ç„¡ã—ã€TOPã¸ã®ãƒªãƒ³ã‚¯ã‚ã‚Š*/

.page-template-default .tel-go,.blog .tel-go,.single .tel-go{
	display:block ;
	}

.page-template-default .tel-no,.blog .tel-no,.single .tel-no{
	display:none ;
}

.error404 .tel-go,.archive .tel-go,.page-template .tel-go{
  display:none ;
}
.error404 .tel-no,.archive .tel-no,.page-template .tel-no{
  display:block ;
}

.page-template-default .lk-no,.blog .lk-no,.single .lk-no{
	display:block ;
}
.page-template-default .lk-go,.blog .lk-go,.single .lk-go{
	display:none ;
	text-decoration: none;
}

.error404 .lk-no,.archive .lk-no,.page-template .lk-no{
	display:none ;
}
.error404 .lk-go,.archive .lk-go,.page-template .lk-go{
	display:block ;

}



@media screen and (min-width: 782px) {
	.top-bar-content,
	.main-header-content,
	.home-header-content,
	.jumbotron-content,
	.featured-entry-content,
	.site-content,
	.footer-widget-content,
	.site-bottom-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.container-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.top-bar-content,
	.main-header-content,
	.home-header-content,
	.site-bottom-content {
		max-width: 1120px;
	}
	.main-header {
		/*padding-bottom: 14px;
		padding-top: 14px;*/
		background-color: #8CC63F;
	}
	.top-bar-main,
	.footer-social-link {
		float: left;
	}
	.header-social-link,
	.footer-navigation {
		float: right;
	}
	.page-header {
		margin-bottom: 4rem;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content,
	.three-column .site-content,
	.has-sidebar .site-content,
	.footer-widget-content {
		max-width: 1120px;
	}
	.main-header-content {
		flex-wrap: wrap;
	}
	.has-sidebar .site-content {
		display: flex;
		justify-content: space-between;
	}
	.has-sidebar .content-area {
		width: 64.28%;
	}
	.has-sidebar .sidebar-area {
		border-top: none;
		padding-top: 0;
		width: 26.78%;
	}
	.sticky-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 120px;
	}
	.sticky-sidebar .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 90px;
	}
	.footer-widget-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.footer-widget-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widget {
		box-sizing: border-box;
		width: 25%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-header-original .main-header-content {
		display: block;
	}
}


/* Header
------------------------------------------------------------ */

/* Top Bar */
.top-bar {
	background-color: #f4f5f6;
	border-bottom: solid 1px #eee;
	line-height: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.top-bar-main {
	color: #888;
	font-size: 80%;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.top-bar-main a {
	color: inherit;
	text-decoration: none;
}
.top-bar-main a:hover {
	color: #111;
}
.top-bar-main li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 16px;
	vertical-align: middle;
}
.top-bar-main li:last-child {
	margin-right: 0;
}
.top-bar-main li:before {
	color: #999;
	display: inline-block;
	font: normal 16px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: relative;
	top: 1px;
	vertical-align: middle;
}
.top-bar-main li.top-bar-main-phone:before {
	content: "\f10b";
	font-size: 170%;
}
.top-bar-main li.top-bar-main-contact:before {
	content: "\f003";
	font-size: 110%;
}
.top-bar-main li.top-bar-main-access:before {
	content: "\f041";
	font-size: 135%;
}
.top-bar .header-social-link {
	display: none;
}
@media screen and (min-width: 782px) {
	.top-bar {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.top-bar-main li {
		margin-right: 24px;
	}
	.top-bar-main li:before {
		margin-right: 8px;
		top: -2px;
	}
	.top-bar .header-social-link {
		display: block;
	}
}

/* Main Header */
.site-branding {
	padding-right: 10px;
}
.tel-img{
	margin: 0 32%;
}
.home .site-logo a[href^="tel:"]{
   pointer-events: none;
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	transform: scale(0.85, 0.85);
	transform-origin: center;
}
.site-title {
	font-size: 1.75rem;
	margin-bottom: 0;
	margin-top: 0;
}
.site-title a,
.site-title a:hover {
	color: #111;
	text-decoration: none;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: #777;
	font-size: 95%;
	margin-bottom: 2px;
	margin-top: 2px;
}
@media screen and (min-width: 782px) {
	.site-branding {
		padding-right: 30px;
	}
	.site-logo img {
		transform: scale(0.925, 0.925);
	}
	.site-description {
		margin-bottom: 6px;
	}
}
@media screen and (min-width: 980px) {
	.site-logo img {
		transform: scale(1, 1);
	}
}


/* Menus
------------------------------------------------------------ */

/* Base */
.main-header-content .main-navigation {
	display: none;
}

/* Main Header Clone */
.main-header-clone {
	background-color: #fff;
	left: 0;
	/*padding-bottom: 12px;
	padding-top: 12px;*/
	position: fixed;
	top: 0;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transform: translateY(-100%);
	width: 100%;
	z-index: 100;
}
.main-header-clone-show {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}
.main-header-clone .site-title {
	font-size: 1.5rem;
}
.main-header-clone .main-header-content {
	align-items: center;
	max-width: 1080px;
	padding: 15px 20px;
}
.main-header-clone .site-logo {
	transform: scale(0.9, 0.9);
	transform-origin: center left;
}
.main-header-clone .site-description {
	display: none;
}
.admin-bar .main-header-original .drawer-navigation {
	top: 46px;
}
@media screen and (min-width: 601px) {
	.admin-bar .main-header-clone-show {
		transform: translateY(46px);
	}
}
@media screen and (min-width: 782px) {
	.admin-bar .main-header-original .drawer-navigation {
		top: 32px;
	}
	.admin-bar .main-header-clone-show {
		transform: translateY(32px);
	}
}
@media screen and (min-width: 980px) {
	.main-header-clone .main-header-content {
	    padding: 0;
	}
}

/* Drawer Button */
.drawer-hamburger {
	background-color: transparent;
	box-sizing: content-box;
	display: block;
	margin-right: -5px;
	outline: 0;
	padding: 12px 5px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 21px;
	min-width: 21px;
	z-index: 102;
}
.drawer-hamburger:hover,
.drawer-hamburger:focus {
	background-color: transparent;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #111;
	height: 2px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 100%;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:before {
	top: -6px;
}
.drawer-hamburger-icon:after {
	top: 6px;
}
.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
	.drawer-hamburger {
		padding: 15px 5px;
	}
	.drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
}

/* Drawer Navigation */
.drawer-overlay {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.drawer-navigation {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 90%;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	/*box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);*/
	transform: translateX(0);
}
@media screen and (min-width: 540px) {
	.drawer-navigation {
		width: 70%;
	}
	.drawer-navigation-content {
		padding: 75px 90px 75px 50px;
	}
}
@media screen and (min-width: 782px) {
	.drawer-navigation {
		width: 55%;
	}
	.drawer-navigation-content {
		padding: 90px 105px 90px 60px;
	}
}

/* Drawer Content */
.drawer-navigation ul {
	list-style: none;
	margin-bottom: 45px;
	margin-left: 0;
}
.drawer-navigation ul li {
	padding-bottom: 12px;
	padding-top: 14px;
	position: relative;
}
.drawer-navigation ul ul {
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 12px;
}
.drawer-navigation ul li li {
	padding-bottom: 10px;
	padding-top: 12px;
}
.drawer-navigation ul li li:last-child {
	padding-bottom: 0;
}
.drawer-navigation a {
	color: inherit;
	text-decoration: none;
}
.drawer-navigation a:hover {
	color: #111;
}
.drawer-navigation .page_item_has_children &gt; a,
.drawer-navigation .menu-item-has-children &gt; a {
	display: inline-block;
	padding-right: 20px;
}
.drawer-navigation .dropdown-toggle {
	background-color: transparent;
	outline: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 7px;
}
.drawer-navigation .dropdown-toggle:after {
	content: "\f107";
	color: #333;
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.drawer-navigation .sub-menu {
	display: none;
}
.drawer-navigation .sub-menu.toggled-on {
	display: block;
}
.drawer-navigation .current_page_item &gt; a,
.drawer-navigation .current-menu-item &gt; a {
	color: #111;
	font-weight: 700;
}
@media screen and (min-width: 782px) {
	.drawer-navigation .header-social-link {
		display: none;
	}
}

/* Main Navigation (Desktop) */
@media screen and (min-width: 980px) {
	.drawer-hamburger,
	.drawer-overlay,
	.drawer-navigation {
		display: none;
	}
	.main-header-content .main-navigation {
		display: block;
	}
	.main-navigation {
		font-size: 90%;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0 auto;
		max-width: 1080px;
	}
	.main-navigation a {
		color: inherit;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		text-decoration: none;
	}
	.main-navigation a:hover {
		color: #111;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu &gt; ul,
	.main-navigation ul.menu {
		/*letter-spacing: -0.4em;*/
	}
	.main-navigation div.menu &gt; ul &gt; li,
	.main-navigation ul.menu &gt; li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
	}
	.main-navigation div.menu &gt; ul &gt; li:first-child &gt; a,
	.main-navigation ul.menu &gt; li:first-child &gt; a {
		/*padding-left: 0;*/
	}
	.main-navigation div.menu &gt; ul &gt; li:last-child &gt; a,
	.main-navigation ul.menu &gt; li:last-child &gt; a {
		padding-right: 0;
	}
	.main-navigation div.menu &gt; ul &gt; li.page_item_has_children &gt; a:after,
	.main-navigation ul.menu &gt; li.page_item_has_children &gt; a:after,
	.main-navigation div.menu &gt; ul &gt; li.menu-item-has-children &gt; a:after,
	.main-navigation ul.menu &gt; li.menu-item-has-children &gt; a:after {
		content: "\f107";
		display: inline-block;
		font: normal 18px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		margin-left: 8px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
		left: -9999px;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 225px;
		z-index: 10;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover &gt; ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu &gt; ul &gt; li:first-child:hover &gt; ul,
	.main-navigation ul.menu &gt; li:first-child:hover &gt; ul {
		left: -18px;
	}
	.main-navigation div.menu &gt; ul &gt; li:last-child:hover &gt; ul,
	.main-navigation ul.menu &gt; li:last-child:hover &gt; ul {
		left: auto;
		right: -18px;
	}
	.main-navigation ul ul li:hover &gt; ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #eee;
		line-height: 1.6;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.main-navigation  ul ul li.page_item_has_children &gt; a,
	.main-navigation  ul ul li.menu-item-has-children &gt; a {
		padding-right: 30px;
	}
	.main-navigation  ul ul li.page_item_has_children &gt; a:after,
	.main-navigation  ul ul li.menu-item-has-children &gt; a:after {
		content: "\f105";
		font: normal 18px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 15px;
		top: 18px;
	}
	.main-navigation .current_page_item &gt; a,
	.main-navigation .current-menu-item &gt; a {
		color: #111;
		font-weight: 700;
	}
}

/* Social Link */
.menu a:before {
	color: #bbb;
	display: inline-block;
	font: normal 24px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #888;
}
.widget .menu a:before {
	margin-right: 12px;
}
.profilewidget-link.menu a:before,
.social-link-menu a:before {
	content: '\f0c1';
	margin-left: 0;
	margin-right: 4px;
}
.menu a[href*="behance.net"]:before     { content: "\F1B4"; }
.menu a[href*="deviantart.com"]:before  { content: "\F1BD"; }
.menu a[href*="digg.com"]:before        { content: "\F1A6"; }
.menu a[href*="dribbble.com"]:before    { content: "\F17D"; }
.menu a[href*="dropbox.com"]:before     { content: "\F16B"; }
.menu a[href*="facebook.com"]:before    { content: "\F230"; }
.menu a[href*="flickr.com"]:before      { content: "\F16E"; }
.menu a[href*="foursquare.com"]:before  { content: "\F180"; }
.menu a[href*="plus.google.com"]:before { content: "\F0D5"; }
.menu a[href*="github.com"]:before      { content: "\F09B"; }
.menu a[href*="instagram.com"]:before   { content: "\F16D"; }
.menu a[href*="linkedin.com"]:before    { content: "\F30C"; }
.menu a[href*="medium.com"]:before      { content: "\F23A"; }
.menu a[href*="pinterest.com"]:before   { content: "\F231"; }
.menu a[href*="getpocket.com"]:before   { content: "\F265"; }
.menu a[href*="reddit.com"]:before      { content: "\F1A1"; }
.menu a[href*="skype.com"]:before,
.menu a[href*="skype:"]:before          { content: "\F17E"; }
.menu a[href*="slideshare.net"]:before  { content: "\F1E7"; }
.menu a[href*="snapchat.com"]:before    { content: "\F2AB"; }
.menu a[href*="soundcloud.com"]:before  { content: "\F1BE"; }
.menu a[href*="spotify.com"]:before     { content: "\F1BC"; }
.menu a[href*="stumbleupon.com"]:before { content: "\F1A4"; }
.menu a[href*="tumblr.com"]:before      { content: "\F173"; }
.menu a[href*="twitch.tv"]:before       { content: "\F1E8"; }
.menu a[href*="twitter.com"]:before     { content: "\F099"; }
.menu a[href*="vimeo.com"]:before       { content: "\F27D"; }
.menu a[href*="vk.com"]:before          { content: "\F189"; }
.menu a[href*="wordpress.org"]:before,
.menu a[href*="wordpress.com"]:before   { content: "\F19A"; }
.menu a[href*="yelp.com"]:before        { content: "\F1E9"; }
.menu a[href*="youtube.com"]:before     { content: "\F16A"; }
.menu a[href$="/feed/"]:before          { content: "\F09E"; }

/* Social Link Menu */
.social-link-menu ul {
	list-style: none;
	margin: 0;
}
.social-link-menu li {
	display: inline-block;
	padding-left: 12px;
}
.social-link-menu li:first-child {
	padding-left: 0;
}
.social-link-menu a:before {
	margin-right: 0;
}


/* Featured Area
------------------------------------------------------------ */

/* Jumbotron */
.jumbotron {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #FFFFEF;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/top-main.jpg)!important;
	max-width: 100%;
	height: 430px;
	margin: 0 auto;
	padding-bottom: 0.5rem;
}
.site-logo img {
    transform: scale(0.7, 0.7);
}
.jumbotron-content {
	/*padding-bottom: 60px;
	padding-top: 60px;*/
	padding: 0!important;
	max-width: 100%!important;
	text-align: center;
	color: #444;
}
.jumbotron-title {
	color: #444;
	font-size: 2.25rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
@media screen and (min-width: 416px) {
		.jumbotron {
			height: 540px;
	}
}
@media screen and (min-width: 782px) {
	.jumbotron-title {
		font-size: 2.5rem;
	}
	.jumbotron-content {
		/*padding-bottom: 90px;
		padding-top: 90px;*/
	}
	.jumbotron {
		max-width: 100%;
		height: 600px;
	}
	.site-logo img {
		transform: scale(0.8, 0.8);
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content {
		/*padding-bottom: 105px;
		padding-top: 105px;*/
	}
	.jumbotron {
		max-width: 1500px;
		height: 720px;
		padding-bottom: 2rem;
	}
	.site-logo img {
		transform: scale(1,1);
	}
}


/* Home Header */
.home-header {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.home-header-overlay {
	background-color: rgba( 0, 0, 0 , 0.4 );
}
.home-header-content {
	padding-bottom: 75px;
	padding-top: 75px;
	text-align: left;
}
.home-header-title {
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.home-header-text {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 105%;
	margin-top: 28px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.home-header-button {
	font-size: 95%;
}
.home-header-button a {
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
}
a.home-header-button-main {
	background-color: #4693f5;
	margin-right: 16px;
	padding: 12px 25px;
}
a.home-header-button-main:hover {
	color: #fff;
}
a.home-header-button-sub {
	border: solid 2px #fff;
	padding: 10px 23px;
}
a.home-header-button-sub:hover {
	background-color: #fff;
	color: #111;
}
@media screen and (min-width: 782px) {
	.home-header-content {
		padding-bottom: 105px;
		padding-top: 105px;
	}
}
@media screen and (min-width: 980px) {
	.home-header-content {
		padding-bottom: 135px;
		padding-top: 135px;
	}
	.home-header-title {
		font-size: 3rem;
	}
}

/* Featured Post */
.featured-post {
	overflow: hidden;
}
.featured-post,
.featured-entry {
	height: 225px;
}
.featured-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.featured-entry-overlay {
	align-items: center;
	background-color: rgba( 0, 0, 0 , 0.4 );
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-entry-content {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
.featured-entry-title {
	color: #fff;
	font-size: 1.75rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-category {
	text-transform: uppercase;
}
.featured-entry-category,
.featured-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	display: none;
	font-size: 90%;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-title a,
.featured-entry-category a,
.featured-entry-date a {
	color: inherit;
	text-decoration: none;
}
.featured-entry-title a:hover,
.featured-entry-category a:hover,
.featured-entry-date a:hover {
	color: #fff;
}
.slick-loading .slick-list {
	background: #fff url('images/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	text-shadow: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: .15s ease-in-out;
}
.slick-prev {
	left: 5px;
	z-index: 9999;
}
[dir='rtl'] .slick-prev {
	right: 5px;
	left: auto;
}
.slick-prev:before {
	content: '\f104';
}
[dir='rtl'] .slick-prev:before {
	content: '\f105';
}
.slick-next {
	right: 5px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 5px;
}
.slick-next:before {
	content: '\f105';
}
[dir='rtl'] .slick-next:before {
	content: '\f104';
}
.slick-dots {
	bottom: 12px;
	list-style: none;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	border-radius: 50%;
	/*box-shadow: 0px 1px 1px rgba( 255, 255, 255, 0.4 ), 0px 1px 1px rgba( 0, 0, 0, 0.2 ) inset;*/
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	width: 12px;
}
.slick-dots li button {
	background: #000;
	border: solid 2px #000;
	border-radius: 50%;
	color: transparent;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	outline: none;
	width: 12px;
	opacity: 0.4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	opacity: 0.75;
}
.slick-dots li.slick-active button {
	background: #fff;
	opacity: 0.8;
}
@media screen and (min-width: 601px) {
	.featured-post,
	.featured-entry {
		height: 275px;
	}
	.featured-entry-title {
		font-size: 2.25rem;
	}
	.featured-entry-content {
		padding-left: 70px;
		padding-right: 70px;
	}
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 40px;
	}
	.slick-prev {
		left: 15px;
	}
	[dir='rtl'] .slick-prev {
		right: 15px;
		left: auto;
	}
	.slick-next {
		right: 15px;
	}
	[dir='rtl'] .slick-next {
		right: auto;
		left: 15px;
	}
	.slick-dots {
		bottom: 24px;
	}
	.slick-dots li {
		height: 18px;
		width: 18px;
	}
	.slick-dots li button {
		border: solid 4px #000;
		height: 18px;
		width: 18px;
	}
}
@media screen and (min-width: 782px) {
	.featured-post,
	.featured-entry {
		height: 350px;
	}
	.featured-entry-title {
		font-size: 2.5rem;
		margin-bottom: 12px;
	}
	.featured-entry-category,
	.featured-entry-date {
		display: block;
	}
}
@media screen and (min-width: 980px) {
	.featured-post,
	.featured-entry {
		height: 400px;
	}
}


/* Content
------------------------------------------------------------ */

/* Category */
.cat-links {
	font-size: 90%;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.cat-links a {
	text-decoration: none;
}
.category-sep {
	color: #ccc;
	font-size: 80%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -0.1em;
}

/* Entry Header */
.entry-header {
	margin-bottom: 4rem;
}
.no-sidebar .entry-header {
	text-align: center;
}
.entry-title {
	font-size: 2.25rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 782px) {
	.entry-title.info {
		padding-top: 4rem;
		font-size: 2.5rem;
	}
	.entry-title {
		font-size: 2.5rem;
	}
}

/* Entry Meta */
.entry-meta {
	color: #999;
	font-size: 90%;
	margin-top: 1rem;
}
.entry-meta a {
	color: inherit;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #666;
}
.comments-sep {
	color: #ccc;
}
.byline a,
.comments-link a {
	border-bottom: solid 1px #ddd;
}

/* Featured Image */
.post-thumbnail {
	margin-bottom: 2rem;
	margin-top: 4rem;
}
.single .post-thumbnail {
	margin-left: -20px;
	margin-right: -20px;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}
@media screen and (min-width: 782px) {
	.single .post-thumbnail {
		margin-left: -40px;
		margin-right: -40px;
	}
}
@media screen and (min-width: 980px) {
	.single .post-thumbnail {
		margin-left: 0;
		margin-right: 0;
	}
	/*.no-sidebar .post-thumbnail {
		margin-left: -60px;
		margin-right: -60px;
	}*/
}

/* Entry Content */
.entry-content &gt; *:first-child {
	margin-top: 0;
}
.entry-content &gt; *:last-child {
	margin-bottom: 0;
}

/* Post Full / Post Summary */
.post-full,
.post-summary {
	margin-bottom: 4rem;
}
.post-full .hentry,
.post-summary .hentry {
	margin-bottom: 4rem;
}
.post-full:after,
.post-summary:after {
	border-bottom: 1px solid #ddd;
	content: "";
	display: block;
	width: 45px;
}
.no-sidebar .post-full:after,
.no-sidebar .post-summary:after {
	margin: auto;
}
a.continue-reading {
	text-transform: uppercase;
}

/* Post Grid */
.two-column .loop-wrapper,
.three-column .loop-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.post-grid .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-grid .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-grid .entry-title {
	font-size: 1.75rem;
}
.post-grid .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-grid .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-grid .entry-title {
		font-size: 1.5rem;
	}
	.post-grid .cat-links,
	.post-grid .entry-meta {
		font-size: 85%;
	}
	.post-grid .entry-summary {
		font-size: 90%;
	}
	.post-grid {
		width: 46%;
		padding-right: 8%;
	}
	.post-grid:nth-child(even) {
		padding-right: 0;
	}
}
@media screen and (min-width: 980px) {
	.three-column .loop-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.three-column .post-grid {
		box-sizing: border-box;
		width: 33.3%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Post List */
.post-list .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-list .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-list .entry-title {
	font-size: 1.75rem;
}
.post-list .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-list .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-list .hentry {
		display: flex;
	}
	.post-list .post-thumbnail {
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 5%;
		flex-basis: 35%;
	}
}

/* Entry Footer */
.tags-links {
	color: #999;
	font-size: 90%;
	margin-top: 4rem;
	text-align: center;
}
.tags-links:before {
	color: #ccc;
	content: "\f02c";
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.tags-links a {
	color: inherit;
	text-decoration: none;
}
.tags-links a:hover {
	color: #666;
}

/* Author Profile */
.author-profile {
	background-color: #f4f5f6;
	margin-top: 4rem;
	padding: 25px;
}
.author-profile-header {
	align-items: center;
	display: flex;
}
.author-profile-avatar {
	flex-shrink: 0;
	width: 60px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-name a {
	color: inherit;
	text-decoration: none;
}
.author-profile-name a:hover {
	color: #111;
}
.author-profile-description {
	font-size: 95%;
	margin-top: 20px;
}
@media screen and (min-width: 540px) {
	.author-profile {
		padding: 45px;
	}
	.author-profile-avatar {
		width: 75px;
		margin-right: 30px;
	}
	.author-profile-description {
		margin-top: 30px;
	}
}

/* Sticky Post */
.sticky {
}
.featured {
	text-transform: uppercase;
	display: inline-block;
	color: #cf2e2e;
	padding-right: 1em;
	font-size: 1.2rem;
}
.featured+.cat-links {
	display: inline-block;
}

/* Archive */
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
	margin-bottom: 5rem;
}

/* 404 */
.error-404 {
	margin-bottom: 10rem;
	margin-top: 10rem;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Quote */
.wp-block-pullquote {
	padding: 12px 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-bottom: 0;
	text-align: left;
}
.wp-block-quote.is-style-large {
	margin-bottom: 2em;
}
.wp-block-quote.is-style-large p {
	font-style: normal;
}
.wp-block-quote.is-style-large cite {
	font-size: 90%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.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%;
}


/* Gutenberg
------------------------------------------------------------ */

/* Base
   This section incorporates code from Atomic Blocks */
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 0.9em;
}
.wp-block-image {
	margin-bottom: 1.8em;
}
.wp-block-image figcaption {
	font-size: 90%;
	margin-top: 1em;
}
.entry-content .wp-block-gallery {
	padding-left: 0;
}
.no-sidebar .alignfull,
.no-sidebar .alignwide {
	width: 100%;
}
@media (max-width: 600px) {

.home .site-logo a[href^="tel:"]{
   pointer-events: auto;
}

	.no-sidebar .alignfull.wp-block-gallery,
	.no-sidebar .alignwide.wp-block-gallery {
		margin-left: -10px;
		margin-right: -10px;
		width: inherit;
	}
}
.no-sidebar .alignfull img,
.no-sidebar .alignwide img {
	width: 100%;
	display: block;
}
.no-sidebar .alignwide {
	max-width: none;
}
@media (min-width: 782px) {
	.no-sidebar .alignwide {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.no-sidebar .alignwide {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.no-sidebar .alignwide {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}
.no-sidebar .alignfull {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
}
.wp-block-embed {
	margin-bottom: 1.8em;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}
.wp-block-cover {
	margin-bottom: 1.8em;
}
.wp-block-cover-text {
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100%;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.wp-block-media-text__content {
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}
.wp-block-media-text__content &gt; *:first-child {
	margin-top: 0;
}
.wp-block-media-text__content &gt; *:last-child {
	margin-bottom: 0;
}

/* Columns */
@media screen and (max-width: 781px) {
	.wp-block-column {
		flex-basis: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.wp-block-column {
	margin-bottom: 1em;
	margin-top: 0;
}
.wp-block-column &gt; *:first-child {
	margin-top: 0;
}
.wp-block-column &gt; *:last-child {
	margin-bottom: 0;
}

/* Latest Posts */
.wp-block-latest-posts {
	border-top: solid 1px #eee;
	list-style: none;
	margin-left: 0;
	padding-top: 1em;
}
.wp-block-latest-posts li {
	border-bottom: solid 1px #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.wp-block-latest-posts a {
	text-decoration: none;
}
.wp-block-latest-posts__post-date {
	margin-top: 0.3em;
}

/* Button */
.wp-block-button a {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a:hover {
	opacity: 0.9;
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px;
}

/* Intro */
.intro {
	color: #777;
	font-size: 120%;
}

/* Sub Header */
.subheader {
	color: #4693f5;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.6em;
	margin-top: 0;
	text-transform: uppercase;
}
.subheader+h1,
.subheader+h2,
.subheader+h3,
.subheader+h4,
.subheader+h5,
.subheader+h6 {
	margin-top: 0;
}

/* Container */
.container-wrapper {
	background-color: #f4f5f6;
	margin-bottom: 6rem;
	margin-top: 6rem;
	padding-bottom: 20px;
	padding-top: 20px;
}
.no-sidebar .container-wrapper {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
	padding-bottom: 6rem;
	padding-top: 6rem;
}
.container-content &gt; *:first-child {
	margin-top: 0;
}
.container-content &gt; *:last-child {
	margin-bottom: 0;
}
.container-content &gt; .wp-block-columns:last-child {
	margin-bottom: -2.7em;
}
.no-sidebar .wp-block-columns + .container-wrapper {
	margin-top: 4rem;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 90%;
	margin-bottom: 3rem;
}
.pagination a {
	color: inherit;
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #eee;
}
.pagination a.page-numbers:hover {
	border-color: #ddd;
	color: #333;
}
.pagination .current {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 90%;
	margin-bottom: 3rem;
	margin-top: 4rem;
}
.page-links .page-numbers {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	color: inherit;
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #eee;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ddd;
	color: #333;
}

/* Post Navigation */
.post-navigation {
	margin-bottom: 3rem;
}
.post-navigation a {
	font-size: 1.1rem;
	line-height: 1.4;
	color: inherit;
	text-decoration: none;
}
.post-navigation a:hover {
	color: #111;
}
.post-navigation .nav-previous {
	margin-bottom: 3rem;
}
.post-nav-title {
	color: #999;
	font-size: 80%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		width: 48%;
		margin-bottom: 0;
	}
	.post-navigation .nav-next {
		float: right;
		width: 48%;
		text-align: right;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


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

/* Base */
.comments-area {
	font-size: 90%;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 4rem;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin-left: 25px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 105%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
	text-decoration: none;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 75px;
}
.bypostauthor &gt; .comment-body .comment-author:after {
	color: #111;
	content: "\f14b";
	display: inline-block;
	font: normal 20px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 95%;
	margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
	text-decoration: none;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 95%;
	text-decoration: none;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	content: "\f0e5";
	display: inline-block;
	font: normal 15px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
}
.comment-respond a:hover {
	color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-size: 95%;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
.form-submit {
	font-size: 105%;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		margin-bottom: 0;
		width: 23%;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 72%;
	}
}


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

/* Base */
.widget {
	color: #666;
	font-size: 90%;
}

/* Heading */
.widget-title {
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
	margin-top: 0;
	text-transform: uppercase;
}

/* Link */
.widget a {
	color: inherit;
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.widget a:hover {
	color: #111;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	margin-bottom: 1em;
}
.widget ul ul {
	margin-left: 1em;
	margin-top: 1em;
}

/* Recent Posts */
.widget_recent_entries li {
	margin-bottom: 1.5em;
}
.widget_recent_entries li a {
	border-bottom: solid 1px #ddd;
}
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li {
	margin-bottom: 1.5em;
}
.widget_recent_comments li a {
	border-bottom: solid 1px #ddd;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.tagcloud a {
	background-color: #f4f5f6;
	border-radius: 3px;
	display: inline-block;
	font-size: 90% !important;
	margin-bottom: 4px;
	padding: 3px 10px;
	text-decoration: none;
	white-space: nowrap;
}
.tagcloud a:hover {
	color: #111;
}

/* Calendar */
.widget_calendar table {
	font-size: 95%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 360px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #f4f5f6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #111;
}
.widget_calendar tfoot td {
	border: none;
	padding-top: 10px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* Menu */
.widget_nav_menu li a {
	border-bottom: none;
}
.widget_nav_menu .current_page_item &gt; a,
.widget_nav_menu .current-menu-item &gt; a {
	color: #111;
	font-weight: 700;
}

/* RSS */
.widget_rss li {
	margin-bottom: 2em;
}
.widget_rss li a {
	border-bottom: solid 1px #ddd;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 90%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 6px;
	margin-top: 6px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 6px;
}

/* BusinessPress Recent Posts */
.widget_businesspress_recent_posts li {
	margin-bottom: 1.5em;
}
.widget_businesspress_recent_posts li a {
	border-bottom: none;
	display: flex;
}
.recent-posts-thumbnail {
	flex-shrink: 0;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-top: 4px;
	width: 80px;
}
.recent-posts-text .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* BusinessPress Featured Posts */
.featured-widget-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
	display: block;
	height: 180px;
	margin-bottom: 15px;
}
.featured-widget-entry-overlay {
	align-items: center;
	background-color: rgba( 0, 0, 0 ,0.4 );
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-widget-entry-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.featured-widget-entry-title {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 1.5rem;
	margin: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-widget-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	font-size: 85%;
	margin-top: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
a.featured-widget-entry {
	text-decoration: none;
}
a.featured-widget-entry .featured-title {
	transition: 0.15s;
}
a.featured-widget-entry:hover .featured-title {
	color: #fff;
}
@media screen and (min-width: 601px) and (max-width: 979px) {
	.widget_businesspress_featured_posts {
		display: flex;
		flex-wrap: wrap;
	}
	.widget_businesspress_featured_posts .widget-title {
		width: 100%;
	}
	.featured-widget-entry {
		margin-bottom: 4%;
		margin-right: 4%;
		width: 48%;
	}
	.featured-widget-entry:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 782px) {
	.featured-widget-entry {
		margin-bottom: 15px;
	}
	.featured-widget-entry-title {
		font-size: 1.25rem;
	}
}

/* BusinessPress Profile */
.profilewidget-wrapper {
	align-items: center;
	display: flex;
	margin-bottom: 25px;
}
.profilewidget-profile {
	flex-shrink: 0;
	margin-right: 20px;
	width: 75px;
}
.profilewidget-profile img {
	border-radius: 50%;
	width: 75px;
}
.profilewidget-name {
	font-size: 110%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer */
.site-bottom {
	background-color: #f4f5f6;
	color: #aaa;
	text-align: center;
}
.site-bottom a {
	color: #888;
	text-decoration: none;
}
.site-bottom a:hover,
.site-bottom .current-menu-item &gt; a {
	color: #111;
}
.site-bottom .site-copyright a:hover {
	color: #fff;
}
.footer-menu {
	line-height: 32px;
}
.footer-navigation ul {
	font-size: 85%;
	list-style: none;
	margin: 0 0 30px 0;
}
.footer-navigation li {
	display: inline-block;
	margin-right: 18px;
}
.footer-navigation li:last-child {
	margin-right: 0;
}
.footer-social-link {
	margin-bottom: 2rem;
}
.site-info {
	font-size: 85%;
}
.site-copyright,
.site-credit {
	margin-bottom: 1rem;
}
.site-credit a {
	display: block;
}
.site-credit a:first-child {
	margin-bottom: 6px;
}
.site-credit-sep {
	color: #ccc;
	display: none;
}
@media screen and (min-width: 601px) {
	.site-credit a,
	.site-credit-sep {
		display: inline-block;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 782px) {
	.site-info {
		clear: right;
		float: right;
		margin-top: 3px;
		text-align: right;
	}
}

/* Back to Top */
.back-to-top {
	background: rgba( 0, 0, 0, 0.1 );
	border-radius: 8px;
	bottom: 20px;
	cursor: pointer;
	display: none;
	height: 45px;
	position: fixed;
	right: 20px;
	width: 45px;
	z-index: 2;
	transition: .15s ease-in-out;
}
.back-to-top:hover {
	background: #111;
}
.back-to-top:before {
	color: #999;
	content: "\f106";
	display: block;
	font: normal 22px/42px FontAwesome;
	text-align: center;
}


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

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative;
}
.widget_top-posts li:before {
	background-color: #f0f0f0;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 320px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 110%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.8em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-top: 3rem;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 2rem !important;
	margin-top: 0 !important;
	padding-top: 2rem !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	font-size: 1.2rem !important;
	float: none !important;
	letter-spacing: 0.05em;
	margin-bottom: 2rem !important;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 2rem !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 1rem;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 15px !important;
	line-height: 1.8 !important;
	margin-bottom: 12px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: inherit !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 85% !important;
	margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 2rem;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
div.wpcf7-response-output {
	font-size: 95%;
	margin: 2em 0 1em;
	padding: 0.8em 1em;
	border: 2px solid #cf2e2e;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #00d084;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #cf2e2e;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ff6900;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fcb900;
}
span.wpcf7-not-valid-tip {
	color: #cf2e2e;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-header-clone,
	.drawer-hamburger,
	.featured-post,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	.sidebar-area,
	.footer-widget-area,
	.footer-menu,
	.back-to-top {
		display: none !important;
	}
	.main-header-content,
	.site-content {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}

/* ãƒ†ãƒ¼ãƒžã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºã“ã“ã‹ã‚‰ï¼šå…±é€šè¿½åŠ&nbsp;éƒ¨åˆ†
------------------------------------------------------------------------------------------------------------ */
.center {
	text-align: center;
}
p#breadcrumbs  {
	margin: 0 auto;
	max-width: 850px;
}
#breadcrumbs {
	font-size: 1.1rem;
}

@media screen and (max-width: 979px) {
	#breadcrumbs {
		display: none;
	}
}
.site-header {
    margin-bottom: 1.5rem;
}
.site-content {
	max-width: 1000px;
}

.entry-content ul, .entry-content ol,
.f-entry-content ul, .f-entry-content ol  {
    margin: 0 0 1.8em 1.5em;
    padding: 0;
}
.entry-content ul,
.f-entry-content ul {
	margin: 0 0 1.8em 0.5em;
	list-style: none;
}
.entry-content ul li,
.f-entry-content ul li {
	position: relative;
}
.entry-content ul li,
.entry-content ol li,
.f-entry-content ul li,
.f-entry-content ol li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1rem;
}
.entry-content ul li:before,
.f-entry-content ul li:before {
	color: #ccc;
	content: '\f111';
	margin: 0 0.5em 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: 6px;
	left: -7px;
	font-size: 1.1rem;
}
/*ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ä¸€è¦§*/

h1.page-title {
	color: #669f00;
	text-align: center;
	font-size: 2.2rem;
	margin: 0px auto;
	padding: 4rem 0 0;
}
h1.page-title::after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    text-align: center;
    margin: 0.5em auto;
    background: #8cc63f;
}
h1.page-title.info {
	color: #3FA9F5;
}
h1.page-title.info::after {
    background: #3FA9F5;
}
.top-title.info {
    color: #3FA9F5;
}
.top-title.info:after {
    background: #3FA9F5;
}
/*2ã‚«ãƒ©ãƒ&nbsp;ã®æ™‚iPadã§é–“ãŒãªããªã‚‹ä¿®æ­£*/

@media (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns {
		justify-content: space-between;
	}
}


/* ãƒˆãƒƒãƒ—ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
------------------------------------------------------------ */
@media screen and (min-width: 980px) {
	.main-header-original .main-navigation ul.menu &gt; li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
		text-align: center;
		font-size: 1.34rem;
		width: 200px;
		margin: 0;
	}
	.main-header-original .main-navigation a {
		/*padding: 0;
		margin: 26px 0;*/
		padding: 26px 0;
		font-weight: 600;
		color: #4d4d4d;
		text-decoration: none;
		border-right: 2px dotted #4d4d4d;
		transition-duration: 0.3s;
	}
	.main-header-original .main-navigation li:first-child a {
		border-left: 2px dotted #4d4d4d;
	}
	.main-header-original .main-navigation li.current-menu-item,
	.main-header-original .main-navigation li:hover {
		cursor: pointer;
		background-color: #f7931e;
		color: #fff;
		transform: scale(1.05,1.05);
		transition-duration: 0.3s;
		-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.3);
		box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.3);
	}
	.main-header-original .main-navigation li.current-menu-item a,
	.main-header-original .main-navigation li:hover a{
		position: relative;
		border: none;
		color: #FFFF00;
		display: block;
		/*border-bottom: 2px solid #FFFF00;*/
	}
	.main-header-original .main-navigation li.current-menu-item a:after,
	.main-header-original .main-navigation li:hover a:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 18px;
		display: inline-block;
		width: 60px;
		height: 2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #FFFF00;
		border-radius: 2px;
		transition-duration: 0.3s;
	}
	.main-header-original .main-navigation ul {
		list-style: none;
		margin: 0 auto;
		max-width: 1080px;
		text-align: center;
	}
	.main-header-original .main-navigation {
		font-size: 90%;
	}
	.main-header-clone {
		line-height: 80px;
	}
}
@media screen and (max-width: 1100px) { 
	.main-header-original .main-navigation ul.menu &gt; li {
	    width: 170px;
	}
}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸æŒ¨æ‹¶
------------------------------------------------------------ */
.greeting {
	margin: 0 2%;
	background-color: #fff;
}
.greeimg-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.greeimg-box img {
	width: 46%;
	margin: 0 1%;
}
.greeting-box {
	margin: 1em 4%;
	background-color: #FFFFE3;
	border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.29);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.29);
}
.greeting-box p {
	color: #669F00;
	font-size: 1.25rem;
	line-height: 1.8;
	padding: 2em 1em;
	margin: 0;
}
@media screen and (min-width: 601px) {
	.greeting {
		margin: 2rem 2%;
	}
	.flex-block {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.greeting-box {
		width: 50%;
		max-width: 100%;
		margin: 0 auto;
	}
	.greeimg-box {
		display: block;
		width: 24%;
	}
	.greeimg-box img {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}
}
@media screen and (min-width: 980px) {
	.greeting-box {
		width: 56%;
		display: flex;
	}
	.greeimg-box {
		width: 20%;
	}
}
@media screen and (min-width: 1200px) {
	.flex-block {
		align-items: center;
	}
	.greeting {
		max-width: 1500px;
		margin: 2rem auto;
	}
	.greeting-box p {
		font-size: 1.2rem;
		padding: 1.5em 1em;
	}
	.greeting-box {
		width: 45%;
		max-width: 100%;
		margin: 0 auto;
	}
	.greeimg-box {
		width: 27%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.greeimg-box img {
		width: 48%;
		margin: 0 auto;
	}
}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸æ–°ç€æƒ…å&nbsp;±
------------------------------------------------------------ */
.news-box {
    margin: 0 auto;
    background-color: #EAFFD9;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.news-box .wrap-inner {
	margin:  0 auto 4rem;
}
.wrap-inner dl:nth-child(odd) {
	background-color: #D9F1F3;
	/*margin: 1rem 0;*/
	margin: 0;
}
.top-title,
.entry-content.page .top-title {
	color: #669F00;
	text-align: center;
	font-size: 2.2rem;
	margin: 0 auto;
	/*padding: 4rem 0 2rem;*/
	padding: 4rem 0 0;
	background-color: unset;
}
.home .top-title {
	padding: 4rem 0 2rem;
}
.top-title:after,
.entry-content.page .top-title:after {
	 content: '';
	 width: 50px;
	 height: 2px;
	 display: block;
	 text-align: center;
	 margin: 0.5em auto;
	 background: #8CC63F;
}
.top-news,
.top-news dt,
.top-news dd{
	margin: 0;
	padding: 0;
}
.top-news {
	padding: 1.5rem 2rem;
}
.top-news dd a {
	text-decoration: none;
	color: #4D4D4D;
}
.news {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 4px;
	background-color: #BF931E;
}
.event {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 4px;
	background-color: #50A2B1;
}
.recruit {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 4px;
	background-color: #D37B8C;
}
.ctg a {
	color: #fff;
	text-decoration: none;
}
.top-news dt {
	font-size: 1.2rem;
	padding-bottom: 6px;
}
.top-news dt a {
	color: #758519;
	text-decoration: none;
}
.top-news dt .ctg a {
	display: inline-block;
	color: #fff;
}
.top-news dt .ctg span a:hover {
	opacity: .9;
	text-decoration: none;
}
.top-news dd {
	font-size: 1.4rem;
}
.top-news dt a:hover,
.top-news dd a:hover {
	text-decoration: underline;
}
.link-box {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 4rem;
}
.link-box a {
	position: relative;
	margin: 0 auto;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 2px 2px 3px rgb(17 17 17 / 30%);
	box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%);
	border-radius: 20px;
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #F7931e;
	max-width: 340px;
	line-height: 64px;
}
.link-box a:hover {
	color: #fff;
	cursor: pointer;
	transform: scale(1.05,1.05);
	transition-duration: 0.3s;
}
.link-box a:after {
	content: '\f0da';
	font-size: 1.4rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 3rem;
	color: #FCEE21;
	position: absolute;
	right: 0;
}

/* 20240325 è¬›åº§ã«ç”³ã—è¾¼ã‚€ãƒœã‚¿ãƒ³ */
.single-isogo_info .wp-block-button{
	width: 100%;
}
.single-isogo_info .wp-block-button__link{
	padding: 0 0;
}
.single-isogo_info .link-box{
	font-size: 2rem;
	padding-bottom: 0;
}
.single-isogo_info .link-box a{
	background-color:#3A97D2;
}
@media screen and (max-width: 600px) {
	.single-isogo_info .link-box{
		padding-bottom: 2rem;
	}
}	

/* 20240325 è¬›åº§ã«ç”³ã—è¾¼ã‚€ãƒœã‚¿ãƒ³ */


.main-header-content.faci p.reserve{
	    width: 50%;
	}
.main-header-content.faci p.reserve{
	margin: 0 auto 0;
}

.main-header-content.faci p.reserve a{
	position: relative;
	margin: 0 auto;
	font-weight: 600;
	/*letter-spacing: 2px;*/
	text-shadow: 2px 2px 3px rgb(17 17 17 / 30%);
	box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%);
	border-radius: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #60b009;
	width: 96px;
	/*max-width: 340px;*/
	line-height: 1.4;
	padding: 8px 20px;
	font-size: 1.25rem;
}	
.main-header-content.faci p.reserve a:hover {
	color: #fff;
	cursor: pointer;
	transform: scale(1.05,1.05);
	transition-duration: 0.3s;
}
.main-header-content.faci p.reserve a:after {
	content: '\f35d';
	font-size: 1.2rem;
	line-height: 1.8;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 1.5rem;
	color: #ffd700;
	position: absolute;
	right: 0;
	opacity: 0.9;
}
.two-reserve{
	display: flex;
	justify-content: center;
}
.two-reserve p:first-of-type{
	padding-right: 12px !important;
}
@media screen and (max-width: 1199px) {

	.main-header-content.faci p.reserve a {
	    width: 74%;
	    font-size: 1.6rem;
	    line-height: 1.8;
	}
	.two-reserve{
		margin: 20px 0;
	}
	.two-reserve p:first-of-type{
		padding-right: unset;
	}
	.main-header-content.faci p.reserve a:after {
    font-size: 1.7rem;
    line-height: 1.6;
	}


}

@media screen and (max-width: 679px) {


	.main-header-content.faci p.reserve a {
	    width: 72%;
	}
/*	.main-header-content.faci p.reserve a:after {
    margin-right: 0.25rem;
}*/

}
@media screen and (min-width: 680px) {
	.wrap-inner {
		margin:  0 auto;
		max-width: 850px;
	}
	.top-news {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.top-news dt {
		width: 30%;
	}
	.top-news dd {
		width: 70%;
	}
}

/* ãƒˆãƒƒãƒ—ä¸‹å±¤ãƒšãƒ¼ã‚¸ãƒ˜ãƒƒãƒ€ãƒ¼(ç·‘)
------------------------------------------------------------ */
.page-head {
	margin: 0 auto;
	padding: 2rem 0;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.2);
}
.page-head .site-title {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 380px;
}

/* ãƒˆãƒƒãƒ—ä¸‹å±¤ãƒšãƒ¼ã‚¸(ç·‘)
------------------------------------------------------------ */
.page-entry-title {
	text-align: center;
	font-size: 2rem;
}
.page-entry-title:after {
    content: '';
    width: 70px;
    height: 2px;
    display: block;
    text-align: center;
    margin: 0.7em auto;
    background: #8CC63F;
}

/* æ–½è¨­ãƒšãƒ¼ã‚¸ä¸‹å±¤ï¼šãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------------------ */
.main-header-content.faci {
	position: relative;
	max-width: 100%;
	display:block;
	margin: 0 auto;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 3px 7px rgba(0, 0, 0, 0.3);
}
.main-header-content.faci p,
.main-header-content.faci h1 {
	margin:  0;
	padding: 0;
	line-height: 1.2;
}
.main-header-content.faci h1.site-title a {
	font-size: 2.6rem;
	color: #3FA9F5;
}
.main-header-content.faci p.head-tel {
	font-size: 2.2rem;
	color: #3FA9F5;
	font-weight: 600;
	margin-bottom: 10px;
}
.head-tel a {
	text-decoration: none;
	color: #3FA9F5;
}
.head-owner {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: #3FA9F5;
}
.head-owner a {
	text-decoration: none;
	color: #3FA9F5;
}

@media screen and (min-width: 601px) {
	.main-header-content.faci p.head-tel {
		margin: 10px 0 0;
	}
	.head-owner {
		text-align: right;
	}
}
@media screen and (min-width: 1200px) {
	.main-header-content.faci {
		padding: 0 20px;
		position: relative;
	}
	.main-header-content.faci .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 110px;
		margin: 0 auto;
		max-width: 1200px;
	}


	.sugita-center .main-header-content.faci .inner,.negishi-center .main-header-content.faci .inner,.isogo-center .main-header-content.faci .inner,.takigashira .main-header-content.faci .inner{
		max-width: 1400px;
	}
	.main-header-content.faci p.head-tel {
		margin: 0;
	}
}

/* æ–½è¨­ãƒšãƒ¼ã‚¸ä¸‹å±¤ï¼šãƒ¡ã‚¤ãƒ³æ¦‚è¦
------------------------------------------------------------ */
.jumbotron_fa {
	background: rgb(52,136,191);
	background: radial-gradient(circle, rgba(52,136,191,1) 0%, rgba(63,166,230,1) 0%, rgba(52,136,191,1) 100%);
}
.house .jumbotron_fa {
	background: #fddee2;
}
.hama-s .jumbotron_fa,
.hama-t .jumbotron_fa,
.single-negishi_info .jumbotron_fa,
.okamura .jumbotron_fa,
.youkoudai3 .jumbotron_fa,
.youkoudai4 .jumbotron_fa,
.negishi .jumbotron_fa{
	background: #fbeca2;
}
.jumbotron_fa .wp-block-columns {
   display: block;
   padding-bottom: 1px;
}
.jumbotron_fa .wp-block-column {
    flex-basis: 0!important;
    margin: 0 auto;
}
dl.fa-main {
	font-size: 1.3rem;
	margin: 2em 2em!important;
	padding: 1.5em 1.5em 0.5em;
	background-color: #fff;
	text-align: left;
	box-shadow: 4px 4px 5px 0px rgb(50 50 50 / 20%);
}
.fa-main dt,
.fa-main dd {
	margin: 0;
	padding: 0;
}
.fa-main dt {
	text-align: center;
	display: block;
	margin: 0 auto 0.5em;
	background-color: #FAC20E;
	border-radius: 10px;
	padding: 6px 0;
}
.fa-main dd {
	margin: 0 auto 1em;
	background-color: #FBECA2;
	border: solid 1px #FBE03B;
	border-radius: 10px;
	padding: 1em;
}

.f-table th:nth-child(1) {
    width: 30%;
}
.f-table th:nth-child(2) {
    width: 40%;
}
.f-table th:nth-child(3) {
    width: 30%;
}

@media screen and (min-width: 601px) {
.jumbotron_fa .wp-block-columns {
		margin:  0 auto;
		max-width: 800px;
	}
dl.fa-main {
		margin: 2em 2em!important;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.fa-main dt {
		width: 30%;
		margin: 0 0 1em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fa-main dd {
		width: 60%;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron_fa .wp-block-column {
	   margin: 0 auto;
	   display: flex;
	   align-items: center;
	   justify-content: center;
	}
	.jumbotron_fa .wp-block-column:first-child {
	   width: 50%;
	}
	.jumbotron_fa .wp-block-column:last-child {
	   margin: 0 auto;
	}
	.jumbotron_fa .wp-block-columns {
		max-width: 1500px;
	   display: flex;
	   align-items: center;
	}
}
@media screen and (min-width: 1200px) {
	.jumbotron-content {
		max-width: 1500px!important;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	dl.fa-main {
		max-width: 440px;
	}
	.fa-main dd {
		width: 56%;
	}
}
/* æ–½è¨­ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ï¼šã‚³ãƒ³ãƒ†ãƒ³ãƒ„
------------------------------------------------------------ */
.faci_news {
    margin: 0 auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.page-template-page-facilities .top-title,
.page-template-page-facilities-child .top-title {
    color: #3FA9F5;
}
.page-template-page-facilities .top-title {
    margin: 0 auto 4rem;
}
.page-template-page-facilities .top-title:after,
.page-template-page-facilities-child .top-title:after {
    background: #3FA9F5;
}
.faci_news .wrap-inner {
	margin: 0 auto 4rem;
}
.faci_news dt a {
    color: #3E8598;
    text-decoration: none;
}
.faci-event {
	margin: 0 auto;
	background-color: #E7FFFF;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.faci-event .loop-wrapper .post-grid {
	margin: 0 8% 3em;
}
.faci-event .loop-wrapper .post-grid:last-child {
	margin-bottom: 0;
}
.faci-event .post-thumbnail {
    margin: 0;
}
.faci-event .post-thumbnail img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 15%);
}
.faci-event .post-thumbnail a {
   display: block;
}

/*4åˆ—ã«ä¸¦ã‚“ã&nbsp;æ™‚ã®ã‚µãƒ&nbsp;ãƒã‚¤ãƒ«ã®ç”»åƒ*/

.faci-event .post-thumbnail {
    width: auto;
    padding-top: 56.15%;
    position: relative;
    margin-bottom: 1rem;
    background-color: #fff;
}
.faci-event .post-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    transition: 0.5s ease-in-out;
}
.faci-event .entry-title {
	color: #4D4D4D;
	margin: 1em auto;
}
.link-box.long a {
	letter-spacing: 0;
	background-color: #F7931e;
	max-width: 340px;
	margin: 2em auto 0;
	line-height: 64px;
}
.faci-event dl.couse dt,
.faci-event dl.couse dd {
	font-size: 1.2rem;
}
@media screen and (min-width: 540px) {
	.faci-event .loop-wrapper {
		margin: 0 4% 4em;
	}
	.faci-event .loop-wrapper {
		margin: 0 auto 4rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.faci-event .loop-wrapper .post-grid {
		width: 46%;
		margin: 0 auto 1.5em;
		padding: 0;
	}
	.faci-event .loop-wrapper:after {
	    content: "";
	    display: block;
	    width: 46%;
	    height: 0;
	    margin: 0 auto;
	}
	.faci-event .loop-wrapper .post-grid {
		margin: 0 2% 1.5em;
	}
	.link-box.long a {
		margin: 0 auto;
	}
}
@media screen and (min-width: 680px) {
	.faci-event .loop-wrapper {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto 2em;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.faci_news .top-news dt {
		width: 20%;
	}
	.faci_news .top-news dd {
		width: 80%;
	}
}
@media screen and (min-width: 980px) {
	.faci-event .post-grid .entry-title {
    font-size: 1.3rem;
}
	.faci-event .loop-wrapper .post-grid {
		width: 23%;
		margin: 0 auto 1.5em;
		padding: 0;
	}
}

/* æ–½è¨­ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ï¼šã‚³ãƒ³ãƒ†ãƒ³ãƒ„åºƒå&nbsp;±
------------------------------------------------------------ */
.kouhou {
	margin: -1.8em auto;
	background-color: #DDEBF9;
	border-radius: 26px;
	padding: 0 20px;
}
.kouhou .wp-block-column {
    margin-bottom: 1.5em;
    margin-top: 0;
}
h2.kouhou-title {
    position: relative;
    font-size: 2rem;
    letter-spacing: 3px;
    margin: 2em auto 0;
    padding: 8px 0;
    text-align: center;
    color: #3FA9F5;
    background-color: #FFFFE9;
    border: solid 4px #DDEBF9;
    border-radius: 30px;
    width: 80%;
}
h2.kouhou-title:before {
	content: '\f518';
	margin: 0 0.5em 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
.kouhou h3,
.kouhou h4 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
.kouhou h3 {
	font-size: 1.7rem;
	padding-bottom: 10px;
}
.f-entry-content .kouhou h4 {
	font-size: 1.5rem;
	padding: 0;
	margin: 0 auto;
	font-size: 1.5rem;
}
.f-entry-content .kouhou h4:before {
    content: unset;
}
.m-title {
	margin: 3.4em auto 1.5em!important;
	padding: 1em;
	text-align: center;
	background-color: #3FA9F5;
	color: #fff;
	border-radius: 18px;
}
.m-list p {
	font-size: 1.4rem;
   margin: 0 0 0.5em 1em;
}
.m-list p:before {
	color: #3FA9F5;
	content: '\f111';
	margin: 0 0.5em 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
.m-pdfimg {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.m-icon {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	font-size: 2rem;
   background-color: rgb(0 0 0 / 50%);
   border-radius: 5px;
   padding: 0 8px;
	color: #fff;
}
.m-pdfimg a {
	display: block;
}
.m-pdfimg a:hover {
	opacity: .8;
}
.m-pdfimg img {
	width: 100%;
	text-align: center;
	margin: 0 auto 2em!important;
	box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 20%);
}
@media screen and (min-width: 601px) {
	.kouhou {
		border-radius: 40px;
		max-width: 810px;
		margin-bottom: 3.8em;
	}
	.kouhou .wp-block-columns {
		max-width: 520px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	h2.kouhou-title {
	    padding: 10px 0;
	    border-radius: 30px;
	    max-width: 350px;
	    width: 100%;
	}
	.m-pdfimg {
		margin: 3.4em auto 0!important;
	}
	.m-pdfimg img {
		margin: 0 auto 1em!important;
	}
}

/* æ–½è¨­ãƒšãƒ¼ã‚¸ä¸‹å±¤ï¼šç´¹ä»‹ãƒšãƒ¼ã‚¸
------------------------------------------------------------ */
.f-entry-content {
	max-width: 850px;
	margin: 0 auto 3em;
}
.f-entry-content .wp-block-group {
	margin: 0 auto 2em;
}
.f-entry-content .wp-block-group h3,
.und-title.faci {
    font-size: 1.6rem;
    margin-bottom: 1.6em;
    margin-top: 0;
    background-color: #d4e5ef;
    text-align: center;
    padding: 20px;
    color: #444;
    border-radius: 8px;
    font-weight: 400;
}
.outline {
	margin: 0 auto 3em;
}
.outline dl.fa-main {
	max-width: 100%;
	margin: 0 auto!important;
	padding: 0;
	box-shadow: unset;
}
.outline .fa-main dt {
    margin: 0 auto 1em;
    border-radius: 5px;
    padding: 0.5em;
}
.outline .fa-main dd {
    margin: 1em auto 2em;
    padding: 0;
    background-color: unset;
    border: none;
    border-radius: unset;
}
.room_tel-tb th:nth-child(1) {
	width: 30%;
}
.room_tel-tb td:nth-child(3) {
	width: 20%;
}
.room-tb table th:nth-child(1) {
	width: 30%;
}
.wp-block-column.flg {
	margin: 0 auto 2em;
	text-align: center;
}
.wp-block-group__inner-container h4,
.f-entry-content h4 {
    position: relative;
    padding: 10px 0 10px 1.6rem;
    margin: 0 auto 1em;
    font-size: 1.7rem;
}
.wp-block-group__inner-container h4:before,
.f-entry-content h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #FAC20F;
}
.room-area .wp-block-column {
	margin-top: 0;
	margin-bottom: 0;
}
.f-entry-content h5  {
	color: #444;
	position: relative;
	padding: 8px 0;
	margin: 0 auto 1em;
	font-size: 1.75rem;
	border-bottom: 1px solid #FAC20F;
}
/*.f-entry-content h5:before {
    color: #FAC20F;
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 0;
}*/

@media screen and (min-width: 601px) {
	/*.wp-block-column.flg img {
		max-width: 80%;
		text-align: center;
	}*/
	.outline .fa-main dt {
		width: 30%;
	    padding: 0em;
	}
	.outline .fa-main dd {
	   width: 60%;
	}
	.wp-block-columns.flg {
		justify-content: center;
	}
	.wp-block-columns.room-box {
	    justify-content: space-between;
	}
	.wp-block-column.flg {
		margin: 0 auto 2em;
		text-align: center;
		/*max-width: 480px;*/
		max-width: 540px;
	}
	.f-entry-content h5  {
		font-size: 1.6rem;
	}
}

/* æ–½è¨­ãƒšãƒ¼ã‚¸ä¸‹å±¤ï¼šè¬›åº§æ¡ˆå†…ãƒšãƒ¼ã‚¸
------------------------------------------------------------ */
.course-inner{
	margin: 6em auto;
}
.course-inner .post-list {
	margin: 0 auto 3em;
}
dl.couse {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
dl.couse dt,
dl.couse dd {
	margin: 0;
	padding: 0;
}
dl.couse dt {
	width: 25%;
	font-size: 1.4rem;
	text-align: center;
	display: block;
	margin: 0 auto 0.5em;
	background-color: #FAC20E;
	border-radius: 10px;
	padding: 6px 0;
}
dl.couse dd {
	width: 60%;
	padding: 0 1em;
	margin: 0 auto 1em;
}
.post-list a img {
	border-radius: 10px;
	box-shadow: 4px 4px 5px 0px rgb(50 50 50 / 15%)
}
.link-box.couse {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
}

.more_btn:before{
	color: #FAC20E;
	content: '\f138';
	padding-right: 0.5rem;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
}


.form-content.koza h2 {
    font-size: 2.2rem;
    text-align: center;
}

.form-content.koza div {
    margin-bottom: 4em;
    padding: 1em 1em 4em;
    background-color: #d4e5ef;
}
.form-content.koza h3 {
	font-size: 1.8rem;
	position: relative;
	margin: 6rem 0 1.5rem 0;
}
.form-content.koza h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #3FA9F5;
}

@media screen and (min-width: 782px) {
	.link-box.couse {
		padding-top: 3em;
	}
}

/* æ–½è¨­ãƒšãƒ¼ã‚¸ï¼šã‚«ã‚¹ã‚¿ãƒ&nbsp;æŠ•ç¨¿ã‚·ãƒ³ã‚°ãƒ«ãƒšãƒ¼ã‚¸
------------------------------------------------------------ */
.entry-content,
.entry-header {
	max-width: 850px;
	padding-top: 2rem;
	margin: 0 auto 2rem;
}
.entry-content h2 {
	font-size: 2.2rem;
	margin-bottom: 1.5em;
	margin-top: 3em;
	background-color: #8CC63F;
	text-align: center;
	padding: 20px;
	color: #444;
	border-radius: 8px;
	font-weight: 600;
}
.entry-content h3 {
	position: relative;
	font-size: 1.9rem;
	padding: 10px 0 10px 1.6rem;
	margin: 0 auto 1em;
}
.entry-content h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #8CC63F;
}
.entry-content h4 {
	position: relative;
	padding: 10px 0 10px 2rem;
	margin: 0 auto 1em;
	font-size: 1.7rem;
}
.entry-content h4:before {
	color: #aed181;
	content: '\f0c8';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (min-width: 782px) {
	.entry-content,
	.entry-header {
		padding-top: 0;
		margin: 0 auto 4rem;
	}
	.entry-meta {
		margin-bottom: 0;
	}
	.entry-header .post-thumbnail{
		max-width:480px;
		margin: 2rem auto;
	}
}
/* ä¸‹å±¤æ–½è¨­ãƒšãƒ¼ã‚¸ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“ï¼ˆé’ï¼‰
------------------------------------------------------------ */
@media screen and (min-width: 782px) {
	.main-header.facility {
		background-color: #3FA9F5;
	}
	.main-header-clone.facility {
		background-color: #fff;
	}
}
@media screen and (min-width: 980px) {
	.main-header-original.facility .main-navigation a {
		color: #fff;
		position: relative;
	}
	.main-header-original.facility .main-navigation li:first-child {
		display: none;
	}
	.main-header-original.facility .main-navigation li:nth-child(2) a {
		border-left: 2px dotted #4d4d4d;
	}
	.main-header-original.facility .main-navigation li a:before {
		color: #fff;
		content: '\f098';
		margin: 0 auto 6px;
		display: block;
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 1.3rem;
		vertical-align: middle;
	}
	/*æ–½è¨­ã®ã”ç´¹ä»‹*/
	.main-header-original.facility .main-navigation li.m-fac a:before {
		content: '\f1ad';
	}
	/*ã”åˆ©ç”¨æ¡ˆå†…*/
	.main-header-original.facility .main-navigation li.m-user a:before {
		content: url(images/icon-guide.png);
		margin: 0 auto;
	}
	/*è¬›åº§æ¡ˆå†…*/
	.main-header-original.facility .main-navigation li.m-course a:before {
		content: '\f303';
	}
	/*ã‚µãƒ¼ã‚¯ãƒ«ç´¹ä»‹*/
	.main-header-original.facility .main-navigation li.m-circle a:before {
		content: '\f0c0';
	}
	/*ã‚¢ã‚¯ã‚»ã‚¹*/
	.main-header-original.facility .main-navigation li.m-access a:before {
		content: '\f3c5';
	}
	/*å›³æ›¸æ¡ˆå†…*/
	.main-header-original.facility .main-navigation li.m-book a:before {
		content: '\f518';
	}
	/*ã‚¤ãƒ™ãƒ³ãƒˆæƒ…å&nbsp;±(ãƒ­ã‚°ãƒã‚¦ã‚¹ï¼‰*/
	.main-header-original.facility .main-navigation li.m-event a:before {
		content: '\f118';
	}
	/*æ–½è¨­ã®å–ã‚Šçµ„ã¿ï¼ˆãƒ­ã‚°ãƒã‚¦ã‚¹ï¼‰*/
	.main-header-original.facility .main-navigation li.m-tori a:before {
		content: '\f0ae';
	}

	.main-header-original.facility .main-navigation ul.menu &gt; li {
		width: 170px;
	}
	.main-header-original.facility .main-navigation li.current-menu-item a,
	.main-header-original.facility .main-navigation li:hover a {
		border: none;
	}
}
@media screen and (min-width:980px) and ( max-width:1114px) {
	.main-header-original.facility .main-header-content {
	    padding: 0;
	}
	.main-header-original.facility .main-navigation ul.menu &gt; li {
		width: 160px;
	}
}

/* é›»è©±ç•ªå·ã‚’ã‚¹ãƒžãƒ›ã®ã¿æœ‰åŠ¹ã«ã™ã‚‹
------------------------------------------------------------ */
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
	td a[href*="tel:"] {
		color: #444;
	}
}
/* æ–½è¨­ä¸€è¦§ã®ç”»åƒ
------------------------------------------------------------ */

.top-faclist,
.page-faclist, {
	margin:  0 auto;
}
.page-faclist {
	margin: 0 auto;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	background-color: #FFFFEF;
	padding-bottom: 2em;

}
ul.faclist {
	max-width: 100%;
	list-style: none;
	margin: 0 4%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.faclist li {
	margin: 0 0 1rem;
	padding: 0;
	width: 49%;
}
ul.faclist li a {
	display: block;
}
ul.faclist li a:hover {
	box-shadow: 5px 5px 8px 0px rgb(17 17 17 / 15%);
	transform: scale(1.05,1.05);
	transition-duration: 0.3s;
}
@media screen and (min-width: 601px) {
	ul.faclist li {
		margin: 0 0 2rem;
		width: 32%;
	}
	ul.faclist:after {
		content: "";
		display: block;
		width: 32%;
		height: 0;
	}
}
@media screen and (min-width: 782px) {
	ul.faclist li {
		margin: 0 0 2rem;
		max-width: 245px;
		width: 24%;
	}
	ul.faclist:after {
		content: "";
		display: block;
		width: 24%;
		max-width: 245px;
		height: 0;
	}
}
@media screen and (min-width: 1080px) {
	ul.faclist {
		max-width: 1080px;
		list-style: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-faclist ul.faclist li {
		margin: 0 auto 2rem;
		width: 16%;
	}
	.page-faclist ul.faclist:after {
		content: "";
		display: block;
		width: 16.7%;
		height: 0;
	}
}
/* ãƒ•ãƒƒã‚¿ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼
------------------------------------------------------------ */
/*ãƒ•ãƒƒã‚¿ãƒ¼ã®èƒŒæ™¯ç”»åƒ*/
.footer-bg {
	margin: 0 auto;
	width: 100%;
	height: 370px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
/*æ–½è¨­ãƒšãƒ¼ã‚¸ã®ãƒ•ãƒƒã‚¿ãƒ¼è‰²æ›¿ãˆ*/
.site-footer {
	background-color: #669F00;/*ç·‘*/
}
.page-template-page-facilities .site-footer,
.page-template-page-facilities-child .site-footer,
.single-sugita_info .site-footer,
.post-type-archive-sugita_info .site-footer,
.single-negishi_info .site-footer,
.post-type-archive-negishi_info .site-footer,
.single-isogo_info .site-footer,
.post-type-archive-isogo_info .site-footer,
.single-takigashira_info .site-footer,
.post-type-archive-takigashira_info .site-footer,
.single-hamas_info .site-footer,
.post-type-archive-hamas_info .site-footer,
.single-hamat_info .site-footer,
.post-type-archive-hamat_info .site-footer,
.single-negishit_info .site-footer,
.post-type-archive-negishit_info .site-footer,
.single-okamura_info .site-footer,
.post-type-archive-okamura_info .site-footer,
.single-youkoudai3_info .site-footer,
.post-type-archive-youkoudai3_info .site-footer,
.single-youkoudai4_info .site-footer,
.post-type-archive-youkoudai4_info .site-footer,
.single-youkoudaihouse_info .site-footer,
.post-type-archive-youkoudaihouse_info .site-footer,
.term-news .site-footer,
.term-event .site-footer,
.term-end-event .site-footer {
	background-color: #3FA9F5;/*é’*/
}
.footer-widget-content {
    text-align: center;
}
.footer-widget-area {
    border: none;
    padding-bottom: 4rem;
    padding-top: 3rem;
}
aside.widget {
	margin: 0;
	padding: 0;
	color: #fff;
}
.site-footer h2 {
	color: #fff;
	font-size: 1.8rem;
	margin: 0 auto 0.5rem;
	padding: 0;
}
.site-footer p {
	font-size: 1.1rem;
	margin: 0;
	padding: 0;
}
.footer-tel {
	font-weight:600;
	font-size: 1.6rem;
}
.footer-tel::before {
    content: '\f098';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 0.4rem;
    font-size: 1.6rem;
    vertical-align: middle;
}
.site-footer .menu {
	font-size: 1.1rem;
}
.footer-widget.pc {
	display: none;
}
.site-footer  ul li a::before {
	color: #fff;
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.4rem;
	font-size: 1rem;
	vertical-align: middle;
}
.widget_nav_menu .current_page_item &gt; a, .widget_nav_menu .current-menu-item &gt; a {
    color: #fff;
    font-weight: 700;
}
.widget a:hover {
    color: #333;
}
.menu a:hover:before {
    color: #333;
}
.site-copyright {
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}
.site-footer .site-bottom {
    background-color: #333;
    color: #fff;
    border: none;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.site-bottom a {
    color: #fff;
    text-decoration: none;
}
.site-info {
    clear: right;
    float: none;
    margin-top: 0;
    text-align: center;
}
@media screen and (min-width: 980px) {
	.site-footer {
		color: #fff;
		/*padding-bottom: 6rem;*/
	}
	.site-copyright {
	    font-size: 0.9rem;
	    letter-spacing: 2px;
	    margin-bottom: 5rem;
	}
	.footer-widget-content {
	    text-align: left;
	}
	.footer-widget {
	    box-sizing: border-box;
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.footer-widget.pc {
		display: block;
	}
	.footer-widget-area {
		border: none;
		padding-bottom: 8rem;
		padding-top: 4rem;
	}
}


@media screen and (max-width: 312px) {
	.main-header-content.faci p.reserve a {
    width: 63%;
	}
	.main-header-content.faci p.reserve a {
	min-height: 129px;
	font-size: 1.67rem;
	}
}	

/*ã“ã©ã‚‚ãƒ­ã‚°ãƒã‚¦ã‚¹ãƒšãƒ¼ã‚¸ç”¨è‰²æ›¿ãˆ
------------------------------------------------------------ */

/*ãƒ¡ã‚¤ãƒ³ãƒ˜ãƒƒãƒ€ãƒ¼*/
.parent-pageid-31 .main-header-content.faci h1.site-title a,
.house .main-header-content.faci h1.site-title a,
.tax-youkoudaihouse_info_category .main-header-content.faci h1.site-title a,
.single-youkoudaihouse_info .main-header-content.faci h1.site-title a,.magenta,.magenta a{
   color:#f94074;
}
.parent-pageid-31 .main-header.facility,
.house .main-header.facility,
.tax-youkoudaihouse_info_category .main-header.facility,
.single-youkoudaihouse_info .main-header.facility {
    background-color: #f94074;
}
.parent-pageid-31 .main-header-clone.facility,
.house .main-header-clone.facility,
.tax-youkoudaihouse_info_category .main-header-clone.facility,
.single-youkoudaihouse_info .main-header-clone.facility {
    background-color: #fff;
}
.parent-pageid-31 .main-header-original .main-navigation a,
.house .main-header-original .main-navigation a,
.tax-youkoudaihouse_info_category .main-header-original .main-navigation a,
.single-youkoudaihouse_info .main-header-original .main-navigation a {
    border-right: 2px dotted #ff909a;
}
.parent-pageid-31 .main-header-original .main-navigation li:first-child a,
.house .main-header-original .main-navigation li:first-child a,
.tax-youkoudaihouse_info_category .main-header-original .main-navigation li:first-child a,
.single-youkoudaihouse_info .main-header-original .main-navigation li:first-child a {
    border-left: 2px dotted #ff909a;
}
.parent-pageid-31 .main-header-content.faci p.head-tel,
.house .main-header-content.faci p.head-tel,
.tax-youkoudaihouse_info_category .main-header-content.faci p.head-tel,
.single-youkoudaihouse_info .main-header-content.faci p.head-tel,
.parent-pageid-31 .head-tel a,
.house .head-tel a,
.tax-youkoudaihouse_info_category .head-tel a,
.single-youkoudaihouse_info .head-tel a {
    color: #f94074;
}
/*æ–½è¨­ãƒˆãƒƒãƒ—è¦‹å‡ºã—*/
.house .top-title,
.parent-pageid-31 .top-title {
   color: #f94074;
}
.house .top-title:after,
.parent-pageid-31 .top-title:after {
    background: #f94074;
}
.house .kouhou {
    background-color: #ffdedc;
}
.house h2.kouhou-title {
    color: #f94074;
    background-color: #FFFFE9;
    border: solid 4px #ffdedc;
}
.house .m-title {
    background-color: #f94074;
}
.house .m-list p:before {
    color: #f94074;
}
/*ä¸‹å±¤ãƒšãƒ¼ã‚¸*/
.parent-pageid-31 .und-title.faci,
.parent-pageid-31 .f-entry-content .wp-block-group h3 {
	font-size: 1.8rem;
	margin-bottom: 1.6em;
	margin-top: 0;
	background-color:#f94074;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-weight: 600;
}
.page-id-245 .f-entry-content h4 {
	color: #444;
	padding: 18px;
	margin: 0 auto 1em;
	font-size: 1.7rem;
	text-align: center;
	border-radius: 30px;
	background-color: #ffdedc;
}
.page-id-245 .f-entry-content h4:before {
    content: unset;
}
.parent-pageid-31 .wp-block-image img{
	border-radius: 14px;
}
.parent-pageid-31 .wp-block-group__inner-container h4:before,
.parent-pageid-31 .f-entry-content h4:before {
    background: #f94074;
}
.parent-pageid-31 .f-entry-content h5 {
    border-bottom: 1px solid #f94074;
}

/*ãƒ•ãƒƒã‚¿ãƒ¼*/
.house.page-template-page-facilities .site-footer,
.youkoudaihouse_info .site-footer,
.tax-youkoudaihouse_info_category .site-footer,
.single-youkoudaihouse_info .site-footer {
    background-color: #f94074;
}

.page-id-242 .site-footer,.page-id-246 .site-footer,.page-id-244 .site-footer,.page-id-241 .site-footer{
    background-color: #f94074;
}

/*ã‚¹ã‚¿ãƒƒãƒ•å¿œå‹Ÿãƒ•ã‚©ãƒ¼ãƒ&nbsp; è¬›åº§ç”³ã—è¾¼ã¿ãƒ•ã‚©ãƒ¼ãƒ&nbsp;*/
	.form-content p{
		margin: 0 0 0 0;
	}
	.form-content.koza p{
		margin: 0 0 1rem 0;
	}
	.form-content div{
		margin-bottom: 0em;
		padding:1em 1em 1em;
		background-color:#DCEFCD ;
	}
	.form-content h2{
		margin-bottom: 1em;
		margin-top: 1em;
		background-color: unset;
		padding: unset;
		color: #444;
		font-weight: 600;
	}
	.form-content h3{
		font-size: 2rem;
		margin: 4rem 0 1.5rem 0;
		background-color: unset;
		padding: 7px 0 7px 1.6rem ;
		color: #444;
		font-weight: 600;
	}
	.form-content h2:last-of-type{
		padding-top: 3em;
	}
	.form-content.koza h2:last-of-type{
		padding-top: unset;
	}
	.wpcf7-spinner{width: 0; height: 0;margin:unset ;}
	.form-content .caution{
		padding-top: 20px;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.form-content .sub{
		padding-top: 20px;
		text-align: center;
	}
	.form-content .sub input{
		margin: 0 auto;
		font-weight: 600;
		letter-spacing: 2px;
		text-shadow: 2px 2px 3px rgb(17 17 17 / 30%);
		box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%);
		border-radius: 20px;
		color: #fff;
		display: block;
		text-decoration: none;
		background-color: #F7931e;
		line-height: 0.05;
		width: 180px;
		font-size: 1.6rem;
	}
	.form-content .sub.long input{
		width: 215px;
	}
	.form-content .sub.pre input{
		margin: -2.5rem auto 0 auto;
		background-color: #aaa;
	}
	.form-content .sub input:hover {
		color: #fff;
		cursor: pointer;
		transform: scale(1.05,1.05);
		transition-duration: 0.3s;
	}
	.form-content .small{
		font-size: 1.2rem;
		line-height: 1.4;
		padding: 0 auto;
	}

	.form-content dl{
		padding: 0 6%;
		justify-content: center;
		align-items: center;
	}
	.form-content dt{
		font-size: 1.2em;
		line-height: 1.8;
		margin: 0;
		position: relative;
	}
	.form-content dt.font-n{
		font-size: 1em;
		font-weight: normal;
	}
	.form-content dt p{
		display: flex;
		align-items: center;
	}
	.form-content dd{
		margin: 0 0 2.5rem;
	}
	.form-content dd.mb0{
		margin: 0 0 0.5em 0;
	}
	.form-content dd.yoko p{
		display: flex;
		width: 100%;
		gap: 10px;
		align-items: center;
	}
	.form-content dd.yoko.w200 input{
		width: 200px;
	}
	.form-content dd.yoko select{
		width:120px ;
	}
	.form-content dl.address,.form-content dl.address dt,.form-content dl.address dd,.gray{
		color: #666;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.form-content dl.address dt{
		font-size: 1.4rem;
		display: flex;
		align-items: center;
	}
	span.red{
		color:#FF0000;
		padding: 0 0.5rem;
		font-size: 1rem;
    	vertical-align: middle;
	}
	span.red.rm{
		vertical-align: middle;
		font-weight: bold;
	}
	.img-font span{
		font-weight: bold;
	}
	.wpcf7-form-control.form-img{
		background-color: unset;
		border: unset;
	}
	.know .wpcf7-list-item{
		margin: 0 0 0 0;
	}
	.know .wpcf7-list-item input,.gender .wpcf7-list-item input,.exp .wpcf7-list-item input{
		margin-right: 0.5rem;
		width: 25px;
		height: 25px;
	}
	.gender span,.exp span{
		width: 80px;
		font-size: 1.6rem;
	}
	.know span{
		width: 160px;
		font-size: 1.4rem;
	}
	.know .wpcf7-list-item label{
		margin-right: 1rem;
	}

	.form-content button,.form-content input,.form-content select{height:3.5rem}
	.form-content button,.form-content input,.form-content select,.form-content textarea{border: solid #ccc 1px; line-height: 1.8;margin-top: 0;width: 100%;}
	.gender input,.know  input{width: unset;}
	textarea.health{height: 50px}
	.form-content label{display: flex;align-items: center;line-height: 1.6;}

@media screen and (max-width: 781px) {
	.form-content div{
		padding:6% 4% 6%;
		margin-top: 0.5rem;
	}
	.form-content dt {
		font-size:1.1em;	
	}
	.form-content dl {
		padding: 0 0;
		
	}
	.form-content dd.yoko p {

		gap: 5px;
	}
	.form-content dd.yoko.w200 input{
		width: 100%;
	}
	.form-content dd.yoko select{
		width:unset ;
		margin-bottom: 1em;
	}
	.form-content dd.yoko p {
		display: unset;
	}
	.form-content .sub input {
		line-height: 0.25;

	}
	input.your-age,input.time{
		width: 80px;
	}
	.form-content button,.form-content input,.form-content select{
		height: 3em;
		font-size: 1.4rem;
		letter-spacing: -0.5px;
	}
	.know span{
		width: 160px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 782px){
	html #wpadminbar {
		width: 87%;
	}
	.tel-img {
		margin: -3% 13% 2%;
	}
	.tel-img-un {
		margin: -2% 13% 0;
	}
	
}
</pre></body></html>