@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  border-top: #330000 5px solid;
  border-bottom: #330000 5px solid; }

body {
  font-size: 100%;
  background-color: #FFFFEE; }

img {
  border: 0; }

#wrapper {
  margin: 0px auto; }

body > #wrapper {
  min-height: 100%; }

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: 1.2rem;
  font-family: maru-maru-gothic-alr-stdn, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  background-image: url(../images/bg-h.png);
  background-repeat: no-repeat;
  background-position: bottom; }
  .entry-title::before,
  .not-found .page-title::before,
  .error-404 .page-title::before,
  .has-larger-font-size::before,
  h2::before {
    background: none;
    content: none;
    margin: 0; }

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 1rem;
  font-family: maru-maru-gothic-alr-stdn, sans-serif !important;
  font-weight: 400;
  font-style: normal; }
  .has-regular-font-size::before,
  .has-large-font-size::before,
  .comments-title::before,
  h3::before {
    background: none;
    content: none;
    margin: 0; }

.entry .entry-title::before {
  background: none;
  content: none;
  margin: 0; }

.comments-area .comments-title-wrap .comments-title::before {
  background: none;
  content: none;
  margin: 0; }

address {
  margin: 0; }

.box ul li {
  list-style: disc;
  font-size: 0.7rem;
  color: #663300; }

.box table th {
  font-size: 0.7rem;
  vertical-align: top;
  background-color: #e6dace;
  color: #663300;
  white-space: nowrap; }

.box table td {
  font-size: 0.7rem;
  color: #663300; }

@media screen and (max-width: 480px) {
  .box table {
    display: block; }
    .box table th {
      display: block; }
    .box table td {
      display: block; } }

.photo {
  border: solid 1px #eee;
  background-color: #fff;
  padding: 8px;
  margin: 5px;
  max-width: 240px;
  height: auto; }

iframe {
  width: 100%; }

/* LINK
---------------------------------------------------- */
a:link {
  color: #CC6600;
  background: transparent; }

a:visited, a:hover, a:active {
  color: #663300;
  background: transparent; }

a:hover img {
  opacity: 0.8; }

.more a {
  background-color: #0A6642;
  color: #fff;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px; }
  .more a:hover {
    background-color: #CC6600; }

/* CONTENTS-INDEX
---------------------------------------------------- */
#contents {
  margin: 0px auto; }

@media screen and (max-width: 799px) {
  #contents {
    width: 100%;
    margin: 0px auto; } }

.clinicnews h3 {
  margin: 0;
  font-size: 1rem;
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  background-image: url(../images/bg-h.png);
  background-repeat: no-repeat;
  background-position: bottom; }

.clinicnews dl {
  font-size: 0.8rem;
  margin-top: 5px;
  margin-left: 10px; }

.clinicinfo {
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal; }
  .clinicinfo p {
    margin-bottom: 0; }
    .clinicinfo p strong {
      padding-left: 10px;
      font-size: 1rem; }

/* HEADER-INDEX
---------------------------------------------------- */
header {
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #663300; }
  header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header #logo {
    margin-top: 15px;
    margin-bottom: 15px; }
    header #logo p {
      font-size: 0.6rem; }
    header #logo h1 {
      display: block;
      -webkit-margin-before: 0em;
      margin-block-start: 0em;
      -webkit-margin-after: 0em;
      margin-block-end: 0em;
      -webkit-margin-start: 0px;
      margin-inline-start: 0px;
      -webkit-margin-end: 0px;
      margin-inline-end: 0px;
      font-weight: bold; }
  header p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0; }
  header .sub {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right; }
    header .sub p {
      font-size: 0.6rem; }
      header .sub p.kyusinbi {
        font-weight: bold;
        line-height: 1; }
      header .sub p.add {
        line-height: 2; }
      header .sub p strong {
        padding-left: 10px;
        font-size: 1rem; }

@media screen and (max-width: 799px) {
  header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header #logo {
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left; }
  header .sub {
    display: none; } }

@media screen and (max-width: 480px) {
  header #logo {
    margin-left: 0;
    text-align: center; } }

