@charset "UTF-8";
/*
Theme Name:ななせ歯科クリニック
Description:大分市のななせ歯科クリニック | 虫歯やインプラント・小児歯科など幅広く受け付けております。
Version: 1.0
License:ななせ歯科クリニック
License URI:https://www.nanase-dc.com
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  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;
}

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,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

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

/* 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;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.8rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

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

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

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  line-height: 1.66666;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.075em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  transition: 0.3s linear;
}

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

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

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

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

P

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

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

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1350 {
  width: calc(100% - 40px);
  max-width: 1350px;
  margin: 0 auto;
}

.w1420 {
  width: calc(100% - 40px);
  max-width: 1420px;
  margin: 0 auto;
}

.w1450 {
  width: calc(100% - 40px);
  max-width: 1450px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200, .w1350, .w1420, .w1450 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

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

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

.clearfix {
  display: block;
}

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

メディアクエリ/レスポンシブ用mixin

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
}

.header_wrap {
  width: 100%;
  padding: 30px 5% 0;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.header_container {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.h_logo {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h_logo {
    margin: 0;
    width: 180px;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.h_address {
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.h_tel span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  background: url(images/h_tel.png) left top 22px no-repeat;
  padding-left: 40px;
  font-weight: 600;
  line-height: 1;
}

.header_right p {
  text-align: right;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #mv_top {
    padding: 0 3%;
  }
}

.slider {
  width: 100%;
  max-width: 1700px;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider {
    border-radius: 15px;
  }
}
.slider img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider img {
    width: 120% !important;
    position: relative;
    left: 0%;
  }
}

.top_catch {
  position: absolute;
  left: 10%;
  bottom: 21%;
  width: 47%;
  max-width: 901px;
}
@media screen and (max-width: 767px) {
  .top_catch {
    left: 5%;
    width: 70%;
    bottom: 15%;
  }
}
.top_catch img {
  width: 100%;
  height: auto;
}

/* 下層MV */
#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 5%;
}

#mv_page .mv_img {
  position: relative;
  width: 1420px;
  left: 100%;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 110%;
    height: auto;
  }
}

.slider2 {
  max-width: 1420px;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slider2 {
    border-radius: 10px;
    height: auto;
  }
}

.page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.12em;
  text-shadow: 0 0 20px #0078b3;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 2.3rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
  }
  main#page_main {
    width: 100%;
  }
  .sp_none {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #0078b3;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #00a4dd;
  color: #fff;
}

.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;
  background: #0078b3;
  border: solid 1px #0078b3;
  color: white;
}

.nav-below {
  margin: 40px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #0078b3;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #0078b3;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0078b3;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  transform-origin: center top;
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

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

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #0078b3;
  border-radius: 8px;
  background-color: #0078b3;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #0078b3;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  background: url(images/c_bg.jpg) no-repeat center;
  padding: 70px 0 50px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 50px 3%;
  }
}
.aside p {
  line-height: 2;
}

.c_tel {
  text-align: center;
  margin-top: 20px;
}
.c_tel a {
  text-decoration: none;
  color: #333;
}
.c_tel span {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  background: url(images/h_tel.png) left top 22px no-repeat;
  padding-left: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c_tel span {
    font-size: 3.8rem;
    background: url(images/h_tel.png) left top 15px no-repeat;
    background-size: 30px;
  }
}

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

footer

*****************************************/
#footer {
  border-top: 4px solid #00a4dd;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 90px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_container {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    width: 100%;
    flex-direction: column;
    padding: 40px 3%;
    margin-bottom: 0;
    border: none;
  }
}
.footer_container .f_tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_container .f_tbl {
    margin-bottom: 0;
  }
}
.footer_container .f_tbl th, .footer_container .f_tbl td {
  padding: 15px 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer_container .f_tbl th, .footer_container .f_tbl td {
    font-size: 1.4rem;
  }
}
.footer_container .f_tbl th:first-child, .footer_container .f_tbl td:first-child {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .footer_container .f_tbl th:first-child, .footer_container .f_tbl td:first-child {
    width: 120px;
  }
}
.footer_container .f_tbl .t_maru {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer_container .f_tbl .t_maru {
    font-size: 1.3rem;
  }
}

