@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color:#ff8400;

}

a:visited {
	
}
a:hover, a:focus {
	color: #ffe248;
}
.clr{
	clear:both;
	min-height:1em;
}

.hover1 {
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}
.hover1:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

/*
*html .clr{
	height:1px;
}
*/

body {
	color: #603813;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	
}

.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 10px;
	padding: 3px 8px;
	border: 1px solid #ff6a6a;
	color: #ff6a6a;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 20px;
}

img{
	}


::selection {
    background: #ff8400;
    color: white;
}

.hover01 {
	transition: all 0.6s ease 0s;
}

.hover01:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
}


/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media print,screen and (min-width: 769px) {



a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
    line-height: 140%;

}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none !important;
}

#container {
	position: relative;
	width: 100%;
/*
	min-height: 100%;
	height: auto !important;
*/
	margin: 0;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-attachment: fixed;
}
#home #container {
	background-image: none;
}


#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 6px;

}

@media print{
#scrollTop {
        display: none;
}
}


#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 60px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}



#top-pc-header {
	width: 100%;
}
#header {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top-cover {
	width: 100%;
}
.top-cover img {
	width: 100%;
	display: block;
}



#header-inner {
	width: 100%;
	position: relative;
}
#home #header-inner {
	position: absolute;
	top: 25%;
	left: 25%;
	z-index: -1;
}

.page-cover {
	width: 100%;
}
.page-cover img {
	width: 100%;
	display: block;
}
.page-logo {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
}
.page-logo img {
	width: 30%;
}

#header-inner ul{
	width: 50%;
}
#header-inner ul li{
	width: 100%;
}
#header-inner ul li img{
	width: 100%;
}

.nonosama {
	width: 15%;
	position: absolute;
	top: 21%;
	right: 5%;
}
.nonosama img {
	width: 100%;
}

.fuwafuwa {
    -webkit-animation:fuwafuwa 2s infinite linear alternate;
    animation:fuwafuwa 2s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa { 
    0% {-webkit-transform:translate(0, 0) rotate(-8deg);}
    50% {-webkit-transform:translate(0, -8px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(8deg);}
}

@keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0) rotate(-8deg);}
    50% {-webkit-transform:translate(0, -8px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(8deg);}
}









/* megamenu　始まり
================================================== */


.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-size: 1.7rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
}

.menu-dropdown-icon:before {
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #fff;
    color: #ffffff;
}


.menu-wrap {
	width: 100%;
	background-color: #603815;
}
.menu{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
}




.menu > ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 20px 0;
        justify-content: center;
}
/*
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
   color: #ffffff;
}

.menu > ul:after {
    clear: both;
}

*/

.menu > ul > li {
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
	line-height: 100%;
}
/*
.menu > ul > li:nth-child(1) {
	width: 16.666%;
}
.menu > ul > li:nth-child(2) {
	width: 16.666%;
}
.menu > ul > li:nth-child(3) {
	width: 16.666%;
}
.menu > ul > li:nth-child(4) {
	width: 18.666%;
	line-height: 120%;
}
.menu > ul > li:nth-child(5) {
	width: 14.666%;
}
.menu > ul > li:nth-child(6) {
	width: 16.666%;
}
*/
.menu > ul > li span{
	display: block;
        font-size: 60%;
        font-weight: 200;
        padding-top: 2px;
}

.menu > ul > li:first-child {
	border-left: none;
}
.menu > ul > li a {
	text-decoration: none;
	padding: 10px 25px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
.menu > ul > li:nth-child(4) a{
	padding: 2px 25px 0 25px;
}



.marw{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 14px;
}
.menu > ul > li a:hover {
	color: #ffe348;
}
.menu > ul > li:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}




.menu > ul > li > ul {
	display: none;
	background-color: #ff8400;
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 0;
	list-style: none;
	box-sizing: border-box;
	height: auto;
	padding-left: 100px;
	margin: 15px 0 0 0;
	padding-top: 20px!important;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
	margin-left: 0px;
    margin-right: 20px;
    padding: 0px;
    list-style: none;
    width: 30%;
    background: none;
    float: left;
    text-align: left;
    margin: 17px 0;
}


