@charset "UTF-8";

/*
	Theme Name: satoni-denen
*/


/****************************************
          共通
*****************************************/
body{
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.link_btn{
	display:block;
}
.link_btn a{
	background:#4E463E;
	color:#fff;
	text-align:center;
	padding:5px 18px;
	border-radius:3px;
}
.link_btn a:hover{
	background:#E19142;
	color:#fff;
}
#content p{
	color:#72655B;
}
.font_green{
	font-size:16px;
	font-weight:bold;
	margin-top:70px;
	color:#2B7037;
}
.red{
	color: #d50000;
}
.green{
color:#2B7037;
}
.orange{
color:#EA5514;
}
.font_b{
font-size:1.2em;
color:#000;
}
.bg_yellow{
background-color:#FFFCDB;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.pa_30{
	padding: 30px;
}
.pa_T10{
	padding-top:10px;
}
.pa_T20{
	padding-top:20px;
}
.pa_T50{
	padding-top:50px;
}
.pa_B20{
	padding-bottom:20px;
}
.pa_B30{
	padding-bottom:30px;
}
.pa_B40{
	padding-bottom:40px;
}
.pa_B50{
	padding-bottom:50px;
}
.pa_L30{
	padding-left: 30px!important;
}
.ma_T15{
	margin-top:15px;
}
.ma_T20{
	margin-top:20px;
}
.ma_T30{
	margin-top:30px;
}
.ma_T40{
	margin-top:40px;
}
.ma_B0{
	margin-bottom:0px;
}
.ma_B5{
	margin-bottom:5px;
}
.ma_B10{
	margin-bottom:10px;
}
.ma_B15{
	margin-bottom:15px;
}
.ma_B20{
	margin-bottom:20px;
}
.ma_B30{
	margin-bottom:30px;
}
.ma_B40{
	margin-bottom:40px;
}
.ma_B50{
	margin-bottom:50px;
}
.ma_B60{
	margin-bottom:60px;
}
.ma_B90{
	margin-bottom:90px;
}
.ma_L15{
	margin-left: 15px;
}
.txt_C{
text-align:center;
}

@media screen and (max-width: 1023px) {
#content{
	padding-top:70px;
}
}
@media screen and (max-width: 767px) {
	.br-pc{
		display: none;
	}
}



/****************************************
          header
*****************************************/
#header{
	margin:20px 0px;
	padding:0px;
}
#header_top{
	margin-bottom:40px;
}
#header .logo{
	margin:0px;
	padding:0px;
}
@media screen and (min-width: 1024px) {
#header .logo{
	margin-top:15px;
	padding:0px;
}
}
#header_menu{
	list-style:none;
	margin:0px;
	padding:0px;
}
#header_menu li{
	float:right;
	padding:8px 10px;
	margin:0px;
	border-left:1px solid #4E463E;
}
#header_menu li:first-child{
	border-right:1px solid #4E463E;
	background-color:#EDECEB;
}

	
/****************************************
          メニュー
*****************************************/

.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    margin:0;
    padding:0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #2B7037;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav{
	border-bottom:1px solid #4E463E;
	border-top:1px solid #4E463E;
	padding:12px 0px;
	overflow:hidden;
}
#global-nav ul {
    list-style: none;
    font-size: 15px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#global-nav ul li:nth-child(6){
	border-right:none;
}
#global-nav ul li a {
    padding: 0 36px;
}
#global-nav ul li a:hover {
    color:#9AC54F;
}

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (min-width: 1024px) {
#global-nav ul li {
	display:inline;
	height:35px;
	line-height:35px;
	border-right:1px solid #4E463E;
}
.link{
  margin-top: -20px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 20px; /* 打ち消し用のパディング */
}
}

@media screen and (max-width: 1023px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 65px;
        z-index: 999;
        position: relative;
box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2); 
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
.link{
  margin-top: -70px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 70px; /* 打ち消し用のパディング */
}
}

