﻿@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.5;
    color: #323232;
    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: #656565;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #006533;
/*
	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: 1000px;
    margin: 0 auto;
}
.inner_mn {
    width: 1080px;
    margin: 0 auto;
}

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

.msg_pc { display: block; }
.msg_sp { display: none; }


/*----------------------------------------
  common --- NEXT PAGE
----------------------------------------*/
a.next_a {
	color: #0000ff;
	text-decoration: underline;
}
a.next_a:visited {
}
a.next_a:hover {
	color: #f58233;
/*
	text-decoration: underline;
*/
}
a.next_a:active {
}

.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
----------------------------------------*/
.head_area {
    width: 100%;
    z-index: 100;
    position: fixed;
}
.headinfo {
    height: 119px;
    width: 100%;
    z-index: 100;
    color: #ffffff;
    background: url(../images/common/bg_head.png) repeat-x;
}
.logo_area {
    float: left;
    margin-top: 13px;
}
.adrs_area {
    float: right;
    text-align: left;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.3;
}
.adrs_a {
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.adrs_b {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3.7px;
}


header {
    margin: 0 auto;
    text-align: center;
/*
    margin-top: -5px;
*/
    position: relative;
    padding-top: 171px;
    padding-bottom: 15px;
}



/*----------------------------------------
   header --- NEXT PAGE
----------------------------------------*/
.head_back {
    background: url(../images/common/bg_next.png) repeat-x;
}
.next_head {
    float: left;
}


/*----------------------------------------
  nav
----------------------------------------*/
.global_navi {
    background-color: #cbfecc;
    height: 57px;
    margin-bottom: 10px;
    margin-top: -5px;
    z-index: 10;
}
.wrap_fix {
    z-index: 100;
    width: 1080px;
    padding-top: 5px;
    margin: 0 auto;
}
.global_navi ul {
    overflow: hidden;
    position: relative;
    background-color: #cbfecc;
    text-align: center;
}
.global_navi ul li {
    display: table-cell;
    background: url(../images/common/bg_menu.png) no-repeat;
    text-align: center;
    width: 180px;
}

.global_navi ul li a {
    color: #006533;
    font-size: 18px;
    display: block;
    line-height: 2.5;
}
.global_navi ul li a:hover {
    font-weight: bold;
}


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


/*----------------------------------------
    nextpage --- NEXT PAGE
----------------------------------------*/
#nextpage {
    padding: 0px 0 30px;
    padding-top: 171px;
}


/*----------------------------------------
    bnr_top
----------------------------------------*/
#bnr_top {
    padding: 20px 0 0px;
}
#bnr_top ul {
  overflow: hidden;
}
#bnr_top ul li {
  float: left;
  width: 50%;
}
#bnr_top ul li a {
  display: block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#bnr_top ul li a:hover {
    opacity: 0.7;
    color: #5b5b5b;
}
#bnr_top .bnr_bot {
  margin-bottom: 0px;
}
.bnr_box {
    text-align: left;
    margin-top: 5px;
}
p.submn {
    font-size: 16px;
    background: url(../images/common/point01.png) no-repeat;
    font-weight: bold;
    padding: 3px 0px 15px 30px;
}


/*----------------------------------------
    bnr_bottom
----------------------------------------*/
#bnr_bottom {
    padding: 5px 0 10px;
}
#bnr_bottom ul {
    overflow: hidden;
    margin-left: 5px;
}
#bnr_bottom ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 10px;
}
#bnr_bottom ul li a {
  display: block;
  position: relative;
}
#bnr_bottom ul li a:hover {
    opacity: 0.7;
    color: #5b5b5b;
}


/*----------------------------------------
    タイトル
----------------------------------------*/
.md {
	margin-bottom: 10px;
	border-bottom: solid 3px #56b7a3;
    position: relative;
    margin-top: -1px;
}
h3 {
	color: #56b7a3;
    font-size: 0px;
	font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    font-weight: normal;
}

h3.txt {
	color: #56b7a3;
    font-size: 20px;
	font-family: "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
}
.md2 {
	margin-bottom: 10px;
	border-bottom: solid 3px #56b7a3;
    position: relative;
    margin-top: -5px;
}


