@charset "UTF-8";

/*
  common
========================================================================== */
.comingsoon {
  margin: 60px 0 120px 0;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

/*
  staff（院長スタッフ）
========================================================================== */
section.staff {
  margin-bottom: 40px;
}
/* profile */
.staff .staff_profile {
  overflow: hidden;
}

.staff .staff_profile + .staff_profile {
  margin-top: 30px;
}

/* portrait */
.staff .portrait-l {
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
}

.staff .portrait-s {
  float: right;
  max-width: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* box */
.staff .staff-box {
  margin-top: 15px;
}

.staff .staff-box > div + div {
  margin-top: 15px;
}

/* hobby */
.staff .staff-hobby {
  max-width: 400px;
}

.staff .staff-hobby .table-nocolor tr th,
.staff .staff-hobby .table-nocolor tr td {
  text-align: left;
}

/* career */
.staff .staff-career .table-nostyle tr th,
.staff .staff-career .table-nostyle tr td {
  vertical-align: top;
  padding: 0;
}

.staff .staff-career .table-nostyle tr:nth-child(n+2) th,
.staff .staff-career .table-nostyle tr:nth-child(n+2) td {
  padding-top: 5px;
}

.staff .staff-career .table-nostyle tr th {
  padding-right: 1em;
  white-space: nowrap;
}

/* certificate */
.staff .staff-certificate {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.staff .staff-certificate li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.staff .staff-certificate li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.staff .staff-certificate li .txt {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

/* book */
.staff .staff-book {
  margin-top: 15px;
}

.staff .staff-book .bookgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.staff .staff-book .book li,
.staff .staff-book .bookgallery li {
  display: flex;
  gap: 0 10px;
}

.staff .staff-book .book li {
  align-items: center;
}

.staff .staff-book .bookgallery li {
  align-items: flex-start;
}

.staff .staff-book .book li + li {
  margin-top: 10px;
}

.staff .staff-book .book li .img,
.staff .staff-book .bookgallery li .img {
  flex: 0 0 180px;
}

.staff .staff-book .book li .ttl,
.staff .staff-book .bookgallery li .ttl {
  flex: 1;
}

/* profile gallery */
.staff .staff-profile-gallery {
  margin-top: 20px;
}

.staff .staff-profile-gallery ul {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* code */
/* message */
.staff .staff-code,
.staff .staff-message {
  margin-top: 15px;
}

/* gallery */
.staff .staff-gallery {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* photo */
.staff .staff-photo {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
}

.staff .staff-photo li + li {
  margin-top: 10px;
}

/*
  tour（院内ツアー）
========================================================================== */
section.tour {
  margin-bottom: 40px;
}

.tour .tour_item + .tour_item {
  margin-top: 20px;
}

/*
  price（料金表）
========================================================================== */
section.price {
  margin-bottom: 40px;
}

.price_menu a.p-link{
	color: var(--sub-color)
}
.price_item {
  margin-bottom: 40px;
}

.price_item:last-of-type {
  margin-bottom: 0;
}

.price .cleditcard li {
  float: left;
  margin-right: 8px;
}

.price .cleditcard li img {
  width: auto;
  height: 39px;
}

.price .cleditcard li:last-child {
  margin: 0;
}

.price .invisa {
    background: #f3f3f3;
	padding:20px 30px 30px;
}


.price .invisa .invisa-ttl {
    display: flex;
    align-items: center;
    font-size:16px;
    line-height:1;
    margin-bottom:10px;
	padding-left: 0.5em;
}
.price .invisa .invisa-ttl span:nth-of-type(1){
    font-size: 110%;
    width: 1.6em;
    aspect-ratio: 37/44;
    padding-bottom: 0.35em;
    box-sizing: border-box;
    margin-right: 0.8em;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background-image:url(../images/price/invisa_ttl_ico.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.price .invisa .box_w {
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
	align-items: center;
    padding:25px
}
.price .invisa .box_w figure{
    width:200px;
    flex-shrink:0;
}
.price .invisa .table-nostyle{
	font-size: 16px;
}
.price .invisa .table-nostyle th{
	text-align: center;
}
.price .invisa .table-nostyle td{
	text-align: right;
}
.price .invisa .table-nostyle tr.sum{
	border-top: 1px solid #333;
}

.price .invisa .loan{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
}
.price .invisa .loan .ttl-low{
	width: 100%;
	font-size: 15px;
	padding: 0.5em 1em 0.4em;
	text-align: center;
	margin: 0;
}
.price .invisa .loan dl{
	width: 230px;
	display: grid;
	font-size: 15px;
	place-items: center;
	place-content: start;
}
.price .invisa .loan dt{
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.price .invisa .loan dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	aspect-ratio: 1 / 1;
	border: 2px solid #288cc8;
	border-radius: 50%;
	font-size: 140%;
	font-weight: bold;
	color:#288cc8;
	background-color: #fff;
	margin-right:15px
}
.price .invisa .loan dd{
	grid-column:2 / 3;
	width: 100%;
}

.price .price_pay {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.price .price_pay dl {
    width: 255px;
    display: flex;
    align-items: center
}

.price .price_pay dl dt {
    width: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #288cc8;
    color: #288cc8;
    font-size: 108%;
    font-weight: 700;
    margin-right: 10px;
}

.price .price_pay dl dt i {
    width: 3.3em;
    margin-top: 0.3em;
}

/*
  map_time（地図・診療時間）
========================================================================== */
section.map_time {
  margin-bottom: 40px;
}

/* table-nocolor */
.map_time .table-nocolor th,
.map_time .table-nocolor td {
  padding: 7px 3px 4px;
}

.map_time .table-nocolor thead td {
  background: #E2E2E2;
  color: #333;
  border: 1px solid #ccc;
}

.map_time .table-nocolor tbody th {
  background: #fff;
  border: 1px solid #ccc;
}

/* tel */
.map_time p.tel {
  font-size: 22px;
}

/* table-nostyle */
.map_time .table-nostyle th {
  padding: 6px 0px;
}

/* googlemap */
.map_time .gmap iframe {
  display: block;
  width: 100%;
}

/*
  recruit（スタッフ募集）
========================================================================== */
section.recruit {
  margin-bottom: 40px;
}

.recruit .rec_item + .rec_item {
  margin-top: 20px;
}

/* anchor */
.recruit .anchor {
  display: flex;
  flex-wrap: wrap;
}

.recruit .anchor li {
  margin: 0 1%;
  width: 31%;
}

.recruit .anchor li:nth-child(n+4) {
  margin-top: 15px;
}

.recruit .anchor li a {
  display: block;
  padding: 4% 0;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  text-decoration: none;
  border-radius: 5px;
}

/* table-nocolor */
.recruit .table-nocolor th {
  width: 20%;
}

.recruit .table-nocolor th,
.recruit .table-nocolor td {
  text-align: left;
}

/* tel */
.recruit .tel {
  font-size: 22px;
}

/*
  contact（お問い合わせ）
========================================================================== */
section.contact {
  margin-bottom: 40px;
}

/* tel */
.contact p.tel {
  font-size: 22px;
}

/* reserve */
.reserve-btn-wrap div + div {
  margin-top: 2em;
}
.reserve-btn-wrap h4 {
  margin-bottom: 0.5em;
}
.reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94700a;
  text-decoration: none;
  border: 2px solid #d2b04b;
  border-radius: 2em;
  padding: 0 3em 0 2em;
  width: 10em;
  aspect-ratio: 240 / 60;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  line-height: 1;
}
.reserve-btn-wrap div + div .reserve-btn {
  color: #0063c2;
  border: 2px solid #0063c2;
}
.reserve-btn i{
	width: auto;
	height: 1.5em;
	margin-right:0.6em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.reserve-btn.tel i {
	background-image:url(../images/contact/reserve-ico-tel.png);
	aspect-ratio: 44 / 45;
}

.reserve-btn.web i {
	background-image:url(../images/contact/reserve-ico-web.png);
	aspect-ratio: 62 / 49;
}
.reserve-btn-wrap div + div .reserve-btn.web i {
	background-image:url(../images/contact/reserve-ico-web2.png);
}

.reserve-btn.mail i{
	background-image:url(../images/contact/reserve-ico-mail.png);
	aspect-ratio: 53 / 43;
}

/* table-nocolor */
.contact .table-nocolor th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

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

/* フォーム */
.contact .form {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.contact .form th {
  padding: 8px 12px;
  width: 140px;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  white-space: nowrap;
}

.contact .form td {
  padding: 10px 15px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
}

.contact .form td p + p {
  margin-top: .5em;
}

.contact .form td p span {
  display: inline-block;
  vertical-align: middle;
  width: 7em;
}

.contact .form th .required {
  color: #C20E11;
  margin-left: 4px;
}

.contact .form input {
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}

.contact .form td input[type="text"],
.contact .form td input[type="email"],
.contact .form td input[type="tel"],
.contact .form td input[type="number"],
.contact .form td textarea {
  border: solid 1px #ccc;
}

.contact .form td input.name,
.contact .form td input.tel {
  width: 250px;
}

.contact .form td input[type="number"] {
  width: 4em;
}

.contact .form td input.mail {
  width: 400px;
}

.contact .form td .wpcf7-radio {
  display: flex;
}

.contact .form td .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.contact .form td .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 15px;
}

.contact .form td .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.contact .form td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
}

.contact .form td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 400px;
}

.contact .form-btn {
  margin-top: 20px;
  text-align: center;
}

.contact .form-btn input {
  margin: 0 10px;
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  background: var(--main-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.contact .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}

.contact .wpcf7-not-valid-tip {
  font-size: 12px;
}

.contact .wpcf7-response-output {
  text-align: center;
}

/*
  feature（特徴）
========================================================================== */
section.feature {
  margin-bottom: 40px;
}

.feature .feature_cont + .feature_cont {
  margin-top: 20px;
}

/* anchor_link */
.feature .anchor_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature .anchor_link > li {
  box-sizing: border-box;
  margin: 0 1% 20px 1%;
  width: 31%;
  position: relative;
}

.feature .anchor_link > li.count4,
.feature .anchor_link > li.count5:nth-child(-n+2) {
  width: 48%;
}

.feature .anchor_link > li a {
  background:#ebf3f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:15px 15px 60px;
  box-sizing: border-box;
}

.feature .anchor_link > li .num{
	position: absolute;
	left: 0.15em;
	top:0.15em;
	font-size: 30px;
	line-height: 1;
	font-style: italic;
	font-weight: bold;
	width: 1.3em;
	height: 1.4em;
	color: #fff;
	background-color: #c49100;
	border: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.feature .anchor_link > li h2 {
  margin-bottom: 0.4em;
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature .anchor_link > li.count4 .anchor_link_img,
.feature .anchor_link > li.count5:nth-child(-n+2) .anchor_link_img {
  width: 49%;
  float: left;
}

.feature .anchor_link > li .anchor_link_img img {
  max-width: 100%;
}

.feature .anchor_link > li .anchor_link_txt {
  text-align: left;
  font-size: 14px;
}

.feature .anchor_link > li.count4 .anchor_link_txt,
.feature .anchor_link > li.count5:nth-child(-n+2) .anchor_link_txt {
  width: 49%;
  float: right;
}

.feature .anchor_link > li ul.anchor_link_txt li {
  padding-left: 1.25em;
  position: relative;
}

.feature .anchor_link > li ul.anchor_link_txt li i {
  color: var(--main-color);
  position: absolute;
  top: .25em;
  left: 0;
}

.feature .anchor_link > li .btn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
  width: 10em;
  text-align: center;
  color: #fff;
  background: var(--sub-color);
  padding: .3em 0 .25em .5em;
  font-size: 13px;
  border: 3px solid #fff;
}
.feature .anchor_link > li .btn i{
	font-size: 92%;
	margin-left: 0.5em;
}
/*
  診療ページ共通
========================================================================== */
section.content {
  margin-bottom: 40px;
}

section.content .item + .item {
  margin-top: 30px;
}

section.content .parts:not(h2,h3,h4,h5,h6){
	line-height: 1.8;
}

section.content .parts + .parts {
  margin-top: 15px;
}

section.content .parts + h4.parts {
  margin-top: 20px;
}

section.content .center.parts img {
  max-width: 96%;
}

section.content .case-records-wrap + .case-records-wrap,
section.content .case-records-wrap + .compare-wrap,
section.content .compare-wrap + .compare-wrap,
section.content .compare-wrap + .case-records-wrap {
  margin-top: 20px;
}

section.content .img-plus {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
  position: relative;
}

section.content .img-plus::before,
section.content .img-plus::after {
  content: '';
  display: block;
  margin: auto;
  width: 6px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

section.content .img-plus::after {
  transform: rotateZ(90deg);
}

section.content .img-plus li {
  flex: 1 0 0;
}

section.content .video {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
}

section.content .video iframe {
  display: block;
  aspect-ratio: 16/9;
}

section.content .list-check.ctr {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* doctor box */
section.content .doctor-box .parts + h5 {
  margin-top: 15px;
}

section.content .doctor-box .table-nostyle.career tr th,
section.content .doctor-box .table-nostyle.career tr td {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}

section.content .doctor-box .table-nostyle.career tr:nth-child(n+2) th,
section.content .doctor-box .table-nostyle.career tr:nth-child(n+2) td {
  padding-top: 5px;
}

section.content .doctor-box .table-nostyle.career tr th {
  padding-right: 1em;
  white-space: nowrap;
}

section.content .doctor-box .certificate {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

section.content .doctor-box .certificate li {
  aspect-ratio: 1/1;
}

section.content .doctor-box .certificate li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

section.content .doctor-box .book li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

section.content .doctor-box .book li + li {
  margin-top: 10px;
}

section.content .doctor-box .book li .img {
  flex: 0 0 180px;
}

section.content .doctor-box .book li .ttl {
  flex: 1 0 auto;
}

section.content .doctor-box .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

section.content .doctor-box .gallery li {
  aspect-ratio: 1600/1067;
}

section.content .doctor-box .gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* 
	共通パーツ
========================================================================== */

/* 分割払いOKボタン */
section.content .btn-bunkatsu{
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3em;
	font-size: 20px;
	line-height: 1.2;
	box-shadow: 5px 5px 3px 0.2px rgba(76, 76, 76, 0.24);
	background-color: #f0f0f0;
	color: #288cc8;
	font-weight: 500;
}

/* リンクボタン */
section.content .btn-link{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
section.content .btn-link a{
	margin:auto;
	width: 320px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:2px solid var(--sub-color);
	color: var(--sub-color);
	background:#fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 5px 5px #a9c9e8;
	box-sizing: border-box;
}
section.content .btn-link a:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:"\f101";
	display: inline-flex;
	font-size: 80%;
	margin-left: 0.6em;
}

/* マウスピース矯正 - 料金プラン */
section.content .invisa-plan {
    padding: 25px 30px 30px;
    background: rgba(3, 148, 201, 0.10);
    width: 500px;
    margin: auto;
}

section.content .invisa-plan h4{
    width:fit-content;
    padding: 0.15em 2em;
    margin: 0 auto 1em;
    text-align:center;
    background:#fff;
    box-shadow: 5px 5px #BFBFBF;
    color:gray;
    font-size: 17px;
	font-weight: 600;
}

section.content .invisa-plan img.img-left{
	width:240px;
	margin-right:30px;
}

section.content .invisa-plan-btn{
    width:fit-content;
    padding: 0.15em 2em;
    margin: 0.5em auto 0.5em;
    background:var(--sub-color);
    text-align:center;
    border-radius:2em;
    color:#fff;
    font-size: 18px;
}

section.content .invisa-plan-price{
	color:#404040;
	background-image:url(../../../wp-content/uploads/2024/09/invisa-plan-price-icon.png);
	background-size: 3em auto;
	background-position: left center;
	background-repeat: no-repeat;
	width: fit-content;
	line-height: 1;
	padding: 0.7em 7em 0.6em 3.7em;
	margin-left: auto;
	margin-top: 0.3em;
	font-size: 18px;
	font-weight: 600;
}

/* ダイレクトボンディング - 治療費 */
section.content .db-price dt {
    font-size: 20px;
    border-bottom: 1px solid;
    padding: 0 0.5em;
}

section.content .db-price dd {
    text-align:right;
    padding: 0 1em;
    font-size:22px;
}