@charset "UTF-8";

/* ---------------------
  - *基本設定
  - *タイトル
  - *メインビジュアル
  - *バナーエリア
  - *医院概要
  - *ご挨拶
  - *診療案内
  - *当院の特徴
  - *病状・病名から探す
  - *医療コラム
  - *無限スライダー
--------------------- */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.front {
    overflow: hidden;
}
.text > *:not(:last-child) {
    margin-bottom: 2em;
}
.top_btn a {
    position: relative;
    padding: 20px 0 17px 20px;
    display: inline-block;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(90deg, rgb(169,142,115) 0%, rgb(175,161,145) 100%);
    border-radius: 30px;
    opacity: 1;
    transition: 0.2s ease-in-out;
}
.top_btn a:hover {
    opacity: 0.6;
}
.top_btn a::after {
    position: relative;
    right: 0;
    vertical-align: baseline;
    display: inline-block;
    width: 51px;
    height: 6px;
    margin-left: 10px;
    background: #fff;
    mask: url(../images/top_btn_mask.png) no-repeat center / 51px 6px;
    -webkit-mask: url(../images/top_btn_mask.png) no-repeat center / 51px 6px;
    content: "";
    transition: 0.2s ease-in-out;
}
.top_btn a:hover::after {
    right: -10px;
}

/* ----- パララックス ----- */
.parallax {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
}

/* 切り抜く範囲 */
.parallax_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
}

/* 固定する画像 */
.parallax_img::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
    /* ----- パララックス ----- */
    .parallax {
        height: 300px;
    }
    
    /* ----- ボタン ----- */
    .top_btn a {
        padding: 17px 0 15px 15px;
        font-size: 15px;
        letter-spacing: 0.07em;
    }
    .top_btn a::after {
        width: 26px;
        mask-position: right center;
    }
}

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

  *タイトル

================================================================================================================================== */
.top_title {
    line-height: 1.5;
    text-align: center;
}
.top_title.title_left {
    text-align: start;
}
.top_title {
    text-align: left;
}
.top_title h2 {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #333;
}
.top_title .eng {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 16px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(0deg,rgba(169, 142, 115, 1) 0%, rgba(175, 161, 145, 1) 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==============================================
  *SP タイトル
============================================== */
@media screen and (max-width: 640px) {
    h1 {
        margin: 0 auto 20px;
    }
    .top_title {
        margin-bottom: 40px;
    }
    .top_title h2 {
        font-size: 17px;
    }
    .top_title .eng {
        margin-bottom: 6px;
        font-size: 50px;
        letter-spacing: 0.03em;
        word-break: keep-all;
        overflow-wrap: normal;
    }
}

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
    position: relative;
    z-index: 1;
    height: 850px;
    padding: 40px 30px 0;
    overflow: hidden;
}
.mvSlider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/* ----- スライダーのArrowボタン ----- */
.mvSlider .sliderBtn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
}
.mvSlider .sliderBtn#mv_btnPrev {
    left: 20px;
}
.mvSlider .sliderBtn#mv_btnNext {
    right: 20px;
}
.mvSlider .sliderBtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border-radius: 50%;
    transition: background 0.2s;
}
.mvSlider .sliderBtn span:hover {
    background: var(--text-color);
}
.mvSlider .sliderBtn span::before {
    padding: 0 0 1px 0;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #ffffff;
    font-size: 15px;
    transition: color 0.2s;
}
.mvSlider .sliderBtn#mv_btnPrev span::before {
    content: "\f053";
}
.mvSlider .sliderBtn#mv_btnNext span::before {
    content: "\f054";
}

/* 各スライダーのボタンは非表示に */
.mvSlider .splide__arrows {
    display: none;
}

/* ----- MVの画像 ----- */
.mvImg {
    width: 100%;
    height: 100%;
}
.mvImg .splide__track {
    width: 100%;
    height: 100%;
}
.mvImg .splide__slide {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.mvImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* フェードの専用スタイル */
.fade .mvImg .splide__slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: calc(100% + 50px);
    pointer-events: none;
    border-radius: 5px;
}

/* アニメーションを実行 */
.fade.move .mvImg .splide__slide img {
    animation: hideTranslate 8s ease-out forwards;
}
.fade.move .mvImg .splide__slide.is-active img {
    animation: showTranslate 8s ease-out forwards;
}

