@charset "UTF-8";
/*----------------------------------------------------
	☆topPage
----------------------------------------------------*/
.topPage .secTtl {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .topPage .secTtl {
      margin-bottom: 20px; } }
  .topPage .secTtl .enTx {
    color: #950012;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl .enTx {
        font-size: 1.3rem;
        padding-left: 17px; } }
    .topPage .secTtl .enTx::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      background: #950012;
      border-radius: 50%; }
      @media screen and (max-width: 768px) {
        .topPage .secTtl .enTx::before {
          width: 6px;
          height: 6px; } }
  .topPage .secTtl .jaTx {
    display: block;
    line-height: 1.7;
    font-size: 3.2rem;
    margin-top: 8px;
    font-family: "Noto Serif JP", serif !important;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl .jaTx {
        font-size: 2.2rem;
        margin-top: 5px; } }
.topPage .mv {
  position: relative; }
  .topPage .mv .sliderWrap > div {
    width: 100%;
    height: calc(100vh - 130px); }
    @media screen and (max-width: 768px) {
      .topPage .mv .sliderWrap > div {
        height: auto;
        padding-top: 100%; } }
  .topPage .mv .txBox {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 768px) {
      .topPage .mv .txBox {
        left: 20px;
        bottom: 45px;
        transform: translate(0); } }
    .topPage .mv .txBox .copy {
      color: #fff;
      font-size: 3.8rem;
      letter-spacing: 0.15em;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txBox .copy {
          font-size: 2.2rem;
          text-align: center; } }
    .topPage .mv .txBox .newsArea {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txBox .newsArea {
          margin-top: 15px; } }
      .topPage .mv .txBox .newsArea a {
        padding-bottom: 18px;
        border-bottom: 1px solid #ddd;
        width: 500px;
        display: block;
        text-align: left;
        font-size: 0; }
        @media screen and (max-width: 768px) {
          .topPage .mv .txBox .newsArea a {
            width: 100%; } }
        .topPage .mv .txBox .newsArea a .arw {
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            .topPage .mv .txBox .newsArea a .arw {
              margin-right: 15px; } }
        .topPage .mv .txBox .newsArea a .txWrap {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 80px); }
          @media screen and (max-width: 768px) {
            .topPage .mv .txBox .newsArea a .txWrap {
              width: calc(100% - 55px); } }
          .topPage .mv .txBox .newsArea a .txWrap .day {
            font-size: 1.2rem;
            color: #fff; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txBox .newsArea a .txWrap .day {
                font-size: 1.0rem; } }
          .topPage .mv .txBox .newsArea a .txWrap .tx {
            color: #fff;
            font-size: 1.4rem; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txBox .newsArea a .txWrap .tx {
                font-size: 1.3rem;
                line-height: 1.7; } }
  .topPage .mv .calenderBtn {
    margin-top: 40px;
    width: 360px;
    border-radius: 3px;
    overflow: hidden; }
    .topPage .mv .calenderBtn a {
      width: 100%;
      display: block;
      font-size: 0;
      background: #7e6a55;
      padding: 10px 0;
      position: relative;
      z-index: 99; }
      .topPage .mv .calenderBtn a::before {
        content: "";
        position: absolute;
        top: 49%;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        transition: all .3s ease-in-out; }
      .topPage .mv .calenderBtn a .icon {
        width: 90px;
        padding: 15px 0;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-right: 20px; }
      .topPage .mv .calenderBtn a .tx {
        font-size: 1.6rem;
        color: #fff;
        display: inline-block;
        vertical-align: middle; }
      .topPage .mv .calenderBtn a:hover {
        background-color: #b6a88b; }
        .topPage .mv .calenderBtn a:hover::before {
          top: 51%; }
.topPage .sec01 {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .topPage .sec01 {
      padding-top: 45px; } }
  .topPage .sec01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: #f3f2ef;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .topPage .sec01::before {
        height: 200px; } }
  .topPage .sec01 .readTx {
    font-size: 1.5rem;
    margin-top: -20px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .readTx {
        font-size: 1.4rem;
        margin-top: -15px; } }
  .topPage .sec01 .tokuchoList > li {
    width: 25%; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .tokuchoList > li {
        width: 50%; } }
.topPage .sec02 {
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 {
      padding-bottom: 0; } }
  .topPage .sec02::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: url("../cmn_img/top/sec02_img01.jpg") no-repeat center center/cover; }
    @media screen and (max-width: 768px) {
      .topPage .sec02::before {
        display: none; } }
  .topPage .sec02 .txWrap {
    width: 38%; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .txWrap {
        width: 100%; } }
    .topPage .sec02 .txWrap .copy {
      font-size: 2.0rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .txWrap .copy {
          font-size: 1.6rem; } }
    .topPage .sec02 .txWrap .tx {
      font-size: 1.5rem;
      line-height: 2.4;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .txWrap .tx {
          font-size: 1.3rem; } }
  .topPage .sec02 .btn {
    text-align: left;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .btn {
        text-align: center;
        margin-top: 25px; } }
  .topPage .sec02 .spImg {
    margin-top: -60px;
    position: relative;
    z-index: -1; }
.topPage .sec03 {
  position: relative; }
  .topPage .sec03::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 640px;
    height: 640px;
    background: #f3f2ef;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec03::before {
        display: none; } }
  .topPage .sec03 .readTx {
    font-size: 1.5rem;
    line-height: 2.2; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .readTx {
        font-size: 1.3rem; } }
  .topPage .sec03 .featureList {
    font-size: 0;
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .featureList {
        margin-top: 30px; } }
    .topPage .sec03 .featureList > li {
      width: 46%;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .featureList > li {
          width: calc(100% - 20px); } }
      .topPage .sec03 .featureList > li .enTx {
        position: absolute;
        top: 0;
        right: -35px;
        letter-spacing: 0.05em;
        color: #b6a88b;
        font-size: 1.1rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .featureList > li .enTx {
            font-size: 1.0rem;
            right: -30px; } }
        .topPage .sec03 .featureList > li .enTx span {
          font-size: 1.6rem;
          margin-top: 4px;
          vertical-align: bottom;
          display: inline-block;
          line-height: 1.5; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .featureList > li .enTx span {
              font-size: 1.4erm; } }
      .topPage .sec03 .featureList > li .copy {
        font-size: 2.2rem;
        letter-spacing: 0.1em;
        margin-top: 35px;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .featureList > li .copy {
            font-size: 1.7rem;
            margin-top: 20px; } }
      .topPage .sec03 .featureList > li .tx {
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .featureList > li .tx {
            font-size: 1.2rem;
            margin-top: 5px; } }
      .topPage .sec03 .featureList > li .btn {
        text-align: left;
        margin-top: 25px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .featureList > li .btn {
            margin-top: 20px; } }
      .topPage .sec03 .featureList > li:nth-child(1) {
        margin-right: 8%; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .featureList > li:nth-child(1) {
            margin-right: 0; } }
      .topPage .sec03 .featureList > li:nth-child(2) {
        margin-top: -160px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .featureList > li:nth-child(2) {
            margin-top: 45px; } }
