@charset "UTF-8";
.pc {
  display: block; }

.tablet {
  display: none; }

.smp {
  display: none; }

/* ================================================ 
	ローディング処理 
==============================================================================================================================================================*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999999999; }
  #loader-bg #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    text-align: center;
    color: #fff;
    z-index: 999999999; }

/* ================================================ 
	header 
==============================================================================================================================================================*/
header {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 20px 0; }
  header img {
    max-width: 100%;
    height: auto; }
  header .innar {
    width: 100%;
    display: table;
    border-collapse: collapse; }
    header .innar .logo {
      width: 230px;
      display: table-cell;
      vertical-align: middle; }
      header .innar .logo img {
        width: 230px;
        height: 101px; }
    header .innar .right {
      display: table-cell;
      vertical-align: middle; }
      header .innar .right .flex {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: flex-end;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row nowrap;
        -ms-flex-pack: flex-end;
        -ms-flex-align: flex-end;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row;
        -webkit-box-pack: flex-end;
        -webkit-box-align: flex-end;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -webkit-align-items: flex-end; }
        header .innar .right .flex .time {
          margin-right: 4%;
          font-size: 12px;
          line-height: 150%; }
          header .innar .right .flex .time .txt {
            margin-bottom: 5px; }
          header .innar .right .flex .time .holiday {
            background: #9ad1c0;
            color: #Fff;
            text-align: center;
            padding: 1px 3px; }
        header .innar .right .flex .address {
          font-size: 12px;
          line-height: 100%; }
          header .innar .right .flex .address .txt {
            margin-bottom: 5px; }
          header .innar .right .flex .address .tel {
            font-size: 36px;
            line-height: 100%;
            padding-left: 45px;
            background: url(../img/tel_icon.svg) no-repeat left top;
            background-size: 36px 30px; }

/* ================================================ 
	sp-nav
==============================================================================================================================================================*/
.sp-nav {
  display: none; }

/* ================================================ 
	nav 
==============================================================================================================================================================*/
nav {
  margin-bottom: 0;
  width: 100%;
  background: url(../img/bg_nav.gif) repeat-x left top #fff;
  padding: 5px 0; }
  nav img {
    max-width: 100%;
    height: auto; }
  nav.under {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    border-bottom: 1px #dadada solid; }
  nav .innar {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
    height: 64px;
    display: table;
    border-collapse: collapse; }
    nav .innar .g-nav {
      display: table-cell;
      vertical-align: middle; }
      nav .innar .g-nav ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row nowrap;
        -ms-flex-pack: space-between;
        -ms-flex-align: center;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row;
        -webkit-box-pack: space-between;
        -webkit-box-align: center;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row nowrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: center; }
        nav .innar .g-nav ul li {
          width: 18%;
          text-align: center;
          list-style-type: none;
          position: relative;
          padding: 0 3px; }
          nav .innar .g-nav ul li:first-child {
            width: 58px;
            text-align: center; }
          nav .innar .g-nav ul li a {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            display: block;
            text-decoration: none !important;
            font-size: 14px;
            font-weight: bold;
            position: relative;
            display: block; }

nav li a:after {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #9ad1c0;
  webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .3s ease; }

nav li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

