@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ レイアウト ◇◆◇
  
  1.  header
  2.  contents
  3.  footer
  99. parts  
  
  
========================================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  1. header
  
----------------------------------------------------------------------------------------------------*/

header {
  box-sizing: border-box;
}

#l-hd {
  font-size: 95%;
  width: 100%;
  min-width: 1280px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

@media print, screen and (min-width:1801px) {
  header {
    padding-top: 112px;
  }

  #l-hd {
    height: 112px;
    padding-top: 25px;
  }
}

@media print, screen and (max-width:1800px) {
  header {
    padding-top: 146px;
  }

  #l-hd {
    height: 146px;
  }
}

@media print, screen and (min-width:641px) {
  #l-hd.scroll {
    box-shadow: 0 0 10px 2px rgba(130, 80, 60, 0.1);
  }
}

@media screen and (max-width:640px) {
  header {
    padding-top: 70px;
  }

  #l-hd {
    height: 70px;
    min-width: 500px;
  }
}

@media print {
  #l-hd {
    position: absolute;
  }
}


/*-----------------------------------------------------------------------------------
  ロゴ
-----------------------------------------------------------------------------------*/

#l-hd h1 {
  font-family: "mplus-1c";
  box-sizing: border-box;
  float: left;
  z-index: 1000;
  position: relative;
  font-size: 175%;
  line-height: 1.3;
  margin-top: -4px;
}

#l-hd h1 img {
  width: 60px;
  float: left;
  margin-right: 1rem;
}

#l-hd h1 a {
  display: inline-block;
}

#l-hd h1 a,
#l-hd h1 a:visited,
#l-hd h1 a:hover {
  color: inherit;
  text-decoration: none;
}

#l-hd h1 .cliname {
  font-weight: 800;
  color: #4150b4;
}

#l-hd h1 small {
  font-weight: normal;
  font-size: 45%;
  display: block;
  color: #ee7c3a;
  font-weight: 400;
}

@media print, screen and (min-width:1801px) {
  #l-hd h1 {
    padding-top: 0.2em;
  }

  #l-hd img {
    margin-top: -3px;
  }
}

@media print, screen and (min-width:641px) and (max-width:1800px) {
  #l-hd h1 {
    padding-top: 1.65em;
    font-size: 180%;
  }
}

@media screen and (max-width:640px) {
  #l-hd h1 {
    margin-top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 130%;
    padding: 0.75rem;
    box-shadow: 0 0 10px 2px rgba(130, 80, 60, 0.1);
  }

  #l-hd h1 .cliname {
    display: inline-block;
  }

  #l-hd h1 img {
    width: 44px;
    margin-right: 0.75rem;
  }

  #l-hd h1 small {
    font-size: 50%;
  }
}


/*-----------------------------------------------------------------------------------
  診療科
-----------------------------------------------------------------------------------*/

#l-hd__shinryoka {
  font-size: 75%;
  color: #f19057;
}

#l-hd__shinryoka a,
#l-hd__shinryoka a:visited,
#l-hd__shinryoka a:hover {
  color: inherit;
  text-decoration: none;
}

#l-hd__shinryoka {
  list-style: none;
  font-size: 0;
}

#l-hd__shinryoka li {
  min-width: 6em;
  line-height: 1;
  font-size: small;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 5px;
}

#l-hd__shinryoka a {
  display: block;
  border: 1px solid #fab973;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.5em 0.4em;
  border-radius: 2px;
  text-align: center;
}

.ua-pc #l-hd__shinryoka li a {
  -webkit-transition: background ease 0.15s, border-color ease 0.15s, color ease 0.15s;
  transition: background ease 0.15s, border-color ease 0.15s, color ease 0.15s;
}

.ua-pc #l-hd__shinryoka li a:hover {
  background-color: #fab973;
  border-color: #fab973;
  color: #fff;
}

@media screen and (min-width:1801px) {
  #l-hd__shinryoka {
    width: 330px;
    float: left;
    margin-left: 30px;
  }

  #l-hd__shinryoka li:nth-child(n+5) {
    padding-top: 5px;
  }
}

@media print, screen and (min-width:641px) and (max-width:1800px) {
  #l-hd__shinryoka {
    z-index: 1001;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width:640px) {
  #l-hd__shinryoka {
    display: none;
  }
}


/*-----------------------------------------------------------------------------------

  nav・TEL
  
-----------------------------------------------------------------------------------*/

#l-gnav-wrap {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 20px 0 0;
  letter-spacing: -0.5em;
}

@media screen and (max-width:640px) {
  html.is-spNav-open {
    overflow-y: hidden;
  }

  #l-gnav-wrap {
    display: none;
    padding: 0;
    width: 100%;
    min-width: 500px;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 999;
    -webkit-transition: right ease 0.4s;
    transition: right ease 0.4s;
  }

  html.is-spNav-open #l-gnav-wrap {
    height: 100%;
  }
}


