@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
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; }

/*-------------------------------------------------
 setting
 -------------------------------------------------*/
.mb7 {
  margin-bottom: 7px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb14 {
  margin-bottom: 14px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb28 {
  margin-bottom: 28px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.alL {
  text-align: left !important; }

.alR {
  text-align: right !important; }

.alC {
  text-align: center !important; }

.fontS {
  font-size: 10px;
  line-height: 2em; }

.fontM {
  font-size: 12px;
  line-height: 2em; }

.fontL {
  font-size: 14px;
  line-height: 2em; }

.fontLL {
  font-size: 18px;
  line-height: 2em; }

.forSP {
  display: none; }

.forPC {
  display: block; }

@media screen and (max-width: 900px) {
  .forSP {
    display: block !important; }

  .forPC {
    display: none !important; } }
/*-------------------------------------------------
 text link
 -------------------------------------------------*/
a {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

a:hover {
  color: #000;
  text-decoration: none; }

/*-------------------------------------------------
 page
 -------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em; }

/*-------------------------------------------------
 Header
 -------------------------------------------------*/
header {
  overflow: hidden;
  margin: 28px auto;
  padding: 0 42px;
  max-width: 1440px; }
header h1 {
  float: left; }
header h1 a {
  display: block;
  text-indent: -999px;
  background-image: url("../img/logo.png");
  background-size: contain;
  background-position: 0 0;
  width: 376px;
  height: 52px; }
header ul {
  float: right;
  width: auto;
  margin-top: 11px; }
header ul li {
  float: left;
  margin-right: 26px;
  line-height: 29px; }
header ul li:last-child {
  margin-right: 0; }

/*-------------------------------------------------
TOP
 -------------------------------------------------*/
#mainImgWrap {
  height: 728px;
  overflow: hidden;
  position: relative;
  margin-bottom: 91px; }
#mainImgWrap .heroImg {
  width: 100%;
  position: absolute; }
#mainImgWrap .heroImgInner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
#mainImgWrap .himg0 {
  z-index: 3; }
#mainImgWrap .himg2 {
  z-index: 2; }
#mainImgWrap .himg3 {
  z-index: 1; }
#mainImgWrap .lead {
  position: absolute;
  /* width: 691px;
   height: 252px;
   top:50%;
   left:50%;
   margin-top:-126px;
   margin-left: -364px;*/
  background-color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 728px;
  display: block;
  display: table;
  z-index: 9998; }
#mainImgWrap .leadInner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 728px; }
#mainImgWrap .lead h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 2em;
  margin-bottom: 14px;
  letter-spacing: 0.08em; }
#mainImgWrap .lead p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em; }

#information {
  width: 770px;
  margin: 0 auto 119px auto;
  font-size: 14px;
  font-size: 0.875rem; }
#information .boder-top1px {
  border-top: 1px solid #dddddd; }
#information h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 52px; }
#information dl {
  border-bottom: 1px solid #dddddd;
  line-height: 1.8em;
  display: table; }
#information dt {
  display: table-cell;
  width: 165px;
  padding: 21px 0; }
#information dd {
  display: table-cell;
  width: 795px;
  padding: 21px 0; }

#service {
  margin: 0 auto 119px auto;
  overflow: hidden; }
#service h2 {
  margin-bottom: 52px;
  font-size: 20px;
  font-size: 1.25rem; }
#service ul {
  width: 960px;
  margin: 0 auto 0 auto;
  height: 176px; }
#service ul li {
  float: left;
  background-color: #c58473;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 176px;
  height: 176px;
  display: table;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  position: relative;
  font-weight: bold; }
#service ul li:last-child {
  margin-right: 0; }
#service ul li a {
  color: #fff; }
#service ul li a:hover {
  color: #fff; }
#service ul li .liInner {
  line-height: 2em;
  vertical-align: middle;
  display: table-cell;
  height: 100%; }

#serviceDetail {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 119px; }
#serviceDetail dl {
  display: table;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