/****************************************
          TOPページ
*****************************************/
#slider{
	text-align:center;
}
#index_menu{
	list-style:none;
	text-align:center;
	margin:47px 0px;
}
#index_menu li{
	display: inline;
	margin:0px;
	padding:0px;
}
@media screen and (max-width: 1012px) {
#index_menu .line{
	display:none;
}
#index_menu .menu img{
	max-width:290px;
        width:32%;
        height:auto;
}
#index_menu .menu{
border-right:1px solid #ccc;
padding:10px 0px;
}
#index_menu li:nth-child(6){
border-right:none;
}
#index_menu{
	margin:20px 0px 40px 0px;
}
}
.h2_tit{
	border-bottom:1px solid #4E463E;
	margin-bottom:20px;
}
.h2_tit dl{
	overflow:hidden;
	font-size:10px;
	padding:0px 0px 10px 10px;
	margin:0px;
}
.h2_tit dt{
	float:left;
	width:50%;
	margin:0px;
	padding:0px;
}
.h2_tit dd{
	float:right;
	width:50%;
	margin:0px;
	padding:0px;
	text-align:right;
	color:#2B7037;
}
.medical_btn{
	margin:0px;
	padding:0px;
	list-style:none;
}
.medical_btn li{
	float:left;
	margin:0px;
	padding:0px;
}
.info_list{
	margin:0px;
	padding:0px;
	list-style:none;
}
.info_list li{
	border-bottom:dashed 1px #4E463E;
	margin:0px;
	padding:20px 0px 20px 15px;
}
.info_list dl{
	margin:0px;
	padding:0px;
}
.info_list dt{
	width:20%;
	float:left;
	color:#837E78;
}
.info_list dd{
	margin-left:20%;
}
@media screen and (max-width: 989px) {
.medical_btn li{
width:25%;
height:auto;
}
.medical_btn li img{
width:100%;
height:auto;
}

}
@media screen and (max-width: 640px) {
.info_list dt{
	width:100%;
	color:#837E78;
}
.info_list dd{
	width:100%;
	margin:0px;
	padding:0px;
}	
}
.info_list dd a{
	color:#2B7037;
	text-decoration:underline;
}
.info_list dd a:hover{
	color:#2B7037;
	text-decoration:none;		
}
.more{
	margin:20px 0px 0px 15px;
}



.medical_btn-2{
	margin:0px;
	padding:0px;
	list-style:none;
}
@media screen and (min-width: 990px) {
.medical_btn-2 li{
	float:left;
	margin:0px;
	padding:0px;
}
.medical_btn-2 li img{
max-width:105px;	
width:100%;
height:auto;
}
}
@media screen and (max-width: 989px) {
.medical_btn-2 li{
float:left;
margin:0px;
padding:0px;
width:20%;
height:auto;
}
.medical_btn-2 li img{
width:100%;
height:auto;
}
}
@media screen and (max-width: 576px) {
.medical_btn-2 li{
float:left;
margin:0px;
padding:0px;
width:33.333%;
height:auto;
}
.medical_btn-2 li img{
width:100%;
height:auto;
}
}

