@charset "UTF-8";
/*=============================================
 * HOME
*=============================================*/
#mv {
  display: flex;
  align-items: center;
  background: url("../img/index/mv-bg-img.jpg") no-repeat center top/cover;
  width: 100%;
  height: calc(100vh - 146px);
  min-height: 600px;
  position: relative; }
  #mv .wrap {
    padding-top: 180px; }
  #mv h2 {
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 72px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
  #mv ul {
    width: 450px;
    display: grid;
    gap: 10px;
    padding-top: 40px; }
    #mv ul a {
      display: grid;
      grid-template-columns: 145px 1fr;
      align-items: center;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      padding: 10px 0;
      position: relative; }
      #mv ul a:before {
        content: '';
        width: 12px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      #mv ul a:after {
        content: '';
        width: 40px;
        height: 5px;
        background: url("../img/common/btn-arrow.png") no-repeat center/100% auto;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
      #mv ul a span {
        display: inline-block;
        border-left: 1px solid #fff;
        padding-left: 15px;
        text-align: left; }
    #mv ul .tel {
      background-image: linear-gradient(to right, #2B4788, #2987BD); }
      #mv ul .tel:before {
        background-image: linear-gradient(to right, #A3803F, #D5B378); }
      #mv ul .tel span {
        background: url("../img/common/icon-phone.png") no-repeat center left 14px/14px auto;
        font-size: 20px;
        padding-left: 35px; }
    #mv ul .intro {
      background-image: linear-gradient(to right, #A3803F, #D5B378); }
      #mv ul .intro:before {
        background-image: linear-gradient(to right, #E3C287, #FFF0D5); }
      #mv ul .intro span {
        font-size: 18px; }

@media screen and (max-width: 767px) {
  #mv {
    align-items: flex-end;
    height: calc(100vh - 70px);
    min-height: inherit; }
    #mv .wrap {
      padding-top: 0;
      padding-bottom: 20px; }
    #mv h2 {
      font-size: 30px;
      line-height: 50px; }
    #mv ul {
      width: 100%;
      padding-top: 20px; }
      #mv ul a {
        grid-template-columns: 120px 1fr;
        padding-left: 12px; }
        #mv ul a span {
          padding-left: 5px; }
      #mv ul .tel span {
        background-position: center left 5px;
        padding-left: 25px; } }
/* -- --*/
#top__about {
  background: radial-gradient(circle, #fff, #fff, #F2EEE4);
  padding: 105px 0 100px;
  position: relative; }
  #top__about:before {
    content: '';
    background: url("../img/index/about-deco-1.png") no-repeat bottom left/70px auto, url("../img/index/about-deco-2.png") no-repeat top right/70px auto;
    position: absolute;
    top: 15px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  #top__about:after {
    content: '';
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #A3803F, #DEC794, #A3803F);
    position: absolute;
    top: 0;
    left: 0; }
  #top__about .box {
    display: grid;
    gap: 50px; }
    #top__about .box .desc {
      line-height: 50px; }
    #top__about .box ul {
      background-color: #F5F1E7;
      width: 560px;
      margin: 0 auto;
      padding: 30px;
      box-sizing: border-box;
      text-align: left; }
      #top__about .box ul li {
        text-indent: -20px;
        padding-left: 20px; }
  #top__about .box-cta {
    margin-top: 100px; }

@media screen and (max-width: 767px) {
  #top__about {
    padding: 55px 0 50px; }
    #top__about:before {
      background-size: 35px auto, 35px auto; }
    #top__about .box {
      gap: 20px; }
      #top__about .box .desc {
        text-align: justify;
        line-height: 36px; }
      #top__about .box ul {
        width: 100%;
        padding: 20px; }
        #top__about .box ul li {
          text-indent: -18px;
          padding-left: 18px; }
    #top__about .box-cta {
      margin-top: 50px; } }
