/*!
Theme Name: yamaki_tpl
Theme URI: http://ichihara-uguisukai.jp/yamaki/
Author: シティライフ株式会社
Author URI: https://www.cl-shop.com
Description: このテーマは社会福祉法人市原うぐいす会 特別養護老人ホーム やまき用テンプレ―トファイルです。レスポンシブ対応
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yamaki_tpl
Tags: レスポンシブ
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    color: #333333;
    font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 85%;
    line-height: 1.8;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
#content h1 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 18px 0 30px;
	line-height:1.5;
}
@media only screen and (max-width: 768px) {
	#content h1 {
	font-size: 1.5em;		
	}
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

a {
	color: #66cdaa;
	text-decoration: underline;
	-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
}
a:hover {
	text-decoration: none;
}
a:hover,a:hover img{
 	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.mb70{margin-bottom:70px !important;}

.blue{color:#2378BE;}
.red{color:#ff0000;}


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}*/


article ul {
    margin: 0px 0 15px 0;
	list-style:none;
}
article ul li {
    position: relative;
    margin: 0;
	list-style:none;
}
article ul li:after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1.5em;
    width: 6px;
    height: 6px;
    background-color: #bfe7d9;
    border-radius: 100%;
}


article ul.kome{
    margin: 12px 0 15px 0;
	padding:0;
	list-style:none;
	font-size:15px;
}
article ul.kome li {
    position: relative;
    margin: 0 0 0 15px;
	list-style:none;
	text-indent:-15px;
}
article ul.kome li:after{
	display:none;
}


/* half_list */
.half_list li {
    position: relative;
    margin: 0;
	list-style:none;
}
.half_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.half_list li {
	width: 46%;
}
.half_list li:after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #8fa2d9;
    border-radius: 100%;
}


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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}



/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
table,table.table{
  border-collapse: collapse;
  width: 100%;
  /*font-size: 90%;*/
}


table.timetable th,table.timetable td{
	text-align:center!important;
}

@media only screen and (max-width: 768px) {
table,table.table{
  font-size: 90%;
}
}
 
table th,table td,table.table th,table.table td{
  border: 1px solid #dbe1e8;  
  padding: 15px;
}
table.center th,table.center td{
	text-align:center !important;
}

#form table th{
	width:30% ;
}


/*table.guide-t th{
	font-size:110%;
	width:20% ;
	text-align:left;
    background-color: #f1f6f1;
	border-right:5px solid #fff!important;
}
table.guide-t th i{
	color:#006600;	
}
table.guide-t td{
    background: #f4f4f4;
}
table.guide-t th,table.guide-t td{
	border:none;
}
table.guide-t th,table.guide-t td{
	border-bottom:5px solid #fff;	
}

table.guide-t .txt p.kome{
	font-size:13px;
	line-height:1.5;
	margin:2px 15px 8px 15px;
	padding:0;
}
table.guide-t .photo{
	font-size:13px;
	line-height:1.5;
	text-align:center;
}
table.guide-t .txt p{
    margin: 0 0 5px;	
    padding: 0;
}

@media only screen and (min-width: 1000px) {
table.guide-t .txt{
	float:left;
	width:50%;
}
table.guide-t .photo{
	float:right;
	width:50%;
}
}
@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 768px){
table.guide-t tr:first-child{
    border-top: none;
}
	table.guide-t th{
	width:30%;
	font-size:100%!important;
}
}*/


article .row-head ul {
    margin: 2px 0 0 0;
	padding:0 0 0 22px;
}
article .row-head ul li{
    margin: 6px 0;
    list-style: none;
    line-height: 1.5;
}
article .row-head ul li:after{
	left:-1em;
}
.row-head .koumoku{
  background:#fdeae9;
  text-align:center;
  font-weight:bold;
}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 10px;
}
 
.row-head th {
  background: #f4f4f4;
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}
 
@media only screen and (max-width: 800px) {
  .row-head thead {
    display: none;
  }
.row-head .koumoku{
  background: #fff;
  text-align:left;
  font-weight:normal;
}
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    /*border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);*/
    margin-bottom: 20px;
    /*padding: 8px 8px 0;*/
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    /*justify-content: space-between;*/
    text-align: left;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    /*display: inline-block; */
    font-weight: bold;
    /*float: left;*/
   /* text-align: left; */
    padding-right: 20px;
    white-space: nowrap;
	width:105px;
  }
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}


@media only screen and (max-width: 768px) {
table th,table td,table.table th,table.table td {
  padding: 7px;
}
}
table.table th {
  background: #f4f4f4;
  text-align: left;
}
table.table th {
  width:27%;
}
table.table2 th {
  width:50%;
}
table.table3 th {
  width:35%;
}
 
@media only screen and (max-width: 768px) {
table.table tr,table.table th,table.table td,#form table th {
    display: block;
    width: auto;
  }
  
table tr:first-child,table.table tr:first-child{
    border-top: 1px solid #dbe1e8;  
  }
  
table.table th,table.table td{
    border-top: none;
  }
}