/****************************************
          sidebar
*****************************************/
#sidebar{
	color:#4E463E;

}
.side_tit{
	font-size:11px;
	color:#4E463E;
	border-bottom:1px solid #4E463E;
}
.side_tit02{
	font-size:11px;
	color:#4E463E;
	border-bottom:1px dashed #4E463E;
}	
.side_banner{
	list-style:none;
	margin:0px 0px 30px 0px;
	padding:0px;
	text-align:center;
}
.side_banner img{

	margin:0px 0px 17px 0px;
	padding:0px;
}
.map_bottom{
	overflow:hidden;
	margin-bottom:10px;
}
.map_bottom .left{
	width:50%;
	float:left;
}
.map_btn{
	margin:10px 0px 0px 0px;
	width:50%;
	float:right;
	text-align:right;
}
.yoyaku{
	margin:20px 0px 0px 0px;
}
.pdf{
	margin:25px 0px 20px 0px;
text-align:right;
}
.pdf02{
	margin:5px 0px 20px 0px;
text-align:right;
}
.font_s{
	font-size:10px;
}
.font_s2{
	font-size:0.9em;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/****************************************
          footer
*****************************************/
#footer{
	width:100%;
	margin:60px 0px 0px 0px;
	padding:80px 0px 30px 0px;
	border-top: solid 10px #CADA28;
	font-size:11px;
}
#footer h3{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#4E463E;
}
#footer a{
	color:#4E463E;
	text-decoration:none;
}
#footer a:hover{
	color:#4E463E;
	text-decoration:underline;
}
.f_menu01 .left{
	width:55%;
	float:left;
}
.f_menu01 .right{
	width:45%;
	float:right;
}
.f_menu02 .left{
	width:55%;
	float:left;
}
.f_menu02 .right{
	width:45%;
	float:right;
}
.f_menu03 .left{
	width:65%;
	float:left;
}
.f_menu03 .right{
	width:35%;
	float:right;
}
#footer .list01{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer .list02{
	margin:0px 0px 0px 15px;
	padding:0px;
}
#footer .list01 li, #footer .list02 li{
	margin:0px 0px 7px 0px;
	padding:0px;
}
#copyright{
	text-align:center;
	font-size:12px;
	color:#4E463E;
	margin-top:70px;
}
@media screen and (max-width: 640px) {
.f_menu01 .left, .f_menu02 .left, .f_menu03 .left{
	width:50%;
	float:left;
padding-left:20px;
}
.f_menu01 .right, .f_menu02 .right, .f_menu03 .right{
	width:50%;
	float:right;
padding-left:20px;
}
.f_menu01, .f_menu02, .f_menu03{
	margin-bottom:30px;
}
#copyright{
	text-align:center;
	font-size:12px;
	color:#4E463E;
	margin-top:40px;
}

}

/****************************************
          single
*****************************************/
.title{
font-size:22px;
font-weight:bold;
border-bottom:1px #4E463E dashed;
}
.info_list .kaigo, .news_day .kaigo{
padding:1px 10px;
font-size:11px;
border-radius:5px;
background-color:#80B529;
}
.info_list .iryou, .news_day .iryou{
padding:1px 10px;
font-size:11px;
border-radius:5px;
background-color:#E19142;
}
.info_list .kaigo a, .info_list .kaigo a:hover,
.info_list .iryou a, .info_list .iryou a:hover,
.news_day .kaigo a, .news_day .kaigo a:hover,
.news_day .iryou a, .news_day .iryou a:hover{
color:#fff;
text-decoration: none;
}
.news_day{
margin:0px;
padding:0px;
text-align:right;
}
.navigation{
width:70%;
margin:50px auto;
overflow:hidden;
}
.navigation .alignleft{
width:50%;
float:left;
}
.navigation .alignright{
width:50%;
float:right;
text-align:right;
}
.navigation a{
    color: #2B7037;
}
.navigation a:hover{
    color:#9AC54F;
}


/****************************************
          下層
*****************************************/
.tit_img{
	margin:0px 0px 10px 0px;
	padding:0px;
}
.tit_list{
	margin-bottom:35px;
	font-size:14px;
	
}
.tit_list a{
	display:block;
	background:#fff;
	color:#2B7037;
	text-decoration:none;
	border:1px solid #717071;
	padding:3px 0px;
}
.tit_list a:hover{
	display:block;
	background:#E6F0CE;
	color:#2B7037;
	text-decoration:none;
	border:1px solid #717071;
	padding:3px 0px;
}
.tit_list .current a{
	background:#E6F0CE;
}
.menu_left a{
	margin:0px 5px 0px 15px;
}
.menu_center a{
	margin:0px 5px;
}
.menu_right a{
	margin:0px 15px 0px 5px;
}

