@charset "UTF-8";
h1, h2, h3, h4, #hero-message, .font-header {
  margin-bottom: 1em;
  color: rgba(51, 153, 51, 0.9);
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: normal;
}

.main-and-aside, .main, .main-aside {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 10px;
}

/*--▼20180516／仮削除／テスト*/
/*html {
  font-size: calc(75% + 4 * (100vw - 600px) / 400);
}*/

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.4rem;
  text-align: center;
}

h3 + img {
  width: 100%;
  max-width: 510px;
  max-height: 350px;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
}

#hero-message {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 95%;
  padding: 0 17px;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), -1px 1px 2px rgba(255, 255, 255, 0.5), 1px -1px 2px rgba(255, 255, 255, 0.5), -1px -1px 2px rgba(255, 255, 255, 0.5);
}

#hero-message p {
  max-width: 490px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 900;
}

h2 > small {
  font-family: "Pinyon Script";
  font-size: 0.6em;
}

h2.pagetit {
  display: flex;
  width: 100%;
  height: 161px;
  margin: 0 auto 10px;
  background: url("../img/bgpagetitle.png") top right no-repeat #e2f4e8;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.main-and-aside {
  display: flex;
  flex-direction: column;
}

#careFlow > dl {
  justify-content: flex-start;
}

#careFlow > dl > dt {
  background: linear-gradient(15deg, transparent 20px, rgba(0, 0, 0, 0.07) 20px), linear-gradient(345deg, transparent 20px, rgba(0, 0, 0, 0.07) 20px);
  background-position: bottom left, bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  min-width: 150px;
  max-width: 150px;
  min-height: 36px;
  padding-top: 10px;
  color: rgba(51, 153, 51, 0.9);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  align-self: stretch;
}

#careFlow p {
  margin: 10px auto;
}

dd,
li,
p {
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

.material-icons {
  display: inline-block;
  text-transform: none;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
}

/*--a:link {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

a:visited {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}*/

a:link {
  color: rgba(51, 153, 51, 0.9);
  text-decoration: underline;
}

a:visited {
  color: rgba(51, 153, 51, 0.9);
  text-decoration: underline;
}

a:active {
  color: rgba(51, 153, 51, 0.9);
  text-decoration: underline;
}

a:hover {
  color: rgba(51, 153, 51, 0.9);
  text-decoration: underline;
}

a:focus {
  outline: none;
}

body {
  color: rgba(0, 0, 0, 0.7);
  font-family: "YuGothic", "Yu Gothic", "Aria";
}

ul {
  list-style-type: none;
}

ul.topicPath {
  width: 100%;
  max-width: 945px;
  margin: 0 auto 10px;
  padding: 0 5px 0 0;
  text-align: right;
}

ul.topicPath li {
  display: inline;
  padding: 0 0 0 10px;
  font-size: 0.9em;
}

ul.topicPath li:first-child {
  padding: 0;
  background: none;
}

ul.topicPath li a {
  text-decoration: none;
}

#main-header {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-around;
}

#main-header h1 {
  display: flex;
  margin: 0;
  padding: 12px;
  align-items: center;
  justify-content: center;
}

#main-header p {
  width: 100%;
  padding: 4px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.header-em {
  width: 100%;
  height: 37px;
  margin: 0 0 15px;
  padding: 10px 0 0 20px;
  color: rgba(51, 153, 51, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(204, 255, 255, 0.5) 74%, rgba(204, 255, 255, 0.5) 100%);
}

.nav-eng {
  font-family: "Pinyon Script";
  font-size: 0.8em;
}

table {
  border-collapse: collapse;
}

table.schedule {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}

