@charset "utf-8";

/*
Theme Name: Kashima2026
*/

body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend{
	margin:0;
	padding:0;
	color:#534741;
	-webkit-text-size-adjust:100%;/* PCサイトをスマフォで見た時文字が大きくならないように */
	}
body{
	font-family: Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:1.1;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
img{
	border:0;
	display:block;
	font-size:0;
	line-height: 0;
	max-width:100%;
	height:auto;
	}
li{
	list-style-type:none;
	}
p{
	line-height:1.8;
	font-size:16px;
	}
a{
	color:#6E8E0A;
	text-decoration:none;
	}
a:hover{
	color:#ABC638;
	text-decoration:underline;
	}

/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline: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;}

#bg{
	position:fixed;
	z-index:-20;
	background:url(img/common/bg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	width:100%;
	height:100%;
	left:0;
	top:0;
	}
header{
	max-width:980px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	padding:18px 40px 0 40px;
	}
header h1 img{
	clear:both;
	float:right;
	}
header h2{
	float:right;
	color:#4D331F;
	font-size:14px;
	font-weight:100;
	}
header h3{
	float:left;
	margin-top:50px;
	width:202px;
	max-width:25%;
	position:relative;
	z-index:60;
	}
header h3 a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header ul{
	clear:right;
	float:right;
	margin-top:19px;
	overflow:hidden;
	zoom:1;
	}
header li{
	float:right;
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
	color:#F6F8F0;
	text-align:center;
	}
header li a{
	display:block;
	height:30px;
	color:#F6F8F0;
	padding:9px 18px 0 18px;
	background-color:#534741;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
header li a:hover{
	color:#F6F8F0;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration:none;
	}
#contents{
	margin:0 auto;
	max-width:980px;
	padding:0 40px;
	overflow:hidden;
	zoom:1;
	}
#main{
	float:right;
	width:74%;
	padding-top:5px;
	}
#main img{
	width:100%;
	}
#main-mid{
	background:url(img/common/main-mid.png) repeat-y center top;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	padding:0 40px 60px 35px;
	overflow:hidden;
	zoom:1;
	}
#main-mid img{
	width:auto;
	}
#main-mid #ku-link{
	font-size:14px;
	font-weight:100;
	padding-top:20px;
	margin-left:-10px;
	color:#82775E;
	text-align:right;
	}
#main-mid #ku-link a{
	margin:0 10px;
	}
#main-mid #ku-link strong{
	margin-left:10px;
	font-weight:100;
	}
#side{
	float:left;
	width:25%;
	}
#side nav ul{
	margin-top:28px;
	background:url(img/common/menubg.png) no-repeat 0px -2px;
	}
#side nav li{
	font-size:24px;
	font-weight:bold;
	}
#side nav li a{
	color:#42210B;
	display:block;
	width:190px;
	height:35px;
	padding:15px 0 0 40px;
	margin-bottom:12px;
	}
#side nav li a:hover{
	text-decoration:none;
	color:#00A89C;
	}
#side .cate h3{
	font-size:18px;
	margin-top:50px;
	border-bottom:1px solid #42210B;
	padding:5px 0 5px 5px;
	color:#42210B;
	}
#side .cate li{
	font-size:16px;
	background:url(img/common/yaji2.png) no-repeat 10px center;
	padding-left:25px;
	margin-top:10px;
	}
#side .cate li a{
	color:#42210B;
	}
#footer-ul{
	margin:90px auto 50px auto;
	max-width:940px;
	padding:5px 20px 20px 20px;
	overflow:hidden;
	zoom:1;
	text-align:center;
	font-size:0;
	position:relative;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-bottom:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	}
@media screen and (max-width:1080px){
#footer-ul{
	margin:90px 40px 50px 40px;
	}
}
#footer-ul:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:#754C24;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	}
#footer-ul li{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	margin-top:20px;
	padding:0 15px;
	border-right:1px solid #EFE6DC;
	position:relative;
	z-index:2;
	}
#footer-ul li a{
	color:#FFF;
	}
#footer-ul li:last-child{
	border-right:0;
	}
footer{
	background:url(img/common/footer-bg.png) repeat-x center 25px;
	position:relative;
	padding:50px 50px 30px 50px;
	overflow:hidden;
	zoom:1;
	}
footer h6 img{
	position:absolute;
	width:185px;
	height:50px;
	right:50px;
	top:0;
	}
footer h6 a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer h3{
	font-size:14px;
	font-weight:100;
	line-height:1.4;
	color:#FFF;
	float:left;
	}
footer h3 a{
	color:#FFF;
	}
footer small{
	font-size:12px;
	color:#FFF;
	text-align:right;
	float:right;
	display:block;
	margin-top:20px;
	line-height:1.6;
	}
footer small a{
	color:#FFF;
	}
#spnav{
	display:none;
	}
.post-box table{
	width:100%;
	border-top:1px solid #B3AEA2;
	}
.post-box table th{
	font-size:16px;
	text-align:left;
	padding:11px 10px 10px 10px;
	background-color:#EFEADA;
	vertical-align:top;
	border-bottom:1px solid #FFF;
	white-space:nowrap;
	line-height:1.2;
	width:80px;
	}
.post-box table tr:last-of-type th{
	border-bottom:1px solid #B3AEA2;
	}
.post-box table td{
	font-size:15px;
	text-align:left;
	padding:11px 10px 10px 10px;
	line-height:1.2;
	vertical-align:top;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #B3AEA2;
	}
.alignleft,img.alignleft {
	display:inline;
	float:left;
	margin:5px 18px 5px 0px;
	}