.menu > ul > li > ul > li img{
	width: 30px;
	margin-right: 10px;
	vertical-align:middle;
}
.menu > ul > li > ul > li a {
	color: #ffffff;
    width: 95%;
    border-top: 1px dotted #6d966a;
    border-bottom: 1px dotted #6d966a;
    display: block;
    padding: 10px 10px 10px 38px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 18px;
}
.menu > ul > li > ul > li a:hover {
	color: #a2b329;
}
.menu > ul > li > ul > li > ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
	font-size: 0.95em;
}


.menu > ul > li > ul > li .flx {
	display: flex;
	flex-wrap: wrap;
}
.menu > ul > li > ul > li.flx0 {width: 24%; padding-top: 20px;}
.menu > ul > li > ul > li.flx1 {width: 40%; padding-top: 20px;}
.menu > ul > li > ul > li.flx2 {width: 26%; padding-top: 20px;}
.menu > ul > li > ul > li .flx li {
	width: 46%;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	font-weight: normal;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
	font-weight: normal;
	color: #fffff;
	padding: 2px;
	margin: 3px;
}
.menu > ul > li > ul > li  > ul > li a:before {
	content: '■';
	padding-right: 5px;
	font-size: 70%;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.nav_org{}
.menu > ul > li > ul > .nav_org_w{
	width: 90%;
	padding-top: 20px;
}
.nav_org_s{
	display: flex;
	flex-wrap: wrap;
}
.nav_org_s li{
	width: 33%;
	
}
.nav_org_s span{
	display: none;
	
}
	
	

	
@media screen and (max-width: 1020px) {
.menu > ul > li > ul > li {
    margin-left: 0px;
	margin-right: 0px;
    padding: 0px;
    list-style: none;
    width: 30%;
    background: none;
    float: left;
    text-align: left;
}
.menu > ul > li > ul > li > ul {
	font-size: 0.7em;
}
.pc {
    display: none;
}
}

/* megamenu　終わり
================================================== */





.sp-header {
	display: none;
}


#content-wrap {
	width:100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#content {
	width:100%;
	padding-bottom: 50px;
	font-size: 110%;
}

#home #content {
	font-size: 100%;
}





.top1 {
	width:100%;
	padding-top: 50px;
}

.top1-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
}


.top1-inner table {
	width: 100%;
}
.top1-inner table .td-l {
	width: 55%;
	padding-right: 8%;
	vertical-align: top;
}
.top1-inner table .td-l h2{
	width: 100%;
}
.top1-inner table .td-l h2 img{
	width: 100%;
	margin-bottom: 15px;
}



.top1-inner table .td-l ul {
	width: 100%;
	margin: 0;
	border-top: 3px solid #fee148;
	border-bottom: 3px solid #fee148;
}
.top1-inner table .td-l ul li {
	width: 100%;
	padding: 20px 5px;
	border-bottom: 1px dotted #fee148;
	font-size: 120%;
}
.top1-inner table .td-l ul li:last-child {
	border-bottom: none;
}
.top1-inner table .td-l ul li .date {
	display: block;
	color: #fd853e;
}

.top1-inner table .td-l ul li .title {
	display: block;
	margin-top: 8px;
	line-height: 165%;
}
.top1-inner table .td-l ul li .title a {
	color: #603813;

}
.top1-inner table .td-l ul li .title a:hover {
	font-weight: bold;
}



.top1-inner table .td-r {
	width: 45%;
	vertical-align: top;
	background-image: url(../images/bg-topics.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;

}
.top1-inner table .td-r h2{
	width: 100%;
}
.top1-inner table .td-r h2 img{
	width: 100%;
}

.td-r-inner {
	padding: 0 10% 25px 10%;
}



.top1-inner table .td-r ul {
	width: 100%;
}
.top1-inner table .td-r ul li{
	width: 100%;
	font-size: 120%;
}
.top1-inner table .td-r ul li .thumb {
	display: block;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    border-radius: 15px;
    border: 5px solid #fff;
}
.top1-inner table .td-r ul li .thumb img {
	display: block;
	width: 100%;
}
.top1-inner table .td-r ul li .date {
	display: block;
	margin-top: 15px;
	color: #fd853e;
}

.top1-inner table .td-r ul li .title {
	display: block;
	margin-top: 8px;
}
.top1-inner table .td-r ul li .title a {
	color: #603813;

}
.top1-inner table .td-r ul li .title a:hover {
	font-weight: bold;
}

.topics-list {
	width: 100%;
	text-align: right;
	padding: 0 15px 20px 0;
}
.topics-list img {
	width: 30%;
}











#footer {
	width: 100%;
}
.footer-img {
	width: 100%;
}
.footer-img img{
	width: 100%;
	display: block;
}
.footer-wrap {
	width: 100%;
	background-color: #9ec541;
}
.footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px 30px 5px;
	text-align: center;
	color: #fff;
}
.footer-inner a {
	color: #fff;
}

