@charset "UTF-8";
/* layout general
 -----------------------------------------------------*/
/* general setting
 -----------------------------------------------------*/
* {
  outline: transparent;
}

html, body {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
  /*  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6" sans-serif; */
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif; */
  /* font-family: "Hiragino Kaku Gothic Pro W3","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-size: 1.1rem;
  font-size: 11px;
  background: #fff;
  color: #333;
  line-height: 1.8;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: currentColor;
  opacity: 0.8;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px 0px 15px 0px;
  padding: 0;
  /* font-family:Hiragino Kaku Gothic Pro W3; */
}
p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#wrapper {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1020px;
  /* min-width: 1000px; */
  margin: 0 auto;
  padding: 0px 10px;
}

.page-header {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #fef8f0;
}
.menu li {
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  border-bottom: 1px solid #fff;
}
.menu li:nth-child(2), .menu li:nth-child(2n + 2) {
  border-left: 1px solid #fff;
}
.menu li a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem 1.5rem 3rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  color: #332005;
}
.menu li a:before {
  position: absolute;
  left: 2rem;
  top: 50%;
  content: '';
  width: 4px;
  height: 8px;
  background: url(../images/ico-menu.png) left top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.list-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -0.6rem;
  padding: 3rem 1.5rem 0rem 1.5rem;
}
.list-anchor li {
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
  width: -webkit-calc(33.3333% - 0.6rem);
  width: calc(33.3333% - 0.6rem);
}
.list-anchor li a {
  display: block;
  background: #ff9000;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
  padding: 1rem 0.5rem 1rem 1.5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.list-anchor li a:after {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  content: '';
  width: 6px;
  height: 8px;
  background: url(../images/ico-anc.png) left top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.section {
  padding: 2.5rem 1.5rem;
}
.section-bg {
  background: #fef8f0;
}
.section-bg_title {
  color: #844610;
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-bottom: 1.5rem;
}
.section-bg_title:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  content: '';
  background: #844610;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section-inner {
  padding: 0 1rem;
}
.section-title {
  font-size: 1.7rem;
  color: #844610;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 0.7rem;
}
.section-title:after, .section-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  content: '';
}
.section-title:after {
  width: 100%;
  background: #f1d8b5;
  z-index: 1;
}
.section-title:before {
  width: 20%;
  background: #844610;
  z-index: 2;
}
.section-title_sub {
  border-left: 2px solid #844610;
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin-bottom: 1.5rem;
}

.page-visual {
  position: relative;
  border-bottom: 1px solid #fff;
}
.page-visual img {
  width: 100%;
  height: auto;
}
.page-visual .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #844610;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  letter-spacing: 2px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-full {
  margin: 2.5rem -2.5rem 2.5rem;
}

.lg-title {
  background: #844610;
  color: #fff;
  padding: 0.6rem 1rem;
  margin: 0 -2.5rem 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;
}

.m-title {
  color: #844610;
  font-size: 1.7rem;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;
  margin-bottom: 1.5rem;
}

.s-title {
  background: #844610;
  border-radius: 1.4rem;
  color: #fff;
  padding: 0.6rem 1rem;
  margin: 0 -1rem 1.5rem;
}

.xs-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.txt-bold {
  font-weight: bold;
}

.wrap-btn {
  padding: 0 2.5rem;
}
.wrap-btn .btn {
  background: #844610;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;
}
.wrap-btn .btn:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 3rem;
  height: 0.9rem;
  content: '';
  background: url(../images/icon-btn.png) left top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.maps {
  width: 100%;
  height: 29.25rem;
}
.maps iframe {
  width: 100%;
  height: 100%;
}