.alignright,img.alignright {
	display:inline;
	float:right;
	margin:5px 0px 5px 18px;
	}
.aligncenter,img.aligncenter {
	clear:both;
	display:block;
	margin:5px auto;
	}
.wp-caption {
	font-size:13px;
	background:#FFF;
	border:1px solid #CCCCCC;
	margin-bottom: 5px;
	line-height:1.3;
	text-align:left;
	}
.wp-caption .wp-caption-text{
	font-size:13px;
	line-height:1.3;
	padding:5px 5px;
	color:#666;
	text-align:left;
	}
.wp-caption img {
	margin: 5px 5px 0px 5px;
	}
.wp-caption a:hover img{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
a:hover img.alignleft,a:hover img.alignright,a:hover img.aligncenter,a:hover img.alignnone {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
.iconset{
	display:inline-block;
	padding:0 5px 0 5px;
	vertical-align:1px;
	}
.navi {
	color: #6E8E0A;
	margin: 2em auto;
	text-align:right;
	margin-top:80px;
	}
.navi a.page-numbers,.navi .current {
	color: #6E8E0A;
	padding: 5px .5em;
	border:solid 1px #6E8E0A;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	border-radius:4px;/* CSS3草案 */
	-webkit-border-radius:4px;/* Safari,Google Chrome用 */
	-moz-border-radius:4px;/* Firefox用 */
	-o-border-radius:4px;
	-ms-border-radius:4px;
	}
.navi a.page-numbers:hover {
	text-decoration:underline;
	color:#ABC638;
	border:1px solid #ABC638;
	}
.navi a.next:hover,.navi a.prev:hover {
	color:#ABC638;
	text-decoration:underline;
	border:0 none;
	}
.navi .current {
	color: white;
	background: #6E8E0A;
	border-color: #6E8E0A;
	font-weight:bold;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#6E8E0A;
	font-size:16px;
	font-weight:100;
	}
.next-link{
	overflow:hidden;
	zoom:1;
	}
.next-link h4{
	font-size:14px;
	font-weight:100;
	}
.next-link .next{
	float:right;
	}
.next-link .back{
	float:left;
	}
@media screen and (max-width:800px){
header{
	padding:25px 6% 0 6%;
	}
header h1{
	display:none;
	}
header h2{
	display:none;
	}
header h3{
	float:none;
	margin:0 0 12px 0;
	width:160px;
	max-width:none;
	}
header ul{
	display:none;
	}
#contents{
	padding:0 3%;
	}
#main{
	float:none;
	width:100%;
	padding-top:0;
	}
#main-mid{
	padding:0 7% 40px 7%;
	}
#main-mid #ku-link{
	margin:0 -10px 20px 0;
	}
#side{
	float:none;
	width:100%;
	}
#side nav ul{
	display:none;
	}
#footer-ul{
	margin:80px 5% 40px 5%;
	padding:5px 10px 20px 10px;
	}
footer{
	padding:50px 6% 20px 6%;
	}
footer h6 img{
	width:160px;
	height:auto;
	right:4%;
	}
footer h3{
	float:none;
	}
footer small{
	float:none;
	text-align:center;
	margin-top:30px;
	}
.menu{
	position:fixed;
	top:28px;
	right:20px;
	width:34px;
	height:40px;
	display:block;
	cursor:pointer;
	z-index:500;
	transition:color 2s;
	}
.menu:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
.menu1{
	width:30px;
	height:2px;
	background-color:#323232;
	position:absolute;
	top:2px;
	left:2px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu2{
	width:30px;
	height:2px;
	background-color:#323232;
	position:absolute;
	top:10px;
	left:2px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu3{
	width:30px;
	height:2px;
	background-color:#323232;
	position:absolute;
	top:18px;
	left:2px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu:after{
	font-weight:normal;
	content:"MENU";
	position:absolute;
	top:26px;
	left:0;
	width:34px;
	text-align:center;
	font-size:10px;
	color:#323232;
	}
.menuclick:after{
	content:"CLOSE";
	}
.menu1,.menu2,.menu3{
	transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	}
.menuclick1{
	top:10px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
.menuclick2{
	opacity:0;
	}
.menuclick3{
	top:10px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
#spnav{
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	z-index:110;
	padding:25px 5% 50px 5%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	}
#spnav::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;
	}
#spnav:after{
	background-color:#FFF;
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	}
#spnav h2 a{
	display:block;
	width:160px;
	position:relative;
	z-index:110;
	}
#spnav ul{
	position:relative;
	z-index:110;
	margin:30px 2% 0 2%;
	border-top:1px solid #E1E1E1;
	}
#spnav ul li{
	font-size:17px;
	border-bottom:1px solid #E1E1E1;
	}
#spnav ul li a{
	display:block;
	padding:18px 40px 18px 25px;
	position:relative;
	color:#3C3C3C;
	}
#spnav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:24px;
	top:50%;
	margin-top:-4px;
	width:6px;
	height:6px;
	border-top:2px solid #3C3C3C;
	border-right:2px solid #3C3C3C;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#spnav ul li ul{
	margin:0 0 0 50px;
	}
#spnav ul li ul li:last-of-type{
	border-bottom:0;
	}
.post-box table th{
	white-space:normal;
	width:auto;
	}
.post-box table.thyoko th{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-bottom:0;
	}
.post-box table.thyoko tr:last-of-type th{
	border-bottom:0;
	}
.post-box table.thyoko td{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
.post-box .youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
.post-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	}
img.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
img.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
}