@font-face {
  font-family: 'Bodoni';
  src: url("../font/BodoniMT.eot");
  src: url("../font/BodoniMT.eot?iefix") format("eot"), url("../font/BodoniMT.woff") format("woff"), url("../font/BodoniMT.ttf") format("truetype");
}
@font-face {
  font-family: 'DIN-bold';
  src: url("../font/D-DIN-Bold.eot");
  src: url("../font/D-DIN-Bold.eot?iefix") format("eot"), url("../font/D-DIN-Bold.woff") format("woff"), url("../font/D-DIN-Bold.ttf") format("truetype");
}
/*===================================
  GENERAL
===================================*/
body {
  font-family: "Bodoni","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  min-width: 1100px;
  max-height: 100%;
  color: #303030;
  background: #f3f3f3;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

/*===================================
  HEADING
===================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

p {
  font-size: 15px;
  line-height: 1.7;
}

p + p {
  margin-top: 1em;
}

dl, ol, ul {
  font-size: 15px;
  line-height: 1.7;
}

table {
  font-size: 15px;
  line-height: 1.7;
}

a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

/*===================================
  TOP HEADER
===================================*/
#topHeader {
  width: 100%;
  padding: 40px 0 50px;
  position: static;
}
#topHeader h1 {
  margin: auto;
  color: #fff;
  font-weight: normal;
  height: 77px;
}
#topHeader .inner {
  align-items: center;
}
#topHeader .sp {
  display: none;
}
#topHeader #menuBtn {
  width: 25px;
  height: 20px;
  cursor: pointer;
  position: fixed;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 101;
}
#topHeader #menuBtn span {
  width: 25px;
  height: 1px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 0 #315065;
  transition: .4s;
}
#topHeader #menuBtn span:nth-of-type(1) {
  top: 0px;
}
#topHeader #menuBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  z-index: -1;
}
#topHeader #menuBtn span:nth-of-type(3) {
  bottom: 0px;
}
#topHeader #menuBtn.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
#topHeader #menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
#topHeader #menuBtn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
#topHeader #menuBtn.color span {
  background: #315065;
}

/*===================================
  GLOBAL NAV
===================================*/
#globalNavi {
  display: none;
}
#globalNavi.active {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(49, 80, 101, 0.95);
}
#globalNavi .logo {
  width: 150px;
}
#globalNavi ul {
  width: 100%;
}
#globalNavi li {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
#globalNavi li img {
  margin: 0 auto 25px;
}
#globalNavi li + li {
  margin-top: 40px;
}
#globalNavi a {
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: inherit;
  letter-spacing: .1em;
  text-align: center;
  transition: .6s;
  border-bottom: 1px solid transparent;
}
#globalNavi a:hover {
  border-bottom: 1px solid;
}

/*===================================
  MAIN
===================================*/
#mainVisual {
  width: 100%;
  height: 100vh;
}
#mainVisual .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#mainVisual .slides {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#mainVisual .slides button {
  display: none !important;
}
#mainVisual .slides div {
  width: 100%;
  height: 100%;
}
#mainVisual .slides div:focus {
  outline: none !important;
}
#mainVisual .slides div.mv01 {
  background: url(../img/top/mv01.jpg) no-repeat;
}
#mainVisual .slides div.mv02 {
  background: url(../img/top/mv02.jpg) no-repeat;
}
#mainVisual .slides div.mv03 {
  background: url(../img/top/mv03.jpg) no-repeat;
}
#mainVisual .slides div.mv01, #mainVisual .slides div.mv02, #mainVisual .slides div.mv03 {
  background-size: cover;
  background-position: center;
}

#pageHead {
  height: 400px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #315065;
}
#pageHead div {
  width: 315px;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flex;
  padding: 30px;
  margin: auto;
  flex-wrap: wrap;
  background: url(../img/common/pageheader_wrap.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -157px;
}
#pageHead h2 {
  width: 100%;
  font-size: 35px;
  line-height: 1;
  font-weight: normal;
  font-family: "Bodoni";
}
#pageHead h2::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  margin: 20px auto;
  background: #03d6f9;
}
#pageHead span {
  width: 100%;
  text-align: center;
  font-size: 12px;
  display: block;
}