.footer_left {
  display: flex;
  gap: 20px;
}

.f_content {
  margin-top: 10px;
}
.f_content p {
  line-height: 1.3;
}

.footer_address {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    text-align: center;
  }
}

.footer_right {
  width: 50%;
  padding: 0 40px;
}

/* サイトマップ */
.sitemap {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0078b3;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.sitemap a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* コピーライト */
.copyright_block {
  text-align: center;
  background-color: #0078b3;
  padding: 7px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copyright_block {
    padding: 8px 3%;
  }
}

.copyright {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #0078b3;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_map::after {
    background-image: url(images/icon_map.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #0078b3;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #0078b3;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #0078b3;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

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

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin-left: 30px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 180px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #0078b3;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #0078b3;
  opacity: 0.6;
  transition: 0.2s linear;
}

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

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

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

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #0078b3;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 10px 3%;
  }
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #0078b3;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0078b3;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #0078b3;
  padding-left: 50px;
  background: url(images/teeth_icon.png) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.2rem;
    padding-left: 40px;
    background-size: 35px;
  }
}

.top_ttl2 {
  font-size: 4.2rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  padding-bottom: 40px;
  background: url(images/deco1.png) no-repeat center bottom;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2rem;
    padding-bottom: 20px;
    background-size: 120px;
    margin-bottom: 30px;
  }
}
.top_ttl2 span {
  font-size: 4.8rem;
  color: #0078b3;
}
@media screen and (max-width: 767px) {
  .top_ttl2 span {
    font-size: 2.2rem;
  }
}

.top_ttl3 {
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
}

.marker {
  background: linear-gradient(transparent 70%, #ceecfc 0%);
  padding: 0 0px 0px 10px;
}

.kukan {
  font-size: 4.2rem;
  color: #0078b3;
}
@media screen and (max-width: 767px) {
  .kukan {
    font-size: 2rem;
  }
}

.top_ttl4 {
  font-size: 4.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.top_ttl4 span {
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0078b3;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.top_ttl5 {
  font-size: 4.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.top_ttl5 span {
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0078b3;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl5 span {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.top_ttl6 {
  font-size: 3.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  background-color: #0078b3;
  border-radius: 15px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.bnr_ttl {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bnr_ttl {
    font-size: 2.5rem;
  }
}
.bnr_ttl span {
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .bnr_ttl span {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.top_ttl7 {
  font-size: 3.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #0d498c;
  text-align: center;
  background: url(images/deco2.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background-size: 50px;
  }
}

.headline {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding-bottom: 25px;
  text-align: center;
  background: url(images/deco2.png) no-repeat center bottom;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
    padding-bottom: 20px;
    background-size: 50px;
    margin-bottom: 40px;
  }
}

.ttl01 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding: 0 0 10px 40px;
  background: url(images/teeth_icon.png) no-repeat left top 5px;
  background-size: 28px;
  border-bottom: 1px solid #01202f;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 2rem;
    background: url(images/teeth_icon.png) no-repeat left top 2px;
    background-size: 25px;
    padding: 0 0 10px 35px;
    margin-bottom: 20px;
  }
}

.ttl02 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #0078b3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.8rem;
  }
}
.ttl02 span {
  font-size: 3.6rem;
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ttl02 span {
    font-size: 2.6rem;
  }
}

.ttl03 {
  background: linear-gradient(transparent 60%, #ceecfc 0%);
  padding: 0 20px 5px;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.8rem;
    padding: 0 10px 3px;
  }
}

.ttl04 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #013955;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.ttl05 {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #0078b3;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl05 {
    font-size: 1.8rem;
  }
}
.ttl05 span {
  font-size: 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ttl05 span {
    font-size: 2.6rem;
  }
}

.ttl06 {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #0078b3;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 1.8rem;
  }
}
.ttl06 span {
  font-size: 3.6rem;
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ttl06 span {
    font-size: 2.6rem;
  }
}

.ttl07 {
  background: linear-gradient(transparent 50%, #ceecfc 0%);
  padding: 0 20px 5px;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 2rem;
    padding: 0 10px 3px;
  }
}

.ttl08 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding: 0 0 10px 40px;
  background: url(images/teeth_icon.png) no-repeat left top 5px;
  background-size: 28px;
  border-bottom: 1px solid #01202f;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl08 {
    font-size: 1.8rem;
    background: url(images/teeth_icon.png) no-repeat left top 2px;
    background-size: 25px;
    padding: 0 0 10px 35px;
    margin-bottom: 15px;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 a {
  color: #0078b3;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  width: 100%;
  padding-right: 25px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.3rem;
  }
}
.btn1 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0078b3;
  border-right: 2px solid #0078b3;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.btn1 a:hover {
  color: #00a4dd;
}
.btn1 a:hover::before {
  border-top: 2px solid #00a4dd;
  border-right: 2px solid #00a4dd;
  right: 10px;
}