.topPage .sec04 .mainImg {
  width: calc(50% + 600px);
  margin: 0 0 0 auto; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .mainImg {
      width: 100%;
      position: relative; } }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .mainImg::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: calc(100% - 20px);
      height: 30px;
      background: #fff;
      z-index: 9;
      border-top-right-radius: 3px; } }
  .topPage .sec04 .mainImg p {
    display: block;
    padding-top: 36%;
    background: url("../cmn_img/top/sec04_img01.jpg") no-repeat center center/cover;
    border-top-left-radius: 3px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .mainImg p {
        padding-top: 45%; } }
.topPage .sec04 .wrap {
  background: #fff;
  padding: 80px 80px 0 0;
  border-top-right-radius: 3px;
  margin-top: -120px;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .wrap {
      margin-top: 0;
      padding: 30px 0 0 0;
      position: relative; } }
  .topPage .sec04 .wrap .boxL {
    width: 62%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .wrap .boxL {
        width: 100%;
        margin: 0 0 30px; } }
  .topPage .sec04 .wrap .boxR {
    width: 35%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .wrap .boxR {
        width: 100%; } }
    .topPage .sec04 .wrap .boxR .boxList > li {
      padding: 10px;
      border-radius: 3px;
      overflow: hidden;
      border: 1px solid #ddd;
      margin-bottom: 25px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .wrap .boxR .boxList > li {
          padding: 0;
          margin-bottom: 20px;
          text-align: left;
          border: none; } }
      .topPage .sec04 .wrap .boxR .boxList > li .ttlStyle_01 span {
        width: 100%;
        display: block; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .wrap .boxR .boxList > li .ttlStyle_01 span {
            width: auto;
            display: inline-block; } }
      .topPage .sec04 .wrap .boxR .boxList > li .tx {
        padding: 0 20px 20px 20px;
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .wrap .boxR .boxList > li .tx {
            padding: 0;
            font-size: 1.3rem;
            margin-top: -5px; } }
      .topPage .sec04 .wrap .boxR .boxList > li.last {
        margin-bottom: 0; }
  .topPage .sec04 .wrap .boxWrap {
    font-size: 0; }
    .topPage .sec04 .wrap .boxWrap .txBox {
      width: 100%; }
      .topPage .sec04 .wrap .boxWrap .txBox .btnList {
        max-width: 600px;
        width: 100%; }
        .topPage .sec04 .wrap .boxWrap .txBox .btnList > li {
          display: inline-block;
          vertical-align: middle;
          width: 25%;
          margin: 2px 0;
          padding-left: 12px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .topPage .sec04 .wrap .boxWrap .txBox .btnList > li {
              width: 50%;
              margin: 2px 0; } }
          .topPage .sec04 .wrap .boxWrap .txBox .btnList > li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3px;
            width: 6px;
            height: 6px;
            background: #b6a88b;
            border-radius: 90px; }
          .topPage .sec04 .wrap .boxWrap .txBox .btnList > li > p {
            text-align: left; }
            @media screen and (max-width: 768px) {
              .topPage .sec04 .wrap .boxWrap .txBox .btnList > li > p a .btnTx {
                font-size: 1.3rem; } }
    .topPage .sec04 .wrap .boxWrap .btnBox {
      width: 300px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .wrap .boxWrap .btnBox {
          width: 100%;
          margin-top: 20px; } }
      .topPage .sec04 .wrap .boxWrap .btnBox > p a {
        margin: 0 0 0 auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .wrap .boxWrap .btnBox > p a {
            margin: 0 auto; } }
    .topPage .sec04 .wrap .boxWrap.box_02 {
      margin-top: 60px; }
      .topPage .sec04 .wrap .boxWrap.box_02 .btnList > li {
        width: 45%; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .wrap .boxWrap.box_02 .btnList > li {
            width: 50%; } }
  .topPage .sec04 .wrap .copy {
    font-family: "Noto Serif JP", serif !important;
    letter-spacing: 0.1em;
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .wrap .copy {
        font-size: 1.6rem; } }
.topPage .sec05 .slider {
  margin: 0; }
  .topPage .sec05 .slider .slick-slide {
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .slider .slick-slide {
        margin: 0 5px; } }
    .topPage .sec05 .slider .slick-slide img {
      border-radius: 3px;
      overflow: hidden; }
@media screen and (max-width: 768px) {
  .topPage .sec06 .iframeWrap {
    padding-top: 0;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overflow-x: scroll; } }
.topPage .sec06 .iframeWrap .calendar {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .iframeWrap .calendar {
      position: static;
      width: 100%;
      height: 360px;
      font-size: 11px !important; } }
.topPage .sec06 .infoTx {
  text-align: center; }
  .topPage .sec06 .infoTx .ttl {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 12px;
    border: 1px solid #950012;
    color: #950012;
    margin-right: 12px;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .infoTx .ttl {
        font-size: 1.3rem;
        margin: 0 0 8px; } }
  .topPage .sec06 .infoTx .tx {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .infoTx .tx {
        font-size: 1.3rem;
        display: block; } }
.topPage .sec07 .inr {
  font-size: 0; }
  .topPage .sec07 .inr .boxL {
    width: 265px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .inr .boxL {
        width: 100%; } }
  .topPage .sec07 .inr .boxR {
    width: calc(100% - 265px);
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .inr .boxR {
        width: 100%; } }
.topPage .ft {
  margin-top: 0; }