/*-----------------------------------------------------------------------------------
  TEL
-----------------------------------------------------------------------------------*/

#l-hd__tel {
  display: inline-block;
  margin-bottom: 1.25rem;
  vertical-align: bottom;
  letter-spacing: normal;
}

#l-hd__tel-sp {
  display: none;
}

@media print, screen and (min-width:1501px) and (max-width:1800px) {
  #l-hd__tel {
    margin-bottom: 1.75rem;
  }
}

@media print, screen and (min-width:1501px) {
  #l-hd__tel {
    padding-left: 20px;
    padding-right: 5px;
  }
}

@media print, screen and (min-width:641px) and (max-width:1500px) {
  #l-hd__tel {
    position: absolute;
    top: -8px;
    right: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width:640px) {
  #l-hd__tel {
    display: none;
  }

  #l-hd__tel-sp {
    display: block;
    position: absolute;
    top: 0;
    right: 66px;
    display: block;
    width: 66px;
    height: 70px;
    background-color: #f0894d;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
  }

  #l-hd__tel-sp .tel__no {
    display: none;
  }

  #l-hd__tel-sp:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0.2em;
    background-image: url(../image/icon/tel_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 35px;
    vertical-align: middle;
  }
}

.no-svg #l-hd__tel-sp:before {
  background-image: url(../image/icon/tel_white.png);
}


/*-----------------------------------------------------------------------------------
  nav
-----------------------------------------------------------------------------------*/

#l-gnav a,
#l-gnav a:visited,
#l-gnav a:hover {
  color: #82503c;
  text-decoration: none;
}

#l-gnav__kamoku {
  display: none;
}

#l-gnav ul {
  list-style: none;
  font-family: "mplus-1c";
  font-weight: 400;
}

#l-gnav__base {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
}

#l-gnav__base li a {
  display: block;
  padding: 1.25rem 0;
  position: relative;
}

@media print, screen and (min-width:641px) and (max-width:1500px) {
  #l-gnav__base li {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media print, screen and (min-width:641px) and (max-width:1800px) {
  #l-gnav__base li:last-child {
    padding-right: 10px;
  }

  #l-gnav__base li a {
    padding-bottom: 1.75rem;
  }
}

@media print, screen and (min-width:641px) {
  #l-gnav__base li a:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .csstransitions #l-gnav__base li a:hover:after,
  #l-gnav__base li.active a:after {
    background-color: #ee7c3a;
    -webkit-transition: scaleX(1);
    transform: scaleX(1);
  }

  #l-gnav__base li.active a:after {
    -webkit-transition: none;
    transition: none;
  }

  .preload #l-gnav__base li a:after {
    -webkit-transition: none;
    transition: none;
  }

  #l-gnav__base li {
    font-size: 112.5%;
    float: left;
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
}

@media screen and (max-width:640px) {
  #l-gnav {
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    padding: 1.25rem 1.5rem 0 1.5rem;
    background-color: #fefaee;
    color: #82503c;
  }

  #l-gnav:after {
    content: "";
    display: block;
    height: 2rem;
  }

  #l-gnav__base {
    display: block;
  }

  #l-gnav__base li.parent {
    font-size: 120%;
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  #l-gnav__base li.parent:first-child {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  #l-gnav__base li.parent:not(:first-child) {
    padding-top: 1rem;
  }

  #l-gnav__base li.parent>a {
    font-weight: 500;
    display: block;
    padding: 0.75em 1em;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(238, 124, 58, 0.15);
  }

  #l-gnav__base li.parent>a:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid rgba(130, 80, 60, 0.8);
    border-bottom: 1px solid rgba(130, 80, 60, 0.8);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 1.25em;
    top: 1.4em;
  }


  #l-gnav__base .kamoku {
    font-size: 90%;
    padding-bottom: 1rem;
  }

  #l-gnav__base .kamoku li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding-top: 1rem;
  }

  #l-gnav__base .kamoku li a {
    display: block;
    padding: 0.75em 1em 1em 1em;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 0px rgba(238, 124, 58, 0.15);
  }

  #l-gnav__base .kamoku li:nth-child(even) {
    padding-left: 0.5rem;
  }

  #l-gnav__base .kamoku li:nth-child(odd) {
    padding-right: 0.5rem;
  }

  #l-gnav__base .kamoku span:before {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #l-gnav__base .kamoku li.naika span:before {
    background-image: url(../image/icon/naika.svg);
  }

  #l-gnav__base .kamoku li.icho span:before {
    background-image: url(../image/icon/icho.svg);
  }

  #l-gnav__base .kamoku li.kanzo span:before {
    background-image: url(../image/icon/kanzo.svg);
  }

  #l-gnav__base .kamoku li.fujin span:before {
    background-image: url(../image/icon/fujin.svg);
  }

  #l-gnav__base .kamoku li.geka span:before {
    background-image: url(../image/icon/geka.svg);
  }

  #l-gnav__base .kamoku li.nyusen span:before {
    background-image: url(../image/icon/nyusen.svg);
  }

  #l-gnav__base .kamoku li.komon span:before {
    background-image: url(../image/icon/komon.svg?v=2);
  }

  #l-gnav__base .kamoku li.kanpo span:before {
    background-image: url(../image/icon/kanpo.svg);
  }

  .no-svg #l-gnav__base .kamoku li.naika span:before {
    background-image: url(../image/icon/naika.png);
  }

  .no-svg #l-gnav__base .kamoku li.icho span:before {
    background-image: url(../image/icon/icho.png);
  }

  .no-svg #l-gnav__base .kamoku li.kanzo span:before {
    background-image: url(../image/icon/kanzo.png);
  }

  .no-svg #l-gnav__base .kamoku li.fujin span:before {
    background-image: url(../image/icon/fujin.png);
  }

  .no-svg #l-gnav__base .kamoku li.geka span:before {
    background-image: url(../image/icon/geka.png);
  }

  .no-svg #l-gnav__base .kamoku li.nyusen span:before {
    background-image: url(../image/icon/nyusen.png);
  }

  .no-svg #l-gnav__base .kamoku li.komon span:before {
    background-image: url(../image/icon/komon.png?v=2);
  }

  .no-svg #l-gnav__base .kamoku li.kanpo span:before {
    background-image: url(../image/icon/kanpo.png);
  }
}