.btn_container {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    margin-top: 30px;
    gap: 4%;
  }
}

.btn2 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 48%;
  }
}
.btn2 a {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #0078b3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0078b3;
  border-radius: 100vmax;
  overflow: hidden;
  text-align: center;
  padding: 18.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn2 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0078b3;
  border-right: 2px solid #0078b3;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: 0.3s;
}
.btn2 a:hover {
  background-color: #0078b3;
  color: #fff;
}
.btn2 a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 5px;
}

.btn_container2 {
  display: flex;
  justify-content: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    margin-top: 20px;
    justify-content: center;
  }
}

.btn3 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 200px;
  }
}
.btn3 a {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #0078b3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0078b3;
  border-radius: 100vmax;
  overflow: hidden;
  text-align: center;
  padding: 18.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.btn3 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0078b3;
  border-right: 2px solid #0078b3;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: 0.3s;
}
.btn3 a:hover {
  background-color: #0078b3;
  color: #fff;
}
.btn3 a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 5px;
}

.btn3 {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 50%;
  }
}
.btn3 a {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #0078b3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0078b3;
  border-radius: 100vmax;
  overflow: hidden;
  text-align: center;
  padding: 12px 10px 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.4rem;
  }
}
.btn3 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0078b3;
  border-right: 2px solid #0078b3;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: 0.3s;
}
.btn3 a:hover {
  background-color: #0078b3;
  color: #fff;
}
.btn3 a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 5px;
}

.btn_container3 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 170px;
  overflow-y: scroll;
  padding-right: 0px;
}

.news_post article a {
  width: 100%;
  padding: 13px 10px 13px 0;
  border-bottom: 1px dashed #cedde6;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    flex-direction: column;
  }
}

