@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/*
Theme Name: sueishi-shika
Theme URI:
Description: sueishi-shika
Version: 1.0
Author: toshiki
*/
html, 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;
}

body {
  line-height: 1;
}

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

nav 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;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 920px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 919px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  color: #4a5759;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 14rem;
  }
}

a {
  color: inherit;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 920px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 919px) {
  .tab_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 3.2rem;
  }
}

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

/*==========
  common set parts
  ==========*/
.container {
  margin: 12rem 0;
}

.contents__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents__wrap {
    padding: 0 16px;
  }
}

.full_wide {
  margin: 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .full_wide {
    margin: 0 16px;
  }
}

section {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 8rem;
  }
}

.flex_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .flex_container {
    flex-direction: column;
  }
}

.top_ttl_box {
  max-width: 1560px;
  position: relative;
  margin-bottom: 6.4rem;
  padding: 3.2rem 0;
  padding-left: 20%;
  background-color: #d6c79e;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_ttl_box {
    width: 100%;
    padding-left: 7%;
  }
}
.top_ttl_box::before {
  content: "";
  width: 1px;
  height: 100%;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_ttl_box::before {
    left: 5%;
  }
}
.top_ttl_box::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  z-index: 4;
}
.top_ttl_box h2.top__ttl {
  line-height: 2;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_ttl_box h2.top__ttl {
    font-size: 5rem;
  }
}

h4 {
  margin-bottom: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #4a5759;
  font-size: 2.4rem;
}

ul.list {
  padding-left: 15px;
  margin: 0 0 25px;
}
ul.list li {
  padding-left: 25px;
  position: relative;
}
ul.list li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #90b23c;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

