@charset "UTF-8";
/*
Theme Name: endo-dc8020
Description: えんどう歯科医院
Theme URI: https://www.endo-dc8020.com
Version: 1.0
License: endo-dc8020
License URI: https://www.endo-dc8020.com
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  scroll-behavior: smooth;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "メイリオ", Meiryo, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.5;
  background: #fff;
  letter-spacing: 0.06em;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  width: 100%;
  min-width: 1260px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.4rem;
}

h1 {
  color: #333;
  font-weight: bold;
  font-size: 3rem;
}

h2 {
  color: #333;
  font-weight: bold;
  font-size: 2.6rem;
}

h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.2rem;
  }
}

/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  color: #0077b2;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_bana01 a:link,
.top_bana01 a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_bana01 a:hover,
.top_bana01 a:active {
  font-weight: normal;
  color: #0077b2;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.link_txt a:link,
.link_txt a:visited {
  font-weight: normal;
  color: #005f92;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.link_txt a:hover,
.link_txt a:active {
  font-weight: normal;
  color: #0077b2;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer_link a:link,
.footer_link a:visited {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer_link a:hover,
.footer_link a:active {
  font-weight: normal;
  color: #cce4f0;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  header {
    width: 100%;
  }
  .pc_header_box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .pc_header_box:before {
    position: absolute;
    content: "";
    width: calc((100% - 1200px) / 2);
    height: 40px;
    top: 0;
    right: 0;
    background-color: #80bcd9;
  }
  .pc_header_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 calc((100% - 1200px) / 2) 50px;
  }
  .logo {
    width: 360px;
    height: 60px;
    margin-top: 40px;
  }
  .pc_header_content {
    position: relative;
    width: 840px;
  }
  .pc_header_link {
    width: 180px;
    height: 40px;
    margin: 0 0 35px 660px;
  }
}

/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    display: block;
    width: 100%;
  }
  .logo {
    width: 55%;
    padding: 20px 0;
    margin-left: 10px;
  }
  .logo img {
    display: block;
  }
  .pc_header_link {
    display: none;
  }
  #g_navi,
  .pc_header_description {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 12px;
    top: 13px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #1c82b3;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 28px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 3px;
  }
  #toggle span:nth-child(2) {
    top: 12px;
  }
  #toggle span:nth-child(3) {
    top: 21px;
  }
}

.open_navi #toggle {
  position: fixed;
}

.open_navi #toggle span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
}

.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}

.open_navi #toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}

#sp_navi {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 0 50px;
  overflow-y: auto;
  text-align: left;
  background: rgba(28, 130, 179, 0.9);
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /* デフォルトでナビを右に隠す */
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

#sp_navi .menu-sp_navi-container {
  padding: 0 20px;
}

.sp_navi_content_wrap {
  padding: 0 10px;
}

.sp_navi_content_wrap .sp_navi_content {
  padding: 20px 10px;
  background: #cee3ee;
}

.sp_navi_content_wrap .sp_navi_content .footer_logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.sp_navi_content_wrap .sp_navi_content .footer_tel {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sp_navi_content_wrap .sp_navi_content .pic {
  margin-bottom: 8px;
}

.sp_navi_content_wrap .sp_navi_content .sp_navi_information p {
  font-size: 1.2rem;
}

.sp_navi_content_wrap .footer_btn a {
  display: block;
  width: 220px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  background: #3f9ac6;
  margin: 0 auto 20px;
  padding-left: 20px;
  position: relative;
}

.sp_navi_content_wrap .footer_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background: url(images/map_icon.svg) no-repeat;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.open_navi #sp_navi {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* 展開時に右から出現 */
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

#sp_navi .menu {
  margin-bottom: 40px;
}

#sp_navi .menu > li.menu-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sp_navi .menu > li.menu-item:not(:first-child) {
  border-top: none;
}

#sp_navi .menu > li.menu-item a {
  display: block;
  padding: 15px 20px 15px 0;
  font-weight: bold;
}

#sp_navi .menu > li.menu-item a:link, #sp_navi .menu > li.menu-item a:visited, #sp_navi .menu > li.menu-item a:hover, #sp_navi .menu > li.menu-item a:active {
  color: #fff;
  text-decoration: none;
}