/* スマホMENUボタン /-------------------------------------------------------------------- */

#l-hd__spNavBtn {
  display: none;
}

@media screen and (max-width:640px) {
  #l-hd__spNavBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 66px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    background-color: #8e614f;
  }

  .spNavBtn-ic {
    position: relative;
    width: 26px;
    height: 20px;
    margin-top: 24px;
  }

  .spNavBtn-ic,
  .spNavBtn-ic span,
  .spNavBtn-ic span:before,
  .spNavBtn-ic span:after {
    display: inline-block;
  }

  .spNavBtn-ic {
    position: relative;
    width: 26px;
    height: 20px;
    margin-top: 25px;
  }

  .spNavBtn-ic span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .spNavBtn-ic span:nth-of-type(1) {
    top: 0;
  }

  .spNavBtn-ic span:nth-of-type(2) {
    top: 9px;
  }

  .spNavBtn-ic span:nth-of-type(3) {
    bottom: 0;
  }

  #l-hd__spNavBtn.is-load .spNavBtn-ic span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.4s forwards;
    animation: menu-bar01 0.4s forwards;
  }

  #l-hd__spNavBtn.is-load .spNavBtn-ic span:nth-of-type(2) {
    transition: all 0.2s 0.2s;
    opacity: 1;
  }

  #l-hd__spNavBtn.is-load .spNavBtn-ic span:nth-of-type(3) {
    -webkit-animation: menu-bar02 0.4s forwards;
    animation: menu-bar02 0.4s forwards;
  }

  #l-hd__spNavBtn.is-close .spNavBtn-ic span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.4s forwards;
    animation: active-menu-bar01 0.4s forwards;
  }

  #l-hd__spNavBtn.is-close .spNavBtn-ic span:nth-of-type(2) {
    opacity: 0;
  }

  #l-hd__spNavBtn.is-close .spNavBtn-ic span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.4s forwards;
    animation: active-menu-bar03 0.4s forwards;
  }
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}


/*----------------------------------------------------------------------------------------------------

  2. contents
  
----------------------------------------------------------------------------------------------------*/

.ctBlock {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
  .ctBlock {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/*-----------------------------------------------------------------------------------
  ページ見出し
-----------------------------------------------------------------------------------*/

#l-pgHeadline {
  box-sizing: border-box;
  width: 100%;
  background-color: #fab973;
  background: linear-gradient(-45deg, #fbe196, #fab973);
  position: relative;
}

#l-pgHeadline h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "mplus-1c";
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  color: #ee7c3a;
  font-size: 175%;
  line-height: 1;
  border-radius: 3em;
  box-shadow: 0px 0px 20px 0px rgba(238, 124, 58, 0.2);
}

#l-pgHeadline .owl,
#l-pgHeadline h2:after {
  content: "";
  position: absolute;
  right: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#l-pgHeadline .owl {
  z-index: 2;
  background-image: url(../image/logo_line.svg);
}

#l-pgHeadline .owl.is-wink {
  -webkit-animation: pgHeadline-wink 0.2s forwards;
  animation: pgHeadline-wink 0.2s forwards;
}

#l-pgHeadline h2:after {
  z-index: 1;
  background-image: url(../image/logo_lineW.svg);
}

.no-svg #l-pgHeadline .owl {
  background-image: url(../image/logo_line.png);
}