/*--------------------------------------------------------------
# contact_block
--------------------------------------------------------------*/
div.contact_block{
text-align: center;
padding: 10px 20px 15px;
margin: 20px 0 30px;
border: 4px solid #bfe7d9;
background-color:#fffef2;
}
div.contact_block a{
text-decoration:none;
color:#ef7d4d;
}
div.contact_block h3{
text-align: center;
padding: 14px 10px 10px;
margin:8px 0 15px;
letter-spacing:0.1em;
background: -webkit-repeating-linear-gradient(-45deg, #61bc9d, #61bc9d 4px,#66cdaa 3px, #66cdaa 8px);
background: repeating-linear-gradient(-45deg, #61bc9d, #61bc9d 4px,#66cdaa 3px, #66cdaa 8px);
}
div.contact_block strong{
font-size: 16px;
}
div.contact_block p.tel{
font-size: 38px;
padding:6px 0 0 !important;
}
div.contact_block p{
margin:0 !important;
line-height:1.6;
}
div.contact_block p.tel i{
font-size:28px;
color:#ef7d4d;
position: relative;
top: -3px;
}

@media only screen and (max-width: 768px) {
div.contact_block{
padding: 5px 10px 15px;
margin: 30px 0 0 !important;
}
div.contact_block h3{
padding: 9px 5px 6px;
margin:5px 0 8px;
letter-spacing:0;
font-size: 110%;
line-height:1.4 !important;
}
div.contact_block p{
font-size: 90%;
}
div.contact_block p.tel i{
font-size:20px!important;
}
div.contact_block p.tel{
font-size: 28px !important;
line-height:1.4 !important;
padding:5px 0 !important;
}
div.contact_block p span{
display:block;
}
}


/*--------------------------------------------------------------
# border
--------------------------------------------------------------*/
.border{
	border:1px solid #ccc;
	padding:15px;
	margin:5px 0 10px;
}
.border ul{
	margin:12px 0 10px;
}

.guide-border{
	border:5px solid #b9d5b9;
	padding:15px;
	margin:5px 0 10px;
}
.guide-border h4{
	font-size:120%;
    margin: 10px 0 10px;
    text-align: center;
}

/*--------------------------------------------------------------
# dl
--------------------------------------------------------------*/

table dl {
margin:10px 7px 10px;
overflow:hidden;
}
table dl dt {
display: block;
width: 25%;
clear: left;
float: left;
font-weight:bold;
margin:0;
color: #2378BE;
}
table dl dd {
display: block;
width: 70%;
float: left;
margin:0;
}

@media screen and (max-width: 1000px) {
table dl {
margin:2px 3px 2px;
overflow:hidden;
}
	table dl dd {
	width: 74%;	
	}
}


/*--------------------------------------------------------------
# container
--------------------------------------------------------------*/
.container{
	width:1100px;
	margin:0 auto;
}

@media screen and (max-width: 1000px) {
.container {
	/* box-sizing: border-box;*/
    max-width: 100% !important; 
	overflow:hidden;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
div.header-nav{
	background-color:#66cdaa;
	color:#fff;
	margin-bottom:10px;
	overflow:hidden;
}
div.header-nav ul{
	margin:0;
	padding:0;
    list-style: none;
	height:40px;
}
div.header-nav ul.header-nav-l{
	float:left;
}
div.header-nav ul.header-nav-r{
	float:right;
}
div.header-nav ul.header-nav-r li:first-child{
	border-right:1px solid #66cdaa;
}

div.header-nav ul.header-nav-r li.recruit a{
	background-color:#ef7d4d;
}

div.header-nav ul li{
	text-align:center;
    padding: 0;
	margin:0;
	display: table-cell;
    line-height: 2.4;
}

div.header-nav a{
	color:#fff;
	text-decoration:none;
	background-color:#54a087;
    padding: 8px 20px 8px;
}

div.header-nav a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight:600;
  margin-left:5px;
}

div.header_inner{
	margin: 0 auto;
    width: 80%;
	position:relative;
}
@media screen and (max-width: 1000px) {
div.header_inner{
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}
div.header_inner ul.header-nav-l,div.header_inner ul.header-nav-r{
	display:none;
}
}

.breadcrumbs{
	background-color:#eee;
	font-size:12px;
	padding:12px 0;
	margin:0 0 7px;
}
.breadcrumbs .container{
	width:80%;
}

@media screen and (max-width: 1000px) {
.breadcrumbs .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}
}


span.news,span.vacant,span.recruit,span.blog{
	margin: 0 10px 0 7px;
    padding: 2px 0 1px;
    text-align: center;
    font-size: 13px;
	color:#fff;
    min-width: 130px;
    display: inline-block;
}
span.news a,span.vacant a,span.recruit a,span.blog a {
	display: block;
}

span.news {
	background-color:#9addc6;
}
span.recruit {
	background-color:#fcc876;
}
span.blog {
	background-color:#999;
}

@media screen and (max-width: 1000px) {
.tab_content_description span{
	width:120px;
	display:block;
	margin: 0 10px 4px 0;
}
}

/*--------------------------------------------------------------
# site-branding
--------------------------------------------------------------*/
div.site-branding{
	float:left;
	padding: 8px 0 14px;
}
@media screen and (max-width: 1000px) {
div.site-branding{
	padding:4px 0 5px;
}	
}

ul.header-info{
	margin:0;
	padding:0;
	float:right;
}
@media screen and (max-width: 1000px) {
ul.header-info{
	display:none;
}
}

ul.header-info li{
	list-style:none;
}
ul.header-info li.tel{
	font-size:28px;
	line-height:1.5;
	margin:0;
}
ul.header-info li.tel i{
	color: #66cdaa;
}
ul.header-info li.form-btn{
	text-align:center;
}
ul.header-info li.form-btn a{
	display:block;
	padding:5px 0;
}
ul.header-info li.form-btn a {
	display: block;
	margin: 0 auto 3px;
	padding: 3px 0;
	border: 1px solid #54a087;
	color: #54a087;
	background-color: #fff;
	text-align: center;
	transition: all .3s ease;
	font-size:90%;
}
ul.header-info li.form-btn a span:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #fff;
	font-size: 14px;
}
ul.header-info li.form-btn a:hover {
	color: #fff;
	background-color: #54a087;
	text-decoration: none;
 	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
ul.header-info li.form-btn a:hover span:before {
	color: #54a087;
}


main .container {
    padding: 60px 0 30px 0;
}
@media screen and (max-width: 1200px) {
main .container {
    padding: 30px 0 30px 0;
}
}
@media screen and (max-width: 768px) {
main .container {
    padding: 15px 0 0 0;
}
}

#primary{
	margin:50px 0 0;
}
main{
	width:70%;
	float:right;
}
.one-column main{
	width:100%;
	float:none;
}

.one-column article{
	width:100%;
	float:none;
}
.post article{
	padding:8px 20px 23px;
	margin-bottom:20px !important;
	border:1px solid #ccc;
}
.post article h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.post article h2:after{
	display:none;
}
.post article p{
	margin-bottom:0;
}
.post article p.post-txt{
	font-size:13px;
}
.post article time{
	margin:2px 0 0;
}

@media screen and (max-width: 1200px) {
#primary{
	margin:20px 0 0;
}
main{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 40px !important;
    width: 100% !important;
    box-sizing: border-box;
}
}
@media screen and (max-width: 768px){
main {
    margin: 0 0 30px 0;
    width: 100%;
    float: none;
	font-size:90%;
}
}


aside{
	width:22%;
	float:left;
}
@media screen and (max-width: 1200px){
aside {
    margin: 30px 0 0;
    width: auto;
    float: none;
}
aside #subnav{
	margin-bottom:0 !important;
	}
