/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 16px;
	line-height: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#eeb818;
	transition: all .3s;
}
a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	transition: all .3s;
	
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}
pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
img{
	vertical-align:top;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
.h2box{
	background:#eee;
	text-align:center;
}
.h2box h2{
	font-size:1.5em;
	font-weight:700;
	line-height:100px;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* =Layout
-------------------------------------------------------------- */
div{
	box-sizing:border-box;
}
#container {
	margin: 0 auto 0 auto;
}

#head-nav {
	margin: 0 10px;
	border-bottom: 1px dashed #bbb;
	border-left: 1px solid #bbb;
}
#main-content {
	padding:90px 0 0 0;
}
#content{
	padding:90px 0;
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.main {
	margin: 0;
	padding:0;
	width: 100%;
}
.main h3{
	background:#eeb818;
	padding:5px 10px;
	font-weight:700;
	font-size:1.3em;
	margin-bottom:15px;
}
#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 20%;
}
#sidebar h2{
	font-size:1.2em;
	color:#ba8b00;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
#footer {
	width:100%;
	background:#eeb818;
	padding:80px 0 30px 0;
}
#footer .box{
	width:90%;
	max-width:1100px;
	margin:0 auto;
	border-radius:10px;
	box-sizing:border-box;
	padding:30px;
	background:#fff;
}
#footer .box img{
	width:80%;
	max-width:400px;
	display:block;
	margin:0 auto;
}
#footer .box ul{
	margin:40px 0 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	border-top:1px solid #000;
}
#footer .box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer .box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
	font-size:0.9em;
	line-height:1.5;
}
#footer .box ul li h4{
	font-size:1.2em;
	font-weight:700;
	padding-bottom:10px;
}
#footer-credit {
	text-align:center;
	font-size:0.8em;
	padding:20px 0 0 0;

}

/* =Header
-------------------------------------------------------------- */
#head_back{
	width:100%;
	position:fixed;
	height:90px;
	z-index:999;
	background:#fff;
}

#head{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
#header{
	width:90%;
	max-width:1050px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
#header ul{
	margin:10px 0 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#header ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#header ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#header ul li.logo{
	width:42%;
	padding:0 10px 0 0;
}
#header ul li.tel{
	width:28%;
	border-left:1px solid #000;
	padding:0 10px;
}
#header ul li.time{
	width:30%;
	font-size:0.9em;
	padding:0px 0 0 20px;
	line-height:2;
}
#header ul li .fa-location-dot{
	padding-left:5px;
}
#header ul li.time div{
	padding:5px 0 0 0;
}
.icon_titel{
	background:#efb819;
	border-radius:5px;
	padding:5px 10px;
	font-size:0.9em;
	font-weight:700;
}
#header ul li img{
	width:100%;
	height:auto;
}
#head-contact{
	width:12%;
	position:absolute;
	top:0;
	right:0;
}
#head-contact img{
	width:100%;
	height:auto;
}

/* =Content
-------------------------------------------------------------- */
.con_box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

#fv_back{
	width:100%;
	background:url(img/fv_img-photo.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.fv_img{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.fv_img img{
	width:100%;
	height:auto;
}

#banner_back{
	width:100%;
	background:url(img/g_back.png);
	background-repeat:repeat-x;
	padding:80px 0 50px 0;
}
#banner_back .slid img{
	border:1px solid #000;
}