#serviceDetail dd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  height: 280px; }
#serviceDetail dd h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 28px; }
#serviceDetail dd p {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em; }
#serviceDetail dd p span {
  display: block; }
#serviceDetail .borderR1px {
  border-right: 1px solid #ddd; }

#map {
  margin: 0 auto 119px auto;
  overflow: hidden; }
#map h2 {
  margin-bottom: 52px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }

#address {
  overflow: hidden;
  margin: 0 0 119px 0; }
#address .left {
  float: left;
  width: 50%;
  text-align: left; }
#address .left .leftInner {
  width: 430px;
  margin: 0 0 0 auto; }
#address .left h4 {
  font-size: 28px;
  font-size: 1.75rem;
  height: 32px;
  background-image: url("../img/ic_tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 39px;
  margin-bottom: 14px; }
#address .left p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em; }
#address .right {
  float: right;
  width: 50%; }
#address .right table {
  border-collapse: collapse; }
#address .right th, #address .right td {
  border: 1px solid #ddd;
  padding: 14px 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em; }
#address .right td {
  text-align: center; }

/*-------------------------------------------------
GREETING
 -------------------------------------------------*/
section h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 91px 0;
  text-align: center; }

#greetingMain {
  background-color: #ece9e4; }
#greetingMain .greetingMainInner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }
#greetingMain .greetingMainInner .left {
  width: 50%;
  float: left; }
#greetingMain .greetingMainInner .left img {
  width: 600px;
  vertical-align: bottom; }
#greetingMain .greetingMainInner .right {
  width: 50%;
  float: right; }
#greetingMain .greetingMainInner .right .rightInner {
  height: 735px;
  display: table-cell;
  vertical-align: middle; }
#greetingMain .greetingMainInner .right p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  width: 83%;
  margin-bottom: 2em; }
#greetingMain .greetingMainInner .right .profileName {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  text-align: right;
  width: 83%; }

#greetingDetail {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 119px;
  overflow: hidden; }
#greetingDetail h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 28px;
  text-align: center; }
#greetingDetail .line {
  border-top: 1px solid #ddd;
  width: 100%;
  margin-bottom: 0; }
#greetingDetail .line hr {
  display: none; }
#greetingDetail table {
  border: none;
  width: 80%;
  margin: 0 auto; }
#greetingDetail th, #greetingDetail td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 7px; }
#greetingDetail .left {
  width: 50%;
  float: left;
  border-right: 1px solid #ddd; }
#greetingDetail .left .leftInner {
  padding: 91px 0;
  width: 100%;
  max-width: 720px;
  margin: 0 0 0 auto; }
#greetingDetail .left p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  width: 80%;
  margin: 0 auto; }
#greetingDetail .right {
  width: 49%;
  float: right; }
#greetingDetail .right .rightInner {
  padding: 91px 0;
  width: 100%;
  vertical-align: middle; }
#greetingDetail .borderR1px {
  border-right: 1px solid #ddd; }

/*-------------------------------------------------
GUIDE
 -------------------------------------------------*/
#mainImgGuide {
  width: 100%;
  height: 336px;
  overflow: hidden;
  margin-bottom: 91px;
  text-align: center;
  background-image: url("../img/main_guide.png");
  background: url("../img/main_guide.png") center top/cover no-repeat; }

.guideBox {
  border-top: 1px solid #ddd;
  padding-top: 84px;
  margin-bottom: 56px; }
.guideBox .guideBoxInner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }
.guideBox h2 {
  float: left;
  width: 24%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px; }
.guideBox h2 span {
  display: inline-block;
  border-bottom: 2px solid #666;
  width: auto; }
.guideBox .right {
  width: 76%;
  float: right; }
.guideBox .right p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  margin-bottom: 1em;
  color: #383838; }
.guideBox .right h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  font-weight: bold; }
.guideBox .right table {
  border-collapse: collapse;
  width: 100%; }
