/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
}
@media screen and (min-width: 769px){
  .sp{
    display: none !important;
  }

/* ヘッダー エリア */
.logo {
  width: 35%;
  height: auto;
  margin-top: 0px;
  padding: 0;
  float: left;
}
.logo_in {
  width: 100%;
  display: table;
  height: 75px;
}
.logo_in figure{
  display: table-cell;
  vertical-align: middle;
}
.logo a{
  display: block;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}

.button-toggle {
  display: none;
}

.menu_sp {
  display: none;
}

#nav div.menu {
  display: none;
}

#nav ul.menu {
  width: 100%;
  /*height: auto;*/
  list-style: none;	
  text-align: center;
  table-layout: fixed;
  display: table;
  height: 65px;
  max-width: 1140px;
  margin: auto;
}

#nav ul.menu li.menu-item {
  padding: 4px 0 1px 0;
  display: table-cell;
  position: relative;
  z-index: 2000;
}

#nav ul.menu li.menu-item:hover {
  background-color: #eeffdc;
}

#nav ul.menu li.menu-item a {
  font-size: 16px;
  text-align: center;
  text-decoration: none; 
  line-height: 60px;
  padding: 0;
  display: block;
  color: #52544e;
  border-left: 1px solid #ffffff;
}

#nav ul.menu li.menu-item:last-child a {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#nav ul.menu li.menu-item a:hover {
  color: #999999;
}

#nav ul.menu li.menu-item ul.sub-menu {
  width: 100%;
  height: auto;
  display: none;
}

#nav ul.menu li.menu-item:hover ul.sub-menu {
  width: 100%;
  height: auto;
  display: block;
}

#nav ul.menu li.menu-item ul.sub-menu li.menu-item {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px dotted #ffffff;
  border-left: none;
}

#nav ul.menu li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  height: auto;
  display: block;
  border-left: none;
}

#nav ul.menu li.menu-item ul.sub-menu li.menu-item:last-child a {
  border-right: none;
  border-left: none;
}
/*main-image*/
#main-image{
  text-align: center;
  width: 100%;
  background: #fff;
}
#main-image figure.pc-img-wrap{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* ヘッダーウィジェット エリア */
div#header_in #widget-area {
    width: 50%;
    max-width: 510px;
    float: right;
}
div#header_in #widget-area ul {
    float: right;
}

div#header_in #widget-area ul li {
    float: left;
    /*width: 50%;*/
    max-width: 250px;
    padding: 0;
}
div#header_in #widget-area ul li:nth-child(1) {
  padding: 0;
  margin-right: 10px;
}

/* ロゴ専用ウィジェット エリア */
#header_in #widget-area .widget-container a:hover img {
  opacity: 0.7;
}

/* ランディングページメイン画像ウィジェット エリア */
.page-template-landing_page-php #widget-area {
  width: 100%;
  height: auto;
}

.page-template-landing_page-php #widget-area .widget-container {
  width: 100%;
  height: auto;
}

.page-template-landing_page-php #widget-area .widget-container img {
  width: 100%;
  height: auto;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -25px 0 5px 15px;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content .contents_title,
#onecolumn_content .contents_title {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 3px;
  background-color: #63a80c;
}

#content .contents_title h1,
#onecolumn_content .contents_title h1 {
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 20px 10px 17px 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#content .contents_title h1 a,
#onecolumn_content .contents_title h1 a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
}

#content h2,
#onecolumn_content h2 { 
position: relative;
    margin-top: 15px;
    padding: 15px 10px 10px 20px;
    border-radius: 5px;
    background-color: #63a80c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 35px;
}

h2:before{
	position: absolute;
    top: 9px;
    bottom: 9px;
    left: 15px;
    display: block;
    content: "";
    width: 5px;
    border-radius: 10px;
    background: #fff;
	}

#content h2 a,
#onecolumn_content h2 a { 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  clear: both;
  color: #000000;
}

#content h3,
#onecolumn_content h3 { 
    position: relative;
    margin-top: 20px;
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #ccc;
    color: #000000;
    font-size: 117.6%;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 15px;
    border-top: 1px solid #ccc;
}
	
h3:before{
	position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    display: block;
    content: "";
    width: 5px;
    border-radius: 10px;
    background: #63a80c;		
	}

	div#cont-bg img {
    width: 190px;
}
	
