@charset "UTF-8";

/* ==========================================================================

  common

  staff(院長スタッフ)
  tour(院内ツアー)
  price(料金表)
  map_time(地図・診療時間)
  recruit(スタッフ募集)
  contact(お問い合わせ)

  caries(虫歯治療)
  extraction(親知らずの抜歯)
  whitening(ホワイトニング)
  kids(小児歯科)
  prevent(歯のメンテナンス)
  root(根管治療)
  denture(入れ歯)
  esthetic(白い被せ物・詰め物)
  pediatric(子供の歯並び改善)
  jaw(顎関節症)
  implant(インプラント)
  perio(歯周病)

  feature(3つの特徴)

  CMS

========================================================================== */
/*
  common
========================================================================== */
/* for retina */
p > .img-border {
  max-width: 100%;
  box-sizing: border-box;
}

.box-img-left .img-border {
  max-width: initial;
}

.border_none {
  border: none;
}

p > .img-right {
  max-width: 300px;
}

p > .img-left {
  max-width: 300px;
}

.img-column.for-two img {
  max-width: 360px;
}

.img-column.for-three img {
  max-width: 210px;
}

.img-column .menu-btn-cnt img {
  max-width: 385px;
}

.menu-btn2 li img {
  width: 216px;
  vertical-align: top;
}

.box-img-right .img {
  width: 320px;
}

.box-img-left .img {
  width: 320px;
}

.page-catch .case-records img {
  width: 250px;
}

.case-records img {
  max-width: 280px;
  vertical-align: top;
}

/* underline */
.page-catch .underline_bk {
  background: url(../images/common/underline_bk.png) repeat-x left bottom;
}

.page-catch .txt150 {
  font-size: 150%;
}

/* catch_ttl */
.page-catch .catch_ttl {
  width: auto;
  margin-right: 10px;
  padding: 8px;
  text-align: center;
  color: #5B2E09;
  border-radius: 5px;
}

.page-catch .bg_or {
  background: #FBEFD6;
}

/*
  staff(院長スタッフ)
========================================================================== */
section.staff {
  padding-bottom: 40px;
}

/*
  tour(院内ツアー)
========================================================================== */
section.tour {
  padding-bottom: 40px;
}

/*
  price(料金表)
========================================================================== */
/*
  map_time(地図・診療時間)
========================================================================== */
section.map_time {
  padding-bottom: 40px;
}

.map_time .gmap iframe {
  height: 450px;
}

/*
  recruit(スタッフ募集)
========================================================================== */
.recruit .scholarship {
  width: 98%;
  margin: 0 auto;
}
.recruit .scholarship a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 3em;
  background: #88D7AF;
  border-radius: 5px;
  color: #FFFFFF;
  position: relative;
}
.recruit .scholarship a .new {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
    line-height: 0.8;
    transform: translate(37%,-60%);
    background: #3eb134; 
}
.recruit .scholarship a .new:before {
    position:absolute;
    content:"";
    border:0px solid rgba(0,0,0,0);
    border-right: 1.1em solid #3eb134;
    left: 0;
    bottom: 0;
    transform: translate(-10%,46%) rotate(-35deg);
    border-bottom: 0.3em solid rgba(0,0,0,0);
    border-top: 0.3em solid rgba(0,0,0,0);
}

/*
  contact(お問い合わせ)
========================================================================== */
section.contact {
  padding-bottom: 40px;
}
section.contact .confirm label {
    border: 1px solid #3eb134;
    padding: 12px 2em;
    display: inline-block;
    font-size:120%;
    color: #3eb134;
    font-weight: bold;
	cursor: pointer;
}

section.contact .confirm label input{
    margin-right:5px;
}
section.contact .confirmlink{
	margin-left: 1.5em;
}
/*
  caries(虫歯治療)
========================================================================== */
section.caries {
  padding-bottom: 40px;
}

/* txt */
.caries .txt {
  margin-top: 5px;
  text-align: center;
  display: block;
}

/* 症例画像2枚並び画像サイズ横小 */
.caries .side-sm {
  padding: 20px 80px;
}

