@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", "学参 常改教科書ICA R", "Klee One", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", MS PMincho, "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.11em;
  background: url("../img/bg.jpg");
  background-size: 50%;
  color: #221817;
  min-width: 1200px;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
}

ul, li, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a:link, a:visited, a:active {
  color: #076BAE;
}

img {
  border: none;
}

div, p {
  max-height: 100%;
}

/* module */
.underline-ideal, .catch {
  background: url("../img/border_top-wagashinryoujo.png") no-repeat;
  background-position: bottom center;
}

.underline-menu, .mod-menu li {
  background: url("../img/border_menu-short.png") no-repeat;
  background-position: bottom center;
  background-size: 132px 2px;
}

.underline-menu-long, .mod-menu li.long {
  background: url("../img/border_menu-long.png") no-repeat;
  background-position: bottom center;
  background-size: 174px 2px;
}

.underline-menu-mini {
  background: url("../img/border_menu-mini.png") no-repeat;
  background-position: bottom center;
  background-size: 50%;
}

ul.marker {
  list-style: disc inside;
}

.horizon {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.horizon:before, .horizon:after {
  content: "";
  display: table;
}
.horizon:after {
  clear: both;
}
.horizon div {
  float: left;
}
.horizon .right {
  float: right;
}

/* structure */
#wrapper {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

header {
  background: url("../img/top-bg.jpg") no-repeat;
  background-position: top center;
  text-align: center;
  padding: 25px 0 1px;
}
header.top {
  height: 635px;
  padding: 25px 0 0;
  margin-bottom: 45px;
}

.mod-menu {
  margin: 20px 0 25px;
}
.mod-menu ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.mod-menu ul > * {
  display: inline-block;
  letter-spacing: normal;
}
.mod-menu li {
  width: 185px;
  height: 38px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
}
.mod-menu li a {
  display: inline-block;
  width: 139px;
  height: 35px;
  line-height: 40px;
}
.mod-menu li.current a {
  background: url("../img/hover-a-short.png") no-repeat;
  background-size: 100%;
  background-position: 0 8px;
}
.mod-menu li.long {
  font-size: 19px;
  letter-spacing: 0;
}
.mod-menu li.long a {
  width: 185px;
  height: 40px;
  line-height: 41px;
}
.mod-menu li.long.current a {
  background: url("../img/hover-a-long.png") no-repeat;
  background-size: 100%;
  background-position: 0 8px;
}
.mod-menu li.home {
  background: none;
  position: absolute;
  top: 268px;
  width: 142px;
  text-align: right;
}
.mod-menu a {
  color: #000;
  text-decoration: none;
}

.press {
  letter-spacing: -2px;
}

footer {
  background: #D7E3D9 url("../img/border_footer.png") top center repeat-x;
  background-size: 100%;
  padding: 40px 0;
}

.box-about {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 20px;
}
.box-about:before, .box-about:after {
  content: "";
  display: table;
}
.box-about:after {
  clear: both;
}
.box-about .about-name {
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.box-about .about-name span {
  font-size: 16px;
  font-weight: normal;
}
.box-about .about-tel {
  float: right;
  font-size: 24px;
}

.footer-container {
  width: 900px;
  margin: 0 auto;
}

.schedule {
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.schedule th, .schedule td {
  border: solid 1px #717171;
  text-align: center;
  width: 100px;
  height: 40px;
  padding: 0;
}
.schedule td {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, sans-serif;
}
.schedule .time {
  font-family: Verdana, sans-serif;
  width: 160px;
  padding: 0 20px;
  text-align: right;
  font-weight: normal;
}
.schedule .close {
  background-color: #f2f2f2;
}
.schedule .saturday {
  color: #29AAE1;
}
.schedule .sunday {
  color: #B34355;
}

.close-weekday {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.box-info {
  line-height: 1.6;
  margin-bottom: 30px;
}
.box-info h3 {
  color: #ff6633;
}

.box-main {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 700px;
}
.box-main h2 {
  margin-bottom: 80px;
  text-align: center;
}

.box-wide {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.box-wide h2 {
  margin-bottom: 80px;
  text-align: center;
}

#backToTop {
  position: fixed;
  bottom: 5px;
  right: 20px;
}

/* top */
.mod-catch {
  margin-top: 105px;
}

.catch {
  font-size: 30px;
  margin-bottom: 32px;
  height: 49px;
}

.catch-sub {
  font-size: 20px;
  line-height: 1.8;
}

.top-ideal {
  margin: 0 auto 45px;
}
.top-ideal p {
  max-height: 100%;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 1em;
}

.metro-line {
  font-size: 14px;
  background-color: #ffcc66;
}

.address {
  margin-bottom: 40px;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

.notice {
  margin-bottom: -75px;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.7;
  padding: 0.5em;
}
.notice .box {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  width: 1000px;
  margin: 0 auto;
}
.notice .box:before, .notice .box:after {
  content: "";
  display: table;
}
.notice .box:after {
  clear: both;
}
.notice .head {
  float: left;
  width: 39%;
  color: crimson;
  text-align: right;
}
.notice .text {
  float: right;
  width: 59%;
  text-align: left;
}

/* first */
/* blocks */
.block, .box-media, .box-book, .box-history, .block-yuragi, .block-suimin, .block-emergency, .block-qa {
  padding: 0 50px;
  line-height: 2.2;
}
.block h3, .box-media h3, .box-book h3, .box-history h3, .block-yuragi h3, .block-suimin h3, .block-emergency h3, .block-qa h3 {
  position: relative;
  left: -21px;
  margin-bottom: 0.5em;
}

.block-qa {
  margin-bottom: 80px;
}
.block-qa div {
  margin-bottom: 1.5em;
}
.block-qa p {
  text-indent: 1em;
  margin-bottom: 1.5em;
}
.block-qa p:last-of-type {
  margin-bottom: 0;
}
.block-qa .tel {
  font-size: 26px;
  color: #ff6633;
}

.block-emergency {
  width: 604px;
  height: 294px;
  background: #FFE3CB url("../img/border_kinkyu.png") no-repeat;
  background-size: 100%;
  padding: 50px;
}
.block-emergency p {
  text-indent: 1em;
}

.emergency-tel {
  margin-top: 1em;
}
.emergency-tel li {
  line-height: 2;
  margin-bottom: 1em;
}

#module-side {
  position: absolute;
  top: 340px;
  left: 20px;
  width: 201px;
  height: 206px;
  padding: 20px 20px;
  background: #E4F0DE url("../img/border_menu-mini.png") no-repeat;
  background-size: 100%;
  font-size: 14px;
}
#module-side a {
  display: inline-block;
  width: 180px;
  text-decoration: none;
  color: #215836;
}
#module-side .side-menu li {
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0.2em;
}
#module-side .side-menu li.emergency a {
  color: #f63;
}
#module-side .side-menu li:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  display: inline-block;
  vertical-align: top;
  content: url("../img/komenyumidashi-green.png");
  position: relative;
  top: 2px;
}
#module-side .side-menu li.yuragi a {
  color: #0071BB;
}

