@CHARSET "utf-8";

body {
	width: 100%;
}

#followUs {
	display: none;
}

.pc_only {
	display: none;
}

.sp_only {
	display: initial;
}

/***************************************************
* common */

/* header */

#header {
	border-bottom: 1px #72BB13 solid;
	position: relative;
    z-index: 1000;
}

#innerHeader {
	width:100%;
	height: 100px;
}

#innerHeader > #headNavi {
	display: none;
}

.m_header_sitelogo {
    font-size: 1em;
    line-height: 2.4em;
}

@media screen and (max-width: 370px) {
	.m_header_sitelogo {
		font-size: 0.9em;
	}
}

.m_header_sitelogo > img {
	display: block;
}

/* g-navi */

.m_accordion_menu {
	display: inherit;
}

#accordion_menu_toggle {
	display:none;
}

.accordion_menu_toggle-label::before,
.accordion_menu_toggle-label::after {
	width:26px;
	position:absolute;
	display: block;
	right: 11px;
	content:'';
	background:#fff;
	transition:0.3s ease;
}

.accordion_menu_toggle-label::before {
	top: 14px;
	position:absolute;
	content:'';
	box-shadow: #fff 0 10px 0;
	height: 4px;
}

.accordion_menu_toggle-label::after {
	position:absolute;
	bottom:12px;
	right: 11px;
	content:'';
	height: 4px;
}

#accordion_menu_toggle:checked + *:before {
	box-shadow:none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translate3d(7px, 7px, 0);
}

#accordion_menu_toggle:checked + *:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) translate3d(7px, -8px, 0);
}

.m_accordion_menu > input {
	display: none;
}

.m_accordion_menu > label {
	position: absolute;
	top: 30px;
	display: block;
	width: 50px;
	height: 50px;
	background: #ccc;
	cursor: pointer;
	border-radius: 6px; 
}

.m_accordion_menu > label {
	right: 10px;
}

.m_accordion_menu > input:checked {
	background-color: #1a1a1a;
}

.m_accordion_menu > input:checked + label {
	background: #fd9999;
	height: 50px;
}

.m_accordion_menu .m_accordion_menu_wrap {
	transition: 0.6s;
	height: 0;
	overflow: hidden;
}

.m_accordion_menu > input:checked ~ .m_accordion_menu_wrap {
	height: auto;
	margin-bottom: 40px;
	position: absolute;
    width: 100%;
    top: 100px;
}

.m_gnav {
	height: initial;
	text-align: initial;
}

#mainNavi {
	width: 100%;
	padding: 0;
	border-top: 1px solid #fff;
	position: inherit;
}

#mainNavi li {
	float: initial;
	width: 100%;
/*	border-right: none;*/
}

#mainNavi li a {
	background-color: #1a1a1a;
	line-height: 50px;
	height: initial;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	text-indent: 1.6rem;
}

#mainNavi li a:before {
	content: "»";
	margin-right: 6px;
}

#mainNavi li:first-child {
	width: initial;
}

#mainNavi li > label {
    display: block;
}

.c_gnav__common-theme-bt > label {
    background-color: #d6ce81;;
}

input[type="checkbox"].on-off{
    display: none;
}

.m_cont__cont-list li a {
	display: block;
	width: 220px;
	height: 60px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #faf6cc;
	font-size: 1.4rem;
	text-align: center;
	line-height: 6.6rem;
	color: #333333;
}

#mainNavi li.m_btn_home a,
#mainNavi li.m_btn_introduction a,
#mainNavi li.m_btn_cat_event a,
#mainNavi li.m_btn_cat_news a,
#mainNavi li.m_btn_cat_policy a,
#mainNavi li.m_btn_issue a {
	background: none;
	background-color: #4c8403;
	border-top: 1px solid #fff;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#mainNavi li.m_btn_home a:hover,
#mainNavi li.m_btn_home a.current,
#mainNavi li.m_btn_introduction a:hover,
#mainNavi li.m_btn_introduction a.current,
#mainNavi li.m_btn_cat_event a:hover,
#mainNavi li.m_btn_cat_event a.current,
#mainNavi li.m_btn_cat_news a:hover,
#mainNavi li.m_btn_cat_news a.current,
#mainNavi li.m_btn_cat_policy a:hover,
#mainNavi li.m_btn_cat_policy a.current,
#mainNavi li.m_btn_issue a:hover,
#mainNavi li.m_btn_issue a.current {
	background: none;
    background-color: #4c8403;
	color: #fff;
}

#mainNavi li.m_btn_issue {
	border-bottom: 6px solid #fff;
}

#mainNavi li.m_btn_link {
	border-top: 1px solid #4c8403;
}

#mainNavi li.m_btn_link a,
#mainNavi li.m_btn_sitemap a,
#mainNavi li.m_btn_contact a,
#mainNavi li.m_btn_privacy a {
	background: none;
	background-color: #d3efae;
	border-bottom: 1px solid #4c8403;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #4c8403;
}

#mainNavi li.m_btn_link a:hover,
#mainNavi li.m_btn_sitemap a:hover,
#mainNavi li.m_btn_contact a:hover,
#mainNavi li.m_btn_privacy a:hover {
	background: none;
/*	background-color: #72bb13;*/
    background-color: #d3efae;
	color: #4c8403;
}

#mainNavi > li > .sp_only > h3 {
	display: none;
}

#mainNavi > li > .sp_only > .submenu,
#mainNavi > li > .sp_only > .submenu_policy {
	background: none;
	margin: 0;
    padding: 0;
}