#sp_navi .menu .sub-menu {
  display: none;
  width: 100%;
  margin-top: -6px;
}

#sp_navi .menu .sub-menu li {
  width: 100%;
  margin-bottom: 2px;
}

#sp_navi .menu .sub-menu li a {
  display: block;
  position: relative;
  padding: 10px 0 10px 25px;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 1.4rem;
}

#sp_navi .menu .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #3f9ac6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
}

#sp_navi .menu .sub-menu li a:link, #sp_navi .menu .sub-menu li a:visited, #sp_navi .menu .sub-menu li a:hover, #sp_navi .menu .sub-menu li a:active {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

#sp_navi .menu .sub-menu li:last-child {
  padding-bottom: 6px;
}

#sp_navi .menu .menu-item-has-children {
  position: relative;
}

#sp_navi .menu .menu-item-has-children::before {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#sp_navi .menu .menu-item-has-children.menu_open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 22px;
}

#sp_navi .sp_navi_info {
  padding: 15px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
}

#sp_navi .sp_navi_info .tel {
  margin-bottom: 10px;
  padding-left: 23px;
  background: url(images/sp_navi_tel.svg) left center no-repeat;
  background-size: 18px 18px;
  font-size: 2.2rem;
}

#sp_navi .sp_navi_info .tel a {
  font-weight: bold;
}

#sp_navi .sp_navi_info .sp_navi_reserve {
  padding-top: 10px;
  border-top: 1px dotted #666;
}

#sp_navi .sp_navi_info .sp_navi_reserve .txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#sp_navi .sp_navi_info .sp_navi_reserve .btn {
  margin-bottom: 10px;
  text-align: center;
}

#sp_navi .sp_navi_info .sp_navi_reserve .btn img {
  width: 220px;
}

#sp_navi .sp_navi_info .sp_navi_reserve .qr {
  width: 75px;
  margin: 0 auto;
}

/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}

#g_navi {
  width: 845px;
}

#g_navi .menu {
  *zoom: 1;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
}

#g_navi .menu:before,
#g_navi .menu:after {
  content: "";
  display: table;
}

#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
  width: 160px;
  float: left;
  text-align: center;
  line-height: 0;
}

#g_navi .menu li:nth-child(1) {
  width: 45px;
}

#g_navi .menu li a {
  display: block;
  padding: 0 0 10px;
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  width: 160px;
  padding: 13px 5px;
  border-top: 1px solid #7ccaeb;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #0077b2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #006595;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPスライダー共通 */
.teaser_txt {
  width: 100%;
  height: 300px;
  text-align: center;
  padding-top: 130px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background: url(images/teaser_bg.jpg) top center no-repeat;
}

@media screen and (max-width: 767px) {
  .teaser_txt {
    height: 200px;
    padding-top: 82px;
    font-size: 2.5rem;
    background: url(images/teaser_bg.jpg) top center no-repeat;
    background-size: cover;
  }
}

/*max-width:767px*/
@media print, screen and (min-width: 768px) {
  #slider {
    position: relative;
    width: 100%;
    height: 553px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  #slider .metaslider {
    width: 1615px;
    position: absolute;
    top: 0;
    left: calc(50% - 654px);
  }
}

@media screen and (max-width: 767px) {
  #slider {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
  }
  #slider .metaslider {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #slider .slides {
    width: 100%;
    overflow: hidden;
  }
  #slider .slides img {
    width: 110%;
    margin-left: -8.5%;
  }
  .pc_slider {
    display: none;
  }
}

/*max-width:767px*/
.sp_slider {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_slider {
    display: block;
  }
}

/*max-width:767px*/
/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
    margin: 0 auto 50px;
  }
}

/*max-width:767px*/
main#page_main {
  width: 1000px;
  margin: 0 auto 100px;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 50px;
  text-align: right;
  border-bottom: 2px solid #0078b4;
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 13px 0;
}

.breadcrumb p {
  color: #666;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #666;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  color: #999;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 10px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .breadcrumb_area {
    padding: 0 10px;
    margin: 0 auto 40px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1.2rem;
  }
}