/* MVのアニメーション  */
@keyframes hideImg {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes showTranslate {
    0% {
        transform: translate3d(0, 0px, 0);
    }
    100% {
        transform: translate3d(0, -30px, 0);
    }
}
@keyframes hideTranslate {
    /* 下降 */
    0% {
        transform: translate3d(0, -30px, 0);
    }
    100% {
        transform: translate3d(0, 0px, 0);
    }
}

/* ----- キャッチコピー ----- */
.mvCatch {
    position: absolute !important;
    top: /*50%*/55%;
    left: 4px;
    z-index: 3;
    width: 100%;
    padding-top: 50px;
    transform: translateY(-50%);
    background: url("../images/logo_mark_white.svg") no-repeat center top 60px /56px auto;
	filter: drop-shadow(0px 0px 5px rgba(131, 121, 111, 1)) drop-shadow(0px 0px 5px rgba(131, 121, 111, 1)) drop-shadow(0px 0px 5px rgba(131, 121, 111, 1)) drop-shadow(0px 0px 5px rgba(131, 121, 111, 1));
	text-shadow: 0 0 5px #83796f, 0 0 5px #83796f, 0 0 5px #83796f, 0 0 5px #83796f;
}
.mvCatch .inner {
    position: relative;
    z-index: 1;
}
.mvCatch p {
/*     padding: 20px 0; */
	padding: 80px 0 20px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.714;
    letter-spacing: 0.075em;
    text-align: center;
    color: #fff;
}

/* 吹き出し */
.mvCatch p.fukidashi {
  position: absolute;
  top: 0px;
  right:315px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-shadow: none;
}

.mvCatch p.fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: var(--main-color) transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.mvCatch p.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

/* ----- コンテンツ ----- */
.mvContents {
    position: absolute !important;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.mvContents .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: initial;
    height: 100%;
}
.mvContents .splide__track {
    width: 100%;
    height: 100%;
}

/* バナー */
.mv_bna {
    position: absolute;
    left: 60px;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.mv_bna li a {
    opacity: 1;
    transition: 0.2s ease-in-out;
}
.mv_bna li a:hover {
    opacity: 0.6;
}
.mv_bna li img{
    height: 140px;
    width: auto;
}

.mv_bnr_01{
	display: flex;
	flex-direction:column;
	gap: 10px;
	position: absolute;
	bottom: 40px;
	left: 780px;
}
.mv_bnr_01 li{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	width: 100%;
	background: var(--main-color);
	border: 7px solid rgba(255,255,255,0.6);
	background-clip:padding-box;
	text-align: left;
}
.mv_bnr_01 a{
	padding: 20px 25px;
	color: #fff;
	font-size: 110%;
	font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
	font-style: normal;
	line-height: 1.75rem;
}
.mv_bnr_01 a:after{
	margin-left: 15px;
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 900;
	content: "\f061";
	transition: all 0.2s;
}

.mv_bnr_01 a:hover{
	background: var(--sub-color);
	background-clip:padding-box;
	color: #fff;
}

.mv_bnr_01 a .yellowline{
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.35em;	
}

/* バナー01 スマホ時 */
@media screen and (max-width:640px){
.mv_bnr_01{
	position: static;
}
.mv_bnr_01 a:after {
	margin-left: 30px;
}
}


/* サブカラー */
.open_bnr.subcolor > * {
    background: var(--sub-color);
}
.open_bnr.subcolor > * .nairankai_tit {
    color: var(--sub-color);
}

/* ----- RIBONバナー ----- */
.mv_ribon {
    position: absolute;
    bottom: 150px;
    left: 0;
}
.sp_only {
    display: none;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
    .mainvisual {
        height: 360px;
        padding: 0 0;
    }
    .mvImg .splide__slide {
        border-radius: 0;
    }
    .fade .mvImg .splide__slide img {
        border-radius: 0;
    }
    
    /* ----- スライダーのArrowボタン ----- */
    .mvSlider .sliderBtn {
        top: 50%;
        width: 40px;
        height: 40px;
        padding: 2px;
        font-size: 12px;
    }
    .mvSlider .sliderBtn#mv_btnPrev {
        left: 10px;
    }
    .mvSlider .sliderBtn#mv_btnNext {
        right: 10px;
    }
    .mvSlider .sliderBtn span::before {
        font-size: 11px;
    }
    .mvCatch {
/*         top: auto;
        bottom: 20px; */
        display: none;
        padding-top: 26px;
        background-size: 40px auto;
    }
    .mvCatch.is-active {
        display: block;
    }
    .mvCatch p {
        font-size: 124%;
        line-height: 1.7;
    }
	.mvCatch p.fukidashi{
    right: auto;
	left: 53%;
    padding: 6px 10px;
    font-size: 10px;
	}
    .mvContents {
        display: none;
    }
    .sp_only {
        display: block;
        background: none !important;
    }
    .sp_only .inner {
        padding: 0 5%;
    }
    .sp_only_contents {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    .mv_bna {
        position: relative;
        left: auto;
        bottom: auto;
        gap: 10px;
    }
    .mv_bna li img{
        height: auto;
    }
}

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

  *バナーエリア

================================================================================================================================== */
/* ----- 共通設定 ----- */
.top_banner .inner {
    max-width: 1240px;
    padding: 97px 0 89px;
    background: url("../images/top_bna_slide_bg.jpg") no-repeat center / cover;
}
.top_banner .top_title {
    display: flex;
    align-items: baseline;
    margin: 0 0 53px 15px;
}
.top_banner .top_title .eng {
    margin-right: 43px;
    margin-bottom: 0;
    font-size: 80px;
}
.top_banner .top_title h2 {
    font-size: 22px;
}
.top_banner .top_title h2 i {
    margin-right: 34px;
    font-style: normal;
}

.top_banner .banner_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--text-color);
}

