@charset "utf-8";
/* CSS Document */

/*HOME*/

.information__item .information-item__title,
.about__description .description-heading,
.examination .contents-block__heading,
.page-mv__heading .heading-ja {
    font-weight: 600;
}

.about__link .link-box__ul li a {
    border-bottom: 0px;
}
.fade-in {
  transition: opacity 0.3s ease, filter 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}

@media screen and (min-width: 960px) {
.information__item .information-item__date {
    width: 120px;
}
.examination .contents-block__heading {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 959px) {
    .main-visual__catch {
        font-size: 4.8vw;
        margin-bottom: unset;
        font-weight: 600;
    }

    .page-mv__heading-block {
    margin-bottom: 20px;
    }

    .main-visual__catch-block {
        top: 38%;
    }
    .fixed-menu {
    height: 50px;
    }
    .fixed-menu__item {
    font-size: 14px;
    }
    .fixed-menu__item:nth-child(2) .big {
    font-size: 16px;
    }
    .examination .contents-block__heading {
    margin-bottom: 30px;
}
    .page-mv__heading .heading-ja {
    margin-top: 20px;
    font-size: 22px;
}
    .page-mv__link-list .link-list__li a {
    font-size: 13px;
    }
    .page-mv__link-list .link-list__li {
    min-width: 170px;
    }
    .page-mv__main_kensa {
    margin-top: 10px;
}
    .page-mv__main_kensa .page-mv__main-inner {
        padding-bottom: 0px;
        padding-top: 0px;
    }

}

/*template*/

.block:not(:last-child) {
    margin-bottom: 40px;
}
.gallery-stick__image {
        margin-top: 50px;
    }
.gallery-stick__title {
    font-weight: 600;
}
.button-text__detail {
        font-weight: 500;
    }
.button-text p {
    text-align: justify;
}
.table .table-pattern-01 table tr td {
    text-align: left;
}
.table .table-pattern-03 table tr th,
.table .table-pattern-03 table tr td{
    font-size: 14px;
}

.simple-button-list{
    margin-top: 20px;
}
.accent-color02{
    color: #FBAFB0;
    font-weight: 600;
}
@media screen and (min-width: 960px) {
    .text-button-box{
        width: 100%;
    }
.text-button-box__table table th {
    width: 34%;
}
}

@media screen and (max-width: 959px) {
    .gallery-stick__image {
        margin-top: 40px;
    }
}
hr{
    border: 1px solid #D3BBBB;
}
/*aタグ調整*/
.text-block li a,
.text-block p a{
    border-bottom:solid;
border-color:#502A7F;
border-width:1px;
    color: #2355a5;
}
.accordion .accordion-box p a {
    border-bottom:solid;
border-color:#502A7F;
border-width:1px;
    color: #2355a5;
}
.information__item .information-item__text a{
       border-bottom:solid;
border-color:#502A7F;
border-width:1px;
    color: #2355a5;
}

/*footer*/
.area {
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

/*紫系色*/
.purple_dark {
	background: rgba(185, 189, 240, 0.89) !important;
}

/* ボタン縦並び */
.btn-tate-narabi {
    display: flex;
    width: fit-content;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.tatenarabi-ajust {
    margin: 1rem 0.5rem;}
    @media screen and (max-width: 959px) {
        .tatenarabi-ajust {
            width: 35vw;}
    }

/*下のボタン共通化*/
.btn_under {
	position: relative;
	margin-bottom: -1.5rem;
}

/*ol番号追加*/
.template .ol li.add-num::before {
    content: "3";
    color: #63acc4;
    font-size: 16px;
}

/*table内のol*/
.template .tbl-num li::before {
	font-size: 12px;
    line-height: 1.3;
}

/* 送信ボタン */
.table form {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
    align-items: center;
    font-size: 12px;
}
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #63acc4;
  cursor: pointer; /* ポインターカーソルを表示 */
  margin-left: 20px;
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

/*検査　追加*/
.page-mv__main_kensa {
  position: relative;
  margin-top: 60px;
  margin-left: -60px;
  z-index: 1;
}

/*検診　追加*/
.kenshin_reservation {
 text-align: center;
 margin: 0px 0px 20px;
}
.kenshin_reservation .tel{
      font-size: 30px;
    font-weight: 600;
    color: #63ACC4;
}
.kenshin_reservation .tel span{
      font-size: 16px;

}


@media screen and (max-width: 959px) {
.page-mv__main_kensa {
    margin-left: -20px;
  }
}
.table table {
  max-width: 1100px;
}
.table .table-pattern-01 table tr th.brown {
  font-size: 11px;
    }
.table th{
  font-weight: 600;
}
.button-text__heading {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
.button-text__detail {
  font-size: 16px;
}
.table .table-pattern-01 table tr th,
.table .table-pattern-01 table tr td    {
    text-align: center;
    font-size: 14px;
}
    }


/*ポップアップサイズ統一*/
.modal__wrap.modal-01,
.modal__wrap.modal-02,
.modal__wrap.modal-03,
.modal__wrap.modal-04,
.modal__wrap.modal-05,
.modal__wrap.modal-06,
.modal__wrap.modal-07,
.modal__wrap.modal-08,
.modal__wrap.modal-09,
.modal__wrap.modal-10,
.modal__wrap.modal-11,
.modal__wrap.modal-12,
.modal__wrap.modal-13 {
    max-width: 930px;
}

/*kensa.html pdfボタンマージントップ調整*/
.add-pdf-btn {
    margin-top: 1rem;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 959px) {
.add-pdf-btn {
    margin-top: 0.3rem;
}
}

/*PC検診ページテーブル縦固定*/
@media screen and (min-width: 960px) {
    .table .scroll {
        max-height: 70vh;
    }
}

/*infoボタン*/
.simple-button-list__item .down-arrow {
    background-color: #645746;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #645746;
    font-family: "Noto Serif JP", serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 220px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em;
    max-height: 55px;
}
.simple-button-list__item .down-arrow::after {
    content: url(//assets/images/icon/arrow-down--white.svg);
    width: 10px;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.bc_blue{
     background-color: #465C64 !important;
    border: 1px solid #465C64 !important;
}

@media screen and (max-width: 959px) {
    .simple-button-list__item .down-arrow {
        min-width: 170px;
        gap: 1em;
    }
}

.button{
    background-color: #645746;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #645746;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 220px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button ::after {
    content: url(/assets/images/icon/arrow-right--white.svg);
    width: 10px;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*ハンバーガーメニュー変更*/
@media screen and (max-width: 959px) {
.menu-trigger:after {
    content: "メニュー";
    color: #fff;
    font-size: 8.4px;
    position: relative;
    top: 10px;
    display: block;
}
.menu-trigger.active::after {
	content: "閉じる";
    color: #fff;
    font-size: 8.4px;
    position: relative;
    top: 14px;
    left: 4px;
    display: block;
}
.menu-trigger span:nth-of-type(1) {
    top: -8px;
}
.menu-trigger span:nth-of-type(2) {
    bottom: 8px;
}
}

/*コラム記事の高さ調整*/
.post-column__box-inner {
    height: 300px;
}
.wp-element-caption{
    font-size: 16px;
}
.gallery-free__item figcaption {
    font-size: 16px;
}

/*コラム一覧*/
.post-column__flex {
    display: flex;
    flex-wrap: wrap;
}

.post-column__box {
    margin-bottom: 30px;
} 

@media screen and (max-width: 959px) {
    .post-column__flex {
        justify-content: center;
    }
    .wp-element-caption{
    font-size: 14px;
}
}
.pagination {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center;
}
.page-numbers {
    display: flex;
    list-style: none;
    padding: 0 10px;
    justify-content: center;
}
.page-numbers .current {
    font-size: 20px;
    line-height: 18px;
}

/*lp01.html heading-accent*/
.lp01-h-a {
    font-size: 22px !important;
}
@media screen and (max-width: 959px) {
    .lp01-h-a {
        font-size: 16px !important;
    }
}
.lp01-big-bold {
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 959px) {
    .lp01-big-bold {
        font-size: 15px;
    }
}
.no-gap {
    gap: unset !important;
}
.lp01-big {
    font-size: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
    .lp01-big {
        font-size: 15px;
    }
}
@media screen and (max-width: 959px) {
    .fotter-sp-ul {
        flex-direction: column;
        align-items: center;
    }
}

/* トップページ関連 */
.header__add a {
    background-color: #465C64;
    border: 1px solid #465C64;
    text-align: center;
}
.header__add_insurance a {
    background-color: #645746;
    border: 1px solid #645746;
    text-align: center;
}
@media screen and (max-width: 959px) {
    .header__add {
        position: absolute;
        left: 42%;
    }
    .header__add_insurance {
        position: absolute;
        left: 59%;
    }
    .header__add a {
        font-size: 10px;
        padding: 6px 15px;
        margin-left: 10px;
    }
    .header__add_insurance a {
        font-size: 10px;
        padding: 6px 8px;
    }
}
@media screen and (max-width: 959px) {
    .main-visual__catch p {
        font-size: 3.1vw !important;
        line-height: 1.5;
        margin-top: 8px;
    }
}
.top-add-menu-btn {
    width: 1200px;
}
.top-add-menu-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.top-add-menu-btn a.third {
    width: 580px;
}
@media screen and (max-width: 959px) {
    .top-add-menu-btn a {
        font-size: 20px;
    }
    .top-add-menu-btn a.third {
        width: 240px;
    }
}
.main-visual__catch {
    text-align: left;
    font-weight: 600;
}
@media screen and (max-width: 959px) {
    .main-visual__catch {
        text-align: left;
        font-size: 3.8vw;
    }
}
.main-visual__catch p {
    font-size: 1.4vw;
    line-height: 1.3;
    margin-top: 18px;
}
.main-visual__catch__bg {
    background: unset;
    padding: 20px 30px 10px;
    opacity: 0.8;
}
@media screen and (max-width: 959px) {
    .main-visual__catch__bg {
        background: rgb(255 255 255 / 60%);
        padding: 10px 0 10px 14px;
    }
}
.main-visual__catch__bg__insurance {
    background: #ffffff;
    padding: 20px 30px 10px;
    opacity: 0.9;
}
@media screen and (max-width: 959px) {
    .main-visual__catch__bg__insurance {
        background: #ffffff;
        padding: 10px 15px 10px 20px;
    }
}

.edit-mv .main-visual__image {
    width: 100%;
    border-radius: 0;
}
.edit-mv .main-visual__image img {
    width: 100%;
}
.edit-mv .main-visual__catch-block {
    top: 15%;
}
@media screen and (max-width: 959px) {
    .edit-mv .main-visual__catch-block {
        top: 35%;
    }
}
@media screen and (max-width: 959px) {
    .edit-insurance-mv .main-visual__catch-block {
        top: 11.5em;
    }
}

.edit-slider {
    margin-top: -24em;
}
@media screen and (max-width: 959px) {
    .edit-slider {
        margin-top: -9.5em;
    }
}

.edit-mv-btn {
     margin-top: -70px;
}
.edit-mv-btn .second-visual__container .main-visual__image {
    width: 40%;
    border-radius: 0;
}
.edit-mv-btn .second-visual__container .main-visual__image img {
    width: 100%;
    height: 100%;
}
.edit-mv-btn .second-visual__container {
    display: flex;
    align-items: center;
}
.edit-mv-btn .second-visual__container .main-visual__point-block {
    margin: 40px 0 0;
}
@media screen and (max-width: 959px) {
    .edit-mv-btn .second-visual__container .main-visual__image {
        display: none;
    }
    .edit-mv-btn .second-visual__container .main-visual__point-block {
        margin: 95px auto 30px;
    }
}


.more-detail {
    padding: 35px 15px;
}
/*追加ボタン一般向け*/
.top-link-list {
    justify-content: center;
}
.top-link-list  li {
    margin: 0 8px;
}
/*追加ボタン医療機関向け*/
.top-link-list-insurance .link-list__box {
    width: 49%;
}
@media screen and (max-width: 959px) {
    .top-link-list-insurance .link-list__box {
        width: 100%;
    }
}
.top-link-list-insurance .link-list__image {
    width: 60%;
}
.arrow-bottom {
    width: 540px;
    padding-bottom: 70px;
    gap: 0.3em;
    flex-direction: column;
    font-size: 18px;
}
@media screen and (max-width: 959px) {
    .arrow-bottom {
        width: 90vw;
    }
}
.arrow-bottom::after {
    content: url(/assets/images/icon/arrow-down--white2.svg) !important;
}
.arrow-bottom:hover::after {
  content: url(/assets/images/icon/arrow-down2.svg)!important;
  -webkit-transform: translateY(5px) !important;
          transform: translateY(5px) !important;
}
.top-link-list-insurance2 {
    justify-content: center;
}
.top-link-list-insurance2 .link-list__inner {
    flex-direction: column;
}
.top-link-list-insurance2 .link-list__image {
    width: 100% !important;
    height: 79% !important;
}
.top-link-list-insurance2 .link-list__box {
    max-height: 180px !important;
    margin: 0 0.5em;
}
.top-link-list-insurance2 .link-list__title {
    width: 100% !important;
    padding-top: 3px !important;
}
@media screen and (max-width: 959px) {
    .top-link-list-insurance2 .link-list__box {
        margin: 0 0 1.5em;
        height: 180px;
    }
    .top-link-list-insurance2 .link-list__inner {
        gap: 0.2em;
    }
    .top-link-list-insurance2 .link-list__title {
        justify-content: center;
    }
}
.header__nav .nav-main .has-megamenu > a:after {
    content: url(/assets/images/icon/triangle-down--brown.svg);

}
@media screen and (min-width: 960px) {
    .edit-insurance-mv .page-mv__image {
        height: 65vh;
    }
    .edit-insurance-mv .page-mv__image img {
        object-fit: cover;
        object-position: bottom right;
        height: 100%;
    }
}

/*矢印*/
.button-basic::after {
    content: url(/assets/images/icon/arrow-right--white.svg);
}
.button-basic:hover::after {
  content: url(/assets/images/icon/arrow-right.svg);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-basic.white::after {
    content: url(/assets/images/icon/arrow-right.svg);
}
.button-basic.white:hover::after {
  content: url(/assets/images/icon/arrow-right--white.svg);
}
.button-simple::after {
    content: url(/assets/images/icon/arrow-right.svg);
}
.button-basic-pdf::after {
    content: url(/assets/images/icon/pdf-arrow--white.svg);
}
.button-basic.light-blue::after {
    content: url(/assets/images/icon/arrow-right--white.svg);
}
.sp-navi__link .back-to-main::before {
    content: url(/assets/images/icon/arrow-left--white.svg);
}
/* スマホ　insurance　ハンバーガーメニュー矢印 */
@media screen and (max-width: 959px) {
    .sp-navi__link .sp-navi-link::after {
        content: url(/assets/images/icon/arrow-right--white.svg);
    }
}

.main-visual__point-block {
    margin: -3% 0 0 auto;
}
.two-tiers {
    width: 500px;
}
@media screen and (max-width: 959px) {
    .two-tiers {
        width: 100%;
    }
}
.footer__main .footer-main__ul ul {
    flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
    .footer__main .footer-main__ul ul {
        gap: 0.5em;
    }
}
.post-column__list {
    flex-wrap: wrap;
}



/*その他ページ*/
.page-mv__link-list .link-list__li a::after {
    content: url(/assets/images/icon/triangle-down--white-border.svg);
}

.kakunin-form dl dd {
    padding: 21px 0;
}
.qanda_map{
    width: 60%;
}
@media screen and (max-width: 959px) {
    .kakunin-form dl dd {
        padding: 0;
    }
    .qanda_map{
    width: 100%;
}
}

.recomend-kenshin {
    margin-bottom: 40px;
}
.recomend-kenshin ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.keyword-block__tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4em;
}
.keyword-block__tag ul li {
    background-color: #ebe2d7;
    padding: 10px;
    font-size: 14px;
}
@media screen and (max-width: 959px) {
    .keyword-block__tag ul li {
        font-size: 12px;
    }
}
.keyword-tag-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4em;
    margin-top: 20px;
}
.keyword-tag-list .tag-list__item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 11px;
    background-color: #645746;
    color: #fff;
}
.no-bg-dottext {
    background-color: unset !important;
    color: #645746 !important;
    padding-left: 0 !important;
}


/* ワードプレス投稿関連 */
h2.wp-block-heading {
    padding-top: 15px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    margin-top: 60px;
}
h2.wp-block-heading:before {
    content: "";
    background: #aaa39a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
h2.wp-block-heading:after {
    content: "";
    background: #63acc4;
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 1px;
}
h4.wp-block-heading {
    padding: 1em 0;
}
.cat-list-btn form select {
    padding: 10px 5px;
    border: 1px solid #645746;
    font-size: 18px;
    color: #645746;
}
.cat-select {
    padding: 70px 0px 0;
}
.single_link a{
    border-bottom: solid;
    border-color: #502A7F;
    border-width: 1px;
    color: #2355a5;
}

@media screen and (min-width: 960px) {
.edit-mv-detail-btn {
    margin-bottom: 0;
    position: relative;
    top: 190px;
    right: 30px;
    z-index: 9;}
.edit-mv-detail-btn a {
    font-size: 16px;
}
.edit-mv-catch-text-btn {
    position: relative;
    top: -70px;
}
}

/* キーワード検索 */
#kwList {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 2rem 0;
}
#kwList .kw-btn {
    border: 1px solid #645746;
    border-radius: 4px;
    padding: 0.3rem 0.9rem;
    color: #645746;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
#kwList .kw-btn.active {
    background: #645746;
    color: #fff;
    background-color: #645746;
}

#kwList-result {
   padding-bottom: 8em;
}

.heading-sub-text {
    font-size: 1.0rem;
    margin-top: 0.5rem;
    color: #645746;
}

/* ページ内リンク位置調整 */
html {
  scroll-padding-top: 80px;
  /*scroll-margin-top: 90px;*/
}
/*.anchor {
    display: block:
    padding-top: 80px;
    margin-top: -80px;
}*/

#zip_footer {
    display: none;
} 


/* ワードプレスcontact form 7関連 */
.wpcf7-not-valid {
    background: #c237546b !important;
}

/*コラムパンくず*/
@media screen and (max-width: 959px) {
.column_box .breadcrumb {
        overflow-wrap: break-word;
    }
}

/*コラム*/
.wp-block-image img {
     margin: 20px 0px 10px;   
    }
.wp-block-list{
    margin: 10px;
}
.wp-block-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.wp-block-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
.wp-block-list li {
  display: block;
        line-height: 1.8;
        font-size: 13px;
    }
.wp-block-list li:not(:last-child) {
    margin-bottom: calc(5 * 2 / 10 * 1vw);
  }
}
.wp-block-list li::before {
  content: "⚫︎";
  color: #295B87;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
.wp-block-list li::before {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
.wp-block-list li::before {
    font-size: 12px;
  }
}

/*コラム下の医師紹介*/
.doctor-introduction-2clm {
    display: flex;
}
.doctor-introduction-2clm .contents-block__image {
   width: 300px;
   height: 300px;
   margin-right: 50px;
}
.doctor-introduction-2clm .text-block h3 {
    margin-top: 0;
}
@media screen and (max-width: 959px) {
    .doctor-introduction-2clm {
        flex-direction: column;
    }
    .doctor-introduction-2clm .contents-block__image {
       width: 100%;
       height: auto;
       margin-right: 0;
    }
    .doctor-introduction-2clm .text-block {
        margin-top: 2em;
    }
    .post-column {
        margin-right: 0;
    }
    .text-block__box {
        margin-bottom: 0;
    }
    .wp-block-image img {
        width: 100%;
    }
    
    .wp-block-image .alignleft {
        width: 100%;
    }
    .wp-block-columns {
        gap: 0.7em;
    }

}


@media screen and (max-width: 959px) {
    .edit_sp-list__inner {
        gap: 0;
    }
    .edit_sp-list__inner .link-list__title {
        width: 64%;
        padding: 0 0.8em;
    }
}