/* -- --*/
#top__news {
  background: url("../img/index/news-bg.jpg") repeat center top/71px auto; }
  #top__news .wrap {
    background-color: #fff;
    padding: 70px 100px 80px; }
    #top__news .wrap:before {
      content: '';
      border: 2px solid #DEC794;
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px; }
    #top__news .wrap:after {
      content: '';
      background: url("../img/index/news-deco-1.png") no-repeat top left/80px auto, url("../img/index/news-deco-1.png") no-repeat bottom right/80px auto;
      position: absolute;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px; }
  #top__news .feed .item {
    background: url("../img/common/title-icon.png") no-repeat top 50px left/40px auto;
    padding: 50px 0 50px 50px;
    border-bottom: 2px solid #F5F1E7; }
    #top__news .feed .item a {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px 10px; }
  #top__news .feed time {
    width: 105px;
    font-size: 14px; }
  #top__news .feed .ttl {
    width: calc(100% - 115px);
    font-weight: 700;
    font-size: 21px; }
    #top__news .feed .ttl span {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }
  #top__news .feed .txt {
    width: 100%; }
    #top__news .feed .txt span {
      color: #2987BD; }
  #top__news .button {
    padding-top: 50px; }

@media screen and (max-width: 1023px) {
  #top__news .box {
    padding: 70px 70px 80px; } }
@media screen and (max-width: 767px) {
  #top__news .wrap {
    padding: 40px; }
    #top__news .wrap:before {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px; }
    #top__news .wrap:after {
      background-size: 40px auto, 40px auto;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px; }
  #top__news .feed .item {
    background-position: top 25px left;
    background-size: 25px auto;
    padding: 20px 0 20px 30px; }
    #top__news .feed .item a {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; }
  #top__news .feed .ttl {
    width: 100%;
    font-size: 18px; }
  #top__news .button {
    padding-top: 30px; } }
/* -- --*/
#top__features .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 50px; }
  #top__features .box .col {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    padding-bottom: 80px; }
  #top__features .box .text {
    display: grid;
    gap: 30px;
    padding: 30px 20px; }
  #top__features .box h3 {
    font-weight: 700; }
  #top__features .box .button {
    position: absolute;
    right: 20px;
    bottom: 30px;
    left: 20px; }
#top__features .wrap > .button {
  padding-top: 50px; }

@media screen and (max-width: 1023px) {
  #top__features .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }
@media screen and (max-width: 767px) {
  #top__features .box {
    grid-template-columns: 1fr;
    gap: 30px; }
    #top__features .box .col {
      padding-bottom: 70px; }
    #top__features .box .text {
      gap: 20px; } }
/* -- --*/
#top__greetings {
  background: url("../img/index/greeting-bg.jpg") no-repeat center top/cover;
  color: #fff; }
  #top__greetings .wrap {
    display: grid;
    grid-template-columns: repeat(2, 450px);
    justify-content: flex-end;
    align-items: center;
    gap: 50px; }
  #top__greetings h2 {
    color: #fff; }
    #top__greetings h2 .sub {
      color: #D5B378; }
  #top__greetings .name {
    color: #D5B378;
    padding-top: 50px; }
    #top__greetings .name strong {
      font-weight: 500;
      font-size: 28px;
      padding-left: 10px; }
  #top__greetings h3 {
    padding-top: 40px; }
  #top__greetings .txt {
    padding-top: 50px; }
    #top__greetings .txt p + p {
      padding-top: 30px; }
  #top__greetings .button {
    padding-top: 30px; }

@media screen and (max-width: 1023px) {
  #top__greetings .wrap {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    gap: 0px; }
  #top__greetings .col {
    display: contents; }
  #top__greetings h2 {
    order: 1; }
  #top__greetings figure {
    max-width: 450px;
    order: 2;
    margin: 0 auto;
    padding-top: 50px; }
  #top__greetings .name {
    order: 3;
    text-align: center; }
  #top__greetings h3 {
    order: 4; }
  #top__greetings .txt {
    order: 5; }
  #top__greetings .button {
    order: 6;
    text-align: center; } }
@media screen and (max-width: 767px) {
  #top__greetings figure {
    padding-top: 20px; }
  #top__greetings .name {
    padding-top: 30px; }
    #top__greetings .name strong {
      font-size: 24px; }
  #top__greetings h3 {
    padding-top: 30px; }
  #top__greetings .txt {
    padding-top: 20px; }
    #top__greetings .txt p + p {
      padding-top: 20px; } }