/* MAINVISUAL-INDEX
---------------------------------------------------- */
#mainvisual {
  clear: both;
  margin: 0px auto;
  text-align: center; }

@media screen and (max-width: 799px) {
  #mainvisual {
    clear: both;
    margin: 0px auto;
    text-align: center; }
    #mainvisual img {
      width: 100%;
      height: auto; } }

/* NAVIGATION-INDEX
---------------------------------------------------- */
#navi {
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 5px; }
  #navi ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px; }
    #navi ul li {
      display: block;
      line-height: 1.4;
      /*for WinIE6*/ }
      #navi ul li a {
        background-color: #0a7e78;
        border-radius: 5px;
        color: #fff;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 4px;
        margin-right: 4px;
        -webkit-filter: drop-shadow(0 5px 0 #0A6642);
        filter: drop-shadow(0 5px 0 #0A6642); }
        #navi ul li a span {
          color: #FF2;
          border-top: solid 1px #4BB1B5;
          display: block;
          letter-spacing: 2px;
          font-size: 12px;
          font-family: ff-market-web, sans-serif; }
        #navi ul li a:hover {
          background-color: #0A6642; }

/* Responsive Nav. Full ver. */
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
  display: none; }
  #nav-toggle > div {
    position: relative;
    width: 36px; }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #663300;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 14px; }
    #nav-toggle span:nth-child(3) {
      top: 28px; }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px; }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px; }

.open #nav-toggle span {
  background: #663300; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#wrapper {
  z-index: 900; }

#mov-nav {
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  -o-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease; }
  #mov-nav ul {
    list-style: none; }
    #mov-nav ul li {
      opacity: 0;
      -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
      transform: translateX(200px);
      transition: opacity .2s ease, -webkit-transform .6s ease;
      -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
      -o-transition: transform .6s ease, opacity .2s ease;
      transition: transform .6s ease, opacity .2s ease;
      transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
      margin-bottom: 15px; }
      #mov-nav ul li:nth-child(2) {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s; }
      #mov-nav ul li:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      #mov-nav ul li:nth-child(4) {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s; }
      #mov-nav ul li:nth-child(5) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }
      #mov-nav ul li:nth-child(6) {
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s; }
      #mov-nav ul li:nth-child(7) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s; }
    #mov-nav ul a {
      background-color: #0a7e78;
      border-radius: 5px;
      color: #fff;
      display: block;
      margin-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-filter: drop-shadow(0 5px 0 #0A6642);
      filter: drop-shadow(0 5px 0 #0A6642); }
      #mov-nav ul a span {
        color: #FF2;
        border-top: solid 1px #4BB1B5;
        display: block;
        letter-spacing: 2px;
        font-size: 12px;
        font-family: ff-market-web, sans-serif; }
      #mov-nav ul a:hover {
        background-color: #0A6642; }

/* open */
.open {
  overflow: hidden; }
  .open #mov-nav {
    visibility: visible;
    opacity: .95; }
    .open #mov-nav li {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      transition: opacity .9s ease, -webkit-transform 1s ease;
      -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
      -o-transition: transform 1s ease, opacity .9s ease;
      transition: transform 1s ease, opacity .9s ease;
      transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease; }

@media screen and (max-width: 799px) {
  #navi {
    display: none; }
  #nav-toggle {
    display: block; } }

/* TOPICPATH
---------------------------------------------------- */
#topicpath {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  margin: 0px auto;
  font-size: 12px;
  height: 30px; }
  #topicpath li {
    display: inline;
    font-weight: bold;
    color: #CC6600; }
    #topicpath li a {
      display: inline;
      padding-right: 15px;
      background: url(../images/tp_arrow.png) no-repeat right center;
      font-weight: normal; }

@media screen and (max-width: 480px) {
  #topicpath {
    padding-left: 10px; } }

