﻿@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
	font-size: 18px;
    line-height: 1.4;
    color: #333333;
    min-width: 1100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header, section, footer, aside, nav, main, article, figure, picture {
    display: block;
}
/*----------------------------------------
  common
----------------------------------------*/
a {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
}
a:hover {
/*
	text-decoration: underline;
*/
}
a:active {
}
.clearfix:after,
.inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

#header-h1 {
    font-size: 0;
    line-height: 0;
}


/*----------------------------------------
  common --- NEXT PAGE
----------------------------------------*/
.bold { font-weight: bold; }
.unline { text-decoration: underline; }


/*----------------------------------------
    ナビゲーション
----------------------------------------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

#address_sp {
  display: none;
}
.gblnv_box {
  display: none;
}


/*----------------------------------------
  header
----------------------------------------*/
header {
    width: 100%;
    z-index: 100;
    top: 0;
}

.head_area {
    width: 100%;
    z-index: 100;
    top: 0;
}

.headinfo {
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    padding: 0px 0px 5px 0px;
    position: fixed;
    box-shadow:0px 0 10px #d9d9d9;
}
.logo_area {
    float: left;
    padding-top: 13px;
    padding-bottom: 7px;
}
.logo_area img {
    width: 400px;
}


.head_menu {
    float: right;
    padding-top: 35px;
}
ul.menu_list {
}
ul.menu_list li {
    float: left;
    margin-left: 30px;
}
ul.menu_list li a {
    color: #000000;
    font-size: 18px;
    letter-spacing: 1.5px;
}
ul.menu_list li a:hover {
    color: #e95709;
}


.top_pc { display: block; }
.top_sp { display: none; }

.next_pc { display: block; }
.next_sp { display: none; }


.head_sp {
    display: none;
}

.head_slide {
    margin: 0px auto 0px;
    text-align: center;
    position: relative;
    z-index: 20;
    padding-top: 91px;
}


/*----------------------------------------
    head_cmnt
----------------------------------------*/
#head_cmnt {
    margin: 0 auto;
    width: 100%;
    position: absolute;
/*
    top: 70%;
    top: 45%;
*/
    top: 70%;
    left: 20px;
    z-index: 30;
}

#head_cmnt .msg99 {
    letter-spacing: 1.3px;
    font-size: 32px;
	font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    color: #ff0000;
    text-align: center;
    line-height: 2;
	text-shadow: 0 0 1px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #000000, 0 0 20px #ffffff, 0 0 25px #ffffff, 0 0 30px #ffffff, 0 0 35px #ffffff;
/*
    font-weight: bold;
	text-shadow: 0 0 1px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #000000, 0 0 20px #ffffff, 0 0 25px #ffffff, 0 0 30px #ffffff, 0 0 35px #ffffff;
	text-shadow: 0 0 1px #999999, 0 0 5px #999999, 0 0 10px #999999, 0 0 15px #999999, 0 0 20px #999999, 0 0 25px #999999, 0 0 30px #999999, 0 0 35px #999999;
*/
}

#head_cmnt .msg24 {
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}


#head_cmnt .msg00 {
    letter-spacing: 1.8px;
    font-size: 38px;
    font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 1.7;
}
#head_cmnt .msg00 .ln01 {
    font-size: 44px;
    color: #ffffff;
    padding: 25px 30px;
    background: rgba(0, 0, 0, 0.5);
}

#head_cmnt .msg00 .ln03 {
    font-size: 32px;
}
#head_cmnt .msg00 a {
    color: #ffffff;
    background-color: #ff9900;
    padding: 10px 40px;
    font-size: 26px;
    border-radius: 20px;
    -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
    -moz-border-radius: 20px; /* Firefox用 */
    -o-border-radius: 20px; /* opera用 */
    behavior: url('PIE.htc');/* IE用 */
}


#head_cmnt .msg01 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: 1.2px;
    padding: 0px 0px 40px 20px;
	text-shadow: 0 0 1px #000000, 0 0 5px #000000, 0 0 10px #000000, 0 0 15px #000000, 0 0 20px #000000, 0 0 25px #000000, 0 0 30px #000000, 0 0 35px #000000;
}
#head_cmnt .msg02 {
    font-size: 24px;
    padding: 0px 20px 0px 20px;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 1.5px;
	text-shadow: 0 0 1px #000000, 0 0 5px #000000, 0 0 10px #000000, 0 0 15px #000000, 0 0 20px #000000, 0 0 25px #000000, 0 0 30px #000000, 0 0 35px #000000;
}


