/* Example3 */
	.bxslider3 {
		overflow: hidden;
	}
	.bxslider3 .bxslider {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.bxslider3 ul li img {
		width: 100%;
		height: auto;
	}
	.bxslider3 ul li {
		opacity: 0.5;
	}
	.bxslider3 ul li.active {
		opacity: 1;
	}
	.bxslider3 .bx-viewport {
		overflow: visible !important;
	}
			



	
/*かぶせるイメージ*/	
	#sdr {
		position: relative;
	}
	#sdrimg {
	position: absolute;
	width: 100%;
	height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
	z-index: 999;
	}

	#sdrimg img {
		width: 100%;
	}
	
@media screen and (max-width:480px){
	#sdrimg {
		width: 100%;
	}
	}







@charset "utf-8";
/* CSS Document */

* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}

/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}




h1 {
    padding-top: 20px;
    width: 700px;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h1 img {
	width: 100%;
}


h3 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-top: 1px dashed #886333;
	border-bottom: 1px dashed #886333;
	font-size: 20px;
	padding-top: 3px;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}


h2 {
	margin-bottom: 30px;
	text-align: center;
	background-image: url(images/bg_h2.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 29px;
	font-weight: bold;
}
h2:first-letter{
font-size: 36px;
 }

h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #FF4B4E;
	margin-bottom: 15px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html,body {
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #5A2603;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;

}


#system_main {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}


#topheader {
	width: 100%;
}
#topheader table {}
#topheader td {
	vertical-align: bottom;
	padding-right: 20px;
}
#header {
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 180px;

}
#headerbox {
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


#address {
	width: 270px;
	float: none;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#address img {
	width: 100%;
}


#mainnav {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
#mainnav ul {
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul li{
    width: 16.66%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
}


#mainnav ul li img{
    width: 94%;
}

	

	
main {
	display: block;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 160px;
}





footer {
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
footer .copy img {
	height: 30px;
	}

.pagetop {
	text-align: right;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop img {
	width: 200px;
}

.sloganimg {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	}
.sloganimg img {
	width: 100%;
}

.sloganimg_sp {
	display: none;
	}


/* トップ */


#topnav {
	margin-bottom: 10px;
}

#topnav table {
    width: 70%;
    border-spacing: 6px;
    margin-left: auto;
    margin-right: auto;
}
#topnav table td {
    width: 50%;
    vertical-align: top;
}

#topnav table td img {
	width: 100%;
}

#topnav dl {
	margin-left: 10px;
	padding: 20px;
}
#topnav dt {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1.5em;
}
#topnav dd {
	background-color: rgba(255,255,255,0.50);
	padding: 5px;
	min-height: 6em;
}
.topnav1 {
	background-color: #FF8484;
	background-image: url(images/bg260.png);
	padding: 17px;
	margin-bottom: 10px;
}
.topnav2 {
	background-color: #9BCF35;
	background-image: url(images/bg267.png);
	padding: 17px;
	margin-bottom: 10px;
}
.topnav3 {
	background-color: #6DBDFF;
	background-image: url(images/bg273.png);
	padding: 17px;
	margin-bottom: 10px;
}

#blognav {
	margin-bottom: 50px;
}

#blognav table {
	width: 80%;
	border-spacing: 6px;
	margin-left: auto;
	margin-right: auto;
}
#blognav table td {
	width: 33.3%;
	vertical-align: top;
}

#blognav table td img {
	width: 100%;
}


#tleft {
	width: 48%;
	float: left;
	margin-bottom: 15px;
}

#tright {
	width: 48%;
	float: right;
	margin-bottom: 15px;
}



#topnews2 {
	margin-bottom: 20px;
}
#topnews2 .news2 {
	background-color: #FFF1DB;
	border-radius: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}



#topnews {
	margin-bottom: 20px;
}
#topnews ul {
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#topnews li:nth-child(even){
	width: 96%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-position: right bottom;
	border-bottom: 2px dashed #CBCBCB;
}
#topnews li:nth-child(odd){
	width: 96%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-position: right bottom;
	border-bottom: 2px dashed #E5E5E5;
}

#map {
	vertical-align: top;
}

#map iframe {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	}
#map table {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	border-spacing: 0px;
	margin-top: 10px;
}
#map table th {

}

#map table td {

}

#policy {
	margin-bottom: 50px;
}

