@charset "UTF-8";
/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（common_homedental.css）
      - Version: 1.0.0 (2017/09/04)
      - Create:  (2017/09/04)
      - Release: (yyyy/mm/dd)
*****************************************************************/
/*==========================================
/
/  1■body
/  2■common
/  3■header
/  4■breadcrumbs
/  5■title
/  6■footer
/  7■slider(top)
/  8■contents
/  9■news
/ 10■free
/
==========================================*/
/******************************************************************
  1■body
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

/******************************************************************
  2■common
*****************************************************************/
a {
  color: #352216;
  text-decoration: underline;
  transition: opacity 0.25s linear;
}
a:link {
  color: #352216;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  a:hover {
    color: #352216;
    text-decoration: none;
  }
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
a.link-arrow::before, a.link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  vertical-align: middle;
  opacity: 1;
}
a.link-arrow::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #352216;
  border-right: 1px solid #352216;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.anchor {
  padding-top: 104px;
  margin-top: -104px;
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 54px;
    margin-top: -54px;
  }
}

@media (min-width: 1024px) {
  section a:hover {
    opacity: .8;
  }
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01 {
  display: table;
  min-width: 350px;
  margin: 10px auto;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
}
@media (max-width: 767px) {
  .btn-01 {
    min-width: 100%;
  }
}
.btn-01 a {
  display: table-cell;
  position: relative;
  padding: 0.6em;
  letter-spacing: 0;
  font-size: 2.4rem;
  color: #fff;
  background-color: #6fa848;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btn-01 a {
    font-size: 1.8rem;
  }
}
.btn-01 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-02 {
  display: table;
  min-width: 350px;
  margin: 24px auto;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
}
@media (max-width: 767px) {
  .btn-02 {
    min-width: 100%;
  }
}
.btn-02 a {
  display: table-cell;
  position: relative;
  padding: 0.6em;
  letter-spacing: 0;
  font-size: 2.4rem;
  color: #fff;
  background-color: #faa31a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btn-02 a {
    font-size: 1.8rem;
  }
}
.btn-02 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mail {
  position: relative;
}
.mail::before {
  /*content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-mail.svg);
  background-size: 40px;
  @include css3(transform, translateY(-50%));
  z-index: 10;*/
}