aside #subnav li a{
	margin-left:0;	
	}
aside li a,aside select{
	margin-left:15px;
	}
aside li span{
	padding-left:15px;		
	}
}


aside h2{
	background-color: #66cdaa;
	margin:0;
	font-size:105%;
	padding: 13px 25px 13px 13px;
	color: #fff;
    margin-bottom: 15px;
    font-size: 90%;
}
aside ul{
	list-style:none;
	margin:0;
	padding:0;
}
aside li{
    display: block;
    padding: 5px 0px 13px 0px;
    border-bottom: 1px solid #dcdce2;
    margin: 0 0 8px;
	line-height:1.5;
}
aside li span.post-date{
	display:block;
	font-size:14px;
	margin:5px 0 0;
}

aside #subnav {
    margin-bottom: 15px;
    font-size: 90%;
    border-bottom: 1px solid #dcdce2;
}
aside #subnav h2{
    background-color: #66cdaa;
	margin:0;
	font-size:105%;
	padding: 13px 25px 13px 13px;
	color: #fff;
}
aside #subnav ul a {
    position: relative;
    display: block;
    padding: 13px 25px 13px 13px;
    border-top: 1px solid #dcdce2;
    cursor: pointer;
	color:#333;
}
aside #subnav ul a:hover,aside #subnav ul li.current-menu-item{
    background-color: #f4f4f4;
	text-decoration:none;
}
aside #subnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
aside #subnav ul li{
	text-decoration:none;
	border-bottom:none;
	padding:0;
    margin: 0;
	line-height:2.0;
}

aside #subnav ul a:before{
    position: absolute;
    top: 50%;
    right: 13px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-top: -16px;
    color: #666;
    font-size: 18px;
	font-weight:600;
}
aside #subnav ul li.current-menu-item a:before {
    position: absolute;
    top: 50%;
    right: 13px;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    margin-top: -16px;
    color: #666;
    font-size: 18px;
	font-weight:600;
}

article h2.first{ margin: 20px 0 35px 0;}
article h2 {
    position: relative;
    margin:60px 0 30px 0;
    padding: 0 0 8px 0;
    font-size: 175%;
    font-weight: 500;
    letter-spacing: 0.05em;
	line-height:1.5;
}
article h2:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 10%;
    height: 3px;
    background-color: #66cdaa;
}


article h3{
    margin: 35px 0 20px 0;
    padding: 7px 15px;
    color: #fff;
    font-size: 120%;
	line-height:1.4;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #66cdaa;
    border-radius: 3px;
}

article h4{
    margin: 40px 0 12px 0;
    padding: 7px 0;
    font-size: 120%;
    font-weight: 600;
    color:#54a087;
}



.menu-container {
  margin: 0;
}

.menu-container .menu {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    display: none;
    width: 100%;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}


.topslider{
	position: relative;
	z-index: -9999;
}
.metaslider.ms-theme-cubic.ms-is-small{
	padding-bottom: 0 !important;
}

/*--------------------------------------------------------------
# toppick
--------------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}

#toppick-in{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
#toppick{
	text-align:center;
	}

#toppick div.pick{
	width: 25%;
	padding: 10px;

}
#toppick div.pick-in {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: -30px 0px 30px;
    border-radius: 10px;
    padding: 10px;
}

#toppick div.icon{
	padding: 10px 0 5px;
}

#toppick div.pick01 div.icon{
	background-color:#7cd0e2;
}
#toppick div.pick02 div.icon{
	background-color:#73d1aa;
}
#toppick div.pick03 div.icon{
	background-color:#fdcd66;
}
#toppick div.pick04 div.icon{
	background-color:#f59d9d;
}


#toppick a{
	display:block;
	color:#333;
	text-decoration:none;
}

#toppick span.text {
    position: relative;
    display: block;
    font-size: 110%;
    font-weight: 600;
    margin: 32px 0 22px;
    letter-spacing: 0.1em;
    transition: all .3s ease;
}
#toppick span.text2 {
    position: relative;
    display: block;
	font-size:110%;
	line-height:1.5;
	font-weight:600;
    margin:21px 0 12px;
    letter-spacing: 0.1em;
    transition: all .3s ease;
}

@media screen and (min-width: 1100px) {
#toppick{
	width: 1100px;
	margin:0 auto;
	}

}	

@media screen and (max-width: 1000px) {
	#toppick span.text {
        margin: 25px 0 15px;	
	}
	#toppick span.text2 {
        margin: 15px 0 5px;	
	}
	#toppick span.text,#toppick span.text2 {
        font-size: 100% !important;
}
	#toppick div.icon {
        padding: 5px 0 0;
	}
}

@media screen and (max-width: 960px) {
	#toppick div.pick{
		width: 33.33333%;
	}
	#toppick span.text {
        margin: 20px 0 10px;	
	}
	#toppick span.text2 {
        margin: 10px 0 0px;	
	}
	#toppick span.text,#toppick span.text2 {
        font-size: 90% !important;
		line-height:1.4 !important;
}
}
@media screen and (max-width: 768px) {
	#toppick{
		margin:10px 5px 5px;
	}
	#toppick div.pick{
		width: 50%;
	    padding: 0 10px 0;
	}
	#toppick div.pick-in {
        margin: 0 0px 10px;
	}
	#toppick div.icon img{
        width:50%;
	}
}




/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
#news{
	padding:30px 0 30px;
	background:url(images/news_bg.jpg) no-repeat center;
	background-size:cover;
	position: relative;
	/*margin-top:25px;*/
}


#news h2{
	font-size:250%;
	line-height:1.3;
	text-align:center;
	color:#66cdaa;
}
@media screen and (max-width: 768px) {
	#news h2{
		font-size:200%;
	}
}

#news h2 span{
	font-size:40%;
	display:block;
	font-variant:normal;
	color:#565656;
}

/*--------------------------------------------------------------
# topphoto
--------------------------------------------------------------*/
#topphoto{
	padding:50px 0 0;
}
@media screen and (max-width: 768px) {
#topphoto{
	padding:25px 0 0;
}
}
/*フォトギャラリー表示の場合
#topphoto{
	padding:30px 0 25px;
}
@media screen and (max-width: 768px) {
#topphoto{
	padding:20px 0 15px;
}
}
*/