#content h3 a,
#onecolumn_content h3 a { 
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  clear: both;
  color: #000000;
}

#content h4,
#content h5,
#content h6,
#onecolumn_content h4,
#onecolumn_content h5,
#onecolumn_content h6 { 
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 10px 10px 8px 15px;
  clear: both;
  color: #ffffff;
  background-color: #63a80c;
}

#content h4 a,
#content h5 a,
#content h6 a,
#onecolumn_content h4 a,
#onecolumn_content h5 a,
#onecolumn_content h6 a { 
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  clear: both;
  color: #ffffff;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#onecolumn_content h1 a:hover,
#onecolumn_content h2 a:hover,
#onecolumn_content h3 a:hover,
#onecolumn_content h4 a:hover,
#onecolumn_content h5 a:hover,
#onecolumn_content h6 a:hover { 
  color: #999999;
}

#content .post_box {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: table;
  clear: both;
  border-bottom: 1px dotted #666666;
}

#content .post .first_img {
  width: 34.28571428%;
  height: auto;
  margin: 0;
  float: left;
}

#content .post .show_post {
  width: 62.85714825%;
  height: auto;
  margin: 0;
  float: right;
}

#content .post .show_post li h1,
#content .post .show_post li h2,
#content .post .show_post li h1 a,
#content .post .show_post li h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 5px 0;
  padding: 0;
  background: none;
  border: none;
  text-decoration: none; 
}

#content .post .show_post li h1 a:hover,
#content .post .show_post li h2 a:hover {
  color: #999999;
}

#content .post .show_post li .time {
  font-family: "arial";
  font-size: 13px;
  font-weight: normal;
  color: #666666;
  margin: 0;
  padding: 0;
}

#content .post .show_post li .cat {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 10px;
  padding: 2px 10px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff9900;
}

#content .post .show_post li .cat a {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

#content .post .show_post li .post_sentence {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  margin: 0;
  padding: 0;
  text-decoration: none; 
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* メインウィジェット エリア */
#content #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#content #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#content #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  float: left;
  clear: both;
  background-color: #none;
}

#content #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #333333;
  float: left;
}

#content #widget-area .widget-container ul li ul {
  margin-top: 7px;
  border-top: 1px dotted #333333;
}

#content #widget-area .widget-container ul li .wp-post-image {
  margin-right: 7px;
  float: left;
}

#content #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #333333;
  text-decoration: none; 
}

#content #widget-area .widget-container ul li a:hover {
  color: #999999;
}

#content #widget-area .widget-container ul li .post-date {
  font-family: "arial";
  font-size: 11px;
  float: right;
}

#content #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border: none;
}

#content #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#content #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#content #widget-area .widget-container form#searchform input[type=image] {
  display: none;
}

#content #widget-area .widget-container form#searchform input[type=submit] {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #ffffff;
  background-color: #63a80c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #63a80c;
}

#content #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #999999;
}

#content #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#content #widget-area .widget-container .contents_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3px;
  background-color: #63a80c;
}

#content #widget-area .widget-container .contents_title h3 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 17px 10px 15px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#content #widget-area .widget-container .contents_title h3 a {
  color: #ffffff;
  text-decoration: none;
}

#content #widget-area .widget-container .contents_title h3 a:hover {
  color: #999999;
}

#content #widget-area .widget-container label.screen-reader-text {
  display: none;
}

#content #widget-area .widget-container select {
  width: 100%;
  height: auto;
  color: #333333;
  margin: 5px 0 30px 0;
  padding: 10px;
  background-color: #eeeeee;
  border: none;
 -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/btn_select_open.png");
  background-position: right 15px;
  background-repeat: no-repeat;
}

#content #widget-area .widget-container select::-ms-expand {
  display: none;
}

#content #widget-area .widget-container .tagcloud {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0 ;
  padding: 0;
  display: table;
}

#content #widget-area .widget-container .tagcloud a {
  width: auto;
  height: auto;
  color: #ffffff;
  text-decoration: none; 
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  background-color: #999999;
  float: left;
}

#content #widget-area .widget-container .tagcloud a:hover {
  color: #cccccc;
}

#content #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #999999;
}

/* サイドバー エリア */
#sidebar .contents_title {
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: #63a80c;
}