#mainNavi > li > .sp_only > .submenu > li,
#mainNavi > li > .sp_only > .submenu_policy > li {
	margin: 0;
	padding: 0;
	border-left: 12px solid #4c8403;
}

#mainNavi > li > .sp_only > .submenu > li > a,
#mainNavi > li > .sp_only > .submenu_policy > li > a {
	background-color: #66b105;
    font-size: 1.1em;
    font-weight: normal;
    text-indent: 2em;
	padding: 0;
	border-left: none;
	line-height: 40px;
}

/* footer */

.m_footer__to-pagetop {
    width: 100%;
	min-width: 300px;
	left: auto;
}

.c_to-pagetop__link-bt {
    left: 80%;
    position: fixed;
    top: initial;
    /* bottom: 208px; */
    bottom: 20px;
    right: 40px;
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
	opacity: 0.6;
}

.c_to-pagetop__link-bt.foot_position {
	position: absolute;
	top: 0px;
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#innerFooter,
#innerCopyright {
	width:100%;
}

#footContent {
	padding: 30px 0 10px;
	margin-bottom: 0;
	top: auto;
}

#footAddess div h4 {
	float: none;
	width: 100%;
}

#footAddess div h4 a {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

#footAddess div h4 img {
	width: 70%;
    height: 70%;
}

#footAddess div address {
	text-align: center;
    font-size: 0.8em;
}

@media screen and (max-width: 350px) {
	#footAddess div address h5 {
		font-size: 1.2em;
	}
}

#innerCopyright {
	text-align: center;
	font-size: 0.8em;
}


#copyText {
	float: none;
}

#footNavi,
#copyPrivacy {
	display: none;
}

#copyright {
	padding-bottom: 20px;
}

/* content */

#content {
	background: none;
    margin-top: 10px;
}

#innerContent {
	width: 100%;
	margin: 0;
	padding: 0;
}

#breadcrumb {
	width: 90%;
	margin: 0 5%;
}

#contentMain {
	width: 90%;
	margin: 0 5% 30px;
	padding-bottom: 10px;
	border-bottom: 3px #72BB13 dotted;
}

.postBox {
	padding-bottom: 10px;
}

#contentRight {
	width: 90%;
	margin: 0 5%;
	padding-bottom: 30px;
}

.wp-pagenavi {
	display: block;
    text-align: center;
	margin: 40px auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
}

.submenu {
	margin-bottom: 30px;
}
 
#sideBanner {
	background: none;
}

.backgroundA {
	width: 260px;
	margin: 0 auto;
	padding: 5px;
}

/*#jumpToHead {
	width: 90%;
	margin: 0 5%;
	text-align: right;
}

#jumpToHead a {
	font-size: 1em;
}*/

/***************************************************
* home */

#innerEyecatch {
	width: 100%;
	margin: 0;
}

#innerEyecatch img {
	width: 100%;
	height: 100%;
}

#Home_InnerContent {
	width: 100%;
}

.open_navi {
	opacity: 0.3;
}

#Home_ContentMain,
#Home_ContentRight {
	width: 90%;
	margin: 0 5%;
}

.bodyA_2019 {
	position: initial;
}

.tableA_newinfo dd .image {
	width: 40%;
}

.tableA_newinfo dd .image img {
	width: 90%;
}

.backgroundA {
	width: 260px;
	margin: 0 auto;
}

/***************************************************
* introduction */

/***************************************************
* event */

.postBox .post img.alignleft,
.postBox .post img.alignright,
.postBox .post img.aligncenter {
	width: 40%;
}

.postBox .post img.alignnone {
	width: 40%;
	display: block;
	margin: 0 auto;
}

/***************************************************
* news */

/***************************************************
* policy */

.m_policy_child-cat_wrap {
	width: 100%;
}

.submenu_policy {
	margin-bottom: 30px;
}

/***************************************************
* issue */

.Issue_PostBox {
	margin-bottom: 0;
}

.Issue_PostBox .Issue_ImgBox {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.Issue_PostBox .Issue_LinkBox {
	width: 90%;
	margin: 20px 5% 0;
}

/***************************************************
* link */

.Link_Container {
	width: 100%;
}

.Link_Table th {
	width: 90%;
    display: block;
    padding: 14px 5% 0;
    border: none;
}

.Link_Table td {
	width: 90%;
    display: block;
    padding: 0 5% 14px;
}

/***************************************************
* sitemap */

#Sitemap_Container {
	width: 100%;
}

/***************************************************
* contact */

#Contact_Lead {
    margin: 20px 5%;
}

#Contact_Caution {
	margin: 0 5% 20px;
}

#Contact_Form table {
	width: 100%;
}

#Contact_Form table th,
#Contact_Form table td {
	width: 100%;
    display: block;
}

#Contact_Form table td ul {
	padding: 10px 5%;
}

#Contact_Form .email input.text {
	width: 100%;
}

#Contact_Form textarea {
	width: 100%;
}

#Contact_Form ul.btns li input {
	width: 80%;
	margin: 0 auto;
	border-radius: 10px;
}

#Contact_PrivacyLink {
	padding: 20px 0 0;
}

#Contact_Form ul.btns li {
	width: 100%;
}

#Contact_PrivacyLink p {
    margin: 10px 5% 20px;
}

.wpcf7-form-control-wrap {
	position: initial;
}

/***************************************************
* privacy */

.thinktokousou-banner {
	text-align: center;
}

.thinktokousou-banner img {
	
}