/*----------------------------------------------------
	☆newsPage
----------------------------------------------------*/
.newsPage.index .sec01 .tabList {
  font-size: 0; }
  .newsPage.index .sec01 .tabList > li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%; }
    .newsPage.index .sec01 .tabList > li a {
      display: block;
      text-align: center;
      padding: 10px 15px;
      border-radius: 90px;
      background: #f3f2ef;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .newsPage.index .sec01 .tabList > li a {
          font-size: 1.3rem; } }
      .newsPage.index .sec01 .tabList > li a:hover {
        opacity: 0.8; }
    .newsPage.index .sec01 .tabList > li.current a {
      background: #7e6a55;
      color: #fff; }
    .newsPage.index .sec01 .tabList > li.last {
      margin-right: 0; }
.newsPage.index .sec01 .newsList {
  margin-top: 30px; }
  .newsPage.index .sec01 .newsList > li a .cate {
    background: #f3f2ef; }
  .newsPage.index .sec01 .newsList > li a:hover {
    background-color: #f3f2ef; }
.newsPage.detail .sec01 .pageTtl {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .newsPage.detail .sec01 .pageTtl {
      margin-bottom: 30px;
      padding-bottom: 15px; } }
  .newsPage.detail .sec01 .pageTtl .day {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    margin-right: 12px; }
    @media screen and (max-width: 768px) {
      .newsPage.detail .sec01 .pageTtl .day {
        font-size: 1.3rem; } }
  .newsPage.detail .sec01 .pageTtl .cate {
    padding: 0 15px;
    font-size: 1.3rem;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #7e6a55;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .newsPage.detail .sec01 .pageTtl .cate {
        font-size: 1.2rem; } }
  .newsPage.detail .sec01 .pageTtl .ttl {
    font-family: "Noto Serif JP", serif !important;
    letter-spacing: 0.1em;
    font-size: 2.8rem;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      .newsPage.detail .sec01 .pageTtl .ttl {
        font-size: 2.2rem;
        margin-top: 10px; } }

/*----------------------------------------------------
	☆staffPage
----------------------------------------------------*/
.staffPage .sec01 .jobBox .ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .staffPage .sec01 .jobBox .ttl {
      font-size: 1.5rem; } }
.staffPage .sec01 .jobBox .jobList {
  text-align: center; }
  .staffPage .sec01 .jobBox .jobList > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    border-radius: 90px;
    background: #b6a88b;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .staffPage .sec01 .jobBox .jobList > li {
        font-size: 1.3rem; } }
.staffPage .sec01 .infoTx {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .staffPage .sec01 .infoTx {
      text-align: left;
      font-size: 1.3rem;
      padding-bottom: 20px; } }
.staffPage .sec01 .form .tbl tr th {
  font-size: 1.4rem;
  width: 22%; }
  @media screen and (max-width: 768px) {
    .staffPage .sec01 .form .tbl tr th {
      font-size: 1.3rem; } }

/*----------------------------------------------------
	☆thanksPage
----------------------------------------------------*/
.thanksPage .sec01 .ttl {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .ttl {
      font-size: 2.0rem; } }

