@charset "utf-8";

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

　           Mobile CSS

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


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

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


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

header {
	/*width:100%;
	background: #ffffff;
	margin-bottom: 1rem;*/
	display: none;
}



.stripe_box {
	display: none;
}


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

/*nav {
	display: none;
}*/

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

.mobile_stripe {
	overflow: auto;
	height: 3px;
	margin: 0 0 0.5rem;
	background: #333333;
	width:100%;
}

.mobile_stripe div {
	width: 50%;
	height: 3px;
	/*float: left;*/
	background: #ee7a00;
}

/*.mobile_stripe div:nth-child(1) {
	background: #ee7a00;
}*/

.nav_contents {
	/*width:100%;*/
	margin: 0;
	padding: 3%;
	overflow: auto;
	position: relative;
	background: #ffffff;
}

.nav_contents ul {
	overflow:hidden;
	width: 100%;
	position: relative;
}

.nav_contents ul li {
	/*display: block;*/
	float: none;
	width: 100%;
	height: auto;
	border-right:none;
	border-bottom: solid 1px #cecece;
	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;
	text-decoration: none;
	background: #eeeeee;
	color: #333333;
}

.nav_contents ul li a:active,
.nav_contents ul li a:hover {
	background: #959595;
	color: #ffffff;
}

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



.is-animation {
	height: 3rem;
}

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

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

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	/*width: 94%;*/
	height: 3rem;
	margin-top: 0;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.5);
	background: #ffffff;
}

#menu {
	display: none;
}

#toggle {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	overflow: auto;
	margin-bottom: -0.5rem;
}

.mobile_header {
	width:70%;
}

.mobile_catch {
	margin: 0;
	font-size: 0.7rem;
	color: #959595;
}

.mobile_header h1 {
	/*margin: -0.5rem 0 0;*/
	margin: 0;
	padding: 0;
}

/*#mobile_menu {
	padding-top: 1.5rem;
	max-width: 30%;
}*/

#toggle a#mobile_menu img {
	max-width: 50px;
}

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

.lixil_mobile {
	font-size: 0.7rem;
	color: #ee7a00;
	max-width: 100%;
	margin: -0.8rem 0 1rem;
}

nav ul li a#menu_home,
nav ul li a#menu_services,
nav ul li a#menu_works,
nav ul li a#menu_company,
nav ul li a#menu_voices {
	background-image: none;
}



/* Common Parts
-----------------                           
*/


.breadcrumb_list {
	display: none;
}


table tr th,
table tr td {
	display: block;
}

table tr th {
	width:auto;
}

table tr td {
	margin: 0 0 0.5rem;
}

.right_menu {
	width: 98%;
	margin: 0 1%;
}

.right_menu h2 {
	margin: 3rem 0 0;
}

.right_menu h2.works_main {
	margin: 0.5rem 0 0;
}

.right_menu ul li a:link,
.right_menu ul li a:visited {
	font-size: 1rem;
}

.right_menu ul li a:before {
	font-size: 0.7rem;
}



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


.top_slide_wrap {
	height:auto;
	position: static;
}

/*.top_video_box {
	margin-top: -3rem;
}*/

.top_video_box img {
	width:100%;
	float: none;
}

.top_video_box h2 {
	padding: 10px;
	margin: 0;
}

.top_video_box p {
	margin: 2rem 0;
}

.video_link {
	text-align: center;
	/*margin-left:auto;
	margin-right: auto;
	width:8rem;*/
}

/*.video_link a:link,
.video_link a:visited {
	display: block;
	border-radius: 2px;
	background: #855049;
	color: #ffffff;
	text-decoration: none;
	padding: 0.5rem 0;
	transition: opacity 0.3s ease-out;
}*/

.top_catch {
	width:70%;
}

.toppage_catch_box h2 {
	text-align: center;
}

.toppage_catch_box img {
	width:100%;
	margin: 0 0 1rem;
	float: none;
}

.top_others_header {
	text-align: center;
	margin-top: 3rem;
}

/*.top_slide_box {
	width:100%;
	height:100%;
}*/

/*.toppage_catch_box {
	margin: 3em 0;
}*/

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

.example_header {
	line-height: 2rem;
}

.example_header span span {
	margin-left: 0;
}*/

.example_header {
	text-align: center;
	padding: 0 0.5rem;
}

.example_header span {
	padding: 0;
}

.example_header:before {
	display: none;
}

.top_card_sub_box {
	width:98%;
	margin: 0 1% 1rem;
	overflow: auto;
}

.top_card_sub_box img {
	width:44%;
	float: left;
	/*margin-right: 0.5rem;*/
}

.top_card_inner_box {
	padding: 0.2rem 0.5rem 0.2rem 46%;
}

a .top_card_inner_box h3,
a .works_card_inner_box h3  {
	font-size: 0.95rem;
	text-align: left;
	margin: 0.5rem 0 0;
	/*border-bottom:1px solid #855049;*/
}

a .top_card_inner_box h3 span,
a .works_card_inner_box h3  span {
	display: none;
}

a .top_card_inner_box p {
	font-size: 0.8rem;
	margin: 0.3rem 0 0;
}

