@charset "UTF-8";
.text-right {
  text-align: right; }

/*
 *
 * PCメニュー
 *
 *****************************************************/
@media (min-width: 992px) {
  .sp-area-menu {
    display: none !important; }
  .pc-area-menu {
    display: block;
    width: 100%; }
    .pc-area-menu .menu {
      display: inline-block;
      width: 100%; }
      .pc-area-menu .menu .btn-menu {
        width: calc(100% /7);
        float: left;
        text-align: center;
        border-right: 1px dotted #ccc; }
        .pc-area-menu .menu .btn-menu:first-child {
          border-left: 1px dotted #ccc; }
        .pc-area-menu .menu .btn-menu:last-child {
          display: none; }
        .pc-area-menu .menu .btn-menu .btn-accordion {
          display: none; }
        .pc-area-menu .menu .btn-menu a {
          position: relative;
          display: inline-block;
          width: 100%;
          color: #000;
          font-weight: bold;
          font-size: 13px; }
          .pc-area-menu .menu .btn-menu a .en {
            font-size: 8px;
            font-weight: normal;
            color: #9cc430; }
            .pc-area-menu .menu .btn-menu a .en:after {
              content: "\A";
              white-space: pre; }
      .pc-area-menu .menu .sub-menu {
        display: none;
        position: absolute;
        top: calc(100% - 10px);
        left: 15px;
        width: calc(100% - 30px);
        padding: 30px;
        background: #f6f6f6; }
        .pc-area-menu .menu .sub-menu .btn-submenu {
          float: left; }
          .pc-area-menu .menu .sub-menu .btn-submenu a {
            width: initial;
            padding: 5px 10px;
            font-weight: normal;
            color: #666; }
            .pc-area-menu .menu .sub-menu .btn-submenu a:hover {
              color: #ffae63; }
            .pc-area-menu .menu .sub-menu .btn-submenu a:before {
              content: '';
              display: inline-block;
              width: 10px;
              height: 10px;
              background-size: contain;
              background-image: url(../../../uploads/2017/12/ico-triangle_gray-1.png);
              background-repeat: no-repeat;
              margin-right: 5px; } }

/*
 *
 * ハンバーガーボタン
 *
 *****************************************************/
.area-hamburger {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .area-hamburger {
      display: none; } }
  @media (max-width: 991px) {
    .area-hamburger {
      width: 50px; } }
  @media (max-width: 550px) {
    .area-hamburger {
      width: 40px; } }
  @media (max-width: 430px) {
    .area-hamburger {
      width: 30px; } }

/*
 *
 * SPメニュー
 *
 *****************************************************/
@media (max-width: 991px) {
  .pc-area-menu {
    display: none; }
  .sp-area-menu {
    display: none;
    position: fixed;
    right: 0px;
    z-index: 100;
    width: 100%;
    background: #f6f6f6;
    max-height: calc(100% - 90px);
    overflow: auto;
    top: 90px; } }
  @media (max-width: 991px) and (max-width: 550px) {
    .sp-area-menu {
      top: 78px;
      max-height: calc(100% - 78px); } }
  @media (max-width: 991px) and (max-width: 430px) {
    .sp-area-menu {
      top: 64px;
      max-height: calc(100% - 64px); } }

@media (max-width: 991px) {
    .sp-area-menu .menu {
      display: inline-block;
      width: 100%; }
      .sp-area-menu .menu .btn-menu {
        display: inline-block;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        font-size: 13px; }
        .sp-area-menu .menu .btn-menu .en {
          display: none; }
        .sp-area-menu .menu .btn-menu a {
          display: inline-block;
          padding: 10px;
          width: 100%;
          color: #666; }
        .sp-area-menu .menu .btn-menu.btn-accordion {
          padding: 10px;
          cursor: pointer;
          color: #666; }
        .sp-area-menu .menu .btn-menu .ico-triangle {
          float: right;
          padding-right: 20px; }
        .sp-area-menu .menu .btn-menu .sub-menu {
          display: none;
          background: #f6f6f6;
          font-size: 12px;
          padding-top: 10px; }
          .sp-area-menu .menu .btn-menu .sub-menu a {
            display: inline-block;
            border-top: 1px dotted #ccc;
            padding-left: 20px; }
            .sp-area-menu .menu .btn-menu .sub-menu a:before {
              content: '';
              display: inline-block;
              width: 10px;
              height: 10px;
              background-size: contain;
              background-image: url(../../../uploads/2017/12/ico-triangle_gray-1.png);
              background-repeat: no-repeat;
              margin-right: 5px; }
          .sp-area-menu .menu .btn-menu .sub-menu .btn-submenu:last-child a {
            padding-bottom: 0px; } }

/*
 *
 *
 *
 *******************************************************/
header {
  max-width: 1000px;
  display: block;
  margin: 0 auto; }
  header .navbar {
    margin: 0;
    border: none; }

@media (min-width: 992px) {
  header .navbar-header .table-info {
    float: left;
    margin-right: 30px;
    font-size: 13px; }
    header .navbar-header .table-info th, header .navbar-header .table-info td {
      padding: 1px 8px 0px 8px; }
      header .navbar-header .table-info th .access, header .navbar-header .table-info td .access {
        display: none; }
    header .navbar-header .table-info th:first-child {
      padding: 1px 10px 0px 10px; }
  header .navbar-header .nav-logo {
    float: left; }
    header .navbar-header .nav-logo .navbar-brand .pc-logo {
      max-width: initial; }
    header .navbar-header .nav-logo .navbar-brand .sp-logo {
      display: none; }
  header .navbar-header .tel {
    text-align: right; }
    header .navbar-header .tel .tel-number {
      position: relative;
      line-height: 10px;
      color: #f28e43;
      font-size: 23px;
      font-weight: bold; }
      header .navbar-header .tel .tel-number a {
        color: #f28e43; }
        header .navbar-header .tel .tel-number a:hover {
          color: #ffae63; }
      header .navbar-header .tel .tel-number:before {
        position: relative;
        content: url("../../../uploads/2017/12/tel.png");
        top: 3px;
        left: -5px; }
    header .navbar-header .tel .address {
      font-size: 12px;
      line-height: 18px; }
  header .navbar .navbar-header {
    width: 100%;
    padding: 30px 0 10px 0; }
    header .navbar .navbar-header .nav-logo {
      float: left;
      width: 30%;
      max-width: 340px; }
      header .navbar .navbar-header .nav-logo .navbar-brand .sp-logo {
        display: none; }
  header .navbar #navbar {
    float: none;
    width: 100%;
    vertical-align: middle;
    display: block; }
    header .navbar #navbar .navbar-nav {
      width: 100%;
      text-align: center;
      float: none !important;
      font-size: 0; }
      header .navbar #navbar .navbar-nav > li {
        float: none;
        display: inline-block;
        position: relative;
        font-size: 13px;
        font-size: 1.3rem;
        width: calc(100% / 7);
        background: url(../images/line-menu.png) no-repeat right -1px bottom 18px;
        padding-bottom: 18px;
        /********************************
            &:nth-child(2) {
              a {
                &:before {
                  width: 14px;
                  height: 19px;
                  background: url(../images/icon_menu_02.png) no-repeat center center;
                }
              }
            }
            &:nth-child(3) {
              a {
                &:before {
                  width: 20px;
                  height: 20px;
                  background: url(../images/icon_menu_03.png) no-repeat center center;
                }
              }
            }
            &:nth-child(4) {
              a {
                &:before {
                  width: 21px;
                  height: 22px;
                  background: url(../images/icon_menu_04.png) no-repeat center center;
                }
              }
            }
            &:nth-child(5) {
              a {
                &:before {
                  width: 21px;
                  height: 21px;
                  background: url(../images/icon_menu_05.png) no-repeat center center;
                }
              }
            }
            &:nth-child(6) {
              a {
                &:before {
                  width: 18px;
                  height: 21px;
                  background: url(../images/icon_menu_06.png) no-repeat center center;
                }
              }
            }
            &:last-child {
              a {
                &:before {
                  width: 15px;
                  height: 22px;
                  background: url(../images/icon_menu_07.png) no-repeat center center;
                }
              }
            }
		   	// アイコン
            ********************************/ }
        header .navbar #navbar .navbar-nav > li:first-child:after {
          content: '';
          position: absolute;
          width: 3px;
          height: 26px;
          background: url(../images/line-menu.png) no-repeat center center;
          bottom: 18px;
          left: 0; }
        header .navbar #navbar .navbar-nav > li:last-child {
          display: none; }
        header .navbar #navbar .navbar-nav > li > a {
          display: inline-block;
          color: #484848;
          position: relative;
          padding: 0px 5px 0;
          /********************************
              &:before {
                content: '';
                position: absolute;
                width: 21px;
                height: 21px;
                background: url(../images/icon_menu_01.png) no-repeat center center;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                @include transition(.2s);
              }
              ********************************/ }
          header .navbar #navbar .navbar-nav > li > a span {
            display: block;
            font-size: 10px;
            font-size: 1rem;
            text-transform: uppercase;
            color: #b3d26a;
            line-height: 1;
            margin-bottom: 3px; }
          header .navbar #navbar .navbar-nav > li > a:hover:before {
            top: 5px; }
        header .navbar #navbar .navbar-nav > li > ul {
          position: absolute;
          width: 225px;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background: #eee;
          border-radius: 10px;
          margin-top: 30px;
          visibility: hidden;
          opacity: 0;
          max-height: 0;
          height: 0;
          -webkit-transition: 0.2s ease-in-out;
          -moz-transition: 0.2s ease-in-out;
          -ms-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out; }
          header .navbar #navbar .navbar-nav > li > ul:before {
            content: '';
            position: absolute;
            border-bottom: 6px solid #709ed0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            top: -6px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
          header .navbar #navbar .navbar-nav > li > ul li {
            text-align: center;
            padding: 0 12px; }
            header .navbar #navbar .navbar-nav > li > ul li:first-child {
              margin-top: 20px; }
              header .navbar #navbar .navbar-nav > li > ul li:first-child a {
                border-top: 1px solid #93b5db; }
            header .navbar #navbar .navbar-nav > li > ul li:last-child {
              margin-bottom: 20px; }
            header .navbar #navbar .navbar-nav > li > ul li a {
              color: #000;
              padding: .7em .5em;
              display: block;
              border-bottom: 1px solid #93b5db; }
        header .navbar #navbar .navbar-nav > li:hover > ul {
          visibility: visible;
          margin-top: 0;
          opacity: 1;
          max-height: none;
          height: auto; }
        header .navbar #navbar .navbar-nav > li.menu-info {
          display: none; } }

