@charset "UTF-8";

/*
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.f-round {
  font-family: 'M PLUS Rounded 1c',
    sans-serif;
}

html {
  font-size: 62.5%;
}

.body {
  font-size: 1.6rem;
}

.page a,
.header-container-in a,
.footer-in a,
.post-info a,
.sidebar-info a {
  color: #191919;
  text-decoration: none;
  transition: 0.5s;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

a:hover {
  transition: 0.5s;
  color: #e53900;
}

.br {
  display: block;
}

.text-btn {
  display: block;
  color: #fff !important;
  background-color: #ED8000;
  width: 100%;
  max-width: 390px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  font-size: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.text-btn>.fs {
  font-size: 0.8em;
}

.text-btn:hover {
  color: #fff;
  background-color: rgba(237, 128, 0, 0.6);
}

.text-btn:after {
  content: "＞";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
  line-height: 90px;
}

.header-container .banner,
.footer-container .banner {
  min-width: 160px;
  width: 160px;
}

.header-container .banner-w {
  width: 340px;
  max-width: 100%;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast !important;
}

.img-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}

.page table {
  margin: 0;
}

.page table th,
.page table tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.page ol {
  margin: 0;
  padding-left: 1.2em;
}

.page ul,
ul.menu,
ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navi-in a {
  transition: 0.5s;
}

.navi-in>ul li {
  height: auto;
}

.navi-in>ul .sub-menu {
  border-radius: 5px;
  min-width: 200px;
}

.navi-in>ul .sub-menu a:hover {
  background-color: #eee;
}

.main {
  background-color: transparent;
  padding: 0;
}

.body .main>* {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content {
  margin-top: 0;
  max-width: 1823px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  overflow: hidden;
}

#navi-in.wrap,
.page .wrap,
.header-container-in.wrap,
.footer-in.wrap {
  width: 100%;
  max-width: 1023px !important;
}

.entry-content {
  margin-top: 3em;
  margin-bottom: 1em;
}

.entry-content>*,
.demo .entry-content p {
  margin: 0;
}

.article-header {
  padding-top: 0;
  padding-bottom: 0;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.float-r {
  float: right;
  margin-left: 60px;
}

.float-l {
  float: left;
  margin-right: 60px;
}

.clear {
  overflow: hidden;
}

.flx-box {
  display: flex;
  justify-content: space-between;
}

.flx-box.reverse {
  flex-direction: row-reverse;
}

.flx-box.middle {
  align-items: center;
}

.flx-box>* {
  flex: auto;
}

.flx-box>.img-wrap {
  flex: none;
  max-width: 50%;
}

.bd-box {
  border: solid 1px #ED8000;
  border-radius: 30px;
  padding: 3em;
}

.list-disc {
  list-style-type: disc !important;
  margin-left: 2em !important;
}

/* ヘッダー */
.page_top-wrap {
  width: 100%;
  max-width: 1280px;
  min-height: 150px;
  max-height: 500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.page_top-wrap>.wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .page_top-wrap>.wrap {
    left: 0;
    transform: translateX(0);
    width: 100% !important;
  }
}

.page_top-wrap .page_title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #ED8000;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 1em;
  text-shadow: 0 0 1em #fff,
    2px 0 0.5em #fff,
    1px 0 1em #fff,
    -2px 0 0.5em #fff,
    -1px 0 1em #fff,
    0 2px 0.5em #fff,
    0 1px 1em #fff,
    0 -2px 0.5em #fff,
    0 -1px 1em #fff
}

.page_top-wrap .page_title a {
  color: #ED8000;
  text-decoration: none;
}

.page_top-wrap #hero-btn_webyoyaku {
  width: 140px;
  height: 140px;
  margin: 1em;
}

.page_top-wrap #hero-btn_webyoyaku a {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
}

.page_top-wrap #hero-btn_webyoyaku img {
  transition: 0.5s;
}

.page_top-wrap #hero-btn_webyoyaku:hover a {
  background-color: rgba(255, 255, 255, 0.8);
}

.page_top-wrap #hero-btn_webyoyaku:hover a>img {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .page_top-wrap .page_title {
    font-size: 2rem;
  }
  
  .page_top-wrap #hero-btn_webyoyaku {
    display: none;
  }
}

#header-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 10px;
}

#header-container:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 397px;
  width: 2137px;
  position: absolute;
  z-index: -1;
  top: -227px;
  left: 50%;
  transform: translateX(-50%);
}

#header-container-in {
  margin-top: 15px;
  margin-bottom: 10px;
}

#header {
  width: 25%;
}

.header .header-in {
  min-height: auto;
}

.header-container-in.hlt-top-menu {
  align-items: flex-start;
}

#header-right {
  width: 75%;
}

.navi-top .pc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navi-top .pc a+a {
  margin-left: 10px;
}

.header-tel {
  color: #ED8000;
  font-size: 2.4rem;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon {
  font-size: 30px;
  margin-right: 10px;
  color: #ED8000;
}

.header-access {
  display: block;
  text-decoration: none;
  background-color: #ED8000;
  color: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  margin-right: 20px;
}

.header-access:hover {
  background-color: rgba(237, 128, 0, 0.6);
  color: #fff;
}

#header-container .navi {
  background-color: transparent;
}

#navi .navi-in a {
  color: #191919;
}

#navi .navi-in a:hover {
  color: #191919;
  background-color: rgba(237, 128, 0, .05)
}

#navi .navi-in>.menu-header .sub-menu {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#navi-in {
  width: auto !important;
  padding: 0;
}

.navi-top {
  margin-bottom: 15px;
}

#navi-in .menu-header {
  justify-content: space-between;
}

#navi-in .menu-header>li {
  width: auto;
  height: auto;
}

#navi-in .menu-header>li>a {
  border-radius: 5px;
  padding: 0 10px 5px;
}

#navi-in .menu-header>li>a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

#navi-in .menu-header .item-label {
  position: relative;
  line-height: 40px;
}

#navi-in .menu-header .item-label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: #ED962F 3px dotted;
  border-bottom: #ED962F 3px dotted;
  margin: 0 auto;
  transform: rotate(-45deg) translate(5px, -5px);
}

#navi-in .menu-header .has-icon {
  display: none;
}

#navi-in .menu-header .sub-menu .item-label:after {
  display: none;
}

/* フッター */
.footer {
  margin-top: 3em;
  padding: 0;
  overflow: hidden;
}

.home .page-2-2 .footer {
  margin-top: 0;
}

.footer:before {
  content: "";
  display: block;
  background-image: url(./img/other-area-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 25vw;
  max-height: 256px;
}

.footer-in {
  padding: 50px 15px 80px;
}

.menu-footer-menu01-container {
  margin-bottom: 40px;
}

.menu-footer-menu02-container {
  margin-bottom: 60px;
}

#menu-footer-menu01 .sub-menu,
#menu-footer-menu02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#menu-footer-menu01>li>a,
#menu-footer-menu02>li>a {
  border-bottom: solid 1px #fff;
  display: block;
  line-height: 50px;
  height: 50px;
}

#menu-footer-menu01>li>a:hover,
#menu-footer-menu02>li>a:hover,
#menu-footer-menu01 .sub-menu>li>a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}

#menu-footer-menu01>li>a:before,
#menu-footer-menu02>li>a:before {
  content: "＞";
  display: inline-block;
  font-size: 0.7em;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}

#menu-footer-menu01 .sub-menu {
  font-size: 0.9em;
}

#menu-footer-menu01 .sub-menu>li {
  margin-top: 13px;
  margin-right: 5px;
}

#menu-footer-menu01 .sub-menu>li:last-child {
  margin-right: 0;
}

#menu-footer-menu01 .sub-menu>li>a {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
}

#menu-footer-menu02>li {
  width: 20%;
  padding-right: 30px;
}

#menu-footer-menu02>li:nth-child(5n) {
  padding-right: 0;
}