nav li a.active:after {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ddd;
  webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  border-bottom: 1px #dadada solid; }

/* ================================================ 
	メインビジュアル
==============================================================================================================================================================*/
.main-block {
  width: 100%;
  position: relative; }
  .main-block img {
    max-width: 100%;
    height: auto; }
  .main-block .h1-cover {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box; }
    .main-block .h1-cover h1 {
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 1100px;
      font-size: 14px;
      line-height: 150%;
      font-weight: normal;
padding: 0 10px;
background: rgba(255,255,255,.5);}

/* ================================================ 
	トップナビ
==============================================================================================================================================================*/
.top-nav {
  position: relative;
  top: -40px;
  margin: 0 auto -40px;
  z-index: 1000;
  border: 1px #73c2aa solid;
  border-radius: 10px;
  background: #fff;
  width: 94%;
  max-width: 1120px;
  box-sizing: border-box; }
  .top-nav img {
    max-width: 100%;
    height: auto; }
  .top-nav ul {
    width: 100%;
    display: table;
    border-collapse: collapse; }
    .top-nav ul li {
      list-style-type: none;
      width: 20%;
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
      .top-nav ul li:first-child {
        background: #73c2aa;
        text-align: center;
        color: #fff; }
        .top-nav ul li:first-child span {
          display: block; }
      .top-nav ul li a {
        display: block;
        padding: 20px 0; }
        .top-nav ul li a span {
          padding-left: 28px;
          background: url(../img/icon_top_nav.svg) no-repeat left center;
          background-size: 18px 18px; }

/* ================================================ 
	よくある悩み　ベスト3
==============================================================================================================================================================*/
.best-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 50px 0 50px; }
  .best-block img {
    max-width: 100%;
    height: auto; }
  .best-block .headline {
    text-align: center;
    margin-bottom: 30px; }
    .best-block .headline h2 {
      text-align: center;
      font-size: 22px;
      line-height: 110%;
      font-weight: normal; }
    .best-block .headline span {
      color: #73c2aa;
      font-size: 50px;
      line-height: 120%;
      font-weight: bold; }
  .best-block ul {
    margin-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row nowrap;
    -webkit-box-pack: space-between;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start; }
    .best-block ul li {
      list-style-type: none;
      width: 30%; }
      .best-block ul li .image {
        margin-bottom: 20px;
        position: relative; }
        .best-block ul li .image .icon {
          text-align: center;
          position: relative;
          top: -31px;
          margin-bottom: -31px; }
      .best-block ul li .txt h3 {
        margin-bottom: 15px;
        font-size: 130%;
        line-height: 150%;
        font-weight: normal;
        text-align: center; }
      .best-block ul li .txt p {
        line-height: 180%; }
  .best-block .btn-cover {
    margin: 0 auto;
    max-width: 470px; }

/* ================================================ 
	ボタン
==============================================================================================================================================================*/
.btn01 {
  margin: 0 auto;
  display: block;
  border: 2px #000 solid;
  background: #fff;
  padding: 20px 10px;
  vertical-align: middle;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.5s;
	position: relative;
  color: #333 !important; }
  .btn01 span {
    vertical-align: middle;
    margin-right: 10px; }
  .btn01 .arrow {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #b9b7b5;
    position: relative;
    top: -2px;
    transition: all 0.5s; }
    .btn01 .arrow:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 6px solid #b9b7b5;
      left: 20px;
      top: -4px;
      transition: all 0.5s; }
  .btn01:hover {
    background: #000;
    color: #fff !important; }
    .btn01:hover .arrow {
      display: inline-block;
      height: 2px;
      width: 20px;
      background-color: #fff;
      position: relative;
      top: -2px;
      transition: all 0.5s; }
      .btn01:hover .arrow:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 6px solid #fff;
        left: 20px;
        top: -4px;
        transition: all 0.5s; }

/* ================================================ 
	考え　
==============================================================================================================================================================*/
.idea-block {
  padding: 60px 0;
  background: url(../img/bg_idea.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover; }
  .idea-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px;
    text-align: center;
    color: #000; }
    .idea-block .innar h2 {
      margin-bottom: 30px;
      font-size: 26px;
      line-height: 170%;}
      .idea-block .innar .txt p {
        line-height: 200%;
        margin-bottom: 1em; }
        .idea-block .innar .txt p:last-child {
          margin-bottom: 0; }

/* ================================================ 
	インフォーメーション　
==============================================================================================================================================================*/
.info-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 50px 0; }
  .info-block img {
    max-width: 100%;
    height: auto; }
  .info-block .headline {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: flex-start;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row nowrap;
    -webkit-box-pack: flex-start;
    -webkit-box-align: strcenteretch;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center; }
    .info-block .headline .en {
      width: 100px;
      background: #9ad1c0;
      color: #fff;
      text-align: center;
      padding: 5px 10px; }
    .info-block .headline .txt {
      padding-left: 20px;
      font-size: 18px;
      line-height: 150%; }
  .info-block ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: stretch;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row wrap;
    -webkit-box-pack: space-between;
    -webkit-box-align: stretch;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch; }
    .info-block ul li {
      list-style-type: none;
      width: 48%;
      margin-bottom: 45px;
      min-height: 300px;
      box-sizing: border-box;
      padding: 30px; }
      .info-block ul li:nth-child(1) {
        border: 1px #d1cfcf solid; }
      .info-block ul li:nth-child(2) {
        background: url(../img/bg_info1.jpg) no-repeat center top;
        background-size: cover; }
        .info-block ul li:nth-child(2) a {
          display: block;
          background: #73c2aa;
          color: #fff;
          text-align: center;
          padding: 10px;
          text-decoration: none; }
        .info-block ul li:nth-child(2) .en {
          color: #73c2aa; }
        .info-block ul li:nth-child(2) .block {
          background: url(../img/icon_info1.png) no-repeat center bottom 30px rgba(255, 255, 255, 0.7); }
      .info-block ul li:nth-child(3) {
        background: url(../img/bg_info2.jpg) no-repeat center top;
        background-size: cover; }
        .info-block ul li:nth-child(3) a {
          display: block;
          background: #c2b873;
          color: #fff;
          text-align: center;
          padding: 10px;
          text-decoration: none; }
        .info-block ul li:nth-child(3) .en {
          color: #c2b873; }
        .info-block ul li:nth-child(3) .block {
          background: url(../img/icon_info2.png) no-repeat center bottom 30px rgba(255, 255, 255, 0.7); }
      .info-block ul li:nth-child(4) {
        background: url(../img/bg_info3.jpg) no-repeat center top;
        background-size: cover; }
        .info-block ul li:nth-child(4) a {
          display: block;
          background: #c273a7;
          color: #fff;
          text-align: center;
          padding: 10px;
          text-decoration: none; }
        .info-block ul li:nth-child(4) .en {
          color: #c273a7; }
        .info-block ul li:nth-child(4) .block {
          background: url(../img/icon_info3.png) no-repeat center bottom 30px rgba(255, 255, 255, 0.7); }
      .info-block ul li .topics-cont {
        margin-bottom: 20px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row nowrap;
        -ms-flex-pack: flex-start;
        -ms-flex-align: flex-start;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row nowrap;
        -webkit-box-pack: flex-start;
        -webkit-box-align: flex-start;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start; }
        .info-block ul li .topics-cont:last-child {
          margin-bottom: 0; }
        .info-block ul li .topics-cont .category {
          width: 100px; }
          .info-block ul li .topics-cont .category span {
            display: block;
            text-align: center;
            color: #fff;
            padding: 5px 10px; }
            .info-block ul li .topics-cont .category span.topics {
              background: #d1c79a; }
            .info-block ul li .topics-cont .category span.voice {
              background: #d19ac0; }
        .info-block ul li .topics-cont .date {
          margin-left: 20px;
          width: 100px;
          padding: 5px 0; }
        .info-block ul li .topics-cont .cont {
          padding: 5px 0; }
      .info-block ul li .innar {
        width: 100%;
        height: 100%;
        display: table;
        border-collapse: collapse; }
        .info-block ul li .innar .tit {
          display: table-cell;
          vertical-align: top; }
          .info-block ul li .innar .tit .block {
            max-width: 210px;
            box-sizing: border-box;
            text-align: center;
            padding: 50px 0 70px; }
            .info-block ul li .innar .tit .block p {
              font-size: 18px;
              line-height: 180%; }
            .info-block ul li .innar .tit .block h2 {
              font-size: 18px;
              line-height: 120%; }
        .info-block ul li .innar .btn {
          width: 150px;
          display: table-cell;
          vertical-align: bottom; }
          .info-block ul li .innar .btn a {
            transition: all 0.5s; }
            .info-block ul li .innar .btn a:hover {
              filter: alpha(opacity=80);
              -moz-opacity: 0.8;
              opacity: 0.8; }

/* ================================================ 
	体の痛みについて知りましょう　
==============================================================================================================================================================*/
.know-block {
  padding: 50px 0 10px;
  background: #eafff9; }
  .know-block.under {
    background: none; }
  .know-block img {
    max-width: 100%;
    height: auto; }
  .know-block .innar {
    margin: 0 auto;
    max-width: 1120px;
    width: 94%; }
    .know-block .innar .headline {
      text-align: center;
      margin-bottom: 40px; }
      .know-block .innar .headline h2 {
        text-align: center;
        font-size: 24px;
        line-height: 150%;
        font-weight: normal; }
    .know-block .innar ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-start;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: flex-start;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row wrap;
      -webkit-box-pack: space-between;
      -webkit-box-align: flex-start;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row wrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start; }
      .know-block .innar ul li {
        list-style-type: none;
        width: 30%;
        margin-bottom: 40px; }
        .know-block .innar ul li .image {
          margin-bottom: 10px;
          position: relative; }
          .know-block .innar ul li .image .icon {
            text-align: center;
            position: relative;
            top: -31px;
            margin-bottom: -31px; }
        .know-block .innar ul li .txt h3 {
          margin-bottom: 15px;
          font-size: 130%;
          line-height: 150%;
          font-weight: normal;
          text-align: center; }
        .know-block .innar ul li .txt p {
          line-height: 180%; }
  .know-block .btn-cover {
    margin: 0 auto 50px;
    max-width: 470px; }

.know-block .innar ul li .cap{
	margin-top: 1em;
	font-size: 90%;
	line-height: 150%;
}

/* ================================================ 
	患者様の声　
==============================================================================================================================================================*/
.voice-block {
  padding: 50px 0;
  margin: 0 auto;
  width: 94%;
  max-width: 1180px; }
  .voice-block img {
    max-width: 100%;
    height: auto; }
  .voice-block .swiper-button-prev,
  .voice-block .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 48% !important;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px; }
  .voice-block .swiper-button-prev {
    left: 0; }
  .voice-block .swiper-button-next {
    right: 0; }
  .voice-block .voice-box {
    margin: 0 auto;
    max-width: 1020px;
    padding: 58px;
    border: 1px #e6e6e6 solid; }
    .voice-block .voice-box .image {
      width: 34%;
      float: left; }
    .voice-block .voice-box .txt {
      width: 60%;
      float: right; }
      .voice-block .voice-box .txt dl {
        margin-bottom: 30px; }
      .voice-block .voice-box .txt .voice-tit {
        color: #73c2aa;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 20px; }
      .voice-block .voice-box .txt .vioce-txt {
        line-height: 180%; }
        .voice-block .voice-box .txt .vioce-txt p {
          margin-bottom: 1em; }
          .voice-block .voice-box .txt .vioce-txt p:last-child {
            margin-bottom: 0; }
  .voice-block .btn-cover {
    margin: 50px auto 0;
    max-width: 470px; }

/* ================================================ 
	マップ　
==============================================================================================================================================================*/
.map-block {
  height: 300px; }
  .map-block #map {
    width: 100%;
    height: 300px; }

/* ================================================ 
	フッター
==============================================================================================================================================================*/
footer {
  padding: 50px 0 0; }
  footer.under {
    border-top: 1px #ccc solid; }
  footer img {
    max-width: 100%;
    height: auto; }
  footer .foot-data-cover {
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px; }
  footer .foot-data {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    footer .foot-data .profile {
      width: 35%;
      float: left; }
      footer .foot-data .profile .foot-logo {
        margin-bottom: 30px; }
        footer .foot-data .profile .foot-logo img {
          width: 230px;
          height: 101px; }
      footer .foot-data .profile .address {
        margin-bottom: 10px; }
      footer .foot-data .profile .time {
        display: inline-block; }
        footer .foot-data .profile .time .txt {
          margin-bottom: 5px; }
        footer .foot-data .profile .time .holiday {
          background: #9ad1c0;
          color: #Fff;
          text-align: center;
          padding: 1px 3px; }
    footer .foot-data .data {
      width: 59%;
      float: right; }
      footer .foot-data .data .tel-block {
        margin-bottom: 10px;
        border: 1px #ccc solid;
        padding: 15px;
        text-align: center; }
        footer .foot-data .data .tel-block .tel {
          display: inline-block;
          font-size: 36px;
          line-height: 100%;
          padding-left: 45px;
          background: url(../img/tel_icon.svg) no-repeat left top;
          background-size: 36px 30px; }
      footer .foot-data .data table {
        margin-bottom: 20px;
        width: 100%;
        border-collapse: collapse; }
        footer .foot-data .data table thead th {
          background: #9ad1c0;
          text-align: center;
          font-weight: normal;
          color: #fff;
          padding: 10px 0; }
          footer .foot-data .data table thead th:first-child {
            width: 150px; }
        footer .foot-data .data table tbody {
          border-top: 1px #ddd solid;
          border-left: 1px #ddd solid; }
          footer .foot-data .data table tbody th {
			 width:28%; 
            text-align: center;
            font-weight: normal;
            border-right: 1px #ddd solid;
            border-bottom: 1px #ddd solid;
            padding: 10px 0; }
          footer .foot-data .data table tbody td {
			  width: 12%;
            text-align: center;
            border-right: 1px #ddd solid;
            border-bottom: 1px #ddd solid;
            padding: 10px 0; }
      footer .foot-data .data .cap {
        line-height: 180%; }
  footer .foot-menu {
    padding: 30px 0;
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    footer .foot-menu ul {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: flex-start;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: flex-start;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: space-between;
      -webkit-box-align: flex-start;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start; }
      footer .foot-menu ul li {
        list-style-type: none; }
        footer .foot-menu ul li:nth-child(1) {
          width: 14%; }
        footer .foot-menu ul li:nth-child(2) {
          width: 14%; }
        footer .foot-menu ul li:nth-child(3) {
          width: 14%; }
        footer .foot-menu ul li:nth-child(4) {
          width: 14%; }
        footer .foot-menu ul li:nth-child(5) {
          width: 14%; }
        footer .foot-menu ul li:nth-child(6) {
          width: 14%; }
        footer .foot-menu ul li:nth-child(7) {
          width: 80px; }
        footer .foot-menu ul li a {
          color: #333;
          font-size: 13px;
          line-height: 180%;
          position: relative;
          display: inline-block;
          text-decoration: none;
          transition: .3s; }
          footer .foot-menu ul li a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 0;
            height: 1px;
            background-color: #333;
            transition: .3s; }
          footer .foot-menu ul li a:hover:after {
            width: 100%; }
  footer #copyrights {
    padding: 20px 3%;
    text-align: center;
    background: #e3f7f1; }

/* ================================================ 
	下層タイトル部分
==============================================================================================================================================================*/
.under-tit {
  background: #9ad1c0;
  padding: 50px 0; }
  .under-tit .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center; }
  .under-tit .tit {
    font-size: 30px;
    line-height: 100%;
    vertical-align: middle;
    color: #fff; }
    .under-tit .tit .clinic {
      padding: 15px 0 15px 70px;
      background: url(../img/icon_clinic.svg) no-repeat left top;
      background-size: 46px 60px; }
    .under-tit .tit .menu {
      padding: 15px 0 15px 70px;
      background: url(../img/icon_menu.svg) no-repeat left top;
      background-size: 51px 44px; }
    .under-tit .tit .faq {
      padding: 15px 0 15px 70px;
      background: url(../img/icon_faq.svg) no-repeat left top;
      background-size: 60px 60px; }
    .under-tit .tit .calendar {
      padding: 15px 0 15px 70px;
      background: url(../img/icon_calendar.svg) no-repeat left top;
      background-size: 60px 60px; }
    .under-tit .tit .voice {
      padding: 15px 0 15px 70px;
      background: url(../img/icon_voice.svg) no-repeat left top;
      background-size: 51px 54px; }
    .under-tit .tit .contact {
      padding: 15px 0 15px 70px;
      background: url(../img/icon_contact.svg) no-repeat left top;
      background-size: 56px 40px; }
  .under-tit .h1-cover h1 {
    color: #fff;
    font-size: 12px;
    line-height: 180%;
    font-weight: normal; }

/* ================================================ 
	パンくず
==============================================================================================================================================================*/
.breadcrumb {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px;
  font-size: 14px;
  line-height: 150%;
  padding: 15px 0 0; }
  .breadcrumb .innar {
    color: #333;
    padding: 0 0 0 22px;
    background: url(../img/breadcrumb.svg) no-repeat left top;
    background-size: 17px 16px; }
    .breadcrumb .innar a {
      text-decoration: none;
      color: #333; }
      .breadcrumb .innar a:hover {
        text-decoration: underline; }

/* ================================================ 
	医院紹介
==============================================================================================================================================================*/
.clinic-intro {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .clinic-intro img {
    max-width: 100%;
    height: auto; }
  .clinic-intro .image {
    width: 44%;
    float: right; }
  .clinic-intro .txt {
    width: 50%;
    float: left; }
    .clinic-intro .txt h2 {
      margin-bottom: 20px;
      border-top: 1px #9ad1c0 solid;
      border-bottom: 1px #ccc solid;
      padding: 20px 0;
      font-size: 24px;
      line-height: 150%;
      font-weight: normal; }
    .clinic-intro .txt .sentence {
      line-height: 180%; }
      .clinic-intro .txt .sentence p {
        margin-bottom: 1em; }
        .clinic-intro .txt .sentence p:last-child {
          margin-bottom: 0; }

.greeting-block {
  background: #e6f7f2;
  padding: 50px 0; }
  .greeting-block img {
    max-width: 100%;
    height: auto; }
  .greeting-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 952px;
    border: 1px #dadada solid;
    padding: 3px;
    background: #fff; }
    .greeting-block .innar .image {
      width: 45%;
      float: right; }
    .greeting-block .innar .txt {
      width: 52%;
      float: left;
      box-sizing: border-box;
      padding: 30px; }
      .greeting-block .innar .txt h2 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 22px;
        line-height: 150%;
        font-weight: normal; }
      .greeting-block .innar .txt .sentence {
        margin-bottom: 20px; }
        .greeting-block .innar .txt .sentence p {
          margin-bottom: 1em;
          font-size: 14px;
          line-height: 180%; }
          .greeting-block .innar .txt .sentence p:last-child {
            margin-bottom: 0; }
      .greeting-block .innar .txt .logo {
        margin: 0 auto;
        width: 230px; }
        .greeting-block .innar .txt .logo img {
          width: 230px;
          height: 101px; }

.tit-block {
  margin: 0 auto 30px;
  width: 94%;
  max-width: 1120px;
  border-top: 1px #9ad1c0 solid;
  border-bottom: 1px #ccc solid;
  text-align: center; }
  .tit-block h2 {
    padding: 30px 0;
    font-size: 24px;
    line-height: 150%;
    font-weight: normal; }

.ul-list {
  margin: 0 auto 30px;
  width: 94%;
  max-width: 1120px; }
  .ul-list img {
    max-width: 100%;
    height: auto; }
  .ul-list ul li {
    list-style-type: none;
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%; }
    .ul-list ul li:nth-child(3n) {
      margin-right: 0; }

.clinic-prof {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 0 0 50px; }
  .clinic-prof img {
    max-width: 100%;
    height: auto; }
  .clinic-prof .data {
    width: 52%;
    float: left; }
    .clinic-prof .data table {
      width: 100%; }
      .clinic-prof .data table th {
        width: 100px;
        font-weight: normal;
        text-align: left;
        border-bottom: 1px #000 dotted;
        vertical-align: top;
        padding: 15px 0; }
      .clinic-prof .data table td {
        padding: 15px 0;
        border-bottom: 1px #000 dotted;
        vertical-align: top;
        line-height: 180%; }
  .clinic-prof .map {
    width: 44%;
    float: right; }
    .clinic-prof .map iframe {
      width: 100%;
      height: 340px; }

/* ================================================ 
	治療内容
==============================================================================================================================================================*/
.menu-index {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .menu-index ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start; }
    .menu-index ul li {
      width: 30%;
      list-style-type: none; }
      .menu-index ul li a {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        display: block;
        border: 3px #9ad1c0 solid;
        text-align: center;
        text-decoration: none;
        padding: 12px 10px;
        background: url(../img/arrow1.png) no-repeat right 10px center;
        background-size: 20px 20px;
        transition: all 0.5s; }
        .menu-index ul li a:hover {
          color: #fff;
          background: #9ad1c0;
          background: url(../img/arrow1_on.png) no-repeat right 10px center #9ad1c0;
          background-size: 20px 20px; }

.menu-block {
  background: #e6f7f2;
  padding: 50px 0; }
  .menu-block img {
    max-width: 100%;
    height: auto; }
  .menu-block .innar {
    margin: 0 auto 30px;
    width: 94%;
    max-width: 1112px;
    padding: 3px;
    border: 1px #dadada solid;
    background: #fff; }
    .menu-block .innar .inbox {
      margin: 0 auto;
      width: 90%; }
      .menu-block .innar .inbox .image {
        width: 44%;
        float: right; }
      .menu-block .innar .inbox .txt {
        width: 50%;
        float: left; }
        .menu-block .innar .inbox .txt h2 {
          padding-top: 30px;
          margin-bottom: 20px;
          text-align: center;
          font-size: 22px;
          line-height: 150%;
          font-weight: normal; }
        .menu-block .innar .inbox .txt .sentence {
          margin-bottom: 20px; }
          .menu-block .innar .inbox .txt .sentence p {
            margin-bottom: 1em;
            font-size: 14px;
            line-height: 180%; }
            .menu-block .innar .inbox .txt .sentence p:last-child {
              margin-bottom: 0; }
        .menu-block .innar .inbox .txt ul li {
          list-style-type: none;
          padding-left: 1em;
          text-indent: -1em;
          font-size: 14px;
          line-height: 160%; }
  .menu-block.pt2 {
    background: none; }
    .menu-block.pt2 .innar .image {
      width: 44%;
      float: left; }
    .menu-block.pt2 .innar .txt {
      width: 50%;
      float: right; }
  .menu-block .list {
    margin: 0 auto;
    width: 94%;
    max-width: 1112px; }
    .menu-block .list .h3-cover {
      margin-bottom: 10px; }
      .menu-block .list .h3-cover h3 {
        display: inline-block;
        color: #fff;
        background: #9ad1c0;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        padding: 10px 20px; }
    .menu-block .list ul {
      margin-bottom: 30px;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: flex-start;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-flex-pack: flex-start;
      -ms-flex-align: flex-start;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: flex-start;
      -webkit-box-align: flex-start;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row wrap;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start; }
      .menu-block .list ul li {
        list-style: none;
        width: 15%;
        margin-right: 2%;
        margin-bottom: 20px;
        box-sizing: border-box;
        background: #fff;
        border: 1px #d9d9d9 solid;
        text-align: center;
        padding: 10px 5px;
        font-size: 14px;
        line-height: 150%; }
        .menu-block .list ul li span {
          color: #a10303; }
        .menu-block .list ul li:nth-child(6n) {
          margin-right: 0; }
        .menu-block .list ul li.none {
          background: none;
          border: none; }
      .menu-block .list ul.pt3 li {
        width: 48%; }
        .menu-block .list ul.pt3 li:nth-child(2n) {
          margin-right: 0; }
    .menu-block .list .cap {
      margin-bottom: 20px;
      text-align: right; }
      .menu-block .list .cap span {
        color: #a10303; }
  .menu-block .btn-cover {
    margin: 0 auto;
    max-width: 470px; }

#insurance {
  margin-top: -84px;
  padding-top: 84px; }

#acupuncture {
  margin-top: -84px;
  padding-top: 84px; }

#traffic {
  margin-top: -84px;
  padding-top: 84px; }

/* ================================================ 
	治療詳細
==============================================================================================================================================================*/
.treatment-intro {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .treatment-intro img {
    max-width: 100%;
    height: auto; }
  .treatment-intro .image {
    width: 44%;
    float: right; }
  .treatment-intro .txt {
    width: 50%;
    float: left; }
    .treatment-intro .txt h2 {
      margin-bottom: 20px;
      border-top: 1px #9ad1c0 solid;
      border-bottom: 1px #ccc solid;
      padding: 20px 0;
      font-size: 24px;
      line-height: 150%;
      font-weight: normal; }
    .treatment-intro .txt ul {
      margin-bottom: 20px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: stretch;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: space-between;
      -webkit-box-align: stretch;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch; }
      .treatment-intro .txt ul li {
        list-style-type: none;
        width: 30%;
        text-align: center;
        padding: 15px 5px;
        box-sizing: border-box; }
        .treatment-intro .txt ul li .sin {
          width: 100%;
          display: table;
          border-collapse: collapse; }
          .treatment-intro .txt ul li .sin p {
            display: table-cell;
            vertical-align: middle;
            font-size: 15px;
            line-height: 150%; }
        .treatment-intro .txt ul li dl dt {
          font-size: 15px;
          line-height: 150%; }
        .treatment-intro .txt ul li dl dd {
          font-size: 13px;
          line-height: 150%; }
          .treatment-intro .txt ul li dl dd.none {
            display: none; }
      .treatment-intro .txt ul.pt1 li {
        background: #efa5a3;
        color: #fff; }
      .treatment-intro .txt ul.pt2 li {
        background: #7dc7d3;
        color: #fff; }
    .treatment-intro .txt .sentence {
      line-height: 180%; }
      .treatment-intro .txt .sentence p {
        margin-bottom: 1em; }
        .treatment-intro .txt .sentence p:last-child {
          margin-bottom: 0; }
        .treatment-intro .txt .sentence p span {
          color: #b00400; }

.treatment-intro .txt ul li p.ung{
	padding-top: 10px;
}

.treatment-info {
  padding: 50px 0; }
  .treatment-info img {
    max-width: 100%;
    height: auto; }
  .treatment-info .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
  .treatment-info.pt1 {
    background: url(../img/bg_insurance_info.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed; }
  .treatment-info h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 150%;
    font-weight: normal; }
  .treatment-info .sentence {
    margin: 0 auto;
    max-width: 960px; }
    .treatment-info .sentence p {
      text-align: center;
      font-size: 14px;
      line-height: 180%;
      margin-bottom: 1em; }
      .treatment-info .sentence p:last-child {
        margin-bottom: 0; }

.treatment-point {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 50px 0; }
  .treatment-point img {
    max-width: 100%;
    height: auto; }
  .treatment-point ul.pt1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center; }
  .treatment-point ul.pt2 {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row-reverse nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row-reverse;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row-reverse nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center; }
  .treatment-point ul li {
    list-style-type: none;
    width: 50%; }
    .treatment-point ul li .txt {
      padding: 0 30px; }
      .treatment-point ul li .txt h2 {
        margin-bottom: 20px;
        color: #67b39c;
        font-size: 20px;
        line-height: 150%;
        font-weight: normal; }
        .treatment-point ul li .txt h2.no1 {
          padding: 5px 0 5px 50px;
          background: url(../img/icon_01.png) no-repeat left top; }
        .treatment-point ul li .txt h2.no2 {
          padding: 5px 0 5px 50px;
          background: url(../img/icon_02.png) no-repeat left top; }
        .treatment-point ul li .txt h2.no3 {
          padding: 5px 0 5px 50px;
          background: url(../img/icon_03.png) no-repeat left top; }
        .treatment-point ul li .txt h2.no4 {
          padding: 5px 0 5px 50px;
          background: url(../img/icon_04.png) no-repeat left top; }
      .treatment-point ul li .txt .sentence p {
        margin-bottom: 1em;
        font-size: 14px;
        line-height: 180%; }
        .treatment-point ul li .txt .sentence p:last-child {
          margin-bottom: 0; }
      .treatment-point ul li .txt .sentence .item {
        line-height: 180%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row nowrap;
        -ms-flex-pack: flex-start;
        -ms-flex-align: flex-start;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row;
        -webkit-box-pack: flex-start;
        -webkit-box-align: flex-start;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start; }
        .treatment-point ul li .txt .sentence .item span {
          display: block;
          margin-right: 15px; }

.treatment-flow {
  background: #dff4ed;
  padding: 50px 0; }
  .treatment-flow img {
    max-width: 100%;
    height: auto; }
  .treatment-flow .tit {
    margin-bottom: 20px;
    text-align: center; }
    .treatment-flow .tit dd {
      font-family: 'HuiFontP109';
      color: #5f4b3e;
      font-size: 22px;
      line-height: 150%;
      font-weight: bold; }
  .treatment-flow .flow-box {
    margin: 0 auto 25px;
    width: 94%;
    max-width: 1120px;
    position: relative; }
    .treatment-flow .flow-box .ab {
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: -20px; }
    .treatment-flow .flow-box .innar {
      border: 1px #e6e6e6 solid;
      padding: 60px;
      background: #fff; }
    .treatment-flow .flow-box .image {
      width: 34%;
      float: left; }
    .treatment-flow .flow-box .txt {
      width: 60%;
      float: right; }
      .treatment-flow .flow-box .txt h2 {
        margin-bottom: 30px;
        color: #73c2aa;
        font-size: 20px;
        line-height: 150%; }
        .treatment-flow .flow-box .txt h2 img {
          vertical-align: middle;
          margin-right: 30px; }
      .treatment-flow .flow-box .txt .sentence p {
        margin-bottom: 1em;
        line-height: 160%; }
        .treatment-flow .flow-box .txt .sentence p:last-child {
          margin-bottom: 0; }

.acupuncture-txt {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0; }

.traffic-case {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .traffic-case img {
    max-width: 100%;
    height: auto; }
  .traffic-case ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center; }
    .traffic-case ul li {
      width: 32%;
      list-style-type: none;
      padding: 60px 0; }
      .traffic-case ul li .in {
        width: 94%;
        text-align: center;
        font-size: 18px;
        line-height: 150%;
        padding: 20px 3%;
        color: #fff;
        background: rgba(125, 199, 211, 0.8); }
      .traffic-case ul li:nth-child(1) {
        background: url(../img/traffic_case1.jpg) no-repeat center center;
        background-size: cover; }
      .traffic-case ul li:nth-child(2) {
        background: url(../img/traffic_case2.jpg) no-repeat center center;
        background-size: cover; }
      .traffic-case ul li:nth-child(3) {
        background: url(../img/traffic_case3.jpg) no-repeat center center;
        background-size: cover; }

.correspondence-block {
  margin-bottom: 50px;
  padding: 150px 0;
  background: url(../img/bg_correspondence.jpg) no-repeat center top #eaeeed;
  background-size: cover; }
  .correspondence-block .innar {
    margin: 0  auto;
    width: 94%;
    max-width: 1120px; }
    .correspondence-block .innar h2 {
      margin-bottom: 60px;
      width: 51%;
      font-size: 26px;
      line-height: 150%;
      font-weight: normal; }
    .correspondence-block .innar .sentence {
      width: 32%; }
      .correspondence-block .innar .sentence p {
        margin-bottom: 1em; }
        .correspondence-block .innar .sentence p:last-child {
          margin-bottom: 0; }

.traffic-txt {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0; }

.traffic-reazon {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 50px 0; }
  .traffic-reazon img {
    max-width: 100%;
    height: auto; }
  .traffic-reazon ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-flex-pack: flex-start;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row wrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start; }
    .traffic-reazon ul li {
      list-style-type: none;
      width: 32%;
      margin-right: 2%;
      margin-bottom: 30px;
      position: relative; }
      .traffic-reazon ul li:nth-child(3n) {
        margin-right: 0; }
      .traffic-reazon ul li dl {
        position: relative;
        top: -32px;
        margin-bottom: -32px;
        width: 100%;
        display: table; }
        .traffic-reazon ul li dl dt {
          width: 62px !important;
          padding: 0 10px 0 15px;
          display: table-cell;
          vertical-align: top; }
          .traffic-reazon ul li dl dt img {
            width: 62px;
            height: 62px; }
        .traffic-reazon ul li dl dd {
          display: table-cell;
          vertical-align: top;
          padding: 0 10px 0 0; }
          .traffic-reazon ul li dl dd p {
            display: block;
            background: #fff;
            padding: 10px;
            font-size: 14px;
            line-height: 160%;
            border-right: 1px #a19d9d solid;
            border-bottom: 1px #a19d9d solid; }

.price-block {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .price-block h2 {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 24px;
    line-height: 150%;
    font-weight: normal;
    border-top: 1px #9ad1c0 solid;
    border-bottom: 1px #ccc solid;
    text-align: center; }
  .price-block table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid; }
    .price-block table th {
      width: 30%;
      text-align: left;
      padding: 10px;
      font-weight: normal;
      border-right: 1px #ddd solid;
      border-bottom: 1px #ddd solid;
      background: #9ad1c0;
      color: #fff;
      font-size: 16px;
      line-height: 150%; }
    .price-block table td {
      width: 20%;
      text-align: right;
      border-right: 1px #ddd solid;
      border-bottom: 1px #ddd solid;
      padding: 10px; }
      .price-block table td .price {
        font-size: 22px;
        line-height: 150%; }
      .price-block table td .cap {
        font-size: 12px;
        line-height: 150%; }

/* ================================================ 
	エンドブロック
==============================================================================================================================================================*/
.end-block {
  background: #73c2aa;
  padding: 40px 0; }
  .end-block img {
    max-width: 100%;
    height: auto; }
  .end-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    .end-block .innar h2 {
      margin-bottom: 40px;
      text-align: center;
      font-weight: normal;
      font-size: 20px;
      line-height: 150%;
      color: #fff; }
      .end-block .innar h2 span {
        font-size: 24px;
        line-height: 150%; }
    .end-block .innar .flex {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: stretch;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: space-between;
      -webkit-box-align: stretch;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch; }
      .end-block .innar .flex .dial {
        width: 48%;
        text-align: center;
        background: #fff;
        color: #000;
        padding: 15px 0; }
        .end-block .innar .flex .dial .in {
          text-align: center;
          margin-bottom: 5px;
          font-size: 20px;
          line-height: 100%; }
        .end-block .innar .flex .dial p {
          display: inline-block;
          text-align: center;
          background: url(../img/tel.svg) no-repeat left 0.1em;
          background-size: 34px 28px;
          padding-left: 55px;
          font-size: 38px;
          line-height: 100%; }
          .end-block .innar .flex .dial p a {
            color: #000; }
      .end-block .innar .flex .contact {
        width: 48%; }
        .end-block .innar .flex .contact a {
          display: block;
          background: #ea9391;
          color: #fff;
          padding: 30px 20px;
          font-size: 22px;
          line-height: 150%;
          text-align: center;
          text-decoration: none;
          transition: all 0.5s; }
          .end-block .innar .flex .contact a span {
            display: inline-block;
            padding: 5px 0px 5px 51px;
            background: url(../img/icon_contact.svg) no-repeat left 0.3em;
            background-size: 41px 29px; }
          .end-block .innar .flex .contact a:hover {
            background: #fa5408; }

/* ================================================ 
	よくある質問
==============================================================================================================================================================*/
.faq-bloxk {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding-bottom: 50px; }
  .faq-bloxk img {
    max-width: 100%;
    height: auto; }
  .faq-bloxk .question {
    margin-bottom: 30px;
    padding: 30px;
    background: url(../img/bg_question.png) repeat left top;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: flex-start;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start; }
    .faq-bloxk .question .mi {
      width: 135px;
      margin-right: 20px; }
      .faq-bloxk .question .mi span {
        text-align: center;
        display: block;
        width: 115px;
        border-radius: 5px;
        background: #73c2aa;
        color: #fff;
        padding: 5px 10px; }
    .faq-bloxk .question .sentence {
      padding: 5px 0;
      color: #73c2aa;
      font-size: 16px;
      line-height: 150%; }
  .faq-bloxk .answer {
    margin-bottom: 30px;
    padding: 0 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: flex-start;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start; }
    .faq-bloxk .answer .mi {
      width: 135px;
      margin-right: 20px; }
      .faq-bloxk .answer .mi span {
        text-align: center;
        display: block;
        width: 115px;
        border-radius: 5px;
        background: #efa5a3;
        color: #fff;
        padding: 5px 10px; }
    .faq-bloxk .answer .sentence {
      padding: 5px 0;
      line-height: 180%; }

/* ================================================ 
	予約カレンダー
==============================================================================================================================================================*/
.calendar-block {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .calendar-block img {
    max-width: 100%;
    height: auto; }
  .calendar-block p {
    margin-bottom: 30px; }
    .calendar-block p:last-child {
      margin-bottom: 0; }

/* ================================================ 
	患者様の声
==============================================================================================================================================================*/
.voice-area {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px; }
  .voice-area img {
    max-width: 100%;
    height: auto; }
  .voice-area .voice-area-tit {
    margin-bottom: 20px;
    padding: 30px;
    background: url(../img/bg_question.png) repeat left top;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: flex-start;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start; }
    .voice-area .voice-area-tit .mi {
      width: 135px;
      margin-right: 20px; }
      .voice-area .voice-area-tit .mi span {
        text-align: center;
        display: block;
        width: 115px;
        border-radius: 5px;
        background: #73c2aa;
        color: #fff;
        padding: 5px 10px; }
    .voice-area .voice-area-tit .sentence {
      padding: 5px 0;
      font-size: 16px;
      line-height: 150%; }
  .voice-area .voice-cont {
    margin-bottom: 50px;
    padding: 0 70px 30px;
    background: url(../img/bg_voice_box.png) repeat-x left bottom;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start; }
    .voice-area .voice-cont .image {
      width: 34%; }
    .voice-area .voice-cont .txt {
      width: 58%; }
      .voice-area .voice-cont .txt .sentence {
        margin-bottom: 30px; }
        .voice-area .voice-cont .txt .sentence h2 {
          font-size: 14px;
          line-height: 150%;
          font-weight: normal; }
        .voice-area .voice-cont .txt .sentence p {
          font-size: 14px;
          line-height: 180%; }
      .voice-area .voice-cont .txt .sentence2 h2 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 150%;
        font-weight: bold;
        color: #73c2aa; }
      .voice-area .voice-cont .txt .sentence2 p {
        font-size: 14px;
        line-height: 180%; }

.tel-cover {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .tel-cover .tel-block {
    background: #dff4ed;
    padding: 30px; }
    .tel-cover .tel-block h2 {
      text-align: center;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 150%;
      font-weight: normal; }
    .tel-cover .tel-block .tel {
      margin-bottom: 10px;
      text-align: center;
      font-size: 36px;
      line-height: 100%; }
      .tel-cover .tel-block .tel p {
        display: inline-block;
        background: url(../img/tel.svg) no-repeat left 0.1em;
        background-size: 34px 28px;
        padding-left: 55px; }
    .tel-cover .tel-block .txt3 {
      text-align: center; }
      .tel-cover .tel-block .txt3 p {
        line-height: 150%; }

/* ================================================ 
	初めての方へ
==============================================================================================================================================================*/
.beginner-intro {
  margin: 0 auto 50px;
  width: 94%;
  max-width: 1120px; }
  .beginner-intro img {
    max-width: 100%;
    height: auto; }
  .beginner-intro .flex {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row-reverse nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row-reverse;
    -webkit-box-pack: space-between;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row-reverse nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start; }
    .beginner-intro .flex .image {
      width: 44%; }
    .beginner-intro .flex .txt {
      width: 50%; }
      .beginner-intro .flex .txt .caption {
        margin-bottom: 10px;
        display: inline-block;
        background-color: #e3fff6;
        border: 2px solid #9ad1c0;
        border-radius: 5px;
        color: #68a592;
        padding: 5px 10px;
        font-size: 24px;
        line-height: 150%;
        position: relative; }
      .beginner-intro .flex .txt .caption:before {
        border: 10px solid transparent;
        border-top-color: #e3fff6;
        border-bottom-width: 0;
        bottom: -7px;
        content: "";
        display: block;
        left: 30px;
        position: absolute;
        width: 0;
        z-index: 1; }
      .beginner-intro .flex .txt .caption:after {
        border: 10px solid transparent;
        border-top-color: #9ad1c0;
        border-bottom-width: 0;
        bottom: -10px;
        content: "";
        display: block;
        left: 30px;
        position: absolute;
        width: 0; }
      .beginner-intro .flex .txt .cap {
        margin-bottom: 10px; }
      .beginner-intro .flex .txt h2 {
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 150%;
        font-weight: normal;
        border-bottom: 1px #dddddd solid; }
      .beginner-intro .flex .txt .sentence p {
        margin-bottom: 2em;
        line-height: 160%; }
        .beginner-intro .flex .txt .sentence p:last-child {
          margin-bottom: 0; }

/* ================================================ 
	お問い合わせ
==============================================================================================================================================================*/
.contact-txt1 {
  text-align: center;
  margin: 0 auto 30px;
  width: 94%;
  max-width: 1120px;
  line-height: 180%; }

.contact-block2 {
  padding: 0 20px; }
  .contact-block2 .innar {
    margin: 0 auto;
    max-width: 960px;
    padding: 50px 0 80px; }

.conts,
.cofom {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center; }

.conts .ms {
  text-align: center;
  margin-bottom: 40px; }

.conts dt {
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 20px; }

.un-line {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.m-form {
  width: 100%;
  margin: 0px auto 20px;
  text-align: left; }
  .m-form tr.line {
    background: url(../img/bg_line2.gif) repeat-x left bottom; }

.m-form td {
  padding: 20px 10px 20px 30px;
  vertical-align: top;
  background: url(../img/line02.png) repeat-x left bottom; }
  .m-form td.mid {
    text-align: center;
    padding: 15px 10px 0;
    font-size: 26px;
    line-height: 150%; }
  .m-form td p {
    margin-bottom: 10px; }
    .m-form td p:last-child {
      margin-bottom: 0; }
  .m-form td.radio label {
    display: inline-block;
    margin-right: 20px; }
    .m-form td.radio label:last-child {
      margin-right: 0; }
  .m-form td.check label {
    display: block;
    line-height: 180%; }

.m-form th {
  width: 29%;
  padding: 20px 10px;
  vertical-align: top; }
  .m-form th span {
    margin-left: 10px; }

.m-form th em {
  padding: 3px 4%;
  color: #9e1818;
  font-size: 12px;
  line-height: 150%; }

.m-form td input,
.m-form td textarea {
  border: none;
  padding: 14px 10px;
  background: #eee;
  font-size: 16px;
  line-height: 150%; }

.m-form td select {
  margin-right: 20px;
  border: none;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 150%;
  background: #eee; }

#copyright {
  display: none !important; }

.cap-txt {
  text-align: center;
  margin-bottom: 20px; }

input[type="submit"][disabled] {
  background-color: #ccc !important;
  cursor: default; }

.ui-widget-header {
  background: #9ad1c0;
  border: none !important; }

.choose_list1 li {
  list-style-type: none; }

.birthday p {
  display: block; }

.m-form td input.short {
  width: 100px !important; }

.m-form td input.code {
  width: 150px !important; }

.pv-bloxk {
  padding: 0 0 50px;
  margin: 0 auto;
  width: 94%;
  max-width: 1120px; }
  .pv-bloxk .innar {
    border: 1px #cdc solid;
    padding: 50px; }
    .pv-bloxk .innar h2 {
      margin-bottom: 40px;
      font-size: 26px;
      line-height: 150%;
      text-align: center; }
    .pv-bloxk .innar .txt p {
      margin-bottom: 10px;
      line-height: 180%; }
      .pv-bloxk .innar .txt p:last-child {
        margin-bottom: 0; }

.newMapBlock {
  width: 100%;
  height: 450px;
}

.newMapBlock iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.readTxt {
	font-size: 20px;
	line-height: 1.9em;
	text-align: center;
}

.readMenu {
	margin: 40px auto 0;
	max-width: 800px;
	padding: 30px 30px 30px;
	border: 3px solid #ddb317;
	border-radius: 10px;
}

.readMenuTtl {
	padding: 0 0 0.6em;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #ddb317;
}

.readMenuRow {
	margin: 30px auto 0;
	max-width: 500px;
	display: flex;
	justify-content: space-between;
}

.readMenuCol {
	width: 50%;
	padding: 0 15px;
}

.readMenuDl {
	display: flex;
	justify-content: CENTER;
	font-size: 17px;
}

.readMenuSubTtl {
	text-align: center;
	padding: 0 0 14px;
}

.readMenuDl > dd {
  padding: 0 0 0 1em;
}

.topMenu {
	margin: 0 auto;
	max-width: 960px;
}

.topMenuConte {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.topMenuBox {
	background: #74c3ac;
	padding: 30px 30px 30px;
	border-radius: 10px;
}

.topMenuBox {
}

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

.topMenuDl {
	font-size: 20px;
	color: #FFF;
	font-weight: 780;
}

.topMenuDl > dt {
	font-size: 1.3em;
}

.topMenuDl > dt > span {
	padding: 0 0 0 1em;
	font-size: 0.875em;
}

.topMenuTxt01 {
	padding: 20px 0 0;
	font-size: 18px;
	color: #FFF;
	line-height: 1.5em;
  font-weight: 700;
}

.topMenuTxt02 {
	padding: 20px 0 0;
	font-size: 16px;
	color: #FFF;
	line-height: 1.5em;
}

.topMenuTxt03 {
	margin: 10px auto 0;
}

@media screen and (max-width:768px) {

  .readTxt {
    font-size: 16px;
  }

  .readMenuTtl {
    font-size: 20px;
  }

  .readMenuSubTtl {
    font-size: 16px;
  }

  .readMenu {
    padding: 20px 15px 20px;
  }

  .topMenuDl {
    font-size: 16px;
  }

  .topMenuTxt01 {
    padding: 10px 0 0;
    font-size: 16px;
  }

  .topMenuTxt02 {
    padding: 10px 0 0;
    font-size: 14px;
  }

}