@media screen and (max-width: 1100px) {
.headinfo {
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    padding: 0px 10px 5px 10px;
    position: fixed;
    box-shadow:0px 0 10px #d9d9d9;
  }
.logo_area {
    float: left;
    padding-top: 12px;
    padding-bottom: 5px;
  }
.head_menu {
    float: right;
    padding-top: 35px;
    padding-right: 20px;
  }


#head_cmnt {
    top: 23%;
/*
    top: 33%;
*/
  }
#head_cmnt .msg99 {
    letter-spacing: 1.3px;
    font-size: 27px;
    color: #ff0000;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

#head_cmnt .msg01 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: 1.2px;
    padding: 0px 0px 40px 20px;
	text-shadow: 0 0 1px #333333, 0 0 5px #333333, 0 0 10px #333333, 0 0 15px #333333, 0 0 20px #333333, 0 0 25px #333333, 0 0 30px #333333, 0 0 35px #333333;
  }
#head_cmnt .msg02 {
    font-size: 24px;
    padding: 0px 20px 0px 20px;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 1.5px;
	text-shadow: 0 0 1px #333333, 0 0 5px #333333, 0 0 10px #333333, 0 0 15px #333333, 0 0 20px #333333, 0 0 25px #333333, 0 0 30px #333333, 0 0 35px #333333;
  }
#head_cmnt .spot {
    color: #ffff00;
    font-size: 50px;
    letter-spacing: 1.5px;
    padding-top: 40px;
	text-shadow: 0 0 1px #333333, 0 0 5px #333333, 0 0 10px #333333, 0 0 15px #333333, 0 0 20px #333333, 0 0 25px #333333, 0 0 30px #333333, 0 0 35px #333333;
    text-align: center;
  }
}


.recruit_icon {
    position: fixed;
    text-align: right;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
}
.recruit_icon img {
    width: 120px;
    height: 120px;
}



/*----------------------------------------
    article
----------------------------------------*/
article {
}


/*----------------------------------------
    title
----------------------------------------*/
.top_ttl {
    margin-top: 15px;
    margin-bottom: 15px;
	text-align: center;
	font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    color: #744b28;
    font-size: 40px;
    letter-spacing: 4px;
}
.top_ttl span {
	background: linear-gradient(transparent 95%, #744b28 0%);
}

.top_ttl_w {
    margin-top: 15px;
    margin-bottom: 15px;
	text-align: center;
	font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
}
.top_ttl_w span {
	background: linear-gradient(transparent 95%, #ffffff 0%);
}


/*----------------------------------------
    notice
----------------------------------------*/
#notice {
    width: 100%;
    margin: 60px auto 30px;
    position: relative;
}
.top_note {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}
.top_note a {
    color: #000000;
    text-decoration: underline;
}
.top_note a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.top_note .s01 {
    font-size: 30px;
    color: #ff0000;
}

.note_date {
    text-align: right;
    color: #ff0000;
    font-size: 28px;
    padding-right: 8%;
}

#notice img {
    width: 100%;
}


/*----------------------------------------
    bnr_area01
----------------------------------------*/
#bnr_area01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#bnr_area01 ul.bnr_01 {
    margin-top: 0px;
    width: 100%;
}
#bnr_area01 ul.bnr_01 li {
    float: left;
    margin: 10px 10px;
    width: 530px;
}

/*
.w98 { width: 98%; }
.w99 { width: 99%; }
.w100 { width: 100%; }
*/
.line_grey { border: 1px solid #989898; }
.line_pink { border: 1px solid #e4067c;  }
.line_brown { border: 1px solid #a64d20;  }

#bnr_area01 ul.bnr_01 li img {
    width: 100%;
    border-radius: 15px;
}


/*----------------------------------------
    bnr_area05
----------------------------------------*/
#bnr_area05 {
    width: 100%;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background-color: #ffffff;
}
#bnr_area05 .area05_L {
    float: left;
    width: 41%;
}
#bnr_area05 .area05_R {
    float: right;
    width: 58%;
}


.bnrareabk {
	background-size:cover;
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.flex-container {
/*  -webkit-align-content: space-between;
    align-content: space-between;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*
.fa-chevron-right {
	color: #cc0000;
}
*/

#bnr_area05 .area05_L ul {
    overflow: hidden;
}
#bnr_area05 .area05_L ul li {
    float: left;
    width: 50%;
}

.minbnr {
    margin: 5px 25px 20px 25px;
    color: #323232;
    background: #f1f1f1;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    display: block;
}
.minbnr a:hover {
	opacity: 0.5;  
	filter: alpha(opacity=50);
}