.policytxt1 {
	font-size: 1.1em;
	margin-bottom: 15px;
}
#policy table {
	margin-left: auto;
	margin-right: auto;
}
#policy th {
	padding: 10px;

}
#policy td {
	padding: 10px;
	font-size: 1.3em;
	text-align: left;
}


#chiiki {
	margin-bottom: 50px;
}



#info {
	margin-bottom: 50px;
}


#info ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
	padding-bottom: 10px;
}
#info ul li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom: 1px dotted #8A3114;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/list_pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom: 10px;
}

#guide {
	margin-bottom: 50px;
}
#guide table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#guide td {
	width: 33.3%;
	text-align: center;
	padding: 10px;
}
#guide td a {
	width: 90%;
	text-align: center;
	padding: 10px;
	background-color: #66C3C1;
	border-radius: 10px;
	display: block;
	color: #FFFFFF;
}
#guide td a:hover {
	background-color: #349D9B;
}
.topimg {
	margin-bottom: 20px;
}
.topimg img {
	width: 100%;
	margin-bottom: 10px;
}


#news {
	margin-bottom: 50px;
}
#news iframe {
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
    overflow: auto;
    border: 2px solid #D4CCC6;
}
#news table {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	width: 100%;
}
#news th {
	text-align: left;
	border-bottom: 1px dashed #FFB7D0;
	margin-bottom: 3px;
	padding-bottom: 3px;
	background-image: url(images/list2.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 75%;
	font-weight: normal;
}
#news td {
	text-align: center;
	border-bottom: 1px dashed #FFB7D0;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: bold;

}
#news span {
	color: rgba(249,61,194,1.00);
	font-weight: bold;
	margin-right: 1em;
}


.pagenav {
	background-color: rgba(255,234,183,1.00);
	padding: 5px;
	margin-bottom: 25px;
}
.pagenav li {
	float: left;
	margin-right: 2em;
	background-image: url(images/list1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	text-align: left;
}


#life {
}
#daily {
	margin-bottom: 30px;
}
#daily th {
	background-color: #FFFFFF;
	border-radius: 10px;
}
#daily table {
	border-spacing: 3px;
}
#age1 {
	float: left;
	width: 33.3%;
}
#age1 table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	}
#age1 td {
	border: 2px solid #FFFFFF;
	border-radius: 0.4em;
	padding: 0.4em;
}

#age2 {
	float: left;
	width: 33.3%;
}
#age2 table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	}
#age2 td {
	border: 2px solid #FFFFFF;
	border-radius: 0.4em;
	padding: 0.4em;
}

#age3 {
	float: left;
	width: 33.3%;
}
#age3 table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	}
#age3 td {
	border: 2px solid #FFFFFF;
	border-radius: 0.4em;
	padding: 0.4em;
}



.time span {
	font-size: 0.8em;
}

.time {
	width: 24%;
	background-color: #865A40;
	text-align: center;
	vertical-align: top;
	padding: 3px;
	color: #FFFFFF;
}
.bg1 {
	background-color: #FFE8E8;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.bg2 {
	background-color: #E8F5FF;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

.bg3 {
	background-color: #F5FFD6;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}



#event {
	margin-bottom: 30px;
}

#event table {
	border-spacing: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#event th {
width: 14%;
	padding: 5px;
}
#event td {
	padding: 10px;
	border: 2px dashed rgba(134,90,64,1.00);
	border-radius: 10px;
	text-align: left;
}
#event th img {
width: 95%;
}







#hinode {

}
#hinode1 {
	margin-bottom: 30px;
}
#hinode1 table {
	width: 100%;
	border-spacing: 4px;
}
#hinode1 th {
	width: 20%;
	background-image: url(images/bg262.png);
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
}
#hinode1 td {
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	background-color: rgba(255,244,226,1.00);
}
#hinode1 dl {
	margin-bottom: 20px;
	text-align: left;
}
#hinode1 dt {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid rgba(255,202,178,1.00);
	margin-bottom: 10px;
	}
#hinode1 dd {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: rgba(255,238,238,1.00);
	}

#hinode2 {
	margin-bottom: 30px;
}

#hinode3 {
	margin-bottom: 30px;
}



.hinodetxt1 {
	padding: 10px;
	background-image: url(images/bg264.png);
	border-radius: 15px;
}
.hinodetxt2 {
	text-align: left;
	margin-bottom: 15px;
}


