    body {
        background-color: #fff;
    }
    
    h3 {
        font-size: 16pt;
        color: #009b40;
        text-align: center;
        font-family: "Noto Sans Japanese";
        font-weight: 500;
    }
    
    h3 span {
        font-size: 20pt;
        font-weight: normal;
        margin-right: 2px;
        vertical-align: -3px;
    }
    
    #news h3 span {
        font-size: 17pt;
    }
    
    .bgsw {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        overflow: hidden;
        width: 100%;
        height: 550px;
        min-height: 550px;
        margin-top: -19px;
        position: relative;
        z-index: 0;
    }
    /*スマホ縦のみ */
    
    @media screen and (max-width:480px) {
        .bgsw {
            margin-top: -1px;
        }
    }
    
    .bgsw div {
        width: 100%;
        height: 550px;
        background-color: rgba(0, 0, 0, 0.3);
        padding-top: 60px;
    }
    
    .bgsw div img {
        width: 130px;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    img#scroll_layer {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
    }
    
    .bgsw ul {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14pt;
        table-layout: fixed;
        display: table;
        list-style-type: none;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 20px;
        margin: 0 auto;
    }
    
    .bgsw ul li {
        display: table-cell;
        padding: 7px 10px 5px 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }


  /*#subjects　診療科目 */  
    section#subjects {
        padding-top: 50px;
    }
    
    section#subjects article div.sinryou {
        background-image: url(../image/sponly/gaikan.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 100% auto;
        height: auto;
    }

    section#subjects article div.tokutyou {
        height: 100px;
    }
    /*スマホ縦のみ */
    
    @media screen and (max-width:480px) {
        section#subjects article div {
            background-position: right bottom;
        }
    }
  
    section#subjects article div ul {
        padding-top: 30px;
        padding-bottom: 15px;
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    
    section#subjects article div ul li {
        list-style-type: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    section#subjects article div ul li:nth-child(even) {
        margin-right: 0;
    }
    
    section#subjects article div ul li a {
        display: block;
        border: 1px solid #666;
        color: #111;
        text-align: center;
        font-weight: bold;
        font-size: 13pt;
        width: 100%;
        height: 50px;
        padding-top: 15px;
        border-radius: 25px;
        background-color: rgba(255, 255, 255, 0.7);
    }
    
    section#subjects em,
    section#news-dr em {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 14pt;
        line-height: 1.8em;
        font-family: "Noto Sans Japanese";
        color: #009B40;
    }



  /*#おしらせ */ 
    section#news-dr {
        padding-top: 50px;
    }
    
    p.info {
        text-align: center;
        line-height: 2.0em;
    }
    
    section#news-dr p.info {
        margin: 35px 30px 50px 30px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    
    section#news-dr p.info br {
        display: none;
    }
    
    .kome {
        color: #009b40;
    }
    
    .daimu {
        color: mediumvioletred;
    }
    
    div#doctor {
        background-color: #f6f4ed;
        padding-top: 50px;
        padding-bottom: 5px;
    }
    
    div#doctor table {
        margin-top: 30px;
        margin-left: 20px;
        width: 100%;
        border-right: 20px solid #f6f4ed;
    }
   
  /*
    div#doctor table tr:nth-child(odd) {
        border-bottom: 1px solid #999;
    }
   */ 
div#doctor table tr:first-child {
    border-bottom: 1px solid #ccc;
}

    div#doctor table tr:last-child {
        border-bottom: 0;
    }
    
    div#doctor table th {
        font-weight: normal;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 11pt;
    }


    
    div#doctor table td {
        text-align: center;
        line-height: 1.4em;
        vertical-align: middle;
        font-size: 10pt;
        white-space: nowrap;
        min-width: 80px;
    }
    
    div#doctor table tr:nth-child(odd) td {
        padding: 0px 0 10px 0;
    }
    
    div#doctor table tr:nth-child(even) td {
        padding: 5px 0 0 0;
    }
    
    div#doctor table tr th:nth-child(even),
    div#doctor table tr td:nth-child(even),
    div#doctor table tr td.bg {
        background-color: #fff;
    }
    
    div#doctor table tr td.bg2 {
        background-color: #f6f4ed;
    }
    
    div#doctor table .circle {
        font-size: 20pt;
    }
    
    div#doctor table .sat {
        color: #1780e7;
        background-color: #fff !important;
    }
    
    div#doctor table .sun {
        color: mediumvioletred;
    }
    
    div#doctor table .time {
        font-weight: 700;
    }
    
    .scroll {
        overflow: auto;
        white-space: nowrap;
    }
    
    .scroll::-webkit-scrollbar {
        height: 5px;
    }
    
    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    
    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    
    div#doctor p {
        margin: 20px;
        text-align: center;
        border: 1px solid #666;
        padding: 20px;
    }
    
    div#news {
        padding-top: 50px;
    }
    
    ul#newsList {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    p#toNewslist a,
    section#access article#add p a {
        display: block;
        border: 1px solid #666;
        color: #111;
        text-align: center;
        font-weight: bold;
        font-size: 13pt;
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 25px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
div#doctor table td.bottom_l {
 border-bottom: 1px solid #ccc;
}
div#doctor table td.top_tuke {
	vertical-align: top;
}