table.sheet {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
table.sheet th {
  width: 35%;
  text-align: left;
  background: #f5f0d9;
  padding: 2rem;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  table.sheet th {
    font-size: 3.2rem;
    padding: 3.2rem;
  }
}
table.sheet td {
  padding: 8px 20px;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  table.sheet td {
    font-size: 3.2rem;
    padding: 16px;
  }
}
table.sheet .bg_brown {
  background-color: #4a5759;
  color: #fff;
}

table.sheet.price td:last-child {
  text-align: right;
}

a.btn02 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  background-color: #f5f0d9;
  height: 6rem;
  border: 2px solid #fff;
  border-radius: 40px;
  position: relative;
  letter-spacing: 0.1em;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  a.btn02 {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
}
a.btn02:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.center {
  margin: 0 auto;
  justify-content: center;
}

.t_center {
  text-align: center;
}

.tel {
  display: block;
  margin: 0 0 3rem;
  color: #f5f0d9;
  font-size: 3rem;
  text-decoration: none;
  padding: 0;
  letter-spacing: 0.1em;
}

.en {
  font-family: alverata, serif;
}

h3.title03 {
  border-bottom: solid 3px #f5f0d9;
  position: relative;
  font-size: 3.2rem;
  margin: 5rem 0 3rem 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
h3.title03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d6c79e;
  bottom: -3px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  h3.title03 {
    font-size: 4.8rem;
  }
}

h4.title04 {
  font-size: 2.4rem;
  margin: 4rem 0 2.5rem 0;
  padding: 0 0 1rem 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: double 3px #90b23c;
}
@media screen and (max-width: 767px) {
  h4.title04 {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 4.8rem;
  }
}

ul.list_check li {
  position: relative;
  padding: 0 0 5px 1.5em;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
ul.list_check li::before {
  position: absolute;
  top: 0;
  left: 1.5em;
  content: "◇";
  margin: 0 5px 0 -1.5em;
  padding: 1px;
}

.scroll {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
}

/*----------*/
/*==========
 nav__menu
  ==========*/
.nav__menu {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #4a5759;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .nav__menu {
    height: 50px;
  }
}
.nav__menu .nav__image {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__image {
    width: 200px;
  }
}
.nav__menu ul.nav__list {
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nav__menu ul.nav__list {
    display: none;
  }
}
.nav__menu ul.nav__list li {
  font-size: 1.4rem;
  padding: 1.2rem;
  position: relative;
}
.nav__menu ul.nav__list li.nav__dropdown ul.nav__list__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  flex-wrap: wrap;
  width: 40rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.nav__menu ul.nav__list li.nav__dropdown ul.nav__list__child li {
  float: none;
  width: 50%;
  padding: 0;
  border-bottom: 1px solid #a7d4c7;
}
.nav__menu ul.nav__list li.nav__dropdown ul.nav__list__child a {
  display: inline-block;
  width: 100%;
  padding: 0.8rem 1.6rem;
  background: #fff;
}
.nav__menu ul.nav__list li.nav__dropdown:hover ul.nav__list__child {
  display: flex;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__schedule {
    display: none;
  }
}
.nav__menu .nav__schedule .tel {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.nav__menu .nav__schedule .schedule p {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}

.fixed__content {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  color: #4a5759;
}
@media screen and (max-width: 767px) {
  .fixed__content {
    display: flex;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
  }
}
.fixed__content .fixed__child {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 1.6rem;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .fixed__content .fixed__child {
    flex-basis: 50%;
    border-radius: 0%;
    height: auto;
    font-size: 3.2rem;
    padding: 3rem;
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

#about, #doctor, #treatment, #flow, #qna, #price {
  padding-top: 140px;
  margin-top: -140px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 12rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
header .header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 2.4rem;
}
header .header_flex .header_logo {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  header .header_flex .header_logo {
    flex-basis: inherit;
  }
}
@media screen and (max-width: 767px) {
  header .header_flex .header_logo img {
    width: 210px;
    height: 50px;
  }
}
header .header_flex .header_nav {
  flex-basis: 60%;
  padding: 0 4rem;
}
header .header_flex .header_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_flex .header_nav ul li {
  position: relative;
  flex-basis: 20%;
  text-align: center;
  margin-bottom: 0;
}
header .header_flex .header_nav ul li ::before {
  content: "";
  background: #ddd;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}
header .header_flex .header_nav ul li a {
  color: #666;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
}
header .header_flex .header_nav ul li a span {
  color: #111;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  display: block;
}
header .header_flex .header_tel {
  color: #90b23c;
  font-weight: bold;
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  flex-basis: 15%;
  text-align: right;
}
header .header_flex .header_tel span {
  margin-right: 1rem;
  color: #111;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 250px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background-color: #4a5759;
  z-index: 9999;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebarMenuInner li a {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  right: 15px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #4a5759;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.head_btn {
  background-color: #93b248;
  position: fixed;
  right: 0;
  top: 225px;
  font-size: 18px;
  padding: 3rem 2.5rem;
  color: #fff;
  text-align: center;
  z-index: 9999;
}
.head_btn span {
  display: block;
  color: #fff;
  font-size: 16px;
}

.sp_contact {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 980;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.sp_contact li {
  display: block;
  flex-basis: 80%;
  margin: 0;
  list-style: none;
  line-height: 100%;
}
.sp_contact li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 64px;
  min-width: initial;
  margin: 0;
  border-radius: 0;
  font-weight: 600;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  background: #90b23c;
  border-right: 1px solid #fff;
}
.sp_contact li a span {
  display: block;
  font-size: 10px;
  line-height: 100%;
  margin-top: 5px;
}
.sp_contact li:first-child {
  flex-basis: 20%;
}
.sp_contact li:first-child a i {
  font-size: 30px;
}

.main_visual {
  height: 100vh;
  width: 100%;
  background-image: url(../../images/main_v-min.webp);
  background-size: cover;
  background-position: center;
}
.main_visual::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

span.under_line {
  background: linear-gradient(transparent 70%, #90b23c 70%);
}

h1.main_v_ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 20%;
  bottom: 11%;
  z-index: 1;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  h1.main_v_ttl {
    font-weight: 900;
    bottom: 14%;
    left: 7%;
    font-size: 4rem;
    padding: 3.2rem;
  }
}
h1.main_v_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d6c79e;
  left: 0;
  top: 0%;
  opacity: 0.9;
  z-index: -1;
}
h1.main_v_ttl .small {
  font-size: 2.8rem;
}

.slide-items {
  list-style: none;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 66px;
}

.slide-items img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 4s linear transform 0.4s;
}

.slide-items .zoom {
  transform: scale(1.05);
}

.pickup {
  margin-bottom: 12rem;
}

.seven_important .seven_important_list {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .seven_important .seven_important_list {
    flex-direction: column;
  }
}
.seven_important .seven_important_list .seven_important_item {
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .seven_important .seven_important_list .seven_important_item {
    width: 100%;
  }
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 48rem;
  padding: 3.2rem;
  border-radius: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .seven_important .seven_important_list .seven_important_item .seven_important_item_wrap {
    height: 320px;
  }
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap.bg01 {
  background-image: url(../../images/syugo-min.webp);
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap.bg02 {
  background-image: url(../../images/cgf.webp);
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap.bg03 {
  background-image: url(../../images/implant-min.webp);
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap.bg04 {
  background-image: url(../../images/syouki.png);
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap.bg05 {
  background-image: url(../../images/care-min.webp);
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap.bg06 {
  background-image: url(../../images/ogp.png);
  background-size: contain;
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap::after {
  content: "";
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap .bg_whitescale {
  background: #f5f0d9;
  opacity: 0.9;
  padding: 2.4rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap .bg_whitescale h3 {
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .seven_important .seven_important_list .seven_important_item .seven_important_item_wrap .bg_whitescale h3 {
    font-size: 4rem;
  }
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap .bg_whitescale ul.list {
  margin: 0;
  padding-top: 1rem;
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap .bg_whitescale ul.list li {
  margin-bottom: 0.8rem;
}
.seven_important .seven_important_list .seven_important_item .seven_important_item_wrap .bg_whitescale img {
  display: block;
  margin: 0 auto;
  width: 24rem;
}

.doctor .flex_item__img {
  flex-basis: 40%;
  margin-bottom: 4rem;
}
.doctor .flex_item__txt {
  flex-basis: 60%;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .doctor .flex_item__txt {
    padding: 0;
  }
}
.doctor h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .doctor h3 {
    font-size: 4rem;
  }
}
.doctor .flex_item__case {
  padding: 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .doctor .flex_item__case {
    padding: 0 16px;
    margin-bottom: 4rem;
  }
}
.doctor .flex_item__case .flex_item__case_ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .doctor .flex_item__case .flex_item__case_ttl {
    font-size: 4rem;
  }
}
.doctor .flex_item__case .case_single_img {
  margin-top: 1rem;
}
.doctor .flex_item__case img {
  width: 420px;
}

.feature_implant .feature_implant_merit_wrap {
  background: url(../images/floor.jpg) no-repeat center 80%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .feature_implant .feature_implant_merit_wrap {
    flex-direction: column;
  }
}
.feature_implant .feature_implant_merit_wrap .child {
  flex-basis: 50%;
  padding: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .feature_implant .feature_implant_merit_wrap .child {
    padding: 5rem 16px;
  }
}
.feature_implant .feature_implant_merit_wrap .feature_implant_merit {
  background: #ccdee8;
}
.feature_implant .feature_implant_merit_wrap .feature_implant_disadvantage {
  background-color: #4a5759;
  color: #fff;
}
.feature_implant .feature_implant_merit_wrap .feature_implant_disadvantage h4 {
  border-color: #fff;
}

.other_implant .flex_item__img {
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .other_implant .flex_item__img {
    margin-bottom: 4rem;
  }
}
.other_implant .flex_item__text {
  flex-basis: 55%;
}

.flow .flow_item {
  background: #f5f0d9;
  padding: 30px 30px 15px;
  border-radius: 3px;
  overflow: hidden;
}
.flow .flow_item h3 {
  margin-top: 0;
  border-color: #b39584;
}
.flow .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f5f0d9;
  margin: 0 auto 10px;
}

.qa .c-accordion {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 3.2rem;
  background-color: #f5f0d9;
}
.qa .c-accordion_ttl {
  padding: 3.2rem;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .qa .c-accordion_ttl {
    font-size: 3.2rem;
  }
}
.qa .c-accordion_txt {
  padding: 3.2rem;
  padding-top: 0;
  margin-top: 0;
}

.worries .worries__wrap {
  padding: 5rem 10rem;
  background-color: #e1eef5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries .worries__wrap {
    padding: 5rem 16px;
  }
}
.worries .worries__wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #4a5759 #fff #4a5759;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.infomation .infomation_inner {
  background-image: url(../../images/sinpo_view-min.webp);
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 60%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner {
    width: 100%;
  }
}
.infomation .infomation_inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.infomation .infomation_inner .trapezoid {
  padding: 4rem 0;
  width: 100rem;
  max-width: unset;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: -35%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner .trapezoid {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4rem 16px;
  }
}
.infomation .infomation_inner .trapezoid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30rem;
  transform: skew(24deg) translateY(-50%);
  background: #f5f0d9;
  top: 50%;
  opacity: 0.9;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner .trapezoid::after {
    transform: initial;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
  }
}
.infomation .infomation_inner .trapezoid ul li {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner .trapezoid ul li {
    font-size: 4.8rem;
  }
}
.infomation .infomation_inner .trapezoid ul li .c_color {
  color: #90b23c;
  font-weight: 600;
}
.infomation .infomation_inner .trapezoid ul li:nth-child(1) {
  margin-left: -4rem;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner .trapezoid ul li:nth-child(1) {
    margin-left: 0;
  }
}
.infomation .infomation_inner .trapezoid ul li:nth-child(2) {
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner .trapezoid ul li:nth-child(2) {
    margin-left: 0;
  }
}
.infomation .infomation_inner .trapezoid ul li:nth-child(4) {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .infomation .infomation_inner .trapezoid ul li:nth-child(4) {
    margin-left: 0;
  }
}

/*==========
map
==========*/
.map {
  margin-bottom: 0;
}

/*==========
  footer
==========*/
footer {
  padding-top: 12rem;
}
footer .flex_item__left {
  flex-basis: 40%;
}
footer .flex_item__left .more a {
  background-color: #4a5759;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 15px 20px;
  min-width: 300px;
  line-height: 160%;
  position: relative;
  text-align: center;
  font-weight: 600;
  z-index: 2;
}
footer .flex_item__right {
  flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  footer .flex_item__right {
    width: 100%;
  }
}
footer .sheet-time {
  width: 100%;
}
footer .cv_access {
  margin: 3rem 0 2.5rem;
  line-height: 1.5;
}
footer .cv_tel a {
  display: block;
  margin: 0 0 30px;
  color: #90b23c;
  font-size: 26px;
  text-decoration: none;
  padding: 0;
  font-weight: 600;
}
footer .cv_tel a span {
  color: #4a5759;
  font-size: 1.6rem;
}
footer .access-time {
  background: #f5f0d9;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  footer .access-time {
    font-size: 3.2rem;
  }
}
footer .access-time th:first-child,
footer .access-time td:first-child {
  padding-left: 10px;
  text-align: left;
}
footer .access-time th,
footer .access-time td {
  border-bottom: 1px solid #ddd;
  color: #111;
  vertical-align: middle;
  padding: 15px 5px;
  text-align: center;
  font-weight: normal;
  line-height: 2;
}
footer .access-time tr:last-child th,
footer .access-time tr:last-child td {
  border: none;
}
footer .access-time .btn_color {
  color: #90b23c;
}
footer .about_time {
  margin: 2rem 0 0 2rem;
}
footer .footer_sign {
  text-align: center;
  padding-bottom: 2.4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footer_sign {
    font-size: 2.8rem;
  }
}

.hp_link {
  font-size: 2.8rem;
}/*# sourceMappingURL=style.css.map */