/* -- --*/
#top__menu .box + .box {
  padding-top: 50px; }
#top__menu .button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 26px;
  padding-top: 50px; }
  #top__menu .button .long {
    padding-right: 20px; }

@media screen and (max-width: 1200px) {
  #top__menu .button .long {
    padding-right: 60px; } }
@media screen and (max-width: 1023px) {
  #top__menu .button {
    grid-template-columns: 1fr;
    text-align: center; }
    #top__menu .button .long {
      padding-right: 0; } }
@media screen and (max-width: 767px) {
  #top__menu .button {
    gap: 10px;
    padding-top: 20px; }
    #top__menu .button a {
      line-height: 20px; } }
/* -- --*/
#top__symptoms {
  background: url("../img/index/symptoms-bg.jpg") repeat center top;
  position: relative; }
  #top__symptoms .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-top: 50px; }
    #top__symptoms .box .col {
      background: url("../img/index/symptoms-label.png") no-repeat top left 20px/30px auto;
      background-color: #fff;
      padding: 20px 20px 75px;
      position: relative; }
    #top__symptoms .box figure {
      padding-top: 20px; }
    #top__symptoms .box .txt {
      padding-top: 25px;
      padding-bottom: 25px; }
    #top__symptoms .box .button {
      position: absolute;
      right: 20px;
      bottom: 25px;
      left: 20px; }
  #top__symptoms .box-cta {
    margin-top: 100px; }

@media screen and (max-width: 767px) {
  #top__symptoms .box {
    grid-template-columns: 1fr; }
  #top__symptoms .box-cta {
    margin-top: 50px; } }
/* -- --*/
#top__blog {
  background: url("../img/index/greeting-bg.jpg") no-repeat center top/cover; }
  #top__blog h2 {
    color: #fff; }
  #top__blog .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 50px; }
    #top__blog .box .col {
      background-color: #fff; }
      #top__blog .box .col a {
        display: block;
        height: 100%; }
    #top__blog .box figure {
      display: block;
      width: 100%;
      padding-top: 57.8%;
      position: relative; }
      #top__blog .box figure img {
        position: absolute;
        top: 0;
        left: 0; }
    #top__blog .box .text {
      display: grid;
      gap: 5px;
      padding: 30px 20px; }
    #top__blog .box time {
      color: #999999; }
    #top__blog .box .ttl span {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }
  #top__blog .button {
    padding-top: 50px; }

@media screen and (max-width: 767px) {
  #top__blog .box {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px; } }
/*=============================================
 * Privacy policy
*=============================================*/
#privacy-policy {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 100px; }
  #privacy-policy .wrap {
    max-width: 650px;
    gap: 50px; }
  #privacy-policy h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 54px;
    letter-spacing: 0;
    line-height: 65px; }
  #privacy-policy .elementor-widget-text-editor p + p {
    padding-top: 10px; }
  #privacy-policy .elementor-widget-text-editor ol {
    padding-left: 20px; }
  #privacy-policy .elementor-widget-text-editor ul {
    padding-left: 40px; }
  #privacy-policy .elementor-widget-text-editor a {
    text-decoration: underline; }
    #privacy-policy .elementor-widget-text-editor a:hover {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  #privacy-policy {
    padding-bottom: 50px; }
    #privacy-policy .wrap {
      gap: 30px; }
    #privacy-policy h2 {
      font-size: 30px;
      line-height: 40px; }
    #privacy-policy .elementor-widget-text-editor ol {
      padding-left: 10px; }
    #privacy-policy .elementor-widget-text-editor ul {
      padding-left: 20px; } }
/*=============================================
 * 初めての方へ（診療の流れ）
*=============================================*/
#first-sec4 .box {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 50px; }
  #first-sec4  h3 {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 20px; }

@media screen and (max-width: 767px) {
  #first-sec4 .box {
    grid-template-columns: 1fr;
    gap: 30px; }
    #first-sec4  h3 {
      display: grid;
      grid-template-columns: 30px 1fr;
      align-items: center;
      gap: 10px; } }