table.schedule th {
  margin: 0 0 10px;
  padding: 10px 5px;
  border: rgba(0, 0, 0, 0.5) solid 1px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

table.schedule td {
  padding: 10px 5px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  text-align: center;
}

table.profile {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}

table.profile th {
  width: 150px;
  padding: 10px 0;
  color: rgba(51, 153, 51, 0.9);
  border: rgba(0, 0, 0, 0.2) solid 1px;
  background: rgba(204, 255, 255, 0.5);
  text-align: center;
}

table.profile td {
  padding: 20px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}

table.profile td ul {
  margin: 0;
  padding: 0;
}

table.profile td li {
  margin: 0 0 5px;
}

table.outline {
  width: 100%;
  margin: 0;
  padding: 0;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}

table.outline th {
  width: 150px;
  padding: 10px 0;
  color: rgba(51, 153, 51, 0.9);
  border: rgba(0, 0, 0, 0.2) solid 1px;
  background: rgba(204, 255, 255, 0.5);
  text-align: center;
}

table.outline td {
  padding: 20px 10px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}

dl.symptoms dt {
  margin: 0 0 10px;
  padding: 5px;
  color: rgba(51, 153, 51, 0.9);
}

dl.symptoms dt::before {
  content: "■ ";
}

dl.symptoms dd {
  padding: 0 5px 30px;
}

dl.qaBlock {
  margin: 0 0 20px;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.2);
}

dl.qaBlock dt {
  margin: 0 0 10px;
  padding: 10px 10px 15px 45px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  background: url("../faq/img/ico_q.jpg") left top no-repeat;
}

dl.qaBlock dd {
  margin: 0;
  padding: 5px 10px 15px 45px;
  background: url("../faq/img/ico_a.jpg") left top no-repeat;
}

.sideNavi {
  width: 100%;
  padding: 6px 21px;
  background: rgba(255, 255, 255, 0.5);
}

.sideNavi > h3 {
  margin-top: 14px;
  width: 100%;
  padding: 6px;
  background-color: rgba(51, 153, 51, 0.9);
  text-align: center;
  color: white;
}

.sideNavi > h3 > a {
  color: white;
}

.sideNavi ul {
  padding: 0;
}

.sideNavi li {
  padding: 14px 0;
}

.sideNavi li:not(:last-child) {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.sideAboutBlock {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 15px;
  border: rgba(204, 255, 255, 0.5) solid 6px;
  background: rgba(255, 255, 255, 0.5);
}

.sideAboutBlock > h3 {
  margin-top: 14px;
  width: 100%;
  padding: 6px;
  color: white;
  background-color: rgba(51, 153, 51, 0.9);
  text-align: center;
}

.sideAboutBlock tr {
  border: rgba(0, 0, 0, 0.2) dotted 1px;
}

.sideAboutBlock th {
  width: 65px;
  padding: 6px;
  vertical-align: top;
  white-space: nowrap;
}

.sideAboutBlock td {
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: top;
  white-space: nowrap;
}

p.tel > img {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 320px;
}

#page-top a {
  display: block;
  width: 38px;
  height: 38px;
  padding-top: 3px;
  color: white;
  border-radius: 50%;
  background-color: #e2f4e8;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  font-size: 1.7rem;
}

#page-top a:hover {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.main-footer {
  width: 100%;
  background: url("../common/bg_footer.gif") left 30px no-repeat rgba(204, 255, 255, 0.5);
  justify-content: space-around;
  padding-bottom: 70px;
}

.main-footer h3 {
  width: 100%;
  text-align: center;
}

.main-footer .add {
  padding-left: 34px;
  font-style: normal;
}

.main-footer .footNavi {
  display: flex;
}

.main-footer .footNavi li::before {
  content: "check_box ";
  font-family: "Material Icons";
}

.main-footer .copyright {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.comingsoon {
  width: 300px;
  margin: 50px auto;
  padding: 30px;
  border: rgba(204, 255, 255, 0.5) solid 5px;
  text-align: center;
}

#pjaxContent {
  background: url("../img/bg_mainimg.jpg") center center no-repeat;
  animation: fadeInLoad 2s;
}

