@charset "utf-8";
/*
Theme Name: responsive_242
Theme URI: http://c-tpl.com/
Description: responsive_242
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud Ftemplate,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is releasFed under GPL:
	http://www.opensource.org/licenses/gpl-license.p
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
background:#fcfcfc;
}
/* PCの場合は改行しない
------------------------------------------------------------*/
.br-sp {display: none; }
/* PC用リスト用追加設定 #list
------------------------------------------------------------*/
.post-chousei{
float:left;
margin-top:-1em;
}
#single {
width:1160px;
height:160px;
font-size:260%;
font-weight:bold;
text-shadow:0 0 10px #333333;
text-align:center;
line-height:1.4em;
margin: 0 0 0 0;
padding:30px 20px 30px 20px;
background:url(https://sehitama.com/img/single.png);
text-shadow: 2px 2px 3px #FFF;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color:#6DC264;
}
#list {
float:left;
width:840px;
height:auto;
margin:10px 0px;
padding:0px 0px 0px 30px;
font-size:110%;
line-height:1.8em;
}

/* SP用リスト用追加設定 #list
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
#list {
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:10px 0px;
padding:0px 10px 0px 30px;
font-size:100%;
line-height:1.4em;
}

}


/* Q&A用追加設定
------------------------------------------------------------*/
.cp_qa{
margin-top:20px;
font-size:120%;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 3em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: 'Spartan', sans-serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q.';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: 'Spartan', sans-serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1.5em;
	padding: 0;
	content: 'A.';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* contactform7用追加設定
------------------------------------------------------------*/
.wpcf7 textarea[name="your-message"] {
width: 50%;
height: 350px !important;
}
.wpcf7 input[type="email"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
width:50%;
height: 35px !important;
}
.wpcf7 input[type="number"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
width:50%;
height: 35px !important;
}
.wpcf7 input[type="select"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
width:50%;
height: 35px !important;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="textarea"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
width:50%;
height: 35px !important;
}
.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #54B13E;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #4B84A9 !important;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}


/* 追加設定
------------------------------------------------------------*/
.kaigyo{
    display: none;
}
#post-seo01{
float:left;
width:100%;
height:auto;
padding:10px 1em 10px 1em;
margin:10px 0px 20px 0px;
font-size:120%;
color:#4C959F;
line-height:1.3em;
font-weight:bold;
text-shadow: #FFF 1px 0 10px;
box-sizing: border-box;
border:2px #4B84A9 solid;
border-radius: 20px;
text-align: left;
}
#post-seo02{
float:left;
width:100%;
height:auto;
padding:20px 1em 20px 1em;
margin:10px 0px 20px 0px;
font-size:110%;
color:#4C959F;
line-height:1.3em;
font-weight:bold;
text-shadow: #FFF 1px 0 10px;
box-sizing: border-box;
border:2px #CCC solid;
background:#F7EEDD;
text-align: left;
}
#top-list{
float:left;
width:800px;
height:auto;
font-size:120%;
margin-bottom:20px;
padding:20px 20px 20px 60px;
background:#FDE7D1;
}

#top-list ul li {
position: relative;
border-bottom:dotted 1px #CCC;
padding:8px 0px;
}
#top-list ul li::after,
#top-content ul li::before {
  display: block;
  content: '';
  position: absolute;
}
#top-list ul li::after {
  top: 14px;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top-list ul li::before {
  top: 9px;
  left: -1.025em;
  width: 8px;
  height: 1px;
  background-color: #666;
}

.box p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box p.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
#question {
float:left;
width:860px;
height:auto;
margin:10px 0px 10px 0px;
padding:10px 10px;
border-bottom:1px dotted ;
color:#692E7C;
font-size:110%;
}
#question01 {
float:left;
width:860px;
height:auto;
margin:30px 0px 10px 0px;
padding:10px 10px;
border-bottom:1px dotted ;
color:#692E7C;
font-size:110%;
}
#answer {
float:left;
width:100%;
height:auto;
margin:0px 0px;
padding:10px 10px 0px 10px;
font-size:110%;
}
#top-content {
width:100%;
height:auto;
float:left;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 10px 0.4em 10px 0.4em;
font-size:130%;
  margin:0 0 20px 0;
	text-align:center;
}
#top-content:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '● Contents';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
#top-content ul li {
position: relative;
margin-left:20px;
}
#top-content ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #99DCF2;
  border-radius: 100%;
}