#inaka {
}
#inaka1 {
	margin-bottom: 30px;
}
#inaka1 table {
	width: 100%;
	border-spacing: 4px;
}
#inaka1 th {
	width: 20%;
	background-image: url(images/bg272.png);
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
}
#inaka1 td {
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	background-color: rgba(255,253,226,1.00);
}
#inaka1 dl {
	margin-bottom: 20px;
	text-align: left;
}
#inaka1 dt {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid rgba(154,217,88,1.00);
	margin-bottom: 10px;
	}
#inaka1 dd {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: rgba(237,249,214,1.00);
	}

#inaka2 {
	margin-bottom: 30px;
}



#yamagata {
}
#yamagata1 {
	margin-bottom: 30px;
}
#yamagata1 table {
	width: 100%;
	border-spacing: 4px;
}
#yamagata1 th {
	width: 20%;
	background-image: url(images/bg267.png);
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
}
#yamagata1 td {
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	background-color: rgba(255,253,226,1.00);
}
#yamagata1 dl {
	margin-bottom: 20px;
	text-align: left;
}
#yamagata1 dt {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid rgba(154,217,88,1.00);
	margin-bottom: 10px;
	}
#yamagata1 dd {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: rgba(237,249,214,1.00);
	}

#yamagata2 {
	margin-bottom: 30px;
}




















ul.cp_list2 {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list2 li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(255,143,0,1);
	text-align: left;
}
ul.cp_list2 li:after,
ul.cp_list2 li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list2 li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list2 li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}


.category {
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #009B5F;
	background-image: url(images/bg_blog1.png);
}
.category2 {
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #185494;
	background-image: url(images/bg_blog2.png);
}

#blog {
	margin-bottom: 30px;
	vertical-align: top;
}



#blog h3 {
	border: 2px solid #FB8B35;
	border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: hsla(0,0%,100%,1.00);
}
#blog2 h3 {
	border: 2px solid #3C80C8;
	border-radius: 6px;
	background-color: #5A95D4;
	color: #FFFFFF;
	margin-bottom: 3px;
	background-image: url(images/bg_blog2.png);
}



#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#blogside {
	width: 195px;
	float: left;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
	background-image: url(images/bg263.png);
	padding: 15px;
}
#blogside ul {
	counter-reset: list;
	list-style-type: none;
	line-height: 1.6;
	font-family: 'arial narrow', sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
}
#blogside ul li{
	position: relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dashed #875427;
}
#blogside ul li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #30CC8F;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#blogside ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#blog_o {
	text-align: center;
	float: right;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px;
}

#blog .blogmain {
	text-align: center;
	margin-bottom: 45px;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
	background-image: url(images/bg263.png);
	padding: 15px;
}

#blog table {
	width: 100%;
	border-spacing: 10px;
	background-color: rgba(255,255,255,1.00);
}
#blog table tr .blogtext {
	text-align: left;
	padding: 10px;
}

#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#blog .blogphoto img {
	width: 90%;
	border:solid 4px #FFF;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog table tr .blogcomment {
	
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin:5px;
	background-color:#FFF276;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#blog .blogdate {
	font-size: 12px;
	text-align: right;
	padding: 10px;
}

#blog .blogpdf {
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
.blogpdf a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	display: block;
	border-radius: 7px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bg261.png);
}
.blogpdf a:hover {
	background-image: url(images/bg263.png);
	color: rgba(83,36,0,1.00);
}


#blog dl {}
#blog dt {
	text-align: center;
	margin-bottom: 10px;
}
#blog dd {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	border-left: 0 dashed #F88832;
	border-right: 0 dashed #F88832;
	border-bottom: 1px dashed #F88832;
	border-top: 1px dashed #F88832;
	margin-left: 5px;
	margin-right: 5px;
}



/*ページ送り*/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	background-color: #5EA1E0;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	font-size: 0.9em;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #C0E1F9;
}


/*トピックスボード設置*/

#topix1 iframe {
    width: 100%;
    height: 2400px;
    border-radius: 20px;
    margin-bottom: 50px;
    overflow: auto;
}
#topix2 iframe {
    width: 100%;
    height: 800px;
    border-radius: 20px;
    margin-bottom: 50px;
    overflow: auto;
}
#topix3 iframe {
    width: 100%;
    height: 2400px;
    border-radius: 20px;
    margin-bottom: 50px;
    overflow: auto;
}
#topix table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#topix td {
	padding: 10px;
}