.footer-widgets {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-left,
.footer-right {
  padding: 0;
  width: 49%;
}

.top-section-2 .text,
.footer-left .text,
.footer-right .text {
  margin: 0.5em !important;
  display: flex;
  flex-wrap: wrap;
}

.top-section-2 .text>span,
.footer-left .text>span,
.footer-right .text>span {
  padding: 0 0.5em;
}

.week-table {
  border-collapse: separate;
  border-radius: 15px;
  border: 1px solid #ED8000;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  table-layout: fixed;
}

.week-table th,
.week-table td {
  padding: 15px 0;
  border: none;
  color: #1A1311;
}

.footer-left .week-table {
  border: 1px solid #fff;
}

.footer-left .week-table tbody th,
.footer-left .week-table tbody td {
  color: #ED8000;
}

.week-table thead th {
  color: #fff;
}

.week-table tbody th {
  padding: 15px 5px;
}

.week-table tr>th:first-child {
  width: 40%;
}

.week-table th {
  font-weight: normal;
}

.week-table thead th,
.week-table tbody th,
.week-table tbody td {
  border-bottom: 1px solid #ED8000;
}

.week-table thead th {
  border-right: 1px solid #fff;
}

.week-table tbody th,
.week-table tbody td {
  border-right: 1px solid #ED8000;
  background-color: #fff;
}

.week-table thead th:last-child,
.week-table tbody tr td:last-child {
  border-right: none;
}

.week-table tr:last-child th,
.week-table tr:last-child td {
  border-bottom: none;
}

.week-table thead {
  color: #fff;
  background-color: #ED8000;
}

.week-table thead tr:first-child th:first-child {
  border-radius: 15px 0 0 0;
}

.week-table thead tr:first-child th:last-child {
  border-radius: 0 15px 0 0;
}

.week-table tbody {
  color: #ED8000;
  background-color: #fff;
}

.week-table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

.week-table tbody tr:last-child th {
  border-radius: 0 0 0 15px;
}

.week-table .time {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}

.gmap {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  height: 205px;
}

.gmap>iframe {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  padding: 0;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom>div {
  margin-bottom: 20px;
}

.footer-logo {
  margin-right: 20px;
}

.footer-logo img {
  width: 240px;
}

.footer-btns {
  display: flex;
  justify-content: space-between;
}

.footer-btns>* {
  margin-right: 20px;
}

.footer-btns>*:last-child {
  margin-right: 0;
}

.footer-text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ED8000 !important;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  padding: 10px;
  min-width: 200px;
  line-height: 1.5;
}

.footer-btns {
  font-size: 50px;
  line-height: 1;
}

#footer a:hover {
  background-color: transparent;
}

/* ブログ */
.single .article {
  margin-bottom: 0;
}

.sidebar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidebar h3 {
  margin-top: 0;
  font-size: 18px;
}

.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.pagination {
  padding: 0 !important;
}

.pagination-next {
  display: none;
}

.archive-title {
  padding-top: 60px !important;
  padding-bottom: 0.5em !important;
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 2px solid #ED8000;
}

.archive-title .fa-folder-open {
  display: none;
}

.entry-card-wrap {
  border: solid 1px #ED8000;
}

.entry-categories-tags .tax-icon {
  display: none;
}

.post .entry-content a,
body#tinymce a {
  text-decoration: underline;
}

.pager-post-navi {
  margin: 0;
}

/* 
#list {
  display: flex;
  flex-direction: column;
}

.entry-card-content {
  margin-left: 0;
  padding-bottom: 0;
}

.entry-card-wrap {
  height: calc(24vw - 30px);
  max-height: 220px;
  position: relative;
  margin-bottom: 60px;
}

.cat-link {
  position: static;
  font-size: 14px;
  padding: 0.2em 0.8em;
  color: #191919;
  background-color: #FBDEC7;
  margin-right: 5px;
}

.cat-link:hover {
  opacity: 1;
  color: #e53900;
}

.cat-link .tax-icon {
  display: none;
}

.entry-card-thumb {
  max-width: 250px;
  max-height: 250px;
  width: 24vw;
  height: 24vw;
  margin-right: 30px;
  margin-top: 0;
}

.entry-card-title {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entry-card-snippet,
.entry-card-info>* {
  font-size: 14px;
  line-height: 2;
}

.entry-card-snippet {
  margin-bottom: 1em;
}

.entry-card-meta {
  margin-bottom: 4px;
}

.e-card-info>.post-date .fa-clock {
  display: none;
}
 */

/* シングルページ */
/* .entry-categories-tags {
  margin-bottom: 0;
}

.post-date,
.post-update,
.post-author,
.amp-back {
  font-size: 14px;
}

.post-date .fa-clock {
  display: none;
}

.pager-post-navi {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pager-post-navi a {
  width: 50%;
  transition: 0.5s;
}

.pager-post-navi a figure {
  display: none;
}

.pager-post-navi a .iconfont {
  color: #333;
  font-size: 12px;
  transition: 0.5s;
}

.pager-post-navi a:hover .iconfont {
  color: #e53900;
}

.pager-post-navi a.prev-post .prev-post-title,
.pager-post-navi a.next-post .next-post-title {
  font-size: 14px;
}

.pager-post-navi a.prev-next-home {
  pointer-events: none;
}

.pager-post-navi a.prev-next-home .fa-home {
  display: none;
} */

/* 新着情報 */
.post-info {
  margin-bottom: 80px;
}

.post-info:last-child {
  margin-bottom: 0;
}

/* .post-info a,
.sidebar-info a {
  color: #191919;
  text-decoration: none;
} */

.post-info a:hover,
.sidebar-info a:hover {
  color: #e53900;
}

.post-info .date,
.post-info .title {
  font-size: 18px;
  font-weight: bold;
}

.post-info .snippet {
  line-height: 2;
  margin-top: 1em;
}

.yearly-list {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.yearly-list li {
  margin-bottom: 0.5em;
}

.yearly-list li>a:after {
  content: "年";
}

.single-info .date-tags {
  text-align: left;
}

.single-info .post-date {
  font-size: 16px;
}

.entry-title {
  line-height: 1.25;
  font-weight: bold;
  padding: 0;
}

/* トップ・固定ページ */
.top-area {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom-right-radius: 2000px 400px;
  border-bottom-left-radius: 2000px 400px;
  padding-bottom: 400px !important;
  background-image: url(./img/top-area.png);
  background-repeat: no-repeat;
  background-position: center bottom 50px;
  background-size: 40%;
  position: relative;
  margin-bottom: 150px;
}

.top-area:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/top-area-bottom.jpg);
  background-repeat: no-repeat;
  background-size: 1823px;
  background-position: center bottom;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: -1;
}

.top-area-left,
.top-area-right {
  width: 48%;
}

.top-news {
  padding: 40px 25px;
}

.top-news ul li {
  margin-bottom: 30px;
}

.top-news ul li span {
  display: inline-block;
}

.top-news .time:before {
  content: "";
  background-image: url(./img/time.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 0.5em;
}

.top-news .title {
  font-size: 1.2em;
}

.top-news .text-btn {
  font-size: 16px;
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
  max-width: 170px;
}

.top-news .text-btn:after {
  font-size: 10px;
  line-height: 40px;
}

.top-area,
.top-bg {
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
}

.top-bg {
  background-color: #F3ECDA;
}

.top-bg>* {
  margin-bottom: 60px;
}

.top-bg>*:last-child {
  margin-bottom: 0;
}

.medical-list {
  list-style-type: none;
  margin: 0;
  margin-top: calc(1.7em + 85px) !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.medical-menu {
  width: 32%;
  text-align: center;
}

.medical-menu * {
  display: block;
}

.medical-menu .btn1 {
  position: relative;
  background-color: #fff;
  height: calc(2em + 80px);
  font-size: 1.1em;
}

.medical-menu .btn1>span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.medical-menu .btn1:before {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.medical-menu .btn1:after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ED8000;
  position: absolute;
  right: 20px;
  top: 50%;
}

.medical-menu.implant .btn1:before {
  background-image: url(./img/icon-implant.svg);
}

.medical-menu.orthodontics .btn1:before {
  background-image: url(./img/icon-orthodontics.svg);
}

.medical-menu.cosmetic .btn1:before {
  background-image: url(./img/icon-cosmetic.svg);
}

.medical-menu .btn2 {
  font-size: 1.2em;
  color: #fff;
  background-color: #ED8000;
  padding: 40px 0;
  position: relative;
}

.medical-menu .btn2:hover {
  background-color: rgba(237, 128, 0, 0.6);
}

.medical-menu .btn2:after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
}

.visit-area {
  background-color: #fff;
  padding: 60px 20px;
}

.visit-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.visit-img {
  text-align: right;
  margin-right: 30px;
}

.visit-img img {
  max-width: 400px;
  width: 100%;
}

.visit-text {
  line-height: 2.5;
  max-width: 450px;
  margin-top: 15px !important;
  margin-bottom: 0;
}

.visit-text .text-btn {
  font-size: 16px;
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
  max-width: 200px;
}

.visit-text .text-btn:after {
  font-size: 10px;
  line-height: 60px;
}

.other-list-1 {
  margin-right: -30px !important;
  margin-bottom: -30px !important;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.other-list-1 .other-menu {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 300px;
}

@media screen and (max-width: 1023px) {
  .other-list-1 {
    justify-content: center;
  }

}

.other-menu .title {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.other-menu .title:after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #1A1311;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.other-list-2 {
  margin-right: -30px;
  margin-bottom: -30px;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.other-list-2 .other-menu {
  width: 40%;
  border: solid 1px #ED8000;
  color: #ED8000;
  margin-bottom: 30px;
  margin-right: 30px;
}

.other-list-2 .other-menu .title {
  height: 120px;
  line-height: 120px;
  color: #ED8000;
}

.other-list-2 .other-menu .title:hover {
  background-color: rgba(243, 236, 218, 0.5);
}

.other-list-2 .other-menu .title:after {
  border-left: 12px solid #ED8000;
}

.top-section-1 .top-news {
  border: solid 1px #ED8000;
  border-radius: 15px;
}

.top-section-2 {
  margin-bottom: 3em;
}

.top-section-3 ul>li {
  padding-left: 30px;
  text-indent: -21px;
  margin-bottom: 1em;
}

.top-section-3 ul>li:last-child {
  margin-bottom: 0;
}

.top-section-3 ul>li:before {
  content: "●";
  padding-right: 5px;
}

.yearly-list {
  font-size: 16px;
  text-align: left;
}

.yearly-list li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}

.page p {
  margin: 0;
  padding: 0;
}

.page .mb {
  margin-bottom: 80px;
}

.page .page-text {
  line-height: 2.5;
  text-align: left;
}

.page .page-text b {
  font-size: 1.1em;
}

.page .page-text b.title {
  font-size: 1.2em;
}

.page .date-tags {
  display: none;
}

.page h2 {
  background-color: transparent;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  padding: 0;
  padding-bottom: 0.5em;
  margin-bottom: 50px;
}

.page h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 100%;
  background-color: #ED8000;
}

.home h2:after,
.page-2-2 h2:after {
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  background-color: #1A1311;
}

.page section {
  text-align: center;
}

.page h3 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  line-height: 1.5;
  border-right: solid 9px #ED8000;
  border-left: solid 9px #ED8000;
  padding: 0.2em 1em;
  display: inline-block;
  min-width: 370px;
}