@media (max-width: 991px) {
  header {
    height: 90px; }
    header .navbar-brand {
      width: auto !important; }
    header .navbar {
      width: 100%;
      position: fixed;
      z-index: 100;
      height: 90px;
      background-image: url(../../../uploads/2017/12/line-top-1.png);
      background-position: -105px 0;
      background-color: #fff; }
    header .sp-logo {
      position: fixed;
      top: 0px;
      left: 20px;
      padding-top: 20px; } }

@media (max-width: 550px) {
  header {
    height: 78px; }
    header .navbar {
      height: 78px; }
    header .sp-logo {
      height: 68px; }
    header .sp-area-menu {
      top: 98px; } }

@media (max-width: 430px) {
  header {
    height: 64px; }
    header .navbar {
      height: 64px; }
    header .sp-logo {
      height: 56px; }
    header .sp-area-menu {
      top: 64px; } }

@media (max-width: 767px) {
  header .navbar .navbar-header {
    padding: 0px !important;
    margin-left: 0px; } }

@media (max-width: 991px) {
  header .navbar .navbar-header {
    width: 100%;
    float: none; }
    header .navbar .navbar-header .hdr-info {
      display: none; }
    header .navbar .navbar-header .nav-logo .navbar-brand .pc-logo {
      display: none; }
    header .navbar .navbar-header .nav-logo .navbar-toggle {
      display: block;
      background: #815e3e;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      text-align: center;
      margin-right: 0; }
      header .navbar .navbar-header .nav-logo .navbar-toggle .icon-bar {
        background: #fff;
        margin: 0 auto;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: absolute;
        top: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        header .navbar .navbar-header .nav-logo .navbar-toggle .icon-bar:nth-child(3) {
          top: 20px; }
        header .navbar .navbar-header .nav-logo .navbar-toggle .icon-bar:last-child {
          top: 25px; }
      header .navbar .navbar-header .nav-logo .navbar-toggle:after {
        content: 'menu';
        position: absolute;
        bottom: 8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 15px;
        font-size: 1.5rem;
        color: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      header .navbar .navbar-header .nav-logo .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        top: 20px; }
      header .navbar .navbar-header .nav-logo .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        opacity: 0; }
      header .navbar .navbar-header .nav-logo .navbar-toggle:not(.collapsed) .icon-bar:last-child {
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        top: 20px; }
      header .navbar .navbar-header .nav-logo .navbar-toggle:not(.collapsed):after {
        content: 'close'; }
  header .navbar .navbar-collapse {
    border-left: 4px solid #ccc;
    border-bottom: 2px solid #ddd;
    background: #f9f9f9;
    padding: .5em 0;
    position: absolute;
    width: 100%;
    left: 0; }
    header .navbar .navbar-collapse .navbar-nav {
      font-size: 16px;
      width: 100%; }
      header .navbar .navbar-collapse .navbar-nav > li {
        float: none;
        display: block;
        height: auto;
        border-bottom: 1px dashed #ccc;
        color: #545454;
        padding: 15px 20px !important; }
        header .navbar .navbar-collapse .navbar-nav > li a {
          color: #545454;
          width: 100%;
          padding: 0; }
          header .navbar .navbar-collapse .navbar-nav > li a span {
            display: none; }
        header .navbar .navbar-collapse .navbar-nav > li ul li a {
          display: block;
          padding-left: 20px;
          position: relative; }
          header .navbar .navbar-collapse .navbar-nav > li ul li a:before {
            content: '';
            width: 4px;
            height: 4px;
            background: #fff;
            border-radius: 50%;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle; }
        header .navbar .navbar-collapse .navbar-nav > li.menu-info {
          margin-top: 20px;
          padding: 0 10px; }
          header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule {
            width: 100%;
            background: #fff;
            border: none; }
            header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule tr th, header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule tr td {
              font-size: 16px;
              font-size: 1.6rem;
              padding: .5em; }
          header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info {
            border: 2px solid #fff;
            border-radius: 10px;
            margin-top: 20px;
            font-size: 22px;
            font-size: 2.2rem;
            color: #fff;
            font-weight: bold;
            text-align: center;
            padding: 5px; }
            header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span {
              font-size: 39px;
              font-size: 3.9rem;
              position: relative;
              margin-left: 20px; }
              header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span a {
                border: none;
                padding: 0; }
                header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span a:after {
                  content: none; }
              header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span:before {
                content: '';
                display: inline-block;
                width: 39px;
                height: 39px;
                background: url(../images/tel_info.png) no-repeat center center;
                margin-right: 10px;
                vertical-align: middle; }
          header .navbar .navbar-collapse .navbar-nav > li.menu-info p.link-web {
            line-height: 1.67; }
            header .navbar .navbar-collapse .navbar-nav > li.menu-info p.link-web a {
              font-size: 22px;
              font-size: 2.2rem; }
            header .navbar .navbar-collapse .navbar-nav > li.menu-info p.link-web span {
              font-size: 16px;
              font-size: 1.6rem; }
      header .navbar .navbar-collapse .navbar-nav li a {
        position: relative; }
        header .navbar .navbar-collapse .navbar-nav li a:after {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          border-top: 2px solid #bbd5f6;
          border-right: 2px solid #bbd5f6;
          right: 10px;
          top: 50%;
          -webkit-transform: translate(-50%) rotate(45deg);
          -ms-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg); }
        header .navbar .navbar-collapse .navbar-nav li a.active:after {
          -webkit-transform: translate(-50%) rotate(-45deg);
          -ms-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg); }
      header .navbar .navbar-collapse .navbar-nav li ul li a:after {
        border-color: #576f8b; } }

@media (min-width: 768px) {
  /*
  body {
    &.home {
      header {
        margin-bottom: 2em;
      }
    }
  }
  */ }

@media (max-width: 767px) {
  body.home header {
    margin-bottom: 0; }
  header .navbar .navbar-header {
    width: auto;
    padding: 15px; }
  header .navbar .navbar-collapse {
    left: auto;
    padding: 0; }
    header .navbar .navbar-collapse .navbar-nav {
      width: 100%;
      margin: 10px 0; } }

@media (max-width: 600px) {
  header .navbar .navbar-header .nav-logo .navbar-toggle {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  header .navbar .navbar-header .nav-logo .navbar-brand {
    width: calc(100% - 120px); }
  header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info {
    font-size: 18px;
    font-size: 1.8rem; }
    header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span {
      font-size: 32px;
      font-size: 3.2rem; }
      header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span:before {
        width: 30px;
        height: 30px;
        background-size: contain; }
  header .navbar .navbar-collapse .navbar-nav > li.menu-info p.link-web a {
    font-size: 20px;
    font-size: 2rem; }
  header .navbar .navbar-collapse .navbar-nav > li.menu-info p.link-web span {
    font-size: 14px;
    font-size: 1.4rem; } }

@media (max-width: 480px) {
  header .navbar .navbar-header .nav-logo .navbar-toggle {
    width: 40px;
    height: 40px; }
    header .navbar .navbar-header .nav-logo .navbar-toggle .icon-bar {
      top: 6px; }
      header .navbar .navbar-header .nav-logo .navbar-toggle .icon-bar:nth-child(3) {
        top: 11px; }
      header .navbar .navbar-header .nav-logo .navbar-toggle .icon-bar:last-child {
        top: 16px; }
    header .navbar .navbar-header .nav-logo .navbar-toggle:after {
      font-size: 11px;
      font-size: 1.1rem;
      bottom: 3px; }
    header .navbar .navbar-header .nav-logo .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
      top: 12px; }
    header .navbar .navbar-header .nav-logo .navbar-toggle:not(.collapsed) .icon-bar:last-child {
      top: 12px; }
  header .navbar .navbar-header .nav-logo .navbar-brand {
    width: calc(100% - 65px); }
  header .navbar .navbar-collapse .navbar-nav > li {
    padding: 0 20px; }
    header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule tr th, header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule tr td {
      padding: .5em .3em;
      font-size: 15px;
      font-size: 1.5rem; }
    header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 10px; }
      header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span {
        font-size: 35px;
        font-size: 3.5rem;
        display: block;
        margin-left: 0; }
        header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span:before {
          width: 35px;
          height: 35px;
          background-size: contain; } }