#sidebar h3 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 10px 15px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* サイドバー エリア（人気記事） */
#sidebar .popularity_box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar .popularity_box ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar .popularity_box ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #333333;
  float: left;
}

#sidebar .popularity_box ul li img,
#sidebar .popularity_box ul li .wp-post-image {
  width: 25%;
  height: auto;
  margin-right: 7px;
  float: left;
}

#sidebar .popularity_box ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #333333;
  text-decoration: none; 
}

#sidebar .popularity_box ul li a:hover {
  color: #999999;
}

/* ページトップ エリア */
p.pagetop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #999999;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 0 0 7px;
  transform: rotate( 90deg );
}

p.pagetop a:hover {
  opacity: 0.7;
}

/* フッター エリア */
#footer_nav div.menu {
  display: none;
}

#footer_nav ul.menu {
  width: 100%;
  height: auto;
  list-style: none;
}

#footer_nav ul.menu li.menu-item {
  width: auto;
  height: auto;
  margin: 0;
  padding-right: 10px;
  float: left;
  border-right: 1px solid #989eaa;
}

#footer_nav ul.menu li.menu-item:last-child {
  padding: 0 10px;
  border: none;
}

#footer_nav ul.menu li.menu-item a {
  font-size: 13px;
  text-decoration: none; 
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  display: block;
  color: #989eaa;
}

#footer_nav ul.menu li.menu-item a:hover {
  text-decoration: underline; 
}

.copyright {
  width: auto;
  height: auto;	
  font-family: "arial";
  font-size: 12px;
  text-align: right;
  color: #ffffff;
  margin: 0 auto;
  float: right;
}

.copyright a,
.copyright span {
  color: #ffffff;
}

/* フッターウィジェット エリア */
#footer_in #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#footer_in #widget-area .widget-container {
  width: 29.09090909%;
  height: auto;
  margin-right: 4.363636363%;
  float: left;
}

#footer_in #widget-area .widget-container:last-child {
  margin: 0;
}

#footer_in #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #none;
}

#footer_in #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-top: 1px dotted #989eaa;
  float: left;
}

#footer_in #widget-area .widget-container ul li:last-child {
  border-top: 1px dotted #989eaa;
  border-bottom: 1px dotted #989eaa;
}

#footer_in #widget-area .widget-container ul li .wp-post-image {
  margin-right: 7px;
  float: left;
}

#footer_in #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #989eaa;
  text-decoration: none;
  background-image: url("images/footer_nav_icon.png");
  background-position: right 4px;
  background-repeat: no-repeat;
}

#footer_in #widget-area .widget-container ul li a:hover {
  color: #6b81a3;
  text-decoration: underline;
  background-image: url("images/footer_nav_icon_over.png");
  background-position: right 4px;
  background-repeat: no-repeat;
}

#footer_in #widget-area .widget-container ul li .post-date {
  font-family: "arial";
  font-size: 11px;
  color: #989eaa;
}

#footer_in #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#footer_in #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#footer_in #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#footer_in #widget-area .widget-container form#searchform input[type=image] {
  display: none;
}

#footer_in #widget-area .widget-container form#searchform input[type=submit] {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #ffffff;
  background-color: #ff6633;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ff6633;
}

#footer_in #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #999999;
}

#footer_in #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin: 0;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#footer_in #widget-area .widget-container h3 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0;
  color: #989eaa;
}

#footer_in #widget-area .widget-container h3 a {
  color: #989eaa;
  text-decoration: none;
}

#footer_in #widget-area .widget-container h3 a:hover {
  color: #6b81a3;
}

#footer_in #widget-area .widget-container label.screen-reader-text {
  display: none;
}

#footer_in #widget-area .widget-container select {
  width: 100%;
  height: auto;
  color: #ffffff;
  margin: 5px 0 30px 0;
  padding: 10px;
  background-color: #cc3333;
  border: none;
 -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/btn_select_open.png");
  background-position: right 15px;
  background-repeat: no-repeat;
}

#footer_in #widget-area .widget-container select::-ms-expand {
  display: none;
}

#footer_in #widget-area .widget-container .tagcloud {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
  padding: 0;
}

#footer_in #widget-area .widget-container .tagcloud a {
  width: auto;
  height: auto;
  color: #989eaa;
  text-decoration: none; 
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  background-color: #cc3333;
  float: left;
}