.footer-inner ul {
	width: 70%;
	margin: 0 15%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

}


.footer-inner ul li {
	width: 23%;
	margin: 0 1%;
}
.footer-inner ul li a {
	font-size: 85%;
	display: block;
	padding: 10px 0;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: #ffe148;
	color: #603813;
	text-decoration: none;
}
.footer-inner ul li a:hover {
	font-weight: bold;
}

.sisetsu1 {
	margin: 30px 0 10px 0;
	padding-top: 30px;
	border-top: 2px dotted #fff;
}
.sisetsu2 {
	font-size: 160%;
	font-weight: bold;
}
.add {
	margin-top: 30px;
	
}

img.f_bnr{
    margin: 20px 0 10px 0;
    max-width: 230px;
    border: 1px solid #5f3913;
	}

.copy {
	margin-top: 6px;
}





/* コンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;
}
.cat-img img {
	width: 100%;
        vertical-align: bottom;
}



.cat-img-con {
	position: absolute;
    width: 100%;
    text-align: center;
    font-size: 235%;
    font-weight: normal;
    letter-spacing: 4px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
	
.cat-img-con span{
    background-color: #fff;
    padding: 10px 20px;
    color: #ff8400;
        border-radius: 10px;
        font-weight: bold;
}
	



.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-menu-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}




/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 450px;
}

.contentBody .if-renrakumo iframe {
	height: 150px;
}



#category_icon {
	width: 100%;
}
#category_icon .inner {
	width: 100%;
	margin: 0 auto;
}
#category_icon .inner img {
	width: 100%;
}



#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 25px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
/*	max-width: 1200px;*/
	padding: 0px 20px;

}

.pankuze_list_items a{
	color: #ff8400;
	}
	
#breadCrumb p {
	margin-left: 0px;
	
}




.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper{
	padding:0px 0px;	
}

.contentListWrapper{
	padding:0px 0px;	

}
#content-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0px 5px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}







article{

}

#main {
	width: 70%;
	float: right;
}

#main2 {
	width: 100%;
    padding: 0px 25px 25px 25px;
    margin-bottom: 40px;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}

.contentBody .img_center img {

}







.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
	background-color: #fd853e;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 10px;
}








/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}
.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


	/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin: 0px 0px 50px 30px;

}
.sitemap ul {
	list-style-type: disc;
}

.sitemap li {
	padding-top: 0px;
	margin: 0px 0px 10px 0px;
}
.depth2 li {
	padding-top: 0px;
}

	.sm-depth2-list{
	margin-left: 50px;

		
	}
}





/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */


@media screen and (max-width: 1024px) {
	
#home #content {
    padding: 0 3% 6% 3%;
}
	
#content-inner {
    padding: 0px 3%;
}
	}


/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */


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


body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 80%;
	line-height: 145%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}


#top-pc-header {
	display: none !important;
}

.pc-disp {
	display: none !important;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {

	position: fixed;
	right: 5px;
	z-index: 20;
	margin-bottom: 6px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 40px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*
#home h1 {
  height: 0;
  overflow: hidden;
}
*/










#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}

/*メニュー関係
---------------------------------------------------------------*/


.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-header {
	width: 100%;
	padding-top: 0px;
	height: 75px;
	vertical-align: middle;
	position: fixed;
	z-index: 1000;
	background-image: url(../images/sp_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;



}



.sp-header .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.sp-header-l {
	width: 12%;
}
.sp-header-r {
	width: 14%;
}


.sp-header .inner .logo {
	width: 74%;
	margin-right: auto;
	text-align: center;
}
	
.sp-header .inner .logo img{
	padding-top: 5px;
    width: 200px;
}
	
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}


	header{

	}
	h1{
/*		width: 120px;*/
	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
	/*メニュー部分*/
.sp-header nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
    	background-color: rgba(235, 130, 40, 0.9);
		left: 0;
		z-index: 50;
	}
.sp-header nav ul{
    display: block;
    width: 90%;
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
	}
.sp-header nav ul li{
	margin: 0 auto;
    text-align: left;
    font-size: 140%;
	border-bottom: 1px solid #ffb86c;
    padding: 15px;
    display: block;
	}
	
	.sp-header nav ul li a {
    text-decoration: none;
    font-weight: bold;
	color: #fff;
}
	
	.sp-header nav ul li span {
    font-size: 80%;
    font-weight: normal;
}
	
.sp-header nav ul li:last-child{
		border: none;
	}

	

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 20px;
	right: 10px;
	padding-top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #ff8400;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #fff;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}




.input_items_wrap {

}
.input_items_wrap .input_item { }
.input_items_wrap .submit_btn {
	height: 26px;
	padding-left: 5px;
}
#keyword {
	width: 80%;
}








