/*
Theme Name: AMATERASU-2
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 (min-width: 769px){
.sp {
  display: none;
}

/* ヘッダー エリア */
.top_box {
  width: 100%;
  height: auto;
  float: left;
}

.description {
  width: 50%;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  margin: 0;
  padding: 6px 0 13px 12px;
  float: left;
}

.top_nav {
  width: 50%;
  height: auto;
  float: right;
  margin: 0;
  padding: 10px 5px 10px 0;
}

.top_nav li {
  width: auto;
  height: auto;
  float: right;
  margin-left: 10px;
  float: right;
}

.button-toggle {
  display: none;
}

.logo {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
}

.tel {
  width: auto;
  height: auto;
  margin: 0;
  float: right;
}

.top_btn {
  width: auto;
  height: auto;
  margin-right: 20px;
  float: right;
}

.sp_main_img {
  display: none;
}

.sp_sub_img {
  display: none;
}

.menu {
  display: none;
}

/* パンくずリスト エリア */
#breadcrumb {
  color: #000000;
  margin: -20px 0 20px 0;
}

#breadcrumb a {
  color: #000000;
}

#breadcrumb a:hover {
  color: #eeeeee;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  width: auto;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
  padding: 0;
  clear: both;
  color: #333333;
  border-bottom: 2px solid #999999;
}

#content h2,
#content h3 { 
  width: auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
  padding: 0;
  clear: both;
  color: #333333;
  border-bottom: 2px solid #999999;
}

#content h4,
#content h5,
#content h6 { 
  width: auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
  padding: 0;
  clear: both;
  color: #333333;
  border-bottom: 2px solid #999999;
}

#content h1 a { 
  font-size: 36px;
  font-weight: bold;
  text-decoration: none; 
  color: #333333;
}

#content h2 a,
#content h3 a { 
  font-size: 30px;
  font-weight: bold;
  text-decoration: none; 
  color: #333333;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  width: auto;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none; 
  color: #333333;
}

#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: #eeeeee
}

#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: #eeeeee;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 2.604166666%;
}

p.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  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;
}

/* フッター エリア */
#footer_in p.footer_title {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
  padding: 10px 0 10px 15px;
  background-color: #d5d5d5;
  border-top: 4px solid #cccccc;
}

#footer_in p.footer_title a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

#footer_in p.footer_title a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer_in p.footer_title span {
  font-size: 16px;
  font-weight：bold;
}

#footer_in .footer_box {
  width: 100%;
  height: auto;	
  margin-bottom: 20px;
  float: left;
}

#footer_in .footer_box_left {
  width: 50%;
  height: auto;	
  float: left;
}

#footer_in .footer_box_left ul {
  width: 50%;
  height: auto;	
  float: left;
}

#footer_in .footer_box_left ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 7px; 
}

#footer_in .footer_box_left ul li a {
  font-size: 14px;
  color: #000000;
}

#footer_in .footer_box_left ul li a:hover {
  font-size: 14px;
  text-decoration: none;
}

#footer_in .footer_box_right {
  width: 50%;
  height: auto;	
  float: right;
}

#footer_in .footer_box_right ul {
  width: auto;
  height: auto;	
  padding: 15px;
  float: right;
  background-color: #ffffff;
}

#footer_in .footer_box_right ul li {
  font-size: 14px;
  color: #444444;
}

#footer_in .footer_box_right ul li p {
  font-size: 16px;
  color: #444444;
}

#footer_in .footer_box_right ul li span a {
  font-family: "ＭＳ Ｐ明朝";
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}

#footer_in .footer_box_right ul li span a:hover {
  text-decoration: underline;
}

.copyrights {
  width: 100%;
  height: auto;	
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #000000;
}

#respond h3 a:hover {
  color: #eeeeee;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
  color: #333333;
}

.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: #ffffff;
  background-color: #666666; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #777777),
  color-stop(1, #444444)
);
  background: -o-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -moz-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -webkit-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -ms-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: linear-gradient(to bottom, #777777 0%, #444444 100%);
  border: 1px solid #000000;
}

#commentform input[type=submit]:hover {
  opacity: 0.5; 
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  text-align: left !important;  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;
}

/* トップページ エリア */
.bnr01_a {
  width: 100%;
  height: auto;
  margin: 50px 0 20px 0;
}

.bnr01_b {
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
}

.bnr01_c {
  width: 100%;
  height: auto;
  margin: 0;
}

.bnr01_d {
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
}

.bnr02_box {
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: table;
  clear: both;
}

.bnr02_box ul {
  width: 31.30434782%;
  height: auto;
  margin-right: 3.04347826%;
  float: left;
}

.bnr02_box ul.last {
  width: 31.30434782%;
  height: auto;
  margin: 0;
  float: left;
}

.bnr02_box ul li,
.bnr02_box ul.last li {
  margin-bottom: 10px;
}

.bnr02_box ul li img,
.bnr02_box ul.last li img {
  width: 100%;
  height: auto;
}