.topi1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.topi1 a {
    padding: 5px;
    margin-left: auto;
    border: 2px solid #FFDDDE;
    border-radius: 10px;
    display: block;
    color: #A4001E;
    -webkit-box-shadow: 1px 1px 3px #B0A192;
    box-shadow: 1px 1px 3px #B0A192;
    text-align: center;
    margin-right: auto;
    background-color: #fff;
    text-decoration: none;
    width: 10em;
}
.topi1 a:hover {
    background-color: #FF9EA0;
    color: #FFFFFF;
}

.topi2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.topi2 a {
    padding: 5px;
    margin-left: auto;
    border: 2px solid #ADE6FF;
    border-radius: 10px;
    display: block;
    color: #0065C3;
    -webkit-box-shadow: 1px 1px 3px #B0A192;
    box-shadow: 1px 1px 3px #B0A192;
    text-align: center;
    margin-right: auto;
    background-color: #fff;
    text-decoration: none;
    width: 10em;
}
.topi2 a:hover {
    background-color: #5BBFFF;
    color: #FFFFFF;
}


.topi3 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.topi3 a {
    padding: 5px;
    margin-left: auto;
    border: 2px solid #FFEFAC;
    border-radius: 10px;
    display: block;
    color: #BB7A00;
    -webkit-box-shadow: 1px 1px 3px #B0A192;
    box-shadow: 1px 1px 3px #B0A192;
    text-align: center;
    margin-right: auto;
    background-color: #fff;
    text-decoration: none;
    width: 10em;
}
.topi3 a:hover {
    background-color: #FFC73A;
    color: #FFFFFF;
}




@media screen and (max-width:768px){

header,main,#mainnav, #mainnav ul, #system_main,#topside {
	width: auto;
	height:auto;	
}
body {
}
#system_main {

}
h2  {

}
	
	
	
#topslide {
	width: 100%;
}


#header {

	}
#system_main {
}
#headerbox {
	width:100%;
}
#headerbox ul {
	width: 26%;
}
	#topheader td {
		display: block;
		
	}
#address {
	width: 30%;
}
h1 {
	width: 80%;
	}

main {
	margin-top: auto;
	margin-bottom: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
}


#mainnav ul {
	width: 98%;
	padding-top: 5px;
	padding-bottom: 5px;
	}






footer {
}
.pagetop {
	text-align: right;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
footer .copy {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
	width: 100%;
	height:auto;
	}

.pagenav li {
	float: none;
	border-bottom: 1px dotted rgba(203,203,203,1.00);
}
	
#age1 {
	float: none;
	width: auto;
}
#age2 {
	float: none;
	width: auto;
}	
#age3 {
	float: none;
	width: auto;
}	
#event table {
	width: auto;
}	
#event th {
	width: 20%;
}	
	
#blog .blogmain {
	width: 96%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#blog td{
	width: 96%;
	display:block;
}

#blog table tr .blogphoto {
	width: 96%;
	padding: 10px;
}
#blogside, #blog_o {
	float: none;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}	

#blog .blogphoto img {
	width: 80%;

}


#tleft {
	width: auto;
	float: none;
}

#tright {
	width: auto;
	float: none;
}
	
	
	
/*ページ送り*/
.pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }	
	


}

@media screen and (max-width:480px){
#system_main {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
	h1 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 10px;
}
h2 {
	font-size: 20px;
	background-size: 100% auto;
}
	

h2:first-letter{
font-size: 26px;
 }
h3 {
	font-size: 20px;
}


footer .copy img {
	width:100%
}

.pagetop img {
	width: 40%;
}

#header {
	height: auto;
}
#headerbox ul {
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 60%;
}

#address {
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 45%;
	padding-top: 0px;
}

#mainnav {
	margin-bottom: 10px;
	margin-top: 0px;
}	
	
#mainnav ul {
	width: 94%;
	}	
#mainnav ul li {
	width: 33.3%;
	border-right: 0px;
	background-image: url(images/none);
}

#topnav table td {
	width: auto;
	display: block;
}

#blognav table td {
	width: auto;
	display: block;
}
#guide td {
	width: auto;
	display: block;
}
	


#topix td {
	padding: 5px;
	display: block;
}


}
	