/** header area
--------------------------------------- **/
.top-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.top-btn li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.top-btn li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 5px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.top-btn li img {
  display: inline-block;
  margin-bottom: 0.7rem;
}
.top-btn li span {
  display: block;
  line-height: 1;
}
.top-btn li.access {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.top-btn li.access a {
  background: #fef8f0;
  color: #844610;
}
.top-btn li.access a img {
  max-width: 16px;
}
.top-btn li.tel a {
  background: #844610;
  color: #fff;
}
.top-btn li.tel a img {
  max-width: 21px;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
}
.header-top .logo {
  float: left;
  width: 60%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-left: 15px;
}
.header-top .logo img {
  max-width: 169px;
}
.header-top .top-btn {
  float: right;
  width: 40%;
}

.main-slider .slider-item img {
  width: 100%;
  height: auto;
}
.main-slider .slick-dots {
  bottom: 15px;
}
.main-slider .slick-dots li button:before {
  font-size: 2.6rem;
}

/** Home page
--------------------------------------- **/
.section-news {
  background: url(../images/top/bg-news.gif) left top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.section-news .news-list li {
  display: block;
  font-size: 1.2rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}
.section-news .news-list li:last-child {
  margin-bottom: 0px;
}
.section-news .news-list li span {
  color: #666666;
  display: inline-block;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.section-news .news-list li p {
  font-weight: bold;
}

.section-office .box-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.5rem 2.5rem;
}
.section-office .box-office.red {
  background: #fc4a04;
}
.section-office .box-office.yellow {
  background: #fb841d;
}
.section-office .box-office_col {
  width: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
}
.section-office .box-office_col img {
  width: 100%;
  height: auto;
}
.section-office .box-office_col h3 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #fff;
  font-family: "πâÆπâ⌐πé«πâÄµÿÄµ£¥ ProN W3", "Hiragino Mincho ProN W3", "πâÆπâ⌐πé«πâÄµÿÄµ£¥ ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;
}
.section-office .section-inner {
  margin-bottom: 3.5rem;
}
.section-office p {
  font-size: 1.2rem;
}
.section-office p .txt-bold {
  font-size: 1.35rem;
}

.section-concept .cpt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -1.5rem;
}
.section-concept .cpt-list li {
  width: -webkit-calc(50% - 1.5rem);
  width: calc(50% - 1.5rem);
  margin: 0 0 2.5rem 1.5rem;
}
.section-concept .cpt-list li h3 {
  margin-bottom: 1.5rem;
}
.section-concept .cpt-list li figure {
  text-align: center;
  margin-bottom: 1.5rem;
}

.section-clinical .cl-list {
  margin-bottom: 4rem;
}
.section-clinical .cl-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 2rem;
}
.section-clinical .cl-list li:last-child {
  margin-bottom: 0;
}
.section-clinical .cl-thumb {
  width: 35%;
  text-align: center;
}
.section-clinical .cl-ctn {
  width: -webkit-calc(65% - 2.5rem);
  width: calc(65% - 2.5rem);
  margin-left: 2.5rem;
}
.section-clinical .cl-ctn h3 {
  font-size: 1.35rem;
  color: #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000;
}

.section-access {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}
.section-access_inner {
  background: #fefef0;
  margin: 0 -1.5rem;
}
.section-access .section-inner {
  padding: 2rem;
}
.section-access .maps-title {
  font-size: 1.5rem;
  /* font-family: "µ╕╕µÿÄµ£¥Σ╜ô", "Yu Mincho", YuMincho, "πâÆπâ⌐πé«πâÄµÿÄµ£¥ ProN W3", "HiraMinProN-W3", "HGµÿÄµ£¥E", "∩╝¡∩╝│ ∩╝░µÿÄµ£¥", "MS PMincho", "MS µÿÄµ£¥", serif; */
}

/** introduction page
--------------------------------------- **/
.section-message .director-img {
  text-align: center;
}
.section-message .director-img .aut {
  max-width: 13.1rem;
  margin-bottom: 1.5rem;
}
.section-message figcaption img {
  max-width: 14.1rem;
}

.section-philosophy .txt-bold {
  font-size: 1.3rem;
}

.ul-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 -2.5rem -2.5rem;
}
.ul-list li {
  width: -webkit-calc(50% - 2.5rem);
  width: calc(50% - 2.5rem);
  margin: 0 0 2.5rem 2.5rem;
}
.ul-list li figure {
  margin-bottom: 1.5rem;
}
.ul-list li h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.section-features .ul-list li:nth-child(3) h3 {
  text-align: left;
}