/* INFORMATION-INDEX
---------------------------------------------------- */
#information {
  margin: 0px auto; }
  #information h2 {
    background-image: none;
    font-size: 1rem; }
  #information div.box {
    margin: 30px 0; }
    @media screen and (max-width: 480px) {
      #information div.box {
        margin: 0; } }
    #information div.box h1 {
      margin: 0;
      margin-bottom: 20px;
      font-size: 1.5rem;
      font-family: maru-maru-gothic-alr-stdn, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #0a7e78;
      padding-bottom: 10px;
      background-image: url(../images/bg-h.png);
      background-repeat: no-repeat;
      background-position: bottom; }
      #information div.box h1::before {
        background: none;
        content: none;
        margin: 0; }
    #information div.box h2 {
      text-align: left;
      color: #0a7e78;
      border-bottom: 3px dotted #0A6642;
      padding-left: 0;
      padding-bottom: 5px;
      font-size: 1.2rem; }
    #information div.box h3 {
      background-color: #118660;
      color: #fff;
      border-radius: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px; }
    #information div.box h4 {
      color: #CC6600;
      padding-left: 10px; }
    #information div.box .aboutbox {
      padding-bottom: 30px;
      padding-top: 30px;
      border-bottom: 1px dotted #ccc; }
    #information div.box p {
      margin-left: 15px;
      margin-right: 15px; }
  #information.pagecont div.box, #information.medicalinfo div.box, #information.clinicinfo div.box, #information.calendarinfo div.box {
    margin: 30px 30px; }

/* BLOGFEED
---------------------------------------------------- */
#blogfeed {
  width: 50%;
  margin-bottom: 30px;
  padding-top: 20px; }
  #blogfeed p.more {
    float: right;
    font-size: 12px;
    color: #CC6600; }

/* CLINIC
---------------------------------------------------- */
#clinic.clinic-pc {
  display: block; }

#clinic.clinic-mv {
  display: none; }

#clinicinfo.clinicinfo-pc {
  display: block; }

#clinicinfo.clinicinfo-mv {
  display: none; }

#clinic {
  width: 50%;
  font-size: 12px;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center; }
  #clinic img {
    padding: 5px 0px 5px 0px; }
  #clinic p {
    font-size: 12px;
    line-height: 1.5;
    color: #663300;
    letter-spacing: 0em; }
    #clinic p.phone {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      color: #663300; }
    #clinic p.name {
      font-size: 0.7rem;
      font-weight: bold;
      line-height: 2;
      color: #330000; }

#information h2 {
  padding: 20px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #663300;
  text-align: center;
  font-weight: normal; }
  #information h2::before {
    background: none;
    content: none;
    margin: 0; }

#information p {
  font-size: 0.7rem;
  color: #663300; }
  #information p.bold {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 2;
    color: #663300; }
  #information p.bold2 {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 2;
    color: #663300;
    border-bottom: #CC9966 solid 1px; }
  #information p.cap {
    font-size: 12px;
    line-height: 1.5;
    color: #663300; }

#information h3 {
  color: #663300; }

#information h4 {
  font-size: 16px;
  font-weight: bold;
  color: #003399;
  line-height: 1.5; }

#information div.clear {
  clear: both; }

#information div.box_wide {
  float: left;
  width: 720px;
  margin-bottom: 30px;
  padding: 10px; }

#information div.photo {
  float: right;
  width: 300px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #663300; }

#information.pagecont .greetingwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #information.pagecont .greetingwrap .greetingwrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.pagecont .greetingwrap .greetingwrap-inner .greeting-doc {
      width: 50%; }
    #information.pagecont .greetingwrap .greetingwrap-inner .photo {
      width: 50%; }
      #information.pagecont .greetingwrap .greetingwrap-inner .photo img {
        width: 100%;
        height: auto; }
    #information.pagecont .greetingwrap .greetingwrap-inner .greeting-doc .alnright {
      text-align: right;
      padding-right: 20px; }

#information.pagecont div.box h3 img.pc-title, #information.medicalinfo div.box h3 img.pc-title, #information.clinicinfo div.box h3 img.pc-title {
  display: block; }

#information.pagecont div.box h3 img.mv-title, #information.medicalinfo div.box h3 img.mv-title, #information.clinicinfo div.box h3 img.mv-title {
  display: none; }