@media screen and (max-width: 1023px) {
.menu_left a{
	margin:0px 5px 10px 5px;
}
.menu_center a{
	margin:0px 5px 10px 5px;
}
.menu_right a{
	margin:0px 5px 10px 5px;
}
}
@media screen and (max-width: 640px) {
.menu_left a, .menu_center a, .menu_right a{
	margin:0px 15px 5px 15px;
}
}
.kasou_tit{
	font-size:16px;
	font-weight:bold;
	color:#2B7037;
}
.tit01{
	color:#2B7037;
	font-weight:bold;
	border-bottom:dashed 1px #2B7037;
	font-size:16px;
}
.tit02{
	font-weight:bold;
	color:#2B7037;
	font-size:14px;
	margin:20px 0px 15px 0px;
	padding:0px;
}

.card{
padding-top:50px;
}
@media screen and (max-width: 640px) {
.card{
padding-top:10px;
}
}
.touseki_btn{
list-style:none;
margin:0px 0px 15px 0px;
padding:0px;
}
.touseki_btn li{
margin:0px 0px 5px 0px;
padding:0px;
}
.touseki_box{
border:1px solid #727171;
height:100%;
}
.box_left{
	margin:0px 5px 0px 15px;
}
.box_center{
	margin:0px 5px;
}
.box_right{
	margin:0px 15px 0px 5px;
}
@media screen and (max-width: 640px) {
.box_left, .box_center, .box_right{
	margin:0px 15px 5px 15px;
}
}
.touseki_box dl{
margin:0px;
padding:0px;
overflow:hidden;
}
.touseki_box dt{
width:70%;
float:left;
color:#2B7037;
font-weight:bold;
font-size:16px;
padding:5px;
}
.touseki_box dd{
width:30%;
float:right;
text-align:center;
background:#2B7037;
color:#fff;
padding:5px;
}
.touseki_box p{
padding:10px;
}
.touseki_box02{
border:1px solid #727171;
padding:10px;
margin-top:10px;
}
.touseki_box02 h4{
color:#2B7037;
font-weight:bold;
font-size:16px;
padding:0px;
margin:0px;
}
.touseki_box02 p{
margin0px;
padding:10px 10px 0px 10px;
}
.kakaku, .kakaku02{
margin-left:15px;
color:#2B7037;
font-weight:bold;
}
.kakaku dt{
background-image:url(images/list_01.png);
background-repeat:no-repeat;
background-position:0px 3px;
padding:0px 0px 0px 15px;
margin:0px;
float:left;
}
.kakaku02 dt{
background-image:url(images/list_01.png);
background-repeat:no-repeat;
background-position:0px 3px;
padding:0px 0px 0px 15px;
margin:0px;
float:left;
width:33%;
}
@media screen and (max-width: 640px) {
.kakaku02 dt{
background-image:url(images/list_01.png);
background-repeat:no-repeat;
background-position:0px 3px;
padding:0px 0px 0px 15px;
margin:0px;
float:left;
width:60%;
}
}
.kakaku dd{
}
.green_box{
background-color:#E7F1CF;
padding:10px 15px;
font-size:0.9em;
color:#71655B;
}
.maru_list{
list-style:none;
margin:0px;
padding:0px;
}
.maru_list li{
background-image:url(images/list_01.png);
background-repeat:no-repeat;
background-position:0px 3px;
padding:0px 0px 0px 20px;
margin:0px;
}
.maru_list li a{
color:#2B7037;
font-weight:bold;
text-decoration:underline;
}
.maru_list li a:hover{
color:#2B7037;
font-weight:bold;
text-decoration:none;
}
.eiyou_box{
border-top:dashed 1px #2B7037;
padding:15px 0px;
}
.eiyou_box h3{
	font-weight:bold;
	color:#2B7037;
	font-size:14px;
	margin:0px 0px 15px 0px;
	padding:0px;
}
.eiyou_box p{
font-weight:normal;
}
.eiyou_menu{
background-color:#F0EFE9;
padding:0px 10px;
}
.eiyou_menu p{
padding-bottom:10px;
}
.border_box{
border:1px solid #666;
padding:3px 15px;
}
.list_green{

}
.list_green li{
	font-weight:bold;
	color:#2B7037;
	font-size:14px;
}