/*----------------------------------------------------
	☆medicalcarePage
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .medicalcarePage .serviceList > li .ttl, .medicalcare_detailPage.oral .serviceList > li .ttl {
    font-size: 1.5rem; } }
.medicalcarePage .serviceList > li .tx, .medicalcare_detailPage.oral .serviceList > li .tx {
  font-size: 1.4rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .medicalcarePage .serviceList > li .tx, .medicalcare_detailPage.oral .serviceList > li .tx {
      font-size: 1.3rem;
      text-align: left;
      line-height: 1.8; } }
.medicalcarePage .serviceList > li .btn, .medicalcare_detailPage.oral .serviceList > li .btn {
  margin-top: 10px; }
  .medicalcarePage .serviceList > li .btn a .btnTx, .medicalcare_detailPage.oral .serviceList > li .btn a .btnTx {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .medicalcarePage .serviceList > li .btn a .btnTx, .medicalcare_detailPage.oral .serviceList > li .btn a .btnTx {
        font-size: 1.2rem; } }

/*----------------------------------------------------
	☆symptomPage
----------------------------------------------------*/
.symptomPage .sec01 .treatList {
  margin-top: 50px; }
  .symptomPage .sec01 .treatList > li {
    background: #f3f2ef;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 0;
    font-size: 0;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .symptomPage .sec01 .treatList > li {
        padding: 15px 0; } }
    .symptomPage .sec01 .treatList > li .iconBox {
      width: 150px;
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .symptomPage .sec01 .treatList > li .iconBox {
          width: 80px; } }
      @media screen and (max-width: 768px) {
        .symptomPage .sec01 .treatList > li .iconBox img {
          transform: scale(0.6); } }
    .symptomPage .sec01 .treatList > li .txBox {
      padding: 20px 20px 20px 30px;
      border-left: 1px solid #b6a88b;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 150px); }
      @media screen and (max-width: 768px) {
        .symptomPage .sec01 .treatList > li .txBox {
          width: calc(100% - 80px);
          padding: 5px 15px; } }
      .symptomPage .sec01 .treatList > li .txBox .enTx {
        font-family: "Roboto", sans-serif !important;
        font-size: 1.2rem;
        color: #b6a88b; }
        @media screen and (max-width: 768px) {
          .symptomPage .sec01 .treatList > li .txBox .enTx {
            font-size: 1.1rem; } }
      .symptomPage .sec01 .treatList > li .txBox .ttl {
        font-family: "Noto Serif JP", serif !important;
        font-size: 2.0rem;
        letter-spacing: 0.1em;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .symptomPage .sec01 .treatList > li .txBox .ttl {
            font-size: 1.6rem;
            font-weight: bold; } }
      .symptomPage .sec01 .treatList > li .txBox .btn {
        margin-top: 10px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .symptomPage .sec01 .treatList > li .txBox .btn {
            margin-top: 7px; } }
    .symptomPage .sec01 .treatList > li:hover {
      background-color: #edece7; }

/*----------------------------------------------------
	☆treatment_detailPage
----------------------------------------------------*/
.treatment_detailPage .cmn_layout_01 .txBox, .treatment_detailPage .cmn_layout_01 .imgBox {
  vertical-align: top; }

/*----------------------------------------------------
	☆medicalcare_detailPage
----------------------------------------------------*/
.medicalcare_detailPage .secNayami, .medicalPage .secNayami {
  position: relative; }
  .medicalcare_detailPage .secNayami::before, .medicalPage .secNayami::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: #f3f2ef;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .secNayami::before, .medicalPage .secNayami::before {
        height: 200px; } }
.medicalcare_detailPage .tbl_01 th, .medicalcare_detailPage .tbl_01 td, .medicalPage .tbl_01 th, .medicalPage .tbl_01 td {
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage .tbl_01 th, .medicalcare_detailPage .tbl_01 td, .medicalPage .tbl_01 th, .medicalPage .tbl_01 td {
      display: table-cell;
      font-size: 1.1rem; } }
.medicalcare_detailPage .tbl_01 th, .medicalPage .tbl_01 th {
  padding: 8px; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage .tbl_01 th, .medicalPage .tbl_01 th {
      padding: 8px 4px; } }
.medicalcare_detailPage .tbl_01 td, .medicalPage .tbl_01 td {
  padding: 10px; }
.medicalcare_detailPage .medicalStepList > li, .medicalPage .medicalStepList > li {
  font-size: 0;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage .medicalStepList > li, .medicalPage .medicalStepList > li {
      margin-bottom: 20px; } }
  .medicalcare_detailPage .medicalStepList > li::before, .medicalPage .medicalStepList > li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    height: 30px;
    width: 2px;
    background: #b6a88b; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .medicalStepList > li::before, .medicalPage .medicalStepList > li::before {
        height: 20px;
        bottom: -20px; } }
  .medicalcare_detailPage .medicalStepList > li.last, .medicalPage .medicalStepList > li.last {
    margin-bottom: 0; }
    .medicalcare_detailPage .medicalStepList > li.last::before, .medicalPage .medicalStepList > li.last::before {
      content: none; }
  .medicalcare_detailPage .medicalStepList > li .numBox, .medicalPage .medicalStepList > li .numBox {
    width: 10%;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-size: 2.2rem;
    color: #b6a88b;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .medicalStepList > li .numBox, .medicalPage .medicalStepList > li .numBox {
        width: auto;
        font-size: 1.8rem;
        position: absolute;
        top: 10px;
        right: 20px; } }
    .medicalcare_detailPage .medicalStepList > li .numBox span, .medicalPage .medicalStepList > li .numBox span {
      display: block;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .medicalcare_detailPage .medicalStepList > li .numBox span, .medicalPage .medicalStepList > li .numBox span {
          font-size: 1.1rem; } }
  .medicalcare_detailPage .medicalStepList > li .txBox, .medicalPage .medicalStepList > li .txBox {
    border-left: 1px solid #ddd;
    width: 65%;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .medicalStepList > li .txBox, .medicalPage .medicalStepList > li .txBox {
        width: 100%;
        border: none;
        padding: 0; } }
    .medicalcare_detailPage .medicalStepList > li .txBox .ttl, .medicalPage .medicalStepList > li .txBox .ttl {
      font-family: "Noto Serif JP", serif !important;
      font-size: 2.2rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .medicalcare_detailPage .medicalStepList > li .txBox .ttl, .medicalPage .medicalStepList > li .txBox .ttl {
          font-size: 1.8rem;
          text-align: center; } }
    .medicalcare_detailPage .medicalStepList > li .txBox .tx, .medicalPage .medicalStepList > li .txBox .tx {
      font-size: 1.5rem;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .medicalcare_detailPage .medicalStepList > li .txBox .tx, .medicalPage .medicalStepList > li .txBox .tx {
          font-size: 1.3rem; } }
    .medicalcare_detailPage .medicalStepList > li .txBox.tx100, .medicalPage .medicalStepList > li .txBox.tx100 {
      width: 90%; }
      @media screen and (max-width: 768px) {
        .medicalcare_detailPage .medicalStepList > li .txBox.tx100, .medicalPage .medicalStepList > li .txBox.tx100 {
          width: 100%; } }
  .medicalcare_detailPage .medicalStepList > li .imgBox, .medicalPage .medicalStepList > li .imgBox {
    width: 25%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .medicalStepList > li .imgBox, .medicalPage .medicalStepList > li .imgBox {
        display: block;
        max-width: 240px;
        width: 100%;
        margin: 0 auto; } }