.news_post article a h3 {
  color: #333;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}

.news_post article span {
  background-image: linear-gradient(90deg, #0078b3, #0078b3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
}

.news_post article span:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .news_post article span:hover {
    background-size: 0;
    color: #0078b3;
  }
}

.news_post article .date {
  font-size: 2rem;
  color: #0078b3;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-right: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

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

contentトップ用

*****************************************/
/* 診療時間表 */
.top_box01 {
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    margin: 10px 0 50px;
    padding: 20px 3%;
    background-color: #ecf6fa;
  }
}

.clinichours {
  width: 650px;
  box-shadow: 0 0 9px rgba(0, 119, 179, 0.2);
  background-color: rgba(255, 255, 255, 0.7725490196);
  border-radius: 15px;
  padding: 20px 30px;
  position: absolute;
  bottom: 40px;
  right: 2%;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .clinichours {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .clinichours {
    position: sticky;
    width: 100%;
    padding: 0;
    box-shadow: revert;
    background-color: revert;
  }
}
.clinichours p {
  letter-spacing: 0.075em;
  line-height: 1.388;
}
@media screen and (max-width: 1720px) {
  .clinichours p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .clinichours p {
    font-size: 1.3rem;
  }
}

.hourtable {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0078b3;
  margin-bottom: 10px;
}
.hourtable table {
  width: 100%;
}
.hourtable table tr:not(:last-child) {
  border-bottom: 1px solid #0078b3;
}
.hourtable table th {
  font-size: 2rem;
  letter-spacing: 0.075em;
  color: #0078b3;
  background-color: #a3d9f6;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 20px 5px;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .hourtable table th {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hourtable table th {
    font-size: 1.4rem;
  }
}
.hourtable table td {
  color: #0078b3;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.075em;
  padding: 15px 5px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .hourtable table td {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hourtable table td {
    font-size: 1.4rem;
  }
}
.hourtable table th:first-child, .hourtable table td:first-child {
  width: 190px;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .hourtable table th:first-child, .hourtable table td:first-child {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .hourtable table th:first-child, .hourtable table td:first-child {
    width: 120px;
  }
}
.hourtable table th:not(:first-child), .hourtable table td:not(:first-child) {
  border-left: 1px solid #0078b3;
}
.hourtable table .t_maru {
  font-size: 1.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hourtable table .t_maru {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hourtable table .t_maru {
    font-size: 1.2rem;
  }
}

/* ブログ・お知らせ */
.newsblog_container {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .newsblog_container {
    width: 100%;
  }
}

.top_box02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
}

.ttl_btn {
  display: flex;
  border-bottom: 1px solid #0379b2;
  padding-bottom: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* ななせ歯科クリニック */
.top_box03 {
  background-color: #ecf6fa;
  padding: 80px 0;
}
.top_box03 p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 3%;
  }
}

/* 過ごしやすい空間づくり */
.top_box04 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 3%;
  }
}

.top_box04_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    flex-direction: column;
    gap: 70px;
  }
}

.pont_content {
  max-width: 420px;
  width: 32%;
  aspect-ratio: 420/350;
  border: 2px solid #0078b3;
  border-radius: 15px;
  padding: 20px 10px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pont_content {
    width: 100%;
    max-width: revert;
    aspect-ratio: revert;
  }
}
.pont_content h3 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-size: clamp(2.6rem, 2.1vw, 2.8rem);
  font-weight: 600;
  color: #1d3b71;
  padding-top: 260px;
}
@media screen and (max-width: 767px) {
  .pont_content h3 {
    font-size: 2rem;
    padding-top: 180px;
  }
}
.pont_content::after {
  display: block;
  content: "";
  position: absolute;
  width: 153px;
  height: 110px;
  top: -60px;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #0078b3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pont_content::after {
    width: 136px;
    top: -50px;
  }
}

.point_num {
  display: block;
  content: "";
  position: absolute;
  width: 149px;
  aspect-ratio: 149/112;
  top: -58px;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point_num {
    width: 130px;
    top: -48px;
  }
}
.point_num p {
  font-family: "Quicksand", "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0078b3;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
}
.point_num p span {
  color: #1d3b71;
  font-size: 3.6rem;
  display: block;
  margin-top: 5px;
}

.point1 h3 {
  background: url(images/point1.png) top 40px center no-repeat;
}
@media screen and (max-width: 767px) {
  .point1 h3 {
    background-size: 140px;
  }
}

.point2 h3 {
  background: url(images/point2.png) top 50px center no-repeat;
}
@media screen and (max-width: 767px) {
  .point2 h3 {
    background: url(images/point2.png) top 40px center no-repeat;
    background-size: 120px;
  }
}

.point3 h3 {
  background: url(images/point3.png) top 35px center no-repeat;
}
@media screen and (max-width: 767px) {
  .point3 h3 {
    background-size: 120px;
  }
}

/* ごあいさつ */
.top_box05 {
  padding: 90px 0;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(55deg, transparent, transparent 15px, #e3f4fd 15px, #e3f4fd 25px);
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 50px 0;
  }
}