/* 症例画像3枚並び */
.caries .case_row_three {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.caries .case_row_three li {
  width: 149px;
  padding-right: 7%;
  padding-left: 1%;
  text-align: center;
  font-size: 90%;
  background: url(../images/common/arrow02.png) no-repeat right 45%;
}

.caries .case_row_three li img {
  margin-bottom: 5px;
}

.caries .case_row_three li:first-child {
  padding-left: 0%;
}

.caries .case_row_three li:last-child {
  padding-right: 0px;
  background: none;
}

/*
  extraction(親知らずの抜歯)
========================================================================== */
section.extraction {
  padding-bottom: 40px;
}

/* 症例画像2枚並び画像サイズ横小 */
.extraction .side-sm {
  padding: 20px 120px;
}

/*
  whitening(ホワイトニング)
========================================================================== */
section.whitening {
  padding-bottom: 40px;
}

/* anchor link two */
.page-catch .anchor_two {
  font-size: 14px;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.page-catch .anchor_two li {
  margin-right: 5%;
}

.page-catch .anchor_two li:last-child {
  margin-right: 0%;
}

.page-catch .anchor_two li a {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: block;
}

.page-catch .anchor_two li img {
  max-width: 100%;
}

.page-catch .anchor_two li h3 {
  width: 100%;
  padding: 5px 3px;
  border-radius: 3px;
  background: #3EB134;
  box-sizing: border-box;
}

.page-catch span.anc_btn {
  padding: 3px 8px;
  color: #5B2E09;
  text-decoration: none;
  border-radius: 3px;
  background: #FBEFD6;
  display: inline-block;
}

/* flow */
.whitening .flow {
  width: 100%;
  display: table;
}

.whitening .flow dt {
  padding-right: 10px;
  font-size: 200%;
  vertical-align: top;
  display: table-cell;
}

.whitening .flow dd {
  width: 95%;
  padding-top: 10px;
  vertical-align: top;
  display: table-cell;
}

.whitening .flow img {
  width: 130px;
}

.whitening .gr {
  color: #3eb134;
}

/* 症例画像3枚並び */
.whitening .case_row_three {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.whitening .case_row_three li {
  padding-right: 7%;
  padding-left: 1%;
  text-align: center;
  font-size: 90%;
  background: url(../images/common/arrow02.png) no-repeat right 45%;
}

.whitening .case_row_three li img {
  margin-bottom: 5px;
}

.whitening .case_row_three li:first-child {
  padding-left: 0%;
}

.whitening .case_row_three li:last-child {
  padding-right: 0px;
  background: none;
}

/* table-nocolor */
.whitening .table-nocolor th {
  width: 70px;
  font-weight: bold;
}

/* degree */
.whitening .degree_ttl {
  display: flex;
  justify-content: space-around;
}

.whitening .degree_ttl li {
  width: 25%;
  padding: 10px 0;
  text-align: center;
  font-size: 120%;
}

.whitening .degree {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.whitening .degree li {
  width: 25%;
  padding: 11% 0;
  text-align: center;
  font-size: 120%;
  position: relative;
}

.whitening .degree li:after {
  width: 15px;
  height: 22px;
  content: "";
  background: url(../images/whitening/arw_degree.png) no-repeat right center;
  position: absolute;
  top: 45%;
  right: -35px;
  z-index: 9999;
}

.whitening .degree li:last-child:after {
  background: none;
}

.whitening .degree li:first-child {
  background: url(../images/whitening/lgr.png) no-repeat center center;
  background-size: 100% auto;
}

.whitening .degree li:nth-child(2) {
  background: url(../images/whitening/gr.png) no-repeat center center;
  background-size: 100% auto;
}

.whitening .degree li:last-child {
  background: url(../images/whitening/lgr.png) no-repeat center center;
  background-size: 100% auto;
}

.whitening .degree:last-of-type li:after {
  background: none;
}

/*
.whitening .degree:last-of-type li:last-child:before {
  width: 1px;
  height: 100%;
  content: "";
  background: #ccc;
  position: absolute;
  top: 0;
  left: -25px;
}
*/
/*
  kids(小児歯科)
========================================================================== */
section.kids {
  padding-bottom: 40px;
}

/*
  prevent(歯のメンテナンス)
========================================================================== */
section.prevent {
  padding-bottom: 40px;
}

/* table-nostyle */
.prevent .table-nostyle th {
  padding: 3px 0;
  vertical-align: middle;
}

.prevent .table-nostyle td {
  padding: 3px 0 3px 15px;
  vertical-align: middle;
}

/* table-nocolor */
.prevent .table-nocolor th {
  width: 120px;
  text-align: left;
}

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

/* border-web */
.prevent .borde-b {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 20px !important;
  margin-bottom: 30px;
}

.prevent .borde-b:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

/* compare */
.prevent .compare span {
  margin-top: 5px;
  display: block;
}

.prevent .compare {
  background: url(../images/common/arrow04.png) no-repeat center 30%;
}

/* 症例画像2枚並び画像サイズ横小 */
.prevent .side-sm {
  padding: 20px 60px;
}

/*
  root(根管治療)
========================================================================== */
section.root {
  padding-bottom: 40px;
}

/* txt */
.root .txt {
  margin-top: 5px;
  text-align: center;
  display: block;
}

/*
  denture(入れ歯)
========================================================================== */
section.denture {
  padding-bottom: 40px;
}

/* 画像ボタン */
.denture .menu-btn li img.b_none {
  border: none;
}

/*
  esthetic(白い被せ物・詰め物)
========================================================================== */
section.esthetic {
  padding-bottom: 40px;
}

/* 症例画像2枚並び画像サイズ横小 */
.esthetic .side-sm {
  padding: 20px 80px;
}

/*
  pediatric(子供の歯並び改善)
========================================================================== */
section.pediatric {
  padding-bottom: 40px;
}

/*
  jaw(顎関節症)
========================================================================== */
section.jaw {
  padding-bottom: 40px;
}

/* check */
.jaw .score dt {
  width: 72px;
  float: left;
  clear: both;
}

.jaw .score dd {
  float: left;
}

/* checkbox */
.table-jaw02 {
  border-bottom: solid 1px #8b8b8b;
}

.table-jaw02 thead th {
  background: #e4eef6;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.table-jaw02 .tbodyhead th {
  font-size: 10px;
  padding: 3px !important;
}

.table-jaw02 .komoku01,
.table-jaw02 .komoku02,
.table-jaw02 .komoku03 {
  width: 60px;
  text-align: center;
  font-weight: bold;
}

.table-jaw02 .komoku01 input,
.table-jaw02 .komoku02 input,
.table-jaw02 .komoku03 input {
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: text-bottom;
}

.table-jaw02 .komoku01 {
  color: #59894b;
}

.table-jaw02 .komoku02 {
  color: #1166b0;
}

.table-jaw02 .komoku03 {
  color: #a30d0f;
}

.table-jaw02 tr {
  border-top: solid 1px #8b8b8b;
}

.table-jaw02 .komoku01 {
  border-left: 2px dotted #8b8b8b;
}

.table-jaw02 tbody th,
.table-jaw02 tbody td {
  padding: 10px;
  vertical-align: middle;
}

.table-jaw02 tbody th p {
  display: table;
}

.table-jaw02 tbody th p .num {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.5em;
}

.table-jaw02 tbody th p .num > span {
  display: inline-block;
  border: solid 1px #134997;
  border-radius: 50%;
}

.table-jaw02 tbody th p .num > span > span {
  display: inline-block;
  background: #134997;
  color: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  padding: 3px;
  margin: 3px;
  text-align: center;
  line-height: 15px;
}

.table-jaw02 tbody th p .txt-jaw2 {
  display: table-cell;
  vertical-align: middle;
}

.list-jawflow h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.list-jawflow > li {
  margin-top: 20px;
}

.list-jawflow > li:first-child {
  margin-top: 0;
}

.checkBtnWrap {
  text-align: center;
  margin: 20px 0 20px;
}

#checkBtn {
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 5px;
  background: #5b2e09;
  border: 1px solid #5b2e09;
  color: #fff;
  -webkit-appearance: none;
}

.jaw .cc {
  text-align: center;
  margin-bottom: 30px;
}

.scoreWrap {
  padding: 10px;
  background: #e4eef6;
  border-radius: 10px;
}

.scoreWrap.wrapGr {
  background: #e4eef6;
}

.wrapGrWrap {
  display: none;
  padding-top: 40px;
  background: url(../images/jaw/arrow01.jpg) no-repeat center top;
}

.resultTxt {
  display: none;
  padding: 10px;
}

.scoreWrap .scoreheder {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.scoreWrap .scoreheder span {
  font-size: 130%;
  font-weight: bold;
}

.list-score-wrap {
  border-radius: 10px;
}

.list-score-wrap ul li {
  border-top: solid 1px #fff;
  display: table;
  padding: 10px 0;
  margin: 0 10px;
}

.list-score-wrap ul li:first-child {
  border-top: none;
}

.scorepoint {
  display: table-cell;
  vertical-align: middle;
}

.scorepoint.pointGr span {
  background: #59894b;
}

.scorepoint.pointBl span {
  background: #1166b0;
}

.scorepoint.pointRe span {
  background: #a30d0f;
}

.scorepoint span {
  font-size: 16px;
  line-height: 1;
  padding: 5px 0;
  width: 82px;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
}

.scoretxt {
  display: table-cell;
  padding-left: 1em;
}

.jaw .border-box {
  padding: 0 10px;
}

/*
  implant(インプラント)
========================================================================== */
section.implant {
  padding-bottom: 40px;
}

/*
  perio(歯周病)
========================================================================== */
section.perio {
  padding-bottom: 40px;
}

/* table-nostyle */
.perio .table-nostyle th {
  padding: 3px 0;
  vertical-align: middle;
}

.perio .table-nostyle td {
  padding: 3px 0 3px 15px;
  vertical-align: middle;
}

/* table-nocolor */
.perio .table-nocolor th {
  width: 120px;
  text-align: left;
}

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

/* border-web */
.perio .borde-b {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 20px !important;
  margin-bottom: 30px;
}

.perio .borde-b:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

/* 症例画像3枚並び */
.perio .case_row_three {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.perio .case_row_three li {
  padding-right: 7%;
  padding-left: 1%;
  text-align: center;
  font-size: 90%;
  background: url(../images/common/arrow02.png) no-repeat right 45%;
}

.perio .case_row_three li img {
  margin-bottom: 5px;
}

.perio .case_row_three li:first-child {
  padding-left: 0%;
}

.perio .case_row_three li:last-child {
  padding-right: 0px;
  background: none;
}

/*
  correct
========================================================================== */
.page-catch-correct .price-lst {
	display: flex;
	justify-content: center;
	gap: 18px;
	font-size: 20px;
}

.page-catch-correct .price-lst li{
	background:#fff;
	padding: 1em;
}

.page-catch-correct .price-lst h4{
	font-weight:bold;
	font-size:120%;
	margin-bottom:0.3em;
}

.page-catch-correct .price-lst dl{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0.8em;
}

.page-catch-correct .price-lst dt{
	background:#2b9ed5;
	color:#fff;
	text-align:left;
	font-size:70%;
	height:3.5em;
	display:flex;
	align-items:center;
	line-height:1.25;
	font-weight:bold;
	padding: 0 0em 0 0.6em;
	position:relative;
	margin-right:1.5em;
}
.page-catch-correct .price-lst dt:after{
	position:relative;
	content:"";
	border:1.8em solid transparent;
	border-right:none;
	border-left:0.5em solid #2b9ed5;
	transform:translateX(100%);
}

.page-catch-correct .price-lst dd span{
	display:inline-block;
	font-size:120%;
	line-height:1.3;
	padding: 0 0.15em;
	background:linear-gradient(to top, #FFEB3B 42%, rgba(0,0,0,0) 42%);
}

.page-catch-correct .price-lst table{
	font-size:75%;
}

.page-catch-correct .price-lst table td{
	text-align:right
}


section.correct {
  margin-bottom: 40px;
}

.correct .table-nocolor {
  table-layout: fixed;
}

.correct .table-nocolor img {
  max-width: 100%;
}

.correct .table-nocolor2 tr th:nth-child(2),
.correct .table-nocolor2 tr td:nth-child(2) {
  width: 25%;
}

/*
  feature(3つの特徴)
========================================================================== */
section.feature {
  padding-bottom: 40px;
}

.feature .anchor_link > li:last-child {
  margin-right: 0;
}

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

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

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

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

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

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

.form label {
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.form input {
  vertical-align: middle;
}

.wpcf7-datetime,
.hasDatepicker {
  width: 200px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.form input.name,
.form input.telnumber {
  width: 250px;
}

.form input.mail,
.form input.tel {
  width: 420px;
}

.form td textarea {
  width: 400px;
}

.form .timemenu {
  width: 200px;
}

.form .visit {
  margin: 2px 4px;
}

.form .timemenu select {
  width: 200px;
  height: 28px;
  line-height: 28px;
  padding: 0;
}

.form span.wpcf7-list-item.first {
  margin: 0;
}

.form-btn {
  text-align: center;
  margin-bottom: 0;
}

.form-btn input {
  margin-right: 20px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 30px;
  border-radius: 5px;
  background: #ffd275;
  border: 1px solid #ffd275;
  color: #4b4b4b;
  -webkit-appearance: none;
}

.contact div.wpcf7-mail-sent-ok,
.contact div.wpcf7-mail-sent-ng,
.contact div.wpcf7-validation-errors {
  border: none;
  text-align: center;
  color: #C20E11;
}

.contact02 span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #C20E11;
  text-align: left;
}

.form .yubin {
  width: 80px;
  margin-bottom: 5px;
}

.form .addressmore {
  font-size: 11px;
  color: #A2A2A2;
  margin-left: 4px;
}

.form #prefecture {
  width: 6em;
  padding-left: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.form #city {
  width: 340px;
  margin-right: 10px;
  padding-left: 3px;
  margin-bottom: 5px;
}

.form #street {
  width: 440px;
  padding-left: 5px;
}

.form .kakunin-text {
  display: block;
  font-size: 80%;
  color: #fc9b2a;
}

.form span.address,
.form span.address02 {
  display: block;
  margin-top: 5px;
}

.form span.address input,
.form span.address02 input {
  padding-left: 3px;
  width: 400px;
}

/*
  CMS
========================================================================== */
.roop {
  padding-bottom: 80px;
  min-height: 500px;
}

.post {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 30px;
  margin: 0 0 20px 20px;
  background: #fff;
}

.post .title a {
  color: #7fc3d0 !important;
}

.post .date {
  margin-bottom: 20px;
}

.post .p-link {
  color: #2780bb;
  text-align: right;
}

.posts-btn {
  text-align: center;
  margin-top: 40px;
}

.posts-btn li {
  display: inline;
  margin-right: 30px;
}

.posts-btn li:first-child:after {
  content: "|";
  margin-left: 30px;
}

.posts-btn a {
  color: #2780bb;
  text-decoration: underline;
  vertical-align: middle;
}

.posts-btn a i {
  margin: 0 3px;
  font-size: 90%;
  vertical-align: middle;
}

.roop .post .size-full,
.roop .post img {
  max-width: 700px;
  height: auto;
}

.roop .post iframe {
  max-width: 600px;
}

.case-records-cms {
  background: url(../images/common/arrow02.png) no-repeat center center;
  width: 640px;
  margin: 20px auto;
}

.case-records-cms td {
  text-align: center;
  width: 320px;
  vertical-align: middle;
}

.case-records-cms .before img {
  background: url(../images/common/before.png) no-repeat left top;
  padding-top: 20px;
  width: 254px;
  height: auto;
}

.case-records-cms .after img {
  background: url(../images/common/after.png) no-repeat left top;
  padding-top: 20px;
  width: 254px;
  height: auto;
}

.roop .ttl-low {
  font-size: 18px !important;
}

.roop .data {
  font-size: 12px;
  color: #9E9E9E;
  margin-bottom: 16px;
}

.roop .more {
  text-align: right;
  margin-top: 80px;
}

/* サイドバー */
.sidebar .ttl-low2 {
  padding: 8px;
  font-size: 14px;
}

.sidebar {
  margin-bottom: 30px;
  padding-top: 15px;
}

.sidebar li {
  padding: 0 10px 0 16px;
  background: url(../images/common/icon_h_sidebar.gif) no-repeat 4px 6px;
  margin-bottom: 3px;
}

.sidebar a {
  text-decoration: underline;
}

.screen-reader-text {
  display: none !important;
}

#s {
  width: 200px;
  padding: 2px 5px;
  margin: 0 auto;
  display: block;
}

#searchsubmit {
  display: block;
  margin: 10px auto 30px;
  width: 100px;
  text-align: center;
  padding: 2px 4px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  color: #444;
}

/* フォントサイズリセット解除 */
.post .post-content h1 {
  font-size: 30px;
}

.post .post-content h2 {
  font-size: 22px;
}

.post .post-content h3 {
  font-size: 18px;
}

.post .post-content h4 {
  font-size: 14px;
}

.post .post-content h5 {
  font-size: 12px;
}

.post .post-content h6 {
  font-size: 10px;
}
