@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}



@media (max-width: 750px) {
  .sp_none{ display: none !important;}
  .cap-ttl{ font-size: 11px; display: none;}
}

@media (min-width: 751px) {
  .pc_none{ display: none !important;}
  .keyv-ttl{ display: none;}
  .cap-ttl{ font-size: 11px; padding-top: 10px; color: #60A557;}
}


/* BASE
 * ----------------------------------------------- */
/* SLICK SLIDER
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}

/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

table {
  display: table;
  width: 100%;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1350px;
  background: url(../img/common/bg_main.png) no-repeat 50% 0;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


/* RESPONSIVE
 * ----------------------------------------------- */
.sm,
.sm-inline {
  display: none !important;
}

@media (max-width: 750px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .sm-inline {
    display: inline-block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.3rem;
  }

  img {
    width: 100%;
  }

  .container {
    width: auto;
    min-width: 320px;
    padding-top: 1.18rem;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.header .header-logo {
  padding: 12px 0 0 10px;
  text-align: center;
}

.navigation .ul-nav a {
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.ct-time {
  color: #fff;
}
.ct-time .work-time {
  margin-top: 0;
}
.ct-time .work-time .tbl-time {
  border-color: #fff;
  background: none;
}
.ct-time .work-time .tbl-time thead th {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}

.ct-time .work-time .tbl-time th,
.ct-time .work-time .tbl-time td {
  border-color: #fff;
  color: #fff;
}
.ct-time .info-time {
  margin-top: 14px;
}
.ct-time .info-time .th {
  background: #fff;
  color: #ED8599;
}
.ct-time .info-time .td {
  color: #fff;
}
.ct-time .phone {
  margin: 10px 0 0 4px;
}
.ct-time .phone .txt {
  background: #fff;
  color: #ED8599;
}
.ct-time .phone .number {
  color: #fff;
}

@media (min-width: 751px) {
  body {
    position: static !important;
    top: auto !important;
    width: auto !important;
  }

  .index-time{ display: none;}

  .header .header-logo {
    display: flex;
    justify-content: space-between;
  }

  .header .header-logo .time{
    color:#60A557;
    font-size:110%;
    margin-left: 20px;
    margin-right: 15px;
    padding-top: 15px;
    text-align: left;
  }
  .header .header-logo .time strong{ font-size:70%; text-align: center; color:#333; }

  .header .header-logo .phone{
    padding-top: 5px;
  }

  header .logo{
    margin-top: 10px;
  }

  .navigation.fixed .nav-inner {
    position: fixed;
    min-width: 1200px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 8px gray;
  }
  .navigation .ul-nav {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 26px 38px 26px 52px;
  }
  .navigation .ul-nav .nav-item {
    position: relative;
  }
  .navigation .ul-nav .nav-item:before {
    position: absolute;
    content: "";
    top: 50%;
    right: -30px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #60A557;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
  }
  .navigation .ul-nav .nav-item.last:before {
    background: none;
  }

  .panel-yoyaku {
    position: fixed;
    z-index: 9990;
    right: 0;
    overflow: hidden;
    background: #008C8C;
    color: #fff;
    width: 92px;
    height: 200px;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  .panel-yoyaku .btn-time {
    display: block;
    padding-top: 19px;
    width: 90px;
    height: 360px;
    text-align: center;
  }
  .panel-yoyaku_sp {
    display: none;
  }

  .panel-time {
    position: fixed;
    z-index: 9990;
    right: -608px;
    top: 350px;
    overflow: hidden;
    background: #ED8599;
    color: #fff;
    width: 700px;
    height: 360px;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .panel-time.is-open {
    right: 0;
  }
  .panel-time .w-wrap {
    display: -webkit-flex;
    display: flex;
  }
  .panel-time .btn-time {
    display: block;
    padding-top: 40px;
    width: 90px;
    height: 300px;
    text-align: center;
  }
  .panel-time .ct-time {
    -webkit-flex: 1;
    flex: 1;
    margin: 24px 0;
    padding: 0 37px 0 48px;
    background: url(../img/common/bg_line.png) repeat-y 0 50%;
  }
  .panel-time .ct-time .work-time .tbl-time td {
    width: 45px;
  }
  .panel-time .ct-time .work-time .tbl-time .col {
    width: 133px;
  }
  .panel-time .ct-time .work-time .tbl-time .col01 {
    width: 77px;
  }

  .overlay {
    display: none;
  }
}
@media (max-width: 750px) {
  .header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 1.3rem;
    background: #fff;
    -moz-box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.3);
  }
  .header .header-inner {
    position: relative;
    z-index: 9990;
    padding: 0;
    height: 1.3rem;
    background: #fff;
    border-bottom: 1px solid #60A557;
  }
  .header .header-logo {
    padding: 0.24rem 0;
  }
  .header .header-logo .logo {
    margin: 0 0 0 8px;
    width: 5.2rem;
  }

  .header-logo .phone,
  .header-logo .time{ display: none;}
  .index-time{ background: #E9F3E8; padding: 10px 0; text-align: center; color: #60A557;}
  .index-time strong{ font-size:80%; color: #333;}

  .header .btn-menu {
    position: absolute;
    top: 0.20rem;
    right: 0.18rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/common/sp/btn_menu_small.png) no-repeat 0 0;
    -moz-background-size: auto 0.58rem;
    -o-background-size: auto 0.58rem;
    -webkit-background-size: auto 0.58rem;
    background-size: auto 0.8rem;
  }
  .header .btn-phone {
    position: absolute;
    top: 0.20rem;
    right: 1.98rem;
    width: 0.8rem;
  }

  .btn-time {
    position: absolute;
    top: 0.20rem;
    right: 1.2rem;
    display: block;
    width: 0.8rem;
  }
  .btn_yoyaku{
    width: 100%;
    margin: 20px auto 0 auto;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }
  .btn_yoyaku a{ color: #fff;}

  .panel-time {
    position: fixed;
    z-index: 9989;
    display: none;
    top: 0;
    left: 0;
    padding-top: 1.18rem;
    width: 100%;
    height: 100%;
  }
  .panel-time .w-wrap {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .panel-time .ct-time {
    position: relative;
    z-index: 9982;
    background: #ED8599;
    padding: 0.27rem 1rem 0.4rem 0.82rem;
  }
  .panel-time .ct-time .info-time {
    margin-top: 0.16rem;
  }
  .panel-time .ct-time .phone {
    margin: 0.1rem 0 0 0.04rem;
  }

  .navigation {
    position: fixed;
    top: 0;
    left: -100% !important;
    background: #fff;
    width: 3.52rem;
    padding-bottom: 0.4rem;
    height: 100% !important;
    -moz-box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.3);
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }
  .navigation.active {
    left: 0 !important;
  }
  .navigation .ul-nav {
    padding: 0;
  }
  .navigation .ul-nav .nav-item {
    position: relative;
  }
  .navigation .ul-nav .nav-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0.37rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #60A557;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 0.12rem;
    height: 0.12rem;
  }
  .navigation .ul-nav .txt-nav {
    display: block;
    padding: 0.4rem 0.2rem 0.4rem 0.65rem;
    font-size: 0.3rem;
    border-bottom: 1px solid #ddd;
  }

  .nav-inner {
    position: relative;
    z-index: 9999;
    height: 100%;
    width: 100%;
    padding-bottom: 0.4rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .overlay,
  .overlay-time {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(0, 0, 0, 0.3);
  }

  .overlay-time {
    background: none;
    z-index: 9980;
  }

 .keyv-ttl{ display: none;}

}
/* COMMON FOOTER
 * ----------------------------------------------- */
.footer {
  background: url(../img/common/bg_transparent.png) no-repeat 50% 0;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 236px 0 103px;
}
.footer .f-block {
  width: 484px;
}
.footer .f-map > iframe {
  width: 640px;
  height: 600px;
  margin-top: 6px;
}
.footer .address-clinic {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 33px;
}
.footer .address-clinic .ttl {
  margin-top: 9px;
  padding: 15px 0;
  width: 146px;
  color: #60A557;
  font-size: 18px;
  line-height: 1.2;
  border: 1px solid #60A557;
  text-align: center;
}
.footer .address-clinic .desc {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.8;
}
.footer .address-clinic .ls {
  display: block;
  letter-spacing: -0.08em;
}
.footer .reservation {
  margin: 20px 0 0 5px;
}
.footer .reservation * {
  display: inline-block;
  vertical-align: middle;
}
.footer .reservation .desc {
  margin-right: 9px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}
.footer .w-btn {
  margin-top: 47px;
  padding-right: 29px;
  text-align: center;
}

.copyright {
  margin-top: 73px;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 750px) {
  .footer {
    padding: 2.4rem 0 1rem;
    -moz-background-size: auto 2rem;
    -o-background-size: auto 2rem;
    -webkit-background-size: auto 2rem;
    background-size: auto 2rem;
  }
  .footer .f-logo {
    width: 4.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .f-block {
    width: 100%;
  }
  .footer .f-map > iframe {
    width: 100%;
    height: 400px;;
    margin-top: 0.4rem;
  }
  .footer .address-clinic {
    margin-top: 0.34rem;
  }
  .footer .address-clinic .ttl {
    margin-top: 0.1rem;
    padding: 0.22rem 0 0.28rem;
    width: 2rem;
    font-size: 0.26rem;
  }
  .footer .address-clinic .desc {
    padding-left: 0.28rem;
    font-size: 0.22rem;
  }
  .footer .address-clinic .ls {
    letter-spacing: 0;
  }
  .footer .reservation {
    margin: 0.2rem 0 0;
  }
  .footer .reservation .desc {
    margin-right: 0.1rem;
    font-size: 0.22rem;
  }
  .footer .w-btn {
    margin-top: 0.5rem;
    padding-right: 0;
  }

  .copyright {
    margin-top: 0.74rem;
    font-size: 0.22rem;
    letter-spacing: 0.2em;
  }

  .panel-yoyaku{
    display: none;
  }
  .panel-yoyaku_sp{
    position: fixed;
    z-index: 9990;
    left: 0;
    bottom:0;
    overflow: hidden;
    background: #008C8C;
    width: 50%;
    height: 70px;
    display: flex;
    align-items:center ;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .panel-yoyaku_sp a{
    display: block;
  }
  .panel-yoyaku_sp img{
    width:100%;
    max-width:240px;
    margin:8px auto;
  }
  .panel-yoyaku_sp_tel{
    position: fixed;
    z-index: 9990;
    right: 0;
    bottom:0;
    overflow: hidden;
    background: #EB6C80;
    width: 50%;
    height: 70px;
    display: flex;
    align-items:center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .panel-yoyaku_sp_tel a{
    display: block;
    color: #fff;
  }
  .panel-yoyaku_sp_tel img{
      width: 100%;
      margin: 8px auto;
  }



}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img {
  display: block;
  margin: 0 auto;
}

/* COMMON FLEX
 * ----------------------------------------------- */
@media (min-width: 751px) {
  .d-md-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .justify-content-md-between {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .justify-content-md-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .align-items-md-center {
    -webkit-align-items: center;
    align-items: center;
  }

  .align-items-md-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.d-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-content-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-between {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* COMMON TITLES
 * ----------------------------------------------- */
.page-heading {
  position: relative;
  height: 250px;
  border-bottom: 2px solid #60A557;
  background: url(../img/common/bg_page.png) no-repeat center top;
  overflow: hidden;
  text-align: center;
}
.page-heading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page-heading .title-page {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 9px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5em;
}
.page-heading .txt-small {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: 0.5em;
}

.sec-title {
  background: url(../img/common/ico_decor01.png) no-repeat 0 0;
  padding-left: 50px;
  color: #444;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.ttl-cmn {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
}
.ttl-cmn .clr {
  color: #5FA557;
}

.ttl-box {
  position: relative;
  padding: 18px 10px 22px 30px;
  font-size: 18px;
  line-height: 1.2;
  background: #E9F3E8;
  -moz-box-shadow: 2px 2px 0 #d9d9d9;
  -webkit-box-shadow: 2px 2px 0 #d9d9d9;
  box-shadow: 2px 2px 0 #d9d9d9;
  text-align: center;
}
.ttl-box:before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  margin-left: -11px;
  width: 24px;
  height: 12px;
  background: url(../img/common/ico_arrow.png) no-repeat bottom center;
}

@media (max-width: 750px) {
  .page-heading {
    height: 2.5rem;
    border-bottom-width: 0.02rem;
    -moz-background-size: auto 3.04rem;
    -o-background-size: auto 3.04rem;
    -webkit-background-size: auto 3.04rem;
    background-size: auto 3.04rem;
  }
.page-heading .txt-small {
  font-size: 0.3rem;
}
  .page-heading .title-page {
    font-size: 0.4rem;
  }

  .sec-title {
    -moz-background-size: 0.26rem;
    -o-background-size: 0.26rem;
    -webkit-background-size: 0.26rem;
    background-size: 0.26rem;
    padding-left: 0.5rem;
    font-size: 0.32rem;
  }

  .ttl-cmn {
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
  }

  .ttl-box {
    padding: 0.18rem 0.1rem 0.22rem 0.3rem;
    font-size: 0.32rem;
    -moz-box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    -webkit-box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
  }
  .ttl-box:before {
    bottom: -0.12rem;
    left: 50%;
    margin-left: -0.11rem;
    width: 0.24rem;
    height: 0.12rem;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-primary {
  position: relative;
  display: inline-block;
  padding: 24px 10px 27px;
  width: 302px;
  background: #fff;
  color: #60A557;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  -moz-box-shadow: 1px 1px 0 #d9d9d9;
  -webkit-box-shadow: 1px 1px 0 #d9d9d9;
  box-shadow: 1px 1px 0 #d9d9d9;
  text-align: center;
}
.btn-primary.ws {
  width: 242px;
}
.btn-primary:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #60A557;
  -moz-transition: all 0.26s;
  -o-transition: all 0.26s;
  -webkit-transition: all 0.26s;
  transition: all 0.26s;
}
.btn-primary:before {
  position: absolute;
  content: "";
  bottom: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #60A557;
  border-left: 12px solid transparent;
}

@media (min-width: 750px) {
  .desktop .btn-primary:hover:after {
    border-width: 3px;
  }
}
@media (max-width: 750px) {
  .btn-primary {
    padding: 0.24rem 0.1rem 0.26rem;
    width: 100%;
    font-size: 0.26rem;
  }
  .btn-primary.ws {
    width: 100%;
  }
  .btn-primary:before {
    bottom: 0.1rem;
    right: 0.1rem;
    border-bottom-width: 0.14rem;
    border-left-width: 0.12rem;
  }
}
/* COMMON BREADCRUMBS
 * ----------------------------------------------- */
.breadcrumb {
  margin-top: 40px;
}
.breadcrumb.cover li a {
  position: relative;
  color: #5FA557;
}
.breadcrumb.cover li a:before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5FA557;
}
.breadcrumb.cover li span {
  color: #000;
}
.breadcrumb.cover li span:before {
  background: none;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
}
.breadcrumb li + li:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #5FA557;
}
.breadcrumb li span:before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5FA557;
}

@media (max-width: 750px) {
  .breadcrumb {
    margin-top: 0.4rem;
  }
  .breadcrumb.cover li a:before {
    bottom: -0.06rem;
  }
  .breadcrumb li {
    font-size: 0.2rem;
  }
  .breadcrumb li span:before {
    bottom: -0.06rem;
  }
}
/* COMMON TIME
 * ----------------------------------------------- */
.work-time {
  margin-top: 36px;
}
.work-time .tbl-time {
  border: 2px solid #60A557;
  background: #fff;
}
.work-time .tbl-time thead th {
  background: #CFE4CC;
  padding: 7px 5px;
  border-bottom: 1px solid #60A557;
}

.work-time .tbl-time tr:first-child{
  border-bottom: 1px solid #fff;
}
footer .work-time .tbl-time tr:first-child{
  border-bottom: 1px solid #60A557 !important;
}

.work-time .tbl-time th,
.work-time .tbl-time td {
  padding: 10px 5px;
  border-right: 1px solid #60A557;
  vertical-align: middle;
  color: #60A557;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.work-time .tbl-time td {
  width: 60px;
}
.work-time .tbl-time .col {
  width: 200px;
}
.work-time .tbl-time .col01 {
  width: 73px;
}
.work-time .tbl-time .mark {
  display: inline-block;
  vertical-align: top;
}
.ie .work-time .tbl-time .mark {
  position: relative;
  top: -2px;
  line-height: 1;
}



.info-time {
  margin-top: 22px;
}
.info-time li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 50%;
  font-weight: 400;
}
.info-time li:last-child .th {
  width: 77px;
}
.info-time .th {
  margin-right: 12px;
  padding: 4px;
  width: 100px;
  background: #60A557;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.ie .info-time .th {
  padding-top: 2px;
  padding-bottom: 4px;
}
.info-time .td {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 4px;
  color: #5FA557;
  font-size: 18px;
  line-height: 1.2;
}

.phone .txt {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 8px 5px;
  min-width: 60px;
  color: #fff;
  background: #60A557;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}

header .phone .txt{
  background: #EB8599;
}

footer .phone .txt{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 8px 10px;
}

/* .phone .txt {
  display: inline-block;
  margin: 2px 8px 0 0;
  padding: 2px 0px;
  width: 60px;
  color: #fff;
  background: #60A557;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
} */
.ie .phone .txt {
  padding-top: 0;
}
.phone .number {
  margin-top: -3px;
  color: #60A557;
  font-size: 24px;
  line-height: 1.2;
}

footer .phone .number{
  font-size: 30px;
}
header .phone .number{
  color: #EB8599;
}

header .phone .number{
  font-size: 30px;
}
.panel-time .phone .number {
  font-size: 24px;
}


@media (max-width: 750px) {
  .work-time {
    margin-top: 0.36rem;
  }
  .work-time .tbl-time thead th {
    padding: 0.1rem 0.05rem;
    min-width: 0.5rem;
  }
  .work-time .tbl-time th,
  .work-time .tbl-time td {
    padding: 0.18rem 0.1rem 0.18rem;
    font-size: 0.28rem;
  }
  .work-time .tbl-time td {
    /* width: 0.54rem; */
  }
  .work-time .tbl-time .col {
    width: 3rem;
  }
  .work-time .tbl-time .col01 {
    width: 0.9rem;
  }

  .info-time {
    margin-top: 0.22rem;
  }
  .info-time li:last-child .th {
    width: 0.9rem;
  }
  .info-time .th {
    margin-right: 0.12rem;
    padding: 0.04rem 0.04rem 0.06rem;
    width: 1.2rem;
    -moz-border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    border-radius: 0.16rem;
    font-size: 0.2rem;
  }
  .info-time .td {
    font-size: 0.25rem;
    padding-top: 0;
  }

  .phone > * {
    display: inline-block;
    vertical-align: middle;
  }
  .phone .txt {
    margin: 0 0.1rem 0 0;
    /* padding: 0.04rem 0 0.06rem; */
    padding: 10px;;
    width: 2rem;
    /* width: 0.7rem; */
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.24rem;
  }
  footer .phone .txt {
    margin-bottom: 10px;
    margin-top: 0.1rem !important;
  }
  .phone .number {
    margin-top: 0;
    font-size: 0.45rem;
  }
}
/* COMMON PARTS
 * ----------------------------------------------- */
.desc-cmn {
  font-size: 18px;
  line-height: 1.7;
}
.desc-cmn p + p {
  margin-top: 19px;
}

.date-publish {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.mod-news {
  margin-top: 26px;
  border-top: 2px solid #60A557;
  border-bottom: 2px solid #60A557;
  background: #F6F5F2;
}
.mod-news .inner-news {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mod-news .ttl-news {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #60A557;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  width: 150px;
  height: 79px;
}
.mod-news .ttl-news:before {
  position: absolute;
  content: "";
  top: -5px;
  right: -28px;
  width: 48px;
  height: 48px;
  background: url(../img/common/ico_notice.png) no-repeat 0 0;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.mod-news .box-news {
  position: relative;
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}
.mod-news .box-inner {
  width: 874px;
  overflow: hidden;
}
.mod-news .list-news {
  margin-right: -50px;
}
.mod-news .list-news .item {
  visibility: hidden;
  position: relative;
  width: 462px;
  padding-right: 50px;
  padding-left: 62px;
}
.mod-news .list-news .item:not(:first-child) {
  display: none;
}
.mod-news .list-news .item:before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_slash.png) no-repeat 0 0;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mod-news .list-news .item > * {
  display: inline-block;
  vertical-align: middle;
}
.mod-news .list-news .slick-list .item {
  display: block;
  visibility: visible;
}
.mod-news .date-publish {
  width: 75px;
}
.mod-news .closed-day {
  margin-right: 15px;
  padding: 5px 0;
  color: #fff;
  background: #ED8599;
  width: 56px;
  line-height: 1.2;
  text-align: center;
}
.mod-news .txt-news {
  position: relative;
  padding-bottom: 5px;
  color: #EB8599;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  max-width: -moz-calc(100% - 150px);
  max-width: -webkit-calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.mod-news .txt-news:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background: #EB8599;
  width: 100%;
  height: 1px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: width 0.26s ease;
  -o-transition: width 0.26s ease;
  -webkit-transition: width 0.26s ease;
  transition: width 0.26s ease;
}
.mod-news .txt-ellip {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.mod-news .arrows {
  position: absolute;
  text-indent: -9999px;
  width: 10px;
  height: 14px;
  right: 0;
  top: 0;
  z-index: 9;
  margin-top: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  cursor: pointer;
}
.mod-news .arrows:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.mod-news .arrows.prev {
  background: url(../img/common/btn_prev.png) no-repeat center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  right: 29px;
}
.mod-news .arrows.next {
  background: url(../img/common/btn_next.png) no-repeat center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  right: 13px;
}

.list-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.list-link .btn-primary {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 12px;
}
.list-link .btn-primary:nth-child(3n) {
  margin-right: 0;
}

.mod-skin {
  background: #F3F8F2;
  margin: 92px 0 -4%;
  padding: 76px 0 5.2%;
}
.mod-skin .ttl-skin {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.mod-skin .ttl-skin .clr {
  color: #EC8599;
}
.mod-skin .cap-skin {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

@media (min-width: 751px) {
  .desktop .mod-news .txt-news:hover:before {
    width: 0;
  }
}
@media (max-width: 750px) {
  .desc-cmn {
    font-size: 0.26rem;
  }
  .desc-cmn p + p {
    margin-top: 0.2rem;
  }

  .date-publish {
    font-size: 0.2rem;
  }

  .mod-news {
    margin-top: 0.28rem;
    border-top-width: 0.02rem;
    border-bottom-width: 0.02rem;
  }
  .mod-news .inner-news {
    padding: 0;
  }
  .mod-news .ttl-news {
    font-size: 0.24rem;
    width: 1.6rem;
    height: 0.8rem;
  }
  .mod-news .ttl-news:before {
 display: none;
  /*
    top: -0.1rem;
    right: -0.36rem;
    width: 0.48rem;
    height: 0.48rem;
    */
  }
  .mod-news .box-news {
    width: -moz-calc(100% - 1.6rem);
    width: -webkit-calc(100% - 1.6rem);
    width: calc(100% - 1.6rem);
  }
  .mod-news .box-inner {
    width: 88%;
  }
  .mod-news .list-news {
    margin-right: -0.4rem;
  }
  .mod-news .list-news .item {
    width: auto;
    padding-right: 0.4rem;
    padding-left: 0.8rem;
  }
  .mod-news .list-news .item:before {
    width: 0.24rem;
    height: 0.24rem;
  }
  .mod-news .date-publish {
    width: 1.2rem;
  }
  .mod-news .closed-day {
    margin-right: 0.15rem;
    padding: 0.04rem 0 0.06rem;
    font-size: 0.22rem;
    width: 0.6rem;
  }
  .mod-news .txt-news {
    padding-bottom: 0.1rem;
    font-size: 0.24rem;
    max-width: -moz-calc(100% - 2rem);
    max-width: -webkit-calc(100% - 2rem);
    max-width: calc(100% - 2rem);
  }
  .mod-news .arrows {
    width: 0.16rem;
    height: 0.2rem;
    top: 50%;
    margin-top: -0.1rem;
  }
  .mod-news .arrows.prev {
    left: 0.4rem;
  }
  .mod-news .arrows.next {
    right: 0.14rem;
  }

  .mod-news .date-publish{ font-size: 9px !important;}

  .list-link {
    margin-top: 0.4rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-link .btn-primary {
    width: 48.7%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .mod-skin {
    margin-top: 0.92rem;
    padding-top: 0.76rem;
  }
  .mod-skin .ttl-skin {
    font-size: 0.4rem;
  }
  .mod-skin .cap-skin {
    margin-top: 0.04rem;
    font-size: 0.26rem;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.page-top .container {
  background-image: url(../img/top/bg01.png);
}
.page-top .footer {
  padding-top: 205px;
}
.page-top .mod-news {
  margin-top: 43px;
}

.sec-top-keyv {
  position: relative;
  overflow: hidden;
  margin-bottom: 29px;
  padding-top: 17px;
}

.sec-top-keyv .wrapper {
  position: relative;
}

.sec-top-keyv .slide-child img {
  display: block;
  width: 100%;
}

@media (min-width: 751px) {
  .sec-top-keyv .top-slider {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 25px #bfbfbf;
    -webkit-box-shadow: 0 0 25px #bfbfbf;
    box-shadow: 0 0 25px #bfbfbf;
  }

  .sec-top-keyv .slide-child img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

}
.sec-top-keyv .slide-child {
  visibility: hidden;
}
.sec-top-keyv .slide-child:not(:first-child) {
  display: none;
}

.sec-top-keyv .slick-list .slide-child {
  display: block;
  visibility: visible;
}
.sec-top-keyv .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  top: 43.9%;
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  cursor: pointer;
}
.sec-top-keyv .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.sec-top-keyv .slick-arrow.slick-prev {
  background: url(../img/top/slider_prev.png) no-repeat center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  left: -28px;
}
.sec-top-keyv .slick-arrow.slick-next {
  background: url(../img/top/slider_next.png) no-repeat center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  right: -28px;
}
.sec-top-keyv .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
}
.sec-top-keyv .slick-dots li {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 10px;
  padding: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
}
.sec-top-keyv .slick-dots li.slick-active button {
  background: #60A557;
}
.sec-top-keyv .slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #999;
  overflow: hidden;
  text-indent: -9999px;
}

@media (max-width: 1980px) {
.sec-top-keyv .keyv-ct {
  position: absolute;
  top: 44px;
  left: -153px;
}
}

@media (max-width: 1510px) {
  .sec-top-keyv .keyv-ct {
    left: -130px;
  }
}

@media (max-width: 1450px) {
  .sec-top-keyv .keyv-ct {
    left: -40%;
    width: 100%;
  }
}

@media (max-width: 750px) {
  .page-top .footer {
    padding-top: 2rem;
  }
  .page-top .mod-news {
    margin-top: 0.4rem;
  }

  .sec-top-keyv {
    margin-bottom: 0.3rem;
    padding-top: 0.18rem;
  }
  .sec-top-keyv .top-slider {
    margin-bottom: 0.15rem;
  }
  .sec-top-keyv .slick-arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
  .sec-top-keyv .slick-arrow.slick-prev {
    display: none;
    background: none !important;
  }
  .sec-top-keyv .slick-arrow.slick-next {
    display: none;
    background: none !important;
  }
  .sec-top-keyv .slick-dots {
    bottom: 0.15rem;
  }
  .sec-top-keyv .slick-dots li {
    margin: 0 0.1rem;
  }
  .sec-top-keyv .slick-dots li button {
    width: 0.1rem;
    height: 0.1rem;
  }
  .sec-top-keyv .keyv-ct {
    top: 0.2rem;
    left: 0.7rem;
    width: 0.56rem;
  }
}
.sec-top-clinic {
  background: url(../img/top/bg02.png) no-repeat 0 0;
  padding-top: 78px;
}
.sec-top-clinic .clinic-info {
  margin-top: 8px;
  width: 545px;
}
.sec-top-clinic .ttl-clinic {
  padding-left: 4px;
}
.sec-top-clinic .capt {
  margin: 26px 0 0 2px;
  font-size: 12px;
  line-height: 1.7;
}
.sec-top-clinic .list-img {
  margin-top: 40px;
}
.sec-top-clinic .list-img li {
  margin-right: 14px;
}
.sec-top-clinic .list-img li:nth-child(3n) {
  margin-right: 0;
}
.sec-top-clinic .list-btn {
  margin-top: 37px;
  text-align: center;
}
.sec-top-clinic .list-btn .btn-primary {
  margin: 0 9px;
}
.sec-top-clinic .clinic-banner {
  width: 600px;
}
.sec-top-clinic .clinic-banner .col + .col {
  margin-top: 22px;
}
.sec-top-clinic .clinic-banner .item-banner {
  display: block;
  position: relative;
  height: 200px;
  padding: 10px 12px;
  background: url(../img/top/bg_medical.png) no-repeat 50% 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 4px 4px 7px #a6a6a6;
  -webkit-box-shadow: 4px 4px 7px #a6a6a6;
  box-shadow: 4px 4px 7px #a6a6a6;
  overflow: hidden;
}
.sec-top-clinic .clinic-banner .item-banner:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 70px solid #60A557;
  border-left: 65px solid transparent;
}
.sec-top-clinic .clinic-banner .item-banner.cover {
  background-image: url(../img/top/bg_own.png);
}
.sec-top-clinic .clinic-banner .item-banner.cover:after {
  border-bottom-color: #ED8599;
}
.sec-top-clinic .clinic-banner .item-banner.cover .mid {
  border-color: #ED8599;
}
.sec-top-clinic .clinic-banner .item-banner.cover .inner {
  background-image: url(../img/common/ico_decor02.png);
}
.sec-top-clinic .clinic-banner .item-banner.cover .ttl-banner {
  color: #ED8599;
  border-bottom-color: #ED8599;
}
.sec-top-clinic .clinic-banner .item-banner.cover .ttl-banner .tag {
  background: #ED8599;
}
.sec-top-clinic .clinic-banner .item-banner.cover .desc {
  margin-top: 14px;
}
.sec-top-clinic .clinic-banner .mid {
  position: relative;
  border: 1px solid #60A557;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}
.sec-top-clinic .clinic-banner .inner {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 3px;
  padding-left: 45px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ico_decor01.png) no-repeat 0 4px;
}
.sec-top-clinic .clinic-banner .ttl-banner {
  padding-bottom: 8px;
  border-bottom: 1px solid #60A557;
  color: #60A557;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.sec-top-clinic .clinic-banner .ttl-banner .tag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 5px 0 7px;
  color: #fff;
  background: #60A557;
  width: 100px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.sec-top-clinic .clinic-banner .txt {
  margin-top: 13px;
  padding-left: 3px;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.sec-top-clinic .clinic-banner .desc {
  margin-top: 18px;
  padding: 0 24px 0 35px;
  line-height: 1.7;
}

@media (max-width: 750px) {
  .sec-top-clinic {
    padding-top: 0.78rem;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .sec-top-clinic .clinic-info {
    width: 100%;
  }
  .sec-top-clinic .ttl-clinic {
    width: 80%;
  }
  .sec-top-clinic .capt {
    margin-top: 0.26rem;
    font-size: 0.3rem;
  }


  .sec-top-clinic .list-img{ display: none;}
  /*
  .sec-top-clinic .list-img {
    margin-top: 0.4rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sec-top-clinic .list-img li {
    margin-right: 0;
    width: 31.6%;
  }
*/

  .sec-top-clinic .list-btn {
    margin-top: 0.4rem;
  }
  .sec-top-clinic .list-btn .btn-primary {
    margin: 0 0.1rem;
    width: 46%;
  }
  .sec-top-clinic .clinic-banner {
    width: 100%;
    margin-top: 0.4rem;
  }
  .sec-top-clinic .clinic-banner .col + .col {
    margin-top: 0.22rem;
  }
  .sec-top-clinic .clinic-banner .item-banner {
    height: 2.6rem;
    padding: 0.1rem 0.12rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    -moz-box-shadow: 0.04rem 0.04rem 0.08rem #a6a6a6;
    -webkit-box-shadow: 0.04rem 0.04rem 0.08rem #a6a6a6;
    box-shadow: 0.04rem 0.04rem 0.08rem #a6a6a6;
  }
  .sec-top-clinic .clinic-banner .item-banner:after {
    border-bottom-width: 0.7rem;
    border-left-width: 0.65rem;
  }
  .sec-top-clinic .clinic-banner .mid {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .sec-top-clinic .clinic-banner .inner {
    padding-left: 0.5rem;
    -moz-background-size: 0.26rem;
    -o-background-size: 0.26rem;
    -webkit-background-size: 0.26rem;
    background-size: 0.26rem;
  }
  .sec-top-clinic .clinic-banner .ttl-banner {
    padding-bottom: 0.1rem;
    font-size: 0.34rem;
  }
  .sec-top-clinic .clinic-banner .ttl-banner .tag {
    width: 1.5rem;
    margin-left: 0.1rem;
    padding: 0.04rem 0 0.07rem;
    font-size: 0.22rem;
  }
  .sec-top-clinic .clinic-banner .txt {
    margin-top: 0.14rem;
    font-size: 0.2rem;
  }
  .sec-top-clinic .clinic-banner .desc {
    margin-top: 0.18rem;
    padding: 0 0.24rem 0 0.36rem;
  }
}
.sec-top-notice {
  margin-top: 72px;
}
.sec-top-notice .block-notice {
  margin: 31px 0 15px;
}
.sec-top-notice .item-bl {
  display: block;
  position: relative;
  width: 49.2%;
  background: #F6F5F2;
  margin-bottom: 20px;
  padding: 0 26px 6px;
  border: 1px solid #60A557;
  -moz-box-shadow: 1px 1px 0 #d9d9d9;
  -webkit-box-shadow: 1px 1px 0 #d9d9d9;
  box-shadow: 1px 1px 0 #d9d9d9;
}
.sec-top-notice .item-bl:before {
  position: absolute;
  content: "";
  bottom: 11px;
  right: 16px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #60A557;
  border-left: 12px solid transparent;
}
.sec-top-notice .typo {
  color: #fff;
  background: #60A557;
  width: 100px;
  padding: 3px 0 6px;
  line-height: 1.2;
  text-align: center;
}
.sec-top-notice .desc-notice {
  margin-top: 10px;
  padding-left: 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom:1px solid #60A557;
}
.sec-top-notice .date-publish {
  width: 75px;
  margin-top: 6px;
}
.sec-top-notice .txt {
  -webkit-flex: 1;
  flex: 1;
  width: calc(100% - 120px);
  color: #5FA557;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.sec-top-notice .txt span {
  display: inline-block;
  position: relative;
  padding-bottom: 9px;
  line-height: 1.5em;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  max-width: 100%;
}


/*
.sec-top-notice .txt span:before, .sec-top-notice .txt span:after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #60A557;
} */
.sec-top-notice .txt span:after {
  bottom: 0;
  background: #d9d9d9;
}
.sec-top-notice .desc {
  margin-top: 8px;
  padding-left: 4px;
  line-height: 1.7;
  letter-spacing: -0.04em;
}
.sec-top-notice .more {
  margin: 7px 9px 0 0;
  color: #5FA557;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 750px) {
  .sec-top-notice {
    margin-top: 0.72rem;
  }
  .sec-top-notice .block-notice {
    margin: 0.3rem 0;
  }
  .sec-top-notice .item-bl {
    margin-bottom: 0.2rem;
    padding: 0 0.26rem 0.1rem;
    width: 100%;
  }
  .sec-top-notice .item-bl:before {
    bottom: 0.1rem;
    right: 0.16rem;
    border-bottom-width: 0.14rem;
    border-left-width: 0.12rem;
  }
  .sec-top-notice .typo {
    width: 1.6rem;
  }
  .sec-top-notice .desc-notice {
    margin-top: 0.1rem;
    padding-left: 0.32rem;
  }
  .sec-top-notice .date-publish {
    margin-top: 0.06rem;
    width: 100%;
  }
  .sec-top-notice .txt {
    font-size: 0.26rem;
    width: calc(100% - 1.5rem);
  }
  .sec-top-notice .txt span {
    padding-bottom: 0.1rem;
    font-size: 14px;
  }
  .sec-top-notice .desc {
    margin-top: 0.08rem;
    padding-left: 0.04rem;
  }
  .sec-top-notice .more {
    margin: 0.08rem 0.1rem 0 0;
    font-size: 0.26rem;
  }
}
.sec-top-faq {
  margin-top: 38px;
}
.sec-top-faq .ttl-box:after {
  position: absolute;
  content: "";
  top: -12px;
  left: 20px;
  width: 46px;
  height: 46px;
  background: url(../img/common/ico_ques.png) no-repeat 0 0;
}

.list-faq {
  margin: 24px 0 18px;
}
.list-faq .box {
  margin-right: 29px;
  width: 380px;
}
.list-faq .box:nth-child(3n) {
  margin-right: 0;
}
.list-faq .desc {
  margin-top: 21px;
  padding-left: 2px;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .sec-top-faq {
    margin-top: 0.38rem;
  }
  .sec-top-faq .ttl-box:after {
    top: -0.12rem;
    left: 0.2rem;
    width: 0.46rem;
    height: 0.46rem;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  .list-faq {
    margin: 0.24rem 0 0.18rem;
  }
  .list-faq .box {
    margin: 0 0 0.3rem;
    width: 100%;
  }
  .list-faq .desc {
    margin-top: 0.2rem;
  }
}
/* PAGE CLINIC
 * ----------------------------------------------- */
.sec-clinic-intro {
  margin-top: 69px;
}

.sec-clinic-room {
  margin-top: 69px;
}
.sec-clinic-room .list-room {
  margin-top: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sec-clinic-room .list-room li {
  width: 48.9%;
  margin-bottom: 43px;
  padding: 0 18px;
}
.sec-clinic-room .list-room .pic {
  background: #fff;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 25px #bfbfbf;
  -webkit-box-shadow: 0 0 25px #bfbfbf;
  box-shadow: 0 0 25px #bfbfbf;
}
.sec-clinic-room .list-room .pic img {
  display: block;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.sec-clinic-room .list-room .pic-inner {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.sec-clinic-room .list-room .capt {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #60A557;
  color: #fff;
  padding: 5px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-align: center;
}
.sec-clinic-room .list-room .desc {
  margin-top: 29px;
  padding: 0 22px 0 31px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}

.sec-clinic-equipment {
  margin: 48px 0 43px;
}
.sec-clinic-equipment .list-equipment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 0 16px 0 28px;
  text-align: center;
}
.sec-clinic-equipment .list-equipment li {
  width: 360px;
  margin: 0 36px 42px 0;
}
.sec-clinic-equipment .list-equipment li:nth-child(3n) {
  margin-right: 0;
}
.sec-clinic-equipment .list-equipment .ttl {
  margin-top: 18px;
  color: #5FA557;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.3em;
}
.sec-clinic-equipment .list-equipment .desc {
  margin-top: 12px;
  padding: 0 24px;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 750px) {
  .sec-clinic-intro {
    margin-top: 0.7rem;
  }

  .sec-clinic-room {
    margin-top: 0.7rem;
  }
  .sec-clinic-room .list-room {
    margin-top: 0.34rem;
    display: block;
  }
  .sec-clinic-room .list-room li {
    width: 100%;
    margin-bottom: 0.44rem;
    padding: 0 0.18rem;
  }
  .sec-clinic-room .list-room .pic {
    padding: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    -moz-box-shadow: 0 0 0.25rem #bfbfbf;
    -webkit-box-shadow: 0 0 0.25rem #bfbfbf;
    box-shadow: 0 0 0.25rem #bfbfbf;
  }
  .sec-clinic-room .list-room .pic img {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .sec-clinic-room .list-room .pic-inner {
    height: 100%;
  }
  .sec-clinic-room .list-room .capt {
    height: 0.7rem;
    padding: 0.04rem 0.1rem;
    -moz-border-radius: 0 0 0.1rem 0.1rem;
    -webkit-border-radius: 0;
    border-radius: 0 0 0.1rem 0.1rem;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
  }
  .sec-clinic-room .list-room .desc {
    margin-top: 0.3rem;
    padding: 0 0.22rem;
    font-size: 0.26rem;
  }

  .sec-clinic-equipment {
    margin: 0.48rem 0;
  }
  .sec-clinic-equipment .list-equipment {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0.4rem;
    padding: 0 0.16rem 0;
  }
  .sec-clinic-equipment .list-equipment li {
    width: 48.5%;
    margin: 0 0 0.42rem;
  }
  .sec-clinic-equipment .list-equipment .ttl {
    margin-top: 0.18rem;
    font-size: 0.28rem;
  }
  .sec-clinic-equipment .list-equipment .desc {
    margin-top: 0.12rem;
    padding: 0 0.24rem;
    font-size: 0.26rem;
  }
}
/* PAGE MEDICAL
 * ----------------------------------------------- */
.intro-medical {
  margin-top: 74px;
  padding-left: 2px;
}
.intro-medical .desc-cmn {
  margin-top: 26px;
}

.ttl-medical {
  background: url(../img/medical/bg_shape01.png) no-repeat 0 0;
  padding: 85px 0 32px 89px;
  color: #5FA557;
  font-size: 26px;
  line-height: 1.2;
}

.sec-medical-visit {
  margin-top: 90px;
}
.sec-medical-visit .sec-title {
  padding-left: 40px;
}
.sec-medical-visit .desc-cmn {
  margin-top: 20px;
  padding: 0 50px;
}
.sec-medical-visit .list-bring {
  margin-top: 27px;
  padding: 34px 52px;
  font-size: 26px;
  line-height: 1.2;
  color: #5FA557;
  background: #E9F3E8;
  -moz-box-shadow: 2px 2px 0 #d9d9d9;
  -webkit-box-shadow: 2px 2px 0 #d9d9d9;
  box-shadow: 2px 2px 0 #d9d9d9;
}
.sec-medical-visit .list-bring li {
  padding: 0 70px 5px 42px;
  background: url(../img/medical/ico_slash.png) no-repeat 100% 50%;
}
.sec-medical-visit .list-bring li:last-child {
  background: none;
}
.sec-medical-visit .list-bring .txt-small {
  font-size: 16px;
}

.sec-medical-content {
  margin: 113px 0 96px;
}
.sec-medical-content .sec-title {
  padding-left: 40px;
}
.sec-medical-content .wrap-box-data {
  margin-top: 29px;
}
.sec-medical-content .box-data .th {
  background: #E9F3E8;
  color: #5FA557;
}
.sec-medical-content .box-data .td {
  border-color: #E9F3E8;
  padding: 26px 14px 32px 33px;
}
.sec-medical-content .box-data .lbl {
  display: inline-block;
  width: 76px;
  margin-right: 8px;
  padding: 6px 0 9px;
  color: #fff;
  background: #5FA557;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
}
.sec-medical-content .box-data .lbl.space {
  margin: 0 23px 0 -26px;
}
.sec-medical-content .ct-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.sec-medical-content .txt-desc {
  -webkit-flex: 1;
  flex: 1;
  padding-right: 10px;
  width: 75%;
}
.sec-medical-content .btn-use {
  margin-right: 4px;
}
.sec-medical-content .btn-use .btn-primary {
  width: 202px;
}

.block-insurance {
  margin-top: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-insurance .ttl-medical {
  width: 265px;
}
.block-insurance .info {
  -webkit-flex: 1;
  flex: 1;
  margin-top: 62px;
}
.block-insurance .list-link {
  margin-top: 28px;
  padding-left: 4px;
}
.block-insurance.consult {
  margin-top: 36px;
}
.block-insurance.consult .info {
  margin-top: 78px;
}
.block-insurance.consult .ttl-medical {
  color: #ED8599;
  background-image: url(../img/medical/bg_shape02.png);
}
.block-insurance.consult .list-link {
  margin-top: 31px;
}
.block-insurance.consult .list-link .btn-primary {
  color: #EB6C80;
}
.block-insurance.consult .list-link .btn-primary:before {
  border-bottom-color: #EB6C81;
}
.block-insurance.consult .list-link .btn-primary:after {
  border-color: #EB6C81;
}

@media (max-width: 750px) {
  .intro-medical {
    margin-top: 0.74rem;
    padding-left: 0;
  }
  .intro-medical .ttl {
    width: 4.9rem;
  }
  .intro-medical .desc-cmn {
    margin-top: 0.26rem;
  }

  .ttl-medical {
    -moz-background-size: 1.76rem, 1.46rem;
    -o-background-size: 1.76rem, 1.46rem;
    -webkit-background-size: 1.76rem, 1.46rem;
    background-size: 1.76rem, 1.46rem;
    padding: 0.8rem 0 0.32rem 0.9rem;
    font-size: 0.34rem;
  }

  .sec-medical-visit {
    margin-top: 0.9rem;
  }
  .sec-medical-visit .sec-title {
    padding-left: 0.4rem;
  }
  .sec-medical-visit .desc-cmn {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
  }
  .sec-medical-visit .list-bring {
    margin-top: 0.3rem;
    padding: 0.34rem 0;
    font-size: 0.34rem;
    -moz-box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    -webkit-box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
  }
  .sec-medical-visit .list-bring li {
    margin-bottom: 0.1rem;
    padding: 0 0.7rem 0 0.22rem;
    -moz-background-size: 0.22rem;
    -o-background-size: 0.22rem;
    -webkit-background-size: 0.22rem;
    background-size: 0.22rem;
  }
  .sec-medical-visit .list-bring .txt-small {
    font-size: 0.24rem;
  }

  .sec-medical-content {
    margin: 1.14rem 0 0.96rem;
  }
  .sec-medical-content .sec-title {
    padding-left: 0.4rem;
  }
  .sec-medical-content .wrap-box-data {
    margin-top: 0.3rem;
  }
  .sec-medical-content .box-data .td {
    padding: 0.26rem 0.2rem 0.32rem;
  }
  .sec-medical-content .box-data .lbl {
    width: 0.8rem;
    margin-right: 0.1rem;
    padding: 0.06rem 0 0.08rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.26rem;
  }
  .sec-medical-content .box-data .lbl.space {
    margin: 0 0.24rem 0 -0.26rem;
  }
  .sec-medical-content .ct-info {
    display: block;
  }
  .sec-medical-content .txt-desc {
    padding-right: 0;
    width: 100%;
  }
  .sec-medical-content .btn-use {
    margin: 0.2rem 0 0;
    text-align: center;
  }
  .sec-medical-content .btn-use .btn-primary {
    width: 4rem;
  }

  .block-insurance {
    margin-top: 0.5rem;
    display: block;
  }
  .block-insurance .ttl-medical {
    width: auto;
  }
  .block-insurance .info {
    margin-top: 0.2rem;
  }
  .block-insurance .list-link {
    margin-top: 0.3rem;
    padding-left: 0;
  }
  .block-insurance.consult {
    margin-top: 0.36rem;
  }
  .block-insurance.consult .info {
    margin-top: 0.2rem;
  }
  .block-insurance.consult .list-link {
    margin-top: 0.3rem;
  }
}
/* PAGE OWN
 * ----------------------------------------------- */
.sec-own {
  margin: 82px 0 126px;
}

.block-own {
  margin-top: 150px;
  margin-bottom: 50px;
}
.block-own.first {
  margin-top: 163px;
}
.block-own.second {
  margin-top: 172px;
}
.block-own.second .wrap-box-data {
  margin-top: 53px;
}
.block-own .sec-title {
  padding-left: 40px;
}
.block-own .desc-cmn {
  margin-top: 34px;
  padding-left: 50px;
}

.wrap-box-data {
  margin: 23px -10px 0;
  overflow: hidden;
}

.box-data {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.box-data .item {
  display: table-row;
}
.box-data .th {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  width: 300px;
  background: #FDF0F3;
  color: #ED8599;
  -moz-box-shadow: 2px 2px 0 #d9d9d9;
  -webkit-box-shadow: 2px 2px 0 #d9d9d9;
  box-shadow: 2px 2px 0 #d9d9d9;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}
.box-data .th.large{
  width: 500px;
}

.box-data .td {
  display: table-cell;
  vertical-align: middle;
  width: 890px;
  padding: 24px 14px 22px 48px;
  border: 2px solid #FDF0F3;
  font-size: 18px;
  line-height: 1.7;
}

.list-price li {
  position: relative;
  display: inline-block;
  width: 33%;
  line-height: 1.7;
  font-size: 18px;
  padding-left: 20px;
}
.list-price li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ED8599;
}

.list-price li.large{ width:100% !important;}
.list-price .txt {
  padding-right: 14px;
}


@media (max-width: 1000px) {
#equip_ex,
#equip_nitro,
#equip_co,
#equip_copy,
#own_block1,
#own_block2,
#own_block3{
    padding-top: 80px;
    margin-top: -80px;
}
.own_margin{ margin-bottom: 50px;}
}
@media (max-width: 750px) {
  .sec-own {
    margin: 0.82rem 0 1.26rem;
  }

  .block-own {
    margin-top: 1.5rem;
  }
  .block-own.first {
    margin-top: 1.64rem;
  }
  .block-own.second {
    margin-top: 1.72rem;
  }
  .block-own.second .wrap-box-data {
    margin-top: 0.54rem;
  }
  .block-own .sec-title {
    padding-left: 0.4rem;
  }
  .block-own .desc-cmn {
    margin-top: 0.34rem;
    padding-left: 0.5rem;
  }

  .wrap-box-data {
    margin: 0.24rem 0 0;
  }

  .box-data {
    display: block;
  }
  .box-data .item {
    display: block;
    margin-bottom: 0.2rem;
  }
  .box-data .th {
    display: block;
    margin-bottom: 0.1rem;
    padding: 0.14rem;
    width: 100%;
    -moz-box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    -webkit-box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    box-shadow: 0.02rem 0.02rem 0 #d9d9d9;
    font-size: 0.32rem;
  }
  .box-data .th.large{
    width: 100%;
  }
  .box-data .td {
    display: block;
    width: 100%;
    padding: 0.24rem;
    font-size: 0.26rem;
  }

  .list-price li {
    width: 100%;
    line-height: 1.7;
    font-size: 0.26rem;
    padding-left: 0.4rem;
  }
  .list-price li:before {
    top: 0.12rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .list-price .txt {
    padding-right: 0.14rem;
  }
}
/* PAGE DOCTOR
 * ----------------------------------------------- */
.main-doctor {
  margin-bottom: 92px;
}
.main-doctor .desc-cmn {
  margin-top: 57px;
  padding: 0 53px;
}
.main-doctor .desc-cmn p:not(:last-child) {
  margin-bottom: 29px;
}
.main-doctor .desc-cmn p.space {
  margin-bottom: 18px;
}

.photo-doctor {
  margin-top: 57px;
}
.photo-doctor .pic {
  clear: both;
}
.photo-doctor .pic img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.photo-doctor .info {
  position: relative;
  clear: both;
  float: right;
  margin-top: -43px;
  margin-right: 50px;
  width: 447px;
  padding: 20px 10px 20px 16px;
  background: #ED8599;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  text-align: center;
}
.ie .photo-doctor .info {
  padding-top: 18px;
}
.photo-doctor .info .pos {
  margin-right: 20px;
}

.profile-doctor {
  margin-top: 136px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-doctor .sec-title {
  padding-left: 41px;
}

.list-profile {
  margin: 15px 0 0 50px;
  padding: 18px 0 20px;
  border-top: 2px solid #60A557;
  border-bottom: 2px solid #60A557;
  font-size: 18px;
  line-height: 1.7;
}
.list-profile li {
  position: relative;
  padding-left: 20px;
}
.list-profile li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #5FA557;
}
.list-profile .space {
  padding-right: 18px;
}

@media (min-width: 751px) {
  .profile-doctor .box {
    margin-right: 48px;
    width: 30.2%;
  }
  .profile-doctor .box.first .list-profile {
    padding-bottom: 31px;
  }
  .profile-doctor .box.second {
    margin-right: 64px;
  }
  .profile-doctor .box.second .list-profile {
    padding-bottom: 14px;
  }
  .profile-doctor .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .main-doctor {
    margin-bottom: 0.92rem;
  }
  .main-doctor .desc-cmn {
    margin-top: 0.6rem;
    padding: 0 0.5rem;
  }
  .main-doctor .desc-cmn p:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .main-doctor .desc-cmn p.space {
    margin-bottom: 0.18rem;
  }

  .photo-doctor {
    margin-top: 0.6rem;
  }
  .photo-doctor .pic img {
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
  }
  .photo-doctor .info {
    margin-top: -0.4rem;
    margin-right: 0.4rem;
    width: 4.2rem;
    padding: 0.14rem 0.1rem;
    font-size: 0.28rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    line-height: 1.5;
  }
  .photo-doctor .info .pos {
    display: block;
    margin-right: 0;
  }

  .profile-doctor {
    margin-top: 1rem;
    display: block;
  }
  .profile-doctor .sec-title {
    padding-left: 0.4rem;
  }
  .profile-doctor .box {
    margin-bottom: 0.4rem;
  }

  .list-profile {
    margin: 0.14rem 0 0 0.5rem;
    padding: 0.18rem 0 0.2rem;
    border-width: 0.02rem;
    font-size: 0.26rem;
  }
  .list-profile li {
    padding-left: 0.2rem;
  }
  .list-profile li:before {
    top: 0.12rem;
    width: 0.14rem;
    height: 0.14rem;
  }
  .list-profile .space {
    padding-right: 0.18rem;
  }

 .doctorimg_2 img{
   width: 50% !important;
   margin-bottom: 0.5rem;
 }

  
}
/* PAGE FAQ
 * ----------------------------------------------- */
.sec-faq {
  margin: 117px 0 132px;
}
.sec-faq .sec-title {
  padding-left: 40px;
}
.sec-faq .list-faq {
  margin-top: 79px;
}
.sec-faq .list-faq .box {
  margin-bottom: 54px;
}
.sec-faq .list-faq .desc {
  margin-top: 22px;
}
.sec-faq .ttl-box {
  padding-left: 40px;
}
.sec-faq .ttl-box.ws {
  text-align: right;
}
.sec-faq .ttl-box .ques {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 45px;
  height: 45px;
  background: #60A557;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.sec-faq .faq-inspection {
  margin-top: 117px;
}
.sec-faq .faq-inspection .ttl-box {
  background: #FDF0F3;
}
.sec-faq .faq-inspection .ttl-box .ques {
  background: #ED8599;
}
.sec-faq .faq-inspection .ttl-box:before {
  margin-left: -13px;
  bottom: -14px;
  width: 26px;
  height: 14px;
  background-image: url(../img/common/ico_arrow01.png);
}
.sec-faq .faq-inspection .list-faq {
  margin-top: 76px;
}
.sec-faq .faq-inspection .list-faq .box {
  margin-bottom: 39px;
}
.sec-faq .txt-link {
  padding-right: 18px;
  text-align: right;
}
.sec-faq .txt-link a {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  color: #ED8599;
  line-height: 1.8;
  font-weight: bold;
}
.sec-faq .txt-link a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ED8599;
}

@media (max-width: 750px) {
  .sec-faq {
    margin: 1.2rem 0 1.32rem;
  }
  .sec-faq .sec-title {
    padding-left: 0.4rem;
  }
  .sec-faq .list-faq {
    margin-top: 0.8rem;
  }
  .sec-faq .list-faq .box {
    margin-bottom: 0.54rem;
  }
  .sec-faq .list-faq .desc {
    margin-top: 0.22rem;
  }
  .sec-faq .ttl-box {
    padding-left: 0.4rem;
  }
  .sec-faq .ttl-box .ques {
    top: -0.12rem;
    left: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.27rem;
    line-height: 0.54rem;
  }
  .sec-faq .faq-inspection {
    margin-top: 1.2rem;
  }
  .sec-faq .faq-inspection .ttl-box:before {
    margin-left: -0.13rem;
    bottom: -0.14rem;
    width: 0.26rem;
    height: 0.14rem;
  }
  .sec-faq .faq-inspection .list-faq {
    margin-top: 0.76rem;
  }
  .sec-faq .faq-inspection .list-faq .box {
    margin-bottom: 0.4rem;
  }
  .sec-faq .txt-link {
    padding-right: 0.18rem;
  }
  .sec-faq .txt-link a {
    padding-bottom: 0.04rem;
  }
}
/* PAGE ACCESS
 * ----------------------------------------------- */
.sec-access {
  margin: 105px 0 132px;
}
.sec-access .sec-title {
  padding-left: 42px;
}
.sec-access .block-transport {
  margin-top: 42px;
  padding-left: 3px;
}
.sec-access .map {
  float: right;
  width: 640px;
}
.sec-access .list-transport {
  padding-top: 30px;
}
.sec-access .list-transport .box {
  margin-bottom: 60px;
}
.sec-access .list-transport .box.second {
  margin-bottom: 66px;
}
.sec-access .list-transport .box.third .desc-transport {
  margin-top: 24px;
}
.sec-access .list-transport .ttl-box {
  padding-left: 10px;
  width: 500px;
}
.sec-access .list-transport .ttl-box .icn {
  display: block;
  position: absolute;
  top: -33px;
  left: 37px;
}
.sec-access .desc-transport {
  margin-top: 17px;
  padding: 0 24px;
}
.sec-access .desc-transport.mb0 li {
  margin-bottom: 0;
}
.sec-access .desc-transport li {
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
  text-indent: 20px;
}
.sec-access .desc-transport li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #5FA557;
}
.sec-access .desc-transport .space {
  margin-right: 18px;
}
.sec-access .note {
  margin-top: 15px;
  padding: 0 23px;
  font-size: 18px;
  line-height: 1.7;
}

.google-map {
  margin-top: 7px;
  height: 600px;
}
.google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .sec-access {
    margin: 1rem 0 1.32rem;
  }
  .sec-access .sec-title {
    padding-left: 0.42rem;
  }
  .sec-access .block-transport {
    margin-top: 0.42rem;
    padding-left: 0;
  }
  .sec-access .map {
    float: none;
    width: 100%;
  }
  .sec-access .list-transport {
    padding-top: 0.6rem;
  }
  .sec-access .list-transport .box {
    margin-bottom: 0.6rem;
  }
  .sec-access .list-transport .box.second {
    margin-bottom: 0.66rem;
  }
  .sec-access .list-transport .box.third .desc-transport {
    margin-top: 0.24rem;
  }
  .sec-access .list-transport .ttl-box {
    padding-left: 0.1rem;
    width: auto;
  }
  .sec-access .list-transport .ttl-box .icn {
    width: 0.56rem;
    height: 0.8rem;
    top: -0.36rem;
    left: 0.36rem;
  }
  .sec-access .desc-transport {
    margin-top: 0.2rem;
    padding: 0 0.24rem;
  }
  .sec-access .desc-transport li {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
    text-indent: 0.2rem;
  }
  .sec-access .desc-transport li:before {
    top: 0.12rem;
    width: 0.14rem;
    height: 0.14rem;
  }
  .sec-access .desc-transport .space {
    margin-right: 0.18rem;
  }
  .sec-access .note {
    margin-top: 0.2rem;
    padding: 0 0.24rem;
    font-size: 0.26rem;
  }

  .google-map {
    margin-top: 0.1rem;
    height: 6rem;
  }
}
/* PAGE DIS
 * ----------------------------------------------- */
.page-heading.dis .title-page {
  margin-top: 31px;
}

.sec-dis {
  margin: 83px 0 218px;
}
.sec-dis .txt-dis {
  padding: 0 50px;
  font-size: 18px;
  line-height: 1.8;
}
.sec-dis .ul-img {
  margin-top: 46px;
  padding: 0 50px;
}
.sec-dis .ul-img li {
  width: 50%;
  text-align: center;
}
.sec-dis .block-dis {
  margin-top: 58px;
}
.sec-dis .list-dis {
  margin-top: 36px;
  padding: 0 50px;
}
.sec-dis .list-dis li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.8;
}
.sec-dis .list-dis li:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}

.sec-dis .list-dis li a{ font-weight:bold !important; text-decoration: underline !important; color: green !important; font-size: 105% !important;;}

.mod-skin.dis {
  padding-bottom: 3.2%;
}
.mod-skin.dis .list-link {
  margin-top: 50px;
}

@media (max-width: 750px) {

  .page-heading.dis .title-page {
    margin-top: 0.3rem;
  }

  .sec-dis {
    margin: 0.8rem 0 2rem;
  }
  .sec-dis .txt-dis {
    padding: 0 0.5rem;
    font-size: 0.26rem;
  }
  .sec-dis .ul-img {
    margin-top: 0.46rem;
    padding: 0 0.5rem;
  }
  .sec-dis .ul-img li {
    width: 100%;
  }
  .sec-dis .block-dis {
    margin-top: 0.58rem;
  }
  .sec-dis .list-dis {
    margin-top: 0.36rem;
    padding: 0 0.5rem;
  }
  .sec-dis .list-dis li {
    margin-bottom: 0.08rem;
    padding-left: 0.22rem;
    font-size: 0.26rem;
  }
  .sec-dis .list-dis li:before {
    top: 0.12rem;
    width: 0.1rem;
    height: 0.1rem;
  }

  .mod-skin.dis .list-link {
    margin-top: 0.5rem;
  }
}


/* 追加20221017：診療時間表
 * ----------------------------------------------- */
 .tbl-time2022{
  width: 100%;
  border: 2px solid #ED8599;
  background-color: #fff;
 }

 .tbl-time2022 th,
 .tbl-time2022 td{
  border-color: #ED8599;
  color: #ED8599;
  border: 1px solid #ED8599;
  text-align: center;
 }
 .tbl-time2022 th{
  background-color:#ED8599;
  color: #fff;
  padding: 5px 5px;
  line-height: 1em;
 }
 .tbl-time2022 td{
  padding: 5px 10px;
 }


 @media (min-width: 751px) {
 .header-tbl{ width: 380px;}
 .header-tbl-sp{display: none;}
 .yoyaku-sp{ display: none;}
}

@media (max-width: 750px) {
  .header-tbl{display: none;}
  .header-tbl-sp{
    width: 90%;
    margin: 10px auto;
  }
  .yoyaku-sp{
    display: flex;
  }
  .header-tbl-sp .phone{
    margin-top: 10px;
  }
  .header-tbl-sp .phone > span{
    background: #ED8599;
  }
  .header-tbl-sp .phone a span{
    color: #ED8599;
  }
 }

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