.medicalcare_detailPage .medicalStepList.gray > li, .medicalPage .medicalStepList.gray > li {
  background: #f3f2ef; }
  .medicalcare_detailPage .medicalStepList.gray > li .cmn_boxStyle_01, .medicalPage .medicalStepList.gray > li .cmn_boxStyle_01 {
    background: #fff; }
.medicalcare_detailPage .teileiList, .medicalPage .teileiList {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage .teileiList, .medicalPage .teileiList {
      text-align: left; } }
  .medicalcare_detailPage .teileiList > li, .medicalPage .teileiList > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .teileiList > li, .medicalPage .teileiList > li {
        margin: 0;
        display: block; } }
    .medicalcare_detailPage .teileiList > li span, .medicalPage .teileiList > li span {
      font-size: 1.6rem;
      padding-left: 22px;
      display: inline-block;
      background: url("../cmn_img/icon_check.png") no-repeat top 9px left/17px 17px; }
      @media screen and (max-width: 768px) {
        .medicalcare_detailPage .teileiList > li span, .medicalPage .teileiList > li span {
          font-size: 1.4rem;
          background-size: 13px 13px;
          padding-left: 18px;
          background-position: top 7px left; } }
    .medicalcare_detailPage .teileiList > li.last, .medicalPage .teileiList > li.last {
      margin-right: 0; }
.medicalcare_detailPage .explanBox, .medicalPage .explanBox {
  background: #f3f2ef;
  padding: 50px; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage .explanBox, .medicalPage .explanBox {
      padding: 25px 20px; } }
@media screen and (max-width: 768px) {
  .medicalcare_detailPage .shoujoList, .medicalPage .shoujoList {
    max-width: 260px !important; } }
.medicalcare_detailPage .shoujoList > li > div, .medicalPage .shoujoList > li > div {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background: #fff;
  position: relative;
  width: 100%;
  text-align: center; }
  .medicalcare_detailPage .shoujoList > li > div > p, .medicalPage .shoujoList > li > div > p {
    font-size: 1.5rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage .shoujoList > li > div > p, .medicalPage .shoujoList > li > div > p {
        font-size: 1.3rem; } }
.medicalcare_detailPage .shoujoList.sizeM, .medicalPage .shoujoList.sizeM {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
.medicalcare_detailPage .shoujoList.gray > li > div, .medicalPage .shoujoList.gray > li > div {
  background: #f3f2ef; }
.medicalcare_detailPage .secFeature, .medicalPage .secFeature {
  background: #f5f2f2 url("../cmn_img/medicalcare/secfeature_bg.png") no-repeat top 60px right 60px; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage .secFeature, .medicalPage .secFeature {
      background-position: top 35px right 20px;
      background-size: 140px 140px; } }
  .medicalcare_detailPage .secFeature .featureList, .medicalPage .secFeature .featureList {
    margin-top: 35px; }
    .medicalcare_detailPage .secFeature .featureList > li, .medicalPage .secFeature .featureList > li {
      border: 1px solid #950012;
      border-top: 3px solid #950012;
      border-radius: 3px;
      overflow: hidden;
      padding: 20px 15px 25px;
      background: #fff;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .medicalcare_detailPage .secFeature .featureList > li, .medicalPage .secFeature .featureList > li {
          padding: 15px 10px 20px; } }
      .medicalcare_detailPage .secFeature .featureList > li .num, .medicalPage .secFeature .featureList > li .num {
        color: #950012;
        font-size: 1.8rem;
        line-height: 1.3;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 768px) {
          .medicalcare_detailPage .secFeature .featureList > li .num, .medicalPage .secFeature .featureList > li .num {
            font-size: 1.6rem; } }
        .medicalcare_detailPage .secFeature .featureList > li .num span, .medicalPage .secFeature .featureList > li .num span {
          font-size: 1.0rem;
          display: block; }
      .medicalcare_detailPage .secFeature .featureList > li .ttl, .medicalPage .secFeature .featureList > li .ttl {
        font-family: "Noto Serif JP", serif !important;
        font-size: 2.2rem;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .medicalcare_detailPage .secFeature .featureList > li .ttl, .medicalPage .secFeature .featureList > li .ttl {
            font-size: 1.8rem;
            margin-bottom: 10px; } }
      .medicalcare_detailPage .secFeature .featureList > li img, .medicalPage .secFeature .featureList > li img {
        border-radius: 3px;
        overflow: hidden; }
      .medicalcare_detailPage .secFeature .featureList > li .tx, .medicalPage .secFeature .featureList > li .tx {
        font-size: 1.4rem;
        margin-top: 15px;
        text-align: left;
        padding: 0 10px; }
        @media screen and (max-width: 768px) {
          .medicalcare_detailPage .secFeature .featureList > li .tx, .medicalPage .secFeature .featureList > li .tx {
            font-size: 1.2rem;
            padding: 0 5px; } }
.medicalcare_detailPage.oral .sec02 .defList > li .ttl, .medicalPage.oral .sec02 .defList > li .ttl {
  font-size: 2.0rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage.oral .sec02 .defList > li .ttl, .medicalPage.oral .sec02 .defList > li .ttl {
      font-size: 1.8rem; } }
.medicalcare_detailPage.oral .sec02 .defList > li .nayamiList > li, .medicalPage.oral .sec02 .defList > li .nayamiList > li {
  font-size: 1.4rem;
  line-height: 1.7;
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  background: url("../cmn_img/icon_check.png") no-repeat center left/17px 17px;
  width: 50%;
  margin: 3px 0; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage.oral .sec02 .defList > li .nayamiList > li, .medicalPage.oral .sec02 .defList > li .nayamiList > li {
      font-size: 1.3rem;
      background-size: 12px 12px;
      padding-left: 16px; } }
.medicalcare_detailPage.oral .sec02 .defList > li:nth-child(1), .medicalPage.oral .sec02 .defList > li:nth-child(1) {
  border: 1px solid #b6a88b; }
  .medicalcare_detailPage.oral .sec02 .defList > li:nth-child(1) .ttl, .medicalPage.oral .sec02 .defList > li:nth-child(1) .ttl {
    background: #b6a88b; }
.medicalcare_detailPage.oral .sec02 .defList > li:nth-child(2), .medicalPage.oral .sec02 .defList > li:nth-child(2) {
  border: 1px solid #999; }
  .medicalcare_detailPage.oral .sec02 .defList > li:nth-child(2) .ttl, .medicalPage.oral .sec02 .defList > li:nth-child(2) .ttl {
    background: #999; }
  .medicalcare_detailPage.oral .sec02 .defList > li:nth-child(2) .boxStyle_01, .medicalPage.oral .sec02 .defList > li:nth-child(2) .boxStyle_01 {
    background: #eee; }
    .medicalcare_detailPage.oral .sec02 .defList > li:nth-child(2) .boxStyle_01 .boxTtl, .medicalPage.oral .sec02 .defList > li:nth-child(2) .boxStyle_01 .boxTtl {
      border-color: #999;
      color: #999; }
    .medicalcare_detailPage.oral .sec02 .defList > li:nth-child(2) .boxStyle_01 .nayamiList > li, .medicalPage.oral .sec02 .defList > li:nth-child(2) .boxStyle_01 .nayamiList > li {
      background-image: url("../cmn_img/icon_check_gray.png"); }
.medicalcare_detailPage.anesthesia .sec03 .img01, .medicalPage.anesthesia .sec03 .img01 {
  width: 180px; }
.medicalcare_detailPage.anesthesia .sec03 .inrSml, .medicalPage.anesthesia .sec03 .inrSml {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
.medicalcare_detailPage.anesthesia .sec03 .tbl_01 tr td, .medicalPage.anesthesia .sec03 .tbl_01 tr td {
  text-align: center; }
.medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea {
  position: relative;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea {
      margin-top: 30px; } }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea::before, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea::before, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea::before {
        content: none; } }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .tx, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .tx {
    font-size: 1.5rem;
    line-height: 2.2;
    width: 55%;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .tx, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .tx {
        font-size: 1.3rem;
        line-height: 2;
        position: static;
        margin: 30px 0;
        width: 100% !important;
        z-index: 9; } }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .tx01, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .tx01 {
    left: 0;
    top: 50px; }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .tx02, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .tx02 {
    right: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 45%; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .tx02, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .tx02 {
        transform: translateY(0); } }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .tx03, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .tx03 {
    left: 0;
    bottom: 110px; }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .img, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .img {
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .img, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .img {
        width: 100% !important;
        margin: 0 auto !important; } }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .img01, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .img01 {
    margin: 0 0 0 auto;
    width: 45%; }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .img02, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .img02 {
    margin: -60px auto 0 60px;
    width: 40%; }
  .medicalcare_detailPage.anesthesia .sec06 .whiteBox .reasonArea .img03, .medicalPage.anesthesia .sec06 .whiteBox .reasonArea .img03 {
    margin: -20px 110px 0 auto;
    width: 35%; }
.medicalcare_detailPage.anesthesia .sec06 .whiteBox .exBox, .medicalPage.anesthesia .sec06 .whiteBox .exBox {
  padding: 40px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .medicalcare_detailPage.anesthesia .sec06 .whiteBox .exBox, .medicalPage.anesthesia .sec06 .whiteBox .exBox {
      padding: 25px 15px; } }

/*----------------------------------------------------
	☆sitemapPage
----------------------------------------------------*/
.sitemapPage .sec01 .list_01 > li {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .sitemapPage .sec01 .list_01 > li {
      margin-bottom: 20px; } }
  .sitemapPage .sec01 .list_01 > li .ttl01 a {
    display: block;
    font-family: "Noto Serif JP", serif !important;
    color: #b6a88b;
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b6a88b;
    padding-left: 26px;
    background: url("../cmn_img/arw01_br.png") no-repeat top 16px left/15px 13px; }
    @media screen and (max-width: 768px) {
      .sitemapPage .sec01 .list_01 > li .ttl01 a {
        font-size: 1.6rem;
        background-size: 12px 10px;
        background-position: top 10px left;
        padding-left: 22px; } }
    .sitemapPage .sec01 .list_01 > li .ttl01 a:hover {
      opacity: 0.8; }
  .sitemapPage .sec01 .list_01 > li .list_02 > li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0; }
    @media screen and (max-width: 768px) {
      .sitemapPage .sec01 .list_01 > li .list_02 > li {
        margin: 3px 0; } }
    .sitemapPage .sec01 .list_01 > li .list_02 > li a {
      display: inline-block;
      padding-left: 28px;
      font-size: 1.5rem;
      background: url("../cmn_img/arw02.png") no-repeat top 7px left/18px 18px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .sitemapPage .sec01 .list_01 > li .list_02 > li a {
          font-size: 1.3rem;
          background-size: 15px 15px;
          background-position: top 4px left;
          padding-left: 23px; } }
      .sitemapPage .sec01 .list_01 > li .list_02 > li a:hover {
        opacity: 0.8; }

/*----------------------------------------------------
	☆privacyPage
----------------------------------------------------*/
.privacyPage .sec01 .tx {
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .privacyPage .sec01 .tx {
      font-size: 1.2rem; } }
.privacyPage .sec01 .ttl_01 {
  font-size: 2.2rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .privacyPage .sec01 .ttl_01 {
      font-size: 1.5rem;
      margin-bottom: 15px; } }

/*----------------------------------------------------
	☆accessPage
----------------------------------------------------*/
.accessPage .sec01 .telTx {
  text-align: center; }
  .accessPage .sec01 .telTx a {
    display: inline-block;
    font-size: 2.6rem;
    padding-left: 23px;
    background: url("../cmn_img/icon_tel.png") no-repeat center left/15px 20px;
    line-height: 1; }
.accessPage .sec01 .imgArea {
  margin-top: 30px;
  font-size: 0; }
  .accessPage .sec01 .imgArea .box_01 {
    width: 65%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .accessPage .sec01 .imgArea .box_01 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  .accessPage .sec01 .imgArea .box_02 {
    width: 30%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .accessPage .sec01 .imgArea .box_02 {
        width: 100%; } }
    .accessPage .sec01 .imgArea .box_02 span {
      display: block;
      text-align: center;
      line-height: 1.7;
      margin-top: 10px; }

/*----------------------------------------------------
	☆facilityPage
----------------------------------------------------*/
.facilityPage .sec01 .inrS {
  max-width: 800px; }
.facilityPage .sec02 .faciList {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .facilityPage .sec02 .faciList > li {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .facilityPage .sec02 .faciList > li .img {
      width: calc(100% - 20px);
      margin: 0 auto; } }
.facilityPage .sec02 .linkBtn a {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  background: #b6a88b url("../cmn_img/arw01_wh.png") no-repeat center right 20px/13px 11px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .facilityPage .sec02 .linkBtn a {
      padding: 6px;
      background-position: center right 15px; } }
  .facilityPage .sec02 .linkBtn a .thum {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .facilityPage .sec02 .linkBtn a .thum {
        width: 100px; } }
  .facilityPage .sec02 .linkBtn a .ttl {
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: middle;
    font-size: 2.0rem;
    font-family: "Noto Serif JP", serif !important;
    letter-spacing: 0.1em;
    padding-left: 25px;
    color: #fff;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .facilityPage .sec02 .linkBtn a .ttl {
        width: calc(100% - 100px);
        font-size: 1.5rem;
        padding-left: 18px; } }
    .facilityPage .sec02 .linkBtn a .ttl span {
      display: block;
      font-family: "Noto Sans JP", sans-serif !important;
      font-size: 1.3rem;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .facilityPage .sec02 .linkBtn a .ttl span {
          font-size: 1.2rem; } }
  .facilityPage .sec02 .linkBtn a:hover {
    background-color: #7e6a55;
    background-position: center right 15px; }
@media screen and (max-width: 768px) {
  .facilityPage .sec04 .cmn_checkList > li {
    font-size: 1.2rem;
    background-size: 12px 12px;
    padding-left: 18px; } }

/*----------------------------------------------------
	☆networkPage
----------------------------------------------------*/
.networkPage .bnrList {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .networkPage .bnrList {
      max-width: 100%; } }
  .networkPage .bnrList > li {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .networkPage .bnrList > li {
        width: 49%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (max-width: 768px) {
      .networkPage .bnrList > li:nth-child(2n) {
        margin-right: 0; } }
    .networkPage .bnrList > li a {
      display: block; }
      .networkPage .bnrList > li a:hover {
        opacity: .8; }
.networkPage .sec01 .cmn_pickTx_02 span {
  font-size: 1.4rem; }
.networkPage .sec01 .copy {
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .networkPage .sec01 .copy {
      font-size: 1.6rem;
      margin-bottom: 15px;
      text-align: center; } }
.networkPage .sec02 .area01 .img01 {
  background: #fff;
  padding: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .networkPage .sec02 .area01 .img01 {
      padding: 5px; } }
.networkPage .sec02 .area02 .soudanBox {
  background: #edebe5;
  padding: 50px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .networkPage .sec02 .area02 .soudanBox {
      padding: 20px 15px;
      margin-top: 40px; } }
  .networkPage .sec02 .area02 .soudanBox .soudanList {
    font-size: 0; }
    .networkPage .sec02 .area02 .soudanBox .soudanList > li {
      width: 13.42%;
      display: inline-block;
      vertical-align: top;
      margin-right: 1%; }
      @media screen and (max-width: 768px) {
        .networkPage .sec02 .area02 .soudanBox .soudanList > li {
          width: 49%;
          margin: 0 2% 2% 0; } }
      .networkPage .sec02 .area02 .soudanBox .soudanList > li > div {
        width: 100%;
        padding-top: 100%;
        position: relative;
        background: #7e6a55;
        border-radius: 3px;
        overflow: hidden;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .networkPage .sec02 .area02 .soudanBox .soudanList > li > div {
            padding-top: 60%; } }
        .networkPage .sec02 .area02 .soudanBox .soudanList > li > div > p {
          font-size: 1.4rem;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block;
          width: 100%;
          line-height: 1.65;
          padding: 10px; }
          @media screen and (max-width: 768px) {
            .networkPage .sec02 .area02 .soudanBox .soudanList > li > div > p {
              font-size: 1.3rem; } }
          .networkPage .sec02 .area02 .soudanBox .soudanList > li > div > p span {
            font-size: 1.0rem;
            display: block; }
            @media screen and (max-width: 768px) {
              .networkPage .sec02 .area02 .soudanBox .soudanList > li > div > p span {
                margin-top: 2px; } }
      @media screen and (max-width: 768px) {
        .networkPage .sec02 .area02 .soudanBox .soudanList > li:nth-child(2n) {
          margin-right: 0; } }
      .networkPage .sec02 .area02 .soudanBox .soudanList > li.last {
        margin-right: 0; }
.networkPage .sec02 .area03 .copy {
  font-size: 2.0rem;
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.75; }
  @media screen and (max-width: 768px) {
    .networkPage .sec02 .area03 .copy {
      font-size: 1.5rem; } }
.networkPage .sec02 .area04 .imgBox, .networkPage .sec02 .area04 .txBox {
  vertical-align: top; }
@media screen and (max-width: 768px) {
  .networkPage .sec02 .area04 .imgBox {
    margin-top: -1px; } }
.networkPage .sec02 .area04 .tbl tr th {
  background: #7e6a55;
  color: #fff; }
.networkPage .sec02 .area04 .tbl tr th, .networkPage .sec02 .area04 .tbl tr td {
  font-size: 1.4rem;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .networkPage .sec02 .area04 .tbl tr th, .networkPage .sec02 .area04 .tbl tr td {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.2rem; } }
  .networkPage .sec02 .area04 .tbl tr th a, .networkPage .sec02 .area04 .tbl tr td a {
    text-decoration: underline;
    background: url("/lib/cmn_img/icon_link_wh.png") no-repeat center right/11px 11px;
    display: inline;
    padding-right: 18px;
    color: #fff; }
    .networkPage .sec02 .area04 .tbl tr th a:hover, .networkPage .sec02 .area04 .tbl tr td a:hover {
      text-decoration: none; }

/*----------------------------------------------------
	☆medicalPage
----------------------------------------------------*/
.medicalPage .sec02 .sickList {
  text-align: center; }
  .medicalPage .sec02 .sickList > li {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background: #f3f2ef;
    overflow: inherit; }
    .medicalPage .sec02 .sickList > li::before {
      content: "01";
      position: absolute;
      top: -12px;
      right: 15px;
      width: 30px;
      padding: 3px 0;
      border-radius: 90px;
      color: #fff;
      background: #b6a88b;
      font-family: "Roboto", sans-serif !important;
      font-size: 1.2rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .medicalPage .sec02 .sickList > li::before {
          width: 26px;
          padding: 1px 0;
          top: -8px; } }
    .medicalPage .sec02 .sickList > li .box_01, .medicalPage .sec02 .sickList > li .box_02 {
      padding: 22px 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .medicalPage .sec02 .sickList > li .box_01, .medicalPage .sec02 .sickList > li .box_02 {
          padding: 22px 15px; } }
    .medicalPage .sec02 .sickList > li .box_01 {
      padding-bottom: 18px;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .medicalPage .sec02 .sickList > li .box_01 {
          padding-bottom: 15px; } }
      .medicalPage .sec02 .sickList > li .box_01 > p {
        font-size: 1.6rem;
        line-height: 1.65; }
        @media screen and (max-width: 768px) {
          .medicalPage .sec02 .sickList > li .box_01 > p {
            font-size: 1.4rem; } }
    .medicalPage .sec02 .sickList > li .box_02 {
      position: relative;
      padding-top: 28px; }
      .medicalPage .sec02 .sickList > li .box_02::before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -55px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 55px 0 55px;
        border-color: #ffffff transparent transparent transparent; }
      .medicalPage .sec02 .sickList > li .box_02 > p {
        font-size: 1.4rem;
        line-height: 1.65; }
        @media screen and (max-width: 768px) {
          .medicalPage .sec02 .sickList > li .box_02 > p {
            font-size: 1.3rem; } }
    .medicalPage .sec02 .sickList > li:nth-child(2)::before {
      content: "02"; }
    .medicalPage .sec02 .sickList > li:nth-child(3)::before {
      content: "03"; }
    .medicalPage .sec02 .sickList > li:nth-child(4)::before {
      content: "04"; }
    .medicalPage .sec02 .sickList > li:nth-child(5)::before {
      content: "05"; }
    .medicalPage .sec02 .sickList > li:nth-child(6)::before {
      content: "06"; }
    .medicalPage .sec02 .sickList > li:nth-child(7)::before {
      content: "07"; }
@media screen and (max-width: 768px) {
  .medicalPage .sec03 .img01 {
    max-width: 240px;
    margin: 20px auto 0 auto;
    display: block; } }
.medicalPage .sec03 .bigList > li .wrap {
  padding: 40px; }
  @media screen and (max-width: 768px) {
    .medicalPage .sec03 .bigList > li .wrap {
      padding: 20px; } }
  .medicalPage .sec03 .bigList > li .wrap .txBox {
    padding: 0; }
.medicalPage .sec03 .smlList {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .medicalPage .sec03 .smlList {
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .medicalPage .sec03 .smlList > li {
      margin-bottom: 20px !important; } }
.medicalPage .sec04 .ttl {
  text-align: left;
  margin-bottom: 10px; }
  .medicalPage .sec04 .ttl .enTx {
    display: inline-block;
    width: 27px;
    padding: 2px 0;
    text-align: center;
    border-radius: 90px;
    background: #b6a88b;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif !important;
    margin-right: 10px;
    vertical-align: text-bottom;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .medicalPage .sec04 .ttl .enTx {
        width: 23px;
        padding: 1px 0 0 0;
        vertical-align: top;
        font-size: 1.1rem; } }
  @media screen and (max-width: 768px) {
    .medicalPage .sec04 .ttl .ttlTx {
      line-height: 1.6;
      display: inline-block;
      vertical-align: top; } }

/*----------------------------------------------------
	☆aboutPage
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .aboutPage .ttlStyle_05 {
    font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  .aboutPage .cmn_readTx {
    font-size: 1.3rem; } }
@media screen and (max-width: 768px) {
  .aboutPage .mvStyele_01 .imgBox span {
    padding-top: 34%; } }
.aboutPage .sec02 .featureList > li {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px;
  padding-right: 25px; }
  @media screen and (max-width: 768px) {
    .aboutPage .sec02 .featureList > li {
      margin-bottom: 35px;
      padding-right: 0; } }
  .aboutPage .sec02 .featureList > li.last {
    margin-bottom: 0; }
  .aboutPage .sec02 .featureList > li .boxL {
    width: 48%;
    float: left; }
    @media screen and (max-width: 768px) {
      .aboutPage .sec02 .featureList > li .boxL {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        float: none;
        margin-top: 25px; } }
    .aboutPage .sec02 .featureList > li .boxL .copy {
      font-size: 2.6rem;
      display: inline;
      letter-spacing: 0.1em;
      font-family: "Noto Serif JP", serif !important;
      border-bottom: 1px solid #444444; }
      @media screen and (max-width: 768px) {
        .aboutPage .sec02 .featureList > li .boxL .copy {
          font-size: 1.6rem; } }
    .aboutPage .sec02 .featureList > li .boxL .tx {
      font-size: 1.4rem;
      line-height: 2.2;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .aboutPage .sec02 .featureList > li .boxL .tx {
          font-size: 1.3rem;
          line-height: 2;
          text-align: left;
          margin-top: 10px; } }
    .aboutPage .sec02 .featureList > li .boxL .btn {
      text-align: left;
      margin-top: 25px; }
      @media screen and (max-width: 768px) {
        .aboutPage .sec02 .featureList > li .boxL .btn {
          text-align: center;
          margin-top: 20px; } }
  .aboutPage .sec02 .featureList > li .boxR {
    width: 48%;
    float: right;
    position: relative; }
    @media screen and (max-width: 768px) {
      .aboutPage .sec02 .featureList > li .boxR {
        width: calc(100% - 23px);
        float: none; } }
    .aboutPage .sec02 .featureList > li .boxR .enTx {
      position: absolute;
      top: 0;
      right: -33px;
      writing-mode: vertical-rl;
      color: #b6a88b;
      font-size: 1.1rem;
      font-family: "Roboto", sans-serif !important;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .aboutPage .sec02 .featureList > li .boxR .enTx {
          font-size: 1.1rem;
          right: -30px; } }
      .aboutPage .sec02 .featureList > li .boxR .enTx span {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .aboutPage .sec02 .featureList > li .boxR .enTx span {
            font-size: 1.4rem; } }

/*----------------------------------------------------
	☆messagePage
----------------------------------------------------*/
.messagePage .sec01 .inr {
  font-size: 0;
  position: relative; }
  .messagePage .sec01 .inr .boxL {
    width: 50%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .messagePage .sec01 .inr .boxL {
        width: 100%;
        margin: 0 0 30px; } }
    .messagePage .sec01 .inr .boxL .tx {
      font-size: 1.5rem;
      line-height: 2.3; }
      @media screen and (max-width: 768px) {
        .messagePage .sec01 .inr .boxL .tx {
          font-size: 1.3rem; } }
    .messagePage .sec01 .inr .boxL .name {
      margin-top: 20px;
      font-size: 2.0rem;
      font-family: "Noto Serif JP", serif !important; }
      @media screen and (max-width: 768px) {
        .messagePage .sec01 .inr .boxL .name {
          font-size: 1.6rem; } }
      .messagePage .sec01 .inr .boxL .name span {
        font-size: 1.2rem;
        display: block;
        font-family: "Noto Sans JP", sans-serif !important; }
  .messagePage .sec01 .inr .boxR {
    width: 45%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .messagePage .sec01 .inr .boxR {
        width: 100%; } }
.messagePage .sec01 .subBox {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .messagePage .sec01 .subBox {
      margin-top: 0; } }
  .messagePage .sec01 .subBox .ttl {
    color: #b6a88b;
    font-weight: bold;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .messagePage .sec01 .subBox .ttl {
        font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .messagePage .sec01 .subBox .subList {
      border: none;
      padding: 0; } }
  .messagePage .sec01 .subBox .subList > li {
    padding-left: 30px;
    border-left: 3px solid #b6a88b;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .messagePage .sec01 .subBox .subList > li {
        padding-left: 20px;
        margin: 15px 0; } }
  .messagePage .sec01 .subBox .infoList {
    font-size: 0; }
    .messagePage .sec01 .subBox .infoList > li {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .messagePage .sec01 .subBox .infoList > li {
          font-size: 1.3rem; } }
.messagePage .sec02 .doctorList > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  .messagePage .sec02 .doctorList > li.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  @media screen and (max-width: 768px) {
    .messagePage .sec02 .doctorList > li .txBox {
      text-align: center; } }
  .messagePage .sec02 .doctorList > li .txBox .tx01 {
    font-size: 1.5rem;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .messagePage .sec02 .doctorList > li .txBox .tx01 {
        font-size: 1.3rem; } }
  .messagePage .sec02 .doctorList > li .txBox .name {
    font-family: "Noto Serif JP", serif !important;
    letter-spacing: 0.1em;
    font-size: 2.0rem;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .messagePage .sec02 .doctorList > li .txBox .name {
        font-size: 1.8rem;
        margin-top: 5px; } }
    .messagePage .sec02 .doctorList > li .txBox .name .link {
      letter-spacing: 0; }
  .messagePage .sec02 .doctorList > li .txBox .link a {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif !important;
    line-height: 1.7;
    display: inline; }
    @media screen and (max-width: 768px) {
      .messagePage .sec02 .doctorList > li .txBox .link a {
        font-size: 1.3rem; } }
  .messagePage .sec02 .doctorList > li .txBox .tx02 {
    font-size: 1.3rem;
    margin-top: 20px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .messagePage .sec02 .doctorList > li .txBox .tx02 {
        font-size: 1.2rem;
        text-align: left; } }