.no-svg #l-pgHeadline h2:after {
  background-image: url(../image/logo_lineW.png);
}

@keyframes pgHeadline-wink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pgHeadline-wink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#l-pgHeadline h2 .pgTtl {
  white-space: nowrap;
  display: block;
}

@media print, screen and (min-width:641px) {
  #l-pgHeadline {
    height: 260px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #l-pgHeadline h2 {
    padding-right: 55px;
  }

  #l-pgHeadline .owl,
  #l-pgHeadline h2:after {
    width: 110px;
    height: 127px;
    bottom: -1em;
  }

  #l-pgHeadline h2 .pgTtl {
    padding: 0.5em 3em 0.5em 4em;
  }
}

@media screen and (max-width:640px) {
  #l-pgHeadline {
    height: 200px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #l-pgHeadline h2 {
    padding-right: 35px;
  }

  #l-pgHeadline .owl,
  #l-pgHeadline h2:after {
    width: 90px;
    height: 104px;
    bottom: -0.75em;
  }

  #l-pgHeadline h2 .pgTtl {
    padding: 0.5em 2.5em 0.5em 3.5em;
  }
}


/*-----------------------------------------------------------------------------------
  見出し
-----------------------------------------------------------------------------------*/

.l-headline {
  line-height: 1;
  font-size: 212.5%;
  font-family: "mplus-1c";
  font-weight: 500;
}

@media screen and (max-width:640px) {
  .l-headline {
    font-size: 200%;
  }
}


/*-----------------------------------------------------------------------------------
  診療時間
-----------------------------------------------------------------------------------*/

.l-hrsTbl-wrap {
  overflow: hidden;
}

.l-hrsTbl {
  border-collapse: separate;
  border-spacing: 0;
  color: #82503c;
  font-family: "mplus-1c";
  font-weight: 400;
}

.l-hrsTbl thead th {
  background-color: #f19057;
  color: #fff;
}

.l-hrsTbl thead th:first-child {
  border-radius: 4px 0 0 4px;
}

.l-hrsTbl thead th:last-child {
  border-radius: 0 4px 4px 0;
}

.l-hrsTbl thead th {
  text-align: center;
  white-space: nowrap;
  padding: 0.75em;
}

.l-hrsTbl th,
.l-hrsTbl td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}

.l-hrsTbl tbody th,
.l-hrsTbl tbody td {
  padding: 1em;
}

.l-hrsTbl th {
  font-weight: normal;
}

.l-hrsTbl tbody th {
  width: 28%;
  white-space: nowrap;
}

.l-hrsTbl tbody th .am {
  display: inline-block;
  padding-left: 0.5em;
}

.l-hrsTbl tbody th,
.l-hrsTbl tbody td {
  border-bottom: 1px dotted rgba(130, 80, 60, 0.6);
}

.l-hrsTbl tbody td.sat {
  position: relative;
  width: 20%;
}

.l-hrsTbl tbody td .satBikou {
  white-space: nowrap;
  position: absolute;
  top: 3.25em;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -0.75em;
  display: inline-block;
  line-height: 1.3;
}

@media print, screen and (min-width:641px) {

  .l-hrsTbl thead th:first-child,
  .l-hrsTbl tbody th:first-child {
    padding-left: 3em;
  }

  .l-hrsTbl thead th:last-child,
  .l-hrsTbl tbody td:last-child {
    padding-right: 2em;
  }

  .l-hrsTbl tbody th .apm {
    display: inline-block;
    margin-right: 0.5em;
  }

  .l-hrsTbl tbody td.sat {
    padding-bottom: 2.25em;
  }
}

@media screen and (max-width:640px) {
  .l-hrsTbl {
    min-width: 540px;
  }

  .l-hrsTbl thead th:first-child,
  .l-hrsTbl tbody th:first-child {
    padding-left: 1.5em;
  }

  .l-hrsTbl thead th:last-child,
  .l-hrsTbl tbody td:last-child {
    padding-right: 1.5em;
  }

  .l-hrsTbl tbody th .apm {
    display: block;
  }

  .l-hrsTbl tbody td.sat {
    padding-bottom: 3em;
  }
}


/*-----------------------------------------------------------------------------------
  診療時間 マーク
-----------------------------------------------------------------------------------*/

.hrs-mk {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  position: relative;
  margin-bottom: 0.2em;
  margin-bottom: 0.2rem;
}


/* 診療 ----------------------------------------*/

.hrs-mk1 {
  width: 15px;
  height: 15px;
  background-color: #ee7c3a;
  border-radius: 100%;
}

.hrs-mk2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #ee7c3a transparent;
}


/* 休診 ----------------------------------------*/

.hrs-mk0:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ee7c3a;
  position: absolute;
  top: 0;
  left: 50%;
}


/*-----------------------------------------------------------------------------------
  新患受付終了
-----------------------------------------------------------------------------------*/

