@charset "utf-8";
/* ======================================================

	structure CSS

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


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

	body

========================================================= */
html, body {
	position: relative;
	height: 100%!important;
}
body {
	color:#000;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.65em;/*165%*/
}
.container{
	position: relative;
	width:100%;
	min-width:960px;
}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:16px;
		font-size: 1.6rem;}

	.container{
		min-width:100%;}

}


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

	header

========================================================= */
.page_ttl {
	text-align: center;
	background: #4e9a2d;
	color: #fff;
	height: 20px;
}
.page_ttl h1 {
	font-size: 12px;
	line-height: 20px;
}
.header{
	width: 100%;
	height: auto;
	z-index: 100;
	position: absolute;
	top: 0;
	background:  #fff;
}

.headerArea{
	margin:0 auto;
	width: 960px;
	height: auto;
	position: relative;
}

.f_left {
	float:left;
}

.h_address {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.h_logo{
	margin: 0 auto;
	float:left;
	clear:both;
	}

.h_logo a:hover{
	opacity:0.7;}

.h_info{
	float:right;
	font-size:14px;
	width: 460px;
	margin: 8px 0;
	}

.h_info li{
	display:inline-block;
	vertical-align: top;
	line-height: 18px;
	margin-bottom: 5px;
	}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

.h_tel {
	font-weight: bold;
	color: #81b600;
	line-height: 2em;
}

.h_tel span {
	font-size: 2.4rem;
	color: #454545;
	padding: 0 20px 0 25px;
	background: url(images/h_tel_icon.png) no-repeat left center;
}

.h_contact {
	margin: 0 0 20px 0;
}
/* clear */
.headerArea::after, .sp_gnavArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

@media screen and (max-width:768px){
	.page_ttl {
		background: #fff;
		color: #4e9a2d;
		height: 16px;
	}
	.page_ttl h1 {
		font-size: 10px;
		line-height: 16px;
	}
	.header{
	    position: fixed;
	    top: 0;
	    z-index: 10000;
	}

	.headerArea{
		width:100%;
		height:auto;}

	.h_info{
		padding-right: 55px;
		width: auto;
	}
	.h_info li {
		padding: 0px 10px;
	}
	.h_logo{
		height: 41px;
		width: auto;
		padding: 12px 0 0 5px;
		clear:  none;
	}
	.h_logo img {
		height: 100%;
		width: auto;
	}
	.h_address {
		font-size: 1.2rem;
		line-height: 1.2em;
	}

}

@media screen and (max-width: 599px) {
	.h_info li.h_address { display: none;}

}

@media screen and (max-width:350px){
	.h_logo {
		width: 130px;
		padding-top: 12px;
	}
	.h_logo img {
		width: 100%;
		height:  auto;
	}
}


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

	gnav

========================================================= */
.gnav {
	position: relative;
	width: 960px;
	margin:0 auto 0;
}

.gnav ul{
	position: relative;
	font-weight: bold;
}

.top_logo {
	position: absolute;
	top: -166px;
	left: 0;
}


/* clear */
.gnav ul::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.gnav li {
	float: left;
	text-align: center;
	margin: 10px 0 20px 0;
	width: 16.6%;
	font-size: 1.6rem;
	border-left:1px solid #eeeeee;
}

.gnav li:last-child {
	border-right:1px solid #eeeeee;
}

.gnav li span {
	font-size: 1.3rem;
	display: block;
	color: #81b600;
}

.gnav li:last-child{
	margin-right: 0;
}
.gnav li span:hover {
	color: #81b600;
}
.gnav li a {
	color: #727272;
	text-decoration: none;
	display: block;
}

.gnav li a:hover {
	color: #ef7942;
}


/* ドロップメニュー */
.gnav > li.d_menu {
	position: relative;
}

li.d_menu ul.d_menu_li {
	position: absolute;
	z-index: 0;
	top: -30px;
	width: 13.4%;
	background: rgba(255,255,255,.50);
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.d_menu:hover ul.d_menu_li {
	z-index: 99999;
	top: 5px;
	visibility: visible;
	opacity: 1;
}
li.d_menu ul.d_menu_li li {
	position: relative;
	margin: 0;
	width: 100%;
	border-bottom: 3px solid #D6D6D6;
	background: rgba(255,255,255,.50);
}
li.d_menu ul.d_menu_li li a {
	font-size: 1.4rem;
	padding: 10px 0 5px;
	color: #000;
}
li.d_menu ul.d_menu_li li:hover {
	font-weight: bold;
	border-bottom: 3px solid #2F8BE0;
}
.sp_btn {
	display: none;
}
.sp_nav {
	display: none;
}

@media screen and (max-width:768px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnavArea{
		background-color: #4e9a2d;
		}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		background-color:#fff;}

	.sp_gnav li{
		position:relative;
		font-size:16px;
		background: url(images/arrow_hnav.png) 5px 16px no-repeat;
		}

	.sp_gnav li a {
		display:block;
		padding:10px 10px 10px 30px;
		border-bottom:1px solid #ccc;
		color:#8aba1c;
		text-decoration:none;}

	.sp_gnav li a:hover{
		opacity:0.7;}

	/*sp_btn*/
	.sp_btn {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 29px;
		right: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #fff;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 11px;
	}
	.sp_btn span:nth-child(3) {
		top: 22px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

}

/* gnav_fix */
.gnav_fix {
	position: fixed;
	z-index: 9998;
	top: -108px;
	left: 0;
	width: 100%;
	background: #fff;
}
.fix_nav_inner {
	width: 960px;
	margin: 10px auto 0;
}
.fix_nav_inner .h_logo {
	width: 180px;
}

.fix_nav_inner .h_logo img {
	width: 100%;
}

.fix_nav_inner .gnav {
	width: 760px;
	margin: 0 0 0 20px;
	float: left;
}
.slide-down {
	animation-name: slideDown;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50% 0;
	animation-duration: .5s;
	top: 162px;
}
@keyframes slideDown {
  0% {
    top: -108px;
  }
  100% {
    top: 0;
  }
}
.slide-up {
	animation-name: slideUp;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50%  0;
	animation-duration: .5s;
	top: -108px;
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -108px;
  }
}

@media screen and (max-width:768px){
	.gnav_fix {
		display: none;
	}
}

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

	mv

========================================================= */
.top_mvArea{
	margin: 0 auto 20px;
	padding-top: 146px;
}
.mv_txt{
	width:960px;
	margin:0 auto;
	position:relative;}

.mv_txt .mv_txt_img{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100;
	/* margin-top:  100px; */
	}


.sub_mv{
    padding-top: 147px;
}


.sub_mv div {
	position: relative;
	width: 960px;
	height: 200px;
	margin: 0px auto;
}
.sub_mv h2 {
	width: 100%;
	height:  100%;
	text-align: center;
	font-weight: normal;
	font-size: 3.4rem;
	letter-spacing: .2em;
	background: rgba(253, 119, 30, 0.3);
	color: #fff;
	line-height: 200px;
	text-shadow: 0 0 5px #000;
}

.sub_mv .guidance {background: url(images/guidance/guidance_sub_mv.jpg) no-repeat center center;}
.sub_mv .contact {background: url(images/contact/contact_sub_mv.jpg) no-repeat center center;}
.sub_mv .news {background: url(images/news/news_sub_mv.jpg) no-repeat center center;}
.sub_mv .orthopedic_surgery {background: url(images/orthopedic_surgery/orthopedic_surgery_sub_mv.jpg) no-repeat center center;}
.sub_mv .osteoporosis {background: url(images/osteoporosis/osteoporosis_sub_mv.jpg) no-repeat center center;}

@media screen and (max-width:768px){
	.top_mvArea{
		margin-bottom: 30px;
		padding-top: 69px;
	}

	.mv_txt{
		width:100%;
		margin:0 auto;
		position:relative;}

	.mv_txt .mv_txt_img{
		position:absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		}

	.mv_txt .mv_txt_img img{
		width: 100%;
				}

	.top_greetings_innbox {
  	  background-color: inherit;
   	 border: 1px solid #81b600;
   	 padding: 15px;
	}

	.sub_mv {
		padding-top: 69px;
	}
	.sub_mv div {
    	width: 100%;
    	height: 140px;
	}
	.sub_mv h2 {
		line-height:140px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width:1100px){
	.mv_txt .mv_txt_img {
		margin-top:40px;}
}
@media screen and (min-width:1350px){
	.mv_txt .mv_txt_img {
		margin-top:100px;}
}
@media screen and (min-width:1750px){
	.mv_txt .mv_txt_img {
		margin-top:150px;}
}
@media screen and (min-width:2000px){
	.mv_txt .mv_txt_img {
		margin-top:190px;}
}

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

	contents

========================================================= */
.contents {
	position: relative;
	height: auto;
	margin: 0px auto 70px;
}
.contents_inner{
	position: relative;
	margin:0 auto;
	width:960px;
}
.anchor {
	margin-top:-120px;
	padding-top: 120px;
}

.top_txt{
	margin: 0 auto 80px;
	padding: 12px 10px;
	text-align: center;
	font-size:max(18px, min(3vw,20px) );
	font-size:clamp(18px, 3vw,20px) ;
	border: 2px solid #81b603;
	color: #81b603;
}

@media screen and (max-width:768px){
	.contents{
		width:100%;
		margin: 0 auto 50px;
	}
	.contents_inner{
		padding:0 10px;
		width:100%;}

	.anchor {
		margin-top:-60px;
		padding-top: 60px;
	}
	.top_txt{
		margin: 0 auto 50px;
	}

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


/* top_ai
========================================== */
.top_ai{
	/*padding: 80px 0;*/
	padding: 50px 0;
	margin: 0 auto;
}

.top_ai .top_ttl_type01 img {
	margin: 0;
}

.top_ai .flex_box {
	display: flex;
	justify-content: space-between;
}

.top_ai .txt_box {
	width: 520px;
}

.top_ai .txt_box h3 {
	margin:0 0 30px;
}

.top_ai .txt_box h3:after {
	content:"";
	display:block;
	margin: 20px auto 0;
	width:80%;
	height: 5px;
	background: #8bba1c;
}

.top_ai .bnr_box {
	width: 360px;
}

.top_ai .bnr_box img {
	width: 100%;
}


@media screen and (max-width:768px){
	.top_ai {
		padding: 0;
		margin: 0 auto 40px;
	}

	.top_ai .top_ttl_type01 {
		margin-bottom: 30px;
	}
	
	.top_ai .flex_box {
		display: block;
	}
	
	.top_ai .txt_box {
		width: auto;
		margin: 0 auto 30px;
		text-align: center;
		max-width: 500px;
	}
	
	.top_ai .bnr_box {
		max-width: 500px;
		width: auto;
		margin: 0 auto 50px;
	}
}

@media screen and (max-width:599px){
	.top_ai .txt_box p {
		text-align:left;
	}
}

/* top_greetings
========================================== */
.top_greetings{
	background: url(images/top_greetings_back.png) no-repeat top center;
	background-size: cover;
	padding: 80px 0;
	margin: 0 auto;
}

.top_greetings_innbox {
	background-color: rgba(255,255,255,0.80);
	border: 1px solid #81b600;
	padding: 100px 60px 60px;
}

.top_ttl_type01 {
	text-align: center;
	margin: 0 auto 60px;
}

.top_ttl_type01 img {
	margin-bottom: 30px;
}

.top_ttl_type01 span {
	font-weight: bold;
	color: #81b600;
	font-size: 1.8rem;
	display: block;
	padding-top:30px;
	border-top: 1px solid #c9c9c9;
	width: 300px;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #fff;
}


@media screen and (max-width:768px){
	.top_greetings {
		background: none;
		background-size: inherit;
		outline: none;
		padding: 0;
		margin: 0 auto 40px;
	}

	.top_greetings_innbox {
		background-color: inherit;
		padding: 15px;
	}

	.top_greetings_innbox .imageBlockRight img{
		width:80%;
	}

	.top_ttl_type01 img {
		margin: 15px 0;
		width: 40%;
	}

	.top_ttl_type01 span {
		padding-top: 15px;
	}

	.top_ttl_type01 {
		margin: 0 auto 20px;
	}
}


@media screen and (max-width:599px){
	.top_ttl_type01 span {
		width: auto;
	}
	.top_ttl_type01 img {
		width: 60%;
	}
}

/* top_medical
========================================== */
.top_medical {
	background-color: #f5ffdd;
	padding: 80px 0;
	margin: 0 auto;
}

.top_medical ul {
	overflow: hidden;
}

.top_medical ul li {
	float: left;
	margin: 0 30px 20px 0;
}

.top_medical ul.top_medical_list01 li:nth-child(3n),
.top_medical ul.top_medical_list02 li,
.top_medical ul.top_medical_list03 li:nth-child(2),
.top_medical ul.top_medical_list04 li:nth-child(3) {
	margin-right:0;
}



@media screen and (max-width:768px){
	.top_medical {
		padding: 40px 0;
	}

	.top_medical ul {
	}

	.top_medical ul.top_medical_list01 li{
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.top_medical ul.top_medical_list02 li{
		width: 100%;
		margin: 0 0 20px 0;
	}

	.top_medical ul.top_medical_list03 li{
		width: 100%;
		margin: 0 4% 20px 0;
	}

	.top_medical ul.top_medical_list04 li{
		width: 31%;
		margin: 0 3.5% 20px 0;
	}

	.top_medical ul.top_medical_list01 li:nth-child(2n){
		margin-right: 0;
	}
	.top_medical ul.top_medical_list01 li:nth-child(3) {
		margin: 0 4% 20px 0;
	}

	.top_medical ul li img {
		width: 100%;
	}

}

@media screen and (max-width: 599px) {
	.top_medical ul {
		margin: 0 auto;
	}

	.top_medical ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

}

/* top_hour
========================================== */
.top_hour {
	background: url(images/top_hour_back.jpg) no-repeat top center;
	background-size: cover;
	padding: 80px 0;
	margin: 0 auto;
}

/* テーブル */
.top_hour_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	background-color: #4e9a2d;
	padding: 60px 60px 0 0;
}

.top_hour_table th {
	color: #ffffff;
}

.t_time {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.top_hour_table th, table.table_typeBr td {
	text-align: center;
	padding: 10px;
}
.top_hour_table .bw {
	font-weight: bold;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 30px 0;
	color: #fd771f;
}

.top_hour_table .rest {
	color: #000;
}

.top_hour .txt {
	color: #fff;
	padding: 0 0 60px 260px;
	background-color: #4e9a2d;
}

@media screen and (max-width:768px){
	.top_hour {
	    padding: 40px 0;
	}
	.top_hour_table {
		border-spacing: 2px;
		padding: 5px;
	}

	.top_hour_table .bw {
		padding: 10px 0;
	}

	.top_hour .txt {
		padding:0 10px 30px 10px;
		text-align:right;
	}
	.top_hour_table th, table.table_typeBr td {
		padding: 5px;
	}
}



/* top_access
========================================== */
.top_access {
	background-color: #fff7e3;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
}

.access_map {
    text-align: center;
}


.access_map {
	position:relative;
	padding-bottom:45%;
	height:0;
	overflow:hidden;
}

.access_map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.access_map iframe {
	border: 1px solid #8aba1c!important;
	box-sizing:border-box;
}

.top_access p {
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 30px;
}

.top_access p:first-of-type:before {
	content: "";
	background: url(./images/top_access_icon01.png) no-repeat center top;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -30px;
	top: 4px;
}

.top_access p:nth-of-type(2):before {
	content: "";
	background: url(./images/top_access_icon02.png) no-repeat center top;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -30px;
	top: 4px;
}


@media screen and (max-width:768px){
	.top_access {
		padding: 40px 0;
	}
	.top_access p:first-of-type:before {
		top: 15px;
	}


}



/* top_news
========================================== */
.top_news {
	background: url(images/top_news_back.jpg) no-repeat top center;
	background-size: cover;
	padding: 80px 0;
	margin: 0 auto;
}

.top_news_innbox {
	background-color: rgba(255,255,255,0.80);
	border: 1px solid #81b600;
	padding: 100px 60px 60px;
}

.top_news_list{
	margin-bottom:60px;}

.top_news_list dl{
	border-bottom:1px solid #dcdcdc;
	font-weight: bold;
}

.top_news_list dt,
.top_news_list dd{
	display:table-cell;
	vertical-align:top;
	padding:30px;}

.top_news_list dt{
	width:100px;
	color: #8aba1c;
}

.top_news_list dd a{
	color:#727272;
	text-decoration:none;}

.top_news_list dd a:hover{
	opacity:0.7;}

@media screen and (max-width:768px){
	.top_news {
		background-size: inherit;
		outline: none;
		padding: 40px 0;
		margin: 0 auto 40px;
	}

	.top_news_list {
		margin-bottom: 20px;
	}

	.top_news_list dt,
	.top_news_list dd{
		display:block;
		width:100%;
	padding: 10px;
	}

	.top_news_list dt{
		padding:10px 10px 0 10px;}

	.top_news_innbox {
		padding: 15px;
	}

}

/* top_blog
========================================== */
.top_blog {
	margin: 0 auto 130px;
}

.top_blog ul {
	overflow: hidden;
}

.top_blog ul li {
	float: left;
	width: 31%;
	margin: 0 3.3% 0 0;
	font-weight: bold;
}

.top_blog ul li img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.top_blog ul li:last-child {
	margin: 0 ;
}

.top_blog ul dl dt {
	margin: 0 auto 20px;
}

.top_blog ul dl dd:first-of-type {
	color:#ee7844;
	font-size: 2.0rem;
	margin: 0 auto 10px;
}

.top_blog ul dl dd a {
	text-decoration: none;
}

.top_blog ul dl dd a:hover {
	text-decoration:underline;
}

@media screen and (max-width:768px) {
	.top_blog {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 599px) {
	.top_blog ul li {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
		font-weight: bold;
	}
}

/* top_contact
========================================== */
.top_contact {
	background: #fff;
	padding: 80px 0 20px;
	margin: 0 auto;
}

.top_contact_innbox {
	background-color: rgba(255,255,255,0.80);
	border: 1px solid #81b600;
	padding: 100px 60px 60px;
}

.top_contact ul {
}

.top_contact ul li dl {
	background-color: rgba(255,255,255,0.80);
	padding: 0 30px 30px;
	text-align: center;
}

.top_contact ul li:first-child {
}

.top_contact ul li:last-child {
}

.top_contact ul li dt {
	margin: 0 auto 10px;
	border: 1px solid #fd771f;
	border-radius: 40px;
	padding: 20px 30px;
	width: auto;
	display:  inline-block;
	line-height: 20px;
}

.top_contact ul li:first-child dd {
	font-size: 4.8rem;
	color: #454545;
	padding: 20px 0 10px 44px;
	font-weight: bold;
	position: relative;
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.top_contact ul li:first-child dd::before {
	content: url(images/top_tel_icon.png);
	position: absolute;
	top: 10px;
	left: 170px;
}

@media screen and (max-width:768px) {
	.top_contact {
		background: none;
		background-size: inherit;
		outline: none;
		padding: 0;
		margin: 0 auto 40px;
	}

	.top_contact ul li:first-child,
	.top_contact ul li:last-child {
		float: none;
		width: 100%;
	}

	.top_contact ul li:first-child dd {
		margin: 0 auto;
		padding: 10px 0;
		display: inline-block;
	}

	.top_contact ul li:first-child dd::before {
		top: 0;
		left: -50px;
		width: 20px;
		height:  20px;
	}

	.top_contact ul li dl {
		padding: 0;
	}

	.top_contact ul li:first-child {
		margin: 0 auto 15px;
	}
}

@media screen and (max-width: 599px) {
	.top_contact ul li:first-child dd {padding-left: 0;font-size: 2.2rem;padding: 10px 10px;position: relative;}

	.top_contact ul li:last-child img {
		width: 96%;
	}
	.top_contact ul li dt {
    padding: 20px 10px;
    line-height: 10px;
	}
	.top_contact ul li:first-child dd::before {
		content: "";
		background:url(images/top_tel_icon.png) no-repeat center top;
		position: absolute;
		top: 13px;
		left: -20px;
		/* width: 30px; */
		/* height:  30px; */
		background-size:  contain;
	}
}

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

	footer

========================================================= */
#footer{
	width:100%;
	background-color: #4e9a2d;
	color:#fff;
	}

.footerArea{
	margin:0 auto 15px;
	width: 960px;
	padding: 30px 0 0 0;
	}

/* clear */
.footerArea::after{
	content:" ";
	display:block;
	clear:both;
}
.f_logo{
	background: #eef5ea;
	float:left;
	color: #454545;
	padding: 30px 40px;
	font-size:1.6rem;
	}

.f_logo dt{
	margin-bottom: 10px;
	}

.f_logo dt a:hover{
	opacity:0.7;}

.f_logo dd{
	margin: 0 auto 10px;
}

.f_logo dd:last-of-type {
	margin: 0;
}

.f_tel{
	background: url(images/f_tel_icon.png) no-repeat left top 6px;
	font-size: 4.0rem;
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
	padding: 10px 10px 10px 45px;
}

.f_contact {
	text-align: center;
}

.fnav{
	float:right;
	width: 480px;
	}

.fnav ul{
	margin: 0 auto 20px;
	}

.fnav li{
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size:14px;
	}

.fnav li:before{
	content:">";
	display:block;
	width:30px;
	height:30px;
	float: left;
}

.fnav li a{
	color:#fff;
	text-decoration:none;}

.fnav li a:hover{
	text-decoration:underline;}

.f_sub_menu {
	margin: 0 auto 15px;
	text-align: center;
}

.f_sub_menu ul li {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 10px;
	border-left: 1px solid #ffffff;
}

.f_sub_menu ul li:last-child {
	border-right: 1px solid #ffffff;
}

.f_sub_menu ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.4rem;
	display: block;
	line-height: 1em;
}

.footerArea h4 {
	border-bottom: 1px solid #ffffff;
	padding: 0 20px 10px;
	margin: 0 auto 10px;
}

/* googlemap */

.access_googlemap {
	position:relative;
	padding-bottom:50%;
	height:0;
	overflow:hidden;
}

.access_googlemap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px) {
	.footerArea{
		width:100%;}

	.f_logo{
		float:none;
		padding:10px 10px;
		width: 92%;
		text-align:center;
		margin: 0 4%;
		}

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

	.fnav li{
		padding: 0px;
		width: 50%;
		float: left;
		background: url(images/arrow_fnav.png) 5px 16px no-repeat;
		margin: 0;
		border-right: 1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		}

	.fnav li:nth-child(2n) {
		border-right: none;
	}
	.fnav li:last-child{
		margin-bottom:0;
		width: 100%;}

	.fnav li:before{
		display:none;
	}
	.fnav li a {
		display: block;
		padding: 10px 10px 10px 10px;
		min-height: 20px;
	}
	.f_tel {
		background: url(images/f_tel_icon.png) no-repeat left 15px top 13px;
		font-size: 2.0rem;
		padding: 10px 10px 10px 45px;
		display: inline-block;
		background-size: 20px;
	}

	.footerArea h4 {
		margin: 0 auto;
		padding: 20px 10px 10px;
	}
	.access_googlemap {
		display:none;
	}
}

@media screen and (max-width: 380px) {
	.footerArea img{
		width:90%;}
}



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

	copyright

================================================= */
.copyright{
	clear:both;
	padding:0 0 10px;
	font-size:14px;
	text-align:center;}


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

}

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

	pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 20px 10px 20px;
	background-color: rgba(78, 154, 45, 0.8);
}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;}
}


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

	topicPath

========================================== */
#topicPath{
	padding:4px 0 0 10px;
	min-height:20px;
	font-size:16px;}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li a {
	color:#6B7B0F;}

#topicPath li a:hover{
	color:#A6BF70;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
		padding:13px 0 0 10px;
		min-height:20px;
		font-size:16px;}
}



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

	anchor

========================================== */
#link01, #link02,
#about_link01,#about_link02,#about_link03,#about_link04,#about_link05,#about_link06,#about_link07,#about_link08,#about_link09,#about_link10,#about_link11
 {
	padding-top: 69px;
	margin-top:-69px;
}
