/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

* {
    font-family: 'Noto Sans JP', sans-serif;
}

div, p, li, span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #5c2f0d;
}

/* ヘッダー エリア */
.description_box {
  width: auto;
  margin-top: 0px;
  padding: 0;
  float: left;
}

.description {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #222222;
  padding-left: 17px;
}

.logo {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
}

.h_address{
  font-size: 13px;
  margin-left: 13px;
}

.header_contact{
  float: right;
  margin-top: 18px;
}
.header_contact ul{

}
.header_contact ul li{
  display: inline-block;
}
.header_contact ul li:first-child{
  margin-right: 13px;
}

/* グローバルナビ エリア */
#nav {
  width: 1000px;
  height: 60px;
}

#nav li {
  width: auto;
  height: 60px;
  float: left;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
  width: auto;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 10px 10px 20px;
  clear: both;
  color: #ffffff;
  background-color: #52a152;
  background-image: linear-gradient(180deg, #57d585 0%, #129f43 74%);
  text-shadow: #07752C 0px 0px 8px;
}

#content h2{
  width: auto;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 10px 10px 20px;
  clear: both;
  color: #ffffff;
  background-color: #52a152;
  background-image: linear-gradient(180deg, #57d585 0%, #129f43 74%);
  text-shadow: #07752C 0px 0px 8px;
}

#content h3 {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px 5px 7px;
  clear: both;
  color: #0a6027;
  border-left: 4px solid #4acc77;
  border-bottom: 2px solid #4acc77;
}

#content h2.h2_none, #content h3.h3_none{
  background: none;
  margin:0px;
  padding:0px;
  border:0px;
}

#content h2 span,
#content h3 span {
  font-size: 16px;
  font-weight: normal
}

#content h4,
#content h5,
#content h6 {
  position: relative;
  padding-left: 25px;/*アイコン分のスペース*/
  line-height: 1.4;
  color: #065c23;
}

#content h4:before,
#content h5:before,
#content h6:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #17ac4a; /*アイコン色*/
}

#content .post {
  padding-bottom: 20px;
}

/* 新着情報 エリア */
#content .news_title { 
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 3px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content .news_title a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content .news_title a:hover {
  color: #a58878;
}

#content .news {
  width: auto;
  max-height: 150px;
  padding: 20px 10px 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 4px solid #a58878;
}

#content .news li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: table;
  border-bottom: 1px solid #999999;
}

#content .news li p.entry_header {
  float: left;
}

#content .news li p.entry_header span {
  font-family: "ＭＳ Ｐゴシック";	
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 1px 7px;
  margin: 0;
  line-height: 0;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fe8121;
}

/* 続きを読む エリア */
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;
}

/* サイドバー エリア */
#sidebar h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 0 8px 15px;
  color: #ffffff;
  background-image: url("images/h3_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

#sidebar h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ページトップ エリア */
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: #014099;
}

/* フッター エリア */
#footer_in .box_left {
  width: 460px;
  height: auto;	
  padding: 40px 0 10px 0;
  float: left;
}

#footer_in .box_left p {
  font-size: 14px;
  margin-top: 30px;
}

#footer_in .box_right {
  width: 510px;
  height: auto;	
  padding: 20px 0 0 0;
  float: right;
}

#footer_in .box_right p {
  font-size: 14px;
  margin-top: 1px;
}

.copyright {
  width: 1035px;
  height: auto;
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.copyright a{
  color: #fff;
  text-decoration: none;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin-bottom: 25px;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  border: 1px solid #dddcda;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li:last-child{
  border-bottom: 0px;
}

#sidebar #widget-area .widget-container ul li a:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 2px;/*アイコンの位置*/
  color: #17ac4a; /*アイコン色*/
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #8a8686;
  text-decoration: underline;
}

#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: #014099;
}

#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 caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  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: #014099;
}

#sidebar #widget-area .widget-container h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 0 8px 15px;
  color: white;
  text-shadow: #07752C 0px 0px 8px;
  background-color: #52a152;
  background-image: linear-gradient(180deg, #57d585 0%, #129f43 74%);

}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#left_sidebar #widget-area .widget-container .rss-widget-icon,
#right_sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