.l-hrsUketsuke {
  list-style: none;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.l-hrsUketsuke li {
  text-align: center;
  color: #82503c;
	text-align: center;
	width: 100%;
}

@media print, screen and (min-width:641px) {
  .l-hrsUketsuke {
    list-style: none;
    font-size: 0;
    text-align: center;
    display: inline-block;
    padding-top: 2.25rem;
  }

  .l-hrsUketsuke li {
    display: inline-block;
    font-size: large;
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #fdefc7;
  }

  .l-hrsUketsuke li:first-child {
    margin-right: 1rem;
  }

  .l-hrsUketsuke li>div {
    line-height: 1.4;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .l-hrsUketsuke li span {
    white-space: nowrap;
    display: inline-block;
    padding-bottom: 0.25rem;
  }
}

@media screen and (max-width:640px) {
  .l-hrsUketsuke {
    padding-top: 1.5rem;
  }

  .l-hrsUketsuke li {
    box-sizing: border-box;
    width: 50%;
    float: left;
  }

  .l-hrsUketsuke li:first-child {
    padding-right: 0.25rem;
  }

  .l-hrsUketsuke li:last-child {
    padding-left: 0.25rem;
  }

  .l-hrsUketsuke li>div {
    background-color: #fdefc7;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 4px;
  }

  .l-hrsUketsuke li span {
    display: inline-block;
    margin-right: 0.5rem;
  }
}


/*-----------------------------------------------------------------------------------
  診療時間備考
-----------------------------------------------------------------------------------*/

.l-hrsInfo {
	clear: both;
	float: none;
	display: block;
	width: calc(100% + 30px);
}

.l-hrsInfo:after {
	display: block;
	content: "";
	clear: both;
}

.l-hrsInfo li {
	width: calc(50% - 30px);
	margin: 0;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	border: #cccccc 2px dotted;
	box-sizing: border-box;
	text-align: left;
	list-style: none !important;
}

.l-hrsInfo li:before {
	display: none !important;
}

@media screen and (max-width:640px) {
	.l-hrsInfo {
		width: 100%;
	}
	.l-hrsInfo li {
		width: 100%;
		float: none;
		margin-right: auto;
	}
}

.l-hrsInfo li span {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


/* 婦人科・漢方外来 診療日 ----------------------------------------*/

.l-hrsInfo_shinryobi {
  padding-left: 1.25em;
}

@media print, screen and (min-width:641px) {
  .l-hrsInfo_shinryobi {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .l-hrsInfo_shinryobi {
    padding-top: 1rem;
  }
}


/* ご来院の方へ ----------------------------------------*/

#for_visiting_hospital {
}

#for_visiting_hospital h2 {
}

#for_visiting_hospital h3 {
}

/*----------------------------------------------------------------------------------------------------

  4. footer
  
----------------------------------------------------------------------------------------------------*/

#l-ft {
  background-color: #f19057;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}


@media screen and (max-width:640px) {
  #l-ft {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/*-----------------------------------------------------------------------------------
  住所・TEL
-----------------------------------------------------------------------------------*/

#l-ft__cliname {
  font-family: "mplus-1c";
  font-weight: 800;
}

#l-ft address {
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

#l-ft .yno {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (max-width:640px) {
  #l-ft .yno {
    display: block;
    margin-right: 0;
  }
}


/*-----------------------------------------------------------------------------------
  SSL
-----------------------------------------------------------------------------------*/

.ssl {
  font-size: 81.3%;
  line-height: 1.5;
  padding-top: 30px;
  margin-bottom: -1.25rem;
}

@media screen and (max-width:640px) {
  .ssl {
    padding-top: 1.5rem;
    margin-bottom: -0.5rem;
  }
}


/*-----------------------------------------------------------------------------------
  copyright
-----------------------------------------------------------------------------------*/

.copyright {
  font-size: 87.5%;
  line-height: 1.5;
  padding-top: 30px;
}

@media print, screen and (min-width:641px) {
  .copyright small {
    display: inline-block;
    margin-left: 0.5em;
  }
}

@media screen and (max-width:640px) {
  .copyright {
    padding-top: 1.5rem;
  }

  .copyright small {
    display: none;
  }
}


/*-----------------------------------------------------------------------------------
  pagetop
-----------------------------------------------------------------------------------*/

.page-top {
  display: none;
}

@media screen {
  .page-top {
    z-index: 90;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: inline-block;
    display: none;
  }

  .page-top a {
    text-indent: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    display: block;
    background-color: #fab973;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    transition: background-color 0.2s ease;
    box-shadow: 0px 0px 8px 0px rgba(238, 124, 58, 0.2);
  }

  .page-top a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -6px;
  }

  .ua-pc .page-top:hover a {
    background-color: #fbcf8d;
  }
}

@media screen and (max-width:640px) {
  .page-top {
    right: 1rem;
    bottom: 1rem;
  }
}

