﻿.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "slick";
  src: url("/Users/araya/Documents/Works/Git/shin-ai-hp.jp/html/html/inc/font/slick.eot");
  src: url("/Users/araya/Documents/Works/Git/shin-ai-hp.jp/html/html/inc/font/slick.eot?#iefix")
      format("embedded-opentype"),
    url("/Users/araya/Documents/Works/Git/shin-ai-hp.jp/html/html/inc/font/slick.woff")
      format("woff"),
    url("/Users/araya/Documents/Works/Git/shin-ai-hp.jp/html/html/inc/font/slick.ttf")
      format("truetype"),
    url("/Users/araya/Documents/Works/Git/shin-ai-hp.jp/html/html/inc/font/slick.svg#slick")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.top-gnavi,
#gnavi {
  position: absolute;
  top: 520px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
  z-index: 100;
  white-space: nowrap;
}
.top-gnavi li,
#gnavi li {
  padding: 0 1.8em;
}
.top-gnavi li a,
#gnavi li a {
  text-align: center;
}
.top-gnavi li a:hover img,
#gnavi li a:hover img {
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.top-gnavi li img,
#gnavi li img {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  width: 80px;
  background-color: #fff;
  padding: 17px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lower-gnavi > ul > li {
  margin-right: 1.3em;
}
.lower-gnavi > ul > li.current > a {
  border-bottom: 2px solid #5f8830;
}
.lower-gnavi a {
  text-align: center;
  padding: 0.1em 0.4em;
}
.lower-gnavi a img {
  width: 45px;
}
.lower-gnavi ul ul {
  display: none;
}
.show-gnavi {
  overflow: hidden;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show-gnavi .top-gnavi,
.show-gnavi #gnavi,
.show-gnavi .lower-gnavi {
  display: block;
  -moz-animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.top-gnavi .contact,
#gnavi .contact,
.lower-gnavi .contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-gnavi,
  #gnavi,
  .lower-gnavi {
    display: none;
    background-color: rgba(255, 255, 255, 0.93);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 30px;
    font-weight: normal;
  }
  .top-gnavi .contact,
  #gnavi .contact,
  .lower-gnavi .contact {
    display: block;
  }
  .top-gnavi h3,
  #gnavi h3,
  .lower-gnavi h3 {
    font-family: "Kosugi Maru", "游ゴシック体", "YuGothic-M", "Yu Gothic",
      "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
      "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .top-gnavi > ul,
  #gnavi > ul,
  .lower-gnavi > ul {
    font-size: 15px;
    margin: auto 15%;
  }
  .top-gnavi > ul > li,
  #gnavi > .gnavi-scroll > ul > li,
  .lower-gnavi > ul > li {
    padding: 0;
    margin-right: 1.2em;
    display: block;
    border-bottom: 1px solid rgba(95, 136, 48, 0.2);
  }
  .top-gnavi > ul > li:last-child,
  #gnavi > .gnavi-scroll > ul > li:last-child,
  .lower-gnavi > ul > li:last-child {
    border-bottom: none;
  }
  .top-gnavi > ul > li > a,
  #gnavi > .gnavi-scroll > ul > li > a,
  .lower-gnavi > .gnavi-scroll > ul > li > a {
    padding: 0.6em 1em !important;
    display: block;
    text-align: left !important;
    letter-spacing: 0.1em;
  }
  .top-gnavi > ul ul,
  #gnavi > ul ul,
  .lower-gnavi > ul ul {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    margin: 0.8em;
  }
  .top-gnavi > ul ul li,
  #gnavi > ul ul li,
  .lower-gnavi > ul ul li {
    width: 50%;
    display: inline-block;
  }
  .top-gnavi > ul ul li a:before,
  #gnavi > ul ul li a:before,
  .lower-gnavi > ul ul li a:before {
    content: "・";
    display: inline;
  }
  .top-gnavi a img,
  #gnavi a img,
  .lower-gnavi a img {
    vertical-align: middle;
    margin-right: 10px;
    padding: 0;
    background-color: transparent;
    width: 40px;
  }
  .top-gnavi .btn-space,
  #gnavi .btn-space,
  .top-gnavi .mail,
  #gnavi .mail,
  .top-gnavi .fax,
  #gnavi .fax,
  .lower-gnavi .btn-space,
  .lower-gnavi .mail,
  .lower-gnavi .fax {
    display: none;
  }
  .top-gnavi .contact,
  #gnavi .contact,
  .lower-gnavi .contact {
    border: 1px solid rgba(95, 136, 48, 0.2);
    width: 90%;
    margin: 1em auto 0;
    padding: 0.6em;
    border-radius: 6px;
    text-align: center;
  }
  .top-gnavi .contact .tel a,
  #gnavi .contact .tel a,
  .lower-gnavi .contact .tel a {
    display: block;
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .top-gnavi .contact .tel span,
  #gnavi .contact .tel span,
  .lower-gnavi .contact .tel span {
    font-size: 0.8em;
  }
  .top-gnavi .contact h3,
  #gnavi .contact h3,
  .lower-gnavi .contact h3 {
    font-size: 1em;
    padding: 0.4em 0;
  }
}
#btn-spmenu,
#btn-tel {
  display: none;
  text-align: center;
  width: 55px;
  height: 55px;
  background-color: #5f8830;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #btn-spmenu,
  #btn-tel {
    display: inline-block;
  }
}
#btn-tel {
  top: 0;
  right: 56px;
  background-image: url(../../image/ico/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
}
#btn-spmenu {
  top: 0;
  right: 0;
}
#btn-spmenu:before {
  content: "≡";
  font-size: 2em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.show-gnavi #btn-spmenu:before {
  content: "×";
}
ul.text-list {
  padding: 0;
  margin: 1.6em 0;
  list-style: none;
}
ul.text-list li {
  border-bottom: 1px dotted #ddd;
  text-align: justify;
  padding: 0 !important;
}
ul.text-list li span {
  font-size: 0.9em;
  display: inline-block;
  margin-right: 1em;
  color: #919191;
}
ul.text-list li a {
  display: block;
  padding: 0.7em;
  text-decoration: none !important;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
ul.text-list li a:hover {
  background-color: #f7f7f7;
}
ul.text-list li.important {
  border-bottom: none;
  margin-bottom: 0.5em;
}
ul.text-list li.important a {
  background-color: #c66;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
}
ul.text-list li.important a:hover {
  background-color: #933;
}
ul.text-list li.important strong {
  color: #98dcab;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  ul.text-list li.important strong {
    display: block;
    text-align: center;
  }
}
ul.thumb-list,
#main ul#letter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.thumb-list,
  #main ul#letter {
    display: block;
  }
}
ul.thumb-list li,
#main ul#letter li {
  position: relative;
  flex-basis: 31%;
  display: inline-block;
  margin-bottom: 2.5em;
}
ul.thumb-list li:first-child,
#main ul#letter li:first-child,
ul.thumb-list li:nth-child(2),
#main ul#letter li:nth-child(2) {
  flex-basis: 48%;
}
ul.thumb-list li .date,
#main ul#letter li .date {
  font-size: 0.8em;
  color: #919191;
}
ul.thumb-list li a,
#main ul#letter li a {
  display: inline-block;
  width: 100%;
}
ul.thumb-list li a img,
#main ul#letter li a img {
  border: 1px solid transparent;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  -webkit-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