.minbnr .mintext {
    font-size: 16px;
    background-color: #f1f1f1;
    color: #323232;
    text-align: center;
    line-height: 1.4;
    padding: 0px;

}
.minbnr .mintext p {
    padding-top: 5px;
}
.minbnr .mintext p.line2 {
    padding-top: 2px;
}

.bnr_m {
    display: none;
}

.minbnr img {
	width: 100%;
    border-radius: 10px;
    margin: 0px auto;
}

.circle {
    width: 160px;
    height: 190px;
    margin: 0px auto;
}
.circle_img img {
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%; /* Safari,Google Chrome用 */
    -moz-border-radius: 100%; /* Firefox用 */
    -o-border-radius: 100%; /* opera用 */
    behavior: url('PIE.htc');/* IE用 */
    overflow:hidden;
}
.circle:hover {
	opacity: 0.5;  
	filter: alpha(opacity=50);
}



#bnr_area05 .area05_R ul {
    overflow: hidden;
}
#bnr_area05 .area05_R ul li {
    margin-bottom: 25px;
}
#bnr_area05 .area05_R ul li img {
    width: 100%;
}
#bnr_area05 .area05_R ul li:hover {
	opacity: 0.6;  
	filter: alpha(opacity=50);
}


/*----------------------------------------
    bnr_area03
----------------------------------------*/
#bnr_area03 {
    background: url(../images/top/bg_area03.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto 20px;
    padding-top: 5px;
    padding-bottom: 30px;
    position: relative;
}

.area03_msg {
    color: #744b28;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 20px 50px 50px 50px;
}

.area03_btn {
	text-align: center;
    margin:0 auto;
}
.area03_btn .p03 {
    display:inline-block;
	width: 350px;
    background-color: #2fcb16;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	border: none;
	border-style: none;
}
.area03_btn .p03 a {
    color: #ffffff;
    font-size: 22px;
    line-height: 3;
    letter-spacing: 1px;
}

.area03_btn .p03:hover {
	opacity: 0.7;  
	filter: alpha(opacity=50);
}


/*----------------------------------------
    bnr_area06
----------------------------------------*/
#bnr_area06 {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    position: relative;
}

.area06_box {
	text-align: center;
    margin:0 auto;
}
.area06_box .p06 {
    display:inline-block;
    width: 22%;
    height: 220px;
    background-color: #f9b526;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 3.5%;
	border: none;
	border-style: none;
    color: #ffffff;
    font-size: 18px;
    vertical-align: top;
}
.area06_box .p06 a {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
}
.area06_box .p06 img {
    padding-top: 20px;
}

.area06_box .p06:hover {
	opacity: 0.7;
	filter: alpha(opacity=50);
}

.area06_box .p06_c {
    display:inline-block;
    width: 22%;
    height: 220px;
    background-color: #f9b526;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
	border: none;
	border-style: none;
    color: #ffffff;
    font-size: 18px;
    vertical-align: top;
}
.area06_box .p06_c a {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
}
.area06_box .p06_c img {
    padding-top: 20px;
}

.area06_box .p06_c:hover {
	opacity: 0.7;
	filter: alpha(opacity=50);
}


/*----------------------------------------
    bnr_area04
----------------------------------------*/
#bnr_area04 {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

.spcmnt {
    position: relative;
    margin-top: 5px;
}
.sp02 {
    color: #000000;
    text-align: left;
    font-size: 26px;
    padding-bottom: 50px;
    background: url(../images/top/circle.png) no-repeat;
    padding-left: 20px;
    padding-top: 21px;
}
.cmnt_orange {
    color: #ff6507;
}

.sp03 {
    font-size: 16px;
    padding-bottom: 10px;
}


ul.spclist {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
ul.spclist li {
    float: left;
    width: 360px;
    margin: 0px 3px;
}

.specialist {
}

.specialist .specialistL {
    position: relative;
    float: left;
    width: 170px;
}
.specialist .specialistL img {
    width: 100%;
}

.specialist .specialistR {
    float: right;
    padding: 5px;
    width: 180px;
    height: 179px;
    background-color: #fab61f;
    position: relative;
    text-align: center;
    line-height: 1;
}


.spmsg01 {
    font-size: 18px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding-bottom: 2px;
    letter-spacing: 1.2px;
}
.spmsg02 {
    font-size: 18px;
    letter-spacing: 1.2px;
}
.spmsg03 {
    border-bottom: 2px solid #ffffff;
    margin: 1px 5px 6px 5px;
}
.spmsg04 {
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    margin: 0px 5px 7px 5px;
    line-height: 1.5;
}
.specialistR a {
    display: block;
    position: relative;
    font-size: 15px;
    background-color: #ffffff;
    color: #f9810d;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
	border-radius: 10px;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 10px;
}
.specialistR a:hover {
    background-color: #ff0000;
    color: #ffffff;
}


/*----------------------------------------
  medical_menu
----------------------------------------*/
#medical_menu {
    width: 100%;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}