/*=============================================
 * 院長スタッフ紹介
*=============================================*/
#doctor .block,
#staff .block {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px; }
#doctor .title,
#staff .title {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 18px;
  margin-bottom: 30px;
  padding-bottom: 28px; }
#doctor .tb-1 dl,
#staff .tb-1 dl {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px; }
#doctor .tb-2 dl,
#staff .tb-2 dl {
  display: grid;
  grid-template-columns: 35% 65%; }
#doctor .banner,
#staff .banner {
  max-width: 578px;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  #doctor .block,
  #staff .block {
    grid-template-columns: 1fr; }
  #doctor figure,
  #staff figure {
    max-width: 300px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #doctor .block,
  #staff .block {
    grid-template-columns: 1fr;
    gap: 30px; }
  #doctor .tb-2 dl,
  #staff .tb-2 dl {
    display: grid;
    grid-template-columns: 1fr; }
    #doctor .tb-2 dl + dl,
    #staff .tb-2 dl + dl {
      padding-top: 10px; } }
/*=============================================
 * 当院について
*=============================================*/
#clinic-sec3 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  #clinic-sec3 .box .col {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    background-color: #F5F1E7;
    padding: 20px; }

@media screen and (max-width: 1440px) {
  #clinic-sec3 .box .col {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 1023px) {
  #clinic-sec3 .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #clinic-sec3 .box .col {
    grid-template-columns: 1fr; }
  #clinic-sec3 .box .txt {
    padding-top: 10px; } }
/*=============================================
 * よくあるご質問
*=============================================*/
#faq-list-btn ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px; }
#faq-list-btn a {
  text-align: center; }
  #faq-list-btn a:after {
    display: none; }

@media screen and (max-width: 1200px) {
  #faq-list-btn a {
    line-height: 20px; }
    #faq-list-btn a br.sp {
      display: block; } }
@media screen and (max-width: 767px) {
  #faq-list-btn ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  #faq-list-btn a {
    font-size: 12px; } }
.box-qa .item {
  border-top: 1px solid #DEC794;
  border-bottom: 1px solid #DEC794; }
  .box-qa .item + .item {
    border-top: 0; }
.box-qa .txt-q {
  display: grid;
  grid-template-columns: 20px 1fr 10px;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 17px 30px;
  cursor: pointer; }
  .box-qa .txt-q:before {
    content: 'Q.'; }
  .box-qa .txt-q i {
    display: grid;
    width: 10px;
    height: 10px; }
    .box-qa .txt-q i:before, .box-qa .txt-q i:after {
      content: '';
      grid-area: 1/1;
      background-color: #B0881A;
      margin: auto;
      transition: all 0.3s; }
    .box-qa .txt-q i:before {
      width: 100%;
      height: 2px; }
    .box-qa .txt-q i:after {
      width: 2px;
      height: 100%; }
.box-qa .txt-a {
  display: none;
  padding: 0 30px 17px 60px;
  position: relative; }
  .box-qa .txt-a:before {
    content: "A.";
    font-family: heisei-mincho-std, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    top: 3px;
    left: 30px; }
.box-qa .is-active .txt-q i:after {
  transform: rotate(90deg); }

@media screen and (max-width: 767px) {
  .box-qa .txt-q {
    padding: 13px 10px; }
  .box-qa .txt-a {
    padding: 0px 10px 15px 40px; }
    .box-qa .txt-a:before {
      font-size: 16px;
      line-height: 24px;
      top: 0;
      left: 10px; } }
/*=============================================
 * サイトマップ
*=============================================*/
#sitemap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 35px; }
  #sitemap ul + ul {
    padding-top: 25px; }
#sitemap .button a.long {
  padding-right: 50px; }

@media screen and (max-width: 1440px) {
  #sitemap .button a {
    font-size: 16px; } }
@media screen and (max-width: 1200px) {
  #sitemap ul {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  #sitemap ul {
    grid-template-columns: 1fr;
    gap: 10px; }
    #sitemap ul + ul {
      padding-top: 10px; } }