div#doctor td.right_l {
 border-right: 1px solid #ccc;
}

  /* 健康教室・ヨガ教室 */    
    section#medical {
        background-color: #F6F4ED;
    }
    
    section#medical article ul {}
    
    section#medical article ul li {
        list-style-type: none;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    
    section#medical article ul li a {
        display: block;
        width: 100%;
        height: 200px;
        background-image: url(../image/top/medical01.jpg);
        background-position: center top;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 25px;
    }
    
    section#medical article ul li:nth-child(2) a {
        background-image: url(../image/top/medical02.jpg);
    }
    
    section#medical article ul li:nth-child(3) a {
        background-image: url(../image/top/medical03.jpg);
    }
    
    section#medical article ul li a p {
        font-weight: 700;
        text-align: center;
        width: 90%;
        height: 150px;
        background-color: rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        color: #fff;
        padding-top: 60px;
        font-size: 12pt;
    }
    
    section#medical article ul li:last-child a p {
        padding-top: 45px;
    }
    
    section#medical article ul li a p span {
        font-size: 10pt;
        text-align: center;
        display: block;
    }
    
    section#medical p.info {
        padding-top: 50px;
        padding-bottom: 50px;
    }


/* リハビリテーションバック写真
section#rehabilitation {
    margin-top: 60px;
    background-color: #f0ede6;
}

section#rehabilitation article {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    height: auto;
	text-align: center;
}

section#rehabilitation article h3 {
    font-size: 23pt;
	font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.8em;
}
	
.flex {
	display:flex;
	flex-wrap: wrap;
}

section#rehabilitation article div {
	margin: 0 20px;
}

section#rehabilitation article .line {
	display: block;
    border: 2px solid #009b40;
    color: #009b40;
    text-align: center;
    font-weight:bolder;
    font-size: 13pt;
    width: 45%;
    height: 250px;
    border-radius: 10px;
	margin: 40px 20px;
}


@media screen and (max-width:500px) {
        section#rehabilitation article .line {
            margin: 40px auto;
        }
    }
    

		figure.snip {
		  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		  color: #fff;
		  position: relative;
		  overflow: hidden;
		  margin: 10px 1%;
		  min-width: 100%;
		  max-width: 100%;
		  max-height: 100%;
		  width: 100%;
		  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%);
		  background-image: linear-gradient(to bottom, #ffffff 0%, ffffff 70%);
		}

		figure.snip * {

		  -webkit-transition: all 0.35s ease;
		  transition: all 0.35s ease;
		}

		figure.snip img {
		  max-width: 100%;
		  -webkit-transition: all .3s ease-out;
		    -moz-transition: all .3s ease-out;
		    -ms-transition: all .3s ease-out;
		    transition: all .3s ease-out;
		}
		figure.snip:hover img,
		figure.snip.hover img {
		  opacity: 0.8;
		  -moz-transform: scale(1.2);
		  -webkit-transform: scale(1.2);
		  -ms-transform: scale(1.2);
		  transform: scale(1.2);
		}
		figure.snip figcaption {
		  position: absolute;
		  bottom: 0%;
		  left: 0;
		  width: 100%;
		  z-index: 1;
		  -webkit-transform: translateY(100%);
		  transform: translateY(100%);
		}

		figure.snip h4 {
		  margin: 0;
		  width: 100%;
		  padding: 10px 20px 10px 20px;
		}

		figure.snip p {
		  margin: 0;
		  width: 100%;
		  padding: 5px 20px 10px 20px;
		}

		figure.snip h4 {
		  color: #009b40;
		  position: absolute;
		  bottom: 100%;
		  display: block;
		  font-weight: 700;
		  text-transform: uppercase;
		  font-size: 16px;
		  background: rgba(255, 255, 255, 0.8);
		}

		figure.snip p {
		  background: rgba(255, 255, 255, 0.8);
		  text-align: left;
		  bottom: 0;
		  font-size: 13px;
		  font-weight: 100;
		  color: #333;
          line-height: 20px;
		}

		figure.snip a {
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  position: absolute;
		  z-index: 1;
		}



		figure.snip:hover figcaption,
		figure.snip.hover figcaption {
		  -webkit-transform: translateY(0);
		  transform: translateY(0);
		}

/* リハビリテーションピンク・グリーンボックス */
section#rehabilitation {
    margin-top: 60px;
}