/****************************************

contentトップ用

*****************************************/
/* 1カラム目 */
.top_box01 {
  padding: 60px calc((100% - 1000px) / 2 + 20px) 100px calc((100% - 1000px) / 2 - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box01_left {
  width: 640px;
  padding: 70px 0 0 40px;
  background: url(images/top_box01_left_bg.png) top left no-repeat;
}

.top_box02 div {
  width: 500px;
}

.top_bana_wrap {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_bana_wrap .top_bana {
  width: 240px;
  background: url(images/top_bana01_list_bg.png) bottom center no-repeat;
  background-size: cover;
  padding: 0 2px;
}

.top_bana_wrap .top_bana a {
  text-decoration: none;
  display: block;
  padding-bottom: 30px;
}

.top_bana_wrap .top_bana a figure {
  width: 100%;
}

.top_bana_wrap .top_bana a figure img {
  width: 100%;
  height: auto;
}

.top_bana_wrap .top_bana a h3 {
  font-size: 1.4rem;
  color: #0077b2;
  text-align: left;
  margin-bottom: 10px;
  padding: 8px 0;
  background: url(images/top_box04_txt_tit01.png) bottom left no-repeat;
}

@media screen and (max-width: 767px) {
  .top_bana_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px 0;
    margin: 0 auto 50px;
  }
  .top_bana_wrap .top_bana {
    width: 47%;
    background: none;
    padding: 0;
    background: #fff;
    position: relative;
  }
  .top_bana_wrap .top_bana::after {
    content: "";
    position: absolute;
    background: url(images/shadow.png) no-repeat;
    height: 15px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
  }
  .top_bana_wrap .top_bana a {
    padding-bottom: 20px;
  }
  .top_bana_wrap .top_bana a h3 {
    background: url(images/top_box04_txt_tit01.png) bottom right no-repeat;
  }
}

/*max-width:767px*/
.top_bana_wrap02 {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top_bana_wrap02 .top_bana {
  width: 240px;
  background: url(images/top_bana01_list_bg.png) bottom center no-repeat;
  background-size: cover;
  padding: 0 10px;
}

.top_bana_wrap02 .top_bana a {
  text-decoration: none;
  padding-bottom: 30px;
  display: block;
}

.top_bana_wrap02 .top_bana a figure {
  width: 100%;
}

.top_bana_wrap02 .top_bana a figure img {
  width: 100%;
  height: auto;
}

.top_bana_wrap02 .top_bana a h3 {
  font-size: 1.4rem;
  color: #0077b2;
  text-align: left;
  margin-bottom: 10px;
  padding: 8px 0;
  background: url(images/top_box04_txt_tit01.png) bottom left no-repeat;
}

@media screen and (max-width: 767px) {
  .top_bana_wrap02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 50px;
    gap: 20px 0;
  }
  .top_bana_wrap02 .top_bana {
    width: 47%;
    background: none;
    padding: 0;
    background: #fff;
    position: relative;
  }
  .top_bana_wrap02 .top_bana::after {
    content: "";
    position: absolute;
    background: url(images/shadow.png) no-repeat;
    height: 15px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
  }
  .top_bana_wrap02 .top_bana a {
    padding-bottom: 20px;
  }
  .top_bana_wrap02 .top_bana a h3 {
    background: url(images/top_box04_txt_tit01.png) bottom right no-repeat;
  }
}

/*max-width:767px*/
.top_box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 calc((100% - 1000px) / 2) 100px;
}

.top_box03_list {
  position: relative;
  width: 450px;
  height: 248px;
  padding: 20px;
  color: #fff;
}

.top_box03_list:nth-child(1) h2 {
  height: 31px;
  margin-bottom: 20px;
  background: url(images/top_box03_list_tit01.png) top left no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top_box03_list:nth-child(2) h2 {
  height: 31px;
  margin-bottom: 20px;
  background: url(images/top_box03_list_tit02.png) top left no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top_box03_bana {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 131px;
  height: 23px;
}

.top_box04 h2,
.top_box05 h2 {
  text-align: center;
  width: 100%;
  height: 103px;
  margin-bottom: 20px;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top_box04 h2 {
  background: url(images/top_box04_tit01.png) top center no-repeat, url(images/border_blue.jpg) bottom center repeat-x;
}

.top_box05 h2 {
  background: url(images/top_box05_tit01.png) top center no-repeat, url(images/border_blue.jpg) bottom center repeat-x;
}

.top_box04_txt h3 {
  font-size: 1.4rem;
  color: #0077b2;
  text-align: left;
  margin-bottom: 10px;
  padding: 8px 0;
  background: url(images/top_box04_txt_tit01.png) bottom left no-repeat;
}

.top_bana01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
  padding: 0 calc((100% - 1000px) / 2);
}

.top_bana01_list {
  width: 240px;
  height: 303px;
  padding: 0 10px;
  background: url(images/top_bana01_list_bg.png) top center no-repeat;
}

.top_box04_txt {
  padding: 0 10px;
}

.top_box06 {
  width: 100%;
  margin-bottom: 88px;
  padding: 50px 0;
  background: url(images/top_box06_bg.jpg) top center repeat;
}

.top_box06_inner {
  text-align: center;
  padding: 0 calc((100% - 1000px) / 2);
}

.top_box06_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box06_list {
  position: relative;
  width: 500px;
  height: 580px;
  padding: 20px 30px;
  text-align: left;
  background: url(images/top_box06_list_bg.png) top center no-repeat;
}

.top_box06_content .top_box06_list:nth-child(1) h3 {
  height: 19x;
  margin-bottom: 14px;
  background: url(images/top_box06_tit02.png) top center no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top_box06_content .top_box06_list:nth-child(2) h3 {
  height: 19x;
  margin-bottom: 14px;
  background: url(images/top_box06_tit03.png) top center no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top_box06_list figure {
  margin-bottom: 10px;
}

.top_box06_bana {
  position: absolute;
  left: calc(50% - 91px);
  bottom: 20px;
  width: 183px;
  height: 60px;
}

.top_box07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 calc((100% - 1000px) / 2);
}

.top_box07_text {
  width: 420px;
}

.top_box07_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 540px;
}

@media screen and (min-width: 768px) {
  h1.top_headline {
    height: 30px;
    background: url(images/top_headline01.png) top left no-repeat;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 32px;
  }
  .top_box02_outer {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto 70px;
  }
  .top_box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    width: 1460px;
    padding: 0 0 0 0;
    text-align: left;
  }
  .top_box02_text {
    width: 500px;
  }
  .top_box02_tit {
    height: 144px;
    background: url(images/top_box02_tit.png) top left no-repeat;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 50px;
  }
  .top_box06 h2 {
    height: 28px;
    margin-bottom: 27px;
    background: url(images/top_box06_tit01.png) top center no-repeat;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .top_box07 h2 {
    height: 68px;
    margin-bottom: 26px;
    background: url(images/top_box07_tit.png) top left no-repeat;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.top_box03_list:nth-child(1) {
  background: url(images/top_box03_list_bg01.jpg) top left no-repeat;
  background-size: cover;
}

.top_box03_list:nth-child(2) {
  background: url(images/top_box03_list_bg02.jpg) top left no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h1.top_headline {
    font-size: 2.2rem;
    color: #0077b2;
    font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    margin: 0 0 32px;
  }
  .top_box01_left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    background: none;
  }
  .top_box02_outer {
    width: 100%;
    margin-bottom: 50px;
  }
  .top_box02 {
    width: 100%;
  }
  .top_box02_tit {
    font-size: 2rem;
    color: #0077b2;
    font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    margin: 0 0 32px;
  }
  .top_box02 div {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_box03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .top_box03_list {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .top_bana01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 70px;
  }
  .top_bana01_list {
    margin-bottom: 20px;
  }
  .top_box06_inner {
    padding: 0 10px;
  }
  .top_box06_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box06 h2 {
    font-size: 2rem;
    color: #0077b2;
    font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    margin: 0 0 32px;
  }
  .top_box06_inner .mb30 {
    padding: 0 10px;
  }
  .top_box06_list {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 20px 20px 100px;
    background-image: none;
    background-color: #fff;
  }
  .top_box07 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .top_box07 h2 {
    font-size: 2rem;
    color: #0077b2;
    margin-bottom: 26px;
    font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
  .top_box07_text {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_box07_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .top_box07_img figure {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .top_bana01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
  .top_bana01 a {
    width: 48%;
  }
  .top_bana01 a .top_bana01_list {
    width: 100%;
    height: 100%;
    background: url(images/top_bana01_list_bg.png) bottom center no-repeat;
    background-size: cover;
  }
  .top_bana01 a .top_bana01_list figure {
    width: 100%;
  }
  .top_bana01 a .top_bana01_list figure img {
    width: 100%;
    height: auto;
  }
}

/*max-width:767px*/
/****************************************

news トップ用

*****************************************/
#news_box {
  width: 330px;
  height: 250px;
  padding: 20px 10px 10px;
  border: 1px solid #0078b3;
}

.news_post {
  width: 100%;
  height: 180px;
  overflow-y: scroll;
}

.news_tit {
  height: 30px;
  background: url(images/news_tit.png) top center no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 10px;
}

.news_list {
  width: auto;
  padding: 15px 0;
  border-bottom: 1px dotted #7d7d7d;
}

.news_list .date {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.4rem;
  color: #333;
  background: url(images/news_list_tit.png) center left no-repeat;
}

.news_list_tit {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #news_box {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .news_post {
    height: 240px;
  }
  .news_post::-webkit-scrollbar {
    width: 1px;
  }
  .news_post::-webkit-scrollbar-track {
    background: transparent;
  }
  .news_post::-webkit-scrollbar-thumb {
    background: #999;
  }
}

/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.link_txt {
  margin-bottom: 50px;
  color: #005f92;
}

.txt520 {
  width: 520px;
}

.txt600 {
  width: 600px;
}

.txt620 {
  width: 620px;
}

.txt680 {
  width: 680px;
}

.txt700 {
  width: 700px;
}

.txt720 {
  width: 720px;
}

.txt760 {
  width: 760px;
}

.txt780 {
  width: 780px;
}

.txt800 {
  width: 800px;
}

.txt820 {
  width: 820px;
}

.txt860 {
  width: 860px;
}

/* インプラント */
.implant_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  background: url(images/implant_box01_bg.jpg) center 30px no-repeat;
}

.implant_box01_list {
  width: 250px;
}

.implant_box01_list figure {
  margin-bottom: 10px;
}

.implant_box01_list figcaption {
  font-size: 1.3rem;
}

/* ホワイトニング */
.whitening_box01 {
  width: 700px;
  height: 100px;
  padding: 17px 0 0 90px;
  background: url(images/whitening_box01_bg.jpg) top left no-repeat;
}

.whitening_box01 p {
  color: #e98401;
  font-size: 2.4rem;
}

/* 義歯（入れ歯） */
.denture_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.denture_box01_list {
  width: 320px;
  padding: 10px 10px 30px;
  background-color: #f0f6de;
}

.denture_box01_list h3 {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  background-color: #339966;
}

.denture_box01_list p {
  font-size: 1.4rem;
  padding: 0 5px;
}

/* 矯正歯科 */
.orthodontics_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
}

.orthodontics_box01_list {
  width: 309px;
}

.orthodontics_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
  background: url(images/orthodontics_box02_bg.jpg) center 80px no-repeat;
}

.orthodontics_box02_list {
  width: 313px;
}

.orthodontics_box02_list h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}

.orthodontics_box02_list p {
  color: #666;
}

/* よくあるご質問 */
.question_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.question_parts {
  width: 490px;
  margin: 0 20px 50px 0;
}

.question_post .question_parts:nth-child(2n) {
  margin-right: 0;
}

.question_subhead01 {
  line-height: 40px;
  font-size: 1.6rem;
  color: #cc3333;
  margin-bottom: 20px;
  padding: 0 0 10px 50px;
  border-bottom: 1px dotted #000;
  background: url(images/question_subhead01.jpg) top left no-repeat;
}

.question_txt p {
  font-size: 1.4rem;
}

/* 医院案内/アクセス */
.information_box01 p {
  padding: 8px 0;
  border-bottom: 1px dotted #333;
}

/* ギャラリー */
.information_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.information_box02 .information_box02_list {
  width: 320px;
  min-height: 210px;
  margin: 0 20px 50px 0;
}

.information_box02 .information_box02_list:nth-child(3n) {
  margin-right: 0;
}

.information_box02_list img {
  width: 320px;
  height: auto;
  margin-bottom: 10px;
}

.information_box02_list figcaption {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .txt600,
  .txt620,
  .txt680,
  .txt700,
  .txt720,
  .txt760,
  .txt780,
  .txt800,
  .txt820,
  .txt860 {
    width: 100%;
    margin-bottom: 30px;
  }
  /* インプラント */
  .implant_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: none;
  }
  .implant_box01_list {
    width: 100%;
  }
  .implant_box01 .implant_box01_list:nth-child(1) {
    margin-bottom: 10px;
    padding-bottom: 60px;
    background: url(images/sp_implant_box01_bg.jpg) center bottom no-repeat;
  }
  /* ホワイトニング */
  .whitening_box01 {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
  }
  .whitening_box01 p {
    color: #e98401;
    font-size: 1.8rem;
  }
  .apnea_box01 figure:nth-child(2) {
    margin: 10px 0;
  }
  /* 義歯（入れ歯） */
  .denture_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .denture_box01_list {
    width: 100%;
    margin-bottom: 30px;
  }
  /* 矯正歯科 */
  .orthodontics_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .orthodontics_box01_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .orthodontics_box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: none;
  }
  .orthodontics_box02_list {
    width: 100%;
  }
  .orthodontics_box02 .orthodontics_box02_list:nth-child(1) {
    margin-bottom: 10px;
    padding-bottom: 40px;
    background: url(images/sp_orthodontics_box02_bg.jpg) center bottom no-repeat;
  }
  /* よくあるご質問 */
  .question_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question_parts {
    width: 100%;
    margin: 0 0 50px 0;
  }
  /* 医院案内/アクセス */
  .information_box02 {
    gap: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .information_box02 .information_box02_list {
    width: 48%;
    margin: 0;
  }
  .information_box02_list img {
    width: 100%;
    height: auto;
  }
}

/****************************************

single.php

*****************************************/
h1.single_headline {
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

#single_box img {
  max-width: 1100px;
  padding: 10px 0;
}

.nav-below {
  margin: 50px 0;
  font-size: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
}

/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 50px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .pager {
    padding: 30px 0;
  }
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bottom_fix {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
  }
  .copyright {
    text-align: center;
    padding: 10px;
    background: #0078b3;
    margin-top: 30px;
    color: #fff;
  }
  .sp_pagetop {
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .sp_footer_tel {
    width: 50%;
    margin: 0 0 10px;
  }
  .sp_footer_bana {
    width: 50%;
    margin: 0;
  }
  .sp_footer_content {
    padding: 30px 10px 0;
  }
}

/* ----sp サイトマップ---- */
.sp_footer_link {
  width: 100%;
}

.sp_footer_link li {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #0078b3;
  margin-bottom: 3px;
  padding: 17px 5%;
  text-align: left;
}

.sp_footer_link li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.sp_footer_link li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp_footer_link li ul li {
  position: relative;
  text-align: left;
  width: 50%;
  margin-top: 10px;
  padding: 0 0 0 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}

.sp_footer_link li ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp_footer_link li ul li a {
  font-weight: normal;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#sp_footer {
  padding-bottom: 60px;
}

.sp_footer_content .footer_logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.sp_footer_content .footer_tel {
  width: 200px;
  padding-top: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sp_footer_content .footer_table {
  margin-bottom: 5px;
}

.sp_footer_content .sp_footer_txt {
  margin-bottom: 20px;
}

.sp_footer_content .sp_footer_txt p {
  font-size: 1.2rem;
}

.sp_footer_content .footer_pay p {
  margin-top: -8px;
  font-size: 1rem;
}

.sp_footer_content .footer_btn a {
  display: block;
  width: 220px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  background: #0078b3;
  margin: 0 auto 20px;
  padding-left: 20px;
  position: relative;
}

.sp_footer_content .footer_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background: url(images/map_icon.svg) no-repeat;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .sp_bana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: calc(100% / 3);
    background: #0078b3;
    border-top: 1px solid #fff;
  }
  .sp_bana div:nth-child(3) img {
    width: 20px;
  }
  .sp_bana div:nth-child(1) img {
    width: 20px;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 7px;
    width: 20px;
  }
  .sp_bana div p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
}