#float-sp {
display: none;
}
.position img {
position: absolute;
text-align:right;
bottom: 0%;
}
.post ul{
float:left;
width:1150px;
height:auto;
margin: 1em 20px 2em 30px ;
padding: 0px 0px 0px 0px;
}
.post ul li {
width:1180px;
height:auto;
float:left;
position: relative;
margin: 0px 0px ;
padding:0px 20px 0px 0px;
font-size:100%;
}
.post ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 10px;
  height: 10px;
  background-color: #54B13E;
  border-radius: 100%;
}
.post a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066CC;
}
.post a:hover, a:active{
outline: none;
color:#0033CC;
text-decoration: underline;
}
.post a:visited{
outline: none;
color:#0066CC;
}
.post #top01 li {
float:left;
padding:0px 0px 0px 0px;
width:880px;
height:auto;
margin-bottom:4px;
}
.post #top01 {
float:left;
padding:0px 0px 20px 0px;
width:880px;
height:auto;
margin-bottom:10px;
}
.font-cont{
font-size:90%;
line-height:1.1em;
}
.box02 p {
  text-align: center;
  -webkit-transition: all 1s;
  -webkit-transform: scale(1.0);
  opacity: 1;
}
.box02 p.move {
  -webkit-transform: translate(0, 0)  scale(0.5);
  opacity: 0;
}
.box p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box p.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.kakomi{
background:#F9E5E8 !important;
}
.page-center{
text-align: center;
}
#fixed_right_banner
{
/* 右端の上から20pxの位置に固定表示 */
position: fixed;
top: 30%;
right: 0;
}
#new15-2{
float:left;
width:600px;
height:auto;
margin:0px 0px 0px 0px ;
padding:0px 0px;
font-family: 'Spartan', sans-serif;
text-align:center;
color:#4A2400;
font-size:120%;
}
#new15-1{
float:left;
width:300px;
height:auto;
margin:0px 0px 0px 0px ;
padding:0px 0px;
font-family: 'Spartan', sans-serif;
text-align:center;
color:#4A2400;
font-size:120%;
}
#new15{
float:left;
width:1200px;
height:auto;
margin:0px 0px 0px 0px ;
padding:0px 0px;
font-family: 'Spartan', sans-serif;
text-align:center;
color:#4A2400;
font-size:120%;
}
#new14{
float:left;
width:260px;
height:auto;
margin:10px 10px 20px 0px ;
padding:10px 10px;
font-family: 'Spartan', sans-serif;
font-size:130%;
text-align:center;
color:#4A2400;
border:dashed #4A2400 1px ;
}
#new13{
float:center;
width:700px;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 170px 0px 170px;
text-align:center;
color:#4A2400;
font-size:130%;
}
#new12{
float:center;
width:700px;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 170px 0px 170px;
text-align:center;
color:#4A2400;
font-size:130%;
}
#new11 table, th, td {
border:1px solid #FFDD5A;
}
#new11{
float:center;
width:700px;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 170px 0px 170px;
text-align:center;
color:#4A2400;
font-size:130%;
}
#new10-bottom{
float:center;
width:700px;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
padding:0px 170px 0px 170px;
text-align:center;
color:#4A2400;
}
#new10-upper{
float:center;
width:700px;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:20px 170px 0px 170px;
text-align:center;
border-left:1px solid #4A2400;
border-right:1px solid #4A2400;
border-top:1px solid #4A2400;
font-weight:bold;
color:#4A2400;
font-size: 130%:
}
#new10{
float:center;
width:700px;
margin:0px auto 0px auto;
height:auto;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 170px 20px 170px;
text-align:left;
border-left:1px solid #4A2400;
border-right:1px solid #4A2400;
border-bottom:1px solid #4A2400;
display: flex;
justify-content: center;
}
#new09-right{
float:left;
width:460px;
margin:0px 0px 0px 0px;
height:auto;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 0px;
text-align:left;
}
#new09-left{
float:left;
width:130px;
margin:0px 30px 0px 0px;
height:auto;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:10px 0px;
}
#new09{
float:center;
width:620px;
margin:10px auto 0px auto;
height:auto;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
padding:10px 0px;
text-align:center;
}
#new08{
float:left;
width:1160px;
height:auto;
margin:20px 0px 20px 0px;
padding:10px 20px 10px 20px;
font-size:140%;
color:#4A2400;
text-align:left;
font-family: 'Spartan', sans-serif;
line-height:2em;
}
#new07-right p {
text-shadow: 2px 2px 0px #FFFFFF;
}
#new07-right {
float:right;
width:540px;
height:360px;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
background:#F6E8CE;
border-radius:30px 30px 0 0;
padding:20px 20px;
font-size:130%;
text-shadow: 2px 2px 0px #FFFFFF;
font-weight:bold;
color:#000000;
line-height:2em;
}
#new07-left {
float:left;
width:540px;
height:360px;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
background:#F6E8CE;
border-radius:30px 30px 0 0;
text-shadow: 2px 2px 0px #FFFFFF;
padding:20px 20px;
font-size:130%;
font-weight:bold;
color:#000000;
line-height:2em;
}
#new07 {
float:left;
width:1200px;
height:auto;
margin-bottom:30px;
font-family: 'Spartan', sans-serif;
}