.page h3.nobar {
  border: none;
  margin-bottom: 30px;
  display: block;
  padding: 0;
  text-align: left;
  min-width: 0;
}

.home h3,
.page-2-2 h3 {
  color: #ED8000;
  text-align: left;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  display: block;
}

.home h3:before,
.page-2-2 h3:before {
  content: "";
  background-image: url(./img/list-taiyou.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.page h4 {
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 1em;
}

.page h4>span.bb {
  display: inline-block;
  border-bottom: solid 5px #ED8000;
  padding: 0.2em 0.5em;
}

.page h4>span.bg {
  display: inline-block;
  background-color: #ED8000;
  color: #fff;
  padding: 0.2em 1em;
}

.page-medical .footer:before {
  content: none;
}

.medical-01,
.medical-02 {
  width: 50%;
  padding: 3em;
  padding-bottom: calc(3em - 30px);
}

.medical-01 {
  background-color: #F3ECDA;
}

.medical-02 {
  background-color: #EEDDCE;
}

.medical-01 h2:after,
.medical-02 h2:after {
  height: 1px;
  background-color: #1a1311;
  width: 4em;
  left: 50%;
  transform: translateX(-50%);
}

.medical-01 ul,
.medical-02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.medical-01 li,
.medical-02 li {
  width: 47%;
  margin-bottom: 30px;
}

.medical-01 a,
.medical-02 a {
  display: block;
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}

.img-child-dentistry05 {
  margin-top: 30px;
}

.digital-dentistry-01 .flx-box {
  align-items: flex-start;
  justify-content: space-between;
}

.digital-dentistry-01 .flx-box>div {
  margin-right: 20px;
  margin-bottom: 30px;
}

.digital-dentistry-01 .flx-box>div:last-child {
  margin-right: 0;
}

.digital-dentistry-01 .title {
  display: block;
  background-color: #F9E3C9;
  font-weight: bold;
  padding: 10px;
  min-width: 180px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.digital-dentistry-02 .wp-video {
  margin-top: 30px;
}

.facilities-flx {
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.facilities-flx>li,
.orthodontics-01 .flx-box.appliance>li {
  width: 48%;
  margin-bottom: 30px;
}

.facilities-flx>li {
  max-width: 460px;
}

.facilities-flx>li .page-text,
.orthodontics-01 .flx-box.appliance>li .page-text {
  line-height: 1.8;
}

.facilities-flx>li .page-text b,
.orthodontics-01 .flx-box.appliance>li .page-text b {
  line-height: 3;
}

.bd-box.tel {
  padding: 1.5em;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  text-align: center;
  max-width: 700px;
  border-radius: 12px;
}

.visit-01 .title {
  color: #ED8000;
}

.visit-01 .bd-box>* {
  border-bottom: dotted 1px #707070;
  padding: 1.5em 0.5em;
}

.visit-01 .bd-box>*:first-child {
  padding-top: 0;
}

.visit-01 .bd-box>*:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.visit-01 .flx-box {
  align-items: flex-start;
}

.visit-01 .img-wrap.iconimg {
  min-width: 0;
  margin-right: 30px;
}

.visit-01 .flow-list {
  max-width: 600px;
  margin-bottom: 30px;
}

.visit-01 .flow-list-after {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.visit-01 .flx-box>.page-text {
  margin-bottom: 1.5em;
}

.visit-02 .bg-box {
  background-color: #F9E6CF;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  margin: 0.5em 0;
  display: inline-block;
}

.flow-list {
  list-style: none;
  padding: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  counter-reset: round-num;
  text-align: left;
}

.flow-list .flow-list-bg {
  display: block;
  background-color: #F9E3C9;
  position: relative;
  padding: 0.8em;
  font-weight: bold;
  font-size: 1.8rem;
}

.flow-list .flow-list-bg:before {
  content: counter(round-num);
  counter-increment: round-num;
  background-color: #ED8000;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 1em;
}

.flow-list>li {
  position: relative;
  margin-bottom: 90px;
}

.flow-list>li:last-child {
  margin-bottom: 0;
}

.flow-list>li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #1A1311 transparent transparent transparent;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-list>li:last-child:after {
  display: none;
}

.flow-list>li .page-text {
  padding-top: 0.5em;
}

.flow-list>li .flx-box {
  margin-top: 30px;
}

.orthodontics-01 .flow-list {
  max-width: 600px;
}

.orthodontics-01 .flx-box.teethes,
.orthodontics-01 .flx-box.appliance {
  flex-wrap: wrap;
  justify-content: space-around;
}

.orthodontics-01 .teeth.img-wrap {
  max-width: 50%;
}

.orthodontics-01 .flx-box.appliance>li {
  max-width: 370px;
}

.invisalign-02 .flow-list>li>*:not(.flow-list-bg) {
  max-width: 875px;
  margin-right: auto;
  margin-left: auto;
}

.invisalign-02 .flow-list-important {
  background-color: #FDF7EF;
  padding: 30px 50px 40px;
  margin-top: 30px;
}

.invisalign-02 .flow-list-important>b {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 25px;
}

.implant-00 {
  background-color: #FCE4D1;
  max-width: 900px;
  padding: 50px;
  font-size: 2rem;
  margin: 50px auto 0;
}

.implant-03 .img-wrap {
  margin-bottom: 0;
  max-width: none;
}

.implant-03 .implant-type {
  counter-reset: li;
  margin-top: 30px;
}

.implant-03 .implant-type li {
  flex: none;
  width: 24%;
  border: solid 1px #ED8000;
  position: relative;
  padding-top: 80px;
}

.implant-03 .implant-type>li:before {
  counter-increment: li;
  content: counter(li);
  display: block;
  background: #ED8000;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  position: absolute;
  line-height: 42px;
  font-size: 1.2em;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.implant-03 .implant-type dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  min-height: 60px;
}

.implant-03 .implant-type dd {
  line-height: 2;
  padding: 20px;
}

.implant-04 .implant-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.implant-04 .implant-flow h3.nobar,
.implant-04 .implant-flow .page-text {
  text-align: center;
}

.implant-04 .implant-flow li {
  width: 100%;
  border-radius: 30px;
  background-color: #F3ECDA;
  min-height: 200px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  position: relative;
}

.implant-04 .implant-flow li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  border-top: solid 23px #1A1311;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
}

.implant-04 .implant-flow li:last-child {
  margin-bottom: 0;
}

.implant-04 .implant-flow li:last-child:after {
  display: none;
}

.implant-04 .implant-flow .implant-flow-img {
  border-radius: 50%;
  border: solid 5px #F3ECDA;
  position: absolute;
  right: 0;
  transform: translateX(40px);
}

.implant-05 .img-wrap {
  margin-right: 30px;
}

.implant-05 .img-wrap>img {
  border-radius: 50%;
}

.implant-05 .flx-box {
  margin-bottom: 5em;
  align-items: center;
}

.implant-05 .text-btn,
.medical-03 .text-btn {
  border-radius: 0;
  max-width: 750px;
  height: auto;
  line-height: 1.6;
  font-size: 1.6em;
  display: inline-block;
  padding: 20px;
  border: 10px solid #F7C78F;
}

.implant-05 .text-btn:after {
  line-height: 120px;
}

.medical-03 .text-btn {
  max-width: 450px;
  font-size: 1em;
  padding: 10px;
}

.medical-03 .text-btn:after {
  line-height: 70px;
}

.implant-05 ul li {
  margin-bottom: 90px;
}

.implant-06 .img-wrap {
  margin-right: 60px;
}

.implant-07 .implant-qa h3 {
  line-height: 42px;
}

.implant-07 .implant-qa h3:before {
  content: "Q.";
  font-family: Arial,
    Helvetica,
    sans-serif;
  background-color: #ED8000;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  margin-right: 21px;
}

.implant-08 .point-table {
  text-align: center;
  table-layout: fixed;
  line-height: 1.5;
  border-collapse: separate;
  font-size: 0.9em;
}

.implant-08 .point-table thead {
  background-color: #ED8000;
  color: #fff;
}

.implant-08 .point-table td,
.implant-08 .point-table th {
  border: none;
  padding: 0;
}

.implant-08 .point-table thead th {
  padding: 0.5rem 0;
}

.implant-08 .point-table tbody tr td,
.implant-08 .point-table tbody tr th {
  height: 10.5em;
  border-right: 1px dashed #ED8000;
}

.implant-08 .point-table tbody tr td:last-child,
.implant-08 .point-table tbody tr th:last-child {
  border-right: none;
}

.implant-08 .point-table .bottom {
  background-color: #ED8000;
  height: 20px;
}

.implant-08 .point-table tbody tr:nth-of-type(odd) {
  background-color: #FCECD9;
}

.implant-08 .point-table span {
  display: block;
}

.implant-08 .point-table .mark {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.8em;
}

.implant-08 .point-table .text {
  line-height: 1.5;
  font-weight: bold;
  padding: 0.8em 0.8em 0;
}

.implant-08 .point-table ul.text {
  list-style-type: disc;
  margin-left: 1.5em;
}

.implant-08 .point-table .item {
  width: 5em;
}

.implant-10 .deduction-subject {
  justify-content: space-between;
  margin: 0 5px;
  line-height: 1.5;
}

.implant-10 .deduction-subject>li {
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.implant-10 .deduction-subject>li .title {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.5em 0;
}

.implant-10 .deduction-subject>li .text {
  padding: 0.5em 1em;
  max-width: 200px;
  margin: 0 auto;
}

.implant-10 .deduction-cal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.implant-10 .deduction-cal .circle {
  margin: 1em;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ED8000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.implant-10 .deduction-cal .circle span {
  display: block;
}

.implant-10 .deduction-cal .circle .big {
  font-size: 1.5em;
}

.implant-10 .deduction-cal .mark {
  font-size: 3em;
  font-weight: bold;
  color: #ED8000;
}

.implant-10 .deduction-note {
  background-color: #F3ECDA;
  margin: 2.5em;
  padding: 1.8em 2.5em;
}

.implant-10 .example-table {
  font-size: 1.2em;
  line-height: 1.5;
  table-layout: fixed;
}

.implant-10 .example-table td,
.implant-10 .example-table th {
  border: solid 2px #ED8000;
  text-align: center;
  font-weight: bold;
  padding: 1em;
}

.implant-10 .example-table tr *:first-child {
  width: 28%;
}

.implant-10 .example-table .small {
  font-size: 0.8em;
}

.implant-04 .implant-flow,
.implant-07 .implant-qa,
.implant-10 .table-wrap {
  padding: 0 100px;
}

.cosmetic-dentistry-01 .type-list .img-wrap {
  margin-bottom: 0;
}

.cosmetic-dentistry-01 .type-list b {
  display: block;
  font-size: 1.5em;
  line-height: 1.25;
  margin: 10px 0;
}

.cosmetic-dentistry-01 .comparison-table {
  text-align: center;
}

.cosmetic-dentistry-01 .comparison-table thead {
  background-color: #FAE8D3;
}

.cosmetic-dentistry-01 .comparison-table thead th,
.cosmetic-dentistry-01 .comparison-table thead td {
  border-top: solid 1px #ED6B00;
}

.cosmetic-dentistry-01 .comparison-table th,
.cosmetic-dentistry-01 .comparison-table td {
  border-bottom: solid 1px #ED6B00;
  border-right: solid 1px #ED6B00;
}

.cosmetic-dentistry-01 .comparison-table tr th:first-child,
.cosmetic-dentistry-01 .comparison-table tr td:first-child {
  border-left: solid 1px #ED6B00;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}

.page-staff h3 {
  color: #ED8000;
  font-size: 2rem;
}

.page-staff h4 {
  font-size: 2rem;
  border-bottom: 1px dotted #ED8000;
  margin-bottom: 18px;
  margin-top: 30px;
}

.page-staff h4+* {
  margin-left: 4em;
}

.page-staff .page-text a {
  text-decoration: underline;
}

.staff-flx {
  flex-wrap: wrap;
  text-align: left;
}

.staff-flx>div {
  width: 48%;
  flex: none;
}

.staff-dl {
  margin-left: 0 !important;
  text-align: left;
}

.staff-dl .flx-box {
  justify-content: flex-start;
}

.staff-dl dt {
  width: 6em;
}

.staff-dl dd {
  width: calc(100% - 7em);
}

.staff-list {
  margin-top: 30px !important;
  margin-left: 5.5em !important;
}

.staff-01-1 h3.nobar,
.staff-11 h3.nobar {
  margin-bottom: 0;
}

.staff-01-1 h4 {
  margin-top: 0;
}

.staff-01-1 .img-wrap {
  margin-right: 0;
}

.staff-01-1 .img-wrap:last-child {
  margin-bottom: 0;
}

.staff-03 h3 {
  margin-bottom: 10px !important;
}

.staff-03 .block {
  display: inline-block;
  color: #ED8000;
  font-size: 2rem;
  border: solid 1px #ED8000;
  margin-bottom: 15px;
  padding: 1px 10px;
}

.staff-comment {
  background-color: #F3ECDA;
  border-radius: 40px;
  padding: 50px 70px;
}

.staff-comment h4 {
  margin-top: 0;
  border-bottom: none;
}

.staff-comment .page-text {
  margin-left: 0;
}

.staff-05 .staff-flx .mb:nth-last-of-type(2) {
  margin-bottom: 0;
}

.clinic-02 .flx-box {
  justify-content: flex-start;
}

.clinic-02 .flx-box dt {
  width: 15em;
  min-width: 12em;
}

.clinic-02 .flx-box dd {
  width: 100%;
  padding-left: 1em;
}

.first-visit-01 .bd-box {
  padding: 30px 40px;
  border-radius: 0;
  text-align: left;
  margin-top: 30px;
}

.page-price .table-wrap {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.price-table th,
.price-table td {
  width: 50%;
  border: solid 1px #ED6B00;
  padding: 6px 10px;
  font-weight: normal;
}

.access-01 .gmap-wrap {
  width: 100%;
}

.access-01 .page-text {
  margin-bottom: 50px;
}

.access-01 .gmap {
  padding: 0;
}

.access-01 .img-wrap,
.access-02 .img-wrap {
  margin-bottom: 0;
}

.page-access .bd-box {
  border-color: #707070;
  border-radius: 0;
}

.access-04 .week {
  max-width: 515px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.page-cases h3 {
  font-size: 2rem;
}

.page-cases figcaption {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}

.cases-03 figcaption {
  text-align: left;
}

.cases-flx {
  flex-wrap: wrap;
  margin-top: -30px;
}

.cases-flx:last-child {
  margin-bottom: -30px;
}

.cases-flx>* {
  max-width: 50%;
  padding: 30px;
}

.contact-table {
  text-align: left;
}

.contact-table tr:nth-child(odd) {
  background-color: #FAE6CF !important;
}

.contact-table th,
.contact-table td {
  border: none;
  padding: 20px;
}

.contact-table th {
  position: relative;
  padding-right: 80px;
  font-weight: normal;
  vertical-align: top;
  width: 250px;
}

.contact-table .required {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #EDAC60;
  padding: 0 0.8em;
  position: absolute;
  top: 20px;
  right: 0;
}

.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 5px;
  border: solid 1px #EDAC60;
  border-radius: 0;
}

.search-edit:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="date"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="time"]:focus-visible,
input[type="url"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: #EDAC60;
}

.contact-table textarea {
  line-height: 1.5;
  font-size: 16px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.mwform-radio-field input:before {
  content: "";
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mwform-checkbox-field input:before {
  content: "";
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: solid 1px #EDAC60;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mwform-radio-field input:checked:before {
  background-color: #EDAC60;
}

.mwform-checkbox-field input:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EDAC60;
  text-align: center;
  line-height: 18px;
}

.mwform-radio-field,
.mwform-checkbox-field {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.mwform-radio-field {
  height: 30px;
  line-height: 30px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.contact-table .horizontal-item {
  margin-right: 2.5em;
}

.contact-table .horizontal-item:last-child {
  margin-right: 0;
}

.acceptance-area {
  display: block;
  background-color: #FAE6CF;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 440px;
}

.acceptance-link {
  margin-bottom: 30px !important;
}

.acceptance-link a {
  text-decoration: underline;
}

.contact-btn {
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 440px;
  position: relative;
}

.contact-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #191919;
}

.contact-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #ED8000;
  border: none;
  padding: 40px;
  width: 100%;
  font-size: 16px;
  transition: 0.5s;
}

.contact-btn button:hover {
  background-color: #EEB46F;
}

.contact-btn button:disabled {
  background-color: #EEB46F;
  color: #191919;
  cursor: default;
}

.contact-btn.back-btn {
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-btn.back-btn:after {
  right: auto;
  left: 25px;
  transform: translateY(-50%) rotate(180deg);
}

.display-input,
.display-confirm,
.display-complete {
  display: none;
}

.mw_wp_form_input .display-input,
.mw_wp_form_confirm .display-confirm,
.mw_wp_form_complete .display-complete {
  display: block;
}

.privacy-policy-list {
  margin-top: 1em !important;
}

.privacy-policy-02 .privacy-policy-list li {
  margin-bottom: 1em;
}

.privacy-policy-02 .privacy-policy-list li:last-child {
  margin-bottom: 0;
}

.web-yoyaku-flow {
  list-style:none;
  counter-reset:counter;
}

.web-yoyaku-flow li>p:before {
  content:counters(counter, "") ".";
  counter-increment:counter;
  margin-right: 0.5em;
}

#web-yoyaku-label {
  font-size: 15px;
}

#web-yoyaku-btn {
  border: none;
  cursor: pointer;
  margin-top: 1em;
}

#web-yoyaku-btn:disabled {
  cursor: default;
  background-color: #ccc;
}

.thanks-ortho .flx-box {
  max-width: 500px;
  margin: 0 auto;
}

.thanks-ortho .text-btn {
  max-width: 200px;
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thanks-ortho .text-btn:after {
  line-height: 60px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1823px) {

  .top-area:after,
  .last-area:after {
    background-size: 100vw;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

  /*必要ならばここにコードを書く*/
  .page .wrap,
  .header-container-in.wrap,
  .footer-in.wrap {
    width: auto;
  }

  #menu-footer-menu02>li {
    width: 33.333%;
    padding-right: 30px;
  }

  #menu-footer-menu02>li:nth-child(5n) {
    padding-right: 30px;
  }

  #menu-footer-menu02>li:nth-child(3n) {
    padding-right: 0;
  }

  .footer-widgets>div.footer-left,
  .footer-widgets>div.footer-right {
    width: 49%;
  }

  .implant-04 .implant-flow .implant-flow-img {
    width: 200px;
    transform: translateX(55px);
  }

  .implant-08 .point-table {
    min-width: 800px;
  }

  .implant-10 .deduction-cal .circle {
    width: calc(25vw - 63.5px);
    height: calc(25vw - 63.5px);
  }

  .implant-10 .deduction-cal .mark {
    font-size: 2em;
  }

  .implant-10 .example-table {
    min-width: 700px;
  }

  .implant-04 .implant-flow,
  .implant-07 .implant-qa,
  .implant-10 .table-wrap {
    padding: 0 50px;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {

  /*必要ならばここにコードを書く*/
  .body {
    font-size: 1.4rem;
  }

  .body .main>* {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .br {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .flx-box,
  .flx-box.reverse {
    flex-direction: column;
    align-items: center;
  }

  .flx-box>.img-wrap {
    max-width: none;
  }

  .page .mb {
    margin-bottom: 60px;
  }

  .page .page-text {
    line-height: 2;
    max-width: 100%;
  }

  .table-wrap,
  .figure-wrap {
    overflow-x: scroll;
  }

  .img-wrap {
    min-width: 280px;
  }

  .float-r,
  .float-l {
    float: none;
    margin: 0 0 20px;
    width: 100% !important;
    text-align: center;
  }

  main.main {
    display: block !important;
    padding: 0;
  }

  #header,
  #header-right {
    width: auto;
  }

  .navi-top .sp {
    display: flex;
  }

  .navi-top {
    margin-bottom: 0;
  }

  .spmenu-btn {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .spmenu-btn>span {
    display: block;
    background-color: #ED8000;
    width: 25px;
    height: 4px;
    margin: 2.5px 0;
  }

  .spmenu-btn.close {
    display: block;
    position: relative;
  }

  .spmenu-btn.close>span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .spmenu-btn.close>span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .spmenu-btn.close>span:nth-child(2) {
    display: none;
  }

  .spmenu-btn.close>span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #navi {
    display: none;
  }

  #sp-menu-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    display: none;
  }

  #sp-menu-container .custom-html-widget {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  #sp-menu-container .menu-header-menu-container {
    margin: 10px 0;
  }

  #sp-menu-container #navi-in .menu-header-1>.menu-item:first-child>a {
    border-top: solid 0.5px #BFBFBF;
  }

  #sp-menu-container .menu-item>a {
    display: block;
    padding: 5px 20px;
    border-bottom: solid 0.5px #BFBFBF;
    position: relative;
  }

  #sp-menu-container .menu-item>a:hover {
    background-color: #F3ECDA;
    color: #333;
  }

  #sp-menu-container .menu-item>a:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: #1A1311 2px dotted;
    border-bottom: #1A1311 2px dotted;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-45deg) translateY(-50%);
  }

  #sp-menu-container #menu-item-33>a:after {
    display: none;
  }

  #sp-menu-container #menu-item-33 {
    position: relative;
  }

  #sp-menu-container #menu-item-33 .submenu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  #sp-menu-container #menu-item-33 .submenu-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 9px;
    height: 9px;
    border-left: #1A1311 2px dotted;
    border-bottom: #1A1311 2px dotted;
    transform: rotate(-45deg) translateY(-50%);
  }

  #sp-menu-container #menu-item-33 .submenu-btn.close:after {
    border-top: #1A1311 2px dotted;
    border-right: #1A1311 2px dotted;
    border-left: none;
    border-bottom: none;
  }

  #sp-menu-container .sub-menu {
    background-color: #FEF3E6;
    font-size: 1.4rem;
    display: none;
  }

  #sp-menu-container .sub-menu .menu-item>a {
    padding: 5px 25px;
  }

  #sp-menu-container .sub-menu .menu-item>a:after {
    display: none;
  }

  #sp-menu-container .spmenu-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }


  #sp-menu-container .spmenu-btns .flx-box {
    flex-direction: row;
  }

  #sp-menu-container .spmenu-btns>* {
    max-width: 100%;
  }

  #sp-menu-container .spmenu-btns a {
    display: inline-block;
    margin: 10px;
  }

  #sp-menu-container .spmenu-btns .flx-box>a:first-child {
    margin-right: 0;
  }

  #sp-menu-container .spmenu-btns>.right {
    text-align: right;
  }
 
  #sp-menu-container .spmenu-btns>.center {
    text-align: center;
  }

  #sp-menu-container .spmenu-btns span {
    font-size: 40px;
    color: #ED8000;
  }

  #header-container:before {
    width: 1100px;
    height: 195px;
    top: -105px;
  }

  #header-container-in {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-container-in.hlt-top-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-container-in.hlt-top-menu .logo-header img {
    max-height: 40px;
  }

  .header-container-in.hlt-top-menu .header .header-in,
  .header-container-in.hlt-top-menu .header .logo-text {
    display: flex;
  }

  .footer-in {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .menu-footer-menu01-container,
  .footer-left {
    margin-bottom: 20px;
  }

  .footer-widgets,
  .menu-footer-menu02-container {
    margin-bottom: 40px;
  }

  .footer-logo img {
    width: 180px;
  }

  #menu-footer-menu01 .sub-menu {
    justify-content: flex-start;
  }

  #menu-footer-menu02>li {
    width: 50%;
    padding-right: 30px;
  }

  #menu-footer-menu02>li:nth-child(3n) {
    padding-right: 30px;
  }

  #menu-footer-menu02>li:nth-child(2n) {
    padding-right: 0;
  }

  .footer-widgets>div.footer-left,
  .footer-widgets>div.footer-right,
  .top-area-left,
  .top-area-right,
  .medical-menu {
    width: 100%;
  }

  .footer-widgets,
  .visit-inner {
    flex-direction: column;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-bottom>div {
    width: auto;
  }

  .page_top-wrap {
    min-height: 80px;
  }

  .week-table th,
  .week-table td {
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .week-table tbody th {
    padding: 10px 5px;
  }

  .top-section-1,
  .top-section-2 {
    margin-bottom: 30px;
  }

  .medical-menu {
    margin-bottom: 115px;
  }

  .top-area {
    padding-top: 30px !important;
    padding-bottom: 250px !important;
    margin-bottom: 100px;
    background-size: 30%;
  }

  .top-area:after,
  .last-area:after {
    bottom: -100px;
  }

  .top-bg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .medical-menu:last-child {
    margin-bottom: 0;
  }

  .visit-area {
    padding: 40px 10px;
  }

  .visit-img {
    text-align: center;
    margin-right: 0;
  }

  .visit-text {
    margin-right: auto;
    margin-left: auto;
  }

  .other-menu .title {
    font-size: 1.1em;
  }

  .other-list-1 {
    margin-bottom: -10px !important;
  }

  .other-list-1 .other-menu {
    margin-bottom: 10px;
  }

  .home h2,
  .page-2-2 h2 {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }

  .home h3,
  .page-2-2 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 42px;
  }

  .home h3:before,
  .page-2-2 h3:before {
    width: 35px;
    height: 35px;
  }

  .sidebar .widget {
    margin-bottom: 40px;
  }

  .sidebar h3 {
    font-size: 16px;
  }

  /* .archive-title {
    padding-bottom: 0.5em;
  }

  .cat-link {
    font-size: 12px;
  }

  .entry-card-title {
    font-size: 16px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .entry-card-snippet,
  .entry-card-info>* {
    font-size: 12px;
  }

  .post-info {
    margin-bottom: 60px;
  }

  .post-info .date,
  .post-info .title {
    font-size: 16px;
  } */

  .page h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .page h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .page h3.nobar {
    margin-bottom: 10px;
  }

  .medical-01,
  .medical-02 {
    width: 100%;
  }

  .digital-dentistry-01 .flx-box {
    align-items: center;
  }

  .digital-dentistry-01 .flx-box dl {
    flex-direction: row !important;
    align-items: flex-start;
  }

  .digital-dentistry-01 .flx-box>div,
  .digital-dentistry-01 .title {
    margin-right: 0;
  }

  .facilities-flx>li,
  .orthodontics-01 .flx-box.appliance>li {
    width: 100%;
    max-width: 400px;
  }

  .orthodontics-01 .flx-box.teethes {
    flex-direction: row;
  }

  .implant-00 {
    font-size: 1.8rem;
    padding: 20px;
  }

  .implant-01 .img-wrap {
    margin-bottom: 30px;
  }

  .implant-03 .img-structure {
    margin-top: 30px;
  }

  .implant-03 .img-maker {
    margin-bottom: 30px;
  }

  .implant-03 .implant-type li {
    width: 100%;
  }

  .implant-04 .implant-flow .implant-flow-img {
    position: static;
    transform: translateX(0);
  }

  .implant-05 .text-btn {
    font-size: 1.4em;
  }

  .implant-05 .text-btn:after {
    line-height: 100px;
  }

  .medical-03 .text-btn {
    line-height: 1.3;
  }

  .medical-03 .text-btn:after {
    line-height: 55px;
  }

  .implant-10 .deduction-subject {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    justify-content: space-around;
  }

  .implant-10 .deduction-subject>li {
    width: 40%;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .implant-10 .deduction-subject>li:nth-child(3),
  .implant-10 .deduction-subject>li:nth-child(4) {
    margin-bottom: 0;
  }

  .implant-type li {
    width: 100%;
    margin-bottom: 20px;
  }

  .implant-type li:last-child {
    margin-bottom: 0;
  }

  .implant-04 .implant-flow,
  .implant-07 .implant-qa,
  .implant-10 .table-wrap {
    padding: 0 20px;
  }

  .invisalign-02 .flow-list-important {
    padding: 20px 25px 30px;
    margin-top: 20px;
  }

  .staff-flx>div {
    width: 100%;
  }

  .staff-dl .flx-box {
    flex-direction: row;
    align-items: flex-start;
  }

  .staff-comment {
    padding: 40px 60px;
  }

  .staff-05 .staff-flx .mb:nth-last-of-type(2) {
    margin-bottom: 60px;
  }

  .clinic-02 .flx-box {
    align-items: flex-start;
  }

  .page-price .table-wrap {
    overflow: auto;
  }

  .access-01 .page-text,
  .access-02 .page-text {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .access-01 .page-text,
  .access-04 .week {
    margin-bottom: 20px;
  }

  .page-cases h3 {
    font-size: 1.8rem;
  }

  .cases-flx {
    flex-direction: row;
    margin-top: -15px;
  }

  .cases-flx:last-child {
    margin-bottom: -15px;
  }

  .cases-flx>* {
    padding: 15px;
  }

  .contact-table th {
    padding-right: 60px;
    width: 190px;
  }

  .thanks-ortho .page-text.mb {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .implant-10 .deduction-cal {
    width: 100%;
    flex-wrap: wrap;
  }

  .implant-10 .deduction-cal .circle {
    width: calc(33.333vw - 63.333px);
    height: calc(33.333vw - 63.333px);
  }
}

@media screen and (max-width: 599px) {
  .implant-10 .deduction-cal .circle {
    margin: 1em 10px;
    width: calc(33.333vw - 51.333px);
    height: calc(33.333vw - 51.333px);
  }
}


/*499px以下*/
@media screen and (max-width: 499px) {

  /*必要ならばここにコードを書く*/
  #header-container:before {
    top: -135px;
  }

  .footer-bottom {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom>div {
    margin-bottom: 0;
  }

  .footer-btns {
    display: none;
  }

  .footer-menus {
    width: 100vw;
    margin-left: -15px;
  }

  .menu-footer-menu01-container {
    margin-bottom: 0;
  }

  #menu-footer-menu01 .sub-menu {
    display: none;
  }

  #menu-footer-menu02>li,
  #menu-footer-menu02>li:nth-child(3n),
  #menu-footer-menu02>li:nth-child(5n) {
    width: 100%;
    padding-right: 0;
  }

  #menu-footer-menu01>li>a {
    border-top: solid 1px #fff;
  }

  #menu-footer-menu01>li>a,
  #menu-footer-menu02>li>a {
    position: relative;
    padding: 0 15px;
  }

  #menu-footer-menu01>li>a:before,
  #menu-footer-menu02>li>a:before {
    display: none;
  }

  #menu-footer-menu01>li>a:after,
  #menu-footer-menu02>li>a:after {
    content: "＞";
    display: inline-block;
    font-size: 0.7em;
    margin-right: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
  }

  #sp-menu-container .spmenu-btns .flx-box {
    flex-direction: column;
  }

  #sp-menu-container .spmenu-btns .flx-box>a:first-child {
    margin-right: 10px;
  }

  .top-area:after,
  .last-area:after {
    height: 150px;
    min-height: 150px;
    background-size: contain;
  }

  .other-list-2 .other-menu {
    width: 100%;
    margin-right: 0;
  }

  .page h2 {
    font-size: 1.8rem;
  }

  .page h3 {
    font-size: 1.8rem;
    min-width: 100%;
  }

  .page h4 {
    font-size: 1.8rem;
  }

  .text-btn {
    font-size: 18px;
    max-width: 300px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
  }

  .text-btn:after {
    line-height: 70px;
  }

  .implant-04 .implant-flow li {
    padding: 20px 20px;
    min-height: auto;
    margin-bottom: 30px;
  }

  .implant-04 .implant-flow li:after {
    border-top: solid 15px #1A1311;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    bottom: -25px;
  }

  .implant-05 .text-btn {
    font-size: 1.4em;
    padding-left: 5px;
  }

  .implant-05 .text-btn:after {
    right: 5px;
    line-height: 100px;
  }

  .implant-07 .implant-qa h3 {
    line-height: 30px;
  }

  .implant-07 .implant-qa h3:before {
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }

  .implant-10 .deduction-cal .circle {
    margin: 1em 5px;
    width: calc(33.333vw - 34px);
    height: calc(33.333vw - 34px);
  }

  .implant-10 .deduction-cal .circle span {
    font-size: 12px;
  }

  .implant-10 .deduction-cal .circle .big {
    font-size: 16px;
  }

  .implant-10 .deduction-cal .mark {
    font-size: 1.5em;
  }

  .implant-10 .deduction-note {
    margin: 2.5em 0;
  }

  .implant-04 .implant-flow,
  .implant-07 .implant-qa,
  .implant-10 .table-wrap {
    padding: 0;
  }

  .staff-comment {
    padding: 30px 40px;
  }

  .page-cases h3 {
    font-size: 1.6rem;
  }

  .contact-table th {
    padding-right: 20px;
    padding-bottom: 45px;
    width: 130px;
  }

  .contact-table .required {
    top: 43px;
    right: auto;
    left: 20px;
  }

  .contact-table .horizontal-item {
    display: block;
    margin-right: 0;
  }

  .acceptance-area {
    padding: 30px;
  }

  .contact-btn button {
    padding: 30px;
  }
}

