@charset "utf-8";

/*
============================================

　           Mobile CSS

============================================
*/


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

.wrap {
	width:100%;
	margin: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

article {
	width:94%;
	margin:0 3% !important;
}

aside {
	width:94%;
	margin: 0 3%;
}


/* Header
-----------------                           
*/

header {
	/*width:94%;
	margin: 0 3%;*/
	display: none;
}

/*.main_logo {
	margin: 1% 3% 0;
}*/

.main_logo {
	width: 100%;
}

.main_logo a span {
	font-size: 1rem;
	line-height: 1rem;
}

.header_sub_box {
	display: none;
}


/* Global Navi
-----------------                           
*/

nav {
	width:94%;
	height: auto;
	/*margin-top: 0.5rem;*/
	margin-top: 0;
	padding: 3%;
	background: #fffcf0;
	position: relative;
	z-index: 4;
}

.nav_contents {
	width:100%;
	margin: 0;
	overflow: auto;
}

.nav_contents ul {
	overflow:hidden;
}

.nav_contents ul li {
	/*display: block;*/
	float: none;
	width: 100%;
	height: auto;
	border-right:none;
	border-bottom: solid 1px #ffffff;
	z-index: 99;
}

.nav_contents ul li a:link,
.nav_contents ul li a:visited {
	display: block;
	width: 100%;
	padding: 0.5rem 0;
	height: auto;
	text-indent: 0;
	text-align: center;
	font-weight: bold;
	background: #65a109;
}

.nav_contents ul li a:active,
.nav_contents ul li a:hover {
	background: #98cc49;
}

.is-fixed .nav_contents ul li {
	height: auto;
}

.nav_contents ul li a#top_btn,
.nav_contents ul li a#topics_btn,
.nav_contents ul li a#gymnastics_btn,
.nav_contents ul li a#health_btn,
.nav_contents ul li a#gymnastics_btn,
.nav_contents ul li a#health_btn,
.nav_contents ul li a#sports_btn,
.nav_contents ul li a#participations_btn,
.nav_contents ul li a#links_btn {
	background-image: none;
}

.is-animation {
	height: 4rem;
}

.is-animation .nav_contents ul li {
	height: auto;
}

.is-animation .nav_contents ul li a {
	height: auto;
}

.is-animation .nav_contents ul li a#top_btn,
.is-animation .nav_contents ul li a#topics_btn,
.is-animation .nav_contents ul li a#gymnastics_btn,
.is-animation .nav_contents ul li a#health_btn,
.is-animation .nav_contents ul li a#sports_btn,
.is-animation .nav_contents ul li a#participations_btn,
.is-animation .nav_contents ul li a#links_btn {
	background-image: none;
}


.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 94%;
	margin-top: 0;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.5);
	background: #fff9e2;
}

#menu {
	display: none;
}

#toggle {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	overflow: auto;
}

#toggle h1 {
	margin: 0;
	padding: 0;
	width: 60%;
	max-width: 300px;
}

#toggle h1 a img {
	width: 100%;
}

a#mobile_menu {
	width: 35%;
	height: 3.1rem;
	padding: 0.3rem;
	background: #3a7b01;
	display: block;
	border-radius: 4px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2rem;
	box-sizing:border-box;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}

a#mobile_menu span {
	text-align: center;
	border: solid 2px #ffffff;
	border-radius: 4px;
	display: block;
}


/* Top Page Parts
-----------------                           
*/

.wellness_catch {
	padding: 0;
	margin-bottom: 2rem;
}

/*.wellness_catch p {
	margin: 0;
}*/

.top_illustration {
	margin-bottom: 0;
}

.top_news {
	margin: 3rem 0 0;
}

.top_news p,
.youtube_wrapper p {
	text-align: center;
	margin: 1.5rem 0 0;
}

.top_news p a:link,
.top_news p a:visited,
.youtube_wrapper p a:link,
.youtube_wrapper p a:visited {
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 1rem 0;
	margin: 0 0 0.5rem;
	width:90%;
}

.top_news p a:before,
.youtube_wrapper p a:before {
	font-size: 1rem;
}

.top_menu {
	padding: 0;
	margin: 3rem 2%;
	width:96%;
}

.top_menu li {
	width:100%;
	margin-right: 0;
}

.top_menu li a {
	text-align: center;
	font-size: 1.4rem;
	overflow: auto;

}

.top_menu li a img {
	width:20%;
	float: left;
	margin-right: 5%;
}

.top_menu_header {
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: left;
	margin: -1rem 0 0;
}

.top_menu li a img.img55 {
	width:25%;
}

.top_menu li a img.img60 {
	width:25%;
}

.one_column {
	margin-bottom: 0;
}

.top_menu_desc {
	margin-left: 25%;
}