/* information */
.list-donnatoki {
  color: #5A8066;
  margin: 1em 0;
}
.list-donnatoki li {
  margin-bottom: 0.5em;
}

.block-chiryo {
  background: #E4EFDE;
  padding: 15px 25px;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
.block-chiryo h4 {
  color: #5A8066;
}
.block-chiryo p {
  line-height: 1.8;
  font-size: 15px;
}
.block-chiryo:last-of-type {
  margin-bottom: 2em;
}

.block-yuragi, .block-suimin {
  width: 750px;
  padding: 35px 42px;
  margin-bottom: 50px;
  border: solid 1px #5A8066;
  border-radius: 3px;
  background: #e6eee6;
  letter-spacing: 0.1em;
  position: relative;
  left: -50px;
}
.block-yuragi #h5, .block-suimin #h5 {
  left: 0;
}
.block-yuragi h3, .block-suimin h3 {
  text-align: center;
  margin-bottom: 15px;
}
.block-yuragi h4, .block-suimin h4 {
  color: #334998;
  font-size: 20px;
}
.block-yuragi ul, .block-suimin ul {
  margin-bottom: 35px;
}
.block-yuragi .kaizen, .block-suimin .kaizen {
  max-height: none;
  text-align: center;
  margin-bottom: 35px;
}