/*メニュー関係終わり
---------------------------------------------------------------*/


/* トップ
================================================== */


#content-wrap {
	width:100%;
}

#content {
	padding-bottom: 50px;
    width: 100%;
    background-attachment: fixed;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 155%;
	padding: 3% 5%;
}

#home #content {

}

.slick {
	padding-top: 75px;
}
.top-cover {
	width: 100%;
}
.top-cover img {
	width: 100%;
	display: block;
}

.slick-inner {
	width: 100%;
	position: absolute;
	top: 75px;
	z-index: -1;
}





.top1 {
	width:100%;
	padding-top: 30px;
}

.top1-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 2%;
}


.top1-inner table {
	width: 100%;
}
.top1-inner table tr {
	display: flex;
}

.top1-inner table .td-l {
	width: 100%;
	padding-right: 4%;
	display: block;
	vertical-align: top;
	padding-bottom: 30px;
}
.top1-inner table .td-l h2{
	width: 100%;
}
.top1-inner table .td-l h2 img{
	width: 100%;
	margin-bottom: 15px;
}



.top1-inner table .td-l ul {
	width: 100%;
	padding: 0 15px;
	margin: 0;
	border-top: 3px solid #fee148;
	border-bottom: 3px solid #fee148;
}
.top1-inner table .td-l ul li {
	width: 100%;
	padding: 20px 5px;
	border-bottom: 1px dotted #fee148;
	font-size: 120%;
}
.top1-inner table .td-l ul li:last-child {
	border-bottom: none;
}
.top1-inner table .td-l ul li .date {
	display: block;
	color: #fd853e;
}

.top1-inner table .td-l ul li .title {
	display: block;
	margin-top: 8px;
}
.top1-inner table .td-l ul li .title a {
	color: #603813;

}
.top1-inner table .td-l ul li .title a:hover {
	font-weight: bold;
}



.top1-inner table .td-r {
	width: 100%;
	display: block;
	vertical-align: top;
	background-image: url(../images/bg-topics.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;

}
.top1-inner table .td-r h2{
	width: 100%;
}
.top1-inner table .td-r h2 img{
	width: 100%;
}

.td-r-inner {
	padding: 0 10% 15px 10%;
}



.top1-inner table .td-r ul {
	width: 100%;
}
.top1-inner table .td-r ul li{
	width: 100%;
	font-size: 120%;
}
.top1-inner table .td-r ul li .thumb {
	display: block;
    width: 100%;
    height: 200px;
    overflow-y: hidden;
    border-radius: 15px;
    border: 5px solid #fff;
}
.top1-inner table .td-r ul li .thumb img {
	display: block;
	width: 100%;
}
.top1-inner table .td-r ul li .date {
	display: block;
	margin-top: 15px;
	color: #fd853e;
}

.top1-inner table .td-r ul li .title {
	display: block;
	margin-top: 8px;
}
.top1-inner table .td-r ul li .title a {
	color: #603813;

}
.top1-inner table .td-r ul li .title a:hover {
	font-weight: bold;
}

.topics-list {
	width: 100%;
	text-align: right;
	padding: 0 10px 20px 0;
}
.topics-list img {
	width: 30%;
}











#footer {
	width: 100%;
}
.footer-img {
	width: 100%;
}
.footer-img img{
	width: 100%;
	display: block;
}
.footer-wrap {
	width: 100%;
	background-color: #9ec541;
}
.footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px 30px 5px;
	text-align: center;
	color: #fff;
}
.footer-inner a {
	color: #fff;
}