#topphoto h2{
	font-size:250%;
	line-height:1.3;
	text-align:center;
	color:#009BDB;
}
@media screen and (max-width: 768px) {
	#topphoto h2{
		font-size:200%;
	}
}
#topphoto h2 span{
	font-size:40%;
	display:block;
	font-variant:normal;
	color:#565656;
}
#topphoto p{
	text-align:center;
	font-size:13px;
	line-height:2.0;
}
/*フォトギャラリー表示の場合
#topphoto p{
	text-align:center;
	font-size:13px;
	line-height:1.6;
*/

@media screen and (max-width: 1000px) {
iframe[src*="https://instawidget.net/embed"] {
  height:auto  !important;
}
#topphoto p{
	margin:10px 20px 0;
}
}
@media screen and (max-width: 768px) {
iframe[src*="https://instawidget.net/embed"] {
  height: 85px !important;
}
#topphoto p{
	text-align:left;
	font-size:12px;
	line-height:1.4;
}
}

/*--------------------------------------------------------------
# topbanner
--------------------------------------------------------------*/
#topbanner{
	padding:30px 0 0;
}
@media screen and (max-width: 1000px) {
#topbanner .topbanner-inner{
	padding:40px 10px 20px !important;
}
}

#topbanner .topbanner-inner{
	width:1100px;
	margin:0 auto;
	padding:55px;
	background-color:#F5F1DF;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
#topbanner .topbanner-inner{
	width:100% !important;
}
}
	
#topbanner ul{
	margin: 0;
	padding:0;
}
#topbanner ul li img{
	border:3px solid #fff;
}

@media screen and (max-width: 1000px) {
#topbanner ul li img{
	width:100% !important;	
	}
#topbanner ul li{
	float:none !important;
	margin:0 15px 5px 15px !important;
}
#topbanner p{
	font-size:12px !important;
	margin:0 0 20px !important;
}
}

#topbanner ul li{
	float:left;
	list-style:none;
}
#topbanner ul li:first-child{
	margin-right:15px;
}
#topbanner ul li a{
	display:block;
}
#topbanner p{
	font-size:13px;
	line-height:1.5;
    margin:5px 0 0;
}



/*--------------------------------------------------------------
# topbanner3
--------------------------------------------------------------*/
#topbanner3{
	padding:120px 0 0;
}
@media screen and (max-width: 1000px) {
#topbanner3{
	padding:0;
}
#topbanner3 .topbanner-inner{
	padding:40px 20px 30px !important;
}
}

#topbanner3 .topbanner-inner{
	width:1100px;
	margin:0 auto;
	padding:55px 0;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
#topbanner3 .topbanner-inner{
	width:80% !important;
}
}
	
#topbanner3 ul{
	margin: 0;
	padding:0;
}
#topbanner3 ul li img{
	border:1px solid #ccc;
}

@media screen and (max-width: 1000px) {
#topbanner3 ul li img{
	width:100% !important;	
	}
#topbanner3 ul li{
	float:none !important;
	margin:0 25px 8px 25px !important;
}
}

#topbanner3 ul li{
	float:left;
	list-style:none;
	margin-left:37px;
}
#topbanner3 ul li:first-child{
	margin-left:0;
}
#topbanner3 ul li a{
	display:block;
}



/*--------------------------------------------------------------
# shisetsu-link
--------------------------------------------------------------*/
div#shisetsu-link .shisetsu-inner{
	width:1100px;
	margin:0 auto;
	padding:60px 0 25px;
	position: relative;
	background-color:#fff;
	bottom:-100px ;
	overflow:hidden;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div#shisetsu-link ul{
	list-style:none;
	margin:0 0 0 3.5em;
	padding:0;
	overflow:hidden;
}
div#shisetsu-link ul li{
	float:left;
	margin:0 35px 30px 0;
}
div#shisetsu-link ul li i{
	color:#008139;
}
div#shisetsu-link ul li.u-link{
	margin-bottom: 240px;
}
div#shisetsu-link ul li.group-link{
	width:215px;
	text-align:center;
	padding-top:10px;
	padding-bottom:50px;
}
div#shisetsu-link ul li.group-link p{
	margin:0;
}
div#shisetsu-link ul li.group-link p a{
	display: block;
    margin: 0 auto 3px;
    padding: 3px 0;
    border: 1px solid #008139;
    color: #008139;
    background-color: #fff;
    text-align: center;
    transition: all .3s ease;
    font-size: 90%;
}

div#shisetsu-link ul li.group-link p a:hover {
	color: #fff;
	background-color: #008139;
	text-decoration: none;
 	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}


div#shisetsu-link ul li a{
	display: block;
	color:#333;
}
div#shisetsu-link ul li a:hover{
	color:#333;
	text-decoration:none;
}
	
@media screen and (max-width: 1000px) {
	div#shisetsu-link{
		display:none;
	}
}


/*--------------------------------------------------------------
# schedule
--------------------------------------------------------------*/
table.schedule-t{
margin-top:10px;
text-align:center;
}

table.schedule-t i{
font-size:160%;
}
table.schedule-t th{
background-color:#eef6e4;
}
table.schedule-t th.month{
width:15%;
}
table.schedule-t th.event{
width:35%;
}
article h4.schedule{
margin-bottom:0;
padding:0;
}
.schedule-txt{
padding:0;
margin:0 0 60px;
}
@media screen and (max-width: 1000px) {
article h4.schedule{
margin:15px 0 0;
padding:0;
}
.schedule-txt{
margin:0 0 20px;
font-size: 90%;
}
}


/*--------------------------------------------------------------
# daycare
--------------------------------------------------------------*/
.photo-r{
	float:right;
	margin-bottom:15px;
}
@media screen and (max-width: 1000px) {
	.photo-r{
		float:none;	
	}
	.photo-r img{
    width: 100%;
	}
}

/*--------------------------------------------------------------
# price
--------------------------------------------------------------*/

table.price-t{
	margin:10px 0 20px;
	font-size:90%;
    border: 2px #dcdce2 solid;
	text-align:center;
}
table.price-t th{
    border-bottom: 2px #dcdce2 solid;
    border-left: 2px #dcdce2 solid;
    font-weight: bold;
    vertical-align: middle;
	background-color:#f3fbd6;
    font-size: 15px;
}