/*----------------------------------------
    タイトル --- NEXT PAGE
----------------------------------------*/
.nextmd {
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom: solid 5px #10a0df;
    z-index: 20;
}
h2 {
    font-size: 24px;
    padding-left: 35px;
    line-height: 1;
    color: #221814;
    font-weight: normal;
}
h4 {
    font-size: 20px;
    padding-left: 35px;
    line-height: 1;
    color: #221814;
    font-weight: normal;
}
.nextmd_top {
    float: left;
	background: url(../images/common/md_top.png) no-repeat;
    width: 21px;
    height: 22px;
    margin-top: -40px;
    margin-left: 3px;
    z-index: 30;
}
.nextmd2 {
    float: right;
	background: url(../images/common/md_end.png) no-repeat;
    width: 42px;
    height: 30px;
    margin-top: -45px;
    margin-right: 20px;
    z-index: 30;
}


/*----------------------------------------
    promise
----------------------------------------*/
#promise {
    padding: 0px 0 20px;
}
dl.promise {
    margin-left: 5px;
    margin-right: 5px;
}
dl.promise dt {
    margin-bottom: 0px;
}
dl.promise dd {
    position: relative;
    margin-top: -22px;
    margin-left: 25px;
}
.more {
    margin-bottom: 5px;
}


/*----------------------------------------
    news & calendar
----------------------------------------*/
#news_cal {
    padding: 0px 0 20px;
}
#news_cal .news {
    float: left;
    width: 480px;
    margin: 10px;
}
#news_cal .calendar {
    float: left;
    width: 480px;
    margin: 10px;
}

.news .news_area {
    margin: 0px auto;
    padding-top: 5px;
}
.calendar .calendar_area {
    margin: 0px auto;
    padding-top: 5px;
}


/*----------------------------------------
    address
----------------------------------------*/
#address .clinic_map {
    margin: 0px auto 30px;
}



/*----------------------------------------
  footer
----------------------------------------*/
footer {
    padding: 20px 0 5px;
/*
    background: url(../images/common/bg_footer.png) repeat-x;
*/
    background-color: #57b8a3;
}
footer .main_inner {
  position: relative;
}


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

footer .gridL {
    float:left;
    width: 40%;
    padding-top: 10px;
}
footer .gridR {
    float:left;
    width: 60%;
    padding-top: 30px;
}


.gridL .footinfo {
    padding-left: 10px;
    padding-top: 15px;
}
.fadrs_a {
    font-size: 16px;
    padding-top: 5px;
}
.fadrs_c {
    font-size: 16px;
}
.fadrs_d {
    font-size: 16px;
}
.fadrs_line {
    padding: 5px 0;
}



.gridR ul.guid {
    margin-left: 50px;
}
ul.guid1 {
    float: left;
}
ul.guid1 li {
    list-style: url(../images/common/pointYJ.png) outside;
    font-size: 14px;
}
ul.guid1 li a {
    display: block;
    padding-right: 35px;
    color: #221714;
    text-decoration: none;
}
ul.guid1 li a:hover {
	color: #ffffff;
}

ul.guid2 {
    float: left;
}
ul.guid2 li {
    list-style: url(../images/common/pointDT.png) outside;
    font-size: 12px;
}
ul.guid2 li a {
    display: block;
    padding-right: 35px;
    color: #221714;
    text-decoration: none;
}
ul.guid2 li a:hover {
	color: #ffffff;
}

ul.guid3 {
    float: left;
}
ul.guid3 li {
    list-style: url(../images/common/pointDT.png) outside;
    font-size: 12px;
}
ul.guid3 li a {
    display: block;
    padding-right: 35px;
    color: #221714;
    text-decoration: none;
}
ul.guid3 li a:hover {
	color: #ffffff;
}



.gridR .copyright {
    padding-left: 30px;
    margin-top: 30px;
    float: left;
    line-height: 1;
    padding-bottom: 5px;
}
.copyright strong {
    font-size: 12px;
    line-height: 0.5;
}
.copyright .coppy_right {
    color: #96918e;
    font-size: 14px;
    padding-top: 5px;
}



/* # 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: 230px;
}

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