.footer-inner ul {
	width: 70%;
	margin: 0 15%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

}


.footer-inner ul li {
	width: 23%;
	margin: 0 1%;
}
.footer-inner ul li a {
	display: block;
	padding: 10px 0;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: #ffe148;
	color: #603813;
	text-decoration: none;
}
.footer-inner ul li a:hover {
	font-weight: bold;
}

.sisetsu1 {
	margin: 30px 0 10px 0;
	padding-top: 30px;
	border-top: 2px dotted #fff;
}
.sisetsu2 {
	font-size: 160%;
	font-weight: bold;
}
.add {
	margin-top: 30px;
	
}
	
img.f_bnr{
    margin: 20px 0 10px 0;
    max-width: 170px;
    border: 1px solid #5f3913;
	}


.copy {
	margin-top: 6px;
}




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

.footer-wrap {
	padding-top: 10px;

}


.footer-inner ul {
	width: 90%;
	margin: 0 5%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}


.footer-inner ul li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 15px;
}

.sisetsu1 {
	margin: 15px 0 10px 0;
	padding-top: 30px;
}

.add span {
	display: block;
}


}

/* スマホコンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;
	padding-top: 75px;
}

	
.cat-img img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.cat-img-con {
	position: absolute;
    width: 100%;
    top: 51%;
    text-align: center;
    font-size: 175%;
    font-weight: bold;
	letter-spacing: 2px;
    color: #fff;
    padding-top: 27px;
}

	
.cat-img-con span {
    background-color: #fff;
        padding: 7px 20px;
        color: #ff8400;
        border-radius: 7px;
}

.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	    padding-top: 10px;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}
.contentBody .if-renrakumo iframe {
	height: 130px;
}



#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}






#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 0px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 8px 10px;

}


#breadCrumb p {
	margin-left: 0px;
	
}
	
	
.pankuze_list_items a {
    color: #ff8400;
}


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}



.contentListWrapper{
	padding:0px;	

}
#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 0;
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}
















article{

}

#main {
	width: 100%;
	padding: 0 12px;

}
#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}








.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}



	
	
	

/*　検索一覧ページ
*********************************************/

.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}





/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}


}



@media (max-width: 700px) {

.top1-inner table {
	width: 100%;
}
.top1-inner table tr {
	display: block;
}

.top1-inner table .td-l {
	width: 100%;
	display: block;
	padding-right: 0;
	vertical-align: top;
	padding-bottom: 30px;
}
.top1-inner table .td-l h2{
	width: 100%;
}
.top1-inner table .td-l h2 img{
	width: 100%;
	margin-bottom: 15px;
}
	
.cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center bottom;
}
	
.cat-img-con {
    font-size: 200%;
}

}

@media (max-width: 480px) {

.sp-header .inner .logo img {
    width: 200px;
    padding-top: 3px;
}
	
	
/* トップ
================================================== */


#content-wrap {
	width:100%;
}

#content {
	background-position: left center;
}

#home #content {

}

.slick {
	padding-top: 75px;
}
.top-cover {
	width: 100%;
}
.top-cover img {
	width: 100%;
	display: block;
}

.slick-inner {
	width: 100%;
	position: absolute;
	top: 75px;
	z-index: -1;
}





.top1 {
	width:100%;
	padding-top: 30px;
}

.top1-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}





.top1-inner table .td-l ul {
	width: 100%;
	padding: 0 15px;
	margin: 0;
	border-top: 3px solid #fee148;
	border-bottom: 3px solid #fee148;
}
.top1-inner table .td-l ul li {
	width: 100%;
	padding: 20px 5px;
	border-bottom: 1px dotted #fee148;
	font-size: 120%;
}
.top1-inner table .td-l ul li:last-child {
	border-bottom: none;
}
.top1-inner table .td-l ul li .date {
	display: block;
	color: #fd853e;
}

.top1-inner table .td-l ul li .title {
	display: block;
	margin-top: 8px;
	line-height: 165%;
}
.top1-inner table .td-l ul li .title a {
	color: #603813;

}
.top1-inner table .td-l ul li .title a:hover {
	font-weight: bold;
}