.txt1 {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.txt1 p {
  line-height: 2.1;
}

.fig1 {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 72/47;
}
.fig1 img {
  width: 100%;
  height: auto;
}

.fig_container {
  position: relative;
  max-width: 720px;
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .fig_container {
    width: 100%;
    margin-left: 0px;
  }
}

.fusen {
  width: 340px;
  text-align: center;
  background-color: #c5e3f2;
  padding: 12px;
  clip-path: polygon(0 0, 100% 0, 100% 47px, 310px 100%, 0 100%);
  position: absolute;
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .fusen {
    width: 220px;
    padding: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 33px, 200px 100%, 0 100%);
    right: -5px;
  }
}
.fusen::after {
  display: block;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #9dcce5 transparent transparent transparent;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fusen::after {
    border-width: 20px 20px 0 0;
  }
}
.fusen p {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fusen p {
    font-size: 2rem;
  }
}
.fusen p span {
  font-size: 2rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .fusen p span {
    font-size: 1.5rem;
    margin-right: 15px;
  }
}

/* 診療案内 */
.top_box06 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 50px 0;
  }
}

.top_box06_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box06_container {
    flex-wrap: wrap;
    gap: 10px 2%;
    margin-bottom: 30px;
  }
}

.top_box06_content {
  width: 380px;
  aspect-ratio: 38/30;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #0078b3;
}
@media screen and (max-width: 767px) {
  .top_box06_content {
    width: 49%;
    height: 180px;
  }
}
.top_box06_content a {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top_box06_content a {
    padding-top: 110px;
  }
}
.top_box06_content p {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  color: #6a6a6a;
}
@media screen and (max-width: 767px) {
  .top_box06_content p {
    font-size: 2rem;
  }
}
.top_box06_content span {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #0d498c;
  border-right: 4px solid #0d498c;
  transform: rotate(135deg);
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box06_content span {
    margin: 0px auto 0;
  }
}

.top_clinic1 {
  background: url(images/clinic1.png) no-repeat center top 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_clinic1 {
    background: url(images/clinic1.png) no-repeat center top 15px;
    background-size: 90px;
  }
}
.top_clinic1:hover {
  background: url(images/clinic1.png) no-repeat center top 40px, #ecf6fa;
}
@media screen and (max-width: 767px) {
  .top_clinic1:hover {
    background: url(images/clinic1.png) no-repeat center top 15px, #ecf6fa;
    background-size: 90px;
  }
}

.top_clinic2 {
  background: url(images/clinic2.png) no-repeat center top 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_clinic2 {
    background: url(images/clinic2.png) no-repeat center top 15px;
    background-size: 90px;
  }
}
.top_clinic2:hover {
  background: url(images/clinic2.png) no-repeat center top 40px, #ecf6fa;
}
@media screen and (max-width: 767px) {
  .top_clinic2:hover {
    background: url(images/clinic2.png) no-repeat center top 15px, #ecf6fa;
    background-size: 90px;
  }
}

.top_clinic3 {
  background: url(images/clinic3.png) no-repeat center top 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_clinic3 {
    background: url(images/clinic3.png) no-repeat center top 15px;
    background-size: 90px;
  }
}
.top_clinic3:hover {
  background: url(images/clinic3.png) no-repeat center top 40px, #ecf6fa;
}
@media screen and (max-width: 767px) {
  .top_clinic3:hover {
    background: url(images/clinic3.png) no-repeat center top 15px, #ecf6fa;
    background-size: 90px;
  }
}

.top_clinic4 {
  background: url(images/clinic4.png) no-repeat center top 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_clinic4 {
    background: url(images/clinic4.png) no-repeat center top 15px;
    background-size: 90px;
  }
}
.top_clinic4:hover {
  background: url(images/clinic4.png) no-repeat center top 40px, #ecf6fa;
}
@media screen and (max-width: 767px) {
  .top_clinic4:hover {
    background: url(images/clinic4.png) no-repeat center top 15px, #ecf6fa;
    background-size: 90px;
  }
}

.top_clinic5 {
  background: url(images/clinic5.png) no-repeat center top 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_clinic5 {
    background: url(images/clinic5.png) no-repeat center top 15px;
    background-size: 90px;
  }
}
.top_clinic5:hover {
  background: url(images/clinic5.png) no-repeat center top 40px, #ecf6fa;
}
@media screen and (max-width: 767px) {
  .top_clinic5:hover {
    background: url(images/clinic5.png) no-repeat center top 15px, #ecf6fa;
    background-size: 90px;
  }
}