.madoguti_box{
	width:90%;
	max-width:900px;
	margin:100px auto 0 auto;
	padding:0;
}
.nayami_box{
	width:100%;
	max-width:1000px;
	margin:40px auto 0 auto;
	padding:0;
}
.madoguti_box img,
.nayami_box img{
	width:100%;
	height:auto;
}
/*--------------------------------------
コンバージョンアップボタン 吹き出し赤色（中央寄せ）
--------------------------------------*/
.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	box-sizing:border-box;
}
.button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button2-c {
  font-size: 1.5rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 1rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
	box-sizing:border-box;
}
a.button2-c span {
  font-size: 1rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
/*--------------------------------------
コンバージョンアップボタン 黄色（中央寄せ）
--------------------------------------*/
.button3,
a.button3,
button.button3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button3-wrap {
  margin: 30px 0;
  text-align: center; 
}

a.button3-c {
  font-size: 1.5rem;
    width: 100%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 2.1rem;
    color: #333;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #2c9d60;
    box-shadow: 0 5px 0 #ccc100;
	box-sizing:border-box;
}

a.button3-c span {
  font-size: 1rem;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #333;
    border: 2px solid #333;
    border-radius: 0.5rem;
    background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button3-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #333;
  background: #fff100;
  -webkit-box-shadow: 0 2px 0 #ccc100;
  box-shadow: 0 2px 0 #ccc100;
}

a.button3-c:hover:before {
  left: 2rem;
}
.madoguti_box .text {
	 flex: 0 0 58%;
}
.madoguti_box .text h2{
	color:#d73838;
	font-size:2.2em;
	font-weight:900;
	margin:0 0 30px 0;
}
.madoguti_box .text h2 span{
	display:block;
}
.madoguti_box .photo{
	flex: 0 0 40%;
	display: flex;
	justify-content: flex-end; /* 中身を右端へ */
}
.madoguti_box .photo img {
	width:100%;
	height:auto;
}

#top_content01{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:100px 0;
}
.icon_ill{
	width:110px;
	margin:0 auto;
}
#top_content01 h2,
#top_content03 h2,
#top_content04 h2,
#top_content05 h2,
#top_content05_a h2,
#top_content06 h2,
#top_content07 h2{
	text-align:center;
	font-weight:900;
	font-size:2.3em;
	padding:20px 0 50px 0;
}
#top_content01 ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#top_content01 ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_content01 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width:28%;
	box-sizing: border-box;
	padding:0;
	margin:2%;
}
#top_content01 ul li h3{
	font-size:1.1em;
	font-weight:800;
	color:#c18f00;
}
#top_content01 ul li .img {
	width:80%;
	margin:40px auto 20px auto;
}
#top_content01 ul li .noimg img,
#top_content01 ul li .img img,
.icon_ill img{
	width:100%;
	height:auto;
}
#top_content01 ul li .noimg {
	width:70px;
	padding-bottom:20px;
}
#top_content02{
	padding:100px 20px;
	background:url(img/g_back02.png);
}
#top_content02 h2{
	font-size:1.8em;
	font-weight:700;
	text-align:center;
	color:#398c18;
}
#top_content02 h2 span{
	display:block;
}
#top_content02 h3{
	font-size:1.5em;
	font-weight:700;
	text-align:center;
	color:#398c18;
	padding-bottom:10px;
}
#top_content02 .houhou_box{
	padding:100px 0 0 0;
	margin:0 auto;

}
#top_content02 .houhou_box .text {
	margin:0 auto;
	width:90%;
	max-width:1200px;
	
}
#top_content02 .houhou_box .text ul{
	margin:40px 0 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#top_content02 .houhou_box .text ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_content02 .houhou_box .text ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}
#top_content02 .houhou_box .text h4 span{
	font-size:0.7em;
	display:block;
}
#top_content02 .houhou_box .text h4{
	font-size:1.2em;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
	text-align:center;
}
#top_content02 .houhou_box .photo {
	width:90%;
	max-width:400px;
	margin:0 auto;
}
#top_content02 .houhou_box .photo img{
  width:100%;
	height:auto;
}
#top_content03{
	padding:100px 2%;
	background:url(img/y_back.png);
}
#top_content03 ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#top_content03 ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_content03 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 31%;
	box-sizing: border-box;
	padding:20px;
	margin:1%;
	border:5px solid #ffc622;
	border-radius:20px;
	background:#fff;
}


