@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  二之宮クリニック
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
html {
}

body {
  background: url(../img/bg.jpg) left top repeat;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  min-width: 1200px;
  overflow-x: hidden;
}

ul.set li {
  text-indent: -1em;
  padding-left: 1em;
}

/* ---------------------------------------------------------------------------
//  head
--------------------------------------------------------------------------- */
header {
  background: url(../img/bg-head.jpg) left top repeat-x;
  position: relative;
  z-index: 101;
}

header:before {
  background: url(../img/top-head-ob.png) left top no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 391px;
  height: 177px;
  margin-left: 200px;
  z-index: 102;
}

.object-tree {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 102;
}

.title {
  padding: 45px 0 50px;
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/title.png) right top no-repeat;
  width: 375px;
  height: 67px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
//  nav
--------------------------------------------------------------------------- */
nav {
  background: url(../img/head-line.png) center bottom repeat-x;
  width: 100%;
  height: 100px;
}

nav ul {
  width: 822px;
  margin: 0 auto;
  position: relative;
  z-index: 103;
}

nav ul li {
  float: left;
  margin-right: 17px;
}

nav ul li a {
  display: block;
}

nav ul li a img { 
  transition: transform 0.2s linear;
  transform: scale(1.0);
}


nav ul li a img:hover { 
  transition: transform 0.2s linear;
  transform: scale(0.9);
}

nav ul li:nth-child(1) { }
nav ul li:nth-child(2) { margin-top: 10px; }
nav ul li:nth-child(3) { margin-top: 20px; }
nav ul li:nth-child(4) { margin-top: 20px; }
nav ul li:nth-child(5) { margin-top: 10px; }
nav ul li:nth-child(6) { margin-right: 0; }

/* ---------------------------------------------------------------------------
//  content
--------------------------------------------------------------------------- */
.body-line {
  background: url(../img/body-line.png) center top repeat-x;
  height: 250px;
  position: relative;
  z-index: 11;
  top: -180px;
}

.main {
  position: relative;
  z-index: 12;
  margin: -250px auto 50px;
  width: 960px;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
//  foot
--------------------------------------------------------------------------- */
.reception {
  background: url(../img/reception-bg.png) center top repeat-x;
  position: relative;
  z-index: 50;
  padding-top: 150px;
  height: 430px;
}

.reception h3 {
  background: url(../img/reception-title.png) center top no-repeat;
  width: 429px;
  height: 42px;
  margin-bottom: 20px;
}

.schedule { float: left; margin-right: 16px; }
.holiday { float: left; }

.object-rainbow {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -690px;
}

.object-cloud {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -690px;
}

.disease-list {
  background: url(../img/disease-list-bg.png) center top repeat-x;
  position: relative;
  z-index: 51;
  top: -80px;
  padding-top: 60px;
}
.disease-list .wrapper { width: 836px; padding-bottom: 100px; }

.disease-list h3 {
  background: url(../img/disease-list-title.png) center top no-repeat;
  width: 429px;
  height: 72px;
  margin-bottom: 30px;
}


/*////////////////////////////////////////////////////////////////////////////////////////////*/
.disease-list h3.kome {margin-bottom: 10px;}
.disease-list h3 + p { text-align: center; color: #fff;margin-bottom: 20px;}





.disease-list ul li {
  color: #FFF;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #77D7D0;
}
.disease-list ul li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }

.object-bird {
  position: absolute;
  bottom: 310px;
  left: 50%;
  margin-left: 420px;
}

.object-tree_foot {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: 290px;
}

.object-people_foot {
  position: absolute;
  bottom: -150px;
  left: 50%;
  margin-left: -700px;
}

.disease-list-plastic { float: left; width: 408px; margin-right: 20px; }
.disease-list-skin { float: left; width: 408px; }

.disease-list-plastic h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/disease-list-plastic.png) center top no-repeat;
  width: 408px;
  height: 43px;
  margin-bottom: 10px;
}

.disease-list-skin h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/disease-list-skin.png) center top no-repeat;
  width: 408px;
  height: 43px;
  margin-bottom: 10px;
}

.access {
  background: url(../img/body-line.png) center top repeat-x;
  position: relative;
  z-index: 52;
  top: -180px;
  margin-bottom: -100px;
  padding-top: 150px;
}

.access h3 {
  background: url(../img/access-title.png) center top no-repeat;
  width: 193px;
  height: 25px;
  margin-bottom: 20px;
}

.access-txt {
  color: #000;
  width: 250px;
  float: left;
  margin-right: 30px;
}

.access-txt .address {
  font-size: 17px;
  margin-top: 10px;
}

.access-txt .time {
  font-size: 17px;
  color: #C02741;
  border-top: 1px solid #C02741;
  padding: 15px 0;
  line-height:1.3;
}


.access-txt .time span{
	margin:10px 0px; display:block;
}

.access-txt .comment {
  margin-bottom: 10px;
}

.access-txt a {
  display: block;
  border: 1px solid #C02741;
  border-radius: 2px;
  font-size: 13px;
  padding: 3px 5px;
  color: #C02741;
}
.access-txt a:hover { opacity: 0.7; }

.foot-menu {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  z-index: 48;
}

.foot-menu li {
  float: left;
  margin-right: 10px;
}
.foot-menu li:last-child { margin-right: 0; }

.foot-menu a img { 
  position: relative;
  bottom: -20px;
  transition: 0.2s linear;
}

.foot-menu a img:hover { 
  transition: 0.2s linear;
  bottom: 0;
}

.foot-info {
  background: url(../img/foot-bg.jpg) left top repeat;
  position: relative;
  z-index: 49;
  padding: 50px 0;
}

.foot-title {
  float: left;
  padding-right: 15px;
  margin: 0 35px 0 80px;
  border-right: 1px solid #B7B1A2;
}

.foot-tel {
  float: left;
  position: relative;
}
.foot-tel:before {
  background: url(../img/foot-ob.png) left top no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 310px;
  width: 123px;
  height: 113px;
}

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