@media print {
  .page-top {
    display: none !important;
  }
}


/*----------------------------------------------------------------------------------------------------

  99. parts
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  ボタン
-----------------------------------------------------------------------------------*/

.l-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  margin: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 3em;
  padding: 0.65em 2em;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(238, 124, 58, 0.2);
}

.ua-pc .l-btn {
  -webkit-transition: background ease 0.15s, border-color ease 0.15s, color ease 0.15s;
  transition: background ease 0.15s, border-color ease 0.15s, color ease 0.15s;
}

.l-btn,
.l-btn:visited,
.l-btn:hover,
.l-btn a,
.l-btn a:visited,
.l-btn a:hover {
  color: inherit;
  text-decoration: none !important;
}

.l-btn.l-glink:hover:after {
  content: url(../image/icon/glink_white.svg);
}

.no-svg .l-btn.l-glink:hover:after {
  content: url(../image/icon/glink_white.png);
}


/* サイズ
=====================================================================================*/

.l-btn[data-size="S"] {
  padding: 0.5em 2.5em;
  font-size: 87.5%;
}

.l-btn[data-size="M"] {
  font-size: 118.8%;
}

.l-btn[data-size="L"] {
  font-size: 137.5%;
}


/* カラー
=====================================================================================*/

.l-btn {
  color: #f19057;
  background-color: #fff;
  border: 2px solid #fab973;
}

.l-btn,
.l-btn:visited,
.l-btn:hover,
.l-btn a,
.l-btn a:visited {
  color: #f19057;
}

.ua-pc .l-btn:hover,
.ua-pc .l-btn a:hover {
  color: #fff;
  background-color: #fab973;
}


/*-----------------------------------------------------------------------------------
  矢印ボタン
-----------------------------------------------------------------------------------*/

.l-arTxt {
  color: inherit;
  display: inline-block;
  padding-right: 1em;
  padding-bottom: 0.4em;
  text-align: left;
  position: relative;
}

.l-arTxtLink,
.l-arTxtLink:visited,
.l-arTxtLink:hover,
.l-arTxt,
.l-arTxt:visited,
.l-arTxt:hover {
  color: #82503c;
  text-decoration: none;
}

.l-arTxt .txt {
  display: inline-block;
  font-family: "mplus-1c";
  font-weight: 400;
}

.l-arTxt:before {
  z-index: 2;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-arTxt:after {
  z-index: 2;
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 2px;
  right: 0;
  margin-left: -6px;
}

.l-arTxt:before,
.l-arTxt:after {
  border-top: 1px solid rgba(130, 80, 60, 0.8);
}


/* 左 */
.l-arTxt[data-drc="prev"] {
  padding-right: 0;
  padding-left: 1em;
  text-align: right;
}

.l-arTxt[data-drc="prev"]:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: inherit;
  left: 0;
  margin-right: -6px;
  margin-left: inherit;
}

.ua-pc .l-arTxt .txt {
  -webkit-transition: color ease 0.2s, padding ease 0.3s;
  -moz-transition: color ease 0.2s, padding ease 0.3s;
  -ms-transition: color ease 0.2s, padding ease 0.3s;
  -o-transition: color ease 0.2s, padding ease 0.3s;
  transition: color ease 0.2s, padding ease 0.3s;
}

.ua-pc .l-arTxtLink:hover .l-arTxt .txt,
.ua-pc .l-arTxt:hover .txt {
  color: #ee7c3a;
}

.ua-pc.csstransitions .l-arTxtLink:hover .l-arTxt .txt,
.ua-pc.csstransitions .l-arTxt:hover .txt {
  padding-left: 0.75em;
}

.ua-pc.csstransitions .l-arTxtLink:hover .l-arTxt[data-drc="prev"] .txt,
.ua-pc.csstransitions .l-arTxt[data-drc="prev"]:hover .txt {
  padding-left: 0;
  padding-right: 0.75em;
}

.ua-pc .l-arTxtLink:hover .l-arTxt:before,
.ua-pc .l-arTxtLink:hover .l-arTxt:after,
.ua-pc .l-arTxt:hover:before,
.ua-pc .l-arTxt:hover:after {
  border-top-color: rgba(238, 124, 58, 0.8);
}


/*-----------------------------------------------------------------------------------
  TELアイコン
-----------------------------------------------------------------------------------*/

.l-tel {
  line-height: 1;
}

.l-tel__no {
  display: inline-block;
  font-family: "mplus-1c";
  font-weight: 700;
  vertical-align: middle;
}

.l-tel__no:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-top: -0.2em;
}

/* カラー
=====================================================================================*/

.l-tel,
.l-tel a,
.l-tel__no {
  color: #ee7c3a !important;
}

.l-tel .l-tel__no:before {
  background-image: url(../image/icon/tel.svg);
}

.no-svg .l-tel .l-tel__no:before {
  background-image: url(../image/icon/tel.png);
}

