body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*
background-image: url("img/bg2.jpg");
background-repeat: repeat;
background-size: auto;
background-position: 0 150px;*/  /* 左上から右に20px, 下に30px */
}
img {
  -webkit-backface-visibility: hidden;
}
a{
			color: #0068b7;
			font-weight: bold;
}
/*
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #7ecef4;
	border: 2px solid #7ecef4;
}
*/


.heading04{
	width:auto;
text-align: left;
font-size:20px;
}

.heading04:first-letter{
	font-size:1.7em;
}

.heading04 span{
margin-right: 10px;
}
.h1kashima{
color:#f0a96f;
}
.h2kashima{
border-bottom:3px solid #f0a96f;
}
.h2kashima:first-letter{
color:#f0a96f;
}

.h1takeo{
color:#7fcff4;
}
.h2takeo{
border-bottom:3px solid #7fcff4;
}
.h2takeo:first-letter{
color:#7fcff4;
}
.h1imari{
color:#90d59b;
}
.h2imari{
border-bottom:3px solid #90d59b;
}
.h2imari:first-letter{
color:#90d59b;
}
.h1matsuura{
color:#f27f88;
}
.h2matsuura{
border-bottom:3px solid #f27f88;
}
.h2matsuura:first-letter{
color:#f27f88;
}

.kashima{
	color: #fff;
	background: #f0a96f;
}
.takeo{
	color: #fff;
	background:#7fcff4;
}
.imari{
	color: #fff;
	background:#90d59b;
}
.matsuura{
	color: #fff;
	background:#f27f88;
}
.osanji{
	color: #fff;
	background:#5c3a27;
}
.okami{
	color: #fff;
	background:#227b26;
}
.saga{
	color: #fff;
	background:#2b8b4d;
}
.tosu{
	color: #fff;
	background:#cc60aa;
}
.karatsu{
	color: #fff;
	background:#af3c25;
}
.kashima-color tr th{
	color:#a03500;
}
.takeo-color tr th{
	color:#2f9ccf;
}
.imari-color tr th{
	color: #48b759;
}
.matsuura-color tr th{
	color: #e63846;
}
.osanji-color tr th{
	color: #5c3a27;
}
.okami-color tr th{
	color: #227b26;
}

.saga-color tr th{
	color: #2b8b4d;
}
.tosu-color tr th{
	color: #cc60aa;
}
.karatsu-color tr th{
	color: #af3c25;
}
#wrapper{
	width: 100%;

	margin-top: 0px;
}
#wrapper h3{
	text-align: center;
}
/*----------------------------------*/
.pankuzu{
max-width:100%;
padding:20px 0px 10px 20px;
	background: #faf5ea;
}
.breadcrumb {
max-width: 940px;
  margin-left:0;
  padding-left:0;
margin:0px auto 10px;

}

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  color: gray;
font-size:15px;

}

.breadcrumb li::after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child::after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
  color: #55a8d8;

}

.breadcrumb li a i {
padding-right:5px;
}

.breadcrumb li a:hover {
  color: #9bd2f2;
}
/*---------------------------------*/
.topimg{
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}
.topimg img{
	vertical-align: bottom;
	width: 100%;
}
.pcimg{
	display: block;
}
.mbimg{
	display: none;
}
/*---------------------------------*/
.explanation{
	width: 100%;
}
.exbox{
	width: 100%;
	max-width:840px;
	margin: 20px auto 20px;
	padding: 20px;
	box-sizing: border-box;
}
.exbox h1{
	font-size: 27px;
color:#f18101;
}
.exbox h2{
	font-size: 27px;
}
.exbox p{
	line-height: 2em;
	font-size: 15px;
}
/*---------------------------------*/


#page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%;
		font-weight: bolder;
		color: #fff;
		text-shadow:
		  0 0  4px #fff,
		  0 0  8px #fff,
		  0 0 12px #fff,
		  0 0 18px #ff00de,
		  0 0 22px #ff00de,
		  0 0 28px #ff00de,
		  0 0 36px #ff00de;
			z-index: 99999999;
}
#page-top img{
	width: 80px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#page-top:hover img {
  width: 100px;
}
#page-top a {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
}
/*--------------------------------フッター---------------------------------------------------------*/


@media screen and (max-width: 1032px) {

}

@media screen and (max-width: 800px) {
.pankuzu{
padding:10px 0px 5px 20px;
}
.breadcrumb li{
font-size:13px;
}
.explanation{
	width: 100%;
}
.exbox{
	width: 90%;
	margin: 30px auto 25px;
	padding: 0;
	box-sizing: border-box;
}
.exbox h2{
	font-size: 22px;
}
.exbox p{
	line-height: 1.75em;
	font-size: 15px;
}
.txt{
	line-height: 1.75em;
}

.pcimg{
	display: none;
}
.mbimg{
	display: block;
}
}
@media screen and (max-width: 725px) {


}
@media screen and (max-width: 680px) {

.exbox h1{
	font-size: 20px;
}



}

@media screen and (max-width:550px) {

#wrapper{
	margin-top: 0px;
}
.heading04{
font-size: 18px;
margin-bottom: 10px;
display:block;
}
.heading04 span{
	display: block;
}
.sb-in{
width: 85%;
max-width: 450px;
}
}