#top_content03 ul li .photo{
	width:70%;
	display:block;
	margin:0 auto;
}
#top_content03 ul li .photo img{
	width:100%;
	height:auto;
}
#top_content03 ul li .text{
	font-weight:500;
}
#top_content03 ul li .text h3{
	color:#c18f00;
	font-size:1.2em;
	font-weight:700;
	padding-bottom:10px;
}
#top_content04{
	padding:100px 0;
}
#top_content04 h3{
	font-size:1.2em;
	text-align:center;
	font-weight:500;
	padding-bottom:50px;
}
#top_content04 .con_box img{
	border:1px solid #000;
}
#top_content05{
	padding:100px 0;
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#top_content05_a{
	padding:0 0;
}
#top_content05 ul,
#top_content05_a ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#top_content05 ul:after,
#top_content05_a ul:after{
	  content: "";
	  clear: both;
	  display: block;
	}
#top_content05 ul li{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 23%;
	line-height:23px;
	box-sizing: border-box;
	padding:0px;
	margin:1%;
}
#top_content05_a ul li{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 31%;
	line-height:23px;
	box-sizing: border-box;
	padding:0px;
	margin:1%;
}
#top_content05 ul li img,
#top_content05_a ul li img{
	width:100%;
	height:auto;
}
#top_content05 ul li .day,
#top_content05_a ul li .day{
	padding:2px 10px;
	background:#000;
	color:#fff;
	font-size:0.8em;
}
#top_content05 ul li h5,
#top_content05_a ul li h5{
	font-size:1em;
	font-weight:500;
	padding:10px 0 0 0;
}
#top_content06{
	padding:100px 0;
	background:url(img/g_back02.png);
}
#top_content06 .con_box{
	border:5px solid #efb819;
	padding:50px;
	background:#fff;
	border-radius:20px;
	max-width:1000px;
}
#top_content06 .con_box ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#top_content06 .con_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_content06 .con_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
	font-weight:500;
}
#top_content06 .con_box ul li:first-child{
	border-right:1px solid #000;
}
#top_content06 .con_box ul li .titel{
	font-size:1.2em;
	font-weight:700;
	padding:0 0 10px 0;
}
#top_content06 .con_box ul li a{
	margin-top:40px;
}
#top_content07{
	padding:100px 0;
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#top_content08{
	padding:70px 0;
	width:100%;
	background:url(img/g_back02.png);

	margin:0 auto;
}
#top_content08 h3{
	text-align:center;
	font-weight:700;
	font-size:1.8em;
}
#top_content08 .con_box{
	margin:50px auto 0 auto;
}
.morebtn {
	display: block;
	width: 90%;
	max-width:460px;
	height: 80px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height:80px;
	outline: none;
	font-size:1.2em;
	font-weight:600;
	background:#efb819;
	border:2px solid #efb819;
	color:#fff;
	border-radius:8px;
}
a.morebtn,
a:link.morebtn{
	color:#fff;
}
a:hover.morebtn,
.morebtn:hover {
	color:#efb819;
	background:#fff;
	text-decoration: none;

}
.morebtn::before,
.morebtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.morebtn,
.morebtn::before,
.morebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main-content ul , #main-content ol {margin: 10px 0 10px 15px;}
#main-content ul li {list-style-type: square;}
#main-content ol li {list-style-type: decimal;}
#main-content li li {margin-left: 25px;}
#main-content p {margin: 10px 0;}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul {margin-left: 15px;}
#sidebar ul li {
line-height: 30px;
	font-size:0.9em;
list-style-type: circle;
}
#sidebar ul li a:link, #sidebar ul li a:visited, {color: #36b;}
#sidebar ul li a:hover{color: #c00; text-decoration: none;}

#sidebar caption{
	font-size:1.2em;
	text-align:left;
	color:#ba8b00;
	font-weight:500;
	padding-bottom:5px;
}
/* ------------------------------------ */