/* 画像のみのバナー */
.top_banner .onlyimg .banner_slide {
    height: fit-content;
    padding: 0;
}
.top_banner .onlyimg .banner_slide img {
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
}
.top_banner .onlyimg a.banner_slide:hover img {
    opacity: 0.5;
}

/* インプットバナー */
.top_banner .input .banner_slide {
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: var(--bg-color);
}
.top_banner .input .banner_slide .slide_img {
    flex-shrink: 0;
    width: calc(30% - 10px);
    height: 100%;
}
.top_banner .input a.banner_slide:hover {
    background: #f5f5f5;
}
.top_banner .input .slide_img {
    flex-shrink: 0;
    width: calc(30% - 10px);
    height: 100%;
}
.top_banner .input .banner_slide .slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_banner .input .slide_inner {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
}
.top_banner .input .slide_title {
    margin: 0 auto 10px;
    padding: 5px;
    border-bottom: 1px solid var(--line-color);
    color: var(--main-color);
    font-size: 110%;
    line-height: 1.5;
}
.top_banner .input .slide_content {
    font-size: 90%;
}

/* ----- グリッドバナー ----- */
.banner_grid ul {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.banner_grid li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.3333333333% - 13.3333333333px);
}

/* ----- スライダーバナー ----- */
#bannerSlider .splide {
    position: relative;
    z-index: 1;
}
#bannerSlider .splide__inner {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

/* スライドの設定  */
#bannerSlider .splide__slide {
    display: flex;
    align-items: center;
    width: 510px !important;
    min-height: 240px;
    margin-right: 30px !important;
}

/* スライダーのArrowボタン */
#bannerSlider .bannerSlider_arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
}
#bannerSlider .bannerSlider_arrow i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    padding: 0 0 1px 0;
    background: #907b67;
    border-radius: 50%;
    font-size: 80%;
    transition: background 0.2s;
}
#bannerSlider .bannerSlider_arrow:hover i {
    background: var(--text-color);
}
#bannerSlider .bannerSlider_arrow_prev {
    left: 0;
}
#bannerSlider .bannerSlider_arrow_next {
    right: 0;
}
#bannerSlider .bannerSlider_arrow_next i {
    margin-left: 0;
    margin-right: -10px;
}

/* ページネーション */
#bannerSlider .bannerSlider_pagination {
    z-index: 1;
    display: flex;
    gap: 20px;
    margin: 36px auto 0;
}
#bannerSlider .bannerSlider_page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background 0.2s;
}
#bannerSlider .bannerSlider_page.is-active {
    background: #907b67;
}

/* ==============================================
  *SP バナーエリア（追加コンテンツ）
============================================== */
@media screen and (max-width: 640px) {
    .top_banner .inner {
        max-width: initial;
        padding: 50px 5% 50px;
    }
    .top_banner .top_title {
        display: block;
        margin: 0 0 30px 0;
    }
    .top_banner .top_title .eng {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 44px;
    }
    .top_banner .top_title h2 {
        font-size: 17px;
    }
    .top_banner .top_title h2 i {
        margin-right: 16px;
    }
    
    /* ----- グリッドバナー ----- */
    .banner_grid li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    /* ----- スライダーバナー ----- */
    #bannerSlider .splide__inner {
        position: relative;
        z-index: 1;
        padding: 0 15px;
    }
    #bannerSlider .splide__slide {
        width: 100% !important;
        min-height: initial;
        margin-right: 10px !important;
    }
    
    /* スライダーのArrowボタン */
    #bannerSlider .bannerSlider_arrow {
        width: 40px;
        height: 40px;
    }
    #bannerSlider .bannerSlider_arrow i {
        padding: 0 0 1px 0;
    }
    
    /* ページネーション */
    #bannerSlider .bannerSlider_pagination {
        gap: 12px;
        margin: 20px auto 0;
    }
    #bannerSlider .bannerSlider_page {
        width: 8px;
        height: 8px;
    }
}

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

  *医院概要（パターン02）

==================================================================================================================================*/
.clinic {
    position: relative;
    z-index: 1;
}

/* ----- お知らせ ----- */
.clinic .news {
    position: relative;
    z-index: 1;
}
.clinic .news .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 120px 0 94px;
    min-height: 460px;
}
.clinic .news .news_left {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.clinic .news .top_title {
    margin: -10px 0 auto;
}
.clinic .news #mp-title {
    width: 840px;
}
.top_news_btn {
    margin-top: auto;
    margin-bottom: 31px;
}
.top_news_btn a {
    position: relative;
    display: block;
    padding: 0 0 0 68px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #93806d;
}
.top_news_btn a::before {
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    width: 51px;
    height: 6px;
    background: #93806d;
    mask: url("../images/top_btn_mask.png") no-repeat center / 51px 6px;
    -webkit-mask: url("../images/top_btn_mask.png") no-repeat center / 51px 6px;
    content: "";
    transition: 0.2s ease-in-out;
}
.top_news_btn a:hover::before {
    left: 10px;
}


/* ----- 医院概要 ----- */
.clinic .info {
    background: url("../images/top_info_bg.jpg") no-repeat center bottom;
}
@media screen and (min-width: 1920px) {
    .clinic .info {
        background-size: 100% 920px;
    }
}
.clinic .info .inner {
    display: flex;
    gap: 40px;
    padding: 0 0 130px;
}
.clinic .info .top_title {
    margin-bottom: 73px;
}
.clinic .info .inner .info_left {
    width: 560px;
}
.clinic .info .inner .info_right {
    width: 600px;
    padding: 43px 0 0;
}
.clinic .info address .logo {
    margin-bottom: 38px;
    text-align: center;
}
.clinic .info address .location {
    margin-bottom: 30px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    padding: 5px 0 6px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
}
.clinic .info address .location .zipcode {
    margin-right: 5px;
}
.clinic .info address .tel {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 0;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    background: linear-gradient(0deg, rgba(137, 109, 90, 1) 0%, rgba(147, 129, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.clinic .info address .tel span {
    margin-right: 4px;
    font-size: 22px;
    letter-spacing: 0.1em;
}
.clinic .info address .fax {
    margin-top: 15px;
    padding: 5px 0 5px 50px;
    font-size: 30px;
    line-height: 1;
}
.clinic .info address .fax::before {
    content: "\f249";
}
.clinic .info address .note {
    margin-top: 20px;
    padding-left: 12px;
    font-size: 90%;
}
.clinic .info .speciality {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 24px auto 0;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.clinic .info .speciality .title {
    box-sizing: border-box;
    flex-shrink: 0;
    width: fit-content;
    padding: 6px 36px 5px;
    text-align: center;
    border: 1px solid #68564a;
    letter-spacing: 0.05em;
}
.clinic .info .office_hour:first-child {
    margin-top: 30px;
}
.clinic .info .list_access {
    margin-top: 28px;
}
.clinic .info .calendar_text {
    margin-top: 20px;
}
.clinic .info .illustmap + .top_btn {
    margin-top: 33px;
    text-align: center;
}
.clinic .info .illustmap + .top_btn a {
    width: 300px;
}
.clinic .info .googlemap iframe {
    height: 350px;
}
.clinic .info .credit .top_btn {
    margin-top: 18px;
    text-align: right;
}
.clinic .info .credit .top_btn a {
    width: 300px;
}
@media screen and (max-width: 640px) {
    .clinic .info {
        background-size: cover;
    }
    .clinic .news .inner {
        flex-flow: column;
        gap: 0;
        min-height: initial;
        padding: 40px 5% 40px;
    }
    .clinic .news .top_title {
        margin: 0 0 30px;
    }
    .top_news_btn {
        margin-top: 35px;
        margin-bottom: 0;
    }
    .top_news_btn a {
        font-size: 15px;
    }
    .clinic .info .inner {
        flex-flow: column;
        gap: 25px;
        padding: 0 5% 50px;
    }
    .clinic .info .inner .info_left,
    .clinic .info .inner .info_right {
        width: 100%;
        padding: 0 0 0;
    }
    .clinic .info .top_title {
        margin-bottom: 35px;
    }
    .clinic .info address .logo {
        width: 80%;
        margin: 0 auto 16px;
    }
    .clinic .info address .location {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .clinic .info address .tel {
        font-size: 32px;
    }
    .clinic .info address .tel span {
        font-size: 16px;
    }
    .clinic .info .speciality {
        flex-flow: column;
        gap: 8px;
        margin: 20px auto 0;
    }
    .clinic .info .speciality .title {
        width: 100%;
    }
    .clinic .info .illustmap + .top_btn {
        margin-top: 20px;
    }
    .clinic .info .illustmap + .top_btn a,
    .clinic .info .credit .top_btn a {
        width: 84%;
    }
    .clinic .info .list_access {
        margin-top: 16px;
    }
    .clinic .info .credit .top_btn {
        text-align: center;
    }
}

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

  *ご挨拶

================================================================================================================================== */
.greeting {
    background: url("../images/top_doctor_bg02.png") no-repeat right calc(50% - 450px) top 0 / auto auto, url("../images/top_bna_slide_bg.jpg") no-repeat center bottom /auto auto;
}
@media screen and (min-width: 1920px) {
    .greeting {
        background-size: auto auto, 100% 583px;
    }
}
.greeting .inner {
    padding: 100px 0 204px;
}
.greeting .top_title {
    margin-bottom: 145px;
}
.greeting .top_title .eng {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.greeting .top_title h2 {
}
.greeting_box {
    position: relative;
    z-index: 1;
}
.greeting_flex {
}
.greeting_box:not(:last-child) {
    margin-bottom: 70px;
}
.greeting_left {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 70%;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    padding: 0 0 0 138px;
}
.greeting_left h3 {
    position: absolute;
    left: 0;
    top: -86px;
    padding: 39px 14px 41px;
    font-size: 26px;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    background: #f1ede8;
}
.greeting_left p {
    font-size: 17px;
    line-height: 2.647;
}
.greeting_point {
    margin-top: 65px;
}
.greeting_point img{
    width:462px;
}
.greeting_right {
    position: absolute;
    top: 188px;
    /*right: -80px;*/
    width: 510px;
	right: 40px;
}
.greeting_right::before {
    position: absolute;
    top: -251px;
    right: -250px;
    width: 240px;
    height: 490px;
    background: url("../images/top_doctor_img02_v2.png") no-repeat center/contain;
    content: "";
}
.greeting_img img {
    border-radius: 5px;
}
.greeting_profile {
    padding: 20px;
    background: var(--main-color);
    color: #ffffff;
    line-height: 1.75;
    text-align: center;
}
.greeting_profile .position {
    font-size: 130%;
}
.greeting_profile .name {
    font-size: 150%;
}
.greeting_btn {
    margin-top: 48px;
    text-align: right;
}
.top_btn.greeting_btn a {
    width: 300px;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
    .greeting {
        background-size: 300px auto, auto auto;
        background-position: right calc(50% - 60px) top 0,  center bottom;
    }
    .greeting .inner {
        padding: 45px 5% 60px;
    }
    .greeting .top_title {
        margin-bottom: 35px;
    }
    .greeting_flex {
        flex-flow: column-reverse;
        gap: 25px;
    }
    .greeting_left {
        width: 100%;
        padding: 0 0 0 0;
    }
    .greeting_left h3 {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 15px;
        padding: 16px 4%;
        font-size: 17px;
        line-height: 1.6;
        writing-mode: horizontal-tb;
        text-orientation: upright;
        white-space: normal;
    }
    .greeting_left p {
        font-size: 15px;
        line-height: 2.1;
    }
    .greeting_point {
        width: 80%;
        margin: 25px auto 30px;
    }
    .greeting_right {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    .greeting_right::before {
        display: none;
    }
    .greeting_btn {
        margin-top: 30px;
        text-align: center;
    }
    .top_btn.greeting_btn a {
        width: 84%;
    }
}

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

  *診療案内

================================================================================================================================== */
.medical {
    margin-bottom: 163px;
    background: url("../images/top_medical_bg.jpg") no-repeat center bottom / auto auto;
}
@media screen and (min-width: 1920px) {
    .medical {
        background-size: 100% 1320px;
    }
}
.medical .inner {
    padding: 102px 0 150px;
}
.medical .top_title {
    margin-bottom: 60px;
}
.medical_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 12.5px;
}
.medical_list:not(.other) {
    margin-bottom: 104px;
}
.medical_item {
    position: relative;
    z-index: 1;
    width: 230px;
    height: auto;
}
.medical_item:hover {
    transform: translateY(-10px);
}
.medical_img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: background 0.2s;
}
.medical_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medical_inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 280px;
    padding: 18px 12px 27px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #fff;
}
.medical_icon {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px !important;
}
.medical_title h3 {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.579;
    color: var(--text-color);
}
.medical_title_eng {
    margin-top: 5px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}
.medical_text {
    margin-top: auto;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.429;
    color: #555;
}
.medical_btn span {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    padding: 7px 25px 7px 15px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    transition: padding 0.2s, color 0.2s, background 0.2s;
}
.medical_btn span::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    transform: translateY(-50%);
}
.medical_item:hover .medical_btn span {
    background: #ffffff;
    color: var(--main-color);
}
.medical_other {
    display: flex;
    justify-content: space-between;
}
.medical_other .top_title {
    margin: 36px 0 0;
}
.medical_other .medical_inner {
    min-height: 220px;
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
    .medical {
        margin-bottom: 160px;
        background-size: auto 100%;
    }
    .medical .top_title {
        margin-bottom: 35px;
    }
    .medical .inner {
        padding: 40px 5% 50px;
    }
    .medical_list {
        gap: 10px 10px;
    }
    .medical_list:not(.other) {
        margin-bottom: 0;
    }
    .medical_item {
        width: calc(50% - 5px);
    }
    .medical_item:hover {
        transform: translateY(-5px);
    }
    .medical_inner {
        min-height: auto;
        padding: 14px 10px;
    }
    .medical_title h3 {
        font-size: 105%;
        letter-spacing: 0;
    }
    .medical_text {
        margin-top: 10px;
        font-size: 88%;
        letter-spacing: 0;
    }
    .medical_other {
        flex-direction: column;
        gap: 35px;
    }
    .medical_other .medical_inner {
        min-height: initial;
    }
}

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

  *当院の特徴（パターン02）

==================================================================================================================================*/
.feature {
    position: relative;
    padding: 245px 0 128px;
    background: url("../images/top_feature_bg.jpg") no-repeat center top/ auto auto;
}
@media screen and (min-width: 1920px) {
    .feature {
        background-size: 100% 2660px;
    }
}
.feature::before {
    position: absolute;
    left: 0;
    top: -130px;
    width: 100%;
    height: 420px;
    background: url("../images/top_feature_tit_img.jpg") no-repeat center;
    content: "";
}
.feature .top_title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 95px;
}
.feature .top_title .eng {
    margin-left: auto;
    margin-right: auto;
}
.feature_list {
    display: flex;
    flex-flow: wrap;
    gap: 81px 30px;
}
.feature_item {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    margin-top: 50px;
}
.feature_item::before {
    position: absolute;
    top: -40px;
    left: 90px;
    width: 780px;
    height: 300px;
    background: url("../images/top_feature_img_deco.png") no-repeat center / contain;
    content: "";
}
.feature_img {
    position: relative;
    width: 480px;
    flex-shrink: 0;
    margin-top: -90px;
}
.feature_img img {
    border-radius: 5px;
}
.feature_inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column;
    width: calc(100% + 80px);
    height: 100%;
    margin: 0 0 0 -80px;
    padding: 69px 44px 40px;
    background-image: linear-gradient(90deg, rgb(246,243,238) 0%, rgb(255,255,255) 100%);
}
.feature_title {
    display: flex;
    flex-flow: column;
    margin-bottom: 36px !important;
}
.feature_title h3 {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.feature_inner p {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    line-height: 2.188;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.feature_num {
    position: absolute;
    right: 30px;
    bottom: 14px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    background: linear-gradient(0deg, rgba(169, 142, 115, 1) 0%, rgba(175, 161, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
}
.feature_num span {
    margin-left: 17px;
    font-size: 120px;
    letter-spacing: 0;
    line-height: 1;
}
.feature_item .top_feature_btn {
    margin-top: 13px;
}
.top_feature_btn a {
    position: relative;
    display: block;
    padding: 0 0 0 68px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #93806d;
}
.top_feature_btn a::before {
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    width: 51px;
    height: 6px;
    background: #93806d;
    mask: url("../images/top_btn_mask.png") no-repeat center / 51px 6px;
    -webkit-mask: url("../images/top_btn_mask.png") no-repeat center / 51px 6px;
    content: "";
    transition: 0.2s ease-in-out;
}
.top_feature_btn a:hover::before {
    left: 10px;
}
.btnflex_feature {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 5px;
    margin-top: auto;
}

/* 左右 */
.feature_item:nth-child(even) {
    flex-flow: row-reverse;
}
.feature_item:nth-child(even)::before {
    left: auto;
    right: 90px;
}
.feature_item:nth-child(even) .feature_inner {
    margin: 0 -80px 0 0;
}

/* ボタン横並び */
.btnflex_feature .btn01 {
    width: calc(50% - 2.5px);
}
.btnflex_feature .btn01 > * {
    width: 100%;
}
@media screen and (max-width: 640px) {
    .feature {
        padding: 0 0 60px;
        background-size: cover;
    }
    .feature::before {
        left: 0;
        top: -130px;
        height: 160px;
        background-size: cover;
    }
    .feature .inner {
        padding: 5px 5% 0;
    }
    .feature .top_title {
        margin-bottom: 50px;
    }
    .feature_list {
        gap: 50px;
    }
    .feature_item {
        flex-flow: column;
        width: 100%;
        margin: 0;
    }
    .feature_img {
        width: 100%;
        margin: 0;
    }
    .feature_item::before {
        top: -20px;
        left: 40px;
        width: 100%;
        height: 100vw;
        background-size: cover;
    }
    .feature_item:nth-child(even)::before {
        right: 40px;
    }
    .feature_inner {
        width: 100%;
        min-height: auto;
        padding: 20px 5% 30px;
        margin: 0;
    }
    .feature_title {
        margin-bottom: 15px !important;
        min-height: auto;
    }
    .feature_title h3 {
        font-size: 19px;
        line-height: 1.6;
    }
    .feature_inner p {
        line-height: 2;
        margin-bottom: 0;
    }
    .feature_num {
        right: 8px;
        bottom: -5px;
        font-size: 16px;
    }
    .feature_num span {
        margin-left: 6px;
        font-size: 80px;
    }
    .feature_item .top_feature_btn {
        margin-top: 20px;
    }
    .top_feature_btn a {
        padding: 0 0 0 42px;
        font-size: 15px;
    }
    .top_feature_btn a::before {
        width: 30px;
        mask-position: right center;
    }
    
    /* 左右 */
    .feature_item:nth-child(even) {
        flex-flow: column;
    }
    .feature_item:nth-child(even) .feature_inner {
        margin: 0 auto;
    }
    
    /* 横並び */
    .btnflex_feature .btn01 {
        width: 100%;
    }
}

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

  *病状、症状から探す

================================================================================================================================== */
.search {
    position: relative;
}
.search::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 420px;
    background: url("../images/top_search_img.jpg") no-repeat center;
    content: "";
}
.search .inner {
    padding: 226px 0 0;
}
.search .top_title {
    position: relative;
    margin-bottom: 130px;
}
.search .top_title .eng,
.search .top_title h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: transparent;
}
.search .tab_list {
    position: relative;
    justify-content: center;
    gap: 48px;
    margin-bottom: 72px;
}
.search .tab_list .tab {
    position: relative;
    width: 340px;
    flex: none;
    padding: 9px 20px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 500;    
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #222;
    background: transparent;
}
.search .tab_list .tab.active {
    background: url("../images/top_search_btn_bg.jpg") no-repeat center;
}
.search .tab_list .tab::before,
.search .tab_list .tab::after {
    position: absolute;
    background-color: #676767;
    content: "";
}
.search .tab_list .tab::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
}
.search .tab_list .tab::after {
    left: calc(50% - 7px);
    bottom: -18px;
    width: 15px;
    height: 13px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.search .panel {
    position: relative;
    z-index: 1;
    padding: 100px 0 110px;
}
.search .panel_wrap {
    position: relative;    
}
.search .panel_wrap::before {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: url("../images/top_search_bg.jpg") repeat center;
    content: "";
}
@media screen and (max-width: 1300px) {
    .search .panel_wrap::before {
        left: -50px;
        width: 1300px;
    }
}
.search_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    height: fit-content;
}
.search_list li {
    width: calc(33.3333333333% - 13.3333333333px);
    height: auto;
}

/* ----- リンクボタン ----- */
.search_list li a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 80px;
    padding: 10px 45px 10px 105px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 500;    
    font-size: 20px;
    letter-spacing: 0.025em;
    background: #fff;
    color: var(--text-color);
    opacity: 1;
    transition: 0.2s ease-in-out;
}
.search_list li a:hover {
    opacity: 0.6;
}
.search_list li a::before {
    position: absolute;
    left: 20px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.panel1 .search_list li:nth-of-type(1) a::before {
    background-image: url("../images/top_search_btn_icon01.png");
}
.panel1 .search_list li:nth-of-type(2) a::before {
    background-image: url("../images/top_search_btn_icon02.png");
}
.panel1 .search_list li:nth-of-type(3) a::before {
    background-image: url("../images/top_search_btn_icon03.png");
}
.panel1 .search_list li:nth-of-type(4) a::before {
    background-image: url("../images/top_search_btn_icon04.png");
}
.panel1 .search_list li:nth-of-type(5) a::before {
    background-image: url("../images/top_search_btn_icon05.png");
}
.panel1 .search_list li:nth-of-type(6) a::before {
    background-image: url("../images/top_search_btn_icon06.png");
}
.panel1 .search_list li:nth-of-type(7) a::before {
    background-image: url("../images/top_search_btn_icon07.png");
}
.panel1 .search_list li:nth-of-type(8) a::before {
    background-image: url("../images/top_search_btn_icon08.png");
}
.panel1 .search_list li:nth-of-type(9) a::before {
    background-image: url("../images/top_search_btn_icon09.png");
}
.panel1 .search_list li:nth-of-type(10) a::before {
    background-image: url("../images/top_search_btn_icon10.png");
}
.panel1 .search_list li:nth-of-type(11) a::before {
    background-image: url("../images/top_search_btn_icon11.png");
}
.panel1 .search_list li:nth-of-type(12) a::before {
    background-image: url("../images/top_search_btn_icon12.png");
}
.panel2 .search_list li:nth-of-type(1) a::before {
    background-image: url("../images/top_search_btn_icon13.png");
}
.panel2 .search_list li:nth-of-type(2) a::before {
    background-image: url("../images/top_search_btn_icon14.png");
}
.panel2 .search_list li:nth-of-type(3) a::before {
    background-image: url("../images/top_search_btn_icon15.png");
}
.panel2 .search_list li:nth-of-type(4) a::before {
    background-image: url("../images/top_search_btn_icon16.png");
}
.panel2 .search_list li:nth-of-type(5) a::before {
    background-image: url("../images/top_search_btn_icon17.png");
}
.panel2 .search_list li:nth-of-type(6) a::before {
    background-image: url("../images/top_search_btn_icon04.png");
}
.panel2 .search_list li:nth-of-type(7) a::before {
    background-image: url("../images/top_search_btn_icon18.png");
}
.panel2 .search_list li:nth-of-type(8) a::before {
    background-image: url("../images/top_search_btn_icon19.png");
}
.panel2 .search_list li:nth-of-type(9) a::before {
    background-image: url("../images/top_search_btn_icon08.png");
}
.panel2 .search_list li:nth-of-type(10) a::before {
    background-image: url("../images/top_search_btn_icon20.png");
}
.search_list li a::after {
    position: absolute;
    top: calc(50% + 1px);
    right: 20px;
    display: block;
    width: 30px;
    height: 6px;
    background: #bdb395;
    mask: url("../images/top_btn_mask.png") no-repeat right top / 51px 6px;
    -webkit-mask: url("../images/top_btn_mask.png") no-repeat right top / 51px 6px;
    content: "";
    transition: 0.2s ease-in-out;
}
.search_list li a:hover::after {
    right: 10px;
}

/* ----- 画像あり ----- */
.panel_flex.active {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}
.search_img {
    width: 450px;
    margin: 0 !important;
}
.search_img img {
    border-radius: 5px;
}
.panel_flex .search_list {
    width: 720px;
}
.panel_flex .search_list li {
    width: calc(50% - 10px);
}

/* ==============================================
  *SP 病状、症状から探す
============================================== */
@media screen and (max-width: 640px) {
    .search::before {
        height: 160px;
        background-size: cover;
    }
    .search .inner {
        padding: 60px 5% 20px;
    }
    .search .top_title {
        margin-bottom: 60px;
    }
    .search .tab_list {
        flex-flow: column;
        gap: 18px;
        margin: 0 0 30px;
    }
    .search .tab_list .tab {
        width: 100%;
        min-height: auto;
        padding: 10px !important;
        font-size: 120%;
        transform: translate(0, 0) !important;
    }
    .search .panel {
        padding: 20px;
    }
    .search_list {
        gap: 10px;
    }
    .search_list li {
        width: 100%;
    }
    .search_list li a {
        min-height: auto;
        padding: 10px 40px 10px 50px;
        font-size: 14px;
    }
    .search_list li a::before {
        left: 8px;
        top: calc(50% - 17px);
        width: 35px;
        height: 35px;
    }
    .search_list li a::after {
        right: 10px;
        width: 20px;
    }
    
    /* ----- 画像あり ----- */
    .search .panel_flex.active {
        gap: 20px;
        padding: 30px 10px;
    }
    .search_img {
        width: 100%;
    }
    .panel_flex .search_list {
        width: 100%;
    }
    .panel_flex .search_list li {
        width: 100%;
    }
}

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

  *医療コラム（パターン01）

================================================================================================================================== */
.column {
    padding: 114px 0 117px;
}
.column .top_title {
    display: flex;
    align-items: baseline;
    margin: 0 0 56px;
}
.column .top_title .eng {
    margin-right: 48px;
    margin-bottom: 0;
    font-size: 80px;
}
.column .top_title h2 {
    font-size: 22px;
}
.column .top_title h2 i {
    margin-right: 34px;
    font-style: normal;
}
.column_list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 50px 26px;
}
.column_box {
    width: calc(25% - 20px);
}
.column_box dt a {
    display: block;
    padding: 17px 10px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.075em;
    text-align: center;
    color: #ffffff;
    background: #b7a99a;
}
.column_box dd {
    border-bottom: 1px solid #fff;
    text-align: center;
}
.column_box dd a {
    display: block;
    padding: 13px 30px 15px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-align: center;
    color: var(--text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f2f2f2;
}
.column_box dd a::before {
    display: inline-block;
    margin-right: 13px;    
    width: 9px;
    height: 8px;
    background: url("../images/top_column_arrow.png") no-repeat center/contain;
    content: "";
}
.column_box dd a:hover {
    color: var(--main-color);
}

/* ==============================================
  *SP 医療コラム
============================================== */
@media screen and (max-width: 640px) {
    .column {
        padding: 40px 5% 60px;
        height: auto;
    }
    .column .inner {
        padding: 0 0;
    }
    .column .top_title {
        display: block;
        margin: 0 0 30px;
    }
    .column .top_title h2 {
        font-size: 17px;
    }
    .column .top_title h2 i {
        margin-right: 16px;
    }
    .column .top_title .eng {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 44px;
    }
    .column_list {
        gap: 40px;
    }
    .column_box {
        width: 100%;
    }
}

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

  *無限スライダー

================================================================================================================================== */
#infinitySlider {
    padding: 0 10px 50px;
}
#infinitySlider .splide__list {
    gap: 40px;
}
#infinitySlider .splide__slide {
    width: 480px !important;
}
#infinitySlider .splide__slide:nth-of-type(even) {
    margin-top: 80px;
}

/* ==============================================
  *SP 無限スライダー
============================================== */
@media screen and (max-width: 640px) {
    #infinitySlider {
        padding: 0 10px 30px;
    }
    #infinitySlider .splide__list {
        gap: 15px;
    }
    #infinitySlider .splide__slide {
        width: 250px !important;
    }
    #infinitySlider .splide__slide:nth-of-type(even) {
        margin-top: 25px;
    }
}
