@charset "UTF-8";

/* Reseting
---------------------------------------------------------- */


/* common settings reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  word-wrap: break-word;
}

ul {
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

a:link img {
  text-decoration: none;
  border: none 0px;
}

a:visited img {
  text-decoration: none;
  border: none 0px;
}

.none_adjust {
  -webkit-text-size-adjust: 100%;
}

a:link img {
  text-decoration: none;
  border: none 0px;
}

a:visited img {
  text-decoration: none;
  border: none 0px;
}


/* start mobile css settings
-------------------------------------------------------------------------------------------------------------------- */

body {
  min-width: 320px;
  max-width: 640px;
  font-size: 26px;
  line-height: 170%;
  color: #000000;
  margin: 0 auto;
  padding: 0;
  font-family: "MS PGothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg_body.jpg) repeat-y center top;
  word-wrap: break-word;
}


.fc01 {
    color: #ed86b3;
    font-weight: bold;
}


a {
  color: #b4a65d;
  text-decoration: none;
}

a:hover {
  color: #b4a65d;
  text-decoration: underline;
}


/* Layout
---------------------------------------------------------- */

#wrapper {
  overflow-x: hidden;
  text-align: center;
  zoom: 1;
  background: url(../img/bg_wrapper.png) center top no-repeat;
  padding-bottom: 80px;
}


/* header
---------------------------------------------------------- */

#header {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 0 20px 30px;
  background: url(../img/bg_header.png) center top no-repeat;
  position: relative;
}

#header ul {
  overflow: hidden;
}

#header ul li {
  float: left;
  margin-right: 10px;
}

#header ul li:first-child {
  margin-right: 20px;
}

#header ul li:last-child {
  margin-right: 0;
  float: right;
}

#seoTxt {
  font-size: 12px;
  position: absolute;
  top: 53px;
  left: 100px;
}

#header h1 {
  margin-top: 10px;
}

.js_btn_gnavi {
  display: block;
  width: 90px;
  height: 80px;
}

.current.js_btn_gnavi img {
  display: none;
}

.current.js_btn_gnavi {
  background: url(../img/btn_menu_on.png) top center no-repeat;
}


/* headerChange
---------------------------------------------------------- */

#change {
  width: auto;
  padding: 60px 0 30px 30px;
  background: url(../img/bg_header.png) center top no-repeat #fff;
  position: fixed;
  top: 0;
  z-index: 99999;
}

#change ul {
  overflow: hidden;
}

#change ul li {
  float: left;
  margin-right: 10px;
}

#change ul li:first-child {
  margin-right: 20px;
}

#change ul li:last-child {
  margin-right: 0;
  float: right;
}


/* gNavi
---------------------------------------------------------- */

#gNavi {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
  background-color: #fff;
}

#gNaviHeader {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 0 50px 30px;
  background: url(../img/bg_header.png) center top no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#gNaviHeader ul {
  overflow: hidden;
}

#gNaviHeader ul li {
  float: left;
  margin-right: 10px;
}

#gNaviHeader ul li:first-child {
  margin-right: 20px;
}

#gNaviHeader ul li:last-child {
  margin-right: 0;
  float: right;
}

#gNaviHeader h1 {}

#gNaviIn {
  height: 85%;
  max-width: 640px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#gNaviIn ul {
  overflow: hidden;
}

#gNaviIn ul li {
  float: left;
  margin: 0 26px 31px 0;
}

.gNaviList li {
  margin-bottom: 0 !important;
}

#gNaviIn ul li:nth-child(3), #gNaviIn ul li:nth-child(6), #gNaviIn ul li:nth-child(9) {
  margin: 0 0 31px 0;
}

#gNaviIn ul li:nth-child(7), #gNaviIn ul li:nth-child(8), #gNaviIn ul li:nth-child(9) {
  margin-bottom: 0;
}

#gNaviBnr {
  padding: 80px 0 100px;
}

#gNaviBnr p:first-child {
  padding-bottom: 20px;
}


/* bnrCommonBox
---------------------------------------------------------- */

#bnrCommonBox {
  width: 580px;
  margin: 0 auto;
  padding-bottom: 80px;
}

#bnrCommonBox li {
  padding-bottom: 20px;
}

#bnrCommonBox li:last-child {
  padding-bottom: 0;
}


/* contact
-------------------------------------------------------------------------------------------------------------------- */

#contactBox {
  width: 100%;
  padding: 0 0 40px 0;
  background-color: #daf3fc;
}

#contactBox ul {
  width: 540px;
  margin: 0 auto;
}

#contactBox li {
  overflow: hidden;
  text-align: left;
  color: #0059af;
}

#contactBox li:nth-child(2) p:last-child {
  padding: 15px 0;
}

#contactBox li:last-child p:first-child {
  float: left;
}

#contactBox li:last-child p:last-child {
  float: right;
}


.fs02{
	font-size:24px;
	
	}

/* footerWrap
----------------------------------------------------------- */

#footer {
  text-align: left;
  background: url(../../common/img/bg_footer.jpg) center bottom no-repeat;
}

#footerLogo {
  width: 580px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

#footerAccess {
  width: 580px;
  margin: 0 auto;
}

#footerAccess p {
  padding: 0 0 20px;
}

#footerAccess span {
  color: #58b0ba;
}

#footerAccess p:first-child {
  padding-bottom: 30px;
}

#btnMap {
  width: 300px;
  margin: 0 auto;
  padding: 47px 0 62px;
}

#modePc {
  width: 261px;
  margin: 0 auto;
  padding: 0 0 20px;
}

#copyWrite {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding: 35px 0 15px;
  background: url(../../common/img/bg_copy.png) center bottom no-repeat;
}


/* btnFix */

#btnFix {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 5000;
}

#btnFix ul {
  overflow: hidden;
  background-color: #fff;
}

#btnFix ul li {
  float: left;
  padding-right: 4px;
}

#btnFix ul li:last-child {
  padding-right: 0;
}



/* access
-------------------------------------------------------------------------------------------------------------------- */

#mapCanvas {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}


/* scrollUp */


/*#scrollUp {
  background: url(../img/btn_footer_pagetop.png) no-repeat;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 120px;
  z-index: 1000!important;
}*/




#tiClinic {
    color: #f39800;
    font-weight: bold;
	display: inline;
}