/*.top_menu_header {
	padding-top: 0;
}*/

@supports (-ms-ime-align:auto) {
	.top_menu_header {
		padding-top: 1.5rem
	} 
}


/* Footer
-----------------                           
*/

.footer_contents {
	width:94%;
	margin: 0 3%;
}

.footer_contents h2 {
	color: #fffcf0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin: 0.5rem  0;
}

.footer_contents h2 img {
	width:25%;
	margin-right: 0.5rem;
}

.footer_contents ul {
	line-height: 1.6rem;
	margin: 1.5rem 0 0;
	padding: 0;
	overflow: auto;
}

.footer_contents ul li {
	text-align: center;
	float: none;
	margin-right: 0;
}

.footer_submenu_box {
	display: none;
}



/* Aside Items
-----------------                           
*/

.topic_box {
	width: 100%;
	margin: 3rem 0 3rem;
	box-sizing: border-box;
}

.font_size_changes {
	display: none;
}

.right_submenu h3 {
	background:none;
	color: #65a109;
	font-weight: bold;
	width: 100%;
	border:solid 2px #65a109;
	padding: 3% 1%;
}

.submenu_icon {
	display: none;
}

.right_submenu ul {
	margin: 0;
	width: 100%;
}

.right_submenu ul li {
	margin: 0;
}

.right_submenu ul li a:link,
.right_submenu ul a:visited {
	padding: 0.8rem 1%;
	border:none;
	border-radius: 0;
	border-bottom:solid 1px #3a7b01;
	font-size: 1rem;
	line-height: 1rem;
	color: #3a7b01;
	box-shadow: none;
	position: relative;
	line-height: 1.6rem;
}

.right_submenu ul a:active,
.right_submenu ul a:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	box-shadow: none;
	background: none;
}

.right_submenu ul li a:after {
	content: "▶";
	position: absolute;
	top:0.8rem;
	right:0;
	font-size: 0.8rem;
}

.right_submenu ul.right_sub_lists {
	display: none;
}


/* Individual Pages
-----------------                           
*/

.main_h1 {
	padding: 2%;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.h1_icon {
	width: 7%;
	vertical-align: sub;
}

.breadcrumbs_list li {
	font-size: 0.9rem;
	line-height: 1rem;
}

.contents_block h2 {
	color: #15837a;
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-bottom: 0;
}

.contents_block h3 {
	font-size:1.2rem;
	line-height: 1.2rem;
}

.contents_block p {
	margin-top: 0.5rem;
}

.separator {
	border:solid 1px #cccac0;
	margin: 2rem 0;
}

.br:before {
	content: "\A" ;
	white-space: pre ;
}

.related_link:before {
	content: url(../common-images/related_mobile.png);
	margin-right: 0.5rem;
}


/* Main Page Setting
-----------------                           
*/

.index_contents_box:link,
.index_contents_box:visited {
	width:92%;
	height: auto;
	float: none;
	margin: 0 1% 2rem;
}

.index_contents_box h2 {
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #000000;
	color: #3a7b01;
}

.index_contents_box p {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.2rem;
	color: #333333;
}


/* 「いきいき百歳体操」用 CSS
-----------------                           
*/
.places_button {
	margin-top: 2rem;
}

.places_button li {
	width: 94%;
}

.places_button li a:link,
.places_button li a:visited {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.1rem;
	padding: 0.5rem 0;
	margin: 0 0 1.5rem;
}


/* 「いきいき百歳体操の会場」用 CSS
-----------------                           
*/

.places_height {
	height: auto !important;
}


/* 「社会参加」用 CSS
-----------------                           
*/

.ikoi-sub_box {
	width:100%;
	padding: 5px;
}


/* 「サイトマップ」用 CSS
-----------------                           
*/

.sitemap_sub_box {
	width: 100%;
}

.sitemap_right_box {
	margin-top: 0;
}


/* 「お知らせ」用 CSS
-----------------                           
*/

a.topics_sub_box:link,
a.topics_sub_box:visited {
	width: 98%;
	margin: 0 1% 2rem;
}


/* 「お元気さんインタビュー」用 CSS
-----------------                           
*/

.init_sub_image {
	float: none;
	margin-left: 0;
	margin-top: 0.5rem;
	width: 100%;
}

/* Utility Setting
-----------------                           
*/

.left_image_pc {
	float: none;
	margin-right: 0;
	width: 100%;
}

.right_image_pc {
	float: none;
	margin-left: 0;
	width: 100%;
}

.visual_images_left {
	width:30%;
}

.sp_mt1 {
	margin-top: 1rem;
}

.sp_mt2 {
	margin-top: 2rem;
}

.mt-image-left {
	float: none !important;
	margin-right: 0;
}

.mt-image-right {
	float: none !important;
	margin-left: 0;
}

}