@media (max-width: 360px) {
  header .navbar .navbar-collapse .navbar-nav > li {
    padding: 0 15px; }
    header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule tr th, header .navbar .navbar-collapse .navbar-nav > li.menu-info table.table-schedule tr td {
      font-size: 13px;
      font-size: 1.3rem; }
    header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info {
      font-size: 20px;
      font-size: 2rem; }
      header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span {
        font-size: 30px;
        font-size: 3rem;
        display: block;
        margin-left: 0; }
        header .navbar .navbar-collapse .navbar-nav > li.menu-info p.tel-info span:before {
          width: 30px;
          height: 30px;
          background-size: contain; } }

/*******************************
h1, h2 {
  text-align: center;
  @include fontsize(30);
  position: relative;
  padding: 1em 5px .8em;
  color: $h2_color;
  margin: 0 0 1.5em;;
  &:after, &:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  &:before {
    width: 58px;
    height: 6px;
    background: url(../images/h2_line_top.png) no-repeat center center;
    top: 0;
  }
  &:after {
    width: 256px;
    height: 14px;
    background: url(../images/h2_line_bottom.png) no-repeat center center;
    bottom: 0;
  }
}

h3 {
  @include fontsize(20);
  color: $h3_color;
  background: url(../images/h3_line.png) no-repeat left bottom;
  padding-bottom: .7em;
  margin: 0 0 1.2em;
}
h4 {
  @include fontsize(18);
  position: relative;
  color: #214d7d;
  margin: 0 0 1em;
  line-height: 1.6;
  &:before {
    content: '';
    display: inline-block;
    border-left: 5px solid #214d7d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 10px;
  }
}

h5 {
  @include fontsize(16);
  color: #709ed0;
  text-decoration: underline;
}
*******************************/
#back-to-top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: auto;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9999; }
  #back-to-top.show {
    opacity: 1; }