table.price-t th,table.price-t td{ 
padding:8px !important;
}

table.price-t tr.b-bottom{
    border-bottom: 2px #dcdce2 solid;
}

table.price-t td.price {
    font-size: 15px;
    font-weight: bold;
}

.midashi {
    vertical-align: middle;
    font-size: 15px;
    border-right: 2px #dcdce2 solid;
}

table.price-t .txt-left{
	text-align:left;
}

table.price-t td.td-center,table.price-t th.th-center{
	text-align:center;
}
h4.price{
    font-size: 120%;
    margin: 10px 0px 20px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0px 3px;
}
p.price-kome{
    font-size: 90%;
    margin-bottom: 0.5em;
	text-align:right;
}


.price-sub select{
	padding:7px;
}

p.chui {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.0em;
}
div.chu-kakomi {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #999;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}


@media screen and (max-width: 1000px) {
.scroll table{
margin-bottom:10px;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
	
}

/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/

.btn {
	margin: 15px auto 0 auto;
}
.btn a {
		display: block;
		margin: 0 auto;
		padding: 10px 25px;
		color: #fff;
		font-size: 120%;
		background-color: #54a087;
		border: 1px solid #54a087;
		text-align: center;
		transition: all .3s ease;
	}
	.btn a span:before {
		content: "\f054";
		font-family: FontAwesome;
		padding-right: 10px;
		color: #fff;
		font-size: 14px;
	}
	.btn a:hover {
		color: #54a087;
		background-color: #fff;
		text-decoration: none;
	}
	.btn a:hover span:before {
		color: #54a087;
	}

.bt-l{width:80%;}
.bt-s{width:50%;}


@media screen and (max-width: 1000px) {
	.bt-s{width:90%;}
}

.top-bt{
	font-size:15px;
	float: left;
    right: 270px;
    position: absolute;
    width: 250px;
}
.top-bt a {
	border-radius: 35px;
	background-color: #ef7d4d;
	border: 1px solid #ef7d4d;
}
.top-bt a:hover{
	color: #ef7d4d;
}
@media screen and (max-width: 1000px) {
	.top-bt{display:none;}
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[name="zip"],input[name="age"]{
width: 25% !important;
}
input[name="your-name"],input[name="your-kana"]{
width: 70% !important;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #66cdaa;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
 	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Nav
-----------------------------------------*/
.drawer_menu{
	clear:both;
}

.drawer_menu a {
    color: inherit;
    text-decoration: none;
	display:block;
}
.drawer_menu a:visited {
    color: inherit;
}


/* PC用ナビゲーション */

.drawer_menu .drawer_nav_wrapper {
    transform: translate(0);
    width: 100%;
    height: 64px;/* PC用メニュー高さ */
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
    background-color: #fff;/* PC用メニュー背景色 */
    border-top: 3px solid #66cdaa;
    border-bottom: 1px solid #dcdce2;
}

.drawer_menu .drawer_nav {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
}
@media screen and (max-width: 1500px) {
.drawer_menu .drawer_nav{
    width: 100%;
}
.drawer_menu .drawer_nav li li{
	 font-size: 14px !important;
}
.drawer_menu .drawer_nav li.txts{
	 font-size: 13px !important;
}
}
.drawer_menu .drawer_nav li {
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 60px;/* PC用メニュー高さ */
    line-height: 60px;/* PC用メニュー高さ */
    /*background-color:rgba(255,255,255,0.8);*/ /* PC用メニューボタン背景色 */
    text-align: center;
    list-style-type: none;
}

.drawer_menu .drawer_nav li:hover {
    background-color: rgba(153,153,153,0.9);/* PC用メニューボタンマウスオーバー背景色 */
}
.drawer_menu .drawer_nav li:hover a {
   color: #fff;
}
.drawer_menu .drawer_nav li a {
    color: #333;/* PC用メニューボタン文字色 */
}


/* PC非表示 */

@media screen and (min-width:1001px) {
    .pc-hidden {
        display: none;
        text-align: center;
    }
}

@media screen and (min-width: 1001px) {
/* ドロップダウンメニュー2階層目 */
.drawer_menu .drawer_nav li ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding-left: 0;
}

.drawer_menu .drawer_nav li:hover ul.second-level {
    visibility: visible;
    z-index: 1;
    top: 60px;/* PC用メニューの高さに合わせる */
    transition: all .3s;
}

.drawer_menu .drawer_nav li:hover ul.second-level li {
	width: 304px;/* ドロップダウンメニューボタン横幅 */
    height: 60px;/* Pドロップダウンメニューボタン高さ */
    text-align: center;
}

.drawer_menu .drawer_nav li:hover ul.second-level li a {
    display: block;
    background-color: rgba(85,85,85,0.9);/* ドロップダウンメニューの文字の背景色 */
    color: #fff;/* ドロップダウンメニューの文字色 */
    font-size: 100%;
    text-decoration: none;
    line-height: 60px;/* Pドロップダウンメニューボタン高さ */
    text-align: center;
}

.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
    background-color: rgba(153,153,153,0.9);/* ドロップダウンメニューマウスホバー背景色 */
}
}

/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
    color: #555;/* ハンバーガーメニュー文字色 */
    display: none;
}

.drawer_menu .drawer_button .drawer_bar {
    background-color: #555;/* ハンバーガーメニュー三本線の色 */
}


/*@media screen and (max-width: 1536px) {
.drawer_menu .drawer_nav li:hover ul.second-level li {
    width: 243px;}
}
@media screen and (max-width: 1125px) {
.drawer_menu .drawer_nav li:hover ul.second-level li {
    width: 177px;}
}*/
	
/* 1000px以下 */

@media screen and (max-width: 1000px) {
    .drawer_menu .drawer_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;
        background-color: rgba(51, 51, 51, 0.7);
        display: none;
        top: 0;
        left: 0;
    }
    .drawer_menu .drawer_button {
        display: block;
        background: none;
        border: none;
        padding: 2px 10px 5px;
        width: 60px;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 15px;
        z-index: 1001;
        text-align: center;
        outline: none;
		background-color:rgba(255,255,255,0.7);
    }
	
	.drawer_menu .drawer_nav li {
		width:100%;
	}
	
    .drawer_menu .drawer_button.active .drawer_bar {
        width: 49px;
    }
    .drawer_menu .drawer_button.active .drawer_bar1 {
        transform: rotate(30deg);
    }
    .drawer_menu .drawer_button.active .drawer_bar2 {
        opacity: 0;
    }
    .drawer_menu .drawer_button.active .drawer_bar3 {
        transform: rotate(-30deg);
    }
    .drawer_menu .drawer_button.active .drawer_menu_text {
        display: none;
    }
    .drawer_menu .drawer_button.active .drawer_close {
        display: block;
    }
    .drawer_menu .drawer_bar {
        display: block;
        height: 2px;
        margin: 10px 0;
        transition: all 0.2s;
        transform-origin: 0 0;
    }
    .drawer_menu .drawer_text {
        text-align: center;
        font-size: 10px;
    }
    .drawer_menu .drawer_close {
        letter-spacing: 0.08em;
        display: none;
    }
    .drawer_menu .drawer_menu_text {
        display: block;
    }
    .drawer_menu .drawer_nav_wrapper {
        width: 250px;
        height: 100%;
        transition: all 0.2s;
        transform: translate(250px);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background-color: #FFF;/* ドロワーメニュー内背景色 */
        overflow-x: hidden;
        overflow-y: auto;
		border:none;
    }
    .drawer_menu .drawer_nav {
        display: block;
        position: relative;
        margin-top: 40px;
        padding-left: 15px;
    }
    .drawer_menu .drawer_nav li {
        background-color: #fff;
        height: auto;
        line-height: 40px;/*  ドロワーメニューリスト項目高さ */
        position: relative;
    }
    .drawer_menu .drawer_nav li a {
        background-color: #fff;/* ドロワーメニューリスト背景色 */
        color: #555;/* ドロワーメニューリスト文字色 */
        display: block;
        text-align: left;
    }
    /* スマートフォン2階層目 */
    .drawer_menu .drawer_nav li:hover ul.second-level {
        display: block;
    }
    .drawer_menu .drawer_nav li ul.second-level {
        visibility: visible;
        position: relative;
        padding: 0;
        z-index: 1001;
		margin-left:12px;
    }
    .drawer_menu .drawer_nav li ul.second-level li {
        border-top: 1px solid #eee;
    }
    .drawer_menu .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .drawer_menu.left .drawer_button {
        right: auto;
        left: 32px;
    }
    .drawer_menu.left .drawer_nav_wrapper {
        transform: translate(-250px);
        right: auto;
        left: 0;
    }
    .drawer_menu.left .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .pc-hidden {
        text-align: left;
		margin:15px 0 5px;
    }
	.pc-hidden ul li{
		list-style:none;
	    line-height: 1.6;
	    margin-bottom: 7px;
	}
	.pc-hidden ul li.nagano strong,.pc-hidden ul li.nagano i {
		color:#009BDB;		
	}
	.pc-hidden ul li.baikaen strong,.pc-hidden ul li.baikaen i{
		color:#EE869A;		
	}
	.pc-hidden ul li.kamo strong,.pc-hidden ul li.kamo i{
		color:#00beaf;		
	}
	
	.drawer_menu .drawer_nav li:hover {
		background-color:#fff;
	}
	.drawer_menu .drawer_nav li:hover a {
    color: #333;
}
}
/*  ウィジェットタイトル */
.pc-hidden i{
	color:#1eaa39;
}
.drawer-title {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #006600;/* ドロワーメニュー内タイトルライン背景色 */
    color: #fff;
}
/* フォローボタン */