/*max-width:767px*/
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: 50px;
    bottom: 360px;
  }
  .footer_link {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    background-color: #0078b3;
  }
  .footer_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px calc((100% - 1000px) / 2);
    color: #666;
  }
  .footer_content {
    width: 430px;
  }
  .footer_content_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .footer_tel {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #999;
  }
  .footer_bana img {
    margin-bottom: 12px;
  }
  .footer_content_bottom img {
    margin-bottom: 4px;
  }
  .footer_content_bottom p {
    font-size: 1.2rem;
  }
  .footer_timetable {
    width: 562px;
  }
  .footer_timetable img {
    margin-bottom: 9px;
  }
  .footer_timetable p {
    font-size: 1.2rem;
  }
  .footer_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .copyright_area {
    text-align: center;
    color: #999;
    padding: 15px 0;
    border-top: 1px solid #0077b2;
  }
}

/****************************************

sidebar/aside

*****************************************/
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.subhead01 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 20px;
  line-height: 1.2;
  background-color: #55a6cc;
}

.subhead01 span {
  display: block;
  font-size: 1.4rem;
}

.subhead02 {
  color: #00547d;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}

.subhead03 {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #339966;
}

.subhead04 {
  display: inline-block;
  width: auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #339966;
}

.subhead05 {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #99cafe;
}

.subhead06 {
  color: #ff1717;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 767px) {
  h1.headline {
    margin: 0 0 30px;
    background: none;
  }
  h2.subhead02,
  h2.subhead03 {
    font-size: 2rem;
  }
}

/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

/****************************************

テーブル

*****************************************/
/* インプラントへの取り組み */
.effort_table {
  width: 100%;
  border-collapse: collapse;
}

.effort_table tr {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.effort_table th {
  width: 28%;
  text-align: left;
  vertical-align: text-top;
}

.effort_table td {
  width: 72%;
  text-align: left;
  vertical-align: text-top;
}

/* 料金案内 */
.charge_table {
  width: 100%;
  border-collapse: collapse;
}

.charge_table th {
  width: 50%;
  padding: 20px;
  background-color: #f5f5f5;
  border: solid 1px #d4d4d4;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  vertical-align: top;
}

.charge_table td {
  width: 50%;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  vertical-align: top;
}

/* アクセス */
.access_table {
  width: 100%;
  border-collapse: collapse;
}

.access_table tr {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

.access_table th {
  width: 25%;
  color: #1891c5;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
}

.access_table td {
  width: 75%;
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .results_table th,
  .results_table td {
    padding: 10px;
  }
  .overview_table th {
    padding: 10px;
    font-size: 1.6rem;
  }
  .overview_table td {
    padding: 10px;
  }
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.lightblue {
  color: #1891c5;
}

.lightblue02 {
  color: #0078b2;
}

.pink {
  color: #dd066c;
}

.green {
  color: #339966;
}

.orange {
  color: #ff3300;
}

.yellow {
  color: #e6f126;
}

.font_size16 {
  font-size: 1.6rem;
}

.font_size20 {
  font-size: 2rem;
}

/****************************************

ボタン

*****************************************/
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 650px !important;
  /*本文*/
}

.wpcf7-form .wpcf7-submit {
  width: 50px !important;
  /*送信ボタン*/
}

.wpcf7 p {
  line-height: 2;
  /*項目間の隙間*/
  padding-top: 3px;
}

.wpcf7-form input {
  width: auto !important;
  /*ラジオボタン、チェックボタン*/
}

.contact_p_strong {
  border-top: 1px dotted #999;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px !important;
}

.normal {
  font-weight: normal;
}

.wpcf7-submit {
  margin-top: 10px;
}

.wpcf7-response-output {
  font-size: 1.4em;
}

.red {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
  }
}

/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
address {
  font-style: normal;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .access_map iframe {
    height: 250px;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

/*max-width:767px*/
/*# sourceMappingURL=style.css.map */