/*=============================================
 * Post Type
*=============================================*/
.news__list .item {
  background: url("../img/common/title-icon.png") no-repeat top 50px left/40px auto;
  padding: 50px 0 50px 50px;
  border-bottom: 2px solid #F5F1E7; }
  .news__list .item a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0; }
.news__list time {
  width: 120px;
  font-size: 14px; }
.news__list .ttl {
  width: calc(100% - 120px);
  font-weight: 700;
  font-size: 21px; }
  .news__list .ttl span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden; }
.news__list .txt {
  width: 100%; }
  .news__list .txt span {
    display: inline-block;
    color: #2987BD; }

@media screen and (max-width: 767px) {
  .news__list .item {
    background-position: top 25px left;
    background-size: 25px auto;
    padding: 20px 0 20px 30px; }
    .news__list .item a {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; }
  .news__list .ttl {
    width: 100%;
    font-size: 18px; } }
/* -- -- */
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  .blog__list .item a {
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
  .blog__list figure {
    padding-top: 57.8%;
    position: relative; }
    .blog__list figure img {
      position: absolute;
      top: 0;
      left: 0; }
  .blog__list .text {
    padding: 30px 20px; }
  .blog__list time {
    display: block;
    color: #999999;
    font-weight: 500; }
  .blog__list .ttl {
    font-weight: 500;
    padding-top: 10px; }
    .blog__list .ttl span {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }

@media screen and (max-width: 767px) {
  .blog__list {
    grid-template-columns: 1fr; } }
/* -- -- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-family: heisei-mincho-std, serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  padding-top: 50px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 40px;
    background-color: #F5F1E7;
    text-align: center;
    padding: 10px 0; }
    .wp-pagenavi span:hover,
    .wp-pagenavi a:hover {
      background-color: #A3803F;
      color: #fff;
      opacity: 1; }
    .wp-pagenavi span.current,
    .wp-pagenavi a.current {
      background-color: #A3803F;
      color: #fff;
      pointer-events: none; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    padding: 8px 0 12px; }

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 10px;
    font-size: 20px;
    padding-top: 30px; }
    .wp-pagenavi span,
    .wp-pagenavi a {
      width: 30px;
      padding: 5px 0; }
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
      padding: 3px 0 7px; } }
/* -- -- */
.pt-archive h2 {
  line-height: 50px; }

@media screen and (max-width: 767px) {
  .pt-archive h2 {
    line-height: 32px; } }
/* -- -- */
.pt-details-title {
  line-height: 50px; }

.pt-details-time {
  display: block; }

.pt-details-thumb {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center; }

.pt-details-content h2 {
  background: url("../img/common/title-icon.png") no-repeat center left/40px auto;
  border-top: 2px solid #DEC794;
  border-bottom: 2px solid #DEC794;
  font-family: heisei-mincho-std, serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  margin: 50px 0 20px;
  padding: 16px 0px 15px 50px; }
.pt-details-content h3 {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 10px;
  font-family: heisei-mincho-std, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #B0881A;
  margin: 50px 0 20px;
  padding: 0;
  position: relative; }
  .pt-details-content h3:before {
    content: '';
    width: 18px;
    height: 5px;
    background-image: linear-gradient(to right, #A3803F, #D5B378);
    display: block; }
.pt-details-content h4 {
  max-width: max-content;
  background-image: linear-gradient(to right, #A3803F, #D5B378);
  color: #fff;
  font-family: heisei-mincho-std, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 50px 0 20px;
  padding: 2px 16px; }
.pt-details-content h1:first-child,
.pt-details-content h2:first-child,
.pt-details-content h3:first-child,
.pt-details-content h4:first-child,
.pt-details-content h5:first-child,
.pt-details-content h6:first-child {
  margin-top: 0; }
.pt-details-content h2 + h3,
.pt-details-content h2 + h4,
.pt-details-content h3 + h4 {
  margin-top: 0; }
.pt-details-content table {
  width: 100%; }
  .pt-details-content table th,
  .pt-details-content table td {
    border: 1px solid #D5B378;
    text-align: left;
    font-weight: 500;
    padding: 12px 30px 11px; }
  .pt-details-content table th,
  .pt-details-content table td:nth-child(1) {
    background-color: #F5F1E7;
    color: #B0881A;
    font-weight: 700; }
.pt-details-content ul,
.pt-details-content ol {
  border: 2px solid #D5B378;
  position: relative;
  padding: 27px; }
  .pt-details-content ul:before,
  .pt-details-content ol:before {
    content: '';
    border: 1px solid #D5B378;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px; }
.pt-details-content ul li {
  position: relative;
  padding-left: 16px; }
  .pt-details-content ul li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0; }
.pt-details-content ol {
  counter-reset: ol; }
  .pt-details-content ol li {
    position: relative;
    padding-left: 20px; }
    .pt-details-content ol li:before {
      content: '';
      counter-increment: ol;
      content: counter(ol);
      font-weight: bold;
      background-color: #B0881A;
      color: #fff;
      width: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 16px;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 0;
      text-align: center; }

.pt-details .button a {
  max-width: 300px; }

@media screen and (max-width: 767px) {
  .pt-details-title {
    line-height: 32px; }

  .pt-details-content h2 {
    background-size: 30px auto;
    padding: 10px 0px 8px 35px; }
  .pt-details-content table th,
  .pt-details-content table td {
    padding: 10px 10px; }
  .pt-details-content ul,
  .pt-details-content ol {
    padding: 17px; }
  .pt-details-content ol li:before {
    top: 3px; } }
/* -- -- */
.blog-section ul {
  display: grid;
  grid-template-columns: repeat(2, 487px);
  justify-content: center;
  gap: 20px 26px; }

@media screen and (max-width: 1200px) {
  .blog-section ul {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 1200px) {
  .blog-section ul {
    grid-template-columns: 1fr;
    text-align: center; } }
@media screen and (max-width: 767px) {
  .blog-section .button a.long {
    padding-right: 50px; } }


.access-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	border: 1px solid #D5B378;
}

.access-table th, .access-table td {
	padding: 15px 20px;
	text-align: left;
	border: none;
}

/* 左側の見出しセル（淡い背景色） */
.access-table th {
	background-color: #f5eee2; /* 薄いベージュ/クリーム色 */
	color: #B0881A;
	font-weight: bold;
	width: 50%; 
	vertical-align:middle;
}

/* 右側の詳細セル（濃い背景色） */
.access-table td {
	background-color: #fff;
	font-weight: normal;
	width: 50%;
}

/* 詳細情報を改行して表示 */
.access-details {
	white-space: pre-line;
	line-height: 1.2;
}

/* セクションを分けるための線（PC表示時のみ） */
.access-table tr:not(:last-child) th,
.access-table tr:not(:last-child) td {
	border-bottom: 1px solid #D5B378;
}

@media (max-width: 768px) {

	/* テーブル全体をブロック要素化 */
	.access-table, 
	.access-table tbody, 
	.access-table tr {
		display: block;
		width: 100%; /* 全幅を使用 */
	}

	/* 各行（tr）を独立した情報ブロックとして表示 */
	.access-table tr {
		border: 1px solid #d4c8b2; /* 境界線を追加 */
	}

	/* th（見出し）とtd（詳細）を縦に積み重ねる */
	.access-table th, 
	.access-table td {
		display: block; /* ブロック要素化して縦に並べる */
		width: auto; /* 幅指定をリセット */
		padding: 12px 15px; /* パディングを調整 */
	}

	/* 見出しセル（th）のスタイル調整：上に配置 */
	.access-table th {
		background-color: #f5eee2;
		border-bottom: 1px solid #d4c8b2; /* 詳細との間に線を入れる */
		font-size: 1.1em; /* 少し大きく */
	}

	/* 詳細セル（td）のスタイル調整：下に配置 */
	.access-table td {
		/* スマホ表示ではセクション間の線は不要になるためリセット */
		border-bottom: none;
	}

	/* PC表示時にあったセクション間の線はスマホ表示では不要 */
	.access-table tr:not(:last-child) th,
	.access-table tr:not(:last-child) td {
		border-bottom: none;
	}
}
.tel{
	color:#2987BD;
}
.map-flex{
	display:flex;
	gap:30px;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 36.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
	.map-flex{
		display:block;
	}
	.map {
		padding-top: 62.25%;
	}
}

.box-img .txt .button{
	margin-top:30px;
}

.box-img .txt .button a {
    color: #fff;
	text-decoration:none;
}
.tt2{
	margin:40px auto 0 auto;
	text-align:center;
}

.tt2 .timetable {
    max-width: 800px;
	margin:0 auto;
}

.tt2 .timetable thead th + th {
    width: 80px;
}

@media (max-width: 768px) {
	.tt2 .timetable thead th + th {
    width: auto;
}
}

.bb2{
	margin:30px 100px 30px 100px;
}

.bb2 p{
	margin:20px 0 50px 64px;
}

.bb4 p{
	font-weight:normal;
	margin:0 0 20px 0;
}

.bb4 p:last-child{
	margin:0 0 0px 0;
}
@media (max-width:1024px) {
	.bb2{
		margin:30px 0px 30px 0px;
	}
		.bb2 p{
		margin:20px 0 50px 5px;
	}
	.bb4 p{
		margin:0;
	}
}
.tt3 th, .tt3 td {
    text-align: left;
	padding:20px;
}

.tt5 th {
	width:45%;
}

.tt3 td {
	padding:10px 20px;
}

.tt3{
	max-width:100%;
	text-align:left;
    border-top: 1px solid #ccc;
}

.tt3 thead th + th {
    width:auto;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tt3 thead th {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tt3 thead td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}


.bb3{
	display:inline-block;
}

.tt4 thead td {
    width:55%;
}

@media (max-width: 768px) {
	.tt4 thead td {
    width:40%;
}
	.tt5 th {
		width:auto;
	}
	.tt3 tbody tr td {
    width:40%;
}
	.tt3 td {
	padding:10px 10px;
}
	.tt3 th, .tt3 td {
	padding:10px;
}
}

.flex1{
	display:flex;
	gap:30px;
	margin-top:30px;
}

.flex1 div{
	padding:25px 30px 25px 30px;
	background:#F5F1E7;
	width:50%;
}

.flex1 div h5{
	color:#795A02;
}
@media (max-width: 768px) {
	.flex1{
		display:block;
	}
	.flex1 div{
		margin-bottom:10px;
		padding:15px 20px 15px 20px;	
		width:auto;
	}

}

.mouse__notice{
	background:#F5F1E7;
	padding:25px;
}

.mouse__notice h4{
	color:#C90606;
}

.comparison-table {
	margin-top:20px;
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}
.comparison-table th, .comparison-table td {
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-align: left;
}

.item-header-cell {
	background-color: #F5F1E7;
	font-weight: bold;
	text-align:center !important;
	width: 25%;
	color:#B0881A;
}
.item-header-cell2 {
	background-color: #F5F1E7;
	font-weight: bold;
	text-align:left !important;
	width: 25%;
	color:#B0881A;
}
.column-header-row th {
	background-color: #F5F1E7;
	text-align: center;
	color:#B0881A;
}
.treatment-type-header {
	font-weight: bold;
	width: 32.5%;
}
.case{
	display:flex;
	gap:30px;
	background:#f6f6f6;
	padding:30px;
	margin-top:40px;
}
.case div:first-child{
	width:60%;
}
.case div:last-child{
	width:40%;
}
.case dl{
	display:flex;
	gap:20px;
	margin-bottom:15px;
}
.case dt{
	width:20%;
}
.case dd{
	width:80%;
}
.bblink a{
	text-decoration:underline;
	color:#B0881A;
}
.bblink a:hover{
	text-decoration:none;
}

@media screen and (max-width: 768px) {
.comparison-table th, .comparison-table td {
	padding: 10px 10px;
}
	.case{
		display:block;
		padding:22px;
		margin-top:30px;
	}
	.case div:first-child{
		width:100%;
	}
	.case div:last-child{
		width:100%;
		margin-top:15px;
	}
	.case dl{
		display:flex;
		gap:15px;
		margin-bottom:10px;
	}
	.case dt{
		width:30%;
	}
	.case dd{
		width:70%;
	}
}

/*# sourceMappingURL=contents.css.map */