#left_sidebar #widget-area .widget-container .textwidget ul li,
#right_sidebar #widget-area .widget-container .textwidget ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

#left_sidebar #widget-area .widget-container .textwidget a,
#right_sidebar #widget-area .widget-container .textwidget a,
#left_sidebar #widget-area .widget-container .textwidget a:active,
#right_sidebar #widget-area .widget-container .textwidget a:active,
#left_sidebar #widget-area .widget-container .textwidget a:visited,
#right_sidebar #widget-area .widget-container .textwidget a:visited,
#left_sidebar #widget-area .widget-container .textwidget ul li a,
#right_sidebar #widget-area .widget-container .textwidget ul li a,
#left_sidebar #widget-area .widget-container .textwidget ul li a:active,
#right_sidebar #widget-area .widget-container .textwidget ul li a:active,
#left_sidebar #widget-area .widget-container .textwidget ul li a:visited,
#right_sidebar #widget-area .widget-container .textwidget ul li a:visited {
  font-weight: normal;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
  display: none;
}

#respond a {
  font-weight: bold;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

.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: #a58878;
}

#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;
  margin-bottom: 20px;
  color: #dc143c;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* 追加CSS テキストウィジェット エリア */
.side_menu01 {
  width: 260px;
  height: auto;
  margin: 5px 0 0 0;
  display: table;
}

.side_menu01 p.side_menu01_title {
  width: 260px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  background-color: #f2f4fe; 
  border-top: 1px solid #ff8040;
  border-right: 1px solid #ff8040;
  border-left: 1px solid #ff8040;
}

.side_menu01 p.side_menu01_title span.side_menu01_subtitle {
  font-size: 14px;
  font-weight: normal;
}

.side_menu01 ul li a {
  text-decoration: none !important;
}

.side_info {
  height: auto;
  padding: 8px;
  border: 1px solid #dddcda;
}

.side_info p {
  font-size: 13px;
  color: #523200;
}

.side_info p span {
  margin-left: 65px;
}

.side_info .access_map {
  width: auto;
  height: auto;
  margin: 10px 0 5px 0;
  display: table;
}

table.type04 {
	background-color:#369;
	color:#fff;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;}
table.type04 th {
	color:#fff;
    width: 147px;
    padding: 10px;
   font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type04 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


table.type03 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;
}


table.type03 th {
    width: 147px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #153d73;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type03 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mgn_b30 {
    margin-bottom: 30px;
}

/**********************************
テーブルデザイン
***********************************/
table {
    width: 100%;
    border-collapse: collapse;
}
table .color {
    background-color: #f89c27;
    color: #fff;
}
table td {
    border: 1px solid #FFCA86;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

span.wpcf7-list-item {
display: block;
}

.side02 ul{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    background-color: #none;
}

.tenpo p {
    border-bottom: 1px #666 dashed;
    line-height: 3em;
}
.pc-dn{
  display: none;
}
.korona{
	max-width:1000px;
	margin:20px auto;
}

/*--------------------------------------------------ヘッダー--------------------------------------------------*/

#header_tagline {
    background: #71d448;
}

#global_navi {
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}

#global_navi:hover {
    background-color: #71d448;
    background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}

/*--------------------------------------------------メイン--------------------------------------------------*/

#content h1 {
    width: auto;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 16px 10px 10px 20px;
    clear: both;
    color: #ffffff;
    background-color: #71d448;
    background-image: none;
    text-shadow: none;
    border-radius: 10px;
}

#content h2 {
    background-color: #71d448;
    background-image: none;
    text-shadow: none;
    border-radius: 10px;
}

#main_visual {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url(images/main_bak.png);
    background-repeat: no-repeat;
    background-size: cover;
}

img.face {
    float: right;
    width: 32%;
}

.post .top-case ul li {
    width: 100%;
    float: initial;
    padding: 10px 30px 10px 40px;
    margin: 10px auto;
    color: #484848;
    background: #fff5eb;
    background-image: url(https://neriseko.com/wp-content/uploads/2020/06/check.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    border-radius: 999px;
    position: relative;
}

.post .top-case ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
}

img.roujin {
    width: 37%;
    position: absolute;
    bottom: 16px;
    right: 0;
}

ul.tokutyou li {
	clear: both;
	overflow: hidden;
	margin: 40px 5px;
}