.top1-inner table .td-r {
	width: 100%;
	display: block;
	vertical-align: top;
	background-image: url(../images/bg-topics.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;

}
.top1-inner table .td-r h2{
	width: 100%;
}
.top1-inner table .td-r h2 img{
	width: 100%;
}

.td-r-inner {
	padding: 0 10% 15px 10%;
}



.top1-inner table .td-r ul {
	width: 100%;
}
.top1-inner table .td-r ul li{
	width: 100%;
	font-size: 120%;
}
.top1-inner table .td-r ul li .thumb {
	display: block;
}
.top1-inner table .td-r ul li .thumb img {
	display: block;
	width: 100%;
}
.top1-inner table .td-r ul li .date {
	display: block;
	margin-top: 15px;
	color: #fd853e;
}

.top1-inner table .td-r ul li .title {
	display: block;
	margin-top: 8px;
}
.top1-inner table .td-r ul li .title a {
	color: #603813;

}
.top1-inner table .td-r ul li .title a:hover {
	font-weight: bold;
}

.topics-list {
	width: 100%;
	text-align: right;
	padding: 0 10px 20px 0;
}
.topics-list img {
	width: 30%;
}

	
#content{
	padding: 0 3%;
	}
	
#main {
	padding: 0;

}
	

	
.cat-img-con span {
    background-color: #fff;
    padding: 7px 10px;
    color: #ff8400;
}
	
#footer {
    padding-top: 30px;
}
	
.footer-inner ul li a {
    padding: 4px 0;
    font-size: 90%;
}

}










@media screen and (max-width: 1220px) {
	.top1 {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media screen and (max-width: 1010px) {
.menu > ul > li a {
	font-size: 100%;
}
}


@media screen and (max-width: 930px) {
    .menu > ul > li a {
        padding: 10px 15px;
}

    .menu > ul > li:nth-child(4) a {
        padding: 2px 15px 0 15px;
    }
}


@media screen and (max-width: 840px) {
	.top1 {
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media screen and (max-width: 800px) {
.menu > ul > li a {
	font-size: 90%;
}
}

/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */


.emergency {
	display: none;
	width: 100%;
	padding: 40px 10px;
}
.emergency-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ff5722;
    padding: 15px;
    border: 3px dotted #5f3815;
    border-radius: 50px;
    /* border: 3px dashed #5f3815; */
}

.emergency-inner:hover{
    background-color: #ff9800;
}

.emergency-inner a{
	text-decoration: none;
}

.emergency-inner img{
	max-height: 45px;
}

.emergency-title {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    padding: 10px 0;
    color: #ffffff;
}
.emergency-inner ul {
width: 100%;
    padding: 15px;
    background-color: #fff;
    font-size: 120%;
	font-weight: bold;
	display: none;
}

.emergency-inner ul li{
	margin: 20px 10px;
}


.emergency-inner ul li .title a {
    color: #c72626;
}
.emergency-inner ul li .date {
	display: block;
    margin-bottom: 5px;
}




.topics-inner{
	text-align: center;
}

@media screen and (max-width: 480px) {
.topics-inner {
    padding: 30px;
}
}

.topics-inner h2 {
	margin-bottom: 30px;
}

.topics-inner h2 img{
	width: 100%;
	max-width: 600px;
}


.topics-inner ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    gap: 0 1em;
}

.topics-inner ul li {
    width: 31%;
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out;
	font-size: 110%;
    line-height: 150%;
}

@media screen and (max-width: 800px) {
.topics-inner ul li {
    width: 100%;
    max-width: 400px;
    font-size: 110%;
    margin: 0 auto 50px auto;
}
}

.topics-inner ul li span.thumb{
	display: block;
	margin-bottom: 20px;
}



.topics-inner ul li span.thumb img{
	width: 100%;
	border-radius: 20px;
	height: 15em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
/*	box-shadow: 0 0 10px #bcbcbc;*/
}


@media screen and (max-width: 1000px) {
	
.topics-inner ul li span.thumb img {
    height: 12em;
	}
	
}


.topics-inner ul li span.date {
	display: block;
	color: #ff8400;
	margin-bottom: 10px;
}


.topics-inner ul li span.title {
	display: block;
}

.topics-inner ul li span.title a{
	color: #603815;
}


.topics-list {
        width: 100%;
        text-align: center;
	    padding: 0;
    }


.topics-list img{
	width: 100%;
	max-width: 200px;
}

@media screen and (max-width: 480px) {
	
.topics-list img{
	max-width: 160px;
}
	
}
	