@media screen and (min-width: 641px) {
.sp{
display:none;
}
}
@media screen and (max-width: 640px) {
.pc{
display:none;
}
}
@media screen and (min-width: 768px) {
.sp-2{
display:none;
}
}
@media screen and (max-width: 767px) {
.pc-2{
display:none;
}
}
/****************************************
          テーブル
*****************************************/
table tbody th{
    border: 1px solid #666!important;
    background-color: #D0E4D6!important;
color:#2B7037!important;
}
table tbody td{
    border: 1px solid #666!important;
    background-color: #fff!important;
}
/****************************************
          お問い合わせ
*****************************************/
@media screen and (min-width: 641px) {
.form_tit{
text-align:right;
}
}
@media screen and (max-width: 640px) {
.form_tit{
text-align:left;
}
}
.form .red{
color:#EC242C;
font-size:0.9em;
}
.tel{
font-size:30px;
font-weight:bold;
color:#2BA6CB;
}
.mail a{
font-size:22px;
font-weight:bold;

text-decoration:none;
}
.mail a:hover{
font-size:22px;
font-weight:bold;

text-decoration:underline;
}
/****************************************
          求人
*****************************************/
.rec_01{
border-left: 10px solid #F39800;
font-weight:bold;
font-size:16px;
margin:20px 15px;
}
.rec_02{
border:1px solid #ccc;
font-weight:bold;
font-size:14px;
margin:0px 15px 20px 15px;
padding:15px;
border-radius:5px;
}
.blue{
color:#0066CC;
font-weight:bold;
}
.rec_02 a{
color:#0066CC;
font-weight:bold;
text-decoration:underline;
}
.rec_02 a:hover{
color:#0066CC;
font-weight:bold;
text-decoration:none;
}
.link_green a{
color:#2B7037;
font-weight:bold;
text-decoration:underline;
}
.link_green a:hover{
color:#2B7037;
font-weight:bold;
text-decoration:none;
}

/*----------------------------------------------------
  求人　table
----------------------------------------------------*/
.rec_tb th  { width: 30%; text-align: left;}
 