/************************************
** コラムカスタムブロック
************************************/

/* 見出しブロックベース(「！」) */
.heading-box{
  margin-top: 1.33em;
  margin-bottom: .9em;
}
.heading-box h3{
  margin: 0;
  position: relative;
  color: #fff;
  padding: 12px 24px 12px 74px;
  border: none;
  background-color: #EA5252;
}
.heading-box h3::before{
  position: absolute;
  content: "";
  background-image: url(./img/attention-icon.svg);
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  width: 36px;
  height: auto;
}
.heading-box .heading-box__content{
  background-color: #fff;
  border: 4px solid #EA5252;
  border-top: none;
  padding: 24px 30px 12px;
}

/* 見出しブロックベース(「？」) */
.heading-box.is-question h3{
  background-color: #5298EA;
}
.heading-box.is-question h3::before{
  background-image: url(./img/question-icon.svg);
}
.heading-box.is-question .heading-box__content{
  border: 4px solid #5298EA;
  border-top: none;
}

@media screen and (max-width: 834px) {
  .heading-box h3{
    padding: 12px 16px 12px 36px;
  }
  .heading-box h3::before{
    left: 14px;
    width: 24px;
  }
}

/* チェック見出しボックス、チェックリスト */
.check-box{
  margin-top: 1.33em;
  margin-bottom: .9em;
  margin: 0;
  padding: 26px 26px 16px;
  border: 4px solid #ED8200;
  border-radius: 14px;
  margin-top: 1.33em;
  margin-bottom: .9em;
}
.check-box h3{
  color: #ED8200;
  padding: 0 0 9px;
  line-height: 1.5;
  border: none;
  border-bottom: 4px solid #ED8200;
  margin: 0;
  margin-bottom: 24px;
}