#medical_menu .medical_menu_L {
    float: right;
    width: 49%;
}
#medical_menu .medical_menu_R {
    float: left;
    width: 50%;
    background-color: #fab61f;
    height: 790px;
}

.calendar {
    background-color: #076cb6;
    padding: 8px;
    margin-bottom: 10px;
}
.cale_ttl {
    color: #ffffff;
    border-left: 12px solid #0d99fd;
    padding-left: 10px;
    letter-spacing: 2px;
}


.medical_menu_m {
    display: none;
}

.medical_img {
    position: relative;
    float: right;
    margin-top: 80px;
}

.medical_cont {
    padding-top: 70px;
    border-top: 10px solid #bd030a;
}

.medical_ttl {
    position: relative;
    margin-top: -60px;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 4px;
}
.medical_ttl_e {
    position: relative;
    margin-top: -5px;
    text-align: center;
    color: #ff0000;
    font-size: 20px;
    letter-spacing: 1px;
}

.mecical_info {
    color: #000000;
    padding-left: 45px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 20px;
}

ul.medical_sbjlist {
    position: relative;
    margin-top: -25px;
    margin-left: 45px;
    margin-right: 45px;
}
ul.medical_sbjlist li {
    background-color: #ffffff;
    margin: 5px auto 6px;
    padding: 7px 10px;
    display: block;
}
a.medical_sbjitm {
    color: #000000;
    border-left: 4px solid #bd030a;
    padding-left: 10px;
    letter-spacing: 1.5px;
    display: block;
}
.medical_sbjitm_e {
    color: #00980d;
    font-size: 12px;
    padding-left: 10px;
    letter-spacing: 1px;
}

.medical_menu_m2 {
    display: none;
}
a.medical_sbjitm2 {
    color: #000000;
    border-left: 4px solid #bd030a;
    padding-left: 10px;
    letter-spacing: 1.5px;
    display: block;
}
.medical_sbjitm_e2 {
    color: #00980d;
    font-size: 12px;
    padding-left: 10px;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    margin-top: -25px;
    margin-left: 200px;
}


/*----------------------------------------
    map_area
----------------------------------------*/
#map_area {
    clear: both;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    background-color: #ffffff;
}
.map_container {
    overflow: hidden;
    height: 480px;
    width:100%;
}


/*----------------------------------------
  footer
----------------------------------------*/
footer {
    clear: both;
    margin: 0 auto;
    background: url(../images/top/foot_line.png) repeat-x;
    position: relative;
    background-color: #ffffff;
}

.gridWrapper{
    padding-bottom: 5px;
    overflow: hidden;
}


footer #footer1 {
	clear: both;
    font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
}
div#footer1 .inner .footerlogo {
    float: left;
    margin-top: 0px;
	margin-right: 20px;
	padding: 20px 0 10px 0;
}

.ft_info {
    text-align: center;
    padding-top: 3px;
}
.ft_info_a {
    font-size: 14px;
    line-height: 1.4;
}
.ft_info_a1 {
    font-size: 14px;
    letter-spacing: 1.2px;
}
.ft_info_b2 {
    padding-top: 3px;
    font-size: 24px;
    color: #fe980e;
    font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
}
.ft_time {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 2px solid #f9b526;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.4;
}


div#footer1 #fNav {
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 25px 0 10px 0;
}
div#footer1 #fNav li.footmenutop {
	float: left;
	margin-right: 0px;
	width: 150px;
    text-align: left;
    border-left: 1px solid #999999;
}
div#footer1 #fNav li.footmenulong {
	float: left;
	margin-right: 0px;
	width: 165px;
    text-align: left;
    border: none;
    padding-left: 5px;
}
div#footer1 #fNav li {
	float: left;
	margin-right: 0px;
	width: 155px;
    text-align: left;
    border-left: 1px solid #999999;
    padding-left: 5px;
}
div#footer1 #fNav li p.fmenucol {
	padding-bottom: 2px;
	color: #744b28;
    font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}