#information.calendarinfo div.box h3 img.pc-title {
  display: block; }

#information.calendarinfo div.box h3 img.mv-title {
  display: none; }

#information.calendarinfo div.box h3 img.pc-title {
  display: block; }

#information.calendarinfo div.box h3 img.mv-title {
  display: none; }

br.sp_br {
  display: block; }

@media screen and (max-width: 799px) {
  #blogfeed {
    width: 350px;
    margin-bottom: 30px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #blogfeed p.more {
      float: right;
      font-size: 12px;
      color: #CC6600; }
  #clinic.clinic-pc {
    display: none; }
  #clinic.clinic-mv {
    display: block; }
  #clinicinfo.clinicinfo-pc {
    display: none; }
  #clinicinfo.clinicinfo-mv {
    display: block; }
  #clinic {
    width: 100%;
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center; }
    #clinic img {
      padding: 5px 0px; }
    #clinic p {
      font-size: 12px;
      line-height: 1.5;
      color: #663300;
      letter-spacing: 0em; }
      #clinic p.phone {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #663300; }
      #clinic p.name {
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 2;
        color: #330000; }
  #information h2 {
    width: 100%;
    padding: 20px 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #663300;
    text-align: center;
    font-weight: normal; }
  br.sp_br {
    display: none; } }

@media screen and (max-width: 680px) {
  #information.pagecont .greetingwrap .greetingwrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.pagecont .greetingwrap .greetingwrap-inner .greeting-doc, #information.pagecont .greetingwrap .greetingwrap-inner .photo {
      width: 100%; } }

@media screen and (max-width: 480px) {
  #information.pagecont div.box h3 img.pc-title, #information.medicalinfo div.box h3 img.pc-title, #information.clinicinfo div.box h3 img.pc-title, #information.calendarinfo div.box h3 img.pc-title {
    display: none; }
  #information.pagecont div.box h3 img.mv-title, #information.medicalinfo div.box h3 img.mv-title, #information.clinicinfo div.box h3 img.mv-title, #information.calendarinfo div.box h3 img.mv-title {
    display: block; } }

/* INFO
---------------------------------------------------- */
#information.medicalinfo #info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 96%;
  margin-bottom: 30px;
  padding: 10px; }
  #information.medicalinfo #info .imageinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.medicalinfo #info .imageinfo img.schedule {
      width: 62%; }
    #information.medicalinfo #info .imageinfo img.gaikan {
      width: 32%; }
  #information.medicalinfo #info .medicalinfo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-title {
      font-size: 0.7rem;
      line-height: 2;
      color: #663300;
      width: 20%;
      height: auto;
      padding-left: 10px;
      font-weight: bold;
      margin: 20px 10px 20px 10px; }
    #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail {
      font-size: 0.7rem;
      line-height: 2;
      color: #663300;
      width: 80%;
      padding-left: 10px;
      border-left: #CC9966 dotted 2px;
      margin: 20px 10px 20px 10px; }

#information.clinicinfo #intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px; }
  #information.clinicinfo #intro p {
    width: 70%;
    padding-right: 10px; }
  #information.clinicinfo #intro img {
    width: 180px;
    height: 240px;
    margin: 10px auto 0 auto; }

#information.clinicinfo #info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 30px 0 30px; }
  #information.clinicinfo #info .title {
    width: 20%; }
  #information.clinicinfo #info .detail {
    width: 80%;
    padding-left: 10px;
    border-left: #CC9966 dotted 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.clinicinfo #info .detail .leftwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 60%; }
      #information.clinicinfo #info .detail .leftwrap p {
        width: 100%;
        margin-bottom: 15px; }
      #information.clinicinfo #info .detail .leftwrap img {
        margin: 0 20% 0 auto; }
    #information.clinicinfo #info .detail p {
      width: 60%;
      font-size: 0.7rem;
      line-height: 2;
      color: #663300;
      padding-right: 15px; }
    #information.clinicinfo #info .detail .image {
      width: 40%;
      text-align: right; }

#information.calendarinfo #info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px; }