ul.thumb-list li a:hover,
#main ul#letter li a:hover {
  color: #5f8830;
}
ul.thumb-list li a:hover img,
#main ul#letter li a:hover img {
  border-color: #fff;
}
ul.thumb-list figure,
#main ul#letter figure {
  margin: 0;
  padding: 0;
}
ul.thumb-list figure img,
#main ul#letter figure img {
  max-width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.thumb-list [class^="cat-"],
#main ul#letter [class^="cat-"] {
  font-size: 0.6em;
  position: absolute;
  background-color: #777;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -10px;
  right: 5px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
ul.thumb-list .cat-event,
#main ul#letter .cat-event {
  background-color: #65a7c9;
}
ul.thumb-list .cat-people,
#main ul#letter .cat-people {
  background-color: #f36aa1;
}
ul.thumb-list .cat-rehabilitation,
#main ul#letter .cat-rehabilitation {
  background-color: #63a37f;
  line-height: 1.1em;
  padding-top: 13px;
}
ul.thumb-list .cat-recruit,
#main ul#letter .cat-recruit {
  background-color: #8f82bc;
}
.department {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  font-size: 0.9em;
}
.department li {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  display: block;
  margin-bottom: 0.4em;
  text-align: center;
  padding: 0.3em 1em;
  clear: both;
}
.department li:first-child,
.department li:nth-child(2) {
  clear: none;
  width: 49%;
  float: left;
}
.department li:nth-child(2) {
  float: right !important;
}
.department li span {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.5em;
}
table {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  overflow: hidden;
}
table td,
table th {
  padding: 0.8em 1em;
}
table th {
  white-space: nowrap;
  background-color: #5f8830;
  color: #fff;
  border-top: 1px solid #ddd;
}
table tr + tr td {
  border-top: 1px solid #ddd;
}
table-white,
table.consultation {
  background-color: #fff;
}
table .btn {
  margin: 0 0.6em;
}
@media screen and (max-width: 767px) {
  table.sp-vertical td,
  table.sp-vertical th {
    display: block;
  }
}
table.consultation {
  border-color: transparent;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  width: 100%;
}
table.consultation th {
  color: inherit;
  background-color: transparent;
}
table.consultation th,
table.consultation td {
  border: none;
  text-align: center;
  padding: 0.5em 0.2em;
}
table.consultation th.allday,
table.consultation td.allday {
  color: #da728f;
}
table.consultation th.harfday,
table.consultation td.harfday {
  color: #eab32f;
}
table.consultation th.noservice,
table.consultation td.noservice {
  color: #aaa;
}
table.consultation tr {
  border-bottom: 1px solid #ddd;
}
table + small {
  text-align: left;
}
h3 {
  font-size: 1.1em;
  font-family: "Kosugi Maru", "游ゴシック体", "YuGothic-M", "Yu Gothic",
    "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  header {
    text-align: center;
  }
}
header .logo {
  display: none;
}
@media screen and (max-width: 767px) {
  header .logo {
    display: inline-block;
  }
}
#quick-navi {
  line-height: 0;
  width: 1000px;
  display: block;
  text-align: center;
  padding: 1.1em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2em auto;
}
#quick-navi ul {
  line-height: 1.4em;
  white-space: nowrap;
}
#quick-navi li {
  border-right: 1px dotted #ddd;
  padding-right: 3px;
}
/*  トップページの院長のご挨拶の左のボーダー  */
#quick-navi li:first-child {
  border-left: 1px dotted #ddd;
}
/*  ----------------------------------------  */
#quick-navi img {
  width: 50px;
}
#quick-navi a {
  display: inline-block;
  padding: 0.6em 1.4em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#quick-navi a:hover {
  background-color: #e9f3dd;
}
@media screen and (max-width: 767px) {
  #quick-navi {
    width: 100%;
  }
  #quick-navi ul {
    display: block;
  }
  #quick-navi li {
    width: 32%;
    border-right: none;
  }
  #quick-navi li:last-child {
    border-bottom: none;
  }
  #quick-navi a {
    padding: 0.6em 0;
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes horizontal {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes horizontal2 {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes horizontal2 {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes vertical {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes vertical {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}
#mainvisual {
  height: 600px;
  position: relative;
  background-image: url("../../../inc/image/top/bg_background.jpg");
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #mainvisual {
    margin-top: 55px;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 250px;
    padding-left: 15px;
    background-position: 77%;
  }
}
#mainvisual h1 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60px;
}
#mainvisual h1 img {
  transform-origin: top left;
  -moz-transform: scale(0.666, 0.666);
  -ms-transform: scale(0.666, 0.666);
  -webkit-transform: scale(0.666, 0.666);
  transform: scale(0.666, 0.666);
}
@media screen and (max-width: 767px) {
  #mainvisual h1 {
    display: none;
  }
}
#mainvisual .inner {
  width: 1000px;
  height: 100%;
  margin: auto;
  position: relative;
}
#mainvisual .inner p {
  color: #29798e;
}
#mainvisual .inner p:not(.maincopy) {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  #mainvisual .inner {
    width: auto;
  }
  #mainvisual .inner p {
    padding-left: 10px;
  }
}
#mainvisual .maincopy {
  position: absolute;
  left: 16%;
  top: 85px;
  font-size: 2.1em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho",
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  line-height: 1.6em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  #mainvisual .maincopy {
    position: static;
    font-size: 1.7em;
    padding: 0.4em 0 1em 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    letter-spacing: normal;
  }
}
#mainvisual .pic {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #mainvisual .pic:not(.window) {
    position: static;
  }
  #mainvisual .pic:not(.window):before {
    content: none;
  }
}
#mainvisual .pic:before {
  content: "";
  background-image: url("../../image/top/img_picframe.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: scale(1.04);
  position: absolute;
  top: 1%;
}
#mainvisual .pic img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#mainvisual .pic.large {
  top: -70px;
  left: 50%;
  width: 440px;
}
#mainvisual .pic.large img {
  width: 410px;
}
@media screen and (max-width: 767px) {
  #mainvisual .pic.large {
    position: relative;
    left: 0;
    top: -25px;
    width: 80%;
  }
  #mainvisual .pic.large img {
    max-width: 100%;
  }
}
#mainvisual .pic.small {
  right: -20px;
  top: 244px;
  width: 185px;
}
#mainvisual .pic.small img {
  width: 185px;
}
@media screen and (max-width: 767px) {
  #mainvisual .pic.small {
    display: none;
  }
}
#mainvisual .pic.window {
  right: 45%;
  top: 320px;
}
#mainvisual .pic.window img {
  width: 150px;
}
#mainvisual .pic.window a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #mainvisual .pic.window {
    right: 23px;
    top: 190px;
  }
  #mainvisual .pic.window img {
    width: 120px;
  }
}
#mainvisual .pic.window:before {
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  top: 0;
  background-image: url("../../image/top/img_picframe_window.png");
}
#news .text-list {
  margin: 0;
}
#contents {
  width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contents {
    width: auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main {
  margin-right: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex: 1;
  flex: 1;
}
#main #letter {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main {
    margin-right: 0;
  }
}
.information {
  background-color: #faedf4;
  position: relative;
  padding: 0px 13px 30px;
  margin-bottom: 2em !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.information h3 {
  background-color: #da728f;
  color: #fff;
  padding: 0.6em;
  margin: 1.4em -13px;
}
.information h3 img {
  width: 26px;
  vertical-align: middle;
  margin-right: 8px;
}
.information h3:first-child {
  margin-top: 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
.information .btn-space {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
}
.information .btn-space .btn {
  color: #da728f;
  border: 1px solid #da728f;
}
.information .btn-space .btn:hover {
  color: #fff;
  background-color: #da728f;
}
@media screen and (max-width: 767px) {
  .information {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .information .btn-space {
    position: static;
  }
}
#sub {
  flex-basis: 280px;
}
#sub > * {
  margin-bottom: 1em;
}
#sub .banner-space a {
  display: inline-block;
  line-height: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0.4em 0;
  width: 100%;
}
#sub .banner-space a img {
  border: 1px solid #ddd;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#sub .banner-space a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#sub .banner-space img {
  max-width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/*# sourceMappingURL=top.css.map */

/*  トップページの院長のご挨拶の左のボーダー  */
#quick-navi li first-child {
  border-left: 1px dotted #ddd;
  padding-left: 3px;
}
/*  ----------------------------------------  */