#new06 li {
list-style-type: none;
border-bottom:1px dotted #999999;
padding-bottom:10px;
text-align:left;
font-size:100%;
margin:10px 0px;
width:100%;
height:auto;
box-sizing: border-box;
line-height:1.2em;
}
#new06 a {
color:#3366CC;
text-decoration:underline;
}
#new06 a:hover{
color:#33CCFF;
text-decoration:none;
}
#new06 a:visited{
color:#3366CC;
text-decoration:underline;
}

#new06 {
float:left;
width:1000px;
height:auto;
color:#4A2400;
font-family: 'Spartan', sans-serif;
margin:0px 40px 0px 40px;
padding:0px 50px 0px 50px ;
font-size:120%;
}
#new05{
float:left;
width:1200px;
margin:10px auto 0px auto;
height:auto;
text-align:center;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:10px 0px;
background-image: url("https://sehitama.com/img/new05img.png");
background-position:bottom left 14%;
background-repeat:no-repeat;
}
#new04 ul {
list-style: none;
}
#new04 li {
position: relative;
padding-left: 15px;
}
#new04 li:before {
content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #8b6b4e;
  border-radius: 50%;
}
#new04{
float:left;
width:1000px;
margin:10px auto 0px auto;
height:auto;
text-align:left;
font-family: 'Spartan', sans-serif;
line-height:2em;
font-size:140%;
color:#4A2400;
padding:10px 100px;
background-image: url("https://sehitama.com/img/new04img.png");
background-position:bottom right;
background-repeat:no-repeat;
}
#new03{
width:1200px;
margin: 0px auto 10px auto;
height:auto;
color:#4A2400;
text-align:left;
font-family: 'Spartan', sans-serif;
font-size:160%;
padding: 0px 0px ;
text-align:center;
font-weight:bold;
}
#new02{
float:left;
width:1200px;
margin:30px auto 30px auto;
height:auto;
font-size:190%;
font-weight:bold;
color:#4A2400;
text-align:center;
}

#new01{
float:left;
width:1198px;
margin:10px auto 30px auto;
padding:12px 0px;
height:auto;
text-align:center;
font-size:140%;
color:#4A2400;
border:1px #4A2400 solid;
font-weight:bold;
}