.guideBox .right th, .guideBox .right td {
  padding: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  border: 1px solid #ddd;
  color: #383838; }
.guideBox .right .attention {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2em; }

.line {
  border-top: 1px solid #ddd;
  height: 1px;
  width: 100%;
  margin-bottom: 119px; }
.line hr {
  display: none; }

/*-------------------------------------------------
CLINIC
 -------------------------------------------------*/
#clinicLead {
  width: 560px;
  margin: 0 auto 49px auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em; }

#clinicImage {
  margin: 56px 0 140px 0; }
#clinicImage .slide {
  width: 80%;
  margin: 0 auto;
  max-width: 945px; }
#clinicImage .slick-slide img {
  width: 100%; }

/*-------------------------------------------------
ACCESS
 -------------------------------------------------*/
.mapDetail {
  width: 862px;
  margin: 0 auto 63px auto;
  overflow: hidden; }
.mapDetail h2 {
  width: 30%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2em; }
.mapDetail .right {
  width: 70%;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em; }
.mapDetail .right span {
  color: #bf5437; }

/*-------------------------------------------------
PRIVACY
 -------------------------------------------------*/
#privacy {
  width: 840px;
  margin: 0 auto; }
#privacy p {
  margin-bottom: 5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em; }
#privacy h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: bold; }

/*-------------------------------------------------
 Footer
 -------------------------------------------------*/
footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 84px 0 168px 0; }
footer ul {
  overflow: hidden;
  width: auto;
  margin: 0 auto 14px 0;
  display: inline-block; }
  @media screen and (max-width: 1000px) {
    footer ul {
      display: block;
    }
  }
footer li {
  float: left;
  margin-right: 35px;
  font-size: 14px;
  font-size: 0.875rem; }
footer li:last-child {
  margin-right: 0; }
  @media screen and (max-width: 1000px) {
    footer li {
      display: block;
      float: none;
      margin-right: 0;
    }
    footer li + li{
      margin-top: 20px;
    }
  }
footer p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2em; }

/*=======================================================*/
/*BUTTON*/
/*=======================================================*/
.button a {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.button a span {
  display: inline-block;
  padding-bottom: 0px; }

.button a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  border-bottom: 2px solid #000;
  transition: 0.4s; }

.button a:hover:after {
  left: 0%; }

/*=======================================================*/
/*Scroll Event*/
/*=======================================================*/
.inviewfadeIn {
  opacity: 0;
  transition: opacity 1.4s; }

.fadeIn {
  opacity: 1.0; }

.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s; }

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 60px);
  transition: .6s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/*=======================================================*/
/*SP TABLET*/
/*=======================================================*/
@media screen and (max-width: 1100px) {
  #mainImgWrap {
    height: auto; }
  #mainImgWrap .lead h2 {
    font-size: 20px;
    font-size: 1.25rem; } }
@media screen and (max-width: 1000px) {
  #mainImgWrap .lead {
    width: 90%; }
  #mainImgWrap .lead p {
    font-size: 12px;
    font-size: 0.75rem; }

  #information {
    width: 90%; }
  #information dl {
    width: 100%; }
  #information dt {
    width: 15%; }
  #information dd {
    width: 85%; }

  .guideBox .guideBoxInner {
    width: 90%; }

  #service ul {
    width: 90%; }
  #service li span {
    font-size: 13px;
    font-size: 0.8125rem; }

  #serviceDetail dd p {
    font-size: 14px;
    font-size: 0.875rem; }

  #address {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  #address .left p {
    font-size: 12px;
    font-size: 0.75rem; }
  #address .right table {
    width: 100%; }
  #address .right th, #address .right td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px; }

  #greetingMain .greetingMainInner {
    width: 100%; }
  #greetingMain .greetingMainInner .left img {
    width: 100%; }
  #greetingMain .greetingMainInner .right p {
    font-size: 12px;
    font-size: 0.75rem; }
  #greetingMain .greetingMainInner .right .rightInner {
    height: auto; }
  #greetingMain .greetingMainInner .right .profileName {
    font-size: 10px;
    font-size: 0.625rem; }

  .mapDetail {
    width: 90%; } }