.follow-buttons {
    text-align: center;
    margin-top: 0;
    width: 100%;
}

.follow-buttons a {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

.follow-buttons .inner-text {
    font-size: 10px;
    display: block;
}

.follow-buttons .lg, .content-inner-follow-buttons .fa {
    padding: 15px;
    border-radius: 5px;
    margin: 2px auto;
}

.follow-buttons .hatena {
    color: #38393C;
    background-color: transparent;
}

.follow-buttons .blogicon-hatenablog {
    background: #38393C;
    color: #ffffff;
}

.follow-buttons .blogicon-hatenablog:hover {
    background: #5F6063;
}

.follow-buttons .facebook {
    color: #305097;
    background-color: transparent;
}

.follow-buttons .blogicon-facebook {
    background: #305097;
    color: #ffffff;
}

.follow-buttons .blogicon-facebook:hover {
    background: #5A77B7;
}

.follow-buttons .twitter {
    color: #55acee;
    background-color: transparent;
}

.follow-buttons .blogicon-twitter {
    background: #55acee;
    color: #ffffff;
}

.follow-buttons .blogicon-twitter:hover {
    background: #89C7F7;
}

.follow-buttons .instagram {
    color: #D93177;
    background-color: transparent;
}

.follow-buttons .blogicon-instagram {
    background: #D93177;
    color: #ffffff;
}

.follow-buttons .blogicon-instagram:hover {
    background: #df528d;
}

.follow-buttons .feedly {
    color: #6cc655;
    background-color: transparent;
}

.follow-buttons .blogicon-rss {
    background: #6cc655;
    color: #ffffff;
}
.pc-hidden .profile-icon {
    float: none;
}



/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
margin: 0 auto 35px;
}

/*タブのスタイル*/
.tab_item {
width: calc(100%/3);
height: 50px;
border-bottom: 3px solid #66cdaa;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 10px 0 40px;
clear: both;
overflow: hidden;
}
@media screen and (max-width: 1000px) {
.tabs{
	padding-bottom:5px;
	font-size: 90%;
	width:90%;
}
.tab_content {
	padding: 5px 15px 0;
}
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #66cdaa;
color: #fff;
}


/* info */
.tabs dl{
width: 100%;
}
.tabs dt{
display: block;
width: 17%;
clear: left;
float: left;
border-bottom: 1px solid #e3e3e5;
margin: 0 0 1em;
padding: 0.2em 0 1em;
}
.tabs dd{
display: block;
width: 80%;
float: left;
border-bottom: 1px solid #e3e3e5;
margin: 0 0 1em;
padding: 0.2em 0 1em;
}

@media screen and (max-width: 1000px) {
.tabs dt {
	width: 100%;
	float: none;
	border-bottom:none;
    margin: 0 !important;
    padding: 0 !important;
}
.tabs dd{
	line-height:1.5;
	width: 100%;
    margin: 0 0 1.2em !important;
    padding: 0 0 1em;
}
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
	/* Make sure select elements fit in widgets. */
}
.widget_archive{
	margin: 0 0 1em;
}