footer {
  max-width: 1280px;
  margin: 0 auto; }
  footer .menu {
    height: 124px;
    background: url(../../../uploads/2017/12/line-foot-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    /*********************************
    ul {
      margin: 0 auto;
	  padding-top: 30px;
      max-width: 980px;
      width: 100%;
      text-align: center;
      font-size: 0;

      li {
        float: none;
        display: inline-block;
        position: relative;
        font-size: 13px;
        width: calc(100% / 7);
        background: url(../images/line-menu.png) no-repeat right -1px bottom 18px;

        &:first-child {
          &:after {
            content: '';
            position: absolute;
            width: 3px;
            height: 26px;
            background: url(../images/line-menu.png) no-repeat center center;
            bottom: 18px;
            left: 0;
          } // after
        } // first-child

	    a {
          color: #484848;
          position: relative;
          padding: 0px 5px 0;

          span {
            display: block;
            font-size: 10px;
            text-transform: uppercase;
            color: #b3d26a;
            line-height: 1;
            margin-bottom: 3px;
		  } // span
		} // a

      } // li
    } // ul
*********************************/ }
    footer .menu .footer-nav {
      width: 970px;
      margin: 0 auto;
      padding-top: 45px; }
      footer .menu .footer-nav .menu-item {
        border-right: 1px dotted #ccc;
        width: calc(100% /7);
        float: left;
        text-align: center;
        border-right: 1px dotted #ccc;
        float: left; }
        footer .menu .footer-nav .menu-item:first-child {
          border-left: 1px dotted #ccc; }
        footer .menu .footer-nav .menu-item a {
          display: inline-block;
          width: 100%;
          color: #000;
          font-weight: bold;
          font-size: 13px; }
          footer .menu .footer-nav .menu-item a span {
            font-size: 8px;
            font-weight: normal;
            color: #9cc430; }
            footer .menu .footer-nav .menu-item a span:after {
              content: "\A";
              white-space: pre; }
  footer .earth {
    clear: both;
    background: #D5EAD8;
    padding: 50px 0 20px 0;
    /*
     * 医院情報
     *
     ***************************************************/
    /*
     * 診療時間
     *
     ***************************************************/
    /*
     * コピーライト
     *
     ***************************************************/ }
    footer .earth .clinic-information .text-white {
      margin-top: 20px;
      color: #000;
      font-weight: normal;
      font-size: 13px; }
    footer .earth .clinic-information .tel {
      font-size: 24px;
      font-weight: bold;
      color: #000; }
      @media (min-width: 992px) {
        footer .earth .clinic-information .tel .tablet-only {
          display: none; } }
      footer .earth .clinic-information .tel a {
        color: #000; }
      footer .earth .clinic-information .tel:before {
        position: relative;
        content: url(../../../uploads/2017/12/ico-tel_white.png);
        top: 3px;
        left: -5px; }
    footer .earth .table-schedule .table-schedule-widget {
      width: 470px; }
      @media (max-width: 991px) {
        footer .earth .table-schedule .table-schedule-widget {
          width: 100%; } }
      @media (max-width: 480px) {
        footer .earth .table-schedule .table-schedule-widget {
          width: 100%; } }
      footer .earth .table-schedule .table-schedule-widget thead {
        color: #fff;
        background: #006834;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
        footer .earth .table-schedule .table-schedule-widget thead th {
          border-left: 1px solid #000;
          padding: 3px 0; }
          footer .earth .table-schedule .table-schedule-widget thead th:nth-child(7) {
            border-right: 1px solid #000; }
      footer .earth .table-schedule .table-schedule-widget tbody th {
        border-left: 1px solid #000; }
        footer .earth .table-schedule .table-schedule-widget tbody th .menu {
          display: none; }
      footer .earth .table-schedule .table-schedule-widget tbody td, footer .earth .table-schedule .table-schedule-widget tbody th {
        padding: 3px 6px;
        color: #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000; }
    footer .earth .table-schedule .tel-contact {
      margin-top: 10px;
      color: #000;
      text-align: left;
      font-weight: normal;
      font-size: 14px; }
    footer .earth .copyright {
      color: #000;
      font-size: 14px; }
  footer .footer_nav_wrap {
    display: block;
    max-width: 970px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1.5em; }
    footer .footer_nav_wrap figure figcaption {
      text-align: center; }
    footer .footer_nav_wrap p.tel-info-footer {
      text-align: center;
      border: 2px solid #709ed0;
      padding: 10px;
      font-weight: bold;
      border-radius: 10px;
      color: #709ed0;
      max-width: 465px;
      margin: 1.5em auto 10px;
      font-size: 18px;
      font-size: 1.8rem; }
      footer .footer_nav_wrap p.tel-info-footer span {
        position: relative;
        margin-left: 20px; }
        footer .footer_nav_wrap p.tel-info-footer span a {
          font-size: 25px;
          font-size: 2.5rem;
          color: #1c5799; }
        footer .footer_nav_wrap p.tel-info-footer span:before {
          content: '';
          display: inline-block;
          margin-right: 5px;
          width: 22px;
          height: 22px;
          background: url(../images/tel-footer.jpg) no-repeat center center; }
      footer .footer_nav_wrap p.tel-info-footer + p {
        margin-top: 1em;
        margin-bottom: 2em; }
    footer .footer_nav_wrap .map-container {
      text-align: center;
      margin-bottom: 1.5em; }
    footer .footer_nav_wrap .text-address p {
      position: relative;
      padding-left: 15px; }
      footer .footer_nav_wrap .text-address p:after {
        content: '';
        position: absolute;
        border-left: 5px solid #709ed0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 0;
        top: 5px; }
  footer .footer_copyright_wrap p.copyright {
    text-align: center; }

@media (min-width: 768px) {
  footer .footer_nav_wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .footer_nav_wrap .text-address {
    font-size: 15px;
    font-size: 1.5rem; }
  footer .footer_nav_wrap figure figcaption {
    font-size: 14px;
    font-size: 1.4rem; }
  footer .footer_nav_wrap .footer-nav {
    text-align: center;
    font-size: 0; }
    footer .footer_nav_wrap .footer-nav li {
      display: inline-block;
      position: relative; }
      footer .footer_nav_wrap .footer-nav li:not(:first-child):after {
        content: '';
        position: absolute;
        width: 1px;
        height: 16px;
        border-right: 1px solid #709ed0;
        left: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(25deg);
        -ms-transform: translateY(-50%) rotate(25deg);
        transform: translateY(-50%) rotate(25deg); }
      footer .footer_nav_wrap .footer-nav li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8; }
        footer .footer_nav_wrap .footer-nav li a:hover {
          text-decoration: underline; }
      footer .footer_nav_wrap .footer-nav li + li a {
        margin-left: 12px;
        padding-left: 12px;
        display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer_nav_wrap p.tel-info-footer {
    font-size: 16px;
    font-size: 1.6rem; }
    footer .footer_nav_wrap p.tel-info-footer span {
      margin-left: 12px; }
      footer .footer_nav_wrap p.tel-info-footer span:before {
        width: 20px;
        height: 20px;
        background-size: contain; }
      footer .footer_nav_wrap p.tel-info-footer span a {
        font-size: 22px;
        font-size: 2.2rem; }
  footer .footer_nav_wrap .footer-nav li a {
    font-size: 14px;
    font-size: 1.4rem; }
  footer .footer_nav_wrap .footer-nav li:not(:first-child):after {
    left: 6px; }
  footer .footer_nav_wrap .footer-nav li + li a {
    margin-left: 7px;
    padding-left: 7px; } }

@media (max-width: 767px) {
  #back-to-top {
    max-width: 60px; }
  footer .footer-nav {
    display: none; }
  footer .footer_nav_wrap p.tel-info-footer + p {
    display: none; }
  footer .footer_nav_wrap .row .col-sm-6 + .col-sm-6 {
    margin-top: 2.5em; } }

@media (max-width: 480px) {
  footer .footer_nav_wrap p.tel-info-footer {
    padding: 10px 5px;
    font-size: 16px;
    font-size: 1.6rem; }
    footer .footer_nav_wrap p.tel-info-footer span {
      margin-left: 10px; }
      footer .footer_nav_wrap p.tel-info-footer span:before {
        width: 18px;
        height: 18px;
        background-size: contain; }
      footer .footer_nav_wrap p.tel-info-footer span a {
        font-size: 20px;
        font-size: 2rem; } }

@media (max-width: 360px) {
  footer .footer_nav_wrap p.tel-info-footer {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
    footer .footer_nav_wrap p.tel-info-footer span {
      margin-left: 0;
      display: block; }
      footer .footer_nav_wrap p.tel-info-footer span:before {
        width: 20px;
        height: 20px;
        background-size: contain; }
      footer .footer_nav_wrap p.tel-info-footer span a {
        font-size: 28px;
        font-size: 2.8rem; } }

table {
  border-collapse: collapse; }
  table.table-schedule {
    border: 1px solid #815e3e;
    /*************
    border-collapse: separate;
    border: 2px solid #b6cee6;
    padding: 3px 10px 5px 3px;
    tr {
      background: #815e3e;
      th, td {
        text-align: center;
        color: #1c599c;
        padding: .3em;
        @include fontsize(12);
        vertical-align: middle;
      }
    }
    thead {
      tr {
        margin-bottom: 5px;
        th {
          white-space: nowrap;
          &:not(:first-child) {
            background: #ebf5ff;
          }
          &:nth-child(2) {
            border-radius: 20px 0 0 20px;
            padding-left: .5em;
          }
          &:last-child {
            border-radius: 0 20px 20px 0;
            padding-right: .5em;
          }
        }
      }
    }
    tbody {
      tr {
        th, td {
          border-top: 1px solid #ebf5ff;
        }
      }
    }
*************/ }
    table.table-schedule thead {
      background: #a68c64;
      color: #ffffff; }
    table.table-schedule tbody th {
      border-right: 1px solid #815e3e; }
    table.table-schedule tbody th, table.table-schedule tbody td {
      border-bottom: 1px solid #815e3e;
      color: #666; }
    table.table-schedule th, table.table-schedule td {
      text-align: center;
      font-weight: normal; }
      table.table-schedule th:last-child, table.table-schedule td:last-child {
        display: none; }
  table.horizontal {
    width: 100%; }
    table.horizontal tr th, table.horizontal tr td {
      font-weight: normal;
      padding: .7em .3em;
      border-bottom: 2px solid transparent;
      background: url(../images/line-horizontal.png) bottom center no-repeat; }
    table.horizontal tr th {
      color: #709ed0;
      width: 20%;
      text-align: right; }
    table.horizontal tr td {
      padding-left: 5%; }

dl dt, dl dd {
  line-height: 1.67; }

dl.news.typeA dt {
  float: left;
  width: 90px;
  font-weight: normal;
  text-align: right;
  padding: .5em .3em; }

dl.news.typeA dd {
  padding: .5em .3em .5em 110px; }

dl.news.typeB dt {
  width: 100px;
  float: left;
  color: #919090;
  font-weight: normal; }

dl.news.typeB dd {
  color: #709ed0;
  padding-left: 120px; }
  dl.news.typeB dd a {
    color: #25a254; }
    dl.news.typeB dd a:hover {
      text-decoration: underline; }

dl.news.typeB p {
  margin: .5em 0 1.5em; }
  dl.news.typeB p:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  dl.news.typeB dt {
    width: 100%;
    float: none; }
  dl.news.typeB dd {
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; } }

@media (max-width: 480px) {
  table.horizontal tr th {
    width: 30%; } }

.home-box-link {
  /******************
	ul {
		font-size: 0;
		text-align: center;
		&.box-link {
			li {
				display: inline-block;
				a {
					display: block;
					position: relative;
					p {
						@include fontsize(20);
						font-weight: bold;
						line-height: 1.2;
						position: absolute;
						left: 50%;
						bottom: 32%;
						transform: translateX(-50%);
						width: 100%;
						padding: 0 8%;
						color: #1c5896;
						span {
							@include fontsize(12);
							display: block;
						}
					}
					&:hover {
						opacity: .7;
					}
				}
				&:last-child {
					a {
						p {
							@include fontsize(14);
						}
					}
				}
			}
		}
	}
  ******************/ }
  .home-box-link .col-sm-12 {
    padding: 0px;
    margin: 0px; }
  .home-box-link .box-link {
    display: block;
    max-width: 730px; }
    @media (max-width: 991px) {
      .home-box-link .box-link {
        max-width: 991px;
        width: 100%;
        padding: 20px 20px 0 20px; } }
    @media (max-width: 480px) {
      .home-box-link .box-link {
        padding: 0 20px; } }
    .home-box-link .box-link .title {
      text-align: center;
      color: #25a254;
      font-size: 32px;
      font-weight: bold; }
      .home-box-link .box-link .title:before {
        position: relative;
        content: url(../../../uploads/2017/12/home-information2.png);
        left: -5px;
        top: 6px; }
    .home-box-link .box-link .text {
      font-size: 14px; }
    .home-box-link .box-link ul li {
      float: left;
      margin: 10px 1%;
      width: calc((100% - 8%) / 4); }
      @media (max-width: 480px) {
        .home-box-link .box-link ul li {
          margin: 10px 2%;
          width: calc((100% - 8%) / 2); } }
      .home-box-link .box-link ul li img {
        width: 100%; }

.eyecatch {
  display: block;
  margin: 0 auto; }

.home-access {
  clear: both;
  margin-top: 70px;
  font-size: 14px; }
  .home-access .access {
    text-align: center; }
    .home-access .access .title {
      color: #25a254;
      font-size: 32px;
      font-weight: bold; }
      .home-access .access .title:before {
        position: relative;
        content: url(../../../uploads/2017/12/home-access.png);
        left: -5px;
        top: 6px; }
    .home-access .access div {
      clear: both;
      max-width: 980px;
      margin: 0 auto; }
      .home-access .access div p {
        width: 50%;
        float: left;
        text-align: left; }
  .home-access .map {
    clear: both;
    height: 400px;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .home-access {
      padding: 0 20px; }
      .home-access .map {
        height: 350px; } }
  @media (max-width: 480px) {
    .home-access .access .path p {
      clear: both;
      width: 100%; }
    .home-access .map {
      height: 300px; } }

.home-notice {
  clear: both;
  margin-top: 40px;
  max-width: 780px;
  padding: 20px;
  /***********************
	.table-schedule {
		width: 100%;
		tr {
			th, td {
				@include fontsize(16);
				padding: .5em .3em;
			}
		}
	}
	p {
		&.tel-contact {
			margin: 1em 0 .2em;
		}
		&.link-web {
			text-align: center;
			margin-bottom: .5em;
		}
	}
***********************/ }
  @media (max-width: 991px) {
    .home-notice {
      margin-bottom: 70px; } }
  .home-notice h2 {
    display: none; }
  .home-notice .title {
    text-align: center;
    color: #25a254;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px; }
    .home-notice .title:before {
      position: relative;
      content: url(../../../uploads/2017/12/home-notice2.png);
      left: -5px;
      top: 6px; }
  .home-notice .body {
    width: 100%;
    background: url(../../../uploads/2017/12/bg-notice.png);
    padding: 20px;
    font-size: 14px; }
    .home-notice .body _:-ms-lang(x), .home-notice .body .row {
      width: 640px; }
      @media (max-width: 991px) {
        .home-notice .body _:-ms-lang(x), .home-notice .body .row {
          width: 100%; } }
    .home-notice .body .col-sm-6 {
      width: 100%; }
    .home-notice .body dl.news.typeB p {
      margin: 0 0 10px 0;
      padding: 0 0 10px 0;
      border-bottom: 1px dashed #ccc; }
      .home-notice .body dl.news.typeB p:last-child {
        border-bottom: none; }
    .home-notice .body .container {
      height: auto;
      overflow: auto; }
  @media (max-width: 991px) {
    .home-notice {
      max-width: 991px;
      width: 100%;
      padding: 20px 20px 0 20px; }
      .home-notice .body {
        padding: 20px 0px;
        background: url(../../../uploads/2017/12/bg-notice_sp.png); } }
  @media (max-width: 480px) {
    .home-notice .home-notice {
      padding: 0 20px; } }

.home-feature {
  clear: both;
  max-width: 780px;
  height: auto;
  overflow: hidden; }
  .home-feature .title p {
    text-align: center;
    color: #25a254;
    font-size: 32px;
    font-weight: bold; }
    .home-feature .title p:before {
      position: relative;
      content: url(../../../uploads/2017/12/home-about2.png);
      left: -5px;
      top: 3px; }
  .home-feature .body .home-feature-content img {
    float: right;
    padding-left: 20px; }
  .home-feature .body .home-feature-content .text {
    font-size: 14px; }
  @media (max-width: 991px) {
    .home-feature {
      max-width: 991px;
      width: 100%;
      background-color: #fff; }
      .home-feature .title {
        padding-top: 80px;
        background-image: url(../../../uploads/2017/12/leaves-tl.png);
        background-repeat: no-repeat; }
      .home-feature .body {
        display: inline-block;
        padding: 0 20px 90px 20px;
        background-image: url(../../../uploads/2017/12/leaves-br.png);
        background-repeat: no-repeat;
        background-position: bottom right; } }
  @media (max-width: 480px) {
    .home-feature {
      padding: 0; } }

.news-scroll {
  height: 225px; }

.news-scroll .mCSB_dragger_bar {
  background: #ccc !important; }

.news-scroll .mCSB_draggerRail {
  background: #ecebeb !important; }

@media (max-width: 991px) {
  .tel.sp-only {
    width: 100%;
    margin: 20px 20px 0 20px; }
    .tel.sp-only .tel-number {
      font-size: 38px;
      margin: 0;
      line-height: 40px; }
      .tel.sp-only .tel-number a {
        color: #27a655;
        font-weight: bold; }
        .tel.sp-only .tel-number a:before {
          position: relative;
          background: url(../../../uploads/2017/12/ico-tel_green.png);
          top: 0px;
          left: 6px; } }

@media (max-width: 550px) {
  .tel.sp-only .tel-number {
    font-size: 24px; } }

@media (min-width: 768px) {
  /****************
	.home-box-link {
		ul {
			&.box-link {
				li {
					margin-left: 1%;
					width: calc((100% - 4%) / 5);
					margin-bottom: 1%;
					img {
						width: 100%;
					}
					&:nth-child(4) {
						margin-right: 1.5%;
					}
					&:nth-child(5) {
						margin-left: 0;
					}
				}
			}
		}
	}
    ****************/
  .home-feature .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
  .home-feature ul.list-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-feature ul.list-intro li {
      margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .home-box-link ul.box-link li a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1; }
    .home-box-link ul.box-link li a p span {
      font-size: 10px;
      font-size: 1rem; }
  .home-box-link ul.box-link li:last-child a p {
    font-size: 11px;
    font-size: 1.1rem; }
  .home-feature ul.list-intro {
    padding: 15px 20px; }
    .home-feature ul.list-intro li p {
      font-size: 14px;
      font-size: 1.4rem; } }

@media (max-width: 767px) {
  .main-copy {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .main-copy .home-copy-text {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0; }
    .main-copy .home-notice {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      background: #f1f8ff;
      padding: 3em 0;
      margin-bottom: 3.5em; }
    .main-copy table {
      background: #fff; }
  .home-copy-text ul.list-text {
    max-width: 550px;
    margin: 0 auto; }
    .home-copy-text ul.list-text li p {
      font-size: 20px;
      font-size: 2rem; }
      .home-copy-text ul.list-text li p span {
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        color: #1c5896;
        text-align: center;
        font-weight: bold; }
    .home-copy-text ul.list-text li:not(:last-child) {
      margin-bottom: 1.5em; }
  .home-box-link {
    margin-top: 20px;
    border-top: 2px solid #fff;
    padding-top: 20px; }
    .home-box-link ul.box-link li {
      width: 49%;
      margin-bottom: 2%; }
      .home-box-link ul.box-link li:nth-child(2n+1) {
        margin-left: 2%;
        text-align: left; }
        .home-box-link ul.box-link li:nth-child(2n+1) a p {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          left: 0; }
      .home-box-link ul.box-link li:nth-child(2n) {
        text-align: right; }
        .home-box-link ul.box-link li:nth-child(2n) a p {
          left: auto;
          right: 0;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
      .home-box-link ul.box-link li:first-child {
        width: 100%;
        margin-left: 0;
        text-align: center; }
        .home-box-link ul.box-link li:first-child a p {
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%; }
      .home-box-link ul.box-link li a p {
        max-width: 184px;
        text-align: center;
        padding: 0 4%; }
  .home-notice.home-notice-sp {
    width: 100%;
    background: none;
    margin: 20px 20px 0 20px;
    padding: 0; }
    .home-notice.home-notice-sp .col-sm-12 {
      padding: 0; }
    .home-notice.home-notice-sp table {
      width: 100%; }
      .home-notice.home-notice-sp table thead th {
        border-left: 1px solid #fff; }
        .home-notice.home-notice-sp table thead th:first-child {
          border-left: 1px solid #815e3e; }
      .home-notice.home-notice-sp table tbody th {
        width: 40%; }
      .home-notice.home-notice-sp table tbody td {
        border-left: 1px solid #815e3e;
        width: calc((60% - 8) / 6); }
      .home-notice.home-notice-sp table th {
        padding: 5px; }
        .home-notice.home-notice-sp table th .menu {
          display: none; }
      .home-notice.home-notice-sp table + p {
        margin-top: 7px;
        text-align: left;
        color: #545454;
        font-size: 14px;
        font-weight: normal; }
  .home-feature .col-sm-5 + .col-sm-7 {
    margin-top: 2em; }
  .home-feature ul.list-feature li {
    padding-left: 0;
    padding-top: 60px; }
    .home-feature ul.list-feature li:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0; }
  .home-feature ul.list-intro li p {
    font-size: 20px;
    font-size: 2rem; } }

@media (max-width: 480px) {
  .home-copy-text ul.list-text li p {
    font-size: 18px;
    font-size: 1.8rem; }
    .home-copy-text ul.list-text li p span {
      display: block;
      font-size: 20px;
      font-size: 2rem; }
  .home-box-link ul.box-link li a p {
    font-size: 18px;
    font-size: 1.8rem;
    bottom: 31%; }
  .home-box-link ul.box-link li:first-child a {
    max-width: 49%;
    margin: 0 auto; }
  .home-box-link ul.box-link li:last-child a p {
    font-size: 13px;
    font-size: 1.3rem; } }

@media (max-width: 360px) {
  .home-notice.home-notice-sp table.table-schedule tr th, .home-notice.home-notice-sp table.table-schedule tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: .3em .2em; }
  .home-box-link ul.box-link li a p {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 30%; }
    .home-box-link ul.box-link li a p span {
      font-size: 11px;
      font-size: 1.1rem; }
  .home-box-link ul.box-link li:last-child a p {
    font-size: 12px;
    font-size: 1.2rem; }
  .home-feature ul.list-intro li p {
    font-size: 17px;
    font-size: 1.7rem; } }

/*
 *
 *
 *
 *
 ***********************************************/
.page-about .section {
  margin: 0 0 30px 0;
  height: auto;
  overflow: hidden; }
  .page-about .section .title {
    color: #25a254;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    background-image: url(../../../uploads/2017/12/bar-slush_green.png);
    background-repeat: repeat-x;
    background-position: bottom; }
  .page-about .section .body {
    font-size: 14px;
    padding-top: 15px;
    /***********************************
      // ご挨拶：ドクター写真
      .pic-doctor {
        float: left;
        padding: 0 20px 20px 0;
      }

      // 略歴
      table.biography {
        font-size: 14px;
        th {
          font-weight: normal;
          vertical-align: top;
          white-space: nowrap;
        }
        td {
          padding-left: 15px;
        }
      }
      ***********************************/ }
    .page-about .section .body table.staffs {
      width: 100%; }
      .page-about .section .body table.staffs .name {
        font-weight: bold; }
      .page-about .section .body table.staffs th {
        vertical-align: top;
        width: 250px; }
      .page-about .section .body table.staffs td {
        vertical-align: top; }
      @media (max-width: 550px) {
        .page-about .section .body table.staffs th {
          width: 50%; }
          .page-about .section .body table.staffs th .pic-doctor {
            width: 84.8%; }
        .page-about .section .body table.staffs td {
          width: 50%; } }
    .page-about .section .body .staff-underline {
      border-bottom: 1px dotted #25a254; }
    .page-about .section .body .pic {
      float: left;
      margin: 0 1% 2% 1%;
      width: calc((100% - 6%) / 3); }
      .page-about .section .body .pic img {
        width: 100%; }
      .page-about .section .body .pic .caption {
        font-size: 12px;
        text-align: center; }
      .page-about .section .body .pic .explanation {
        font-size: 12px;
        text-align: left; }
      .page-about .section .body .pic.three-rows {
        clear: both; }
      .page-about .section .body .pic.two-rows {
        clear: none; }
      @media (max-width: 480px) {
        .page-about .section .body .pic {
          width: calc((100% - 4%) / 2); }
          .page-about .section .body .pic.three-rows {
            clear: none; }
          .page-about .section .body .pic.two-rows {
            clear: both; } }
      @media (max-width: 360px) {
        .page-about .section .body .pic {
          width: 98%; }
          .page-about .section .body .pic.three-rows {
            clear: none; }
          .page-about .section .body .pic.two-rows {
            clear: none; } }
    .page-about .section .body table.about-clinic {
      width: 100%;
      font-size: 14px; }
      .page-about .section .body table.about-clinic tr {
        border-top: 1px solid #aaa; }
        .page-about .section .body table.about-clinic tr:last-child {
          border-bottom: 1px solid #aaa; }
      .page-about .section .body table.about-clinic th {
        border-left: 1px solid #aaa;
        font-weight: normal;
        white-space: nowrap;
        text-align: center;
        background: #eee;
        padding: 5px 30px; }
      .page-about .section .body table.about-clinic td {
        padding: 5px 20px;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa; }
      @media (max-width: 480px) {
        .page-about .section .body table.about-clinic th {
          padding: 5px 15px; }
        .page-about .section .body table.about-clinic td {
          padding: 5px 15px; } }

@media (max-width: 991px) {
  .page-about {
    background: #fff; }
    .page-about .section {
      padding: 20px; } }

/**********************************
.about-staff {
  .box-img {
    figure {
      position: relative;
      img {
        border-radius: 20px;
        +p {
          @include fontsize(40);
          color: #fc86a0;
          position: absolute;
          left: 0;
          top: -16px;
          line-height: 1;
        }
      }
      &:after {
        content: '';
        position: absolute;
        width: 35%;
        height: 2px;
        border-radius: 2px;
        background: #fc86a0;
        left: 10%;
        top: 16%;
        transform: translate(-50%, -50%) rotate(-45deg);
      }
    }
  }
}

.about-intro {
  .box-img {
    figure {
      position: relative;
      img {
        border-radius: 50%;
      }
      p {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #709ed0;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        position: absolute;
        top: 0;
        left: 0;
      }
      +p {
        margin-top: 1em;
      }
    }
  }
}

@include tablet_desktop {
  .about-staff {
    .box-img {
      &:nth-child(n+3) {
        margin-top: 5%;
      }
    }
  }
  .about-intro, .about-equipment {
    .box-img {
      &:nth-child(n+4) {
        margin-top: 3%;
      }
    }
  }

  .about-intro {
    .box-img {
      &:nth-child(2n) {
        figure {
          p {
            background: #f888a0;
          }
        }
      }
    }
  }

}

@include tablet {
  .about-staff {
    .box-img {
      figure {
        img {
          +p {
            @include fontsize(30);
            top: -12px;
          }
        }
      }
    }
  }
}

**********************************/
@media (max-width: 767px) {
  .about-staff .box-img figure {
    display: table;
    margin: 0 auto; }
  .about-staff .box-img + .box-img {
    margin-top: 2em; }
  .about-intro .box-img:nth-child(n+3), .about-equipment .box-img:nth-child(n+3) {
    margin-top: 1.5em; }
  .about-intro .box-img figure p {
    left: 4%; }
  .about-intro .box-img:nth-child(2) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(3) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(6) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(7) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(10) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(11) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(14) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(15) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(18) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(19) figure p {
    background: #f888a0; }
  .about-intro .box-img:nth-child(22) figure p {
    background: #f888a0; } }

@media (max-width: 600px) {
  .about-intro .box-img figure p {
    left: 0; } }

@media (max-width: 480px) {
  .about-intro .box-img figure p {
    width: 60px;
    height: 60px;
    left: -10px; } }

@media (max-width: 360px) {
  .about-staff .box-img figure img + p {
    font-size: 30px;
    font-size: 3rem;
    top: -12px; } }

.doctor-box-info figure figcaption {
  text-align: center;
  color: #6f9cc3;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 5px; }

.doctor-box-info .doctor-info {
  background: #f0f7ff;
  padding: 1.5em;
  border-radius: 10px; }
  .doctor-box-info .doctor-info figure img {
    border-radius: 50%; }

@media (min-width: 768px) {
  .doctor-box-content h3 + p {
    line-height: 2;
    padding-left: 10px; } }

@media (max-width: 767px) {
  .doctor-box-info .col-sm-3 + .col-sm-9 {
    margin-top: 1em; }
  .doctor-box-info .doctor-info {
    padding: 1.5em 1em; } }

.step-visit h4 {
  margin-left: 10px; }

.step-visit ul + h4 {
  margin-top: 5%; }

ul.step-list-text {
  padding-left: 20px; }
  ul.step-list-text li {
    position: relative;
    padding-left: 35px; }
    ul.step-list-text li:nth-child(1):after {
      content: "1.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(2):after {
      content: "2.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(3):after {
      content: "3.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(4):after {
      content: "4.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(5):after {
      content: "5.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(6):after {
      content: "6.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(7):after {
      content: "7.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(8):after {
      content: "8.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(9):after {
      content: "9.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li:nth-child(10):after {
      content: "10.";
      color: #709ed0;
      position: absolute;
      top: 0;
      left: 0; }
    ul.step-list-text li p.title {
      color: #709ed0; }
    ul.step-list-text li:not(:last-child) {
      margin-bottom: 3%; }

ul.step-list-Vertical li {
  position: relative;
  /* background: #f0f7ff; */
  /* background: #d9ffd9; */
  background: #f0eadc;
  border-radius: 10px;
  padding: 1em 1.5em; }
  ul.step-list-Vertical li p.title {
    /* color: #214d7d; */
    color: #25a254; }
    ul.step-list-Vertical li p.title span {
      width: 25px;
      height: 25px;
      /* background: #214d7d; */
      background: #25a254;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 25px;
      padding: 2px;
      display: inline-block;
      margin-right: 10px; }
  ul.step-list-Vertical li:not(:last-child) {
    margin-bottom: 40px; }
    ul.step-list-Vertical li:not(:last-child):after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      /* border-right: 4px solid #b9d1eb; */
      /* border-bottom: 4px solid #b9d1eb; */
      border-right: 4px solid #a68c64;
      border-bottom: 4px solid #a68c64;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }

@media (max-width: 767px) {
  .step-visit ul + h4 {
    margin-top: 1.5em; }
  ul.step-list-text li:not(:last-child) {
    margin-bottom: 1em; } }

@media (max-width: 480px) {
  ul.step-list-text li {
    padding-left: 20px; } }

ul.list-custom-link {
  text-align: center;
  font-size: 0; }
  ul.list-custom-link li {
    display: inline-block;
    margin-bottom: 2%; }
    ul.list-custom-link li a {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      color: #f888a0;
      padding: 2px 5px;
      border: 2px solid #f888a0;
      border-radius: 25px; }
      ul.list-custom-link li a span {
        font-size: 14px;
        font-size: 1.4rem; }
      ul.list-custom-link li a:hover {
        border-color: #709ed0;
        background: #709ed0;
        color: #fff; }

ul.qa-list li {
  background: #f0f7fe;
  border-radius: 20px;
  padding: 1em; }
  ul.qa-list li:not(:last-child) {
    margin-bottom: 1.5em; }
  ul.qa-list li h4 {
    padding: 0 20px 0 35px;
    margin-bottom: 0;
    cursor: pointer; }
    ul.qa-list li h4:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 3px solid #b6d0ec;
      border-right: 3px solid #b6d0ec;
      right: 0;
      left: auto;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      border-left: none;
      border-bottom: none;
      margin: 0;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    ul.qa-list li h4:after {
      content: 'Q';
      position: absolute;
      color: #fff;
      width: 25px;
      height: 25px;
      background: #214d7d;
      border-radius: 50%;
      margin: 0;
      border: none;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 25px; }
    ul.qa-list li h4.active:before {
      -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg); }
  ul.qa-list li .anwser {
    display: none; }
    ul.qa-list li .anwser p {
      position: relative;
      padding: 0 20px 0 35px;
      margin-top: .7em; }
      ul.qa-list li .anwser p:after {
        content: 'A';
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #f888a0;
        color: #fff;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 25px; }

p.page-top {
  margin-top: 1.5em;
  text-align: right;
  color: #709ed0;
  font-size: 14px;
  font-size: 1.4rem; }
  p.page-top span {
    cursor: pointer; }

@media (min-width: 768px) {
  ul.list-custom-link li {
    width: calc((100% - 3%) / 4); }
    ul.list-custom-link li:not(:nth-child(4n+1)) {
      margin-left: 1%; }
  ul.qa-list li {
    padding: 1.5em 2em; } }

@media (max-width: 767px) {
  ul.list-custom-link li {
    width: calc((100% - 4%) / 3); }
    ul.list-custom-link li:not(:nth-child(3n+1)) {
      margin-left: 2%; }
  ul.qa-list li h4.question {
    font-size: 14px;
    font-size: 1.4rem; }
    ul.qa-list li h4.question:after {
      font-size: 14px;
      font-size: 1.4rem; }
  ul.qa-list li .anwser p {
    font-size: 14px;
    font-size: 1.4rem; } }

@media (max-width: 600px) {
  ul.list-custom-link li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 10px; }
  ul.list-custom-link li {
    width: calc((100% - 2%) / 2); }
    ul.list-custom-link li:not(:nth-child(3n+1)) {
      margin-left: auto; }
    ul.list-custom-link li:not(:nth-child(2n+1)) {
      margin-left: 2%; } }

@media (max-width: 360px) {
  ul.qa-list li h4.question {
    padding: 0 15px 0 30px; }
  ul.qa-list li .anwser p {
    padding: 0 5px 0 30px; } }

/*
 *
 * アクセス・診療時間
 *
 *
 **************************************************/
.page-access .section {
  margin: 0 0 30px 0;
  height: auto;
  overflow: hidden; }
  .page-access .section .body {
    padding: 20px 0; }
  .page-access .section .map {
    margin-top: 30px;
    height: 350px; }

@media (max-width: 991px) {
  .page-access {
    background: #fff;
    padding: 20px; } }

.access-content figure {
  max-width: 80%;
  margin: 0 auto; }

.access-content .box-info:nth-child(n+3) {
  margin-top: 2em; }

.access-map .access-box-text-map .text-address {
  margin-bottom: 2em; }
  .access-map .access-box-text-map .text-address p {
    position: relative;
    padding-left: 15px; }
    .access-map .access-box-text-map .text-address p:after {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      margin-right: 10px;
      border-left: 5px solid #709ed0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }

.access-map .access-box-text-map p.tel-map {
  background: #e9f6ff;
  padding: 3em 1em;
  text-align: center;
  color: #1c5896;
  border-radius: 10px; }
  .access-map .access-box-text-map p.tel-map span {
    display: block;
    position: relative;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold; }
    .access-map .access-box-text-map p.tel-map span:before {
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/tel-icon.png) no-repeat center center;
      margin-right: 10px; }

.access-map p.link-map {
  text-align: right;
  margin-top: 2em; }
  .access-map p.link-map a {
    color: #fff;
    background: #709ed0;
    padding: 1em 1.5em;
    border-radius: 30px;
    display: inline-block; }
    .access-map p.link-map a:hover {
      background: #e9f6ff;
      color: #709ed0; }

.access-table .box-info {
  width: 90%;
  margin: 0 auto;
  float: none; }
  .access-table .box-info table.table-schedule {
    width: 100%;
    margin-bottom: 2em; }
    .access-table .box-info table.table-schedule tr th, .access-table .box-info table.table-schedule tr td {
      font-size: 16px;
      font-size: 1.6rem;
      padding: .5em; }

@media (min-width: 768px) and (max-width: 991px) {
  .access-content figure {
    max-width: 90%; }
  .access-map .access-box-text-map .text-address {
    margin-bottom: 1.5em; }
  .access-map .access-box-text-map p.tel-map {
    padding: 1em; }
  .access-map .access-box-text-map p.link-map {
    margin-top: 1.5em; } }

@media (max-width: 767px) {
  .access-content figure {
    max-width: 90%; }
  .access-map .access-box-text-map {
    margin-top: 2em; } }

@media (max-width: 767px) {
  .access-content figure {
    max-width: 100%; }
  .access-table .box-info {
    width: 100%; } }

@media (max-width: 600px) {
  .access-table .box-info table.table-schedule tr th, .access-table .box-info table.table-schedule tr td {
    font-size: 15px;
    font-size: 1.5rem;
    padding: .3em; } }

@media (max-width: 360px) {
  .access-content figure figcaption {
    font-size: 14px;
    font-size: 1.4rem; }
  .access-table .box-info table.table-schedule tr th, .access-table .box-info table.table-schedule tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: .3em .2em; } }

/*
 *
 * single 診療案内
 *
 *
 **************************************************/
.single-information .section {
  margin: 0 0 30px 0;
  height: auto;
  overflow: hidden; }
  .single-information .section .body {
    padding: 20px 0 10px 0;
    font-size: 14px;
    /*
      .disc {
        list-style-type: disc;
        padding-left: 40px;
        margin-bottom: 10px;
          .msg {
            font-size: 12px;
          }
      }
      */ }
    .single-information .section .body img {
      clear: both; }
    .single-information .section .body .article {
      font-weight: bold; }
    .single-information .section .body .red {
      color: #f00;
      font-weight: bold; }
    .single-information .section .body .table li {
      float: left;
      border-left: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      padding: 5px;
      font-size: 13px; }
      .single-information .section .body .table li.title {
        border-top: 1px solid #aaa;
        background: #eee;
        text-align: center; }
      .single-information .section .body .table li.name {
        clear: both;
        width: 200px;
        padding-left: 20px; }
      .single-information .section .body .table li.price {
        width: 120px;
        text-align: center; }
      .single-information .section .body .table li.feature {
        border-right: 1px solid #aaa;
        width: calc(100% - 320px);
        padding-left: 20px; }
      @media (max-width: 700px) {
        .single-information .section .body .table li {
          font-size: 12px; }
          .single-information .section .body .table li.name {
            width: 180px; }
          .single-information .section .body .table li.price {
            width: 100px; }
          .single-information .section .body .table li.feature {
            width: calc(100% - 280px); } }
      @media (max-width: 610px) {
        .single-information .section .body .table li {
          clear: both;
          width: 100%;
          border: none;
          border-top: 1px solid #aaa;
          border-right: 1px solid #aaa;
          border-left: 1px solid #aaa;
          text-align: center;
          font-size: 13px; }
          .single-information .section .body .table li.name {
            width: 100%;
            background: #eee;
            font-weight: bold; }
          .single-information .section .body .table li.price {
            display: inline-block;
            width: 100%; }
          .single-information .section .body .table li.feature {
            width: 100%; }
          .single-information .section .body .table li.title {
            display: none; }
          .single-information .section .body .table li:last-child {
            border-bottom: 1px solid #aaa; } }

.single-information .return {
  padding: 20px 0;
  text-align: center; }

@media (max-width: 991px) {
  .single-information {
    background: #fff; }
    .single-information .section {
      padding: 20px; } }

/*
 *
 * カテゴリーリストのリンク部分
 *
 *
 **************************************************/
/*
 *
 * category 診療案内
 *
 *
 **************************************************/
.category-information .catelist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px; }
  .category-information .catelist .post {
    float: left;
    margin: 0 1% 10px 1%;
    width: calc((100% - 6%) / 3);
    text-align: center;
    border: 2px solid #9cc430;
    border-radius: 16px;
    font-size: 13px; }
    .category-information .catelist .post a {
      width: 100%;
      height: 100%;
      display: block;
      color: #25a254;
      padding: 5px; }
    @media (max-width: 550px) {
      .category-information .catelist .post {
        width: calc((100% - 4%) / 2); } }
    @media (max-width: 360px) {
      .category-information .catelist .post {
        width: calc(100% - 2%); } }

@media (max-width: 991px) {
  .category-information {
    display: block;
    background: #fff;
    height: auto; } }

@media (max-width: 550px) {
  .category-information .post {
    width: calc((100% - 6%) / 3); } }

@media (max-width: 480px) {
  .category-information .post {
    width: calc((100% - 4%) / 2); } }

/*
 *
 * category よくある質問
 *
 *
 **************************************************/
.category-qa .catelist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px; }
  .category-qa .catelist .post {
    float: left;
    margin: 0 1% 10px 1%;
    width: calc((100% - 6%) / 3);
    text-align: center;
    border: 2px solid #9cc430;
    border-radius: 16px;
    font-size: 13px; }
    .category-qa .catelist .post a {
      width: 100%;
      height: 100%;
      display: block;
      color: #25a254;
      padding: 5px; }
    @media (max-width: 550px) {
      .category-qa .catelist .post {
        width: calc((100% - 4%) / 2); } }
    @media (max-width: 360px) {
      .category-qa .catelist .post {
        width: calc(100% - 2%); } }

@media (max-width: 991px) {
  .category-qa {
    display: block;
    background: #fff;
    height: auto; } }

@media (max-width: 550px) {
  .category-qa .post {
    width: calc((100% - 6%) / 3); } }

@media (max-width: 480px) {
  .category-qa .post {
    width: calc((100% - 4%) / 2); } }

.category-post .blc-cate {
  padding: 20px 0; }

.category-post .blc-kocate {
  padding-bottom: 20px; }

.category-post h2 .count {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px; }
  @media (min-width: 531px) {
    .category-post h2 .count.short {
      display: none; } }
  @media (max-width: 530px) {
    .category-post h2 .count.long {
      display: none; } }

.category-post .blc-post {
  margin-bottom: 20px; }
  .category-post .blc-post:last-child {
    margin-bottom: 0; }
  .category-post .blc-post .flame {
    padding: 20px 20px 20px 30px;
    border-radius: 6px;
    display: block;
    width: 100%;
    background: #efefef; }
    .category-post .blc-post .flame .gt {
      background-image: url(../../../uploads/2017/12/ico-ge_green.png);
      background-repeat: no-repeat;
      background-position: center right; }
    .category-post .blc-post .flame:hover {
      opacity: 0.7; }
    .category-post .blc-post .flame .title {
      display: inline-block;
      width: calc(100% - 40px);
      color: #25a254;
      font-weight: bold; }
      .category-post .blc-post .flame .title.single {
        width: calc(100% - 20px); }
      .category-post .blc-post .flame .title:before {
        position: relative;
        content: url(../../../uploads/2017/12/ico-Q.png);
        left: -7px;
        top: 5px; }
    .category-post .blc-post .flame .text {
      display: inline-block;
      width: calc(100% - 40px);
      color: #000; }
      .category-post .blc-post .flame .text.single {
        width: calc(100% - 20px); }
      .category-post .blc-post .flame .text:before {
        position: relative;
        content: url(../../../uploads/2017/12/ico-A.png);
        left: -7px;
        top: 6px; }

.category-post .return {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .category-post {
    background: #fff;
    padding: 20px; }
    .category-post .section {
      padding: 0 20px; } }

/*
 *
 * ページャー
 *
 *
 **************************************************/
.wp-pagenavi {
  width: 100%;
  margin: 20px 0;
  text-align: center; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current {
    font-weight: normal !important;
    color: #666;
    border: 1px solid #666 !important;
    border-radius: 4px;
    padding: 5px; }
  .wp-pagenavi a {
    color: #25a254;
    border: 1px solid #25a254 !important;
    border-radius: 4px;
    padding: 5px; }
    .wp-pagenavi a:hover {
      background: #25a254;
      color: #fff; }

/*
 *
 * category お知らせ
 *
 *
 **************************************************/
div.category-notice .blc-cate {
  padding: 20px 0; }

div.category-notice .blc-post {
  margin-bottom: 20px; }
  div.category-notice .blc-post:last-child {
    margin-bottom: 0; }
  div.category-notice .blc-post .flame {
    padding: 20px;
    border-radius: 6px;
    display: block;
    width: 100%;
    background: #efefef; }
    div.category-notice .blc-post .flame .gt {
      background-image: url(../../../uploads/2017/12/ico-ge_green.png);
      background-repeat: no-repeat;
      background-position: center right; }
      div.category-notice .blc-post .flame .gt .title {
        color: #25a254;
        display: inline-block;
        font-weight: bold;
        width: calc(100% - 40px); }
      div.category-notice .blc-post .flame .gt .time {
        color: #666;
        font-size: 13px; }
      div.category-notice .blc-post .flame .gt .text {
        color: #000;
        display: inline-block;
        width: calc(100% - 40px);
        color: #000; }

@media (max-width: 991px) {
  div.category-notice {
    padding: 20px;
    background: #fff; } }

/*
 *
 * single お知らせ
 *
 *
 **************************************************/
.single-notice .blc-post {
  margin-bottom: 40px;
  background: #efefef;
  padding: 20px;
  border-radius: 6px; }
  .single-notice .blc-post .flame .title {
    color: #25a254;
    font-weight: bold; }
  .single-notice .blc-post .flame .time {
    color: #666;
    font-size: 13px; }

.single-notice .return {
  text-align: center; }

@media (max-width: 991px) {
  .single-notice {
    background: #fff;
    padding: 20px; } }

ul.information-list-link.list-custom-link {
  text-align: left; }
  ul.information-list-link.list-custom-link li a {
    text-align: center; }

.infomation-content h4 {
  margin-bottom: 0.5em; }

.infomation-content p + h5 {
  margin-top: 2em; }

.infomation-content .row:first-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  ul.information-list-link.list-custom-link li {
    width: calc((100% - 2%) / 3); }
    ul.information-list-link.list-custom-link li:not(:nth-child(4n+1)) {
      margin-left: 0; }
    ul.information-list-link.list-custom-link li:not(:nth-child(3n+1)) {
      margin-left: 1%; } }

@media (max-width: 767px) {
  .infomation-content .box-info .col-sm-4 {
    margin-bottom: 1.5em; }
  ul.information-list-link.list-custom-link li a {
    font-size: 14px;
    font-size: 1.4rem; }
    ul.information-list-link.list-custom-link li a span {
      font-size: 11px;
      font-size: 1.1rem; } }

@media (max-width: 600px) {
  ul.information-list-link.list-custom-link li a {
    font-size: 16px;
    font-size: 1.6rem; }
    ul.information-list-link.list-custom-link li a span {
      font-size: 13px;
      font-size: 1.3rem; } }

@media (max-width: 480px) {
  ul.information-list-link.list-custom-link li {
    width: 100%;
    margin-left: 0 !important; }
    ul.information-list-link.list-custom-link li a {
      max-width: 240px;
      margin: 0 auto; } }

/*
 *
 *
 ******************************************/
.sidemenu {
  height: auto;
  overflow: hidden; }
  .sidemenu .title {
    display: inline-block;
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    background: #006834;
    color: #fff;
    font-size: 22px;
    padding: 10px 0; }
  .sidemenu .body .address {
    margin-top: 20px;
    font-size: 13px; }
    .sidemenu .body .address dt {
      clear: both;
      display: inline-block;
      float: left;
      width: 45px;
      font-weight: normal; }
    .sidemenu .body .address dd {
      display: inline-block;
      width: calc(100% - 45px); }
  .sidemenu .body .table-schedule-widget {
    width: 100%; }
    .sidemenu .body .table-schedule-widget th {
      padding: 3px 0;
      font-size: 12px; }
    .sidemenu .body .table-schedule-widget tbody .access {
      display: none; }
  .sidemenu .body .table-info .memo {
    font-size: 12px; }
  .sidemenu .body .access {
    margin-top: 20px; }
    .sidemenu .body .access a {
      display: inline-block;
      width: 219px;
      height: 61px;
      border-radius: 4px;
      background: -webkit-gradient(linear, left top, left bottom, from(#f7c7a3), to(#f08f42));
      background: -webkit-linear-gradient(#f7c7a3, #f08f42);
      background: -o-linear-gradient(#f7c7a3, #f08f42);
      background: linear-gradient(#f7c7a3, #f08f42);
      color: #fff;
      line-height: 61px;
      text-align: center;
      font-weight: 600;
      letter-spacing: 2px; }
      .sidemenu .body .access a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )"; }

/*
 * banner
 *
 ******************************************/
@media (min-width: 991px) {
  .top-banner {
    display: none; } }

@media (max-width: 990px) {
  .top-banner {
    display: inline-block; }
  .side-banner {
    display: none; } }

.top-banner {
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }
  .top-banner .flame {
    display: inline-block; }
    .top-banner .flame .banner {
      float: left;
      margin: 0 10px;
      max-width: calc((100% - 60px) / 3); }
    @media (max-width: 600px) {
      .top-banner .flame .banner {
        max-width: none;
        float: initial;
        clear: both;
        margin: 10px; } }

.side-banner {
  margin-top: 20px;
  width: 260px;
  float: right; }
  .side-banner .banner {
    margin-bottom: 20px; }

h1, h2, h3 {
  margin: initial;
  padding: initial;
  font-weight: normal;
  line-height: initial;
  color: #000; }

h2 {
  color: #25a254;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-image: url(../../../uploads/2017/12/bar-slush_brown02.png);
  background-repeat: repeat-x;
  background-position: bottom; }
  h2 a {
    color: #25a254; }
    h2 a:visited {
      color: #25a254; }

h3 {
  color: #25a254;
  line-height: 24px;
  font-size: 18px;
  padding-top: 3px;
  font-weight: normal;
  border-left: 10px solid #25a254;
  padding-left: 10px;
  margin-bottom: 5px; }

a:hover {
  opacity: 0.6; }

.MC_MB2 {
  margin-bottom: 20px; }

.MC_MB3 {
  margin-bottom: 30px; }

.MC_MB4 {
  margin-bottom: 40px; }

.MC_CR {
  clear: both; }

.MC_FL {
  float: left; }

.MC_LNK a {
  display: inline-block;
  width: 100%;
  border: 2px solid #25a254;
  border-radius: 6px;
  color: #25a254;
  font-weight: bold;
  /* padding: 7px 0 5px 14px; */
  padding: 7px 0 5px;
  text-align: center; }

.MC_LNK a:after {
  content: '>';
  margin-left: 10px; }

dl.disc, ul.disc {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 10px; }
  dl.disc .msg, ul.disc .msg {
    font-size: 12px; }

@font-face {
  font-family: meiryo;
  src: url(../fonts/MEIRYO.TTC); }

@media (max-width: 991px) {
  .pc-only {
    display: none; }
  .sidemenu {
    display: none; } }

@media (min-width: 991px) and (max-width: 1080px) {
  main .content {
    width: calc(100% - 280px); } }

.container {
  width: initial !important; }

img {
  max-width: 100%;
  height: auto; }

a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  a:after, a:before {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

figure {
  text-align: center; }
  figure figcaption {
    text-align: left;
    margin-top: 1em; }

section:not(:last-child) {
  margin-bottom: 5%; }

.row:not(:last-child) {
  margin-bottom: 4%; }

p {
  margin-bottom: .5em; }
  p:last-child {
    margin-bottom: 0; }
  p.tel-contact {
    color: #709ed0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold; }
    p.tel-contact span a {
      font-size: 24px;
      font-size: 2.4rem;
      position: relative;
      margin-left: 15px;
      font-weight: bold;
      color: #1c5896; }
      p.tel-contact span a:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(../images/tel-footer.jpg) no-repeat center center;
        margin-right: 5px;
        vertical-align: middle; }
  p.link-web {
    line-height: 1.4;
    margin-top: 5px !important;
    text-align: center; }
    p.link-web a {
      color: #e28272;
      font-size: 16px;
      font-size: 1.6rem;
      text-decoration: underline;
      display: inline-block;
      border: none !important;
      padding: 0 !important; }
      p.link-web a:after {
        display: none !important; }
      p.link-web a:hover {
        color: #337ab7; }
    p.link-web span {
      font-size: 11px;
      font-size: 1.1rem; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'meiryo', sans-serif;
  line-height: 1.67;
  background: url("../../../uploads/2017/12/line-top-1.png");
  background-repeat: no-repeat;
  background-position: top center; }

main {
  max-width: 1280px;
  margin: 0 auto;
  background: #D5EAD8;
  height: auto;
  overflow: hidden;
  padding-bottom: 70px; }
  main section {
    width: 100%; }
  @media (max-width: 991px) {
    main {
      padding-bottom: 0;
      margin-bottom: 0;
      max-width: 100%;
      height: auto;
      overflow: hidden; } }
  main .content-skin {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      main .content-skin {
        margin: 0px;
        width: 100%; } }
  main .content {
    max-width: 780px;
    width: calc(100% - 280px);
    background: #fff;
    padding: 25px;
    float: left; }
    @media (max-width: 991px) {
      main .content {
        max-width: 100%;
        width: 100%;
        background: #D5EAD8;
        padding: 0px; } }
  main .sidemenu {
    width: 260px;
    float: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    main .sidemenu .body {
      padding: 20px;
      background: #fff; }
  main .eyecatch {
    position: relative;
    width: 100%; }
    main .eyecatch p {
      left: calc(50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      main .eyecatch p.en {
        position: absolute;
        color: #f29045;
        top: 45%;
        font-size: 13px; }
      main .eyecatch p.jp {
        position: absolute;
        color: #25a254;
        top: 56%;
        font-size: 24px;
        font-weight: bold; }
    @media (max-width: 800px) {
      main .eyecatch p.en {
        font-size: 12px; }
      main .eyecatch p.jp {
        font-size: 20px; } }
    @media (max-width: 640px) {
      main .eyecatch p.en {
        top: 42%;
        font-size: 11px; }
      main .eyecatch p.jp {
        font-size: 16px; } }
    @media (max-width: 500px) {
      main .eyecatch p.en {
        font-size: 9px; }
      main .eyecatch p.jp {
        top: 58%;
        font-size: 14px; } }

@media (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media (max-width: 767px) {
  .pc-only {
    display: none !important; }
  section:not(:last-child) {
    margin-bottom: 3.5em; } }

@media (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; } }