#footer_in #widget-area .widget-container .tagcloud a:hover {
  color: #6b81a3;
}

#footer_in #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* サイドウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #333333;
  float: left;
}

#sidebar #widget-area .widget-container ul li .wp-post-image {
  margin-right: 7px;
  float: left;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #333333;
  text-decoration: none; 
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container ul li .post-date {
  font-family: "arial";
  font-size: 11px;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=image] {
  display: none;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #ffffff;
  background-color: #63a80c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #63a80c;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container .contents_title {
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: #63a80c;
}

#sidebar #widget-area .widget-container .contents_title h3 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 10px 15px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#sidebar #widget-area .widget-container .contents_title h3 a {
  color: #ffffff;
  text-decoration: none; 
}

#sidebar #widget-area .widget-container .contents_title h3 a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container label.screen-reader-text {
  display: none;
}

#sidebar #widget-area .widget-container select {
  width: 100%;
  height: auto;
  color: #333333;
  margin: 5px 0 30px 0;
  padding: 10px;
  background-color: #eeeeee;
  border: none;
 -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/btn_select_open.png");
  background-position: right 15px;
  background-repeat: no-repeat;
}

#sidebar #widget-area .widget-container select::-ms-expand {
  display: none;
}

#sidebar #widget-area .widget-container .tagcloud {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
  padding: 0;
  display: table;
}

#sidebar #widget-area .widget-container .tagcloud a {
  width: auto;
  height: auto;
  color: #ffffff;
  text-decoration: none; 
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  background-color: #999999;
  float: left;
}

#sidebar #widget-area .widget-container .tagcloud a:hover {
  color: #cccccc;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 10px 10px 3px 15px;
  clear: both;
  color: #ffffff;
  background-color: #63a80c;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #999999;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond .logged-in-as a {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  display: inline-block;
  text-align: right;
  text-decoration: none;
}

#respond .logged-in-as a:hover {
  color: #999999;
}

#respond .comment-form-comment label {
  display: none;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom: 40px;
  padding: 5px;
  background-color: #63a80c;
}

.reply a {
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.reply a:hover {
  color: #999999;
}

#commentform textarea {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  width: 100%;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 5px;
  color: #ffffff;
  background-color: #63a80c;
  border: none;
}

#commentform input[type=submit]:hover {
  color: #999999;
}

p.nocomments {
  display: none;
}

.commets-list .avatar {
  margin-right: 15px;
  float: left;
}

.commets-list .comment-meta {
  text-align: right;
  display: block;
}

.commets-list .comment-meta a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

.commets-list .comment-meta a:hover {
  color: #999999;
}

.commets-list p {
  font-size: 14px;
  color: #333333;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #cccccc;
}

.commentNotesBefore,
.commentNotesAfter {
  font-size: 14px;
  color: #333333;
}

.comment-form-author input[type=text],
.comment-form-email input[type=text] {
  padding: 0 5px;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=image] {
  display: none;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #ffffff;
  background-color: #63a80c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #63a80c;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #999999;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
  margin: 15px 0;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 10px 13px;
  border: 1px solid #cccccc;
  text-decoration: none;
}

#content .pager span {
  color: #63a80c;
  background-color: #ffffff;
}

#content .pager span a:hover {
  color: #333333;
}

#content .pager a {
  color: #333333;
  text-decoration: none;
}

#content .pager a:hover {
  color: #ffffff;
  background-color: #63a80c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}
}
/* コンタクトボタン */
.contact{
  max-width: 1000px;
  margin: 50px auto 50px;
}
.contact ul{

}
.contact ul li{
  display: inline-block;
  margin-top: 10px;
  width: 49.5%;
  text-align: center;
}
.contact ul li img{
  margin: 0 auto;
}
.contact ul li:first-child{
  margin-right: 1%;
}