input, textarea {background: #f5f5f5; border: 1px solid #bbb; color: #999; margin: 10px 0; padding: 7px 10px;}
input#searchsubmit, input#submit {background: #ddd; border: 1px solid #999; color: #555; padding: 6px 10px;}
textarea#comment {width: 95%;}

/* images and captions */


img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.post-meta {
	background: #eee;
	margin: 10px -10px;
	padding: 2px 10px;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget h4{
	font-size:1.3em;
	font-weight:500;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#sidebar li{
	line-height:15px;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}
.sp{display:none;}
@media (max-width: 800px) {
/* =Header
-------------------------------------------------------------- */
.pc{display:none;}
.sp{display:block;}
body {
	font-size: 14px;
	line-height: 25px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
	.spkg{
		display:block;
	}
.main {
	float: none;
	margin: 0 auto;
	padding:0;
	width: 90%;
}
#sidebar {
	float: none;
	margin: 0 auto;
	padding:0;
	width: 90%;
}
#head_back{
	height:60px;
}
#header ul li.logo{
	width:80%;
	max-width:300px;
	padding:0 0 0 10px;
}
#header ul li.tel{
	display:none;
}
#header ul li.time{
	display:none;
}
#head-contact{
	width:20%;
	max-width:100px;
}
#main-content {
	padding:50px 0 0 0;
}
.fv_img{
	padding:20px 0;
}	
#banner_back{

	padding:40px 0 30px 0;
}
#top_content01 h2,
#top_content03 h2,
#top_content04 h2,
#top_content05 h2,
#top_content05_a h2,
#top_content06 h2,
#top_content07 h2{
	font-size:1.6em;
	padding:20px 0 50px 0;
}
.icon_ill{
	width:80px;
	margin:0 auto;
}
#top_content01{
	padding:50px 0;
}
#top_content01 ul li {
	float: none;
	width:96%;
	margin:4% 2%;
	font-size:1.1em;
}
#top_content01 ul li h3{
	font-size:1.4em;
	font-weight:800;
	color:#c18f00;
}
#top_content02 h2{
	font-size:1.5em;
}
#top_content02 h2 span{
	display:initial;
}
#top_content02 h3{
	font-size:1.1em;
}
#top_content02 .houhou_box{
	padding:40px 0 0 0;
}
#top_content02 .houhou_box .text ul li {
	float: none;
	width: 100%;
}
#top_content03{
	padding:40px 0;
}
#top_content03 ul li {
	float: none;
	width: 100%;
	padding:20px;
	margin:1% 0;
}
#top_content03 ul li .text h3{
	font-size:1.1em;
}
#top_content04{
	padding:40px 5%;
}
#top_content04 h3{
	font-size:1.1em;
	text-align:left;
	font-weight:500;
	padding-bottom:50px;
}
#top_content04 .con_box,
#top_content08 .con_box{
	width:90%;
	margin:0 auto;
}
#top_content05{
	padding:40px 0;
	box-sizing: border-box;
}
#top_content05 ul{
	box-sizing: border-box;
}
#top_content05 ul li,
#top_content05_a ul li{
	float: none;
	width: 98%;
	box-sizing: border-box;
}
#top_content05 ul li h5,
#top_content05_a ul li h5{
	box-sizing: border-box;
	padding:10px 0 0 0;
}
#top_content06{
	padding:40px 0;
}
#top_content06 .con_box{
	border:5px solid #efb819;
	padding:20px;
	background:#fff;
	border-radius:20px;
	max-width:1000px;
}
#top_content06 .con_box ul li {
	float: none;
	width: 100%;
	padding:20px 0;
	text-align:left;
}
#top_content06 .con_box ul li:first-child{
	border-right:0px solid #000;
	border-bottom:1px solid #000;
}
#top_content07,
#top_content08{
	padding:40px 0;
}
#top_content08 h3{
	padding-bottom:30px;
}
#footer .box ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:20px 0;
	margin:0;
	font-size:0.9em;
	line-height:1.5;
}
}
#mobileFootNav { display:none; }
@media only screen and (max-width: 767px) {
#mobileFootNav { display:block; z-index:1030; width:100%;  position:fixed; bottom:0; }
#mobileFootNav { background:#fff; border-top:1px solid #e1e1e1; }
#mobileFootNav .ftNavBtn {
	width:90%;
	margin:7px auto;
	text-align:center;
	}
	#mobileFootNav .ftNavBtn img{

		width:100%;
		height:auto;
	}
	#mobileFootNav a.ftNavB{
		display:block;
		width:100%;
	}
#wrap_all { padding-bottom:60px; }

}