section#rehabilitation article {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    height: auto;
	text-align: center;
}

section#rehabilitation article h3 {
    font-size: 23pt;
	font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.8em;
	color: #000000;
}
section#rehabilitation article h3:before {
	position: relative;
    top: 10px;
  	margin: 0 10px 0 0;
  	content: url('../image/top/logo.png');
}
	
.flex {
	display:flex;
	flex-flow: column;
}

section#rehabilitation article div {
	margin: 0 20px;
}

section#rehabilitation article .pinkbox {
	display: block;
    text-align: center;
    font-weight:bolder;
    font-size: 13pt;
    width: 80%;
    height: 200px;
    border-radius: 10px;
	margin: 30px auto 0;
	background-color: #e4187f;
}
section#rehabilitation article .greenbox {
	display: block;
    text-align: center;
    font-weight:bolder;
    font-size: 13pt;
    width: 80%;
    height: 200px;
    border-radius: 10px;
	margin: 30px auto 0;
	background-color: #2aa738;
}

section#rehabilitation article .pinkbox a,
section#rehabilitation article .greenbox a {
    display: block;
    width: 100%;
    height: 100%;
}

section#rehabilitation article .pinkbox:hover,
section#rehabilitation article .greenbox:hover {
     opacity: 0.7;
}

section#rehabilitation article h4 {
		  color: #ffffff;
		  font-weight: 800;
		  font-size: 18px;
	line-height: 200px;
}


 

 /* アクセスマップ */ 
    section#access {
        padding-top: 50px;
    }
    
    section#access iframe {
        width: 100%;
        height: 500px;
        margin-top: 20px;
    }
    
    section#access article#add div {
        background-color: #fff;
        width: 100%;
        padding: 30px 20px 0px 20px;
    }
    
    section#access article#add h3 {
        margin-bottom: 25px;
    }
    
    section#access article#add dl {
        line-height: 1.8em;
    }
    
    section#access article#add dt {
        font-weight: bold;
        font-size: 12pt;
    }
    
    section#access article#add dt:before {
        content: "\25CF";
        margin-right: 3px;
    }
    
    section#access article#add dd {
        margin-bottom: 20px;
        font-size: 11pt;
    }
    
    section#access article#add p a {
        width: 100%;
    }
    
    footer {
        background-color: #F6F4ED;
    }
    /* CMS */
    
    #newsList {
        list-style-type: none;
        padding-left: 20px;
    }
    
    #newsList li {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        font-size: 11pt;
    }
    
    #newsList li:hover {
        cursor: pointer;
        background-color: #efefef;
    }
    
    span.catName {
        background-color: #009B40;
        color: #fff;
        text-align: center;
        width: 80px;
        padding: 5px;
        margin-bottom: 10px;
        border-radius: 10px;
        display: inline-block;
        font-size: 10pt;
    }
    
    #newsList .up_ymd {
        padding-left: 10px;
    }
    
    #newsList .title {
        padding-right: 10px;
        margin-top: 5px;
        display: block;
    }
    /*スマホ縦のみ */
    
    @media screen and (max-width:480px) {
        #newsList .catName {
            width: auto;
        }
        #newsList .title {
            line-height: 1.4em;
        }
    }
    
    #newsList .title a {
        text-decoration: none;
        color: #333;
    }
    
    #newsList .newMark {
        font-size: 11pt;
        margin-left: 10px;
    }