♯meteor-slideshow img {
margin:0px auto;
}
a[href^="tel:"] {
    pointer-events: none;
}
.breadcrumbs .post{	/* 20181028 t.uemura breadcrumbsプラグインのアップデートにともなう表示崩れの修正	*/
	padding: 0px 0px 0px 0px;
border: 0;}
.breadcrumbs {
max-width:100%;
height:auto;
margin-bottom:30px;
margin-top:0px;
font-size:80%;
padding:0 0;
border: 0;
line-height:1.6em;
}
.breadcrumbs a {
color:#000;
border: 0;
}
.breadcrumbs a:visited {
color:#000;
border: 0;
}
#center {
text-align:center;
}
#side100 {
position: relative;
margin: 10px 0 0 0;
padding:10px 0 8px 0;
text-align:center;
background: #62c1ce;
border-top-right-radius:8px;
border-top-left-radius:8px;
color:#FFFFFF;
font-weight:bold;
}
#side101 a {
color:#000;
text-decoration: none;
border-bottom: 1px solid #62C1CE;
padding-bottom: 2px;
}
#side101 a:hover {
color:#000;
border-bottom: none;
}
#side101 a:visited {
color:#000;
text-decoration: none;
border-bottom: 1px solid #62C1CE;
padding-bottom: 2px;
}
#side101 {
position: relative;
margin: 0 0 20px 0;
padding: 0.5em 1em;
border: solid 1px #62c1ce;
line-height:2em;
}
#side02 a{
padding:1px 3px;
text-decoration:none;
color:#000;
display:inline-block;
width:auto;
font-size:10px;
text-align:center;
margin-bottom:6px;
background:#A8D59A;
border-radius:3px;
box-shadow:0 1px 3px #ccc;
}
#side02 a:hover{
color:#FFF;
background:#54B13E;
}
#side05{
	margin:10px 0;
	background:#FFFFCC;
	padding:10px;
	font-weight:bold;
	color:#FF3300;
}
#side03 li {
margin-left:0px;
margin-bottom:8px;
margin-top:0px;
list-style-type: none;
border-bottom:1px dotted #999;
padding-bottom:10px;
padding-top:10px;
height:auto;
}
#side03 a {
color:#2B1F0C;
text-decoration:none;
}
#side03 a:hover{
color:#915A32;
text-decoration:underline;
}
#side03 {
height:auto;
margin:10px 0;
}
#side02-2{
	margin:10px 0;
	padding:0px 0px ;
	text-align: center;
}
#side02-1{
	margin:10px 0;
	padding:10px 10px 10px 10px;
	text-align: center;
}
#side02-002{
	margin:10px 0 0 0;
	padding:0px 0px 0px 0px;
	text-align: left;
}
#side02{
	margin:10px 0 0 0;
	padding:0px 0px 0px 0px;
	text-align: center;
}
#side01-2 img {
margin:0px 20px;
}
#side01-2 {
text-align:center;
margin:10px 0;
font-size:100%;
padding:10px;
}
#side01-1 {
margin:10px 0;
background:#4B84A9;
font-size:110%;
padding:10px;
color:#FFFFFF;
text-align:center;
}
#side01{
margin:0px 0px 10px 0px;
background:#4B84A9;
font-size:110%;
padding:20px;
text-align:center;
color:#FFFFFF;
}
.breadcrumbs {
margin-bottom:10px;
border:none;
font-size:90%;
}
#top008 li {
margin-left:0px;
list-style-type: none;
border-bottom:1px solid #999999;
padding-bottom:8px;
text-align:left;
font-size:100%;
margin:10px;
}
#top008 a {
color:#2B1F0C;
text-decoration:underline;
color:#6A3227;
}
#top008 a:hover{
color:#915A32;
text-decoration:none;
}
#top008 {
float:left;
padding:10px ;
font-size:100%;
}
#top007{
border-bottom:2px solid #000;
font-size:130%;
padding:10px 0 6px 0;
font-weight:bold;
}
#top006{
margin: 0 0 1em 0;
padding:20px;
border:1px dashed #666;
font-size:110%;
}
#top005{
margin: 1em 0;
}
.top004-align{
vertical-align:middle;
margin-bottom:6px;
}
#top004{
padding: 1em 2em;
}
#top003 {
	float:left;
    position: relative;
    padding: 1em 2em ;
    margin: 1em 0;
    top: 0;
	font-size:130%;
}
#top003:before, #top003:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
#top003:before{
    border-left: solid 2px #000000;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
    left: 0;
}
#top003:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    right: 0;
}
#top003 p {
    margin: 0; 
    padding: 0;
}
.top002left{
display:inline-block;
vertical-align:middle;
margin-right:20px;
}
.top002right{
display:inline-block;
vertical-align:middle;
}
#top002 {
width:760px;
height:auto;
padding:10px;
font-size:150%;
font-weight:bold;
margin-bottom:20px;
}
.top001imgright {
margin-left:20px;
}
.top001imgleft {
margin-right:20px;
}
.top001span{
font-size:130%;
font-weight:bold;
margin-bottom:20px;
}
.head01-2{
float:left;
width:560px;
height:auto;
margin:0px 0px 0px 0px ;
color:#333;
text-align:left;
font-weight:bold;
background:#FFF;
}
.head002{
float:left;
width:560px;
height:auto;
margin:0px 0px 0px 0px ;
color:#333;
text-align:left;
background:#FFF;
padding:0px 0px 0px 24px;
}
.head01{
float:left;
width:560px;
height:auto;
margin:0px 0px 0px 0px ;
color:#333;
text-align:left;
font-size:100%;
font-weight:bold;
background:#FFF;
}
.head01 img{
margin-right:20px;
}
.head02{
float:right;
width:650px;
height:auto;
text-align:left;
margin-top:10px;
font-size:110%;
font-family: 'Spartan', sans-serif;
}
a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}
.inner02 {
margin:0 auto;
background:#F6E8CE;
color:#000;
}
.inner02 a {
color:#000;
}
.inner03 {
margin:0 auto;
width:1200px;
color:#000;
padding:6px 0;
background:#F6E8CE;
}
.inner03 a {
color:#000;
}
.inner03 a:hover {
color:#000;
}
.inner03 a:visited {
color:#000;
}
.inner04 {
margin:10px auto 0px 0px;
background:#FFF;
}
.inner05 {
text-align:right;
margin:0 auto;
width:1160px;
background:#FFF;
color:#000;
padding:0 0 6px 0;
}
.inner07 {
float:center;
margin:0 auto;
background:#FFFFFF;
color:#333333;
width:1200px;
}

.inner08-05 {
float:left;
margin:10px auto 6px auto;
background:#FFFFFF;
width:900px;
height:auto;
color:#4A2400;
padding:2px 0;
text-align:left;
}
.inner08-04 img {
padding:10px 10px 10px 10px;
}
.inner08-04-00 {
float:left;
margin:10px auto 6px auto;
background:#FFFFFF;
width:1080px;
height:auto;
color:#4A2400;
padding:2px 0;
text-align:left;
}
.inner08-04 {
float:left;
margin:10px auto 6px auto;
background:#FFFFFF;
width:150px;
height:auto;
color:#4A2400;
padding:2px 0;
text-align:left;
}
.inner08-03 {
float:right;
margin:0px 0px 0px 0px;
background:#FFFFFF;
width:530px;
color:#4A2400;
padding:10px 0;
text-align:right;
font-size:140%;
}
.inner08-02 {
font-size:170%;
float:left;
margin:10px auto 6px auto;
background:#FFFFFF;
width:550px;
height:auto;
color:#4A2400;
padding:2px 0;
text-align:left;
font-weight:bold;
}
.inner08 {
float:left;
margin:0px auto 0px auto;
background:#FFFFFF;
width:120px;
height:140px;
color:#4A2400;
padding:10px 0;
text-align:left;
}

