/****
--------------------------------------------
TABLE OF CONTENTS
  - 1.共通要素
  - 2.個別要素
-----------------------------------------  */
/*----------------------
 1.共通要素
---------------------  */
/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?x5fvnz');
  src:  url('fonts/icomoon.eot?x5fvnz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?x5fvnz') format('truetype'),
    url('fonts/icomoon.woff?x5fvnz') format('woff'),
    url('fonts/icomoon.svg?x5fvnz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone2:before {
  content: "\e900";
  color:#fff;
  font-size: 90%;
}
.icon-phone:before {
  content: "\e900";
  font-size: 90%;
}
.footer-ttl{
  font-weight: 600;
  line-height: 1.125;
  font-size: 1.5rem;
}

.footer-phone{
  font-weight: 600;
  font-size: 2rem;
}

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

/* レイアウト */
.main-block {
  display: flex;
}

.sidebar-area {
  flex: 0 220px;
  order: 2;
  margin-left: 40px;
}

.main-area {
  flex: 1;
  order: 1;
  padding: 0 0 30px;
  background-color: #fff;
}

@media all and (max-width: 980px) {
  .main-block {
    flex-direction: column;
  }
  .main-area {
    order: 1;
    flex: auto;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .sidebar-area {
    order: 2;
    flex: auto;
    width: 100%;
    margin-left: 0;
  }
}
.sidebar-content {
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 1rem;
  /*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
}
.main-block-inner {
  padding: 20px 0 45px;
}

@media all and (max-width: 980px) {
  .main-block-inner {
    padding: 20px 0 30px;
  }
}


.block-ttl{
  background: linear-gradient(transparent 70%, #A0E3E6 70%);
/*  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5;
  color:#267B80;*/
}

.panel-body p{
  margin-bottom: 0.8em;
}

.block-entry{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.block-entry.is-slim{
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.block-entry p:not(:last-child),
.block-entry ol:not(:last-child),
.block-entry ul:not(:last-child) {
  margin-bottom: 1em;
}


.sidebar-area p{
  margin-bottom: 0.4em;
}

.message-box__phone{
  font-weight: 600;
  font-size: 1.5rem;
}
/* section */

.sectionBlock{
/*  padding: 2rem 2rem;*/
 padding: 0 0 40px 0;
}

/* contents title */
.sec-tit {
  font-size: 1.5em !important;
  position: relative;
  padding: .75em 1em .75em 1em;
}
.sec-tit::after {
  position: absolute;
  top: .6em;
  left: .2em;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1.2em);
  height: calc(100% - 1.2em);
  background-color: #48a9ad;
  border-radius: 4px;
}
h3.has-border{
  font-size: 1.25em;
  margin: 0.5em 0 1em;
  line-height: 1.85;
  border-bottom: 2px solid #dfdfdf;
}

.content strong{
  background: linear-gradient(transparent 70%, #FAD7BA 70%);
}
/* hero */
.hero-title{
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.hero-buttons.is-nomargin{
  margin-top: 0;
}

.hero.is-grey-lighter{
  background:   #f5f7fa;
}

.title.is-hero-title{
  font-size: 24px;
  line-height: 1.47;
 font-weight: bold;
}

/* page header */
/*  .page__header{
   padding: 40px 20px;
   background-color: #f5f7fa;
   text-align: center;
  }*/

.pageHeader{
  background: #EEF7F7;
}
.pageHeader-inner{
  max-width: 960px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
}

.pageHeader-inner.is-about:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-about-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}

.pageHeader-inner.is-contact:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-contact-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}
.pageHeader-inner.is-faq:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-faq-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}
.pageHeader-inner.is-link:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-link-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}

.pageHeader-inner.is-map:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-map-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}

.pageHeader-inner.is-medical:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-medical-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}
.pageHeader-inner.is-reserve:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/base/bg-reserve-ttl.png);
    background-repeat: no-repeat;
    background-size: 150px 120px;
    width: 150px;
    height: 120px;
    right: 0;
    bottom: 0;
}

.pageHeader-inner .pageTitle {
    font-size: 2.2rem;
    font-weight: 500;
    color: #48A9AE;
    padding-left: 0.5rem;
   font-family: "Rounded Mplus 1c";
}
@media screen and (max-width: 769px) {
.pageHeader-inner{
  width: 100%;
  margin: 0;
  height: 100px;
/*  display: flex;
  align-items: center;*/
  justify-content: center;
}
.pageHeader-inner .pageTitle {
padding-left:0;
  }
  .pageHeader-inner.is-about:after,
  .pageHeader-inner.is-doctor:after,
  .pageHeader-inner.is-faq:after,
  .pageHeader-inner.is-link:after,
  .pageHeader-inner.is-map:after,
  .pageHeader-inner.is-medical:after,
  .pageHeader-inner.is-reserve:after
  {
  background-image:none;
  }
}