main {
  position: relative;
  background: #f3f3f3;
}
main section {
  position: relative;
  z-index: 1;
}
main::after {
  content: "";
  width: 980px;
  height: 100%;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* 2018.08.04 add */
#dental #pageHead, #topics #pageHead, #service #pageHead, #company #pageHead, #info #pageHead, #single #pageHead, #thanks #pageHead {
  background: url(../img/common/hero_bg01.jpg) no-repeat;
  background-size: cover;
}

#epithese #pageHead {
  background: url(../img/common/hero_bg02.jpg) no-repeat;
  background-size: cover;
}

.contentsHead {
  margin: auto;
  padding-bottom: 45px;
  color: #315065;
  font-family: "Bodoni","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 35px;
  text-align: center;
}
.contentsHead h2, .contentsHead h3 {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-align: inherit;
  line-height: 1;
}
.contentsHead h2::after, .contentsHead h3::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
  background: #03d6f9;
  transition: .5s;
}
.contentsHead span {
  display: block;
  margin-top: 30px;
  color: inherit;
  font-weight: inherit;
  font-size: 12px;
  text-align: inherit;
}

section#general {
  padding: 0;
  margin-bottom: 50px;
  background: #315065;
}
section#general a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  background: #aaa;
}
section#general a header {
  width: 201px;
  height: 201px;
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url(../img/common/general_link_header.png);
  background-size: cover;
}
section#general a header h3 {
  width: 100%;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
section#general a header h3::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
  background: #fff;
}
section#general a header span {
  display: block;
  margin-top: 30px;
  color: inherit;
  font-weight: inherit;
  font-size: 12px;
  text-align: center;
}
section#general a:nth-of-type(1) {
  background: url(../img/common/company_bg.jpg);
  background-size: cover;
  background-position: center;
}
section#general a:nth-of-type(2) {
  background: url(../img/common/contact_bg.jpg);
  background-size: cover;
  background-position: center;
}

/* 2018.08.05 add */
#company section#general {
  background: none;
  margin-bottom: 110px;
}
#company section#general .inner {
  background: #315065;
}
#company section#general a {
  width: 100%;
  height: 300px;
  position: relative;
}
#company section#general a:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/common/ico-arrowRIght02.svg) no-repeat;
  background-size: 15px 25px;
  width: 15px;
  height: 25px;
  right: 70px;
}
#company section#general a:nth-of-type(1) {
  background: url(../img/common/contact_bg02.jpg);
  background-position: center;
  background-size: cover;
}

/*===================================
  FOOTER
===================================*/
#footer {
  padding-top: 100px;
  position: relative;
  background: #fff;
}
#footer #footerNavi {
  margin: 60px 0 100px;
}
#footer #footerNavi ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#footer #footerNavi li + li {
  margin-left: 2em;
}
#footer #pageTop {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}
#footer #copyRight {
  width: 100%;
  display: block;
  font-size: 10px;
  text-align: left;
}

/*===================================
  BUTTON
===================================*/
.more {
  width: 50px;
  font-size: 14px;
  display: block;
  color: #315065;
  padding: 0 0 20px;
  text-align: left !important;
  position: relative;
  transition: .5s;
  position: relative;
}
.more::before {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #315065;
  transition: .6s;
}
.more::after {
  content: "";
  width: 10px;
  height: 4px;
  float: right;
  margin-top: .2em;
  display: block;
  background: url(../img/common/more.png);
  background-size: cover;
}
.more:hover::before {
  content: "";
  width: 200px;
  height: 1px;
  background: #03d6f9;
}