#footer_map{
  background-image: url(http://yabuzaki-shinkyuu.com/wp-content/uploads/2019/10/top_access_bg.jpg) !important;
  background: center;
  background-size: cover;
  padding: 70px 15px 80px;
}
#footer_map #gmap_wraper{
  max-width: 1000px;
  margin: 0 auto;
}
#footer_map h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    color: #615952;
    font-weight: bold;
    letter-spacing: 0.75px;
}
#footer_map #gmap_wraper iframe{
  border: 4px solid #B0ABA8;
  border-radius: 8px; 
}
div#footer_in{
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin:15px auto 20px;
}
div#footer_in .footer_logo{
  width: 30%;
  float: left;
  text-align: center;
}
div#footer_in .footer_logo img{
  margin-top: 8px;
  padding-bottom: 18px;
}
div#footer_in .footer_timetable{
  width: 68%;
  float: right;
 
}
#f_nav{
  width: 100%;
  margin:15px auto 0;
  text-align: center;
  background: #eafad9;
  padding: 30px 0;
}
#f_nav ul {
  margin: auto;
  width: auto;
  display: inline-block;
}
#f_nav ul li{
  width: auto;
  display: inline-block;
  font-size: 16px;
}
#f_nav ul li a{
  position: relative;
  text-decoration: none;
  color: #7f7f76;
  font-size: 16px;
  padding: 0 40px 0 16px;
}
#f_nav ul li a:hover{
  text-decoration: underline;
}
#f_nav ul li a:after{
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 1px;
  right: 16px;
  display: inline-block;
  border-radius: 10px;
  background-image: url(http://yabuzaki-shinkyuu.com/wp-content/uploads/2019/10/arrow_img01.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
#copyright{
  text-align: center;
  background-color: #EEC10D;
  padding-top: 10px;
  padding-bottom: 10px; 
}

#copyright #thk.copy{
  display: none !important;
}
#copyright .copy{
  font-size: 14px;
  color: #FFFFFF !important;
}
#main_image{
  text-align: center;
  margin:0 auto;
  width: 100%;  
}
.home .post .contents_title {
  display: none;
}

.post > p {
  margin-bottom: 2em;
}

.post > p:empty {
  display: none;
}

.top-flow ul li {
  margin-bottom: 80px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.top-flow-in {
  overflow: hidden;
}

.top-flow ul li::before {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  border-right: 2px solid #63a80c;
  border-bottom: 2px solid #63a80c;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%) rotate(45deg);
}

.top-flow ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.top-flow ul li:last-of-type::before {
  content: none;
}

.top-flow ul li img {
  width: 40%;
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 0;
}

.top-flow ul li:nth-of-type(odd) img {
  float: left;
  margin-right: 1em;
  margin-left: 0;
}

.top-title b {
  font-size: 21px;
  color: #407400;
  border-bottom: 1px solid #63a80c;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}

.top-flow-in h3::before {
  content: none;
}

.top-flow-in h3 span {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  background-color: #63a80c;
  color: white;
  border-radius: 10px;
  margin-right: 10px;
}

#sidebar h3::before {
  content: none;
}

ul.top-list {
  margin-bottom: 2em;
}

ul.top-list li {
  padding: 10px;
  padding-left: 45px;
  font-size: 21px;
  color: #cc3333;
  background-image: url(images/yubi-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px dotted #63a80c;
  font-weight: bold;
}

.widget-container .image {
  margin-top: 0;
  margin-bottom: 1em;
}

.widget-container ul.menu li a::before {
  content: " ";
  border: 5px solid transparent;
  border-left-color: #63a80c;
  margin-right: 10px;
  display: inline-block;
}

span.side-access-title {
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 10px 0;
  background-color: #63a80c;
  border-radius: 5px;
  padding: 10px 0;
}

#sidebar #widget-area .widget-container .side-access ul li {
  border-bottom: none;
  padding: 0;
  margin-bottom: 1em;
}

.side-access ul li span {
  display: block;
  border-bottom: 1px dotted #63a80c;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.side-access ul li span::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  color: #ff8000;
}

@media (max-width: 767px) {
  .pc{
    display: none !important;
  }

  .top-flow ul li {
    border-bottom: none;
  }

  .top-flow ul li img, .top-flow ul li:nth-of-type(odd) img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #sidebar {
    display: none;
  }

  div#header {
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 999;
  }

  #main-image {
    padding-top: 15%;
  }

  .footer-popup {
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  .footer-popup ul {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .footer-popup ul li {
    display: table-cell;
    text-align: center;
    background-color: #ff6633;
  }

  .footer-popup ul li:last-of-type {
    background-color: #63a80c;
  }

  div#copyright_out {
    padding-bottom: 20%;
  }

  div.logo {
    width: 70%;
  }

}
@media (min-width: 768px) {
  .sp{
    display: none !important;
  }

}