.inner08-02 a {
color:#000;
text-decoration:none;
}
.inner08-02 a:hover {
color:#F36068;
}
.inner08-02 a:visited {
color:#000;
text-decoration:none;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066CC;
}
a:hover, a:active{
outline: none;
color:#0099FF;
}
a:visited{
outline: none;
color:#0066CC;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:1200px;
font-family: 'Spartan', sans-serif;
background:#FFF;
}
#wrapper02-inner{
width:1200px;
height:auto;
margin:0px auto ;
padding:0px 0px 10px 0px;
background:#FFFBEA;
}
#wrapper02{
float:left;
width:100%;
height:auto;
margin:20px auto ;
padding:20px 0px 40px 0px;
background:#FFFBEA;
text-align:center;
font-family: 'Spartan', sans-serif;
}
#header{
overflow:hidden;
}

#content{
float:left;
width:1200px;
padding:0px 0px 0px;
font-family: 'Spartan', sans-serif;
margin-top:20px;
}

#sidebar{
float:right;
width:260px;
padding:0px 0 0px;
margin-top:20px;
}

#footer02 {
width:100%;
height:auto;
padding:10px 0px 6px 0px;
background:#FFFBEA;
text-align:center;
font-size:120%;
}
#footer{
padding-top:20px;
clear:both;
color:#333333;
height:aito;
text-align:center;
background:#FFFBEA;
}
footer.inner{
height:200px;
}



/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
color: #000;
font-family: 'M PLUS 1p', sans-serif;
line-height:1.2em;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 15px;
color: #444444;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:10px 0 0;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background: #AAE8F7;
padding:0px 0px;
}
#mainImg03{
clear:both;
line-height:0;
text-align:center;
z-index:0;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background: #FFDD59;
padding:20px 0px;
}
#mainImg02{
display: none !important;
}

.post a {
word-break: break-all;
}
.post{
margin:0 0 10px 0;
padding:20px 10px 0px 10px;
background: #fff;
font-size:120%;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:10px 10px 20px 20px;}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
height:auto;
padding:20px 0;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.4em 0.5em;
font-size:160%;
font-weight:bold;
  margin: 2em 0 0em;
	text-align:center;
}

h2.title:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '● Contents';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2 {
width:860px;
float:left;
position: relative;
padding: 10px;
background: #e0edff;
font-size:130%;
font-weight:bold;
text-align:center;
margin-bottom:30px;
margin-top:30px;
}

.post h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.post h3 {
font-family: 'Spartan', sans-serif;
padding:12px 20px 8px 20px ;
float:left;
width:816px;
height:auto;
margin:0px 0px 20px 0px;
font-size:130%;
line-height:1.4em;
text-align:left;
color:#0066CC;
font-weight:bolder;
background:url(https://sndaikou.info/img/hana03.jpg);
background-repeat:no-repeat;
background-position:left top;
text-shadow: 2px 2px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF;
}
.post h4{
float:left;
width:870px;
padding-bottom:6px;
margin-bottom:10px;
margin-top:10px;
font-size:110%;
font-weight:bold;
color:#23B4E3;
border-bottom:1px dashed #999999;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 10px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 10px;
text-align:center;
color:#333333;
font-size:100%;
background:#F6E8CE;
margin-bottom:2px;
margin-top:0px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/


ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
float:left;
margin:0 0 10px 0px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav#mainNav{
float:right;
clear:both;
position:relative;
z-index:200;
width:80%;
background:none;
margin-top:20px;
margin-bottom:0px;
padding:6px 100px;
}

nav#mainNav .inner{
padding-left:1px;
}

nav#mainNav ul li{
float: left;
position: relative;
border-left:dashed 1px #ccc;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#4A2400;
height:14px;
line-height:45px;
font-size:160%;
margin-right:1px;
padding:0px 16px 10px;
font-family: 'Spartan', sans-serif;
background:#FFF;
}
nav#mainNav ul li a span{
color:#CCCCCC;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
color:#333333;
font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#996666;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#3cc4d0;
border-bottom:1px dotted #bbf2f7;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 10px;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#97e0e6;}

nav div.panel{
display:block !important;
float:left;
}
  