/******************************************************************
  3■header
*****************************************************************/
header {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 104px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: height .1s ease;
}
@media (max-width: 767px) {
  header {
    position: fixed;
  }
}
@media (max-width: 1023px) {
  header {
    position: fixed;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
  height: 104px;
  margin: 0;
  font-size: 1.2rem;
  transition: height .2s ease;
}
@media (min-width: 1024px) {
  header .header-logo img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header .header-logo img {
    width: 80%;
    height: auto;
  }
}
header .row {
  position: relative;
}
header .nav {
  display: flex;
  justify-content: center;
}
header .nav li {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  header .nav li {
    padding: 0 30px;
  }
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 112px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s ease;
}
header .nav li a span {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
header .nav li a span.focus {
  border-bottom-color: #3e7b15;
  color: #3e7b15;
}
@media (min-width: 1024px) {
  header .nav li a:hover {
    color: #3e7b15;
  }
  header .nav li a:hover span {
    border-bottom-color: #3e7b15;
  }
}
header .nav li.contact-btn {
  width: auto;
  text-align: right;
}
header .nav li.contact-btn .contact-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px 0;
  border-radius: 4px;
  background-color: #3e7b15;
  color: #fff;
  transition: opacity .2s ease;
}
header .nav li.contact-btn a {
  padding-bottom: 6px;
}
@media (min-width: 1024px) {
  header .nav li.contact-btn a:hover {
    border-bottom: none;
  }
  header .nav li.contact-btn a:hover .contact-btn-bg {
    opacity: .8;
  }
}
header .nav .drawer-menu, header .nav .drawer-menu span {
  display: none;
}
@media (min-width: 1024px) {
  header.mini-header {
    position: fixed;
    transition: all 1s ease;
  }
}

@media print {
  header {
    position: absolute;
  }
}
@media (max-width: 1023px) {
  .main {
    padding-top: 54px;
  }

  header {
    height: 54px;
    transition: all .2s ease;
  }
  header .container {
    width: 100%;
    padding: 0;
  }

  .sm-header {
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
  }

  header .header-logo {
    height: 50px;
  }

  .header-logo img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header-logo img {
    height: 20px;
  }
}

@media (max-width: 1023px) {
  ul.nav {
    display: none;
    padding: 28px;
  }

  .drawer-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 17px;
    cursor: pointer;
  }
  .drawer-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #3e7b15;
    transition: all .4s;
  }

  .drawer-menu span:nth-of-type(1) {
    top: 0;
  }
  .drawer-menu span:nth-of-type(2) {
    top: 8px;
  }
  .drawer-menu span:nth-of-type(3) {
    bottom: 0;
  }

  header.open {
    height: 100%;
    overflow: scroll;
    background: rgba(30, 80, 30, 0.95);
    transition: all .2s ease;
  }
  header.open .drawer-menu span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  header.open .drawer-menu span:nth-of-type(2) {
    opacity: 0;
  }
  header.open .drawer-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  header.open ul.nav {
    display: block;
  }
  header.open ul.nav li {
    display: block;
    /*opacity: 0;*/
    width: 100%;
    border-bottom: dotted 1px #999;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
    /*&:nth-of-type(1) {
        -webkit-animation: example .5s ease .2s 1 forwards;
        animation: example .5s ease .2s 1 forwards;
    }
    &:nth-of-type(2) {
        -webkit-animation: example .5s ease .3s 1 forwards;
        animation: example .5s ease .3s 1 forwards;
    }
    &:nth-of-type(3) {
        -webkit-animation: example .5s ease .4s 1 forwards;
        animation: example .5s ease .4s 1 forwards;
    }
    &:nth-of-type(4) {
        -webkit-animation: example .5s ease .5s 1 forwards;
        animation: example .5s ease .5s 1 forwards;
    }
    &:nth-of-type(5) {
        -webkit-animation: example .5s ease .6s 1 forwards;
        animation: example .5s ease .6s 1 forwards;
    }*/
  }
  header.open ul.nav li a {
    position: relative;
    height: auto;
    padding: 16px 10px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  header.open ul.nav li a span {
    padding: 0;
  }
  header.open ul.nav li a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: '';
  }
  @-webkit-keyframes example {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes example {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
}
/******************************************************************
  5■title
*****************************************************************/
.main-img {
  height: 700px;
  position: relative;
}
@media (max-width: 1023px) {
  .main-img {
    height: 55vw;
  }
}
@media (max-width: 767px) {
  .main-img {
    height: 100vw;
  }
}
.main-img .kv-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.img-text {
  width: 100%;
  font-size: 4vw;
  color: #3e7b15;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .img-text {
    font-size: 8vw;
  }
}
.img-text.dark-color {
  color: #333;
  text-shadow: 0 0 3px #fff;
}
.img-text.bright-color {
  color: #fff;
  text-shadow: 0 0 3px #333;
}

.title-box {
  position: relative;
  height: 344px;
  overflow: hidden;
  background-color: #9f9894;
}