.l-tel[data-color="white"],
.l-tel[data-color="white"] a,
.l-tel[data-color="white"] .l-tel__no {
  color: #fff !important;
}

.l-tel[data-color="white"] .l-tel__no:before {
  background-image: url(../image/icon/tel_white.svg);
}

.no-svg .l-tel[data-color="white"] .l-tel__no:before {
  background-image: url(../image/icon/tel_white.png);
}


/*-----------------------------------------------------------------------------------
  注釈
-----------------------------------------------------------------------------------*/

span.l-annot,
small.l-annot,
b.l-annot {
  display: inline-block;
}

.l-annotList {
  list-style: none;
}

.l-annot,
.l-annotList li {
  padding-left: 1.25em;
  padding-top: 0.25rem;
}

.l-annotList li:first-child {
  padding-top: 0;
}

.l-annot:before,
.l-annotList li:before {
  content: "※";
  margin-left: -1.25em;
  margin-right: 0.25em;
}


/*-----------------------------------------------------------------------------------
  ファイルアイコン
-----------------------------------------------------------------------------------*/

.l-file {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-top: -0.25em;
  margin-right: 0.5em;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 0;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-file[data-posi="R"] {
  margin-left: 0.5em;
}

.l-file.pdf {
  background-image: url(../image/icon/pdf.svg);
}

.l-file.doc {
  background-image: url(../image/icon/doc.svg);
}

.l-file.xls {
  background-image: url(../image/icon/xls.svg);
}

.l-file.ppt {
  background-image: url(../image/icon/ppt.svg);
}

.no-svg .l-file.pdf {
  background-image: url(../image/icon/pdf.png);
}

.no-svg .l-file.doc {
  background-image: url(../image/icon/doc.png);
}

.no-svg .l-file.xls {
  background-image: url(../image/icon/xls.png);
}

.no-svg .l-file.ppt {
  background-image: url(../image/icon/ppt.png);
}


/*-----------------------------------------------------------------------------------
  新しいウインドウアイコン
-----------------------------------------------------------------------------------*/

.l-glink:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-top: -0.25em;
}

.l-glink:after {
  content: url(../image/icon/glink.svg);
}

.no-svg .l-glink:after {
  content: url(../image/icon/glink.png);
}


/*-----------------------------------------------------------------------------------
  リストマーク
-----------------------------------------------------------------------------------*/

.l-listMk {
  list-style: none;
}

.l-listMk li {
  padding-left: 1.25em;
  padding-top: 0.25em;
}

.l-listMk li:first-child {
  padding-top: 0;
}

.l-listMk li:before {
  margin-left: -1.25em;
  margin-right: 0.25em;
}


/* マーク
=====================================================================================*/

.l-listMk[data-type="cust"] li:before {
  content: attr(data-cust);
}

.l-listMk li:before {
  content: "・";
}


/*-----------------------------------------------------------------------------------

  ブログパターン
  
-----------------------------------------------------------------------------------*/

.glog {
  padding-bottom: 40px;
  text-align: left;
}

.glog:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.glog ul,
.glog ol {
  list-style: inherit;
  margin-left: 1.25em;
  margin-left: 1.25rem;
}

.glog ol {
  list-style: decimal;
}

.glog-txt {
  box-sizing: border-box;
  word-break: break-all;
}

.glog-image-left .glog-txt {
  float: right;
}

.glog-image-right .glog-txt {
  float: left;
}

.glog-image-left .glog-img,
.glog-image-right .glog-img {
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin-top: 0.25em;
  margin-top: 0.25rem;
}

.glog-image-left .glog-img {
  float: left;
  margin-right: 40px;
}

.glog-image-right .glog-img {
  float: right;
  margin-left: 40px;
}