.block-suimin {
  width: 836px;
  background-color: transparent;
  box-sizing: border-box;
}
.block-suimin h3 {
  text-align: left;
  color: #334998;
  font-size: 20px;
  left: 0;
}

.btn-download {
  display: inline-block;
  border: solid 2px #000064;
  color: #000064 !important;
  padding: 4px 26px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: sans-serif;
  margin-top: 15px;
  border-radius: 3px;
}
.btn-download:before {
  display: inline-block;
  content: url(../img/icon_dl.svg);
  width: 24px;
  height: 24px;
  position: relative;
  top: 1px;
}
.btn-download:hover {
  background-color: #fff;
  border: solid 2px #444464;
}

/* doctor */
.box-doctor {
  text-align: center;
  margin-bottom: 60px;
}
.box-doctor h2 {
  margin-bottom: 55px;
}
.box-doctor h2 img {
  margin-bottom: 0;
}
.box-doctor img {
  margin-bottom: 30px;
}
.box-doctor dt {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.box-doctor .name {
  letter-spacing: 0.5em;
}
.box-doctor dd {
  font-size: 16px;
  line-height: 2;
}

.box-history {
  margin-bottom: 80px;
  line-height: 1.8;
}
.box-history td {
  padding-right: 1em;
}

.box-book {
  margin-bottom: 80px;
}
.box-book dl {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.box-book dl:before, .box-book dl:after {
  content: "";
  display: table;
}
.box-book dl:after {
  clear: both;
}
.box-book dt, .box-book dd {
  float: left;
}
.box-book dt {
  clear: left;
  width: 500px;
}
.box-book dd {
  width: 100px;
  text-align: right;
}

.box-media {
  /*  dt, dd { float: left; }
    dt { clear: left; width: 500px; }
    dd { width: 100px; text-align: right; }*/
}
.box-media dl {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.box-media dl:before, .box-media dl:after {
  content: "";
  display: table;
}
.box-media dl:after {
  clear: both;
}
.box-media dt, .box-media dd {
  line-height: 32px;
}
.box-media dt {
  margin-top: 1em;
}
.box-media dt:before {
  content: "・";
  font-family: Arial, sans-serif;
}
.box-media dd:nth-of-type(2n) {
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

/* clinic */
.box-main .head-clinic {
  margin-bottom: 55px;
}

.box-photo {
  line-height: 0;
}
.box-photo img {
  margin-bottom: 30px;
}

/* access */
.box-schedule .tel {
  text-align: center;
  font-size: 34px;
  margin: 40px 0;
}
.box-schedule .schedule {
  margin-bottom: 40px;
}
.box-schedule .close-weekday {
  text-align: center;
  margin-bottom: 40px;
}
.box-schedule .himawari {
  width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}
.box-schedule .box-info {
  margin-bottom: 80px;
}

.map {
  margin-bottom: 40px;
}

.box-access {
  text-align: center;
}
.box-access h3 {
  margin-bottom: 40px;
  text-align: left;
}
.box-access address {
  font-style: normal;
  font-size: 20px;
}

.block-access {
  margin-bottom: 40px;
  line-height: 2;
}
.block-access h4 {
  margin-bottom: 0.5em;
}
.block-access .train {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  width: 840px;
  margin: 0 auto;
}
.block-access .train:before, .block-access .train:after {
  content: "";
  display: table;
}
.block-access .train:after {
  clear: both;
}
.block-access .train dt, .block-access .train dd {
  margin-bottom: 1em;
  margin-right: 1em;
}
.block-access .train dt {
  width: 240px;
  float: left;
  clear: left;
  text-align: right;
}
.block-access .train dd {
  width: 450px;
  float: left;
  text-align: left;
}
.block-access .train .station {
  width: 100px;
  text-align: right;
}
.block-access.root {
  text-align: left;
  width: 650px;
  margin: 0 auto 40px;
}
.block-access.root:last-of-type {
  margin: 0 auto;
}
.block-access .minutes {
  margin-left: 2em;
}

/*# sourceMappingURL=base.css.map */