.title-bg {
  opacity: .7;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-right: -50%;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-text-upper {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-text-upper {
    font-size: 3rem;
  }
}
.title-text-lower {
  padding-top: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .title-text-lower {
    font-size: 2rem;
  }
}

.contents-ttl {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 4rem;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
  line-height: 1.25;
  color: #3e7b15;
  text-align: center;
}
@media (max-width: 767px) {
  .contents-ttl {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.contents-ttl-sub {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #3e7b15;
  padding: 16px 0 16px 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    padding: 12px 0 12px 20px;
  }
}
.contents-ttl-sub::after {
  position: absolute;
  top: .5em;
  left: .1em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3e7b15;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .contents-ttl.ttl-left {
    text-align: left;
  }
}
/******************************************************************
  6■footer
*****************************************************************/
footer section {
  padding: 30px 0;
  margin: 0;
  color: #fff;
  background-color: #28520c;
}
footer section .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer section .container .privacy {
  position: absolute;
}
@media (min-width: 1024px) {
  footer section .container .privacy {
    right: 100px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  footer section .container .privacy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer section {
    padding: 15px 0;
  }
}
footer section a {
  color: #fff;
}
footer section a:link, footer section a:visited {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  footer section a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
  }
}

.font-verdana {
  font-family: Verdana;
}

.copyright {
  margin: 8px 0;
  text-align: center;
}

footer .ga-pdf {
  margin: 8px 0;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background: #3e7b15;
  border-radius: 4px;
}
.pagetop a::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

/******************************************************************
  7■slider(top)
*****************************************************************/
#resp-slider {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.slider-wrap, .slider-area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .slider-wrap, .slider-area {
    height: 55vw;
  }
}
@media (max-width: 767px) {
  .slider-wrap, .slider-area {
    height: 432px;
  }
}

.slider-area ul.slider-box {
  width: 6000px;
  overflow: hidden;
}
.slider-area ul.slider-box li.slider-item {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
}
.slider-area ul.slider-box li.slider-item a {
  display: block;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .slider-area ul.slider-box li.slider-item a {
    height: 55vw;
  }
}
@media (max-width: 767px) {
  .slider-area ul.slider-box li.slider-item a {
    height: 432px;
  }
}
.slider-area ul.slider-box li.slider-item a.no-link {
  cursor: default;
}

/*スライダー画像*/
.slider-item:nth-child(1) a {
  background-image: url(../img/top-kv-01.jpg);
}
@media (max-width: 767px) {
  .slider-item:nth-child(1) a {
    background-image: url(../img/top-sm-kv-01.jpg);
  }
}

.slider-item:nth-child(2) a {
  background-image: url(../img/top-kv-02.jpg);
}
@media (max-width: 767px) {
  .slider-item:nth-child(2) a {
    background-image: url(../img/top-sm-kv-02.jpg);
  }
}

.slider-item:nth-child(3) a {
  background-image: url(../img/top-kv-03.jpg);
}
@media (max-width: 767px) {
  .slider-item:nth-child(3) a {
    background-image: url(../img/top-sm-kv-03.jpg);
  }
}