/* top slider */
.center-item .slick-next {
  right: 20px;
  z-index: 99;
}
.center-item .slick-prev {
  left: 15px;
  z-index: 100;
}
.slider {
  margin: 30px 0 35px;
}
@media screen and (max-width: 769px) {
.slider {
  margin: 0;
  }
}
.slider img {
  width: 100%;
  height: auto;
}

/* メインナビ */

/*  .wrapper{
    border-top: 3px solid #293855;
    border-bottom: solid #ccc 1px;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  }*/
  .globalMenu {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: -ms-space-around;
    justify-content: -webkit-space-around;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    background-position: right 12px !important;
    background-image: url(/assets/images/base/globalMenu_border.png);
    background-repeat: no-repeat;
    background-size: 1px 30px;
  }
.globalMenu li {
    list-style: none;
    flex: 1 0 auto;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    text-align: center;
    background-image: url(/assets/images/base/globalMenu_border.png);
    background-repeat: no-repeat;
    background-size: 1px 30px;
    background-position: 0 12px;
    display: block;
    padding: 5px;
  }
/*.globalMenu li:last-child {
  background-position: right 12px !important;
  }*/
.globalMenu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding:0.65rem 0 0.65rem;
    border-radius: 5px;
    color: #333;
  }

.globalMenu li a:hover {
    color: #fff;
background: #70C8CD;
}

.header-pc {
  height: 70px;
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
}

.contact li {
  display: inline;
  padding-left: 15px;
}


/* pagetop link*/

.pageTopLink {
  clear: both;
  position: fixed;
  z-index: 200;
  right: 25px;
  bottom: 32px;
  text-align: right;
  line-height: 1.2
}

.pageTopLink a {
  display: block;
  border-radius: 50%;
  padding: 14px 11px;
  color: #fff;
  background: #70C8CD;
}

@media only screen and (max-width: 959px) {
  .pageTopLink {
    display: block;
    position: static;
  }
  .pageTopLink a {
    padding: 8px 0;
    text-align: center;
    border-top: #f1f1f1 solid 2px;
    border-radius: 0;
    box-shadow: none;
/*    margin-bottom: 10px;*/
  }
/*  .pageTopLink a:after {
    content: 'トップへ戻る'
  }*/
}

.header-item ul {
  display: flex;
  list-style: none;
}

.header-item li {
  flex-grow: 1;
  text-align: center;
  border-right: solid 1px #ddd;
  padding: 8px 0;
}

.header-item li:last-child {
  border: none;
}
/* footer*/
.footer ul{
  margin-left: 0 !important;
}
.footer li {
  display: inline-block;
  padding-left: 18px;
  font-size: 0.9rem;
}

.footer__copy {
  padding-top: 1.5rem;
  font-size: 12px;
/*  color: white;*/
}

/* parts */
.button{
font-size: 14px;
}

/* contactArea */
.contactArea {
    margin: 0 0 60px 0;
    padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .contactArea__number{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
  }

/* toggle menu */

.drawer-menu li {
  border-bottom: solid 1px #ddd;
  padding-left: 0.7em;
}

/*google map*/

  .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 45px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .topics {
  position: relative;
  padding-bottom: 42%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
/*  margin-bottom: 45px;*/
}

.topics iframe,
.topics object,
.topics embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------
 2.個別要素
---------------------  */
/* blog*/

  .mainContent > .entry{
    margin-bottom: 20px;
  }

@media screen and (min-width: 980px) {
  .mainContent article{
    padding-right: 30px;
  }
}
/*.u-mt08 {
  margin-top: 0.8rem;
}
.tel-font{

}*/

.message-box{
  margin: 0.3rem 0 0.5rem;
}
.message-box dt{
font-size: 0.9rem;
}
/*.message-box dt{
  padding: 0.3rem 0 0;
}*/
.message-box dd strong{
font-size: 1.6rem;
}

/* 診療時間 */
table.timetable thead th {
    background: #f8fcfc;
}

table.timetable td, table.timetable th{
    text-align: center;
}


table.timetable tbody th {
    background: #f8fcfc;
}

/* about */
.cap{
  font-size: 0.85rem;
}

.hero-body.is-mini {
  padding: 3rem 0 0;
}

.hero.is-sildeBg{
background: #EEF7F7;
}
.bg-main{
/*  padding-top: 30px;*/
}

.header-btn{
/*  background-color: whitesmoke;*/
  padding: 1rem 1.5rem;
  border-bottom: solid 1px #ddd;
}

.badge{
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #ec7718;
  color: #fff;
  }

  /* form*/

  form.inline{
  display: inline;
}