.tokutyou_left {
    margin-right: 10px;
    float: left;
    width: 65%;
}

#content ul.tokutyou img {
    width: 32%;
    border-radius: 999px;
    float: right;
}

#content .tokutyou h3 {
    width: auto;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px 5px 88px;
    clear: both;
    color: #ff801a;
    position: relative;
	border: none;
	text-shadow: none;
}

#content .tokutyou li:first-child h3:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    background: url(https://neriseko.com/wp-content/uploads/2020/06/tokutyou1.png);
    top: 2px;
    left: 0;
}

#content .tokutyou li:nth-child(2) h3:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    background: url(https://neriseko.com/wp-content/uploads/2020/06/tokutyou2.png);
    top: 2px;
    left: 0;
}

#content .tokutyou li:nth-child(3) h3:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    background: url(https://neriseko.com/wp-content/uploads/2020/06/tokutyou3.png);
    top: 2px;
    left: 0;
}

#content .tokutyou li:nth-child(4) h3:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    background: url(https://neriseko.com/wp-content/uploads/2020/06/tokutyou4.png);
    top: 2px;
    left: 0;
}

#content .tokutyou li:nth-child(5) h3:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    background: url(https://neriseko.com/wp-content/uploads/2020/06/tokutyou5.png);
    top: 2px;
    left: 0;
}

#content .tokutyou li:last-child h3:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    background: url(https://neriseko.com/wp-content/uploads/2020/06/tokutyou6.png);
    top: 2px;
    left: 0;
}

	.table01 {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
    text-align: left;
}
	tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border-left: 1px solid #c3c3c3;
}
	tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
	.table01 th {
    width: 20%;
    background: #fbfee1;
    padding: 20px 35px;
	color: #464242;
}
	.table01 th, td {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
	.table01 td {
    width: 80%;
    padding: 20px 40px;
	font-weight: normal !important;
}
	.table01 th, td {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.lee_tal{
	overflow: hidden;
}

.letl{
	float: left;
	width: 60%;
}
.letr{
	float: right;
	width: 38%;
}

.shourei_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shourei_box a {
    width: 33%;
    margin: 1% auto;
}

.shourei_box img {
    width: 96%;
}

.gentei_text {
    float: right;
    width: 66%;
}

.gentei_img {
    width: 31%;
}

/*--------------------------------------------------サイドメニュー--------------------------------------------------*/

#sidebar #widget-area .widget-container h3 {
    text-shadow: none;
    background-color: #8de269;
    background-image: none;
}

#sidebar #widget-area .widget-container ul li a:before {
    color: #71d448;
}

/*--------------------------------------------------フッター--------------------------------------------------*/

#footer {
    border-top: 5px solid #71d448;
    background: linear-gradient(white, white, #71d448);
}

#footer table.table th {
    background-color: #71d448;
}





/*---------------------------------------------------------------------SP版---------------------------------------------------------------------*/

@media screen and (max-width:749px) {
	.tokutyou_left {
		margin-right: 10px;
		float: none;
		width: 100%;
	}
	
	#content ul.tokutyou img {
		width: 60%;
		border-radius: 999px;
		float: none;
	}
	
	#content .tokutyou h3 {
		width: auto;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 5px 10px 5px 88px;
		clear: both;
		color: #ff801a;
		position: relative;
		border: none;
		text-shadow: none;
	}
	
	img.face {
		float: none;
		width: 60%;
	}
	
	table.table01 {
		margin: 2% auto;
	}
	
	.table01 th {
		width: 30%;
		text-align: center;
		background: #0b9838;
		color: #fff;
		border-bottom: 1px solid;
	}
	
	#content .table01 tr:last-child th {
		border-bottom: 1px solid #0b9838;
	}
	
	table td {
		border: 1px solid #0b9838;
		padding: 10px 1%;
		font-weight: normal;
		font-size: 15px;
		line-height: 1.2em;
		text-align: center;
	}
	
	.letl {
		float: left;
		width: 100%;
	}
	
	.letl img.sp {
		width: 60%;
		margin: auto;
	}
	
	.gentei_text {
    float: none;
    width: 100%;
}
	
	.gentei_img {
    width: 100%;
}
	
}

	.page-id-16 .syokai{
		display:none;
	}
	