.widget select {
	max-width: 100%;
	margin-top:10px;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
/*.entry-content,*/
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
@media screen and (max-width: 1000px) {
.custom-logo-link img{
	width:80%;
}
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
# return-visit
--------------------------------------------------------------*/
article ul.photo-li3{
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  text-decoration:none;
	margin:15px 0 0;
	padding:0;
}
article ul.photo-li3 li{
  display: table-cell;
  vertical-align: middle;
	margin:0;
	padding:0 0 5px;
	font-size:90%;
	overflow:hidden;
}
article ul.photo-li3 li:after{
	display:none;
}
article ul.photo-li3 li img{
	width:96%;
    /*border: 1px solid #ccc;*/
}


ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #dceff7;
  display: block;
  float: left;
  line-height: 28px;
  margin-left: -35px;
  text-align: center;
  height: 27px;
  width: 27px;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# doctor-photo
--------------------------------------------------------------*/
.doctor-profile{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.doctor-profile table{
	font-size:14px;
}
.doctor-photo{
	float:left;
	width:25%;
}
.doctor-photo img{
	border:1px solid #e2e2e2;
}
.doctor-txt{
	float:right;
	width:75%;
}
article .doctor-txt h3{
	margin:0;
}


/*--------------------------------------------------------------
#sodan
--------------------------------------------------------------*/
dl.sodan-dl{
	float:left;
	width:50%;
}
.sodan-img{
	float:right;
	width:50%;
	text-align:center;
}

@media screen and (max-width: 1000px) {
	dl.sodan-dl,.sodan-img{
		float:none;
	}
	dl.sodan-dl,.sodan-img{
		width:100%;
	}
}


/*--------------------------------------------------------------
# shinryo
--------------------------------------------------------------*/
table.tantou-table .mitsui{
	background-color:#fffddf;
}
table.tantou-table .okada{
	background-color:#e1f4e4;
}
table.tantou-table .mikami{
	background-color:#ddf1fc;
}
table.tantou-table .yamagata{
	background-color:#dfeaf8;
}
table.tantou-table .toyota{
	background-color:#d9f2f0;
}
table.tantou-table .inoue{
	background-color:#ffebf3;
}
table.tantou-table .morikawa{
	background-color:#fef3e2;
}
table.tantou-table .yuzawa{
	background-color:#e8e0ef;
}
table.tantou-table .usui{
	background-color:#fdebeb;
}
table.tantou-table .matsumoto{
	background-color:#f0f6de;
}


/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/


#form{
	width:80%;	
	margin:0 auto;
	}

.form-tel{
	width:80%;
	text-align:center;
	padding:15px;
	margin:0 auto 40px;
	font-size:23px;
	border:4px solid #bfe7d9;
}

@media screen and (max-width: 1000px) {
#form{
	width:100%;		
	}
.form-tel{
	width:100%;	
	font-size:18px;
	}
}

.form-tel span.tel-no{
	font-size:33px;
}
.form-tel span.tel-no i{
	color: #66cdaa;
}
#form table th span {
    font-size: 13px;
    padding: 2px 5px;
    background: #ff8080;
    color: #fff;
    margin: 5px 7px 5px 0;
    font-weight: normal;
}
/* — お問い合わせフォーム　送信ボタンのカスタマイズ — */
    input.wpcf7-submit,input.wpcf7c-btn-confirm,input.wpcf7c-btn-back,input.wpcf7c-elm-step2{
    padding:1em 2em;
    margin:2em auto;
    background: #66cdaa;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
input.wpcf7-submit:hover,input.wpcf7c-btn-confirm:hover,input.wpcf7c-btn-back:hover,input.wpcf7c-elm-step2:hover {
	opacity: 0.5;
}

input.wpcf7c-conf, textarea.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}

@media screen and (max-width: 1000px) {
	input.wpcf7-submit {
		width:100%;
	    margin:1em auto;
	}
}


/*--------------------------------------------------------------
# schedule
--------------------------------------------------------------*/
.i{
font-size:160%;
color: #EE869A;
}


/*--------------------------------------------------------------
# access
--------------------------------------------------------------*/
#maps {
width: 100%;
height: 500px;
}


/*--------------------------------------------------------------
# Q&A
--------------------------------------------------------------*/
dl.qa{
	border-bottom:1px solid #ccc;
	margin: 0 0 1.5em;
}
dl.qa dt{
	margin: 1.0em 0 0 0;
	padding:0 0 0.5em;
}
dl.qa dd{
	text-indent:-32px;
	margin: 0 1.5em 0 2.2em;
	padding:0 0 1.5em;
	font-size:15px;
	line-height:1.6;
}
dl.qa strong{
	font-size:18px;
}
dl.qa dt strong{
	color:#2378BE;
}
dl.qa dd strong{
	color:#FF7BAC;
}


/*--------------------------------------------------------------
# flow
--------------------------------------------------------------*/
.flow-block{
	border:1px solid #ccc;
	overflow:hidden;
}

.flow-block img{
	float:right;
	margin:0 0 15px 20px;
	border-radius: 5px;
}
article .flow-block h2{
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
    font-size: 120%;
    background-color: #bfe7d9;
    font-weight: bold;
    line-height: 2.5;
}
article .flow-block h2.last{
    background-color: #fbe0d6;	
}
article .flow-block h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
	background-color:#fff;
}
article .flow-block h2 span{
	font-size:85%;
    background-color: #66cdaa;
    color: #fff;
    padding: 2px 20px;
    margin-right: 10px;
}
article .flow-block h2 span.last{
    background-color: #ef7d4d;
}

.flow-block p{
	padding:15px 15px;
	margin:0;
}
.flow-arrow{
	font-size:300%;
	line-height:1.3;
	width:100%;
	text-align:center;
	color:#66cdaa;
}

@media only screen and (max-width: 768px) {
.flow-block img {
	max-width:120px;
	margin:0 10px 10px 0;
}
.flow-block p {
	line-height:1.7;	
}
}