.top_clinic6 {
  background: url(images/clinic6.png) no-repeat center top 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_clinic6 {
    background: url(images/clinic6.png) no-repeat center top 15px;
    background-size: 90px;
  }
}
.top_clinic6:hover {
  background: url(images/clinic6.png) no-repeat center top 40px, #ecf6fa;
}
@media screen and (max-width: 767px) {
  .top_clinic6:hover {
    background: url(images/clinic6.png) no-repeat center top 15px, #ecf6fa;
    background-size: 90px;
  }
}

.top_box06_container2 {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .top_box06_container2 {
    gap: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sp_w100 {
    width: 100%;
  }
}

/* バナー */
.top_box07 {
  display: flex;
  background-color: #0078b3;
  isolation: isolate;
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
}

.top_bnr {
  width: 33.3333333333%;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    width: 100%;
    height: 200px;
  }
}
.top_bnr::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 9px;
  border: 1px solid rgba(255, 255, 255, 0.6117647059);
  z-index: 1;
}
.top_bnr:hover:after {
  scale: 1.1;
  opacity: 0.8;
}
.top_bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bnr1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_bnr1.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
  transition: 0.3s;
}

.bnr2::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_bnr2.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
  transition: 0.3s;
}

.bnr3::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_bnr3.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
  transition: 0.3s;
}

/* 診療時間表 */
.hour_box {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hour_box {
    margin: 10px 0 50px;
    padding: 20px 3%;
    background-color: #ecf6fa;
  }
}

.clinichours2 {
  width: 580px;
  box-shadow: 0 0 9px rgba(0, 119, 179, 0.2);
  background-color: rgba(255, 255, 255, 0.7725490196);
  border-radius: 15px;
  padding: 20px 30px;
  position: absolute;
  bottom: 40px;
  left: 2%;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .clinichours2 {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .clinichours2 {
    position: sticky;
    width: 100%;
    padding: 0;
    box-shadow: revert;
    background-color: revert;
  }
}
.clinichours2 p {
  letter-spacing: 0.075em;
  line-height: 1.388;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .clinichours2 p {
    font-size: 1.4rem;
  }
}

.hourtable2 {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0078b3;
  margin-bottom: 10px;
}
.hourtable2 table {
  width: 100%;
}
.hourtable2 table tr:not(:last-child) {
  border-bottom: 1px solid #0078b3;
}
.hourtable2 table th {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  color: #0078b3;
  background-color: #a3d9f6;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 14px 5px;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .hourtable2 table th {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hourtable2 table th {
    font-size: 1.4rem;
  }
}
.hourtable2 table td {
  color: #0078b3;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  padding: 14px 5px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .hourtable2 table td {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hourtable2 table td {
    font-size: 1.3rem;
  }
}
.hourtable2 table th:first-child, .hourtable2 table td:first-child {
  width: 170px;
  transition: 0.3s;
}
@media screen and (max-width: 1720px) {
  .hourtable2 table th:first-child, .hourtable2 table td:first-child {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .hourtable2 table th:first-child, .hourtable2 table td:first-child {
    width: 120px;
  }
}
.hourtable2 table th:not(:first-child), .hourtable2 table td:not(:first-child) {
  border-left: 1px solid #0078b3;
}
.hourtable2 table .t_maru {
  font-size: 1.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hourtable2 table .t_maru {
    font-size: 1.2rem;
  }
}

/* 診察の流れ */
.sec_mb {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 70px;
  }
}

.first_content {
  background-color: #ecf6fa;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .first_content {
    padding: 20px 5%;
  }
}

.txt2 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig2 {
  border-radius: 15px;
  overflow: hidden;
}

.arrow {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .arrow {
    margin-bottom: 40px;
  }
}
.arrow::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 80px 0 80px;
  border-color: #ecf6fa transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .arrow::after {
    border-width: 20px 50px 0 50px;
    bottom: -20px;
  }
}