@keyframes fadeInLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-nav {
  margin-bottom: 2px;
  background: rgba(255, 204, 204, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0;
  list-style-type: none;
}

.main-nav li {
  flex: 1 0 auto;
  align-self: stretch;
  list-style-type: none;
}

.main-nav a {
  display: block;
  padding: 10px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  text-decoration: none;
}

.main-nav a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.flex-with-media-m {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.flex-with-media-m.has-header-s {
  padding-top: 50px;
}

.flex-with-media-m.has-header-l {
  padding-top: 90px;
}

.flex-with-media-m > h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.flex-with-media-m > h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.flex-with-media-m > header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.flex-with-media-m.no-header-s > h3 {
  position: inherit;
}

.flex-with-media-m.no-header-l > header {
  position: inherit;
}

@media screen and (min-width: 900px) {
  .main-and-aside {
    flex-direction: row;
  }
  .main-and-aside > .main {
    flex: 1 1 73vw;
  }
  .main-and-aside > .main-aside {
    flex: 1 1 28vw;
  }
}

@media screen and (min-width: 641px) {
  .flex-with-media-m {
    flex-direction: row;
    align-items: flex-start;
  }
  .flex-with-media-m.is-reverse {
    flex-direction: row-reverse;
  }
  .main-and-aside {
    align-items: flex-start;
  }
}

#landing-hero {
  background-image: url("../img/office2.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

#general-message {
  width: 250px;
  float: right;
  margin: 12px;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.5);
}

#general-message * {
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

#motto {
  padding-top: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(204, 255, 255, 0.5));
}

#motto h4 {
  margin: 20px auto;
  text-align: center;
}

#motto h4 > small {
  display: block;
  margin-bottom: 20px;
  font-size: 0.8em;
  font-family: "Pinyon Script";
}

#motto > ul {
  padding: 20px 0;
}

#motto > ul > li {
  padding: 30px;
  flex: 0 0 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

#about-illness {
  padding-top: 10px;
  width: 100%;
  background-color: rgba(204, 255, 255, 0.5);
  min-height: 330px;
}

#about-illness p {
  text-align: center;
}

#about-illness ul {
  padding: 0;
}

#about-illness > ul > li {
  flex: 0 1 250px;
  height: 200px;
}

#info {
	margin-bottom:17px;
}

#info ul li {
	list-style-type: square;
	border-bottom: 1px solid #e4e4e4;
	padding: 0.7em 0;
}

#schedules-calendar {
  margin: 0;
  flex: 0 1 48%;
  min-width: 48%;
  align-self: stretch;
}

#schedules-calendar > h4 {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
}

#schedules-calendar > h4 > a {
  display: flex;
  width: 160px;
  margin-left: auto;
  border-radius: 10px;
  background-color: rgba(204, 255, 255, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
}

#schedules-consultation {
  margin: 0;
  flex: 0 1 48%;
  min-width: 48%;
  align-self: stretch;
}

#schedules-consultation > h4 {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
}

#schedules-consultation > h4 > a {
  display: flex;
  width: 160px;
  margin-left: auto;
  border-radius: 10px;
  background-color: rgba(204, 255, 255, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
}

#schedules-consultation table {
  width: 100%;
  margin: 0 0 5px;
  border: rgba(0, 0, 0, 0.2) dotted 1px;
}

#schedules-consultation th {
  width: 100px;
  padding: 10px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  background: rgba(204, 255, 255, 0.5);
  text-align: right;
}

#schedules-consultation td {
  padding: 10px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}

#schedules-consultation p {
  margin: 17px auto;
}

#schedules-consultation .txt {
  text-align: center;
}

.moreLink {
  margin-top: 10px;
}

.moreLink a {
  width: 160px;
  background-color: rgba(204, 255, 255, 0.5);
  font-size: 0.7rem;
}

.seealso {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none !important;
}

.seealso:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.catch {
  margin: 0 0 15px;
  padding: 20px;
  color: rgba(51, 153, 51, 0.9);
  font-weight: 600;
}