.bnr02_box ul li span,
.bnr02_box ul.last li span {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.bnr02_box ul li p,
.bnr02_box ul.last li p {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

.info_box {
  width: 100%;
  height: auto;
  margin: 80px 0 40px 0;
  float: left;
}

.info_box ul {
  width: 31.30434782%;
  height: 510px;
  margin-right: 3.04347826%;
  float: left;
  border: 1px solid #cccccc;
}

.info_box ul.last {
  width: 31.30434782%;
  height: 510px;
  margin: 0;
  padding: 0;
  float: left;
}

.info_box ul li img {
  width: 100%;
  height: auto;
}

.info_box ul li span,
.info_box ul.last li span {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  margin: 10px 0 10px 10px;
  float: left;
}

.info_box ul li p,
.info_box ul.last li p {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin: 0 0 5px 10px;
  float: left;
}

.info_box ul li .blog_box {
  width: 97.22222222%;
  height: 390px;
  margin-top: 15px;
  padding: 0;
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.info_box ul li .blog_box .blog {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  border: none !important;
}

.info_box ul li .blog_box .blog li {
  width: 100%;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.info_box ul li .blog_box .blog li a {
  font-size: 13px;
  color: #333333;
}

.info_box ul li .blog_box .blog li a:hover {
  color: #333333;
  text-decoration: none;
}

.info_box ul li .blog_box .blog li p.entry_header {
  width: 100%;
  margin-bottom: -0px;
}

.info_box ul.last li .facebook-wrapper {
  max-width: 500px;
  margin-bottom: 20px;
}

.info_box ul.last li .facebook-wrapper > .fb-page {
  width: 94.44444444%;
}

.info_box ul.last li .facebook-wrapper > .fb-page > span,
.info_box ul.last li .facebook-wrapper iframe {
  width: 100% !important;
}

.greet_box {
  width: 100%;
  height: auto;
  display: table;
  margin-bottom: 60px;
}

.greet_box img {
  width: 230px;
  height: auto;
  float: left;
}

.greet_box .text_box {
  width: 900px;
  height: auto;
  float: right;
}

.greet_box .text_box p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

/* アクセスページ エリア */
.access_main {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.bus_box {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: table;
}

.bus {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: table;
}

.bus_last {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: table;
}

.bus_box ul .left,
.bus_box ul .right {
  width: 30%;
  height: auto;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background-color: #666666; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #777777),
  color-stop(1, #444444)
);
  background: -o-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -moz-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -webkit-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -ms-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: linear-gradient(to bottom, #777777 0%, #444444 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

.bus_box ul .center {
  width: 40%;
  height: auto;
  float: left;
}

.bus_box ul .center ul li.top {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.bus_box ul .center ul li.bottom {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #999999;
}

.bus_box p {
  width: 100%;
  height: auto;
  font-size: 12px;
  text-align: center;
}

#map_container {
  position: relative;
  padding-top: 65%;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.bnr_box {
  width: 100%;
  height: auto;
  margin: 40px 0;
  display: table;
}

.bnr_box_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: table;
}

.bnr_box .left {
  width: 49.56521739%;
  height: auto;
  float: left;
}

.bnr_box .right {
  width: 49.56521739%;
  height: auto;
  float: right;
}

.bnr_box .left li,
.bnr_box .right li {
  width: 49.12280701%;
  height: auto;
  margin-right: 1.754385964%;
  float: left;
}

.bnr_box .left li:last-child,
.bnr_box .right li:last-child {
  margin: 0;
}

.bnr_box .left li img,
.bnr_box .right li img,
.bnr_box .left li:last-child img,
.bnr_box .right li:last-child img {
  width: 100%;
  height: auto;
}

.bnr_box .inner_left {
  width: 49.56521739%;
  height: auto;
  margin-bottom: 5px;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
  float: left;
}

.bnr_box .inner_right {
  width: 49.56521739%;
  height: auto;
  margin-bottom: 5px;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
  float: right;
}

.bnr_box .inner_left th,
.bnr_box .inner_right th {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  background-color: #000000;
  border: 1px solid #999999;
}

.bnr_box .inner_left td,
.bnr_box .inner_right td {
  width: 50%;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  padding: 5px;
  border: 1px solid #999999;
}

.bnr_box p {
  width: 100%;
  height: auto;
  font-size: 12px;
}

/* こだわりページ エリア */
.commitment_box {
  width: 100%;
  height: auto;
  display: table;
  margin-bottom: 50px;
}

.commitment_box .img_box {
  width: 82.60869565%;
  height: auto;
  float: right;
}

.commitment_box .img_box img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.commitment_box ul {
  width: 100%;
  height: auto;
}

.commitment_box ul .left {
  width: 13.04347826%;
  height: auto;
  font-family: "arial";
  font-size: 120px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 43px;
  padding: 5px 0 0 0;
  background-color: #666666; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #777777),
  color-stop(1, #444444)
);
  background: -o-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -moz-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -webkit-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: -ms-linear-gradient(bottom, #777777 0%, #444444 100%);
  background: linear-gradient(to bottom, #777777 0%, #444444 100%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  float: left;
}

.commitment_box ul .left_certification {
  width: 13.04347826%;
  height: auto;
  margin-top: 43px;
  padding: 0;
  background: none;
  float: left;
}

.commitment_box ul .right {
  width: 82.60869565%;
  height: auto;
  float: right;
}

.commitment_box ul .right p {
  font-size: 14px;
}

/* 営業時間案内ページ エリア */
.view {
  width: 100%;
  margin-top: 30px;
  padding: 0;
}

/* カテゴリページ エリア */
.category_img {
  margin: 50px 0 30px 0;
}

}