/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  /*===================================
    GENERAL
  ===================================*/
  body {
    min-width: 320px;
    padding-top: 50px;
  }

  .inner {
    width: 85%;
  }

  img, video {
    width: 100%;
    height: auto;
  }

  .tel, .tel img {
    pointer-events: auto;
  }

  /*===================================
    HEADING
  ===================================*/
  p {
    font-size: 13px;
  }

  p + p {
    margin-top: 1em;
  }

  dl, ol, ul {
    font-size: 13px;
    line-height: 1.7;
  }

  table {
    font-size: 13px;
    line-height: 1.7;
  }

  /*===================================
    TOP HEADER
  ===================================*/
  #topHeader {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    z-index: 102;
  }
  #topHeader h1 {
    width: 80px;
    height: 48px;
  }
  #topHeader .logo {
    width: 150px;
  }
  #topHeader .pc {
    display: none;
  }
  #topHeader .sp {
    display: flex;
  }
  #topHeader #menuBtn {
    top: 15px;
    right: 5%;
    bottom: auto;
  }
  #topHeader h1 {
    display: block;
  }
  #topHeader h1.active {
    display: none;
  }

  /*===================================
    globalNavi
  ===================================*/
  #globalNavi {
    display: none;
    z-index: 300;
  }
  #globalNavi li {
    width: 100%;
  }
  #globalNavi li img {
    width: 100px !important;
  }
  #globalNavi li + li {
    margin-top: 25px;
  }
  #globalNavi a {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  /*===================================
    MAIN
  ===================================*/
  #mainVisual {
    position: relative;
    height: 50vh;
  }
  #mainVisual .logo {
    width: 120px;
  }

  #pageHead {
    padding: 100px;
    height: 200px;
    padding: 0;
    background: url(../img/common/hero_bg.jpg);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  #pageHead div {
    width: 100%;
    height: 100%;
    padding: 60px 0;
    margin: auto;
    background: none;
    background: rgba(17, 17, 17, 0.5);
    position: relative;
    top: auto;
    left: auto;
    margin-top: auto;
    margin-left: auto;
  }
  #pageHead h2 {
    width: 100%;
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
  }
  #pageHead h2::after {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    margin: 15px auto;
    background: #03d6f9;
  }
  #pageHead span {
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: block;
  }

  .contentsHead {
    margin: auto;
    padding-bottom: 30px;
    color: #315065;
    font-size: 20px;
    text-align: center;
  }
  .contentsHead h2, .contentsHead h3 {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-align: inherit;
    line-height: 1;
  }
  .contentsHead span {
    display: block;
    color: inherit;
    font-weight: inherit;
    font-size: 10px;
    text-align: inherit;
  }

  main {
    position: relative;
    background: #f3f3f3;
  }
  main section {
    position: relative;
    z-index: 1;
  }
  main::after {
    display: none;
  }

  section#general {
    margin-bottom: 50px;
  }
  section#general a {
    width: 100%;
    height: 150px;
  }
  section#general a header {
    height: auto;
    padding: 50px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
  }
  section#general a header h3 {
    width: 100%;
    font-size: 20px;
  }
  section#general a header h3::after {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    margin: 15px auto 0;
    background: #fff;
  }
  section#general a header span {
    margin-top: 15px;
    font-size: 12px;
  }

  /* 2018.08.05 add */
  #company section#general {
    margin-bottom: 55px;
  }
  #company section#general a {
    width: 100%;
    height: 150px;
  }
  #company section#general a:after {
    background-size: 9px 16px;
    width: 9px;
    height: 16px;
    right: 8%;
  }

  /*===================================
    FOOTER
  ===================================*/
  #footer {
    padding-top: 50px;
  }
  #footer .logo {
    width: 120px;
  }
  #footer #footerNavi {
    margin: 50px 0 60px;
  }
  #footer #footerNavi ul {
    display: block;
  }
  #footer #footerNavi li + li {
    margin-top: 1em;
    margin-left: 0;
  }
  #footer #footerNavi li:last-of-type {
    width: 100px;
  }
  #footer #footerNavi a {
    text-align: right;
  }
  #footer #pageTop {
    width: 40px;
    height: 40px;
    top: auto;
    right: 7.5%;
    bottom: 85px;
  }
  #footer #copyRight {
    padding-bottom: 1em;
  }

  /*===================================
    BUTTON
  ===================================*/
}