div#footer1 #fNav li a {
	color: #999999;
	text-decoration: none;
}
div#footer1 #fNav li a:hover {
	text-decoration: none;
}

div#footer1 #fNav li ul {
	padding: 2px 0 0 0;
}
div#footer1 #fNav li ul li {
	font-size: 13px;
	float: none;
	width: auto;
	margin-right: 0;
    line-height: 1.5;
    border: none;
}
div#footer1 #fNav li ul li p.dmy {
    line-height: 1.5;
    padding-bottom: 6px;
}
div#footer1 #fNav li ul li a {
	color: #93847a;
	display: block;
	text-decoration: none;
    padding-bottom: 5px;
}
div#footer1 #fNav li ul li a:hover{
	text-decoration: none;
    color: #ff0000;
}

.footadrs2 {
    clear: both;
	margin: 0 auto;
	text-align: right;
}
.footadrs2 p {
	text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #7c7066;
    font-size: 0px;
    line-height: 0px;
}
.footadrs2 strong {
    font-size: 0px;
    line-height: 0px;
}


/*----------------------------------------
  footer banner
----------------------------------------*/
#footer_banner {
    background-color: #edeeee;
    padding: 20px 0px;
}
.f_banner_L {
    float: left;
}
.f_banner_R {
/*
    float: right;
*/
}

ul.banner_area li {
    float: left;
    padding: 6px 6px;
}

.credit {
    padding-top: 3px;
    font-size: 12px;
}
.credit img {
    padding-right: 3px;
    padding-bottom: 3px;
}


/* # Page Top
---------------------------------------------------------------------------- */
/* 
* Scroll top link inside footer, 
* but fixed relative to viewport
*/
#scroll-top {
	position:fixed; 
	z-index:9999; 
	bottom: 0;
	right:0;
	display:inline-block;
	margin:0.9em;
	padding:0.15em 0.5em;
	text-decoration:none;
    margin-bottom: 368px;
}

.page_top {
  position: absolute;
  top: -66px;
  right: 0;
}


/*----------------------------------------
  グーグルマップのスクロール
----------------------------------------*/
#map {
    pointer-events: none;
}


/*----------------------------------------
  ページ内リンク
----------------------------------------*/
/* メインメニュー */
#tg-menu {
  margin-top: -90px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 90px; /* 打ち消し用のパディング */
}

/* 診療他対象動物 */
#tg-target {
  margin-top: -90px;
  padding-top: 90px;
}
/* 診療時間・休診日 */
#tg-time {
  margin-top: -90px;
  padding-top: 90px;
}
/* 夜間診療 */
#tg-outside {
  margin-top: -90px;
  padding-top: 90px;
}
/* 往診 */
#tg-oushin {
  margin-top: -90px;
  padding-top: 90px;
}
/* 初診の方へ */
#tg-first {
  margin-top: -90px;
  padding-top: 90px;
}
/* ペット保険 */
#tg-hoken {
  margin-top: -90px;
  padding-top: 90px;
}
/* クレジットカード */
#tg-credit {
  margin-top: -90px;
  padding-top: 90px;
}
/* ホームドクターより当院をご紹介された飼い主さまへ */
#tg-secondary {
  margin-top: -90px;
  padding-top: 90px;
}
/* サポート体制 */
#tg-support {
  margin-top: -90px;
  padding-top: 90px;
}

/* 設備案内 */
#tg-setsubi {
  margin-top: -90px;
  padding-top: 90px;
}

/* 専門科診療 */
#tg-special02 {
  margin-top: -90px;
  padding-top: 90px;
}
#tg-special03 {
  margin-top: -90px;
  padding-top: 90px;
}

/* トリミングカレンダー */
#tg-trim_calendar {
  margin-top: -90px;
  padding-top: 90px;
}





/* ごあいさつ */
#tg-greeting {
  margin-top: -90px;
  padding-top: 90px;
}

/* 伊藤大輔 先生 */
#tg-special02 {
  margin-top: -90px;
  padding-top: 90px;
}
/* 木村太郎 先生 */
#tg-special03 {
  margin-top: -90px;
  padding-top: 90px;
}

/* 村林里奈 先生 */
#tg-skin {
  margin-top: -90px;
  padding-top: 90px;
}
/* 伊藤大輔 先生 */
#tg-heart {
  margin-top: -90px;
  padding-top: 90px;
}
/* 木村太郎 先生 */
#tg-orthopedics {
  margin-top: -90px;
  padding-top: 90px;
}

