@charset "UTF-8";

/*----------------------------------------------
common
----------------------------------------------*/
body {
  color: #4c4e4d;
  line-height: 1.4;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background: #ffffff;
}
html {font-size: 62.5%;}
img {width: 100%; vertical-align: middle;}
/*a {color: #ffffff;}
a:hover {text-decoration: none;}*/
p {margin: 0; padding: 0;}
ul {margin: 0; padding: 0;}
li {list-style: none;}
.sp {display: block;}
.pc {display: none;}
strong {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  a {
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  a:hover {opacity: 0.8;}
  body {min-width: 1000px;}
  .sp {display: none;}
  .pc {display: block;}
}

.txt-col-01 {color: #0b509e!important;}
section h2 {
  text-align: center;
  margin: 0;
  padding: 2% 0 1%;
}
section h2 img {
  width: 65%;
}
ul.note {
  font-size: 1.2rem;
}
ul.note li {
  text-indent:-1em;
  padding-left:1em;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 767px) {
  section h2 img {
    width: 30%;
  }
  .inner {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
}

a[href^="tel:"]{
  text-decoration: none;
  cursor: default;
}
@media screen and (min-width: 768)　{
  a[href^="tel:"]{
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/*----------------------------------------------
header
----------------------------------------------*/
header {
  position: relative;
  width: 100%;
  background: #ffffff;
}
header h1 {
  margin: 0;
  padding: 0 2%;
}
header h1 img {
  width: 60%;
  vertical-align: middle;
}
header .hd_box {
  position: relative;
  background: #ffffff;
  padding: 2% 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border-top: #ccc 1px solid;
  z-index: 2;
}
header .hd-info {
  font-size: 1.2rem;
}
header .txt_ex {
  font-size: 1.2rem;
  color: #787777;
  padding: 2px 0 2px 4px;
}

@media screen and (min-width: 767px) {
  header {
    font-size: 1.3rem;
  }
  header h1 img {
    width: 30%;
  }
  header .hd_box {
    padding: 1% 0;
  }
  .glovalNav {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .glovalNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .glovalNav ul li {
    border-right: #373737 1px solid;
    padding: 0 10px;
    font-size: 1.3rem;
  }
  .glovalNav ul li:last-child {
    border-right: none;
  }
  .glovalNav ul li a {
    text-decoration: none;
    color: #373737;
  }
  .glovalNav ul li a:hover {
    text-decoration: underline;
  }
  header .txt_ex {
    font-size: 1.3rem;
    padding: 2px 0 2px 10px;
  }
}

/*----------------------------------------------
メインビジュアル
----------------------------------------------*/
.mv {
  position: relative;
  margin-top: -4%;
  z-index: 1;
}
.banner {
  padding: 5%;
}
.banner ul li:first-child {
  padding-bottom: 5%;
}
.title_sub {
  text-align: center;
  color: #4c4e4d;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.banner.pc img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.banner.pc ul li:first-child {
  padding-bottom: 0px;
}

@media screen and (min-width: 767px) {
  .bn_head {
    margin-top: -40px;
  }
  .mv .pc {
    margin-top: 4%;
    text-align: center;
  }
  .mv .pc img {
    width: 960px;
  }
  .title_sub {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------
feature
----------------------------------------------*/
.feature {
  background: #eefafc;
  padding: 4%;
}
.feature .inBox {
  background: #ffffff;
  margin: 0;
  padding: 0 4% 2%;
  font-size: 1.4rem;
  line-height: 1.6;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.feature .inBox h3 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: #e7e7e7 1px solid;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.feature .inBox h3 strong {
  font-size: 4.8rem;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #8f9090;
  margin-right: 20px;
  margin-top: -4px;
}
.feature .inBox h3 span {
  color: #f05a18;
  display: contents;
}

@media screen and (min-width: 767px) {
  .feature {
    padding-top: 1%;
  }
  .feature .inBox {
    width: 60%;
    margin: 0 auto 1px;
  }
  .btn_reservation {
    margin: 0 auto;
    text-align: center;
    margin: 30px 0 20px;
  }
  .btn_reservation img {
    width: 400px;
  }
}

/*----------------------------------------------
symptoms
----------------------------------------------*/
.symptoms {
  position: relative;
  font-size: 1.4rem;
  padding: 4% 0 0;
}
.symptoms .inner {
  width: 100%;
}
.symptoms p {
  padding: 4%;
}
.symptoms p.title_sub {
  width: auto;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .symptoms .inner {
    width: 840px;
    margin: 0 auto;
    overflow: inherit;
  }
  .symptoms p {
    margin: 20px auto;
    width: 620px;
  }

}
.slider {
  margin: 20px auto 0;
  width: 100%;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.slick-dots li button:before {
  font-size: 2.0rem!important;
  color: #0e8ae2!important;
}
.slick-prev::before {
   content: url(../images/btn_swiper_prev.png)!important;
 }
.slick-next::before {
    content: url(../images/btn_swiper_next.png)!important;
}
.slick-prev {
  top: 40%!important;
  left: 10px!important;
  z-index: 10!important;
  transform: scale(0.6)!important;
  width: 50px!important;
  height: 50px!important;
}
.slick-next {
  top: 40%!important;
  right: 10px!important;
  z-index: 10!important;
  transform: scale(0.6)!important;
  width: 50px!important;
  height: 50px!important;
}

@media screen and (min-width: 767px) {
  .slick-prev {
    top: 40%!important;
    left: -20px!important;
    z-index: 10!important;
    transform: scale(0.6)!important;
    width: 50px!important;
    height: 50px!important;
  }
  .slick-next {
    top: 40%!important;
    right: -20px!important;
    z-index: 10!important;
    transform: scale(0.6)!important;
    width: 50px!important;
    height: 50px!important;
  }
  .slick-dots li button:before {
    font-size: 2.0rem!important;
  }
}

/*----------------------------------------------
treatment
----------------------------------------------*/
.treatment {
  background: #eefafc;
  padding: 4%;
  font-size: 1.4rem;
}
.treatment li {
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .treatment {
    padding-top: 1%;
  }
  .treatment ul {
    margin: 20px auto;
    text-align: center;
  }
  .treatment ul li img {
    width: 66%;
  }
  .treatment .inner p {
    width: 620px;
    margin: 0 auto;
  }
}

/*----------------------------------------------
cost
----------------------------------------------*/
.cost {
  padding: 4%;
  font-size: 1.4rem;
  margin-bottom: -20%;
}
.cost h3 {
  border-left: #0e8ae2 4px solid;
  padding-left: 10px;
}
.cost table {
  width: 100%;
  border: #0e8ae2 4px solid;
  border-collapse: collapse;
}
.cost table th {
  background: #0e8ae2;
  color: #ffffff;
  padding: 2%;
}
.cost table td {
  padding: 2%;
  border-bottom: #e7e7e7 1px solid;
}
@media screen and (min-width: 767px) {
  .cost {
    padding-top: 1%;
    margin-bottom: -220px;
  }
  .cost .inner {
    width: 620px;
  }
}

/*----------------------------------------------
Doctor introduction
----------------------------------------------*/
.doctor {
  background: #eefafc;
  padding: 4%;
  font-size: 1.4rem;
}
.doctor .inBox {
  background: #ffffff;
  margin: 0;
  padding: 0 0 2%;
  font-size: 1.4rem;
  line-height: 1.6;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.doctor .inBox h3 {
  padding-bottom: 4px;
  border-bottom: #e7e7e7 1px solid;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.doctor .inBox hr {
  height: 2px;
background-color: #efefef;
border: none;
color: #efefef;
}
.doctor .person {
  text-align: center;
}
.doctor .person img {
  width: 65%;
}
@media screen and (min-width: 767px) {
  .doctor {
    padding-top: 1%;
  }
  .doctor .inner {
    width: 620px;
  }
  .doctor .person img {
    width: 31.5%;
  }
}

/*----------------------------------------------
faq
----------------------------------------------*/
.faq {
  font-size: 1.4rem;
}
.faq .inBox {
  background: #ffffff;
  margin: 0;
  padding: 0 4% 2%;
  font-size: 1.4rem;
  line-height: 1.6;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.faq .inBox h3 {
  padding-bottom: 4px;
  border-bottom: #e7e7e7 1px solid;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.faq .inBox h3 strong {
  font-size: 4.8rem;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #8f9090;
  margin-right: 20px;
  margin-top: -4px;
}
.icon_q {
  margin-right: 0;
}
.icon_q img {
  width: 76%;
}
@media screen and (min-width: 767px) {
  .faq {
    padding-top: 1%;
  }
  .faq .inner {
    width: 620px;
  }
  .icon_q {
    margin-right: 10px;
  }
}


/*----------------------------------------------
Clinic introduction
----------------------------------------------*/
.clinic {
  background: #eefafc;
  padding: 4%;
  font-size: 1.4rem;
}
.clinic h3 {
  border-left: #0e8ae2 4px solid;
  padding-left: 10px;
}
.clinic table {
  width: 100%;
  border: #0e8ae2 4px solid;
  border-collapse: collapse;
}
.clinic table th {
  background: #0e8ae2;
  color: #ffffff;
  padding: 2%;
}
.clinic table td {
  padding: 2%;
  border-bottom: #e7e7e7 1px solid;
  background: #ffffff;
}
@media screen and (min-width: 767px) {
  .clinic {
    padding-top: 1%;
  }
  .clinic .inner {
    width: 620px;
  }
}

/*----------------------------------------------
Reservation
----------------------------------------------*/
.reservation {
  font-size: 1.4rem;
  padding: 4%;
}
@media screen and (min-width: 767px) {
  .reservation {
    font-size: 1.4rem;
    padding-top: 1%;
  }
  .reservation .inner {
    width: 620px;
  }
  .reservation ul  {
    margin: 0 auto;
    text-align: center;
  }
  .reservation ul li img  {
    width: 76%;
  }
}

/*----------------------------------------------
footer
----------------------------------------------*/
footer {
  text-align: center;
  margin-bottom: 100px;
}
.ft_logo img {
  width: 60%;
}
.copy {
  margin: 35px 0 0;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
  footer {
    margin-bottom: 150px;
  }
  .ft_logo img {
    width: 16.5%;
  }
  .copy {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------
アコーディオン
----------------------------------------------*/
.container {
  margin: 20px 0;
}

.accordion {
  margin: auto;
  background: #ffffff;
  margin: 0 auto 10px;
  padding: 0 1%;
  font-size: 1.4rem;
  line-height: 1.6;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  width: 94%;
}
.accordion .menu {
  position: relative;
  padding: 3% 0 3% 1%;
  border-bottom: 1px solid #fff;
  list-style: none;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.accordion .menu .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #999;
  content: "";
  transition: all 0.3s;
}
.accordion .menu .icon::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 20px;
  margin: auto;
  background: #999;
  content: "";
}
.accordion .active .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion .subMenu {
  display: none;
  padding: 1% 3%;
  background: #fffdd9;
  margin: 0 10px 16px;
}
.accordion .subMenu li {
  padding: 2% 0;
}
.accordion li {
  overflow: hidden;
}

/*----------------------------------------------
contact
----------------------------------------------*/
.contact {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.bn_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*----------------------------------------------
ページトップ
----------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 105px;
  right: 20px;
}
@media screen and (min-width: 767px) {
  #page-top {
    bottom: 135px;
  }
}

/*----------------------------------------------
続きを読む
----------------------------------------------*/
.grad-wrap {
  position: relative;
  margin-bottom: 40%;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -5%;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  text-align: center;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.grad-btn::after {
  content: url("../images/btn_more.png");
}
.grad-btn:hover {
  background: #fff;

}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 285px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {

}
.grad-trigger:checked ~ .grad-btn::after {
  content: url("../images/btn_close.png");
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px}
.ml10 {margin-left: 10px}
.mr10 {margin-right: 10px}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px}
.ml20 {margin-left: 20px}
.mr20 {margin-right: 20px}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px}
.pl10 {padding-left: 10px}
.pr10 {padding-right: 10px}
.pd10 {padding: 10px;}
.pt20 {padding-top: 20px;}
.pb20 {padding-bottom: 20px}
.pl20 {padding-left: 20px}
.pr20 {padding-right: 20px}
.pd20 {padding: 20px;}
.pt30 {padding-top: 30px;}
.pb30 {padding-bottom: 30px}
.pl30 {padding-left: 30px}
.pr30 {padding-right: 30px}
.pd30 {padding: 30px;}
.txt-c {text-align: center;}
.txt-l {text-align: left;}
.txt-r {text-align: right;}
