@charset "UTF-8";
/*common*/
* {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  box-sizing: border-box;
  line-height: 1;
}

html {
  font-size: 10px;
}

body {
  color: #333333;
  font-size: 1.4rem;
  background: #ffffff;
  word-break: break-all;
}

html, body {
  min-width: 1100px;
}

a {
  color: #3b5a9a;
  text-decoration: underline;
  transition: 0.2s ease-in;
}

a[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 31px;
  background: url(/common/images/icon_pdf.png) no-repeat;
  vertical-align: middle;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.t18 {
  font-size: 1.8rem;
}

p {
  line-height: 2;
}

img {
  max-width: 100%;
}

.spblock {
  display: none;
}

/*header*/
header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header_top {
  width: 960px;
  margin: 0 auto;
  padding: 19px 10px;
}

.header_top a{
  color: #000;
  font-size: 20px;
  text-decoration: none;
  height: 45px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.header_top a:hover{
  color: #000
}

.h1_change {
  float: left;
  width: 900px;
}

.logo_med{
  display: block;
}

.logo_med img{
  width: 150px
}

.logo {
  width: 217px;
  margin-right: 15px
}

.logo2{
  width: 150px;
  float: left;
  margin-top: 5px
}

.logo_text {
  display: block;
  padding-left: 30px;
  width: 400px;
  margin-top: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  float: left;
  color: #555555;
  text-decoration: none
}

.logo_text span{
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px
}

.icon_fb {
  width: 40px;
  display: block;
  float: right;
  margin: 10px 0;
}
.icon_fb img {
  display: block;
  width: 100%;
}

.header_under {
  background: #61B847
}
.header_under nav {
  width: 960px;
  margin: 0 auto;
}
.header_under ul {
  display: table;
  padding: 0 124px;
  width: 100%;
}
.header_under li {
  display: table-cell;
}
.header_under a {
  display: block;
  padding: 14px 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.btn_sp {
  display: none;
}

/*main*/
main {
  padding-top: 150px;
}

.block {
  width: 960px;
  margin: auto;
}

.block02 {
  width: 840px;
  margin: auto;
}

.ttl01 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  text-align: left;
  border-bottom: #61B847 2px solid;
  padding:0 20px 10px
}

table+h2{
  margin-top: 30px
}

h3{
  /* color: #61B847; */
  background-color: #61B847;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5em;
  margin: 15px 0;
  clear: both;
}

/* .ttl01::before {
  display: block;
  content: "";
  width: 10px;
  height: 30px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
} */

.ttl01_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.ttl02 {
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-left: 3px #61B847 solid;
  border-bottom: 1px #61B847 dotted;
}
/* .ttl02::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #009844;
  position: absolute;
  top: 8px;
  left: 0;
} */

.main_ttl {
  width: 500px;
  margin: 0 auto 60px;
  padding: 100px 0 24px;
  text-align: center;
  font-size: 3.2rem;
  border-bottom: 2px solid #009fe8;
}

.block_margin {
  margin-bottom: 80px;
}

.list ul{
  overflow: hidden;
}

.list ul li{
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  float: left;
  min-height: 3em;
  line-height: 1.5em
}

.list ul li::before{
  content: "・ "
}

.orange_btn_area {
  background: #FFFFDA;
  padding: 40px 0;
}

.orange_btn_area p{
  margin: 30px 0 0;
  text-align: center;
}
.orange_btn_area._underlayer {
  width: 840px;
  margin: 0 auto 80px;
}

.btn_orange {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #26A9E3;
  width: 320px;
  padding: 14px 0;
  border-radius: 3px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  box-shadow: 1px 2px 0px #14465C;
}
.btn_orange::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin-left: 14px;
}
.btn_orange._under::after {
  position: relative;
  top: -3px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

/*footer*/
footer {
  background: #009fe8;
  color: #ffffff;
  position: relative;
  margin-top: 100px;
}

.footer_wrap {
  width: 960px;
  margin: auto;
}

.nav_footer {
  text-align: center;
  padding: 20px 0 40px;
}
.nav_footer li {
  display: inline-block;
  padding: 0 30px;
}
.nav_footer li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.nav_footer a {
  color: #ffffff;
  text-decoration: none;
}

.address_box {
  margin: 0 50px 40px;
  overflow: hidden;
}
.address_box p {
  font-size: 2rem;
  margin-bottom: 15px;
  clear: both;
}
.address_box .address {
  font-style: normal;
  width: 50%;
  float: left;
}

.address_box .address dt{
  font-size: 18px;
  margin-bottom: 15px
}

.address_box .address ul li{
  margin-bottom: 10px;
  text-indent: 1em
}

.address_box address span + span {
  margin-left: 20px;
}
.address_box a {
  display: inline-block;
  margin-top: 15px;
  color: #ffffff;
  text-decoration: none;
}

.gmap_wrap {
  width: 100%;
  padding-bottom: 400px;
  position: relative;
}
.gmap_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.copy {
  text-align: center;
  padding: 35px 0;
  line-height: 1.5;
}

.totop {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #61B847;
  position: absolute;
  right: 50px;
  top: -23px;
  z-index: 5000;
}
.totop::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
}

table{
  width: 100%
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

td, th {
	padding: 10px 5px;
	width: 30px;
	height: 25px;
}

th {
	background: #61B847;
  color: #fff
}

td{
  text-align: center;
  font-size: 10px
}

td.text{
  background: #ecfbff;
  font-size: 12px;
}

td.text2{
  background: #eee
}

.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.doctor{
  overflow: hidden;
}

.doctor h2{
  margin-bottom: 30px;
  clear: both
}

.doctor img{
  float: left;
  padding-right: 15px;
  margin-bottom: 60px;
  width: 150px;
  height: auto;
}


@media screen and (min-width: 768px) {
  .header_under a:hover {
    color: #61B847;
    background: rgba(255,255,255,0.7);
  }

  a:hover {
    color: #7896e1;
  }

  .nav_footer a:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .totop:hover {
    background: #CDEACD;
  }

  .btn_orange:hover {
    color: #ffffff;
    background: #ffc86e;
  }

  .address_box a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  /*common*/
  .spblock {
    display: block;
  }

  html, body {
    min-width: 100%;
  }

  .t18 {
    font-size: 1.5rem;
  }

  /*header*/
  .btn_sp {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 12px;
    border: none;
    background: #ffffff;
    outline: none;
  }
  .btn_sp span {
    display: block;
    width: 100%;
    height: 2px;
    background: #009fe8;
    position: absolute;
  }
  .btn_sp span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .btn_sp span:nth-child(2) {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_sp span:nth-child(3) {
    bottom: 0;
    left: 0;
  }

  header {
    border-bottom: 4px solid #009fe8;
  }

  .header_top {
    width: 100%;
    padding: 10px 44px 10px 10px;
    position: relative;
  }

  .h1_change {
    width: 240px;
  }

  .logo {
    width: 108px;
  }

  .logo_text {
    padding-left: 14px;
    width: auto;
    max-width: 100%;
    font-size: 1.2rem;
  }

  .icon_fb {
    width: 24px;
    margin: 3px 0;
  }

  .header_under {
    display: none;
    position: absolute;
    width: 100%;
    top: 51px;
    left: 0;
    border-top: 4px solid #009fe8;
    z-index: 10000;
  }
  .header_under nav {
    width: 100%;
  }
  .header_under ul {
    display: block;
    padding: 0;
  }
  .header_under li {
    display: block;
    border-bottom: 1px solid #009fe8;
  }
  .header_under a {
    position: relative;
    text-align: left;
    padding: 17px 20px;
    background: #afe6ff;
    color: #009fe8;
  }
  .header_under a::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #009fe8;
    border-bottom: 2px solid #009fe8;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /*main*/
  main {
    padding-top: 55px;
  }

  .block {
    width: 100%;
    padding: 0 10px;
  }

  .block02 {
    width: 100%;
    padding: 0 10px;
  }
  .block02._spfull {
    padding: 0;
  }

  .ttl01_wrap {
    margin-bottom: 20px;
  }

  .ttl01 {
    font-size: 1.8rem;
    padding-left: 14px;
  }
  .ttl01::before {
    width: 7px;
    height: 18px;
  }

  .ttl02 {
    font-size: 1.6rem;
    padding-left: 14px;
  }
  .ttl02::before {
    width: 7px;
    height: 7px;
  }

  .main_ttl {
    width: 250px;
    padding: 30px 0 12px;
    margin-bottom: 35px;
    font-size: 2rem;
  }

  .block_margin {
    margin-bottom: 48px;
  }

  .orange_btn_area {
    padding: 20px 0;
  }
  .orange_btn_area._underlayer {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn_orange {
    width: 260px;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .btn_orange::after {
    margin-left: 10px;
    width: 10px;
    height: 10px;
  }
  .btn_orange._under::after {
    width: 10px;
    height: 10px;
    margin-left: 14px;
  }

  /*footer*/
  footer {
    margin-top: 60px;
  }

  .footer_wrap {
    width: 100%;
  }

  .nav_footer {
    display: none;
  }

  .address_box {
    margin: 0 20px;
    padding: 16px 0 20px;
  }
  .address_box p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .address_box address span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .address_box address span + span {
    margin-left: 0;
  }
  .address_box a {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .gmap_wrap {
    padding-bottom: 50%;
  }

  .copy {
    padding: 35px 20px;
    font-size: 1rem;
  }

  .totop {
    right: 10px;
  }

  .list ul li{
    width: 100%;
    float: none;
    border-bottom: 1px #ccc dotted
  }

  .doctor img{
    float: none;
    display: block;
    padding-right: 0;
    margin: 0 auto 20px;
    width: 150px;
    height: auto;
  }

  .doctor h2{
    margin-top: 60px
  }


}