@media screen and (max-width: 900px) {
  .spmenu_btn {
    display: block;
    position: absolute;
    top: 32px;
    right: 15px;
    width: 30px;
    height: 22px;
    background: #000;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .spmenu_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .spmenu_btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .spmenu_btn.active {
    background: #FFF; }

  .spmenu_btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0; }

  .spmenu_btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0; }

  .spmenu {
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999; }

  nav {
    display: block;
    width: 100%;
    margin: 0 auto; }

  nav ul {
    border-top: 1px solid #ddd; }

  nav li a {
    display: block;
    width: 100%;
    color: #000;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ddd; }

  header {
    width: 90%;
    padding: 0; }
  header h1 a {
    width: 297px;
    height: 39px;
    background-repeat: no-repeat; }
  header ul {
    float: none; }
  header ul li {
    width: 100%;
    margin-right: 0; }

  section h1 {
    padding: 28px 0 49px 0; }

  #mainImgWrap {
    margin-bottom: 49px; }
  #mainImgWrap .lead {
    width: 100%; }
  #mainImgWrap .lead h2 {
    font-size: 16px;
    font-size: 1rem; }
  #mainImgWrap .lead p {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 2em; }

  #information {
    margin-bottom: 49px; }
  #information dd {
    width: 80%;
    padding-left: 7px;
    line-height: 2em; }

  #service {
    margin-bottom: 49px; }
  #service ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
    padding: 14px 0; }
  #service ul li .forSP {
    display: inline-block !important; }

  #serviceDetail {
    margin-bottom: 49px; }
  #serviceDetail dd {
    display: block;
    width: 100%;
    height: auto;
    padding: 28px 0; }
  #serviceDetail dd p {
    width: 90%; }
  #serviceDetail .borderR1px {
    border-right: none;
    border-bottom: 1px solid #ddd; }

  #map {
    margin-bottom: 49px; }

  #address {
    margin-bottom: 49px; }
  #address .left {
    float: none;
    width: 100%;
    margin-bottom: 14px; }
  #address .left .leftInner {
    width: 100%;
    text-align: center; }
  #address .left .leftInner h4 {
    display: inline-block; }
  #address .right {
    float: none;
    width: 100%; }

  #greetingMain .greetingMainInner .left {
    float: none;
    width: 80%;
    margin: 0 auto 0 auto; }
  #greetingMain .greetingMainInner .right {
    border-top: 1px solid #d9d7d2;
    float: none;
    width: 100%;
    padding-top: 21px; }
  #greetingMain .greetingMainInner .right .rightInner {
    height: auto; }
  #greetingMain .greetingMainInner .right .rightInner p {
    width: 90%;
    margin: 0 auto 21px auto; }
  #greetingMain .greetingMainInner .right .profileName {
    width: 100%; }

  #greetingDetail {
    margin-bottom: 49px; }
  #greetingDetail .left {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd; }
  #greetingDetail .left .leftInner {
    max-width: 900px;
    margin: 0 auto;
    padding: 49px 0; }
  #greetingDetail .left p {
    width: 90%; }
  #greetingDetail .right {
    float: none;
    width: 100%; }
  #greetingDetail .right .rightInner {
    max-width: 900px;
    margin: 0 auto;
    padding: 49px 0; }
  #greetingDetail table {
    width: 90%; }
  #greetingDetail td, #greetingDetail th {
    vertical-align: top;
    line-height: 1.8em; }

  .guideBox {
    padding-top: 49px; }
  .guideBox h2 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 49px; }
  .guideBox .right {
    float: none;
    width: 100%; }

  .line {
    margin-bottom: 49px; }

  #clinicLead {
    width: 90%; }

  #clinicImage {
    width: auto;
    margin: 0 auto 49px auto; }

  #privacy {
    width: 90%; } }