.director-greeting > header {
  justify-content: space-between;
  align-items: center;
}

.director-greeting > header > h3 {
  width: 100%;
}

.director-greeting > header > figure {
  flex: 0 0 250px;
}

.director-greeting > header > figure > figcaption {
  width: 100%;
  padding-top: 10px;
  white-space: nowrap;
  text-align: center;
}

.director-greeting > header > p {
  flex: 1 0 45%;
}

.director-greeting > p {
  margin-bottom: 1rem;
}

.messageBox {
  width: 95%;
  margin: 50px auto;
  padding: 0.5em 0.75em;
  background-color: rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 6px #ffffcc;
}

.messageBox .txt {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: black;
  text-align: left;
}

.messageBox .signature {
  margin: 0;
  padding: 0 20px 0 0;
  text-align: right;
}

.introductionBlock {
  margin: 0 0 20px;
}

.introductionBlock .catch {
  margin: 0 0 5px;
  color: rgba(51, 153, 51, 0.9);
}

.introductionBlock .flex-with-media-match {
  flex: 1 0 340px;
}

.indexBoxes {
  margin: 10px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #f6f7fc;
}

.indexBoxes img {
  flex: 1 0 50%;
  width: 150px;
}

.indexBoxes ul {
  flex: 1 0 50%;
}

.illnessList {
  margin: 0 0 15px;
  border: rgba(0, 0, 0, 0.2) dotted 1px;
}

.illnessList ul {
  padding: 12px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.illnessList li {
  flex: 1 1 auto;
  width: 45%;
}

.illnessList li::before {
  content: "● ";
  width: 45%;
}

.treatment ul {
  flex-wrap: wrap;
  align-items: stretch;
}

.treatment li {
  margin: 10px;
  flex: 1 0 130px;
  min-width: 250px;
  max-width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.2);
  background-color: rgba(204, 255, 255, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.treatment li h5 {
  margin: 10px 0;
  color: rgba(51, 153, 51, 0.9);
}

.scheLink {
  margin: 0 0 50px;
  text-decoration: underline;
}

#page-access {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.googlemap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.googlemap a {
  margin-left: 20px;
  color: rgba(51, 153, 51, 0.9);
  font-size: 1.4rem;
  font-weight: 900;
}

.googlemap a:hover {
  color: rgba(51, 153, 51, 0.9);
}

.addBlock0 {
  width: 100%;
  max-width: 510px;
  max-height: 350px;
  padding: 100px 0 0 20px;
  background: url("../img/buildingwhite.png") top right no-repeat;
}

#three-features > section {
  margin: 20px;
  padding-bottom: 30px;
  flex: 0 1 auto;
  max-width: 280px;
  max-height: 450px;
  min-height: 340px;
  background-color: rgba(204, 255, 255, 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

#three-features > section > p {
  margin-top: 0;
  padding: 0 1rem;
}

#three-features > section > h4 {
  padding: 0 1rem;
  align-self: center;
}

#three-features > section > figure {
  margin: 0;
  align-self: stretch;
  min-height: 200px;
  order: -1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  background-position: center;
}

.programBlock > section {
  width: 200px;
}

.programBlock > section h4 {
  margin: 0 auto;
  padding-top: 60px;
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../img/lotus-s.png");
  background-position: center 17px;
  background-repeat: no-repeat;
  letter-spacing: -2px;
  color: rgba(153, 0, 102, 0.6);
  border: rgba(153, 0, 102, 0.1) solid 6px;
  border-radius: 50% 50%;
}

.programBlock > section h4 > small {
  display: block;
  margin: 10px auto;
  font-size: 0.8em;
}

.programBlock > section p {
  text-align: justify;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.main-links > a {
  width: 220px;
  margin: 20px auto;
  padding: 10px;
  color: rgba(0, 0, 0, 0.7);
  border: rgba(0, 0, 0, 0.2) solid 1px;
  background-color: #ffffcc;
  font-weight: 700;
}