#information.calendarinfo .gcal_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #information.calendarinfo .gcal_wrap .gcal_resp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    #information.calendarinfo .gcal_wrap .gcal_resp iframe, #information.calendarinfo .gcal_wrap .gcal_resp object, #information.calendarinfo .gcal_wrap .gcal_resp embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #information.calendarinfo .gcal_wrap .pc-cal {
    width: 100%; }
  #information.calendarinfo .gcal_wrap .mv-cal {
    display: none; }

#information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail .cap-img-wrap img {
  width: 240px;
  height: auto;
  margin: 0 5px; }

@media (max-width: 799px) {
  #information.clinicinfo #intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px; }
    #information.clinicinfo #intro p {
      width: 100%;
      padding-right: 0px; }
  #information.calendarinfo .gcal_wrap {
    width: 96%; }
    #information.calendarinfo .gcal_wrap .pc-cal {
      display: none; }
    #information.calendarinfo .gcal_wrap .mv-cal {
      padding-bottom: 120%;
      /* 高さ */
      display: block;
      width: 100%; }
  #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail img {
    width: 100%;
    height: auto; }
  #information.clinicinfo #info .detail .leftwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail .cap-img-wrap {
    text-align: center;
    margin-top: 10px; }
    #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail .cap-img-wrap img {
      width: 240px;
      height: auto;
      margin: 0 0; } }

#info div.map {
  clear: both;
  margin: 0px auto;
  width: 700px;
  font-size: 12px;
  text-align: center; }

#info div.facility {
  float: left;
  width: 400px;
  margin-bottom: 30px;
  padding: 10px; }

#info div.facilityimage {
  float: right;
  width: 300px;
  margin-bottom: 30px;
  padding: 10px; }

@media screen and (max-width: 799px) {
  #information.medicalinfo #info .imageinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #information.medicalinfo #info .imageinfo img.schedule {
      width: 100%;
      height: auto;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    #information.medicalinfo #info .imageinfo img.gaikan {
      width: 240px;
      height: 180px; }
  #information.medicalinfo #info .medicalinfo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-title {
      font-size: 12px;
      line-height: 2;
      letter-spacing: 0.04em;
      color: #663300;
      width: 20%;
      height: auto;
      padding-left: 10px;
      font-weight: bold;
      margin: 20px 0px 0px 0px; }
    #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail {
      font-size: 0.7rem;
      line-height: 2;
      color: #663300;
      width: 80%;
      padding-top: 10px;
      padding-left: 10px;
      border-top: #CC9966 solid 2px;
      border-left: #CC9966 dotted 0px;
      margin: 5px 10px 20px 10px; }
      #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail .phonenum-img {
        width: 100%;
        height: auto; }
  #information.clinicinfo #info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 20px 0 30px; }
    #information.clinicinfo #info .title {
      width: 100%; }
      #information.clinicinfo #info .title img {
        width: 100%;
        height: auto; }
    #information.clinicinfo #info .detail {
      width: 100%;
      padding-left: 10px;
      border-left: #CC9966 dotted 0px;
      border-top: #CC9966 solid 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #information.clinicinfo #info .detail p {
        width: 100%; }
      #information.clinicinfo #info .detail .image {
        width: 100%;
        margin-top: 10px; } }

@media screen and (min-width: 320px) and (max-width: 680px) {
  #information.medicalinfo #info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
    margin-bottom: 30px;
    padding: 10px 0; }
  #information.clinicinfo #info .title {
    width: 100%;
    text-align: center; }
    #information.clinicinfo #info .title img {
      width: 30%;
      height: auto; }
  #information.clinicinfo #info .detail {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border-left: #CC9966 dotted 0px;
    border-top: #CC9966 solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #information.clinicinfo #info .detail .leftwrap p {
      width: 100%;
      margin-bottom: 15px; }
    #information.clinicinfo #info .detail .leftwrap img {
      margin: 0 auto 0 auto; }
    #information.clinicinfo #info .detail p {
      width: 100%; }
    #information.clinicinfo #info .detail .image {
      width: 100%;
      margin-top: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #information.clinicinfo #info .detail .image img {
        margin-top: 10px; }
  #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-detail {
    font-size: 0.7rem;
    line-height: 2;
    color: #663300;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    border-top: #CC9966 solid 1px;
    border-left: #CC9966 dotted 0px;
    margin: 5px 10px 20px 0px; }
  #information.medicalinfo #info .medicalinfo-wrap .medicalinfo-title {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #663300;
    width: 80%;
    height: auto;
    padding-left: 0px;
    font-weight: bold;
    margin: 20px 0px 0px 0px; } }