a#menu{display:none;}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{

	width:100%;
box-sizing: border-box;
height:auto;
	background:#fbfaf9 url(images/mainnavBg.png) repeat-x 0 -5px;
	border:1px solid #e8e5e0;
}
.inner07 {
float:center;
margin:0 auto;
background:#FFFFFF;
color:#333333;
width:100%;
box-sizing: border-box;
height:auto;
}
.inner08 img {
width:20%;
height:auto;
margin:0px auto;
}

.inner08 {
float:left;
margin:0px auto;
background:#FFFFFF;
width:100%;
box-sizing: border-box;
height:auto;
color:#4A2400;
padding:2px 0px;
text-align:center;
}
.inner08-05 {
float:left;
margin:0px 0px;
background:#FFFFFF;
width:100%;
box-sizing: border-box;
height:auto;
color:#4A2400;
padding:2px 0;
text-align:left;
}
.inner08-04-00 {
float:left;
margin:10px auto 6px auto;
background:#FFFFFF;
width:100%;
box-sizing: border-box;
height:auto;
color:#4A2400;
padding:2px 0;
text-align:left;
}
.inner08-04 {
float:left;
margin:0px auto 0px auto;
background:#FFFFFF;
width:100%;
box-sizing: border-box;
height:auto;
color:#4A2400;
padding:0px 0px;
text-align:center;
}
.inner08-03 {
float:left;
margin:0px 0px 0px 0px;
background:#FFFFFF;
width:100%;
box-sizing: border-box;
height:auto;
color:#4A2400;
padding:0px 0px;
text-align:center;
font-size:130%;
}
.inner08-02 {
font-size:130%;
float:left;
margin:0px auto 0px auto;
background:#FFFFFF;
width:100%;
box-sizing: border-box;
height:auto;
color:#4A2400;
padding:0px 0px;
text-align:center;
font-weight:bold;
}

.br-sp {display: block; }
.post-chousei{
float:left;
margin-top:1em;
}
.kaigyo{
display: block;
}
#mainImg02{
display: block !important;
}

#single {
width:100%;
box-sizing: border-box;
height:auto;
font-size:130%;
font-weight:bold;
text-shadow:0 0 10px #FFF;
color:#679A35;
text-align:center;
line-height:1em;
margin: 0 0 0 0;
padding:30px 10px 30px 10px;
background:url(https://sehitama.com/img/single.png);
background-position:top right;
background-repeat:none;
background-size: cover;
}


/* contactform7用追加設定
------------------------------------------------------------*/
.wpcf7 textarea[name="your-message"] {
min-width: 97%;
height: 350px !important;
}
.wpcf7 input[type="email"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
min-width:99%;
height: 35px !important;
}
.wpcf7 input[type="number"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
min-width:97%;
height: 35px !important;
}
.wpcf7 input[type="select"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
min-width:97%;
height: 35px !important;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="textarea"]
{
background-color: #F5F5F5;
color: #000;
border:1px #CCCCCC solid;
min-width:97%;
height: 35px !important;
}

h2.title {
font-size:140%;		
}
.post ul li {
width:100%;
box-sizing: border-box;
height:auto;
float:left;
position: relative;
margin: 0px 0px ;
padding:0px 0px;
font-size:110%;
}
.post ul{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin: 10px 0px 10px 0px ;
padding: 0px 20px 0px 20px;
}
.post{
width:100% important;
box-sizing: border-box;
margin:0 0 10px 0;
padding:10px 0px 10px 0px;
background: #fff;
font-size:110%;
}
.post h4{
float:left;
width:100%;
box-sizing: border-box;
padding-bottom:6px;
margin-bottom:10px;
margin-top:10px;
font-size:120%;
font-weight:bold;
color:#23B4E3;
border-bottom:1px dashed #999999;
line-height:1.2em;
}
#post-seo01{
text-align: left;
font-size:100%;
padding:10px 1em 10px 2em;
}
#post-seo02{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
padding:20px 1em 20px 30px;
margin:10px 0px 20px 0px;
font-size:100%;
color:#4C959F;
line-height:1.3em;
font-weight:bold;
text-shadow: #FFF 1px 0 10px;
box-sizing: border-box;
border:2px #CCC solid;
background:#F7EEDD;
text-align: left;
}
#top-list ul li::after {
  top: 16px;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top-list{
width:100%;
box-sizing: border-box;
height:auto;
margin-bottom:20px;
padding:20px 10px 20px 30px;
}
#question {
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:10px 0px 10px 0px;
padding:10px 10px;
border-bottom:1px dotted ;
color:#692E7C;
font-size:110%;
}
#question01 {
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:30px 0px 10px 0px;
padding:10px 10px;
border-bottom:1px dotted ;
color:#692E7C;
font-size:110%;
}
#answer {
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px;
padding:10px 10px 0px 10px;
font-size:110%;
}
.breadcrumbs {
max-width:100%;
height:auto;
margin-bottom:0px;
margin-top:0px;
font-size:80%;
padding:0 0;
border: 0;
line-height:1.6em;
}
#copyright{
clear:both;
padding:20px 0;
text-align:left;
color:#333333;
font-size:100%;
padding: 0px 0px;
margin-bottom:58px;
background:#F6E8CE;
}
#float-sp {
background:#FFFFCC;
display: block;
width:100%;
height:auto;
box-sizing: border-box;
position: fixed;
left: 0px;
bottom: -6px;
z-index: 10;
text-align: center;
padding: 0 auto;
}
#float-sp img {
width: 50%;
margin:4px 0px 12px 0px;
}
.post #top01 li {
float:left;
padding:0px 0px 0px 0px;
width:100%;
box-sizing: border-box;
height:auto;
margin-bottom:2px;
}
.post #top01 {
float:left;
padding:0px 0px 20px 20px;
width:100%;
box-sizing: border-box;
height:auto;
margin-bottom:10px;
font-size:100%;
}
.post h2 {
width:100%;
box-sizing: border-box;
position: relative;
padding: 6px 0px 6px 0px;
background: #e0edff;
font-size:120%;
font-weight:bold;
text-align:center;
margin-bottom:30px;
margin-top:10px;
}

.post h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.post h3 {
font-family: 'Spartan', sans-serif;
padding:12px 10px 8px 10px ;
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px 20px 0px;
font-size:120%;
line-height:1.4em;
text-align:left;
color:#0066CC;
font-weight:bolder;
background:url(https://sndaikou.info/img/hana03.jpg);
background-repeat:no-repeat;
background-position:left top;
text-shadow: 2px 2px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF;
}
#page-bottom{
width:100%;
box-sizing: border-box;
height:auto;
font-size:110%;
margin:0px 0px;
padding:10px 10px 10px 10px;
background:#E4EEF6;
}
#fixed_right_banner{
display:none;
}
#new15-2 img {
width:100%;
box-sizing: border-box;
height:auto;
}
#new15-2{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px 0px 0px ;
padding:0px 0px;
font-family: 'Spartan', sans-serif;
text-align:center;
color:#4A2400;
font-size:120%;
}
#new15-1 img {
width:100%;
box-sizing: border-box;
height:auto;
}
#new15-1{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px 0px 0px ;
padding:0px 0px;
font-family: 'Spartan', sans-serif;
text-align:center;
color:#4A2400;
font-size:120%;
}
#new15{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px 0px 0px ;
padding:0px 0px;
font-family: 'Spartan', sans-serif;
text-align:left;
color:#4A2400;
font-size:120%;
}
#new14{
float:left;
width:50%;
box-sizing: border-box;
height:auto;
margin:10px auto ;
padding:10px 10px;
font-family: 'Spartan', sans-serif;
font-size:130%;
text-align:center;
color:#4A2400;
font-size:120%;
}
#new13 img{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
}
#new13{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 10px 0px 10px;
text-align:center;
color:#4A2400;
font-size:130%;
}
#new12{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
height:auto;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 10px 0px 10px;
text-align:left;
color:#4A2400;
font-size:130%;
}
#new11{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 10px 0px 10px;
text-align:center;
color:#4A2400;
font-size:130%;
}
#new10-bottom{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
font-family: 'Spartan', sans-serif;
padding:0px 10px 0px 10px;
text-align:center;
color:#4A2400;
}
#new10-upper{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:20px 10px 0px 10px;
text-align:center;
border-left:1px solid #4A2400;
border-right:1px solid #4A2400;
border-top:1px solid #4A2400;
font-weight:bold;
color:#4A2400;
font-size: 130%:
}
#new10{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 10px 20px 10px;
text-align:left;
border-left:1px solid #4A2400;
border-right:1px solid #4A2400;
border-bottom:1px solid #4A2400;
display: flex;
justify-content: center;
}
#new09-right{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px 0px 0px;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:130%;
padding:0px 10px;
text-align:left;
}
#new09-left{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 30px 0px 0px;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:10px 0px;
}
#new09{
float:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:10px auto 0px auto;
line-height:2em;
color:#4A2400;
font-family: 'Spartan', sans-serif;
padding:10px 0px;
text-align:center;
}
#new08 img {
width:50%;
height:auto;
}
#new08{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px 2em 0px;
padding:4px 20px 4px 20px;
font-size:124%;
text-align:left;
background:#FFF;
font-family: 'Spartan', sans-serif;
line-height:2em;
}