.glog-image-center .glog-img {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.glog-img_cp {
  display: block;
  font-size: 87.5%;
  line-height: 1.5;
  color: #b9b1ad;
  padding-top: 0.5em;
}

.glog .datafile {
  margin-bottom: 1em;
  margin-bottom: 1rem;
  display: inline-block;
}


@media print, screen and (min-width:641px) {
  .glog {
    line-height: 2;
  }
}

@media screen and (max-width:640px) {
  .glog {
    padding-bottom: 2rem;
  }

  .glog-image-left .glog-img,
  .glog-image-right .glog-img {
    margin-bottom: 1rem;
  }

  .glog-image-left .glog-img {
    margin-right: 1.25rem;
  }

  .glog-image-right .glog-img {
    margin-left: 1.25rem;
  }

  .glog-image-center .glog-img {
    margin-bottom: 1.5rem;
    margin-top: 0.25rem;
  }
}

@media screen and (max-width:500px) {
  .glog-txt {
    width: inherit !important;
  }

  .glog-image-left .glog-img,
  .glog-image-right .glog-img {
    float: none;
    display: block;
    text-align: center;
    width: inherit !important;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}


/*-----------------------------------------------------------------------------------
  pagination
-----------------------------------------------------------------------------------*/

.glog-pagination {
  text-align: center;
  padding-top: 40px;
}

.glog-pagination ul {
  display: inline-block;
  list-style: none;
  margin-left: -3px;
}

.glog-pagination li {
  float: left;
  display: inline-block;
  margin: 3px;
  font-size: 87.5%;
}

.glog-pagination li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.glog-pagination li a {
  display: block;
}

.glog-pagination li a,
.glog-pagination li a:visited,
.glog-pagination li span:hover,
.glog-pagination li span:hover a,
.glog-pagination li a:hover {
  color: #f19057;
  text-decoration: none;
}

.ua-pc .glog-pagination li span {
  -webkit-transition: background ease 0.15s, border ease 0.15s, color ease 0.15s;
  transition: background ease 0.15s, border ease 0.15s, color ease 0.15s;
}

.glog-pagination li span.active,
.ua-pc .glog-pagination li span.active:hover {
  color: #fff;
  background-color: #f2a35f;
  border-color: #f2a35f;
}

.ua-pc .glog-pagination li span:hover {
  color: #fff;
  background-color: #fbcf8d;
  border-color: #fbcf8d;
}

.glog-pagination li span {
  line-height: 1;
  width: 2em;
  height: 2em;
  padding-top: 0.35em;
  display: block;
  color: #f19057;
  border: 1px solid #fab973;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}

@media screen and (max-width:640px) {
  .glog-pagination {
    padding-top: 2rem;
  }
}


/*-----------------------------------------------------------------------------------
  非公開
-----------------------------------------------------------------------------------*/

.hnone-box {
  text-align: center;
  box-sizing: border-box;
  padding: 1em 1em 1.5em 1em;
  color: #eb6982;
  border-radius: 10px;
  background-color: #fff9fb;
  border: 3px solid #fdb0be;
  margin-bottom: 80px;
}

.hnone-box b {
  font-size: 146.2%;
}

@media screen and (max-width:640px) {
  .hnone-box {
    margin-bottom: 3rem;
  }
}

/*-----------------------------------------------------------------------------------
  indent
-----------------------------------------------------------------------------------*/

.indent {
  padding-left: 2em;
  text-indent: -1em;
  display: block;
}

.p-list {
  padding-left: 2em;
  display: block;
}

.p-list::before {
  content: "●";
  color: #ffcfd8;
  font-size: 87.5%;
  display: inline-block;
  text-indent: -1.75rem;
}


.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

.annotation::before {
  content: "※";
}


/*-----------------------------------------------------------------------------------
  significant_announcement
-----------------------------------------------------------------------------------*/

.significant_announcement {
  background: url(../image/lbg_pink.png) repeat left top;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 6px;
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.significant_announcement a {
  box-sizing: border-box;
  line-height: 1.4;
  font-family: "mplus-1c";
  font-weight: 700;
  font-size: 175%;
  background-color: #fff;
  display: block;
  border-radius: 6px;
  padding: 2rem;
}

.significant_announcement a,
.significant_announcement a:visited,
.significant_announcement a:hover {
  color: #ed899c;
  text-decoration: none;
}

.significant_announcement a:after {
  content: "";
  width: 51px;
  height: 90px;
  display: block;
  background: url(../image/icon/click.png?v=3) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ua-pc .significant_announcement a {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ua-pc .significant_announcement a:hover {
  background-color: #fff;
}

@media print, screen and (min-width:641px) {
  .significant_announcement--top {
    margin-top: -1.5rem;
    padding-bottom: 2.5rem;
  }

  .significant_announcement--info {
    padding-bottom: 3.5rem;
  }

  .significant_announcement--info .significant_announcement {
    max-width: 900px;
  }

  .significant_announcement a {
    /* padding-right: 280px; */
    padding-left: 170px;
  }

  .significant_announcement a:after {
    left: 100px;
  }
}

.system_change--medical {
  margin-top: 4rem;
}

/* @media print, screen and (min-width:641px) {
  .system_change--info {
    margin-top: -1.5rem;
    padding-bottom: 2.5rem;
  }
} */

@media screen and (max-width:640px) {
  /* .significant_announcement--top {
    text-align: center;
    padding-bottom: 2rem;
  } */

  .system_change--top {
    margin-top: 3rem;
  }

  /*  .significant_announcement--info {
    padding-bottom: 3rem;
  } */

  .system_change--info {
    margin-bottom: 3rem;
  }

  .significant_announcement a {
    font-size: 150%;
    padding: 1rem 1rem 1rem 3.5rem;
  }

  .significant_announcement a:after {
    width: 34px;
    height: 60px;
    left: 1.5rem;
  }
}

@media screen and (max-width:560px) {
  .significant_announcement a {
    font-size: 131.3%;
  }
}