/* よくあるご質問 */
.faq {
  background-color: #ecf6fa;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 20px 5%;
  }
}
.faq dt {
  color: #013955;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 50px;
  background: url(images/q.png) no-repeat left top 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq dt {
    font-size: 1.8rem;
    padding-left: 25px;
    background: url(images/q.png) no-repeat left top 4px;
    background-size: 18px;
    margin-bottom: 10px;
  }
}
.faq dd {
  padding-left: 50px;
  background: url(images/a.png) no-repeat left top 2px;
}
@media screen and (max-width: 767px) {
  .faq dd {
    padding-left: 25px;
    background: url(images/a.png) no-repeat left top 2px;
    background-size: 15px;
  }
}

/* 虫歯 */
.txt3 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec_mb2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 40px;
  }
}

.fig3 {
  border-radius: 15px;
  overflow: hidden;
}

.sec_mb3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_mb3 {
    margin-bottom: 30px;
  }
}

/* 歯周病 */
.list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list1 {
    gap: 10px;
  }
}
.list1 li {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  padding: 0 0 10px 60px;
  border-bottom: 1px dashed #013955;
  background: url(images/check.png) no-repeat left 20px top 5px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .list1 li {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0 5px 40px;
    background: url(images/check.png) no-repeat left 10px top 4px;
    background-size: 20px;
  }
}

.shoki {
  color: #013955;
  font-weight: 600;
  margin-bottom: 40px;
}

/* 小児歯科 */
/* インプラント */
.tbl1 {
  width: 100%;
}
.tbl1 th {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #013955;
  background-color: #ecf6fa;
  vertical-align: middle;
  border-bottom: 1px solid #013955;
  padding: 11px 5px;
  line-height: 1.333;
}
.tbl1 td {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
}
.tbl1 th:not(:first-child), .tbl1 td:not(:first-child) {
  border-left: 1px solid #013955;
}
.tbl1 th:first-child, .tbl1 td:first-child {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .tbl1 th:first-child, .tbl1 td:first-child {
    width: 250px;
  }
}

.tbl1_container {
  width: 880px;
  border: 1px solid #013955;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .tbl1_container {
    width: 500px;
    margin-top: 0px;
  }
}

.blue_box {
  background-color: #ecf6fa;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .blue_box {
    padding: 20px 5%;
  }
}

.risk {
  margin-bottom: 5px;
}
.risk dt {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .risk dd {
    font-size: 1.3rem;
  }
}

.implant_box03_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .implant_box03_container {
    flex-direction: column;
    gap: 30px;
  }
}

.implant_box03_content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .implant_box03_content {
    width: 100%;
  }
}
.implant_box03_content figure {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .implant_box03_content figure {
    margin-bottom: 10px;
  }
}

/* スクロール*/
.scroll {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #013955;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
/* 施設紹介 */
.gallery_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.gallery_container article {
  width: 380px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .gallery_container article {
    width: 100%;
  }
}
.gallery_container article figure {
  width: 100%;
  aspect-ratio: 380/285;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery_container article a {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery_container article p {
  flex-grow: 1;
}

/* お知らせ */
.news_container article {
  margin-bottom: 50px;
}
.news_container article figure {
  width: 440px;
  aspect-ratio: 440/330;
}
@media screen and (max-width: 767px) {
  .news_container article figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news_container article figure a {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 医院概要 */
.profile_box01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .profile_box01 {
    margin-bottom: 50px;
  }
}

.overview_tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .overview_tbl {
    margin-top: 30px;
    border-top: 1px solid #01202f;
  }
}
.overview_tbl dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #01202f;
}
@media screen and (max-width: 767px) {
  .overview_tbl dl {
    flex-direction: column;
  }
}
.overview_tbl dl dt {
  color: #0078b3;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  padding: 25px 0 10px 50px;
  font-weight: 600;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .overview_tbl dl dt {
    font-size: 1.5rem;
    width: 100%;
    padding: 10px;
    background-color: #ecf6fa;
  }
}
.overview_tbl dl dd {
  padding: 25px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .overview_tbl dl dd {
    width: 100%;
    padding: 10px;
  }
}

/* アクセスマップ */
.map {
  width: 100%;
  position: relative;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* End Hack *//*# sourceMappingURL=style.css.map */