.top_services_sub_box {
	width:98%;
	border:none;
	box-shadow: none;
	border-radius: 0;
	border-bottom:solid 1px #cdcdcd;
	padding-bottom: 0.5rem;
	margin: 0 0 0.5rem;
}

.top_services_sub_box:hover,
.top_services_sub_box:focus {
	box-shadow: none;
}

.top_services_sub_box img {
	width: 40%;
}

.top_services_sub_box h3 {
	font-size: 1rem;
	font-weight:400;
	margin: 0.2rem 0.5rem 0.2rem 42%;
}

.top_services_sub_box p {
	font-size: 0.8rem;
	margin: 1rem 0.5rem 0 42%;

}

.top_othermenu_sub_box {
	width:98%;
	margin: 0 1% 2.5rem;
}



/* Company Parts
-----------------                           
*/

.company_table {
	margin-bottom: 2rem;
}

.staff_box {
	margin: 2rem 2% ;
	width:96%;
}
.staff_box:nth-of-type(3) {
	margin: 2rem 2% 3rem !important;
}

/*.staff_box h3 {
	font-size: 1.4rem;
	line-height: 1.4rem;
}*/

.greetings_text_box img {
	width: 100%;
	float: none;
}

.greeting_text_subBox {
	margin: 10px;
}

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

.president_h2 {
	text-align: center;
	font-size: 1.2rem;
}

.president_h2 span {
	display: none;
}

.services_reasons_box {
	width:98%;
	margin: 2rem 1% 0;
}

.services_reasons_box:nth-child(1) {
	margin: 1rem 1% 0;
}

.services_reasons_box:nth-child(2) {
	margin: 2rem 1% 0;
}

.services_catch {
	font-size: 0.9rem;
}

.services_list_smallBox {
	width:47%;
	margin:0 1% 2rem 0;
}

.services_list_smallBox h5 {
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
}

.services_list {
	width:44%;
	margin-right: 1%;
}

.soundproof_box img {
	width: 100%;
	border-radius: 0;
	float: none;
}

.soundproof_subBox {
	width:auto;
	margin: 2%;
	float: none;
}

.lixil_discount_subBox {
	overflow: hidden;
}

.lixil_discount_subBox img {
	width:100S%;
	float: none;
	margin: 0 auto 2rem;
}


/*.greeting_main {
	margin: 1rem 0 0;
	padding: 1rem 0 0;
	border-top:solid 1px #cdcdcd;
	font-size: 1rem;
}*/


/* Voises Parts
-----------------                           
*/

.voices_sub_box {
	width:98%;
	margin: 0 1% 2rem;
}



/* Works Parts
-----------------                           
*/


.works_card_wrap {
	width:98%;
	margin: 0 1%;
}

.works_card_sub_box {
	width:100%;
	margin-bottom: 3rem;
}

.works_example_box h2 {
	text-align: left;
	/*border-bottom:solid 1px #855049;*/
	font-size: 1.1rem;
}

.works_example_subBox a,
.works_example_subBox a.triple_img {
	width:100%;
}

.works_example_subBox a:nth-child(2) {
	margin-top: 1rem;
}

.triangle_rotate {
	width:100%;
	background-image: url(../common-images/rotate_triangle.png);
	background-position: 0 0;
}


/* Servicess Parts
-----------------                           
*/


.services_sub_box h2 {
	text-align: left;
	border-bottom:solid 1px #855049;
}

.services_sub_box p {
	font-size: 0.9rem;
}

.services_main_image {
	width:98%;
	margin: 0 0 0 1%;
}

.services_innner_box {
	width:98%;
	margin: 0 0 0 1%;
}

.services_sub_box h3 {
	margin: 1rem 0 0;
}

.services_sub_box dl dd {
	font-size: 0.9rem;
}


/* Company Parts
-----------------
*/

.access_dl {
	margin: 1rem 0 2rem;
}

.access_dl dt {
	float: none;
	margin: 00;
}



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

footer {
	margin-top: 3rem;
}

.footer_menu_box {
	height: 2rem;
}

.footer_menu_box ul {
	display: none;
}

.footer_main {
	width:100%;
	margin: 0;
}

.footer_subBox {
	margin-top: 0;
	padding-top: 2rem;
}

.footer_subBox h2 {
	width:40%;
	margin: 0 auto;
	display: block;
}

.footer_address_box {
	display: block;
	padding-left: 0;
	border-left:none;
	margin-top: 1rem;
}

.footer_address_box p {
	text-align: center;
	font-size: 0.9rem;
}

.footer_address_box p a:link {
	color: #ffffff;
	text-decoration: none;
}

.copyright_text {
	border-top: solid 1px #959595;
	font-size: 0.8rem;
}


/* 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;
}


/*診療受付時間*/

table.uketsuke {
	display: none;
}


/* 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;
}



/* 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;
}

.br_sp {
	display: none;
}

/* お問い合わせページ
-----------------                           
*/

table#form tr th,
table#form tr td {
	display: block;
}

table#form tr td input {
	width: 94%;
}

}