.section-recruit .info-tbl {
  width: 100%;
}
.section-recruit .info-tbl th, .section-recruit .info-tbl td {
  padding: 1rem;
  border: 0.125rem solid #fff;
}
.section-recruit .info-tbl th {
  background: #333333;
  color: #fff;
  text-align: left;
}
.section-recruit .info-tbl td {
  background: #e7e4dd;
  color: #000;
}

.section-recruitment .recruit-tell a {
  display: block;
  background: #844610;
  color: #fff;
  font-weight: bold;
  font-size: 1.9rem;
  text-align: center;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
}
.section-recruitment p {
  margin-bottom: 2rem;
}

.art-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 2rem -2.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.art-col:after {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #666;
}
.art-col:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.art-col:last-child:after {
  border-bottom: none;
  height: 0;
}
.art-col_item {
  width: -webkit-calc(50% - 1.5rem);
  width: calc(50% - 1.5rem);
  margin: 0 0 0 1.5rem;
  font-size: 1.1rem;
}

.denture-list li {
  display: block;
  border: 0.25rem solid #f1d8b5;
  margin-bottom: 2rem;
  padding: 2.5rem;
  font-size: 1.1rem;
}
.denture-list li figure {
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
.denture-list li h5 {
  background: #844610;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 0.5rem;
  max-width: 13.5rem;
  margin: 0 auto 1.5rem;
  font-size: 1.2rem;
}

.d-list li {
  font-weight: bold;
  font-size: 1.3rem;
}

.section-denture figure {
  text-align: center;
}
.section-denture .denture-img {
  margin-bottom: 2rem;
}

/* css - footer
 -----------------------------------------------------*/
.page_footer {
  background: #fef8f0;
}

.footer-top {
  text-align: center;
  padding: 3rem 0 1.5rem;
}
.footer-top .footer-logo {
  margin-bottom: 2rem;
}
.footer-top .footer-logo .logo_block {
  max-width: 169px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.footer-top .footer-logo .logo_block img {
  max-width: 169px;
  height: auto;
}
.footer-top .footer-logo .sns_area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.footer-top .footer-logo .sns_area li {
  display: inline-block;
  width: 35px;
  margin-left: 6px;
}
.footer-top .footer-logo .sns_area li img {
  width: 100%;
}
.footer-top .address-txt {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.footer-top .tel-txt {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "µ╕╕µÿÄµ£¥Σ╜ô", "Yu Mincho", YuMincho, "πâÆπâ⌐πé«πâÄµÿÄµ£¥ ProN W3", "HiraMinProN-W3", "HGµÿÄµ£¥E", "∩╝¡∩╝│ ∩╝░µÿÄµ£¥", "MS PMincho", "MS µÿÄµ£¥", serif;
}

.schedule-tbl {
  width: 100%;
  margin-bottom: 0.7rem;
}
.schedule-tbl th, .schedule-tbl td {
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 5px;
}
.schedule-tbl thead {
  background: #333333;
  color: #fff;
}
.schedule-tbl tbody td {
  font-size: 1.1rem;
  background: #fff;
}

.schedule_note {
  font-size: 1rem;
  line-height: 1.5;
}

.footer-schedule {
  padding: 0 3rem;
  margin-bottom: 2.5rem;
}

.footer-nav .menu {
  border-top: 1px solid #fff;
}

.coppyright {
  background: #844610;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
}

.section-our {
  padding-bottom: 3rem;
}
.section-our ol {
  padding-left: 2rem;
}
.section-our ol > li + li {
  margin-top: 1.5rem;
}
.section-our ol p {
  margin-bottom: 0;
}
.section-our ul {
  padding-left: 2rem;
}
.section-our ul li {
  list-style: disc;
}
.section-our .txt {
  text-align: right;
  margin-top: 1.5rem;
  margin-bottom: 0;
}