/*2024/05/21|電話の2段階化*/
/*フッターポップ/2023/11/10|追記*/
@media screen and (max-width: 768px) {
	div#popuptel_wrap{
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    overflow:hidden;
    height:0;
	}
	input#sp-popup:checked+#popuptel_wrap{
    display:flex!important;
    justify-content:center;
    align-items:center;
    width:100vw;
    opacity:1;
    transition:all 0.3s ease;
    height:100vh;
    z-index:99999999999999999999999999;
    box-shadow:0 0 0 #555;
	}
	input#sp-popup:checked+#popuptel_wrap::before{
    background:#f4fdff;
    opacity:0.85;
    content:'';
    width:100vw;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:block;
    z-index:-10;
	}
	div#popuptel_wrap div.popuptel_inner{
    background-color:#fff;
    border-radius:8px;
    display:block;
    margin-bottom:15vw;
    width:84vw;
    height:auto;
    padding:5vw 0;
    z-index:0;
    box-shadow:0 0 10px 0px #c6cdce;
	}
	div#popuptel_wrap div.popuptel_inner>p{
    font-size:4.5vw;
    line-height:1.35em;
    font-weight:500;
    text-align:center;
    display:block;
    color:#333;
	}
  div#popuptel_wrap div.popuptel_inner ul {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 3.5vw 5vw;
    background: #dcffd0;
    margin: 3.5vw 0 4vw;
  }
	div#popuptel_wrap div.popuptel_inner ul li{
    width:45%;
    margin:0 auto;
    border-radius:1.5vw;
    padding-bottom:3vw;
	}
  div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
    background-color: #85f480;
    background-image: -moz-linear-gradient(-30deg, #85f480 0%, #35ce4c 100%);
    background-image: -webkit-linear-gradient(-30deg, #85f480 0%, #35ce4c 100%);
    background-image: linear-gradient(150deg, #85f480 0%, #35ce4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85f480', endColorstr='#35ce4c',GradientType=1 );
  }
  div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
    background-color: #3af432;
    background-image: -moz-linear-gradient(-30deg, #3af432 0%, #3baf19 99%);
    background-image: -webkit-linear-gradient(-30deg, #3af432 0%, #3baf19 99%);
    background-image: linear-gradient(150deg, #3af432 0%, #3baf19 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3af432', endColorstr='#3baf19',GradientType=1 );
  }
	div#popuptel_wrap div.popuptel_inner ul li a{
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:3.75vw;
	}
	div#popuptel_wrap div.popuptel_inner ul li span{
    width:9vw;
    background-color:#fff;
    height:9vw;
    border-radius:800px;
    text-align:center;
    display:flex;
    align-items:center;
    margin:3vw auto;
    background-position:center;
    background-size:70% auto;
    background-repeat:no-repeat;
	}
	div#popuptel_wrap div.popuptel_inner ul li span i{
    margin:0 auto;
    font-size:4.2vw;
	}
	div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span{
    background-image: url('../img/popup_tel01.png');
	}
	div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span{
    background-image: url('../img/popup_tel01.png');
	}
	div#popuptel_wrap div.popuptel_inner ul li b{
    text-align:center;
    display:block;
    letter-spacing:1px;
    font-weight:500;
    color:#fff;
    text-shadow:0 0 1px #4f4f4f;
	}
	div#popuptel_wrap div.popuptel_inner label{
    background-color:#71d448;
    width:80%;
    border-radius:5000px;
    text-align:center;
    display:block;
    padding:1.25vw;
    position:relative;
    color:#fff;
    max-width:280px;
    padding:8px 0;
    margin:0vw auto 0;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:center;
	}
	div#popuptel_wrap div.popuptel_inner label::before{
    border-left:2px solid;
    border-top:2px solid;
    border-color:#fff;
    content:"";
    height:6px;
    position:absolute;
    right:15px;
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    width:6px;
	}
	div#popuptel_wrap div.popuptel_inner label span{
    letter-spacing:1px;
    color:#fff;
    font-weight:600;
    text-shadow:0 0 1px #4f4f4f;
	}
  div#popuptel_wrap div.popuptel_inner img {
    width: 80%;
    margin: auto;
    margin-bottom: 5px;
  }
}