#new07-right {
float:right;
width:100%;
box-sizing: border-box;
height:auto;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
background:#F6E8CE;
border-radius:20px 20px 0 0;
padding:20px 20px;
margin-top:20px;
font-size:130%;
text-shadow: 2px 2px 0px #FFFFFF;
font-weight:bold;
color:#000000;
line-height:2em;
}
#new07-left {
float:left;
width:100%;
box-sizing: border-box;
height:auto;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
background:#F6E8CE;
border-radius:20px 20px 0 0;
text-shadow: 2px 2px 0px #FFFFFF;
padding:20px 20px;
font-size:130%;
font-weight:bold;
color:#000000;
line-height:2em;
}
#new07 {
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin-bottom:30px;
font-family: 'Spartan', sans-serif;
}
#wrapper02-inner{
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto ;
padding:0px 0px 0px 0px;
}
#wrapper02{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto ;
padding:10px 0px 0px 0px;
background:#888389;
text-align:center;
font-family: 'Spartan', sans-serif;
background:#FFFBEA;
}
#new06 li {
list-style-type: none;
border-bottom:1px dotted #999999;
padding-bottom:10px;
text-align:left;
font-size:100%;
margin:0px 0px;
width:100%;
height:auto;
box-sizing: border-box;
line-height:1.2em;
}
#new06 {
float:left;
width:100%;
height:auto;
box-sizing: border-box;
color:#4A2400;
font-family: 'Spartan', sans-serif;
margin:0px 0px 0px 0px;
padding:10px 10px 10px 10px ;
font-size:120%;
}
#new05{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:10px auto 0px auto;
height:auto;
text-align:left;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:10px 20px;
background-image: url("https://sehitama.com/img/new05img.png");
background-position:bottom left;
background-repeat:no-repeat;
}

#new04{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:10px auto 0px auto;
height:auto;
text-align:left;
font-family: 'Spartan', sans-serif;
font-size:140%;
padding:20px 10px;
background-image: url("https://sehitama.com/img/new04img.png");
background-position:bottom right;
background-repeat:no-repeat;
}
#new03{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin: 0px auto 0px auto;
text-align:left;
font-family: 'Spartan', sans-serif;
font-size:150%;
padding: 0px 10px ;
background:#FFFBEA;
text-align:center;
font-weight:bold;
}

#new02{
width:100%;
box-sizing: border-box;
margin:40px auto 30px auto;
padding:0px 10px;
height:auto;
font-size:170%;
}

#new01{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px auto 0px auto;
padding:12px 0px;
height:auto;
text-align:center;
font-size:130%;
color:#4A2400;
border:1px #4A2400 solid;
}
	a[href^="tel:"] {
    pointer-events: auto;
}
#side03 li img {
width:50px;
height:auto;
}
#side03 li {
margin-left:0px;
margin-bottom:8px;
margin-top:0px;
list-style-type: none;
border-bottom:1px dotted #999;
padding-bottom:30px;
padding: 0px 0px 1em 0px;
height:auto;
}
#side02-2 img{
	width:100%;
	height:auto;
}
#side02-02{
	margin:10px 0;
	padding:0px 0px ;
	text-align: center;
	width:100%;
box-sizing: border-box;
	height:auto;
}
#side01 img{
	width:100%;
}

#footer{
clear:both;
color:#333333;
height:auto;
}

#footer.inner{
height:auto;
}
#top003 {
    position: relative;
    padding: 1em 1em ;
    margin: 1em 0 0 0;
    top: 0;
	font-size:130%;
}
#top002 img {
display:none;
}
#top002 {
width:100%;
box-sizing: border-box;
height:auto;
padding:0px;
font-size:130%;
font-weight:bold;
}
.head002{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
padding:0px 10px;
margin:0px 0px 0px 0px ;
color:#000;
text-align:left;
font-size:110%;
line-height:1.2em;
background:#FFF;
}
.head01{
float:left;
text-align:center;
width:100%;
box-sizing: border-box;
height:auto;
margin:0px 0px;
font-size:100%;
font-weight:bold;
}
.head01 img {
width:80% !important;
height:auto;
margin-top:10px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
}
.head02{
float:left;
width:100%;
box-sizing: border-box;
height:auto;
text-align:left;
margin-top:10px;
font-size:110%;
line-height:1.2em;
}
.inner02 {
margin:0 auto;
width:100%;
box-sizing: border-box;
}
.inner03 {
margin:0 auto;
width:100%;
box-sizing: border-box;
color:#000;
padding:6px ;
line-height:1.2em;
}
.inner04 {
margin:0 auto;
}
.inner05 {
margin:0 auto;
width:100%;
box-sizing: border-box;
color:#000;
padding:0 ;
}
	.inner05 img {
		width:50%;
		height:auto;
	}
	img.sp {
	width:30%;
		height:auto;	
	}
	
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 6px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(images/menuOpen.png) no-repeat 5px -36px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:8px 8px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#fbfaf9;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fbfaf9 url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	#content02, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
}