@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){
.sp {
  display: none !important;
}

/* ヘッダー エリア */
#header_in .description {
  width: 100%;
  height: auto
  margin: 0;
  padding: 5px 0;
}

#header_in .description h1 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #999999;
}

#header_in .inner_left {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header_in .inner_left img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul li a {
  font-family: "arial";
  font-size: 38px;
  font-weight: bold;
  text-align: right;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  display: block;
}

#header_in .inner_right ul li a:hover {
  opacity: 0.5;
}

#header_in .inner_right ul li:first-child p {
  font-size: 16px;
  text-align: right;
  color: #000000;
}

#header_in .inner_right ul li:last-child p {
  font-size: 13px;
  text-align: right;
  color: #000000;
}

/* グローバルナビ エリア */
#nav ul {
  width: 960px;
  height: auto;
  list-style: none;
  text-align: center;
  table-layout: fixed;
  display: table;
}

#nav ul li {
  display: table-cell;
  vertical-align: middle;
  border-left: none;
  border-right: 1px solid #ffffff;
}

#nav ul li:first-child {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#nav ul li a {
  height: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  color: #666666;
  border-top: 4px solid #cccccc;
}

#nav li a:hover {
  color: #ffffff;
  border-top: 4px solid #000000;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

.page-template-default #breadcrumb {
  margin: -10px auto 5px ;
  max-width: 1000px;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
  width: auto;
  font-size: 24px;
  font-weight: bold;
  margin:0 auto 1.25em;
  padding: 36px 10px 30px 20px;
  clear: both;
  text-align: center;
  background: #f9cdbd;
  letter-spacing: 0.1em;
}
#content h1 span {
  display: block;
  text-align: center;
  color: #f15a24;
}
#content h1 b {
  display: block;
  margin-top: 0.35em;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  letter-spacing:5.2px;
  color: #484848;
}
#content h1 small {
  display: block;
  font-size: 0.65em;
  letter-spacing: 0.75px;
  text-align: center;
  color: #484848;
}
#content h2{
  display: block;
  position: relative;
  width: 100%;
  margin:0.5em auto 1em;
  text-align: center;
  padding: 0 30px 11px;
  //border-bottom: 1px solid #ddd;
  color: #595857;
  font-size: 34px;
  letter-spacing: .2rem;
}
#content h2 span.sub {
  padding-top: 5px;
  border: 0;
  font-size: 14px;
}

#content h2:before {
  width: 80px;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc(50% - 40px);
  background: #f15a24;
}


#content h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 10px 5px 7px;
  clear: both;
  color: #ca0000;
  text-align: center;
}

#content h4,
#content h5,
#content h6 {
  text-align: center;
  width: auto;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0;
  clear: both;
  letter-spacing: 0.5px;
}


#content h1 a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content h2 a,
#content h3 a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content h4 a,
#content h5 a,
#content h6 a {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
  color: #cc0000;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  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: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 55px;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  background-color: #cccccc; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #999999)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #cc0000;
}

/* フッター エリア */
#footer_in .inner_left {
  width: 40%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#footer_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner_right {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#footer_in .inner_right ul {
  width: 49%;
  height: auto;
  margin-left: 1%;
  padding: 0;
  float: right;
}

#footer_in .inner_right ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding-left: 20px;
  background-image: url("images/footer_nav_icon.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
}

#footer_in .inner_right ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}

#footer_in .inner_right ul li a:hover {
  text-decoration: underline;
}

#copyright p {
  width: auto;
  height: auto;
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
      width: 100%;
    height: auto;
    float: left;
    clear: both;
    background-color: #faf7ed;
}

#sidebar #widget-area .widget-container ul li {
    width: auto;
    height: auto;
    margin: 0 8px 5px;
    padding: 5px 0 3px 25px;
    background-image: url(images/nav_icon.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #444444;
}







#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
/*  margin-bottom: 20px;*/
  padding-bottom: 10px;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0 8px 5px;
  padding: 4px 0 4px 25px;
  background-image: url("images/side_icon.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
  font-size: 15px!important;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  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 #eeeeee;
}

#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%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -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 h3 {
    padding: 8px;
    background: #db1515;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 20px;
    border-radius: 6px 6px 0 0;
}




#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#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 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#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 #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#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;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}



.page-id-33 h1 {
  display: none;
}


.hyouki h2 {
  width: auto;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 10px 6px 20px;
    clear: both;
    color: #666666;
    background-color: #f8f8f8;
    border-top: 4px solid #db1515;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}



































































/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted #50361d;
}

.post_inner .thum {
  width: 17.14285714%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 2px 5px;
  float: left;
  background-color: #6fb429;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1.4em;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-size: 16px;
  color: #613811;
  text-decoration: none;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.3em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 15px;
  color: #613811;
  text-decoration: none;
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover {
  color: #dddddd;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  color: #ff6600;
}

}



.tenpo-table table {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #6DBA44;
    border-collapse: collapse;
    border-spacing: 0px;
    font-family: inherit;
}

.tenpo-table tr td {
    padding: 9px 9px;
    border: 1px solid #779f72;
    empty-cells: show;
}

.tenpo-table tr td {
    padding: 9px 9px;
    border: 1px solid #779f72;
    empty-cells: show;
    font-size: 16px;
}


.SF-th1 {
    width: 27%;
    text-decoration: inherit;
    font-weight: inherit;
    line-height: inherit;
    background-color: #fdfbf7;
    text-align: left;
    vertical-align: top;
}

.SF-th2 {
    width: 73%;
    text-decoration: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    vertical-align: top;
}
.group_wrap{
min-width: 800px;
    max-width: 1760px;
    padding: 0 42px;
    margin: 0 auto; 
}
.ovh{
  width:70%;
  overflow:hidden;
    margin: auto;
    display: block; 
}
.left_img{
  float:left;
  width:48%;
  margin-bottom:15px;
}
.right_img{
  float:right;
  width:48%;
  margin-bottom:15px;
}

.left_img a:hover{
  opacity:0.5;
}
.right_img a:hover{
opacity:0.5;  
}
.top_title02{
    display: flex;
    align-items: flex-end;
    padding-top: 2.6%;
    padding-bottom: .5%;
    margin-bottom: 1.2%;
    border-bottom: 1px solid #ededed;
}
.top_title02 h2{
  margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    background: unset;
}
.side_info {
	text-align: center;
    background: #fff;
    border: solid 1px #a59e9e;
    padding: 10px 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.btn-sidtop {
    margin-bottom: 10px;
}
.side_info p.tel {
    margin-bottom: 7px;
}
.side_info a:hover{
  opacity:0.5;
}
@import url("css/all.css");