header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9979;
}
.mv {
  height: 43rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.mv.sample {
  background-image: url(../images/dummy/mv01.jpg);
}
.mv.first {
  background-image: url(../images/first/mv_pc.jpg);
}
.mv.access {
  background-image: url(../images/access/mv_pc.jpg);
}
.mv.about {
  background-image: url(../images/about/mv_pc.jpg);
}
.mv.price {
  background-image: url(../images/price/mv_pc.jpg);
}
.mv.case {
  background-image: url(../images/case/mv_pc.jpg);
}
.mv.news {
  background-image: url(../images/news/mv_pc.jpg);
}
.mv.clinic {
  background-image: url(../images/clinic/mv_pc.jpg);
}
.mv.staff {
  background-image: url(../images/staff/mv_pc.jpg);
}
.mv.treatment {
  background-image: url(../images/treatment/mv_pc.jpg);
}
.mv.kids_ortho {
  background-image: url("../images/treatment/kids_ortho/mv.jpg");
}
.mv.caries {
  background-image: url("../images/treatment/caries/caries_mv.jpg");
}
.mv.preventive {
  background-image: url("../images/treatment/preventive/preventive_mv.png");
}
.mv.wisdom {
  background-image: url("../images/treatment/wisdom/wisdom_mv.jpg");
}
.mv.endo {
  background-image: url("../images/treatment/endo/endo_mv.jpg");
}
.mv.denture {
  background-image: url("../images/treatment/denture/mv01-denture.jpg");
}
.mv.bite {
  background-image: url("../images/treatment/bite/mv01.jpg");
}
.mv.kids {
  background-image: url("../images/treatment/kids/mv.jpg");
}
.mv.whitening {
  background-image: url("../images/treatment/whitening/whitening-mv01.jpg");
}
.mv.transplant {
  background-image: url("../images/treatment/transplant/transplant_mv.jpg");
}
.mv.ortho {
  background-image: url("../images/treatment/ortho/ortho_mv.jpg");
}
.mv.ortho2 {
  background-image: url("../images/treatment/ortho/ortho_mv-2.jpg");
}
.mv.invisalign {
  background-image: url("../images/treatment/invisalign/mv_invisalign.jpg");
}
.mv.dental_checkup {
  background-image: url("../images/treatment/dental_checkup/mv.jpg");
}
.mv.implant {
  background-image: url("../images/treatment/implant/mv01.jpg");
}
.mv.whitespot {
  background-image: url("../images/treatment/whitespot/whitespot_mv.jpg");
}
.mv.gummysmile {
  background-image: url("../images/treatment/gummysmile/gummysmile.jpg");
}
.pankuzu {
  width: 1000px;
  margin: 0 auto;
}
.pankuzu li {
  font-size: 1.2rem;
  display: inline-block;
}
.pankuzu li:not(:last-of-type):after {
  content: '-';
  margin-left: .5em;
}
.float-ttl {
  position: fixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 400;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 8rem;
  font-feature-settings: initial;
  white-space: nowrap;
  z-index: 9982;
}
main {
  display: block;
  padding: 6rem 0 14rem;
}
main h1 {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif; /*font-family: shippori-mincho, sans-serif;*/ font-weight: 600;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}
main h1:after {
  content: '';
  width: 5rem;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main section {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
main section > img {
  display: block;
  width: 100%;
  margin: 4rem 0;
}
main section .btn {
  margin: 3rem auto;
  border-top: solid 1px #ffacbd;
  border-left: solid 1px #ffacbd;
  border-right: solid 1px #ffacbd;
}
main section + section {
  margin-top: 8rem;
}
main section > *:first-child, main section ol.card-list li *:first-child, main section ul.img-list > li dl dd *:first-child {
  margin-top: 0 !important;
}
main > *:last-child, main section > *:last-child, main section ol.card-list li *:last-child, main section ul.img-list > li dl dd *:last-child {
  margin-bottom: 0 !important;
}
main section h2:not(.no-style) {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  background: #aa8d77;
  line-height: 1.6;
  text-align: center;
  margin: 8rem 0 4rem;
  padding: .3em 1em;
  position: relative;
  z-index: 0;
}
main section h3:not(.no-style) {
  font-size: 2.2rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #aa8d77;
  border-bottom: solid 1px;
  margin: 5rem 0 2.6rem;
}
main section h4:not(.no-style) {
  font-size: 1.8rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #aa8d77;
  padding: .1em 1em;
  margin: 4rem 0 2rem;
}
main section h5:not(.no-style) {
  font-size: 1.6rem;
  font-weight: 600;
  color: #aa8d77;
  padding-left: 1em;
  position: relative;
  margin: 3rem 0 1em;
}
main section h5:not(.no-style):before {
  content: '●';
  position: absolute;
  left: 0;
}
main section h6:not(.no-style) {
  font-size: 1.5rem;
  font-weight: 600;
  color: #aa8d77;
  margin: 1.3em 0 .8em;
}
main section h2:not(.no-style) + *:not(.dr-pic), main section h3:not(.no-style) + *, main section h4:not(.no-style) + *, main section h5:not(.no-style) + *, main section h6:not(.no-style) + * {
  margin-top: 0 !important;
}
main section p {
  margin-bottom: 1em;
  line-height: 2;
}
main section p strong {
  font-weight: bold;
}
main section ol:not([class]) {
  margin: 4rem 0;
  counter-reset: number;
}
main section ol:not([class]) li {
  font-size: 1.6rem;
  padding-left: 6.4rem;
  position: relative;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
main section ol:not([class]) li:before {
  counter-increment: number;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  background: #e3d4b5;
  font-size: 2.4rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #aa8d77;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
main section ol:not([class]) li + li {
  margin-top: 3rem;
}
main section ul:not([class]) {
  margin: 2rem 0;
}
main section ul:not([class]) li {
  font-size: 1.6rem;
  padding-left: 2.3rem;
  position: relative;
}
main section ul:not([class]) li:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #aa8d77;
  position: absolute;
  left: 0;
  top: .7rem;
}
main section ul:not([class]) li + li {
  margin-top: 2rem;
}
main section ul.dice {
  margin: 3rem 0;
}
main section ul.dice li {
  padding-left: 1em;
  position: relative;
}
main section ul.dice li:before {
  content: '・';
  position: absolute;
  left: 0;
}
main section ol.flow {
  counter-reset: flow;
  margin: 5rem 0;
}
main section ol.flow li {
  position: relative;
  line-height: 2;
}
main section ol.flow li + li {
  margin-top: 4rem;
}
main section ol.flow li.has-img {
  padding-right: 40rem;
}
main section ol.flow li strong:first-of-type {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.8;
}
main section ol.flow li strong:first-of-type:before {
  counter-increment: flow;
  content: counter(flow);
  width: 3rem;
  height: 3rem;
  background: #aa8d77;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
main section ol.flow li img {
  width: 35rem;
  position: absolute;
  top: 0;
  right: 0;
}
main section table:not(.no-style) {
  width: 100%;
  margin: 4rem 0;
}
main section table:not(.no-style) th {
  padding: 1em;
  color: #aa8d77;
  vertical-align: middle;
  background: rgba(255, 248, 228, .4);
  border: solid 1px #aa8d77;
  line-height: 1.7;
}
main section table:not(.no-style) td {
  padding: 1em;
  vertical-align: middle;
  border: solid 1px #aa8d77;
  line-height: 1.7;
}
/*** staff ***/
.dr-pic {
  width: 100%;
  position: relative;
  height: 30rem;
  margin: 10rem 0 3.5rem;
  z-index: 0;
  background: url(../images/staff/bg01.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  padding: 2rem 0 0 7rem;
}
h2 + .dr-pic {
  margin-top: 4rem;
}
.dr-pic > img {
  width: 32rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}
.dr-pic h3 small {
  display: block;
  font-size: 2rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.history-row {
  display: flex;
  justify-content: space-between;
  margin: 3.6rem 0
}
.history-row .inner {
  width: 37rem;
}
.history-row .inner h4 {
  font-size: 1.5rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #aa8d77;
  margin-bottom: 2.5rem;
  padding: .15em;
}
.history-row .inner table {
  width: 100%;
}
.history-row .inner table th {
  font-weight: 400;
  width: 1px;
  padding-right: 1.5em;
  white-space: nowrap;
}
.history-row .inner table tr + tr > * {
  padding-top: .5em;
}
.history-row .inner ul li {
  padding-left: 1em;
  position: relative;
}
.history-row .inner ul li:before {
  content: '・';
  position: absolute;
  left: 0;
}
.history-row .inner ul li + li {
  margin-top: .5em;
}
/*** treatment ***/
main .treat-list01, main .treat-list02 {
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
main section .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section .fl_cont {
  flex-basis: 50%;
}
main section .fl_img {
  flex-basis: 45%;
}
main section table.price th {
  width: 60%;
}
.dr-pic h3 {
  font-size: 40px;
  font-family: shippori-mincho, sans-serif;
}
/*20220906*/
main section p.text_m {
  margin: 10px 0 20px;
}
main section ol.flow.none li strong:first-of-type:before {
  content: "";
}
.cp {
  padding: 0px;
  width: 440px;
  line-height: 60px;
  text-align: center;
}
span.red_price {
  color: #e21515;
  font-weight: bold;
}
span.mark {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
/*//20220906*/
.nav-copy {
  display: block;
  font-size: 1.1rem;
  margin-top: 4rem;
}
p.author {
  width: 800px;
  margin: auto;
  text-align: right;
  font-size: 13px;
}
.btn_home {
  margin: auto;
  margin-top: 3rem;
  border-top: solid 1px #ffacbd;
  border-left: solid 1px #ffacbd;
  border-right: solid 1px #ffacbd;
}
.ortho_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ortho_menu .ortho_menu01 {
  width: 48%;
}
.ortho_menu01 {
  margin-bottom: 50px;
}
.ortho_menu01 img {
  margin-bottom: 10px;
}
main section .ortho_menu01 h3:not(.no-style) {
  margin-top: 0;
  text-align: center;
  border-bottom: none;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
main section .ortho_menu01 .btn {
  margin-bottom: 0;
  margin-top: 10px;
}
.hanarabi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hanarabi li {
  width: 23.5%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  padding: 10px;
  margin-bottom: 20px;
}
main section .hanarabi_btn {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  height: 4rem;
  font-size: 13px;
}
.treat-list02 a {
  width: 100%;
}
.mv.ortho2 {
  position: relative;
}
.mv.ortho2 .mv_txt {
  position: absolute;
  top: 160px;
  left: 20%;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff;
}
.mv.ortho2 .mv_txt span {
  font-size: 58px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: -1px;
  color: #aa8d77;
}
.mv.ortho2 .mv_txt2 {
  position: absolute;
  top: 130px;
  left: 20%;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #ff90a7;
  color: #fff;
  padding: 2px 15px;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 2px;
}
.menu_txt {
  font-size: 18px;
  border-bottom: 1px solid;
}
nav .sub_menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 10px;
}
nav .sub_menu ul li a {}
nav .sub_menu ul li a:before {
  content: "-";
  padding-right: 10px;
}
.mv.ortho2 .mv_txt .txt_sml {
  font-size: 12px;
  color: #4d4d4d;
}
main section table.loan td {
  text-align: center;
}
main section table.loan tr:nth-child(1) th {
  background: #644218;
  color: #fff;
}
section.syorei {
  margin-top: 6rem;
}
section.syorei th {
  width: 30%;
}
.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.flex2 .case {
  width: 48%;
  position: relative;
  display: block;
  margin: 0px;
}
.flex2 .case .img img {
  width: 100%;
}
.flex2 .case .img + .img {
  margin-top: 1rem;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 .case {
  width: 32%;
}
.flex3 .case .img img {
  width: 100%;
}
section.syorei p strong {
  color: #aa8d77;
  font-size: 1.8rem;
}
main section h5.flow {
  margin: 0;
}
header .logo span {
  background: #aa8d77;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.3rem 2.9rem;
}
header .logo img {
  padding-bottom: 1.5rem;
}
header {
  height: 9rem;
}
header .logo {
  margin-top: -1rem;
}
main section table th.w39 {
  width: 39%;
}
main section .contents-list dd {
  display: flex;
  counter-reset: mkj;
}
main section .contents-list dd ul {
  width: 50%;
  margin: 0 !important;
}
main section .contents-list dd ul li {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 60px !important;
  padding-right: 1em;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}
main section .contents-list dd ul li:before {
  counter-increment: mkj;
  content: counter(mkj, decimal-leading-zero) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: linotype-didot, serif;
  font-weight: 400;
  background: #736357;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
}
main section .contents-list dd ul li:after {
  content: "→";
  position: absolute;
  right: 20px;
}
/*よくある質問アコーディオン*/
.accordion {
  margin: 30px auto;
}
.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 1.4em 1.6em 1.4em;
  line-height: 1.6em;
  font-weight: bold;
}
.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}
.accordion_title .attention_small {
  font-size: 1rem;
  color: #ff92a0;
}
.accordion[open] .accordion_title:after {
  content: "-";
}
.accordion_contents {
  padding: 1rem 2rem;
}
.accordion_coments_title {
  font-size: 2rem;
  padding: 0;
  border-bottom: 5px solid #fed5d3;
  display: inline;
}
.cta01 {
  display: flex;
  gap: 5rem;
}
.no_bullets {
  border: 1px solid;
  padding: 4rem;
  background-color: #f0f0f1;
}
.toc_title {
  text-align: center;
}
.post-item {
  padding-block: 1rem 0;
  border-bottom: 1px solid #aa8d77;
}
.entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-link {
  background-color: #eee;
  padding: .5rem;
  border-radius: .7rem;
  color: #aa8d77;
}
.entry-body > a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-block: .5rem 1rem;
}
main section h2.entry-title:not(.no-style) {
  background: #fff;
  color: #aa8d77;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 0;
  border: none
}
p.blog-txt {
  color: #aa8d77;
  margin-bottom: 0;
	flex-shrink: 0;
}
p.blog-txt-rm {
  font-size: 18px;
}
.entry-title {
  transition: opacity .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.entry-title:hover {
  opacity: 0.7;
}



/*-------------内部リンクCSS-------------*/
.link-card:hover {
  background: #f9f9f9;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.link-card {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid var(--main-dark);
  border-radius: 4px;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  background: #fff;
  word-wrap: break-word;
  box-sizing: border-box;
  text-decoration: none !important;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
margin: 0 auto;
}
.box105 {
  position: relative;
/*  margin: 31px 28px;*/
  padding: 0px 21px;
  border: 1px solid #ffacbd;
  background-color: #ffffff;

}
.box105 .box-title {
  position: relative;
  bottom: 17px;
  left: -7px;
  padding: 8px 21px;
  background-color: #ffacbd;
  color: #ffffff;
  font-weight: bold;
}
          
.box105 .box-title:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://www.usui-dc-utsunomiya.com/images/clinic/yajirushi.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}

.link-card-box {
  display: flex;
}
.link-card-thumbnail {
  display: block;
  overflow: hidden;
	margin-bottom: 14px;
	width: 100%;
}
.link-card-thumbnail img {
  filter: opacity(1);
  display: block;
  padding: 0 !important;
  margin: 20px !important;
  vertical-align: baseline;
   width: 100%; 
  height: auto;
  background: #fff;
  transition: color 0.4sease, background 0.4sease, transform 0.4sease, opacity 0.4sease, border 0.4sease, padding 0.4sease, left 0.4sease, box-shadow 0.4sease;
}
.link-card-content {
      padding: 2.5rem;
}
span.link-card-title {
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 0.1rem solid black;
  line-height: 1.6;
  padding: 0 0 0.3rem 0;
}
.link-card-excerpt {
  margin-top: 15px;
  font-size: 1.2rem;
  display: block;
}
.list-link-more__txt {
  padding: 0.3rem 3.7rem 0.3rem 0;
  color: var(--main-dark);
  display: table;
  padding-right: 2rem;
  position: relative;
  letter-spacing: 0.06em;
  transition: 0.3s;
  margin: 0 0 0 auto;
  font-size: 1.2rem;
}
.list-link-more__txt:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-bottom: solid 1px;
  border-right: solid 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .link-card {
      width: 100%;
      padding: 0;
      margin: 0;
  }
.box105 {
  position: relative;
   margin: 0px 0px; 
  padding: 0px 21px;
  border: 1px solid #ffacbd;
  background-color: #ffffff;
}
.box105 .box-title {
      font-size: 0.9rem;
  }
.link-card-thumbnail {
      margin-right: 10px;
      flex: 1.82;
  }
.link-card-thumbnail img {
  filter: opacity(1);
  display: block;
  padding: 0 !important;
  margin: 3px !important;
  vertical-align: baseline;
   width: 100%; 
  height: auto;
  background: #fff;
  transition: color 0.4sease, background 0.4sease, transform 0.4sease, opacity 0.4sease, border 0.4sease, padding 0.4sease, left 0.4sease, box-shadow 0.4sease;
/*  width: 47rem;*/
}
.link-card-content {
      padding: 0rem;
  }
span.link-card-title {
      font-size: 1.2rem;
  }
.link-card-excerpt {
      display: none;
  }
.link-card-content {
      max-width: calc(100% - 120px);
  }


.list-link-more {
  font-size: 1.1rem;
}
.link-card {
      width: 100%;
/*      padding: 0px 12px;*/
      margin: 10px 0px;
     
  }
}

/*-------------内部リンクCSS-------------*/