/* 関連リンク
---------------------------------------------------- */
.clinicinfo h4 {
  border-left: 4px solid #070;
  padding-left: 10px;
  text-align: left; }

@media screen and (min-width: 320px) and (max-width: 991px) {
  .kanren {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 100%;
    min-width: 320px; }
    .kanren li {
      margin-bottom: 10px; }
      .kanren li a {
        background-color: #fff;
        font-size: 0.8rem;
        display: block;
        border: 1px solid #eee;
        padding: 10px; }
        .kanren li a:hover {
          background-color: #FFD; } }

.kanren {
  padding-left: 0;
  min-width: 320px; }
  .kanren li {
    margin-bottom: 10px; }
    .kanren li a {
      background-color: #fff;
      font-size: 0.8rem;
      display: block;
      border: 1px solid #eee;
      padding: 10px; }
      .kanren li a:hover {
        background-color: #FFD; }

/* BUTTON-TOP
---------------------------------------------------- */
#btn_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer; }

.clear img {
  height: 10px; }

@media screen and (max-width: 799px) {
  #btn_top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer; }
  .clear img {
    width: 100%;
    height: 10px; } }

/* FOOTER-INDEX
---------------------------------------------------- */
footer {
  clear: both;
  margin: 0px auto;
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal; }
  footer img {
    padding: 5px 0px 5px 0px; }

#clinicinfo {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px; }
  #clinicinfo p {
    font-size: 12px;
    line-height: 2;
    color: #663300; }
    #clinicinfo p.tel {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      color: #663300;
      letter-spacing: 0em; }
    #clinicinfo p.name {
      font-size: 0.7rem;
      font-weight: bold;
      line-height: 1.5;
      color: #330000; }

@media screen and (max-width: 480px) {
  .clinicinfo p.tel strong {
    font-size: 1.8rem; }
  .clinicinfo p.kamoku {
    font-size: 0.6rem !important; } }

#footermenu {
  clear: both;
  margin: 0px auto;
  line-height: 1.5;
  text-align: center;
  color: #663300;
  font-size: 0.6rem;
  line-height: 1.2; }
  #footermenu p {
    font-size: 0.6rem;
    margin-bottom: 0; }
    #footermenu p.kyusinbi {
      font-weight: bold;
      line-height: 1; }
    #footermenu p.add {
      line-height: 2; }
    #footermenu p strong {
      padding-left: 10px;
      font-size: 1rem; }
  #footermenu span {
    display: inline-block; }
  #footermenu ul {
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8rem; }
    #footermenu ul li {
      display: block;
      line-height: 1.4;
      /*for WinIE6*/ }
      #footermenu ul li a {
        background-color: #0a7e78;
        border-radius: 5px;
        color: #fff;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 4px;
        margin-right: 4px;
        -webkit-filter: drop-shadow(0 5px 0 #0A6642);
        filter: drop-shadow(0 5px 0 #0A6642); }
        #footermenu ul li a span {
          color: #FF2;
          border-top: solid 1px #4BB1B5;
          display: block;
          letter-spacing: 2px;
          font-size: 12px;
          font-family: ff-market-web, sans-serif; }
        #footermenu ul li a:hover {
          background-color: #0A6642; }

footer div.copyright {
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CC6600;
  font-size: 0.6rem;
  text-align: center;
  padding-top: 20px; }
  footer div.copyright p {
    margin-bottom: 0; }

@media screen and (max-width: 480px) {
  #footermenu span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #clinic img.phoneimg, footer img {
    width: 70%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }
