@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: 25px;
    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;
    }
}

/*コラム*/
.column_box p{
    margin-bottom: 15px;
}
.wp-block-image img {
     margin: 0px 0px 20px 20px; 
    }
.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%;
        margin: 20px 0px 20px 0px; 
    }
    
    .wp-block-image .alignleft {
        width: 100%;
    }
    .wp-block-columns {
        gap: 0.7em;
    }
    .wp-block-image .alignright {    
    margin: 0;
}

}


@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;
    }
}

/* ------
2025.12 追加 -----*/
.lp-main-visual {
    width: 100%;
    height: 60vw;
    background: url(https://www.jinsen-pet.jp/assets/images/lp/mv_pc.webp);
    background-size: 100vw auto;
    background-repeat: no-repeat;
}
.lp-main-visual .wrap {
    width: 1000px;
    margin: 0 auto;
}
.lp-main-visual .wrap .left-content {
    width: fit-content;
    text-align: center;
    padding-top: 30px;
    animation: fadeIn 5s ease 1s 1 normal backwards;
}
.lp-main-visual .wrap .left-content figure {
    width: 397px;
    height: auto;
}
.lp-main-visual .wrap .left-content p {
    font-size: 23px;
    margin: 10px 0;
}
.lp-main-visual .wrap .left-content button {
    width: 300px;
    height: auto;
    margin: 10px 0;
    transition: .3s;
}
.lp-main-visual .wrap .left-content button:hover {
    transform: translateY(4px);
    opacity: 0.8;
}
.left-content {
  padding: 10px;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section.sec01 .wrap {
    position: relative;
    width: 900px;
    margin: 0 auto;
    background: #EFE6DD;
    border-radius: 10px;
    padding: 10px 0;
}
section.sec01 .wrap figure.title-date_pc {
    position: absolute;
    top: -50px;
    right: 20px;
}
section.sec01 .wrap figure.title-date_sp {
    display: none;
}
section.sec01 .wrap h2 {
    width: 98%;
    background: url(https://www.jinsen-pet.jp/assets/images/lp/title-border_pc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    margin: 0 auto;
}
section.sec01 .wrap h2 p {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding-bottom: 20px;
}
section.sec01 .wrap h2 span.title-number {
    position: relative;
    font-size: 53px;
    color: #DBBA20;
    padding-right: 5px;
}
section.sec01 .wrap h2 span.title-number::before {
    content: url(https://www.jinsen-pet.jp/assets/images/lp/crown-mark.svg);
    position: absolute;
    top: -53px;
    left: 10px;
}
section.sec01 .wrap p {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
}
section.sec01 .wrap .red-color {
    color: #C62345;
}
section.sec01 .wrap .red-color.small {
    font-size: 16px;
}
section.sec01 .wrap .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 820px;
    margin: 20px auto;
}
section.sec01 .wrap .option {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 820px;
    margin: 20px auto;
}
section.sec01 .wrap .icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 654px;
    margin: 20px auto;
}
section.sec01 .wrap .icon-wrap p {
    font-size: 16px;
        font-family: "Noto Sans JP", serif;
    font-weight: 400;
}
section.sec01 .wrap .icon-wrap figure {
    width: 132px;
    height: auto;
}
section.sec01 .wrap .icon-wrap .pc_only {
    display: inline-block;
}
section.sec01 .wrap .list-space {
    width: 820px;
    margin: -120px auto 0;
    background: #fff;
    padding: 90px 0 20px;
}
section.sec01 .wrap .list-space ul {
    display: flex;
    flex-wrap: wrap;
    width: 456px;
    margin: 40px auto 0;
}
section.sec01 .wrap .list-space ul li {
    margin: 3.5px;
    font-size: 16px;
}
section.sec01 .wrap button {
    display: block;
    width: 300px;
    height: auto;
    margin: 40px auto;
    transition: .3s;
}
section.sec01 .wrap button:hover {
    transform: translateY(4px);
    opacity: 0.8;
}

section.sec02 {
    margin-top: 60px;
}
section.sec02 .wrap {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 10px 0;
}
section.sec02 .wrap .clm01,
section.sec02 .wrap .clm03 {
    float: right;
}
section.sec02 .wrap .clm01 figure {
    width: 661px;
    height: auto;
}
section.sec02 .wrap .clm02 {
    position: relative;
    z-index: 1;
    width: fit-content;
    float: left;
    margin-top: -10em;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.sec02 .wrap .clm02 h3 {
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
section.sec02 .wrap .clm02 h3 span {
    display: block;
    font-size: 18px;
}
section.sec02 .wrap .clm02 figure {
    margin: 10px 0;
}
section.sec02 .wrap .clm02 .dounyu {
    margin-top: -13em;
}
section.sec02 .wrap .clm03 {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.sec02 .wrap .clm03 h3 {
    border-bottom: 4px solid #88D600;
    margin: 0 10px;
}
section.sec02 .wrap .clm03 h3 p {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
}
section.sec02 .wrap .clm03 ul {
    font-size: 16px;
    margin-top: 20px;
}
section.sec02 .wrap .clm03 ul li figure {
    display: inline-block;
    width: 18px;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
}

section.sec03 {
    margin-top: 60px;
}
section.sec03 .wrap h2 {
    background: url(https://www.jinsen-pet.jp/assets/images/lp/title-border-sec03_pc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
section.sec03 .wrap h2 p {
    font-size: 27px;
    padding-bottom: 7px;
}
section.sec03 .wrap .description {
    margin-top: 5px;
}
section.sec03 .wrap .clm {
    width: fit-content;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.sec03 .wrap .w96 {
    width: 96.4% !important;

}
section.sec03 .wrap .clm h3 {
    border-bottom: 4px solid #DBBA20;
    margin: 0 10px;
}
section.sec03 .wrap .clm h3 p {
     font-size: 24px;
     padding-bottom: 5px;
}
section.sec03 .wrap .clm h3 p span {
    display: block;
    font-size: 14px;
    font-family: "Noto Sans JP", serif;
}
section.sec03 .wrap .clm p.price {
    font-size: 15px;
    font-family: "Noto Sans JP", serif;
    padding-top: 3px;
    font-weight: 400;
}
section.sec03 .wrap .clm p.price .yen {
    font-size: 10px;
    font-weight: 400;
}
section.sec03 .wrap .clm p.description {
    width: 351px;
    font-size: 16px;
    text-align: left;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    margin-top: 20px;
}
section.sec03 .wrap .clm p.w100 {
    width: 96% !important;
padding: 0% 2%;
}
section.sec03 .wrap .clm button {
    width: 265px;
    margin: 10px auto;
}

section.sec04 {
    margin-top: 60px;
}
section.sec04 .wrap {
    background: url(https://www.jinsen-pet.jp/assets/images/lp/gaikan_pc.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 597px;
}
section.sec04 button {
    width: 407px;
    margin: 30px auto;
    display: block;
    transition: .3s;
}
section.sec04 button:hover {
    transform: translateY(4px);
    opacity: 0.8;
}
section.sec04 .wrap .text {
    width: 368px;
    margin-top: 11.5em;
}
section.sec04 .wrap .text p {
    text-align: justify;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
}
section.sec04 .wrap .text p span.bold {
    font-weight: 800;
}

section.sec05 {
    margin-top: 60px;
}
section.sec05 .wrap {
    width: 1000px;
    margin: 0 auto;
}
section.sec05 .wrap .topic-midashi {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}
section.sec05 .wrap .post-column__box {
    width: calc((100% - 40px) / 3);
    position: relative;
    margin: 30px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
section.sec05 .wrap .post-column__box-inner {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
section.sec05 .wrap .post-column__detail {
    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;
    gap: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
section.sec05 .wrap .post-column__date {
    font-size: 10px;
}
section.sec05 .wrap .post-column__label-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;
    gap: 0.4em;
}
section.sec05 .wrap .post-column__label-ul li {
    color: #fff;
    background-color: #645746;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}
section.sec05 .wrap .post-column__title {
    font-family: "Noto Serif JP", serif;
    margin-bottom: 14px;
    font-weight: 600;
    border-bottom: 1px solid #63ACC4;
    padding-bottom: 5px;
}
section.sec05 .wrap .post-column__text {
    font-size: 14px;
}

@media screen and (max-width: 959px) {
    .lp-main-visual {
        width: 100%;
        height: auto;
        background: url(https://www.jinsen-pet.jp/assets/images/lp/mv_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 20px;
    }
    .lp-main-visual .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .lp-main-visual .wrap .left-content {
        width: 100%;
    }
    .lp-main-visual .wrap .left-content figure {
        width: 213px;
    }
    .lp-main-visual .wrap .left-content p {
        font-size: 18px;
        margin: 35% 0 10px;
    }
    .lp-main-visual .wrap .left-content button {
        width: 250px;
        margin: 10px 0;
    }
    
    section.sec01 .wrap {
        width: 100%;
        border-radius: 0;
        padding: 10px 0 50px;
    }
    section.sec01 .wrap figure.title-date_sp {
        display: block;
        width: 80%;
        height: auto;
        margin: -36px auto 30px;
    }
    section.sec01 .wrap figure.title-date_sp img {
        width: 100%;
        height: 100%;
    }
    section.sec01 .wrap figure.title-date_pc {
        display: none;
    }
    section.sec01 .wrap h2 {
        background: url(https://www.jinsen-pet.jp/assets/images/lp/title-border_sp.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding-top: 20px;
    }
    section.sec01 .wrap h2 p {
        font-size: 28px;
        padding-bottom: 37px;
        text-align: center;
    }
    section.sec01 .wrap h2 span.title-number {
        font-size: 46px;
    }
    section.sec01 .wrap h2 span.title-number::before {
        top: -47px;
        left: 5px;
    }
    section.sec01 .wrap p {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: justify;
    }
    section.sec01 .wrap span.red-color.small {
        font-size: 10px;
    }
    section.sec01 .wrap .flex {
        width: 100%;
        flex-direction: column;
    }
    section.sec01 .wrap .option {
        width: 90%;
        margin-top: 30px;
    }
        section.sec01 .wrap p {
      width: 100%;      
    }
    section.sec01 .wrap .flex figure.siki {
        width: 90%;
        height: auto;
    }
    section.sec01 .wrap .flex figure img {
        width: 100%;
        height: 100%;
    }
    section.sec01 .wrap .flex div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px 0 0;
    }
    section.sec01 .wrap .icon-wrap {
        align-items: flex-start;
        justify-content: space-evenly;
        width: 90%;
    }
    section.sec01 .wrap .icon-wrap figure {
        width: 82px;
        height: auto;
    }
    section.sec01 .wrap .list-space {
        width: 90%;
        margin: -100px auto 0;
        padding: 70px 0 10px;
    }
    section.sec01 .wrap .list-space ul {
        width: 95%;
        margin: 30px auto 0;
    }
    section.sec01 .wrap .icon-wrap p {
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
    }
    section.sec01 .wrap .icon-wrap .pc_only {
        display: none;
    }
    section.sec01 .wrap .list-space ul li {
        margin: 1px 3px;
        font-size: 13px;
    }
    section.sec01 .wrap button {
        width: 250px;
        margin: 20px auto 0;
    }
    
    section.sec02 {
        margin-top: -11px;
    }
    section.sec02 .wrap {
        width: 100%;
        border-radius: 0;
        padding: 0;
    }
    section.sec02 .wrap .clm01,
    section.sec02 .wrap .clm03  {
        float: unset;
    }
    section.sec02 .wrap .clm01 figure {
        width: 100%;
    }
    section.sec02 .wrap .clm02 {
        float: none;
        margin: -1.8em auto;
        padding: 40px 0 20px;
        width: 90%;
    }
    section.sec02 .wrap .clm02 h3 {
        font-size: 22px;
        text-align: center;
    }
    section.sec02 .wrap .clm02 h3 span {
        font-size: 14px;
    }
    section.sec02 .wrap .clm02 figure {
        margin: 10px auto;
        display: block;
        width: fit-content;
    }
    section.sec02 .wrap .clm02 p {
        padding: 0 15px;
    }
    section.sec02 .wrap .clm02 .dounyu {
        margin-top: -5em;
    }
    section.sec02 .wrap .clm03 {
        padding: 10px 0;
        margin-top: 15px;
        width: 90%;
        margin: 50px auto;
    }
    section.sec02 .wrap .clm03 h3 p {
        font-size: 18px;
    }
    section.sec02 .wrap .clm03 ul {
        font-size: 13px;
        margin-top: 20px;
        margin: 20px 14px 0;
    }
    
    section.sec03 {
        margin-top: 0;
    }
    section.sec03 .wrap h2 {
        background: unset;
    }
    section.sec03 .wrap h2 p {
        font-size: 26px;
        line-height: 1.3;
        padding-bottom: 20px;
    }
    section.sec03 .wrap .flex {
            margin: 0 auto;
        }
    section.sec03 .wrap .description {
        margin-top: 0;
    }
    section.sec03 .wrap .flex .clm {
        flex-direction: column;
        width: 90%;
        padding: 0;
        margin-top: 30px;
    }
    section.sec03 .wrap .clm h3 p {
        text-align: center;
    }
    section.sec03 .wrap .clm p.price {
        text-align: center;
    }
    section.sec03 .wrap .clm p.description {
        width: 90%;
        font-size: 14px;
        padding-top: 10px;
    }
    
    section.sec04 {
        margin-top: -5px;
    }
    section.sec04 .wrap {
        background: url(https://www.jinsen-pet.jp/assets/images/lp/gaikan_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        height: auto;
        padding: 10px 0 0;
    }
    section.sec04 .wrap .text {
        width: 90%;
        margin: 63% auto 0;
    }
    section.sec04 .wrap .text p {
        font-size: 16px;
        margin: 15px 0;
        width: 100%;
    }
    section.sec04 button {
        width: 335px;
        margin: 10px auto 25px;
    }

    section.sec05 {
        margin-top: 0;
    }
    section.sec05 .wrap {
        width: 90%;
        margin: 0 auto;
    }
    section.sec05 .wrap .topic-midashi {
        text-align: center;
    }
    section.sec05 .wrap .post-column__box {
        width: 100%;
    }

}

@media screen and (min-width: 821px) and (max-width: 1024px) {
    .lp-main-visual {
        width: 100%;
        height: auto;
        background: url(https://www.jinsen-pet.jp/assets/images/lp/mv_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 20px;
    }
}

/*LP用バナー*/
.fixed-button01 {
  position: fixed;
  right: -1px;
  top: 250px;
  z-index: 10;
  width: 82px;
}
.fixed-button01_sp{
  display: none;  
}
@media screen and (max-width: 959px) {
  .fixed-button01 {
  display: none;
  }
    .fixed-button01_sp{
  position: fixed;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  display: block; 
    }
}