.icon-area {
  display: none;
  position: absolute;
  bottom: 10px;
  margin: 10px auto 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.icon-area li {
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.2s linear;
}
.icon-area li.crt-carous {
  font-weight: bold;
  background-color: #3e7b15;
}
.icon-area li.btn-on {
  background-color: #999;
}

.btn-start {
  position: absolute;
  bottom: 20px;
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 300;
}
.btn-start p {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.btn-start p a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  border-radius: 50%;
  text-decoration: none;
}
.btn-start p a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  height: 15px;
  width: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

/******************************************************************
  8■contents
*****************************************************************/
section {
  position: relative;
  padding: 64px 0;
}
@media (max-width: 767px) {
  section {
    padding: 32px 0;
  }
}
section p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
section.section-colored {
  margin-bottom: 0;
  background: url(../img/greeting-bg.png) no-repeat;
  background-size: cover;
}
section.section-colored .contents-ttl {
  color: #3e7b15;
}
section.section-colored .blockquote p {
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: solid 1px #7dc377;
  letter-spacing: 0.08em;
}
section.section-colored * {
  color: #333;
}
section.section-colored .btn-01 a, section.section-colored .btn-02 a {
  color: #6fa848;
  background-color: #fff;
}
section.section-colored .btn-01 a::before, section.section-colored .btn-02 a::before {
  border-top: 1px solid #3c3f3f;
  border-right: 1px solid #3c3f3f;
}
section.section-image, section.section-image-dark {
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.section-image::before, section.section-image-dark::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3f3f;
  opacity: .8;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.image-box {
  padding: 0;
}
@media (max-width: 767px) {
  section.image-box {
    padding: 0;
  }
}
section .tel-number {
  font-size: 2.8rem;
  font-weight: normal;
  vertical-align: middle;
}
section .contact-info {
  margin: 16px auto;
}
@media (max-width: 767px) {
  section .contact-info {
    display: flex;
    flex-direction: column;
  }
  section .contact-info span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  section .contact-btnbox {
    display: flex;
    flex-direction: column;
  }
  section .contact-btnbox .btn-01 {
    margin: 8px 0 16px;
  }
}
section .mini-section {
  padding-top: 104px;
}
@media (max-width: 767px) {
  section .mini-section {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  section .mini-section {
    padding-top: 0;
  }
}

.row.flx .flx-box {
  background-clip: content-box;
}
.row.flx .flx-box .flx-box-inner {
  padding: 32px 16px;
}

@media (min-width: 768px) {
  .row.flx {
    display: -webkit-flex;
    display: flex;
  }
}
.m-b-sm {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 8px;
  }
}

.m-b-md {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 16px;
  }
}

.m-b-lg {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .sm-right-space {
    padding-right: 3%;
  }

  .sm-left-space {
    padding-left: 3%;
  }
}
.font-size-xs {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .font-size-xs {
    font-size: 1rem;
  }
}

.font-size-sm {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .font-size-sm {
    font-size: 1rem;
  }
}

.font-size-md {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .font-size-md {
    font-size: 1.2rem;
  }
}

.font-size-lg {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .font-size-lg {
    font-size: 1.6rem;
  }
}

.font-size-xl {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .font-size-xl {
    font-size: 3rem;
  }
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.lead {
  line-height: 2;
}

.article {
  line-height: 2;
}

.valign-m {
  vertical-align: middle;
}

.emphasis {
  font-weight: bold;
}
.emphasis-colored {
  color: #3e7b15;
}
.emphasis-boldcolored {
  font-weight: bold;
  color: #333;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-line {
  padding-left: 8px;
  border-left: 4px solid #3e7b15;
}

.label {
  padding: 4px 8px;
  color: #fff;
  background-color: #3e7b15;
}

.blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 16px;
  z-index: 1;
}
.blockquote p {
  position: relative;
  padding: 16px 0;
  font-size: 24px;
  font-weight: bold;
  color: #3e7b15;
  z-index: 3;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .blockquote p {
    font-size: 1.6rem;
    padding: 0 0 16px;
  }
}

.colored-box {
  padding: 16px;
  background-color: #3c3f3f;
  border: 1px solid #3e7b15;
}

.bg-gray {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-colored {
  background-color: #3c3f3f;
}

.no-wrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

/* リスト関連 */
.dot-list li {
  position: relative;
  padding-left: 15px;
  margin: 16px 0;
}
.dot-list li::after {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.dot-list.lh-sm li {
  margin: 8px 0;
}

.check-list li {
  position: relative;
  padding-left: 4px;
  margin: 16px 0 16px 24px;
}
@media (max-width: 767px) {
  .check-list li {
    margin: 8px 0 8px 24px;
  }
}
.check-list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .2em;
  left: -1.4em;
  width: 16px;
  height: 10px;
  opacity: .8;
  border-left: 4px solid #3e7b15;
  border-bottom: 4px solid #3e7b15;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 4px;
}

.img-radius-round {
  border-radius: 50%;
}

.img-cadre {
  padding: 8px;
  border: 1px solid #ccc;
}

.img-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  border-radius: 4px;
}
.img-link figure {
  top: 0;
  left: 0;
  background-color: #333;
}
.img-link figure img {
  width: 100%;
  opacity: 0.4;
  transition: transform 0.2s ease;
}
@media (min-width: 1024px) {
  .img-link:hover figure img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.img-link .img-link-text {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
}
.img-link .img-link-text-ttl {
  font-size: 2.8rem;
}
.img-link .box-arrow::before, .img-link .box-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  vertical-align: middle;
  opacity: 1;
}
.img-link .box-arrow::before {
  right: 24px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fukidashi-top {
  position: relative;
  padding: 8px;
  margin: 16px 0 0;
  background-color: #fff;
  border: 1px solid #999;
  z-index: 1;
}
.fukidashi-top::before, .fukidashi-top::after {
  content: " ";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  z-index: 1;
}
.fukidashi-top::after {
  top: -10px;
  border-bottom-color: #999;
  z-index: 0;
}

/* テーブル関連 */
@media (min-width: 768px) {
  .table-list dl {
    display: table;
    width: 100%;
  }
  .table-list dt, .table-list dd {
    display: table-cell;
    padding: 24px;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    vertical-align: middle;
  }
  .table-list dt {
    position: relative;
    width: 25%;
    text-align: center;
  }
  .table-list dd {
    display: table-cell;
    width: auto;
    border-right: none;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.no-v-line dt, .table-list.no-v-line dd {
    padding: 10px 0;
    border-right: none;
    border-top: none;
  }
  .table-list.time-line dt {
    color: #3e7b15;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 32px;
    width: 8px;
    height: 8px;
    background-color: #3e7b15;
    border-radius: 4px;
  }
  .table-list.time-line dd p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .table-list dt, .table-list dd {
    padding: 8px;
  }
  .table-list dt {
    background-color: #f1f1f1;
  }
  .table-list dd {
    padding-bottom: 16px;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.time-line dt {
    position: relative;
    font-weight: bold;
    color: #3e7b15;
    background-color: transparent;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    padding-left: 16px;
    border-top: none;
    border-left: 1px solid #bbb;
    vertical-align: top;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 13px;
    width: 7px;
    height: 7px;
    background-color: #3e7b15;
    border-radius: 4px;
  }
  .table-list.time-line dd {
    padding-top: 0;
  }
  .table-list.time-line dd p {
    margin: 8px 0 0 8px;
  }
}
/* その他 */
.map-link {
  display: inline-block;
  margin-top: 8px;
  vertical-align: middle;
}
.map-link img {
  margin-right: 8px;
}

.g-map {
  width: 100%;
  height: 320px;
  border: 0;
}

.map-responsive {
  position: relative;
  width: 100%;
}
.map-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  .map-responsive::before {
    padding-top: 100%;
  }
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

.image-box .image-box-area {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .image-box .image-box-area {
    height: 200px;
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .image-box .image-box-area {
    background-attachment: scroll;
  }
}
.image-box .image-box-area.n-01 {
  background-image: url(../img/top-01-bg.jpg);
}
.image-box .image-box-area.n-02 {
  background-image: url(../img/top-02-bg.jpg);
}

.sliding-box {
  overflow: hidden;
}
.sliding-box .sliding {
  height: 328px;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
  -moz-animation: slide 80s linear infinite;
  background-repeat-x: repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .sliding-box .sliding {
    height: 200px;
  }
}
.sliding-box .sliding.n-01 {
  background-image: url(../img/ph-sliding-01.jpg);
}

@keyframes slide {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 2970px 0;
  }
}
/******************************************************************
  9■news
*****************************************************************/
.news-list ul {
  margin-bottom: 32px;
}
.news-list ul li {
  border-bottom: 1px solid #bbb;
}
.news-list ul li a {
  display: table;
  padding: 8px 0;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-list ul li a {
    height: 96px;
    font-size: 1.4rem;
  }
  .news-list ul li a:hover {
    background-color: #3c3f3f;
  }
}
.news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
    display: inline-block;
    margin: 4px 0;
  }
}
@media (min-width: 768px) {
  .news-list ul li a .news-date {
    width: 136px;
  }
  .news-list ul li a .news-category {
    padding-right: 24px;
    width: 168px;
  }
  .news-list ul li a .news-category .category-frame {
    width: 100%;
    text-align: center;
  }
}
.news-list ul li a .news-date {
  color: #3e7b15;
  text-align: center;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date {
    margin-right: 24px;
    text-align: left;
  }
}
.news-list ul li a .news-category {
  margin: 4px 0;
}
.news-list ul li a .news-category .category-frame {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  border: 1px solid #bbb;
}
@media (max-width: 767px) {
  .news-list ul li a .news-title {
    display: block;
  }
}
.news-list ul li a .news-text {
  width: 100%;
  color: #333;
}
@media (min-width: 768px) {
  .news-list ul li a .news-text {
    display: inline-block;
    position: relative;
    padding-right: 56px;
  }
  .news-list ul li a .news-text::before, .news-list ul li a .news-text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a .news-text::before {
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .news-list ul li a {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
  .news-list ul li a::before, .news-list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a::before {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.table-news-list .news-box {
  width: 100%;
  border-top: 1px solid #bbb;
}
.table-news-list .news-box a {
  display: block;
  padding: 24px 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .table-news-list .news-box a {
    padding: 16px 0;
  }
}
.table-news-list .news-box a h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .table-news-list .news-box a h3 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.table-news-list .news-box:first-child {
  border-top: none;
}

.news-info {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-info {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.news-info .news-date {
  margin-right: 16px;
}
.news-info .category-frame {
  display: inline-block;
  padding: 2px 8px;
  min-width: 8em;
  background-color: #fff;
  border: 1px solid #bbb;
  text-align: center;
}

.news-img {
  max-width: 500px;
}

/******************************************************************
  10■free(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
#consultation {
  background-color: #e8f1ec;
}
#consultation .lead {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #consultation .lead {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #consultation .flx-box {
    margin-bottom: 10px;
  }
}
#consultation .flx-box .flx-box-inner {
  display: flex;
  border: solid 1px #bce3ba;
  padding: 18px;
  background-color: #fff;
}
#consultation .flx-box .flx-box-inner .txt-box {
  width: 100%;
}
@media (max-width: 1023px) {
  #consultation .flx-box .flx-box-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #consultation .flx-box .flx-box-inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .topic02 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.cost-ttl {
  color: #fff;
  font-size: 24px;
  background-color: #6fa848;
  padding: 16px 32px 8px;
  border-radius: 40px;
  letter-spacing: 0.08em;
  display: inline-block;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .cost-ttl {
    font-size: 14px;
    padding: 10px 20px 6px;
    line-height: 1.6rem;
  }
}

.cost-info {
  padding-top: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cost-info {
    padding-top: 10px;
    flex-direction: column;
  }
}
.cost-info div {
  margin: 0 20px;
}
.cost-info .box {
  padding: 20px 60px;
  border: solid 2px #6fa848;
  color: #3e7b15;
  font-size: 24px;
}
@media (max-width: 767px) {
  .cost-info .box {
    font-size: 16px;
    margin: 20px;
  }
}
.cost-info .box span {
  font-size: 14px;
}

.row {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .row {
    margin-bottom: 0;
  }
}

.attention {
  font-size: 20px;
  color: #ff2200;
}
@media (max-width: 767px) {
  .attention {
    font-size: 14px;
  }
}

.icon {
  position: relative;
}

.icon::before, .icon--plus::after {
  position: absolute;
  top: 60px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #6fa848;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .icon::before, .icon--plus::after {
    top: 14px;
    left: 26px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.icon--plus:after {
  top: 52px;
  left: -18px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .icon--plus:after {
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
}

h5 {
  margin: 40px  0;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 4px #b1cf25;
  padding: 4px 8px;
  border-bottom: solid 1px #b1cf25;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  h5 {
    margin: 20px  0;
  }
}

#recruit {
  background: url("../img/recruit-pattern-bg.png") repeat;
}

#contact {
  background: url(../img/contact-bg.png) no-repeat;
  background-size: cover;
}
#contact .contact-box {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  #contact .contact-box {
    padding: 20px;
  }
}
#contact .contact-box .contact-btnbox {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  #contact .contact-box .contact-btnbox div:first-child {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  #contact .contact-box .contact-btnbox {
    flex-direction: column;
  }
}

/*# sourceMappingURL=common_homedental.css.map */