.check-list{
  list-style: none;
  padding-left: 28px;
}
.check-list li{
  position: relative;
}
.check-list li::before{
  position: absolute;
  content: '';
  background-image: url(./img/check-icon.svg);
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  background-size: contain;
  width: 26px;
  height: auto;
  transform: translateX(-100%);
  top: 4px;
  left: -4px;
}
@media screen and (max-width: 834px) {
  .check-list li::before{
    top:0;
  }
  .check-box{
    padding: 16px 12px 12px;
  }
}

/* 流れブロック */
.flow-con{
  margin-top: 1.33em;
  margin-bottom: .9em;
  display: flex;
  gap: 16px;
  border-bottom: #ED8200 1px solid;
  padding-bottom: 12px;
}
.flow-con.is-false{
  display: block;
}

.flow-con__img{
  width: 240px;
}
.flow-con__img img{
  aspect-ratio: 240/170;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.flow-con__text:not(.is-false){
  width: calc( 100% - calc(240px + 16px) );
}
.flow-con__text.is-false{
  width: 100%;
}
.flow-con__text .flow-con__en{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #ED8200;
  margin-bottom: 0.2em;
}
.flow-con__text .flow-con__title{
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.flow-con__text .flow-con__content{

}

.flow-con__arrow{
  width: 100%;
  margin: 24px 0; 
}
.flow-con__arrow img{
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .flow-con{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .flow-con__img{
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
  }
  .flow-con__text:not(.is-false){
    width: 100%;
  }
  .flow-con__text .flow-con__en{
    font-size: 16px;
  }
  .flow-con__text .flow-con__title{
    font-size: 18px;
  }
  .flow-con__arrow img{
    width: 120px;
  }
}

/* CTAブロック */
.body .container main .cta-block{
  border: 1px solid #ed6800;
  padding: 32px 34px 24px;
}

.body .container main .cta-block__title{
  font-size: 24px;
  line-height: 40px;
  color: #ed6800;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding-left: 52px;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}
.body .container main .cta-block__title::before{
  position: absolute;
  content: '';
  background-image: url(./img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.body .container main .cta-block__links{
  display: flex;
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
}

.body .container main .cta-block__wrap{
  width: 50%;
}
.body .container main .cta-block__wrap .comment{
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2em;
  font-size: 12px;
}
.body .container main .cta-block__wrap.is-web .comment{
  color: #ed6800;
}
.body .container main .cta-block__wrap a{
  font-weight: bold;
  color: #fff;
  background-color: #ed6800;
  font-size: 22px;
  line-height: 40px;
  border-radius: 100px;
  padding: 4px 12px;
  display: block;
  width: 252px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  text-decoration: none!important;
  opacity: 1;
  transition: 0.3s;
}
.body .container main .cta-block__wrap.is-tel a{
  padding: 6px 12px;
}
.body.page-2-2 .container main .cta-block__wrap.is-tel a{
  padding: 4px 12px;
}
.body .container main .cta-block__wrap.is-web a{
  font-size: 18px;
  color: #ed6800;
  background-color: #fff;
  border: 2px solid #ed6800;
  line-height: 40px;
}
.body .container main .cta-block__wrap a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.body .container main .cta-block__wrap a span{
  display: block;
  margin: 0 auto;
  padding-left: 30px;
  width: fit-content;
  position: relative;
  line-height: 40px;
}
.body .container main .cta-block__wrap a span::before{
  content: '';
  position: absolute;
    background-image: url(./img/tel-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    width: 26px;
    height: auto;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}
.body .container main .cta-block__wrap a span.tel-icon-2::before{
    background-image: url(./img/tel-icon-2.svg) !important;
}
.body .container main .cta-block__wrap .description{
  color: gray;
  font-size: 10px;
  text-align: center;
  margin-top: 0.5em;
  line-height: 1;
}

.body .container main .cta-block ul{
  font-size: 10px;
  padding-left: 24px;
  margin: 12px 0 0px;
  list-style: disc;
}

.body .container main .cta-block ul a{
  color: #007aed;
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  .body .container main .cta-block{
    padding: 24px 12px 24px;
  }

  .body .container main .cta-block__title{
    font-size: 18px;
    line-height: 36px;
    padding-left: 40px;
    position: relative;
  }
  .body .container main .cta-block__title::before{
    width: 32px;
    height: 32px;
  }

  .body .container main .cta-block__links{
    max-width: 600px;
    margin: 18px auto 0;
    display: block;
  }
  
  .body .container main .cta-block__wrap{
    width: 100%;
    margin: 20px auto 0;
  }

  .body .container main .cta-block__wrap a span::before{
    width: 26px;
    top: 52%;
  }
}

/* 監修者ブロック */
.doctor-profile{
  margin-top: 1.33em;
  margin-bottom: .9em;
  background-color: #FAECE1;
  border-radius: 8px;
  padding: 20px 30px 12px;
  max-width: 610px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.doctor-profile__top{
  gap: 16px;
  display: flex;
}

.doctor-profile__top .doctor-profile__img{
  width: 150px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  height: auto;
}
.doctor-profile__top .doctor-profile__img img{
  display: block;
  width: 100%;
  height: auto;
}

.doctor-profile__top .doctor-profile__text{
  width: calc( 100% - calc( 150px + 16px ) );
  font-weight: bold;
}
.is-big .doctor-profile__text{
  padding-top: 18px;
}
.doctor-profile__top .doctor-profile__text .doctor-profile-text__title{
  color: #ed6800;
  font-size: 12px;
  margin-bottom: 0.2em;
}
.doctor-profile__top .doctor-profile__text .doctor-profile-text__sub{
  font-size: 12px;
  margin-bottom: 0.2em;
}
.doctor-profile__top .doctor-profile__text .doctor-profile-text__name{
  font-size: 24px;
}
.doctor-profile__top .doctor-profile__text .doctor-profile-text__name span{
  font-size: 18px;
}

body .doctor-profile-text__link{
  display: block;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
  font-size: 14px;
  font-weight: normal;
  color: #007aed;
  text-decoration: underline;
}

.doctor-profile__bottom{
  background-color: #fff;
  padding: 24px 30px;
  border-radius: 8px;
  margin-top: 24px;
}

.doctor-profile__bottom p{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.doctor-profile__bottom table{
  
}
.doctor-profile__bottom table tr{
  background-color: unset;
  
}
.doctor-profile__bottom table tr td{
  border: none;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: top;
}

.is-big .doctor-profile-text__link{
  margin: 1em 0 1em auto;
}

@media screen and (max-width: 834px) {
  .doctor-profile{
    border-radius: 8px;
    padding: 20px 12px 12px;
  }
  
  .doctor-profile__top{
    gap: 8px;
  }
  
  .doctor-profile__top .doctor-profile__img{
    width: 84px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    height: 84px;
  }
  .doctor-profile__top .doctor-profile__img img{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .is-big .doctor-profile__text{
    padding-top: 0;
  }
  .doctor-profile__top .doctor-profile__text .doctor-profile-text__title{
    font-size: 10px;
  }
  .doctor-profile__top .doctor-profile__text .doctor-profile-text__sub{
    font-size: 10px;
  }
  .doctor-profile__top .doctor-profile__text .doctor-profile-text__name{
    font-size: 18px;
    margin-bottom: 0;
  }
  .doctor-profile__top .doctor-profile__text .doctor-profile-text__name span{
    font-size: 14px;
  }  

  .doctor-profile__bottom{
    background-color: #fff;
    padding: 12px 12px;
    border-radius: 4px;
    margin-top: 12px;
  }

  .doctor-profile__bottom p{
    font-size: 16px;
  }
  .doctor-profile__bottom table tr td{
    font-size: 12px;
  }
}

/* 関連記事ブロック */
.post .entry-content a.entry-card-wrap{
  text-decoration: unset;
  margin-top: 1.33em;
  margin-bottom: .9em;
}
.article.category-news-post a.entry-card-wrap h2{
  margin-top: 0;
  margin-bottom: 0;
  background-color: unset;
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 1.6;
  font-weight: bold;
  padding: 0;
  color: #191919;
}

@media screen and (min-width: 600px) {
  .post .entry-content a.entry-card-wrap.is-min{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .post .entry-content a.entry-card-wrap.is-min .entry-card {
    display: block;
  }
  .post .entry-content a.entry-card-wrap.is-min .entry-card .entry-card-thumb{
    width: 100%;
    margin-top: 0;
  }
  .post .entry-content a.entry-card-wrap.is-min .entry-card .entry-card-content{
    width: 100%;
    margin: 0 auto;
  }
}

/* FAQブロック */
.faq__con{
  margin-top: 1.33em;
  margin-bottom: .9em;
  border-bottom: #ED6B00 2px solid;
  padding-bottom: 8px;
}
.faq__con .faq__question{
  padding: 0 60px 0 30px;
  background-color: unset;
  color: #191919;
  font-weight: bold;
  border: none;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.faq__con .faq__question::before,.faq__con .faq__answer::before{
  color: #ed6800;
  font-size: 20px;
  content: 'Q.';
  position: absolute;
  left: 4px;
  top: 0;
  font-weight: bold;
}
.faq__con .faq__question::after{
  position: absolute;
  content: '';
  background-image: url(./img/arrow-icon.svg);
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 8px;
  top: 14px;
  transform: translateY(-50%) rotate(180deg);
}
.faq__con .faq__question.open::after{
  transform: translateY(-50%) rotate(0deg);
}

.faq__con .faq__answer{
  padding: 4px 60px 0 30px;
  position: relative;
  display: none;
}
.faq__con .faq__answer::before{
  content: 'A.';
}

@media screen and (max-width: 834px) {
  .faq__con{
    padding-bottom: 8px;
  }
  .faq__con .faq__question{
    padding: 0 30px 0 30px;
    font-size: 16px;
  }
  .faq__con .faq__question::before,.faq__con .faq__answer::before{
    font-size: 16px;
    left: 2px;
  }
  .faq__con .faq__question::after{
    top: 12px;
  }
  
  .faq__con .faq__answer{
    padding: 4px 30px 0 30px;
  }
}

/* 目次の全体的なスタイル設定 */
.lwptoc {
  background-color: #fff; /* 背景色 */
  border: 2px solid #ed6800; /* 境界線 */
  width: 100%; /* 幅の設定 */
  margin-top: 1.33em;
  margin-bottom: .9em;
  margin-left: auto;
  margin-right: auto;
}

.lwptoc_i{
  width: 100%;
}

.lwptoc_header {
  display: flex; /* Flexbox を使用 */
  justify-content: space-between; /* タイトルとトグルを両端に */
  align-items: center; /* 縦方向の中央揃え */
  margin-bottom: 10px; /* 下マージン */
}

.lwptoc_title {
  font-weight: bold; /* ボールドフォント */
  color: #333; /* 文字色 */
}

.lwptoc_toggle_label {
  cursor: pointer; /* ホバー時のカーソルをポインターに */
  color: blue; /* リンク色 */
  text-decoration: none; /* アンダーラインを無しに */
}

.lwptoc_items {
  list-style-type: none; /* リストのスタイルタイプをなしに */
  margin: 0; /* マージンリセット */
  padding: 0; /* パディングリセット */
}

.lwptoc_item {
  margin-bottom: 5px; /* 各項目の下マージン */
}

.lwptoc_item a {
  color: #555; /* リンクの色 */
  text-decoration: none; /* リンクの下線を無しに */
  transition: color 0.3s; /* 色変更のトランジション */
}

.lwptoc_item a:hover {
  color: #000; /* ホバー時のリンク色 */
}

.lwptoc_item_number {
  font-weight: bold; /* 項目番号をボールドに */
  margin-right: 5px; /* 右マージン */
}

/* サイトマップ */
.is-sitemap{
  max-width: 640px;
  margin: 0 auto;
}

.is-sitemap ul{
  list-style: disc;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 2em;
}

.is-sitemap ul li{
  text-align: left;
}

/* トップページ調整用 */
.home .clinic-01,
.page-2-2 .clinic-01{
  padding-bottom: 0;
}
.home .clinic-01 h2,
.page-2-2 .clinic-01 h2 {
  font-size: 24px;
  line-height: 40px;
  color: #ed6800;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding-left: 52px;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}
.home .clinic-01 h2::after,
.page-2-2 .clinic-01 h2::after {
  position: absolute;
  content: '';
  background-image: url(./img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 0;
  transform: unset;
  top: 0;
  background-color: unset;
}
.home  .top-area__2,
.page-2-2  .top-area__2 {
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom-right-radius: 2000px 400px;
  border-bottom-left-radius: 2000px 400px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 834px) {
  .home .top-area__2,
  .page-2-2 .top-area__2 {
    padding-top: 30px;
  }
}
.top-area__illust{
  width: 100%;
  height: 400px;
  padding: 0;
  background-image: url(./img/top-area.png);
  background-repeat: no-repeat;
  background-position: center bottom 50px;
  background-size: 80%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-area__illust{
    height: 40px;
    background-size: 30%;
    background-position: center bottom 20px;
  }
}

.home .access-01,
.page-2-2 .access-01 {
  padding: 20px 0 0;
}
@media screen and (max-width: 834px) {
  .home .access-01,
  .page-2-2 .access-01{
    padding: 20px 0;
  }
}

.home .body .container main .cta-block{

}

.top-area__bottom{
  background-image: url(./img/bg-obj.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: 150px;
  position: relative;
  margin-left: -400px;
  margin-right: -400px;
  padding-left: 400px;
  padding-right: 400px;
  box-sizing: border-box;
}
.top-area__bottom:after{
  content: "";
    display: block;
    width: 100%;
    height: 270px;
    background-image: url(./img/top-area-bottom.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: -1;
    background-size: 100vw;
    overflow-wrap: break-word;
}
@media screen and (max-width: 674px) {
  .top-area__bottom{
    background-image: url(./img/top-bottom.jpg);
    margin-bottom: 0;
    background-size: contain;
    aspect-ratio: 865/80;
    margin-top: 48px;
  }
  .top-area__bottom:after{
    content: "";
  }
}

.home .page-text,
.page-2-2 .page-text {
  line-height: 1.5;
  margin-bottom: 24px;
}

/* 追従CTA */
.footer-mobile{
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  color: #333;
  padding: 0;
  z-index: 10;
}

.float__wrap .cta-block__links{
  display: flex;
  width: 100%;
}

.float__wrap .cta-block__wrap{
  width: 50%;
}
.float__wrap .cta-block__wrap .comment{
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2em;
  font-size: 10px;
  display: none;
}
.float__wrap .cta-block__wrap.is-web .comment{
  color: #ed6800;
}
.float__wrap .cta-block__wrap a{
  font-weight: bold;
  color: #fff;
  background-color: #ed6800;
  font-size: 16px;
  line-height: 40px;
  padding: 4px 0;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  text-decoration: none!important;
  opacity: 1;
  transition: 0.3s;
}
.float__wrap .cta-block__wrap.is-tel a{
  padding: 8px 12px;
}
.float__wrap .cta-block__wrap.is-web a{
  font-size: 16px;
  color: #ed6800!important;
  background-color: #fff;
  border: 2px solid #ed6800;
  line-height: 44px;
}
.float__wrap .cta-block__wrap a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.page-2-2 .float__wrap .cta-block__wrap.is-web {
  order: 1;
}
.page-2-2 .float__wrap .cta-block__wrap.is-tel {
  order: 2;
}
.page-2-2 .float__wrap .cta-block__wrap a{
  background-color: #fff !important;
  color: #ed6800 !important;
  border: 2px solid #ed6800;
}
.page-2-2 .float__wrap .cta-block__wrap a:hover{
  opacity: 1 !important;
}
.page-2-2 .float__wrap .cta-block__wrap.is-web a{
  background-color: #ed6800 !important;
  color: #fff !important;
}
.page-2-2 .float__wrap .cta-block__wrap.is-tel a {
  padding: 6px 12px;
}
.page-2-2 .float__wrap .cta-block__wrap a span::before {
  background-image: url(./img/tel-icon-2.svg);
}
.float__wrap .cta-block__wrap a span{
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  width: fit-content;
  position: relative;
  line-height: 40px;
}
.float__wrap .cta-block__wrap a span::before{
  content: '';
  position: absolute;
    background-image: url(./img/tel-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    width: 18px;
    height: auto;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
  }
.float__wrap .cta-block__wrap .description{
  display: none;
}

.float__wrap .cta-block ul{
  font-size: 10px;
  padding-left: 24px;
  margin: 12px 0 0px;
  list-style: disc;
}

.float__wrap .cta-block ul a{
  color: #007aed;
  text-decoration: underline;
}

.widget_text.widget.widget-footer-mobile.widget_custom_html{
  margin: 0;
}

tldx-lmi-shadow-root{
  display: none;
}

@media screen and (max-width: 674px) {
  .footer-in{
    padding-bottom: 72px;
  }
}

.is-front-h1{
  font-size: 10px;
  color: #333;
  white-space: nowrap;
  width: 10px;

  transform: scale(0.8);
}
@media screen and (max-width: 834px) {
  .is-front-h1{
    transform: scale(0.8);
  }
  #header-container-in {
      margin-top: 0px;
      margin-bottom: 10px;
  }
  #header-container:before {
      height: 206px;
  }
  .navi-top .sp {
      margin-top: 20px;
  }
}

/*新FV*/
.page_top-wrap.new_cont {
     margin-top:65px;
     max-height:580px;
}

.page_top-wrap.new_cont .swiper-slide img.main_img{
         width:100%;
}

.page_top-wrap.new_cont .swiper-slide {
     position:relative;
}

.page_top-wrap.new_cont .swiper-slide .layer_cont{
     position:absolute;
     top:150px;
}