@media only screen and (max-width:640px){
    .rec_tb { margin: 0 -10px; }
    .rec_tb th,
    .rec_tb td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .rec_tb tr:first-child th { border-top: 1px solid #ddd; }
}

.rec_tb02 .column-1  { 
width: 30%;
text-align: left;
border: 1px solid #666 !important;
background-color: #D0E4D6 !important;
color: #2B7037 !important;
}
 
@media only screen and (max-width:640px){
    .rec_tb02 table { margin: 0 -10px; }
    .rec_tb02 .column-1,
    .rec_tb02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .rec_tb02 tr:first-child th { border-top: 1px solid #ddd; }
}

/****************************************
          クリニック
*****************************************/
.line_B{
border-bottom:dashed 1px #2B7037;
}
.name{
font-weight:bold;
font-size:16px;
}
/****************************************
          透析のこだわり
*****************************************/
.kodawari_img{
list-style:none;
margin:0px;
padding:0px;
}
.kodawari_img li{
margin:0px 0px 10px 0px;
padding:0px;
}
/****************************************
          スタッフ紹介
*****************************************/
.staff_box{
padding:20px 0px 0px 0px;
margin:0px;
}
.staff_box h3{
font-size:14px;
font-weight:normal;
color:#2B7037;
margin-bottom:0px;
}
.staff_box p{
}
/****************************************
          外来診療
*****************************************/
.gairai_btn{
overflow:hidden;
list-style:none;
margin:0px;
padding:0px;
}
.gairai_btn li{
float:left;
margin:0px 15px 15px 0px;
}
/****************************************
          栄養指導
*****************************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/****************************************
          リンク集
*****************************************/
.link_list{
list-style:none;
}
.link_list li{
background-image:url(images/list_mark.png);
background-repeat:no-repeat;
background-position:0px 3px;
padding:0px 0px 0px 22px;
font-size:15px;
margin-bottom:10px;
}
.link_list li a{
color:#000;
text-decoration:underline;
}
.link_list li a:hover{
color:#000;
text-decoration:none;
}

/****************************************
          スライダー
*****************************************/
#bxslider{
	margin: 0px auto;
	width: 100%;
	max-width: 990px;/*使用画像の幅*/
}
    ul.slider01 {  
    padding: 0;  
    margin: 0;  
    }  
.bx-controls-direction{
z-index:10;
}


/****************************************
          アーカイブ
*****************************************/
.archive_list{
list-style:none;
overflow:hidden;
margin:0px 0px 15px 0px;
padding:0px;
}
.archive_list li{
width:30%;
float:left;
text-align:center;
margin:5px;
}
.archive_list li a{
display:block;
background-color:#2B7037;
color:#fff;
font-weight:bold;
border-radius:5px;
padding:2px 0px;
}
.archive_list li a:hover{
background-color:#558D5F;
}


/****************************************
         メディカルフィットネス
*****************************************/
.brown{
color:#564a41;
}
.alk_tit01{
	color:#72655b;
	font-weight:bold;
	font-size:15px;
}
.alk_tit02{
	font-weight:bold;
	color:#2B7037;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.alk_tit03{
	color:#72655b;
	font-weight:bold;
	font-size:14px;
}
.alk_01 img{
margin-bottom:25px;
}
.alk_banner{
text-align:right;
}
.alk_02{
overflow:hidden;
margin-top:15px;
}
.alk_02 img{
float:left;
margin-right:10px;
}
.alk_03{
border:solid 1px #2b7037;
border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
padding:15px 0px;
}
.alk_03 h4{
font-weight:bold;
color:#2b7037;
font-size:18px;
text-align:center;
}
.alk_list{
margin-top:50px;
}
.alk_list dt{
clear: both;
}
.alk_list dt{
	color:#72655b;
	font-weight:bold;
	font-size:15px;
}
.alk_list dd{
color:#564a41;
margin-bottom:30px;
overflow:hidden;
}
.alk_list .list01 li{
float:left;
margin-right:30px;

}
.alk_list .list01{

}

.bg_brown{
background-color:#72655b;
color:#fffcdb;
padding:25px 0px;
}
.bg_brown .txt01{
color:#fffcdb;
}
.bg_brown h2{
font-size:16px;
font-weight:bold;
}
.bg_brown .tel{
font-size:20px;
color:#fffcdb;
font-weight:bold;
line-height:26px;
margin:15px 0px 10px 0px;
}
.bg_brown .tel img{
margin-right:5px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-right:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 1023px) {
.tb_center{
text-align:center;
}
}
@media screen and (max-width: 640px) {
.alk_tit01,.alk_tit02,.alk_tit03{
text-align:center;
}
.sp_center{
text-align:center;
}
.alk_banner{
text-align:center;
}
.alk_03{
margin:30px auto 0px auto;
}
.ggmap {
margin-top:20px;
margin-right:0px;
}
}


.box-link{
border: 1px solid #ccc;
padding:5px;

}


/****************************************
         追加
*****************************************/

@media screen and (min-width: 768px) {
.text-md-center{
	text-align: center;
}
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.font_b_gray{
font-size:16px;
font-weight: bold;
}
.gray{
	color: #666;
}
.border-green{
	border: 2px solid #3a7845;
}
a.btn-green{
	display: block;
	background: #3a7845;
	color: #fff;
	border: 2px solid #3a7845;
	margin: auto;
	font-weight: bold;
	text-align: center;
}
a:hover.btn-green{
	display: block;
	background: #fff;
	color: #3a7845;
	border: 2px solid #3a7845;
	margin: auto;
	font-weight: bold;
}
a.btn-green-line{
	display: block;
	background: #fff;
	color: #3a7845;
	border: 2px solid #3a7845;
	margin: auto;
	font-weight: bold;
	text-align: center;
}
a:hover.btn-green-line{
	display: block;
	background: #3a7845;
	color: #fff;
	border: 2px solid #3a7845;
	margin: auto;
	font-weight: bold;
}
@media screen and (min-width: 992px) {
.alk-logo img{
	margin-top: -42px;
}
}
.alk-logo img{
	margin-bottom: 10px;
}