/*--------------------------------------------------------------
# qa
--------------------------------------------------------------*/
.cp_qa *, .cp_qa *:before, .cp_qa *:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa {
margin: 0 auto;
background: #ffffff;
}
.cp_qa p{
margin:0;
}
.cp_qa input {
display: none;
}
/* カテゴリー */
.cp_qa #cp_content1,
.cp_qa #cp_content2,
.cp_qa #cp_content3{
display: none;
padding: 20px 0 0;
border-top: 1px solid #dddddd;
}
.cp_qa label.cp_tabitem {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #bbbbbb;
border: 1px solid transparent;
}
.cp_qa label.cp_tabitem:before {
margin-right: 10px;
}
.cp_qa label.cp_tabitem[for*='1']:before { content: '\f594'; }
.cp_qa label.cp_tabitem[for*='2']:before { content: '\f0f4'; }
.cp_qa label.cp_tabitem[for*='3']:before { content: '\f236'; }
.cp_qa label.cp_tabitem:hover {
cursor: pointer;
color: #888888;
}
.cp_qa input:checked + label {
border: 1px solid #dddddd;
border-bottom: 1px solid #ffffff;
}
.cp_qa input:checked + label[for*='1'],.cp_qa input:checked + label[for*='2'],.cp_qa input:checked + label[for*='3']{
color:#66cdaa;
}
/* --ブロックのバーの色 */
/*.cp_qa input:checked + label[for*='1'] {
border-top: 5px solid #EE869A;
}
.cp_qa input:checked + label[for*='2'] {
border-top: 5px solid #EE869A;
}
.cp_qa input:checked + label[for*='3'] {
border-top: 5px solid #EE869A;
}
.cp_qa input:checked + label[for*='4'] {
border-top: 5px solid #EE869A;
}*/
@media screen and (max-width: 650px) {
.cp_qa label.cp_tabitem {
padding: 8px 13px ;
}
label:before {
font-size: 18px;
margin: 0;
}
.cp_qa .cp_qain label {
padding: 5px 5px 0 30px !important;
}
.cp_qa .cp_qain .cp_actab {
padding: 8px 0 !important;
}
#cp_content1{
padding: 15px 0 0;
}
.cp_qa .cp_qain .cp_actab-content {
margin: 0 10px 0 30px !important;
}
}
@media screen and (max-width: 400px) {
.cp_qa label.cp_tabitem:before {
margin-right: 0px;
}
.cp_qa label.cp_tabitem:before {
font-size:12px;
margin-right:3px;
}
}
/* QAブロック */
.cp_qa #cp_conttab1:checked ~ #cp_content1,
.cp_qa #cp_conttab2:checked ~ #cp_content2,
.cp_qa #cp_conttab3:checked ~ #cp_content3 {
display: block;
}
.cp_qa .cp_qain {
overflow-x: hidden;
margin: 0 auto;
color: #333333;
}
.cp_qa .cp_qain .cp_actab {
padding: 20px 0;
border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qa .cp_qain label {
position: relative;
display: block;
width: 100%;
margin: 0 0 10px;
padding: 5px 5px 0 45px;
cursor: pointer;
}
/* ＋アイコン */
.cp_qa .cp_qain .cp_plus {
font-size: 1.5em;
line-height: 100%;
position: absolute;
z-index: 5;
margin-top: 5px;
margin-left: 5px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
}
/* 答え */
.cp_qa .cp_qain .cp_actab-content {
position: relative;
overflow: hidden;
height: 0;
margin: 0 10px 0 48px;
padding: 0;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
opacity: 0;
font-weight:normal;
}
/* 質問を開いた時の仕様 */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
height: auto;
opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_plus {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


/*--------------------------------------------------------------
# Pagenation
--------------------------------------------------------------*/
.pagenation {
    margin: 1em 0;
	padding:0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
	padding:0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 5px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 6px 15px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/*--------------------------------------------------------------
# error-404
--------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
.error-404{
	text-align:center;
}
}
@media screen and (max-width: 768px) {
.error-404 img{
	width:50%;
}
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
    width: 100%;
    clear: both;
    padding: 50px 0 50px;
    background-color: #EEEEEE;
   /* min-width: 1100px; */
}

footer ul{
	margin:0;
	padding-left:35px;
}
footer ul li ul{
	margin:6px 0 2px 32px;
	padding:0;
}
footer ul li{
	list-style:none;
	margin:5px 0 0;
}
.footerlogo{
	float:left;
	text-align:center;
	margin-right:30px;
}

@media screen and (max-width: 1000px) {
.footerlogo{
	float:none;
	text-align:center;
	margin-right:0;
}
}
@media screen and (max-width: 768px) {
	.footerlogo .f-logo img{
		width:40%;
	}
}

.footerlogo p.tel{
	font-size:28px;
	margin:14px 0 0;
}
@media screen and (max-width: 1000px) {
	.footerlogo p.tel{
	margin:0;		
	}
}

.footerlogo p.tel i{
	color: #66cdaa;
}
.footerlogo p{
	font-size:13px;
	margin:0 0 5px 0;
	padding:0;
}

footer div.box1,footer div.box2,footer div.box3{
	float:left;
	margin:0 0 20px 0;
	font-size:14px;
	line-height:21px;
}
footer div.box4{
	float:left;
	margin:0 0 20px 0;
	font-size:14px;
	line-height:21px;	
}

footer ul li li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
	font-weight: 700;
	color:#66cdaa;
}
footer ul li a:before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
	font-weight: 700;
	color:#66cdaa;
}
footer ul li a{
	font-size:15px;
	font-weight: 700;
	color:#4D4D4D;
}
footer ul li a:hover{
	text-decoration:none;
}
footer ul li li a{
	font-weight:normal;
	font-size:14px;
	text-indent:14px;
	margin-left:-10px;
}
footer ul li li{
	/*margin-left:32px;*/
}

@media screen and (max-width: 1000px) {
	footer {
		padding: 30px 0 20px;
		width:100%;
	}
	.footerlogo p{
		margin:0;
		padding:0;
	}
	footer div.box1, footer div.box2, footer div.box3, footer div.box4{
		display:none;
	}
	
}


#copylight{
	background-color: #66cdaa;
	color:#fff;
	padding:10px;
	font-size:12px;
	text-align:center;
}
#copylight p{
	padding:0;
	margin:0;
}



.page_top {
position:fixed;
bottom:30px;
right:30px;
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color:#fff;
font-size:20px;
text-decoration:none;
background:#ccc;
border: 1px solid #ffffff;
text-align: center;
line-height: 50px;
}



